@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "SmartFontUI";
  src: url("../font/03SmartFontUI.eot");
  src: url("../font/03SmartFontUI.eot?#iefix") format("embedded-opentype"), url("../font/03SmartFontUI.woff2") format("woff2"), url("../font/03SmartFontUI.woff") format("woff"), url("../font/03SmartFontUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* variable
-------------------------------------------------------------------------------------------------------------------- */
/* mixin
-------------------------------------------------------------------------------------------------------------------- */
.font-gothic {
  font-family: "Yu Gothic", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.font-mincho {
  font-family: "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.font-bebaskai {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-auto {
  margin: 0 auto !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

@media (max-width: 768px) {
  .mb20 {
    margin-bottom: 1.5rem !important;
  }
}
.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.wHalf {
  width: 50% !important;
}

.wTri {
  width: 33% !important;
}

.wQuart {
  width: 25% !important;
}

.wFull {
  width: 100% !important;
}

.mh-auto {
  min-height: auto !important;
}

.poR {
  position: relative !important;
}

.poS {
  position: static !important;
}

.ofH {
  overflow: hidden !important;
}

.ofV {
  overflow: visible !important;
}

.dB {
  display: block !important;
}

.dI {
  display: inline !important;
}

.dIb {
  display: inline-block !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taJ {
  text-align: justify !important;
}

.flL {
  float: left !important;
}

.flR {
  float: right !important;
}

.flN {
  float: none !important;
}

.clB {
  clear: both !important;
}

.flImgL {
  float: left;
  margin: 1rem 5.5rem 2rem 0;
}

.flImgR {
  float: right;
  margin: 1rem 0 2rem 5.5rem;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.bg-f7f8f9 {
  background-color: #f7f8f9 !important;
}

@keyframes secHover {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 102%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 1rem;
    opacity: 0;
  }
  70% {
    height: 16.2rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 20.8rem;
    opacity: 0;
  }
}
@keyframes sp-pathmove {
  0% {
    height: 0;
    top: 27.2rem;
    opacity: 0;
  }
  30% {
    height: 14rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 47.2rem;
    opacity: 0;
  }
}
/* variable
-------------------------------------------------------------------------------------------------------------------- */
/* mixin
-------------------------------------------------------------------------------------------------------------------- */
.font-gothic {
  font-family: "Yu Gothic", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.font-mincho {
  font-family: "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.font-bebaskai {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media (min-width: 769px) and (max-width: 1580px) {
  html {
    font-size: 0.6329113924vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
body {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
}

picture {
  display: flex;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.w-full {
  width: 100% !important;
}

a.link-hover {
  transition: color 0.3s ease-in-out;
}

a.link-hover:hover {
  color: #f1994f;
}

.bold {
  font-weight: bold;
}

button {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-underline {
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  html.disableScroll,
  html.disableScroll body {
    overflow: hidden;
  }
  canvas,
  img,
  picture,
  svg,
  video {
    width: 100%;
  }
}
/* container
=====================================================================*/
.container {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 3.6rem;
  }
}
.loadingsc {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .txt {
    font-size: 1.2rem;
  }
}
.wrapper {
  position: relative;
}

.u_anime-fadeUp {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.19, 1, 0.22, 1), transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.u_anime-fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

.ttl_h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 3rem;
}

@media (max-width: 768px) {
  .ttl_h2 {
    padding-left: 3rem;
    margin-left: 0;
  }
}
.ttl_h2 .en {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

@media (max-width: 768px) {
  .ttl_h2 .en {
    font-size: 3.5rem;
  }
}
.ttl_h2 .jp {
  font-size: 2rem;
  display: block;
  font-weight: normal;
  margin-top: -0.5rem;
}

@media (max-width: 768px) {
  .ttl_h2 .jp {
    font-size: 1.2rem;
  }
}
.ttl_h2:after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 9rem;
  background: #c2e123;
  transform: rotate(-15deg);
  left: -4rem;
  bottom: 1rem;
}

@media (max-width: 768px) {
  .ttl_h2:after {
    left: 0;
    bottom: 0.5rem;
    height: 5rem;
  }
}
.ttl_h3 {
  text-align: center;
  max-width: 51rem;
  padding: 1rem;
  font-size: 3.4rem;
  background: #ffffff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ttl_h3 {
    max-width: 18.3rem;
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}
.ttl_h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .ttl_h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.ttl_h5 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.9rem;
}

@media (max-width: 768px) {
  .ttl_h5 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.sub {
  background: #ffffff;
  padding-top: 14.5rem;
}

@media (max-width: 768px) {
  .sub {
    padding-top: 6.5rem;
  }
}
.sub .wrapper {
  padding-top: 7rem;
}

@media (max-width: 768px) {
  .sub .wrapper {
    padding-top: 3rem;
  }
}
.btn {
  margin-top: auto;
}

.btn a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  max-width: 18.7rem;
  padding: 0.9rem;
  background: url("../images/ico-arrow.svg") no-repeat, #f7cd1c;
  background-position: bottom 0.89rem right 1.1rem;
}

@media (max-width: 768px) {
  .btn a {
    background: url("../images/ico-arrow-sp.svg") no-repeat, #f7cd1c;
    background-position: bottom 0.63rem right 0.72rem;
    font-size: 1rem;
    max-width: 9.9rem;
    padding: 0.5rem;
  }
}
.btn_apply a,
.btn_apply button {
  display: flex;
  background: #306902;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 24.3rem;
  width: 100%;
  min-height: 6.9rem;
  padding: 1rem 1.5rem;
  position: relative;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .btn_apply a,
  .btn_apply button {
    font-size: 1.5rem;
    min-height: 4.8rem;
    max-width: 16.9rem;
    padding: 0.8rem 1.4rem;
  }
}
.btn_apply a:after,
.btn_apply button:after {
  content: "";
  position: absolute;
  width: calc(100% - 3rem);
  height: calc(100% - 2rem);
  border: solid 0.2rem #ffffff;
  top: 1rem;
  left: 1.5rem;
}

@media (max-width: 768px) {
  .btn_apply a:after,
  .btn_apply button:after {
    width: calc(100% - 2.8rem);
    height: calc(100% - 1.6rem);
    border-width: 0.1rem;
    top: 0.8rem;
    left: 1.4rem;
  }
}
.btn_apply a:hover,
.btn_apply button:hover {
  background: #ffffff;
  color: #306902;
  opacity: 1;
  cursor: pointer;
}

.btn_apply a:hover:after,
.btn_apply button:hover:after {
  border-color: #306902;
}

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

body {
  position: relative;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.slidepage {
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 100%;
  height: -moz-max-content;
  height: max-content;
  transition: left 2s ease;
  transition-duration: 2s;
  z-index: -1;
  background: #ffffff;
}

.slidepage.prev {
  left: -100%;
}

.slidepage.next {
  left: 100%;
}

.slidepage.show {
  min-height: inherit;
  height: inherit;
  position: fixed;
  display: block;
  transition: left 0.5s ease;
  left: 0;
  z-index: 1;
}

.slidepage.show .header .nav {
  transform: translateX(0);
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.main .slidepage {
  padding-top: 0;
}

@keyframes shows {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top {
  visibility: hidden;
}

#top.show {
  visibility: visible;
}

#top .header .logo span {
  color: #000000;
}

@media (max-width: 768px) {
  #top .header .logo span {
    color: #ffffff;
  }
}
.logo_wrap {
  position: relative;
  width: 16.4rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_wrap div {
  opacity: 0;
}

.logo_wrap .globular {
  position: relative;
  z-index: 1;
  animation: shows 1s ease-in-out forwards;
  width: 11.5rem;
  height: 11.5rem;
}

.logo_wrap .path {
  position: absolute;
}

.logo_wrap .path_1 {
  top: 0;
  left: 0;
  width: 14.5rem;
  height: 13.1rem;
  z-index: 2;
  opacity: 1;
}

.logo_wrap .path_2 {
  bottom: 0;
  right: 0;
  width: 14.5rem;
  height: 9.5rem;
  z-index: 2;
  animation: shows 1s ease-in-out forwards;
  animation-delay: 0.9s;
}

.logo_wrap .path_3-1 {
  top: 1.5rem;
  right: 0;
  width: 4.4rem;
  height: 6.6rem;
  z-index: 0;
  animation: shows 1s ease-in-out forwards;
  animation-delay: 1.5s;
}

.logo_wrap .path_3-2 {
  bottom: 1.5rem;
  left: 0;
  width: 4.4rem;
  height: 6.2rem;
  z-index: 0;
  animation: shows 1s ease-in-out forwards;
  animation-delay: 2s;
}

.logo_wrap .dot {
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
}

.logo_wrap .dot_1-1 {
  top: 0;
  left: 0;
  animation: shows 1s ease-in-out forwards;
  animation-delay: 2.5s;
}

.logo_wrap .dot_1-2 {
  bottom: 0;
  right: 0;
  animation: shows 1s ease-in-out forwards;
  animation-delay: 2.5s;
}

.st1 {
  opacity: 1;
  fill: none;
  stroke: #ffffff;
  stroke-width: 40;
  stroke-miterlimit: 10;
}

.st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 35;
  stroke-miterlimit: 10;
}

.st3 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 40;
  stroke-miterlimit: 10;
}

.st4 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 30;
  stroke-miterlimit: 10;
}

.footer {
  background: #121212;
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 1.7rem 0 2.8rem;
  }
}
.footer_container {
  max-width: 146.7rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 768px) {
  .footer_container {
    display: block;
    padding: 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .footer_info {
    margin-bottom: 1.4rem;
  }
}
.footer_info .logo {
  display: flex;
  align-items: center;
}

.footer_info .logo img {
  max-width: 5rem;
  margin-right: 1.3rem;
}

@media (max-width: 768px) {
  .footer_info .logo img {
    max-width: 3.3rem;
  }
}
.footer_info .logo span {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .footer_info .logo span {
    font-size: 1.4rem;
  }
}
.footer_info p.txt {
  color: #ffffff;
  font-weight: 500;
  margin-left: 6rem;
  line-height: 2;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .footer_info p.txt {
    font-size: 1rem;
    margin-left: 4.7rem;
  }
}
.footer_link {
  display: flex;
  gap: 6rem;
}

@media (max-width: 768px) {
  .footer_link {
    display: block;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .footer_link ul {
    display: flex;
  }
}
.footer_link ul li {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .footer_link ul li {
    margin-bottom: 1.2rem;
    width: 33.3333%;
  }
}
.footer_link ul li:last-child {
  margin-bottom: 0;
}

.footer_link a {
  font-weight: bold;
  font-size: 1.6rem;
}

.footer_link a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer_link a {
    font-size: 1rem;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 11.6rem;
  padding: 1.4rem 2.5rem 1.7rem;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.45s ease;
}

@media (max-width: 768px) {
  .header {
    top: 4.9rem;
    padding: 0;
  }
}
.header_container {
  max-width: 139rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header_container {
    padding: 0 3rem;
  }
}
.header .logo a {
  display: flex;
  align-items: center;
}

.header .logo img {
  max-width: 11.7rem;
  width: 100%;
  margin-right: 3.2rem;
}

@media (max-width: 768px) {
  .header .logo img {
    max-width: 5rem;
    margin-right: 1.4rem;
  }
}
.header .logo span {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .header .logo span {
    font-size: 1.3rem;
  }
}
.header .nav {
  position: absolute;
  top: -11.6rem;
  max-width: 16.6rem;
  right: calc(50% - 66rem - 16.6rem);
  padding: 0 2.5rem 3rem;
  display: flex;
  min-height: 50rem;
  transition: 0.5s ease;
}

@media (max-width: 1650px) {
  .header .nav {
    right: 0;
  }
}
@media (max-width: 768px) {
  .header .nav {
    min-height: inherit;
    top: 4.4rem;
    right: -100%;
    padding: 5.2rem 2.5rem 6.6rem;
    transition: transform 0.5s ease, opacity 0.5s ease, 0.5s ease;
    background: #ffffff;
  }
  .header .nav.is-show {
    right: 0;
  }
}
.header .nav ul {
  margin-top: auto;
}

.header .nav ul li {
  margin-bottom: 4rem;
}

.header .nav ul li:last-child {
  margin-bottom: 0;
}

.header .nav a {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .header .nav a {
    font-size: 1.6rem;
    color: #156E00;
  }
}
.btn_hamburger {
  background: #ffffff;
  width: 4.7rem;
  height: 3.9rem;
  border: solid 0.2rem #156E00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.btn_hamburger span {
  background-color: #156E00;
  display: block;
  height: 0.3rem;
  width: 2.7rem;
  transition: transform 0.5s ease, opacity 0.5s ease, 0.5s ease;
}

.btn_hamburger.open span:first-child {
  transform: translateY(4px) rotate(-30deg);
}

.btn_hamburger.open span:last-child {
  transform: translateY(-9px) rotate(30deg);
}

.sub .header {
  background: rgba(48, 110, 0, 0.98);
  top: 0;
}

@media (max-width: 768px) {
  .sub .header {
    top: 0;
    padding: 0.8rem 0 0.8rem;
  }
}
.sub .header .nav {
  background: #ffffff;
  top: 0;
  padding: 5.2rem 2.5rem 3rem;
  min-height: inherit;
}

.sub .header .nav ul {
  margin-top: 0;
}

.sub .header .nav a {
  color: #346c04;
}

@media (max-width: 768px) {
  .sub .header .nav {
    top: 5.2rem;
  }
}
/* variable
-------------------------------------------------------------------------------------------------------------------- */
/* mixin
-------------------------------------------------------------------------------------------------------------------- */
.font-gothic {
  font-family: "Yu Gothic", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.font-mincho {
  font-family: "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.font-bebaskai {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mv {
  min-height: 100vh;
  background: url(../images/top/img-mv.jpg) center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .mv {
    background: url(../images/top/img-mv-sp.jpg) center;
    background-size: cover;
  }
}
.mv .txt_catch {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 10rem;
  padding: 0 2.5rem;
}

@media (max-width: 768px) {
  .mv .txt_catch {
    margin-top: 0;
  }
}
.mv .txt_catch h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.mv .txt_catch_sub {
  font-size: 3rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .mv .txt_catch_sub {
    font-size: 1.3rem;
  }
}
.mv .txt_catch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 40rem;
  width: 110%;
  background-color: rgba(0, 0, 0, 0.68);
  transform: rotate(-3deg) translateY(-50%);
  z-index: 0;
}

@media (max-width: 768px) {
  .mv .txt_catch::before {
    height: 18.7rem;
    transform: rotate(0) translateY(-50%);
    z-index: 1;
  }
}
.mv .txt_catch:after {
  content: "";
  position: absolute;
  background: url(../images/top/txt-future.svg) center no-repeat;
  background-size: contain;
  width: 119.4rem;
  height: 45.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.37;
  max-width: 80%;
}

@media (max-width: 768px) {
  .mv .txt_catch:after {
    top: 3rem;
    z-index: 0;
  }
}
#service .wrapper {
  padding-bottom: 18.8rem;
}

@media (max-width: 768px) {
  #service .wrapper {
    padding-bottom: 7rem;
  }
}
#service .wrapper:before {
  content: "";
  position: absolute;
  width: 28.8rem;
  height: 108rem;
  top: 0;
  left: calc(50% - 59.3rem + 3rem);
  background: linear-gradient(#cbe825 0%, #306e00 100%);
  transform: skewX(-26deg);
  z-index: -1;
}

@media (max-width: 768px) {
  #service .wrapper:before {
    width: 14rem;
    height: 54.2rem;
    transform: skewX(-23.5deg);
    right: 0;
    transform-origin: top right;
    left: inherit;
  }
}
#service .wrapper:after {
  content: "";
  position: absolute;
  width: 28.8rem;
  height: 96rem;
  bottom: 0;
  left: calc(50% - 59.3rem + 2rem);
  background: linear-gradient(#306e00 0%, #cbe825 100%);
  transform: skewX(-26deg);
  z-index: -1;
}

@media (max-width: 768px) {
  #service .wrapper:after {
    width: 14rem;
    height: 36rem;
    transform: skewX(-23.5deg);
    transform-origin: bottom left;
    left: 7.9rem;
  }
}
#service .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20.3rem;
  gap: 2.5rem;
  padding: 0 4.7rem;
}

