@charset "utf-8";
/* CSS Document */

.has-global-padding {
  padding-right: 0;
  padding-left: 0;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))  {
  max-width: inherit;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root :where(.is-layout-constrained) > * {
  margin-block-start: inherit;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: inherit;
}
:root :where(.is-layout-constrained) > :first-child {
  margin-block-start: inherit;
}
:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: inherit;
}

.wp-block-group p a {
  text-decoration: underline;
}

.font-txt {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 750px) {
  .font-txt {
    margin-bottom: 4.26666666666667vw !important;
  }
}

/* ===============================
	mv_img
 =============================== */
.mv_img {
  height: 620px !important;
  background: var(--C-black);
}
.mv_img .wrap,
.mv_img .wrap figure {
  height: 100%;
}
.mv_img .mv_con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_img .mv_con img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv_img figcaption {
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .mv_img {
    height: 80vw !important;
  }
  .mv_img .mv_con img.pcOnly {
    object-fit: cover;
  }
}

/* ===============================
	title-03
 =============================== */
.title-03 {
  margin-bottom: 72px !important;
}
p:has(+ .title-03:not(.wp-block-my-blocks-heading-block2)) {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-accent-green);
  display: block;
  margin-bottom: -4px;
}
@media screen and (max-width: 750px) {
  .title-03 {
    margin-bottom: 12.8vw !important;
  }
  p:has(+ .title-03:not(.wp-block-my-blocks-heading-block2)) {
    font-size: 3.46666666666667vw;
    margin-bottom: -0.53333333333333vw;
  }
}

/* ===============================
	title-04
 =============================== */
.title-04 {
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .title-04 {
    margin-bottom: 6.4vw;
  }
}

/* ===============================
	title-05
 =============================== */
.title-05 {
  margin-bottom: 32px !important;
}
.title-05 * {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--C-accent-green);
}
.title-05 a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .title-05 {
    margin-bottom: 6.4vw !important;
  }
}

/* ===============================
	common_title_01
 =============================== */
.common_title_01 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  margin-bottom: 72px;
}
.common_title_01::after {
  content: '';
  background: var(--C-line-gray);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .common_title_01 {
    font-size: 6.4vw;
    margin-bottom: 12.8vw;
  }
  .common_title_01::after {
    bottom: -4.26666666666667vw;
  }
}

/* ===============================
	common_sub_title_01
 =============================== */
.common_sub_title_01 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--C-accent-Dgreen);
  margin-bottom: 24px;
}
.common_sub_title_01 * {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--C-accent-Dgreen);
}
.common_sub_title_01 a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .common_sub_title_01 {
    font-size: 4.26666666666667vw;
    margin-bottom: 4.26666666666667vw;
  }
}

/* ===============================
	block_img_L
 =============================== */
.common_block {
  display: flex !important;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 64px;
}
.common_block figure {
  max-width: 510px;
  width: 48.11320754716981%;
  text-align: center;  
}
.common_block figure img {
  width: auto;  
  max-width: 100%;  
  height: auto;
}
.common_block .wp-block-media-text__content {
  width: calc(100% - 48.11320754716981% - 40px);
  align-self: baseline !important;  
  padding: 0 !important;
}
.common_block .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.common_block .wp-block-media-text__content .common_sub_title_01 {
  margin-bottom: 24px;
}
.common_block .wp-block-media-text__content .font-txt {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
  .common_block {
    flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 12.8vw;
  }
  .common_block figure {
    max-width: inherit;
    width: 100%;
  }
  .common_block.has-media-on-the-right {
    flex-direction: column-reverse;
  }
  .common_block .wp-block-media-text__content {
    width: 100%;
  }
  .common_block .wp-block-media-text__content .common_sub_title_01 {
    margin-bottom: 3.2vw;
  }
}

/* ===============================
	common_hr
 =============================== */
.common_hr {
  color: var(--C-line-gray);
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .common_hr {
    margin-bottom: 17.06666666666667vw;
  }
}

/* ===============================
	common_layout
 =============================== */
.common_layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.common_layout > div {
  width: 100%;
}
.common_layout figure {
  margin-bottom: 12px;
}
.common_layout figure img {
  height: auto;
}
.common_layout .wp-block-column figure + * {
  margin-top: 0 !important;
}
.common_layout .font-txt {
  margin-bottom: 0 !important;
}
.common_2_layout {
  gap: 40px;
}
.common_2_layout > div {
  max-width: calc((100% - 40px) / 2);
}
.common_3_layout {
  gap: 40px;
}
.common_3_layout > div {
  max-width: calc((100% - (40px * 2)) / 3);
}
.common_4_layout {
  gap: 16px;
}
.common_4_layout > div {
  max-width: calc((100% - (16px * 3)) / 4);
}
@media screen and (max-width: 750px) {
  .common_layout {
    margin-bottom: 12.8vw;
  }
  .common_layout > div {
    max-width: 100%;
  }
  .common_layout figure img {
    width: 100%;
  }
  .common_4_layout {
    gap: 10.66666666666667vw 2.13333333333333vw;
  }
  .common_4_layout > div {
    max-width: calc((100% - 2.13333333333333vw) / 2);
  }
}

/* ===============================
	common_img
 =============================== */
