@charset "UTF-8";
.l-main.jp {
  font-family: ryo-gothic-plusn, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.l-main #sus_news, .l-main #cont01, .l-main.jp #cont01 .hdg {
  font-family: ryo-gothic-plusn, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.l-main html,
.l-main body,
.l-main div,
.l-main span,
.l-main applet,
.l-main object,
.l-main iframe,
.l-main h1,
.l-main h2,
.l-main h3,
.l-main h4,
.l-main h5,
.l-main h6,
.l-main p,
.l-main blockquote,
.l-main pre,
.l-main a,
.l-main abbr,
.l-main acronym,
.l-main address,
.l-main big,
.l-main cite,
.l-main code,
.l-main del,
.l-main dfn,
.l-main em,
.l-main img,
.l-main ins,
.l-main kbd,
.l-main q,
.l-main s,
.l-main samp,
.l-main small,
.l-main strike,
.l-main strong,
.l-main sub,
.l-main tt,
.l-main var,
.l-main b,
.l-main u,
.l-main i,
.l-main center,
.l-main dl,
.l-main dt,
.l-main dd,
.l-main ol,
.l-main ul,
.l-main li,
.l-main fieldset,
.l-main form,
.l-main label,
.l-main legend,
.l-main table,
.l-main caption,
.l-main tbody,
.l-main tfoot,
.l-main thead,
.l-main tr,
.l-main th,
.l-main td,
.l-main article,
.l-main aside,
.l-main canvas,
.l-main details,
.l-main embed,
.l-main figure,
.l-main figcaption,
.l-main footer,
.l-main header,
.l-main hgroup,
.l-main menu,
.l-main nav,
.l-main output,
.l-main ruby,
.l-main section,
.l-main summary,
.l-main time,
.l-main mark,
.l-main audio,
.l-main video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
.l-main html {
  line-height: 1;
}
.l-main ol,
.l-main ul {
  list-style: none;
}
.l-main table {
  border-spacing: 0;
  border-collapse: collapse;
}
.l-main caption,
.l-main th,
.l-main td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.l-main q,
.l-main blockquote {
  quotes: none;
}
.l-main q:before,
.l-main q:after,
.l-main blockquote:before,
.l-main blockquote:after {
  content: "";
  content: none;
}
.l-main a img {
  border: none;
}
.l-main article,
.l-main aside,
.l-main details,
.l-main figcaption,
.l-main figure,
.l-main footer,
.l-main header,
.l-main hgroup,
.l-main main,
.l-main menu,
.l-main nav,
.l-main section,
.l-main summary {
  display: block;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-main {
  position: relative;
  width: 1232px;
  margin: 0 auto;
  font-family: "Sofia Pro", sans-serif;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .l-main {
    width: auto;
  }
}
.l-main .fw-el {
  font-weight: 250;
}
.l-main .fw-l {
  font-weight: 300;
}
.l-main .fw-sb {
  font-weight: 500;
}
.l-main .fw-b {
  font-weight: 600;
}
.l-main .pc-on {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main .pc-on {
    display: none;
  }
}
.l-main .sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main .sp-on {
    display: block;
  }
}
.l-main .l-tab-area {
  position: relative;
  margin-top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  font-family: "Sofia Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-main .l-tab-area {
    margin-top: -7.8947368421vw;
  }
}
.l-main .l-tab-area .tab {
  position: relative;
}
.l-main .l-tab-area .tab::before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .l-main .l-tab-area .tab::before {
    width: 5.2631578947vw;
    height: 2.6315789474vw;
    left: -2.6315789474vw;
    top: -2.6315789474vw;
  }
}
.l-main .l-tab-area .tab:nth-child(1)::before {
  display: none;
}
.l-main .l-tab-area .tab:nth-child(1) a {
  color: #00a2ca;
}
.l-main .l-tab-area .tab a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 307px;
  height: 60px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main .l-tab-area .tab a {
    width: 30.2631578947vw;
    height: 7.8947368421vw;
    padding-bottom: 1.9736842105vw;
    font-size: 2.8947368421vw;
    line-height: 1.1;
    text-align: center;
  }
}
.l-main .l-tab-area .tab a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  width: 100%;
  height: 20px;
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main .l-tab-area .tab a::before {
    top: -2.6315789474vw;
    height: 2.6315789474vw;
    border-right: solid 2.6315789474vw transparent;
    border-left: solid 2.6315789474vw transparent;
  }
}
.l-main .l-tab-area .tab a span {
  position: relative;
  z-index: 1;
}
.l-main .l-tab-area .tab:nth-child(1)::before {
  background-color: #fff;
}
.l-main .l-tab-area .tab:nth-child(1) a {
  background-color: #fff;
}
.l-main .l-tab-area .tab:nth-child(1) a::before {
  border-bottom: solid 20px #fff;
}
@media screen and (max-width: 767px) {
  .l-main .l-tab-area .tab:nth-child(1) a::before {
    border-bottom: solid 2.6315789474vw #fff;
  }
}
.l-main .l-tab-area .tab:nth-child(2)::before {
  background-color: #99daea;
}
.l-main .l-tab-area .tab:nth-child(2) a {
  background-color: #99daea;
}
.l-main .l-tab-area .tab:nth-child(2) a::before {
  border-bottom: solid 20px #99daea;
}
@media screen and (max-width: 767px) {
  .l-main .l-tab-area .tab:nth-child(2) a::before {
    border-bottom: solid 2.6315789474vw #99daea;
  }
}
.l-main .l-tab-area .tab:nth-child(3)::before {
  background-color: #dbcda8;
}
.l-main .l-tab-area .tab:nth-child(3) a {
  background-color: #dbcda8;
}
.l-main .l-tab-area .tab:nth-child(3) a::before {
  border-bottom: solid 20px #dbcda8;
}
@media screen and (max-width: 767px) {
  .l-main .l-tab-area .tab:nth-child(3) a::before {
    border-bottom: solid 2.6315789474vw #dbcda8;
  }
}
.l-main .l-content-area .content {
  display: none;
}
.l-main .l-content-area .content.show {
  display: block;
}
.l-main .l-content-area .content:nth-child(1) {
  background-color: #fff;
}
.l-main .l-content-area .content:nth-child(2) {
  background-color: #80d1e5;
}
.l-main .l-content-area .content:nth-child(3) {
  background-color: #d6c79d;
}
@media screen and (min-width: 768px) {
  .l-main .l-content-area .content > .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.l-main .c-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
}
.l-main .c-loading > div {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fadeInOut 2.2s 0.5s forwards;
          animation: fadeInOut 2.2s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .l-main .c-loading > div {
    width: 63.0263157895vw;
  }
}
.l-main .c-loading > div:nth-child(2) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
@media screen and (max-width: 767px) {
  .l-main .c-loading > div:nth-child(2) {
    width: 34.2105263158vw;
  }
}
.l-main .c-loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.l-main .c-key {
  position: relative;
}
.l-main .c-key__hdg {
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .c-key__img img {
  display: block;
}
.l-main .c-key__txt {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  font-size: 26px;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .l-main .c-key__txt {
    position: unset;
    font-size: 4.2666666667vw;
  }
}
.l-main .c-hdg {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 300;
}
.jp.l-main .c-hdg {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .l-main .c-hdg {
    margin-bottom: 2.3684210526vw;
    font-size: 6.5789473684vw;
  }
  .jp.l-main .c-hdg {
    font-size: 5.7894736842vw;
    white-space: nowrap;
  }
}
.l-main .c-txt {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-main .c-txt {
    font-size: 3.5526315789vw;
    line-height: 1.8;
  }
}
.l-main .c-sofia {
  font-family: "Sofia Pro", sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .l-main .c-sofia {
    font-size: 4.7368421053vw;
    margin-bottom: 1vw;
    font-weight: 300;
  }
}
.l-main.jp #cont01 .hdg {
  letter-spacing: -0.1rem;
}
.l-main.jp .line-up__hdg {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-main.jp .block__note {
    font-size: 14px !important;
  }
}
.l-main.cn {
  font-family: "方正黑体_GBK", sans-serif;
}
.l-main .kv {
  font-size: 0;
}
.l-main .kv > div {
  position: relative;
}
.l-main .kv__catch {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  font-weight: 200;
  color: white;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main .kv__catch {
    top: 29.6052631579vw;
    font-size: 5.2631578947vw;
    font-weight: 300;
  }
}
.l-main .kv img {
  display: block;
  width: 100%;
}
.l-main .kv .slick-slider {
  position: relative;
}
.l-main .kv .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 79px;
  height: 79px;
  background: rgba(50, 50, 50, 0.5);
  outline: none;
  border: none;
  font-size: 0;
  display: none !important;
}
@media screen and (max-width: 767px) {
  .l-main .kv .slick-arrow {
    display: none !important;
  }
}
.l-main .kv .slick-arrow::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 22px;
  height: 36px;
  background: url(../img/ico_arrow.png) no-repeat center;
}
@media screen and (min-width: 768px) {
  .l-main .kv .slick-arrow:hover {
    opacity: 0.6;
  }
}
.l-main .kv .slick-prev {
  display: none;
}
.l-main .kv .slick-next {
  right: 0;
}
.l-main #cont01 {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main #cont01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont01 {
    padding: 3.1578947368vw 0 0;
  }
}
.l-main #cont01 .inner {
  padding-top: 25px;
  padding-bottom: 29px;
  background: url(../img/bg_tab01_01_pc.png) no-repeat center top/100%;
  background-size: 720px;
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .inner {
    background: url(../img/bg_tab01_01_pc.png) no-repeat center top/71.0526315789vw;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5.2631578947vw;
  }
}
.l-main #cont01 .logo {
  width: 195px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .logo {
    padding-top: 2.1052631579vw;
    margin-bottom: 3.9473684211vw;
    width: 24.3421052632vw;
  }
}
.l-main #cont01 .hdg {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: -19px;
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .hdg {
    margin-bottom: 3.2894736842vw;
    font-size: 5.2631578947vw;
  }
}
.l-main #cont01 .hdg img {
  width: 530px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .jp.l-main #cont01 .hdg img {
    width: 55.5263157895vw;
    margin-bottom: 2.8947368421vw;
  }
}

