@charset "UTF-8";
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 95%;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 95%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, l, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #3B4A32;
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  word-break: break-word;
  width: 100%;
  min-height: 100vh;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: #3B4A32;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

img[src$=".svg"] {
  width: 100%;
}

:root {
  --vw: 1vw;
}

html {
  overflow-y: scroll;
  font-size: 58.5936%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent; /* Android / iOS Safari */
}

body {
  position: relative;
  min-width: 300px;
  width: 100%;
  overflow: hidden;
}

.inner {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 40px 0;
}

.ct_padding {
  padding: 40px 0;
}

.js-fadein {
  opacity: 0;
}

.split-text {
  visibility: hidden; /* ← フォントではなくDOM変化のチラつきを消す */
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.lead {
  line-height: 1.8;
}

.box_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.red_color {
  color: #E50012;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    z-index: 99;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    padding-bottom: 15px;
    height: 67px;
  }
  .header #pc_contact {
    display: none;
  }
  .header .header_flex {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header .header_flex .header_l {
    width: 177px;
    height: auto;
    margin-left: 3%;
    padding-top: 10px;
  }
  .header .header_flex .header_l .header_logo {
    line-height: 1;
    margin: 0;
  }
  .header .header_flex .header_l .header_logo a {
    display: block;
  }
  .header .header_flex .gnav_btn {
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 15px;
    width: 50px;
    height: 50px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3B4A32;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
  }
  .header .header_flex .gnav_btn .square_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 28px;
    height: 30px;
  }
  .header .header_flex .gnav_btn .square_menu span {
    display: block;
    width: 6px;
    height: 6px;
    background: #3B4A32;
    margin-right: 5px;
    position: relative;
    border-radius: 50%;
  }
  .header .header_flex .gnav_btn .square_menu span:nth-of-type(3n) {
    margin-right: 0;
  }
  .header .header_flex .gnav_btn .square_menu span.center {
    background: #89C353;
    z-index: 2;
  }
  .header .header_flex .gnav_btn .gnav_btn_text {
    height: 16px;
    overflow: hidden;
    text-align: center;
  }
  .header .header_flex .gnav_btn .gnav_btn_text ul li {
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 0px;
  }
  .header .header_flex .gnav_btn .gnav_btn_text ul li:nth-child(2) {
    opacity: 0;
  }
  .header .header_flex.active .gnav_btn {
    overflow: hidden;
  }
  .header .header_flex.active .gnav_btn span:nth-child(2) {
    -webkit-animation-name: gnav_btn01;
            animation-name: gnav_btn01;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .header .header_flex.active .gnav_btn span:nth-child(4) {
    -webkit-animation-name: gnav_btn02;
            animation-name: gnav_btn02;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .header .header_flex.active .gnav_btn span:nth-child(6) {
    -webkit-animation-name: gnav_btn03;
            animation-name: gnav_btn03;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .header .header_flex.active .gnav_btn span:nth-child(8) {
    -webkit-animation-name: gnav_btn04;
            animation-name: gnav_btn04;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  @-webkit-keyframes gnav_btn01 {
    0% {
      top: 0;
      opacity: 1;
    }
    100% {
      top: 10px;
      opacity: 0;
    }
  }
  @-webkit-keyframes gnav_btn02 {
    0% {
      left: 0;
      opacity: 1;
    }
    100% {
      left: 11px;
      opacity: 0;
    }
  }
  @-webkit-keyframes gnav_btn03 {
    0% {
      right: 0;
      opacity: 1;
    }
    100% {
      right: 11px;
      opacity: 0;
    }
  }
  @-webkit-keyframes gnav_btn04 {
    0% {
      bottom: 0;
      opacity: 1;
    }
    100% {
      bottom: 10px;
      opacity: 0;
    }
  }
  .header .header_flex.active .gnav_btn .gnav_btn_text ul li {
    top: -14px;
  }
  .header .header_flex.active .gnav_btn .gnav_btn_text ul li:nth-child(2) {
    opacity: 1;
  }
  .header .header_flex.active .menu {
    -webkit-animation: menu_open 0.3s forwards;
            animation: menu_open 0.3s forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    pointer-events: all;
  }
  @-webkit-keyframes menu_open {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      top: -30px;
    }
    100% {
      opacity: 1;
      top: 0px;
    }
  }
  .header .header_flex.close span:nth-child(2) {
    -webkit-animation-name: gnav_btn01_re;
            animation-name: gnav_btn01_re;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .header .header_flex.close span:nth-child(4) {
    -webkit-animation-name: gnav_btn02_re;
            animation-name: gnav_btn02_re;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .header .header_flex.close span:nth-child(6) {
    -webkit-animation-name: gnav_btn03_re;
            animation-name: gnav_btn03_re;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .header .header_flex.close span:nth-child(8) {
    -webkit-animation-name: gnav_btn04_re;
            animation-name: gnav_btn04_re;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  @-webkit-keyframes gnav_btn01_re {
    0% {
      top: 10px;
    }
    100% {
      top: 0px;
    }
  }
  @-webkit-keyframes gnav_btn02_re {
    0% {
      left: 11px;
    }
    100% {
      left: 0px;
    }
  }
  @-webkit-keyframes gnav_btn03_re {
    0% {
      right: 11px;
    }
    100% {
      right: 0px;
    }
  }
  @-webkit-keyframes gnav_btn04_re {
    0% {
      bottom: 10px;
    }
    100% {
      bottom: 0px;
    }
  }
  .header .header_flex.close .menu {
    -webkit-animation: menu_close 0.3s forwards;
            animation: menu_close 0.3s forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  @-webkit-keyframes menu_close {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      top: -30px;
    }
  }
  .header .header_gnav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    width: 100%;
  }
  .header .header_gnav .menu {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100dvh;
    top: 0;
    pointer-events: none;
  }
  .header .header_gnav .menu .menu_in {
    height: 100dvh;
    overflow: auto;
    padding: 10px 0 40px 0;
  }
  .header .header_gnav .menu .menu_in .menu_logo {
    width: 130px;
    margin-left: 5%;
    margin-top: 5%;
  }
  .header .header_gnav .menu .menu_in ul#gnav {
    margin: 40px auto 0 auto;
    position: relative;
    z-index: 2;
    width: 88%;
  }
  .header .header_gnav .menu .menu_in ul#gnav li {
    position: relative;
  }
  .header .header_gnav .menu .menu_in ul#gnav li a {
    font-size: 2rem;
    line-height: 1;
    padding: 25px 6%;
    display: inline-block;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
  .header .header_gnav .menu .menu_in ul#gnav li a span.en {
    font-size: 1.2rem;
    color: #B9BDE3;
    display: block;
    font-family: "Zen Antique Soft", serif;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    font-weight: 800;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    position: fixed;
    top: 20px;
    width: calc(100% - 60px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
  .header .header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_flex .header_l {
    width: 250px;
    margin-left: 1%;
  }
  .header .header_flex .header_l h1 {
    position: relative;
    margin-bottom: 10px;
  }
  .header .header_flex .header_l a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .header_flex .header_l a:hover {
    opacity: 0.8;
  }
  .header .header_flex .header_r {
    width: 650px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    padding: 15px 0;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_flex .header_r .gnav_btn, .header .header_flex .header_r .menu_logo, .header .header_flex .header_r .menu_contact_sp {
    display: none;
  }
  .header .header_flex .header_r .header_gnav {
    position: inherit;
  }
  .header .header_flex .header_r ul#gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header .header_flex .header_r ul#gnav li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 20px;
  }
  .header .header_flex .header_r ul#gnav li.have_submenu {
    padding-right: 24px;
  }
  .header .header_flex .header_r ul#gnav li a {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0;
    display: inline;
    font-weight: 400;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .header_flex .header_r ul#gnav li a span.en {
    display: none;
  }
  .header .header_flex .header_r ul#gnav li a:hover {
    color: #5EBCCD;
  }
}
@media screen and (min-width: 1200px) {
  .header .header_flex .header_l {
    width: 300px;
  }
  .header .header_flex .header_r {
    width: 800px;
    padding: 23px 0;
  }
  .header .header_flex .header_r ul#gnav li {
    margin-right: 35px;
  }
  .header .header_flex .header_r ul#gnav li a {
    font-size: 1.6rem;
  }
  .header .header_flex .header_r ul#gnav .sub_menu {
    top: 57px;
  }
  .header .header_flex #pc_contact {
    height: 90px;
    width: 168px;
  }
  .header .header_flex #pc_contact a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1728px) {
  .header .header_flex .header_r ul#gnav li.have_submenu {
    padding-right: 30px;
  }
}
footer {
  position: relative;
  z-index: 3;
}
footer .footer_trapezoid {
  display: block;
  width: 100%;
  height: 35px;
  background: #89C353;
  clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
}
footer .footer_in {
  background: #F5F6FE;
}
footer .footer_in .footer_01 {
  background: url("../img/common/foot_back@2x.webp") no-repeat 15% center;
  background-size: cover;
  padding: 40px 0;
}
footer .footer_in .footer_01 h2 {
  color: #FFFFFF;
}
footer .footer_in .footer_01 .footer_contact {
  width: 90%;
  margin: 40px auto 0 auto;
}
footer .footer_in .footer_01 .footer_contact .contact_01, footer .footer_in .footer_01 .footer_contact .contact_02 {
  background: #FFFFFF;
  margin: 2px 0;
  padding: 25px 4%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_in .footer_01 .footer_contact .contact_01 dl, footer .footer_in .footer_01 .footer_contact .contact_02 dl {
  width: 90%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_in .footer_01 .footer_contact .contact_01 dl dt, footer .footer_in .footer_01 .footer_contact .contact_02 dl dt {
  color: #000000;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
footer .footer_in .footer_01 .footer_contact .contact_01 dl dt i, footer .footer_in .footer_01 .footer_contact .contact_02 dl dt i {
  margin-right: 10px;
}
footer .footer_in .footer_01 .footer_contact .contact_01 dl dt i img, footer .footer_in .footer_01 .footer_contact .contact_02 dl dt i img {
  width: 28px;
  height: auto;
}
footer .footer_in .footer_01 .footer_contact .contact_01 dl dd a {
  color: #89C353;
  font-weight: 800;
  font-family: "Zen Antique Soft", serif;
  font-size: 3rem;
}
footer .footer_in .footer_01 .footer_contact .contact_02 dl dt {
  margin-bottom: 20px;
}
footer .footer_in .footer_02 .footer_02_in {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
footer .footer_in .footer_02 .footer_02_in .footer_logo {
  width: 265px;
  margin: 40px auto 10px auto;
}
footer .footer_in .footer_02 .footer_02_in .footer_syozai {
  line-height: 1.8;
}
footer .footer_in .footer_02 .footer_02_in .footer_syozai span {
  margin: 0 5px;
}
footer .footer_in .footer_02 .footer_02_in .footer_nav {
  width: 90%;
  margin: 30px auto 50px auto;
}
footer .footer_in .footer_02 .footer_02_in .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_in .footer_02 .footer_02_in .footer_nav ul li {
  width: 48%;
  text-align: left;
  margin: 7px 0;
}
footer .footer_in .footer_02 .footer_02_in .footer_nav ul li a {
  position: relative;
  padding-left: 15px;
}
footer .footer_in .footer_02 .footer_02_in .footer_nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border: 1px solid #89C353;
}
footer .footer_in .footer_02 .footer_privacy {
  text-align: center;
}
footer .footer_in .footer_02 .footer_privacy a {
  text-decoration: underline;
  color: #89C353;
  font-size: 1.4rem;
}
footer .footer_in .footer_02 .copylight {
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Antique Soft", serif;
  margin-top: 40px;
  color: #89C353;
  border-top: 1px solid #89C353;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  footer .footer_in .footer_01_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_in .footer_01_in .cmn_ttl {
    width: 350px;
  }
  footer .footer_in .footer_01_in .footer_contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 4% 0 6%;
  }
  footer .footer_in .footer_02 .footer_02_in {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_syozai_wrap {
    width: 45%;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 7%;
  }
  footer .footer_in .footer_02 .footer_privacy {
    width: 92%;
    margin: 0 auto;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer_trapezoid {
    display: block;
    width: 100%;
    height: 62px;
    background: #89C353;
    clip-path: polygon(100px 0%, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
  }
  footer .footer_01 .footer_01_in {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_01 .footer_01_in .cmn_ttl {
    width: 300px;
  }
  footer .footer_01 .footer_01_in .cmn_ttl h2 {
    font-size: 1.8rem;
  }
  footer .footer_01 .footer_01_in .cmn_ttl h2 .en {
    font-size: 4.2rem;
  }
  footer .footer_01 .footer_01_in .footer_contact {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01 {
    width: 48%;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01 dl dd {
    margin-top: 20px;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01 dl dd a {
    pointer-events: none;
    font-size: 2.9rem;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_02 {
    width: 51.5%;
  }
  footer .footer_in .footer_02 .footer_02_in {
    text-align: left;
    margin-top: 40px;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_logo {
    margin: 0;
    margin-bottom: 20px;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_nav {
    margin-top: 0;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_nav ul li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_nav ul li a:hover {
    color: #5EBCCD;
  }
  footer .footer_in .footer_02 .footer_privacy a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .footer_in .footer_02 .footer_privacy a:hover {
    color: #5EBCCD;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer_01 .footer_01_in .cmn_ttl {
    width: 350px;
  }
  footer .footer_01 .footer_01_in .cmn_ttl h2 {
    font-size: 2.3rem;
  }
  footer .footer_01 .footer_01_in .cmn_ttl h2 .en {
    font-size: 5.5rem;
  }
  footer .footer_01 .footer_01_in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_01 .footer_01_in .footer_contact {
    max-width: 726px;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01, footer .footer_01 .footer_01_in .footer_contact .contact_02 {
    padding: 40px 5px;
    width: 49.7%;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01 dl dt, footer .footer_01 .footer_01_in .footer_contact .contact_02 dl dt {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01 dl dt i, footer .footer_01 .footer_01_in .footer_contact .contact_02 dl dt i {
    display: block;
    margin-bottom: 10px;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01 dl dt i img {
    width: 38px;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_01 dl dd a {
    font-size: 3.5rem;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_02 dl dt i {
    margin-bottom: 15px;
  }
  footer .footer_01 .footer_01_in .footer_contact .contact_02 dl dt i img {
    width: 40px;
  }
  footer .footer_in .footer_02 .footer_02_in {
    margin: 40px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_nav {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 578px;
    margin-right: 0;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_nav ul {
    display: block;
    width: 33.333%;
  }
  footer .footer_in .footer_02 .footer_02_in .footer_nav ul li {
    width: 100%;
    margin: 20px 0;
  }
  footer .footer_in .footer_02 .footer_privacy {
    max-width: 1200px;
  }
  footer .footer_in .footer_02 .copylight {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1728px) {
  footer .footer_01 .footer_01_in .footer_contact .contact_01, footer .footer_01 .footer_01_in .footer_contact .contact_02 {
    padding: 66px 5px;
  }
  footer .footer_in .footer_01 {
    background: url(../img/common/foot_back@2x.webp) no-repeat center;
    background-size: cover;
    padding: 30px 0;
  }
}
body {
  margin: 0;
  background: #FFFFFF;
}

.kv_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.kv_container #left_container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-top: -4vw;
  z-index: 4;
}
.kv_container #left_container .flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv_container #left_container p {
  line-height: 2;
  font-family: "Zen Antique Soft", serif;
}
.kv_container #left_container picture {
  width: 65%;
  margin: 0 auto 20px auto;
  display: block;
}
.kv_container .right_container_wrap {
  background: url(../img/home/kv_back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.kv_container .right_container_wrap #kv_cracker {
  position: absolute;
  width: 150%;
  height: auto;
  bottom: 20vw;
  left: calc(50% - 13vw);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.kv_container #right_container {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  margin-top: -10vh;
}
.kv_container #right_container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/home/texture.png) repeat;
  background-size: 1500px 1500px;
  position: absolute;
  z-index: 3;
  mix-blend-mode: screen;
}
.kv_container #right_container svg {
  position: absolute;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.kv_container #right_container .hidden-svg {
  opacity: 0;
}

.content {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

#title_tokei {
  padding-top: 40px;
  mix-blend-mode: multiply;
}
#title_tokei .title_wrap {
  position: relative;
  background: #FFFFFF;
  mix-blend-mode: multiply;
}
#title_tokei .title_wrap::after {
  content: "";
  display: block;
  width: 98%;
  height: 98%;
  background: url(../img/home/texture.png) repeat;
  background-size: 1500px 1500px;
  position: absolute;
  z-index: 2;
  mix-blend-mode: screen;
  top: 1%;
  left: 1%;
}
#title_tokei .title_wrap h2 span {
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-size: clamp(4rem, 10vw, 7.5rem);
  letter-spacing: 0.14em;
  position: absolute;
  font-weight: 400;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 32vw;
}
#title_tokei .title_wrap h2 img {
  width: 27vw;
  height: auto;
}

#ct_01 {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 2;
}
#ct_01 .slide_wrap {
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  position: relative;
  z-index: 3;
  margin-top: 20px;
}
#ct_01 .scroll_slide .splide__slide {
  border-radius: 10px;
}
#ct_01 .scroll_slide .splide__slide .box {
  padding: 20px;
}
#ct_01 .scroll_slide .splide__slide .box picture img {
  border-radius: 10px;
}
#ct_01 .scroll_slide .splide__slide .box dl {
  margin-top: 10px;
  color: #FFFFFF;
}
#ct_01 .scroll_slide .splide__slide .box dl dt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
#ct_01 .scroll_slide .splide__slide .box dl dt time {
  display: block;
}
#ct_01 .scroll_slide .splide__slide .box dl dd {
  font-size: 1.5rem;
  line-height: 1.7;
}
#ct_01 .scroll_slide .splide__slide.blue_slide {
  background: #5EBCCD;
}
#ct_01 .scroll_slide .splide__slide.green_slide {
  background: #89C353;
}
#ct_01 .scroll_slide .splide__slide.orange_slide {
  background: #F6AB00;
}

#ct_02 {
  position: relative;
  padding: 32vw 0 50px 0;
  margin-top: -90px;
}
#ct_02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FBF4E7;
  position: absolute;
  top: 0;
  z-index: -1;
}
#ct_02 #ct_02_illust {
  width: 30vw;
  position: absolute;
  right: 0;
  top: 10vw;
}
#ct_02 #ct_02_illust::after {
  content: "";
  display: block;
  width: 98%;
  height: 98%;
  background: url(../img/home/texture.png) repeat;
  background-size: 1500px 1500px;
  position: absolute;
  z-index: 2;
  mix-blend-mode: screen;
  top: 1%;
  left: 1%;
}
#ct_02 .flex .l_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#ct_02 .flex .l_ct picture {
  display: block;
}
#ct_02 .flex .l_ct picture.company_president {
  width: 70%;
}
#ct_02 .flex .l_ct picture.company_president_illust {
  width: 35%;
  margin-top: 8%;
  position: absolute;
  right: 0;
}
#ct_02 .flex .r_ct {
  margin-top: 20px;
}
#ct_02 .flex .r_ct .company_president_message {
  height: 270px;
  overflow: auto;
  position: relative;
}
#ct_02 .flex .r_ct .company_president_message::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 244, 231, 0)), to(#FBF4E7));
  background: linear-gradient(to bottom, rgba(251, 244, 231, 0), #FBF4E7);
  pointer-events: none;
}
#ct_02 .flex .r_ct p {
  line-height: 2;
}
#ct_02 .flex .r_ct p.company_president_name {
  text-align: right;
  margin-top: 30px;
  font-family: "Zen Antique Soft", serif;
}
#ct_02 .flex .r_ct p.company_president_name span {
  font-size: 2.4rem;
  margin-left: 1em;
}
#ct_02 .flex .r_ct p:last-of-type {
  padding-bottom: 40px;
}