.common_img {
  margin-bottom: 40px;
}
.common_img img {
  height: auto;
}

/* ===============================
	is-style-common_list
 =============================== */
.is-style-common_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: number 0;
  margin-bottom: 46px;
}
.is-style-common_list * {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.is-style-common_list li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.is-style-common_list li::before {
  display: inline-block;
  position: absolute;
  left: 0;
}
ul.is-style-common_list li {
  padding-left: 16px;
}
ul.is-style-common_list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #222222;
  border-radius: 4px;
  top: 13px;
}
ol.is-style-common_list li {
  padding-left: 24px;
}
ol.is-style-common_list li::before {
  color: var(--C-accent-green);
  font-weight: 500;
  counter-increment: number 1;
  content: counter(number) ".";
}
@media screen and (max-width: 750px) {
  .is-style-common_list {
    gap: 8.53333333333333vw;
    margin-bottom: 17.06666666666667vw;
  }
  .is-style-common_list * {
    font-size: 3.73333333333333vw;
  }
  ul.is-style-common_list li {
    padding-left: 4.26666666666667vw;
  }
  ul.is-style-common_list li::before {
    width: 1.06666666666667vw;
    height: 1.06666666666667vw;
    top: 3vw;
  }
  ol.is-style-common_list li {
    padding-left: 6.4vw;
  }
}

/* ===============================
	is-style-common_list
 =============================== */
.is-style-common_list,
.wp-block-list {
  margin-bottom: 80px;
}
.is-style-common_list tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1px;
}
.is-style-common_list td {
  font-size: 14px;
  height: 60px;
  border: none !important;
  border-bottom: var(--C-white) 1px solid !important;
  padding: 18px 16px !important;
}
.is-style-common_list td:first-child {
  font-weight: 500;
  color: var(--C-accent-green);
  background: rgb(64 110 99 / .15);
  width: 180px;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.is-style-common_list td:not(:first-child) {
  font-weight: 400;
  background: #F2F2F2;
  width: calc((100% - 180px) - 1px);
  height: auto;
}
@media screen and (max-width: 750px) {
  .is-style-common_list,
  .wp-block-list {
    margin-bottom: 17.06666666666667vw;
  }
  .is-style-common_list tr {
    flex-direction: column;
  }
  .is-style-common_list td:first-child,
  .is-style-common_list td:not(:first-child) {
    font-size: 3.46666666666667vw;
    width: 100%;
    min-height: 9.33333333333333vw;
    padding: 6px 3.2vw !important;
  }
}

/* ===============================
	common_video
 =============================== */
.common_video {
  aspect-ratio: 16 / 9;
  margin-bottom: 80px;
}
.common_video .wp-block-embed__wrapper,
.common_video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .common_video {
    margin-bottom: 17.06666666666667vw;
  }
}

/* ===============================
	common_quotation
 =============================== */
.common_quotation {
  background: #F5F4F0;
  position: relative;
}
.common_quotation::before,
.common_quotation::after {
  content: '';
  background-image: url(../img/common/quotation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
  position: absolute;
}
.common_quotation::before {
  top: -10px;
  left: 0;
}
.common_quotation::after {
  transform: rotate(180deg);
  bottom: -10px;
  right: 0;
}
.common_quotation .font-txt {
  position: relative;
  padding: 58px 54px;
}
.common_quotation .font-txt::before,
.common_quotation .font-txt::after {
  content: '';
  background: var(--C-accent-green);
  width: 96.22641509433962%;
  height: 1px;
  position: absolute;
}
.common_quotation .font-txt::before {
  top: 0;
  right: 0;
}
.common_quotation .font-txt::after {
  bottom: 1px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .common_quotation::before,
  .common_quotation::after {
    width: 7.2vw;
    height: 6.4vw;
  }
  .common_quotation::before {
    top: -2.66666666666667vw;
  }
  .common_quotation::after {
    bottom: -2.66666666666667vw;
  }
  .common_quotation .font-txt {
    padding: 10.4vw 6.4vw;
  }
  .common_quotation .font-txt::before,
  .common_quotation .font-txt::after {
    width: 88.0952380952381%;
  }
}

/* ===============================
	wp-block-image
 =============================== */
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image a {
  display: inline-block;
  transition: .6s;
}
.wp-block-image a:hover {
  opacity: .6;
}
.wp-block-image img {
  height: auto;
}
@media screen and (max-width: 750px) {
  .wp-block-image {
    margin-bottom: 6vw;
  }
}

/* ===============================
	button
 =============================== */
.p-btn a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  width: 364px;
  height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding: 0 2.6em;
  transition: .6s;
}
.p-btn a::before {
  content: '';
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='white' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .p-btn a {
    font-size: 14px;
    width: 100%;
    height: 16vw;
  }
}

/* ===============================
	button1
 =============================== */
.pattern_btn_1 a {
  color: var(--C-white);
  background: rgb(93,157,141);
  background: linear-gradient(90deg, rgba(93,157,141,1) 0%, rgba(65,110,99,1) 50%, rgba(52,95,84,1) 100%);
  z-index: 0;
}
.pattern_btn_1 a::after {
  content: '';
  background: #333;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
.pattern_btn_1 a:hover::after {
  transform: scale(1, 1);
}