@media screen and (max-width: 767px) {
  .l-main #cont01 .hdg img {
    width: 55%;
    margin-bottom: 6vw;
  }
}
.l-main #cont01 .txt-area {
  letter-spacing: 0.03em;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .txt-area {
    font-size: 3.4210526316vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .txt-area p {
    width: 84.2105263158vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-main #cont01 .txt-area p:not(:first-child) {
  margin-top: 1em;
}
.l-main #cont01 .txt-area p.note {
  margin-top: 40px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .txt-area p.note {
    width: 75vw;
    margin: 4.8684210526vw auto 0;
    font-size: 1.9736842105vw;
  }
}
.l-main #cont01 .txt-area p.note a {
  color: #00a2ca;
  text-decoration: underline;
}
.l-main #cont01 .hdg_h3 {
  color: #00a2ca;
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .hdg_h3 {
    margin-top: 3.9473684211vw;
    font-size: 3.6842105263vw;
    line-height: 1.8125;
  }
}
.l-main #cont01 .bnr-follow {
  margin-top: -120px;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .l-main #cont01 .bnr-follow {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .bnr-follow {
    opacity: 1;
    position: absolute;
    top: 0.8%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.l-main #cont01 .bnr-follow.is-show {
  opacity: 1;
}
.l-main #cont01 .bnr-follow .bnr-follow_inner {
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .l-main #cont01 .bnr-follow .bnr-follow_inner {
    position: absolute;
    top: -9%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .l-main #cont01 .bnr-follow .bnr-follow_inner:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .bnr-follow .bnr-follow_inner {
    width: 89.8666666667vw;
  }
}
.l-main #cont01 .bnr-follow .bnr-follow_btn {
  position: absolute;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
  border: 0px;
}
@media screen and (min-width: 768px) {
  .l-main #cont01 .bnr-follow .bnr-follow_btn {
    right: 8px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .bnr-follow .bnr-follow_btn {
    right: 2.8666666667vw;
    width: 4.7333333333vw;
    height: 4.7333333333vw;
  }
}
.l-main #cont01 .bnr-follow .bnr-follow_btn::before,
.l-main #cont01 .bnr-follow .bnr-follow_btn::after {
  content: "";
  background-color: #01acd8;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .l-main #cont01 .bnr-follow .bnr-follow_btn::before,
  .l-main #cont01 .bnr-follow .bnr-follow_btn::after {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont01 .bnr-follow .bnr-follow_btn::before,
  .l-main #cont01 .bnr-follow .bnr-follow_btn::after {
    width: 2.1333333333vw;
  }
}
.l-main #cont01 .bnr-follow .bnr-follow_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-main #cont01 .bnr-follow .bnr-follow_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-main #sus_news {
  text-align: center;
  width: 1230px;
  padding: 40px;
  margin: 0 auto 60px;
  border: 1px solid #d6c79d;
}
.jp.l-main #sus_news {
  width: auto;
  border: 0;
  background: #dfd3b2;
  margin: 60px 0 0;
  padding: 58px 25px 27px;
}
@media screen and (max-width: 767px) {
  .jp.l-main #sus_news {
    margin: 10.5263157895vw 2.1052631579vw 0;
    padding: 9.4736842105vw 4.4736842105vw 10.7894736842vw;
  }
}

