@charset "UTF-8";
/*!
Theme Name: Original Theme
Description: Cocoon専用の子テーマをロウダンが編集したカスタマイズテーマです。
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/*-----------------------------------------------
reset.scss
----------------------------------------------- */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*-----------------------------------------------
base.scss
----------------------------------------------- */
/* normal */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://sleep.itembox.design/item/css/font/Lato-Regular.woff")
    format("woff");
}
/* bold */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("https://sleep.itembox.design/item/css/font/Lato-Bold.woff")
    format("woff");
}
html {
  height: 100%;
  overflow: auto;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  html {
    overflow: initial;
    overscroll-behavior: none;
  }
}

body {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Open Sans", "Meiryo",
    sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 1rem;
  }
}

img {
  width: 100%;
  height: auto;
}

a.link-text {
  color: #0168b6;
  text-decoration: underline;
  -webkit-text-decoration-color: #0168b6;
  text-decoration-color: #0168b6;
  text-underline-offset: 4px;
}
a:hover {
  color: inherit;
}

small {
  font-size: 0.9em;
}

.button {
  display: block;
  padding: 1rem 2rem;
  color: #f9f9f9;
  background: linear-gradient(90deg, #004d94, #0168b6, #00b0e8);
  border-radius: calc(infinity * 1px);
}

.link-button {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1rem;
  place-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  font-weight: bold;
}
.in-dark .link-button {
  color: #f9f9f9;
}
.link-button::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 4.5rem;
  height: 100%;
  content: "";
  background-color: #0168b6;
  border-radius: calc(infinity * 1px);
  transition: 0.3s;
}
.link-button::after {
  aspect-ratio: 1;
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 20 20" fill="%23f9f9f9"><g><path d="M11.265 3.205a.75.75 0 0 0-1.03 1.09l5.239 4.955H2.75a.75.75 0 0 0 0 1.5h12.726l-5.241 4.957a.75.75 0 1 0 1.03 1.09l6.418-6.07a.995.995 0 0 0 .3-.566a.753.753 0 0 0-.002-.329a.995.995 0 0 0-.298-.557l-6.418-6.07Z"/></g></svg>');
  background-position: center;
  background-size: 30%;
  transition: 0.3s;
}
@media (hover) {
  .link-button {
    padding-left: 1.5rem;
  }
  .link-button:hover {
    color: #f9f9f9;
  }
  .link-button:hover::before {
    width: 100%;
    background-position: center;
    background-size: 50%;
  }
  .in-dark .link-button:hover::before {
    background-color: #0168b6;
  }
}

