@charset "UTF-8";
/***********************

カラー

***********************/
/***********************

サイズ

***********************/
/***********************

flex box

***********************/
/***********************

レスポンシブ

***********************/
/***********************

フォント

***********************/
/***********************
common
**********************/
.main-Title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(25px,1.302vw);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-Title {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
}
.main-Title h2 {
  font-size: min(38px, 2.11rem);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .main-Title h2 {
    font-size: clamp(27px, 1.6875rem, 38px);
  }
}
@media screen and (max-width: 450px) {
  .main-Title h2 {
    line-height: 1.5;
  }
}
.main-Title .circle {
  position: absolute;
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  background-color: #30c7a7;
  opacity: 35%;
  border-radius: 50%;
  left: -23px;
  top: 44%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .main-Title .circle {
    width: 9.125vw;
    height: 9.125vw;
    top: 25%;
    left: -28px;
  }
}
@media screen and (max-width: 450px) {
  .main-Title .circle {
    width: 13.125vw;
    height: 13.125vw;
    top: 33%;
  }
}
.main-Title .circle.pink {
  background-color: #ef8a8e;
}

.sec-info {
  margin-bottom: min(60px,3.125vw);
  text-align: center;
}
@media screen and (max-width: 450px) {
  .sec-info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .sec-info p {
    font-size: 18px;
  }
}

.sv {
  padding: 4.35vw 0;
  background: #30c7a7;
}
@media screen and (max-width: 768px) {
  .sv {
    padding: 9vw 0;
  }
}
.sv h2 {
  font-size: clamp(24px, 1.58vw, 32px);
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
}

.btn {
  width: 85%;
  max-width: 300px;
  height: clamp(75px, 7vw, 90px);
  border-radius: 50px;
  margin: min(40px, 2.083vw) auto 0;
  transition: 0.6s;
}
@media screen and (max-width: 1024px) {
  .btn {
    margin-top: 40px;
  }
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn a span {
  font-size: min(20px, 1.111rem);
  color: #fff;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .btn a span {
    font-size: max(20px, 1.25rem);
  }
}
.btn a img {
  width: clamp(40px, 2.5vw, 40px);
  margin-left: min(20px, 1.041vw);
}
.btn.btn-contact {
  background: #30c7a7;
}
.btn.contactWhite {
  background: #fff;
}
.btn.contactWhite a span {
  color: #30c7a7;
}
.btn.btn-tell {
  background: #ef8a8e;
}
.btn.whitepink {
  background: #fff;
}
.btn.whitepink span {
  color: #ef8a8e;
}
.btn:hover {
  transform: scale(1.06);
}
.btn.btn-confirm p {
  width: 100%;
  height: 100%;
  position: relative;
}
.btn.btn-confirm p::before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-yellow.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-confirm p input {
  width: 100%;
  height: 100%;
  font-size: clamp(16px, 1.111rem, 20px);
  color: #fff;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background: #f0d597;
  border-radius: 50px;
  letter-spacing: 1.5px;
  padding-right: 30px;
}
.btn.btn-confirm p input:hover {
  cursor: pointer;
}
.btn.btn-confirm p .wpcf7-spinner {
  display: none;
}
.btn.btn-confirm.return p::before {
  right: auto;
  left: 20px;
  background: url(../images/common/arrow-blue.png) no-repeat;
  background-size: contain;
}
.btn.btn-confirm.return p a {
  background: #bad5e6;
  padding-left: 30px;
  padding-right: 0;
  font-size: clamp(16px, 1.111rem, 20px);
  color: #fff;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 50px;
  letter-spacing: 1.5px;
}
.btn.btn-confirm.return p a:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .btn + .btn {
    margin-top: 25px;
  }
}

/***********************
slider
**********************/
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide .item {
  position: relative;
  height: 100%;
}

.slide .item::before {
  display: block;
  padding-top: 50%;
  content: "";
}
@media screen and (max-width: 768px) {
  .slide .item::before {
    padding-top: 100%;
  }
}

.slide .item .image {
  position: relative;
  overflow: hidden;
}

