/*=============================================
 * body
 *=============================================*/
body {
   background: #F5F5F5;
   color: #575757;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 400;
   font-size: 13px;
   line-height: 20px;
   letter-spacing: 0.05em;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   word-break: break-word;
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
   overflow: hidden;
}

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 700;
   font-size: 39px;
   letter-spacing: 0.05em;
   line-height: 56px;
}

.h2 .sub {
   display: block;
   font-family: "Lato", sans-serif;
   font-weight: 400;
   font-size: 20px;
   letter-spacing: 0.05em;
   line-height: 24px;
   color: #02964C;
   text-transform: capitalize;
}

.h-18 {
   font-weight: 700;
   font-size: 18px;
   line-height: 26px;
}

.h-20 {
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
}

.h-22 {
   font-weight: 700;
   font-size: 22px;
   line-height: 32px;
}

.h-24 {
   font-weight: 700;
   font-size: 24px;
   line-height: 35px;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   line-height: 36px;
}

.h-30 {
   font-weight: 700;
   font-size: 30px;
   line-height: 44px;
}

.h-34 {
   font-weight: 700;
   font-size: 34px;
   line-height: 49px;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   line-height: 52px;
}

.h-40 {
   font-weight: 700;
   font-size: 40px;
   line-height: 48px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 30px;
      line-height: 45px;
   }

   .h2 .sub {
      font-size: 16px;
   }

   .h-18 {
      font-size: 16px;
      line-height: 24px;
   }

   .h-20,
   .h-22,
   .h-24 {
      font-size: 18px;
      line-height: 26px;
   }

   .h-26,
   .h-30 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-36 {
      font-size: 24px;
      line-height: 35px;
   }

   .h-40 {
      font-size: 25px;
      line-height: 35px;
   }
}

/* button */
.button {
   position: relative;
   text-align: right;
}

.button a {
   display: inline-flex;
   align-items: center;
   width: 254px;
   height: 60px;
   border: 1px solid #575757;
   font-weight: 500;
   font-size: 14px;
   letter-spacing: 0.05em;
   line-height: 20px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 0px;
   padding: 0 20px;
}

.button a:after {
   content: '';
   width: 25px;
   height: 25px;
   background: url("../img/common/btn-arrow.webp") no-repeat center top/cover;
   background-color: #575757;
   position: absolute;
   top: 50%;
   right: 20px;
   border-radius: 50%;
   transition: all 0.3s;
   transform: translateY(-50%);
}

.button a:hover {
   background-color: #575757;
   color: #fff;
   opacity: 1;
}

.button a:hover:after {
   background-color: #BCBCBC;
}

@media screen and (max-width: 767px) {
   .button {
      text-align: center;
   }
}

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

.txt-c {
   text-align: center;
}

.txt-j {
   text-align: justify;
}

.txt-r {
   text-align: right;
}

.cl-blue {
   color: #01A5C7;
}

.cl-green {
   color: #00973D;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #FFB357;
}

.cl-black {
   color: #4B4B4B;
}

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #F97C00;
}

