@charset "UTF-8";
/* SCSSファイルを修正してください */
/* ------------------------
    common
------------------------ */
body {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #231815;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
main {
  padding-top: 100px;
}
.inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
section {
  padding-top: max(40px, (60 / 1600)*100%);
  padding-bottom: max(80px, (110 / 1600)*100%);
  position: relative;
  z-index: 0;
}
.sectionTtl {
  font-size: 9.375vw;
  font-size: clamp(1.875rem, calc(1.861rem + 7.514vw), 9.375rem);
  font-weight: 900;
  line-height: 0.7;
  color: rgba(0, 200, 150, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.headingWrap {
  margin-bottom: 50px;
  margin-bottom: max(30px, (50 / 1100)*100%);
  text-align: center;
}
.headingWrap .heading {
  margin-bottom: 0.7em;
}
.subHeading {
  color: #fff;
  background: #008896;
  padding: 0.2em 2em;
  margin: auto;
  width: fit-content;
  border-radius: 9999px;
}
.headingWrap .subHeading {
  margin-bottom: 0.5em;
}
.lead {
  padding: 0 2em;
}
.lev-2 {
  font-size: 2.8125rem;
}
.lev-3 {
  font-size: 1.875rem;
}
.btn {
  text-align: center;
  width: 390px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFD200;
  border-radius: 9999px;
  outline: transparent;
  position: relative;
  z-index: 0;
}
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  border: 1px solid #FFD200;
  position: absolute;
  right: -0.5%;
  top: 7%;
  z-index: -1;
}
.btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/arrow_black.svg);
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  pointer-events: none;
}
object {
  vertical-align: text-bottom;
}
/* utility */
.emphasis-green {
  color: #fff;
  padding: 0 0.2em;
  background: linear-gradient(transparent 17%, #008896 17%, #008896 90%, transparent 90%);
}
.emphasis-lightGreen {
  background: #1CC18E;
}
.txt-red {
  color: #ED1C24;
}
.txt-green {
  color: #008896;
}
.txt-yellow {
  color: #FFFF00;
}
.underLine-lightYellow {
  background: linear-gradient(transparent 70%, #FFFF00 70%, #FFFF00 90%, transparent 90%);
}
.underLine-yellow {
  background: linear-gradient(transparent 70%, #FFD200 70%, #FFD200 90%, transparent 90%);
}
.underLine-orange {
  background: linear-gradient(transparent 70%, #FBB03B 70%, #FBB03B 90%, transparent 90%);
}
.word {
  /* 文字の区切り指定 改行ポイント */
  display: inline-block;
}
.pc {
  display: block;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 1.0625rem;
  }
  main {
    padding-top: 65px;
  }
  .lev-2 {
    font-size: 2.375rem;
  }
  .lev-3 {
    font-size: 1.375rem;
  }
  .btn {
    width: 300px;
    height: 60px;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
  main {
    padding-top: 0;
  }
  .lev-2 {
    font-size: 1.5625rem;
  }
  .lev-3 {
    font-size: 1.125rem;
  }
  .btn {
    width: 240px;
    height: 55px;
  }
  .btn::after {
    right: 3%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 0.9375rem;
  }
  .lev-2 {
    font-size: 1.25rem;
  }
  .lev-3 {
    font-size: 1rem;
  }
  .btn {
    width: 240px;
    height: 55px;
  }
  .btn::after {
    right: 3%;
  }
}
/* ------------------------
    header
------------------------ */
.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.25% 0 1.875%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: 0.4s;
}
.company-name {
  margin-right: auto;
}
.logo {
  width: 28.75%;
}
.header_contact {
  display: flex;
  align-items: center;
  margin-left: 4.375%;
}
.header_contact .btn {
  width: 240px;
  padding-right: 1em;
  margin-left: 13px;
  margin-top: -5px;
}
.tel {
  line-height: 1.25;
  text-align: center;
}
.tel_number {
  font-size: 1.5em;
  font-weight: 900;
  display: flex;
  align-items: baseline;
}
.tel_number > img {
  width: 0.6666666667em;
}
.tel_info {
  font-size: 0.75em;
}
.header_nav {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.header_nav li {
  margin-left: 30px;
}
.header_logo {
  width: 14.6875vw;
  max-width: 235px;
  min-width: 105px;
  transition: 0.4s;
  margin-right: 5px;
}
@media screen and (max-width: 1100px) {
  .header {
    font-size: 0.9em;
    height: auto;
    padding: 10px 1.25% 10px 1.875%;
  }
  .header_contact .btn {
    width: 160px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    justify-content: flex-start;
  }
  .logo {
    min-width: 180px;
  }
  .header_contact {
    width: 100%;
    justify-content: center;
    padding: 5px;
    margin-left: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(110%);
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
  .header_contact.is-active {
    transform: translateY(0);
  }
  .header_contact .tel, .header_contact .btn {
    box-shadow: 0px 0px 0px 1px #231815;
  }
  .header_contact .btn::before {
    display: none;
  }
  .header_contact .tel {
    width: 180px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFD200;
    border-radius: 9999px;
    position: relative;
  }
}
/* ------------------------
    concept
------------------------ */
.concept {
  text-align: center;
  background-size: auto auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(0, 200, 150, 0.2) 12px, rgba(0, 200, 150, 0.2) 13px);
}
.request {
  width: 85.4545454545%;
  display: flex;
  margin: auto;
}
.request_item {
  width: calc(100% / 4);
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.request_txt {
  font-size: 1.15em;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.09em;
  width: 9.7391304348em;
  height: 9.7391304348em;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.request_txt::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.request_txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  border: 2px solid #FFD200;
  position: absolute;
  right: -5px;
  top: 4px;
  z-index: -1;
}
.request_item:last-of-type .request_txt {
  padding-top: 1.4em;
}
.request_img {
  margin-top: 10px;
}
.concept_box {
  margin-top: 6.5454545455%;
}
.box {
  background: #fff;
  border: 4px solid #00C896;
  border-radius: 20px;
  padding: 1em;
}
.box_heading {
  font-size: 3em;
  font-weight: 900;
}
.box_txt {
  font-size: 1.4em;
  padding-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  .request_txt {
    width: 8em;
    height: 8em;
    padding: 0.5em;
  }
  .request_item:last-of-type .request_txt {
    padding-top: 0;
  }
  .box_heading {
    font-size: 2.5em;
  }
  .box_txt {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .request {
    width: 100%;
  }
  .request_txt {
    font-size: 1em;
  }
  .box_heading {
    font-size: 2em;
  }
  .box_txt {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 500px) {
  .concept .headingWrap {
    margin-bottom: 10px;
  }
  .request {
    width: 110%;
    transform: translateX(-5%);
  }
  .request_txt {
    font-size: 0.75rem;
  }
  .box_heading {
    font-size: 1.5em;
  }
  .box_txt {
    font-size: 1em;
  }
}
/* ------------------------
    about
------------------------ */
.about {
  padding-top: max(60px, (90 / 1600)*100%);
  background: url(../img/about/bg.png) no-repeat center center / 100%;
  background-color: #00C896;
}
.about .headingWrap {
  position: relative;
}
.about .headingWrap::before {
  content: "";
  display: block;
  width: 26.4705882353%;
  padding-top: 29.8039215686%;
  background-image: url(../img/about/deco_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  bottom: 0;
  transform: translateX(-60%);
}
.about .btn {
  margin: auto;
}
.about .sectionTtl {
  color: rgba(255, 255, 255, 0.4);
}
.about_content {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: max(30px, (40 / 1100)*100%) 2em max(50px, (80 / 1100)*100%);
}
.about_box {
  font-size: 1.95em;
  width: 92%;
  border: 6px solid #C1E2E5;
  border-radius: 20px;
  padding: 0.2em;
  margin: auto;
}
.about_box + p {
  margin: 1em;
}
.postRequest {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.8181818182%;
}
.postRequest_item {
  width: calc((100% - (20*3 / 1100)*100%) / 3);
  margin-bottom: max(30px, (60 / 1100)*100%);
  margin-left: 1.8181818182%;
}
.postRequest_item > a {
  display: block;
}
.postRequest_img {
  position: relative;
  width: 100%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 6px;
}
.postRequest_img::before {
  float: left;
  content: "";
  padding-top: 74.24%;
}
.postRequest_img::after {
  display: block;
  content: "";
  clear: both;
}
.postRequest_img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postRequest_txt {
  color: #fff;
  line-height: 1.4;
  background: #00B796;
  border-radius: 13px;
  padding: 0.3em;
}
@media screen and (max-width: 1300px) {
  .about .headingWrap::before {
    width: 20.3921568627%;
    padding-top: 22.9411764706%;
    left: -10px;
  }
}
@media screen and (max-width: 1100px) {
  .about .headingWrap::before {
    width: 20.3921568627%;
    padding-top: 22.9411764706%;
    left: 0;
    bottom: 100%;
    transform: translate(-36%, 39%);
  }
  .about_box {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .about_box {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 500px) {
  #home .postRequest_item {
    width: 47%;
  }
  .about_content {
    padding: max(30px, (40 / 1100)*100%) 1em max(50px, (80 / 1100)*100%);
  }
  .postRequest {
    margin-left: 0;
  }
  .postRequest_item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------------
    cta
------------------------ */
.cta {
  text-align: center;
  background-size: auto auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(255, 210, 0, 0.3) 12px, rgba(255, 210, 0, 0.3) 13px);
  background-color: rgba(255, 210, 0, 0.1);
  border: 15px solid #FFD200;
  padding-top: 25px;
  padding-bottom: 40px;
  position: relative;
}
.cta .inner {
  position: relative;
}
.cta .sectionTtl {
  font-size: 5.25vw;
  font-size: clamp(1.25rem, calc(1.242rem + 4.008vw), 5.25rem);
  color: rgba(255, 210, 0, 0.5);
}
.cta_txt {
  font-size: 5em;
  font-weight: 900;
}
.btnWrap {
  display: flex;
  justify-content: space-evenly;
  padding: 0 5.4545454545%;
}
.cta-1::before, .cta-1::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cta-1::before {
  width: min(500px, (500 / 1600)*100%);
  padding-top: min(469px, (469 / 1600)*100%);
  background-image: url(../img/cta/deco_01.png);
  bottom: -17px;
  left: -1px;
}
.cta-1::after {
  width: min(240px, (240 / 1600)*100%);
  padding-top: min(340px, (340 / 1600)*100%);
  background-image: url(../img/cta/deco_02.png);
  top: 0;
  right: 0;
  transform: translate(-52%, -42%);
}
.cta-2::before, .cta-2::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cta-2::before {
  width: min(267px, (267 / 1600)*100%);
  padding-top: min(427px, (427 / 1600)*100%);
  background-image: url(../img/cta/deco_03.png);
  top: 0;
  left: 0;
  transform: translate(50%, -35%);
}
.cta-2::after {
  width: min(312px, (312 / 1600)*100%);
  padding-top: min(435px, (435 / 1600)*100%);
  background-image: url(../img/cta/deco_04.png);
  bottom: -15px;
  right: 0;
  transform: translateX(-3%);
}
@media screen and (max-width: 1400px) {
  .cta-2::after {
    width: 15.625%;
    padding-top: 21.75%;
  }
}
@media screen and (max-width: 1100px) {
  .cta_txt {
    font-size: 4em;
  }
  .btnWrap {
    padding: 0;
  }
  .cta-2::before {
    transform: translate(20%, -35%);
  }
  .cta-2::after {
    width: 12.5%;
    padding-top: 17.375%;
  }
}
@media screen and (max-width: 767px) {
  .cta_txt {
    font-size: 3em;
  }
  .btnWrap {
    flex-direction: column;
    align-items: center;
    padding: 0 5.4545454545%;
    margin-bottom: -20px;
  }
  .btnWrap .btn {
    margin-bottom: 20px;
  }
  .cta-1::after {
    transform: translate(-2%, -42%);
  }
  .cta-2::after {
    width: 17.5%;
    padding-top: 24.375%;
  }
}
/* ------------------------
    plan
------------------------ */
.plan {
  text-align: center;
  padding-top: max(60px, (85 / 1600)*100%);
  background-size: auto auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(0, 200, 150, 0.2) 12px, rgba(0, 200, 150, 0.2) 13px);
  position: relative;
}
.planList {
  display: flex;
  border: 1px solid #1CC18E;
}
.plan .planList {
  margin-bottom: 2em;
}
.planList_item {
  color: #1CC18E;
  width: 25%;
  background: #fff;
  border: 1px solid #1CC18E;
}
.planList_item > dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.planList_item dt {
  font-weight: 500;
  color: #fff;
  background: #1CC18E;
  padding: 0.4em;
}
.planList_item:nth-of-type(even) {
  color: #008896;
}
.planList_item:nth-of-type(even) dt {
  background: #008896;
}
.planList_item:nth-of-type(even) .planList_number {
  color: #008896;
}
.planList_item:nth-of-type(even) .planList_plus {
  background: #008896;
}
.planList_number {
  font-weight: 700;
  color: #1CC18E;
  line-height: 1.1;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  border-radius: 50%;
  margin-left: 5px;
}
.planList_txt {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2903225806;
  min-height: 6em;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scaleX(0.9);
}
.planList_plus {
  font-size: 0.75em;
  color: #fff;
  background: #1CC18E;
  border-radius: 50%;
  line-height: 1.1;
  width: 1.1em;
  height: 1.1em;
  margin: 3px;
  transform: scaleX(1.1);
}
.planList_price {
  font-size: 2.05em;
  font-weight: 900;
  background: #E9E9E9;
}
.planList_priceNumber {
  font-size: 1.4146341463em;
}
.plan_push {
  font-size: 1.15em;
}
.plan_push .txt-yellow {
  font-size: 1.5217391304em;
}
@media screen and (max-width: 767px) {
  .planList_txt {
    font-size: 1.2em;
  }
  .planList_price {
    font-size: 1.5em;
  }
  .planList_priceNumber {
    font-size: 1.2em;
  }
  .plan_push {
    font-size: 1.1em;
  }
  .plan_push .txt-yellow {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 500px) {
  .planList_price {
    font-size: 1em;
  }
}
/* ------------------------
    staff
------------------------ */
.staff {
  padding-top: max(50px, (75 / 1600)*100%);
  position: relative;
}
.staffList {
  counter-reset: staffNumber;
}
.staffList_item {
  counter-increment: staffNumber;
  padding: 0 22.5px;
  position: relative;
}
.staff_number {
  font-size: 3.85em;
  color: #008896;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
}
.staffList_img {
  background: #FFFADC;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 10px 0 0 #C8F3E8;
  margin-bottom: 1.5em;
  aspect-ratio: 1;
}
.staffList_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffList_lead {
  font-size: 1.35em;
  font-weight: 900;
  text-align: center;
  color: #00B796;
}
.staffList_txt {
  font-weight: 500;
  padding: 1em;
}
/* -- slick上書き -- */
.slick-track {
  float: none;
  display: flex;
}
.slick-list {
  overflow: visible;
}
.slick-slide {
  height: auto !important;
}
.slick-prev, .slick-next {
  width: 28px;
  height: 28px;
  background: url(../img/common/arrow_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev {
  left: unset;
  right: 100%;
}
.slick-next {
  right: unset;
  left: 100%;
  transform: rotate(180deg);
  transform-origin: 50% 25%;
}
.slick-prev:before, .slick-next:before {
  content: none;
}
.slick-next:before {
  left: 34%;
  transform: rotate(45deg);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: url(../img/common/arrow_green.svg);
  background-size: contain;
}
/* jsで指定したclass */
.arrows {
  width: 250px;
  position: relative;
  text-align: center;
  margin: 15px auto;
}
.slick-dots {
  position: relative;
  width: fit-content;
  margin: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li button:before {
  font-size: 9px;
  color: #231815;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #0CA072;
  opacity: 1;
}
/* -- /slick上書き -- */
@media screen and (max-width: 767px) {
  .staffList_lead {
    font-size: 1.1em;
  }
}
/* ------------------------
    faq
------------------------ */
.faq {
  background: url(../img/about/bg.png) no-repeat center center / 100%;
  background-color: #00C896;
  position: relative;
}
.faq::before, .faq::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.faq::before {
  width: min(210px, (210 / 1600)*100%);
  padding-top: min(421px, (421 / 1600)*100%);
  background-image: url(../img/faq/deco_01.png);
  top: 0;
  right: 0;
  transform: translate(-26%, 5%);
}
.faq::after {
  width: min(193px, (193 / 1600)*100%);
  padding-top: min(467px, (467 / 1600)*100%);
  background-image: url(../img/faq/deco_02.png);
  bottom: 0;
  left: 0;
  transform: translate(14%, -20%);
}
.faq .sectionTtl {
  color: rgba(255, 255, 255, 0.4);
}
.faqList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faqList_item {
  text-align: center;
  width: calc((100% - (50 / 1100)*100%) / 2);
  margin-bottom: max(30px, (65 / 1100)*100%);
  display: flex;
  flex-direction: column;
}
.faqList_question {
  color: #fff;
  background: #008896;
  padding: 0.5em;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.faqList_question::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, -5px);
}
.faqList_question::after {
  content: "Q";
  font-size: 1.35em;
  font-family: "Montserrat", sans-serif;
  color: #008896;
  position: absolute;
  top: -5px;
  left: 10px;
  transform: translate(56%, 12%);
}
.faqList_answer {
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
  flex: 1;
  padding: 0.5em 0.5em 0.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.faqList_answer-big {
  padding: 0.3em 0.5em 0.5em;
  font-size: 3.75em;
}
@media screen and (max-width: 1300px) {
  .faq::after {
    transform: translate(-24%, -5%);
  }
}
@media screen and (max-width: 1100px) {
  .faqList_question::before {
    width: 2em;
    height: 2em;
    transform: translate(-60%, -10px);
  }
  .faqList_question::after {
    font-size: 1.1em;
    top: 0;
    left: 0;
    transform: translate(-70%, -25%);
  }
  .faqList_answer {
    font-size: 2em;
  }
  .faqList_answer-big {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 767px) {
  .faqList_answer {
    font-size: 1.5em;
  }
  .faqList_answer-big {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .faqList_item {
    width: 100%;
  }
  .faqList_question::before {
    transform: translate(-50%, -5px);
  }
  .faqList_question::after {
    top: -5px;
    left: 0;
    transform: translate(-50%, 12%);
  }
}
/* ------------------------
    contact
------------------------ */
.contact, #confirm {
  padding-bottom: max(90px, (135 / 1600)*100%);
  background-size: auto auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 18px, rgba(0, 200, 150, 0.2) 18px, rgba(0, 200, 150, 0.2) 19px);
}
.contact .btn, #confirm .btn {
  margin-left: auto;
  margin-right: auto;
}
.contact .btnWrap, #confirm .btnWrap {
  display: flex;
  justify-content: space-evenly;
}
.contact .headingWrap {
  position: relative;
  margin-bottom: max(20px, (30 / 1100)*100%);
}
.contact .headingWrap::before {
  content: "";
  display: block;
  width: min(270px, (270 / 1100)*100%);
  padding-top: min(330px, (330 / 1100)*100%);
  background-image: url(../img/contact/deco_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-21%, 11%);
}
.contactForm {
  width: 80.9090909091%;
  margin: 0 auto 30px;
}
.contactForm, .contactForm_element, .contactForm td {
  border-collapse: separate;
  border-spacing: 0 40px;
}
.contactForm_element {
  width: 29.2134831461%;
  color: #fff;
  white-space: nowrap;
  background: #0CA072;
  border-radius: 10px 0 0 10px;
  padding: 1em 0.5em 1em 1em;
}
.contactForm_element.required::after {
  content: "必須";
  line-height: 1.2;
  color: #0CA072;
  background: #FFD200;
  display: inline-block;
  padding: 0 0.2em;
  margin-left: 0.5em;
}
.contactForm td {
  font-weight: 500;
  width: 100%;
  background: #fff;
  border-radius: 0 10px 10px 0;
  position: relative;
}
.contactForm td .error {
  position: absolute;
  top: 100%;
  left: 0;
}
.contactForm_input {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  padding: 1em;
  border: 2px solid #0CA072;
}
.contactForm_input:focus {
  outline: 0;
  border: 2px solid #FFD200;
}
textarea {
  resize: vertical;
}
#confirm .contactForm td {
  padding: 1em;
  border: 2px solid #0CA072;
}
@media screen and (max-width: 1100px) {
  .contact .headingWrap {
    margin-bottom: max(20px, (30 / 1100)*100%);
  }
  .contact .headingWrap::before {
    width: 20%;
    padding-top: 24.3636363636%;
    transform: translate(4%, 11%);
  }
}
@media screen and (max-width: 900px) {
  .contact .headingWrap::before {
    width: 18.1818181818%;
    padding-top: 22.1818181818%;
    bottom: 100%;
    transform: translate(4%, 80%);
  }
}
@media screen and (max-width: 767px) {
  .contact .headingWrap {
    padding: 0 10%;
  }
}
@media screen and (max-width: 500px) {
  .contactForm, .contactForm tbody, .contactForm tr, .contactForm_element, .contactForm td {
    display: block;
    width: 100%;
  }
  .contactForm, .contactForm_element, .contactForm td {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .contactForm tr {
    margin-bottom: 30px;
  }
  .contactForm_element {
    border-radius: 7px 7px 0 0;
    padding: 0.5em 1em;
  }
  .contactForm td {
    border-radius: 0 0 7px 7px;
    min-height: 3em;
  }
  .contactForm_input {
    width: 100%;
    height: 100%;
    padding: 0.5em 1em;
    border-radius: 0 0 7px 7px;
  }
}
/* ------------------------
    blog
------------------------ */
.blog {
  padding-top: max(40px, (260 / 1600)*100%);
  padding-bottom: max(60px, (80 / 1600)*100%);
  position: relative;
}
.blog::before {
  content: "";
  display: block;
  width: min(179px, (179 / 1600)*100%);
  padding-top: min(384px, (384 / 1600)*100%);
  background-image: url(../img/blog/deco_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 15%;
  transform: translate(100%, -37%);
}
.blog .sectionTtl {
  right: unset;
  left: 0;
  transform: translateY(50%);
}
.blogList {
  overflow-x: hidden;
}
.blogList_item {
  padding: 0 18px;
}
.blogList_item a {
  display: block;
}
.blogList_img {
  position: relative;
  width: 100%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 6px;
}
.blogList_img::before {
  float: left;
  content: "";
  padding-top: 66.77%;
}
.blogList_img::after {
  display: block;
  content: "";
  clear: both;
}
.blogList_img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogList_txt {
  font-weight: 500;
  text-align: center;
  padding: 0 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-break: anywhere;
}
@media screen and (max-width: 1100px) {
  .blog::before {
    left: 18%;
  }
}
@media screen and (max-width: 767px) {
  .blog::before {
    left: 26%;
  }
}
/* ------------------------
    footer
------------------------ */
.footer {
  color: #fff;
  background: #1CC18E;
  padding: max(20px, (50 / 1100)*100%) 0 max(15px, (30 / 1100)*100%);
}
.copyRight {
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 150px;
  }
  .copyRight {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    height: 130px;
  }
  .copyRight {
    font-size: 0.625rem;
  }
}
/* ==================================
    固定ページ共通
================================== */
.page_heading {
  text-align: center;
  background: #fff;
  width: fit-content;
  margin: auto;
  border-radius: 9999px;
  padding: 0.5em 2em;
  margin-bottom: 2em;
}
.pageTtl {
  text-align: center;
  margin-bottom: 1em;
}
.notFound_txt {
  text-align: center;
  margin-bottom: 2em;
}
/* ==================================
    投稿
================================== */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.125em;
  margin-left: -1.5625em;
}
.pager a, .pager span {
  display: flex;
  color: #fff;
  background: #00C896;
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-left: 1.5625em;
}
.pager a.current, .pager span.current {
  color: #231815;
  background: #FFD200;
}
/* archive  single ページ */
.archive_content, .single_content {
  padding: max(60px, (100 / 1600)*100%) 0 max(80px, (100 / 1600)*100%);
  background: url(../img/about/bg.png) no-repeat center center / 100%;
  background-color: #00C896;
}
.archive_content .btn, .single_content .btn {
  margin: auto;
}
.archive_content .sectionTtl, .single_content .sectionTtl {
  color: rgba(255, 255, 255, 0.4);
}
.page_content {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: max(30px, (40 / 1100)*100%) 2em max(50px, (80 / 1100)*100%);
}
.post_eyeCatch {
  width: 100%;
  max-width: 675px;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  margin: 0 auto 2em;
  position: relative;
}
.post_eyeCatch::before {
  float: left;
  content: "";
  padding-top: 75%;
}
.post_eyeCatch::after {
  display: block;
  content: "";
  clear: both;
}
.post_eyeCatch > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_content {
  text-align: left;
  padding: 1em 2em 4em;
}
.post_content a {
  color: #00C896;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page_content {
    padding: max(30px, (40 / 1100)*100%) 2em 70px;
  }
}
.form-title {
  border: 1px solid #000000;
}
.form-body {
  display: none;
}
/*# sourceMappingURL=style.css.map */