@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**{margin:0}html,body{height:100%}picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}dl,ol,ul,li{list-style:none;margin:0;padding:0;}table{border-collapse:collapse}textarea{white-space:revert}
html {
	font-size: 0.625em;
}*/
a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: inherit;
}

a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.pc_only,
.tb_only,
.sp_only {
  display: none;
}

@media screen and (min-width: 1300px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .tb_only {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .sp_only {
    display: block;
  }
}

.bold {
  font-weight: bold !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
select,
textarea {
  max-width: 100%;
  font-size: 16px;
}

input,
select,
textarea,
button,
optgroup,
label {
  font-family: inherit;
}

button,
select {
  text-transform: none;
}

select {
  white-space: nowrap;
}

textarea {
  overflow: auto;
}

button,
[type=submit],
[type=reset],
[type=button] {
  padding: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
button::-webkit-search-decoration,
[type=submit]::-webkit-search-decoration,
[type=reset]::-webkit-search-decoration,
[type=button]::-webkit-search-decoration {
  display: none;
}
button::focus,
[type=submit]::focus,
[type=reset]::focus,
[type=button]::focus {
  outline-offset: -2px;
}
button::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=button]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button::-moz-focusring,
[type=submit]::-moz-focusring,
[type=reset]::-moz-focusring,
[type=button]::-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
[type=search]:focus {
  outline: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

main {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

/* Color */
/* Color */
/* Frame */
html, body {
  min-width: 1020px;
}
@media screen and (max-width: 1024px) {
  html, body {
    min-width: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: none;
}
h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after {
  content: none;
}

#sui {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #354143;
  line-height: 1.75;
  word-break: break-all;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow: hidden;
  position: relative;
  padding-top: 105px;
}
@media screen and (max-width: 736px) {
  #sui {
    padding-top: 59px;
  }
}
#sui img {
  vertical-align: bottom;
}

.inner, #footUtility .utility {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .inner, #footUtility .utility {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .inner, #footUtility .utility {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 736px) {
  #footUtility .utility {
    padding: 0;
  }
}

.u-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
  transition: filter 0.8s, transform 0.8s, opacity 0.8s;
  transition: filter 0.8s, transform 0.8s, opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
}
.u-fadeInUp.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* Frame */
/* Module */
.cmn__ttl {
  font-size: 32px;
  font-weight: bold;
  color: #7ecc56;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .cmn__ttl {
    font-size: min(8vw, 28px);
  }
}

.cmn__subttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-align: center;
}

.cmn__sub {
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .cmn__sub {
    font-size: 14px;
    text-align: left;
  }
}

a.cmn__btn {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 4px 60px;
  background-color: #EC6941;
  border-radius: 99px;
  border: 2px solid #EC6941;
}
@media screen and (max-width: 736px) {
  a.cmn__btn {
    display: block;
    padding: 4px;
  }
}
a.cmn__btn:hover {
  color: #EC6941;
  background-color: #fff;
}

.color {
  color: #7ecc56;
}