.udl01 {
   background-image: linear-gradient(#AE0615, #AE0615);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.udl02 {
   background-image: linear-gradient(#002A7D, #002A7D);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-400 {
   font-weight: 400;
}

.fw-500 {
   font-weight: 500;
}

.fw-700 {
   font-weight: 700;
}

.fw-900 {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-20 {
   border-radius: 20px;
}

.bdra-30 {
   border-radius: 30px;
}

.img_shadow {
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.img-obj {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
}

@media screen and (max-width: 767px) {
   .bdra-20 {
      border-radius: 10px;
   }

   .bdra-30 {
      border-radius: 15px;
   }
}

/* -- --*/
.w600 {
   max-width: 600px;
   margin: 0 auto;
}

.w800 {
   max-width: 800px;
   margin: 0 auto;
}

.w900 {
   max-width: 900px;
   margin: 0 auto;
}

/* -- --*/
.section-space {
   padding: 100px 0;
}

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb100 {
   padding-bottom: 100px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

@media screen and (max-width: 1080px) {
   .section-space {
      padding-right: 0;
      padding-left: 0;
   }
}

@media screen and (max-width: 767px) {
   .section-space {
      padding: 50px 0;
   }

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 60px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb100 {
      padding-bottom: 50px;
   }

   .pb120 {
      padding-bottom: 60px;
   }

   .pb200 {
      padding-bottom: 100px;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #77D1A0;
}

.bg-cl02 {
   background-color: #F3F7F8;
}

/* -- -- */
.img-zoom,
.img-zoom figure {
   display: block;
   overflow: hidden;
}

.img-zoom .img,
.img-zoom .img-obj {
   transition: 0.6s ease-in-out;
}

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
   transform: scale(1.07);
}

/* -- --*/
.photo-full img {
   width: 100%;
   max-width: inherit;
}

@media screen and (max-width: 767px) {
   .photo-full {
      width: 100%;
      height: 50vw;
   }

   .photo-full img {
      height: 100%;
      object-fit: cover;
   }
}

/* -- --*/
hr {
   border: 0;
   border-bottom: 1px solid #fff;
}

/* -- --*/
.slick-dots {
   display: flex;
   justify-content: center;
   gap: 15px;
}

.slick-dots li {
   width: 8px;
   height: 8px;
}

.slick-dots button {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #C0C0C0;
   border-radius: 50%;
   border: 0;
   font-size: 0;
   cursor: pointer;
}

.slick-dots button:hover {
   background-color: #FF7C7A;
}

.slick-dots .slick-active button {
   background-color: #FF7C7A;
}

/* -- --*/
/*=============================================
 * <header>
 *=============================================*/
header {
   display: flex;
   align-items: center;
   width: 100%;
   padding: 20px 40px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   box-sizing: border-box;
   transition: all 0.3s;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   max-width: 205px;
}

header.fixed {
   background-color: #575757;
}

.navbar {
   background-color: #fff;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.31);
   border-radius: 6px;
   padding: 15px 30px 14px;
}

.navbar .nav {
   display: flex;
   align-items: center;
   gap: 30px;
   text-align: center;
}

.navbar .nav a {
   display: block;
   color: #BCBCBC;
   font-size: 10px;
   line-height: 15px;
   border-bottom: 1px solid transparent;
}

.navbar .nav a span {
   display: block;
   font-weight: 700;
   font-size: 13px;
   color: #575757;
}

.navbar .nav a:hover,
.navbar .nav a.current {
   border-bottom-color: #575757;
}

@media screen and (max-width: 767px) {
   header {
      background-color: #575757;
      padding: 10px;
   }

   header .wrap {
      padding: 9px 20px 8px;
   }

   .navbar {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 80px 0;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
      border-radius: 0;
      box-shadow: none;
   }

   .navbar .nav {
      flex-direction: column;
      justify-content: center;
      height: 100%;
   }

   .navOpen header .logo a {
      background: url("../img/common/logo-footer.webp") no-repeat center/cover;
   }

   .navOpen header .logo a img {
      opacity: 0;
   }

   .navOpen .navbar {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }
}

@media screen and (min-width: 768px) {
   .navbar {
      height: auto !important;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   padding: 130px 0 20px;
}

footer .wrap {
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   gap: 30px;
}

footer .logo {
   width: 253px;
}

footer .txt {
   font-size: 14px;
   padding-top: 15px;
}

footer nav {
   display: flex;
   align-items: center;
   gap: 24px;
}

footer nav a {
   display: inline-block;
   padding-left: 20px;
   position: relative;
}

footer nav a:before {
   content: '';
   width: 15px;
   height: 15px;
   background: #575757 url("../img/common/btn-arrow.webp") no-repeat center left/100% auto;
   position: absolute;
   top: 2px;
   left: 0;
   border-radius: 50%;
   transition: all 0.3s;
}

footer nav a:hover {
   opacity: 1;
}

footer nav a:hover:before {
   transform: translateX(4px);
}

footer address {
   font-size: 11px;
   padding-top: 8px;
   text-align: right;
}

footer address span {
   display: inline-block;
   background: url("../img/common/footer-c.webp") no-repeat center left/12px;
   padding-left: 14px;
}

@media screen and (max-width: 1023px) {
   footer .wrap {
      gap: 20px;
   }

   footer nav {
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   footer {
      padding-top: 60px;
   }

   footer .wrap {
      flex-direction: column;
      align-items: center;
   }

   footer .col {
      min-width: 270px;
   }

   footer nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
   }

   footer address {
      text-align: center;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   display: flex;
   align-items: center;
   width: 100%;
   height: 286px;
   position: relative;
}

#kv .kv-img {
   width: 50%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#kv .kv-img:after {
   content: '';
   width: 100%;
   height: 100%;
   background: #006231;
   position: absolute;
   top: 0;
   left: 0;
   mix-blend-mode: multiply;
}

#kv .kv-img figcaption {
   width: auto;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 1;
}

#kv .kv-img figcaption img {
   max-width: inherit;
   max-height: 100%;
}

#kv .page-title {
   font-weight: 700;
   font-size: 15px;
   line-height: 21px;
   color: #fff;
}

#kv .page-title .en {
   display: block;
   font-weight: 700;
   font-size: 37px;
   line-height: 45px;
   padding-bottom: 5px;
   text-transform: uppercase;
}

@media screen and (max-width: 767px) {
   #kv .kv-img {
      width: 100%;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   position: relative;
}

/* =============================================
 * 404
 *=============================================*/
#content-404 {
   padding: 145px 0;
}

#content-404 .txt {
   padding-top: 30px;
}

