@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

em {
  font-style: normal; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img, svg {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Scss Document */
/*@function pcW($koPcW){  
  @return $koPcW/1192*100%;
}*/
[class^="icon-"] {
  display: inline-block;
  line-height: 1; }
  [class^="icon-"] svg {
    width: 100%;
    height: auto; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* General Style
/* --------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  color: #262626;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }
  @media print, screen and (min-width: 768px) {
    body {
      font-size: 1.6em; } }

img {
  max-width: 100%;
  height: auto; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover img {
  opacity: .7; }

.bvh {
  image-rendering: -webkit-optimize-contrast; }

/* レスポンシブルimages */
.rpimg {
  width: 100%;
  height: auto; }

/* レスポンシブルimages */
.wrapper {
  position: relative; }

/* header                                         
/* --------------------------------------------------- */
#header {
  overflow: hidden; }

.header-logo {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 768px) {
    .header-logo {
      width: 180px;
      margin-left: 20px; } }
  @media print, screen and (max-width: 767px) {
    .header-logo {
      margin-left: calc(20/430*100%);
      width: 110px; } }
  .header-logo img {
    image-rendering: -webkit-optimize-contrast; }
    @media print, screen and (max-width: 767px) {
      .header-logo img {
        width: 100%; } }

@media print, screen and (max-width: 767px) {
  .header-nav #g-nav {
    background: #fff;
    padding: 0;
    position: fixed;
    z-index: 998;
    top: -1px;
    right: -99.99%;
    width: 70%;
    height: 100vh;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; } }
@media print, screen and (min-width: 768px) {
  .header-nav #g-nav {
    position: absolute;
    bottom: 10px;
    right: 1em; } }
.header-nav .RforP {
  position: absolute;
  top: 0;
  right: 60px; }
  @media print, screen and (min-width: 768px) {
    .header-nav .RforP {
      right: 0; } }
  .header-nav .RforP a {
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    background-color: #FF3366;
    width: 60px;
    height: 60px; }
    @media print, screen and (max-width: 767px) {
      .header-nav .RforP a {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 768px) {
      .header-nav .RforP a {
        width: 200px;
        height: 50px; } }
    .header-nav .RforP a::after {
      content: "参加登録"; }
      @media print, screen and (min-width: 768px) {
        .header-nav .RforP a::after {
          content: "参加登録はこちら"; } }

/* contents                                           
/* --------------------------------------------------- */
.main-contents {
  line-height: 1.5; }
  .main-contents section {
    margin: 0 auto;
    padding: 4.2857142857em min(6.1538461538vw, 24px);
    font-size: min(3.4146341463vw, 1.4rem); }
    @media print, screen and (max-width: 767px) {
      .main-contents section > * {
        max-width: 342px;
        margin-right: auto;
        margin-left: auto; } }
    @media print, screen and (min-width: 768px) {
      .main-contents section {
        max-width: 1192px;
        padding: 6.25em 3.5em;
        font-size: min(1.3201320132vw, 1.6rem); } }
  .main-contents .section01 {
    padding: 4.5714285714em min(6.1538461538vw, 24px) 5.6428571429em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section01 {
        padding: 5.125em 3.5em 8em; } }
  .main-contents .section02 {
    padding: 5.6428571429em min(6.1538461538vw, 24px) 9.1428571429em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section02 {
        padding: 6.875em 3.5em 13.6875em; } }
  .main-contents .section03 {
    padding: 5.9285714286em min(6.1538461538vw, 24px) 6.5em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section03 {
        padding: 6.4375em 3.5em 6.6875em; } }
  .main-contents .section04 {
    padding: 4.2857142857em min(6.1538461538vw, 24px) 3.2142857143em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section04 {
        padding: 6.25em 3.5em 5.3125em; } }
  .main-contents .section05 {
    padding: 4.2142857143em min(6.1538461538vw, 24px) 5.3571428571em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section05 {
        padding: 5.875em 3.5em 7.3125em; } }
  .main-contents .section06 {
    padding: 3.7142857143em min(6.1538461538vw, 24px) 5.0714285714em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section06 {
        padding: 6.4375em 3.5em 3.5em; } }
  .main-contents .section07 {
    padding: 3.6428571429em min(6.1538461538vw, 24px) 3.8571428571em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section07 {
        padding: 3.75em 3.5em 5.9375em; } }
  .main-contents .section08 {
    padding: 4.2857142857em min(6.1538461538vw, 24px) 0em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .section08 {
        padding: 6.4375em 3.5em 6.9375em; } }
  @media print, screen and (min-width: 768px) {
    .main-contents .section09 {
      padding: 6.4375em 3.5em 7em; } }
  .main-contents .bg {
    background-color: #DED3BF; }
  .main-contents .bg2 {
    background: #ff3366;
    background: -moz-linear-gradient(94deg, #ff3366 0%, #ff9900 100%);
    background: -webkit-linear-gradient(94deg, #ff3366 0%, #ff9900 100%);
    background: linear-gradient(94deg, #ff3366 0%, #ff9900 100%); }
  .main-contents .bg3, .main-contents .bg4 {
    background-image: url("../img/common/bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%; }
  @media print, screen and (max-width: 767px) {
    .main-contents .bg3 {
      background-image: url("../img/common/bg_sp.jpg");
      background-size: cover; } }
  @media screen and (max-width: 374px) {
    .main-contents .bg3 {
      background-size: auto 100%; } }
  .main-contents .bg4 {
    background-image: url("../img/common/bg2.jpg"); }
  .main-contents a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a:hover img {
    opacity: 0.7; }
  .main-contents a, .main-contents a:visited, .main-contents a:active {
    color: #262626;
    text-decoration: none; }
  .main-contents a:hover {
    text-decoration: underline; }

.CTA-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  place-items: center;
  height: 100px;
  background-color: #999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 768px) {
    .CTA-button {
      display: none; } }
  .CTA-button .reserv_btn {
    padding-left: min(17.9487179487vw, 70px);
    font-size: min(4.6341463415vw, 1.9rem);
    width: min(87.1794871795vw, 340px);
    background-color: #EAF058; }
    .CTA-button .reserv_btn::before {
      left: calc(5/294*100%);
      width: calc(42/294*100%);
      font-size: min(3.6585365854vw, 1.5rem); }
      
      
      

/* footer                                           
/* --------------------------------------------------- */
#footer {
  background-color: #fff;
  width: 100%;
  padding-bottom: 14em; }
  @media print, screen and (min-width: 768px) {
    #footer {
      padding-bottom: 8.125em; } }
  #footer .inner {
    display: -webkit-flex;
    display: flex; }
    @media print, screen and (max-width: 767px) {
      #footer .inner {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        padding: 5em calc(24/390*100%) 3em; } }
    @media print, screen and (min-width: 768px) {
      #footer .inner {
        max-width: 1192px;
        padding: 2.4em 3.5em 1.375em;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center; } }
  @media print, screen and (max-width: 767px) {
    #footer .logo {
      width: min(29.7435897436vw, 116px); } }
  @media print, screen and (min-width: 768px) {
    #footer .logo {
      width: min(16.1073825503vw, 192px); } }
  @media print, screen and (max-width: 767px) {
    #footer .Foot-data ul {
      font-size: min(3.1707317073vw, 1.3rem);
      margin-top: 1.5em; } }
  @media print, screen and (min-width: 768px) {
    #footer .Foot-data ul {
      font-size: min(1.0726072607vw, 1.3rem); } }
  @media print, screen and (max-width: 767px) {
    #footer .Foot-data li {
      margin-top: 1em; } }
  @media print, screen and (min-width: 768px) {
    #footer .Foot-data li {
      display: inline-block; } }
  @media print, screen and (min-width: 768px) {
    #footer .Foot-data li:not(:last-child) {
      margin: 0 1.5em 0 0; } }
  #footer .Foot-data li a, #footer .Foot-data li a:visited, #footer .Foot-data li a:active {
    color: #262626;
    text-decoration: none; }
  #footer .Foot-data li a:hover {
    text-decoration: underline; }

