@charset "UTF-8";
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main {
  display: block;
}

.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

#js-cover {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  #js-cover.open {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

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

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

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.red {
  color: #BC0000;
}

.main-content {
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .main-content {
    padding-top: 70px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.mb-20 {
  margin-bottom: 20px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.text-left {
  text-align: left;
}

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

.c-btn {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none !important;
}

.c-mini-mv {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .c-mini-mv {
    margin-bottom: 30px;
  }
}
.c-mini-mv .mv-item {
  padding: 65px 20px;
}
@media screen and (max-width: 1024px) {
  .c-mini-mv .mv-item {
    padding: 30px 20px;
  }
}
.c-mini-mv .item-title {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-mini-mv .item-title {
    font-size: 2rem;
  }
}
.c-mini-mv.bg-concept {
  background: url("../img/pc/concept_mv_bg_1.jpg") center center/cover no-repeat;
}
.c-mini-mv.bg-method {
  background: url("../img/pc/method_mv_bg_1.jpg") center center/cover no-repeat;
}
.c-mini-mv.bg-class {
  background: url("../img/pc/class_mv_bg_1.jpg") center center/cover no-repeat;
}
.c-mini-mv.bg-trial {
  background: url("../img/pc/trial_mv_bg_1.jpg") center center/cover no-repeat;
}

.c-section-header {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .c-section-header {
    padding-top: 5px;
  }
}
.c-section-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .c-section-header::before {
    margin-left: -100px;
    width: 200px;
  }
}

.c-section-header-2 {
  position: relative;
  padding-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-section-header-2 {
    padding-top: 5px;
    margin-bottom: 20px;
  }
}
.c-section-header-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .c-section-header-2::before {
    width: 200px;
  }
}
.c-section-header-2.type-2::before {
  background: #fff;
}

.c-heading-1 {
  font-size: 1.2rem;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-heading-1 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.c-heading-2 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .c-heading-2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.c-heading-3 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1024px) {
  .c-heading-3 {
    font-size: 1.8rem;
  }
}

.c-heading-4 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-heading-4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.c-heading-5 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1024px) {
  .c-heading-5 {
    font-size: 1.6rem;
  }
}

.c-heading-6 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1024px) {
  .c-heading-6 {
    font-size: 1.4rem;
  }
}

.c-heading-7 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1024px) {
  .c-heading-7 {
    font-size: 1.3rem;
  }
}

.c-text-1 {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2.6;
}
@media screen and (max-width: 1024px) {
  .c-text-1 {
    font-size: 1.4rem;
  }
}
.c-text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}

.c-text-2 {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 2.6;
}
@media screen and (max-width: 1024px) {
  .c-text-2 {
    font-size: 1.3rem;
  }
}
.c-text-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}

.c-text-3 {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .c-text-3 {
    font-size: 1.4rem;
  }
}
.c-text-3 p:not(:last-of-type) {
  margin-bottom: 2em;
}