#ct_03 {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
#ct_03 h2 {
  text-align: center;
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-size: clamp(5rem, 13vw, 7.5rem);
  font-weight: 400;
  color: #89C353;
  letter-spacing: 0.14em;
  position: relative;
  background: #FFFFFF;
}
#ct_03 h2::after {
  content: "";
  display: block;
  width: 98%;
  height: 98%;
  background: url(../img/home/texture.png) repeat;
  background-size: 1500px 1500px;
  position: absolute;
  z-index: 2;
  mix-blend-mode: screen;
  top: 1%;
  left: 1%;
}
#ct_03 h2 span {
  display: block;
  font-size: clamp(2.2rem, 6vw, 3.3rem);
  font-weight: 700;
  color: #3B4A32;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
#ct_03 #history_item_wrap {
  position: relative;
  padding-left: 20px;
  margin-top: 60px;
}
#ct_03 #history_item_wrap #history_line {
  display: block;
  width: 4px;
  height: 0;
  position: absolute;
  left: 0;
  background: #89C353;
}
#ct_03 #history_item_wrap #history_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/home/texture.png) repeat;
  background-size: 1500px 1500px;
  position: absolute;
  z-index: 2;
  mix-blend-mode: screen;
  top: 0;
  left: 0;
}
#ct_03 #history_item_wrap .history_items {
  padding: 20px 0;
}
#ct_03 #history_item_wrap .history_items .history_item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  position: relative;
}
#ct_03 #history_item_wrap .history_items .history_item_flex picture {
  display: block;
  width: 25%;
  min-width: 100px;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dt {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "ZCOOL KuaiLe", sans-serif;
  color: #89C353;
  font-size: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dt .month {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dd {
  padding-top: 15px;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dd p {
  line-height: 1.8;
  font-size: 1.5rem;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  width: auto;
  height: 90px;
  margin-top: 10px;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust::after {
  content: "";
  display: block;
  width: 98%;
  height: 98%;
  background: url(../img/home/texture.png) repeat;
  background-size: 1500px 1500px;
  position: absolute;
  z-index: 2;
  mix-blend-mode: screen;
  top: 1%;
  left: 1%;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_08 {
  height: 120px;
}
#ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_12 {
  height: 70px;
}
#ct_03 #history_item_wrap .history_items .video_wrap {
  display: block;
  position: relative;
}
#ct_03 #history_item_wrap .history_items .video_wrap span {
  display: block;
  width: 100%;
  clip-path: circle(50% at 50% 50%);
  aspect-ratio: 1/1;
  position: relative;
}
#ct_03 #history_item_wrap .history_items .video_wrap video {
  width: 135%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#ct_04 {
  padding: 30px 0 20px 0;
  background: url(../img/home/kv_back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#ct_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/home/texture.png) repeat;
  background-size: 1500px 1500px;
  position: absolute;
  z-index: 2;
  mix-blend-mode: screen;
  top: 0;
  left: 0;
}
#ct_04::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/home/message_back.png) no-repeat 80% 150%;
  background-size: 260%;
  position: absolute;
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
}
#ct_04 h2 {
  text-align: center;
  position: relative;
  padding-top: min(29vw, 150px);
  z-index: 2;
}
#ct_04 h2 i {
  display: block;
  width: 45vw;
  max-width: 257px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  z-index: -1;
}
#ct_04 .ct_c4_in {
  position: relative;
  z-index: 3;
  padding: 50px 0;
}
#ct_04 .ct_c4_in #message-slider {
  margin-bottom: 60px;
}
#ct_04 .ct_c4_in #message-slider .splide__slide {
  background: #FFFFFF;
  padding: 70px 30px 30px 30px;
  border-radius: 10px;
  position: relative;
}
#ct_04 .ct_c4_in #message-slider .splide__slide::before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-color: #92CDDB;
  position: absolute;
  top: 25px;
  left: 20px;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
}
#ct_04 .ct_c4_in #message-slider .splide__slide::after {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-color: #E4A3A9;
  position: absolute;
  top: 25px;
  left: 35px;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
}
#ct_04 .ct_c4_in #message-slider .splide__slide p {
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
}
#ct_04 .ct_c4_in #message-slider .splide__slide p.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14; /* ← 表示したい行数 */
  overflow: hidden;
}
#ct_04 .ct_c4_in #message-slider .splide__slide p.client_name {
  text-align: right;
  margin-top: 30px;
  line-height: 1.6;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#ct_04 .ct_c4_in #message-slider .splide__slide p.client_name span {
  margin-left: 0.5em;
  display: block;
}
#ct_04 .ct_c4_in #message-slider .splide__slide p.message_text {
  position: relative;
  line-height: 1.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#ct_04 .ct_c4_in #message-slider .splide__slide p.message_text.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
