@charset "UTF-8";
/*-------------------
txt
-------------------*/
/*--- color ---*/
.txt__yellow01 {
  color: var(--YELLOW01) !important;
}

.txt__red01 {
  color: var(--RED03) !important;
}

/*--- weight ---*/
.txt__bold {
  font-weight: bold !important;
}

/*--- txt_lead01 ---*/
.txt_lead01 {
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_lead01 {
    height: 6.1875rem;
    margin-bottom: 2.125rem;
  }
}
.txt_lead01 img {
  height: 100%;
  width: auto;
  vertical-align: baseline;
}
.txt_lead01:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*-------------------
ttl
-------------------*/
/*--- ttl_01 ---*/
.ttl_01 {
  height: 3.125rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    height: 3.75rem;
    margin-bottom: 1.875rem;
  }
}
.ttl_01.__2row {
  height: 6.875rem;
}
@media screen and (max-width: 767px) {
  .ttl_01.__2row {
    height: 8.25rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_01.__2row.__pc {
    height: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .ttl_01.__2row.__sp {
    height: 3.125rem;
  }
}
.ttl_01 img {
  height: 100%;
  width: auto;
  vertical-align: baseline;
}

/*--- ttl_02 ---*/
.ttl_02 {
  font-family: var(--FONT_NORMAL);
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--BEIGE02);
  padding: 1.25rem 0;
  border-top: 0.125rem solid var(--BEIGE02);
  border-bottom: 0.125rem solid var(--BEIGE02);
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 2.25rem;
    padding: 2.125rem 0;
    border-width: 0.1875rem;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}

/*--- ttl_03 ---*/
.ttl_03 {
  font-family: var(--FONT_NORMAL);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 0.5625rem;
  border-radius: 0.625rem;
  background: var(--BEIGE01);
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 1.75rem;
    padding: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/*--- ttl_04 ---*/
.ttl_04 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--GRAY01);
  padding-bottom: 0.9375rem;
  border-bottom: 0.25rem solid var(--RED01);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ttl_04 {
    font-size: 3rem;
    line-height: 1.33;
    padding-bottom: 1.5625rem;
    margin-bottom: 2.1875rem;
  }
}

/*--- ttl_05 ---*/
.ttl_05 {
  font-family: var(--FONT_BIZ);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding-bottom: 0.625rem;
  border-bottom: 0.25rem solid var(--RED01);
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .ttl_05 {
    font-size: 3.75rem;
    text-align: center;
    padding-bottom: 1.0625rem;
    margin-bottom: 2.5rem;
  }
}

/*--- ttl_06 ---*/
.ttl_06 {
  font-family: var(--FONT_BIZ);
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .ttl_06 {
    font-size: 3.75rem;
    margin-bottom: 2.5rem;
  }
}

