@charset "UTF-8";
/* Scss Document */
/* ==========================================================================
 Foundation
============================================================================*/
/* =============================================== */
/** 変数設定 */
/* ----------------------------------------------- */
/* =============================================== */
/** reset全体設定 */
/* ----------------------------------------------- */
* {
  font-size: inherit;
  /* font-style: normal;
  font-weight: normal; */
  text-decoration: none; }

/* =============================================== */
/** resetタグ設定 */
/* ----------------------------------------------- */
html {
  overflow-y: scroll; }

html, body {
  height: 100%; }

dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, caption, address, cite, code, dfn, em, strong, th, var, map, area, figure, figcaption, span {
  margin: 0;
  padding: 0; }

body, div {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 16px;
  /*CSS3対応ブラウザのみ*/
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #FFF;
  word-break: break-word;
  position: relative;
  color: #606060; }
  @media screen and (max-width: 600px) {
    body {
      width: 100%;
      height: 100%;
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

p {
  line-height: 1.6; }

table {
  font-size: inherit;
  font: 100%;
  width: 100%; }

fieldset, img, abbr, acronym, hr {
  border: 0;
  vertical-align: middle; }

ul {
  list-style: none; }

ol {
  list-style-position: outside;
  margin-left: 20px; }

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

/* =============================================== */
/** basicタグ設定 */
/* ----------------------------------------------- */
a {
  text-decoration: underline;
  color: #009EE5;
  cursor: pointer; }
  a.hanten {
    color: #FFFFFF; }

a:hover {
  color: #eeb000; }

strong {
  font-weight: bold; }

address {
  font-style: normal; }

.w {
  width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .w {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 600px) {
    .w {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }

.w1200 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .w1200 {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box; } }

.f-en {
  font-family: serif; }

.f-en2 {
  font-family: sans-serif; }

.f-m, .style02, .style02b, #s02 li.next h3 {
  font-family: "Noto Sans JP", san-serif;
  font-weight: 400;
  font-style: normal; }

.f-g {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; }

/* =============================================== */
/** resetクラス設定 */
/* ----------------------------------------------- */
.f_10 {
  font-size: 0.625rem; }

.f_11 {
  font-size: 0.6875rem; }

.f_12 {
  font-size: 0.75rem; }

.f_13 {
  font-size: 0.8125rem; }

.f_14, header #form #sbox {
  font-size: 0.875rem; }

.f_16 {
  font-size: 1.0rem; }

.f_18 {
  font-size: 1.125rem; }

.f_20 {
  font-size: 1.25rem; }

.f_21 {
  font-size: 1.3125rem; }

.f_24 {
  font-size: 1.5rem; }

.f_28 {
  font-size: 1.75rem; }

.f_32 {
  font-size: 2.0rem; }

.f_36 {
  font-size: 2.28rem; }

.f_48 {
  font-size: 3.0rem; }

.f_60 {
  font-size: 3.75rem; }

.f_100 {
  font-size: 6.25rem; }

.fs-sss, #s02 li.next dt span {
  font-size: 0.625em; }

.fs-ss, #s05--merit h4 span {
  font-size: 0.75em; }

.fs-s {
  font-size: 0.875em; }

.fs-m {
  font-size: 1.0em; }

.fs-l, footer #footer--01 #footer--tokyo, #top-slider--btn.result.btn-style .btn, #top-slider--btn.result.btn-style .input_btn_wrap, #s02 li.next p {
  font-size: 1.125em; }

.fs-ll, #s06--accordion-area--01 ul li a, #s06--accordion-area--02 ul li a, #s06--accordion-area--03 ul li a, #s06--accordion-area--04 ul li a {
  font-size: 1.25em; }

.fs-lll, #s05--merit p, #s05--merit p span {
  font-size: 1.5em; }

.fs-llll, .style02, #s02 li.next dt, #s05--merit h4, #s06--accordion-area--01 h3, #s06--accordion-area--02 h3, #s06--accordion-area--03 h3, #s06--accordion-area--04 h3 {
  font-size: 2.0em; }

.fs-lllll {
  font-size: 2.28em; }

.fs-l21 {
  font-size: 1.3125em; }

.fs-l100 {
  font-size: 6.25em; }

.palt {
  font-feature-settings: "palt" 1; }

/*======================================================
	CLEARFIX  clearしたい親要素に加える
======================================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0; }

.clearfix {
  display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* end MacIE5 */
div {
  zoom: 100%; }

/* =============================================== */
/** basicクラス設定 */
/* ----------------------------------------------- */
.f_r {
  float: right; }

.f_l {
  float: left; }

.c_b {
  clear: both; }

.o_h {
  overflow: hidden; }

.m_t10 {
  margin-top: 10px; }

.m_t30 {
  margin-top: 30px; }

.m_t40 {
  margin-top: 40px; }

.m_r20 {
  margin-right: 20px; }

.m_b10 {
  margin-bottom: 10px; }

.m_b10 {
  margin-bottom: 10px; }

.m_b15 {
  margin-bottom: 15px; }

.m_b20 {
  margin-bottom: 20px; }

.m_b30 {
  margin-bottom: 30px; }

.m_b40 {
  margin-bottom: 40px; }

.m_b50 {
  margin-bottom: 50px; }

.m_b80 {
  margin-bottom: 80px; }

.m_b100 {
  margin-bottom: 100px; }

.m_l20 {
  margin-left: 20px; }

.p_t10 {
  padding-top: 10px; }

.p_t20 {
  padding-top: 20px; }

.p_t30 {
  padding-top: 30px; }

.p_b10 {
  padding-bottom: 10px; }

.p_l1em {
  padding-left: 1em; }

.indent_1em {
  text-indent: -1em;
  padding-left: 1em; }

