@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/* ----------------------
- base
- root
- font
- color
- header
- wide
- mega_nav PC
- bnr_area
- footer
- fadein
- sttl fadein
- cmn_btn
- mv
- タブ・パンくずリスト
- 各種コンポーネント(見出し, ボタン, テキスト, キャプション付き画像)
- link
- side_navi
---------------------- */
/*=======================================
　base
=======================================*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
  font-size: 15px;
  line-height: 1.7333;
  font-weight: 500;
}
body.overflow-visible {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 1.769;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.anchor {
  padding-top: 180px;
  margin-top: -180px;
  display: block;
}
@media screen and (max-width: 900px) {
  .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*=======================================
　root
=======================================*/
:root {
  --main_color: #006DD9;
}

:root {
  --blue01: #006DD9;
}

/*=======================================
　font
=======================================*/
.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

/*=======================================
　color
=======================================*/
.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #F00;
}

.blue01 {
  color: var(--main_color);
}

/*=======================================
　font
=======================================*/
.txt_L {
  text-align: left !important;
}

.txt_C {
  text-align: center !important;
}

.txt_R {
  text-align: right !important;
}

/*=======================================
　header
=======================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 112px;
  background-color: transparent;
  -webkit-transition: height 0.5s ease-in-out, background-color 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
@media screen and (max-width: 900px) {
  header .pc {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header .sp {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  header {
    height: 67px;
  }
}
header.hd_act {
  height: 112px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  header.hd_act {
    height: 67px;
  }
}
@media screen and (max-width: 900px) {
  header .cmn_btn01 {
    width: 100%;
    max-width: 295%;
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  header .cmn_btn01 a {
    font-size: 19px;
    color: var(--blue01);
    border: 1px solid var(--blue01);
  }
}
@media screen and (max-width: 900px) {
  header .cmn_btn01 a::after {
    display: none;
  }
}
header {
  /* PC・SP共通 */
}
header .hd_logo {
  width: 27.3%;
}
@media screen and (max-width: 900px) {
  header .hd_logo {
    width: 61.97%;
    position: relative;
    z-index: 998;
  }
}
header .txt_link {
  gap: 0 2.5em;
}
@media screen and (max-width: 1024px) {
  header .txt_link {
    gap: 0 1.5em;
  }
}
@media screen and (max-width: 900px) {
  header .txt_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 900px) {
  header .txt_link > li {
    position: relative;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  header .txt_link > li {
    background-image: linear-gradient(to right, #A8D4FF 2px, transparent 4px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
header .txt_link > li > a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .txt_link > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  header .txt_link > li > a {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 100%;
    padding: 21px 0 21px 1em;
    color: #00A3D9;
  }
}
@media only screen and (min-width: 769px) {
  header .txt_link > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5.7px;
    width: 100%;
    height: 1px;
    background: #00A3D9;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 900px) {
  header .txt_link > li > a::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header .txt_link > li > a::after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #00A3D9;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
header .txt_link > li > a.aco_link::after {
  display: none;
}
header .txt_link > li > a:hover {
  opacity: 1;
}
header .txt_link > li > a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .txt_link.arrow_link > li a {
  font-size: 14px;
}
header .txt_link.arrow_link > li a::after {
  display: inline-block;
  position: relative;
  top: -0.15em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}
header .txt_link.arrow_link > li a.blank::after {
  display: inline-block;
  position: relative;
  top: 0.15em;
  background: url(../images/common/icon_blank02.svg) no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 15px;
  height: 15px;
  border: none;
  content: "";
  margin-left: 5px;
}
header .txt_link.arrow_link > li.gray a {
  pointer-events: none;
  opacity: 0.4;
}
header .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 1024px) {
  header .btn_area {
    gap: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  header .btn_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 17px;
  }
}
@media screen and (max-width: 768px) {
  header .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header {
  /* PCナビ */
}
header .pc {
  max-width: 1305.11px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
header .pc .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 0 3em;
}
@media screen and (max-width: 1024px) {
  header .pc .flex_area {
    gap: 0 1.5em;
  }
}
header .pc .flex_area nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px 39px;
}
@media screen and (max-width: 1024px) {
  header .pc .flex_area nav {
    gap: 0 20px;
  }
}
header .pc .flex_area nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header {
  /* SPナビ */
}
@media screen and (max-width: 900px) {
  header .sp {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .sp .hd_logo {
    width: 61.97%;
  }
  header .sp {
    /* SPハンバーガーメニュー */
  }
  header .sp .g_nav {
    z-index: 4;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px) brightness(115%);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 119px 0 89px;
    overflow-y: scroll;
  }
  header .sp .g_nav nav {
    width: 78.66%;
    margin: 0 auto;
  }
  header .sp .hamburger {
    display: block;
    position: absolute;
    z-index: 10;
    width: 23.07px;
    height: 20px;
    right: 5%;
  }
  header .sp .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  header .sp .hamburger.-active .hamburger__line::before {
    top: 0;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  header .sp .hamburger.-active .hamburger__line::after {
    top: 0;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  header .sp .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    background-color: #00A3D9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .sp .hamburger__line:before, header .sp .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #00A3D9;
    -webkit-transition: inherit;
    transition: inherit;
  }
  header .sp .hamburger__line:before {
    top: -10px;
  }
  header .sp .hamburger__line:after {
    top: 10px;
  }
  header .sp .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  header .sp .header__nav-area {
    position: fixed;
    top: -100vh;
    left: 0;
    height: 100vh;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .sp .header__nav-area.-active {
    top: 0;
    visibility: visible;
  }
  header .sp .global-navigation__link.-accordion {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 17px;
    right: 5px;
  }
  header .sp .global-navigation__link.-accordion::before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5px;
    width: 22px;
    background-color: #00A3D9;
  }
  header .sp .global-navigation__link.-accordion::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 2px;
    height: 22px;
    background-color: #00A3D9;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  header .sp .global-navigation__link.-active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  header .sp .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .sp .accordion#accordion1 {
    padding: 0;
  }
  header .sp .accordion.-active {
    height: auto;
    visibility: visible;
  }
  header .sp .accordion__list li {
    margin: 0 0 18px 2em;
  }
  header .sp .accordion__list li a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #333;
    line-height: 1.4;
  }
  header .sp .accordion__list li a small {
    font-size: 14px;
  }
}

/*=======================================
　wide
=======================================*/
.w1160 {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.w900 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .up900 {
    display: none;
  }
}

.down900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .down900 {
    display: block;
  }
}

/*=======================================
　mega_nav PC
=======================================*/
.mega_nav {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(9px) brightness(130%);
  width: 100%;
  height: calc(100vh - 39px - 50px);
  left: 0;
  padding: 166px 0 50px;
  overflow-y: scroll;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  scrollbar-width: none;
  z-index: -1;
}
.mega_nav .innar {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 250px;
}
.mega_nav .innar .cate_ttl {
  padding: 0 0 17px 0;
  margin-bottom: 33px;
  border-bottom: 1px solid #00A3D9;
  position: relative;
  color: #00A3D9;
}
.mega_nav .innar .cate_ttl a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.1em;
}
.mega_nav .innar .mega_nav_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 52px 0;
  margin-bottom: 53px;
}
.mega_nav .innar ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 259px;
}
.mega_nav .innar ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  line-height: 1.5;
}
.mega_nav .innar ul li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.mega_nav .innar ul li.ma_btm {
  margin-bottom: 30px;
}
.mega_nav .innar ul li.main {
  font-size: 16px;
  font-weight: 700;
  color: #00A3D9;
  margin-bottom: 24px;
}
.mega_nav .innar ul li.main.match {
  min-height: 42px;
}
@media screen and (max-width: 768px) {
  .mega_nav .innar ul li.main.match {
    min-height: auto;
  }
}
.mega_nav .innar ul li.main small {
  font-size: 12px;
  display: block;
}
.mega_nav .innar ul li.main::before {
  width: 10px;
  height: 10px;
  background: #00A3D9;
}
.mega_nav .innar ul li.sub {
  font-weight: 500;
  font-size: 14px;
}
.mega_nav .innar ul li.sub span {
  display: block;
  position: relative;
  padding-left: 26px;
}
.mega_nav .innar ul li.sub span::before {
  content: "";
  width: 17px;
  height: 1px;
  display: inline-block;
  background: #00A3D9;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.mega_nav .innar ul li.sub::before {
  width: 6px;
  height: 6px;
  background: #00A3D9;
  left: 2px;
}
.mega_nav .innar .close_btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 171px;
  height: 50px;
}
.mega_nav .innar .close_btn a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 23px;
  text-align: left;
  color: #00A3D9;
  display: block;
  height: 100%;
  border-radius: 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #00A3D9;
}
.mega_nav .innar .close_btn a span {
  position: relative;
  padding-left: 25.06px;
  font-family: "Noto Sans JP", serif;
}
.mega_nav .innar .close_btn a span::before {
  content: "";
  position: absolute;
  background: url("../images/common/mega_nav_close_btn.svg") no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 11.06px;
  height: 9.64px;
}