/* Module */
.sec__header {
  background-color: #f1f9ef;
  padding: 15px 50px 20px;
  border-top: 4px solid #7ecc56;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  grid-row-gap: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .sec__header {
    padding: 10px 5%;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    grid-row-gap: 0;
  }
}
.sec__header.-fixed {
  position: fixed;
}
.sec__header-logo {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 736px) {
  .sec__header-logo {
    width: 50%;
  }
}
.sec__header-menu {
  display: none;
  background-color: #7ecc56;
  width: 35px;
  height: 35px;
  padding: 8px 7px;
  z-index: 10;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .sec__header-menu {
    display: block;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.sec__header-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 4px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec__header-menu:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec__header-menu > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  display: block;
}
.sec__header-nav {
  grid-column: 1/4;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .sec__header-nav {
    grid-column: auto;
    grid-row: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    left: -100%;
    opacity: 0;
    width: 100%;
    height: calc(100vh - 59px);
    margin-left: 0;
    padding: 20px 5%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    background-color: #f5f5f5;
  }
  .navOpen .sec__header-nav {
    left: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .sec__header-nav li {
    border-top: 1px solid #ccc;
  }
}
.sec__header-nav li:nth-child(n+2) {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #354143;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__header-nav li:nth-child(n+2) {
    margin-left: 9px;
    padding-left: 9px;
  }
}
@media screen and (max-width: 736px) {
  .sec__header-nav li:nth-child(n+2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
.sec__header-nav li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 736px) {
  .sec__header-nav li a {
    font-size: 15px;
    padding: 14px 0;
    text-align: center;
  }
}
.sec__header-nav li a:hover {
  color: #7ecc56;
}
.sec__header-nav li.-cta {
  display: none;
}
@media screen and (max-width: 736px) {
  .sec__header-nav li.-cta {
    display: block;
    padding-top: 20px;
  }
}
.sec__header-nav li.-cta a:hover {
  color: #ef4c95;
}
.sec__header-btn {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 736px) {
  .sec__header-btn {
    display: none;
  }
}

.sec__link {
  margin-top: 20px;
  background-color: #fdf1d5;
  border-top: 1px solid #eebb40;
  border-bottom: 1px solid #eebb40;
  padding: 6px 0;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
  transition: filter 0.8s, transform 0.8s, opacity 0.8s;
  transition: filter 0.8s, transform 0.8s, opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
}
@media screen and (max-width: 736px) {
  .sec__link {
    margin-top: 10px;
  }
}
.sec__link.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.sec__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.sec__link-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.sec__link-logo {
  display: inline-block;
  margin-left: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 736px) {
  .sec__link-logo {
    margin-left: 8px;
  }
}
.sec__link-ico {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 736px) {
  .sec__link-ico {
    margin-left: 10px;
  }
}

.sec__mv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec__mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  width: 800px;
  height: 360px;
  background-image: url("../img/2024/mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 0.2s, -webkit-filter 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
  transition: opacity 0.8s 0.2s, -webkit-filter 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
  transition: filter 0.8s 0.2s, transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transition: filter 0.8s 0.2s, transform 0.8s 0.2s, opacity 0.8s 0.2s, -webkit-filter 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__mv:before {
    left: 50%;
    width: 50%;
    background-position: 30% center;
  }
}
@media screen and (max-width: 736px) {
  .sec__mv:before {
    left: 0;
    width: 100vw;
    height: 60vw;
    background-position: 0 0;
  }
}
.sec__mv.in:before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.sec__mv .inner, .sec__mv #footUtility .utility, #footUtility .sec__mv .utility {
  position: relative;
  max-width: 1280px;
  padding-left: min(200px, 14.2857142857vw);
}
@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .sec__mv .inner, .sec__mv #footUtility .utility, #footUtility .sec__mv .utility {
    padding-left: 120px;
  }
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__mv .inner, .sec__mv #footUtility .utility, #footUtility .sec__mv .utility {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .sec__mv .inner, .sec__mv #footUtility .utility, #footUtility .sec__mv .utility {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.sec__mv-body {
  height: 360px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 736px) {
  .sec__mv-body {
    height: auto;
    padding-top: 66vw;
    padding-bottom: 6vw;
  }
}
.sec__mv-catch {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  background-color: #7ecc56;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 0.6s, -webkit-filter 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: opacity 0.8s 0.6s, -webkit-filter 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: filter 0.8s 0.6s, transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: filter 0.8s 0.6s, transform 0.8s 0.6s, opacity 0.8s 0.6s, -webkit-filter 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
@media screen and (max-width: 736px) {
  .sec__mv-catch {
    font-size: 14px;
    padding: 4px 10px;
  }
}
.sec__mv-catch.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.sec__mv-catch:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 420px;
  height: 4px;
  background-color: #7ecc56;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__mv-catch:before {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .sec__mv-catch:before {
    width: 95vw;
  }
}
.sec__mv-sub {
  margin-top: 8px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.1;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 0.6s, -webkit-filter 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: opacity 0.8s 0.6s, -webkit-filter 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: filter 0.8s 0.6s, transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: filter 0.8s 0.6s, transform 0.8s 0.6s, opacity 0.8s 0.6s, -webkit-filter 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
@media screen and (max-width: 736px) {
  .sec__mv-sub {
    font-size: min(6vw, 20px);
  }
}
.sec__mv-sub.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.sec__mv-sub .lg {
  font-size: 47px;
  margin: 0 -10px;
}
@media screen and (max-width: 736px) {
  .sec__mv-sub .lg {
    font-size: min(7vw, 26px);
  }
}
.sec__mv-ttl {
  width: 191px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 0.85s, -webkit-filter 0.8s 0.85s, -webkit-transform 0.8s 0.85s;
  transition: opacity 0.8s 0.85s, -webkit-filter 0.8s 0.85s, -webkit-transform 0.8s 0.85s;
  transition: filter 0.8s 0.85s, transform 0.8s 0.85s, opacity 0.8s 0.85s;
  transition: filter 0.8s 0.85s, transform 0.8s 0.85s, opacity 0.8s 0.85s, -webkit-filter 0.8s 0.85s, -webkit-transform 0.8s 0.85s;
}
.sec__mv-ttl.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.sec__mv-copy {
  position: absolute;
  right: 0;
  bottom: 3%;
  width: min(373px, 28.3650190114vw);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 0.95s, -webkit-filter 0.8s 0.95s, -webkit-transform 0.8s 0.95s;
  transition: opacity 0.8s 0.95s, -webkit-filter 0.8s 0.95s, -webkit-transform 0.8s 0.95s;
  transition: filter 0.8s 0.95s, transform 0.8s 0.95s, opacity 0.8s 0.95s;
  transition: filter 0.8s 0.95s, transform 0.8s 0.95s, opacity 0.8s 0.95s, -webkit-filter 0.8s 0.95s, -webkit-transform 0.8s 0.95s;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__mv-copy {
    right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .sec__mv-copy {
    width: min(373px, 49.7333333333vw);
    right: 1%;
    top: 24%;
  }
}
.sec__mv-copy.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  padding-right: 10px;
}
.sec__mv-copy > span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 10px 6px;
  color: #fff;
  margin-left: auto;
  font-size: 12px, 0.9125475285vw;
}
@media screen and (max-width: 736px) {
  .sec__mv-copy > span {
    padding: 2vw 1vw;
    font-size: min(14px, 1.8666666667vw);
  }
}
.sec__mv-copy > span:nth-child(n+2) {
  margin-right: 6px;
}
.sec__mv-button-wrap {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .sec__mv-button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
.sec__mv-button {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5;
  color: #fff;
  min-width: 157px;
  background-color: #EC6941;
  border-radius: 99px;
  border: 1px solid #EC6941;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 0.95s, -webkit-filter 0.8s 0.95s, -webkit-transform 0.8s 0.95s;
  transition: opacity 0.8s 0.95s, -webkit-filter 0.8s 0.95s, -webkit-transform 0.8s 0.95s;
  transition: filter 0.8s 0.95s, transform 0.8s 0.95s, opacity 0.8s 0.95s;
  transition: filter 0.8s 0.95s, transform 0.8s 0.95s, opacity 0.8s 0.95s, -webkit-filter 0.8s 0.95s, -webkit-transform 0.8s 0.95s;
}
.sec__mv-button.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  padding-right: 10px;
}
.sec__mv-button .icon {
  display: inline-block;
  width: 7px;
  height: 7px;
  padding-bottom: 8px;
  position: relative;
  right: -15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 736px) {
  .sec__mv-button .icon {
    margin-left: 6px;
  }
}
.sec__mv-button .icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4px;
  height: 8px;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 2px;
}
.sec__mv-button .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1.4px;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 2px;
}
.sec__mv-button .orenge::after, .sec__mv-button .orenge::before {
  background-color: #EC6941;
}
@media screen and (max-width: 736px) {
  .sec__mv-button {
    display: block;
    padding: 4px;
    font-size: 14px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.sec__mv-button.whiteBtn {
  background-color: #fff;
  color: #EC6941;
  border: 1px solid #EC6941;
}

.sec__nayami {
  background-color: #f5f5f5;
  padding: 40px 0 60px;
  text-align: center;
}
.sec__nayami-copy {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 1s, -webkit-filter 0.8s 1s, -webkit-transform 0.8s 1s;
  transition: opacity 0.8s 1s, -webkit-filter 0.8s 1s, -webkit-transform 0.8s 1s;
  transition: filter 0.8s 1s, transform 0.8s 1s, opacity 0.8s 1s;
  transition: filter 0.8s 1s, transform 0.8s 1s, opacity 0.8s 1s, -webkit-filter 0.8s 1s, -webkit-transform 0.8s 1s;
}
.sec__nayami-copy.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media screen and (max-width: 736px) {
  .sec__nayami-copy {
    font-size: 16px;
    text-align: left;
  }
}
.sec__nayami-copy .ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff000), color-stop(90%, #fff000), color-stop(90%, transparent));
  background: linear-gradient(180deg, transparent 60%, #fff000 60%, #fff000 90%, transparent 90%);
}
.sec__nayami-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .sec__nayami-list {
    -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;
  }
}
.sec__nayami-list li {
  width: 250px;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 1.1s, -webkit-filter 0.8s 1.1s, -webkit-transform 0.8s 1.1s;
  transition: opacity 0.8s 1.1s, -webkit-filter 0.8s 1.1s, -webkit-transform 0.8s 1.1s;
  transition: filter 0.8s 1.1s, transform 0.8s 1.1s, opacity 0.8s 1.1s;
  transition: filter 0.8s 1.1s, transform 0.8s 1.1s, opacity 0.8s 1.1s, -webkit-filter 0.8s 1.1s, -webkit-transform 0.8s 1.1s;
}
.sec__nayami-list li.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media screen and (max-width: 736px) {
  .sec__nayami-list li {
    width: 100%;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.sec__nayami-list li:nth-child(n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 736px) {
  .sec__nayami-list li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
}
.sec__nayami-list li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.sec__nayami-list li:nth-child(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.sec__nayami-list-img {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.sec__nayami-list-txt {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .sec__nayami-list-txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.sec__nayami-body {
  margin-top: 60px;
  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;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s 1.4s, -webkit-filter 0.8s 1.4s, -webkit-transform 0.8s 1.4s;
  transition: opacity 0.8s 1.4s, -webkit-filter 0.8s 1.4s, -webkit-transform 0.8s 1.4s;
  transition: filter 0.8s 1.4s, transform 0.8s 1.4s, opacity 0.8s 1.4s;
  transition: filter 0.8s 1.4s, transform 0.8s 1.4s, opacity 0.8s 1.4s, -webkit-filter 0.8s 1.4s, -webkit-transform 0.8s 1.4s;
}
.sec__nayami-body.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media screen and (max-width: 736px) {
  .sec__nayami-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__nayami-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 1.5em;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__nayami-ttl {
    margin-right: 1em;
    font-size: 36px;
  }
}
@media screen and (max-width: 736px) {
  .sec__nayami-ttl {
    font-size: min(9vw, 36px);
    margin-right: 0;
    text-align: center;
  }
}
.sec__nayami-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .sec__nayami-txt {
    margin-top: 15px;
  }
}

.sec__about {
  position: relative;
  padding: 60px 0;
}
.sec__about:before, .sec__about:after {
  content: "";
  position: absolute;
  left: 32%;
  background-color: #354143;
  border-radius: 99px;
}
.sec__about:before {
  top: -30px;
  width: 2px;
  height: 70px;
}
.sec__about:after {
  top: 40px;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.sec__about-body {
  background-color: #f1f9ef;
  border: 2px solid #7ecc56;
  padding: 30px 38px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__about-body {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 736px) {
  .sec__about-body {
    padding: 30px 15px;
  }
}
.sec__about-body:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(126, 204, 86, 0.3) 20%, transparent 20%), radial-gradient(rgba(126, 204, 86, 0.3) 20%, transparent 20%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
  border-radius: 10px;
  z-index: -1;
}
.sec__about-ttl {
  width: calc(100% + 20px);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-left: -20px;
}
@media screen and (max-width: 1024px) {
  .sec__about-ttl {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  .sec__about-ttl {
    font-size: 18px;
  }
}
.sec__about-ttl:before, .sec__about-ttl:after {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 30px;
  color: #7ecc56;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .sec__about-ttl:before, .sec__about-ttl:after {
    content: none !important;
  }
}
.sec__about-ttl:before {
  content: "［";
  margin-right: 4px;
}
.sec__about-ttl:after {
  content: "］";
  margin-left: 4px;
}
.sec__about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__about-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 736px) {
  .sec__about-info {
    -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;
    margin-top: 20px;
  }
}
.sec__about-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec__about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #354143;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .sec__about-list li {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 736px) {
  .sec__about-list li {
    font-size: 14px;
  }
}
.sec__about-list li:nth-child(n+2) {
  margin-top: 20px;
}
.sec__about-list-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  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;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #7ecc56;
  border-radius: 99px;
  margin-right: 12px;
}
.sec__about-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -74px;
  margin-left: 20px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__about-img {
    margin-top: 0;
  }
}
@media screen and (max-width: 736px) {
  .sec__about-img {
    margin-top: 20px;
    margin-left: 0;
  }
}

.sec__company {
  background-color: #f5f5f5;
  padding: 30px 0;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sec__company .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  gap: 15px;
}
.sec__company .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.sec__company .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 25s infinite linear 0.5s both;
          animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.sec__company .scroll-infinity__item {
  width: 100vw;
  margin-right: 24px;
}
.sec__company .scroll-infinity__item > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec__company .scroll-infinity__item {
    margin-right: inherit;
  }
}

.sec__case {
  padding: 60px 0 40px;
  position: relative;
  z-index: 0;
}
.sec__case:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background-color: #f1f9ef;
  z-index: -1;
}
.sec__case-slide .splide__track {
  overflow: visible;
}
.sec__case-slide .splide__arrows {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec__case-slide .splide__arrow {
  background: #7ecc56;
  width: 40px;
  height: 40px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sec__case-slide .splide__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sec__case-slide .splide__arrow--prev:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.sec__case-slide .splide__arrow--next {
  margin-left: 10px;
}
.sec__case-slide .splide__arrow--next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sec__case-slide .splide__arrow:disabled {
  opacity: 0.3;
  cursor: auto;
}
.sec__case-slide .splide__pagination {
  display: none;
}
.sec__case-slide:not(.is-overflow) .splide__arrows {
  display: none;
}
.sec__case-slide:not(.is-overflow) .sec__case-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px !important;
}
.sec__case-list > li {
  width: 360px;
  background-color: #fff;
  border-top: 6px solid #7ecc56;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 736px) {
  .sec__case-list > li {
    width: 90%;
    max-width: 360px;
  }
}
.sec__case-list-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px 20px;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .sec__case-list-body {
    padding: 15px;
  }
}
.sec__case-list-logo {
  text-align: center;
}
.sec__case-list-img {
  margin-top: 10px;
}
.sec__case-list-name {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.sec__case-list-copy {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 72px;
}
.sec__case-list-item dl {
  margin-top: 10px;
}
.sec__case-list-item dt {
  font-size: 15px;
  font-weight: bold;
  color: #7ecc56;
}
.sec__case-list-item dd {
  font-size: 13px;
  line-height: 1.5;
}
.sec__case-list-btn {
  border-top: 1px solid #e4e4e4;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .sec__case-list-btn {
    padding: 15px;
  }
}
.sec__case-list-btn li {
  width: 155px;
}
@media screen and (max-width: 736px) {
  .sec__case-list-btn li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.sec__case-list-btn li:nth-child(n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 736px) {
  .sec__case-list-btn li:nth-child(n+2) {
    margin-left: 0;
  }
}
.sec__case-list-btn li a {
  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;
  border: 2px solid #7ecc56;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
}
.sec__case-list-btn li a.-more {
  color: #fff;
  background-color: #7ecc56;
}
.sec__case-list-btn li a.-pdf {
  color: #7ecc56;
}
@media screen and (max-width: 736px) {
  .sec__case-list-btn li a.-pdf {
    margin-left: 8px;
  }
}
.sec__case-list-btn li a .-ico {
  display: inline-block;
  margin-left: 4px;
}
.sec__case-list-btn li a:hover.-more {
  background-color: #4DA41B;
  border-color: #4DA41B;
}
.sec__case-list-btn li a:hover.-pdf {
  background-color: #f1f9ef;
}
.sec__case-list-btn li a:hover .-ico img {
  opacity: 1;
}

.sec__effect {
  padding: 40px 0;
}
.sec__effect-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .sec__effect-list {
    -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;
  }
}
.sec__effect-list li {
  width: 364px;
  background-color: #f1f9ef;
  padding: 20px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__effect-list li {
    width: calc(50% - 20px);
    max-width: 364px;
  }
}
@media screen and (max-width: 736px) {
  .sec__effect-list li {
    width: 100%;
    max-width: 364px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 15px;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .sec__effect-list li:nth-child(n+2) {
    margin-top: 20px !important;
  }
}
.sec__effect-list li:nth-child(2n) {
  margin-left: 40px;
}
.sec__effect-list li:nth-child(n+3) {
  margin-top: 40px;
}
.sec__effect-list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sec__effect-list li:nth-child(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sec__effect-list-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #7ecc56;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 15px;
}
.sec__effect-list-txt {
  margin-top: 10px;
  font-size: 14px;
}

.sec__cta {
  background-color: #354143;
  padding: 20px 0 30px;
  text-align: center;
}
.sec__cta-txt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 736px) {
  .sec__cta-txt {
    font-size: 14px;
  }
}
.sec__cta-btn {
  margin-top: 15px;
}