.bold {
  font-weight: bold; }

.indent1 {
  text-indent: -1em;
  padding-left: 1em; }

.indent3 {
  padding-left: 3em;
  text-indent: -3em; }

.c_red {
  color: #F00; }

.c_main {
  color: #61bad3; }

.c_sub, #s05--merit h4 {
  color: #eeb000; }

.c_orange {
  color: #f5a100; }

.c_gray {
  color: #9e9e9f; }

.t_l {
  text-align: left; }

.t_r {
  text-align: right; }

.t_c {
  text-align: center; }

ul.list-disc {
  list-style: outside disc !important;
  margin-left: 20px; }

.duble {
  background-image: url("../img/double.png");
  background-repeat: repeat-x;
  background-position: center; }

.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; }

img.frame {
  padding: 3px !important;
  border: 1px solid #B1B1B1 !important; }

table.basic {
  border-top: 1px dotted #BBB; }

table.basic th,
table.basic td {
  border-bottom: 1px dotted #BBB;
  padding: 5px; }

table.basic th {
  font-weight: bold; }

table.basic2 th,
table.basic2 td {
  /*基本のテーブル*/
  border: solid #ccc 1px;
  padding: 7px 10px 10px 10px;
  background: #fff; }

table.basic2 .bg-gray {
  background: #eee; }

.info {
  background: #DFD5BC;
  padding: 10px; }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: inherit; } }

.sp-s {
  display: none; }
  @media screen and (max-width: 319px) {
    .sp-s {
      display: inherit; } }

.pc {
  display: inherit; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }
  @media screen and (max-width: 920px) {
    .pc.not-tb {
      display: none; } }

/* =============================================== */
/** 文字設定 */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
a:hover img, a:hover, input:hover {
  zoom: 1;
  filter: alpha(opacity=60);
  /* IE6/7 */
  -ms-filter: "alpha(opacity=60)";
  /* IE8 */
  -moz-opacity: 0.60;
  /* Firefox */
  opacity: 0.60; }

a.noline {
  color: inherit;
  text-decoration: none; }

/* かくたさんへ .style02b, .style04 以外は未使用です！自由に変更OKです。 */
/* h系スタイル*/
.style01, .style01b, .style01c {
  /* 主にh2 */
  font-family: "Noto Sans JP", san-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5em;
  margin-bottom: 2.8em; }
  @media screen and (max-width: 600px) {
    .style01, .style01b, .style01c {
      font-size: 2.0rem;
      margin-bottom: 2.0rem; } }

.style01b, .style01c {
  /* 01に字間をいれたもの */
  letter-spacing: 0.5em;
  text-indent: 0.5em; }

.style01c {
  /* 01に字間をいれた+背景白で角丸 */
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  display: flex;
  justify-content: center;
  transform: translateY(-70px);
  margin-bottom: calc(-80px / 2 - 40px + 30px );
  max-width: 100%; }
  .style01c span {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff;
    height: 80px;
    border-radius: 40px;
    padding: 0 64px;
    width: fit-content;
    min-width: 360px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 600px) {
    .style01c {
      letter-spacing: 0;
      text-indent: 0;
      transform: translateY(-60px);
      margin-bottom: calc(-60px / 2 - 40px + 30px ); }
      .style01c span {
        height: 60px;
        min-width: auto;
        border-radius: calc( 60px/2 );
        padding: 0 32px;
        max-width: 80%; } }

.style02 {
  /* 主にh3 */
  margin-bottom: 1.2rem;
  background-color: #61bad3;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.2em;
  text-indent: 0.2em; }
  @media screen and (max-width: 600px) {
    .style02 {
      font-size: 2.0rem;
      margin-bottom: 1.75rem; } }

.style02b {
  /* これはサイトポリシー 下層で使います by aota */
  font-size: 3.6rem;
  margin-bottom: 2.5rem;
  color: #61bad3; }
  @media screen and (max-width: 600px) {
    .style02b {
      font-size: 2.5rem;
      margin-bottom: 1.75rem; } }

.style02c {
  font-family: "Noto Sans JP", san-serif;
  font-size: 2.0rem;
  margin-bottom: 2.0rem; }

.style03 {
  border-bottom: solid #eeb000 1px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", san-serif;
  padding: 0 0 10px 0;
  margin-bottom: 2.5rem;
  color: #eeb000; }

.style03b {
  border-bottom: none;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", san-serif;
  padding: 0;
  margin-bottom: 1.25rem;
  color: #f5a100; }

.style04 {
  /* これはサイトポリシー 下層で使います by aota */
  background: #61bad3;
  color: #fff;
  font-family: "Noto Sans JP", san-serif;
  padding-top: 6px;
  padding-bottom: 10px;
  border-radius: 4px;
  font-size: 2.0rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 2.0rem; }

.style05, .btn-style .btn, .btn-style .input_btn_wrap {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */
  background: linear-gradient(45deg, #1e5799 0%, #2989d8 50%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.style06, .btn-style .btn.gray, .btn-style .gray.input_btn_wrap {
  color: #bbb;
  /* ボタン用 バックグラウンド グラデーション */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */ }

.style07 {
  background-color: #eeb000;
  color: #fff;
  padding: 2px 8px 4px 8px;
  border-radius: 4px;
  width: fit-content;
  font-size: .9em;
  vertical-align: middle; }

.gra {
  background: linear-gradient(70.6deg, #ac1eff 0.3%, #4123fb 55.8%, #23fbe0 105.1%);
  color: #fff; }

/* btn */
.btn-style {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center; }
  .btn-style .btn, .btn-style .input_btn_wrap {
    height: 78px;
    border-radius: calc( 78px/2 );
    border: 4px solid #7db9e8;
    padding: 0 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    box-shadow: 4px 4px 4px 0 rgba(100, 100, 100, 0.5); }
    @media screen and (max-width: 600px) {
      .btn-style .btn, .btn-style .input_btn_wrap {
        border-radius: 10px;
        height: calc(60 / 414 * 100vw);
        padding: 0 calc(1 / 414 * 100vw);
        font-size: calc(15 / 414 * 100vw); } }
    .btn-style .btn::after, .btn-style .input_btn_wrap::after {
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translate(0, -50%);
      content: "";
      width: 24px;
      height: 24px;
      background: url("../../btn_right.svg") center center no-repeat;
      background-size: 100% 100%; }
    .btn-style .btn:hover, .btn-style .input_btn_wrap:hover {
      background: #92c6f4;
      color: #fff;
      opacity: 0.9;
      border: 4px solid #7fb0f0; }
    .btn-style .btn.gray, .btn-style .gray.input_btn_wrap {
      box-shadow: 4px 4px 4px 0 rgba(170, 170, 170, 0.9);
      border: 4px solid #ccc; }
      .btn-style .btn.gray::after, .btn-style .gray.input_btn_wrap::after {
        display: none; }
      .btn-style .btn.gray:hover, .btn-style .gray.input_btn_wrap:hover {
        background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        opacity: 1.0;
        color: #bbb; }
  .btn-style .input_btn_wrap input[type="submit"], .btn-style .input_btn_wrap input[type="button"] {
    border: none;
    background: none;
    color: #fff;
    width: 100%; }
  .btn-style .btn2 {
    background: #fff;
    border: 1px solid #f5a100;
    color: #f5a100;
    width: 100%;
    height: 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    box-shadow: 4px 4px 0 0 rgba(170, 106, 106, 0.9); }
    @media screen and (max-width: 600px) {
      .btn-style .btn2 {
        border-radius: 10px;
        height: calc(60 / 414 * 100vw);
        padding: 0 calc(1 / 414 * 100vw);
        font-size: calc(15 / 414 * 100vw); } }
    .btn-style .btn2:after {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translate(0, -50%);
      content: "";
      width: 8px;
      height: 8px;
      background: url("../../img/btn2_right.svg") center center no-repeat;
      background-size: 100% 100%; }
    .btn-style .btn2:hover {
      background: #f5a100;
      color: #fff;
      opacity: 1.0; }
      .btn-style .btn2:hover:after {
        background: url("../../img/btn_right.svg") center center no-repeat; }

/* #header　header
----------------------------------------------- */
#header_fltbox {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  background: url("../../../img/bg_winterheader.png"); }

/* .tokyo　header
----------------------------------------------- */
header {
  width: 100%;
  z-index: 100;
  background-color: #61bad3;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 4px rgba(100, 100, 100, 0.2); }
  header a {
    color: #fff;
    text-decoration: none; }
    header a:hover {
      color: yellow;
      opacity: 1.0; }
  header.logo {
    background-color: rgba(255, 255, 255, 0);
    position: static;
    box-shadow: none;
    text-align: center;
    margin: 0 0 80px 0;
    padding-top: 80px; }
    header.logo figure {
      width: 80%;
      margin: 0 auto; }
    @media screen and (max-width: 600px) {
      header.logo {
        padding-top: 20px; } }
  header nav {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box; }
    header nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      box-sizing: border-box;
      align-items: center;
      gap: 1.5em; }
      @media screen and (max-width: 920px) {
        header nav ul {
          display: grid;
          grid-template-columns: auto auto auto auto;
          justify-content: center;
          align-items: center;
          column-gap: 1.5em;
          grid-row-gap: 0; } }
      header nav ul li {
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 920px) {
          header nav ul li {
            height: 48px; } }
        header nav ul li.order3 {
          margin-left: calc( 180px + 10% ); }
          @media screen and (max-width: 600px) {
            header nav ul li.order3 {
              margin-left: 0; } }
        header nav ul li.btn-style {
          max-width: none;
          margin: 0; }
          header nav ul li.btn-style .btn, header nav ul li.btn-style .input_btn_wrap {
            font-size: 106%;
            height: auto;
            padding: 10px 2em 10px 1em;
            box-shadow: none; }
            header nav ul li.btn-style .btn:after, header nav ul li.btn-style .input_btn_wrap:after {
              right: 8px; }
  header #form {
    position: relative; }
    header #form #sbox {
      padding: 0 8px;
      border-radius: 8px;
      border: solid 1px #009EE5;
      color: #009EE5; }
    header #form #sbtn {
      background: url("../../img/search-solid.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 14px;
      height: 14px;
      position: absolute;
      right: 8px;
      top: 4px;
      padding: 0;
      border: 0; }
  @media screen and (max-width: 600px) {
    header {
      position: absolute;
      top: 4px; } }
  @media screen and (max-width: 600px) {
    header {
      z-index: 1000;
      padding: 10px 0;
      height: 60px;
      background-color: inherit;
      box-shadow: none; }
      header ul {
        padding: 10px;
        right: -210px;
        width: 210px;
        transition: all 0.4s;
        position: fixed;
        background: #eeb000;
        height: 100%;
        top: 0; }
        header ul.active {
          transition: all 0.4s;
          right: 0;
          display: block; }
        header ul a {
          color: #fff;
          text-decoration: none; }
      header .-menubtn {
        width: 50px;
        height: 50px;
        position: absolute;
        top: -4px;
        right: 0;
        z-index: 2000;
        cursor: pointer;
        transition: all 0.4s;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 8px 4px rgba(100, 100, 100, 0.2);
        border-radius: 50%; }
        header .-menubtn::before {
          content: 'MENU';
          position: absolute;
          width: 50px;
          font-size: 10px;
          left: 0;
          top: 5px;
          color: #eeb000;
          text-align: center; }
        header .-menubtn > span {
          width: 30px;
          margin: 0 auto;
          left: 0;
          right: 0;
          height: 3px;
          background: #eeb000;
          display: inline-block;
          position: absolute;
          transition: all 0.4s; }
          header .-menubtn > span:nth-of-type(1) {
            top: 20px; }
          header .-menubtn > span:nth-of-type(2) {
            top: 28.5px; }
          header .-menubtn > span:nth-of-type(3) {
            top: 38px; }
        header .-menubtn.active {
          right: 200px;
          background-color: #eeb000; }
          header .-menubtn.active::before {
            color: #fff; }
          header .-menubtn.active > span {
            background-color: #fff; }
            header .-menubtn.active > span:nth-of-type(1) {
              top: 30px;
              transform: rotate(45deg); }
            header .-menubtn.active > span:nth-of-type(2) {
              opacity: 0; }
            header .-menubtn.active > span:nth-of-type(3) {
              top: 30px;
              transform: rotate(-45deg); } }

/* header2 下層のヘッダー */
#header2 {
  background: url("../../bg.webp") center 48%;
  position: relative;
  text-align: center; }
  #header2--top-logo {
    width: 380px;
    margin: 0 auto 20px;
    padding-top: 20px; }
    @media screen and (max-width: 600px) {
      #header2--top-logo {
        padding: 50px 40px 30px;
        width: 100%;
        box-sizing: border-box; } }

/* end header */
main {
  z-index: 10;
  padding: 0 0 0 0;
  margin: 0;
  position: relative; }
  main .w {
    z-index: 10;
    position: relative; }

#breadcrumb {
  display: flex;
  gap: 4px;
  padding: 20px 0; }
  @media screen and (max-width: 600px) {
    #breadcrumb {
      font-size: 70%; } }
  #breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.25rem;
    content: "›"; }

/* footer
----------------------------------------------- */
footer {
  background-color: #61bad3;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      color: yellow;
      opacity: 1.0; }
  footer #footer--link_area {
    grid-area: b;
    padding: 4px 0; }
    footer #footer--link_area ul {
      text-align: left; }
      footer #footer--link_area ul li {
        list-style-type: circle;
        list-style-position: inside; }
  footer #footer--01 {
    margin-bottom: 40px;
    display: grid;
    grid-template-areas: "a";
    grid-template-columns: 1fr;
    column-gap: 40px;
    row-gap: 20px; }
    footer #footer--01--left {
      grid-area: a; }
    footer #footer--01 #footer--tokyo {
      display: flex;
      gap: 20px;
      align-items: flex-end;
      justify-content: center;
      margin-bottom: 16px;
      padding-bottom: 4px; }
      @media screen and (max-width: 600px) {
        footer #footer--01 #footer--tokyo {
          flex-wrap: wrap; } }
      footer #footer--01 #footer--tokyo a {
        display: flex;
        align-items: flex-end;
        justify-content: center; }
      footer #footer--01 #footer--tokyo figure {
        width: 48px;
        margin: 0 4px; }
        footer #footer--01 #footer--tokyo figure#figure--tokyo--logo {
          background-color: #fff;
          border-radius: 50%;
          padding: 4px;
          box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        footer #footer--01 #footer--tokyo {
          width: 100%; } }
    footer #footer--01 address {
      width: fit-content;
      margin: 0 auto;
      text-align: left; }
      footer #footer--01 address h4 {
        font-size: 1.6em; }
      @media screen and (max-width: 600px) {
        footer #footer--01 address {
          width: 100%;
          max-width: none; } }
    footer #footer--01 .grid2 {
      grid-template-columns: 1fr 3fr;
      column-gap: 1em; }
      footer #footer--01 .grid2 .box3 {
        grid-column-start: 2; }
      @media screen and (max-width: 600px) {
        footer #footer--01 .grid2 dd {
          grid-column-start: 2; } }
    @media screen and (max-width: 1200px) {
      footer #footer--01 {
        font-size: inherit;
        text-align: center; } }
    @media screen and (max-width: 600px) {
      footer #footer--01 {
        grid-template-areas: "a" "b";
        grid-template-columns: 100%;
        margin-bottom: 20px; } }
  footer #footer--02 {
    text-align: center;
    background: #eeb000; }