.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/***********************
body
**********************/
#C-Wrapper {
  width: 100%;
  overflow-x: hidden;
}
#C-Wrapper #HD {
  width: 17%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 4;
  background: #fff;
  padding: 2vw 0;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD {
    width: 100%;
    position: relative;
    padding: 0;
  }
}
#C-Wrapper #HD::before {
  position: absolute;
  content: "";
  width: min(10px, .5208vw);
  height: 100%;
  background: #5ab5b2;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    z-index: 4;
    position: relative;
    background: #fff;
  }
}
#C-Wrapper #HD .logo {
  width: min(200px, 10.416vw);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .logo {
    max-width: 27.5rem;
    min-width: 135px;
    width: 36%;
    margin: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    z-index: 4;
  }
}
#C-Wrapper #HD .gmenu {
  padding-top: min(60px,3.125vw);
}
#C-Wrapper #HD .gmenu nav .menuList {
  margin-left: min(60px, 3.125vw);
}
#C-Wrapper #HD .gmenu nav .menuList li {
  line-height: 0;
}
#C-Wrapper #HD .gmenu nav .menuList li a {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(20px, 1.111rem);
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .gmenu nav .menuList li a {
    color: #fff;
  }
}
@media screen and (max-width: 450px) {
  #C-Wrapper #HD .gmenu nav .menuList li a {
    font-size: 20px;
  }
}
#C-Wrapper #HD .gmenu nav .menuList li a span {
  color: #30c7a7;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .gmenu nav .menuList li a span {
    color: #fff;
  }
}
@media screen and (max-width: 450px) {
  #C-Wrapper #HD .gmenu nav .menuList li a span {
    font-size: 20px;
  }
}
#C-Wrapper #HD .gmenu nav .menuList li a:hover {
  color: #30c7a7;
}
#C-Wrapper #HD .gmenu nav .menuList li + li {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .gmenu.pc-menu {
    display: none;
  }
}
#C-Wrapper #HD .gmenu.sp-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .gmenu.sp-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #ef8a8e;
    transition: all 0.6s;
    z-index: 3;
    padding-top: max(160px, 15.686vw);
  }
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .gmenu.open {
    right: 0;
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .gmenu.open nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 450px) {
  #C-Wrapper #HD .gmenu.open nav .menuContact {
    padding-bottom: 50rem;
  }
}
#C-Wrapper #HD .web-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .web-menu {
    z-index: 4;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #C-Wrapper #HD .web-menu ul {
    display: flex;
    align-items: stretch;
    height: 100%;
  }
}
#C-Wrapper #HD .web-menu ul li {
  padding: 15px;
}
#C-Wrapper #HD .web-menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#C-Wrapper #HD .web-menu ul li a img {
  width: clamp(30px, 4.901vw, 50px);
}
#C-Wrapper #HD .web-menu ul li span {
  color: #fff;
  font-size: clamp(10px, 1rem, 16px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  #C-Wrapper #HD .web-menu ul li span {
    font-size: 10px;
    padding-top: 8px;
  }
}
#C-Wrapper #HD .web-menu ul li:not(.hum) {
  background: #30c7a7;
}
#C-Wrapper #HD .web-menu ul li.hum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #ef8a8e;
}
#C-Wrapper #HD .web-menu ul li.hum .burger-wrapper {
  cursor: pointer;
  width: clamp(30px, 4.901vw, 50px);
  height: clamp(20px, 3.921vw, 40px);
}
#C-Wrapper #HD .web-menu ul li.hum .burger-wrapper .hamburger {
  background: #fff;
  width: clamp(30px, 4.901vw, 50px);
  height: 3px;
  position: relative;
  transition: background 10ms 300ms ease;
  transform: translateY(10px);
}
#C-Wrapper #HD .web-menu ul li.hum .burger-wrapper .hamburger:before, #C-Wrapper #HD .web-menu ul li.hum .burger-wrapper .hamburger:after {
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  position: absolute;
  background: #fff;
  width: clamp(30px, 4.901vw, 50px);
  height: 3px;
  content: "";
}
#C-Wrapper #HD .web-menu ul li.hum .burger-wrapper .hamburger:before {
  top: -10px;
}
#C-Wrapper #HD .web-menu ul li.hum .burger-wrapper .hamburger:after {
  top: 10px;
}
#C-Wrapper #HD .web-menu ul li.hum .menu-trigger:checked ~ .burger-wrapper .hamburger {
  background: transparent;
}
#C-Wrapper #HD .web-menu ul li.hum .menu-trigger:checked ~ .burger-wrapper .hamburger:after, #C-Wrapper #HD .web-menu ul li.hum .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  top: 0;
}
#C-Wrapper #HD .web-menu ul li.hum .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  transform: rotate(45deg);
}
#C-Wrapper #HD .web-menu ul li.hum .menu-trigger:checked ~ .burger-wrapper .hamburger:after {
  transform: rotate(-45deg);
}
#C-Wrapper #HD .web-menu ul li.hum .hidden {
  display: none;
}
#C-Wrapper .t-content {
  width: 83%;
  margin-left: 17%;
}
@media screen and (max-width: 1024px) {
  #C-Wrapper .t-content {
    width: 100%;
    margin-left: 0;
  }
}