#footer .Copyright {
  display: block;
  margin-top: 1em;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    #footer .Copyright {
      text-align: right;
      max-width: 1200px;
      padding: 0 3.5em; } }

/*==ナビゲーション全体の設定*/
/* 2階層ナビ */
#g-nav .gn {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    #g-nav .gn {
      display: block; } }
#g-nav ul {
  list-style: none; }
  #g-nav ul li {
    position: relative; }
    @media print, screen and (max-width: 767px) {
      #g-nav ul li {
        padding: 0; } }
    @media print, screen and (min-width: 768px) {
      #g-nav ul li {
        margin: 0 0 0 2em; } }
    #g-nav ul li a, #g-nav ul li .a-tag {
      white-space: nowrap;
      display: block;
      text-decoration: none;
      color: #000;
      font-weight: 600;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media print, screen and (max-width: 767px) {
        #g-nav ul li a, #g-nav ul li .a-tag {
          border-top: 1px solid #8f8e91;
          padding: 1.5em 44px 1.5em 1.5em;
          text-align: left;
          font-size: min(calc(18/430*100vw), 1.8rem);
          background-image: url("../img/common/arrow.png");
          background-repeat: no-repeat;
          background-position: right calc(20/430*100%) center;
          background-size: 16px 17px; } }
      @media print, screen and (min-width: 768px) {
        #g-nav ul li a, #g-nav ul li .a-tag {
          padding: 5px 0;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          align-items: center; }
          #g-nav ul li a:not(:first-chid), #g-nav ul li .a-tag:not(:first-chid) {
            vertical-align: top; } }
      @media print, screen and (max-width: 767px) {
        #g-nav ul li a:hover, #g-nav ul li .a-tag:hover {
          color: #000; } }
    @media print, screen and (min-width: 768px) {
      #g-nav ul li.RPbutton {
        display: none; } }
    #g-nav ul li.RPbutton a {
      border-top: none;
      color: #000;
      background-color: #FF3366; }
@media print, screen and (max-width: 767px) {
  #g-nav.panelactive {
    opacity: 1;
    right: 0; }
    #g-nav.panelactive #g-nav-list {
      position: fixed;
      z-index: 998;
      width: 70%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 60px;
      background-color: #fff;
      box-shadow: -2px 0px 11px -1px #000000; } }