#service .content:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #service .content:last-child .service_list:first-child:before {
    content: "";
    position: absolute;
    background: linear-gradient(#306e00 0%, #cbe825 100%);
    z-index: -1;
    width: 14rem;
    height: 54.2rem;
    transform: skewX(-23.5deg);
    bottom: -9rem;
    transform-origin: bottom left;
    left: -3.6rem;
  }
  #service .content:last-child .service_list:last-child:before {
    content: none;
  }
}
@media (max-width: 768px) {
  #service .content {
    display: block;
    padding: 0;
    margin-bottom: 9.4rem;
  }
}
#service .title {
  max-width: 51rem;
  margin-top: 8.4rem;
}

@media (max-width: 768px) {
  #service .title {
    margin-top: 3rem;
  }
}
#service .title .ttl_h3 {
  margin: 3.5rem auto;
  width: 100%;
}

@media (max-width: 768px) {
  #service .title .ttl_h3 {
    margin: 2.4rem auto;
  }
}
#service .service1.wrapper {
  padding-bottom: 9.2rem;
}

@media (max-width: 768px) {
  #service .service1.wrapper {
    padding-bottom: 8.2rem;
  }
}
#service .service1.wrapper::before {
  height: 94rem;
  width: 29.8rem;
  margin-left: -17rem;
}

