.header-left-logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1600px) {
  .header-left-logo {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-left-logo {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.header-left-logo img {
  width: 31.6rem;
}
@media screen and (max-width: 1400px) {
  .header-left-logo img {
    width: 28rem;
  }
}
.header-left-logo .header-left-txt-logo {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(220, 70, 121) 0%, rgb(231, 121, 117) 50%, rgb(241, 167, 114) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header-left-logo .header-left-txt-logo {
    margin-left: 1.5rem;
    font-size: 1.7rem;
  }
}

.header-right-button {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgb(220, 70, 121) 0%, rgb(231, 121, 117) 50%, rgb(241, 167, 114) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 7rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .header-right-button {
    width: 21rem;
  }
}
.header-right-button:after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.8rem;
  background-image: url(../img/common/icon1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.header-right-button:hover {
  background: linear-gradient(90deg, rgb(220, 70, 121) 0%, rgb(220, 70, 121) 100%);
}

.header-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .header-main {
    padding-right: 1.5rem;
    align-items: center;
  }
}

.header-mid-link {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.1rem;
}
.header-mid-link.dropdown-menu {
  position: relative;
  z-index: 2;
}
.header-mid-link.dropdown-menu:hover ~ .dropdown-menu-child {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-mid-link.dropdown-menu {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .header-mid-link {
    display: flex;
    padding: 1.5rem 0;
    border-bottom: 0.1rem solid #e26278 !important;
  }
}
.header-mid-link span {
  display: block;
  line-height: 1;
}
.header-mid-link span.eng {
  font-size: 1.8rem;
  font-weight: 700;
}
.header-mid-link span.jpn {
  font-size: max(8px, 1.2rem);
  font-weight: 700;
  color: #e26278;
}
@media screen and (max-width: 767px) {
  .header-mid-link span.jpn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .header-mid-link:before {
    content: "";
    display: block;
    width: max(0.8rem, 5px);
    height: max(0.8rem, 5px);
    background-color: #e26278;
    border-radius: 100rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .header-mid-link.is-active:before, .header-mid-link:hover:before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-mid-link.is-active, .header-mid-link:hover {
    background-color: #e26278;
    color: #fff;
  }
  .header-mid-link.is-active span.jpn, .header-mid-link:hover span.jpn {
    color: #fff;
  }
}

.header-mid-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 6.4rem;
       column-gap: 6.4rem;
}
.header-mid-ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-mid-ul li .dropdown-menu-child {
    position: absolute;
    top: 0;
    left: -4rem;
    right: -4rem;
    padding-top: 10rem;
    display: none;
    z-index: 1;
    width: max-content;
    min-width: 17.4rem;
  }
}
.header-mid-ul li .dropdown-menu-child:hover {
  display: block;
}
.header-mid-ul li .dropdown-menu-child .dropdown-menu-child-item-link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 1rem 1rem;
  background-color: #FAEDED;
  transition: all 0.3s ease-in-out;
}
.header-mid-ul li .dropdown-menu-child .dropdown-menu-child-item-link:hover, .header-mid-ul li .dropdown-menu-child .dropdown-menu-child-item-link.is-active {
  color: #e26278;
}
@media screen and (max-width: 767px) {
  .header-mid-ul li .dropdown-menu-child .dropdown-menu-child-item-link {
    text-align: center;
  }
}

.header-mid .header-mid-ul {
  padding-top: 0.5rem;
}
@media screen and (max-width: 1600px) {
  .header-mid .header-mid-ul {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .header-mid .header-mid-ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header-mid .header-mid-ul {
    padding-top: 0;
    display: block;
  }
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  header.is-active {
    background-color: #FAEDED;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-color: #FAEDED;
  }
}

.btn-hamberger {
  width: 5rem;
  height: 5rem;
  position: relative;
  cursor: pointer;
}

.btn-hamberger span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10rem;
  width: 100%;
  height: 0.4rem;
  background-color: #e26278;
  transition: all 0.3s ease-in-out;
}

.btn-hamberger::before,
.btn-hamberger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background-color: #e26278;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.btn-hamberger::before {
  top: 20%;
  left: 0;
}

.btn-hamberger::after {
  bottom: 20%;
  left: 0;
}

.btn-hamberger.is-active span {
  opacity: 0;
}

.btn-hamberger.is-active::before {
  transform: rotate(45deg);
  top: 50%;
}

.btn-hamberger.is-active::after {
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .header-mid {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FAEDED;
    display: none;
    border-top: 0.1rem solid #e26278;
    height: calc(100vh - 10.4rem);
    overflow: scroll;
    max-height: 62.3rem;
  }
}

@media (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu-child {
    border-bottom: 0.1rem solid #e26278;
  }
}

.footer {
  background: linear-gradient(90deg, rgb(219, 49, 112) 0%, rgb(245, 203, 113) 100%);
  padding-top: 6.5rem;
  padding-bottom: 7rem;
}

.footer1 {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #fff;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1300px) {
  .footer1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 5rem;
  }
}