#FT {
  background: #30c7a7;
  padding-top: min(80px, 4.166vw);
  margin-top: min(120px, 6.25vw);
  position: relative;
}
#FT .footerBg {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 160px;
}
#FT .ftMenu .footerLogo {
  width: 85%;
  max-width: 165px;
  min-width: 110px;
  margin: 0 auto;
}
#FT .ftMenu .footerList {
  margin-top: min(60px, 3.125vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  #FT .ftMenu .footerList {
    max-width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #FT .ftMenu .footerList {
    max-width: 100%;
    padding: 0 15px;
    flex-direction: column;
  }
}
#FT .ftMenu .footerList li {
  margin-right: 15px;
}
#FT .ftMenu .footerList li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #FT .ftMenu .footerList li a {
    font-size: 16px;
    line-height: 3;
  }
}
#FT .ftMenu .menuContact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(40px, 2.083vw);
  margin-bottom: min(80px, 4.166vw);
}
@media screen and (max-width: 768px) {
  #FT .ftMenu .menuContact {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#FT .ftMenu .menuContact .btn {
  margin: 0;
}
#FT .ftMenu .menuContact .btn + .btn {
  margin-left: min(30px, 1.562vw);
}
@media screen and (max-width: 768px) {
  #FT .ftMenu .menuContact .btn + .btn {
    margin-left: 0;
    margin-top: 25px;
  }
}
#FT .copy {
  padding: min(25px, 1.302vw) 0;
  border-top: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  #FT .copy {
    padding: 15px 0;
  }
}
#FT .copy p {
  text-align: center;
  color: #fff;
}
#FT .copy p small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #FT .copy p small {
    font-size: 10px;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ef8a8e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .pagetop {
    right: 15px;
  }
}
.pagetop .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

/********************************
@import
********************************/
/***********************

カラー

***********************/
/***********************

サイズ

***********************/
/***********************

flex box

***********************/
/***********************

レスポンシブ

***********************/
/***********************

フォント

***********************/
/***********************
MV
**********************/
#MV {
  position: relative;
}
#MV::before {
  position: absolute;
  content: "";
  background: url(../images/mv/mv-bg01.png) no-repeat;
  background-size: contain;
  width: 12vw;
  height: 16vw;
  right: 0;
  bottom: 2vw;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  #MV::before {
    width: 23vw;
    height: 32vw;
  }
}
#MV::after {
  position: absolute;
  content: "";
  background: url(../images/mv/mv-bg02.png) no-repeat;
  background-size: contain;
  width: 12vw;
  height: 18vw;
  left: 0;
  bottom: -4vw;
  z-index: 3;
}
@media screen and (max-width: 450px) {
  #MV::after {
    width: 20vw;
    height: 32vw;
  }
}
#MV #catch {
  position: absolute;
  content: "";
  width: 35.15vw;
  height: 11.87vw;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateX(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #MV #catch {
    width: 46.54vw;
  }
}
@media screen and (max-width: 768px) {
  #MV #catch {
    width: 83%;
  }
}
#MV .slide {
  overflow: hidden;
}
#MV .slide::before {
  position: absolute;
  content: "";
  background: url(../images/mv/wave-01.png) 0 0 repeat-x;
  background-size: contain;
  width: 100%;
  height: 2vw;
  left: 0;
  bottom: 0;
  animation: wave01 18s linear infinite;
  z-index: 2;
}
@keyframes wave01 {
  0% {
    background-position: 0 0;
    transform: scale(1);
  }
  100% {
    background-position: 1280px 0;
    transform: scale(1.5);
  }
}
#MV .slide::after {
  position: absolute;
  content: "";
  background: url(../images/mv/wave-02.png) 0 0 repeat-x;
  background-size: contain;
  width: 100%;
  height: 2vw;
  left: 0;
  bottom: 0;
  animation: wave02 18s linear infinite;
  z-index: 2;
}
@keyframes wave02 {
  0% {
    background-position: 0 0;
    transform: scale(1);
  }
  100% {
    background-position: 1280px 0;
    transform: scale(1.5);
  }
}

/***********************
contents
**********************/
#support {
  background: #f8f2ee;
}
#support .main-Title {
  font-size: min(30px, 1.666rem);
}
#support .main-Title span {
  color: #e88194;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(46px, 2.555rem);
}
@media screen and (max-width: 1024px) {
  #support .main-Title span {
    font-size: clamp(27px, 1.6875rem, 38px);
  }
}
#support .supportList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 1.8vw;
}
@media screen and (max-width: 1024px) {
  #support .supportList {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  #support .supportList {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  #support .supportList li {
    width: 45%;
  }
}
@media screen and (max-width: 450px) {
  #support .supportList li {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #support .supportList li + li {
    margin-top: 25px;
  }
}

