@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 0.6944444444vw;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 2.5445292621vw;
  }
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 500;
  color: #383838;
  letter-spacing: 0.05em;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a.li {
  letter-spacing: 0.05em;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1280px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1280px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

.header {
  height: 6.2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: white;
}
.header.kaso-header {
  background-color: transparent;
  transition: all 0.4s;
}
.header.kaso-header.scrolled {
  background-color: white;
}
.header.open {
  background-color: white;
}
@media (max-width: 767px) {
  .header {
    padding-left: 2rem;
  }
  .header button {
    background-color: transparent;
  }
}
.header .logo {
  transition: all 0.4s;
}
.header .logo img {
  width: 11rem;
  height: auto;
}
.header .logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header .logo-lang-wrapper {
    display: flex;
    align-items: center;
  }
  .header .logo-lang-wrapper ul {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 131.4rem;
  margin: auto;
  height: 100%;
}
.header__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__menu {
    position: fixed;
    height: calc(100vh - 6.2rem);
    width: 100%;
    left: 0;
    top: 6.2rem;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: white;
    transition: all 0.4s;
    overflow: scroll;
  }
  .header__menu.open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 767px) {
  .header__menu {
    flex-direction: column;
    padding: 2rem;
    padding-top: 4rem;
  }
}
.header__links-list {
  display: flex;
}
@media (max-width: 767px) {
  .header__links-list {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .header__links-list .wrap img {
    display: none;
  }
}
.header__links-list li {
  font-size: 1.8rem;
  margin-right: 2.4rem;
  letter-spacing: 0.05em;
}
.header__links-list li.sp {
  letter-spacing: -0.011em;
}
@media (max-width: 767px) {
  .header__links-list li {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.header__links-list li img {
  width: 5.6rem;
  margin-right: 0.3rem;
  position: relative;
  top: 0rem;
}
@media (max-width: 767px) {
  .header__links-list li img {
    top: -0.05rem;
  }
}
.header__links-list li a {
  font-size: 1em;
  color: #383838;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .header .child {
    position: fixed;
    z-index: 99;
    top: 6.2rem;
    width: 100%;
    left: 0;
    background-color: #E9E7DA;
    padding-left: 12rem;
    padding-right: 10.5rem;
    padding-top: 8rem;
    padding-bottom: 4rem;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header .child__inner {
    border-radius: 0px 0px 37px 0px;
    display: flex;
    align-items: flex-start;
  }
  .header .child__inner h5, .header .child__inner ul {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .header .child__inner .wrap {
    flex-shrink: 0;
    width: 40%;
  }
  .header .child__inner .wrap img {
    width: 45.4rem;
  }
  .header .child__inner h5 {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .header .child__inner h5 img {
    width: 5.6rem !important;
    margin-right: 0.3rem;
    position: relative;
    top: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .header .child__inner h5 img {
    top: -0.05rem;
  }
}
@media (min-width: 768px) {
  .header .child__inner ul {
    width: 60%;
    padding-left: 12rem;
    padding-top: 2rem;
  }
  .header .child__inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header .child__inner ul.child__ul2 {
    flex-direction: row;
    align-items: flex-start;
  }
  .header .child__inner ul.child__ul2 li {
    width: 46%;
    margin-right: 4%;
  }
  .header .child__inner ul.child__ul2 li a {
    line-height: 1.8rem;
  }
  .header .child__inner ul.child__ul2 li:nth-child(2n) {
    margin-right: 0;
  }
  .header .child__inner ul li {
    margin-bottom: 2.7rem;
    width: 31.7rem;
    letter-spacing: -0.011em;
  }
  .header .child__inner ul li:last-child {
    margin-bottom: 0;
  }
  .header .child__inner ul li a {
    display: block;
    border-radius: 0.5rem;
    font-weight: 500;
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
    padding-left: 3.5rem;
    background-color: #fff;
    position: relative;
    top: 0;
    font-weight: 700;
    overflow: hidden;
    font-size: 1.8rem;
    transition: all 0.4s;
  }
  .header .child__inner ul li a.mini {
    font-size: 1.4rem;
  }
  .header .child__inner ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.8rem;
    height: 100%;
    background: linear-gradient(123deg, #7D1C68 21.01%, #FF595B 202.63%);
  }
  .header .child__inner ul li a::before {
    content: "";
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../../img/common/arrow-right-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    top: calc(50% - 1.1rem);
    right: 2.3rem;
    left: unset;
  }
  .header .child__inner ul li a:hover {
    top: -2px;
    box-shadow: 0rem 0.2rem 0.5rem lightgray;
  }
}
@media (max-width: 767px) {
  .header .child h5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .child ul {
    margin-top: 1.5rem;
    padding-left: 1rem;
  }
  .header .child ul li {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .header .child ul li a {
    font-weight: 500;
  }
}
.header .parent:hover {
  position: relative;
}
.header .parent:hover::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 10rem;
  z-index: 10;
  left: 0;
  top: 1.7rem;
}
.header .parent:hover .child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header__language-list {
  display: flex;
  padding-bottom: 0.1rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .header__language-list {
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}
.header__language-list li a {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.35em;
  margin-right: 0.9rem;
  color: #383838;
  letter-spacing: 0;
  position: relative;
}
.header__language-list li a span {
  font-size: 1em;
  position: relative;
  top: 0rem;
  transition: all 0.4s;
}
.header__language-list li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #383838;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.4s;
}
.header__language-list li a:hover::before {
  content: "";
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .header__language-list li:last-child a {
    margin-right: 0;
  }
}
.header__language-list li .current {
  background-color: #9A0D7C;
  padding-left: 1.3rem;
  padding-right: 1.2rem;
  color: white;
  border-radius: 99px;
  pointer-events: none;
}
.header__btn {
  background-color: #9A0D7C;
  line-height: 2.9rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-radius: 99px;
  border: 1px solid #9A0D7C;
  transition: all 0.4s;
}
.header__btn span {
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  transition: all 0.4s;
}
.header__btn:hover {
  background-color: #fff;
}
.header__btn:hover span {
  color: #9A0D7C;
}

.footer {
  background-color: #E9E7DA;
  padding-top: 5.8rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 4rem;
  }
}
.footer__logo {
  padding-left: 6.1rem;
  transition: all 0.4s;
}
.footer__logo img {
  width: 21rem;
  height: auto;
}
.footer__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__logo {
    padding-left: 2rem;
  }
}
.footer .address {
  padding-left: 3rem;
  padding-top: 1.5rem;
  line-height: normal;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer .address {
    padding-left: 2rem;
  }
}
.footer__inner {
  display: flex;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__menu {
  display: flex;
  justify-content: center;
  padding-bottom: 14.8rem;
  padding-left: 6.5rem;
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .footer__menu {
    padding-top: 3.4rem;
    justify-content: flex-start;
    padding-left: 2rem;
    padding-bottom: 2.8rem;
  }
}
.footer__menu-parent {
  display: flex;
}
@media (max-width: 767px) {
  .footer__menu-parent {
    flex-direction: column;
  }
}
.footer__menu-parent .parent {
  margin-right: 4rem;
  line-height: 1.42em;
}
@media (max-width: 767px) {
  .footer__menu-parent .parent {
    margin-bottom: 2rem;
  }
}
.footer__menu-parent .parent:last-child {
  margin-right: 0;
}
.footer__menu-parent .parent > a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #383838;
  display: flex;
  align-items: center;
  height: 3rem;
  justify-content: flex-start;
}
.footer__menu-parent .parent > a .wrap {
  position: relative;
  display: flex;
  font-size: 1em;
  align-items: center;
}
.footer__menu-parent .parent > a .wrap::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #383838;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transition: all 0.4s;
}
.footer__menu-parent .parent > a .wrap:hover::before {
  content: "";
  width: 100%;
  left: 0;
}
.footer__menu-parent .parent > a img {
  width: 5.6rem;
  margin-right: 0.2rem;
  position: relative;
  top: 0.1rem;
}
.footer__menu-child {
  display: flex;
  flex-direction: column;
  margin-top: 0.4rem;
  align-items: flex-start;
}
.footer__menu-child li {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.footer__menu-child li a {
  color: #383838;
  position: relative;
  display: flex;
  font-size: 1em;
  line-height: 1.4em;
  align-items: center;
}
.footer__menu-child li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #383838;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transition: all 0.4s;
}
.footer__menu-child li a:hover::before {
  content: "";
  width: 100%;
  left: 0;
}
.footer__menu-child li:last-child {
  margin-bottom: 0;
}
.footer .copyright {
  background: linear-gradient(123deg, #7D1C68 21.01%, #FF595B 202.63%);
}
.footer .copyright p {
  text-align: center;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .footer .copyright p {
    font-size: 1.2rem;
  }
}

/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
  position: relative;
  left: 0;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #666;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}

.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}

.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}

.open.toggle_btn {
  left: 10px;
}

.open.toggle_btn span {
  width: 30px;
}

.open.toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}

.open.toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}