/* 上に戻るボタン */
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 20; }

#page_top a {
  background: #7f7f7f;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=75);
  /* IE6/7 */
  -ms-filter: "alpha(opacity=75)";
  /* IE8 */
  -moz-opacity: 0.75;
  /* Firefox */
  opacity: 0.75; }

#page_top a:hover {
  text-decoration: none;
  background: #999;
  zoom: 1;
  filter: alpha(opacity=90);
  /* IE6/7 */
  -ms-filter: "alpha(opacity=90)";
  /* IE8 */
  -moz-opacity: 0.90;
  /* Firefox */
  opacity: 0.90; }

/* flex base
----------------------------------------------- */
.flex, .flex2, .flex3, .flex4, .flex5, .flex6 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  align-items: stretch; }
  .flex2 > * {
    flex: 0 1 auto;
    width: calc(( 100% - 40px ) / 2);
    margin-bottom: 40px; }
    @media screen and (max-width: 600px) {
      .flex2 > * {
        width: 100%; } }
  .flex3 > * {
    flex: 0 0 auto;
    width: calc(( 100% - 40px ) / 3);
    margin-bottom: 40px; }
    @media screen and (max-width: 600px) {
      .flex3 > * {
        width: 100%; } }
  .flex4 > * {
    flex: 0 0 auto;
    width: calc(( 100% - 60px ) / 4);
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .flex4 > * {
        width: calc(( 100% - 10px ) / 2);
        margin-bottom: 10px; } }
  .flex5 > * {
    flex: 0 0 auto;
    width: calc(( 100% - 80px ) / 5);
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .flex5 > * {
        width: calc(( 100% - 40px ) / 5);
        margin-bottom: 10px; } }
    @media screen and (max-width: 600px) {
      .flex5 > * {
        width: calc(( 100% - 10px ) / 2);
        margin-bottom: 10px; } }
  .flex6 > * {
    flex: 0 0 auto;
    width: calc(( 100% - 100px ) / 6);
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .flex6 > * {
        width: calc(( 100% - 50px ) / 6);
        margin-bottom: 10px; } }
    @media screen and (max-width: 600px) {
      .flex6 > * {
        width: calc(( 100% - 20px ) / 3);
        margin-bottom: 10px; } }