#about {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #about {
    padding-top: clamp(60px,10vw,120px);
  }
}
#about::before {
  position: absolute;
  content: "";
  background: url(../images/top/about-bg01.png) no-repeat;
  background-size: contain;
  width: 12.135vw;
  height: 15.104vw;
  left: 0;
  top: 1.2vw;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #about::before {
    width: 22.5vw;
    height: 31.52vw;
    top: 6.28vw;
  }
}
#about::after {
  position: absolute;
  content: "";
  background: url(../images/top/about-bg03.png) no-repeat;
  background-size: contain;
  width: 13.48vw;
  height: 13.125vw;
  left: 0;
  bottom: 5vw;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #about::after {
    width: 20.38vw;
    height: 21.28vw;
    bottom: auto;
    top: 32%;
  }
}
#about .aboutContents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #about .aboutContents {
    flex-direction: column;
  }
}
#about .aboutContents::before {
  position: absolute;
  content: "";
  background: url(../images/top/about-bg02.png) no-repeat;
  background-size: contain;
  width: 15.937vw;
  height: 12.55vw;
  left: 34%;
  top: 10vw;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #about .aboutContents::before {
    width: 24.38vw;
    height: 18.85vw;
    top: 53%;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  #about .aboutContents::before {
    width: 33.5vw;
    height: 31.85vw;
  }
}
#about .aboutContents::after {
  position: absolute;
  content: "";
  background: url(../images/top/about-bg04.png) no-repeat;
  background-size: contain;
  width: 9.687vw;
  height: 10.05vw;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #about .aboutContents::after {
    width: 19.5vw;
    height: 20.05vw;
  }
}
@media screen and (max-width: 450px) {
  #about .aboutContents::after {
    width: 26.5vw;
    height: 26.05vw;
  }
}
#about .aboutContents-areaText {
  width: 43%;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  #about .aboutContents-areaText {
    width: 100%;
    padding: 0 15px;
  }
}
#about .aboutContents-areaText .titleBox {
  margin-bottom: min(40px,2.083vw);
}
@media screen and (max-width: 450px) {
  #about .aboutContents-areaText .titleBox {
    margin-bottom: 25px;
  }
}
#about .aboutContents-areaText .titleBox h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(44px, 2.444rem);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #about .aboutContents-areaText .titleBox h2 {
    font-size: clamp(30px, 1.875rem, 44px);
  }
}
#about .aboutContents-areaText .textBox p {
  line-height: 2.8;
  font-size: min(24px, 1.33rem);
}
@media screen and (max-width: 450px) {
  #about .aboutContents-areaText .textBox p {
    font-size: 20px;
    line-height: 2.1;
  }
}
#about .aboutContents-areaImg {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  #about .aboutContents-areaImg {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

#supportarea {
  border-radius: 150px 0 150px 0;
  background: url(../images/top/area-bg.png) no-repeat;
  background-color: #f8f2ee;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #supportarea {
    border-radius: 50px 0 50px 0;
    padding-top: clamp(60px,10vw,120px);
    background: url(../images/top/area-bg.png) repeat-y;
    background-color: #f8f2ee;
    background-size: auto;
  }
}
@media screen and (max-width: 450px) {
  #supportarea {
    padding-top: 80px;
  }
}
#supportarea .supportareaContents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: min(55px, 2.864vw);
}
@media screen and (max-width: 1024px) {
  #supportarea .supportareaContents {
    flex-direction: column;
  }
}
#supportarea .supportareaContents-areaImg {
  width: 37%;
}
@media screen and (max-width: 1024px) {
  #supportarea .supportareaContents-areaImg {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
  }
}
#supportarea .supportareaContents-areaText {
  width: 57%;
  padding: 1.562vw;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  #supportarea .supportareaContents-areaText {
    width: 100%;
    margin: clamp(25px, 8vw, 60px) auto 0;
    padding: 15px;
    border-radius: 25px;
  }
}
#supportarea .supportareaContents-areaText .areainfo {
  margin-bottom: min(30px,1.562vw);
}
#supportarea .supportareaContents-areaText .areainfo h3 {
  color: #e88194;
  font-size: clamp(18px, 1.111rem, 20px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: min(15px,.7812vw);
}
@media screen and (max-width: 450px) {
  #supportarea .supportareaContents-areaText .areainfo h3 {
    margin-bottom: 20px;
  }
}
#supportarea .supportareaContents-areaText .target {
  padding: 15px;
  border: dotted 2px #bfe5d8;
  border-radius: 15px;
}
#supportarea .supportareaContents-areaText .target h4 {
  font-size: min(20px, 1.111rem);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: min(15px,.7812vw);
}
@media screen and (max-width: 450px) {
  #supportarea .supportareaContents-areaText .target h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#supportarea .supportareaContents-areaText .target ul li {
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
}
@media screen and (max-width: 450px) {
  #supportarea .supportareaContents-areaText .target ul li {
    font-size: 16px;
  }
}
#supportarea .supportareaContents-areaText .target ul li::before {
  position: absolute;
  content: "●";
  font-size: min(18px, 1rem);
  color: #bfe5d8;
  left: 0;
  top: 0;
}
@media screen and (max-width: 450px) {
  #supportarea .supportareaContents-areaText .target ul li::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  #supportarea .supportareaContents-areaText .target ul li + li {
    margin-top: 8px;
  }
}

