@charset "UTF-8";
/* 色の変数定義 */
:root{
  --primary-700: #3650D6;
  --sub-500: #8696E6;
  --gray-bg-100: #F5F5F5;
  --main-900: #0C19B3;
  --main-800: #2135C4;
  --main-600: #5E73DE;
  --main-400: #AEB9EF;
  --main-300: #D6DCF7;
  --emphases-200: #EAEDFB;
  --main-100: #F4F6FD;
  --gray-font-700: #323232;
  --gray-600: #5A5A5A;
  --gray-font-line-500: #6E6E6E;
  --gray-font-400: #BEBEBE;
  --gray-line-300: #D2D2D2;
  --gray-200: #E6E6E6;
}
/* 階層の変数定義 z-index*/
:root{
  --z-index-header: 1000;
  --z-index-hamburger-menu: 999;
  --z-index-sub-menu: 998;
  --z-index-totop: 990;
  --z-index-overlay: 995;
  --z-index-modal: 1001;
}
/* フォントサイズ */
:root{
  --h1-l: 42px;
  --h1-s: 30px;
  --h2-l: 36px;
  --h2-m: 30px;
  --h2-s: 18px;
  --h3-l: 24px;
  --h3-s: 20px;
  --fz-xl: 30px;
  --fz-l: 24px;
  --fz-m: 20px;
  --fz-ms: 18px;
  --fz-s: 16px;
  --fz-xs: 14px;
  --fz-xxs: 12px;
}
body.top{
  --h1-l: 60px;
  --h1-s: 36px;
  --h2-l: 40px;
  --h2-m: 36px;
  --h2-s: 20px;
  --h3-l: 24px;
  --h3-s: 20px;
  --fz-xl: 30px;
  --fz-l: 24px;
  --fz-m: 20px;
  --fz-ms: 18px;
  --fz-s: 16px;
  --fz-xs: 14px;
  --fz-xxs: 12px;
}
/* セクション間(上下)の空白の変数定義 z-index*/
:root{
  --sec-padding: 80px 0;
  --sec-padding-top: 80px;
  --sec-padding-bottom: 80px;
}
body.top{
  --sec-padding: 100px 0;
  --sec-padding-top: 100px;
  --sec-padding-bottom: 100px;
}
/* CTA間の余白　パディング マージン*/
:root{
  --cta-padding: 60px 0;
  --cta-padding-top: 60px;
  --cta-padding-bottom: 60px;
  --cta-margin-m: 60px;
}
/* コンテンツ間の余白　パディング マージン*/
:root{
  --con-padding: 30px 0;
  --con-padding-top: 30px;
  --con-padding-bottom: 30px;
  --con-margin-m: 30px;
}
/* 詳しく見るが上にあるパターンのpadding */
:root{
  --detail-padding-top: 60px;
  --detail-padding-bottom: 60px;
}
body.top{
  --con-padding: 50px 0;
  --con-margin-m: 50px;
}
/* セクションのインナー幅 */
:root{
  --max-width-1400: 1400px;
  --max-width-1300: 1300px;
  --max-width-1200: 1200px;
  --max-width-1100: 1100px;
  --max-width-1000: 1000px;
  --max-width-900: 900px;
  --max-width-800: 800px;
  --margin-inline-auto: auto;
}
  /* セクションのSPサイズ時 インナー幅padding */
:root{
  --sec-padding-inner: 20px;
}
/* タイトル・文章下等のマージン */
:root{
  --mb-xl: 70px;
  --mb-l: 50px;
  --mb-m: 30px;
  --mb-s: 20px;
}