.flex-center, .flex-center-column, .flex-center-top {
  display: flex;
  justify-content: center;
  align-items: center; }
  .flex-center-column {
    flex-flow: column; }
  .flex-center-top {
    align-items: flex-start; }

/* grid base
----------------------------------------------- */
.grid, .grid2 {
  display: grid; }
  .grid2 {
    grid-template-columns: 1fr 1fr; }

/* .box
----------------------------------------------- */
.box01 {
  box-shadow: 0 4px 8px 4px rgba(100, 100, 100, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  color: #606060; }
  @media screen and (max-width: 600px) {
    .box01 {
      padding: 20px; }
      .box01.padding16 {
        padding: 20px 16px; } }

.box-bgcolor {
  background-color: #eeb000;
  padding: 20px; }
  @media screen and (max-width: 600px) {
    .box-bgcolor {
      padding: 24px 16px; } }

.box-bgcolor2 {
  background-color: rgba(26, 51, 131, 0.22);
  padding: 20px; }
  .box-bgcolor2--content {
    padding: 0 1em; }
    @media screen and (max-width: 600px) {
      .box-bgcolor2--content {
        padding: 0; } }
  @media screen and (max-width: 600px) {
    .box-bgcolor2 {
      padding: 10px; } }

.box-style02 {
  /* h系をstyle2とセットで使うと美しい */
  text-align: left; }
  .box-style02--content {
    padding: 0 8px; }
    .box-style02--content li {
      margin-bottom: 8px; }

.box-style03 {
  /* h系をstyle3とセットで使うと美しい */ }
  .box-style03--content {
    padding: 0 1em; }
    @media screen and (max-width: 600px) {
      .box-style03--content {
        padding: 0; } }

@media screen and (max-width: 600px) {
  .box-cvbnr {
    margin-left: -20px;
    margin-right: -20px;
    width: calc( 100% + 40px ); } }

/* sonebi2024 winter page create by shd aota
----------------------------------------------- */
#top-slider {
  position: relative;
  text-align: center; }
  #top-slider--w {
    position: relative;
    height: 600px; }
    @media screen and (max-width: 1200px) {
      #top-slider--w {
        height: auto; } }
    @media screen and (max-width: 600px) {
      #top-slider--w {
        padding: 36px 0;
        height: auto; } }
  #top-slider--logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10; }
    @media screen and (max-width: 600px) {
      #top-slider--logo {
        width: 32%; } }
  #top-slider--logo2 {
    display: flex;
    justify-content: center; }
    #top-slider--logo2 img {
      max-height: 600px;
      width: auto; }
      @media screen and (max-width: 1200px) {
        #top-slider--logo2 img {
          width: 100%;
          max-height: none; } }
  #top-slider--seishiga {
    position: absolute;
    right: 0;
    top: 120px;
    width: 200px; }
    #top-slider--seishiga img {
      width: 100%; }
    @media screen and (max-width: 1200px) {
      #top-slider--seishiga {
        width: 160px;
        right: 20px;
        top: 20px; } }
    @media screen and (max-width: 1200px) and (orientation: landscape) {
      #top-slider--seishiga {
        top: 30vh;
        width: 30vh;
        right: 20px; } }
    @media screen and (max-width: 600px) {
      #top-slider--seishiga {
        position: static;
        width: 48%;
        margin: 10px auto; } }
  #top-slider--gengo {
    position: absolute;
    right: 10px;
    top: 20px;
    display: inline-block; }
    #top-slider--gengo.sp {
      display: none; }
    @media screen and (max-width: 600px) {
      #top-slider--gengo {
        right: 80px; }
        #top-slider--gengo.pc {
          display: none; }
        #top-slider--gengo.sp {
          display: inherit; } }
  #top-slider--btn {
    margin-top: 20px; }
    @media screen and (max-width: 600px) {
      #top-slider--btn.result.btn-style .btn, #top-slider--btn.result.btn-style .input_btn_wrap {
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px; } }
  #top-slider--daytime {
    width: fit-content;
    padding: 0 16px;
    margin: 20px auto 0 auto;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff; }
    @media screen and (max-width: 600px) {
      #top-slider--daytime {
        margin: 10px auto 0 0;
        font-size: 1.1rem; } }
  #top-slider--img {
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media screen and (max-width: 1200px) and (orientation: landscape) {
      #top-slider--img {
        width: 56%;
        left: 22%; } }
  @media screen and (max-width: 600px) {
    #top-slider--seisiga-daytime {
      display: flex;
      align-items: center; } }