.news__item {
  position: relative;
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
}
.news__item::before,
.news__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
}
.news__item::before {
  width: 100%;
  background-color: #dddddd;
}
.news__item::after {
  width: 0%;
  background: linear-gradient(90deg, #004d94, #0168b6, #00b0e8);
  transition: 0.4s ease-in-out;
}
@media (hover) {
  .news__item:hover::after {
    width: 100%;
  }
}
.news__item-link {
  display: grid;
  grid-template-areas: "date type" "contents contents";
  grid-template-columns: 6rem 1fr;
  gap: 0.5rem;
  padding-block: 1rem;
}
@media screen and (min-width: 768px) {
  .news__item-link {
    grid-template-areas: "date type contents";
    grid-template-columns: 8rem 9rem 1fr;
    gap: 1rem;
    align-items: center;
    max-width: 1024px;
  }
}
.news__item-date {
  grid-area: date;
  font-size: 1.1em;
  font-weight: bold;
  color: #0168b6;
}
.news__item-type {
  display: flex;
  grid-area: type;
  place-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0.25rem 1rem;
  font-size: 0.8em;
  line-height: 1;
  color: #f9f9f9;
  background-color: #0168b6;
  border-radius: calc(infinity * 1px);
}
.news__item-contents {
  display: flex;
  flex-grow: 1;
  grid-area: contents;
  gap: 0.5rem;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .news__item-contents {
    gap: 1rem;
  }
}
.news__item-contents::after {
  flex-shrink: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 20 20" fill="%230168b6"><g><path d="M11.265 3.205a.75.75 0 0 0-1.03 1.09l5.239 4.955H2.75a.75.75 0 0 0 0 1.5h12.726l-5.241 4.957a.75.75 0 1 0 1.03 1.09l6.418-6.07a.995.995 0 0 0 .3-.566a.753.753 0 0 0-.002-.329a.995.995 0 0 0-.298-.557l-6.418-6.07Z"/></g></svg>');
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 3rem;
}
.news-pagination .page-numbers {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.9em;
  color: #444444;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px; /* Slightly rounded corners for modern look */
  transition: all 0.3s ease;
}
.news-pagination .page-numbers:hover,
.news-pagination .page-numbers:focus {
  color: #0168b6;
  border-color: #0168b6;
  background-color: rgba(1, 104, 182, 0.05);
}
.news-pagination .page-numbers.current {
  color: #fff;
  background-color: #0168b6;
  border-color: #0168b6;
  pointer-events: none;
}
.news-pagination .page-numbers.dots {
  border: none;
  background: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-border-after: 1px solid rgba(249, 249, 249, 0.3);
  border-block-end: 1px solid rgba(249, 249, 249, 0.3);
  transition: 0.3s;
  height: auto;
}
.header.scroll {
  background-color: rgba(68, 68, 68, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.header__container {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 1rem clamp(1rem, 0.538rem + 2.051vw, 3rem);
  margin-inline: auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__container {
    padding-block: 2rem;
  }
  .scroll .header__container {
    padding-block: 1rem;
  }
}
.header__logo {
  width: clamp(13rem, 10.808rem + 9.744vw, 22.5rem);
}
.header__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(68, 68, 68, 0.9);
  transition: 0.3s;
  transform: translateX(100%);
}
.header__nav.active {
  transform: translateX(0);
}
.header__nav.active + .header__hamburger-menu span:nth-of-type(1) {
  transform: rotate(135deg);
}
.header__nav.active + .header__hamburger-menu span:nth-of-type(2) {
  opacity: 0;
  transform: translateY(-50%) translateX(100%);
}
.header__nav.active + .header__hamburger-menu span:nth-of-type(3) {
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .header__nav {
    position: initial;
    z-index: initial;
    flex-direction: row;
    gap: clamp(1rem, 0.885rem + 0.513vw, 1.5rem);
    width: auto;
    height: auto;
    background-color: transparent;
    transform: initial;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 5vh;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(1rem, 0.538rem + 2.051vw, 3rem);
    row-gap: 1rem;
    place-content: end;
  }
}
.header__nav-item a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  place-items: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #f9f9f9;
  white-space: pre;
}
.header__button {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header__button {
    font-size: clamp(1rem, 0.885rem + 0.513vw, 1.5rem);
  }
}
.header__language {
  position: relative;
}
.header__language select {
  padding: 0.5rem;
  padding-right: 2rem;
  color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 0.25rem;
  outline: none;
}
.header__language select option {
  color: #444444;
}
.header__language:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
}
.header__language::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  pointer-events: none;
  content: "";
  transform: translateY(-50%);
  display: block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="%23f9f9f9" xmlns="http://www.w3.org/2000/svg"><g><path d="M12.3599 3.95146C12.3042 3.8975 12.238 3.8547 12.1651 3.82549C12.0922 3.79628 12.0141 3.78125 11.9352 3.78125C11.8562 3.78125 11.7781 3.79628 11.7052 3.82549C11.6323 3.8547 11.5661 3.8975 11.5104 3.95146L6.53598 8.75665L1.56153 3.95146C1.44889 3.84267 1.29611 3.78155 1.1368 3.78155C0.977493 3.78155 0.82471 3.84267 0.712063 3.95146C0.599417 4.06024 0.536133 4.20779 0.536133 4.36164C0.536133 4.51549 0.599417 4.66304 0.712063 4.77183L6.11124 9.98604C6.16697 10.04 6.23317 10.0828 6.30605 10.112C6.37893 10.1412 6.45707 10.1562 6.53598 10.1562C6.61488 10.1562 6.69302 10.1412 6.7659 10.112C6.83878 10.0828 6.90498 10.04 6.96071 9.98604L12.3599 4.77183C12.4158 4.71801 12.4601 4.65408 12.4903 4.58369C12.5206 4.5133 12.5361 4.43785 12.5361 4.36164C12.5361 4.28544 12.5206 4.20998 12.4903 4.13959C12.4601 4.06921 12.4158 4.00527 12.3599 3.95146Z"/></g></svg>');
}
.header__hamburger-menu {
  position: relative;
  width: 32px;
  aspect-ratio: 1/0.6;
}
.header__hamburger-menu span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f9f9f9;
  transition: 0.3s;
}
.header__hamburger-menu span:nth-of-type(1) {
  transform: translateY(calc(-50% - 0.5rem));
}
.header__hamburger-menu span:nth-of-type(2) {
  transform: translateY(-50%);
}
.header__hamburger-menu span:nth-of-type(3) {
  transform: translateY(calc(-50% + 0.5rem));
}
@media screen and (min-width: 768px) {
  .header__hamburger-menu {
    display: none;
  }
}