@media (max-width: 768px) {
  #service .service1.wrapper::before {
    height: 38rem;
    width: 15rem;
    transform: skewX(-30.5deg);
  }
}
#service .service1.wrapper:after {
  background: linear-gradient(#cbe825 0%, #306e00 100%);
  height: 17rem;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: none;
}

.service_list {
  position: relative;
}

.service_list:last-child {
  margin-top: -14rem;
}

@media (max-width: 768px) {
  .service_list:last-child {
    margin-top: 3.8rem;
  }
  .service_list:last-child:before {
    content: "";
    position: absolute;
    background: linear-gradient(#cbe825 0%, #306e00 100%);
    z-index: -1;
    width: 14rem;
    height: 54.2rem;
    transform: skewX(-23.5deg);
    right: -3.6rem;
    bottom: 2.1rem;
    transform-origin: top right;
    left: inherit;
  }
}
.service_list li {
  display: flex;
  max-width: 51rem;
  background: #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 6.5rem;
  min-height: 24.1rem;
}

@media (max-width: 768px) {
  .service_list li {
    min-height: 15rem;
    margin: 0 auto 3.8rem;
  }
}
.service_list li:last-child {
  margin-bottom: 0;
}

.service_list .thumb {
  position: relative;
  width: 21.59rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .service_list .thumb {
    width: 12.8rem;
  }
}
.service_list .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service_list .txt_content {
  width: calc(100% - 12.59rem);
  padding: 3.5rem 3.2rem 1.4rem 1.8rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .service_list .txt_content {
    padding: 1.8rem 1.2rem 0.7rem 1.1rem;
  }
}
.service_list .txt_content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 101%;
  left: -5.3rem;
  top: 0;
  background: #ffffff;
  transform: skewX(-24deg);
  z-index: -1;
}

