@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
html {
  font-size: 62.5%;
}

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex {
  display: flex;
}

.flex--center {
  justify-content: center;
}

body {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: bold;
  letter-spacing: 0.1em;
  color: black;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 751px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  box-sizing: border-box;
}

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

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

#wrapper {
  padding-top: 67px;
}
@media print, screen and (min-width: 751px) {
  #wrapper {
    padding-top: 100px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #wrapper {
    padding-top: 7.8125vw;
  }
}

@media print, screen and (min-width: 751px) {
  .sp_only {
    display: none !important;
  }

  .inner-1200 {
    width: calc(100% - 80px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .pc_only {
    display: none !important;
  }

  .inner--sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1366px) {
  .desktop_hide {
    display: none !important;
  }
}
/*-----------------------------------------
Header
-------------------------------------------*/
html.menu--show {
  height: 100vh;
  overflow: hidden;
}

#header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 67px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.97);
}
@media print, screen and (min-width: 751px) {
  #header {
    height: 105px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #header {
    height: 7.8125vw;
  }
}
#header .header__inner {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #header .header__inner {
    display: flex;
  }
}
@media print, screen and (min-width: 751px) {
  #header .header__inner {
    display: flex;
    padding-left: 20px;
    padding-right: 140px;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 751px) {
  #header .header__inner {
    padding-right: 140px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1279px) {
  #header .header__inner {
    padding-right: 10.9375vw;
  }
}
#header .header__contents {
  width: calc(100% - 67px);
}
@media only screen and (max-width: 750px) {
  #header .header__contents {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 751px) {
  #header .header__contents {
    width: 100%;
    padding-top: 1em;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #header .header__contents {
    padding-top: 1.09375vw;
  }
}
#header .header__contents .site__ttl {
  color: #174146;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
@media only screen and (max-width: 750px) {
  #header .header__contents .site__ttl {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 750px) and (min-width: 376px) {
  #header .header__contents .site__ttl {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 751px) {
  #header .header__contents .site__ttl {
    margin-bottom: 2px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #header .header__contents .site__ttl {
    font-size: 1.3671875vw;
  }
}
#header .menu-btn {
  width: 67px;
  height: 67px;
  display: block;
  background: #00A7C6 url(../img/common/ico-menu.svg) no-repeat center top 17px;
  background-size: 30px;
  text-align: center;
  color: white;
  padding-top: 40px;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media print, screen and (min-width: 751px) {
  #header .menu-btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: 100px;
    height: 120px;
    background: #00A7C6 url(../img/common/ico-menu.svg) no-repeat center top 40px;
    background-size: 40px;
    padding-top: 75px;
    font-size: 1.8rem;
    height: 120px;
    border-radius: 0 0 25px 25px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #header .menu-btn {
    right: 1.5625vw;
    width: 7.8125vw;
    height: 9.375vw;
    background-position: center top 3.125vw;
    background-size: 3.125vw;
    padding-top: 5.859375vw;
    font-size: 1.40625vw;
    border-radius: 0 0 1.953125vw 1.953125vw;
  }
}
#header .header__nav {
  width: 100%;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
#header .header__nav .header__nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
#header .header__nav .header__nav__list li:not(.logo) a:not(.apply-btn) {
  position: relative;
}
#header .header__nav .header__nav__list li:not(.logo) a:not(.apply-btn):after {
  content: "";
  display: block;
  border-bottom: solid 3px #4DC7C2;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  border-radius: 6px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media (min-width: 751px) {
  #header .header__nav .header__nav__list li:not(.logo) a:not(.apply-btn):hover:after {
    transform: scale(1, 1);
  }
}
@media all and (-ms-high-contrast: none) {
  #header .header__nav .header__nav__list *::-ms-backdrop, #header .header__nav .header__nav__list li:not(.logo) a:not(.apply-btn):after {
    /* IE11 にのみ適用される */
    transition: 0s;
  }
}
#header .header__nav .header__nav__list .apply-btn {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
#header .header__nav .header__nav__list .apply-btn:hover {
  color: #00A7C6;
}
@media only screen and (max-width: 750px) {
  #header .header__nav .header__nav__list {
    justify-content: space-between;
  }
  #header .header__nav .header__nav__list li:not(.logo) {
    margin-right: 6px;
  }
  #header .header__nav .header__nav__list li:last-child {
    margin-right: 0;
  }
  #header .header__nav .header__nav__list .logo {
    width: 130px;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 751px) {
  #header .header__nav .header__nav__list {
    font-size: 2rem;
    justify-content: space-between;
  }
  #header .header__nav .header__nav__list small {
    font-size: 1.6rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #header .header__nav .header__nav__list {
    font-size: 1.5625vw;
  }
  #header .header__nav .header__nav__list small {
    font-size: 1.25vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #header .header__nav .header__nav__list .logo {
    width: 22.0703125vw;
  }
}
#header .header__nav .nav__tell {
  text-align: center;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