@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-header {
  position: fixed;
  background: white;
  border-bottom: 5px solid #cdcdcd;
  min-height: 130px;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .g-header {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    min-height: 65px;
  }
}
.g-header .g-header__inner {
  position: relative;
  padding: 10px 20px;
}
.g-header .g-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-header .logo {
  line-height: 1;
  min-height: 86px;
}
@media screen and (max-width: 1024px) {
  .g-header .logo {
    min-height: inherit;
    margin-right: auto;
  }
}
.g-header .logo a {
  color: #07368a;
}
.g-header .logo a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .g-header .logo a img {
    width: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .logo a img {
    width: 164px;
  }
}
.g-header .aside-wrapper {
  position: absolute;
  top: 30px;
  right: 70px;
}
@media screen and (max-width: 1024px) {
  .g-header .aside-wrapper {
    display: none;
  }
}
.g-header .aside-wrapper .aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header .aside-wrapper .aside .aside-item-1 {
  font-size: 1.4rem;
  margin-right: 20px;
}
.g-header .aside-wrapper .aside .aside-item-1 .green-box {
  display: inline-block;
  color: #fff;
  background: #13993d;
  border-radius: 20px;
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 1.3rem;
}
.g-header .aside-wrapper .aside .aside-item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header .aside-wrapper .aside .aside-item-2 .icon-tel {
  margin-right: 10px;
}
.g-header .aside-wrapper .aside .aside-item-2 .tel-wrapper {
  text-align: center;
}
.g-header .aside-wrapper .aside .aside-item-2 .tel {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
}
.g-header .aside-wrapper .aside .aside-item-2 .sub {
  font-size: 1.4rem;
}
.g-header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.g-header .hamburger-menu > span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #112D4E;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.g-header .hamburger-menu > span:nth-of-type(1) {
  top: 0;
}
.g-header .hamburger-menu > span:nth-of-type(2) {
  top: 9px;
}
.g-header .hamburger-menu > span:nth-of-type(3) {
  bottom: 0;
}
.g-header .hamburger-menu.is-hamburger-open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(3) {
  opacity: 0;
}
.g-header .g-nav-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-wrapper.is-hamburger-open {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-wrapper.is-hamburger-open .g-nav {
    right: 0;
  }
}
.g-header .g-nav {
  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;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav {
    display: block;
    margin-top: 0;
    position: absolute;
    top: 25px;
    right: -100vw;
    background: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 120vh;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    padding: 10vh 20px 0;
  }
}
.g-header .g-nav .nav-item {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item {
    margin-left: 0;
    padding: 2vh 0;
  }
}
.g-header .g-nav .soon,
.g-header .g-nav a {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
}
.g-header .g-nav .soon {
  color: #aaa;
  position: relative;
}
.g-header .g-nav a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
.g-header .g-nav a.selected, .g-header .g-nav a:hover {
  text-decoration: none;
}
.g-header .g-nav a.selected::after, .g-header .g-nav a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background: #019435;
}
.g-header .g-nav-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.g-header .icon-tel {
  margin-right: 10px;
}
.g-header .tel-wrapper .tel a {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
}
.g-header .tel-wrapper .sub {
  font-size: 1.4rem;
}