.sec__function {
  padding: 60px 0;
  background-image: radial-gradient(rgba(126, 204, 86, 0.2) 20%, transparent 20%), radial-gradient(rgba(126, 204, 86, 0.2) 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
.sec__function .inner, .sec__function #footUtility .utility, #footUtility .sec__function .utility {
  padding: 0;
}
@media screen and (max-width: 736px) {
  .sec__function .inner, .sec__function #footUtility .utility, #footUtility .sec__function .utility {
    padding: 0 3%;
  }
}
.sec__function-body {
  background-color: #fff;
  border: 2px solid #7ecc56;
  padding: 40px 48px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__function-body {
    padding: 30px 18px;
  }
}
@media screen and (max-width: 736px) {
  .sec__function-body {
    padding: 20px 15px;
  }
}
.sec__function-col:nth-child(n+2) {
  margin-top: 40px;
}
.sec__function-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #7ecc56;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 2px solid #7ecc56;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .sec__function-ttl {
    font-size: 18px;
  }
}
.sec__function-txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .sec__function-txt {
    font-size: 14px;
  }
}
.sec__function-txt.ai-info-list {
  list-style: disc;
}
.sec__function-txt.ai-info-list li {
  margin-left: 20px;
}
.sec__function-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .sec__function-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .sec__function-list {
    -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;
  }
}
.sec__function-list li {
  width: 442px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec__function-list li:nth-child(2n) {
  margin-left: 40px;
}
.sec__function-list li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__function-list li {
    width: calc(50% - 20px);
    max-width: 442px;
  }
}
@media screen and (max-width: 736px) {
  .sec__function-list li {
    width: 100%;
    max-width: 442px;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .sec__function-list li:nth-child(n+2) {
    margin-top: 20px !important;
  }
}
.sec__function-list.-col3 li {
  width: 288px;
  margin-left: 30px;
  margin-top: 0;
}
.sec__function-list.-col3 li:nth-child(3n-2) {
  margin-left: 0;
}
.sec__function-list.-col3 li:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__function-list.-col3 li {
    width: calc(50% - 20px);
    max-width: 442px;
    margin-left: 0;
  }
  .sec__function-list.-col3 li:nth-child(2n) {
    margin-left: 40px;
  }
  .sec__function-list.-col3 li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 736px) {
  .sec__function-list.-col3 li {
    width: 100%;
  }
}
.sec__function-list.-col3 .btn-play,
.sec__function-list.-col3 .btn-replay {
  width: 60px;
}
@media screen and (max-width: 736px) {
  .sec__function-list.-col3 .btn-play,
  .sec__function-list.-col3 .btn-replay {
    width: 40px;
  }
}
.sec__function-list-ttl {
  min-height: 94px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #7ecc56;
  text-align: center;
  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;
  position: relative;
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  .sec__function-list-ttl {
    font-size: 16px;
    min-height: auto;
  }
}
.sec__function-list-ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 12px 9px 0;
  border-style: solid;
  border-color: #7ecc56 transparent transparent;
  z-index: 1;
}
.-col3 .sec__function-list-ttl {
  min-height: 76px;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .-col3 .sec__function-list-ttl {
    min-height: auto;
  }
}
.sec__function-list-img {
  position: relative;
}
.sec__function-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.sec__function-list-img img:first-child {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.sec__function-list-img .btn-play,
.sec__function-list-img .btn-replay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 82px;
  z-index: 2;
  border-radius: 99px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 736px) {
  .sec__function-list-img .btn-play,
  .sec__function-list-img .btn-replay {
    width: 40px;
  }
}
.sec__function-list-img .btn-play {
  opacity: 0.7;
}
.sec__function-list-img .btn-play:hover {
  opacity: 1;
}
.sec__function-list-img .btn-replay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec__function-list-img .btn-replay.-show {
  opacity: 0.7;
  visibility: visible;
  pointer-events: auto;
}
.sec__function-list-img .btn-replay:hover {
  opacity: 1;
}
.sec__function-list-img.-active img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.sec__function-list-img.-active img:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sec__function-list-img.-active img:nth-child(3) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.sec__function-list-img.-active img:nth-child(4) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.sec__function-list-img.-active img:nth-child(5) {
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}
.sec__function-list-img.-finish img:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0s;
  transition: 0s;
}