#header .header__nav .nav__tell small {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
#header .header__nav .contact-btn {
  width: 70px;
  height: 36px;
  border-radius: 29px;
  border: solid 2px #00A7C6;
  color: #00A7C6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
}
@media (max-width: 750px) {
  #header .header__nav .contact-btn {
    background: white;
  }
}
#header .header__nav .apply-btn {
  width: 70px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  position: relative;
}
#header .header__nav .apply-btn:hover:before {
  opacity: 0;
}
#header .header__nav .apply-btn:before {
  z-index: -1;
  content: "";
  background: linear-gradient(to right, #4dc7c2 0%, #00a7c6 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 29px;
}
#header .header__nav .apply-btn:after {
  z-index: -2;
  content: "";
  border-radius: 29px;
  border: solid 3px #00A7C6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: white;
}
@media print, screen and (min-width: 751px) {
  #header .header__nav .apply-btn {
    width: 200px;
    height: 58px;
    border-radius: 29px;
    margin: 0 8px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #header .header__nav .apply-btn {
    width: 10.546875vw;
    height: 4.53125vw;
    border-radius: 2.265625vw;
  }
}
@media all and (-ms-high-contrast: none) {
  #header .header__nav *::-ms-backdrop, #header .header__nav .apply-btn {
    /* IE11 にのみ適用される */
    padding-top: 5px;
  }
}

@media print, screen and (min-width: 751px) {
  #header .header__nav .header__nav__mccenter{
    text-align: center;
    margin-top: -20px;
  }
  #header .header__nav .header__nav__microcopy {
    display: flex;
    margin-top: 10px;
  }
}



#header.header--lp {
  position: absolute;
  box-shadow: none;
  background: transparent;
}
#header.header--lp .header__nav__list {
  height: 36px;
}
@media screen and (min-width: 751px) {
  #header.header--lp .header__inner {
    padding-right: 20px;
  }
  #header.header--lp .header__nav__list {
    height: 58px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  #header.header--lp .header__nav__list {
    height: 4.53125vw;
  }
}

.overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  display: none;
}