@media (max-width: 768px) {
  .service_list .txt_content:after {
    transform: skewX(-21deg);
    left: -2.9rem;
  }
}
.service_list .txt_ttl_sub {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  color: #306902;
}

@media (max-width: 768px) {
  .service_list .txt_ttl_sub {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
    line-height: 1.285;
  }
}
.service_list p.txt {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .service_list p.txt {
    font-size: 1rem;
  }
}
.service_list--1 {
  display: flex;
  justify-content: center;
  gap: 17rem;
  margin-top: 0 !important;
  width: 100%;
}

@media (max-width: 768px) {
  .service_list--1 {
    flex-direction: column;
    gap: 3.8rem;
  }
}
.service_list--1 li {
  margin-bottom: 0;
}

/* 
.stlearning {
  display: flex;
  align-items: flex-start;
  margin-top: 13.2rem;
  margin-bottom: 21.8rem;
}
@media (max-width: 768px) {
  .stlearning {
    margin-top: 6.5rem;
    margin-bottom: 14rem;
  }
}
.stlearning h3.title-h3 {
  font-size: 9.1rem;
  font-weight: 600;
  color: #347106;
}
@media (max-width: 768px) {
  .stlearning h3.title-h3 {
    font-size: 4rem;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 1rem;
  }
}
.stlearning .title-sub {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .stlearning .title-sub {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.stlearning p.txt {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .stlearning p.txt {
    font-size: 1.3rem;
    line-height: 1.76;
  }
}
.stlearning .thumb {
  position: relative;
  margin-left: calc(50% - 64rem - 32rem);
  margin-right: 4.4rem;
}
@media (max-width: 768px) {
  .stlearning .thumb {
    margin-left: -3.6rem;
    margin-right: 0;
    margin-bottom: 1.3rem;
  }
}
.stlearning .thumb:after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(#306e00 0%, #cbe825 100%);
  opacity: 0.58;
}
@media (max-width: 768px) {
  .stlearning .thumb:after {
    top: 0.4rem;
    left: 0.4rem;
    height: 97%;
  }
}
.stlearning .thumb img {
  position: relative;
  z-index: 1;
}
.stlearning .txt_content {
  width: 50%;
  flex-shrink: 0;
  margin-top: -1.5rem;
}
@media (max-width: 768px) {
  .stlearning .txt_content {
    width: 100%;
    flex-shrink: 1;
  }
}
.stlearning .btn-group {
  display: flex;
  gap: 1.4rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .stlearning .btn-group {
    flex-direction: column;
    gap: 1.8rem;
    max-width: 24.4rem;
    margin: 2rem auto 0;
  }
}
.stlearning .btn-group .btn {
  margin-top: 0;
  background-color: #306e00;
  text-align: center;
  padding: 0 1rem;
  cursor: pointer;
}
.stlearning .btn-group .btn span {
  padding: 1.1rem 3rem;
  color: #ffffff;
  font-size: 1.6rem;
  background: url(../images/ico-arrow-02.svg) no-repeat;
  background-position: bottom 0.89rem right 1.1rem;
  max-width: 100%;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 768px) {
  .stlearning .btn-group .btn span {
    background: url(../images/ico-arrow-02-sp.svg) no-repeat;
    background-position: bottom 0.89rem right 1.1rem;
    font-size: 1.5rem;
    padding: 1rem 3rem;
  }
}
@media (max-width: 768px) {
  .stlearning .btn-group .btn {
    padding: 0;
  }
}
.stlearning .btn-group .btn:hover span {
  background-position: bottom 0.89rem right 0.8rem;
} */
.title-h4 {
  font-size: 5.5rem;
  font-weight: bold;
  position: relative;
  margin-right: calc(50% - 64rem - 32rem);
  border-bottom: 1px solid #707070;
  font-weight: 600;
  margin-bottom: 8rem;
}