.open.toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}

.wave {
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  width: 170rem;
  height: 170rem;
  top: -68rem;
  right: -10rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .wave {
    width: 100rem;
    height: 100rem;
    top: -38rem;
  }
}
.wave::before {
  position: absolute;
  top: -150%;
  left: -50%;
  border-radius: 50% 50%/50% 70%;
  width: 200%;
  height: 200%;
  content: "";
  border: 2px solid white;
  animation: wave ease-in-out 30s infinite;
}
@media (max-width: 767px) {
  .wave::before {
    animation: wave ease-in-out 45s infinite;
  }
}
.wave::after {
  position: absolute;
  top: -150%;
  left: -45%;
  border-radius: 50% 50%/50% 70%;
  width: 200%;
  height: 200%;
  content: "";
  border: 2px solid white;
  animation: wave ease-in-out 30s infinite;
  animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .wave::after {
    animation: wave ease-in-out 45s infinite;
  }
}

@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.safari .thought .btn-wrapper .btn img, .safari .thought .btn-wrapper .btn svg {
  top: 0.1rem;
}

@media (min-width: 768px) {
  body:not(.safari) .header__links-list li img {
    top: -0.05rem;
  }
}

.temporarily-hidden {
  display: none;
}

.cn div, .cn span, .cn applet, .cn object, .cn iframe, .cn h1, .cn h2, .cn h3, .cn h4, .cn h5, .cn h6, .cn p, .cn blockquote, .cn pre, .cn a, .cn button, .cn abbr, .cn acronym, .cn address, .cn big, .cn cite, .cn code, .cn del, .cn dfn, .cn em, .cn img, .cn ins, .cn kbd, .cn q, .cn s, .cn samp, .cn small, .cn strike, .cn strong, .cn sub, .cn sup, .cn tt, .cn var, .cn b, .cn u, .cn i, .cn center, .cn dl, .cn dt, .cn dd, .cn ol, .cn ul, .cn li, .cn fieldset, .cn form, .cn label, .cn legend, .cn table, .cn caption, .cn tbody, .cn tfoot, .cn thead, .cn tr, .cn th, .cn td, .cn article, .cn aside, .cn canvas, .cn details, .cn embed, .cn figure, .cn figcaption, .cn footer, .cn header, .cn hgroup, .cn menu, .cn nav, .cn output, .cn ruby, .cn section, .cn summary, .cn time, .cn mark, .cn audio, .cn video {
  font-family: "Noto Sans SC", sans-serif;
}

