@charset "UTF-8";
/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-feature-settings: "palt" 0;
     -moz-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
  color: #222;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.4666666667vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 1.067vw;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body::before {
  position: absolute;
  content: "";
  background: url(../img/bg.webp) no-repeat center top/cover;
  background-attachment: fixed;
  inset: 0;
  z-index: -3;
}

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

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #222;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.75;
}

header,
section,
footer {
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

section {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 3.846rem 0;
  }
}

strong, dt {
  font-weight: inherit;
}

/*============================================================
	Commmon
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 80vw;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 86.667%;
    max-width: 86.667vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .inner {
    width: 80%;
    max-width: 80%;
  }
}

h2 {
  position: relative;
  color: #0071bc;
  font-size: 3.75rem;
  font-style: italic;
  padding-bottom: 1.25rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.308rem;
    padding-bottom: 0.769rem;
    margin-bottom: 1.923rem;
  }
}
h2::after {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 0.625rem;
  background: #7ac943;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  h2::after {
    width: 3.846rem;
    height: 0.385rem;
  }
}
h2 span {
  font-size: 1.5rem;
  color: #3fa9f5;
  font-style: normal;
  margin-left: 1em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 1rem;
  }
}

/*  form
-------------------------------------------------*/
#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#mfp_overlay_background {
  background: #222;
  display: none;
  z-index: 10000;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_overlay #mfp_overlay_inner {
  width: 46.667vw;
  max-width: 700px;
  margin-inline: auto;
  background: #fff;
  padding: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner {
    width: 86.667%;
    max-width: 86.667vw;
    padding: 1.923rem;
  }
}
#mfp_overlay #mfp_overlay_inner h4 {
  color: #222;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner h4 {
    font-size: 1.385rem;
  }
}
#mfp_overlay #mfp_overlay_inner table {
  width: 100%;
}
#mfp_overlay #mfp_overlay_inner table tr {
  border-bottom: solid 1px #bdccd4;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table tr {
    display: block;
  }
}
#mfp_overlay #mfp_overlay_inner table th,
#mfp_overlay #mfp_overlay_inner table td {
  padding: 1.25rem 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th,
  #mfp_overlay #mfp_overlay_inner table td {
    display: list-item;
    list-style: none;
    width: 100%;
    padding: 1.154rem 0;
  }
}
#mfp_overlay #mfp_overlay_inner table th {
  color: #0071bc;
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th {
    padding: 1.154rem 0 0;
  }
}
#mfp_overlay #mfp_overlay_inner table td {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table td {
    font-size: 1.077rem;
  }
}

.mfp_buttons {
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .mfp_buttons {
    padding-top: 1.923rem;
    gap: 1.154rem;
  }
}

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #222;
  position: absolute;
}

#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/loading.svg);
}

input, textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  border-radius: 0.938rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  padding: 1.25rem;
  letter-spacing: 0.1em;
  color: #222;
}
@media only screen and (max-width: 767px) {
  input, textarea {
    border-radius: 0.769rem;
    padding: 1.154rem;
  }
}
input:focus, textarea:focus {
  outline: none;
}
input.problem, textarea.problem {
  background: #FBD2E4;
}

textarea {
  width: 100% !important;
  min-height: 9.375rem;
  line-height: 1.5;
}