.global-menu {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  background: #4DC7C2;
  display: none;
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu {
    padding-bottom: 30px;
  }
  .global-menu .global-nav__inner {
    max-height: 100vh;
    padding-top: 144px;
    overflow-y: scroll;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav__inner {
    padding-top: calc(9.375vw + 24px);
  }
}
@media only screen and (max-width: 750px) {
  .global-menu .menu-btn {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    margin: auto;
  }
  .global-menu .menu-btn:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/common/ico-gnav-close@sp.svg) no-repeat;
    background-size: contain;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .menu-btn {
    margin-left: auto;
    width: 100px;
    height: 120px;
    background: #00A7C6 url(../img/common/ico-menu-close.svg) no-repeat center top 34px;
    background-size: 34px;
    padding-top: 75px;
    font-size: 1.8rem;
    height: 120px;
    border-radius: 0 0 25px 25px;
    color: white;
    display: block;
    text-align: center;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .menu-btn {
    right: 1.5625vw;
    width: 7.8125vw;
    height: 9.375vw;
    background-position: center top 2.65625vw;
    background-size: 2.65625vw;
    padding-top: 5.859375vw;
    font-size: 1.40625vw;
    border-radius: 0 0 1.953125vw 1.953125vw;
  }
}
.global-menu .global-nav {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav {
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
.global-menu .global-nav .global-nav__content {
  background: white;
  border-radius: 15px;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav .global-nav__content {
    width: calc(100% - 40px);
    max-height: calc(100vh - 24px - 80px - 28px - 44px - 24px);
    margin: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content {
    padding: 48px 80px 58px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content {
    padding: 3.75vw 6.25vw 4.53125vw;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .content__col {
    width: 27.1428571429%;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .content__col {
    width: 30%;
  }
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav .global-nav__content .nav-block {
    border-bottom: solid 1px #D9E3EB;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block:not(:last-child) {
    margin-bottom: 48px;
  }
  .global-menu .global-nav .global-nav__content .nav-block a {
    transition: 0.3s ease;
  }
  .global-menu .global-nav .global-nav__content .nav-block a:hover {
    color: #00A7C6;
  }
}
.global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl {
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  line-height: 1.7916666667;
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl {
    font-size: 2.4rem;
    border-bottom: solid 3px #D9E3EB;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl {
    font-size: 1.875vw;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a {
    width: 100%;
    display: flex;
  }
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    content: "";
    display: block;
    background: #4DC7C2 url(../img/common/menu-link.svg) no-repeat left 55% center;
    background-size: 8px;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    border-radius: 100%;
    transition: 0.3s ease;
    transform: translateY(8px);
  }
}
@media print, screen and (min-width: 751px) and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    width: 26px;
    height: 26px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    width: 2.03125vw;
    height: 2.03125vw;
    background-size: 0.625vw;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:hover:before {
    background-position: left 70% center;
  }
}
.global-menu .global-nav .global-nav__content .nav-block .link-list {
  font-size: 1.6rem;
  padding-left: 2em;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  /*
  					li:not(:last-child)
  					{
  						margin-bottom: 12px;	
  					}
  */
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    padding-left: 24px;
    display: none;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list li:not(:last-child) {
    border-bottom: solid 1px #D9E3EB;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list a {
    padding: 16px 0;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list a:after {
    content: "";
    display: block;
    background: url(../img/common/menu-link@sp.svg) no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    font-size: 1.6rem;
    padding-left: 2em;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    font-size: 1.25vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav .global-nav__content .nav-block:not(.have-child) a {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 20px;
  }
  .global-menu .global-nav .global-nav__content .nav-block:not(.have-child) a:after {
    content: "";
    display: block;
    background: url(../img/common/menu-link@sp.svg) no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 15px;
  }
  .global-menu .global-nav .global-nav__content .have-child .nav-block__ttl {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-right: 14px;
  }
  .global-menu .global-nav .global-nav__content .have-child .link-list--show:after {
    content: "";
    display: block;
    background: url(../img/common/ico-menu-open@sp.svg) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .global-menu .global-nav .global-nav__content .have-child .link-list--show.on:after {
    background: url(../img/common/ico-menu-close@sp.svg) no-repeat center center;
    background-size: contain;
  }
}
.global-menu .global-nav__bottom {
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 28px;
  padding: 24px 0 0;
  height: 80px;
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav__top {
    margin-bottom: 24px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav__top {
    right: 1.5625vw;
  }
}
.global-menu .apply-btn {
  width: calc(100% - 40px);
  max-width: 384px;
  height: 44px;
  background: #fff;
  margin: auto;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .global-menu .apply-btn {
    width: 384px;
    height: 60px;
    margin-top: 40px;
    font-size: 2rem;
    border-radius: 30px;
    transition: transform 0.3s ease;
    /*
    			&:hover
    			{
    				transform: scale(1.05);
    			}
    */
  }
}

@media print and (-ms-high-contrast: none), screen and (min-width: 751px) and (min-height: 780px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .global-menu .global-nav__inner {
    /* IE11 にのみ適用される */
    overflow-y: hidden;
  }
}
/* sp contact menu */
#contact-menu .global-nav {
  padding-top: 36px;
}
#contact-menu .nav__ttl {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-size: 6.4vw;
}
#contact-menu .btn-list li:not(:last-child) {
  margin-bottom: 28px;
}
#contact-menu .btn-list .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128px;
  background: white;
  border-radius: 15px;
  font-size: 4.2666666667vw;
  text-align: center;
}
#contact-menu .btn-list .contact-btn small {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 1em;
}
#contact-menu .btn-list .contact-btn.txt--long {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
#contact-menu .global-nav__bottom {
  margin-top: 60px;
}

/*-----------------------------------------
Footer
-------------------------------------------*/
#footer {
  color: #194E57;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  border-top: solid 1px #B2C6C5;
  padding: 40px 20px;
  margin-top: 80px;
}
@media print, screen and (min-width: 751px) {
  #footer {
    padding: 40px 0;
  }
}
#footer .footer__inner {
  max-width: 1000px;
}
@media print, screen and (min-width: 751px) {
  #footer .footer__inner {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .foooter__nav__list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
#footer .foooter__nav__list a {
  position: relative;
  display: inline-block;
}
#footer .foooter__nav__list a:after {
  content: "";
  display: block;
  border-bottom: solid 3px #4DC7C2;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  border-radius: 6px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  #footer .foooter__nav__list a:hover:after {
    transform: scale(1, 1);
  }
}
#footer .foooter__nav__list li {
  margin: 0 12px;
}
@media print, screen and (min-width: 751px) {
  #footer .foooter__nav__list li {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 751px) {
  #footer .foooter__nav__list {
    font-size: 2rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #footer .foooter__nav__list {
    font-size: 1.953125vw;
  }
}
#footer .company-info {
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-size: 1.2rem;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 751px) {
  #footer .company-info {
    display: flex;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #footer .company-info {
    font-size: 1.3671875vw;
  }
}
@media print, screen and (min-width: 751px) {
  #footer .company-info .company-info__col {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  #footer .company-info .about-company {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 751px) {
  #footer .company-info .about-company {
    padding-right: 40px;
    border-right: solid 1px #AFC1CE;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #footer .company-info .about-company {
    padding-right: 3.90625vw;
  }
}
#footer .company-info .company-data .company-data__box:not(:last-child) {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 751px) {
  #footer .company-info .company-data {
    padding-left: 40px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #footer .company-info .company-data {
    padding-left: 3.90625vw;
  }
}
#footer .footer__bottom {
  text-align: center;
  margin-top: 28px;
}
#footer .footer__bottom .copyright {
  margin-top: 20px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  #footer .footer__bottom .copyright {
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 751px) {
  #footer .footer__bottom .copyright {
    font-size: 1.2rem;
  }
}