@media screen and (max-width: 767px) {
  .l-main #sus_news {
    width: 94vw;
    padding: 6vw 4vw 0;
    margin: 18vw auto 12vw;
    border: 1px solid #d6c79d;
  }
}
.l-main #sus_news .sus_news-h2-title {
  font-size: 54px;
  font-weight: 700;
  color: #00a2ca;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-h2-title {
    font-weight: 700;
    font-size: 7.46vw;
    margin-bottom: 5.3vw;
  }
}
.l-main #sus_news .sus_news-read {
  font-size: 20px;
  margin-bottom: 100px;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-read {
    line-height: 1.7;
    font-size: 3.43vw;
    margin-bottom: 13vw;
  }
}
.l-main #sus_news .sus_news-ttl {
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.7;
  font-size: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.l-main #sus_news .sus_news-content_ttl {
  font-weight: 700;
  color: #00acd7;
  font-size: 24px;
  margin-bottom: 45px;
}
.jp.l-main #sus_news .sus_news-content_ttl {
  margin-bottom: 30px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .jp.l-main #sus_news .sus_news-content_ttl {
    margin-bottom: 2.6315789474vw;
  }
}

@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-content_ttl {
    font-size: 4.26vw;
    margin-bottom: 4vw;
  }
}
.l-main #sus_news .sus_news-content_read, .l-main #sus_news .sus_news-content_read_tl {
  letter-spacing: 0.07rem;
  line-height: 1.7;
  font-size: 18px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-content_read, .l-main #sus_news .sus_news-content_read_tl {
    font-size: 3.46vw;
    text-align: center;
    margin-bottom: 16.6vw;
  }
}
.l-main #sus_news .sus_news-content_read_tl {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 45px;
}
.jp.l-main #sus_news .sus_news-content_read_tl {
  letter-spacing: 0.07em;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .jp.l-main #sus_news .sus_news-content_read_tl {
    line-height: 1.7692307692;
    margin-bottom: 5.2631578947vw;
  }
}
.jp.l-main #sus_news .sus_news-content_read_tl + .sus_news-content_ttl {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .jp.l-main #sus_news .sus_news-content_read_tl + .sus_news-content_ttl {
    margin-top: 13.6842105263vw;
  }
}