/* ハンバーガーメニューボタン */
@media print, screen and (max-width: 767px) {
  .openbtn1 {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #fff; }
    .openbtn1 span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 21px;
      height: 2px;
      border-radius: 2px;
      background-color: #000;
      width: 18px; }
      .openbtn1 span:nth-of-type(1) {
        top: 23px; }
      .openbtn1 span:nth-of-type(2) {
        top: 29px; }
      .openbtn1 span:nth-of-type(3) {
        top: 35px; }
    .openbtn1.active {
      background-color: #fff; }
    .openbtn1.active span:nth-of-type(1) {
      top: 21px;
      left: 20px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
      background-color: #000; }
    .openbtn1.active span:nth-of-type(2) {
      opacity: 0; }
    .openbtn1.active span:nth-of-type(3) {
      top: 33px;
      left: 20px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
      background-color: #EAF058; } }
.overlay {
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  height: 100%;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .overlay {
      display: none; } }
  .overlay.active {
    right: 0; }

/* HOME */
/* Key */
.keyv {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%; }
  @media print, screen and (min-width: 768px) {
    .keyv {
      background-image: url("../img/keyv/keyv_bg_pc.jpg"); } }
  @media print, screen and (max-width: 767px) {
    .keyv {
      background-image: url("../img/keyv/keyv_bg_sp3.jpg");
      background-position: bottom center;
      background-size: 100% auto; } }
  .keyv .keyv-inner {
    position: relative;
    aspect-ratio: 390 / 700;
    height: 100%; }
    @media print, screen and (min-width: 768px) {
      .keyv .keyv-inner {
        max-width: 1192px;
        width: 100%;
        aspect-ratio: 1192 / 744;
        margin: 0 auto; } }
    @media print, screen and (min-width: 1192px) {
      .keyv .keyv-inner {
        height: 744px; } }
  .keyv h1 {
    position: absolute; }
    @media print, screen and (min-width: 768px) {
      .keyv h1 {
        width: min(18.4563758389%, 220px);
        top: 7.2580645161%;
        left: min(3.8590604027%, 46px); } }
    @media print, screen and (max-width: 767px) {
      .keyv h1 {
        width: 29.7435897436%;
        top: 3.7162162162%;
        left: 4.8717948718%; } }
  .keyv .h1-sub {
    position: absolute;
    font-weight: 700;
    white-space: nowrap;
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      .keyv .h1-sub {
        font-size: min(calc(16/1192*100vw), 1.6rem);
        top: 11.1559139785%;
        left: min(26.1744966443%, 312px); } }
    @media print, screen and (max-width: 767px) {
      .keyv .h1-sub {
        font-size: calc(9.7/390*100vw);
        top: 5.9121621622%;
        left: 49.2307692308%;
        line-height: 1.5; } }
  .keyv h2 {
    position: absolute; }
    @media print, screen and (min-width: 768px) {
      .keyv h2 {
        width: min(47.8187919463%, 570px);
        top: 24.1935483871%;
        left: min(4.8657718121%, 58px); } }
    @media print, screen and (max-width: 767px) {
      .keyv h2 {
        width: 81.0256410256%;
        top: 13%;
        left: 9.4871794872%; } }
  .keyv .frame {
    position: absolute;
    background: #ff3366;
    background: -moz-linear-gradient(90deg, rgba(255, 51, 102, 0.8463760504) 0%, #ff9900 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 51, 102, 0.8463760504) 0%, #ff9900 100%);
    background: linear-gradient(90deg, rgba(255, 51, 102, 0.8463760504) 0%, #ff9900 100%);
    border-radius: 1em; }
    @media print, screen and (min-width: 768px) {
      .keyv .frame {
        width: min(45.9731543624%, 548px);
        top: 59.1397849462%;
        left: min(54.0268456376%, 644px);
        aspect-ratio: 548 / 248; } }
    @media print, screen and (max-width: 767px) {
      .keyv .frame {
        width: 87.6923076923%;
        top: 69.4256756757%;
        left: 6.1538461538%; } }
    .keyv .frame h3 {
      color: #fff;
      font-weight: 700;
      text-align: center;
      margin: 1.2em 0 1em;
      font-size: calc(11/390*100vw); }
      @media print, screen and (min-width: 768px) {
        .keyv .frame h3 {
          margin: 1em 0 0.8em;
          font-size: min(calc(22/1192*100vw), 2.2rem); } }
      .keyv .frame h3 em {
        display: block;
        margin-bottom: 0.7em;
        font-size: calc(15/390*100vw); }
        @media print, screen and (min-width: 768px) {
          .keyv .frame h3 em {
            margin-bottom: 0.5em;
            font-size: min(calc(26/1192*100vw), 2.6rem); } }
    .keyv .frame ul {
      background-color: #fff;
      border-radius: 0.5em;
      display: grid;
      gap: 0.7em 1em;
      grid-template-columns: repeat(2, auto);
      text-align: left;
      font-weight: 600; }
      @media print, screen and (min-width: 768px) {
        .keyv .frame ul {
          margin: 0 calc(32em/18);
          padding: calc(22em/18) calc(34em/18);
          font-size: min(calc(18/1192*100vw), 1.8rem); } }
      @media print, screen and (max-width: 767px) {
        .keyv .frame ul {
          gap: 0.8em 0;
          margin: 0 2em 1.8em;
          padding: calc(12em/10) calc(15em/10);
          font-size: calc(11/390*100vw); } }
      .keyv .frame ul li {
        text-align: left;
        white-space: nowrap; }
    .keyv .frame .check {
      display: inline-block;
      width: calc(11/390*100vw);
      margin-right: 0.3em;
      line-height: 1; }
      @media print, screen and (min-width: 768px) {
        .keyv .frame .check {
          width: calc(18/1192*100vw); } }
      .keyv .frame .check svg {
        vertical-align: middle;
        width: 100%;
        height: auto; }
  .keyv .reserv_btn {
    position: absolute;
    top: 80%;
    left: min(3.8590604027%, 46px); }
    @media print, screen and (max-width: 767px) {
      .keyv .reserv_btn {
        display: none; } }
  .keyv .corp_btn {
    position: absolute;
    text-decoration: none;
    color: #fff;
    background-color: #262626;
    font-weight: 500;
    display: grid;
    align-items: center;
    text-align: left;
    padding-left: 1em; }
    @media print, screen and (min-width: 768px) {
      .keyv .corp_btn {
        width: 142px;
        height: 37px;
        top: 0;
        right: 0; } }
    @media print, screen and (max-width: 767px) {
      .keyv .corp_btn {
        display: none;
        /*width: min(calc(142/768*100vw),142px);
        aspect-ratio: 142 / 37;			
        font-size: calc(8/390*100vw);
        top: calc(29/592*100%);
        right: calc(26/390*100%);*/ } }
    .keyv .corp_btn .arrow01 {
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 12px;
      width: 8px; }
      @media print, screen and (max-width: 767px) {
        .keyv .corp_btn .arrow01 {
          right: min(calc(12/768*100vw), 12px);
          width: min(calc(8/768*100vw), 8px); } }
      .keyv .corp_btn .arrow01 svg {
        width: 100%;
        height: auto;
        fill: #fff; }
  .keyv-txt1 {
    width: 100%;
    max-width: 522px;
    height: auto;
    display: block; }
  .keyv-txt2 {
    width: 100%;
    max-width: 522px;
    height: auto;
    display: block; }
    @media print, screen and (max-width: 767px) {
      .keyv-txt2 {
        margin-top: 10px; } }

.reserv_btn {
  position: absolute;
  text-decoration: none !important;
  color: #262626 !important;
  background-color: #fff;
  border: 3px solid #EAF058;
  border-radius: 2em;
  font-weight: 700;
  display: grid;
  align-items: center;
  text-align: left;
  padding-left: 7.8125%;
  font-size: min(calc(26/1192*100vw), 2.6rem);
  width: min(38.0872483221%, 454px);
  aspect-ratio: 454 / 92;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 10px -5px #000000; }
  .reserv_btn::before {
    content: "無料";
    color: #fff;
    background-color: #FF3366;
    border-radius: 50%;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.6431718062%;
    width: 14.0969162996%;
    font-size: calc(22/1920*100vw); }
  .reserv_btn .arrow01 {
    display: inline-block;
    position: absolute;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    right: 8.8105726872%;
    width: 2.6431718062%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1; }
    .reserv_btn .arrow01 svg {
      width: 100%;
      height: auto;
      fill: #f36; }
  .reserv_btn:hover {
    background-color: #EAF058; }
    .reserv_btn:hover .arrow01 {
      right: 5.5066079295%; }

.reserv_btn.v2 {
  position: relative;
  padding-left: min(9.2281879195vw, 110px);
  font-size: min(2.6402640264vw, 3.2rem);
  width: min(48.1543624161vw, 574px);
  aspect-ratio: 574 / 92; }
  .reserv_btn.v2::before {
    left: 2.1126760563%;
    width: 11.2676056338%;
    font-size: min(1.8151815182vw, 2.2rem); }
  .reserv_btn.v2 .arrow01 {
    top: calc(50% - 3px);
    right: 12.323943662%;
    width: 2.4647887324%; }
  .reserv_btn.v2:hover {
    background-color: #EAF058; }
    .reserv_btn.v2:hover .arrow01 {
      right: 5.6338028169%; }
      
      
.reserv_btn.v2 {
  position: relative;
  padding-left: min(9.2281879195vw, 110px);
  font-size: min(2.6402640264vw, 3.2rem);
  width: min(48.1543624161vw, 574px);
  aspect-ratio: 574 / 92; }
  @media print, screen and (max-width: 767px) {
    .reserv_btn.v2 {
      width: min(83.8926174497vw, 1000px);
      font-size: 18px;
      padding-left: 70px; } }
  .reserv_btn.v2::before {
    left: 2.1126760563%;
    width: 11.2676056338%;
    font-size: min(1.8151815182vw, 2.2rem); }
    @media print, screen and (max-width: 767px) {
      .reserv_btn.v2::before {
        font-size: 14px } }
  .reserv_btn.v2 .arrow01 {
    top: calc(50% - 3px);
    right: 12.323943662%;
    width: 2.4647887324%; }
    @media print, screen and (max-width: 767px) {
      .reserv_btn.v2 .arrow01 {
        right: 7.0422535211%; } }
  .reserv_btn.v2:hover {
    background-color: #EAF058; }
    .reserv_btn.v2:hover .arrow01 {
      right: 5.6338028169%; }
      

/* Bnr Slider */
.p-slide-logo {
  display: -webkit-flex;
  display: flex;
  width: calc(2434/390*100vw); }
  @media print, screen and (min-width: 768px) {
    .p-slide-logo {
      width: calc(7137.6/1920*100vw); } }
  .p-slide-logo img {
    width: 100%;
    display: block;
    height: auto; }

.p-slide-logo__item:first-child {
  -webkit-animation: loopSlider 90s -45s linear infinite;
  animation: loopSlider 90s -45s linear infinite; }

.p-slide-logo__item:last-child {
  -webkit-animation: loopSlider2 90s linear infinite;
  animation: loopSlider2 90s linear infinite; }

@-webkit-keyframes loopSlider {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes loopSlider {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes loopSlider2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }
@keyframes loopSlider2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }
/* section01 */
.section01 {
  position: relative; }
  .section01::after {
    content: "";
    position: absolute;
    bottom: -3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 50px solid #ded3bf;
    border-bottom: 0; }
    @media print, screen and (min-width: 768px) {
      .section01::after {
        bottom: -7%; } }

.Col3, .Col4, .Award-list {
  display: grid;
  grid-gap: 2.5em 0;
  grid-template-columns: 1fr;
  margin: 0 auto; }
  @media print, screen and (max-width: 767px) {
    .Col3, .Col4, .Award-list {
      max-width: 342px; } }
  @media print, screen and (min-width: 768px) {
    .Col3, .Col4, .Award-list {
      grid-gap: 0 2.5%;
      grid-template-columns: repeat(3, 1fr); } }

.Col4 {
  display: grid;
  grid-gap: 1.5em 1.2857142857em;
  grid-template-columns: repeat(2, 1fr); }
  @media print, screen and (min-width: 768px) {
    .Col4 {
      grid-template-columns: repeat(4, 1fr); } }
  .Col4 figcaption {
    text-align: left;
    font-size: min(3.9024390244vw, 1.6rem);
    font-weight: 600;
    margin-top: 0.3em; }
    @media print, screen and (min-width: 768px) {
      .Col4 figcaption {
        font-size: min(1.4851485149vw, 1.8rem); } }

@media print, screen and (max-width: 767px) {
  .Nayami-list {
    grid-gap: 4.1428571429em 0; } }
.Nayami-list figure {
  text-align: center; }
  .Nayami-list figure img {
    width: min(38.7179487179vw, 151px); }
    @media print, screen and (min-width: 768px) {
      .Nayami-list figure img {
        width: min(12.6677852349vw, 151px); } }

.hukidashi {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: min(6.6666666667vw, 26px); }
  @media print, screen and (min-width: 768px) {
    .hukidashi {
      padding-bottom: min(2.1812080537vw, 26px); } }
  .hukidashi em {
    padding: 1em 1.8888888889em 0;
    aspect-ratio: 342 / 120;
    border: min(0.5128205128vw, 2px) solid #262626;
    border-radius: 0.5em;
    background-color: #fff;
    display: inline-block;
    font-size: min(4.3902439024vw, 1.8rem);
    font-weight: 500; }
    @media print, screen and (min-width: 768px) {
      .hukidashi em {
        border: min(0.1677852349vw, 2px) solid #262626;
        font-size: min(1.4851485149vw, 1.8rem); } }
  .hukidashi::before, .hukidashi::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #262626;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: min(7.6923076923vw, 30px);
    aspect-ratio: 30 / 26; }
    @media print, screen and (min-width: 768px) {
      .hukidashi::before, .hukidashi::after {
        width: min(2.5167785235vw, 30px); } }
  .hukidashi::after {
    bottom: min(0.7692307692vw, 3px);
    background-color: #fff; }
    @media print, screen and (min-width: 768px) {
      .hukidashi::after {
        bottom: min(0.2516778523vw, 3px); } }

/* section02 */
.section02 .dl01 {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em 0;
  text-align: left;
  padding: 0 1em;
  margin-top: 5em; }
  @media print, screen and (min-width: 768px) {
    .section02 .dl01 {
      margin-top: 7.9375em;
      grid-template-columns: auto 1fr;
      gap: 0 6.0185185185%;
      align-items: center; } }
  .section02 .dl01 dt {
    font-size: min(7.8048780488vw, 3.2rem);
    font-weight: 300; }
    @media print, screen and (min-width: 768px) {
      .section02 .dl01 dt {
        font-size: min(3.3828382838vw, 4.1rem); } }
  .section02 .dl01 dd {
    line-height: 2;
    font-size: min(3.7804878049vw, 1.55rem); }
    @media print, screen and (min-width: 768px) {
      .section02 .dl01 dd {
        font-size: min(1.4851485149vw, 1.8rem); } }

/* section03 */
@media screen and (max-width: 767px){
  .section03 .h03{
    font-size: 24px;
  }
}



.Sass-list {
  margin-top: 5em; }
  @media print, screen and (max-width: 767px) {
    .Sass-list {
      grid-gap: 4.6428571429em 0; } }
  .Sass-list li {
    padding: 0 1em; }
  .Sass-list h3 {
    line-height: 1.5;
    font-size: min(5.8536585366vw, 2.4rem);
    margin-bottom: 0.875em;
    font-weight: 600; }
    @media print, screen and (min-width: 768px) {
      .Sass-list h3 {
        font-size: min(1.9801980198vw, 2.4rem); } }
  .Sass-list figure {
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      .Sass-list figure {
        margin-bottom: 2em; } }
    @media print, screen and (min-width: 768px) {
      .Sass-list figure {
        min-height: calc(430/1080*100%); } }
  .Sass-list li:nth-child(1) img {
    width: min(26.4102564103vw, 103px); }
    @media print, screen and (min-width: 768px) {
      .Sass-list li:nth-child(1) img {
        width: min(8.6409395973vw, 103px); } }
  .Sass-list li:nth-child(2) img {
    width: min(30vw, 117px); }
    @media print, screen and (min-width: 768px) {
      .Sass-list li:nth-child(2) img {
        width: min(9.8154362416vw, 117px); } }
  .Sass-list li:nth-child(3) img {
    width: min(22.307692307700002vw, 87px); }
    @media print, screen and (min-width: 768px) {
      .Sass-list li:nth-child(3) img {
        width: min(7.2986577181vw, 87px); } }
  .Sass-list p {
    font-size: min(3.7804878049vw, 1.55rem);
    text-align: left;
    line-height: 1.8; }
    @media print, screen and (min-width: 768px) {
      .Sass-list p {
        margin-top: 0.5em;
        font-size: min(1.2788778878vw, 1.55rem); } }

/* section04 */
.section04 h2 {
  color: #fff;
  margin-bottom: 2em; }

.Select-list {
  margin-bottom: 3.3125em; }
  @media print, screen and (max-width: 767px) {
    .Select-list {
      grid-gap: 1.7142857143em 0;
      margin-bottom: 2.2857142857em; } }
  .Select-list li {
    padding: 0 1em;
    background-color: #fff;
    border-radius: 0.5em;
    padding: 2em 9.0643274854%; }
  .Select-list h3 {
    line-height: 1.5;
    font-size: min(5.8536585366vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 1em;
    background: -moz-linear-gradient(94deg, #ff3366 0%, #ff9900 100%);
    background: -webkit-linear-gradient(94deg, #ff3366 0%, #ff9900 100%);
    background: linear-gradient(94deg, #ff3366 0%, #ff9900 100%);
    -webkit-background-clip: text;
    color: transparent; }
    @media print, screen and (min-width: 768px) {
      .Select-list h3 {
        font-size: min(1.9801980198vw, 2.4rem); } }
  .Select-list figure {
    text-align: center;
    margin-bottom: 1em; }
  .Select-list p {
    line-height: 1.8;
    font-size: min(3.7804878049vw, 1.55rem);
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      .Select-list p {
        font-size: min(1.2788778878vw, 1.55rem); } }

.yata {
  font-size: min(3.6585365854vw, 1.5rem);
  font-weight: 700;
  padding: 0 1em;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    .yata {
      font-size: min(1.9801980198vw, 2.4rem); } }
  .yata::before, .yata::after {
    content: "";
    height: 100%;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 0; }
  .yata::before {
    left: 0;
    transform: rotate(-25deg); }
  .yata::after {
    right: 0;
    transform: rotate(25deg); }

.zero {
  border: 2px solid #fff; }
  @media print, screen and (max-width: 767px) {
    .zero {
      max-width: 342px;
      aspect-ratio: 342 / 176;
      margin: 2.2em auto 0;
      padding-top: 2.14em; } }
  @media print, screen and (min-width: 768px) {
    .zero {
      margin-top: 3.3125em;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      aspect-ratio: 1080 / 140; } }
  .zero dt {
    margin: 0 auto 0.8em;
    width: calc(164/390*100%); }
    @media print, screen and (min-width: 768px) {
      .zero dt {
        margin: 0 calc(53/1080*100%) 0 0;
        width: calc(223/1080*100%); } }
  .zero dd {
    color: #fff;
    font-weight: 700;
    font-size: min(3.4146341463vw, 1.4rem); }
    @media print, screen and (min-width: 768px) {
      .zero dd {
        text-align: left;
        font-size: min(1.6501650165vw, 2rem); } }

.reserv_btn2 {
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #262626;
  border-radius: 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  padding-left: min(10vw, 39px);
  margin: 0 auto;
  width: min(100%, 320px);
  aspect-ratio: 320 / 60;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: min(3.4146341463vw, 1.4rem); }
  @media print, screen and (min-width: 768px) {
    .reserv_btn2 {
      padding-left: min(4.9496644295vw, 59px);
      width: min(48.1543624161vw, 574px);
      aspect-ratio: 574 / 92;
      font-size: min(2.1452145215vw, 2.6rem); } }
  .reserv_btn2 em {
    font-size: min(2.9268292683vw, 1.2rem); }
    @media print, screen and (min-width: 768px) {
      .reserv_btn2 em {
        font-size: min(1.4851485149vw, 1.8rem); } }
  .reserv_btn2 .txt {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .reserv_btn2 .arrow01 {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(40/454*100%);
    width: calc(12/454*100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1; }
    .reserv_btn2 .arrow01 svg {
      width: 100%;
      height: auto;
      fill: #EAF058; }
  .reserv_btn2:hover .txt {
    opacity: .8; }
  .reserv_btn2:hover .arrow01 {
    right: calc(25/454*100%); }

/* section05 */
.Voice-list {
  margin: 3.875em 0 0; }
  @media print, screen and (max-width: 767px) {
    .Voice-list {
      grid-gap: 2.8571428571em 0;
      margin: 3em auto 2em; } }
  .Voice-list li {
    padding: 0 1em;
    background-color: #fff;
    padding: 2em calc(31.5/342*100%);
    background-color: #EBE9E5;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media print, screen and (min-width: 768px) {
      .Voice-list li {
        padding: 2em min(2.0134228188vw, 24px); } }
  .Voice-list .hukidashi {
    padding-bottom: min(5.1282051282vw, 20px); }
    @media print, screen and (min-width: 768px) {
      .Voice-list .hukidashi {
        padding-bottom: min(1.677852349vw, 20px); } }
    .Voice-list .hukidashi em {
      color: #FF3366;
      padding: 1em min(6.1538461538vw, 24px);
      aspect-ratio: 295 / 88.59;
      border: min(0.5128205128vw, 2px) solid #FF3366;
      line-height: 1.4;
      font-weight: 700;
      font-size: min(3.9024390244vw, 1.6rem);
      width: 100%;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .Voice-list .hukidashi em {
          padding: 1em 0 !important;
          border: min(0.1677852349vw, 2px) solid #FF3366;
          font-size: min(1.402640264vw, 1.7rem); } }
    .Voice-list .hukidashi::before, .Voice-list .hukidashi::after {
      background-color: #FF3366;
      width: min(6.1538461538vw, 24px);
      aspect-ratio: 24 / 20; }
      @media print, screen and (min-width: 768px) {
        .Voice-list .hukidashi::before, .Voice-list .hukidashi::after {
          width: min(2.0134228188vw, 24px); } }
    .Voice-list .hukidashi::after {
      background-color: #fff;
      bottom: min(0.7692307692vw, 3px); }
      @media print, screen and (min-width: 768px) {
        .Voice-list .hukidashi::after {
          bottom: min(0.2516778523vw, 3px); } }
  .Voice-list h3 {
    font-size: min(3.9024390244vw, 1.6rem);
    font-weight: 700;
    padding: 0.5em;
    background-color: #CBC1AE; }
    @media print, screen and (min-width: 768px) {
      .Voice-list h3 {
        font-size: min(1.3201320132vw, 1.6rem); } }
  .Voice-list figure {
    text-align: center;
    margin-bottom: 1em; }
  .Voice-list figcaption {
    font-size: min(3.6585365854vw, 1.5rem); }
    @media print, screen and (min-width: 768px) {
      .Voice-list figcaption {
        font-size: min(1.2376237624vw, 1.5rem); } }
  .Voice-list figure + p {
    line-height: 1.6;
    font-size: min(3.7804878049vw, 1.55rem);
    text-align: left;
    letter-spacing: -0.05em;
    margin: 0 0 min(15.3846153846vw, 60px);
    -webkit-box-flex: 1;
    flex-grow: 1; }
    @media print, screen and (min-width: 768px) {
      .Voice-list figure + p {
        margin: 0 0 min(5.033557047vw, 60px);
        font-size: min(1.2788778878vw, 1.55rem); } }
  .Voice-list .arrow01 {
    display: inline-block;
    line-height: 1;
    margin: 0.5em; }
    .Voice-list .arrow01 svg {
      fill: #FF3366;
      transform: rotate(90deg); }
  .Voice-list .frame {
    background-color: #fff;
    padding: min(3.5897435897vw, 14px); }
    @media print, screen and (min-width: 768px) {
      .Voice-list .frame {
        padding: min(1.1744966443vw, 14px); } }
  .Voice-list .frame dt {
    font-weight: 700;
    font-size: min(3.4146341463vw, 1.4rem);
    margin-bottom: 0.65em; }
    @media print, screen and (min-width: 768px) {
      .Voice-list .frame dt {
        font-size: min(1.1551155116vw, 1.4rem); } }
  .Voice-list .frame dt em {
    display: block;
    font-size: min(4.3902439024vw, 1.8rem); }
    @media print, screen and (min-width: 768px) {
      .Voice-list .frame dt em {
        font-size: min(1.4851485149vw, 1.8rem); } }
  .Voice-list .frame dd {
    font-weight: 700;
    color: #fff;
    background-color: #FF9900;
    padding: 0.3em;
    margin-top: 0.4em;
    border-radius: 1em;
    font-size: min(3.6585365854vw, 1.5rem); }
    @media print, screen and (min-width: 768px) {
      .Voice-list .frame dd {
        font-size: min(1.2376237624vw, 1.5rem); } }

/* section06 */
.section06 h2.h03, .section09 h2.h03 {
  margin-bottom: 1em; }
.section06 .reserv_btn.v2, .section09 .reserv_btn.v2 {
  margin: 1.5em auto 0; }
.section06 .Col4, .section09 .Col4 {
  margin: 3.5em auto 1.5em; }
  @media print, screen and (min-width: 768px) {
    .section06 .Col4, .section09 .Col4 {
      margin: 2.5em 0 3.25em; } }
.section06 h3.h02, .section09 h3.h02 {
  margin-top: 2.4em; }
  @media print, screen and (min-width: 768px) {
    .section06 h3.h02, .section09 h3.h02 {
      margin-top: 2em; } }
.section06 h3.h02 + .read01, .section09 h3.h02 + .read01 {
  margin-top: 1.425em; }

.read01 {
  font-size: min(3.7804878049vw, 1.55rem);
  font-weight: 400;
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    .read01 {
      text-align: left; } }
  @media print, screen and (min-width: 768px) {
    .read01 {
      font-size: min(1.6501650165vw, 2rem); } }

.link-MNCM {
  color: #262626 !important;
  text-decoration: none !important;
  font-size: min(3.4146341463vw, 1.4rem);
  font-weight: 500; }
  @media print, screen and (min-width: 768px) {
    .link-MNCM {
      font-size: min(1.3201320132vw, 1.6rem); } }
  .link-MNCM .arrow02 {
    display: inline-block;
    line-height: 1;
    margin-left: 1.5em; }

/* section07 */
.Flow-list {
  margin: 0 auto; }
  @media print, screen and (max-width: 767px) {
    .Flow-list {
      max-width: 342px; } }
  @media print, screen and (min-width: 768px) {
    .Flow-list {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .Flow-list li:not(.arrow01) {
    background-color: #fff;
    border-radius: 0.5em;
    font-weight: 500;
    font-size: min(4.3902439024vw, 1.8rem); }
    @media print, screen and (max-width: 767px) {
      .Flow-list li:not(.arrow01) {
        padding: 01em; } }
    @media print, screen and (min-width: 768px) {
      .Flow-list li:not(.arrow01) {
        font-size: min(1.4851485149vw, 1.8rem);
        width: min(15.9395973154vw, 190px);
        aspect-ratio: 190 / 163; } }
  .Flow-list .fs-s {
    font-weight: 500;
    font-size: min(3.9024390244vw, 1.6rem); }
    @media print, screen and (min-width: 768px) {
      .Flow-list .fs-s {
        font-size: min(1.3201320132vw, 1.6rem); } }
  .Flow-list li em {
    color: #FF3366;
    display: block;
    font-size: min(3.9024390244vw, 1.6rem);
    margin-bottom: 0.5em; }
    @media print, screen and (min-width: 768px) {
      .Flow-list li em {
        margin: 1.875em 0 1em;
        font-size: min(1.3201320132vw, 1.6rem); } }
  .Flow-list .arrow01 {
    line-height: 1;
    display: inline-block;
    display: grid;
    place-items: center; }
    @media print, screen and (max-width: 767px) {
      .Flow-list .arrow01 {
        margin: 5px 0; } }
    .Flow-list .arrow01 svg {
      fill: #fff; }
      @media print, screen and (max-width: 767px) {
        .Flow-list .arrow01 svg {
          transform: rotate(90deg); } }

/* section08 */
.Award-list {
  margin: 2.85em auto 1.96em; }
  @media print, screen and (min-width: 768px) {
    .Award-list {
      width: min(74.7483221477vw, 891px);
      grid-gap: 0 calc(40/1080*100%);
      grid-template-columns: repeat(2, 1fr);
      margin: 4.375em auto 4.25em; } }

.award-img {
  width: 100%;
  max-width: 800px;
  margin: 30px auto; }

@media print, screen and (max-width: 767px) {
  .General_research {
    width: min(calc(305/390*100vw), 305px); } }

/* section09 */
.main-contents .section09 {
  /*@include sptb {
  	display: none;
  }*/ }
  @media print, screen and (max-width: 767px) {
    .main-contents .section09 {
      margin-top: 60px; } }
  @media print, screen and (min-width: 768px) {
    .main-contents .section09 {
      padding-bottom: 6.8em; } }
  @media print, screen and (max-width: 767px) {
    .main-contents .section09 .reserv_btn.v2 {
      display: grid; } }
  .main-contents .section09-2 {
    display: none; }
    @media print, screen and (max-width: 767px) {
      .main-contents .section09-2 {
        display: block; } }
    .main-contents .section09-2 .read01 {
      display: block;
      margin: 20px auto; }

.bg4-section09-2 {
  display: none; }
  @media print, screen and (max-width: 767px) {
    .bg4-section09-2 {
      display: block; } }

/* Parts                                         
/* --------------------------------------------------- */
/* タイトル */
.h01 {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: min(5.1219512195vw, 2.1rem);
  font-weight: 700; }
  @media print, screen and (min-width: 768px) {
    .h01 {
      font-size: min(2.4752475248vw, 3rem); } }
  .h01 em {
    display: block;
    font-size: min(6.3414634146vw, 2.6rem); }
    @media print, screen and (min-width: 768px) {
      .h01 em {
        font-size: min(3.300330033vw, 4rem); } }

.bg2 .h01 {
  color: #fff; }

.h02 {
  color: #fff;
  line-height: 2;
  text-align: center;
  font-size: min(4.8780487805vw, 2rem);
  font-weight: 700;
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .h02 {
      background: linear-gradient(transparent 96%, #fff 0%);
      font-size: min(2.3102310231vw, 2.8rem); } }
  @media print, screen and (max-width: 767px) {
    .h02 span {
      display: block;
      background: linear-gradient(transparent 96%, #fff 0%); } }
  @media print, screen and (min-width: 768px) {
    .h02 span {
      display: inline-block; } }

.h02.v2 {
  color: #262626;
  font-size: min(5.1219512195vw, 2.1rem); }
  @media print, screen and (min-width: 768px) {
    .h02.v2 {
      background: linear-gradient(transparent 96%, #262626 0%);
      font-size: min(2.3927392739vw, 2.9rem); } }
  @media print, screen and (max-width: 767px) {
    .h02.v2 span {
      background: linear-gradient(transparent 96%, #262626 0%); } }

.h03 {
  margin: 0 auto;
  font-weight: 600;
  display: inline-block;
  font-size: min(6.3414634146vw, 2.6rem);
  background: linear-gradient(transparent 50%, #EAF058 0%); }
  @media print, screen and (min-width: 768px) {
    .h03 {
      font-size: min(3.300330033vw, 4rem); } }

/* Other */
.mt0 {
  margin-top: 0em !important; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mt3 {
  margin-top: 3em !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 0.5em !important; }

.mb10 {
  margin-bottom: 1em !important; }

.mb15 {
  margin-bottom: 1.5em !important; }

.mb20 {
  margin-bottom: 2em !important; }

.mb25 {
  margin-bottom: 2.5em !important; }

.mb30 {
  margin-bottom: 3em !important; }

.mb40 {
  margin-bottom: 4em !important; }

.mb50 {
  margin-bottom: 5em !important; }

.ml1 {
  margin-left: 1em !important; }

.ml2 {
  margin-left: 2em !important; }

.ml3 {
  margin-left: 3em !important; }

.mr1 {
  margin-right: 1em !important; }

.mr2 {
  margin-right: 2em !important; }

.mr3 {
  margin-right: 3em !important; }

.font-bold {
  font-weight: 600 !important; }

.font-normal {
  font-weight: 400 !important; }

.float-left {
  float: left !important; }

.ml4ps {
  margin-left: 4% !important; }

.mr4ps {
  margin-right: 4% !important; }

.ta-l {
  text-align: left !important; }

.ta-r {
  text-align: right !important; }

.ta-c {
  text-align: center !important; }

strong {
  font-weight: 600; }

.nowrap {
  white-space: nowrap !important; }

.sup, sup {
  font-size: 0.7em;
  vertical-align: top; }

a.nolink {
  pointer-events: none; }

/* ul */
.ul-dot li {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1em 1fr; }
.ul-dot li::before {
  content: "・"; }
.ul-dot.dot-mr li {
  gap: 0.5em; }

.ul-dot-l li::before {
  width: 9px;
  height: 9px;
  margin: 0.5em auto 0; }

.ul-dot-m li, .ul-dot-l li {
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-template-columns: 1.5em 1fr; }
.ul-dot-m li::before, .ul-dot-l li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin: 0.6em auto 0; }

.ul-dot-l li::before {
  width: 9px;
  height: 9px;
  margin: 0.5em auto 0; }

/* ol */
ol.num {
  counter-reset: number 0; }
  ol.num > li {
    padding-left: 1.5em;
    position: relative;
    /*&:not(:first-child) {
    	margin-top: 0.5em;
    }*/ }
    ol.num > li::before {
      counter-increment: number 1;
      content: counter(number) ".";
      position: absolute;
      top: 0;
      left: 0; }
  ol.num ul {
    margin-top: 5px; }

ol.num-squ, ol.num-cir {
  counter-reset: number 0; }
  ol.num-squ li, ol.num-cir li {
    padding-left: 2.5em;
    margin: 0 0 0.5em;
    position: relative;
    line-height: 1.6em; }
    ol.num-squ li::before, ol.num-cir li::before {
      counter-increment: number 1;
      content: counter(number) "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1.6em;
      height: 1.6em;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      color: #fff;
      background-color: #000; }

ol.num-cir li::before {
  border-radius: 50%; }

/* iframe */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

.googleMap iframe {
  width: 100%;
  height: 600px; }
  @media print, screen and (min-width: 768px) {
    .googleMap iframe {
      height: 780px; } }

.sp-display {
  display: none; }
  @media screen and (max-width: 374px) {
    .sp-display {
      display: block; } }

.tb-display {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .tb-display {
      display: none; } }

.tbpc-display {
  display: none; }
  @media print, screen and (min-width: 481px) and (max-width: 767px) {
    .tbpc-display {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    .tbpc-display {
      display: block; } }

.pc-display {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .pc-display {
      display: block; } }

.tel-link, .mail-link {
  text-decoration: none !important;
  color: #000 !important; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