.g-footer {
  color: #fff;
  background: #019435;
  padding: 40px 0 20px;
}
@media screen and (max-width: 1024px) {
  .g-footer {
    padding: 40px 0;
  }
}
.g-footer a {
  color: inherit;
}
.g-footer__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .g-footer__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .footer-lead {
    text-align: center;
    margin-bottom: 20px;
  }
}
.g-footer .footer-lead .footer-logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .g-footer .footer-lead .footer-logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .footer-lead .footer-logo img {
    width: 235px;
  }
}
.g-footer .footer-lead .footer-address {
  font-size: 1.4rem;
}
.g-footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .g-footer .footer-main {
    display: block;
    margin-bottom: 30px;
  }
}
.g-footer .footer-main .footer-main__primary {
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .g-footer .footer-main .footer-main__primary {
    padding-right: 0;
  }
}
.g-footer .aside .aside-item-1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item-1 {
    text-align: center;
  }
}
.g-footer .aside .aside-item-1 .green-box {
  display: inline-block;
  color: #13993d;
  background: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item-1 .green-box {
    font-size: 1.4rem;
  }
}
.g-footer .aside .aside-item-2 {
  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;
}
.g-footer .aside .aside-item-2 .icon-tel {
  margin-right: 10px;
}
.g-footer .aside .aside-item-2 .lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item-2 .lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item-2 .icon-tel img {
    width: 27px;
  }
}
.g-footer .aside .aside-item-2 .tel {
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item-2 .tel {
    font-size: 4rem;
  }
}
.g-footer .aside .aside-item-2 .tel:hover {
  text-decoration: none;
}
.g-footer .aside .aside-item-2 .sub {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item-2 .sub {
    font-size: 1.4rem;
  }
}
.g-footer .footer-sitemap .sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-footer .footer-sitemap .sitemap-list > li {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .g-footer .footer-sitemap .sitemap-list > li {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.g-footer .footer-sitemap .sitemap-list > li:not(:last-of-type) {
  border-right: 1px solid #fff;
}

#page-top .main-content__inner {
  background: #faf8f5;
}
#page-top .mv {
  margin-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  #page-top .mv {
    margin-bottom: 20px;
  }
}
#page-top .mv .mv-item {
  position: relative;
}
#page-top .mv .mv-item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6.3rem;
  color: #fff;
  text-shadow: 0 0 10px black;
}
@media screen and (max-width: 1024px) {
  #page-top .mv .mv-item .item-title {
    font-size: 2rem;
  }
}
#page-top .page-heading-1-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-1-wrapper {
    margin-bottom: 20px;
  }
}
#page-top .page-heading-1 {
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  color: #019435;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-1 {
    font-size: 2.4rem;
  }
}
#page-top .page-heading-note {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #019435;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-note {
    font-size: 1.2rem;
  }
}
#page-top .about .section-inner {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .about .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-top .about .inner-section {
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  #page-top .about .inner-section {
    margin-bottom: 50px;
  }
}
#page-top .about .about-box-1 {
  background: #019435;
  border-radius: 30px;
}
#page-top .about .about-box-1 .box-inner {
  padding: 80px;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-1 .box-inner {
    padding: 20px;
  }
}
#page-top .about .about-box-1 .list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-top .about .about-box-1 .list-1 > li {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-1 .list-1 > li {
    font-size: 1.6rem;
    padding: 10px 0 10px 20px;
  }
}
#page-top .about .about-box-1 .list-1 > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  background: url("../img/pc/top_icon_1.png") center center/100% 100% no-repeat;
  width: 17px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-1 .list-1 > li::before {
    top: 14px;
  }
}
#page-top .about .about-box-1 .list-1 > li:nth-child(odd) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-1 .list-1 > li:nth-child(odd) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .about .about-box-1 .list-1 > li:nth-child(even) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 62%;
          flex: 0 1 62%;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-1 .list-1 > li:nth-child(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .about .about-box-2 .list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-top .about .about-box-2 .list-2 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 > li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-top .about .about-box-2 .list-2 .image {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 .image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 .image img {
    width: 100%;
  }
}
#page-top .about .about-box-2 .list-2 .title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #019435;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 .title {
    font-size: 1.8rem;
  }
}
#page-top .about .about-box-2 .list-2 .title .number {
  font-size: 7rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 .title .number {
    font-size: 4.5rem;
  }
}
#page-top .about .about-box-2 .list-2 .title .name {
  font-size: 2.3rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 .title .name {
    font-size: 1.8rem;
  }
}
#page-top .about .about-box-2 .list-2 .text {
  max-width: 280px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .about .about-box-2 .list-2 .text {
    font-size: 1.4rem;
  }
}
#page-top .flow {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #page-top .flow {
    padding: 60px 0;
  }
}
#page-top .flow .section-inner {
  max-width: 1300px;
  margin: auto;
}
#page-top .flow .flow-box-1 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-top .flow .flow-box-1 .box-inner {
    padding: 0 20px;
  }
}
#page-top .flow .flow-box-1 .list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #page-top .flow .flow-box-1 .list-1 {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-rows: auto 10px auto;
    -ms-grid-columns: 30% 10px 70%;
        grid-template: "item-1 item-2" auto "item-1 item-3" auto/30% 70%;
  }
  #page-top .flow .flow-box-1 .list-1 .item-1 {
    grid-area: item-1;
  }
  #page-top .flow .flow-box-1 .list-1 .item-2 {
    grid-area: item-2;
  }
  #page-top .flow .flow-box-1 .list-1 .item-3 {
    grid-area: item-3;
  }
}
@media screen and (max-width: 1024px){
  #page-top .flow .flow-box-1 .list-1 .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #page-top .flow .flow-box-1 .list-1 .item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #page-top .flow .flow-box-1 .list-1 .item-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
#page-top .flow .flow-box-1 .list-1:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-top .flow .flow-box-1 .list-1:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-top .flow .flow-box-1 .list-1 .item-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  position: relative;
}
#page-top .flow .flow-box-1 .list-1 .item-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
#page-top .flow .flow-box-1 .list-1 .item-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
#page-top .flow .flow-box-1 .list-1:not(:last-of-type) dt::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 4px;
  height: 300px;
  background: #019435;
}
@media screen and (max-width: 1024px) {
  #page-top .flow .flow-box-1 .list-1:not(:last-of-type) dt::after {
    height: 400px;
  }
}
#page-top .flow .flow-box-1 .list-1 .number {
  text-align: center;
  padding-top: 40px;
}
#page-top .flow .flow-box-1 .list-1 .image {
  text-align: center;
}
#page-top .flow .flow-box-1 .list-1 .heading-1 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: #019435;
  padding-top: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .flow .flow-box-1 .list-1 .heading-1 {
    font-size: 2.4rem;
    padding-top: 0;
  }
}
#page-top .flow .flow-box-1 .list-1 .text-1 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .flow .flow-box-1 .list-1 .text-1 {
    font-size: 1.2rem;
    padding-right: 0;
  }
}
#page-top .example .section-inner .inner-section {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  #page-top .example .section-inner .inner-section {
    padding: 30px 20px;
  }
}
#page-top .example .section-inner .inner-section:nth-of-type(odd) {
  background: #faf8f5;
}
#page-top .example .section-inner .inner-section:nth-of-type(even) {
  background: #fff;
}
#page-top .example .section-inner .inner-section:last-of-type {
  padding-bottom: 120px;
}
#page-top .example .section-inner .inner-section-inner {
  max-width: 1300px;
  margin: auto;
}
#page-top .example .section-inner .page-heading-1-wrapper {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  #page-top .example .section-inner .page-heading-1-wrapper {
    padding-top: 30px;
  }
}
#page-top .example .card .card-title {
  position: relative;
  font-size: 4rem;
  font-weight: 900;
  color: #019435;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  #page-top .example .card .card-title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