/*-----------------------------------------
Page 共通
-------------------------------------------*/
.page {
  padding-top: 40px;
}
@media print, screen and (min-width: 751px) {
  .page {
    padding-top: 75px;
  }
}
.page .page__ttl {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 4.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .page .page__ttl {
    font-size: 4.8rem;
    line-height: 1.4;
  }
}
.page .page__ttl:after {
  content: "";
  display: block;
  width: 140px;
  border-bottom: solid 8px #00A7C6;
  border-radius: 30px;
  margin: auto;
  margin-top: 16px;
}
@media print, screen and (min-width: 751px) {
  .page .page__ttl:after {
    width: 160px;
    margin-top: 20px;
  }
}
.page .page__h2 {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 751px) {
  .page .page__h2 {
    font-size: 4rem;
    margin-bottom: 56px;
  }
}
.page .page__h2:after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: solid 8px #4DC7C2;
  border-radius: 30px;
  margin: auto;
  margin-top: 17px;
}
@media print, screen and (min-width: 751px) {
  .page .page__h2:after {
    width: 120px;
    margin-top: 22px;
  }
}
.page .page__h3 {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .page .page__h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.page .page__h3:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4dc7c2 0%, #00a7c6 100%);
  margin-right: 16px;
}
@media only screen and (max-width: 750px) {
  .page .page__h3:before {
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
}
.page .txt-link {
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 1px #000;
  line-height: calc(1em + 10px);
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .page .txt-link {
    line-height: calc(1em + 6px);
  }
}
.page .txt-link:hover {
  opacity: 0.7;
}

.btn-lrg {
  width: 384px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  border: 0;
  transition: 0.3s ease;
  font-size: 1.9rem;
  position: relative;
}
.btn-lrg span {
  z-index: 2;
}
.btn-lrg:hover {
  color: #00A7C6;
}
.btn-lrg:hover:before {
  opacity: 0;
}
.btn-lrg:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #4dc7c2 0%, #00a7c6 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 30px;
}
.btn-lrg:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #00A7C6;
  box-sizing: border-box;
  border-radius: 30px;
}
.btn-lrg:not(.not-valid):hover {
  color: #00A7C6;
}
@media only screen and (max-width: 750px) {
  .btn-lrg {
    width: 336px;
    height: 44px;
    font-size: 1.6rem;
  }
}

button.btn-lrg {
  background: none;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn-lrg {
    /* IE11 にのみ適用される */
    padding-top: 10px;
  }
}
.btn-lrg-style2 {
  width: 384px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: white;
  cursor: pointer;
  margin: 0 auto;
  border: 0;
  transition: 0.3s ease;
  transition-property: background, transform;
  transform-origin: 50% 50%;
  font-size: 1.9rem;
  position: relative;
}
.btn-lrg-style2 span {
  z-index: 2;
}
.btn-lrg-style2:hover {
  color: #DE4040;
}
.btn-lrg-style2:hover:before {
  opacity: 0;
}
.btn-lrg-style2:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #DE6C4A 0%, #DE4040 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 30px;
}
.btn-lrg-style2:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #DE4040;
  box-sizing: border-box;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  .btn-lrg-style2 {
    width: 336px;
    height: 44px;
    font-size: 1.6rem;
  }
}