#flowarea {
  background: #f8f2ee;
  border-radius: 0 0 min(150px, 7.812vw) 0;
  margin-top: min(80px, 4.166vw);
  position: relative;
}
#flowarea .PageHeader_wave {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  #flowarea .PageHeader_wave {
    height: 50px;
    top: -50px;
  }
}
#flowarea .flowContents-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #flowarea .flowContents-list {
    flex-direction: column;
    margin-top: 40px;
  }
}
#flowarea .flowContents-list figure {
  width: 29%;
}
@media screen and (max-width: 768px) {
  #flowarea .flowContents-list figure {
    width: 370px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 450px) {
  #flowarea .flowContents-list figure {
    width: 100%;
  }
}
#flowarea .flowContents-list__textBox {
  width: 68%;
  padding: min(40px, 2.083vw);
  background: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  #flowarea .flowContents-list__textBox {
    width: 100%;
    padding: 20px 8px;
  }
}
#flowarea .flowContents-list__textBox dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#flowarea .flowContents-list__textBox dl dt {
  font-size: min(32px, 1.777rem);
  color: #fff;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e88194;
}
@media screen and (max-width: 450px) {
  #flowarea .flowContents-list__textBox dl dt {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
#flowarea .flowContents-list__textBox dl dt.yellow {
  background: #f0d597;
}
#flowarea .flowContents-list__textBox dl dt.green {
  background: #bfe5d8;
}
#flowarea .flowContents-list__textBox dl dt.blue {
  background: #bad5e6;
}
#flowarea .flowContents-list__textBox dl dd {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(26px, 1.444rem);
  padding-left: min(18px, .937vw);
}
@media screen and (max-width: 450px) {
  #flowarea .flowContents-list__textBox dl dd {
    font-size: 20px;
  }
}
#flowarea .flowContents-list__textBox .text {
  margin-top: min(25px, 1.302vw);
}
@media screen and (max-width: 450px) {
  #flowarea .flowContents-list__textBox .text {
    margin-top: 15px;
  }
}
#flowarea .flowContents-list__textBox .text span {
  color: #e88194;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  #flowarea .flowContents-list__textBox .text span {
    font-size: 16px;
  }
}
#flowarea .flowContents-list + .flowContents-list {
  margin-top: min(40px, 2.083vw);
}
@media screen and (max-width: 768px) {
  #flowarea .flowContents-list + .flowContents-list {
    margin-top: 40px;
  }
}

#faq {
  background: #f8f2ee;
  border-radius: min(150px, 7.812vw) 0 min(150px, 7.812vw) 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #faq {
    border-radius: 25px 0 25px 0;
  }
}
#faq::before {
  position: absolute;
  content: "";
  background: url(../images/top/faq-bg01.png) no-repeat;
  background-size: contain;
  width: 12rem;
  height: 12rem;
  left: 0;
  top: 14vw;
}
@media screen and (max-width: 1024px) {
  #faq::before {
    top: 24vw;
  }
}
@media screen and (max-width: 450px) {
  #faq::before {
    top: 57vw;
    width: 15rem;
    height: 15rem;
  }
}
#faq::after {
  position: absolute;
  content: "";
  background: url(../images/top/faq-bg02.png) no-repeat;
  background-size: contain;
  width: 10.8rem;
  height: 10rem;
  right: 0;
  top: 1vw;
}
#faq .inner {
  position: relative;
}
#faq .inner::before {
  position: absolute;
  content: "";
  background: url(../images/top/faq-bg03.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 1.2vw;
  width: 14rem;
  height: 11.5rem;
}
@media screen and (max-width: 450px) {
  #faq .inner .list {
    padding: 0;
  }
}
#faq .inner .faqItem dt {
  padding: min(25px, 1.302vw) min(25px, 1.302vw) min(25px, 1.302vw) min(70px, 3.645vw);
  background: #fff;
  border-radius: 15px;
  font-size: min(22px, 1.222rem);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #faq .inner .faqItem dt {
    font-size: max(18px, 1.125rem);
    padding-left: 2.8rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 450px) {
  #faq .inner .faqItem dt {
    font-size: 18px;
    padding: 10px 35px;
  }
}
#faq .inner .faqItem dt::before {
  position: absolute;
  content: "Q";
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #30c7a7;
  font-size: min(46px, 2.555rem);
  top: 0;
  left: min(25px, 1.302vw);
}
@media screen and (max-width: 1024px) {
  #faq .inner .faqItem dt::before {
    font-size: max(26px, 1.625rem);
    line-height: 2.3;
  }
}
@media screen and (max-width: 450px) {
  #faq .inner .faqItem dt::before {
    top: -2px;
  }
}
#faq .inner .faqItem dt::after {
  position: absolute;
  content: "";
  width: 1.51vw;
  height: 1.51vw;
  background: url(../images/top/fap-q.png) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 1.562vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #faq .inner .faqItem dt::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 450px) {
  #faq .inner .faqItem dt::after {
    width: 4vw;
    height: 4.5vw;
    transform: translateY(0);
    top: 18px;
  }
}
#faq .inner .faqItem dd {
  padding: min(25px, 1.302vw) min(25px, 1.302vw) min(25px, 1.302vw) min(70px, 3.645vw);
  background: #f5d3d0;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  #faq .inner .faqItem dd {
    font-size: max(18px, 1.125rem);
    padding-left: 2.8rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 450px) {
  #faq .inner .faqItem dd {
    font-size: 18px;
    padding: 10px 35px;
  }
}
#faq .inner .faqItem dd::before {
  position: absolute;
  content: "A";
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #e88194;
  font-size: min(46px, 2.555rem);
  top: 0;
  left: min(25px, 1.302vw);
}
@media screen and (max-width: 1024px) {
  #faq .inner .faqItem dd::before {
    font-size: max(26px, 1.625rem);
    line-height: 2.3;
  }
}
@media screen and (max-width: 450px) {
  #faq .inner .faqItem dd::before {
    top: -2px;
  }
}
#faq .inner .faqItem:hover {
  cursor: pointer;
}
#faq .inner .faqItem.read dt {
  border-radius: 15px 15px 0 0;
}
#faq .inner .faqItem.read dt::after {
  background: url(../images/top/faq-a.png) no-repeat center;
  background-size: contain;
}
#faq .inner .faqItem + dl {
  margin-top: min(25px, 1.302vw);
}
@media screen and (max-width: 450px) {
  #faq .inner .faqItem + dl {
    margin-top: 20px;
  }
}