#page-top .example .card .card-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  background: url("../img/pc/top_icon_2.png") center center/100% 100% no-repeat;
  width: 20px;
  height: 23px;
}
@media screen and (max-width: 1024px) {
  #page-top .example .card .card-title::before {
    top: 16px;
  }
}
#page-top .example .card .card-body {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #page-top .example .card .card-body {
    font-size: 1.2rem;
  }
}

#page-solicitation-policy .main-content__inner {
  background: #faf8f5;
}
@media screen and (max-width: 1024px) {
  #page-solicitation-policy .main-content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-solicitation-policy .main-content__body {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #page-solicitation-policy .main-content__body {
    padding: 60px 0;
  }
}
#page-solicitation-policy .page-heading-1-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-solicitation-policy .page-heading-1-wrapper {
    margin-bottom: 40px;
  }
}
#page-solicitation-policy .page-heading-1 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1024px) {
  #page-solicitation-policy .page-heading-1 {
    font-size: 2rem;
  }
}
#page-solicitation-policy .page-heading-2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-solicitation-policy .page-heading-2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#page-solicitation-policy .page-text-wrapper {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-solicitation-policy .page-text-wrapper {
    font-size: 1.2rem;
  }
}
#page-solicitation-policy .page-text-wrapper p:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-solicitation-policy .page-text-wrapper .note {
  font-size: 1.4rem;
}
#page-solicitation-policy .wide-section {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-solicitation-policy .wide-section:nth-of-type(odd) {
  background: #fff;
}
#page-solicitation-policy .wide-section:nth-of-type(even) {
  background: transparent;
}
#page-solicitation-policy .wide-section .wide-section-inner {
  max-width: 1300px;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  #page-solicitation-policy .wide-section .wide-section-inner {
    padding: 40px 20px;
  }
}

#page-sales-policy .main-content__inner {
  background: #faf8f5;
}
@media screen and (max-width: 1024px) {
  #page-sales-policy .main-content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-sales-policy .main-content__body {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #page-sales-policy .main-content__body {
    padding: 60px 0;
  }
}
#page-sales-policy .page-heading-1-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-sales-policy .page-heading-1-wrapper {
    margin-bottom: 40px;
  }
}
#page-sales-policy .page-heading-1 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1024px) {
  #page-sales-policy .page-heading-1 {
    font-size: 2rem;
  }
}
#page-sales-policy .page-text-wrapper {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-sales-policy .page-text-wrapper {
    font-size: 1.2rem;
  }
}
#page-sales-policy .page-text-wrapper p:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-sales-policy .section .section-inner {
  max-width: 1300px;
  margin: auto;
}