header.hd_act .mega_nav {
  padding-top: 119px;
}

.mega_nav_btn > a {
  position: relative;
  padding-right: 1.5em;
}
.mega_nav_btn > a > span {
  position: absolute;
  display: block;
  right: 0;
  width: 12px;
  height: 2px;
  background: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mega_nav_btn > a > span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mega_nav_btn > a > span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mega_nav_btn.mega_nav_btn_act > a > span:nth-of-type(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*=======================================
　bnr_area
=======================================*/
.bnr_area {
  background: #fff;
  padding: 80.7px 0 36px;
}
@media screen and (max-width: 768px) {
  .bnr_area {
    padding: 30.4px 0 37px;
  }
}
.bnr_area .inner {
  position: relative;
}
.bnr_area .inner .pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .bnr_area .inner .pagetop {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: static;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.bnr_area .inner .pagetop a {
  display: block;
  background: linear-gradient(135deg, var(--blue01) 0%, #0af 100%);
  width: 100%;
  height: 100%;
  position: relative;
}
.bnr_area .inner .pagetop a span {
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 8px);
}
.bnr_area .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bnr_area .inner ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 21px 0;
  }
}
.bnr_area .inner ul li {
  width: 47.27%;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bnr_area .inner ul li {
    width: 100%;
    height: 116px;
  }
}
.bnr_area .inner ul li.gray {
  opacity: 0.7;
}
.bnr_area .inner ul li.gray a {
  position: relative;
  pointer-events: none;
}
.bnr_area .inner ul li.gray a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
}
.bnr_area .inner ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.bnr_area .inner ul li a::after {
  content: "";
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.bnr_area .inner ul li a.blank span.black {
  position: relative;
}
.bnr_area .inner ul li a.blank span.black::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -15px;
  background: url(../images/common/icon_blank02.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: none;
  content: "";
}
@media screen and (max-width: 820px) {
  .bnr_area .inner ul li a.blank span.black::before {
    right: -8px;
  }
}
.bnr_area .inner ul li a:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bnr_area .inner ul li a > span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bnr_area .inner ul li a > span {
    font-size: 18px;
    line-height: 1.444;
  }
}
@media screen and (max-width: 768px) {
  .bnr_area .inner ul li a > span span {
    display: block;
    font-size: 16px;
  }
}
.bnr_area .inner ul li:nth-child(1) a::after {
  background: url("../images/common/ft_bnr01.jpg") no-repeat;
}
.bnr_area .inner ul li:nth-child(2) a::after {
  background: url("../images/common/ft_bnr02.jpg") no-repeat;
}