/* プログラムに使用　角丸ボーダーbox dtベタ */
/* カラー替え */
.new::after {
  content: url("../../img/icon-new.svg");
  vertical-align: middle;
  padding-left: 1em;
  transform: scale(0.5);
  position: absolute;
  right: -30px;
  top: -10px; }

#home {
  background-image: url("../../bg.webp"); }

/* section共通部品 */
.section {
  text-align: center;
  margin-bottom: 0px;
  padding: 160px 0 100px; }
  @media screen and (max-width: 600px) {
    .section {
      padding: 80px 0 40px; } }
  .section .base-plate {
    background: #fff;
    border-radius: 20px;
    padding: 30px 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1000px) {
      .section .base-plate {
        width: 100%;
        padding: 30px 40px;
        box-sizing: border-box; } }
    @media screen and (max-width: 600px) {
      .section .base-plate {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box; } }
    .section .base-plate--box {
      padding-bottom: 60px; }
      @media screen and (max-width: 600px) {
        .section .base-plate--box {
          width: 100%; } }
      .section .base-plate--box .style02 {
        margin-left: -20px;
        margin-right: -20px; }
        @media screen and (max-width: 600px) {
          .section .base-plate--box .style02 {
            margin-left: 0;
            margin-right: 0; } }

/* #s00
----------------------------------------------- */
#s00 {
  padding: 120px 0;
  background-color: rgba(146, 231, 0, 0.62); }
  @media screen and (max-width: 600px) {
    #s00 {
      padding: 60px 0; } }
  #s00--concept {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 60px 0 80px 0; }
    @media screen and (max-width: 600px) {
      #s00--concept {
        padding: 30px 0; } }
    #s00--concept .w {
      position: relative; }
    #s00--concept h2 {
      font-size: 2.5rem;
      color: #61bad3; }
      @media screen and (max-width: 600px) {
        #s00--concept h2 {
          font-size: 1.3rem;
          text-align: left; } }
    #s00--concept p {
      font-size: 1.42rem; }
      @media screen and (max-width: 600px) {
        #s00--concept p {
          font-size: 0.865rem;
          text-align: left; } }
    #s00--concept figure {
      background-color: #fff;
      padding: 12px;
      border-radius: 6px;
      box-sizing: border-box; }
  #s00--youtube .style01c {
    color: #61bad3; }