/*-------------------
btn
-------------------*/
/*--- btn_01 ---*/
.btn_01, .single_cont .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.125rem;
  min-height: 3.75rem;
  padding: 0.9375rem 5rem;
  border-width: 0.1875rem;
  border-style: solid;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  font-family: var(--FONT_NORMAL);
  position: relative;
  background: #fff;
  color: var(--BEIGE02);
  border-color: var(--BEIGE01);
}
@media screen and (max-width: 767px) {
  .btn_01, .single_cont .wp-block-button__link {
    width: 30.625rem;
    min-height: 4.875rem;
    padding: 1.25rem 5.375rem;
    border-width: 0.25rem;
    font-size: 1.625rem;
  }
}
.btn_01:after, .single_cont .wp-block-button__link:after {
  content: "";
  display: block;
  width: 1.0625rem;
  aspect-ratio: 17/13;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_01:after, .single_cont .wp-block-button__link:after {
    width: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .btn_01:after, .single_cont .wp-block-button__link:after {
    right: 2rem;
  }
}
.btn_01:after, .single_cont .wp-block-button__link:after {
  background-image: url(../img/arrow_beige.png);
}
.btn_01:hover, .single_cont .wp-block-button__link:hover {
  background: var(--BEIGE01);
  color: #fff;
}
.btn_01:hover:not([class*=__]), .single_cont .wp-block-button__link:hover:not([class*=__]) {
  opacity: 1;
}
.btn_01:hover:after, .single_cont .wp-block-button__link:hover:after {
  background-image: url(../img/arrow_white.png);
}
.btn_01.__back, .single_cont .__back.wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.125rem;
  min-height: 3.75rem;
  padding: 0.9375rem 5rem;
  border-width: 0.1875rem;
  border-style: solid;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  font-family: var(--FONT_NORMAL);
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_01.__back, .single_cont .__back.wp-block-button__link {
    width: 30.625rem;
    min-height: 4.875rem;
    padding: 1.25rem 5.375rem;
    border-width: 0.25rem;
    font-size: 1.625rem;
  }
}
.btn_01.__back:after, .single_cont .__back.wp-block-button__link:after {
  content: "";
  display: block;
  width: 1.0625rem;
  aspect-ratio: 17/13;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 1.4375rem;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .btn_01.__back:after, .single_cont .__back.wp-block-button__link:after {
    width: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .btn_01.__back:after, .single_cont .__back.wp-block-button__link:after {
    left: 2rem;
  }
}
.btn_01:before, .single_cont .wp-block-button__link:before {
  content: "";
  display: block;
  width: 1.8125rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_01:before, .single_cont .wp-block-button__link:before {
    width: 2.375rem;
    left: 1.9375rem;
  }
}
.btn_01.__tel, .single_cont .__tel.wp-block-button__link {
  background: var(--RED01);
  color: #fff;
  border-color: var(--RED02);
  font-family: var(--FONT_ROBOTO);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn_01.__tel, .single_cont .__tel.wp-block-button__link {
    pointer-events: auto;
  }
}
.btn_01.__tel:after, .single_cont .__tel.wp-block-button__link:after {
  background-image: url(../img/arrow_white.png);
}
.btn_01.__tel:before, .single_cont .__tel.wp-block-button__link:before {
  background-image: url(../img/ico_tel_white.png);
}
.btn_01.__mail, .single_cont .__mail.wp-block-button__link {
  background: #fff;
  color: var(--RED01);
  border-color: var(--RED02);
}
.btn_01.__mail:after, .single_cont .__mail.wp-block-button__link:after {
  background-image: url(../img/arrow_red.png);
}
.btn_01.__mail:before, .single_cont .__mail.wp-block-button__link:before {
  background-image: url(../img/ico_mail_red.png);
}

/*-------------------
single_time
-------------------*/
.single_time {
  font-family: var(--FONT_ROBOTO);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: var(--GRAY01);
}
@media screen and (max-width: 767px) {
  .single_time {
    font-size: 1.5rem;
  }
}

/*-------------------
single_cont
-------------------*/
.single_cont {
  margin-top: 2rem;
  color: var(--GRAY01);
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .single_cont {
    margin-top: 2.8125rem;
    padding-bottom: 6.25rem;
    line-height: 1.71;
  }
}
.single_cont *:last-child {
  margin-bottom: 0;
}
.single_cont p {
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .single_cont p {
    margin-bottom: 2.75rem;
  }
}
.single_cont a:not(.wp-block-button__link) {
  color: #0d68b4;
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .single_cont a:not(.wp-block-button__link) {
    text-underline-offset: 0.75rem;
  }
}
.single_cont h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1.375rem;
  position: relative;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .single_cont h2 {
    font-size: 2.5rem;
    padding-left: 2.3125rem;
    margin-bottom: 3.3125rem;
  }
}
.single_cont h2:before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 1.2em;
  background: var(--RED01);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single_cont h2:before {
    width: 0.9375rem;
  }
}
.single_cont h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem dotted #adadad;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single_cont h3 {
    font-size: 2.25rem;
    padding-bottom: 2.1875rem;
    margin-bottom: 2.5rem;
  }
}
.single_cont h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--RED01);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .single_cont h4 {
    font-size: 1.875rem;
    margin-bottom: 1.6875rem;
  }
}
.single_cont figure {
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .single_cont figure {
    margin-bottom: 3.375rem;
  }
}
.single_cont .wp-block-buttons {
  display: flex !important;
  justify-content: center !important;
  margin: 3.125rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .single_cont .wp-block-buttons {
    margin: 5.1875rem 0;
  }
}
/*-------------------
sec-related
-------------------*/
#sec-related {
  padding: 4.5625rem 0 4.125rem;
  background: var(--BEIGE03);
}
@media screen and (max-width: 767px) {
  #sec-related {
    padding: 4.6875rem 0 6.25rem;
  }
}
#sec-related .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec-related .btn_wrap {
    margin-top: 4.3125rem;
  }
}

/*-------------------
sec-info
-------------------*/
#sec-info {
  padding: 4.5625rem 0 4.125rem;
}
@media screen and (max-width: 767px) {
  #sec-info {
    padding: 4.6875rem 0 7.25rem;
  }
}
#sec-info .cont {
  display: flex;
  gap: 3.3125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec-info .cont {
    flex-direction: column;
    gap: 2.1875rem;
    margin-bottom: 5rem;
  }
}
#sec-info .cont .img_wrap {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  #sec-info .cont .img_wrap {
    width: 100%;
  }
}
#sec-info .cont .txt_wrap {
  width: calc(100% - 3.3125rem - 25rem);
}
@media screen and (max-width: 767px) {
  #sec-info .cont .txt_wrap {
    width: 100%;
  }
}
#sec-info .cont .txt_wrap .info_item {
  display: flex;
  font-size: 1.125rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  #sec-info .cont .txt_wrap .info_item {
    font-size: 1.75rem;
    line-height: 1.92;
  }
}
#sec-info .cont .txt_wrap .info_item dt:after {
  content: "：";
}
#sec-info .btn_wrap {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=single.css.map */