@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-content_read_tl {
    font-size: 3.46vw;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.03rem;
    margin-bottom: 6.6vw;
  }
}
.l-main #sus_news .sus_news-content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-bottom: 60px;
}
.jp.l-main #sus_news .sus_news-content_wrap {
  width: auto;
}

@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    margin-bottom: 11.0526315789vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-main #sus_news .sus_news-graph img {
  margin: 0 auto 80px;
  text-align: center;
}
.jp.l-main #sus_news .sus_news-graph img {
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .jp.l-main #sus_news .sus_news-graph img {
    margin: 1.0526315789vw 0 10vw;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-graph img {
    margin: 6vw auto 0;
    width: 88vw;
  }
}
.l-main #sus_news .sus_news-btn {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-main #sus_news .sus_news-btn {
    margin-bottom: 8vw;
  }
}
.l-main .sus_mb-10 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-main .sus_mb-10 {
    margin-bottom: 8vw;
  }
}
.l-main .sus_news-slide {
  width: 579px;
  position: relative;
}
.jp.l-main .sus_news-slide {
  font-size: 16px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .jp.l-main .sus_news-slide {
    font-size: 3.1578947368vw;
  }
}

@media screen and (max-width: 767px) {
  .l-main .sus_news-slide {
    width: 100%;
  }
}
.l-main .sus_news-slide .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -25px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 40px;
  height: 40px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main .sus_news-slide .slick-arrow {
    width: 6.5789473684vw;
    height: 6.5789473684vw;
    bottom: -5.7894736842vw;
  }
}
.l-main .sus_news-slide .slick-arrow::before {
  content: "";
  display: block;
  width: 21px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .l-main .sus_news-slide .slick-arrow::before {
    width: 6.5789473684vw;
    height: 6.5789473684vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main .sus_news-slide .slick-arrow:hover {
    opacity: 0.7;
  }
}
.l-main .sus_news-slide .slick-prev {
  left: 0;
}
.l-main .sus_news-slide .slick-prev::before {
  background: url(../../common/img/carousel_left.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-main .sus_news-slide .slick-prev::before {
    background: url(../../common/img/carousel_left_sp.svg) no-repeat center/contain;
  }
}
.l-main .sus_news-slide .slick-next {
  right: 0;
}
.l-main .sus_news-slide .slick-next::before {
  background: url(../../common/img/carousel_right.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-main .sus_news-slide .slick-next::before {
    background: url(../../common/img/carousel_right_sp.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  .l-main .js-slick.kv {
    height: 530px;
  }
}
.l-main .js-slick-mini {
  width: 579px;
}
@media screen and (max-width: 767px) {
  .l-main .js-slick-mini {
    width: 87.2vw;
  }
}
.l-main .sus_anker-btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-main .sus_anker-btn_wrap img {
  vertical-align: top;
}
.l-main #cont03 .c-key {
  position: relative;
}
.l-main #cont03 .c-key__txt {
  bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .c-key__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.l-main #cont03 > .inner {
  background: #d6c79d;
}
@media screen and (min-width: 768px) {
  .l-main #cont03 > .inner {
    padding: 60px 0 118px;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont03 > .inner {
    padding: 9.4736842105vw 0 21.0526315789vw;
  }
}
.jp.l-main #cont03 > .inner {
  overflow: hidden;
}

.l-main #cont03 .block {
  padding-top: 60px;
}
.jp.l-main #cont03 .block {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .jp.l-main #cont03 .block {
    padding: 10.2631578947vw 0 0;
  }
}