@media (max-width: 768px) {
   /* セクション間余白 */
  :root{
    --sec-padding: 50px 0;
    --sec-padding-top: 50px;
    --sec-padding-bottom: 50px;
  }
  body.top{
    --sec-padding: 50px 0;
    --sec-padding-top: 50px;
    --sec-padding-bottom: 50px;
  }

  /* CTA間の余白　パディング マージン*/
  :root{
    --cta-padding: 30px 0;
    --cta-padding-top: 30px;
    --cta-padding-bottom: 30px;
    --cta-margin-m: 30px;
  }
  /* コンテンツ間の余白　パディング マージン*/
  :root{
    --con-padding: 20px 0;
    --con-padding-top: 20px;
    --con-padding-bottom: 20px;
    --con-margin-m: 20px;
  }
  body.top{
    --con-padding: 30px;
    --con-padding-top: 30px;
    --con-padding-bottom: 30px;
    --con-margin-m: 30px;
  }
  /* 詳しく見るが上にあるパターンのpadding */
  :root{
    --detail-padding-top: 50px;
    --detail-padding-bottom: 50px;
  }
  /* フォントサイズ */
  :root{
    --h1-l: 30px;
    --h1-s: 20px;
    --h2-l: 24px;
    --h2-m: 20px;
    --h2-s: 18px;
    --h3-l: 20px;
    --h3-s: 16px;
    --fz-xl: 24px;
    --fz-l: 20px;
    --fz-m: 16px;
    --fz-ms: 16px;
    --fz-s: 14px;
    --fz-xs: 14px;
    --fz-xxs: 12px;
  }
  body.top{
    --h1-l: 40px;
    --h1-s: 20px;
    --h2-l: 24px;
    --h2-m: 20px;
    --h2-s: 16px;
    --h3-l: 20px;
    --h3-s: 16px;
    --fz-xl: 24px;
    --fz-l: 20px;
    --fz-m: 16px;
    --fz-ms: 16px;
    --fz-s: 14px;
    --fz-xs: 14px;
    --fz-xxs: 12px;
  }
  :root{
    --mb-xl: 50px;
    --mb-l: 30px;
    --mb-m: 20px;
    --mb-s: 10px;
  }
  
}
/* base.css */
header{
  font-family: "Roboto", "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;color: var(--gray-font-700);background-color: #fff;font-size: 16px;line-height: 1.5;
}
header button{-webkit-tap-highlight-color: transparent;}
header input,header button,header textarea,header select{font:inherit;border: none;background: none;color: inherit;}
header h1,header h2,header h3,header h4,header button,header input,header label{line-height:1.1}
header ul[role='list'],header ol[role='list']{list-style:none}
header ul,header li,header p{box-sizing: border-box;margin: 0;padding: 0;}
.news-voice-wrap__figure{width: 100%;max-width: 100px;}
@media (min-width: 769px) and (max-width: 1240px) {
  #header {
      height: auto;
  }
}
body.js_no-scroll{overflow: hidden;}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a{
  transition: all .3s;
  text-decoration: none;
  color: var(--gray-font-700);
}
a:after{
  transition: all .3s;
}
em{
  font-style: initial;
}
ul,li{
  list-style: none;
}
button{
  color: var(--gray-font-700);
  cursor: pointer;
}

/* セクション間　余白　共通レイアウト項目 */
.ly_section-padding{
  padding: var(--sec-padding);
}
.ly_section-padding-top{
  padding-top: var(--sec-padding-top);
}
.ly_section-padding-bottom{
  padding-bottom: var(--sec-padding-bottom);
}
/* cta間　余白　共通レイアウト項目 */
.ly_cta-padding{
  padding: var(--cta-padding);
}
.ly_cta-padding-top{
  padding-top: var(--cta-padding-top);
}
.ly_cta-padding-bottom{
  padding-bottom: var(--cta-padding-bottom);
}
/* コンテンツ間　余白　共通レイアウト項目 */
.ly_content-padding{
  padding: var(--con-padding);
}
.ly_content-padding-top{
  padding-top: var(--con-padding-top);
}
.ly_content-padding-bottom{
  padding-bottom: var(--con-padding-bottom);
}
/* 詳しく見るが上にあるパターンのpadding */
.ly_detail-btn-padding-top{
  padding-top: var(--detail-padding-top);
}
.ly_detail-btn-padding-bottom{
  padding-bottom: var(--detail-padding-bottom);
}
/* セクションのインナー幅 */
.ly_section-inner-1400{
  max-width: var(--max-width-1400);
  margin-inline: var(--margin-inline-auto);
}
.ly_section-inner-1300{
  max-width: var(--max-width-1300);
  margin-inline: var(--margin-inline-auto);
}
.ly_section-inner-1200{
  max-width: var(--max-width-1200);
  margin-inline: var(--margin-inline-auto);
}
.ly_section-inner-1100{
  max-width: var(--max-width-1100);
  margin-inline: var(--margin-inline-auto);
}
.ly_section-inner-1000{
  max-width: var(--max-width-1000);
  margin-inline: var(--margin-inline-auto);
}
.ly_section-inner-900{
  max-width: var(--max-width-900);
  margin-inline: var(--margin-inline-auto);
}
.ly_section-inner-800{
  max-width: var(--max-width-800);
  margin-inline: var(--margin-inline-auto);
}
/* PC時のインナー担保幅 */
.ly_section-padding-inner{
  padding-left: var(--sec-padding-inner);
  padding-right: var(--sec-padding-inner);
}