@media (max-width: 768px) {
  .title-h4 {
    font-size: 2.4rem;
    margin-right: -3.6rem;
    margin-bottom: 3.8rem;
  }
}
.title-h5 {
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
  font-weight: 600;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .title-h5 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
    min-height: 6.7rem;
    display: flex;
    align-items: center;
  }
}
.step {
  margin-bottom: 25rem;
  margin-top: 9.4rem;
}

@media (max-width: 768px) {
  .step {
    margin: 6rem 0 13.5rem -1rem;
  }
}
.step p.txt {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .step p.txt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.step li {
  display: flex;
  align-items: center;
  gap: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

@media (max-width: 768px) {
  .step li {
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 1rem;
    padding-bottom: 7rem;
  }
}
.step li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #707070;
}

@media (max-width: 768px) {
  .step li:after {
    left: 3.3rem;
    top: 0;
    height: 110%;
    transform: none;
  }
}
.step li:nth-child(even) {
  flex-direction: row-reverse;
}

.step li:first-child:after {
  height: 50%;
}

@media (max-width: 768px) {
  .step li:first-child:after {
    height: 100%;
  }
}
.step li:last-child {
  padding-bottom: 0;
}

.step li:last-child:after {
  content: none;
}

.step li:last-child:not(:first-child):after {
  content: "";
  top: 0;
  height: 50%;
}

@media (max-width: 768px) {
  .step li:last-child:not(:first-child):after {
    content: none;
  }
}
.step .txt_content {
  width: calc((100% - 29.2rem) / 2);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .step .txt_content {
    width: calc(100% - 7.7rem);
  }
}
.step .num {
  background-color: #306e00;
  border-radius: 50rem;
  width: 13.2rem;
  height: 13.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.step .num span {
  font-family: "makinas-4-flat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.4rem;
  color: #ffffff;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 768px) {
  .step .num span {
    font-size: 3.1rem;
  }
}
.step .num span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .step .num span:after {
    height: 2px;
  }
}
@media (max-width: 768px) {
  .step .num {
    width: 6.7rem;
    height: 6.7rem;
  }
}
.step .thumb {
  flex-shrink: 0;
  width: calc((100% - 29.2rem) / 2);
  flex-shrink: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .step .thumb {
    width: 100%;
    margin: 0 auto 1.5rem;
  }
  .step .thumb img {
    max-width: 100%;
    width: initial;
  }
}
.complete {
  width: 44.2rem;
  height: 44.2rem;
  margin: 0 auto;
  border: solid 0.4rem #406c1c;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -6rem;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.complete p {
  font-size: 4.5rem;
  color: #406c1c;
  font-weight: bold;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 768px) {
  .complete {
    width: 28.1rem;
    height: 28.1rem;
    margin-top: -4rem;
  }
  .complete p {
    font-size: 2.7rem;
  }
  .complete img {
    max-width: 11.7rem;
  }
}
#company .wrapper {
  padding-bottom: 5.2rem;
}

@media (max-width: 768px) {
  #company .wrapper {
    padding-bottom: 7.6rem;
  }
}
#company .wrapper:before {
  content: "";
  position: absolute;
  width: 28.8rem;
  height: 86rem;
  bottom: 0;
  left: calc(50% - 59.3rem + 25rem);
  background: linear-gradient(#306e00 0%, #cbe825 100%);
  opacity: 0.18;
  transform: skewX(-26deg);
  z-index: -1;
}

@media (max-width: 768px) {
  #company .wrapper:before {
    width: 13rem;
    height: 44rem;
    transform: skewX(-23.5deg);
    right: 0;
    transform-origin: top right;
    left: inherit;
    top: 0;
  }
}
#company .wrapper:after {
  content: "";
  position: absolute;
  width: 28.8rem;
  height: 96rem;
  top: 0;
  left: calc(50% - 59.3rem + 7rem);
  background: #f4f4f4;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  transform: skewX(-26deg);
  z-index: -1;
}

@media (max-width: 768px) {
  #company .wrapper:after {
    width: 13rem;
    height: 45rem;
    transform: skewX(-23.5deg);
    transform-origin: top right;
    left: inherit;
    right: 4.7rem;
  }
}
#company .policy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7.5rem;
  gap: 2rem;
}

@media (max-width: 768px) {
  #company .policy {
    display: block;
    margin-bottom: 6.8rem;
  }
}
#company .policy p.txt_policy {
  max-width: 88rem;
  width: 100%;
  font-size: 2.4rem;
  line-height: 2.1;
  font-weight: 500;
}

@media (max-width: 1100px) {
  #company .policy p.txt_policy {
    margin-right: 16.7rem;
  }
}
@media (max-width: 768px) {
  #company .policy p.txt_policy {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-right: 0;
  }
}
#company .policy .ttl_h2 {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  #company .ttl_h2 {
    margin-bottom: 2.7rem;
  }
}
#company .content {
  display: flex;
  margin-top: 6.6rem;
  gap: 2rem;
}

@media (max-width: 768px) {
  #company .content {
    display: block;
    margin-top: 0;
  }
}
#company .content table td {
  padding: 1rem 0;
}

@media (max-width: 768px) {
  #company .content table td {
    font-size: 1.3rem;
    padding: 0.7rem 0;
  }
}
#company .content table td:first-child {
  width: 22%;
}

@media (max-width: 768px) {
  #company .content table td:first-child {
    width: 30%;
  }
}
#company .content table td:last-child {
  width: 78%;
  padding: 1rem;
}

