@charset "UTF-8";
/*
theme: メドホック
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #333333;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 125px;
}
#news, #greeting, #organization, #activity {
  padding-top: 120px;
  margin-top: -120px;
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.bottom-300-padding {
  padding: 0 0 300px;
}
.pc_none {
  display: none !important;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #news, #greeting, #organization, #activity {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 14px;
    line-height: 1.5;
  }
  .common-120-padding {
    padding: 60px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .bottom-300-padding {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 768px) {}
/* メガメニュー
* --------------------------------------- */
.global-nav__sp {
  display: none;
}
.global-contect__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.global-nav__pc {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  min-height: 70px
}
.header-logo__wrap {
  width: 300px;
  ;
}
.header__navItem {
  min-height: 47px;
}
.header__navItem a {
  opacity: 1;
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 0 46px;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 16px 0 16px;
}
.header__navItemLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 2px;
  width: 100%;
  background-color: #00874E;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__navItemLink:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.megaMenu__link.is-active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.megaMenu__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.megaMenu__title {
  padding-left: 20px;
}
.megaMenu__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__titleLink:hover, .megaMenu__titleLink:focus {
  opacity: 0.7;
}
.megaMenu__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}
.megaMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0;
}
.megaMenu__itemLink {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #6BAC1B;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 8px;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}
.megaMenu__itemLink.HoverNo:hover {
  opacity: 1;
  color: #6BAC1B;
  cursor: default;
}
.megaMenu__subItemLink {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
}
.megaMenu__subItem {
  background: #e3eee8;
  padding: 10px 19px;
  box-sizing: border-box;
}
.megaMenu__subItem:last-child {
  margin-bottom: 0;
}
.header__navItemLink.js-megaMenu {
  display: flex;
  flex-direction: column-reverse;
}
.header__navItem.megaMenu:hover .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__list.MaxWidth .megaMenu__item {
  width: 100%;
}
.megaMenu__list.MaxWidth .megaMenu__subList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.megaMenu__list.MaxWidth .megaMenu__subItem {
  width: 32%;
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    display: block;
    height: 80px;
    box-sizing: border-box;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 30px 20px 200px
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .global-nav__list > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px 0;
    transition: 0.3s;
    border-bottom: solid 1px #444;
    line-height: 1;
    font-size: 15px;
    color: #444;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px 0;
    transition: 0.3s;
    border-bottom: solid 1px #444;
    color: #444;
    font-size: 15px;
  }
  .btn_hamburger {
    width: 65px;
    background: #fff;
    cursor: pointer;
    z-index: 1000000;
    margin-left: auto;
    padding: 14px 0;
    box-sizing: border-box;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #00874E;
    border-radius: 100px;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .btn_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 40%;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .btn_hamburger span:nth-of-type(3) {
    top: 60%;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    padding: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #e3eee8;
    border-bottom: solid 1px #00874E;
  }
  .trigger.sub {
    background: #EAF3DF;
  }
  .target ul li:nth-last-child(1) a {
    border-bottom: solid 1px #444;
  }
  .header-logo__wrap {
    position: fixed;
    top: 28px;
    left: 20px;
    width: 280px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 1.5px;
    background: #444;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  padding-top: 70px;
  position: relative;
  padding-bottom: 43px;
  background-image: url("../img/banner-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navigation-area__group {
  background-color: #FFFFFF;
  max-width: 1300px;
  margin: 0 auto auto;
  position: absolute;
  border-radius: 18px;
  width: calc(100% - 40px);
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}
.navigation-items__block {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.navigation-items__block li {
  width: 20%;
}
.navigation-items__block li:not(:last-child) {
  border-right: solid 1px #D5D5D5;
  box-sizing: border-box;
}
.navigation-items__block li a {
  text-align: center;
  margin-top: 10px;
}
.navigation-items__block li a ._icon {
  display: block;
  width: 25px;
  margin: 0 auto;
}
.keyvisual-slider__box._liks {
  position: relative;
}
.keyvisual-links__block {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 56vw;
}
.keyvisual-links__block ._link {
  width: 25%;
}
.keyvisual-links__block ._link a {
  width: 100%;
  height: 56vw;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .navigation-area__group {
    margin: 0 auto;
    border-radius: 0;
    width: 100%;
    position: static;
    right: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .navigation-items__block {
    padding: 0;
    flex-wrap: wrap;
  }
  .navigation-items__block li {
    width: 50%;
  }
  .navigation-items__block li a {
    margin-top: 0;
    padding: 20px 0;
    font-size: 16px;
  }
  .navigation-items__block li:nth-child(1) {
    border-bottom: solid 1px #D5D5D5;
  }
  .navigation-items__block li:nth-child(2) {
    border-right: none;
    border-bottom: solid 1px #D5D5D5
  }
  .navigation-items__block li:nth-child(3) {
    border-bottom: solid 1px #D5D5D5
  }
  .navigation-items__block li:nth-child(4) {
    border-right: none;
    border-bottom: solid 1px #D5D5D5;
  }
  .navigation-items__block li:nth-child(5) {
    width: 100%;
  }
  .navigation-items__block li a ._icon {
    display: flex;
    width: 20px;
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 769px) {
  .keyvisual-links__block ._link {
    width: 50%;
  }
  .keyvisual-links__block ._link a {
    height: 92vw;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-items__title {
  background-image: url("../img/title-bgi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
  background-position: right;
}
.keyvisual-items__title h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.keyvisual-items__title span {
  font-size: 14px;
  display: block;
  color: #00874E;
  letter-spacing: .2em;
  font-weight: 500;
  margin-left: 3px;
}
.keyvisual-items__inner {
  position: relative;
  padding-bottom: 100px;
}
.keyvisual-items__text {
  background-color: #FFFFFF;
  border-radius: 16px;
  max-width: 600px;
  box-sizing: border-box;
  padding: 46px;
  position: absolute;
  right: 50px;
  bottom: 0px;
}
.keyvisual-items__text h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 941px) {
  .keyvisual-items__text h1 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 653;
  }
  .keyvisual-items__text {
    border-radius: 10px;
    max-width: 350px;
    padding: 24px;
    ;
    right: 10px;
  }
  .keyvisual-items__inner {
    padding-bottom: 210px;
  }
  .keyvisual-items__title h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .keyvisual-items__title span {
    font-size: 11px;
  }
  .keyvisual-items__title {
    padding: 46px 0 80px;
  }
}
@media screen and (max-width: 768px) {}
/* 記事共通
* --------------------------------------- */
.common-post__group {
  background-image: url("../img/title-green.png");
  background-position: center top -100px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.common-post__group._blue {
  background-image: url("../img/title-blue.png");
}
.common-post__group._orange {
  background-image: url("../img/title-orange.png");
}
.common-title__wrap {
  margin-bottom: 50px;
}
.common-title__wrap h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 46px;
}
.bottom-60-margin {
  margin-bottom: 60px;
}
.bottom-46-margin {
  margin-bottom: 46px;
}
.bottom-32-margin {
  margin-bottom: 32px;
}
.bottom-24-margin {
  margin-bottom: 24px;
}
.bottom-16-margin {
  margin-bottom: 16px;
}
.common-list__1ver li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 20px;
  box-sizing: border-box;
}
.common-list__1ver li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-list__1ver li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #00874E;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-list__1ver._blue li::before {
  background: #4B84C4;
}
.common-list__1ver._orange li::before {
  background: #874E00;
}
.common-list__1ver li b {
  font-size: 20px;
}
.common-title__1ver {
  font-size: 28px;
  font-weight: 600;
}
.common-table__1ver {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.common-table__1ver th {
  padding: 15px 20px;
  background: #fff;
  border: solid 1px #D1D1D1;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
}
.common-table__1ver td {
  padding: 15px 20px;
  border: solid 1px #D1D1D1;
  text-align: left;
  vertical-align: middle;
}
.common-table__1ver tr:nth-child(1) th {
  background-color: #A55815;
  color: #fff;
}
.common-list__2ver li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 500;
}
.common-list__2ver li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-list__2ver li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #C4954B;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-list__2ver._orange li::before {
  background: #C4954B;
}
.common-title__2ver {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1.5;
  padding-left: 32px;
  position: relative;
  border-bottom: solid 1px #D1D1D1
}
.common-title__2ver::after {
  content: "";
  width: 10px;
  height: 42px;
  background: linear-gradient(180deg, #C3CCEA 0%, #C3CCEA 50%, #4B84C4 50%, #4B84C4 100%);
  position: absolute;
  left: 0;
  top: 11px;
}
.common-title__2ver._orange::after {
  background: linear-gradient(180deg, #EADDC3 0%, #EADDC3 50%, #F0A033 50%, #F0A033 100%);
}
.common-title__2ver._green::after {
  background: linear-gradient(180deg, #ADD0C9 0%, #ADD0C9 50%, #00874E 50%, #00874E 100%);
}
.progress-items__wrap h3 {
  background-color: #4B84C4;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 10px 10px 0 0;
}
.progress-items__inner {
  background-color: #DBE5F2;
  padding: 46px 32px;
  border-radius: 0 0 20px 20px;
}
.progress-items__box {
  background-color: #fff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px;
}
.progress-items__box span {
  color: #4B84C4;
  display: block;
  letter-spacing: .1em;
  font-size: 14px;
}
.progress-items__inner ._icon {
  width: 30px;
  margin: 16px auto;
  height: 10px;
}
.step-items__inner {
  background-color: #fff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px;
}
.step-items__box {
  background-color: #F2F0E7;
  padding: 32px 32px;
  border-radius: 0 0 20px 20px;
}
.step-items__inner span {
  color: #F0A033;
  display: block;
  letter-spacing: .1em;
  font-size: 14px;
}
._green .step-items__inner span {
  color: #00874E;
}
.step-items__inner h3 {
  font-size: 28px;
  font-weight: 600;
}
.step-items__wrap ._icon {
  width: 50px;
  margin: 16px auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .common-title__wrap h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .common-list__1ver li b {
    font-size: 15px;
  }
  .common-list__1ver li::before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .common-list__1ver li {
    margin-bottom: 16px;
    padding-left: 17px;
  }
  .common-post__group {
    background-position: center top 0;
  }
  .bottom-60-margin {
    margin-bottom: 46px;
  }
  .bottom-46-margin {
    margin-bottom: 32px;
  }
  .bottom-32-margin {
    margin-bottom: 24px;
  }
  .bottom-24-margin {
    margin-bottom: 16px;
  }
  .bottom-16-margin {
    margin-bottom: 8px;
  }
  .common-title__1ver {
    font-size: 18px;
  }
  .common-list__2ver li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .common-list__2ver li {
    padding-left: 12px;
  }
  .common-title__2ver {
    font-size: 21px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .common-title__2ver::after {
    width: 6px;
    height: 30px;
    top: 2px;
  }
  .progress-items__inner {
    padding: 16px;
    border-radius: 0 0 10px 10px;
  }
  .progress-items__box {
    padding: 16px;
    border-radius: 8px;
  }
  .step-items__box {
    padding: 16px;
    border-radius: 0 0 10px 10px;
  }
  .step-items__inner {
    padding: 16px;
    border-radius: 8px;
  }
  .step-items__inner h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .step-items__wrap ._icon {
    width: 30px;
    margin: 8px auto;
    height: 30px;
  }
  .step-items__inner span {
    font-size: 11px;
    margin-bottom: 2px;
  }
}
/* よくあるご質問
* --------------------------------------- */
.faq-items__box .faq-header__box {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  padding: 20px 40px 20px 0;
}
.faq-items__box {
  border-bottom: solid 1px #D1D1D1;
}
.faq-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.faq-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.faq-items__box .faq-header__box .i_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-items__box .faq-header__box .i_box:before, .faq-items__box .faq-header__box .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.faq-items__box .faq-header__box .i_box:before {
  border-top: 4px solid #C7C7C7;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-items__box .faq-header__box .i_box:after {
  border-left: 4px solid #C7C7C7;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 8px;
  transition: .3s;
}
.faq-items__box .faq-header__box.open .i_box:after {
  height: 0;
}
.faq-items__box .faq-answer__box {
  margin-bottom: 20px;
  box-sizing: border-box;
  display: none;
}
.faq-header__text {
  position: relative;
  padding-left: 60px;
}
.faq-header__text::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-q.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.faq-header__text h2 {
  font-weight: 600;
  color: #00874E;
}
.faq-answer__text {
  font-size: 15px;
}
.faq-items__box .faq-header__box.open {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .faq-header__text::before {
    width: 25px;
    height: 25px;
    top: 3px;
  }
  .faq-header__text {
    position: relative;
    padding-left: 38px;
  }
  .faq-items__box .faq-header__box {
    padding: 16px 25px 16px 0;
  }
  .faq-items__box .faq-header__box .i_box {
    right: 0;
  }
}
@media screen and (max-width: 425px) {}
/* 追従バナー
* --------------------------------------- */
.smartphone-fixd__box {
  display: none
}

.footer-area__group {
	background-color: #3486C9;
}
.footer-area__group small{
	display: block;
	color: #fff;
	text-align: center;
	padding: 32px 0;
	font-size: 15px;
	
}
@media screen and (max-width: 941px) {
.smartphone-fixd__box {
    display: block
  }
  .smartphone-fixd__wrap {
    position: fixed;
    bottom: 6px;
    z-index: 1000;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .smartphone-fixd__box a {
    display: flex;
 
    background-color: #00874E;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    font-size: 18px;
    gap: 0 10px;
    border-radius: 10px;
  }
  .smartphone-fixd__box a ._icon {
    display: flex;
    width: 20px;
  }
}

/* フォーム
* --------------------------------------- */

.form-items__wrap {

  margin-bottom: 32px;

}
.form-items__title {

  padding-right: 30px;
  box-sizing: border-box;

  letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.required {
  
color: #fff;
    display: inline-block;

    background-color: #D70C18;
    padding: 0px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
	margin-left: 10px;
}

.btn-success {
  background: #0C1828;
  border-radius: 100px;
  color: #fff;
  max-width: 320px;
  
  text-align: center;
  position: relative;
  padding: 24px;
  border: none;
  width: 100%;
  margin: 32px auto 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #B1000A;
  color: #fff;
  border: none;
  opacity: .7;
}
.form-items__editor input {
  box-shadow: none;
  border: 1px solid #D1D1D1;
  height: 60px;
  
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor textarea {
  box-shadow: none;
  border: 1px solid #D1D1D1;
  height: 200px;

  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor input:active, .form-items__editor input:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.form-items__editor textarea:active, .form-items__editor textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.acceptance-send__wrap {
  text-align: center;
  text-align: center;
}
.acceptance-send__wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
.acceptance-send__wrap input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.acceptance-send__wrap .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}
.acceptance-send__wrap .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(画像のパス) no-repeat center center/contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #000;
}
.acceptance-send__wrap a {
  text-decoration: underline;
}
.form-send__wrap {
  position: relative;
  text-align: center;
  max-width: 313px;
  margin: 32px auto 0;
}
.form-send__wrap input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  padding: 24px 35px;
  border-radius: 0;
  background-color: #0279C2;
  border: none;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-weight: 400;
}
.form-send__wrap span.wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 769px) {

 
  .any, .required {
    font-size: 11px;
    padding: 2px 10px;
  
  }
  .form-items__editor input {
  
    padding: 10px;
  }
  .form-send__wrap input[type="submit"] {

    padding: 24px 30px;
  }
}