label {
  font-size: 1.125rem;
  padding-left: 2.188rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  label {
    font-size: 1.077rem;
    padding-left: 1.923rem;
  }
}
label::before, label::after {
  position: absolute;
  content: "";
}
label::before {
  width: 1.563rem;
  height: 1.563rem;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  label::before {
    width: 1.346rem;
    height: 1.346rem;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + input + label::after {
  position: absolute;
  content: "";
  width: 0.938rem;
  height: 0.625rem;
  border-left: solid 3px #ed1e79;
  border-bottom: solid 3px #ed1e79;
  left: 0.25rem;
  bottom: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  input[type=checkbox]:checked + input + label::after {
    left: 0.231rem;
    bottom: 0.462rem;
  }
}

button {
  width: 22.5rem;
  height: 6.25rem;
  border-radius: 3.125rem;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #7ac943;
  display: grid;
  place-content: center;
  border: solid 0.125rem #7ac943;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  button {
    width: 20.769rem;
    height: 5.769rem;
    border-radius: 2.885rem;
    font-size: 1.731rem;
  }
}
button:hover {
  opacity: 1;
  background: #fff;
  color: #7ac943;
}
button#mfp_button_cancel {
  width: 11.25rem;
  height: 3.125rem;
  border-radius: 1.563rem;
  font-size: 1.125rem;
  background: #bdccd4;
  border-color: #bdccd4;
}
@media only screen and (max-width: 767px) {
  button#mfp_button_cancel {
    width: 10.385rem;
    height: 2.885rem;
    border-radius: 1.442rem;
    font-size: 1rem;
  }
}
button#mfp_button_cancel:hover {
  opacity: 1;
  background: #fff;
  color: #bdccd4;
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 1.154rem 1.923rem;
  }
}
header.is_fixed {
  position: fixed;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.is_fixed.no_blur {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
header > a {
  display: block;
}
@media only screen and (max-width: 767px) {
  header > a {
    position: relative;
    z-index: 1000;
  }
}
header > a.logo figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header > a.logo figure img {
  width: 6.25rem;
}
@media only screen and (max-width: 767px) {
  header > a.logo figure img {
    width: 3.846rem;
  }
}
header > a.logo figure figcaption {
  font-size: 1.5rem;
  margin-left: 1.25rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  header > a.logo figure figcaption {
    font-size: 1.077rem;
    margin-left: 0.769rem;
  }
}
header > a.hamburger {
  width: 1.923rem;
  height: 1.154rem;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  header > a.hamburger {
    display: none;
  }
}
header > a.hamburger span {
  position: absolute;
  width: 100%;
  height: 0.192rem;
  background: #0071bc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header > a.hamburger span:first-child {
  top: 0;
}
header > a.hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header > a.hamburger span:last-child {
  bottom: 0;
}
header > a.hamburger.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header > a.hamburger.active span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
header > a.hamburger.active span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media only screen and (max-width: 767px) {
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.923rem;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 6.923rem 0 3.846rem;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav.open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
header nav a {
  color: #0071bc;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  header nav a {
    font-size: 1.385rem;
  }
}
header nav a.btn {
  width: 9.375rem;
  height: 3.125rem;
  border-radius: 1.563rem;
  text-align: center;
  color: #fff;
  background: #7ac943;
  display: grid;
  place-content: center;
  border: solid 0.125rem #7ac943;
}
@media only screen and (max-width: 767px) {
  header nav a.btn {
    width: 11.538rem;
    height: 3.846rem;
    border-radius: 1.923rem;
  }
}
header nav a.btn:hover {
  opacity: 1;
  background: #fff;
  color: #7ac943;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*  mv
-------------------------------------------------*/
#mv {
  height: 100dvh;
  padding: 0;
}
#mv .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#mv .inner .ttl {
  position: relative;
}
#mv .inner .ttl h1 {
  color: #3fa9f5;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mv .inner .ttl h1 strong {
  opacity: 0;
  font-size: 7.5rem;
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl h1 strong {
    font-size: 4.808rem;
  }
}
#mv .inner .ttl h1 strong.topAnim {
  opacity: 1;
}
#mv .inner .ttl h1 strong span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100%, 0) scale(0.3);
          transform: translate(-100%, 0) scale(0.3);
  -webkit-animation: leftRight 0.5s forwards;
          animation: leftRight 0.5s forwards;
}
#mv .inner .ttl h1 strong span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#mv .inner .ttl h1 strong span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#mv .inner .ttl h1 strong span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#mv .inner .ttl h1 strong span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#mv .inner .ttl h1 strong span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#mv .inner .ttl h1 strong span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#mv .inner .ttl h1 strong span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#mv .inner .ttl h1 ul {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl h1 ul {
    padding-top: 2.692rem;
  }
}
#mv .inner .ttl h1 ul::before {
  position: absolute;
  content: "";
  background: #0071bc;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media print, screen and (min-width: 768px) {
  #mv .inner .ttl h1 ul::before {
    width: 4.375rem;
    height: 0.188rem;
    left: -6.25rem;
    top: 3.75rem;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl h1 ul::before {
    width: 0.115rem;
    height: 2.692rem;
    left: 30%;
    top: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
#mv .inner .ttl h1 ul.topAnim::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#mv .inner .ttl h1 ul li {
  font-size: 5.625rem;
  margin-top: 0.2em;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl h1 ul li {
    font-size: 3.462rem;
  }
}
#mv .inner .ttl h1 ul li:first-letter {
  color: #0071bc;
}
#mv .inner .ttl h1 ul li.topAnim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.8);
            transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    -webkit-transform: translate(0) scale(3);
            transform: translate(0) scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.8);
            transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    -webkit-transform: translate(0) scale(3);
            transform: translate(0) scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}