/*=======================================
　footer
=======================================*/
footer {
  padding: 95px 5% 23px;
  position: relative;
  background: url("../images/common/ft_bg.jpg");
  background-size: cover !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 70px 0 0;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 20px 20px;
}
footer .pc_none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  footer .pc_none {
    display: block !important;
  }
}
footer .sp_none {
  display: block !important;
}
@media screen and (max-width: 768px) {
  footer .sp_none {
    display: none !important;
  }
}
footer .inner {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
  }
}
footer .inner .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 43px;
}
@media screen and (max-width: 1024px) {
  footer .inner .flex_area {
    display: block;
  }
}
footer .inner .info_area {
  width: 25.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .inner .info_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .info_area {
    width: 78.66%;
    margin: 0 auto 20px;
    gap: 20px 0;
  }
}
footer .inner .info_area .ft_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  footer .inner .info_area .ft_logo {
    margin: 0 auto;
  }
}
footer .inner .info_area .tel {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .inner .info_area .tel {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .info_area .tel {
    max-width: initial;
  }
}
footer .inner .info_area .notes {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 2.083;
  color: #fff;
  margin-bottom: 9.7px;
  font-family: "Noto Sans JP", serif;
}
footer .inner .nav_area {
  width: 66.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 50px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer .inner .nav_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area {
    width: 78.66%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li {
    border-bottom: 1px solid #fff;
  }
}
footer .inner .nav_area > ul li > a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1024px) {
  footer .inner .nav_area > ul li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li > a {
    padding: 15px 0 15px 1em;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.main {
    width: 100%;
  }
}
footer .inner .nav_area > ul li.main:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.main:not(:last-child) {
    margin-bottom: 0;
  }
}
footer .inner .nav_area > ul li.main.last {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.main.last {
    margin-bottom: 50px;
  }
}
footer .inner .nav_area > ul li.main > a {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.main > a {
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.main > a::after {
    content: "";
    width: 4.5px;
    height: 4.5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 769px) {
  footer .inner .nav_area > ul li.main .aco_menu {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.main.aco_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .inner .nav_area > ul li.main.aco_content > a {
    display: block;
  }
  footer .inner .nav_area > ul li.main.aco_content > a::after {
    display: none;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_open_btn {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 14px;
    top: 1.5em;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_open_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_open_btn span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_open_btn span:nth-of-type(2) {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_open_btn.aco_open span:nth-of-type(2) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_menu {
    display: none;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_menu.aco_open {
    display: block;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li {
    margin: 0 0 18px 2em;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li.sub {
    display: block;
    border-bottom: none;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li.sub a {
    padding: 0;
    text-indent: 0;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li.sub a::before {
    display: none;
  }
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li a small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .inner .nav_area > ul li.main.aco_content .aco_menu li a small {
    font-size: 12px;
  }
}
footer .inner .nav_area > ul li.sub {
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area > ul li.sub {
    display: none;
  }
}
footer .inner .nav_area > ul li.sub.last {
  margin-bottom: 22px;
}
footer .inner .nav_area > ul li.sub a {
  font-weight: 400;
  padding-left: 17px;
  text-indent: 10px;
  position: relative;
  line-height: 0;
  text-indent: 1em;
}
footer .inner .nav_area > ul li.sub a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
footer .inner .nav_area > ul li.sub a small {
  display: inline-block;
  font-size: 12px;
}
footer .inner .nav_area > ul li.sub a span {
  display: inline-block;
}
footer .inner .nav_area .btn_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: -68px;
  gap: 0 28px;
}
@media only screen and (max-width: 1160px) {
  footer .inner .nav_area .btn_area {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17.5px;
  }
}
footer .inner .nav_area .btn_area .cmn_btn01 {
  width: 165px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  footer .inner .nav_area .btn_area .cmn_btn01 {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area .btn_area .cmn_btn01 {
    width: 100%;
    height: 62px;
    max-width: 295px;
    border-bottom: none;
  }
}
footer .inner .nav_area .btn_area .cmn_btn01 a {
  padding-left: 0;
}
footer .inner .nav_area .btn_area .cmn_btn01 a span {
  font-family: "Noto Sans JP", serif;
  color: var(--blue01);
}
@media screen and (max-width: 768px) {
  footer .inner .nav_area .btn_area .cmn_btn01 a span {
    letter-spacing: -0.01em;
    font-size: 14px;
  }
}
footer .inner .ft_bottom_area {
  position: relative;
  right: -68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  footer .inner .ft_bottom_area {
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    right: inherit;
    gap: 17px 0;
  }
}
footer .inner .ft_bottom_area .copyright {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #fff;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 768px) {
  footer .inner .ft_bottom_area .copyright {
    width: auto;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .inner .ft_bottom_area .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 39.5px;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 768px) {
  footer .inner .ft_bottom_area .privacy {
    gap: 0 28px;
  }
}
footer .inner .ft_bottom_area .privacy li a {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
}

/*=======================================
　fadein
=======================================*/
/*その場で出現*/
.fadeIn {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* 下から表示 */
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*左から*/
.fadeIn_left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*右から*/
.fadeIn_right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*=======================================
　sttl fadein
=======================================*/
/* 1文字ずつ下から表示 */
.sttl_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*=======================================
　cmn_btn
=======================================*/
.cmn_btn01 {
  width: 157px;
  height: 42px;
}
@media screen and (max-width: 1024px) {
  .cmn_btn01 {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn01 {
    width: 245px;
    height: 60px;
  }
}
.cmn_btn01 a {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
}
.cmn_btn01 a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  z-index: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cmn_btn01 a span {
    font-size: 19px;
    color: var(--blue01);
  }
}
.cmn_btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #002C84;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.cmn_btn01 a::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: var(--blue01);
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .cmn_btn01 a::after {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn01 a::after {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .cmn_btn01 a:hover {
    opacity: 1;
  }
  .cmn_btn01 a:hover span {
    color: #fff !important;
  }
  .cmn_btn01 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .cmn_btn01 a:hover::after {
    background-color: #fff;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.cmn_btn01.btn02 a {
  color: var(--blue01);
}

.cmn_btn02 {
  width: 306px;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn_btn02 {
    width: 100%;
    height: 77px;
  }
}
.cmn_btn02::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 29px;
}
.cmn_btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 35px;
  position: relative;
}
.cmn_btn02 a > span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .cmn_btn02 a > span {
    font-size: 17px;
  }
}
.cmn_btn02 a > span span {
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.cmn_btn02 a::before, .cmn_btn02 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cmn_btn02 a::before {
  background: -webkit-gradient(linear, left top, right top, from(#C1B3FB), color-stop(50%, #B3D3F3), color-stop(70%, #B3D3F3), to(#C1B3FB));
  background: linear-gradient(90deg, #C1B3FB 0%, #B3D3F3 50%, #B3D3F3 70%, #C1B3FB 100%);
  background-position: 1% 50% !important;
  background-size: 200% auto !important;
}
.cmn_btn02 a::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px auto auto 2px;
  background-position: 1% 50% !important;
  background-size: 200% auto !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cmn_btn02 a:hover {
  opacity: 1;
}
.cmn_btn02 a:hover::before, .cmn_btn02 a:hover::after {
  background-position: 130% 50% !important;
}
.cmn_btn02.btn01 a::after {
  background: -webkit-gradient(linear, left top, right top, from(#2F00F2), color-stop(50%, var(--blue01)), color-stop(70%, var(--blue01)), to(#2F00F2));
  background: linear-gradient(90deg, #2F00F2 0%, var(--blue01) 50%, var(--blue01) 70%, #2F00F2 100%);
}
.cmn_btn02.btn02 a::after {
  background: -webkit-gradient(linear, left top, right top, from(#142a98), color-stop(50%, #0424c2), color-stop(70%, #0051ff), to(#142a98));
  background: linear-gradient(90deg, #142a98 0%, #0424c2 50%, #0051ff 70%, #142a98 100%);
}
.cmn_btn02.reset {
  width: 216px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .cmn_btn02.reset {
    width: 100%;
    max-width: 280px;
  }
}
.cmn_btn02.reset::after {
  display: none;
}
.cmn_btn02.reset a:hover {
  opacity: 0.8;
}
.cmn_btn02.reset a::before {
  background: #DBDBDB;
}
.cmn_btn02.reset a::after {
  background: #888;
}

.cmn_btn03 {
  width: 390px;
  height: 96px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn_btn03 {
    width: 100%;
    max-width: 390px;
    height: 75px;
  }
}
.cmn_btn03::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
}
.cmn_btn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 48px;
}
.cmn_btn03 a span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cmn_btn03 a span {
    font-size: 18px;
  }
}
.cmn_btn03 a:hover {
  opacity: 1;
}
.cmn_btn03.blue01 a {
  background: var(--blue01);
  border: 1px solid var(--blue01);
}
@media only screen and (min-width: 769px) {
  .cmn_btn03.blue01:hover::after {
    background: var(--blue01);
  }
  .cmn_btn03.blue01:hover a {
    background: #fff;
  }
  .cmn_btn03.blue01:hover a span {
    color: var(--blue01);
  }
}
.cmn_btn03.blue02 a {
  background: #00A3D9;
  border: 1px solid #00A3D9;
}
@media only screen and (min-width: 769px) {
  .cmn_btn03.blue02:hover::after {
    background: #00A3D9;
  }
  .cmn_btn03.blue02:hover a {
    background: #fff;
  }
  .cmn_btn03.blue02:hover a span {
    color: #00A3D9;
  }
}

.cmn_btn04 {
  width: 200.4px;
  height: 58.3px;
}
@media screen and (max-width: 768px) {
  .cmn_btn04 {
    width: 160px;
    height: 45px;
  }
}
.cmn_btn04 a {
  background: #fff;
  border: 1px solid #00a3d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden;
}
.cmn_btn04 a::before, .cmn_btn04 a::after {
  content: "";
  position: absolute;
}
.cmn_btn04 a::before {
  top: 0;
  left: 0;
  background: #00A3D9;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.cmn_btn04 a::after {
  width: 11px;
  height: 11px;
  display: inline-block;
  background: #00A3D9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24.4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cmn_btn04 a::after {
    width: 9px;
    height: 9px;
    right: 1.5em;
  }
}
.cmn_btn04 a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #00a3d9;
  padding-right: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cmn_btn04 a span {
    font-size: 14px;
  }
}
.cmn_btn04 a:hover {
  opacity: 1;
}
.cmn_btn04 a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.cmn_btn04 a:hover::after {
  background: #fff;
}
.cmn_btn04 a:hover span {
  color: #fff;
}

.dialog_btn {
  width: 335px;
  height: 77px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dialog_btn {
    width: 280px;
    height: 60px;
  }
}
.dialog_btn::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 29px;
}
.dialog_btn a::after {
  background: -webkit-gradient(linear, left top, right top, from(#2F00F2), color-stop(50%, var(--blue01)), color-stop(70%, var(--blue01)), to(#2F00F2));
  background: linear-gradient(90deg, #2F00F2 0%, var(--blue01) 50%, var(--blue01) 70%, #2F00F2 100%);
}
.dialog_btn a span {
  font-size: 17px;
}

/*=======================================
　mv
=======================================*/
.mv_sec {
  position: relative;
  height: 557px;
  padding-top: 127px;
}
@media screen and (max-width: 900px) {
  .mv_sec {
    margin-bottom: 40px;
    height: auto;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mv_sec {
    height: auto;
    margin-bottom: 20px;
  }
}
.mv_sec .mv_bg_text {
  content: "";
  position: absolute;
  width: 56.78vw;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .mv_sec .mv_bg_text {
    width: 795px;
  }
}
@media screen and (max-width: 1200px) {
  .mv_sec .mv_bg_text {
    width: 56.7857vw;
  }
}
@media screen and (max-width: 900px) {
  .mv_sec .mv_bg_text {
    width: 86.6666%;
    min-width: 325px;
    bottom: auto;
    top: calc(50% + 32px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mv_sec .content {
  height: 100%;
}
.mv_sec .clms {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .mv_sec .clms {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 19px;
  }
}
.mv_sec .ttl {
  width: 650px;
}
@media screen and (max-width: 1200px) {
  .mv_sec .ttl {
    width: 46.42vw;
  }
}
@media screen and (max-width: 900px) {
  .mv_sec .ttl {
    width: 100%;
  }
}
.mv_sec .ttl__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 10px;
  background-color: #333333;
}
@media screen and (max-width: 1200px) {
  .mv_sec .ttl__sub {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .mv_sec .ttl__sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.mv_sec .ttl__main {
  margin-bottom: 34px;
}
.mv_sec .ttl__main span {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3333;
}
@media screen and (max-width: 1200px) {
  .mv_sec .ttl__main span {
    font-size: 4.8333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .mv_sec .ttl__main span {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.mv_sec .ttl__main--blue {
  color: var(--main_color);
}
.mv_sec .ttl__plain {
  font-weight: 500;
  line-height: 1.7333;
}
@media screen and (max-width: 1200px) {
  .mv_sec .ttl__plain {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 900px) {
  .mv_sec .ttl__plain {
    font-size: 13px;
  }
}
.mv_sec .img {
  width: calc(100% - 650px - 30px);
}
@media screen and (max-width: 1200px) {
  .mv_sec .img {
    width: calc(100% - 46.42vw - 30px);
  }
}
@media screen and (max-width: 900px) {
  .mv_sec .img {
    max-width: 400px;
    width: 90%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .mv_sec .img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

/*=======================================
　タブ・パンくずリスト
=======================================*/
.tab_pankuzu {
  padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .tab_pankuzu {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .tab_pankuzu {
    padding-bottom: 0px;
  }
}
.tab_pankuzu .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab_pankuzu .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .tab_pankuzu .tab {
    gap: 6px;
  }
}
.tab_pankuzu .tab li a {
  display: block;
  height: 51px;
  border-radius: 200px;
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid var(--main_color);
  color: var(--main_color);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .tab_pankuzu .tab li a {
    padding: 0 4vw;
    font-size: 1.25vw;
    height: 40px;
  }
}
@media screen and (max-width: 900px) {
  .tab_pankuzu .tab li a {
    padding: 0 23px;
    height: 30px;
    font-size: 11px;
  }
}
.tab_pankuzu .tab li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  background-color: var(--main_color);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .tab_pankuzu .tab li a::before {
    width: 5px;
    height: 5px;
    left: 10px;
  }
}
.tab_pankuzu .tab li a.active {
  opacity: 1;
  background-color: var(--main_color);
  border: 1px solid var(--main_color);
  color: #fff;
}
.tab_pankuzu .tab li a.active::before {
  background-color: #fff;
}
.tab_pankuzu .tab li a:hover {
  opacity: 1;
  background-color: var(--main_color);
  border: 1px solid #fff;
  color: #fff;
}
.tab_pankuzu .tab li a:hover::before {
  background-color: #fff;
}

.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.pankuzu.sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .pankuzu.up900 {
    display: none;
  }
}
.pankuzu li {
  padding-left: 28px;
  position: relative;
}
.pankuzu li:nth-child(1) {
  padding-left: 0;
}
.pankuzu li:nth-child(1)::before {
  display: none;
}
.pankuzu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D8D8D8;
}
.pankuzu li.active::before {
  background-color: var(--main_color);
}
.pankuzu li.active span {
  color: var(--main_color);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .pankuzu li.active span {
    font-size: 12px;
  }
}
.pankuzu li a {
  color: #D8D8D8;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .pankuzu li a {
    font-size: 12px;
  }
}

/*=======================================
　各種コンポーネント
=======================================*/
.asset_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: rgb(241, 245, 255);
  gap: 25px;
  margin-bottom: 35px;
}

.product_ttl__item {
  font-family: "Noto Sans JP", serif;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .product_ttl__item {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 900px) {
  .product_ttl__item {
    font-size: 26px;
  }
}
.product_ttl__around {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  padding: 7px 10px 8px;
  border: 1px solid #333;
}
@media screen and (max-width: 1200px) {
  .product_ttl__around {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 900px) {
  .product_ttl__around {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .product_ttl__around {
    font-size: 20px;
    padding: 3px 8px 4px;
  }
}
.product_ttl__around:has(.all) {
  border: none;
  padding: 0;
}
.product_ttl__around:has(.all) .all {
  border: 1px solid #333;
  display: inline-block;
  padding: 7px 10px 8px;
}
.product_ttl__around:has(.all) .all .le {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .product_ttl__around:has(.all) .all {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 3px;
    padding: 0;
  }
  .product_ttl__around:has(.all) .all .le,
  .product_ttl__around:has(.all) .all .ri {
    border: 1px solid #333;
    display: inline-block;
    padding: 3px 8px 4px;
  }
}
.product_ttl__line {
  font-size: 25px;
  font-weight: 600;
  padding-left: 35px;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .product_ttl__line {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 900px) {
  .product_ttl__line {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 20px;
  }
}
.product_ttl__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 92%;
  background-color: var(--main_color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .product_ttl__line::before {
    width: 3px;
    height: 100%;
  }
}

.p-btn {
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .p-btn {
    width: 30vw;
  }
}
@media screen and (max-width: 900px) {
  .p-btn {
    width: 100%;
    max-width: 350px;
  }
}
.p-btn a {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 200px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-btn a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-btn a {
    height: 56px;
    font-size: 15px;
  }
}
.p-btn a .btn_icon {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-btn a .btn_icon {
    width: 15px;
  }
}

.product_btn__cad a {
  color: #fff;
  position: relative;
  z-index: 1;
}
.product_btn__cad a:hover {
  opacity: 1;
}
.product_btn__cad a:hover::before {
  opacity: 0;
}
.product_btn__cad a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(20, 42, 152);
  background: linear-gradient(63deg, rgb(20, 42, 152) 0%, rgb(42, 71, 217) 60%, rgb(0, 109, 217) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.product_btn__cad a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 109, 217);
  background: linear-gradient(129deg, rgb(0, 109, 217) 0%, rgb(42, 71, 217) 40%, rgb(20, 42, 152) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -2;
}
.product_btn__cad a .btn_icon {
  right: 38px;
}
@media screen and (max-width: 1200px) {
  .product_btn__cad a .btn_icon {
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .product_btn__cad a .btn_icon {
    right: 30px;
  }
}
.product_btn__three_dimension a {
  color: #fff;
  position: relative;
  z-index: 1;
}
.product_btn__three_dimension a:hover {
  opacity: 1;
}
.product_btn__three_dimension a:hover::before {
  opacity: 0;
}
.product_btn__three_dimension a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(6, 140, 184);
  background: linear-gradient(129deg, rgb(6, 140, 184) 0%, rgb(0, 163, 217) 60%, rgb(10, 184, 242) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.product_btn__three_dimension a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(10, 184, 242);
  background: linear-gradient(129deg, rgb(10, 184, 242) 0%, rgb(0, 163, 217) 40%, rgb(6, 140, 184) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -2;
}
.product_btn__three_dimension a .btn_icon {
  right: 38px;
}
@media screen and (max-width: 1200px) {
  .product_btn__three_dimension a .btn_icon {
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .product_btn__three_dimension a .btn_icon {
    right: 30px;
  }
}
.product_btn__pdf a {
  color: #fff;
  position: relative;
  z-index: 1;
}
.product_btn__pdf a:hover {
  opacity: 1;
}
.product_btn__pdf a:hover::before {
  opacity: 0;
}
.product_btn__pdf a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(196, 57, 6);
  background: linear-gradient(129deg, rgb(196, 57, 6) 0%, rgb(229, 64, 3) 30%, rgb(255, 104, 48) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.product_btn__pdf a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 104, 48);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 104, 48)), color-stop(70%, rgb(229, 64, 3)), to(rgb(196, 57, 6)));
  background: linear-gradient(90deg, rgb(255, 104, 48) 0%, rgb(229, 64, 3) 70%, rgb(196, 57, 6) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -2;
}
.product_btn__pdf a .btn_icon {
  right: 30px;
}
@media screen and (max-width: 1200px) {
  .product_btn__pdf a .btn_icon {
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .product_btn__pdf a .btn_icon {
    right: 30px;
  }
}
.product_btn__add {
  position: relative;
}
.product_btn__add a:hover {
  opacity: 1;
}
.product_btn__add a:hover::before {
  opacity: 0;
}
.product_btn__add a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(155, 221, 242);
  background: linear-gradient(129deg, rgb(155, 221, 242) 0%, rgb(207, 238, 248) 60%, rgb(228, 246, 252) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.product_btn__add a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(228, 246, 252);
  background: linear-gradient(129deg, rgb(228, 246, 252) 0%, rgb(207, 238, 248) 40%, rgb(155, 221, 242) 100%);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  z-index: -2;
}
.product_btn__add a .btn_icon {
  right: 36px;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1200px) {
  .product_btn__add a .btn_icon {
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .product_btn__add a .btn_icon {
    right: 30px;
  }
}
.product_btn__add a .btn_icon::before, .product_btn__add a .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .product_btn__add a .btn_icon::before, .product_btn__add a .btn_icon::after {
    top: calc(50% + 1px);
  }
}
.product_btn__add a .btn_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.product_txt__has_bg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px 6px;
  line-height: 1.2;
  background-color: #CFEDFE;
}
@media screen and (max-width: 768px) {
  .product_txt__has_bg {
    font-size: 16px;
  }
}

.img_explain {
  max-width: 500px;
}
.img_explain .img {
  border: 1px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_explain .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_explain .img:hover {
  opacity: 1;
}
.img_explain .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img_explain figcaption {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .img_explain figcaption {
    margin-top: 10px;
  }
}
.img_explain a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_explain a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_explain a:hover {
  opacity: 1;
}
.img_explain a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.img_link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_link:hover .img_explain .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img_link:hover .img_explain figcaption + .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*=======================================
　link
=======================================*/
/* 下線つき */
.link_border {
  text-decoration: underline;
}

/* リンク無効 */
.link_none {
  pointer-events: none;
}
.link_none::before, .link_none::after {
  display: none !important;
}

/*=======================================
	side_navi
=======================================*/
.sidebar_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 1000;
}
.sidebar_area .side {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(9px) brightness(130%);
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 210px;
  position: fixed;
  top: 120px;
  right: calc(-100% + 50px);
  z-index: 120;
  padding-left: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar_area .side_nav_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 52px 0;
}
.sidebar_area ul {
  width: 30%;
  min-width: 259px;
}
.sidebar_area ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  line-height: 1.5;
}
.sidebar_area ul li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.sidebar_area ul li.ma_btm {
  margin-bottom: 30px;
}
.sidebar_area ul li.main {
  font-size: 16px;
  font-weight: 700;
  color: #00A3D9;
}
.sidebar_area ul li.main.match {
  min-height: 42px;
}
@media screen and (max-width: 768px) {
  .sidebar_area ul li.main.match {
    min-height: 100%;
  }
}
.sidebar_area ul li.main small {
  font-size: 12px;
  display: block;
}
.sidebar_area ul li.main::before {
  width: 10px;
  height: 10px;
  background: #00A3D9;
}
.sidebar_area ul li.sub {
  font-weight: 400;
  font-size: 14px;
}
.sidebar_area ul li.sub span {
  display: block;
  position: relative;
  padding-left: 26px;
}
.sidebar_area ul li.sub span::before {
  content: "";
  width: 17px;
  height: 1px;
  display: inline-block;
  background: #00A3D9;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.sidebar_area ul li.sub::before {
  width: 6px;
  height: 6px;
  background: #00A3D9;
  left: 2px;
}

.scroll_content {
  padding: 6.875vw 0 3.6525vw 4vw;
  overflow: auto;
  width: 100%;
  height: 100%;
}

#side-bar01 {
  width: 80%;
  right: calc(-80% + 50px);
}

#side-bar01 .scroll_content {
  position: relative;
}

.cross {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.cross.shippori {
  color: #00A3D9;
  width: auto;
  height: auto;
  font-size: 35px;
  letter-spacing: 0.05em;
  top: 10px;
  right: 30px;
}

.cross.shippori.black {
  color: #817061;
  top: 20px;
}

.cross span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.cross span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cross span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#side-bar01 > ul {
  opacity: 0;
}

.sidebar_area .side.open {
  right: 0;
  min-height: 210px;
  z-index: 1000;
}

.sidebar_area .side .ttl {
  font-size: 16px;
  color: #fff;
}

#side-bar01.open {
  top: 0;
  right: 0;
  height: 84vh;
}

#side-bar01.open .scroll_content > ul {
  opacity: 1;
  padding: 0 80px 64px 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

#side-bar01.open .scroll_content > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
  color: #fff;
  font-size: 14px;
}

#side-bar01.open .scroll_content > ul li.box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#side-bar01.open .scroll_content > ul li.box_list .menu_box {
  width: 230px;
}

#side-bar01.open .scroll_content > ul li.box_list .menu_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#side-bar01.open .scroll_content > ul li.box_list .menu_box a p {
  padding-left: 30px;
}

#side-bar01.open .scroll_content > ul li.box_list .menu_box a:hover {
  background-color: #FFF7E8;
  opacity: 1;
}

#side-bar01.open .scroll_content > ul li.box_list .menu_box a .svg_icon {
  content: "";
  fill: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

#side-bar01.open .scroll_content > ul li.box_list .menu_box a:hover .svg_icon {
  fill: #443528;
}

#side-bar01.open .scroll_content > ul li.box_list .menu_box a:hover p {
  color: #443528;
}

.nov ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  color: #fff;
  font-size: 14px;
}

.scroll_content > ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px 0;
}

#side-bar01.open .nov {
  display: none;
}

#side-bar01.open .scroll_content .logo_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll_content .logo_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.scroll_content .logo_set .icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}

.scroll_content .logo_set .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
}

.nav-open {
  max-width: 370px;
  cursor: pointer;
  color: hsl(0, 0%, 100%);
  position: relative;
  padding-right: 60px;
}

.nav-open.mabs {
  margin-bottom: 30px;
}

.nav-open::before { /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 40px;
}

.nav-open.active::before { /* 開いている時 */
  content: "－";
}

#side-bar02 {
  width: 506px;
  right: -456px;
  top: 338px;
}

#side-bar02.open {
  top: 338px;
  right: 0;
}

#side-bar02 ul {
  height: 100%;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 23px 70px 23px 35px;
  border-top: 1px solid #B89E85;
  border-bottom: 1px solid #B89E85;
}

#side-bar02 .cross {
  top: 10px;
  right: 20px;
}

#side-bar02 .cross span {
  background-color: #443528;
}

#side-bar03 {
  top: 556px;
}

#side-bar01 .scroll_content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#side-bar01 .scroll_content > ul li {
  width: 33.3333333333%;
  list-style: none;
}

#side-bar01 .nov ul li {
  width: 100%;
}

#side-bar01 li .ttl {
  font-size: 16px;
}

.sidebar_area button,
.sidebar_area .button {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  color: #00A3D9;
  letter-spacing: 0.3em;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  width: 50px;
  height: 210px;
  position: absolute;
  border-radius: 5px 0 0 5px;
  top: 0px;
  left: 0%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar_area .cosme_btn button,
.sidebar_area .cosme_btn .button {
  background-color: #00A3D9;
  color: #fff;
}

.sidebar_area .open button {
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 60px;
}

#side-bar01.open button,
#side-bar01.open .button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 35px;
  font-weight: 500;
}

.sidebar_area button:focus {
  outline: none;
}

@media screen and (max-width: 1000px) {
  #side-bar01.open .scroll_content > ul li.box_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar_area {
    top: 100px;
    display: none;
  }
  .sidebar_area #side-bar01 {
    display: none;
  }
  .sidebar_area .side {
    padding-left: 30px;
    right: calc(-100% + 30px);
  }
  #side-bar02 {
    top: 24vw;
  }
  #side-bar03 {
    top: calc(24vw + 210px + 10px);
  }
  #side-bar02 {
    width: 90%;
    right: calc(-90% + 30px);
  }
  #side-bar02.open {
    top: 24vw;
  }
  #side-bar02 .cross {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
  }
  #side-bar02 ul {
    padding: 5px 20px 5px 15px;
  }
  #side-bar02 ul li img {
    width: auto;
    max-height: 180px;
  }
  .sidebar_area button,
  .sidebar_area .button {
    width: 30px;
  }
}
.side_active {
  display: none;
}

@media screen and (max-width: 1400px) {
  #side-bar01 {
    width: 90%;
    right: calc(-90% + 50px);
  }
  #side-bar01.open .scroll_content > ul li.box_list .menu_box {
    width: 180px;
  }
  #side-bar01.open .scroll_content > ul li.box_list .menu_box a {
    padding: 15px 16px;
  }
  #side-bar01.open .scroll_content > ul {
    display: grid;
    grid-template-columns: 240px 320px 150px;
  }
  #side-bar01.open .scroll_content > ul li {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  #side-bar01.open .scroll_content > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .div1 {
    grid-area: 1/1/2/2;
  }
  .div2 {
    grid-area: 1/2/2/3;
  }
  .div3 {
    grid-area: 2/1/3/3;
  }
  .nav-open::before {
    right: 10px;
  }
}
table .txt_link {
  text-decoration: underline;
}
table .txt_link:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sp_mb20 {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=common.css.map */