/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Lato:700,900&display=swap");
.philosofia {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.philosofia {
  margin: 0;
}

.philosofia main {
  display: block;
}

.philosofia h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.philosofia hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.philosofia pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.philosofia abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.philosofia img {
  width: fit-content;
  max-width: 100%;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

.philosofia {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 68%;
  }
}

.philosofia {
  color: #1a1a1a;
  font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", メイリオ, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .philosofia header,
  .philosofia main,
  .philosofia footer {
    min-width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  .philosofia header,
  .philosofia main,
  .philosofia footer {
    width: 100%;
  }
}

.philosofia a,
.philosofia button,
.philosofia img {
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s;
}

.philosofia img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .philosofia a:hover,
  .philosofia a img:hover,
  .philosofia button:hover {
    opacity: 0.7;
  }

  .philosofia button:hover {
    cursor: pointer;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }

  .container.sp-full {
    padding: 0;
  }
}

.container-wide {
  max-width: 1286px;
  margin: 0 auto;
}

.container-narrow {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container-narrow {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .only-for-desktop {
    display: none;
  }
}

.only-for-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-for-mobile {
    display: block !important;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 20;
  transition: background-color 0.3s;
}

.header .header-wrap-pc {
  justify-content: space-between;
  align-items: center;
  display: flex;
  min-height: 3rem;
  padding: 0 1.5em;
}

@media screen and (max-width: 768px) {
  .header .header-wrap-pc {
    display: none;
  }
}

.header .header-wrap-pc .header-logo {
  width: 190px;
}

.header .header-wrap-pc .header-logo .logo-default {
  transition: display 0.3s;
}

.header .header-wrap-pc .header-logo .logo-scroll {
  display: none !important;
  transition: display 0.3s;
}

.header .header-wrap-pc .header-nav {
  flex-grow: 1;
  height: 100%;
  transition: all 0.3s;
}

.header .header-wrap-pc .header-nav .header-nav__lists {
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 100%;
  justify-content: flex-end;
}

.header .header-wrap-pc .header-nav .header-nav__lists .header-nav__list {
  margin-left: 1.5em;
}

.header .header-wrap-pc .header-nav .header-nav__lists .header-nav__list .header-nav__link {
  height: 100%;
  color: #fff;
  padding: 1.2em 0;
  display: flex;
  align-items: center;
  font-weight: 800;
  white-space: nowrap;
}

.header .header-wrap-pc .header-nav .header-nav__lists .header-nav__list .header-nav__link:hover {
  color: #fafd44;
  opacity: 1;
}

.header .header-wrap-pc .header-nav__btn {
  margin: 0 0 0 10px;
}

.header .header-wrap-pc .header-nav__btn a {
  border: 1px solid #fafd44;
  border-radius: 100px;
  font-size: 14px;
  display: block;
  padding: 8px 16px;
  color: #fafd44;
  font-weight: bold;
}

.header .header-wrap-pc .header-nav__btn.-reverse a {
  background: #fafd44;
  color: #17194c;
}
.header .header-wrap-pc .header-nav__btn a:hover {
  background: #fafd44;
  opacity: 1;
  color: #17194c;
}

.header .header-wrap-pc .header-nav__btn.-reverse a:hover {
  background: none;
  color: #fafd44;
  opacity: 1;
}

.header .header-wrap-sp {
  z-index: 100;
  width: 100%;
  transition: all 0.3s;
}

.header .header-wrap-sp .header-wrap-sp__inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  column-gap: 5px;
  padding: 0 10px;
}

.header .header-wrap-sp .header-wrap {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-logo {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .header .header-wrap-sp .header-wrap-sp__inner .header-logo {
    width: 80px;
  }
}

.header .header-wrap-sp .header-nav__btn a {
  border: 1px solid #fafd44;
  border-radius: 100px;
  font-size: 10px;
  display: block;
  padding: 8px 8px;
  color: #fafd44;
  font-weight: bold;
}

.header .header-wrap-sp .header-nav__btn.-reverse a {
  background: #fafd44;
  color: #17194c;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-logo .header-logo__link {
  width: 100%;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-logo.active {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  z-index: 110;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-button {
  width: 40px;
  height: 60px;
  border: none;
  background: none;
  display: block;
  outline: none;
  position: relative;
  color: #fff;
  font-size: 12px;
  transition: opacity 0.3s;
  z-index: 300;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-button::after {
  content: url("../images/menu.svg");
  display: block;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-button .ico-humbarger {
  display: block;
  height: 18%;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-button .ico-humbarger::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  width: 100%;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-button .ico-humbarger::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  width: 70%;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-button.show .ico-humbarger::before {
  background-color: #1a1a1a;
  top: 6px;
  transform: rotate(45deg);
  width: 100%;
}

.header .header-wrap-sp .header-wrap-sp__inner .header-button.show .ico-humbarger::after {
  background-color: #1a1a1a;
  transform: rotate(-45deg);
  top: 6px;
  width: 100%;
}

.header-nav-fixed {
  opacity: 0;
  visibility: hidden;
  background-color: #17194c;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-top: 88px;
  transition: all 0.3s;
  left: 0;
  top: 0;
}

.header-nav-fixed .header-nav__lists {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  padding: 0 1.5rem 1.5rem;
  overflow: auto;
}

.header-nav-fixed .header-nav__lists a {
  color: #fff;
  line-height: 260%;
  font-size: 16px;
}

.header
  .header-wrap-sp
  .header-wrap-sp__inner
  .header-nav-fixed
  .header-nav__lists
  .header-nav__list
  .header-nav__link {
  color: #fff;
  display: inline-flex;
  height: 5.3vh;
  font-size: 16px;
  align-items: center;
}

.header
  .header-wrap-sp
  .header-wrap-sp__inner
  .header-nav-fixed
  .header-nav__lists
  .header-nav__list
  .header-nav__link:hover {
  opacity: 1;
}

.header-nav-fixed .button-wrap {
  padding: 0 1.5rem 2rem;
}

.header-nav-fixed .header-nav__close {
  position: fixed;
  top: 25px;
  right: 28px;
  width: 40px;
}

.header-nav-fixed .button-wrap .button__link {
  background: #fafd44 url("../images/ico_button.svg") no-repeat 95% center;
  color: #17194c;
  font-size: 16px;
  padding: 1.2em 1.5em;
  width: 100%;
}

.header-nav-fixed .button-wrap .button__link .ico-ar::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.header-nav-fixed.active {
  opacity: 1;
  visibility: visible;
}

.header-nav-fixed .header-nav__company {
  font-size: 12.8px;
  padding: 0 1.5rem 1rem;
}

.header-nav-fixed .header-nav__company p {
  margin-bottom: 0.2em;
}

.header-nav-fixed .header-nav__company .header-nav__company__text--num {
  font-size: 29.6px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 320px) {
  .header
    .header-wrap-sp
    .header-wrap-sp__inner
    .header-nav-fixed
    .header-nav__company
    .header-nav__company__text--num {
    font-size: 28px;
  }
}

.header
  .header-wrap-sp
  .header-wrap-sp__inner
  .header-nav-fixed
  .header-nav__company
  .header-nav__company__text--num
  .ico-phone {
  background-image: url(../images/footer_ico_phone@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (max-width: 320px) {
  .header
    .header-wrap-sp
    .header-wrap-sp__inner
    .header-nav-fixed
    .header-nav__company
    .header-nav__company__text--num
    .ico-phone {
    width: 14px;
    height: 14px;
  }
}

.header.active {
  /* background-color: rgba(255, 255, 255, 0.7); */
}

.header.active .header-logo .logo-default {
  /* display: none; */
}

.header.active .header-logo .logo-scroll {
  /* display: block; */
}

@media screen and (max-width: 768px) {
  .header.active .header-logo {
    /* -webkit-filter: brightness(0);
    filter: brightness(0); */
  }
}

.header.active .header-nav .header-nav__lists .header-nav__list .header-nav__link {
  /* color: #1a1a1a; */
}

.header.active .header-wrap-sp .header-wrap-sp__inner .header-button .ico-humbarger::before {
  background-color: #1a1a1a;
}

.header.active .header-wrap-sp .header-wrap-sp__inner .header-button .ico-humbarger::after {
  background-color: #1a1a1a;
}

.hero-section {
  background-image: url(../images/hero_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  height: 90vh;
  min-height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hero-section {
    /* height: 60vh; */
    min-height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section .hero-inner {
    padding: 2em 0 0;
    width: 90%;
  }
}

.hero-section .hero-inner .hero-image {
  margin: auto;
  max-width: 36em;
}

@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-image {
    max-width: 22em;
  }
}

.hero-section .hero-inner .hero-image .hero-logo {
  max-width: 300px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-image .hero-logo {
    width: 150px;
  }
}

.hero-section .hero-inner .hero-image .hero-copy {
  margin: 0 auto 4em;
}

@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-image .hero-copy {
    margin: 0 auto 2em;
  }
}

.hero-section .hero-inner .button-wrap .button__link {
  width: 17em;
}

@media screen and (max-width: 768px) {
  .hero-section .hero-inner .button-wrap .button__link {
    font-size: 12px;
    min-width: 15em;
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .hero-section .hero-inner .button-wrap .button__link + .button__link {
    margin-top: 15px;
  }
}

.topics {
  padding: 1.8em 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topics {
    padding: 0;
  }
}

.topics .topics__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .topics .topics__inner {
    padding: 40px;
    display: block;
  }
}

.topics .topics__inner .topics__title {
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.09rem;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .topics .topics__inner .topics__title {
    width: 100%;
  }
}

.topics .topics__inner .topics__swiper {
  width: 74%;
}

@media screen and (max-width: 768px) {
  .topics .topics__inner .topics__swiper {
    width: 100%;
  }
}

.topics .topics__inner .topics__item {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .topics .topics__inner .topics__item {
    display: block;
    margin-bottom: 10px;
  }
}

.topics .topics__inner .topics__item .topics__itemDate {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.09rem;
  white-space: nowrap;
  width: 8em;
}

@media screen and (max-width: 768px) {
  .topics .topics__inner .topics__item .topics__itemDate {
    font-size: 11px;
    width: auto;
  }
}

.topics .topics__inner .topics__item .topics__itemTxt {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .topics .topics__inner .topics__item .topics__itemTxt {
    font-size: 11px;
  }
}

.topics .topics__inner .topics__item .topics__itemTxt a {
  text-decoration: underline;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .topics .topics__inner .topics__item .topics__itemTxt a {
    font-size: 11px;
  }
}

.topics .topics .swiper-wrapper {
  display: flex;
}

.topics .topics__swiper-button-next {
  width: 3%;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .topics .topics__swiper-button-next {
    width: 34px;
    height: 34px;
    top: 10%;
    right: 1.5rem;
    position: absolute;
    outline: none;
  }
}

.topics .topics__swiper-button-next::after {
  content: "";
  position: absolute;
  top: 2.2em;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

@media screen and (max-width: 768px) {
  .topics .topics__swiper-button-next::after {
    top: 10px;
    left: 35%;
  }
}

.topics .topics__swiper-button-prev {
  width: 3%;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .topics .topics__swiper-button-prev {
    width: 34px;
    height: 34px;
    top: 10%;
    right: 4rem;
    position: absolute;
    outline: none;
  }
}

.topics .topics__swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 2.2em;
  transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

@media screen and (max-width: 768px) {
  .topics .topics__swiper-button-prev::after {
    top: 10px;
    left: 35%;
  }
}

.topics .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.intro-section {
  background-image: url(../images/intro_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  padding: 4em 0;
}

@media screen and (max-width: 768px) {
  .intro-section {
    padding: 2.5rem 2rem;
  }
}

.intro-section .intro-inner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4em 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro-section .intro-inner {
    padding: 2.5em 1.5rem 2em;
  }
}

.intro-section .intro-inner .intro-copy {
  margin: 0 auto 2em;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-copy {
    margin: 0 auto 1em;
    width: 100%;
  }
}

.intro-section .intro-inner .intro-text {
  margin: auto;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-text {
    width: 100%;
  }
}

.intro-section .intro-inner .intro-text .text-head {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-text .text-head {
    font-size: 20px;
  }
}

.intro-section .intro-inner .intro-text .text-contents {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-text .text-contents {
    margin-top: 1em;
  }
}

.intro-section .intro-inner .intro-text .text-contents p {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-text .text-contents p {
    font-size: 12.8px;
  }
}

.intro-section .intro-inner .intro-text .text-contents p:last-child {
  margin-bottom: 0;
}

.head-wrap .head__title {
  padding: 0 0 2em;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .head-wrap .head__title {
    padding-bottom: 1.5em;
  }
}

.head-m-wrap {
  line-height: 1.2;
  margin: 0 0 1rem;
}

.head-m-wrap .head-m__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .head-m-wrap .head-m__title {
    font-size: 24px;
  }
}

.head-m-wrap .head-m__caption {
  font-weight: 800;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .head-m-wrap .head-m__caption {
    line-height: 1.5;
    margin-top: 0.5rem;
    font-size: 14.4px;
    margin-bottom: 0.5rem;
  }
}

.section-contents {
  font-size: 15.04px;
  line-height: 2;
}

.button-wrap {
  text-align: center;
}

.button-wrap .button__link {
  border: none;
  display: inline-block;
  font-weight: 800;
  padding: 1em 1.2em;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .button-wrap .button__link {
    font-size: 14.08px;
  }
}

.button-wrap .button__link .ico-ar::after {
  content: "";
  position: absolute;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateX(-50%);
  top: 50%;
  right: 5%;
}

.button-wrap .button__link .ico-cross:after {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 1rem;
  display: block;
  font-weight: 300;
  font-size: 35.2px;
  line-height: 1.5;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-accent {
  background-color: #fafd44;
}

.bg-color-black {
  background-color: #1a1a1a;
  color: #fff;
}

.bg-white {
  background-color: #fff;
  position: relative;
  padding: 5em 6em;
}

@media screen and (max-width: 768px) {
  .bg-white {
    padding: 2em 1.5em 1.5em;
  }
}

.button-wrap-fixed {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 20;
}

.button-wrap-fixed .button__link {
  display: block;
  width: 60px;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.button-wrap-fixed .button__link span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.button-wrap-fixed .button__link:last-child {
  margin-top: 10px;
}

.button-wrap-fixed .bg-color-black span {
  color: #fff;
}

.js-modal-content {
  display: none;
}

.js-modal-overlay {
  z-index: 150;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js-modal-wrap {
  z-index: 200;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-box {
  background: #fff;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}

.close-wrap {
  margin: 2em 0 0;
  text-align: center;
}

.close-wrap .js-modal-close-bottom {
  border: none;
  background: #f1f1f1;
  font-weight: 800;
  outline: none;
  width: 20%;
  padding: 0.5em;
}

@media screen and (max-width: 768px) {
  .close-wrap .js-modal-close-bottom {
    width: 40%;
    font-size: 14.4px;
  }
}

.close-wrap .js-modal-close-bottom:hover {
  opacity: 0.7;
}

.js-modal-close {
  background-color: #1a1a1a;
  color: #fff !important;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 41.6px;
  font-weight: 100;
  top: 0;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .js-modal-close {
    font-size: 25.6px;
    width: 30px;
    height: 30px;
  }
}

.js-modal-close:hover {
  opacity: 0.7;
}

.voice-section {
  background-color: #fbfd69;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .voice-section {
    padding: 3rem 0;
  }
}

.voice-section .voice-inner {
  overflow: hidden;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-inner {
    padding: 0;
  }
}

.voice-section .voice-inner .voice-movie-wrap {
  padding: 0 20px;
}

.voice-section .voice-inner .voice-movie-wrap .voice-movie {
  padding: 56.25% 0 0;
  text-align: center;
  margin: 0 0 4rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .voice-section .voice-inner .voice-movie-wrap .voice-movie {
    padding: 0;
  }
}

.voice-section .voice-inner .voice-movie-wrap .voice-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .voice-section .voice-inner .voice-movie-wrap .voice-movie iframe {
    position: initial;
    max-width: 560px;
    height: 315px;
  }
}

.voice-section .voice-inner .head-wrap .head__title {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-inner .head-wrap .head__title {
    width: 80%;
  }
}

.voice-section .voice-inner .voice-lists-wrap {
  overflow: initial !important;
}

.voice-section .voice-inner .voice-lists-wrap .comming-soon {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.voice-section .voice-inner .voice-lists-wrap .voice-lists {
  display: flex;
  justify-content: space-between;
}

.voice-section .voice-inner .voice-lists-wrap .voice-lists .voice-list {
  width: 23%;
}

@media screen and (min-width: 768px) {
  .voice-section .voice-inner .voice-lists-wrap .voice-lists .voice-list {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .voice-section .voice-inner .voice-lists-wrap .voice-lists .voice-list:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .voice-section .voice-inner .voice-lists-wrap .voice-lists .voice-list {
    padding-bottom: 1.5em;
    width: 60vw !important;
  }
}

.voice-section .voice-inner .voice-lists-wrap .swiper-button-prev,
.voice-section .voice-inner .voice-lists-wrap .swiper-button-next {
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-inner .voice-lists-wrap .swiper-button-prev,
  .voice-section .voice-inner .voice-lists-wrap .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}

.voice-section .voice-inner .voice-lists-wrap .swiper-button-prev::after,
.voice-section .voice-inner .voice-lists-wrap .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  left: 43%;
  -ms-left: 36%;
  top: 52%;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-inner .voice-lists-wrap .swiper-button-prev::after,
  .voice-section .voice-inner .voice-lists-wrap .swiper-button-next::after {
    width: 6px;
    height: 6px;
  }
}

.voice-section .voice-inner .voice-lists-wrap .swiper-button-prev {
  left: 0;
}

@media screen and (min-width: 1400px) {
  .voice-section .voice-inner .voice-lists-wrap .swiper-button-prev {
    left: -20px;
  }
}

.voice-section .voice-inner .voice-lists-wrap .swiper-button-prev::after {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
}

.voice-section .voice-inner .voice-lists-wrap .swiper-button-next {
  right: 0;
}

@media screen and (min-width: 1400px) {
  .voice-section .voice-inner .voice-lists-wrap .swiper-button-next {
    right: -20px;
  }
}

.voice-section .voice-inner .voice-lists-wrap .swiper-button-next::after {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

.voice-section .modal-voice .modal-box__inner {
  padding: 6rem 5rem;
}

@media screen and (max-width: 768px) {
  .voice-section .modal-voice .modal-box__inner {
    padding: 2rem 1rem;
  }
}

.voice-section .modal-voice .modal-box__inner .modal-box__head {
  margin-bottom: 2em;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .voice-section .modal-voice .modal-box__inner .modal-box__head {
    width: 80%;
  }
}

.voice-section .modal-voice .modal-box__inner .modal-box__headNoImg {
  margin-bottom: 2em;
  width: 78%;
}

@media screen and (max-width: 768px) {
  .voice-section .modal-voice .modal-box__inner .modal-box__headNoImg {
    width: 100%;
  }
}

.voice-section .modal-voice .modal-box__inner .modal-box__profile {
  margin-bottom: 1em;
  font-size: 14.08px;
  position: absolute;
  right: 6em;
  top: 7em;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .voice-section .modal-voice .modal-box__inner .modal-box__profile {
    position: initial;
    margin: 0 auto 2em;
    width: 80%;
  }
}

.voice-section .modal-voice .modal-box__inner .modal-box__profile img {
  margin-bottom: 1em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .voice-section .modal-voice .modal-box__inner .modal-box__profile img {
    margin: 1em auto;
    width: 80%;
  }
}

.voice-section .modal-voice .modal-box__inner .modal-box__description {
  min-height: 450px;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .voice-section .modal-voice .modal-box__inner .modal-box__description {
    min-height: initial;
    width: 100%;
    font-size: 14.4px;
  }
}

.voice-section .modal-voice .modal-box__inner .modal-box__descriptionNoImg {
  min-height: 450px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .voice-section .modal-voice .modal-box__inner .modal-box__descriptionNoImg {
    min-height: initial;
    width: 100%;
  }
}

.voice-section .voice-button {
  width: 22em;
  margin: 4em auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-button {
    width: 80%;
    margin: 2em auto 0;
  }
}

.voice-section .voice-button .button__link {
  width: 100%;
  background-color: #000000;
  color: #fff;
}

.voice-section .voice-button .button__link img {
  width: 228px;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-button .button__link img {
    width: 80%;
  }
}

.voice-section .voice-button .button__link .ico-cross::after {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 1rem;
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.4;
}

.voice-section .voice-button .button__link.active .ico-cross::after {
  content: "−";
}

.voice-section .voice-panel__inner .container {
  margin: 4em auto 0;
  padding: 80px 100px;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-panel__inner .container {
    width: 90%;
    margin: 2em auto 0;
    padding: 30px 10px;
  }
}

.voice-section .voice-panel__inner .container .graph-head {
  max-width: 452px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-panel__inner .container .graph-head {
    width: 80%;
  }
}

.voice-section .voice-panel__inner .container .graph-head-img {
  width: 100%;
}

.safety-section {
  background-image: url(../images/safety_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .safety-section {
    padding: 3rem 0 4em;
  }
}

.safety-section .safety-inner .head-wrap .head__title {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .head-wrap .head__title {
    width: 90%;
  }
}

.safety-section .safety-inner .safety-num {
  top: 1.5em;
  position: absolute;
  width: 132px;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-num {
    top: 1em;
    width: 100px;
  }
}

.safety-section .safety-inner .head-m-wrap .head-m__caption {
  font-size: 16px;
}

.safety-section .safety-inner .safety-lead {
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-lead {
    font-size: 14.4px;
  }
}

.safety-section .safety-inner .safety-01,
.safety-section .safety-inner .safety-03 {
  margin-top: 1.5em;
}

.safety-section .safety-inner .safety-01 .safety-num,
.safety-section .safety-inner .safety-03 .safety-num {
  right: 1.5em;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-01 .safety-num,
  .safety-section .safety-inner .safety-03 .safety-num {
    right: inherit;
    left: 0.5em;
  }
}

.safety-section .safety-inner .safety-01 .safety-contents,
.safety-section .safety-inner .safety-03 .safety-contents {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-01 .safety-contents,
  .safety-section .safety-inner .safety-03 .safety-contents {
    display: inherit;
    margin-top: 0.5em;
  }
}

.safety-section .safety-inner .safety-01 .safety-contents .contents__image,
.safety-section .safety-inner .safety-03 .safety-contents .contents__image {
  max-width: 490px;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-01 .safety-contents .contents__image,
  .safety-section .safety-inner .safety-03 .safety-contents .contents__image {
    -webkit-clip-path: inset(0 0 5%);
    clip-path: inset(0 0 5%);
    margin-top: 1.5em;
    max-width: 100%;
    width: 100%;
  }
}

.safety-section .safety-inner .safety-01 .safety-contents .contents__text,
.safety-section .safety-inner .safety-03 .safety-contents .contents__text {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-01 .safety-contents .contents__text,
  .safety-section .safety-inner .safety-03 .safety-contents .contents__text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-01 .safety-contents .contents__text .head-s-wrap,
  .safety-section .safety-inner .safety-03 .safety-contents .contents__text .head-s-wrap {
    margin-bottom: 1em;
  }
}

.safety-section .safety-inner .safety-02,
.safety-section .safety-inner .safety-04 {
  margin-top: 1.5em;
}

.safety-section .safety-inner .safety-02 .safety-num,
.safety-section .safety-inner .safety-04 .safety-num {
  left: 1.5em;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-num,
  .safety-section .safety-inner .safety-04 .safety-num {
    right: inherit;
    left: 0.5em;
  }
}

.safety-section .safety-inner .safety-02 .safety-contents,
.safety-section .safety-inner .safety-04 .safety-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-contents,
  .safety-section .safety-inner .safety-04 .safety-contents {
    display: inherit;
  }
}

.safety-section .safety-inner .safety-02 .safety-contents .contents__image,
.safety-section .safety-inner .safety-04 .safety-contents .contents__image {
  max-width: 490px;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-contents .contents__image,
  .safety-section .safety-inner .safety-04 .safety-contents .contents__image {
    -webkit-clip-path: inset(0 0 5%);
    clip-path: inset(0 0 5%);
    margin-top: 1.5em;
    max-width: 100%;
    width: 100%;
  }
}

.safety-section .safety-inner .safety-02 .safety-contents .contents__text,
.safety-section .safety-inner .safety-04 .safety-contents .contents__text {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-contents .contents__text,
  .safety-section .safety-inner .safety-04 .safety-contents .contents__text {
    width: 100%;
  }
}

.safety-section .safety-inner .safety-02 .safety-02-illust {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-02-illust {
    margin-top: 2em;
  }
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-head {
  position: relative;
  text-align: center;
  padding: 0.5em 0;
  overflow: hidden;
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-head .illust-head__title {
  background: #fff;
  font-size: 28px;
  font-weight: 800;
  padding: 0 1em;
  z-index: 10;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-02-illust .illust-head .illust-head__title {
    font-size: 16px;
  }
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-head::before {
  content: "";
  background: #1a1a1a;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents {
  position: relative;
  margin-top: 1em;
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-caretaker {
  max-width: 215px;
  position: relative;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-caretaker {
    left: inherit;
    margin: auto;
    width: 40%;
  }
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-lists {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-lists {
    flex-wrap: wrap;
  }
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-lists .system-list {
  position: relative;
  min-width: 186px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-lists .system-list {
    min-width: inherit;
    margin-bottom: 1em;
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-lists .system-list .ico-ar {
    display: none;
  }
}

.safety-section .safety-inner .safety-02 .safety-02-illust .illust-contents .system-lists .system-list .ico-ar::after {
  content: "";
  background-image: url(../images/safety_ico_ar@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 65%;
  right: -34.5%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .safety-section
    .safety-inner
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list
    .ico-ar::after {
    height: 31px;
    width: 26px;
  }
}

.meals-section {
  background-image: url(../images/meals_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .meals-section {
    padding: 3.5rem 0 4em;
  }
}

.meals-section .meals-inner .head-wrap .head__title {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .head-wrap .head__title {
    padding-bottom: 1em;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .meals-lead {
    font-size: 14.4px;
  }
}

.meals-section .meals-inner .meals-contents {
  width: 100%;
  height: 1318px;
  margin: 3em auto 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .meals-contents {
    margin-top: 2em;
    height: 360vw;
  }
}

.meals-section .meals-inner .meals-contents .meals-01 {
  position: absolute;
  top: 0;
  left: -31px;
  max-width: 542px;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .meals-contents .meals-01 {
    width: 88%;
    left: 0;
  }
}

.meals-section .meals-inner .meals-contents .meals-02 {
  position: absolute;
  top: 43px;
  right: -100px;
  max-width: 433px;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .meals-contents .meals-02 {
    width: 78%;
    top: 68vw;
    right: -2px;
  }
}

.meals-section .meals-inner .meals-contents .meals-03 {
  position: absolute;
  top: 524px;
  left: -65px;
  max-width: 505px;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .meals-contents .meals-03 {
    width: 80%;
    top: 170vw;
    left: 12px;
  }
}

.meals-section .meals-inner .meals-contents .meals-04 {
  position: absolute;
  top: 761px;
  right: -76px;
  max-width: 488px;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .meals-contents .meals-04 {
    width: 78%;
    top: 226vw;
    right: -5px;
  }
}

.meals-section .meals-inner .meals-contents .meals-05 {
  position: absolute;
  top: 918px;
  left: 57px;
  max-width: 375px;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .meals-contents .meals-05 {
    width: 68%;
    top: 296vw;
    left: -5px;
  }
}

.meals-section .meals-inner .button-wrap {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .button-wrap {
    margin-top: 2em;
  }
}

.meals-section .meals-inner .button-wrap .button__link {
  width: 24em;
}

@media screen and (max-width: 768px) {
  .meals-section .meals-inner .button-wrap .button__link {
    width: 90%;
  }
}

.rooms-section {
  background-image: url(../images/rooms_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .rooms-section {
    padding: 3.5rem 0 4em;
  }
}

.rooms-section .rooms-inner .head-wrap .head__title {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .head-wrap .head__title {
    padding-bottom: 1em;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-lead {
    font-size: 14.4px;
  }
}

.rooms-section .rooms-inner .rooms-view {
  max-width: 840px;
  display: flex;
  margin: 3em auto;
}

.rooms-section .rooms-inner .rooms-view div {
  width: 400px;
  margin: 0 10px;
}

.rooms-section .rooms-inner .rooms-view div .button__link {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-view div {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-view {
    width: 80%;
    display: block;
  }
}

.rooms-section .rooms-inner .rooms-contents {
  max-width: 880px;
  height: 107vw;
  margin: 3em auto 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents {
    margin-top: 2em;
    height: 360vw;
  }
}

.rooms-section .rooms-inner .rooms-contents .rooms-01 {
  position: absolute;
  top: 0;
  right: -85px;
  max-width: 489px;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents .rooms-01 {
    width: 76%;
    right: 0;
  }
}

.rooms-section .rooms-inner .rooms-contents .rooms-02 {
  position: absolute;
  top: 48px;
  left: -71px;
  max-width: 505px;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents .rooms-02 {
    width: 78%;
    top: 74vw;
    left: 2vw;
  }
}

.rooms-section .rooms-inner .rooms-contents .rooms-03 {
  position: absolute;
  top: 475px;
  left: -16px;
  max-width: 518px;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents .rooms-03 {
    width: 70%;
    top: 132vw;
    left: 8vw;
  }
}

.rooms-section .rooms-inner .rooms-contents .rooms-04 {
  position: absolute;
  top: 490px;
  right: -3px;
  max-width: 388px;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents .rooms-04 {
    width: 50%;
    top: 184vw;
    right: 2vw;
  }
}

.rooms-section .rooms-inner .rooms-contents .rooms-05 {
  position: absolute;
  top: 836px;
  left: -81px;
  max-width: 492px;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents .rooms-05 {
    width: 60%;
    top: 232vw;
    left: 8vw;
  }
}

.rooms-section .rooms-inner .rooms-contents .rooms-06 {
  position: absolute;
  top: 932px;
  right: -82px;
  max-width: 540px;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents .rooms-06 {
    width: 68%;
    top: 294vw;
    right: 0;
  }
}

.rooms-section .rooms-inner .rooms-contents .rooms-07 {
  position: absolute;
  top: 1199px;
  right: 116px;
  max-width: 362px;
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-contents .rooms-07 {
    width: 50%;
    top: 311vw;
    left: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .button-wrap {
    margin-top: 2em;
  }
}

.facility-section {
  background-image: url(../images/facility_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .facility-section {
    padding: 3.5rem 0 4em;
  }
}

.facility-section .facility-inner .head-wrap .head__title {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .head-wrap .head__title {
    padding-bottom: 1em;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .facility-lead {
    font-size: 14.4px;
  }
}

.facility-section .facility-inner .facility-contents {
  max-width: 880px;
  height: 89vw;
  margin: 3em auto 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .facility-contents {
    margin-top: 2em;
    height: 330vw;
  }
}

.facility-section .facility-inner .facility-contents .facility-01 {
  position: absolute;
  top: 0;
  left: -33px;
  max-width: 502px;
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .facility-contents .facility-01 {
    width: 80%;
    left: 8px;
  }
}

.facility-section .facility-inner .facility-contents .facility-02 {
  position: absolute;
  top: 67px;
  right: -44px;
  max-width: 435px;
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .facility-contents .facility-02 {
    width: 68%;
    top: 82vw;
    right: 12px;
  }
}

.facility-section .facility-inner .facility-contents .facility-03 {
  position: absolute;
  top: 556px;
  right: 58px;
  max-width: 487px;
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .facility-contents .facility-03 {
    width: 70%;
    top: 150vw;
    right: 26vw;
  }
}

.facility-section .facility-inner .facility-contents .facility-04 {
  position: absolute;
  top: 709px;
  left: -61px;
  max-width: 377px;
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .facility-contents .facility-04 {
    width: 60%;
    top: 196vw;
    left: 36vw;
  }
}

.facility-section .facility-inner .facility-contents .facility-05 {
  position: absolute;
  top: 856px;
  right: -67px;
  max-width: 501px;
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .facility-contents .facility-05 {
    width: 68%;
    top: 266vw;
    right: 26vw;
  }
}

@media screen and (max-width: 768px) {
  .facility-section .facility-inner .button-wrap {
    margin-top: 2em;
  }
}

.service-section {
  background-image: url(../images/service_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .service-section {
    padding: 3.5rem 0 4em;
  }
}

.service-section .service-inner .head-wrap .head__title {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .head-wrap .head__title {
    padding-bottom: 1em;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-lead {
    font-size: 14.4px;
  }
}

.service-section .service-inner .service-num {
  top: 1.5em;
  position: absolute;
  width: 132px;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-num {
    top: 1em;
    width: 100px;
  }
}

.service-section .service-inner .service-01,
.service-section .service-inner .service-03 {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-01,
  .service-section .service-inner .service-03 {
    margin-top: 2rem;
  }
}

.service-section .service-inner .service-01 .service-num,
.service-section .service-inner .service-03 .service-num {
  right: 2em;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-01 .service-num,
  .service-section .service-inner .service-03 .service-num {
    right: inherit;
    left: 0.5em;
  }
}

.service-section .service-inner .service-01 .service-contents,
.service-section .service-inner .service-03 .service-contents {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-01 .service-contents,
  .service-section .service-inner .service-03 .service-contents {
    display: inherit;
    padding-top: 1.5em;
  }
}

.service-section .service-inner .service-01 .service-contents .service__image,
.service-section .service-inner .service-03 .service-contents .service__image {
  width: 490px;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-01 .service-contents .service__image,
  .service-section .service-inner .service-03 .service-contents .service__image {
    -webkit-clip-path: inset(0 0 10%);
    clip-path: inset(0 0 10%);
    width: 100%;
  }
}

.service-section .service-inner .service-01 .service-contents .service__text,
.service-section .service-inner .service-03 .service-contents .service__text {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-01 .service-contents .service__text,
  .service-section .service-inner .service-03 .service-contents .service__text {
    width: 100%;
  }
}

.service-section .service-inner .service-02 {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 {
    margin-top: 2rem;
  }
}

.service-section .service-inner .service-02 .service-num {
  left: 2em;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-num {
    left: 0.5em;
  }
}

.service-section .service-inner .service-02 .service-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-contents {
    display: inherit;
    padding-top: 1.5em;
  }
}

.service-section .service-inner .service-02 .service-contents .service__image {
  position: relative;
  width: 490px;
}

.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-prev,
.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-next {
  background: #fff;
  bottom: 0;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-contents .service__image .swiper-button-prev,
  .service-section .service-inner .service-02 .service-contents .service__image .swiper-button-next {
    bottom: 20px;
    width: 34px;
    height: 34px;
  }
}

.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-prev::after,
.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-next::after {
  content: "";
  margin-top: 2px;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-contents .service__image .swiper-button-prev::after,
  .service-section .service-inner .service-02 .service-contents .service__image .swiper-button-next::after {
    width: 6px;
    height: 6px;
  }
}

.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-prev {
  right: 62px;
  left: inherit;
  top: inherit;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-contents .service__image .swiper-button-prev {
    right: 36px;
  }
}

.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-prev::after {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
}

.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-next {
  right: 0;
  top: inherit;
}

.service-section .service-inner .service-02 .service-contents .service__image .swiper-button-next::after {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-contents .service__image {
    -webkit-clip-path: inset(0 0 20px);
    clip-path: inset(0 0 20px);
    width: 100%;
  }
}

.service-section .service-inner .service-02 .service-contents .service__text {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-contents .service__text {
    width: 100%;
  }
}

.service-section .service-inner .service-02 .service-contents .service__text .section-contents {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .service-section .service-inner .service-02 .service-contents .service__text .section-contents {
    width: 100%;
  }
}

.service-section .service-inner .service-02 .service-contents .service__text .button-wrap {
  margin-top: 1.5em;
}

.service-section .service-inner .service-02 .service-contents .service__text .button-wrap .button__link {
  font-size: 14.08px;
  width: 100%;
}

.access-section {
  background-image: url(../images/access_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .access-section {
    padding: 3.5rem 0 4em;
  }
}

.access-section .access-inner .head-wrap .head__title {
  width: 90%;
}

.access-section .access-inner .access-contents {
  margin-top: 4em;
  padding: 4em 6em 5em;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents {
    margin: 2em 1.5rem 0;
    padding: 2em 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-lead {
    font-size: 14.4px;
  }
}

.access-section .access-inner .access-contents .train-head {
  margin: 0 auto 1.5em;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .train-head {
    margin: 0 auto 2em;
    width: 70%;
  }
}

.access-section .access-inner .access-contents .train-lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .train-lists {
    display: inherit;
    margin: 0 1em 2em;
  }
}

.access-section .access-inner .access-contents .train-lists .train-list {
  border: 2px solid #1a1a1a;
  padding: 2em;
  position: relative;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .train-lists .train-list {
    border: 1px solid #1a1a1a;
    width: 100%;
    margin-bottom: 2em;
  }
}

.access-section .access-inner .access-contents .train-lists .train-list .list__head {
  background-color: #fff;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  top: -0.8em;
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .train-lists .train-list .list__head {
    font-size: 20px;
  }
}

.access-section .access-inner .access-contents .map-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .map-wrap {
    display: inherit;
  }
}

.access-section .access-inner .access-contents .map-wrap .map__image {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .map-wrap .map__image {
    margin-bottom: 1.5em;
    width: 100%;
  }
}

.access-section .access-inner .access-contents .map-wrap .map__text {
  display: flex;
  align-items: center;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .map-wrap .map__text {
    width: 100%;
  }
}

.access-section .access-inner .access-contents .map-wrap .map__text .text__head {
  font-size: 24px;
  margin-bottom: 1em;
  font-weight: bold;
}

.access-section .access-inner .access-contents .access-place {
  position: relative;
  margin: 3em 0 0;
  padding-top: 2.4em;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place {
    margin: 0;
    padding: 0;
  }
}

.access-section .access-inner .access-contents .access-place .place__box {
  border: 1px solid #c4c4c4;
  font-size: 15.04px;
  line-height: 1.8;
  padding: 2.3em;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place .place__box {
    font-size: 12px;
    margin-top: 1.5em;
    padding: 1.5rem;
  }
}

.access-section .access-inner .access-contents .access-place .place__box .place__box__image {
  margin-bottom: 1em;
}

.access-section .access-inner .access-contents .access-place .place__box:nth-child(1) {
  font-size: 17.92px;
  font-weight: 800;
  width: 325px;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place .place__box:nth-child(1) {
    width: 100%;
  }
}

.access-section .access-inner .access-contents .access-place .place__box:nth-child(1) .place__box__image {
  width: 118px;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place .place__box:nth-child(1) .place__box__image {
    width: 30%;
  }
}

.access-section .access-inner .access-contents .access-place .place__box:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place .place__box:nth-child(2) {
    position: inherit;
    width: 100%;
  }
}

.access-section .access-inner .access-contents .access-place .place__box:nth-child(2) .place__box__image {
  width: 118px;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place .place__box:nth-child(2) .place__box__image {
    width: 30%;
  }
}

.access-section .access-inner .access-contents .access-place .place__box:nth-child(3) {
  margin: 5em auto 0;
  width: 710px;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place .place__box:nth-child(3) {
    margin: 2em auto 0;
    width: 100%;
  }
}

.access-section .access-inner .access-contents .access-place .place__box:nth-child(3) .place__box__image {
  width: 140px;
}

@media screen and (max-width: 768px) {
  .access-section .access-inner .access-contents .access-place .place__box:nth-child(3) .place__box__image {
    width: 35%;
  }
}

.plan-section {
  background-color: #fbfd69;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .plan-section {
    padding: 3.5rem 0 4em;
  }
}

.plan-section .head-wrap .head__title {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .plan-section .head-wrap .head__title {
    width: 90%;
  }
}

.plan-section .plans-lead {
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents {
    margin: 0 1.5rem;
    padding: 3em 0 2.5em;
  }
}

.plan-section .plan-contents .contents__head {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents .contents__head {
    font-size: 25.92px;
    margin: 0 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table {
    margin-top: -1em;
    padding: 0 2rem;
  }
}

.plan-section .plan-contents .plan-table .table__lists {
  display: flex;
  justify-content: space-between;
}

.plan-section .plan-contents .plan-table .table__lists .table__list {
  position: relative;
  padding-top: 1em;
  width: 47%;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table .table__lists .table__list {
    width: 100%;
    padding-top: 2.5em;
  }
}

.plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box {
  border: 2px solid #1a1a1a;
  position: relative;
}

.plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__head {
  display: inline-block;
  background: #fff;
  font-size: 24px;
  padding: 0 1em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__head {
    font-size: 20px;
    margin-top: -2px;
  }
}

.plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__contents {
  padding: 2em 4em 4em;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__contents {
    padding: 1em 2em 3em;
  }
}

.plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__contents .box__lists {
  font-size: 15.04px;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .box__list {
  border-bottom: 1px solid #1a1a1a;
  padding: 1em 0;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .box__list
  dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .box__list
  dl
  dd {
  text-align: right;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dt {
  padding-top: 20px;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dd {
  font-size: 46.6px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .price
    dl
    dd {
    font-size: 36px;
  }
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dd
  .yen {
  font-size: 28px;
  font-weight: 800;
  padding: 0 2px;
}

@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .price
    dl
    dd
    .yen {
    font-size: 20px;
  }
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dd
  .small {
  font-size: 24px;
  font-weight: 800;
  padding: 0 2px;
}

@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .price
    dl
    dd
    .small {
    font-size: 14.08px;
  }
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd {
  font-weight: 800;
  font-size: 17.92px;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd
  .small {
  font-size: 14.08px;
  padding: 0 2px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .food
    dl
    dd
    .small {
    font-size: 12.8px;
  }
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd
  .button__link {
  color: #fff;
  padding: 3px 15px 2px 5px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 1em;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd
  .button__link
  .ico-cross::after {
  font-size: 17.92px;
  color: #fff;
  right: 5px;
  font-weight: bold;
  top: -2px;
}

.plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__contents .box__caption {
  font-size: 14.08px;
  text-align: right;
  display: block;
  padding: 2em 0 3em;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__contents .box__caption {
    padding: 1em 0 2em;
  }
}

.plan-section .plan-contents .plan-table .table__lists .table__list .table__list--box .box__contents .button-wrap {
  font-size: 14.08px;
  text-align: center;
}

.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .button-wrap
  .button__link {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table .swiper-button-prev,
  .plan-section .plan-contents .plan-table .swiper-button-next {
    outline: none;
    top: 54%;
  }

  .plan-section .plan-contents .plan-table .swiper-button-prev::after,
  .plan-section .plan-contents .plan-table .swiper-button-next::after {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
  }

  .plan-section .plan-contents .plan-table .swiper-button-prev {
    left: 5px;
  }

  .plan-section .plan-contents .plan-table .swiper-button-prev::after {
    border-bottom: 2px solid #1a1a1a;
    border-left: 2px solid #1a1a1a;
  }

  .plan-section .plan-contents .plan-table .swiper-button-next {
    right: 5px;
  }

  .plan-section .plan-contents .plan-table .swiper-button-next::after {
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
  }
}

.plan-section .plan-price {
  margin-top: 2.5em;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-price {
    margin-top: 1.5em;
    padding: 0 1.5rem;
  }
}

.plan-section .plan-price .price__lists {
  position: relative;
}

.plan-section .plan-price .price__lists .price__list {
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 3px 12px;
}

.plan-section .plan-price .price__lists .price__list:first-child {
  font-weight: 800;
}

.plan-section .plan-price .price__lists .price__list:first-child .image__babble {
  position: absolute;
  top: -1em;
  left: 28%;
  width: 150px !important;
}

.plan-section .plan-price .price__lists .price__list:nth-child(2) {
  padding-bottom: 2em;
}

.plan-section .plan-price .price__lists .price__list dl {
  display: flex;
  justify-content: space-between;
  font-size: 15.04px;
}

.plan-section .plan-price .price__lists .price__list dl dt {
  width: 16%;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-price .price__lists .price__list dl dt {
    width: 29%;
  }
}

.plan-section .plan-price .price__lists .price__list dl dd {
  width: 82%;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-price .price__lists .price__list dl dd {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .plan-section .plan-price .price__lists .price__list dl dd .bundle {
    display: block;
  }
}

.plan-section .plan-price .price__lists .price__list .price__list--pricedown .bundle {
  margin-bottom: 2.2em;
}

.plan-section .plan-price .price__lists .price__list .price__list--pricedown .bundle:last-child {
  margin-bottom: 0;
}

.plan-section .plan-price .price__lists .price__list .strikethrough {
  position: relative;
}

.plan-section .plan-price .price__lists .price__list .strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  background: #d61d1d;
  width: 4.8em;
  height: 2px;
  border-color: inherit;
  transform: rotate(-10deg);
}

.plan-section .plan-price .price__lists .price__list .strikethrough:after {
  position: absolute;
  bottom: -1.5em;
  right: -0.5rem;
  font-size: 19.2px;
  white-space: nowrap;
  font-weight: bold;
  color: #d61d1d;
}

.plan-section .plan-price .price__lists .price__list .one:after {
  content: "100,000円";
}

.plan-section .plan-price .price__lists .price__list .two:after {
  content: "130,000円";
}

.plan-section .plan-price .price__lists .price__list .three:after {
  content: "165,000円";
}

.plan-section .plan-price .price__lists .price__list .four:after {
  content: "180,000円";
}

.plan-section .plan-support {
  background-color: #f1f1f1;
  margin-top: 3em;
  padding: 1em 4em;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-support {
    padding: 1.5em;
    margin: 3em 1.5rem 0;
  }
}

.plan-section .plan-support .support__head {
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-support .support__head {
    font-size: 20px;
  }
}

.plan-section .plan-support .support__head span {
  font-size: 58.08px;
  font-weight: 800;
  padding: 0 3px;
  vertical-align: -3px;
}

@media screen and (max-width: 768px) {
  .plan-section .plan-support .support__head span {
    font-size: 36px;
  }
}

.plan-section .plan-support .button-wrap {
  text-align: right;
}

.plan-section .plan-support .button-wrap .button__link {
  color: #1a1a1a;
  font-size: 15.04px;
  font-weight: 900;
  width: 9.5em;
}

.campaign-section {
  background-image: url(../images/campaign_bg@2x.png);
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .campaign-section {
    padding: 3rem 0 4em;
  }
}

.campaign-section .head-wrap .head__title {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .campaign-section .head-wrap .head__title {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .campaign-section .campaign-contents {
    margin: 0 1.5rem;
  }
}

.campaign-section .campaign-contents .contents__head {
  font-size: 58.08px;
  font-weight: 800;
  margin: 0 0 2.5rem;
}

.campaign-section .campaign-contents .contents__head .subtitle {
  font-size: 24px;
  display: block;
  margin: 0.8rem 0;
}

@media screen and (max-width: 768px) {
  .campaign-section .campaign-contents .contents__head .subtitle {
    font-size: 17.92px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .campaign-section .campaign-contents .contents__head {
    font-size: 49.6px;
    line-height: 1.2em;
    margin: 0 0 1.5rem;
  }
}

.campaign-section .campaign-contents .campaign-img img {
  max-width: 880px;
  margin: 0 auto 1.5rem;
}

@media screen and (max-width: 768px) {
  .campaign-section .campaign-contents .campaign-img img {
    width: 100%;
  }
}

.campaign-section .campaign-contents .campaign-detail {
  margin: 40px auto;
}

.campaign-section .campaign-contents .campaign-detail dl {
  border-top: 1px solid #c2c2c2;
  margin: 2rem 0 0;
}

.campaign-section .campaign-contents .campaign-detail dl dt {
  font-size: 16px;
  font-weight: 800;
  margin: 2rem 0 1.2rem;
}

.campaign-section .campaign-contents .campaign-detail dl dd {
  font-size: 15.04px;
  margin: 0;
}

.campaign-section .campaign-contents .campaign-detail .button-wrap {
  text-align: left;
  max-width: 300px;
  margin: 1rem 0;
}

.campaign-section .campaign-contents .campaign-detail .button-wrap .button__link {
  width: 100%;
}

.campaign-section .campaign-contents .campaign-detail .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.qa-section {
  background-color: #f1f1f1;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .qa-section {
    padding: 3.5rem 0 4em;
  }
}

.qa-section .head-wrap .head__title {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .qa-section .head-wrap .head__title {
    width: 50%;
  }
}

.qa-section .qa-contents .qa__lists .qa__list {
  background-color: #fff;
  margin-bottom: 5px;
}

.qa-section .qa-contents .qa__lists .qa__list dl dt {
  font-weight: 800;
  padding: 1em 2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qa-section .qa-contents .qa__lists .qa__list dl dt {
    font-size: 14.4px;
  }
}

.qa-section .qa-contents .qa__lists .qa__list dl dt .ico-cross {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.qa-section .qa-contents .qa__lists .qa__list dl dt .ico-cross::after {
  content: "+";
  display: block;
  font-weight: 500;
  font-size: 40px;
  transition: transform 0.3s;
}

.qa-section .qa-contents .qa__lists .qa__list dl dt::before {
  content: "Q";
  font-size: 29.6px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: -3px;
}

.qa-section .qa-contents .qa__lists .qa__list dl dt:hover {
  cursor: pointer;
}

.qa-section .qa-contents .qa__lists .qa__list dl dt.active .ico-cross::after {
  content: "−";
}

.qa-section .qa-contents .qa__lists .qa__list dl dd {
  padding: 0 2rem 1.5rem 4.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qa-section .qa-contents .qa__lists .qa__list dl dd {
    font-size: 14.4px;
  }
}

.qa-section .qa-contents .qa__lists .qa__list dl dd::before {
  content: "A";
  font-size: 29.6px;
  font-weight: 800;
  position: absolute;
  left: 2.1rem;
  top: -0.7rem;
}

.flow-section {
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .flow-section {
    padding: 3.5rem 0 4em;
  }
}

.flow-section .head-wrap .head__title {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .flow-section .head-wrap .head__title {
    width: 60%;
  }
}

.flow-section .flow-lists {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .flow-section .flow-lists {
    margin: 2em 1rem 0;
    display: inherit;
  }
}

.flow-section .flow-lists .flow-list {
  position: relative;
  width: 29.8%;
}

@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list {
    margin-bottom: 6em;
    width: 100%;
  }

  .flow-section .flow-lists .flow-list:last-child {
    margin-bottom: 0;
  }
}

.flow-section .flow-lists .flow-list .ico-ar::after {
  content: "";
  background-image: url(../images/flow_ico_ar@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -24.5%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .ico-ar::after {
    top: inherit;
    bottom: -45px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.flow-section .flow-lists .flow-list .flow__box {
  border: 2px solid #1a1a1a;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box {
    border: 2px solid #1a1a1a;
  }
}

.flow-section .flow-lists .flow-list .flow__box .box__head {
  display: inline-block;
  background: #fff;
  font-size: 24px;
  padding: 0.5em;
  position: absolute;
  left: 50%;
  top: -1%;
  transform: translate(-50%, -50%);
  width: 40%;
}

@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box .box__head {
    max-width: 120px;
    width: 32%;
  }
}

.flow-section .flow-lists .flow-list .flow__box .box__contents {
  padding: 2.5em 1em 2em;
}

@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box .box__contents {
    padding: 3em 1.5em 2em;
  }
}

.flow-section .flow-lists .flow-list .flow__box .box__contents .box__image {
  display: flex;
  min-height: 120px;
}

@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box .box__contents .box__image {
    height: inherit;
    padding: 0;
  }
}

.flow-section .flow-lists .flow-list .flow__box .box__contents .box__image img {
  margin: auto;
  width: 80px;
}

.flow-section .flow-lists .flow-list .flow__box .box__contents dl {
  margin-top: 1em;
  line-height: 1.8;
}

.flow-section .flow-lists .flow-list .flow__box .box__contents dl dt {
  font-weight: 800;
  font-size: 17.92px;
  line-height: 1.5;
  text-align: center;
}

.flow-section .flow-lists .flow-list .flow__box .box__contents dl dd {
  font-size: 15.04px;
  margin-top: 1em;
}

.info-section {
  background-color: #f1f1f1;
  padding: 4em 0 6em;
}

@media screen and (max-width: 768px) {
  .info-section {
    padding: 2rem 0 4em;
  }
}

.info-section .info-head-wrap {
  font-size: 24px;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  .info-section .info-head-wrap {
    font-size: 17.92px;
  }
}

.info-section .info-contents {
  display: flex;
  justify-content: space-between;
  padding: 3em 3.5em;
}

@media screen and (max-width: 768px) {
  .info-section .info-contents {
    display: inherit;
    margin: 0 1.5rem;
    padding: 1.5rem;
  }
}

.info-section .info-contents .info-list {
  font-size: 14.08px;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .info-section .info-contents .info-list {
    width: 100%;
  }
}

.info-section .info-contents .info-list dl {
  display: flex;
  justify-content: space-between;
  padding: 0.8em 0;
}

@media screen and (max-width: 768px) {
  .info-section .info-contents .info-list dl {
    padding: 0.5em 0;
  }
}

.info-section .info-contents .info-list dl dt {
  font-weight: 800;
  width: 29%;
}

.info-section .info-contents .info-list dl dd {
  width: 70%;
}

.recommend-section {
  background-image: url(../images/recommend_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  padding: 2em 0 6em;
}

@media screen and (max-width: 768px) {
  .recommend-section {
    padding: 3em 0 5em;
  }
}

.recommend-section .recommend-head-wrap {
  font-size: 24px;
  padding: 1em 0 0;
}

.recommend-section .recommend-contents-head {
  position: relative;
  text-align: center;
  padding: 3em 0 1em;
  overflow: hidden;
  max-width: 880px;
  margin: 0 auto;
}

.recommend-section .recommend-contents-head ::before {
  content: "";
  background: #1a1a1a;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .recommend-section .recommend-contents-head ::before {
    width: 20%;
  }
}

.recommend-section .recommend-contents-head ::after {
  content: "";
  background: #1a1a1a;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .recommend-section .recommend-contents-head ::after {
    width: 20%;
  }
}

.recommend-section .recommend-contents-head .recommend-contents-head-title {
  font-size: 17.92px;
  font-weight: 800;
  padding: 0 1em;
  z-index: 10;
  position: relative;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recommend-section .recommend-contents-head .recommend-contents-head-title {
    width: 90%;
  }
}

.recommend-section .recommend-lists {
  display: flex;
  justify-content: space-between;
}

.recommend-section .recommend-lists .recommend-list {
  background: #fff;
  width: 31%;
}

@media screen and (max-width: 768px) {
  .recommend-section .recommend-lists .recommend-list {
    width: 60vw !important;
  }
}

.recommend-section .recommend-lists .recommend-list .recommend__text {
  padding: 1.5em;
  transition: 0.3s;
}

.recommend-section .recommend-lists .recommend-list .recommend__text .recommend__text-copy {
  font-size: 12px;
  font-weight: 800;
  padding: 2px 4px;
  color: #fff;
  display: inline;
}

.recommend-section .recommend-lists .recommend-list .recommend__text .orange {
  background-color: #f1671b;
}

.recommend-section .recommend-lists .recommend-list .recommend__text .blue {
  background-color: #2f91dc;
}

.recommend-section .recommend-lists .recommend-list .recommend__text .green {
  background-color: #38b877;
}

.recommend-section .recommend-lists .recommend-list .recommend__text .recommend__text-name {
  font-size: 15.04px;
  font-weight: 800;
  min-height: 3em;
  margin-top: 0.5em;
  min-height: 70px;
}

.recommend-section .recommend-lists .recommend-list .recommend__text .recommend__text-caption {
  font-size: 12.8px;
  margin-top: 1.5em;
  min-height: 3.5em;
}

.recommend-section .recommend-lists .recommend-list .recommend__text:hover {
  opacity: 0.7;
}

.recommend-section .swiper-button-prev,
.recommend-section .swiper-button-next {
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .recommend-section .swiper-button-prev,
  .recommend-section .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}

.recommend-section .swiper-button-prev::after,
.recommend-section .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  left: 43%;
  -ms-left: 36%;
  top: 52%;
}

@media screen and (max-width: 768px) {
  .recommend-section .swiper-button-prev::after,
  .recommend-section .swiper-button-next::after {
    width: 6px;
    height: 6px;
  }
}

.recommend-section .swiper-button-prev {
  left: 0;
}

@media screen and (min-width: 1400px) {
  .recommend-section .swiper-button-prev {
    left: 0;
  }
}

.recommend-section .swiper-button-prev::after {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
}

.recommend-section .swiper-button-next {
  right: 0;
}

@media screen and (min-width: 1400px) {
  .recommend-section .swiper-button-next {
    right: 0;
  }
}

.recommend-section .swiper-button-next::after {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

.footer .footer-nav {
  background-color: #242424;
  padding: 5em 0;
}

.footer .footer-nav .footer-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap {
    display: inherit;
  }
}

.footer .footer-nav .footer-nav-wrap .footer-nav__image {
  width: 380px;
}

@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__image {
    margin: 0 auto 4em;
    max-width: 300px;
    width: 80%;
  }
}

.footer .footer-nav .footer-nav-wrap .footer-nav__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14.08px;
  font-weight: 800;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__lists {
    margin: 3rem 1.5rem 0;
    width: 100%;
  }
}

.footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list {
    width: 50%;
  }
}

.footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list a {
  color: #fff;
  display: block;
  padding: 5px 0;
}

.footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list:nth-child(2n) {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list:nth-child(2n) {
    width: 50%;
  }
}

.footer .footer-bottom {
  background-color: #f1f1f1;
  padding: 3em 0 2.5em;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    text-align: center;
    padding: 0;
  }
}

.footer .footer-bottom .footer-bottom__brand {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand {
    display: block;
    padding: 2.5rem;
  }
}

.footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__text {
  font-size: 14.08px;
  width: 55%;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__text {
    margin: 0 0 1.5em;
    width: 100%;
  }
}

.footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__support .company {
  font-size: 12.8px;
  margin-bottom: 0;
}

.footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__support .footer-bottom__brand__support--num {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__support .footer-bottom__brand__support--num {
    font-size: 40px;
  }
}

.footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__support .footer-bottom__brand__support--time {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__support .footer-bottom__brand__support--time {
    font-size: 11.2px;
  }
}

.footer .footer-bottom .footer-policy {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-policy {
    display: block;
  }
}

.footer .footer-bottom .footer-policy .footer-policy__lists {
  display: flex;
  font-size: 14.08px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-policy .footer-policy__lists {
    font-size: 12.8px;
  }
}

.footer .footer-bottom .footer-policy .footer-policy__lists .footer-policy__list {
  margin: 0 1em;
}

.footer .footer-bottom .footer-policy .footer-policy__lists .footer-policy__list:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-policy .footer-policy__lists .footer-policy__list {
    margin: 0 0.5em;
  }

  .footer .footer-bottom .footer-policy .footer-policy__lists .footer-policy__list:last-child {
    margin-left: 0;
  }
}

.footer .footer-bottom .footer-policy .copyright {
  font-size: 11.2px;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-policy .copyright {
    margin-top: 2em;
  }
}

.footer .footer-company {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .footer-company {
    padding-bottom: 2.5em;
  }
}

.footer .footer-company img {
  margin: 20px auto;
  width: 120px;
  height: 51px;
}

.footer .footer-button {
  border: none;
  background-color: #1a1a1a;
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  transition: all 0.3s;
  z-index: 90;
}

@media screen and (max-width: 768px) {
  .footer .footer-button {
    right: 0;
    bottom: 2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.footer .footer-button .ico-ar {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer-button .ico-ar::after {
  content: "";
  margin-top: 2px;
  position: absolute;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  left: 43%;
  -ms-left: 36%;
  top: 50%;
}

.footer .footer-apply-fixed {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.footer .footer-apply-fixed .footer-apply-fixed__link {
  background-color: #fafd44;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em;
  width: 100%;
}

.modal-apply .modal-box__inner {
  position: relative;
  padding: 3rem 5rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner {
    padding: 4rem 2rem 2rem;
  }
}

.modal-apply .modal-box__inner .modal-apply__logo {
  max-width: 350px;
  margin: 0 auto 2.5rem;
}

.modal-apply .modal-box__inner .modal-apply__copy {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__copy {
    font-size: 17.92px;
  }
}

.modal-apply .modal-box__inner .button-wrap {
  text-align: center;
}

.modal-apply .modal-box__inner .button-wrap .button__link {
  min-width: 480px;
  margin: 2rem auto;
  padding: 1.5rem;
  font-size: 25.92px;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .button-wrap .button__link {
    min-width: 100%;
    font-size: 22.08px;
    padding: 1.3rem;
    margin: 1.5rem auto;
  }
}

.modal-apply .modal-box__inner .modal-apply__text {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text {
    font-size: 16px;
  }
}

.modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--note {
  font-size: 25.92px;
  font-weight: 800;
  margin: 1rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--note {
    font-size: 17.92px;
  }
}

.modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--num {
  font-size: 68.8px;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--num {
    font-size: 40px;
  }
}

.modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--num .ico-phone {
  background-image: url(../images/footer_ico_phone@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 42px;
  height: 28px;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: 3px;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--num .ico-phone {
    width: 25px;
    height: 18px;
    margin-right: 0.6rem;
    vertical-align: initial;
  }
}

.modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--time {
  font-size: 22.08px;
}

@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--time {
    font-size: 12px;
  }
}

.modal-apply .modal-box__inner .button-close--fixed {
  transition: 0.3s;
  font-size: 32px;
  top: 0;
  position: absolute;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  background: #1a1a1a;
  color: #fff;
  font-weight: 300;
}

.modal-apply .modal-box__inner .button-close--fixed:hover {
  cursor: pointer;
  opacity: 0.7;
}

.bnr-section {
  background-color: #fff;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .bnr-section {
    padding: 3.5rem 0;
  }
}

.bnr-section .bnr-img img {
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .bnr-section .bnr-img img {
    width: 100%;
  }
}

.voice-section .voice-inner .voice-movie-wrap .voice-movie {
  width: 560px !important;
  aspect-ratio: 560 / 315;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 768px) {
  .voice-section .voice-inner .voice-movie-wrap .voice-movie {
    width: 100% !important;
  }
}

.voice-movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: static;
}

.voice-section .voice-inner .voice-movie-wrap .voice-movie {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header-nav-fixed {
    top: 0;
    z-index: 999;
  }
}

#topics {
  margin-top: 60px;
}

.philosofia .footer-nav__list a {
  color: #fff;
}
.philosofia .header {
  background: rgba(28, 28, 28, 0.5);
  backdrop-filter: blur(20px);
}