#mv .inner .ttl dl {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #mv .inner .ttl dl {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl dl {
    margin-top: 1.923rem;
  }
}
#mv .inner .ttl dl dt {
  color: #0071bc;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl dl dt {
    font-size: 1.846rem;
  }
}
#mv .inner .ttl dl dt.topAnim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#mv .inner .ttl dl dd {
  font-size: 1.5rem;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  #mv .inner .ttl dl dd {
    font-size: 1.077rem;
  }
}
#mv .inner .ttl dl dd.topAnim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#mv .inner .scroll {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.75rem;
  height: 6.25rem;
  bottom: 3.125rem;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  #mv .inner .scroll {
    width: 2.308rem;
    height: 3.846rem;
    bottom: 1.923rem;
  }
}
#mv .inner .scroll.topAnim {
  opacity: 1;
}
#mv .inner .scroll span {
  position: absolute;
  width: 100%;
  height: 0.625rem;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: arrow-pc 3s ease-out infinite;
          animation: arrow-pc 3s ease-out infinite;
}
@media only screen and (max-width: 767px) {
  #mv .inner .scroll span {
    height: 0.385rem;
    -webkit-animation: arrow-sp 3s ease-out infinite;
            animation: arrow-sp 3s ease-out infinite;
  }
}
#mv .inner .scroll span::before, #mv .inner .scroll span::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #7ac943;
}
#mv .inner .scroll span::before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
#mv .inner .scroll span::after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}
#mv .inner .scroll span:first-child {
  -webkit-animation: arrow-pc 3s ease-out 1s infinite;
          animation: arrow-pc 3s ease-out 1s infinite;
}
@media only screen and (max-width: 767px) {
  #mv .inner .scroll span:first-child {
    -webkit-animation: arrow-sp 3s ease-out 1s infinite;
            animation: arrow-sp 3s ease-out 1s infinite;
  }
}
#mv .inner .scroll span:nth-child(2) {
  -webkit-animation: arrow-pc 3s ease-out 2s infinite;
          animation: arrow-pc 3s ease-out 2s infinite;
}
@media only screen and (max-width: 767px) {
  #mv .inner .scroll span:nth-child(2) {
    -webkit-animation: arrow-sp 3s ease-out 2s infinite;
            animation: arrow-sp 3s ease-out 2s infinite;
  }
}
@-webkit-keyframes arrow-pc {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6.875rem) scale3d(0.5, 0.5, 0.5);
            transform: translateY(6.875rem) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes arrow-pc {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6.875rem) scale3d(0.5, 0.5, 0.5);
            transform: translateY(6.875rem) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes arrow-sp {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(2.308rem);
            transform: translateY(2.308rem);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(3.077rem);
            transform: translateY(3.077rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.231rem) scale3d(0.5, 0.5, 0.5);
            transform: translateY(4.231rem) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes arrow-sp {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(2.308rem);
            transform: translateY(2.308rem);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(3.077rem);
            transform: translateY(3.077rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.231rem) scale3d(0.5, 0.5, 0.5);
            transform: translateY(4.231rem) scale3d(0.5, 0.5, 0.5);
  }
}