/* #s01 概要
----------------------------------------------- */
#s01 {
  background-color: rgba(76, 168, 201, 0.6); }
  #s01 .style01c {
    color: #4ca8c9; }
  #s01 .style02 {
    background-color: #61bad3; }
  #s01--theme {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    justify-content: center; }
    @media screen and (max-width: 600px) {
      #s01--theme {
        column-gap: 20px; } }
    #s01--theme div {
      text-align: center; }
    #s01--theme figure {
      width: 90%;
      margin: 0 auto;
      border-radius: 50%;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 600px) {
        #s01--theme figure {
          width: 100%; } }
    #s01--theme p {
      margin-top: -30%;
      z-index: 10;
      position: relative; }

/* #s02 プログラム
----------------------------------------------- */
#s02 {
  background-image: url("../../img/hoiku/pro-bg.svg"); }
  @media screen and (max-width: 600px) {
    #s02 {
      padding-top: 240px; } }
  #s02 .style01b, #s02 .style01c {
    letter-spacing: 0.2em;
    text-indent: 0.2em; }
  #s02 .base-plate {
    background: none;
    position: relative;
    padding: 30px 5%; }
    #s02 .base-plate--box {
      padding: 0; }
  #s02 li.next {
    background: #eeb000;
    border-radius: 10px;
    overflow: visible;
    border: 2px solid #eeb000;
    margin-bottom: 60px;
    position: relative; }
    #s02 li.next dl {
      display: grid;
      grid-template-columns: 1fr 3.5fr; }
      @media screen and (max-width: 600px) {
        #s02 li.next dl {
          grid-template-columns: 1fr; } }
    #s02 li.next dt {
      background: #eeb000;
      color: #fff;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 600px) {
        #s02 li.next dt {
          flex-direction: row; } }
      #s02 li.next dt span {
        display: block; }
    #s02 li.next dd {
      border-radius: 10px;
      border: 2px solid #eeb000;
      background: #fff;
      padding: 16px 24px;
      text-align: left; }
    #s02 li.next h3 {
      color: #eeb000;
      margin-bottom: 8px; }
      @media screen and (max-width: 600px) {
        #s02 li.next h3 {
          font-size: 18px;
          font-size: 1.8rem; } }
    #s02 li.next:not(.no-sankaku)::after {
      position: absolute;
      content: "";
      bottom: -76px;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: 0;
      height: 16px;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 20px solid #eeb000; }
  #s02 li.break {
    display: flex;
    justify-content: center;
    background-color: #9e9e9f;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    align-items: baseline; }
  #s02--kitty {
    position: absolute;
    top: -100px;
    right: 0; }
    @media screen and (max-width: 600px) {
      #s02--kitty {
        left: 0;
        top: -200px; } }
  #s02--photo {
    display: flex;
    gap: 20px; }
  #s02--taiken-theme {
    display: flex;
    gap: 12px;
    align-items: flex-start; }
    #s02--taiken-theme h4 {
      margin-top: 4px; }
    @media screen and (max-width: 600px) {
      #s02--taiken-theme {
        flex-wrap: wrap; } }