.footer {
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  place-items: center;
}
.footer__top-area {
  max-width: 1024px;
  padding: 80px 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__top-area {
    padding-block: 120px;
    margin-top: 2rem;
  }
}
.footer__top-area-text {
  margin-top: 1rem;
  font-size: 1.1em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.footer__bottom-area {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  place-content: center;
  width: 100%;
  padding: 24px 1.5rem;
  color: #f9f9f9;
  background-color: #444444;
}
@media screen and (min-width: 768px) {
  .footer__bottom-area {
    gap: 2rem;
    place-items: center;
    padding-block: 40px;
  }
}
.footer__bottom-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom-area-list {
    flex-direction: row;
    gap: 3rem;
  }
}
.footer__bottom-area-list-item a {
  color: #f9f9f9;
}
.footer__bottom-area-copyright {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  place-items: center;
}

.main {
  display: flex;
  flex-direction: column;
  place-items: center;
  width: 100%;
  padding: 0;
  border: none;
}
.main-visual {
  display: flex;
  place-items: center;
  width: 100%;
  padding: clamp(7rem, 5.846rem + 5.128vw, 12rem) 1rem 4rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-visual-in-single {
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 834px) {
  main.main {
    padding: 0;
    margin: 0;
  }
}
.page-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
  font-size: clamp(2.5rem, 2.385rem + 0.513vw, 3rem);
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}
.page-title::before {
  margin-left: 0.25em;
  font-size: 1.25rem;
  content: attr(data-en-title);
}

.date-tags {
  text-align: initial;
  max-width: 1024px;
  width: 100%;
}

