@charset "UTF-8";
.br_sp {
  display: none;
}
@media (max-width: 992px) {
  .br_sp {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media (max-width: 1200px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 1200px) {
  .sp_only {
    display: block;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  scroll-behavior: smooth;
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: YakuHanJPs, "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "halt" 1;
  text-spacing-trim: trim-start;
}

p {
  text-box: trim-both text;
}

/* head-floatのスクロール制御用CSS */
.head-float.hide {
  transform: translateY(-65px);
}
@media (max-width: 1200px) {
  .head-float.hide {
    transform: translateY(0);
  }
}

.head-float.show {
  transform: translateY(0);
}

.head-float {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  background: #ffffff;
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .head-float {
    display: none;
  }
}
.head-float .head-float-inner {
  width: 95.9%;
  margin: 0 auto;
}
.head-float .head-float-list {
  display: flex;
  width: 57.2%;
  margin-left: auto;
  max-width: 750px;
}
.head-float .head-float-list .head-float-item {
  width: 33.33%;
  color: #ffffff;
  background: #00b900;
  text-align: center;
}
.head-float .head-float-list .head-float-item:last-child a span {
  margin-left: 35px;
}
.head-float .head-float-list .head-float-item a {
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.head-float .head-float-list .head-float-item a .free {
  position: absolute;
  background: #edf6f5;
  border-radius: 50%;
  color: #333333;
  text-align: center;
  transform: translate(0, -50%);
  left: 9%;
  top: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.head-float .head-float-list .head-float-item a span {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  display: block;
}
.head-float .head-float-list .head-float-item:nth-child(2) {
  background: #0071bc;
}
.head-float .head-float-list .head-float-item:nth-child(3) {
  background: #ec5c72;
}

header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 11px 0 20px;
}
@media (max-width: 1200px) {
  header {
    padding: 30px 0 25px;
    position: fixed;
    background: #ffffff;
    z-index: 2;
  }
}
header.scrolled {
  top: 0;
}
header .header-inner {
  width: 95.9%;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .header-logo {
  width: 24.4%;
}
@media (max-width: 1200px) {
  header .header-inner .header-logo {
    width: 67.4%;
  }
}
header .header-inner .header-nav {
  width: 71.3%;
}
header .header-inner .header-nav .header-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 11px;
  max-width: 934px;
  margin-left: auto;
}
header .header-inner .header-nav .header-list .header-item a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: all ease 0.3s;
  letter-spacing: -0.08em;
}
header .header-inner .header-nav .header-list .header-item a:hover {
  opacity: 0.6;
}
header .header-inner .header-nav .header-list .header-item .search-box {
  position: relative;
}
header .header-inner .header-nav .header-list .header-item .search-box input {
  border: 1px solid #ec5c72;
  border-radius: 60px;
  box-shadow: none;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 89%;
  margin-left: auto;
  display: block;
}
header .header-inner .header-nav .header-list .header-item .search-box input:focus {
  outline: none;
  border: 1px solid #ec5c72;
}
header .header-inner .header-nav .header-list .header-item .search-box::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 24px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/common/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.breadcrumb {
  padding-top: 0;
  width: 95.9004392387%;
  max-width: 1310px;
  margin: 0 auto;
  margin: 0 auto 50px;
}
@media (max-width: 992px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb nav ol {
  display: flex;
  padding: 0;
  margin: 25px 0 0;
}
.breadcrumb nav ol li {
  list-style: none;
  text-decoration: none;
  color: #ec5c72;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.2rem;
}
.breadcrumb nav ol li:last-child {
  color: #333333;
}
.breadcrumb nav ol li.between {
  color: #333333;
  margin: 0 7px;
  display: block;
}
.breadcrumb nav ol li a {
  text-decoration: none;
}

.foot-info {
  background: #ffffff;
  width: 73.9385065886%;
  max-width: 1010px;
  margin: 0 auto;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  padding-bottom: 86px;
}
@media (max-width: 1200px) {
  .foot-info {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .foot-info {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}
.foot-info .foot-txt01 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 10px;
}
.foot-info .foot-txt01 .red {
  font-weight: 700;
  color: #ec5c72;
}
.foot-info .foot-txt01 .blue {
  font-weight: 700;
  color: #00b9ef;
}
.foot-info-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ec5c72;
  border-bottom: 1px solid #ec5c72;
  padding: 18px 0;
}
@media (max-width: 1200px) {
  .foot-info-flex {
    flex-direction: column;
    width: 100%;
  }
}
.foot-info-left {
  width: 44.3%;
  padding-right: 70px;
  position: relative;
}
@media (max-width: 1200px) {
  .foot-info-left {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ec5c72;
  }
}
.foot-info-left::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #ec5c72;
}
@media (max-width: 1200px) {
  .foot-info-left::after {
    content: none;
  }
}
.foot-info-right {
  width: 55.7%;
  display: flex;
  justify-content: space-between;
  padding-left: 55px;
}
@media (max-width: 1200px) {
  .foot-info-right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .foot-info-right .box-L {
    width: 100%;
  }
}
.foot-info-right .box-L .foot-info-link {
  display: none;
}
@media (max-width: 1200px) {
  .foot-info-right .box-L .foot-info-link {
    display: block;
  }
}
.foot-info-right .box-L .foot-info-ttl {
  color: #00B900;
}
.foot-info-right .box-R {
  width: 95px;
}
@media (max-width: 1200px) {
  .foot-info-right .box-R {
    display: none;
  }
}
.foot-info-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #EC5C72;
  letter-spacing: -0.04em;
}
@media (max-width: 1200px) {
  .foot-info-ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.foot-info-txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.47;
  margin-bottom: 8px;
  color: #333333;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .foot-info-txt {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.foot-info-link {
  display: block;
  width: 170px;
  text-align: center;
  border: 1px solid #EC5C72;
  border-radius: 20px;
  text-decoration: none;
  color: #EC5C72;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 18px 10px 0;
  margin-left: auto;
  position: relative;
  right: -19px;
  letter-spacing: -0.2em;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .foot-info-link {
    width: 170px;
    font-size: 1.2rem;
    padding: 8px 16px 10px 0;
    margin: 17px auto 0;
    text-align: center;
    right: 0;
  }
}
.foot-info-link::after {
  content: "";
  width: 18px;
  height: 18px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/common/arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .foot-info-link::after {
    width: 15px;
    height: 15px;
    right: 5px;
  }
}
.foot-info-link:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
}
.foot-info-link:hover:after {
  right: 5px;
}
@media (max-width: 1200px) {
  .foot-info-link:hover:after {
    right: 2px;
  }
}
.foot-info-tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .foot-info-tel {
    flex-direction: column;
    margin-top: 30px;
  }
}
.foot-info-tel .foot-tel {
  width: 76.7%;
}
@media (max-width: 1200px) {
  .foot-info-tel .foot-tel {
    width: 94.7%;
    margin: 0 auto;
  }
}
.foot-info-tel .foot-mail {
  width: 210px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  display: block;
  background: #ec5c72;
  border-radius: 5px;
  padding: 10px 0 10px 31px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .foot-info-tel .foot-mail {
    width: 181px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.foot-info-tel .foot-mail::before {
  content: "";
  width: 26px;
  height: 19px;
  background: url(../img/common/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 12px;
  top: 52%;
  transform: translate(0, -50%);
}

.footer {
  background: #ec5c72;
  padding-top: 49px;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 55px;
  }
}
.footer-inner {
  width: 95.9004392387%;
  max-width: 1310px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer-inner {
    width: 89.8666666667%;
    margin: 0 auto;
  }
}
.footer-inner-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 64px;
}
@media (max-width: 1200px) {
  .footer-inner-container {
    flex-direction: column;
    padding-bottom: 0;
    border: none;
  }
}
.footer-inner-container .footer-inner-box {
  width: 18.3%;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box {
    width: 100%;
  }
}
.footer-inner-container .footer-inner-box.footer-w01 {
  width: 18.3%;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box.footer-w01 {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box.footer-w01 .footer-inner-list {
    width: 100%;
    margin-bottom: 25px;
  }
}
.footer-inner-container .footer-inner-box.footer-w02 {
  width: 38.6%;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box.footer-w02 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.footer-inner-container .footer-inner-box.footer-w02 .footer-inner-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box.footer-w02 .footer-inner-flex {
    flex-direction: column;
    display: none;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.footer-inner-container .footer-inner-box.footer-w02 .footer-inner-flex .footer-inner-list {
  width: 47.4%;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box.footer-w02 .footer-inner-flex .footer-inner-list {
    width: 100%;
    margin-bottom: 25px;
  }
}
.footer-inner-container .footer-inner-box .footer-inner-title {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #ffffff;
}
.footer-inner-container .footer-inner-box .footer-inner-title a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  letter-spacing: -0.07em;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box .footer-inner-title a {
    font-size: 1.4rem;
    cursor: pointer;
    margin-bottom: 0;
    display: block;
  }
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box .footer-inner-title a::after {
    border: 1px solid #ffffff;
    content: "＋";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease;
  }
  .footer-inner-container .footer-inner-box .footer-inner-title a.active::after {
    content: "−";
  }
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box > .footer-inner-list {
    display: none;
    margin-top: 20px;
  }
}
.footer-inner-container .footer-inner-box .footer-item {
  padding: 6px 0 5px;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box .footer-item {
    border-bottom: 1px dotted #ffffff;
    padding: 15px 0;
  }
}
.footer-inner-container .footer-inner-box .footer-item:first-child {
  padding-top: 0;
}
.footer-inner-container .footer-inner-box .footer-item a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.05em;
  transition: all 0.3s ease;
}
.footer-inner-container .footer-inner-box .footer-item a .foot-mini {
  font-size: 81.8%;
  margin-left: -0.2em;
  display: block;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box .footer-item a .foot-mini {
    font-size: 81.8%;
    margin-left: 0;
    padding-left: 32px;
  }
}
.footer-inner-container .footer-inner-box .footer-item a:hover {
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .footer-inner-container .footer-inner-box .footer-item a {
    font-size: 1.4rem;
    padding-left: 35px;
  }
}
.footer-mid-list {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  margin-left: 6px;
}
@media (max-width: 1200px) {
  .footer-mid-list {
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .footer-mid-item {
    width: 50%;
    margin-bottom: 25px;
  }
}
.footer-mid-item a {
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  padding-left: 37px;
  position: relative;
  letter-spacing: -0.09em;
  transition: all 0.3s ease;
}
.footer-mid-item a:hover {
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .footer-mid-item a {
    font-size: 1.4rem;
  }
}
.footer-mid-item:first-child a::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/f_icon05.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer-mid-item:nth-child(2) a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/common/f_icon06.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.footer-mid-item:nth-child(3) a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/f_icon07.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 9px;
  top: 52%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .footer-mid-item:nth-child(3) a::before {
    left: 1px;
  }
}
.footer-mid-item:nth-child(4) a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/f_icon08.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .footer-mid-item:nth-child(4) a::before {
    left: 6px;
  }
}
.footer-btn-list {
  display: flex;
  gap: 10px;
  margin: 25px 0 55px;
}
@media (max-width: 1200px) {
  .footer-btn-list {
    border-top: 1px solid #ffffff;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.footer-btn-item {
  width: 17.1%;
}
@media (max-width: 1200px) {
  .footer-btn-item {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.footer-btn-item a {
  display: block;
  transition: all 0.3s ease;
}
.footer-btn-item a:hover {
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .footer-btn-item a {
    width: 100%;
    margin: 0 auto;
  }
}
.footer-btn-item a img {
  filter: drop-shadow(0 0 6px 1px rgba(0, 0, 0, 0.1));
  display: block;
  margin: 0 auto;
}
.footer-bottom-container {
  width: 100%;
  background: #f7bec7;
  padding: 20px 0 30px;
}
@media (max-width: 1200px) {
  .footer-bottom-container {
    padding: 20px 0 15px;
  }
}
.footer-bottom-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 95.9004392387%;
  max-width: 1310px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer-bottom-list {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.footer-bottom-logo {
  width: 256px;
}
@media (max-width: 1200px) {
  .footer-bottom-logo {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .footer-bottom-logo {
    width: 225px;
  }
}
@media (max-width: 1200px) {
  .footer-bottom-item {
    width: 100%;
  }
}
.footer-bottom-item .copyright {
  font-size: 1.4rem;
  line-height: 2.56;
  color: #333333;
  position: relative;
  top: 8px;
}
@media (max-width: 1200px) {
  .footer-bottom-item .copyright {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 20px;
    top: 0;
  }
}

.icon01 {
  padding-left: 35px;
  position: relative;
}
.icon01::before {
  content: "";
  width: 14px;
  height: 22px;
  background: url(../img/common/f_icon01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .icon01::before {
    width: 11px;
    height: 18px;
  }
}

.icon02 {
  padding-left: 35px;
}
.icon02::before {
  content: "";
  width: 31px;
  height: 26px;
  background: url(../img/common/f_icon02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .icon02::before {
    width: 25px;
    height: 21px;
  }
}

.icon03 {
  padding-left: 35px;
}
.icon03::before {
  content: "";
  width: 13px;
  height: 16px;
  background: url(../img/common/f_icon03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .icon03::before {
    width: 11px;
    height: 13px;
  }
}

.icon04 {
  padding-left: 35px;
}
.icon04::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/f_icon04.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .icon04::before {
    width: 18px;
    height: 18px;
  }
}

.link-btn {
  display: block;
  width: 170px;
  text-align: center;
  border: 1px solid #EC5C72;
  border-radius: 20px;
  text-decoration: none;
  color: #EC5C72;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 7px 10px 0;
  position: relative;
  margin-top: 40px;
  margin-left: auto;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .link-btn {
    width: 38.6%;
    font-size: 1.2rem;
    padding: 8px 16px 10px 0;
    display: block;
  }
}
.link-btn:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/arrow.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .link-btn:after {
    width: 15px;
    height: 15px;
    right: 5px;
  }
}
.link-btn:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
  color: #ffffff;
  background: #EC5C72;
}
.link-btn:hover:after {
  right: 5px;
}
@media (max-width: 1200px) {
  .link-btn:hover:after {
    right: 2px;
  }
}

.header {
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.3);
  display: none;
}
@media (max-width: 1200px) {
  .header {
    display: block;
  }
}
.header nav {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  background: #adb7bf;
  display: none;
  padding-top: 120px;
  overflow-y: scroll;
}
.header ul {
  width: 90.1%;
  margin: 0 auto;
  /*最初はナビゲーションボタンは非表示*/
  list-style: none;
}
.header ul li {
  color: #ffffff;
  padding: 20px 0 20px 40px;
  border-bottom: 1px solid #ffffff;
}
.header ul li a {
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  text-align: left;
  text-decoration: none;
}
.header ul .icon01 {
  position: relative;
}
.header ul .icon01::before {
  content: "";
  width: 11px;
  height: 18px;
  background: url(../img/common/h_icon01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translate(0, -50%);
}
.header ul .icon02 {
  position: relative;
}
.header ul .icon02::before {
  content: "";
  width: 25px;
  height: 21px;
  background: url(../img/common/h_icon02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.header ul .icon03 {
  position: relative;
}
.header ul .icon03::before {
  content: "";
  width: 11px;
  height: 13px;
  background: url(../img/common/h_icon03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.header ul .icon04 {
  position: relative;
}
.header ul .icon04::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/h_icon04.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
}
.header ul .icon05 {
  position: relative;
}
.header ul .icon05::before {
  content: "";
  width: 11px;
  height: 18px;
  background: url(../img/common/h_icon05.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translate(0, -50%);
}
.header ul .icon06 {
  position: relative;
}
.header ul .icon06::before {
  content: "";
  width: 25px;
  height: 21px;
  background: url(../img/common/h_icon06.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.header ul .icon07 {
  position: relative;
}
.header ul .icon07::before {
  content: "";
  width: 11px;
  height: 13px;
  background: url(../img/common/h_icon07.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.header ul .icon08 {
  position: relative;
}
.header ul .icon08::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/h_icon08.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
}
.header .footer-btn-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 51.7%;
  margin: 50px auto;
}
@media (max-width: 1200px) {
  .header .footer-btn-list {
    border-top: none;
  }
}
.header .footer-btn-list .footer-btn-item {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  border: none;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}
.header .hamburger {
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  right: 32px;
  border: 1px solid #ec5c72;
  border-radius: 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 10;
  display: none;
}
@media (max-width: 1200px) {
  .header .hamburger {
    display: block;
    right: 15px;
  }
}
.header .hamburger span {
  /*3本の線を作る*/
  transition: all 0.3s ease;
  position: absolute;
  height: 1.5px;
  background-color: #ec5c72;
  width: 27px;
  z-index: 10;
  margin: 0 auto;
}
.header .hamburger span:nth-of-type(1) {
  /*上の線の位置*/
  top: 11px;
  left: 5px;
}
.header .hamburger span:nth-of-type(2) {
  /*真ん中の線の位置*/
  top: 18px;
  left: 5px;
}
.header .hamburger span:nth-of-type(3) {
  /*下の線の位置*/
  top: 25px;
  left: 5px;
}
.header .hamburger.open {
  border: 1px solid #ffffff;
}
.header .hamburger.open span {
  background: #ffffff;
}
.header .hamburger.open span:nth-of-type(1) {
  /*openのとき、上の線を右斜めにする*/
  top: 11px;
  transform: translateY(7px) rotate(-45deg);
}
.header .hamburger.open span:nth-of-type(2) {
  /*真ん中の線を消す*/
  opacity: 0;
}
.header .hamburger.open span:nth-of-type(3) {
  /*下の線を左斜めにする*/
  top: 25px;
  transform: translateY(-7px) rotate(45deg);
}
.header .header-child {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
.header .header-child li {
  border-bottom: 1px dotted #ffffff;
}
.header .header-child li .head-mini {
  font-size: 81.8%;
  margin-left: -0.4em;
  display: block;
}
.header .parent-item {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  font-size: 1.4rem;
  text-align: left;
}
.header .parent-item::after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  border-radius: 2.5px;
}
.header .parent-item.active::after {
  content: "−";
}

.open + .header-logo {
  display: none;
}
/*# sourceMappingURL=common.css.map */