@charset "utf-8";
/* ========================================================
	module.css => モジュール用CSS
======================================================== */
/*変数 var_____*/ :root {
      --mo_col_btn: #0066BE;
      --mo_col_btn_back: #AAAAAA;
      --mo_col_main: #0066BE;
      --mo_col_main_d: #00428C;
      --mo_col_main_dd: #003066;
      --mo_col_main_l: #4DADFF;
      --mo_col_main_m: #0071d4;
      --mo_fil_main:invert(10%) sepia(78%) saturate(5008%) hue-rotate(198deg) brightness(104%) contrast(110%);
      --mo_fil_ff: brightness(0) invert(1);
      --mo_fil_link: invert(14%) sepia(47%) saturate(4161%) hue-rotate(238deg) brightness(91%) contrast(110%);
      --mo_col_gray: #666666;
      --mo_col_gray_l: #DDDDDD;
      --mo_col_green: #00BB93;
      --mo_col_green_l: #93C630;
      --mo_col_green_b: #00A269;
      --mo_col_blue: #0A3C83;
      --mo_col_blue_l: #009FE5;
	  --mo_col_blue_ll: #D5ECFB;
      --mo_col_red: #D80000;
      --mo_col_yellow: #FEC600;
      --mo_col_pup: #9947AA;
      --mo_col_link: #000E76;
      --mo_bg_main_l: #F0F9FF;
      --mo_bg_gray_ll: #DDDDDD;
      --mo_bg_gray_l: #F7F7F7;
      --mo_bg_black: #d1d1d1;
      --mo_arrow_aspct_01: 23/6;
      --mo_arrow_aspct_02: 8/13;
      --mo_arrow_aspct_03: 24/19;
      --mo_box_shadow: 2px 2px 6px 0px rgba(000, 000, 000, 0.15);
      --mo_box_shadow_none: none;
      --mo_rudius_pc: 4px;
      --mo_rudius_pc_tr: 4px 4px 0 0;
      --mo_font_en: "Roboto", sans-serif;
}
/*.topic_path 
---------------------------------------------------------------------------------------------------*/
.topic_path li {
      display: inline-block;
}
.topic_path li a:after {
      content: ">";
      margin-left: 5px;
}
@media screen and (min-width: 961px), print {
      .topic_path {
            font-size: 1.3rem;
            background: #ffffff;
            padding: 10px 0;
            margin-bottom: 0px;
            position: relative;
            z-index: 1;
      }
}
/*topic_path sp */
@media screen and (max-width: 960px) {
      /*追従あり*/
      .topic_path {
            padding: 7px 0;
            margin-top: 0em;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
            white-space: nowrap;
            height: 20px;
            overflow: hidden;
            font-size: 1.2rem;
            -webkit-overflow-scrolling: touch;
      }
      .topic_path ol {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            height: 50px;
            transform: translateZ(0);
      }
      .topic_path ol li:last-child {
            margin-right: 20px;
      }
}
/*page_title
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_title_area {
      background: var(--mo_col_blue_ll);
      padding: 4rem 5vw;
}
.page_title {
      font-size: 3.4rem;
      font-weight: normal;
      text-align: center;
      letter-spacing: 0.1em;
}

/*section
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.mo_section {
      padding: 4em 0;
}
.mo_section_s {
      padding: 3em 0;
}
.mo_section_l {
      padding: 8em 0;
}
#container > div:last-child .mo_section:last-of-type {
      padding-bottom: 8em;
}
@media screen and (max-width: 680px) {
      .mo_section {
            padding: 3em 0;
      }
      .mo_section_s {
            padding: 1em 0;
      }
      .mo_section_l {
            padding: 3em 0;
      }
      .mo_section:last-of-type {
            padding-bottom: 6em;
      }
}
/*flex
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.mo_fbox {
      display: flex;
}
@media screen and (min-width: 681px), print {
      .mo_fbox.mo_f_pc {
            display: flex;
      }
      .mo_fbox.mo_f_sp {
            display: block;
      }
}
@media screen and (max-width: 680px) {
      .mo_fbox.mo_f_pc {
            display: block;
      }
      .mo_fbox.mo_f_sp {
            display: flex;
      }
}
.mo_ff_re {
      flex-flow: row-reverse;
}
.mo_jc_sp {
      justify-content: space-between;
}
.mo_it_cener {
      align-items: center;
}
.mo_it_start {
      align-items: flex-start;
}
/*分割比
----------------------------------------------*/
/*fbox_col2*/
.mo_fbox_col2 {
      gap: 2em 3%;
      flex-wrap: wrap;
}
.mo_fbox_col2 > * {
      width: calc((100% / 2) - 1.5%);
}
@media screen and (max-width: 680px) {
      .mo_fbox_col2.mo_f_pc > * {
            width: auto;
            margin-top: 3%;
      }
      .mo_fbox_col2.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_col3*/
.mo_fbox_col3 {
      gap: 2em 3%;
      flex-wrap: wrap;
}
.mo_fbox_col3 > * {
      width: calc((100% / 3) - 2%);
}
@media screen and (max-width: 680px) {
      .mo_fbox_col3.mo_f_pc > * {
            width: auto;
      }
      .mo_fbox_col3.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_col4*/
.mo_fbox_col4 {
      gap: 1.5em 2%;
      flex-wrap: wrap;
}
.mo_fbox_col4 > * {
      width: calc((100% / 4) - 1.5%);
}
@media screen and (max-width: 680px) {
      .mo_fbox_col4.mo_f_pc > * {
            width: auto;
      }
      .mo_fbox_col4.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_4_6*/
.mo_fbox_4_6 {
      gap: 5%;
}
.mo_fbox_4_6 > *:nth-child(1) {
      width: 37%;
}
.mo_fbox_4_6 > *:nth-child(2) {
      width: 58%;
}
@media screen and (max-width: 680px) {
      .mo_box_4_6.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_4_6.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_4_6.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_6_4*/
.mo_fbox_6_4 {
      gap: 5%;
}
.mo_fbox_6_4 > *:nth-child(1) {
      width: 58%;
}
.mo_fbox_6_4 > *:nth-child(2) {
      width: 37%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_6_4.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_6_4.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_6_4.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_7_3*/
.mo_fbox_7_3 {
      gap: 5%;
}
.mo_fbox_7_3 > *:nth-child(1) {
      width: 65%;
}
.mo_fbox_7_3 > *:nth-child(2) {
      width: 30%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_7_3.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_7_3.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_7_3.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_3_7*/
.mo_fbox_3_7 {
      gap: 5%;
}
.mo_fbox_3_7 > *:nth-child(1) {
      width: 30%;
}
.mo_fbox_3_7 > *:nth-child(2) {
      width: 65%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_3_7.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_3_7.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_3_7.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_8_2*/
.mo_fbox_8_2 {
      gap: 5%;
}
.mo_fbox_8_2 > *:nth-child(1) {
      width: 80%;
}
.mo_fbox_8_2 > *:nth-child(2) {
      width: 15%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_8_2.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_8_2.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_8_2.mo_f_pc > * + * {
            margin-top: 8%
      }
      .mo_fbox_8_2 > *:nth-child(1) {
            width: 60%;
      }
      .mo_fbox_8_2 > *:nth-child(2) {
            width: 35%;
      }
}
/*fbox_2_8*/
.mo_fbox_2_8 {
      gap: 5%;
}
.mo_fbox_2_8 > *:nth-child(1) {
      width: 15%;
}
.mo_fbox_2_8 > *:nth-child(2) {
      width: 80%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_2_8.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_2_8.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_2_8 > *:nth-child(1) {
            width: 35%;
      }
      .mo_fbox_2_8.mo_f_pc > * + * {
            margin-top: 8%
      }
      .mo_fbox_2_8 > *:nth-child(2) {
            width: 60%;
      }
}
/*lead
-------------------------------------------------------------------------------------------------------------------------------------------------*/
.mo_lead {
      line-height: 1.8;
}
/*title 01はなしにしてます。 title_____
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_title_02 h2
-----------------------------------------------------------------------------*/
.mo_title_02 {
      font-size: 1.9em;
      font-weight: 500;
      position: relative;
      padding: 0.5em 1em 0.5em 1em;
      letter-spacing: 0.05em;
      margin-bottom: 1.5em;
      z-index: 0;
      background: var(--mo_bg_gray_l);
}
.mo_title_02:after {
      content: "";
      position: absolute;
      z-index: -1;
}
.mo_title_02:after {
      background: var(--mo_col_main);
      width: 3px;
      top: 0;
      left: 0;
      height: 100%;
}
@media screen and (max-width: 680px) {
      .mo_title_02 {
            padding: 0.5em 0.5em 0.5em 1em;
            font-size: 1.5em;
            margin-bottom: 1.0em;
      }
}
/*mo_title_03 h3 
-----------------------------------------------------------------------------*/
.mo_title_03 {
      letter-spacing: 0.05em;
      font-size: 1.85em;
      font-weight: 500;
      padding: 0.5em 0.2em;
      margin-bottom: 1em;
      border-bottom: 1px solid var(--mo_col_main);
      position: relative;
}
@media screen and (max-width: 680px) {
      .mo_title_03 {
            font-size: 1.4em;
      }
}
/*mo_title_04 h4
-----------------------------------------------------------------------------*/
.mo_title_04 {
      letter-spacing: 0.05em;
      font-size: 1.75em;
      font-weight: 500;
      padding: 0 0 0 0.8em;
      border-left: 3px solid var(--mo_col_main);
      margin-bottom: 1em;
}

@media screen and (max-width: 680px) {
      .mo_title_04 {
            font-size: 1.3em;
      }
}
/*mo_title_05 
-----------------------------------------------------------------------------*/
.mo_title_05 {
      position: relative;
      font-size: 1.3em;
      font-weight: 400;
      padding: 0 0 0.4em;
      margin-bottom: 1em;
}
.mo_title_05:before {
      position: absolute;
      content: "";
      background: var(--mo_col_main);
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0;
}
@media screen and (max-width: 680px) {
      .mo_title_05 {
            font-size: 1.2em;
      }
}
/*mo_title_06 
-----------------------------------------------------------------------------*/
.mo_title_06 {
      position: relative;
      padding: 0.5em 1em;
      font-size: 1.4em;
      font-weight: 400;
      background: var(--mo_bg_gray_l);
      margin-top: 1em;
      margin-bottom: 1em;
}
@media screen and (max-width: 680px) {
      .mo_title_06 {
            padding: 0.5em 0.5em;
            font-size: 1.1em;
      }
}
/*mo_title_07　太字　ややおおきめ　アクセス 
-----------------------------------------------------------------------------*/
.mo_title_07 {
      font-size: 1.1em;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 1.5em;
}
/*list
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_li_disc
-----------------------------------------------------------------------------*/
ul.mo_li_disc > li {
      position: relative;
      padding-left: 1.5em;
      margin-bottom: 0.2em;
}
ul.mo_li_disc > li:before {
      content: "・";
      position: absolute;
      left: 0;
      top: -0.3em;
      font-size: 1.4em;
      color: var(--mo_col_main);
}
ul.mo_li_disc > li + li {
      margin-top: 0.5em;
}
ul.mo_li_disc:has(.mo_ico_pdf) > li + li {
      margin-top: 1em;
}

/*mo_li_deci 数字リスト
-----------------------------------------------------------------------------*/
ol.mo_li_deci {
      padding: 0;
      counter-reset: cp_clist; /*数字をリセット*/
      list-style-type: none;
      font-family: "Noto Sans JP";
}
ol.mo_li_deci li {
      position: relative;
      margin: 0 0 0 2.0em;
}
ol.mo_li_deci > li + li {
      margin-top: 1em;
}
ol.mo_li_deci li::after {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      counter-increment: cp_clist;
      content: counter(cp_clist);
      top: 0em;
      font-weight: bold;
      left: -1.6em;
      color: #fff;
      font-size: 0.9em;
}
ol.mo_li_deci li::before {
      content: "";
      position: absolute;
      top: 0;
      left: -2.0em;
      background: var(--mo_col_main);
      width: 1.6em;
      aspect-ratio: 1/1;
      border-radius: 50%;
}
ol.mo_li_deci li:nth-child(n+10):after {
      left: -1.9em;
}
/*mo_blank_list 　別タブリスト
-----------------------------------------------------------------------------*/
.mo_blank_list > li + li {
      margin-top: 0.5em;
}
.mo_blank_list > li a {
      text-decoration: underline;
      color: var(--mo_col_blue);
}
.mo_blank_list > li a span {
      position: relative;
      padding-right: 1.4em;
}
.mo_blank_list > li span:before {
      content: "";
      background: url("../images/icn_blank.svg") no-repeat;
      background-size: contain;
      width: 1em;
      aspect-ratio: 1/1;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%);
}
@media screen and (min-width: 961px), print {
      .mo_blank_list > li a:hover {
            text-decoration: none;
      }
}
/*parts
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_link_style　テキスト内リンク例　アンダーバーのみ
-----------------------------------------------------------------------------*/
.mo_link_style {
      text-decoration: underline;
      color: var(--mo_col_blue);
}
@media screen and (min-width: 961px), print {
      .mo_link_style:hover {
            text-decoration: none;
      }
}
/*mo_ico_blank　テキスト内リンク例　別タブ
-----------------------------------------------------------------------------*/
.mo_ico {
      position: relative;
      padding-right: 1em;
      /* margin-right: 0.5em; */
      text-decoration: underline;
      color: var(--mo_col_blue);
      display: inline-block;
}
.mo_ico:after {
      content: "";
      /* position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%); */
      top: 0.2em;
      right: -0.5em;
      position: relative;
}
@media screen and (min-width: 961px), print {
      .mo_ico:hover {
            text-decoration: none;
      }
}
.mo_ico_blank:after {
      background: url("../images/icn_blank.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 1/1;
      width: 1em;
      display: inline-block;
}
/*mo_ico_pdf　PDFリンク
-----------------------------------------------------------------------------*/
.mo_ico_pdf {
      padding-right: 0.6em;
}
.mo_ico_pdf:after {
      background: url("../images/ico_pdf.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 1/1;
      width: 1.4em;
      top: 0.3em;
      display: inline-block;
}
/*mo_btn_flex ボタンの並び　3個ずつ
-----------------------------------------------------------------------------*/
.mo_btn_flex {
      display: flex;
      gap: 1em 2%;
      flex-wrap: wrap;
      align-items: center;
		justify-content: space-around;

}
.mo_btn_flex > * {
      width: calc(33% - 1%);
}
.mo_btn_flex a {
      display: block;

}
@media screen and (max-width: 680px) {
      .mo_btn_flex > * {
            width: auto;
      }
      .mo_btn_flex > * + * {
            margin-top: 1em;
      }
}

/*mo_btn_flex ボタンの並び　2個ずつ
-----------------------------------------------------------------------------*/
.mo_btn_flex2 {
      display: flex;
      gap: 1em 2%;
      flex-wrap: wrap;
      align-items: center;
	  justify-content: center;
	  padding: 0 0 0 4em;
}
.mo_btn_flex2 > * {
      width: calc(40% - 1%);
	
}
.mo_btn_flex2 a {
      display: block;
}
@media screen and (max-width: 680px) {
	
		.mo_btn_flex2 {
		  padding: 0;
		}
      .mo_btn_flex2 > * {
            width: auto;
      }
      .mo_btn_flex2 > * + * {
            margin-top: 1em;
      }
}
/*mo_btn　基本ボタン
-----------------------------------------------------------------------------*/
.mo_btn > * {
      display: inline-flex;
      color: #fff;
      transition: 0.3s;
      font-weight: 600;
      letter-spacing: 1px;
      box-sizing: border-box;
}
.mo_btn > a {
      display: block;
      background: var(--mo_col_main);
      padding: 1em 1.5em;
      text-align: center;
      transition: all 0.3s ease;
      min-width: 240px;
      max-width: 300px;
      border-radius: 4px;
      box-sizing: border-box;
}
@media screen and (min-width: 961px), print {
      .mo_btn > *:hover {
            background: var(--mo_col_main_m);
      }
}
@media screen and (max-width: 680px) {
      .mo_btn > a {
            margin-left: auto;
            margin-right: auto;
      }
}

/*基本ボタン size
----------------------------------------------------------------------------------------------------------------*/
.btn_s > * {
      width: 15em;
      display: block;
}
.btn_m > * {
      width: 20em;
      display: block;
}
.btn_l > * {
      width: 25em;
      display: block;
}
/*ボタンの位置*/
.btn_center > * {
      margin: auto;
}
.btn_center_left > * {
      margin: auto;
}
.btn_right > * {
      margin: auto 0 auto auto;
}
@media screen and (max-width: 680px) {
      .btn_center_left > * {
            margin: inherit;
      }
      .btn_sp_center > * {
            margin: auto !important;
      }
}
/*btn_blank ボタン形式の外部リンク
-----------------------------------------------------------------------------*/
.mo_btn_ico > * {
      position: relative;
}
.mo_btn_ico > *:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1.3em;
      transform: translate(-0%, -50%);
      filter: var(--mo_fil_ff);
}
.mo_btn_blank > *:after {
      background: url("../images/icn_blank.svg") no-repeat;
      background-size: contain;
      width: 1em;
      aspect-ratio: 1/1;
      transition: all 0.2s;
}
.mo_btn_blank a:hover:after {
      transform: translate(10%, -60%);
}
/*mo_btn_arrow ボタン矢印
-----------------------------------------------------------------------------*/
.mo_btn_arrow > *:after {
      background: url("../images/arrow_02.svg") no-repeat;
      background-size: contain;
      width: 0.5em;
      right: 1.2em;
      aspect-ratio: var(--mo_arrow_aspct_02);
      transition: all 0.2s;
}
.mo_btn_arrow a:hover:after {
      right: 1em;
}
.mo_btn_arrow_down > *:after {
      background: url("../images/arrow_01.svg") no-repeat;
      background-size: contain;
      width: 1.2em;
      right: 1.2em;
      top: 50%;
      aspect-ratio: var(--mo_arrow_aspct_01);
      transform: rotate(90deg) translate(0%, 0%);
      transition: all 0.2s;
}
.mo_btn_arrow_down a:hover:after {
      transform: rotate(90deg) translate(0.3em, 0%);
}
.mo_btn_arrow_back > *:after {
      background: url("../images/arrow_02.svg") no-repeat;
      background-size: contain;
      width: 0.5em;
      right: 1.2em;
      top: 50%;
      aspect-ratio: var(--mo_arrow_aspct_02);
      transform: rotate(0deg) translate(0%, -50%) scale(-1, 1);
      transition: all 0.2s;
}
.mo_btn_arrow_back a:hover:after {
       transform: rotate(0deg) translate(-0.3em, -50%) scale(-1, 1);
}

/*mo_btn_sec セカンダリボタン
-----------------------------------------------------------------------------*/
.mo_btn_sec > * {
      border: solid 1px var(--mo_col_btn_back);
      background: var(--mo_col_btn_back) !important;
      color: #fff;
      border-radius: 4px;
}

/*mo_btn_cta CTAボタン
-----------------------------------------------------------------------------*/
.mo_btn_cta > * {
      font-size: 1.8rem;
      border: solid 1px var(--mo_col_yellow);
      background: var(--mo_col_yellow) !important;
      color: var(--mo_col_main_d);
      border-radius: 4px;
      box-shadow: var(--mo_box_shadow);
}
.mo_btn_cta > a {
      min-width: 300px;
}
.mo_btn_cta > a > span {
      padding-left: 2em;
      position: relative;
}
.mo_btn_cta > a > span:after {
      content:"";
      display: inline-block;
      background: url("../images/icon_mail.svg") no-repeat;
      background-size: contain;
      width: 1.3em;
      position: absolute;
      left: 0;
      top: 50%;
      aspect-ratio: var(--mo_arrow_aspct_03);
      filter: var(--mo_fil_main);
      transform: translate(0%, -50%);
      transition: all 0.2s;
}
.mo_btn_cta > a:hover {
      background: #FFD02A !important;
}
.mo_btn_cta > a:hover > span:after {
      transform: translate(0%, -60%);

}

/*mo_btn_pdf PDFボタン
-----------------------------------------------------------------------------*/
.mo_btn_pdf > * {
      font-size: 1.8rem;
      border-radius: 4px;
	
}

.mo_btn_pdf > a > span {
      padding-left: 2em;
      position: relative;
}
.mo_btn_pdf > a > span:after {
      content:"";
      display: inline-block;
      background: url("../images/ico_pdf_f.svg") no-repeat;
      background-size: contain;
      width: 2em;
      position: absolute;
      left: 0;
      top: 50%;
      aspect-ratio: var(--mo_arrow_aspct_03);
      transform: translate(0%, -50%);
      transition: all 0.2s;
}

.mo_btn_pdf > a:hover > span:after {
      transform: translate(0%, -60%);

}
@media screen and (max-width: 680px) {
      .mo_btn_pdf:first-child {
		  margin-left: 0;
	}
}@media screen and (max-width: 900px) {
      .mo_btn_pdf:first-child {
		  margin-left: 0;
	}
}

/*mo_btn_sred 赤ボタン
-----------------------------------------------------------------------------*/
.mo_btn_red > * {
      border: solid 1px var(--mo_col_red);
      background: var(--mo_col_red) !important;
      color: #fff;
      border-radius: 4px;
	font-size: 1.8rem;
	margin: 0 auto;
}


/*mo_text_btn テキストボタン
-----------------------------------------------------------------------------*/
.mo_text_btn > * {
      display: inline-block;
      margin-left: 1.7em;
      position: relative;
      text-decoration: underline;
      color: var(--mo_col_blue);
      font-weight: bold;
}
.mo_text_btn > *:after {
      position: absolute;
      content: "";
      background: url("../images/arrow_text.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 1/1;
      width: 1.3em;
      left: -1.7em;
      top: 0.2em;
}
@media screen and (min-width: 961px), print {
      .mo_text_btn > *:hover {
            text-decoration: none;
      }
}
/*コンテンツ
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*テキストと画像セット
-----------------------------------------------------------------------------*/
.mo_imgtext_flex {
      align-items: center;
      display: flex;
      justify-content: space-between;
      gap: 0 6.6%;
}
.mo_imgtext_flex.mo_imgtext_flex_top {
      align-items: flex-start;
}
.mo_imgtext_flex.mo_imgtext_flex_stretch {
      align-items: stretch;
}
.mo_imgtext_flex + .mo_imgtext_flex {
      margin-top: 6em;
}
.mo_imgtext_flex .text_box {
      width: 50%;
}
.mo_imgtext_flex .img {
      width: 50%;
}
.mo_imgtext_flex .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
/*セットで使うとき*/
.mo_imgtext_flex_area .mo_imgtext_flex:nth-child(even) {
      flex-direction: row-reverse;
}
@media screen and (max-width: 680px) {
      .mo_imgtext_flex {
            display: block;
      }
      .mo_imgtext_flex + .mo_imgtext_flex {
            margin-top: 4em;
      }
      .mo_imgtext_flex .text_box {
            width: auto;
            margin-bottom: 1.5em;
      }
      .mo_imgtext_flex .img {
            width: auto;
      }
}
/*テキストと画像セット カード型
-----------------------------------------------------------------------------*/
.mo_imgtext_card_area {
      display: flex;
      flex-wrap: wrap;
      gap: 3em 6.6%;
}
.mo_imgtext_card_area > * {
      width: calc(50% - 3.3%);
}
.mo_imgtext_card .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
@media screen and (max-width: 680px) {
      .mo_imgtext_card_area {
            display: block;
      }
      .mo_imgtext_card_area > * {
            width: auto;
      }
      .mo_imgtext_card_area > * + * {
            margin-top: 4em;
      }
}
/*重要なお知らせ　黄色線四角
-----------------------------------------------------------------------------*/
.mo_notice_box {
      border: solid 2px var(--mo_col_yellow);
      padding: 2em;
      border-radius: var(--mo_rudius_pc);
}
.mo_notice_box_title {
      letter-spacing: 1px;
      font-size: 1.5em;
      font-weight: bold;
      padding: 0em 0 0em 0.8em;
      line-height: 1.5;
      border-left: 4px solid var(--mo_col_yellow);
      margin-bottom: 1em;
}
/* グレイ線四角
-----------------------------------------------------------------------------*/
.mo_gray_box {
      border: solid 1px var(--bg_gray_ll);
      padding: 2em;
      border-radius: var(--mo_rudius_pc);
}
.mo_gray_box_title {
      letter-spacing: 1px;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 1em;
}
/*カード型リスト　3個ずつ
-----------------------------------------------------------------------------*/
.mo_card_list {
      display: flex;
      flex-wrap: wrap;
      gap: 6em 2.5%;
}
.mo_card_list > li {
      width: calc(33% - 1.9%);
}
@media screen and (max-width: 680px) {
      .mo_card_list {
            gap: 2em 5%;
      }
      .mo_card_list > li {
            width: calc(50% - 2.5%);
      }
}
.mo_card_list_inner .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
.mo_card_list_inner .text_box {
      position: relative;
	margin-bottom: 3em;
}
.mo_card_list_inner .text_box .mo_card_list_title {
      position: absolute;
      top: -1em;
      width: 95%;
      background: #fff;
      border-top: solid 2px var(--mo_col_main);
      border-bottom: solid 2px var(--mo_col_main);
      padding: 1em 0.5em;
	
}
.mo_card_list_inner .text_box .mo_card_list_title span {
      position: relative;
      display: inline-block;
      padding-right: 1.5em;
      font-size: 1.15em;
      font-weight: bold;
      color: var(--mo_col_main);
}
.mo_card_list_inner .text_box .mo_card_list_title span:before {
      content: "";
      background: url("../images/icn_blank.svg") no-repeat;
      background-size: contain;
      width: 0.8em;
      aspect-ratio: 1/1;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%);
}
@media screen and (max-width: 680px) {
	.mo_card_list {
      display: block;
}
	.mo_card_list > li {
      width: calc(100% - 1.9%);
}
      .mo_card_list_inner .text_box .mo_card_list_title {
            top: 0;
            position: static;
            padding: 0.5em 0.5em;
            border-top: none;
            border-bottom: solid 1px var(--mo_col_main);
      }
      .mo_card_list_inner .text_box .mo_card_list_title span {
            font-size: 1.1em;
      }
}
/*カード型リスト02　デザイン別　3個ずつ
-----------------------------------------------------------------------------*/
.mo_card_list_02 {
      display: flex;
      flex-wrap: wrap;
      gap: 3em 3%;
}
.mo_card_list_02 > li {
      width: calc(33% - 1.7%);
}
.mo_card_list_02 a {
      display: block;
      position:relative;
      transform: translateY(0);
      transition: all 0.2s; 
}
.mo_card_list_02 a:hover {
      transform: translateY(-0.5em);
}
@media screen and (max-width: 680px) {
      .mo_card_list_02 {
            display: block;
      }
      .mo_card_list_02 > li {
            width: auto;
      }
      .mo_card_list_02 > li + li {
            margin-top: 3em;
      }
}
.mo_card_list_inner_02 {
      position: relative;
}
.mo_card_list_inner_02:before, .mo_card_list_inner_02:after {
      content: "";
      position: absolute;
}
.mo_card_list_inner_02:before {
      aspect-ratio: 1/1;
      width: 2.5em;
      background: var(--mo_col_main);
      bottom: 0;
      right: 0;
}
.mo_card_list_inner_02:after {
      background: url("../images/arrow_01.svg") no-repeat;
      background-size: contain;
      width: 1.3em;
      aspect-ratio: var(--mo_arrow_aspct_01);
      bottom: 1.1em;
      right: 0.5em;
      filter: var(--mo_fil_ff);
      /* transition: all 0.2s; */
}
/* .mo_card_list_02 a:hover .mo_card_list_inner_02:after {
      right: 0.3em;
} */
.mo_card_list_inner_02 .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
.mo_card_list_inner_02 .mo_card_list_title {
      text-align: center;
      color: var(--mo_col_main);
      font-size: 1.2em;
      font-weight: bold;
      padding: 1em 0;
}
.mo_card_list_inner_02 .text_box {
      padding-bottom: 3em;
      border-bottom: 1px solid var(--mo_col_main);
}
.mo_card_list_02_noimage .mo_card_list_inner_02 .text_box {
       border-top: 1px solid var(--mo_col_main);
}
.mo_card_list_02_notext .mo_card_list_inner_02 .text_box {
       padding-bottom: 0;
}
/*タブ切り替え
-----------------------------------------------------------------------------*/
.mo_tub_btn_flex {
      display: flex;
      align-items: flex-end;
}
.mo_tub_btn_flex > * {
      width: 100%;
      background: var(--mo_col_btn_back);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 2em;
      text-align: center;
      border-radius: var(--mo_rudius_pc_tr);
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      padding: 0.5em 0.5em;
}
.mo_tub_btn_flex > *.is-active {
      padding: 0.8em 0.5em;
      background: var(--mo_col_main);
}
.mo_tub_btn_flex > p:nth-child(2).is-active {
       background: var(--mo_col_blue);
}
.mo_tub_btn_flex > p:nth-child(3).is-active {
       background: var(--mo_col_main_d);
}
.mo_tub_btn_flex > * + * {
      border-left: solid 2px #fff;
}
.mo_panel_inner {
      padding: 2em;
      background: var(--mo_bg_gray_l);
}
@media screen and (max-width: 680px) {
      .mo_tub_btn_flex > * {
            font-size: 1.0em;
      }
}
/*mo_sns_list SNSリスト
-----------------------------------------------------------------------------*/
.mo_sns_list {
      display: flex;
      gap: 2em 3%;
}
.mo_sns_list > * {
      width: calc(100% / 3);
}
@media screen and (max-width: 680px) {
      .mo_sns_list {
            display: block;
      }
      .mo_sns_list > * {
            width: auto;
      }
      .mo_sns_list > * + * {
            margin-top: 2em;
      }
}
.mo_sns_title {
      display: flex;
      align-items: center;
}
.mo_sns_title img {
      aspect-ratio: 1/1;
      height: 3em;
}
.mo_sns_list > * a {
      text-decoration: underline;
      color: var(--mo_col_blue);
      display: inline-block;
      margin-left: 1em;
}
@media screen and (min-width: 961px), print {
      .mo_sns_list > * a:hover {
            text-decoration: none;
      }
}
/*テーブル
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_table_01
-----------------------------------------------------------------------------*/
.mo_table_01 table {
      table-layout: fixed;
      width: 100%;
}
.mo_table_01 table th, .mo_table_01 table td {
      padding: 1.5em 3em;
}
.mo_table_01 table th {
      width: 20%;
      border-bottom: 1px solid var(--mo_col_main_l);
}
.mo_table_01 table td {
      width: 80%;
      border-bottom: 1px solid var(--mo_bg_gray_ll);
}
.mo_table_01 table tr:first-child th {
      border-top: 1px solid var(--mo_col_main_l);
}
.mo_table_01 table tr:first-child td {
      border-top: 1px solid var(--mo_bg_gray_ll);
}
@media screen and (max-width: 680px) {
      .mo_table_01 table th, .mo_table_01 table td {
            padding: 1em 1.2em;
            display: block;
      }
      .mo_table_01 table th {
            color: var(--mo_col_main);
            padding-bottom: 0.25em;
            width: auto;
            border-bottom: none;
      }
      .mo_table_01 table td {
            padding-top: 0.25em;
            width: auto;
            border-bottom: 1px solid var(--mo_bg_gray_ll);
      }
      .mo_table_01 table tr:first-child th {
            border-top: 1px solid var(--mo_bg_gray_ll);
      }
      .mo_table_01 table tr:first-child td {
            border-top: none;
      }
      .mo_table_01 table tr:nth-child(even) {
            background: var(--mo_bg_gray_l);
      }
}
/*mo_table_02
-----------------------------------------------------------------------------*/
.mo_table_02 table {
      table-layout: fixed;
      width: 100%;
}
.mo_table_02 table th, .mo_table_02 table td {
      padding: 1em 1.5em;
}
.mo_table_02 table th {
      background: var(--mo_col_main);
      color: #fff;
      border-left: 1px solid #fff;
}
.mo_table_02 table td {
      border-left: 1px solid var(--mo_bg_gray_ll);
      border-bottom: 1px solid var(--mo_bg_gray_ll);
}
.mo_table_02 table th:first-child, .mo_table_02 table td:first-child {
      border-left: none;
}
.mo_table_02 table tr:nth-child(odd) {
      background: var(--mo_bg_gray_l);
}
@media screen and (max-width: 680px) {
      .mo_table_02.table_sp_scl {
            width: 100%;
            overflow-x: scroll;
      }
      .mo_table_02.table_sp_scl table {
            min-width: 110vw;
      }
}
/*mo_table_03
-----------------------------------------------------------------------------*/
.mo_table_03 table {
      table-layout: fixed;
      width: 100%;
}
.mo_table_03 table th, .mo_table_03 table td {
      padding: 1.5em 3em;
}
.mo_table_03 table th {
      width: 20%;
      border-bottom: 1px solid #fff;
      background: var(--mo_bg_gray_l);
      border-bottom: 1px solid var(--mo_bg_gray_ll);
}
.mo_table_03 table td {
      width: 80%;
      border-bottom: 1px solid var(--mo_bg_gray_ll);
}
.mo_table_03 table tr:first-child th {
      border-top: 1px solid var(--mo_bg_gray_ll);
}
.mo_table_03 table tr:first-child td {
      border-top: 1px solid var(--mo_bg_gray_ll);
}
@media screen and (max-width: 680px) {
      .mo_table_03 table th, .mo_table_03 table td {
            padding: 1em 1.2em;
            display: block;
      }
      .mo_table_03 table th {
            color: var(--mo_col_main);
            background: none;
            padding-bottom: 0.25em;
            width: auto;
            border-bottom: none;
      }
      .mo_table_03 table td {
            padding-top: 0.25em;
            width: auto;
            border-bottom: 1px solid var(--mo_bg_gray_ll);
      }
      .mo_table_03 table tr:first-child th {
            border-top: 1px solid var(--mo_bg_gray_ll);
      }
      .mo_table_03 table tr:first-child td {
            border-top: none;
      }
      .mo_table_03 table tr:nth-child(even) {
            background: var(--mo_bg_gray_l);
      }
}
/*テーブル幅
-----------------------------------------------------------------------------*/
table .tw10 {
      width: 10%;
}
table .tw15 {
      width: 15%;
}
table .tw20 {
      width: 20%;
}
table .tw25 {
      width: 25%;
}
table .tw30 {
      width: 30%;
}
table .tw35 {
      width: 35%;
}
table .tw40 {
      width: 40%;
}
table .tw45 {
      width: 45%;
}
table .tw50 {
      width: 50%;
}
/*table_list
-----------------------------------------------------------------------------*/
.table_list > li:nth-child(odd) {
      background: var(--mo_bg_gray_l);
}
.table_list > li:first-child {
      border-top: 1px solid var(--mo_bg_gray_ll);
}
.table_list_inner {
      display: flex;
      padding: 1.5em 1.5em;
      border-bottom: 1px solid var(--mo_bg_gray_ll);
}
.date {
      letter-spacing: 1px;
}
.table_list_inner_date {
      width: 6em;
}
.table_list_inner .textr_box {
      width: calc(100% - 6em);
}
@media screen and (max-width: 680px) {
      .table_list_inner {
            padding: 1.0em 1.0em;
            display: block;
      }
      .table_list_inner_date {
            width: auto;
      }
      .table_list_inner .textr_box {
            width: auto;
      }
}
/*お知らせ
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.info_area h2 {
	display: none!important;
}
.info_list {
}
.info_list li {
	padding: 1em 0;
}
.info_list > li {
      border-top: 1px solid var(--mo_bg_gray_ll);
}
.info_list > li:last-child {
      border-bottom: 1px solid var(--mo_bg_gray_ll);
}

.info_list > li a {
      transition: all 0.2s;
}
.info_list > li a .text_box {
      text-decoration: underline;
      color: var(--mo_col_link);
}
.info_list > li a[href$=".pdf"] .info_text{
      display: inline-block;
      position: relative;
}
.info_list > li a[href$=".pdf"] .info_text:after  {
      content:"";
      display: inline-block;
      background: url("../images/ico_pdf.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 1/1;
      width: 1.4em;
      top: 0.3em;
      left: 0.5em;
      position: relative;
}
.info_list_inner {     
      gap: 0 2%;
      padding: 1.5em 1.5em;
      border-bottom: 1px solid var(--mo_bg_gray_ll);
}
.info_list p {
      width: 12em;
	float: left;
}
.info_list_inner_date span {
      width: 7em;
}
.info_list_inner .info_cate {
      width: calc(100% - 7em);
      color: #fff;
      text-align: center;
      background: var(--mo_col_main);
      border-radius: 2px;
      padding: 0em 0.2em 0.1em 0.2em;
      line-height: 1.2;
}
.info_list_inner .info_cate span {
      font-size: 0.9em;
}
.info_list div div {
     margin-left: 16em;
	padding: 0 1em 1em 1em;
	overflow: hidden;
}
.link_line_text a {
      margin-top: 1em;
      display: inline-block;
      color: var(--mo_col_link);
      border-bottom: 1px solid var(--mo_col_link);
      padding: 0 2em 0 0.2em;
      position: relative;
}
.link_line_text a:after {
      content:"";
      display: inline-block;
      background: url("../images/arrow_01.svg") no-repeat;
      background-size: contain;
      width: 1.3em;
      aspect-ratio: var(--mo_arrow_aspct_01);
      position: absolute;
      bottom: 0.8em;
      right: 0;
      filter: var(--fil_link);
      transition: all 0.2s;
}
.link_line_text a:hover:after {
      right: -0.2em;
}
@media screen and (min-width: 961px), print {
      .info_list > li a:hover .text_box {
            text-decoration: none;
      }
}
@media screen and (max-width: 680px) {
	.info_list p {
      width: 100%;
	float: none;
	}
	.info_list div div {
		 margin-left: 0;
  		padding: 0 1em 1em 2em;
		overflow: visible;
	}
	
	
      .info_list_inner {
            display: block;
            padding: 1.2em 1.3em;
      }
      .info_list_inner_date {
            width: auto;
            margin-bottom: 0.7em;
      }
      .info_list_inner_date span {
            width: 6em;
      }
      .info_list_inner .info_cate {
            width: auto;
            padding: 0em 0.5em 0.2em 0.5em;
            min-width: 8em;
            line-height: 1.5;
      }
      .info_list_inner .text_box {
            width: auto;
      }
}
/*cateなし*/
.info_list_inner.no_cate .info_list_inner_date {
      width: 7em;
}
.info_list_inner.no_cate .text_box {
      width: calc(100% - 7em);
}
@media screen and (max-width: 680px) {
      .info_list_inner.no_cate .text_box {
            width: auto;
      }
}
/*cate　色別*/
.info_list_inner .info_cate.cate_01 {
      background: var(--mo_col_main);
}
.info_list_inner .info_cate.cate_02 {
      background: var(--mo_col_blue);
}
.info_list_inner .info_cate.cate_03 {
      background: var(--mo_col_main_d);
}
.info_list_inner .info_cate.cate_04 {
      background: var(--mo_col_blue_l);
}
/*アコーディオン
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*js用css
-----------------------------------------------------------------------------*/
.aco-btn {
      cursor: pointer;
}
.aco-cont {
      display: none;
}
/*デザイン用css（見た目に必要なスタイルを追記してくさい。）
-----------------------------------------------------------------------------*/
/*デザイン用css end
-----------------------------------------------------------------------------*/
/*detailsで開閉
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* デフォルトの矢印を隠す */
summary::-webkit-details-marker {
      display: none;
}
summary:focus-visible {
      border: solid 1px #000;
}
.details-aco summary {
      cursor: pointer;
      list-style: none;
      position: relative;
      transition: all 0.3s ease;
      outline: none;
}
.details-aco details {
      position: relative !important;
      z-index: 0 !important;
}
.details-aco .details-cont {
      position: relative;
      z-index: 500 !important;
}
/*open時の挙動
-----------------------------------------------------------------------------*/
.details-aco details[open] .details-cont > * {
      animation: qafadeIn 0.8s ease;
      transition: all 0.8s ease;
}
@keyframes qafadeIn {
      0% {
            opacity: 0;
            transform: translateY(-10px);
      }
      100% {
            opacity: 1;
            transform: translateY(-0px);
      }
}
/*open時の挙動　end
-----------------------------------------------------------------------------*/
/*デザイン
-----------------------------------------------------------------------------*/
.aco_01 details {
      background: #fff;
      border-radius: var(--mo_rudius_pc);
      border: solid 1px var(--mo_col_main);
      box-shadow: var(--mo_box_shadow);
      margin-bottom: 1.5em;
}
.aco_01 summary p, .aco_01 .aco_cont {
      padding: 1.5em 4em 1.5em 1.5em;
      position: relative;
}
.aco_01 .aco_cont {
      padding-top: 0em;
}
.aco_01 summary:focus-visible {
      border: solid 1px #000;
}
.aco_01 summary p span {
      font-weight: bold;
      color: var(--mo_col_main);
      font-size: 1.1em;
}
@media screen and (max-width: 680px) {
      .aco_01 summary p span {
            font-size: 1.6rem;
      }
      .aco_01 summary p, .aco_01 .aco_cont {
            padding: 1.0em 3em 1.0em 1.0em;
            position: relative;
      }
      .aco_01 .aco_cont {
            padding-top: 0em;
      }
}
.aco_01 summary:before {
      content: '';
      background: url("../images/aco_arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 2em;
      aspect-ratio: 1;
      right: 1em;
      top: 1.5em;
      transition: transform 0.3s ease;
}
.aco_01 details[open] summary::before {
      transform: rotate(180deg);
}
@media screen and (max-width: 680px) {
      .aco_01 summary:before {
            width: 1.5em;
            right: 0.6em;
            top: 1.2em;
      }
}
/*QA
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*QA*/
.qa_block details {
      background: var(--bg_main_l);
      border-radius: var(--b_rudius_pc);
      box-shadow: var(--box_shadow);
      margin-bottom: 2em;
}
.qa_block summary p, .qa_block .aco_cont {
      padding: 1.5em 4em 1.5em 5em;
      position: relative;
}
.qa_block .aco_cont {
      padding: 1.5em 1.5em 1.5em 5em;
}
.qa_block summary p span {
      font-size: 1.1em;
}
/*qa文字*/
.qa_block summary p:after, .qa_block .aco_cont:after {
      content: "";
      position: absolute;
      left: 1em;
      top: 0.4em;
      font-size: 2em;
      font-family: var(--mo_font_en);
      font-weight: 700;
}
.qa_block summary p:after {
      content: "Q";
      color: var(--mo_col_main);
}
.qa_block .aco_cont:after {
      content: "A";
      left: 1em;
      color: var(--mo_col_blue);
}
@media screen and (max-width: 680px) {
      .qa_block summary p span {
            font-size: 1.6rem;
      }
      .qa_block summary p, .qa_block .aco_cont {
            padding: 1.7em 3em 1.7em 3em;
            position: relative;
            padding-left: 3.0em;
      }
      .qa_block .aco_cont {
            padding: 1.7em 1.5em 1.7em 3em;
      }
      .qa_block summary p:after, .qa_block .aco_cont:after {
            left: 0.4em;
            font-size: 3.0rem;
      }
}
/*Q コンテンツ*/
.qa_block summary {
      font-weight: 700;
      cursor: pointer;
      list-style: none;
      position: relative;
      transition: all 0.3s ease;
      outline: none;
}
/*A　コンテンツ*/
.qa_block details .aco_cont {
      position: relative;
      z-index: -1;
}
.qa_block details .aco_cont:before {
      content: "";
      width: calc(100% - 3em);
      height: 1px;
      background: var(--mo_bg_gray_ll);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -0%);
}
/*矢印*/
.qa_block summary:before {
      content: '';
      background: url("../images/aco_arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 2em;
      aspect-ratio: 1;
      right: 1em;
      top: 1.5em;
      transition: transform 0.3s ease;
}
.qa_block details[open] summary::before {
      transform: rotate(180deg);
}
@media screen and (max-width: 680px) {
      .aco_01 summary:before {
            width: 1.5em;
            right: 0.6em;
            top: 1.2em;
      }
}
/*gmap googleマップ
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.gmap iframe {
      width: 100% !important;
      height: 500px !important;
}
@media screen and (max-width: 1370px) {
      .gmap iframe {
            height: 50rem !important;
      }
}
@media screen and (max-width: 680px) {
      .gmap iframe {
            height: 30rem !important;
      }
}
/*access_list
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.access_list > li {
      display: flex;
      gap: 0 3%;
}
.access_list > li + li {
      margin-top: 1.5em;
}
.access_list > li .img {
      width: 3em;
}
.access_list > li .img img {
      width: 100%;
}
.access_list > li .text_box {
      width: calc(100% - 3em);
}

/* rocal_navi
============================================================================================================ */
.rocal_navi {
      background: var(--mo_col_main_d);
      margin-bottom: 4em;
      padding: 1em;
      display: flex;
      gap: 10px;
}
.rocal_navi > li {
      width: calc((100% - 20px) / 3);
}
.rocal_navi > li > a {
      background: #fff;
      padding: 1em;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      box-sizing: border-box;
}
.rocal_navi > li > a:after {
      content:"";
      display: inline-block;
      background: url("../images/arrow_01.svg") no-repeat;
      background-size: contain;
      width: 1.3em;
      aspect-ratio: var(--mo_arrow_aspct_01);
      position: absolute;
      top: 50%;
      right: 0.5em;
      transform: translateY(-50%);
      filter: var(--fil_link);
      transition: all 0.2s;
}
.rocal_navi > li > a:hover {
      opacity: 0.9;
}
.rocal_navi > li.active > a {
      color: #fff;
      background: var(--mo_col_main);;
}
.rocal_navi > li.active > a:after {
      filter: var(--fil_ff);
      transform: rotate(90deg);
      right: 0.8em;
}
@media screen and (max-width: 680px) {
      .rocal_navi {
            flex-direction: column;
            gap: 10px;
      }
      .rocal_navi > li {
            width: 100%;
      }
}

/* cta_cont
============================================================================================================ */
.cta_cont {
      color: #fff;
      background:var(--mo_col_main);
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8rem;
      padding: 3rem;
}
.cta_tell_num {
      font-size: 3.4rem;
      font-weight: bold;
      line-height: 1.2;
      padding-left: 3rem;
      position: relative;
}
.cta_tell_num:before {
      content:"";
      display: inline-block;
      width: 2.2rem;
      background: url(../images/icon_tell.svg) no-repeat;
      background-size: contain;
      filter: var(--fil_ff);
      aspect-ratio: 1 / 1;
      position: absolute;
      left: 0;
      bottom: 0.2em;
}
.cta_tell_info {
      font-size: 1.3rem;
      padding-left: 3rem;
}
@media screen and (max-width: 960px) {
      .cta_cont {
            flex-direction: column;
            gap: 0;
            padding: 3rem 10%;
      }
      .cta_cont > p {
            width: 100%;
      }
      .cta_cont .mo_btn_tell {
            margin-bottom: 0.3rem;
      }
      .cta_cont .mo_btn_tell > a {
            background: #fff;
            width: 100%;
            color: var(--col_main);
            font-size: 1.8rem;
      }
      .cta_cont .mo_btn_tell > a > span {
            padding-left: 2em;
            position: relative;
      }
      .cta_cont .mo_btn_tell > a > span:before {
            content:"";
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            background: url(../images/icon_tell.svg) no-repeat;
            background-size: contain;
            aspect-ratio: 1 / 1;
            filter: var(--mo_fil_main);
            position: absolute;
            left: 0;
            bottom: 0;
      }
      .cta_cont .mo_btn_cta {
            margin-top: 1.5em;
      }
}

/* eigyo
============================================================================================================ */
.vision {
	display: flex;
}
.vision_box {
	width: 50%;
	text-align: center;
	padding: 20px 20px 0 20px;
}

.vision_box + .vision_box{
	margin-left: 40px;
}

.mo_title_vision {
	font-size: 2em;
	color:var( --mo_col_main);
	margin-bottom: 20px;
	border-bottom: 1px solid var( --mo_col_main);
	padding: 0 0 15px 0;
}
@media screen and (max-width: 960px) {
	.vision {
	display: block;
	}
	.vision_box {
		width: 100%;	
	}
	.vision_box +  .vision_box{
		margin-left: 0;
	}
	.mo_title_vision {
		font-size: 1.5em;
		margin-bottom: 0;
	}

}

/* jiko
============================================================================================================ */

.step_box {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 30px 30px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px var(--mo_col_blue_l);
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	margin-bottom: 70px;
}

.step_box:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.step_box:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid var(--mo_col_blue_l);
	z-index: 1;
}
.step_box_l:before {
	border-top: none;
}
.step_box_l:after {
	border: none;
}

.step_box > .step_l {
	width: 45%;
	display: flex;
}
.step_box > .step_r {
	width: 55%;
}


.step_box > .step_l > .step_number {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: var(--mo_col_main);	
}
.step_box .step_l > .step_number > span {
	font-size: 1.9em;
}
.step_box > .step_l > .mo_title_step {
	font-size: 1.6em;
	color: var(--mo_col_main);
	padding: 15px 0 0 20px;
}

.dl_list {
	display: flex;
	flex-wrap: wrap;
	background: var(--mo_bg_gray_l);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}
.dl_list > dt {
	width: 30%;
	padding: 10px 20px 10px 0;
	font-weight:bold;
	font-size: 1.5em;
	border-right:  1px solid #C5C5C5;
}
.dl_list > dd {
	width: 70%;
	padding: 10px 20px;
}
.dl_list > dd > .tel_num {
	font-weight:bold;
	font-size: 2em;
	padding: 0 10px 0 50px;
	background: url(../images/icon_tell.svg) no-repeat;
	background-size: 7%;
	background-position: 20px 15px;
}

@media screen and (max-width: 960px) {
	.step_box {
		display: inline-block;
		padding: 0 30px 30px 30px;
		
	}
	.step_box > .step_l,
	.step_box > .step_r{
		width: 100%;
	}
	.step_box > .step_r{
		padding-top: 20px;
	}
	
	.dl_list {
		display: inline-block;
		flex-wrap: wrap;
		width: 100%;
	}
	.dl_list > dt {
		width: 100%;
		font-size: 1.2em;
		padding: 0;
		border: none;
	}
	.dl_list >  dd {
		width: 100%;
		padding:  0;
	}
	.dl_list > dd > .tel_num {
		font-weight:bold;
		font-size: 1.4em;
		padding: 0 0 0 50px;
		
	}
}

/* tokyo-staff
============================================================================================================ */
.tokyo_massage {
	text-align: center;
	font-size: 1.8em;
	line-height: 2.2em;
}
.tokyo_massage .fz_lll {
    font-size: 45px!important;
    font-size: 4.5rem;
	font-weight: bold;
	color:  var(--mo_col_main);
    line-height: 2;
	border-bottom: 3px solid var(--mo_col_yellow);
	padding: 0 20px;
}

.percent_flex {
	padding: 60px 0 40px 0;
	align-items: center;
	justify-content: center;
}
.percent_flex > .percent_box {
	width: 10%;
	text-align: center;
	font-size: 55px;
    font-size: 5.5rem;
}
.percent_flex > .percent_box:nth-child(odd)  {
	width: 35%;
	text-align: center;
	border-radius: 10px;
	font-size: 22px;
    font-size: 2.2rem;
	padding: 40px 20px;
	background-color: var(--mo_bg_gray_l);
	color: var(--mo_col_main_d);
      box-shadow: var(--mo_box_shadow);
}

.percent_flex > .percent_box .fz_lll {
    font-size: 40px!important;
    font-size: 4.0rem;
	font-weight: bold;
	color:  var(--mo_col_main);
	border-bottom: 3px solid var(--mo_col_yellow);
	padding: 0 20px;
    line-height: 2;
}
@media screen and (max-width: 960px) {
	.tokyo_massage {
		font-size: 1.1em;
		line-height: 1.6em;
	}
	.tokyo_massage .fz_lll {
		font-size: 30px!important;
		font-size: 3.0rem;
		padding: 0 20px;
	}
	.percent_flex > .percent_box {
		width: 100%;
	}
	.percent_flex > .percent_box:nth-child(odd)  {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 20px 10px;
	}
	.percent_flex > .percent_box .fz_lll {
		font-size: 30px!important;
		font-size: 3.0rem;
	}
}

/* shohin
============================================================================================================ */
.shohin_title {
	font-size:  2em;
	text-align: center;
	position: relative;
  display: inline-block;
  margin: 0 auto 0.5em auto;
}

.shohin_title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}
.hojin:before {
	background-color: var(--mo_col_green_l);
}
.kojin:before {
	background-color: var(--mo_col_pup);
}

.mo_f_shohin {
	justify-content: center!important;
}

.mo_f_shohin + .mo_f_shohin {
	padding-top: 2em;
}

.hojin_box {
	border: 4px solid var(--mo_col_green_l);
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	width: 33%;
}
.shohin_text {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.hojin_box > .shohin_text {
	color: var(--mo_col_green_l);
}

.kojin_box {
	border: 4px solid var(--mo_col_pup);
	border-radius: 15px;
	padding: 20px;
	text-align: center;
}
.kojin_box > .shohin_text {
	color: var(--mo_col_pup);

}

.shohin_list > li {
	background: #E7E7E7;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 20px;
	margin-bottom: 10px;
}
.shohin_list > li + li {
	margin-left: 10px;
}
.kojin_box .bn li img {
	width: 80%;
	margin-top: 20px;
}


@media screen and (max-width: 960px) {
	.hojin_box {
		width: 40%;
	}
	.shohin_text {
		font-weight: bold;
		font-size: 1.2em;
		margin-bottom: 40px;
	}
	.shohin_list > li {
		font-size:  90%;
	}

}