:where(.section) {
  width: 100%;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  :where(.section) {
    padding-block: 8rem 10rem;
  }
}
:where(.section):nth-of-type(odd) {
  background-color: #f7f7f7;
}
:where(.section) .section__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: bold;
  line-height: 1;
}
:where(.section) .section__title::after {
  content: attr(data-en-title);
}
:where(.section) .section__title--main {
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-margin-after: clamp(1rem, 0.538rem + 2.051vw, 3rem);
  margin-block-end: clamp(1rem, 0.538rem + 2.051vw, 3rem);
  font-size: 1.15rem;
  line-height: 1.2;
}
:where(.section) .section__title--main::after {
  font-size: clamp(3rem, 2.769rem + 1.026vw, 4rem);
  color: transparent;
  background: linear-gradient(90deg, #004d94, #0168b6, #00b0e8);
  -webkit-background-clip: text;
  background-clip: text;
}
:where(.section) .section__title--main-en {
  -webkit-margin-after: 1rem;
  margin-block-end: 1rem;
  font-size: clamp(3rem, 2.769rem + 1.026vw, 4rem);
  background: linear-gradient(90deg, #004d94, #0168b6, #00b0e8);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
:where(.section) .section__title--main-en::after {
  display: none;
}
:where(.section) .section__title--sub {
  -webkit-padding-after: 0.5rem;
  padding-block-end: 0.5rem;
  font-size: 1rem;
  border-bottom: 2px solid #0168b6;
}
:where(.section) .section__title--sub::after {
  font-size: clamp(2rem, 1.862rem + 0.615vw, 2.6rem);
  color: #0168b6;
}
:where(.section) .section__title--sub-en {
  -webkit-margin-after: 0.5rem;
  margin-block-end: 0.5rem;
  font-size: clamp(2rem, 1.862rem + 0.615vw, 2.6rem);
  color: #0168b6;
}
:where(.section) .section__title--sub-en::after {
  display: none;
}
* + :where(.section) .section__title--sub {
  margin-top: 3rem;
}
:where(.section) .section__title--small {
  -webkit-padding-start: 0.5rem;
  padding-inline-start: 0.5rem;
  font-size: clamp(1.5rem, 1.385rem + 0.513vw, 2rem);
  color: #004d94;
  border-left: 8px solid #004d94;
}
:where(.section) .section__title--small::after {
  display: none;
}
* + :where(.section) .section__title--small {
  margin-top: 2.5rem;
}
:where(.section) .section__container {
  width: 100%;
  max-width: 1024px;
  padding-inline: 1rem;
  margin-inline: auto;
}
@media (hover) {
  :where(.section) a:hover .link-button::before {
    width: 100%;
  }
}

:where(.in-dark) {
  color: #f9f9f9;
  background: #303030;
}
:where(.in-dark) .section__title {
  color: #00b0e8;
}
:where(.in-dark) .section__title::after {
  color: #f9f9f9;
}
:where(.in-dark) .section__title--sub {
  color: #f9f9f9;
}

.table,
.timeline {
  width: 100%;
  line-height: 1.8;
}
.table td ul,
.timeline td ul {
  padding-left: 1rem;
  margin-top: 1rem;
}
.table td ul ul,
.timeline td ul ul {
  margin-top: 0;
}

.table tr {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  border-top: 1px solid #aaaaaa;
}
.table tr:last-of-type {
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (min-width: 768px) {
  .table tr {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem 0;
  }
  .table th {
    flex-basis: 30%;
    padding-top: 0;
    padding-left: 1rem;
  }
  .table td {
    flex-basis: 70%;
    padding-bottom: 0;
  }
  .table td ul {
    padding-left: 0;
    margin-top: 0;
  }
  .table td ul ul {
    padding-left: 1rem;
    margin-top: 0;
  }
}

table:not(.has-border-color) :where(th, td) {
  border: none;
  padding: 0;
  background-color: transparent;
}

table tr:nth-of-type(2n + 1) {
  background-color: var(--cocoon-xxx-thin-color);
}

.contact-table {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
.contact-table .flex {
  flex-wrap: nowrap;
  gap: 1rem;
  place-items: center;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .contact-table .flex {
    place-content: start;
  }
}
.contact-table .required::after {
  display: block;
  padding: 0.25rem;
  font-size: 0.8em;
  font-weight: normal;
  color: #f9f9f9;
  content: "必須";
  background-color: #004d94;
}
.contact-table.en .required::after {
  content: "Required";
}
.contact-table.zh .required::after {
  content: "必不可少的";
}
.contact-table .optional::after {
  display: block;
  padding: 0.25rem;
  font-size: 0.8em;
  font-weight: normal;
  content: "任意";
  border: 1px solid #aaaaaa;
}
.contact-table tr {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .contact-table tr {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    padding: 1rem;
  }
}
.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table input[type="tel"],
.contact-table input[type="url"],
.contact-table textarea {
  width: 100%;
  min-height: 40px;
  max-height: 120px;
  padding: 0.5rem;
  border: 1px solid #aaaaaa;
  border-radius: 0.25rem;
}
.contact-table input[type="text"]::placeholder,
.contact-table input[type="email"]::placeholder,
.contact-table input[type="tel"]::placeholder,
.contact-table input[type="url"]::placeholder,
.contact-table textarea::placeholder {
  color: #aaaaaa;
}
.contact-table .wpcf7-not-valid-tip {
  font-size: 0.9em;
}
.contact-table .wpcf7-list-item {
  margin: 0;
}
.contact-table .wpcf7-list-item label {
  display: flex;
  place-items: center;
}
.contact-table .wpcf7-list-item-label {
  display: flex;
  place-items: center;
}
@media (hover) {
  .contact-table .wpcf7-list-item-label {
    cursor: pointer;
  }
}
.contact-table .wpcf7-list-item-label::before {
  display: block;
  width: 1.5em;
  aspect-ratio: 1;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="%23444444" d="M8 3a5 5 0 1 0 0 10A5 5 0 0 0 8 3M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8"/></svg>');
  background-position: center;
}
.contact-table input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="%23444444" d="M8 11a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0-9a6 6 0 1 0 0 12A6 6 0 0 0 8 2M3 8a5 5 0 1 1 10 0A5 5 0 0 1 3 8"/></svg>');
}
.contact-table .wpcf7-form-control {
  place-content: start;
}

.submit-button {
  display: flex;
  place-content: center;
  place-items: center;
}
.submit-button p {
  position: relative;
}
.submit-button p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 72px;
  transform: translateY(-50%);
}
.submit-button input {
  padding: 1rem 2rem;
  color: #f9f9f9;
  background: linear-gradient(90deg, #004d94, #0168b6, #00b0e8);
}

.timeline {
  margin-left: 1rem;
}
.timeline tr {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 1rem 1rem;
  border-left: 2px solid #aaaaaa;
}
.timeline tr::after {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background-color: #0168b6;
  border-radius: 50%;
  transform: translateX(calc(-50% - 1px));
}
@media screen and (min-width: 768px) {
  .timeline tr {
    top: 0.75rem;
    padding: 0 1.5rem 1.5rem;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  place-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
}
@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 40% 1fr;
    gap: 5vw;
  }
}
* + .grid {
  margin-top: 2.5rem;
}

.stack {
  display: flex;
  flex-direction: column;
}
.stack--large {
  gap: 3rem;
}
.stack--medium {
  gap: 2rem;
}
.stack--small {
  gap: 1rem;
}
.stack .link-button {
  margin-left: auto;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2em;
  list-style-type: disc;
}

.definition-list {
  padding-block: 1rem;
  border-block: 1px solid #aaaaaa;
}
* + .definition-list {
  margin-top: 1.5rem;
}
.definition-list__title {
  font-size: clamp(1.1rem, 1.065rem + 0.154vw, 1.25rem);
  font-weight: bold;
}
.definition-list__title::before {
  content: "■";
}
* + .definition-list__title {
  margin-top: 1.25rem;
}
.definition-list__description {
  margin-top: 0.5rem;
}

.contact-link {
  padding-block: 0;
  background-image: linear-gradient(
      rgba(17, 17, 17, 0.5),
      rgba(17, 17, 17, 0.5)
    ),
    url("https://www.roudan.co.jp/wordpress/wp-content/themes/original-theme/assets/img/common/contact-link_background_sp.jpg");
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .contact-link {
    background-image: linear-gradient(
        rgba(17, 17, 17, 0.3),
        rgba(17, 17, 17, 0.3)
      ),
      url("https://www.roudan.co.jp/wordpress/wp-content/themes/original-theme/assets/img/common/contact-link_background.jpg");
    background-position: center top;
  }
}
.contact-link a {
  display: block;
  padding-block: 12rem 4rem;
}
@media screen and (min-width: 768px) {
  .contact-link a {
    padding-block: 12rem;
  }
}
.contact-link .link-button {
  margin-left: 0;
} /*# sourceMappingURL=style.css.map */