.pankuzu-container {
  background: #ECF1F1;
  border-top: solid 1px #B2C6C5;
  padding: 22px;
}
@media only screen and (max-width: 750px) {
  .pankuzu-container {
    padding: 14px 20px;
  }
}
.pankuzu-container ul {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .pankuzu-container ul {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.pankuzu-container ul li {
  display: inline-block;
}
.pankuzu-container ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 9px;
  background: url("../img/common/ico-pankuzu-arrow@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 5px;
}
@media only screen and (max-width: 750px) {
  .pankuzu-container ul li:not(:last-child):after {
    margin: 0px;
  }
}

/*-----------------------------------------
Form Base 共通
-------------------------------------------*/
.form-base {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  word-break: break-all;
}
.form-base .flex-left {
  flex: 0 0 50%;
  width: 50%;
  margin-bottom: 57px;
}
@media only screen and (max-width: 750px) {
  .form-base .flex-left {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 12px;
  }
}
.form-base .flex-right {
  flex: 0 0 40%;
  width: 40%;
  margin-bottom: 57px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .form-base .flex-right {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}
.form-base .flex-wide {
  flex: 0 0 100%;
  width: 100%;
}
.form-base label, .form-base .prompt-txt {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.9rem;
}
@media only screen and (max-width: 750px) {
  .form-base label, .form-base .prompt-txt {
    font-size: 1.6rem;
  }
}
.form-base .radio-container {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-base .radio-container:last-child {
  margin-right: none;
}
.form-base .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-base .custom-radio {
  position: absolute;
  top: 4px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #FFF;
  border-radius: 50%;
  border: solid 1px #03A8C6;
}
@media only screen and (max-width: 750px) {
  .form-base .custom-radio {
    top: 2px;
  }
}
.form-base .custom-radio:after {
  content: "";
  position: absolute;
  transform: scale(0);
}
.form-base .radio-container input:checked ~ .custom-radio:after {
  display: block;
  transform: scale(1);
}
.form-base .radio-container .custom-radio:after {
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #03A8C6;
  transition: 0.2s;
  transform-origin: 50% 50%;
}
.form-base input[type=text], .form-base input[type=tel], .form-base input[type=email] {
  height: 48px;
  padding-left: 16px;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media only screen and (max-width: 750px) {
  .form-base input[type=text], .form-base input[type=tel], .form-base input[type=email] {
    font-size: 1.6rem;
    width: 100%;
  }
}
.form-base input[type=text]:focus, .form-base input[type=tel]:focus, .form-base input[type=email]:focus {
  outline: none;
  border: solid 2px #03A8C6;
}
.form-base select {
  display: block;
  height: 48px;
  padding-left: 16px;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
  font-size: 1.9rem;
  background-color: #F0F4F7;
  background-image: url("../img/common/ico-blue-arrow-down@2x.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 18px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 750px) {
  .form-base select {
    font-size: 1.6rem;
    width: 100%;
  }
}
.form-base select:focus {
  outline: none;
  border: solid 2px #03A8C6;
}
.form-base .input__row--birthday select {
  background-color: #F0F4F7;
}
@media (max-width: 750px) {
  .form-base .input__row--birthday select {
    padding-left: 8px;
    background-position: right 8px center;
    background-size: 10px;
  }
}
.form-base #user_birthday_year {
  margin-right: 0.5em;
}
@media (max-width: 750px) {
  .form-base #user_birthday_year {
    width: 160px;
  }
}
.form-base .birthM, .form-base .birthD {
  width: 6rem;
  margin-left: 4px;
  margin-right: 4px;
}
@media print, screen and (min-width: 751px) {
  .form-base .birthM, .form-base .birthD {
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 9rem;
  }
}
.form-base select:invalid {
  color: #707070;
}
.form-base select::-ms-expand {
  display: none;
}
.form-base ::placeholder {
  color: #707070;
}
.form-base textarea {
  border-radius: 8px;
  border: solid 1px #BDBEBF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 19px;
  height: 180px;
  width: 510px;
  max-width: 100%;
  padding: 8px 16px;
}
.form-base textarea:focus {
  outline: none;
  border: solid 2px #03A8C6;
}
.form-base .s-hidden {
  visibility: hidden;
}
.form-base .custom-select-wrap {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.form-base .styledSelect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #707070;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  background-color: white;
  background-image: url("../img/common/ico-blue-arrow-down@2x.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 18px center;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
}
.form-base .styledSelect:active, .form-base .styledSelect.active {
  border: solid 2px #03A8C6;
}
.form-base .styledSelect.selected {
  color: #000;
}
.form-base .options {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: white;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
}
.form-base .options li {
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
}
.form-base .options li:first-child {
  border-radius: 8px 8px 0 0;
  color: #707070;
}
.form-base .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.form-base .options li:hover {
  background-color: #F0F4F7;
}