.sec__movie {
  background-color: #bbe2a7;
  padding: 40px 0;
}
.sec__movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .sec__movie-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__movie-list li {
  width: 288px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__movie-list li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 736px) {
  .sec__movie-list li {
    width: 100%;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.sec__movie-list li:nth-child(n+2) {
  margin-left: 30px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__movie-list li:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 736px) {
  .sec__movie-list li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec__movie-list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sec__movie-list li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec__movie-list-wrap {
  position: relative;
  padding-top: 56.25%;
}
.sec__movie-list-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec__movie-list-ttl {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.sec__movie-list-txt {
  font-size: 15px;
}
@media screen and (max-width: 736px) {
  .sec__movie-list-txt {
    font-size: 14px;
  }
}

.sec__flow {
  padding: 40px 0;
}
.sec__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}
@media screen and (max-width: 736px) {
  .sec__flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__flow-list li {
  width: 230px;
  margin-right: 78px;
}
@media screen and (max-width: 736px) {
  .sec__flow-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.sec__flow-list-num {
  text-align: center;
}
.sec__flow-list-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  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;
  background-color: #062e57;
  padding: 8px;
  position: relative;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__flow-list-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 736px) {
  .sec__flow-list-ttl {
    font-size: 18px;
  }
}
.sec__flow-list-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 68px;
  height: 25px;
  background-image: url("../img/2024/schedule_arrow_short.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 736px) {
  .sec__flow-list-ttl:before {
    top: 47px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 25px;
    height: 290px;
    background-image: url("../img/2024/schedule_arrow_sp.png");
  }
}
.sec__flow-list-box {
  display: none;
}
@media screen and (max-width: 736px) {
  .sec__flow-list-box {
    display: block;
    margin-top: 20px;
    margin-left: 45px;
    border: 1px solid #062e57;
    background-color: #fff;
    position: relative;
  }
  .sec__flow-list-box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 31px;
    height: 0;
    border-top: 1px dashed #062e57;
  }
  .sec__flow-list-box p {
    font-weight: bold;
    padding: 8px;
    color: #062e57;
    text-align: center;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  .sec__flow-list-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 736px) {
  .sec__flow-list-box p.-bg {
    background-color: rgba(6, 46, 87, 0.1);
  }
}
.sec__flow-list-lead {
  display: none;
}
@media screen and (max-width: 736px) {
  .sec__flow-list-lead {
    display: block;
    margin-top: 10px;
    margin-left: 45px;
    font-size: 14px;
    line-height: 1.5;
    min-height: 42px;
  }
}
.sec__flow-txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .sec__flow-txt {
    font-size: 14px;
    min-height: 42px;
    padding-left: 45px;
  }
}
.sec__flow-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .sec__flow-cont {
    display: none;
  }
}
.sec__flow-cont li {
  width: 230px;
}
.sec__flow-cont li:nth-child(n+3) {
  margin-left: 36px;
}
.sec__flow-cont li:nth-child(2) .sec__flow-cont-ttl:before {
  left: 42%;
}
.sec__flow-cont li:nth-child(3) .sec__flow-cont-ttl:before {
  left: 60%;
}
.sec__flow-cont li:nth-child(4) .sec__flow-cont-ttl:before {
  left: 80%;
}
.sec__flow-cont li.-support {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  height: 130px;
  margin-right: 32px;
  background-color: rgba(6, 46, 87, 0.1);
  border-radius: 99px;
  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;
  font-size: 16px;
  font-weight: bold;
  color: #062e57;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__flow-cont li.-support {
    width: 12.6953125vw;
    height: 12.6953125vw;
  }
}
.sec__flow-cont-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #062e57;
  letter-spacing: 0.04em;
  text-align: center;
  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;
  border: 2px solid #062e57;
  padding: 8px;
  position: relative;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__flow-cont-ttl {
    font-size: 20px;
  }
}
.sec__flow-cont-ttl:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 1px;
  height: 164px;
  background-image: url("../img/2024/schedule_line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.sec__faq {
  background-color: #f1f9ef;
  padding: 40px 0;
}
.sec__faq-body {
  max-width: 768px;
  margin: 0 auto;
}
.sec__faq-body dl:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .sec__faq-body dl:nth-child(n+2) {
    margin-top: 15px;
  }
}
.sec__faq-body dl.-open dt:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.sec__faq-body dt,
.sec__faq-body dd {
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.sec__faq-body dt:before,
.sec__faq-body dd:before {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .sec__faq-body dt:before,
  .sec__faq-body dd:before {
    top: 6px;
    left: 15px;
    font-size: 18px;
  }
}
.sec__faq-body dt {
  border: 1px solid #a4aaa9;
  padding: 15px 40px 15px 60px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .sec__faq-body dt {
    padding: 10px 40px 10px 40px;
  }
}
.sec__faq-body dt:before {
  content: "Q.";
  color: #a4aaa9;
}
.sec__faq-body dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #7ecc56;
  border-bottom: 2px solid #7ecc56;
}
.sec__faq-body dd {
  margin-top: 10px;
  border: 2px solid #7ecc56;
  padding: 15px 20px 15px 59px;
  display: none;
}
@media screen and (max-width: 736px) {
  .sec__faq-body dd {
    padding: 10px 15px 10px 39px;
  }
}
.sec__faq-body dd:before {
  content: "A.";
  color: #7ecc56;
}
.sec__faq-body dd p + p {
  margin-top: 8px;
}