/* #s03 申込について
----------------------------------------------- */
#s03 {
  background-color: rgba(238, 168, 0, 0.6); }
  #s03 .style01c {
    color: #eea800; }
  #s03 .flex2 > a {
    border: 1px solid #999999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    aspect-ratio: 2 / .5; }
    #s03 .flex2 > a i {
      padding-right: 0.5em;
      font-size: 2em;
      color: #606060; }
  #s03 .copy-link {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    display: flex; }
    #s03 .copy-link input {
      padding: 10px;
      font-size: 16px;
      color: #555;
      border: none;
      outline: none;
      width: 100%; }
    #s03 .copy-link button {
      padding: 10px;
      background: #ccc;
      font-size: 18px;
      color: #555;
      outline: none;
      border: none;
      cursor: pointer;
      width: 20%; }
      #s03 .copy-link button:active {
        background: #ddd; }
      #s03 .copy-link button::before {
        content: "コピーしました！";
        position: absolute;
        top: -48px;
        right: 0px;
        background: #ccc;
        border-radius: 10px;
        padding: 9px 15px;
        font-size: 14px;
        display: none; }
      #s03 .copy-link button::after {
        content: "";
        position: absolute;
        top: -20px;
        right: 25px;
        width: 10px;
        height: 10px;
        background: #ccc;
        transform: rotate(45deg);
        display: none; }
    #s03 .copy-link.active button::after, #s03 .copy-link.active button::before {
      display: block; }

/* #s04 審査・表彰
----------------------------------------------- */
#s04 {
  background-color: rgba(26, 51, 131, 0.8);
  padding: 80px 0; }
  #s04 .style01b, #s04 .style01c {
    color: #1a3383;
    letter-spacing: 0.1em;
    text-indent: 0.1em; }

/* #s05 修学資金貸付制度のご案内
----------------------------------------------- */
#s05 {
  padding: 80px 0; }
  @media screen and (max-width: 1200px) {
    #s05 {
      padding-top: 240px; } }
  #s05 .style01b, #s05 .style01c {
    color: #eeb000;
    letter-spacing: 0.1em;
    text-indent: 0.1em; }
  #s05 .base-plate {
    background: none;
    position: relative;
    max-width: 640px; }
    @media screen and (max-width: 1000px) {
      #s05 .base-plate {
        width: 100%;
        padding: 30px 0; } }
  #s05--hoikuma {
    position: absolute;
    top: 0;
    right: -80px; }
    @media screen and (max-width: 1000px) {
      #s05--hoikuma {
        left: 40%;
        top: -200px;
        right: auto; } }
  #s05--merit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px; }
    @media screen and (max-width: 600px) {
      #s05--merit {
        grid-template-columns: 1fr;
        column-gap: 20px; } }
    #s05--merit li {
      background-image: url("../../img/bg-hoikuma.webp");
      background-size: contain;
      background-repeat: no-repeat;
      aspect-ratio: 1000 / 936;
      padding: 80px 16px 0 16px; }
    #s05--merit h4 {
      margin-bottom: 20px; }
      #s05--merit h4 span {
        display: block; }
    #s05--merit p {
      line-height: 1.2; }