/* ヘルパー */
.hl_bg-gray{
  background-color: var(--gray-bg-100);
}
.hl_text-wrap{
  display: inline-block;
}
.hl_underline{
  border-bottom: 1px solid var(--gray-font-700);
}
.hl_underline:hover{
  border-bottom: none;
}
.hl_display-sp{
  display: none;
}
.hl_sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hl_link-hover:hover{
  opacity: .6;
}
/* あしらい　デザイン用 */
/* 見出し下のシンプル吹き出しデザイン */
.hl_design-pop-line{
  border-bottom: 3px solid var(--primary-700);
}
.hl_design-pop-line::before{
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  width: 3px;
  height: 16px;
  background-color: var(--primary-700);
  transform: translateX(-50%) rotate(60deg);
}
.hl_design-pop-line::after{
  position: absolute;
  content: "";
  top: calc(100% - 2px);
  left: calc(50% - 7px);
  transform: translateX(-50%);
  border-left: 35px solid #fff;
  border-bottom: 20px solid transparent;
  height: 0;
  width: 0;
}
.hl_design-pop-line.hl_design-pop-line--gray::after{
  border-left: 35px solid var(--gray-bg-100);
}
@media (max-width: 768px) {
  .hl_text-wrap.hl_text-wrap--sp{
    display: inline;
  }
  .hl_display-pc{
    display: none;
  }
  .hl_display-sp{
    display: block;
  }
}
/* el_ */
/* CTA */
.ly_cta-btn.ly_cta-btn--center a{
  margin-inline: auto;
}
.el_cta-btn__link{
  position: relative;
  max-width: max-content;
  min-width: min(100%,320px);
  width: 100%;
  height: 70px;
  padding: 0 35px;
  background-color: var(--primary-700);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary-700);
  border-radius: 50px;
}
.el_cta-btn__link:after{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  mask: url(/asset/new_image/image/icon_cta-arrow-white.svg) no-repeat center / contain;
  -webkit-mask: url(/asset/new_image/image/icon_cta-arrow-white.svg) no-repeat center / contain;
  background-color: #fff;
}
.el_cta-btn__link:hover{
  background-color: #fff;
  color: var(--primary-700);
}
.el_cta-btn__link:hover:after{
  background-color: var(--primary-700);
  transform: translateY(-50%) translateX(5px);
}
/* 小型 cta */
.el_cta-btn.el_cta-btn--small .el_cta-btn__link{
  min-width: min(100%,130px);
  height: 32px;
  font-size: 13px;
  padding: 0 20px 0 15px;
}
.el_cta-btn.el_cta-btn--small .el_cta-btn__link:after{
  right: 6px;
  transform: scale(0.7) translateY(-70%);
}
.el_cta-btn.el_cta-btn--small .el_cta-btn__link:hover:after{
  right: 4px;
  transform: scale(0.7) translateY(-70%) translateX(3px);
  background-size: contain;
}
/* 白色バージョン */
.el_cta-btn.el_cta-btn--white .el_cta-btn__link{
  background-color: #fff;
  color: var(--primary-700);
  border: 2px solid var(--primary-700);
}
.el_cta-btn.el_cta-btn--white .el_cta-btn__link:after{
  background-color: var(--primary-700);
}
.el_cta-btn.el_cta-btn--white .el_cta-btn__link:hover{
  background-color: var(--primary-700);
  color: #fff;
}
.el_cta-btn.el_cta-btn--white .el_cta-btn__link:hover:after{
  background-color: #fff;
}