@media (max-width: 767px) {
  .header .parent:hover::after {
    pointer-events: none;
  }
  .about2__content .video-wrapper {
    width: 100% !important;
  }
  .about2__content .video-wrapper img {
    width: 100% !important;
  }
  .fv__news {
    align-items: center;
  }
  .fv__news .more p {
    white-space: nowrap;
  }
  .news__ttl {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .en-header .child__inner ul li a {
    padding-left: 2.3rem;
    padding-right: 5rem;
    line-height: 1.3em;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .header .parent:hover::after {
    pointer-events: none;
  }
  .about2__content .video-wrapper {
    width: 100% !important;
  }
  .about2__content .video-wrapper img {
    width: 100% !important;
  }
  .fv__news {
    align-items: center;
  }
  .fv__news .more p {
    white-space: nowrap;
  }
  .news__ttl p {
    margin-right: 5px;
  }
}
.header__links-list.en-list li b {
  font-size: 1em;
}
@media (min-width: 768px) {
  .header__links-list.en-list li {
    font-size: 1.4rem;
  }
  .header__links-list.en-list li .child__inner ul li a {
    height: 12rem;
    display: flex !important;
    align-items: center;
  }
  .header__links-list.en-list li .child__inner ul li a.na {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .header__links-list.en-list li .child__inner ul li a.na b {
    font-size: 1em;
  }
  .header__links-list.en-list li .child__inner ul li a.na b img {
    top: -0.2rem;
  }
}
@media (max-width: 767px) {
  .header__links-list.en-list li {
    font-size: 1.4rem;
  }
}

.header .en-list .child__inner ul li a {
  line-height: 1.2em;
}

.footer__menu-parent.en-list .parent > a {
  line-height: 1.2em;
  height: auto;
  min-height: 3rem;
}
@media (min-width: 768px) {
  .footer__menu-parent.en-list .parent > a {
    line-height: 1.2em;
    height: 4.5rem;
  }
}

@media (min-width: 768px) {
  .thought ul.en-li li a {
    display: flex;
    height: 9rem;
    align-items: center;
  }
}

.nowrap {
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