/*  service
-------------------------------------------------*/
#service {
  position: relative;
}
#service::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #fff;
  z-index: -2;
}
@media print, screen and (min-width: 768px) {
  #service .inner {
    width: 90vw;
    max-width: 1350px;
    margin: 0 0 0 auto;
    display: grid;
    grid-template-columns: 48.1481481481% auto;
    gap: 0 6.25rem;
  }
  #service .inner h2 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media print, screen and (min-width: 1500px) {
  #service .inner {
    width: 90%;
    max-width: 90%;
    gap: 0 7.4074074074%;
  }
}
#service .inner .figure__wrap {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #service .inner .figure__wrap {
    grid-row: 1/3;
    grid-column: 2/3;
    padding-left: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #service .inner .figure__wrap {
    width: 100vw;
    margin-left: -6.667vw;
    margin-bottom: 1.923rem;
    padding-bottom: 3.846rem;
  }
  #service .inner .figure__wrap::before {
    position: absolute;
    content: "";
    width: 21.154rem;
    height: 21.154rem;
    background: #0071bc;
    right: 0;
    bottom: 1.923rem;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  #service .inner .figure__wrap figure:first-child {
    position: relative;
    padding-left: 3.125rem;
  }
  #service .inner .figure__wrap figure:first-child::before {
    position: absolute;
    content: "";
    width: calc(100% + 3.125rem);
    height: calc(100% - 3.125rem);
    background: #0071bc;
    left: 0;
    bottom: -3.125rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  #service .inner .figure__wrap figure:first-child {
    width: 19.231rem;
  }
}
#service .inner .figure__wrap figure:last-child {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #service .inner .figure__wrap figure:last-child {
    width: 25rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #service .inner .figure__wrap figure:last-child {
    width: 15.385rem;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #service .inner ul {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-end;
  }
}
#service .inner ul li {
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #bdccd4;
}
@media only screen and (max-width: 767px) {
  #service .inner ul li {
    padding-bottom: 1.154rem;
  }
}
#service .inner ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #service .inner ul li:not(:last-child) {
    margin-bottom: 1.923rem;
  }
}
#service .inner ul li h3 {
  color: #0071bc;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #service .inner ul li h3 {
    font-size: 1.385rem;
  }
}
#service .inner ul li p {
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/*  about
-------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #about .inner {
    width: 90vw;
    max-width: 1350px;
    margin: 0 auto 0 0;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: auto 48.1481481481%;
    gap: 0 6.25rem;
  }
  #about .inner h2 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media print, screen and (min-width: 1500px) {
  #about .inner {
    width: 90%;
    max-width: 90%;
    gap: 0 7.4074074074%;
  }
}
#about .inner .figure__wrap {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #about .inner .figure__wrap {
    grid-row: 1/3;
    grid-column: 1/2;
    padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .inner .figure__wrap {
    width: 100vw;
    margin-left: -6.667vw;
    margin-bottom: 1.923rem;
    padding-bottom: 1.923rem;
  }
  #about .inner .figure__wrap::before {
    position: absolute;
    content: "";
    width: 23.077rem;
    height: 17.308rem;
    background: #0071bc;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  #about .inner .figure__wrap figure {
    position: relative;
    padding-right: 3.125rem;
  }
  #about .inner .figure__wrap figure::before {
    position: absolute;
    content: "";
    width: calc(100% + 3.125rem);
    height: calc(100% - 3.125rem);
    background: #0071bc;
    right: 0;
    bottom: -3.125rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  #about .inner .figure__wrap figure {
    width: 21.154rem;
  }
}
@media print, screen and (min-width: 768px) {
  #about .inner ul {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
#about .inner ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #bdccd4;
}
@media only screen and (max-width: 767px) {
  #about .inner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.154rem;
  }
}
#about .inner ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #about .inner ul li:not(:last-child) {
    margin-bottom: 1.923rem;
  }
}
#about .inner ul li h3 {
  color: #0071bc;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #about .inner ul li h3 {
    width: 9.375rem;
    line-height: 1.8;
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  #about .inner ul li h3 {
    margin-bottom: 0.5em;
  }
}
#about .inner ul li p {
  font-size: 1.125rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #about .inner ul li p {
    font-size: 1.077rem;
  }
}

/*  contact
-------------------------------------------------*/
#contact {
  background: #0071bc;
  color: #fff;
}
#contact .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #contact .inner {
    width: 46.667vw;
    max-width: 700px;
  }
}
#contact .inner h2 {
  color: #fff;
}
#contact .inner h2 span {
  color: #fff;
}
#contact .inner form {
  width: 100%;
}
#contact .inner form dl {
  display: grid;
  grid-template-columns: auto 31.25rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl {
    grid-template-columns: 100%;
    padding-bottom: 1.154rem;
  }
}
#contact .inner form dl:not(:last-of-type) {
  border-bottom: solid 1px #bdccd4;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl:not(:last-of-type) {
    margin-bottom: 1.154rem;
  }
}
#contact .inner form dl dt {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #contact .inner form dl dt {
    padding-top: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dt {
    margin-bottom: 1em;
  }
}
#contact .inner form dl dt span {
  position: relative;
  padding-right: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dt span {
    padding-right: 3.846rem;
  }
}
#contact .inner form dl dt span::after {
  position: absolute;
  content: "必須";
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 0.625rem;
  display: grid;
  place-content: center;
  background: #ed1e79;
  color: #fff;
  font-size: 0.75rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dt span::after {
    width: 3.077rem;
    height: 1.538rem;
    border-radius: 0.769rem;
    font-size: 0.923rem;
  }
}
#contact .inner form .privacy {
  background: #0062a3;
  padding: 1.875rem;
  height: 12.5rem;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  #contact .inner form .privacy {
    padding: 1.154rem;
    height: 11.538rem;
  }
}
#contact .inner form .privacy h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #contact .inner form .privacy h3 {
    font-size: 1.385rem;
  }
}
#contact .inner form .privacy h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  #contact .inner form .privacy h4 {
    font-size: 1.077rem;
  }
}
#contact .inner form .privacy h4::before {
  content: "■ ";
}
#contact .inner form .privacy h4:not(:first-of-type) {
  margin-top: 1em;
}
#contact .inner form .privacy p {
  line-height: 1.5;
  text-align: justify;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner form .privacy p {
    font-size: 0.923rem;
  }
}
#contact .inner form .privacy ul {
  margin-top: 0.5em;
}
#contact .inner form .privacy ul li {
  text-align: justify;
  line-height: 1.4;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner form .privacy ul li {
    font-size: 0.923rem;
  }
}
#contact .inner form .privacy ul li::before {
  content: "・";
}
#contact .inner form .privacy ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#contact .inner form #agreefield {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #contact .inner form #agreefield {
    margin-top: 1.923rem;
  }
}
#contact .inner form .problem + .mfp_err,
#contact .inner form .mfp_parent_error label + .mfp_err {
  background: #ed1e79;
  line-height: 2;
  padding: 0 1em;
  margin-top: 1.25rem;
  position: relative;
}
#contact .inner form .problem + .mfp_err::before,
#contact .inner form .mfp_parent_error label + .mfp_err::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #ed1e79;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.188rem;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

/*  thanks
-------------------------------------------------*/
#thanks {
  padding-top: 13.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #thanks {
    padding-top: 8.077rem;
  }
}
#thanks h3 {
  text-align: center;
  color: #0071bc;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #thanks h3 {
    font-size: 1.846rem;
    line-height: 1.4;
  }
}
#thanks p {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#thanks p small {
  display: block;
  color: #ed1e79;
  margin-top: 1em;
}

/*  footer
-------------------------------------------------*/
footer {
  background: #fff;
  padding: 1.875rem 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 1.154rem 0;
  }
}