@media (max-width: 768px) {
  #company .content table td:last-child {
    width: 70%;
    padding: 0.7rem;
  }
}
#company .content .address {
  width: 50%;
}

@media (max-width: 768px) {
  #company .content .address {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
#company .content .maps {
  width: 50%;
  height: 32rem;
}

@media (max-width: 768px) {
  #company .content .maps {
    width: 90%;
    margin: 0 auto;
    height: 14.3rem;
  }
}
#recruit .wrapper {
  padding-bottom: 7.8rem;
}

@media (max-width: 768px) {
  #recruit .wrapper {
    padding-bottom: 3.6rem;
  }
}
#recruit .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 calc(50% - 50vw) 8.7rem;
  gap: 2rem;
}

@media (max-width: 768px) {
  #recruit .content {
    display: block;
    margin: 0;
    margin-bottom: 4.9rem;
  }
}
#recruit .content_txt {
  width: 50%;
  max-width: 56rem;
  margin-left: calc(50% - 79rem + 17rem);
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #recruit .content_txt {
    width: 100%;
    margin-left: 0;
  }
}
#recruit .content .thumb {
  width: 50%;
  padding-left: 2.5rem;
}

#recruit .ttl_h2 {
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  #recruit .ttl_h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  #recruit .ttl_h5 {
    text-align: center;
  }
}
#recruit .detail {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
  margin-bottom: 3.8rem;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  #recruit .detail {
    display: block;
    padding: 0;
  }
}
#recruit .detail table {
  width: 50%;
}

@media (max-width: 768px) {
  #recruit .detail table {
    width: 100%;
  }
}
#recruit .detail table td {
  padding: 1rem 0;
}

@media (max-width: 768px) {
  #recruit .detail table td {
    font-size: 1.2rem;
  }
}
#recruit .detail table td:first-child {
  width: 25%;
}

@media (max-width: 768px) {
  #recruit .detail table td:first-child {
    width: 28%;
  }
}
#recruit .detail table td:last-child {
  width: 75%;
  padding: 1rem;
}

@media (max-width: 768px) {
  #recruit .detail table td:last-child {
    width: 72%;
  }
}
#contact .wrapper {
  padding-bottom: 9.2rem;
}

@media (max-width: 768px) {
  #contact .wrapper {
    padding-bottom: 3.2rem;
  }
}
#contact .ttl_h2 {
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  #contact .ttl_h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  #contact .ttl_h2 + p.txt {
    font-size: 1.4rem;
  }
}
#contact form {
  max-width: 61.6rem;
  width: 100%;
  margin: 7rem auto 0;
}

@media (max-width: 768px) {
  #contact form {
    margin-top: 2.8rem;
  }
}
#contact form .text-input {
  display: none;
  margin-bottom: 0;
  text-align: left;
}

#contact table {
  width: 100%;
}

#contact table tr {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  #contact table tr {
    flex-wrap: wrap;
  }
}
#contact table tr:first-child td:first-child {
  margin-top: 0;
}

#contact table td {
  padding: 1.3rem 0;
  font-size: 1.8rem;
  position: relative;
}

@media (max-width: 768px) {
  #contact table td {
    padding: 0;
    font-size: 1.4rem;
  }
}
#contact table td:first-child {
  vertical-align: top;
  margin-right: 2.9rem;
  display: flex;
  align-items: flex-start;
  width: calc(100% - 37.3rem);
}

@media (max-width: 768px) {
  #contact table td:first-child {
    width: 100%;
    margin-right: 0;
    margin-top: 1.9rem;
    margin-bottom: 0.5rem;
  }
}
#contact table td:last-child {
  max-width: 37.3rem;
  width: 100%;
  display: flex;
}

@media (max-width: 768px) {
  #contact table td:last-child {
    max-width: 100%;
  }
}
#contact table td input,
#contact table td textarea {
  width: 100%;
  padding: 0.8rem;
  border: solid 0.1rem #707070;
}

#contact table td textarea {
  resize: none;
}

#contact span.required {
  color: #ffffff;
  background: #357107;
  padding: 0.2rem 1.5rem;
  border-radius: 5rem;
  margin-left: auto;
}

@media (max-width: 768px) {
  #contact span.required {
    margin-left: 1.5rem;
    font-size: 1rem;
    padding: 0.1rem 1.1rem;
  }
}
#contact .btn_apply {
  margin-top: 1.4rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  position: relative;
}

#contact .btn_apply button {
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
}

#contact input.success,
#contact textarea.success {
  border: 1px solid #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

#contact input.error,
#contact textarea.error {
  border: 1px solid #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

#contact .position-absolute {
  position: absolute !important;
}

#contact .translate-middle {
  transform: translate(-50%, -50%) !important;
}

#contact .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.15em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
#contact .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

#contact .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

#contact .back-button {
  display: none;
}

#contact form:not(.loading) .spinner-border {
  display: none;
}

#contact .start-100 {
  left: 100% !important;
}

#contact .top-50 {
  top: 50% !important;
}

#contact .position-absolute {
  position: absolute !important;
}

#policy .wrapper {
  padding-bottom: 20.7rem;
  padding-top: 5.8rem;
}

@media (max-width: 768px) {
  #policy .wrapper {
    padding-bottom: 10.1rem;
  }
}
#policy .wrapper ul {
  margin-bottom: 11.5rem;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  #policy .wrapper ul {
    margin-bottom: 9.4rem;
  }
}
#policy .wrapper ul li {
  list-style: decimal;
  line-height: 1.875;
}