#content-404 .button {
   text-align: center;
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 50px 0;
   }

   #content-404 .wrap {
      text-align: justify;
   }

   #content-404 .txt {
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
   position: relative;
}

.wpcf7 .select {
   display: flex;
   align-items: flex-start;
   width: 50%;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap {
   display: block;
   flex: 1;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap::after {
   content: '';
   width: 0;
   height: 0;
   border-width: 5px 4px 0 4px;
   border-color: #66D5EB transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 22px;
   right: 15px;
}

.wpcf7 .select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #fff;
   border: 0;
   border-radius: 5px;
   line-height: 30px;
   padding: 8px 20px;
   cursor: pointer;
}

.wpcf7 .select select::-ms-expand {
   display: none;
}

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 0;
   border-radius: 5px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 8px 20px;
   line-height: 30px;
}

.wpcf7 textarea {
   height: 175px;
   resize: vertical;
}

.wpcf7 input[type="date"] {
   padding-right: 40px;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
   width: 100%;
   height: 100%;
   cursor: pointer;
   background-position: top 22px right 15px;
   background-size: 18px auto;
   position: absolute;
   top: 0;
   left: 0;
}

.wpcf7 ::-webkit-input-placeholder {
   color: #7C705C;
}

.wpcf7 ::-moz-placeholder {
   color: #7C705C;
}

.wpcf7 :-ms-input-placeholder {
   color: #7C705C;
}

.wpcf7 :-moz-placeholder {
   color: #7C705C;
}

.wpcf7-checkbox,
.wpcf7-radio {
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
   display: block;
   margin-left: 0;
   cursor: pointer;
}

.wpcf7-checkbox input,
.wpcf7-radio input {
   display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
   display: inline-grid;
   grid-template-columns: 38px 1fr;
   align-items: center;
   gap: 16px;
   cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
   content: '';
   grid-area: 1/1;
   margin: auto;
   border-radius: 6px;
   width: 38px;
   height: 38px;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
   background-color: #FDF4C9;
   box-sizing: border-box;
   position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
   background: url("../img/common/icon-checked.webp") no-repeat center top/cover;
   position: relative;
   display: none;
}

.wpcf7-checkbox input:checked+.wpcf7-list-item-label:after,
.wpcf7-radio input:checked+.wpcf7-list-item-label:after {
   display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
   font-size: 12px;
   color: #E50012;
}

.wpcf7 .result-txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
   .wpcf7 .select {
      width: 100%;
   }

   .wpcf7-checkbox .wpcf7-list-item-label,
   .wpcf7-radio .wpcf7-list-item-label {
      grid-template-columns: 30px 1fr;
      gap: 10px;
   }

   .wpcf7-checkbox .wpcf7-list-item-label:before,
   .wpcf7-checkbox .wpcf7-list-item-label:after,
   .wpcf7-radio .wpcf7-list-item-label:before,
   .wpcf7-radio .wpcf7-list-item-label:after {
      width: 30px;
      height: 30px;
   }
}

/*=============================================
 * 
 *=============================================*/
@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   animation-duration: 2s;
   animation-delay: 0.3s;
   opacity: 0;
}

.fadeInUp[style*='visible'] {
   opacity: 1;
}

/*# sourceMappingURL=shared.css.map */