.l-main #cont03 .block__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block__inner {
    display: block;
  }
}
.l-main #cont03 .block__inner:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block__inner:not(:first-child) {
    margin-top: 2.6315789474vw;
    margin-bottom: 10vw;
  }
}
.l-main #cont03 .block__inner > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 541px;
      -ms-flex: 0 0 541px;
          flex: 0 0 541px;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block__inner > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.l-main #cont03 .block.kidslab-bnr {
  padding: 60px 25px 0;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block.kidslab-bnr {
    margin: 0 2.3684210526vw;
    padding: 10vw 0 0;
  }
}
.l-main #cont03 .block.kidslab-bnr img {
  width: 92%;
  margin: auto;
}
.jp.l-main #cont03 .block.kidslab-bnr img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-main #cont03 .block.kidslab-bnr img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block__img:not(:first-child) {
    margin-top: 20px;
  }
}
.l-main #cont03 .block__img img {
  display: block;
}
.l-main #cont03 .block__list {
  font-size: 20px;
  font-weight: 500;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block__list {
    margin-top: 2.6315789474vw;
    font-size: 2.6315789474vw;
  }
}
.l-main #cont03 .block__list li {
  position: relative;
  padding: 20px 0 18px 40px;
  line-height: 1.5;
  border-bottom: solid 1px #323232;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block__list li {
    padding: 2.6315789474vw 0 2.3684210526vw 5.2631578947vw;
  }
}
.l-main #cont03 .block__list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  counter-increment: number 1;
  content: counter(number);
  font-size: 20px;
  border: solid 1px #323232;
  border-radius: 50%;
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block__list li::before {
    font-size: 2.6315789474vw;
    width: 3.2894736842vw;
    height: 3.2894736842vw;
    padding-top: 0.2631578947vw;
  }
}
.l-main #cont03 .block-jp__hdg {
  margin-top: 77px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block-jp__hdg {
    white-space: nowrap;
    margin-top: 9.2105263158vw;
    font-size: 5.5263157895vw;
    letter-spacing: 0.05em;
  }
}
.l-main #cont03 .block-jp__txt {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .l-main #cont03 .block-jp__txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block-jp__txt {
    margin-top: 1.5789473684vw;
    padding: 0 10vw;
  }
}
.l-main #cont03 .block-jp__list, .l-main #cont03 .block-jp__list2 {
  margin-top: 54px;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  font-weight: 500;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .l-main #cont03 .block-jp__list, .l-main #cont03 .block-jp__list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block-jp__list, .l-main #cont03 .block-jp__list2 {
    margin-top: 13.1578947368vw;
    font-size: 3.1578947368vw;
    padding: 0 6.5789473684vw;
  }
}
.l-main #cont03 .block-jp__list li, .l-main #cont03 .block-jp__list2 li {
  position: relative;
  padding: 0 35px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #323232;
  background: #dfd3b2;
}
@media screen and (min-width: 768px) {
  .l-main #cont03 .block-jp__list li, .l-main #cont03 .block-jp__list2 li {
    width: 50%;
  }
  .l-main #cont03 .block-jp__list li:not(:nth-child(1)), .l-main #cont03 .block-jp__list2 li:not(:nth-child(1)) {
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block-jp__list li, .l-main #cont03 .block-jp__list2 li {
    padding: 5.2631578947vw 4.7368421053vw;
  }
  .l-main #cont03 .block-jp__list li:not(:nth-child(1)), .l-main #cont03 .block-jp__list2 li:not(:nth-child(1)) {
    border-top: 0;
  }
}
.l-main #cont03 .block-jp__list li::before, .l-main #cont03 .block-jp__list2 li::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 60px;
  display: block;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block-jp__list li::before, .l-main #cont03 .block-jp__list2 li::before {
    margin-right: 5.2631578947vw;
    font-size: 12.6315789474vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block-jp__list2 li {
    padding: 3.1578947368vw 4.7368421053vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont03 .block-jp__list2 li::before {
    margin-right: 6.3157894737vw;
    font-size: 10vw;
  }
}
.l-main #cont02 {
  background: #80d2e5;
  padding-bottom: 0.1px;
}
html:lang(ja) .l-main #cont02 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html:lang(ja) .l-main #cont02 {
    padding-bottom: 10.5263157895vw;
  }
}