@media (max-width: 768px) {
  #policy .wrapper ul li {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
  #policy .wrapper ul li span {
    margin-left: -4rem;
    display: block;
    text-indent: 2rem;
  }
}
@media (max-width: 768px) {
  #policy .wrapper p.txt {
    font-size: 1rem;
  }
}
#policy .ttl_h4 + .box {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  #policy .ttl_h4 + .box {
    margin-top: 3rem;
  }
}
#policy .box {
  padding: 4rem 2.5rem;
  border: solid 0.1rem #b2b2b2;
  max-width: 109.7rem;
  margin-bottom: 3.9rem;
}

@media (max-width: 768px) {
  #policy .box {
    padding: 1.6rem 1rem;
    margin-bottom: 3rem;
  }
}
#policy .box + .ttl_h4 {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  #policy .box + .ttl_h4 {
    margin-top: 3.7rem;
  }
} 
.stlearning {
  margin-top: 4rem;
  background: linear-gradient(#306e00 0%, #6c9f0c 100%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 8rem 0 6rem;
}
.stlearning .title-h3 {
  font-size: 6.7rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 4.3rem;
}
.stlearning .title-h3 span {
  font-size: 4.3rem;
}

.stlearning__content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.stlearning__content .thumb {
  position: relative;
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .stlearning__content {
    flex-direction: column;
  }
  .stlearning__content .thumb {
    max-width: 22.4rem;
    width: 100%;
    margin: 0 auto 0.3rem !important;
  }
}

@media (max-width: 768px) {
  .stlearning {
    padding: 2.6rem 0 6rem;
  }
  .stlearning .title-h3 {
    font-size: 2.5rem;
    margin-bottom: 2.3rem;
  }
  .stlearning .title-h3 span {
    font-size: 1.6rem;
  }
}
.stlearning .title-h4 {
  font-weight: 600;
  color: #347106;
  margin-bottom: 1.4rem;
  max-width: 57.9rem;
  border-bottom: none;
}

@media (max-width: 768px) {
  .stlearning .title-h4 {
    text-align: center;
    margin-bottom: 2rem;
    max-width: 31rem;
  }
}
.stlearning .title-sub {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .stlearning .title-sub {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.stlearning p.txt {
  font-size: 1.9rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.7368421053;
}

@media (max-width: 768px) {
  .stlearning p.txt {
    font-size: 1.4rem;
    line-height: 1.9285714286;
  }
}
.stlearning .thumb img {
  position: relative;
  z-index: 1;
}

.stlearning .txt_content {
  width: 50%;
  flex-shrink: 0;
  padding-left: 4rem;
}

@media (max-width: 768px) {
  .stlearning .txt_content {
    width: 100%;
    flex-shrink: 1;
    padding-left: 0;
  }
}
.stlearning .btn-group {
  display: flex;
  justify-content: center;
  max-width: 128rem;
  margin: 0 auto;
  gap: 3.8rem;
  margin-top: 5.2rem;
}
.stlearning .btn-group .c-btn {
  font-size: 1.9rem;
  padding: 2rem 2.5rem;
  text-align: center;
  border-radius: 5rem;
  border: solid 0.4rem #2E6901;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  min-width: 27rem;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.07em;
  cursor: pointer;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.stlearning .btn-group .c-btn:hover {
  opacity: 1;
  background-color: #C2E123;
  border: solid 0.4rem #ffffff;
}
.stlearning .btn-group .c-btn span {
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .stlearning .btn-group {
    flex-direction: column;
    gap: 1.8rem;
    width: 27rem;
    margin: 3.5rem auto 0;
  }
  .stlearning .btn-group .c-btn {
    padding: 1.6rem 1rem;
    font-size: 1.8rem;
  }
  .stlearning .btn-group .c-btn span {
    font-size: 1.1rem;
  }
}
.stlearning .btn-group .btn {
  margin-top: 0;
  background-color: #306e00;
  text-align: center;
  padding: 0 1rem;
  cursor: pointer;
}

.stlearning .btn-group .btn span {
  padding: 1.1rem 3rem;
  color: #ffffff;
  font-size: 1.6rem;
  background: url(../images/ico-arrow-02.svg) no-repeat;
  background-position: bottom 0.89rem right 1.1rem;
  max-width: 100%;
  transition: 0.3s;
  display: inline-block;
}

@media (max-width: 768px) {
  .stlearning .btn-group .btn span {
    background: url(../images/ico-arrow-02-sp.svg) no-repeat;
    background-position: bottom 0.89rem right 1.1rem;
    font-size: 1.5rem;
    padding: 1rem 3rem;
  }
}
@media (max-width: 768px) {
  .stlearning .btn-group .btn {
    padding: 0;
  }
}
.stlearning .btn-group .btn:hover span {
  background-position: bottom 0.89rem right 0.8rem;
}

@media (max-width: 768px) {
  #service .container {
    padding: 0 3.3rem;
  }
}

.service-block {
  padding: 16.3rem 0 21rem;
}
@media (max-width: 768px) {
  .service-block {
    padding: 6.4rem 0 11.6rem;
  }
}
.service-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 3.2rem;
}
@media (max-width: 768px) {
  .service-block__list {
    gap: 1.6rem 0.9rem;
  }
}
.service-block__list li {
  min-height: 28.4rem;
  width: calc((100% - 9.6rem) / 4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .service-block__list li {
    width: calc((100% - 0.9rem) / 2);
    min-height: 15rem;
    padding: 2rem 0.5rem !important;
    justify-content: center;
  }
  .service-block__list li:nth-child(5) p, .service-block__list li:nth-child(6) p {
    font-size: 2.1rem;
  }
}
.service-block__list li:not(:first-child) {
  background-color: #306E00;
}
.service-block__list li:nth-child(5), .service-block__list li:nth-child(6), .service-block__list li:nth-child(7), .service-block__list li:nth-child(8) {
  padding: 4rem 0;
  justify-content: center;
}
.service-block__list h4 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service-block__list h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .service-block__list h4.fz27 {
    font-size: 2.7rem;
  }
  .service-block__list h4.fz30 {
    font-size: 3rem;
  }
}
.service-block__list p {
  font-size: 5.3rem;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF500;
}
.service-block__list p span {
  font-size: 3.3rem;
}
@media (max-width: 768px) {
  .service-block__list p {
    font-size: 2.8rem;
  }
  .service-block__list p span {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .service-block__list p.fz48 {
    font-size: 4.8rem;
  }
  .service-block__list p.fz41 {
    font-size: 4.1rem;
  }
  .service-block__list p.fz69 {
    font-size: 4.1rem;
  }
}

.text-block {
  border: solid 1rem #306E00;
  padding: 0rem 5rem 4.5rem;
  margin-bottom: 17rem;
}
@media (max-width: 768px) {
  .text-block {
    border-width: 0.4rem;
    padding: 0 2.2rem 2rem;
    margin: 0 -2rem 11.8rem;
  }
}
.text-block h4 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: -3rem;
  text-align: center;
  margin-bottom: 6rem;
}
.text-block h4 span {
  background-color: #ffffff;
  padding: 0 9.4rem;
}
@media (max-width: 768px) {
  .text-block h4 {
    font-size: 2.2rem;
    margin-bottom: 2.8rem;
  }
  .text-block h4 span {
    padding: 0 3.2rem;
    display: block;
  }
}
.text-block p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .text-block p {
    font-size: 1.3rem;
    line-height: 2.1538461538;
  }
}

.price {
  margin-bottom: 13.2rem;
}
@media (max-width: 768px) {
  .price {
    margin-bottom: 12.2rem;
  }
}
.price .c-title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7rem;
}
.price .c-title span {
  padding: 0 3.5rem;
  border-left: solid 0.3rem #000000;
  border-right: solid 0.3rem #000000;
}
@media (max-width: 768px) {
  .price .c-title {
    font-size: 2.8rem;
    margin-bottom: 4.8rem;
  }
}
.price__list {
  display: flex;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .price__list {
    flex-wrap: wrap;
  }
}
.price__list li {
  background-color: #306E00;
  border-radius: 2rem;
  border: solid 0.7rem #306E00;
  max-width: 38.9rem;
  width: 100%;
}
.price__list .c-head {
  padding: 3.5rem 2rem 2.5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .price__list .c-head {
    padding: 4rem 2rem 2.5rem;
  }
}
.price__list .c-head .c-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.price__list .c-head .c-ttl span {
  font-family: SmartFontUI;
}
@media (max-width: 768px) {
  .price__list .c-head .c-ttl {
    font-size: 1.3rem;
    margin-bottom: 1.8rem;
  }
}
.price__list .c-head .c-price {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: flex-end;
}
.price__list .c-head .c-price span {
  font-size: 6.1rem;
  line-height: 1;
  font-family: SmartFontUI;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .price__list .c-head .c-price span {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .price__list .c-head .c-price {
    font-size: 2.3rem;
    gap: 0.5rem;
    justify-content: center;
  }
  .price__list .c-head .c-price span {
    font-size: 4.4rem;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .price__list .c-head .c-price.fz58 span {
    font-size: 5.8rem;
  }
}
.price__list .c-body {
  background-color: #ffffff;
  padding: 5rem 1.3rem 3rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .price__list .c-body {
    padding: 2.5rem 1.5rem 3.5rem;
  }
}
.price__list .c-body table {
  width: 100%;
}
.price__list .c-body table td, .price__list .c-body table th {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.1rem 2rem;
  color: #000000;
  border-bottom: solid 1px rgba(112, 112, 112, 0.4);
}
.price__list .c-body table td span, .price__list .c-body table th span {
  color: #A80000;
}
@media (max-width: 768px) {
  .price__list .c-body table td, .price__list .c-body table th {
    display: block;
    width: 100%;
    padding: 1.1rem 2rem 1rem;
  }
}
.price__list .c-body table tr:last-child td, .price__list .c-body table tr:last-child th {
  border-bottom: none;
}
@media (max-width: 768px) {
  .price__list .c-body table tr th {
    border-bottom: none;
    font-size: 1.3rem;
    padding-bottom: 0;
  }
  .price__list .c-body table tr td {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }
}

.note-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .note-wrap {
    margin-top: 1.9rem;
    justify-content: flex-start;
  }
}

.note-list li {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .note-list li {
    font-size: 1.2rem;
  }
}

.l-thumb {
  margin-bottom: 8.5rem;
}
@media (max-width: 768px) {
  .l-thumb {
    margin-bottom: 11.5rem;
  }
}
.l-thumb .c-content {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .l-thumb .c-content {
    flex-wrap: wrap;
    gap: 3.6rem;
  }
}
.l-thumb .c-content__thumb {
  max-width: 47%;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .l-thumb .c-content__thumb {
    max-width: 100%;
  }
}
.l-thumb .c-content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.l-thumb .c-content__text .c-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  .l-thumb .c-content__text .c-ttl {
    font-size: 2.7rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.l-thumb .c-content__text .c-txt {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .l-thumb .c-content__text .c-txt {
    font-size: 1.3rem;
  }
}
.l-thumb .c-content__text .c-btn {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #306E00;
  border-radius: 5rem;
  padding: 2rem;
  text-align: center;
  max-width: 56.8rem;
  width: 100%;
  display: block;
  margin-top: auto;
  border: solid 0.5rem #306E00;
  transition: 0.3s ease-in-out;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
}
.l-thumb .c-content__text .c-btn:hover {
  background-color: #ffffff;
  color: #000;
  opacity: 1;
}
@media (max-width: 768px) {
  .l-thumb .c-content__text .c-btn {
    margin-top: 3.6rem;
    font-size: 2.1rem;
    padding: 0.2rem;
  }
}/*# sourceMappingURL=styles.css.map */