@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagesec{
  padding: 10rem 0;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec {
    padding: 6rem 0;
  }
}

/*****************************
  pagehead
*****************************/
.pagehead{
  padding-top: 3rem;
  position: relative;
}
.pagehead::before{
  content: "";
  background: url(../images/common/bg_square.svg) no-repeat bottom right / cover;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
}
.pagehead .logo{
  margin: 0 auto;
  max-width: 360px;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem 0 1rem auto;
  height: 240px;
  width: 90%;
}
.pagehead-bg::before{
  content: "";
  background: #79B5D1;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagehead-bg.phcmn{
  background-image: url(../images/head/head_cmn.webp);
  background-position-x: right;
}
.head-news-archive .pagehead-bg,
.head-news-single .pagehead-bg{
  background-image: url(../images/head/head_cmn.webp);
}
.pagehead-ttl{
  background: linear-gradient(90deg,#090204,#004A6D);
  color: #fff;
  letter-spacing: 4px;
  min-width: 320px;
  padding: 2rem 4rem 1rem 12rem;
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%);
}
.pagehead-ttl::before{
  content: "";
  aspect-ratio: 91/23;
  background: url(../images/head/phttl_ob.svg) no-repeat left / contain;
  position: absolute;
  top: .5rem;
  left: 0;
  width: 120px;
}
.pagehead-ttl .ttl{
  font-size: 4rem;
}
.cmn-breadcrumb{
  background: #f1f1f1;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1180px) {
  .pagehead-ttl {
    padding: 2rem 2rem 1rem 6rem;
  }
  .pagehead-ttl::before {
    width: 100px;
  }
  .pagehead-ttl .ttl{
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead .logo {
    max-width: 240px;
    margin: 0 auto 0 1rem;
  }
  .pagehead-bg {
    margin-top: 2rem;
    height: 180px;
    width: calc(100% - 2.5rem);
  }
  .pagehead-ttl {
    left: -2.5rem;
    letter-spacing: 0;
    min-width: 250px;
    padding: 2rem 1.2rem 1rem 1.5rem;
    text-align: center;
  }
  .pagehead-ttl::before {
    width: 60px;
  }
  .pagehead-ttl .ttl{
    font-size: 2.3rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 350px) {
  .pagehead-ttl .ttl{
    font-size: 2rem;
  }
}

/*****************************
parts business
*****************************/
.bisinessgr{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bisinessgr .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
.bisinessgr .ttl::before,
.bisinessgr .ttl::after{
  content: '';
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.bisinessgr .ttl::after {
  background: #004A6D;
  transition: 0.3s;
  width: 70px;
}
.bisinessgrC .ttl {
  margin-bottom: 2rem;
}
.bisinessgrC .ftxtbox{
  width: 60%;
}
.bisinessgrC .fimgbox{
  width: 35%;
}
.bisinessgrC .bgimgs .ftxtbox > .txtlist{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bisinessgrC .bgimgs .ftxtbox > .txtlist > div > dt{
  font-size: 2rem;
  font-weight: bold;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1rem;
}
.bisinessgrC .bgimgs .ftxtbox > .txtlist > div > dt::before{
  content: "";
  aspect-ratio: 1/1;
  background: linear-gradient(#090204, #004A6D);
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(45deg);
  width: 1.8rem;
}
.bisinessgrC .bgimgs .fbg{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 35%;
}
.page-others .bisinessgrC .bgimgs .fbg{
  aspect-ratio: 2/3;
  background-image: url(../images/page/others/others4.webp);
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .bisinessgr .ttl{
    font-size: 2rem;
  }
  .bisinessgrC .ftxtbox,
  .bisinessgrC .fimgbox,
  .bisinessgrC .bgimgs .fbg{
    width: 100%;
  }
  .bisinessgrC .fimgbox,
  .bisinessgrC .bgimgs .fbg{
    margin-top: 1rem;
  }
  .bisinessgrC .bgimgs .ftxtbox > dl > div > dt{
    font-size: 1.8rem;
    padding-left: 2.8rem;
  }
  .bisinessgrC .bgimgs .ftxtbox > dl > div > dt::before{
    width: 1.6rem;
  }


  .page-others .bisinessgrC .bgimgs .fbg{
    aspect-ratio: 3/2;
  }
}

/*****************************
フォーム
*****************************/
.formsec{
  position: relative;
}

/************
フォーム共通項
************/
.formblock{
  margin: 0 auto;
  /* max-width: 800px; */
}
.formtbl .formbox{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .fomttl{
  padding: 1rem ;
  width: 200px;
}
.formtbl .fomttl span{
  background: #A42020;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: .5rem;
  padding: .2rem .5rem .3rem;
}
.formtbl .fomttl span.any{
  background: #004AAB;
}
.formtbl .fomcontent{
  padding: 1rem 2rem;
  width: calc(100% - 200px);
}
.formtbl .addinput {
  margin-top: 1rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .fomttl ,
  .formtbl .fomcontent{
    width: 100%;
  }
  .formtbl .formbox {
    margin: 1rem auto;
  }
}

/************
フォーム内部
************/
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-txtarea textarea,
.formtbl .input-select select {
  background: #f3f3f3;
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100%;
}
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-select select {
  height: 36px;
  padding: 0 .5rem;
}
.formtbl .input-age input,
.formtbl .input-num input{
  max-width: 60px;
}
.formtbl .input-zip input,
.formtbl .zipaddbox .input-select select {
  max-width: 200px;
}
.formtbl .input-age input{
  margin-right: .5rem;
}
.formtbl .input-day:first-child{
  margin-bottom: 1rem;
}
.formtbl .input-day input{
  width: calc(100% - 145px);
}
.formtbl .input-date input{
  margin: .5rem 0;
}
.formtbl .input-select select{
  appearance: auto;
}
.formtbl .input-txtarea textarea {
  padding: .5rem;
}
.formtbl .input-check .wpcf7-list-item,
.formtbl .input-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.formtbl .zipaddarea{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox dt{
  width: 120px;
}
.formtbl .zipaddarea .zipaddbox dd{
  width: calc(100% - 130px);
}
.formtbl .zipaddarea .zipaddbox .input-zip p{
  font-size: 1.4rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .formtbl .input-select select{
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .input-select select{
    max-width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt,
  .formtbl .zipaddarea .zipaddbox dd{
    width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt{
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/************
フォーム外部
************/

.formsec .ppbox,
.formsec .lastcheck{
  margin: 2rem auto;
}
.formsec .ppbox .wpcf7-list-item,
.formsec .lastcheck .wpcf7-list-item{
  margin: 0 0 0 1rem;
}
.formsec .ppbox dl{
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}
.formsec .ppbox dl dt{
  font-weight: bold;
}
.formsec .ppbox a{
  text-decoration: underline;
}
.formsec .lastcheck{
  margin: 0 auto;
}

/************
フォームボタン
************/
.formsec .fomb {
  background: linear-gradient(45deg, #090204, #004A6D);
  border: 1px solid #090204;
  margin: 2rem auto 0;
  max-width: 300px;
  padding: .5rem 0;
  position: relative;
  text-align: center;
}
.formsec .fomb input{
  color: #fff;
}
.formsec .fomb:hover{
  background: #fff;
}
.formsec .fomb:hover input{
  color: #004A6D;
}
.formsec .fomb:has(input:disabled){
  background: #b5b5b5 !important;
  border-color: transparent;
  pointer-events: none;
}
.formsec .fomb:has(input:disabled)::before{
  color: #333 !important;
}
.formsec .fomb input:disabled{
  color: #333 !important;
}

/************
フォームエラー、送信
************/
/* エラー */
.formtbl .fomcontent span.error{
  background: none;
  margin: 0;
}
/* 送信 */
.formsec .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.formsec form.sent .formblock,
.formsec form .sent-after,
.formsec form.sent .fomb{
  display: none;
}
.formsec form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.formsec .wpcf7 form .wpcf7-response-output{
  margin: 2rem auto 0;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
.formsec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.formsec .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}


@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formsec .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .formsec form.sent .sent-after{
    text-align: left;
  }
}