.l-main #cont02 .ac-trigger {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #323232;
  padding-right: 25px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .ac-trigger {
    font-size: 3.6842105263vw;
  }
}
.l-main #cont02 .ac-trigger::before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_arrow_bottom.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .ac-trigger::before {
    width: 3.6842105263vw;
    height: 3.6842105263vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main #cont02 .ac-trigger:hover {
    cursor: pointer;
  }
}
.l-main #cont02 .ac-trigger.is-active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.l-main #cont02 .ac-cont {
  display: none;
}
.l-main #cont02 .ac-cont p {
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .ac-cont p {
    font-size: 1.9736842105vw;
  }
}
.l-main #cont02 .ac-cont p:not(:first-child) {
  margin-top: 1.3em;
}
.l-main #cont02 .notice {
  margin-top: 1.3em;
  padding: 15px;
  border: solid 1px #c80421;
  color: #c80421;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .notice {
    padding: 1.9736842105vw;
  }
}
.l-main #cont02 .notice__hdg {
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .notice__hdg {
    font-size: 1.9736842105vw;
  }
}
.l-main #cont02 > .inner {
  padding: 0 70px 20px;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 > .inner {
    padding: 0 11.8421052632vw 5.2631578947vw;
  }
}
.l-main #cont02 .block {
  position: relative;
}
.l-main #cont02 .block__inner {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block__inner {
    width: auto;
  }
}
.l-main #cont02 .block__note {
  font-weight: 400;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block__note {
    margin-top: 1.8421052632vw;
    font-size: 2.6315789474vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main #cont02 .block.__1 {
    margin-top: 120px;
    padding-bottom: 278px;
  }
  html:lang(ja) .l-main #cont02 .block.__1 {
    margin-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__1 {
    margin-top: 9.4736842105vw;
    padding-bottom: 0;
  }
}
.l-main #cont02 .block.__1 .block__img {
  position: absolute;
  width: 542px;
  left: 61px;
  top: -160px;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__1 .block__img {
    position: unset;
    width: 43.9473684211vw;
    margin: 0 auto 1.5789473684vw;
    -webkit-transform: translateX(-1.3157894737vw);
            transform: translateX(-1.3157894737vw);
  }
}
.l-main #cont02 .block.__1 .block__inner {
  width: 560px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__1 .block__inner {
    width: auto;
  }
}
.l-main #cont02 .block.__2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 595px 65px 430px;
  grid-template-columns: 595px 430px;
  -ms-grid-rows: auto 0 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "img hdg" "img inner";
  gap: 0 65px;
}
@media screen and (min-width: 768px) {
  .l-main #cont02 .block.__2 {
    margin-top: 96px;
    padding-bottom: 161px;
  }
  html:lang(ja) .l-main #cont02 .block.__2 {
    margin-top: 162px;
  }
  html:lang(zh-cmn-Hans) .l-main #cont02 .block.__2 {
    padding-bottom: 264px;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__2 {
    -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: "hdg" "img" "inner";
    gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 8.8157894737vw;
  }
}
.l-main #cont02 .block.__2 .block__hdg {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: hdg;
}
.l-main #cont02 .block.__2 .block__inner {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: inner;
  width: 430px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__2 .block__inner {
    width: auto;
  }
}
.l-main #cont02 .block.__2 .block__img {
  position: absolute;
  right: -120px;
  top: -192px;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  width: 683px;
}
@media screen and (min-width: 768px) {
  html:lang(ja) .l-main #cont02 .block.__2 .block__img {
    left: -44px;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__2 .block__img {
    position: unset;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0 auto;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
}
@media screen and (min-width: 768px) {
  .l-main #cont02 .block.__3 {
    padding-left: 50px;
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 440px 441px;
    grid-template-columns: 440px 441px;
        grid-template-areas: "hdg img" "txt img";
  }
  .l-main #cont02 .block.__3 > .block__hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__3 {
    margin-top: 7.8947368421vw;
  }
}
.l-main #cont02 .block.__3 .block__hdg {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: hdg;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__3 .block__hdg {
    font-size: 5.5263157895vw;
    text-align: center;
  }
}
.l-main #cont02 .block.__3 .block__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
}
.l-main #cont02 .block.__3 .block__txt {
  grid-area: txt;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__3 .block__txt {
    font-size: 3.5526315789vw;
    line-height: 6.3763157895vw;
    margin-top: 2.2368421053vw;
  }
}
.l-main #cont02 .block.__4 {
  margin-top: 60px;
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 480px 600px;
  grid-template-columns: 480px 600px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "hdg img" "inner img";
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 10.5263157895vw;
  }
}
.l-main #cont02 .block.__4 .block__hdg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: hdg;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__4 .block__hdg {
    margin-top: 3.9473684211vw;
    text-align: center;
  }
}
.l-main #cont02 .block.__4 .block__inner {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 550px;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  margin-right: 50px;
  grid-area: inner;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__4 .block__inner {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0;
  }
}
.l-main #cont02 .block.__4 .block__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  grid-area: img;
}
@media screen and (max-width: 767px){
  .l-main #cont02 .block.__2 .block__hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__2 .block__inner {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__3 .block__hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__3 .block__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__4 .block__hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__4 .block__inner {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__4 .block__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px){
  .l-main #cont02 .block.__3 > .block__hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__3 > .block__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .l-main #cont02 .block.__3 .block__txt {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__3 > .block__hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-main #cont02 .block.__3 > .block__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .block.__4 .block__img {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-left: 4.2105263158vw;
    width: 68vw;
  }
}
.l-main #cont02 .movie {
  width: 960px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .movie {
    width: 91.4vw;
    margin: 5.7692307692vw auto 16vw;
  }
}
.l-main #cont02 .movie__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.l-main #cont02 .movie__title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-main #cont02 .movie__title {
    color: #323232;
    font-size: 4vw;
    text-align: center;
    padding-bottom: 5.3vw;
  }
}
.l-main #cont02 .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-main .lead-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-main .lead-txt {
    font-size: 3.2894736842vw;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 6.3157894737vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main .lead-txt {
    margin-top: 57px;
  }
}
.l-main .line-up__img {
  position: relative;
}
.l-main .line-up__img img {
  vertical-align: bottom;
}
.l-main .line-up__logo {
  position: absolute;
  left: 21.4%;
  top: 34%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .l-main .line-up__logo {
    width: 57.1052631579vw;
    top: 7.1052631579vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-main .line-up__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .l-main .line-up__inner {
    padding: 5.2631578947vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-main .line-up__hdg {
  margin-bottom: 34px;
  line-height: 1.3;
  font-size: 70px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-main .line-up__hdg {
    margin: 0 5.2631578947vw 0 0;
    font-size: 7.6315789474vw;
  }
}
.l-main .line-up__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 420px;
  height: 50px;
  background-color: #01acd8;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .line-up__btn {
    width: 78.6666666667vw;
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
    background-color: #01acd8;
  }
}
.l-main .line-up__btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  margin-left: 12px;
  position: absolute;
  right: 23px;
  background: url(../img/ico_window_w.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .l-main .line-up__btn::after {
    width: 3.4210526316vw;
    height: 2.6315789474vw;
    margin-left: 1.3157894737vw;
  }
}
.l-main .line-up__btn span {
  display: inline-block;
  padding-top: 4px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-main .line-up__btn span {
    padding-top: 0.5263157895vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main .line-up__btn:hover {
    opacity: 0.6;
  }
}
.l-main .line-up__item {
  margin-bottom: 47px;
  width: 680px;
}
@media screen and (max-width: 767px) {
  .l-main .line-up__item {
    margin: 0 0 2.3684210526vw;
    width: 80.5333333333vw;
  }
  .l-main .line-up__item img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-main .line-up__btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-main .lineup_bnr_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-main .lineup_bnr_link {
    margin: 0 auto;
    max-width: 1440px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .l-main .lineup_bnr_link:hover {
    opacity: 0.7;
  }
}
.l-main .lineup_bnr_img,
.l-main .lineup_bnr_txt {
  position: relative;
}
.l-main .lineup_bnr_img::before,
.l-main .lineup_bnr_txt::before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  min-width: 100%;
}
.l-main .lineup_bnr_img img {
  vertical-align: bottom;
}
.l-main .lineup_bnr_txt {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00a0d2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-main .lineup_bnr_txt {
    width: 541px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .l-main .lineup_bnr_txt {
    width: 35.5263157895vw;
    padding-top: 0.5263157895vw;
  }
}
.l-main .lineup_bnr_txt_main {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-main .lineup_bnr_txt_main {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .lineup_bnr_txt_main {
    font-size: 5.7894736842vw;
    letter-spacing: 0.06em;
  }
}
.l-main .lineup_bnr_txt_main::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%20viewBox%3D%220%200%208%2011%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M-17732.443-6247.467l8-4.679-8-4.679v11%22%20transform%3D%22translate(17732.443%206256.825)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-main .lineup_bnr_txt_main::after {
    width: 7px;
    height: 12px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .lineup_bnr_txt_main::after {
    width: 1.8421052632vw;
    height: 3.1578947368vw;
    margin-left: 3.1578947368vw;
  }
}
.l-main .lineup_bnr_txt_sub {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main .lineup_bnr_txt_sub {
    font-size: 11px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .lineup_bnr_txt_sub {
    font-size: 2.1052631579vw;
    margin-top: 2.3684210526vw;
  }
}
.l-main .links {
  border: 2px solid #323232;
  width: 430px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .l-main .links {
    border: none;
    margin-bottom: 11.3157894737vw;
    margin-top: 10.5263157895vw;
    width: 68.4210526316vw;
  }
}
.l-main .links__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  margin: 0 auto;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-main .links__btn {
    border: 1px solid #343434;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 15.2631578947vw;
  }
}
.l-main .links__btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  margin-left: 6px;
  background: url(../img/ico_window_b.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .l-main .links__btn::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-main .links__btn:hover::after,
  .l-main .links__btn:hover .links__txt,
  .l-main .links__btn:hover .links__logo {
    opacity: 0.6;
  }
}
.l-main .links__txt {
  display: block;
  line-height: 1;
  font-size: 16.8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-main .links__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.9736842105vw;
    font-size: 3.1578947368vw;
  }
  .l-main .links__txt::after {
    content: "";
    display: block;
    width: 3.4210526316vw;
    height: 2.6315789474vw;
    margin: -0.5263157895vw 0 0 1.3157894737vw;
    background: url(../img/ico_window_b.png) no-repeat center/cover;
  }
}
.l-main .links__logo {
  width: 141px;
  display: block;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .l-main .links__logo {
    margin: 0;
    width: 24.7368421053vw;
  }
}
.l-main .links__logo img {
  display: block;
}
.l-main .statement {
  background: -webkit-gradient(linear, left top, left bottom, from(#80d1e5), color-stop(29.01%, #caeff8), color-stop(100%, #fbfdfe), to(#fff));
  background: -webkit-linear-gradient(#80d1e5 0%, #caeff8 29.01%, #fbfdfe 100%, #fff 100%);
  background: linear-gradient(#80d1e5 0%, #caeff8 29.01%, #fbfdfe 100%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .l-main .statement {
    padding: 40px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .statement {
    padding: 6.3157894737vw 0 15.2631578947vw;
  }
}
.l-main .statement__inner {
  margin: 0 auto;
  background: url(../img/bg_tab01_01_pc.png) no-repeat center top/100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main .statement__inner {
    width: 820px;
    padding-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .statement__inner {
    width: 84.2105263158vw;
    padding-top: 7.8947368421vw;
  }
}
.l-main .statement__logo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main .statement__logo {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .statement__logo {
    width: 23.4210526316vw;
  }
}
.l-main .statement__hdg em {
  font-family: "Sofia Pro";
}
@media screen and (min-width: 768px) {
  .l-main .statement__hdg {
    margin-top: 50px;
    font-size: 32px;
    line-height: 2.25;
  }
  .l-main .statement__hdg em {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .statement__hdg {
    margin-top: 3.9473684211vw;
    font-size: 4.4736842105vw;
    line-height: 2;
  }
  .l-main .statement__hdg em {
    font-size: 4.2105263158vw;
  }
}

/* --------------------------------
  MODAL
-------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal_inner .close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 24px;
  cursor: pointer;
}

.modal .modal_inner .yt {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.modal .modal_inner .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal .modal_inner_gra {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 424px;
  height: 600px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal_inner_gra .graphic {
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}

.modal .modal_inner_gra .graphic .close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 24px;
  cursor: pointer;
}

.modal .modal_inner_gra .graphic .right,
.modal .modal_inner_gra .graphic .left {
  position: absolute;
  top: 50%;
  right: -35px;
  border-right: 2px solid #019bb9;
  border-bottom: 2px solid #019bb9;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal_inner_gra .graphic .left {
  right: auto;
  left: -38px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.modal .modal_inner_gra .graphic ul {
  width: 100%;
  height: 100%;
}

.modal .modal_inner_gra .graphic ul li {
  display: none;
  width: auto;
  height: 100%;
}

.modal .modal_inner_gra .graphic ul li img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 1180px) {
  .modal .modal_inner_gra {
    width: 424px;
    height: 600px;
  }
  .modal .modal_inner_gra .graphic {
    width: 100%;
  }
  .modal .modal_inner_gra .graphic ul {
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li {
    display: none;
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_inner {
    width: 100%;
  }
  .modal .modal_inner .yt {
    width: 100%;
  }
  .modal .modal_inner_gra {
    width: 90%;
    max-width: 424px;
    height: auto;
  }
  .modal .modal_inner_gra .graphic {
    width: 100%;
  }
  .modal .modal_inner_gra .graphic .right,
  .modal .modal_inner_gra .graphic .left {
    right: -25px;
    width: 20px;
    height: 20px;
  }
  .modal .modal_inner_gra .graphic .left {
    left: -27px;
  }
  .modal .modal_inner_gra .graphic ul {
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li {
    display: none;
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li img {
    width: 100%;
    height: auto;
  }
}