#ct_04 .ct_c4_in #message-slider .splide__slide p.message_text.clamp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
#ct_04 .ct_c4_in #message-slider .splide__slide .toggle-btn {
  margin-top: 18px;
  background: #89C353;
  border: 1px solid #89C353;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 3px 15px;
  border-radius: 50px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#ct_04 .ct_c4_in #message-slider .splide__slide .toggle-btn:hover {
  background: #5EBCCD;
  border-color: #5EBCCD;
  color: #fff;
}
#ct_04 .ct_c4_in #message-slider .splide__arrow {
  background: #89C353;
}
#ct_04 .ct_c4_in #message-slider .splide__arrow svg {
  fill: #FFFFFF;
}
#ct_04 .ct_c4_in h3 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
}
#ct_04 .ct_c4_in p {
  font-family: "Zen Antique Soft", serif;
  font-size: 1.8rem;
  line-height: 2;
}
#ct_04 .ct_c4_in .corporate_site_btn {
  font-family: "Noto Sans JP", system-ui;
  text-align: center;
  margin: 80px auto;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
}
#ct_04 .ct_c4_in .corporate_site_btn span {
  border-bottom: 1px solid #3B4A32;
  margin-right: 0.5em;
}
#ct_04 .ct_c4_in .corporate_site_btn i {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 6px;
}
#ct_04 .ct_c4_in .footer_logo {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .kv_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
  }
  .kv_container #left_container {
    width: 60%;
    height: 100%;
    margin-top: 0;
    padding: 0 0 0 4%;
    position: absolute;
    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;
    pointer-events: none;
  }
  .kv_container #left_container .flex_center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .kv_container #left_container picture {
    display: block;
    width: 240px;
    margin: 0;
    margin-bottom: 40px;
  }
  .kv_container #left_container p {
    line-height: 2.4;
    font-size: 1.5rem;
  }
  .kv_container .right_container_wrap {
    width: 62%;
    margin-left: 38%;
    overflow: visible;
  }
  .kv_container .right_container_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/home/texture.png) repeat;
    background-size: 1500px 1500px;
    position: absolute;
    z-index: 3;
    mix-blend-mode: screen;
    top: 0;
    left: -100%;
  }
  .kv_container .right_container_wrap #right_container {
    height: 100vh;
  }
  .kv_container .right_container_wrap #kv_cracker {
    left: calc(50% - 8vw);
    bottom: 15vw;
  }
  #title_tokei {
    position: relative;
    margin-top: -105px;
  }
  #title_tokei .title_wrap h2 img {
    width: 129px;
  }
  #title_tokei .title_wrap h2 span {
    font-size: 5rem;
    padding-left: 140px;
  }
  #ct_01 .slide_wrap {
    margin-top: -10px;
  }
  #ct_02 {
    padding: 110px 0 60px 0;
  }
  #ct_02 #ct_02_illust {
    width: 124px;
    top: 60px;
  }
  #ct_02 .flex {
    position: relative;
    z-index: 2;
  }
  #ct_02 .flex .l_ct {
    width: 65%;
    margin: 0 auto;
  }
  #ct_02 .flex .l_ct picture.company_president_illust {
    margin-top: 2%;
  }
  #ct_03 h2 {
    font-size: 5rem;
  }
  #ct_03 h2 span {
    font-size: 2.3rem;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd p {
    width: 50%;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #ct_03 #history_item_wrap .history_items:nth-of-type(2) .history_item_flex dl dd p, #ct_03 #history_item_wrap .history_items:nth-of-type(3) .history_item_flex dl dd p {
    width: 100%;
  }
  #ct_04::before {
    background: url(../img/home/message_back.png) no-repeat 198% -33%;
    background-size: 130%;
  }
  #ct_04 h2 {
    width: 600px;
    margin: 0 auto;
    padding-top: 120px;
  }
  #ct_04 h2 i {
    width: 190px;
  }
  #ct_04 .ct_c4_in p {
    text-align: center;
    line-height: 2.4;
  }
  #ct_04 .ct_c4_in .footer_logo {
    width: 424px;
  }
  #ct_04 .ct_c4_in #message-slider .splide__arrow {
    width: 4em;
    height: 4em;
  }
  #ct_04 .ct_c4_in #message-slider .splide__arrow svg {
    width: 2em;
    height: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .kv_container .right_container_wrap #kv_cracker {
    bottom: 20%;
    left: 37%;
  }
  .kv_container .right_container_wrap #kv_cracker img {
    width: 100%;
  }
  .kv_container .right_container_wrap #right_container {
    height: calc(100vh + 100px);
    min-height: 800px;
    margin-top: -100px;
  }
  .kv_container #left_container p {
    font-size: 1.7rem;
  }
  #title_tokei {
    margin-top: -110px;
    pointer-events: none;
  }
  #title_tokei .content {
    max-width: 1500px;
  }
  #title_tokei .title_wrap h2 img {
    width: 150px;
  }
  #title_tokei .title_wrap h2 span {
    font-size: 5.5rem;
    padding-left: 180px;
  }
  #ct_02 {
    padding-bottom: 0;
    padding-top: 180px;
    margin-top: -160px;
  }
  #ct_02 #ct_02_illust {
    top: 10px;
    background: #FFFFFF;
    top: 40px;
    mix-blend-mode: multiply;
  }
  #ct_02 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #ct_02 .flex .l_ct {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #ct_02 .flex .l_ct picture.company_president {
    width: 75%;
  }
  #ct_02 .flex .l_ct picture.company_president_illust {
    margin-top: 0;
    bottom: 17%;
    width: 30%;
  }
  #ct_02 .flex .r_ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
    padding-bottom: 50px;
  }
  #ct_02 .flex .r_ct p.company_president_name {
    margin-top: 30px;
  }
  #ct_03 h2 {
    font-size: 5.5rem;
  }
  #ct_03 h2 span {
    font-size: 2.6rem;
  }
  #ct_03 #history_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
  #ct_03 #history_item_wrap #history_line {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #ct_03 #history_item_wrap .history_items {
    width: 45%;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd {
    display: block;
    padding-bottom: 110px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd p {
    width: 100%;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  #ct_03 #history_item_wrap .history_items:nth-of-type(2) .history_item_flex dl dd {
    padding-bottom: 0;
  }
  #ct_04 h2 {
    width: 700px;
  }
  #ct_04 .ct_c4_in .corporate_site_btn a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #ct_04 .ct_c4_in .corporate_site_btn a span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #ct_04 .ct_c4_in .corporate_site_btn a path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #ct_04 .ct_c4_in .corporate_site_btn a:hover {
    color: #5EBCCD;
  }
  #ct_04 .ct_c4_in .corporate_site_btn a:hover span {
    border-color: #5EBCCD;
  }
  #ct_04 .ct_c4_in .corporate_site_btn a:hover path {
    fill: #5EBCCD;
  }
}
@media screen and (min-width: 1200px) {
  .kv_container #left_container {
    width: 50%;
    padding-left: 7vw;
  }
  .kv_container #left_container picture {
    width: 291px;
  }
  .kv_container #left_container p {
    font-size: 1.8rem;
  }
  .kv_container .right_container_wrap #right_container {
    min-height: 1000px;
  }
  #ct_04 .ct_c4_in .splide__arrow--prev {
    left: 5%;
  }
  #ct_04 .ct_c4_in .splide__arrow--next {
    right: 5%;
  }
}
@media screen and (min-width: 1320px) {
  #title_tokei {
    margin-top: -147px;
    z-index: 9;
  }
  #title_tokei .title_wrap {
    pointer-events: none;
  }
  #title_tokei .title_wrap h2 img {
    width: 224px;
  }
  #title_tokei .title_wrap h2 span {
    font-size: 7.5rem;
    padding-left: 250px;
  }
  #ct_01 .scroll_slide .splide__slide {
    border-radius: 20px;
  }
  #ct_01 .scroll_slide .splide__slide .box {
    padding: 30px;
  }
  #ct_01 .scroll_slide .splide__slide .box picture img {
    border-radius: 19px;
  }
  #ct_01 .scroll_slide .splide__slide .box dl dt {
    font-size: 2rem;
  }
  #ct_01 .scroll_slide .splide__slide .box dl dd p {
    font-size: 1.6rem;
  }
  #ct_02 {
    margin-top: -100px;
    padding-top: 100px;
  }
  #ct_02 #ct_02_illust {
    width: 188px;
    top: -80px;
  }
  #ct_02 .flex .l_ct picture.company_president {
    width: 480px;
    position: relative;
    left: -60px;
  }
  #ct_02 .flex .l_ct picture.company_president_illust {
    width: 218px;
  }
  #ct_02 .flex .r_ct .company_president_message {
    height: 400px;
  }
  #ct_03 {
    padding-top: 120px;
  }
  #ct_03 .content {
    max-width: 1600px;
  }
  #ct_03 h2 {
    font-size: 7.5rem;
  }
  #ct_03 h2 span {
    font-size: 3.3rem;
  }
  #ct_03 #history_item_wrap .history_items {
    padding: 40px 0;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex {
    padding-top: 0;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex picture {
    width: 200px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl {
    padding-left: 30px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dt {
    position: inherit;
    font-size: 4rem;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dt .month {
    font-size: 2rem;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd {
    min-height: 50px;
    position: relative;
    z-index: 2;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust {
    z-index: -1;
    right: 0;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_01 {
    height: 124px;
    right: -20px;
    bottom: -50px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_02 {
    height: 142px;
    bottom: 20px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_03 {
    height: 110px;
    right: -40px;
    bottom: -10px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_04 {
    height: 123px;
    right: -10px;
    bottom: -20px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_05 {
    height: 125px;
    bottom: -30px;
    right: 30px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_06 {
    height: 128px;
    bottom: -30px;
    right: -10px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_07 {
    height: 148px;
    bottom: -15px;
    right: 20px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_08 {
    height: 146px;
    bottom: -65px;
    right: -20px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_09 {
    height: 103px;
    bottom: -35px;
    right: 0px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_10 {
    height: 115px;
    bottom: -35px;
    right: -10px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_11 {
    height: 112px;
    bottom: -35px;
    right: -20px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_12 {
    height: 85px;
    bottom: -30px;
    right: 0px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_13 {
    height: 128px;
    bottom: -35px;
    right: 10px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex dl dd .history_illust#history_illust_14 {
    height: 128px;
    bottom: -25px;
    right: 10px;
  }
  #ct_03 #history_item_wrap .history_items:nth-of-type(even) .history_item_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #ct_03 #history_item_wrap .history_items:nth-of-type(even) .history_item_flex dl {
    padding-left: 0;
    padding-right: 30px;
  }
  #ct_04::before {
    background-size: 1714px 1630px;
    background-position: -697px -17%;
  }
  #ct_04 h2 {
    width: 935px;
    padding-top: 150px;
  }
  #ct_04 h2 i {
    width: 257px;
  }
  #ct_04 .ct_c4_in {
    padding-top: 70px;
  }
  #ct_04 .ct_c4_in h3 {
    font-size: 5rem;
    margin: 80px 0 40px 0;
  }
  #ct_04 .ct_c4_in p {
    font-size: 2rem;
  }
  #ct_04 .ct_c4_in .corporate_site_btn {
    margin: 100px auto 130px auto;
  }
}
@media screen and (min-width: 1728px) {
  .kv_container .right_container_wrap #kv_cracker {
    bottom: 5%;
  }
  #ct_02 #ct_02_illust {
    width: 248px;
  }
  #ct_03 #history_item_wrap #history_line {
    width: 6px;
  }
  #ct_03 #history_item_wrap .history_items .history_item_flex picture {
    width: 260px;
  }
}/*# sourceMappingURL=style.css.map */