.footer1-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-fs16 {
  font-size: 1.6rem;
  font-weight: 500;
}

.footer1-flex-right-link-child {
  font-weight: 400;
  padding-left: 1.7rem;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .footer1-flex-right-link-child {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.footer1-flex-right-link-child li + li {
  padding-top: 1.2rem;
}

.footer1-flex-right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 80.5rem;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .footer1-flex-right {
    max-width: 75rem;
  }
}
@media screen and (max-width: 767px) {
  .footer1-flex-right {
    row-gap: 2.5rem;
    padding-top: 2.5rem;
  }
  .footer1-flex-right .footer1-flex-right-link {
    width: 100%;
    text-align: center;
  }
}

.footer1-flex-left {
  padding-top: 0.7rem;
}

.all-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  min-height: 7.7rem;
}
@media screen and (max-width: 767px) {
  .all-right {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .all-right.scale--botttom {
    padding-bottom: 9rem;
  }
}
.all-right img {
  width: 14.7rem;
}

.scrolltop {
  position: fixed;
  bottom: 8rem;
  right: 1.5rem;
  z-index: 10;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: center center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  background-color: #e26278;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
}
.link-halft-parent{
  position: relative;
}
.link-halft-child{
  position: absolute;
  top: -11rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .scrolltop {
    border: 0.1rem solid #fff;
    width: 5rem;
    height: 5rem;
    background-size: 2rem auto;
    bottom: 13rem;
  }
}
@media screen and (min-width:768px) {
  header.is-page-top .header-mid{
      opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0s linear 0.4s; 
  }
  header.is-page-top.is-active .header-mid{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0s linear 0s; 
  }
}
@media screen and (max-width: 767px) {
  .marrgin-hd-sp {
    padding-top: 10.5rem;
    background-color: #FAEDED;
  }
}
.toggle-change-table-item p.no-hiden {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    background-color: #DB3E7A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35rem;
    height: 7rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid #DB3E7A;
    border-bottom: 0;
}
.toggle-change-table-item p.no-hiden br{
  display: none;
}
.toggle-change-table-item p.no-hiden:hover,.toggle-change-table-item.is-active p.no-hiden{
  background-color: #fff;
  color: #DB3E7A;
}
.gr-toggle-change-table{
  display: grid;
  grid-template-columns: 1fr max-content max-content max-content 1fr;
  align-items: flex-end;
}
.gr-toggle-change-table .toggle-change-table-item:nth-child(2) p.no-hiden{
  border-left: 0;
  border-right: 0;
}
.gr-toggle-change-table:before,.gr-toggle-change-table:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DB3E7A;
}
.gr-toggle-change-table-main{
  border: 1px solid #DB3E7A;
  border-top: 0;
  padding: 5rem 5rem;
}
.block-table-wp{
  display: none;
}
.block-table-wp.is-active{
  display: block;
}
.button-link-form-page{
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px){
  .toggle-change-table-item p.no-hiden {
      font-size: 1.4rem;
      width: 100%;
      min-height: 5rem;
      line-height: 1.5;
      text-align: center;
      padding: 0.5rem 0;
  }
  .toggle-change-table-item p.no-hiden br{
    display: block;
  }
  .gr-toggle-change-table{
    grid-template-columns: 1fr 30% 30% 30% 1fr;
  }
  .gr-toggle-change-table-main{
    padding: 3.5rem 1.5rem;
  }
}
.table-form7{
  width: 100%;
}
.form-select{
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #DB3E7A;
  border-radius: 0.5rem;
  appearance: none;
  padding-left: 1.5rem;
  background: #FAEDED url(../img/common/ico_select.svg) no-repeat right 1.5rem center;
  background-size: 1.8rem auto;
}
.form-select,.form-control,.form-area,.form-area::placeholder{
  font-size: max(1.5rem,13px);
}
.form-select,.form-control{
  height: max(5rem,40px);
}
.form-control{
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #DB3E7A;
  outline: 0;
  border-radius: 0.5rem;
  background-color: #FAEDED;
  padding: 0 1.5rem;
}
.table-form7 tr td{
  vertical-align: top;
  padding-bottom: 1.5rem;
}
.table-form7 tr td:first-child{
  width: 32rem !important;
  padding-right: 3rem;
  padding-top: 1.1rem;
}
.table-form7 tr td:last-child{
  width: calc(100% - 32rem) !important;
}
.table-form7 tr td:first-child p{
  display: inline-block;
  margin: 0 !important;
  font-weight: 500;
}
.erro-form7{
  font-size: max(1.4rem,11px) !important;
  font-weight: 500;
  background-color: #d93636;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  float: right;
}
.txt-mid-form{
  margin-top: 3rem;
}
.form-area{
  width: 100%;
  height: 25rem;
  border: 1px solid #DB3E7A;
  outline: 0;
  border-radius: 0.5rem;
  background-color: #FAEDED;
  padding: 1.5rem;
  line-height: 1.5;
}
.formt7-submit,.cm4cf7-return-button{
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgb(220, 70, 121) 0%, rgb(231, 121, 117) 50%, rgb(241, 167, 114) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 7rem;
  line-height: 1;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.form-submit-all{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 32rem;
}
.cm4cf7-return-button{
  margin-bottom: 1rem;
}
@media screen and (max-width:767px){
  .table-form7 tr td:first-child{
    width: 100% !important;
    padding-bottom: 1rem;
  }
  .table-form7 tr td:last-child{
    width: 100% !important;
  }
  .table-form7 tr td{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .form-submit-all{
    padding-left: 0;
  }
  .form-area{
    height: 20rem;
  }
  .txt-mid-form{
    margin-top: 2.5rem;
  }
}
.fix_banner{
  position: fixed;
  z-index: 10;
  width: 29.7rem;
  right: 1.5rem;
  bottom: 17rem;
}
.fix-site {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    background: #FABBD0;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 1.2rem 0;
}
.fix-site-officical{
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    background: #FABBD0;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
}
.link-official{
  display: block;
  padding-bottom: 2rem;
  background-color: #fff;
  border: 1px solid #FABBD0 !important;
  text-align: center;
}
.link-official img{
  width: 90%;
  margin-top: 1.5rem;
}
.close_btn{
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  background-image: url(../img/common/close.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-left: auto;
}
.header-right-w-official img{
  width: 74%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.header-right-w-official{
  display: block;
  text-align: center;
  background-color: #fff;
}
.header-right{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fix_banner-grid{
  display: grid;
  grid-template-columns: 15% 36% 1fr;
  padding-left: 0;
  padding-right: 0;
}
.link-official-tel{
  display: block;
  padding: 1.5rem;
  background-color: #e26278;
}
.link-official-tel img{
  width: 100%;
}
.link-official-form{
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(220, 70, 121) 0%, rgb(231, 121, 117) 50%, rgb(241, 167, 114) 100%);
  color: #fff;
}
.link-official-web{
  display: block;
  text-align: center;
}
.link-official-web {
    display: block;
    text-align: center;
    padding: 0 1rem;
    background: #fff;
    padding-top: 0.8rem;
    line-height: 1.2;
}
@media screen and (max-width:767px){
  .fix_banner{
    width: auto;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width:1800px) and (min-width:768px){
  .header-left-logo{
    margin-left: 0;
  }
  .header-mid .header-mid-ul{
    column-gap: 3rem;
  }
}
@media screen and (max-width:1600px) and (min-width:768px){
  .header-right-w-official{
    width: 20rem;
  }
  .header-right-w-official img{
    width: 90%;
    margin-top: 0.7rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width:1500px) and (min-width:768px){
  .header-mid .header-mid-ul{
    column-gap: 1rem;
  }
  .header-left-logo img {
      width: 21rem;
  }
  .header-right .header-right-button{
    width: 15rem;
    font-size: 1.5rem;
  }
  .header{
    padding-bottom: 2rem;
  }
}
.header-mid-link--mouse{
  cursor: default;
}
.fqa-content-img-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fqa-content-img-flex-reserver{
  flex-direction: row-reverse;
}
.fqa-content-flex-item{
  width: 55%;
}
.fqa-content-flex-item-img{
  width: 40%;
}
.fqa-content-flex-item-img img{
  border-radius: 1rem;
}
@media screen and (max-width:767px){
.fqa-content-img-flex{
  flex-direction: column-reverse;
  row-gap: 3rem;
}
.fqa-content-flex-item{
  width: 100%;
}
.fqa-content-flex-item-img{
  width: 100%;
}
}
.m_kakomi {
    background: rgba(66, 62, 62, 0.08);
    border-radius: 1rem;
    padding: 6rem 5rem;
}
.m_kakomi__checklist {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    line-height: 2;
    display: grid;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.4rem;
    grid-template-columns: 1fr 1fr;
}
.m_kakomi__checklist li {
    padding-left: 3.4rem;
    background-image: url(../img/common/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__alltext--pt {
    margin-top: 1.7rem;
}
.group_box_colums--item--box-color{
    background: rgba(219, 62, 122, 0.1);
    border-radius: 1rem;
    padding: 6rem 5rem;
}

@media screen and (max-width:767px){
  .m_kakomi {
      padding: 3rem 1.5rem;
  }
  .m_kakomi__checklist{
    display: block;
  }
  .group_box_colums--item--box-color{
    padding: 2rem 1.5rem;
  }
}