/* #s06 東施設一覧
----------------------------------------------- */
#s06 {
  background-color: rgba(190, 222, 235, 0.6); }
  #s06 .style01c {
    color: #eeb000;
    letter-spacing: 0;
    text-indent: 0; }
    @media screen and (max-width: 600px) {
      #s06 .style01c {
        font-size: 2.2em; } }
    @media screen and (max-width: 600px) {
      #s06 .style01c span {
        padding: 50px 10px;
        max-width: 100%; } }
  #s06--accordion-area--01 {
    margin-bottom: 40px; }
    #s06--accordion-area--01 h3 {
      color: #fff;
      padding: 12px;
      border-radius: 12px;
      position: relative;
      margin-bottom: 20px;
      background-color: #eeb000;
      cursor: pointer;
      transition: all .5s ease; }
      #s06--accordion-area--01 h3::after {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translate(0, -50%);
        content: "";
        width: 24px;
        height: 24px;
        background: url("../../img/btn_right.svg") center center no-repeat;
        background-size: 100% 100%; }
    #s06--accordion-area--01 ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (max-width: 600px) {
        #s06--accordion-area--01 ul {
          grid-template-columns: 1fr; } }
      #s06--accordion-area--01 ul li {
        border: 2px solid #eeb000;
        text-align: left; }
        #s06--accordion-area--01 ul li a {
          display: block;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 8px 24px 8px 12px;
          box-sizing: border-box;
          color: #eeb000;
          text-decoration: none;
          position: relative; }
          #s06--accordion-area--01 ul li a::after {
            z-index: 10;
            position: absolute;
            right: 12px;
            top: calc( 50% - 2px );
            transform: translate(0, -50%);
            content: "";
            width: 4px;
            height: 4px;
            border-top: 2px solid #eeb000;
            border-right: 2px solid #eeb000;
            transform: rotate(45deg); }
          #s06--accordion-area--01 ul li a:hover {
            background-color: #eeb000;
            color: #fff; }
            #s06--accordion-area--01 ul li a:hover::after {
              z-index: 10;
              position: absolute;
              right: 12px;
              top: calc( 50% - 2px );
              transform: translate(0, -50%);
              content: "";
              width: 4px;
              height: 4px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg); }
    #s06--accordion-area--01.on h3::after {
      transform: rotate(90deg); }
  #s06--accordion-area--02 {
    margin-bottom: 40px; }
    #s06--accordion-area--02 h3 {
      color: #fff;
      padding: 12px;
      border-radius: 12px;
      position: relative;
      margin-bottom: 20px;
      background-color: #61bad3;
      cursor: pointer;
      transition: all .5s ease; }
      #s06--accordion-area--02 h3::after {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translate(0, -50%);
        content: "";
        width: 24px;
        height: 24px;
        background: url("../../img/btn_right.svg") center center no-repeat;
        background-size: 100% 100%; }
    #s06--accordion-area--02 ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (max-width: 600px) {
        #s06--accordion-area--02 ul {
          grid-template-columns: 1fr; } }
      #s06--accordion-area--02 ul li {
        border: 2px solid #61bad3;
        text-align: left; }
        #s06--accordion-area--02 ul li a {
          display: block;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 8px 24px 8px 12px;
          box-sizing: border-box;
          color: #61bad3;
          text-decoration: none;
          position: relative; }
          #s06--accordion-area--02 ul li a::after {
            z-index: 10;
            position: absolute;
            right: 12px;
            top: calc( 50% - 2px );
            transform: translate(0, -50%);
            content: "";
            width: 4px;
            height: 4px;
            border-top: 2px solid #61bad3;
            border-right: 2px solid #61bad3;
            transform: rotate(45deg); }
          #s06--accordion-area--02 ul li a:hover {
            background-color: #61bad3;
            color: #fff; }
            #s06--accordion-area--02 ul li a:hover::after {
              z-index: 10;
              position: absolute;
              right: 12px;
              top: calc( 50% - 2px );
              transform: translate(0, -50%);
              content: "";
              width: 4px;
              height: 4px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg); }
    #s06--accordion-area--02.on h3::after {
      transform: rotate(90deg); }
  #s06--accordion-area--03 {
    margin-bottom: 40px; }
    #s06--accordion-area--03 h3 {
      color: #fff;
      padding: 12px;
      border-radius: 12px;
      position: relative;
      margin-bottom: 20px;
      background-color: #edc82d;
      cursor: pointer;
      transition: all .5s ease; }
      #s06--accordion-area--03 h3::after {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translate(0, -50%);
        content: "";
        width: 24px;
        height: 24px;
        background: url("../../img/btn_right.svg") center center no-repeat;
        background-size: 100% 100%; }
    #s06--accordion-area--03 ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (max-width: 600px) {
        #s06--accordion-area--03 ul {
          grid-template-columns: 1fr; } }
      #s06--accordion-area--03 ul li {
        border: 2px solid #edc82d;
        text-align: left; }
        #s06--accordion-area--03 ul li a {
          display: block;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 8px 24px 8px 12px;
          box-sizing: border-box;
          color: #edc82d;
          text-decoration: none;
          position: relative; }
          #s06--accordion-area--03 ul li a::after {
            z-index: 10;
            position: absolute;
            right: 12px;
            top: calc( 50% - 2px );
            transform: translate(0, -50%);
            content: "";
            width: 4px;
            height: 4px;
            border-top: 2px solid #edc82d;
            border-right: 2px solid #edc82d;
            transform: rotate(45deg); }
          #s06--accordion-area--03 ul li a:hover {
            background-color: #edc82d;
            color: #fff; }
            #s06--accordion-area--03 ul li a:hover::after {
              z-index: 10;
              position: absolute;
              right: 12px;
              top: calc( 50% - 2px );
              transform: translate(0, -50%);
              content: "";
              width: 4px;
              height: 4px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg); }
    #s06--accordion-area--03.on h3::after {
      transform: rotate(90deg); }
  #s06--accordion-area--04 {
    margin-bottom: 40px; }
    #s06--accordion-area--04 h3 {
      color: #fff;
      padding: 12px;
      border-radius: 12px;
      position: relative;
      margin-bottom: 20px;
      background-color: #92c6f4;
      cursor: pointer;
      transition: all .5s ease; }
      #s06--accordion-area--04 h3::after {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translate(0, -50%);
        content: "";
        width: 24px;
        height: 24px;
        background: url("../../img/btn_right.svg") center center no-repeat;
        background-size: 100% 100%; }
    #s06--accordion-area--04 ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (max-width: 600px) {
        #s06--accordion-area--04 ul {
          grid-template-columns: 1fr; } }
      #s06--accordion-area--04 ul li {
        border: 2px solid #92c6f4;
        text-align: left; }
        #s06--accordion-area--04 ul li a {
          display: block;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 8px 24px 8px 12px;
          box-sizing: border-box;
          color: #92c6f4;
          text-decoration: none;
          position: relative; }
          #s06--accordion-area--04 ul li a::after {
            z-index: 10;
            position: absolute;
            right: 12px;
            top: calc( 50% - 2px );
            transform: translate(0, -50%);
            content: "";
            width: 4px;
            height: 4px;
            border-top: 2px solid #92c6f4;
            border-right: 2px solid #92c6f4;
            transform: rotate(45deg); }
          #s06--accordion-area--04 ul li a:hover {
            background-color: #92c6f4;
            color: #fff; }
            #s06--accordion-area--04 ul li a:hover::after {
              z-index: 10;
              position: absolute;
              right: 12px;
              top: calc( 50% - 2px );
              transform: translate(0, -50%);
              content: "";
              width: 4px;
              height: 4px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg); }
    #s06--accordion-area--04.on h3::after {
      transform: rotate(90deg); }

/* =============================================== */
/** 下層 */
/* ----------------------------------------------- */
#sitepolicy--01 p, #s01--kitei p, #s01--notice p, #tips--01 p, #s01 p {
  text-align: left;
  margin-bottom: 20px; }
#sitepolicy--01 dl, #s01--kitei dl, #s01--notice dl, #tips--01 dl, #s01 dl {
  text-align: left; }
#sitepolicy--01 dt, #s01--kitei dt, #s01--notice dt, #tips--01 dt, #s01 dt {
  color: #f5a100;
  font-weight: bold;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.3em; }
#sitepolicy--01 dd, #s01--kitei dd, #s01--notice dd, #tips--01 dd, #s01 dd {
  padding-left: 1.3em;
  margin-bottom: 20px; }
#sitepolicy--01 table, #s01--kitei table, #s01--notice table, #tips--01 table, #s01 table {
  border: 1px solid #ccc;
  border-collapse: collapse; }
  #sitepolicy--01 table th, #s01--kitei table th, #s01--notice table th, #sitepolicy--01 table td, #s01--kitei table td, #s01--notice table td, #tips--01 table th, #tips--01 table td, #s01 table th, #s01 table td {
    padding: 4px;
    border: 1px solid #ccc; }