#company {
  position: relative;
}
#company::before {
  position: absolute;
  content: "";
  background: url(../images/top/company-bg01.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 12rem;
  height: 14rem;
}
@media screen and (max-width: 1024px) {
  #company::before {
    background: url(../images/top/company-bg01-sp.png) no-repeat;
    background-size: contain;
    left: auto;
    right: -40px;
    top: -5vw;
    z-index: -1;
  }
}
@media screen and (max-width: 450px) {
  #company::before {
    right: -3vw;
  }
}
#company::after {
  position: absolute;
  content: "";
  background: url(../images/top/company-bg02.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  width: 10rem;
  height: 13rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #company::after {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  #company::after {
    width: 14rem;
    height: 16rem;
    bottom: -8vw;
  }
}
#company .companyList dl {
  padding: min(25px, 1.302vw) min(35px, 1.822vw);
  border-bottom: solid #bfe5d8 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #company .companyList dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  #company .companyList dl {
    padding: 10px 0;
  }
}
#company .companyList dl dt {
  width: 17%;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #company .companyList dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #company .companyList dl dt {
    font-size: 18px;
  }
}
#company .companyList dl dd {
  width: 82%;
}
@media screen and (max-width: 1024px) {
  #company .companyList dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #company .companyList dl dd {
    font-size: 18px;
    margin-top: 10px;
  }
}
#company .companyList dl dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#company .companyList dl dd ul li {
  margin-right: 15px;
}

