@charset "utf-8";

.l-container{
  max-width: 1080px;
  margin-inline:auto;
  padding-inline: 40px;
}

@media screen and (max-width:768px) {
  .l-container{
    padding-inline: 20px;
  }
}

.c-button-wrap{
  margin-top: 48px;
  text-align: center;
}

.c-button-primary{
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 24px;
  background-color: #0470CB;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.c-heading-primary{
  color: #0470CB;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width:768px){
  .c-button-wrap{
    margin-top: 32px;
  }

  .c-button-primary{
    padding: 16px;
    font-size: 1.125rem;
  }

  .c-heading-primary{
    font-size: 1.5rem;
  }
}

.p-hero{
  position: relative;
}

.p-hero__textBox{
  position: absolute;
  left: 4.6852123vw;
  top: 12.95754026vw;
  text-align: center;
}

.p-hero__balloon{
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 1.17130307vw 3.51390922vw;
  background-color: #066FCC;
  color: #fff;
  border-radius: 10vw;
  text-align: center;
  font-size: 1.75695461vw;
  font-weight: 700;
  line-height: 1.5;
}

.p-hero__balloon::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.75695461vw;
  border-top:  1.75695461vw solid #066FCC;
  border-left: 1.17130307vw solid transparent;
  border-right: 1.17130307vw solid transparent;
  transform: translateX(-50%);
}

.p-hero__copy{
  margin-top: 2.34260615vw;
  color: #066FCC;
  font-size: 4.6852123vw;
  font-weight: 700;
}

.p-hero__copy span{
  font-size: 4.09956076vw;
}

@media screen and (max-width:768px) {
  .p-hero{
    padding-bottom: 15vw;
  }
  .p-hero__textBox{
    position: static;
    text-align: left;
    margin-left: 20px;
    margin-top: -15vw;
  }

  .p-hero__balloon{
    padding: 2.75vw 7vw;
    font-size: 3.72093023vw;
    font-weight: 600;
  }

  .p-hero__balloon::after{
    bottom: -2vw;
    border-top:  2vw solid #066FCC;
    border-left: 1.75vw solid transparent;
    border-right: 1.75vw solid transparent;
  }

  .p-hero__copy{
    font-size: 9.30232558vw;
    font-weight: 600;
  }

  .p-hero__copy span{
    font-size: 7.44186047vw;
    font-weight: 600;
  }
}

.p-about__body{
  display: flex;
}

.p-about__image{
  width: 41.06881406vw;
}

.p-about__image img{
  height: 100%;
  object-fit: cover;
}

.p-about__textBox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 5.85651537vw;
  background: url(../img/facility/about-bg.png) no-repeat center / cover;
  background-color: #066FCC;
}

.p-about__textBox-inner{
  max-width: 534px;
}

.p-about__textBox-inner .c-heading-primary{
  text-align: left;
}

.p-about__read{
  margin-block: 48px 32px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .p-about__body{
    flex-direction: column-reverse;
  }

  .p-about__image{
    width: 100%;
  }

  .p-about__textBox{
    padding: 32px 20px;
  }

  .p-about__read{
    margin-block: 24px;
    font-size: 0.875rem;
  }
}

.p-purpose{
  padding-block: 80px;
  background-color: #004B8B;
}

.p-purpose__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 48px;
}

