@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
:root {
  --c-base: #fff;
  --c-primary: #2b4404;
  --c-secondary: #5cc5eb;
  --c-tertiary: #707070;
  --c-accent: #ffd511;
  --c-text: #444;
  --c-text-reversal: #fff;
  --c-body-bg: #eee;
  --c-hover: #bf0000;
  --c-h1-text: var(--c-white);
  --c-h1-bg: var(--c-secondary);
  --c-h2-text: var(--c-white);
  --c-h2-bg: var(--c-primary);
  --c-h3-text: var(--c-primary);
  --c-h3-bg: var(--c-primary);
  --c-h4-text: var(--c-primary);
  --c-h4-bg: var(--c-primary);
  --c-white: #fff;
  --c-white-rgb: 255,255,255;
  --c-red: #ff2626;
  --c-pink: #ffe1e1;
  --c-blue: #e8e9ff;
  --c-green: #edffe8;
  --c-gray: #efefef;
  --c-black: #000;
  --c-black-rgb: 0,0,0;
  --ff-20-30: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  --ff-14-18: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  --fz-18-22: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  --ff-16-30: clamp(1rem, -2.5rem + 5.83vw, 1.875rem);
  --fz-16-14: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  --fz-18-24: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
  --fz-17-20: clamp(1.063rem, 1.025rem + 0.19vw, 1.25rem);
  --fz-16-20-1200:	clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  --ff-gothic: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  --ff-serif: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wpcf7 .required {
  margin-left: 5px;
  color: var(--c-red);
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.ani-list > * {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-duration: 0.7s, 0.3s;
          transition-duration: 0.7s, 0.3s;
  opacity: 0;
}
.ani-list.js-ani-on > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.ani-list.js-ani-on > *:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ani-list.js-ani-on > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ani-list.js-ani-on > *:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ani-list.js-ani-on > *:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ani-list.js-ani-on > *:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.ani-list.js-ani-on > *:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.ani-list.js-ani-on > *:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.ani-list.js-ani-on > *:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.ani-list.js-ani-on > *:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.ani-list.js-ani-on > *:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.ani-list.js-ani-on > *:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.ani-list.js-ani-on > *:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-ani.fadeIn, .js-ani.fadeInDown, .js-ani.fadeInDownBig, .js-ani.fadeInLeft, .js-ani.fadeInLeftBig, .js-ani.fadeInRight, .js-ani.fadeInRightBig, .js-ani.fadeInUp, .js-ani.fadeInUpBig, .js-ani.fadeInTopLeft, .js-ani.fadeInTopRight, .js-ani.fadeInBottomLeft, .js-ani.fadeInBottomRight {
  opacity: 0;
  -webkit-transition-duration: 0.7s, 0.3s;
          transition-duration: 0.7s, 0.3s;
}
.js-ani.filterBlur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.js-ani.fadeInDown {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.js-ani.fadeInDownBig {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.js-ani.fadeInLeft {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.js-ani.fadeInLeftBig {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.js-ani.fadeInRight {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.js-ani.fadeInRightBig {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.js-ani.fadeInUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-ani.fadeInUpBig {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.js-ani.fadeInTopLeft {
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
}
.js-ani.fadeInTopRight {
  -webkit-transform: translate(30px, -30px);
          transform: translate(30px, -30px);
}
.js-ani.fadeInBottomLeft {
  -webkit-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
}
.js-ani.fadeInBottomRight {
  -webkit-transform: translate(30px, 30px);
          transform: translate(30px, 30px);
}
.js-ani.js-ani-on.fadeIn, .js-ani.js-ani-on.fadeInDown, .js-ani.js-ani-on.fadeInDownBig, .js-ani.js-ani-on.fadeInLeft, .js-ani.js-ani-on.fadeInLeftBig, .js-ani.js-ani-on.fadeInRight, .js-ani.js-ani-on.fadeInRightBig, .js-ani.js-ani-on.fadeInUp, .js-ani.js-ani-on.fadeInUpBig, .js-ani.js-ani-on.fadeInTopLeft, .js-ani.js-ani-on.fadeInTopRight, .js-ani.js-ani-on.fadeInBottomLeft, .js-ani.js-ani-on.fadeInBottomRight {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-ani.js-ani-on.filterBlur {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.js-ani-on.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-ani-on.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-ani-on.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-ani-on.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-ani-on.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-ani-on.delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-ani-on.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-ani-on.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-ani-on.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-ani-on.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-ani-on.delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-ani-on.delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media only screen and (max-width: 768px) {
  .js-ani-on.delay1, .js-ani-on.delay2, .js-ani-on.delay3, .js-ani-on.delay4, .js-ani-on.delay4, .js-ani-on.delay5, .js-ani-on.delay6, .js-ani-on.delay7, .js-ani-on.delay8, .js-ani-on.delay9, .js-ani-on.delay10, .js-ani-on.delay11, .js-ani-on.delay12 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.l-header__inner {
  width: 100%;
  max-width: none;
  padding-left: 4%;
}
@media screen and (max-width: 1199px) {
  .l-header {
    background-color: var(--c-primary) !important;
  }
  .l-header__inner {
    padding-left: 15px;
  }
  .l-header__logo.c-logo--retina img {
    max-height: 65px;
  }
}
.l-header .p-global-nav {
  margin: 0;
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__contact {
  height: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 30px 40px 30px 40px;
  background-color: var(--c-primary);
  color: #fff;
  line-height: 1;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.l-header__contact a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-right: 10px;
  background: url(/wp-content/uploads/icon001.png) no-repeat left center;
}
.l-header__contact a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 4px;
  height: 4px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__contact a:hover {
  background-color: #5a821b;
}

.home .p-cb {
  padding-top: 0;
}
.home .p-entry__body {
  margin-bottom: 0;
}

.p-index-content04 {
  margin-bottom: 0;
}
.l-main .p-index-content04 {
  background-color: #fff;
}
.l-main .p-index-content04 .p-index-content04__col--news {
  width: 100%;
}
.l-main .p-index-content04 .p-index-content04__col--news .p-headline02__title {
  color: #2b4404;
}
.l-main .p-index-content04 .p-index-content04__col--news .p-headline02__sub {
  color: #2b4404;
}
.l-main .p-index-content04 .p-index-content04__col--event {
  display: none;
}

.p-headline02__sub {
  color: var(--c-secondary);
}

.p-info {
  padding: 0;
}

.p-footer-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 30px 20px;
  }
}

.wpcf7 {
  max-width: 800px;
  margin: 0 auto 2.5em !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: var(--c-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
  }
}

.l-contents .l-primary {
  width: 100%;
}
.l-contents .l-secondary {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-page-header__title {
    min-width: 260px;
    font-size: 18px;
  }
}
h2.style_h2 {
  background-size: auto;
  color: var(--c-primary);
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  h2.style_h2 {
    font-size: 20px;
  }
}

h3.style_h3 {
  padding: 10px 0;
  margin-top: 0;
  border-top: 2px solid var(--c-primary);
  border-bottom: 2px solid var(--c-primary);
  color: var(--c-primary);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  h3.style_h3 {
    padding: 15px 0;
    font-size: 24px;
  }
}

.tcd-pb-col h3.style_h3:first-child {
  margin-top: 0;
}

h4.style_h4 {
  padding: 0 0;
  font-size: 18px;
}
h4.style_h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #000;
  border-radius: 50%;
}

.footer-contact {
  padding: min(6vw, 30px) 15px;
  margin-bottom: min(6vw, 60px);
  background-color: #f4f4f4;
}
.footer-contact dl {
  max-width: 550px;
  margin: auto;
}
.footer-contact dt, .footer-contact dd {
  margin-top: 20px;
}
.footer-contact dt {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  text-align: center;
}
.footer-contact dt span {
  padding: 5px 0 5px 30px;
  background-image: url(/wp-content/uploads/icon002.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.footer-contact dt:nth-of-type(1) span {
  background-image: url(/wp-content/uploads/icon003.png);
}
.footer-contact dd {
  width: 100%;
  text-align: center;
}
.footer-contact dd .more {
  margin: 0;
}
.footer-contact dd .more a {
  padding: 10px;
  margin: auto;
  border-radius: 5px;
  font-size: 16px;
}
.footer-contact dd:nth-of-type(1) {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .footer-contact dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-contact dt, .footer-contact dd {
    margin-top: 0;
  }
  .footer-contact dt {
    width: 48%;
    text-align: left;
  }
  .footer-contact dt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4px;
    height: 4px;
    margin: auto;
    border: 5px solid transparent;
    border-left: 9px solid var(--c-primary);
  }
  .footer-contact dd {
    width: 46%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.bold {
  font-weight: bold;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.more a {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 240px;
  padding: 13px 18px;
  border: 2px solid var(--c-primary);
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.more a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: var(--c-primary);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.more a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.more a:hover {
  color: var(--c-primary) !important;
  background: transparent;
  border-color: var(--c-primary);
  text-decoration: none;
}
.more a:hover::before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.more a:hover::after {
  border-top: 1px solid var(--c-primary);
  border-right: 1px solid var(--c-primary);
}
@media (min-width: 768px) {
  .more a {
    font-size: 20px;
  }
  .more a::after {
    width: 7px;
    height: 7px;
  }
}
.mv {
  position: relative;
}
.mv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 80%;
  margin: auto;
}
.mv__copy p {
  position: absolute;
  margin: 0;
  padding: 0;
}
.mv__copy p {
  opacity: 0;
}
.mv__copy p:nth-of-type(1) {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.mv__copy p:nth-of-type(2) {
  -webkit-transition: 1s 1.8s;
  transition: 1s 1.8s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.mv__copy p:nth-of-type(3) {
  -webkit-transition: 1s 2.4s;
  transition: 1s 2.4s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.js-ani-mv .mv__copy p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
h2.top-title {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 18px;
}
h2.top-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -60px;
  width: 80px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}
h2.top-title span {
  display: block;
  color: #aaa;
  font-size: 10px;
}
h2.top-title.inverse::before {
  background-color: #000;
}
@media (min-width: 1200px) {
  h2.top-title {
    padding: 0;
  }
  h2.top-title::before {
    left: -90px;
  }
}

.sec01 {
  position: relative;
  padding: 15px 15px 0;
}
@media (min-width: 769px) {
  .sec01 {
    padding: min(12vw, 100px) 0 0;
  }
}
.sec01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(5vw, 100px);
}
.sec01__inner > * {
  width: 100%;
}
@media (min-width: 768px) {
  .sec01__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sec01__inner > * {
    width: 50%;
  }
}
.sec01 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec01 .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec01 h2 {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 20px;
}
.sec01 h2 span {
  display: block;
  font-size: 16px;
}
.sec01 h3 {
  margin-bottom: 0.5em;
  color: #2d3c01;
  font-size: 18px;
}
.sec01 h3 span {
  display: inline-block;
  padding-right: 66px;
  background: url(/wp-content/uploads/deco001.png) no-repeat right top;
}
.sec01 p {
  margin-bottom: 0.5em;
}
.sec01 .more {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .sec01 .text-box {
    max-width: 500px;
  }
  .sec01 h2 {
    font-size: 30px;
  }
  .sec01 h2 span {
    font-size: 20px;
  }
  .sec01 h3 {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .sec01 p {
    margin-bottom: 1.5em;
  }
}

.sec02 {
  padding: calc(min(10vw, 100px) + 200px) 15px min(10vw, 100px);
  margin-top: -100px;
  background-color: #f4f4f4;
  background-image: url(/wp-content/uploads/bg001.png), url(/wp-content/uploads/bg002.png);
  background-position: top 160px left, bottom -60px right;
  background-repeat: no-repeat;
  background-size: 29.5%;
}
@media (min-width: 769px) {
  .sec02 {
    margin-top: -200px;
  }
}
.sec02 h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 46px 15px 40px;
  margin-bottom: 0;
  background: url(/wp-content/uploads/deco002.png) no-repeat center top;
  font-size: 30px;
  text-align: center;
}
.sec02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  max-width: 1480px;
  margin: auto;
}
.sec02__box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 740px;
  min-height: 300px;
  margin: auto;
  color: #fff !important;
}
.sec02__box figure {
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  min-height: 300px;
}
.sec02__box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.sec02__box:hover figure {
  position: relative;
}
.sec02__box:hover figure img {
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.sec02 .text-box {
  position: absolute;
  bottom: 0;
  padding: min(4vw, 40px);
}
.sec02 .text-box p {
  line-height: 1.6;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .sec02__box {
    width: calc(50% - 1px);
  }
  .sec02 .text-box p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.sec02 h3 {
  position: relative;
  font-size: 25px;
  text-shadow: rgba(34, 34, 34, 0.5) 0px 0px 15px, rgba(34, 34, 34, 0.5) 0px 0px 15px;
}
.sec02 h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 32px;
  height: 1px;
  margin: auto;
  background: #fff;
}
.sec02 h3 span {
  position: relative;
  display: block;
}
.sec02 h3 span::before, .sec02 h3 span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.sec02 h3 span::before {
  width: 20px;
  height: 20px;
  background: #fff;
}
.sec02 h3 span::after {
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .sec03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec03 > div {
  width: 100%;
}
@media (min-width: 769px) {
  .sec03 > div {
    width: 50%;
  }
}
.sec03 > div a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: min(50vw, 440px);
  background-position: top center;
  background-size: cover;
  color: #fff;
  text-shadow: rgba(34, 34, 34, 0.5) 0px 0px 15px, rgba(34, 34, 34, 0.5) 0px 0px 15px;
  font-size: clamp(1.5rem, -0.167rem + 3.56vw, 2.5rem);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec03 > div a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/wp-content/uploads/top_img006.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec03 > div a span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: min(6vw, 100px);
}
.sec03 > div a span::before, .sec03 > div a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.sec03 > div a span::before {
  width: 20px;
  height: 20px;
  background: #fff;
}
.sec03 > div a span::after {
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec03 > div a:hover {
  background-size: 110%;
}
.sec03 > div a:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 769px) {
  .sec03 > div a {
    height: min(30vw, 440px);
  }
  .sec03 > div a span::before {
    width: 50px;
    height: 50px;
  }
  .sec03 > div a span::after {
    right: 17px;
    width: 12px;
    height: 12px;
  }
}
.sec03 > div:nth-child(2) a::after {
  background-image: url(/wp-content/uploads/top_img007.jpg);
}
/*# sourceMappingURL=custom.css.map */