#message {
  position: relative;
  margin-bottom: min(40px, 2.083vw);
}
#message::before {
  position: absolute;
  content: "";
  background: url(../images/top/message-bg01.png) no-repeat;
  background-size: contain;
  width: 11rem;
  height: 12rem;
  left: 0;
  top: min(80px, 4.166vw);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #message::before {
    left: auto;
    right: 0;
    top: 12vw;
  }
}
@media screen and (max-width: 450px) {
  #message::before {
    width: 15rem;
    height: 15rem;
  }
}
#message::after {
  position: absolute;
  content: "";
  background: url(../images/top/message-bg02.png) no-repeat;
  background-size: contain;
  width: 13rem;
  height: 18rem;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #message::after {
    background: url(../images/top/message-bg02-sp.png) no-repeat;
    background-size: contain;
    right: auto;
    left: 0;
    bottom: -11vw;
  }
}
#message .ceo-message {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #message .ceo-message {
    flex-direction: column;
  }
}
#message .ceo-message figure {
  width: 21%;
}
@media screen and (max-width: 768px) {
  #message .ceo-message figure {
    width: 75%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  #message .ceo-message figure {
    max-width: 225px;
  }
}
#message .ceo-message .textBox {
  width: 77%;
  letter-spacing: 1.5px;
  line-height: 2.1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #message .ceo-message .textBox {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #message .ceo-message .textBox {
    font-size: 16px;
  }
}
#message .sdgs-message {
  margin-top: min(40px, 2.083vw);
}
#message .sdgs-message p .strong {
  font-size: min(24px, 1.333rem);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0599d9;
  display: inline-block;
  width: 100%;
  margin-bottom: min(25px, 1.302vw);
}
@media screen and (max-width: 450px) {
  #message .sdgs-message p .strong {
    font-size: 20px;
  }
}
#message .sdgs-message .sdgsContents {
  margin-top: min(40px, 2.083vw);
}
@media screen and (max-width: 450px) {
  #message .sdgs-message .sdgsContents {
    margin-top: 25px;
  }
}
#message .sdgs-message .sdgsContents .sdgsLogo {
  width: clamp(345px, 21.354vw, 410px);
  margin: 0;
}
#message .sdgs-message .sdgsContents .sdgsList {
  margin-top: min(25px, 1.302vw);
}
@media screen and (max-width: 1024px) {
  #message .sdgs-message .sdgsContents .sdgsList {
    margin-top: 25px;
  }
}
#message .sdgs-message .sdgsContents .sdgsList li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #message .sdgs-message .sdgsContents .sdgsList li {
    align-items: flex-start;
  }
}
#message .sdgs-message .sdgsContents .sdgsList li figure {
  width: clamp(50px, 4.687vw, 90px);
}
#message .sdgs-message .sdgsContents .sdgsList li dl {
  width: calc(100% - clamp(50px, 4.687vw, 90px));
  margin-left: min(30px, 1.562vw);
}
@media screen and (max-width: 450px) {
  #message .sdgs-message .sdgsContents .sdgsList li dl {
    margin-left: 8px;
  }
}
#message .sdgs-message .sdgsContents .sdgsList li dl dt {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #message .sdgs-message .sdgsContents .sdgsList li dl dt {
    line-height: 1;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  #message .sdgs-message .sdgsContents .sdgsList li dl dt {
    font-size: 16px;
  }
}
#message .sdgs-message .sdgsContents .sdgsList li dl dt.green {
  color: #1b973a;
}
#message .sdgs-message .sdgsContents .sdgsList li dl dt.orange {
  color: #e83418;
}
#message .sdgs-message .sdgsContents .sdgsList li dl dt.red {
  color: #970a31;
}
@media screen and (max-width: 450px) {
  #message .sdgs-message .sdgsContents .sdgsList li dl dd {
    font-size: 16px;
  }
}
#message .sdgs-message .sdgsContents .sdgsList li + li {
  margin-top: min(20px, 1.0416vw);
}
@media screen and (max-width: 450px) {
  #message .sdgs-message .sdgsContents .sdgsList li + li {
    margin-top: 20px;
  }
}
#message .name {
  margin-top: min(40px, 2.083vw);
  text-align: right;
  font-size: min(16px, .8888rem);
}
@media screen and (max-width: 450px) {
  #message .name {
    font-size: 16px;
  }
}
#message .name span {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(20px, 1.111rem);
  margin-left: min(15px, .781vw);
}
@media screen and (max-width: 450px) {
  #message .name span {
    font-size: 20px;
  }
}