/* 汎用リンク ボタン */
.ly_link-btn{
  margin-inline: auto;
}
.el_link-btn__link{
  position: relative;
  min-width: min(100%, 170px);
  max-width: max-content;
  width: 100%;
  padding: 0 30px 0 20px;
  height: 44px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--gray-line-300);
  border-radius: 50px;
}
.el_link-btn__link.el_link-btn__link--center{
  margin-inline: auto;
}
.el_link-btn__link:after{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(/asset/new_image/image/icon_arrow-blue_100-100.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.el_link-btn__link:hover{
  background-color: var(--gray-bg-100);
  color: var(--gray-font-line-500);
}
.el_link-btn__link:hover:after{
  transform: translateY(-50%) translateX(5px);
}
/* 詳しくみる ボタン */
.el_detail-btn{
  width: 160px;
}
.el_detail-btn.el_detail-btn--sp{
  display: none;
}
.el_detail-btn__link{
  position: relative;
  width: 100%;
  display: inline-block;
  color: var(--primary-700);
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid var(--primary-700);
  padding-bottom: 10px;
}
.el_detail-btn__link::after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 17px;
  height: 20px;
  top: calc(50% - 5px);
  right: 0;
  transform: translateY(-50%);
  background: url(/asset/new_image/image/icon_arrow-blue_100-100.svg) no-repeat no-repeat center center;
}
.el_detail-btn__link:hover{
  opacity: .5;
}
.el_detail-btn__link:hover::after{
  transform: translateY(-50%) translateX(50%);
}
@media (max-width: 768px) {
  /* 配配メールのロゴ */
  .el_logo-haihai{
    max-width: 240px;
    width: 100%;
    margin-inline: auto;
    padding: 5px 0;
  }
  .el_logo-large{
    max-width: 240px;
    width: 100%;
    margin-inline: auto;
  }
  .el_cta-btn__link{
    max-width: 300px;
    min-width: initial;
    font-size: 15px;
    height: 60px;
  }
  .el_cta-btn__link.el_cta-btn__link--sp-center{
    margin-inline: auto;
  }
  .el_cta-btn.el_cta-btn--small .el_cta-btn__link{
    max-width: 180px;
    min-width: initial;
  }
  /* 汎用リンク ボタン */
  .el_link-btn__link{
    min-width: 180px;
    height: 40px;
    font-size: 14px;
  }
  .el_link-btn__link:after{
    right: 10px;
  }
  /* 詳しくみる ボタン */
  .el_detail-btn.el_detail-btn--sp-center{
    margin-inline: auto;
  }
  .el_detail-btn.el_detail-btn--sp-right{
    margin-inline-start: auto;
  }
  .ly_detail-btn--sp-mt{
    margin-top: 30px;
  }
  .el_detail-btn.el_detail-btn--sp{
    display: block;
  }
  .el_detail-btn{
    width: 140px;
  }
  .el_detail-btn__link{
    font-size: 14px;
  }
 
}


/* ヘッダーロゴ */
.el_header-logo{
  max-width: 170px;
  width: 100%;
}
.el_header-logo a:hover{
  opacity: .5;
}
/* メニューボタン */
.el_header-button{
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.el_header-button-line{
  width: 24px;
  height: 3px;
  background: var(--primary-700);
  display: block;
  position: absolute;
  left: 13px;
  transition: all 0.3s ease 0s;
  transform: rotate(0deg);
}
.el_header-button-line:first-of-type{
  top: 15px;
}
.el_header-button-line:nth-of-type(2){
  top: 24px;
}
.el_header-button-line:last-of-type{
  top: 33px;
}
.el_header-button.js_active .el_header-button-line:first-of-type{
  transform: rotate(-45deg);
  transform-origin: center center;
  top: 23px;
}
.el_header-button.js_active .el_header-button-line:nth-of-type(2){
  display: none;
}
.el_header-button.js_active .el_header-button-line:last-of-type{
  transform: rotate(45deg);
  transform-origin: center center;
  top: 23px;
}
/* サイドメニュー */
.m_side-menu{
  position: fixed;
  z-index: var(--z-index-hamburger-menu);
  display: none;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  height: auto;
  margin-top: 0;
  padding: 110px 10px 20px;
  height: 100vh;
  overflow-y: scroll;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.m_side-menu__item{
  position: relative;
  border-bottom: 2px solid var(--gray-line-300);
}
.m_side-menu__item:last-of-type{
  border-bottom: none;
}
.m_side-menu__link{
  position: relative;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
  border: none;
  background: none;
}
.ly_side-menu-cta{
  margin: 15px auto 0;
}
/* SPサブメニュー */
.m_side-menu__submenu{
  display: none;
}
.m_side-menu__link.js_side-submenu:after{
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background: url(/asset/new_image/image/icon_arrow-kunoji.svg) no-repeat no-repeat center center;
  background-size: contain;
  transition: all .3s;
}
.m_side-menu__link.js_side-submenu.js_side-submenu--active:after{
  transform: translateY(-50%) rotate(-180deg);
}
.m_side-menu__submenu li{
  padding-left: 1em;
}
.m_side-menu__submenu li:last-of-type{
  padding-bottom: 10px;
}
.m_side-menu__sublist a{
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 2;
}
.m_side-menu__sublist .m_side-menu__subitem{
  padding-left: calc(1em + 20px);
}
.m_side-menu__sublist a:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  border: solid 1px var(--sub-500);
}

/* header */
.ly_header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: var(--z-index-header);
  transition: box-shadow 0.3s;
}
body:not(.top) .ly_header{
  border-bottom: 1px solid var(--gray-line-300);
}
body:not(.top) .ly_header.js_header-active{
  border-bottom: none;
} 
.ly_header.js_header-active{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.m_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 10px;
}
.m_header__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
.m_header__menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  padding-right: 15px;
}
.m_header__menu-item{
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
}
.m_header__menu-item:after{
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  background-color: var(--primary-700);
  width: 30px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.m_header__menu-item a:hover{
  opacity: .5;
}
.m_header__menu-item:hover:after{
  opacity: 1;
}
.m_header__menu-item.m_header__menu-item--sub:hover:after{
  opacity: 0;
}
/* upper メニュー */
.m_header-upper{
  padding: 5px 30px 5px 25px;
}
/* 電話番号 */
.m_header-upper__tel{
  font-size: 12px;
  color: var(--gray-font-line-500);
  font-weight: bold;
  font-feature-settings: "palt";
}
.m_header-upper__tel-link.m_header-upper__tel-link--sp{
  display: none;
}
.m_header-upper__tel-link{
  position: relative;
  font-size: 11px;
  font-weight: normal;
  background-color: var(--emphases-200);
  border-radius: 2px;
  border: 1px solid var(--emphases-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 15px 4px 40px;
  line-height: 1.1;
  pointer-events: none;
}
.m_header-upper__tel-link:hover{
  border: 1px solid var(--primary-700);
}
.m_header-upper__tel-link:before{
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(/asset/new_image/image/icon_tel.svg) no-repeat no-repeat center center;
  background-size: contain;
  transition: all .3s;
}
.m_header-upper__tel-number{
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-700);
}
.m_header-upper__list{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
}
.m_header-upper__list li{
  position: relative;
}
.m_header-upper__list li:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background-color: var(--gray-line-300);
  display: block;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.m_header-upper__list li:last-of-type::after{
  display: none;
}
.m_header-upper__list a{
  color: var(--gray-font-line-500);
  font-size: 12px;
  font-weight: bold;
}
.m_header-upper__list a:hover{
  border-bottom: 1px solid var(--gray-font-line-500);
}
/* サブメニュー */
.m_header__menu-item--sub{
  position: relative;
}
.m_header__menu-item.m_header__menu-item--sub button::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background: url(/asset/new_image/image/icon_arrow-kunoji.svg) no-repeat no-repeat center center;
  background-size: contain;
  transition: all .3s;
}
.m_header__menu-item.m_header__menu-item--sub:hover button::before
{
  transform: translateY(0%);
}
.m_header__menu-item.m_header__menu-item--sub button.js_header__submenu--active::before{
  transform: rotate(-180deg);
}
.m_header-submenu{
  position: fixed;
  top: 80px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-top: 2px solid var(--primary-700);
  background-color: #fff;
  padding: 30px 15px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
  z-index: var(--z-index-overlay);
  overflow-y: auto;
  max-height: 70vh;
}
.m_header-submenu li{
  margin-bottom: 5px;
  line-height: 1.5;
}
.m_header-submenu__sublist a:hover{
  opacity: 1;
  color: var(--primary-700);
  border-bottom: 1px solid var(--primary-700);
}
.m_header-submenu li:last-child{
  margin-bottom: 0;
}
.m_header-submenu.js_header-submenu--active{
  opacity: 1;
  visibility: visible;
}
.m_header-submenu__wrap{
  display: grid;
  grid-template-columns: minmax(0, 18%) auto;
  max-width: 1400px;
  margin-inline: auto;
}
.m_header-submenu__ttl{
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  border-right: 1px solid var(--gray-line-300);
  padding-right: 30px;
  line-height: 1.1;
}
.m_header-submenu__list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 240px));
  gap: 30px 2.5%;
  padding-left: 30px;
}
.m_header-submenu__link{
  position: relative;
}
.m_header-submenu__link:after{
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url(/asset/new_image/image/icon_arrow-blue_100-100.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.m_header-submenu__link:hover:after{
  transform: translateY(-50%) translateX(5px);
}
.m_header-submenu__sublist{
  padding-top: 10px;
}
.m_header-submenu__subitem{
  position: relative;
  font-size: 13px;
  font-weight: normal;
  padding-left: 15px;
}
.m_header-submenu__subitem:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  border: solid 1px var(--sub-500);
}
.m_header-submenu__text{
  font-size: 13px;
  color: var(--gray-font-line-500);
  font-weight: normal;
}
.m_overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: var(--z-index-overlay);
}
.m_overlay.js_overlay--active{
  display: block;
}
/* 1120px 以下 グローバルメニュー調整*/
@media (max-width: 1120px) {
  /* ヘッダー */
  .m_header{
    display: block;
  }
  .m_header .el_header-logo{
    max-width: 120px;
  }
  .m_header__link{
    justify-content: flex-end;
    gap: 0 17px;
  }
  .m_header__menu-item a{
    font-size: 12px;
  }
  .m_header__menu-item{
    font-size: 12px;
  }
  .m_header__menu{
    gap: 0 15px;
  }
  .m_header__menu-item.m_header__menu-item--sub::before{
    right: -12px;
  }
  .m_header__menu-item.m_header__menu-item--sub button::before{
    right: -7px;
  }
  .m_header-submenu{
    top: 96px;
  }
  .m_header-submenu__ttl{
    font-size: 20px;
  }
  /* 電話番号 */
  .m_header-upper__tel-number{
    font-size: 12px;
  }
  .m_header-upper__tel-link{
    padding: 4px 10px;
    font-size: 10px;
  }
  .m_header-upper__tel-link:before{
    display: none;
  }
}
@media (max-width: 768px) {
  /* 電話番号 */
  .m_header-upper__tel-link--pc{
    display: none;
  }
  .m_header-upper__tel-link.m_header-upper__tel-link--sp{
    display: block;
    margin-right: 10px;
    padding: 5px;
    border-radius: 20px;
    pointer-events: initial;
  }
  .m_header-upper__tel-link img{
    width: 20px;
    height: 20px;
  }
  /* メニューボタン */
  .el_header-button{
    display: block;
  }
  .ly_header{
    height: 50px;
  }
  .m_header{
    padding: 0 10px;
    display: flex;
  }
  .m_header__menu{
    display: none;
  }
  .m_header__link{
    gap: 0px;
  }
  /* upper メニュー */
  .m_header-upper{
    display: none;
  }
  .m_side-menu{
    padding: 50px 10px 20px;
  }
}