.sec__operation {
  padding: 40px 0;
}
.sec__operation-body {
  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;
}
@media screen and (max-width: 736px) {
  .sec__operation-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__operation-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  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;
  padding: 40px 20px;
  background-color: #7ecc56;
}
@media screen and (max-width: 736px) {
  .sec__operation-ttl {
    width: 100%;
    padding: 10px 15px;
  }
}
.sec__operation-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  .sec__operation-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    font-size: 14px;
  }
}
.sec__operation-txt .lg {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .sec__operation-txt .lg {
    font-size: 16px;
  }
}
.sec__operation-txt p {
  padding-left: 1em;
  text-indent: -1em;
}
.sec__operation-txt p + p {
  margin-top: 4px;
}

.sec__news {
  padding: 40px 0;
  background-color: #7ecc56;
}
.sec__news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .sec__news-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__news-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 736px) {
  .sec__news-ttl {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__news-ttl:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 68px;
  margin-left: 5px;
  background-image: url("../img/icon/arrow-lg.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
  .sec__news-ttl:after {
    display: block;
    width: 18px;
    height: 34px;
    background-size: cover;
    margin-left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec__news-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 210px;
  overflow-y: auto;
  padding-right: 20px;
}
@media screen and (max-width: 736px) {
  .sec__news-wrap {
    padding-right: 10px;
  }
}
.sec__news-wrap::-webkit-scrollbar {
  width: 12px;
}
@media screen and (max-width: 736px) {
  .sec__news-wrap::-webkit-scrollbar {
    width: 8px;
  }
}
.sec__news-wrap::-webkit-scrollbar-track {
  background-color: #000;
}
.sec__news-wrap::-webkit-scrollbar-thumb {
  background-color: #535252;
  border-radius: 99px;
}
.sec__news-list {
  border-bottom: 1px dotted #fff;
}
.sec__news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  color: #fff;
  border-top: 1px dotted #fff;
}
@media screen and (max-width: 736px) {
  .sec__news-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec__news-list-date {
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: bold;
  margin-right: 40px;
}
@media screen and (max-width: 736px) {
  .sec__news-list-date {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
}
.sec__news-list-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .sec__news-list-ttl {
    width: 100%;
    font-size: 14px;
  }
}
.sec__news-list-ttl a:hover {
  text-decoration: underline;
}

.sec__footer {
  padding: 80px 0 20px;
}
@media screen and (max-width: 736px) {
  .sec__footer {
    padding-top: 40px;
  }
}
.sec__footer p {
  font-size: 14px;
  line-height: 1.5;
}
.sec__footer p.ti1 {
  padding-left: 1em;
  text-indent: -1em;
}
.sec__footer p + p {
  margin-top: 4px;
}