@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  margin: auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
  scroll-behavior: smooth;
}

main {
  display: block;
  page-break-before: always;
  overflow: hidden;
}
main .main_content {
  border-radius: 20px;
}
main img {
  max-width: 100%;
}
main h2:not(.cancel) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
main h2:not(.cancel)::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icon/h2_before.png) 100% 100% no-repeat;
  background-size: contain;
  background-position: center;
  width: 220px;
  height: 220px;
  top: -30px;
  bottom: 0;
  margin: auto;
  left: -110px;
}
main h2:not(.cancel) .nam {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2ex;
  position: relative;
  z-index: 10;
  line-height: 1;
  margin-bottom: 4px;
}
main h2:not(.cancel) .title {
  font-size: 40px;
  letter-spacing: 0.1ex;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 719px) {
  main h2:not(.cancel) .title {
    font-size: 30px;
  }
}
main h2:not(.cancel) .sub {
  position: relative;
  z-index: 10;
}
main h3 {
  margin-bottom: 30px;
  margin-top: 60px;
  border-bottom: 3px solid #eaeaea;
}
@media only screen and (max-width: 719px) {
  main h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
main h3 .inner {
  background: -webkit-gradient(linear, left top, right top, from(#3b8918), to(#97b72c));
  background: linear-gradient(to right, #3b8918, #97b72c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
@media only screen and (max-width: 719px) {
  main h3 .inner {
    font-size: 26px;
  }
}
main h3 .nam {
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.5em;
}
main h4 {
  margin-top: 3em;
  padding-left: 10px;
}
main h4 .inner {
  background-color: #262626;
  color: #ffffff;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.1ex;
  position: relative;
  line-height: 1.5;
  height: 40px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media only screen and (max-width: 719px) {
  main h4 .inner {
    font-size: 20px;
    line-height: 2;
  }
}
main h4 .inner::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/h4_before.png) 100% 100% no-repeat;
  background-size: contain;
  background-position: center;
  width: 11px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
}
main h4 .inner::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/h4_after.png) 100% 100% no-repeat;
  background-size: contain;
  background-position: center;
  width: 11px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
}
main h4 .inner .nam {
  font-family: "Jost", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#69b845), to(#c5e559));
  background: linear-gradient(to right, #69b845, #c5e559);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 29px;
  font-style: italic;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 719px) {
  main h4 .inner .nam {
    font-size: 100%;
  }
}
main h5 {
  padding-left: 13px;
  position: relative;
}
main h5::before {
  position: absolute;
  content: "";
  background-color: #53951c;
  width: 3px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
main h5 span {
  background: -webkit-gradient(linear, left top, right top, from(#3b8918), to(#97b72c));
  background: linear-gradient(to right, #3b8918, #97b72c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 719px) {
  main h5 span {
    font-size: 18px;
  }
}
main h5 + .indent {
  margin-top: 0;
}
main h5:has(+ .indent) {
  margin-bottom: 0;
}
main h3 + h4 {
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  main h3 + h4 {
    margin-top: 20px;
  }
}
main .indent {
  max-width: 910px;
  margin: 0 auto;
}
main ul {
  padding-left: 20px;
}
main ul.cancel {
  padding-left: 0;
}
main ul.cancel li {
  list-style: none !important;
}
main ul li {
  list-style: "・";
  letter-spacing: 0.1ex;
}
@media only screen and (max-width: 719px) {
  main ul li {
    font-size: 15px;
  }
}
main ul li::marker {
  color: #70ad30;
}
main a {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
main a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
main p {
  line-height: 2;
  letter-spacing: 0.1ex;
}
@media only screen and (max-width: 719px) {
  main p {
    font-size: 15px;
  }
}
main p a {
  color: #70ad30;
  text-decoration: underline;
  text-underline-offset: 4px;
}
main p .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(33%, #daf0b9));
  background: linear-gradient(transparent 66%, #daf0b9 33%);
}
main .section_img {
  opacity: 1;
  -webkit-transition: 1.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .section_img.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
main img.ss_img {
  border: 4px solid #0f2230;
  border-radius: 5px;
  max-width: 100%;
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  main img.ss_img {
    max-height: 360px;
  }
}
main h2 {
  -webkit-transition: 0.9s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.9s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main h2.ready {
  opacity: 0;
  -webkit-transform: rotateY(240deg);
          transform: rotateY(240deg);
}
main .ng_title {
  -webkit-transition: 0.9s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.9s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .ng_title.ready {
  opacity: 0;
  -webkit-transform: rotateY(240deg);
          transform: rotateY(240deg);
}
@-webkit-keyframes section03_pic_alert {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  45% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  55% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  65% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  95% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes section03_pic_alert {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  45% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  55% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  65% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  95% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
main .ng {
  -webkit-animation: ng_mov 2s infinite;
          animation: ng_mov 2s infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@-webkit-keyframes ng_mov {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.2);
            transform: rotate(0deg) scale(1.2);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ng_mov {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.2);
            transform: rotate(0deg) scale(1.2);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
main img.bell {
  -webkit-animation: bell_shake 2s infinite;
          animation: bell_shake 2s infinite;
  -webkit-transform-origin: 68% 18%;
          transform-origin: 68% 18%;
}
@-webkit-keyframes mail_fly {
  0% {
    -webkit-transform: rotate(2deg) translate(1%, 6%);
            transform: rotate(2deg) translate(1%, 6%);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg) translate(1%, 6%);
            transform: rotate(2deg) translate(1%, 6%);
  }
}
@keyframes mail_fly {
  0% {
    -webkit-transform: rotate(2deg) translate(1%, 6%);
            transform: rotate(2deg) translate(1%, 6%);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg) translate(1%, 6%);
            transform: rotate(2deg) translate(1%, 6%);
  }
}
@-webkit-keyframes bell_shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  55% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  65% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  80% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  85% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  90% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  95% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes bell_shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  55% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  65% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  80% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  85% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  90% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  95% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
main .ss_copy {
  letter-spacing: 0.2ex;
  text-align: center;
  font-size: 90%;
}
main .ss_copy > span {
  display: inline-block;
}
main hr {
  margin: 4em 0 3em;
  height: 2px;
  display: block;
  background: url(../img/hr_bg.webp) 50% 50%/auto 2px repeat-x;
  border: none;
  page-break-before: always;
}
@media only screen and (max-width: 719px) {
  main hr {
    margin: 3em 0 2em;
  }
}
@media only print {
  main hr {
    opacity: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 719px) {
  .sp_none {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 720px), print {
  .tab_none {
    display: none !important;
  }
}

span {
  display: inline-block;
}

@media only screen and (max-width: 719px) {
  .sp-none {
    display: none;
  }
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.header_content_wrapper {
  background-color: #f3f3f3;
}

.header_content {
  padding-bottom: 100px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.header_content .container {
  position: relative;
  z-index: 10;
}
.header_content .flow_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  top: -40px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print {
  .header_content .flow_list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 719px) {
  .header_content .flow_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.header_content .flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_content .flow_list li:last-of-type ._text {
  font-size: 15px;
  line-height: 1.7;
}
.header_content .flow_list li > div {
  padding: 50px 40px;
  display: block;
  -webkit-box-shadow: 14.14px 14.14px 60px rgba(186, 186, 186, 0.2);
          box-shadow: 14.14px 14.14px 60px rgba(186, 186, 186, 0.2);
  mix-blend-mode: multiply;
  background-color: #ffffff;
}
.header_content .flow_list li > div ._title {
  text-align: center;
}
.header_content .flow_list li > div ._title span {
  background: -webkit-gradient(linear, left top, right top, from(#3b8918), to(#97b72c));
  background: linear-gradient(to right, #3b8918, #97b72c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.4ex;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .header_content .flow_list li > div ._title span {
    margin-bottom: 1em;
  }
}
.header_content .flow_list li > div ._text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2ex;
}
@media only screen and (max-width: 719px) {
  .header_content .flow_list li > div ._text {
    font-size: 15px;
  }
}
.header_content .flow_list li > div ._text .bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .header_content .flow_list li > div {
    padding: 30px;
  }
}
.header_content .page_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  max-width: 800px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2;
}
.header_content .page_link_list li a {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.header_content .page_link_list li a::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icon/arrow/pagelink.png) 100% 100% no-repeat;
  background-size: contain;
  background-position: center;
  width: 9px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.header_content .bg_text {
  position: absolute;
  bottom: -30px;
  font-size: 200px;
  line-height: 1;
  font-style: italic;
  font-weight: 600;
  color: #ebebeb;
}

.hero {
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  background: url(../img/hero/hero_image.jpg) 50% 50%/cover no-repeat;
  background-position: fixed;
}
@media only screen and (max-width: 719px) {
  .hero {
    max-height: unset;
    height: auto;
    padding-bottom: 100px;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  position: absolute;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  max-height: 900px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-height: 700px;
}
@media only screen and (max-width: 719px) {
  .hero__content {
    position: relative;
    max-height: unset;
  }
}
.hero__content__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .hero__content__1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
  }
}
.hero__content__1 ._right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print {
  .hero__content__1 ._right {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .hero__content__1 ._right {
    margin-top: 10px;
    -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;
    row-gap: 10px;
  }
}
.hero__content__1 ._left {
  min-width: 280px;
}
.hero__content__1 ._left .txt {
  background-color: #1a1a1a;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.hero__content__1 ._left .txt._01 span {
  background: -webkit-gradient(linear, left top, right top, from(#3b8918), to(#97b72c));
  background: linear-gradient(to right, #3b8918, #97b72c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  letter-spacing: 0.3ex;
  text-align: center;
}
.hero__content__1 ._left .txt._02 {
  font-size: 27px;
  letter-spacing: -1px;
}
.hero__content__2 {
  height: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 719px) {
  .hero__content__2 {
    height: unset;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.hero__content__3 {
  position: absolute;
  bottom: 85px;
}
@media only screen and (max-width: 719px) {
  .hero__content__3 {
    position: relative;
    inset: unset;
  }
}
.hero__content__3 .hero_text ._head {
  font-size: 20px;
  font-weight: 700;
}
.hero__content__3 .hero_text ._body span {
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #1a1a1a;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 2;
  padding: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 3px;
  display: inline;
  letter-spacing: 0.2ex;
}
.hero .hero_title {
  max-width: 481px;
  aspect-ratio: 481/351;
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print {
  .hero .hero_title {
    width: 40%;
  }
}
@media only screen and (max-width: 719px) {
  .hero .hero_title {
    max-width: 481px;
  }
}
.hero .hero_title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero_deco {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 10;
}
.hero .hero_deco._batch {
  bottom: 280px;
}
.hero .hero_deco._date {
  bottom: 80px;
}
@media only screen and (max-width: 719px) {
  .hero .hero_deco {
    position: relative;
    inset: unset !important;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 520px) {
  .hero .hero_deco {
    display: block;
  }
}

.section {
  padding-top: 40px;
}
.section p.bold {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2ex;
  line-height: 1.5;
}
.section._gray {
  background-color: #f3f3f3;
}
.section._black {
  background-color: #262626;
}
.section._01 {
  margin-bottom: 90px;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}
.section._01 .inner {
  margin-top: 50px;
}
@media only screen and (max-width: 719px) {
  .section._01 .inner {
    margin-top: 0;
  }
}
.section._01 .image_wrapper {
  max-width: 880px;
  margin: 40px auto 0;
}
.section._01 .image_wrapper img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 719px) {
  .section._01 .image_wrapper {
    margin-top: 0;
  }
}
.section._02 {
  padding-bottom: 70px;
}
.section._03 {
  padding-top: 0;
  padding-bottom: 100px;
}
.section._03 .container {
  background-color: #333333;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  max-width: 1200px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print, only screen and (max-width: 719px) {
  .section._03 .container {
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 30px;
  }
}
.section._03 .container .bg_text {
  font-family: "Jost", sans-serif;
  position: absolute;
  inset: 0 0 0 -1em;
  margin: auto;
  font-size: 140px;
  line-height: 1;
  white-space: nowrap;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section._03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print, only screen and (max-width: 719px) {
  .section._03 .inner {
    -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;
  }
}
.section._03 .inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section._03 .inner h2 .nam {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1ex;
  position: relative;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(#69b845), to(#c5e559));
  background: linear-gradient(to right, #69b845, #c5e559);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 719px) {
  .section._03 .inner h2 .nam {
    font-size: 90%;
  }
}
.section._03 .inner h2 .title {
  font-size: 40px;
  letter-spacing: 0.1ex;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(#69b845), to(#c5e559));
  background: linear-gradient(to right, #69b845, #c5e559);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 719px) {
  .section._03 .inner h2 .title {
    font-size: 90%;
  }
}
.section._03 .inner .term_area {
  padding-right: 90px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  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;
}
@media only screen and (max-width: 719px) {
  .section._03 .inner .term_area {
    padding-right: 0;
  }
}
.section._03 .inner .term_area .year {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}
.section._03 .inner .term_area .date_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section._03 .inner .term_area .date_area .date_box {
  position: relative;
}
.section._03 .inner .term_area .date_area .date_box .date {
  font-size: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 719px) {
  .section._03 .inner .term_area .date_area .date_box .date {
    font-size: 30px;
  }
}
.section._03 .inner .term_area .date_area .date_box .month {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #96dd30;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2ex;
}
@media only screen and (max-width: 719px) {
  .section._03 .inner .term_area .date_area .date_box .month {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.section._03 .inner .term_area .date_area .date_box.hyphen {
  display: inline-block;
  background-color: #ffffff;
  width: 20px;
  height: 4px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  margin-right: 16px;
  margin-left: 16px;
}
.section._04 {
  padding-bottom: 80px;
}
.section._05 {
  padding-bottom: 100px;
}
.section._05 .bold {
  font-size: 20px;
}
@media only screen and (max-width: 719px) {
  .section._05 .bold {
    font-size: 18px;
  }
}
.section._05 h2::before {
  top: -70px;
}
.section._06 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 719px) {
  .section._06 {
    padding-bottom: 80px;
  }
}
.section._06 .bold {
  font-size: 20px;
  font-weight: 700;
}
.section._07 {
  padding-bottom: 100px;
}
.section._07 .desc_flow_list {
  margin-top: 50px;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list {
    margin-top: 20px;
  }
}
.section._07 .desc_flow_list > li:not(:last-of-type) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.section._07 .desc_flow_list > li:last-of-type a ._head .icon_wrapper::before {
  content: none;
}
.section._07 .desc_flow_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a {
    display: block;
  }
}
.section._07 .desc_flow_list > li a ._head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 320px;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a ._head {
    display: block;
    width: 100%;
  }
}
.section._07 .desc_flow_list > li a ._head .icon_wrapper {
  max-width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1;
  position: relative;
  -webkit-box-shadow: 7.07px 7.07px 20px rgba(227, 227, 227, 0.6);
          box-shadow: 7.07px 7.07px 20px rgba(227, 227, 227, 0.6);
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a ._head .icon_wrapper {
    margin: 0 auto;
  }
}
.section._07 .desc_flow_list > li a ._head .icon_wrapper::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/exam_dot.png) 100% 100% no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 32px;
  bottom: -32px;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a ._head .icon_wrapper::before {
    content: none;
  }
}
.section._07 .desc_flow_list > li a ._head .icon_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 1;
}
.section._07 .desc_flow_list > li a ._head .status_wrapper {
  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;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a ._head .status_wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.section._07 .desc_flow_list > li a ._head .status_wrapper .status {
  color: #70a423;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a ._head .status_wrapper .status {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.section._07 .desc_flow_list > li a ._head .status_wrapper .content {
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a ._head .status_wrapper .content {
    font-size: 20px;
    text-align: center;
  }
}
.section._07 .desc_flow_list > li a ._body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 360px);
}
@media only screen and (max-width: 719px) {
  .section._07 .desc_flow_list > li a ._body {
    width: 100%;
  }
}
.section._08 {
  margin-bottom: 100px;
}
.section._08 .schedule_list {
  margin-top: 0;
  margin-bottom: 0;
}
.section._08 .schedule_list li {
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
}
@media only screen and (max-width: 719px) {
  .section._08 .schedule_list li {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
@media only screen and (max-width: 520px) {
  .section._08 .schedule_list li {
    display: block;
  }
}
.section._08 .schedule_list li::before {
  content: "";
  position: absolute;
  background-color: #539e16;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 719px) {
  .section._08 .schedule_list li::before {
    bottom: auto;
    top: 34px;
  }
}
.section._08 .schedule_list li ._head {
  color: #539e16;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: 0.2ex;
  min-width: 100px;
}
@media only screen and (max-width: 719px) {
  .section._08 .schedule_list li ._head {
    font-size: 18px;
  }
}
.section._08 .schedule_list li ._head::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/schedule_dot.png) 100% 100% no-repeat;
  background-size: contain;
  background-position: center;
  width: 57px;
  height: 2px;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -57px;
}
@media only screen and (max-width: 719px) {
  .section._08 .schedule_list li ._head::before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .section._08 .schedule_list li ._head::before {
    top: 2px;
  }
}
.section._08 .schedule_list li ._head .nam {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 719px) {
  .section._08 .schedule_list li ._head .nam {
    font-size: 30px;
  }
}
.section._08 .schedule_list li ._body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 320px);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2ex;
}
@media only screen and (max-width: 719px) {
  .section._08 .schedule_list li ._body {
    width: 100%;
    font-size: 18px;
  }
}
.section._09 {
  color: #ffffff;
  padding-bottom: 80px;
}
.section._09 .form_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 719px) {
  .section._09 .form_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.section._09 .form_column ._r .btn {
  width: 440px;
  background-color: #70a423;
  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-radius: 3px;
  color: #ffffff;
  min-height: 100px;
  font-size: 20px;
}
.section._09 .form_column ._r .btn img {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print {
  .section._09 .form_column ._r .btn {
    width: 300px;
  }
}
@media only screen and (max-width: 719px) {
  .section._09 .form_column ._r .btn {
    width: 100%;
    margin-top: 20px;
    min-height: 50px;
  }
}
.section._09 .contact_area {
  background-color: #303030;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print, only screen and (max-width: 719px) {
  .section._09 .contact_area {
    padding: 20px;
  }
}
.section._09 .contact_area h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.section._09 .contact_area h3 .inner {
  background: -webkit-gradient(linear, left top, right top, from(#69b845), to(#c5e559));
  background: linear-gradient(to right, #69b845, #c5e559);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section._09 .contact_area h3 img {
  margin-right: 20px;
}
.section._09 .contact_area ._column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
}
@media only screen and (max-width: 719px) {
  .section._09 .contact_area ._column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
}
.section._09 .contact_area ._column ._l {
  font-weight: 700;
  font-size: 24px;
  padding-left: 60px;
}
@media only screen and (max-width: 719px) {
  .section._09 .contact_area ._column ._l {
    padding-left: 0;
    font-size: 18px;
  }
}
.section._09 .contact_area ._column ._r {
  font-size: 18px;
}
@media only screen and (max-width: 719px) {
  .section._09 .contact_area ._column ._r {
    font-size: 16px;
  }
}

.proposal_area {
  background: -webkit-gradient(linear, left top, right bottom, from(#3b8918), to(#97b72c));
  background: linear-gradient(to bottom right, #3b8918, #97b72c);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 719px) {
  .proposal_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.proposal_area .container {
  background-color: #ffffff;
  padding: 60px 100px;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1200px;
}
@media only screen and (max-width: 719px) {
  .proposal_area .container {
    padding: 20px;
  }
}
.proposal_area .container h2 {
  margin-top: 0;
  font-size: 36px;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .proposal_area .container h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.proposal_area .indent {
  max-width: unset;
  padding-left: 2em;
}
.proposal_area .indent > p {
  margin-top: 0;
}
.proposal_area .slide_image_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
}
@media only screen and (max-width: 719px) {
  .proposal_area .slide_image_area {
    display: block;
    margin-top: 20px;
  }
}
.proposal_area .slide_image_area .text_wrapper {
  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;
}
.proposal_area .slide_image_area .text_wrapper ._large {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 719px) {
  .proposal_area .slide_image_area .text_wrapper ._large {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px), print, only screen and (max-width: 719px) {
  .proposal_area .slide_image_area .text_wrapper {
    margin-bottom: 20px;
  }
}
.proposal_area .slide_image_area .image_wrapper {
  max-width: 620px;
}
.proposal_area .slide_image_area .image_wrapper img {
  width: 100%;
}

.globalFooter {
  background-color: #040404;
  padding: 30px 25px;
}
.globalFooter a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.globalFooter a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.globalFooter .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.globalFooter .inner .globalFooter-txt .privacy a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.globalFooter .inner .globalFooter-txt .copyright {
  font-size: 14px;
  font-size: min(3.7333333333vw, 14px);
  color: #fff;
  margin-top: 1em;
}