.p-purpose__item{
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.p-purpose__item img{
  width: auto;
  height: 120px;
}

.p-purpose__text{
  margin-top: 24px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .p-purpose{
    padding-block: 56px;
  }

  .p-purpose__list{
    grid-template-columns: repeat(1,1fr);
    gap: 16px;
    margin-top: 32px;
  }

  .p-purpose__item{
    padding: 24px;
  }

  .p-purpose__item img{
    width: auto;
    height: 100px;
  }

  .p-purpose__text{
    margin-top: 16px;
    font-size: 1rem;
  }
}

.p-faq{
  margin-top: 80px;
}

.p-faq__list{
  margin-top: 48px;
}

.p-faq__item{
  padding: 24px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

.p-faq__item + .p-faq__item{
  margin-top: 24px;
}

.p-faq__title{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-faq__title::before{
  content: "Q";
  flex-shrink: 0;
  align-self: flex-start;
  width: 3rem;
  color: #066FCC;
  font-size: 2rem;
  font-weight: 700;
}

.p-faq__text{
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.p-faq__text::before{
  content: "A";
  flex-shrink: 0;
  align-self: flex-start;
  width: 3rem;
  color: #004B8B;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .p-faq__item{
    padding:16px 24px;
  }

  .p-faq__title{
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 1rem;
  }

  .p-faq__title::before{
    width: 2rem;
    font-size: 1.5rem;
  }

  .p-faq__text{
    font-size: 0.875rem;
  }

  .p-faq__text::before{
    width: 2rem;
    font-size: 1.5rem;
  }
}

.p-company{
  margin-top: 80px;
  padding-block: 80px;
  background-color: #004B8B;
}

.p-company__body{
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.p-company__title{
  color: #0470CB;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-company__list{
  margin-top: 32px;
}

.p-company__item{
  display: flex;
  color: #fff;
}

.p-company__item + .p-company__item{
  margin-top: 16px;
}

.p-company__item dt{
  flex-shrink: 0;
  width: 120px;
  font-weight: 400;
  line-height: 1.5;
}

.p-company__item dd{
  line-height: 1.5;
}

.p-company__map{
  position: relative;
  width: 42%;
}

.p-company__map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .p-company{
    margin-top: 56px;
  }

  .p-company__body{
    flex-direction: column;
    gap: 24px;
  }

  .p-company__title{
    font-size: 1.25rem;
  }

  .p-company__list{
    margin-top: 24px;
  }

  .p-company__item + .p-company__item{
    margin-top: 16px;
  }

  .p-company__item dt{
    width: 110px;
  }

  .p-company__item dd{
    line-height: 1.5;
  }

  .p-company__map{
    width: 100%;
    height: 280px;
  }
}

.p-contact{
  padding-block: 80px;
  background-color: #0470CB;
}

.p-contact__entry{
  margin-top: 40px;
  padding: 48px;
  background-color: #fff;
  border-radius: 10px;
}

.p-contact__entryBox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.p-contact__entryHeading{
  font-size: 1.5rem;
  font-weight: 700;
}

.p-contact__entryTel{
  font-size: 2.5rem;
  font-weight: 700;
}

.p-contact__form{
  position: relative;
  margin-top: 32px;
  padding: 80px;
  background-color: #fff;
  border-radius: 10px;
}

.p-contact__heading{
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-form__title{
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 4px solid #0470CB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-form__block + .p-form__block{
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
}

.p-form__text{
  margin-top: 64px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}

.p-form__text a{
  text-decoration: underline;
}

.p-form__item + .p-form__item{
  margin-top: 32px;
}

.p-form__label{
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.p-form__label span{
  display: inline-block;
  margin-top: -4px;
  margin-left: 8px;
  color: #B20606;
  font-size: 10px;
  font-weight: 500;
  vertical-align: middle;
}

.p-form__item input,
.p-form__item textarea{
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.p-form__send{
  width: 200px;
  padding: 16px;
  background-color: #0470CB;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.p-form__radio,
.p-form__checkbox{
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
}

.p-form__radio input,
.p-form__checkbox input{
  display: inline-block;
  width: auto;
  margin-right: 8px;
  vertical-align: baseline;
}

input.p-form__input-short{
  display: inline-block;
  width: 90px;
  margin-inline: 4px;
}

.screen-reader-response{
  display: none;
}

.wpcf7-not-valid-tip{
  display: block;
  margin-top: 8px;
  color: #B20606;
  font-size: 14px;
}

.wpcf7-response-output{
  margin-top: 24px;
  color: #B20606;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width:768px){
  .p-contact{
    padding-block: 56px;
  }

  .p-contact__entry{
    margin-top: 40px;
    padding: 32px;
  }

  .p-contact__entryBox{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .p-contact__entryHeading{
    font-size: 1.5rem;
    font-weight: 700;
  }

  .p-contact__entryTel{
    font-size: 2.5rem;
    font-weight: 700;
  }

  .p-contact__body{
    flex-direction: column;
    gap: 0;
  }

  .p-contact__body .c-heading-primary{
    align-self: center;
    flex-shrink: 0;
  }

  .p-contact__block{
    flex: 1;
    text-align: center;
  }

  .p-contact__tel{
    padding: 16px 16px;
    font-size: 18px;
  }

  .p-contact__tel span{
    margin-top: 4px;
    font-size: 10px;
  }

  .p-contact__form{
    margin-top: 60px;
    padding: 40px 20px;
  }

  .p-form__item + .p-form__item{
    margin-top: 24px;
  }

  .p-form__item input,
  .p-form__item textarea{
    padding: 12px 16px;
  }
}

.p-footer{
  margin-top: 40px;
}

.p-footer__top{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  padding-inline: 40px;
}

.p-footer__logo{
  width: 112px;
}

.p-footer__read{
  font-size: 16px;
  font-weight: 500;
}

.p-footer__read strong{
  font-size: 20px;
}

.p-footer__types{
  margin-top: 12px;
  font-size: 12px;
  line-height: 2;
}

.p-footer__bottom{
  margin-top: 40px;
  padding-block: 32px;
  background-color: #1C1C1C;
  color: #fff;
}

.p-footer__grid{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.p-footer__add{
  font-size: 14px;
}

.p-footer__right{
  margin-left: auto;
}

.p-footer__list{
  display: flex;
  justify-content: flex-end;
}

.p-footer__item + .p-footer__item::before{
  content: "/";
  display: inline-block;
  margin-inline: 1em;
}

.p-footer__link{
  transition: opacity 0.3s;
}

.p-footer__link:hover{
  opacity: 0.7;
}

.p-footer__copy{
  margin-top: 24px;
  font-size: 10px;
  text-align: right;
}

@media screen and (max-width:768px){
  .p-footer{
    margin-top: 80px;
  }

  .p-footer__top{
    display: block;
    padding-inline: 20px;
  }

  .p-footer__logo{
    display: block;
    width: 112px;
    margin: auto;
  }

  .p-footer__read{
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
  }

  .p-footer__read strong{
    display: block;
    font-size: 18px;
  }

  .p-footer__link{
    font-size: 14px;
  }
}

.u-wh{
  color: #fff;
}

.u-center{
  text-align: center;
}

.u-text{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.u-read{
  margin-top: 32px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.u-link{
  position: relative;
  padding-right: 50px;
  color: #0470CB;
  font-weight: 500;
  line-height: 1.75;
}

.u-link::after{
  content: "→";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 26px;
  background-color: #066FCC;
  color: #fff;
  border-radius: 26px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 26px;
}

.u-link.u-wh{
  color: #fff;
}

.u-link.u-wh::after{
  background-color: #fff;
  color: #066FCC;
}

@media screen and (max-width:768px){
  .u-text{
    font-size: 14px;
  }
}