/***********************

カラー

***********************/
/***********************

サイズ

***********************/
/***********************

flex box

***********************/
/***********************

レスポンシブ

***********************/
/***********************

フォント

***********************/
.banner {
  padding: min(80px, 4.166vw) 15px;
}
@media screen and (max-width: 1024px) {
  .banner {
    padding: clamp(60px, 4.166vw, 80px) 15px;
  }
}
.banner .bannerContents {
  background: #ef8a8e;
  border-radius: 50px;
  border: solid 4px #ef8a8e;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .banner .bannerContents {
    flex-direction: column;
    border-radius: 25px;
    padding: 25px;
  }
}
@media screen and (max-width: 450px) {
  .banner .bannerContents {
    padding: 15px;
  }
}
.banner .bannerContents::before {
  position: absolute;
  content: "";
  background: url(../images/common/banner-bg01.png) no-repeat;
  background-size: contain;
  width: 14rem;
  height: 8rem;
  top: 0;
  left: 55%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .banner .bannerContents::before {
    top: 39%;
    left: -10vw;
  }
}
@media screen and (max-width: 450px) {
  .banner .bannerContents::before {
    top: 55%;
    width: 16rem;
    height: 12rem;
  }
}
.banner .bannerContents-areaText {
  width: 62%;
  padding-left: min(40px, 2.083vw);
}
@media screen and (max-width: 1024px) {
  .banner .bannerContents-areaText {
    width: 100%;
    padding-left: 0;
  }
}
.banner .bannerContents-areaText h3 {
  color: #fff;
  font-size: min(26px, 1.444rem);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .banner .bannerContents-areaText h3 {
    font-size: 18px;
  }
}
.banner .bannerContents-areaText .contactBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  margin-top: min(40px, 2.083vw);
}
@media screen and (max-width: 1024px) {
  .banner .bannerContents-areaText .contactBox {
    margin-top: 40px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .banner .bannerContents-areaText .contactBox {
    flex-direction: column;
  }
}
.banner .bannerContents-areaText .contactBox .btn {
  margin: 0;
}
.banner .bannerContents-areaText .contactBox .btn + .btn {
  margin-left: min(30px, 1.562vw);
}
@media screen and (max-width: 768px) {
  .banner .bannerContents-areaText .contactBox .btn + .btn {
    margin-left: 0;
    margin-top: 25px;
  }
}
.banner .bannerContents-areaImg {
  width: 38%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .banner .bannerContents-areaImg {
    width: 100%;
    padding-top: 5vw;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
  }
}
.banner .bannerContents-areaImg::before {
  position: absolute;
  content: "";
  background: url(../images/common/banner-bg02.png) no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 10.8rem;
  right: -2.5vw;
  bottom: -0.5vw;
}
@media screen and (max-width: 1024px) {
  .banner .bannerContents-areaImg::before {
    bottom: -4vw;
    right: -5vw;
  }
}
@media screen and (max-width: 450px) {
  .banner .bannerContents-areaImg::before {
    width: 16rem;
    height: 16rem;
    bottom: -7vw;
  }
}

/***********************

カラー

***********************/
/***********************

サイズ

***********************/
/***********************

flex box

***********************/
/***********************

レスポンシブ

***********************/
/***********************

フォント

***********************/
.form dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .form dl {
    flex-direction: column;
  }
}
.form dl dt {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .form dl dt {
    width: 100%;
  }
}
.form dl dt p {
  font-size: min(20px, 1.1111rem);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .form dl dt p {
    font-size: 20px;
  }
}
.form dl dt p span {
  color: #e88194;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.form dl dd {
  width: 73%;
}
@media screen and (max-width: 1024px) {
  .form dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .form dl dd {
    margin-top: 10px;
  }
}
.form dl dd input {
  background: #f8f2ee;
  padding: min(25px, 1.302vw);
  border-radius: 15px;
  outline: none;
  border: none;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .form dl dd input {
    font-size: 18px;
    padding: 25px 8px;
  }
}
.form dl dd input:focus {
  outline: 2px solid #ef8a8e;
}
.form dl dd input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
}
.form dl dd .wpcf7-radio {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .form dl dd .wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
}
.form dl dd .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #ef8a8e;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #ef8a8e;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.form dl dd .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: min(45px, 2.34vw);
}
@media screen and (max-width: 450px) {
  .form dl dd .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
    margin-top: 5px;
  }
}
.form dl dd input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.form dl dd textarea {
  background: #f8f2ee;
  padding: min(25px, 1.302vw);
  border-radius: 15px;
  outline: none;
  border: none;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .form dl dd textarea {
    font-size: 16px;
  }
}
.form dl dd textarea:focus {
  outline: 2px solid #ef8a8e;
}
.form dl dd.personal .textBox {
  margin-top: min(40px, 2.083vw);
  padding: min(25px, 1.302vw);
  height: 250px;
  overflow-y: scroll;
  background: #edfaf7;
}
@media screen and (max-width: 450px) {
  .form dl dd.personal .textBox {
    padding: 20px 15px;
  }
}
.form dl dd.personal .textBox .textBox-pp p {
  font-size: min(16px, .888rem);
}
@media screen and (max-width: 450px) {
  .form dl dd.personal .textBox .textBox-pp p {
    font-size: 16px;
  }
}
.form dl dd.personal .btn-pp {
  margin-top: min(35px, 1.822vw);
}
.form dl dd.personal .btn-pp .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form dl dd.personal .btn-pp .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.form dl dd.personal .btn-pp .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  width: auto;
  cursor: pointer;
}
.form dl dd.personal .btn-pp .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  border: 2px solid #ef8a8e;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.form dl dd.personal .btn-pp .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  background: #ef8a8e;
  transform: translateY(-50%);
  border-radius: 2px;
}
.form dl dd.personal .btn-pp .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form dl + dl {
  margin-top: min(25px, 1.302vw);
}
@media screen and (max-width: 1024px) {
  .form dl + dl {
    margin-top: 25px;
  }
}

.box-confirm {
  margin: 3vw auto 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 450px) {
	.box-confirm {
		margin-top: 8vw;
	}
}

.box-confirm .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.box-confirm .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.box-confirm .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  width: auto;
  cursor: pointer;
  font-size: min(20px, 1.1111rem);
  font-weight: bold;
}

@media screen and (max-width: 450px) {
	.box-confirm .wpcf7-list-item .wpcf7-list-item-label {
		font-size: 20px;
	}
}

.box-confirm .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  border: 2px solid #ef8a8e;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.box-confirm .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  background: #ef8a8e;
  transform: translateY(-50%);
  border-radius: 2px;
}
.box-confirm .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.btn-confirm-step {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn-confirm-step {
    width: 100%;
  }
}
.btn-confirm-step ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-confirm-step ul {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #confirm {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  #thanks {
    padding-bottom: 200px;
  }
}
#thanks .form .text {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (max-width: 450px) {
  #thanks .form .text {
    text-align: left;
    margin-bottom: 15vw;
  }
}
#thanks .form a {
  width: 100%;
  display: block;
  text-align: center;
  color: #ef8a8e;
  font-size: 18px;
}

.wpcf7-response-output {
  /* display: none; */
}/*# sourceMappingURL=style.css.map */