@charset "UTF-8";
/* 全体 */
html {
  font-size: 4vw;
  color-scheme: dark light;
}

body {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #FFFFFF;
  color: #394E36;
}

section h2 {
  margin: 0 auto;
}

.inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}

.wrap {
  overflow: hidden;
}

main {
  background: #FFFFFF;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 1.06rem;
  line-height: 1.6;
}

button {
  padding: 0;
  cursor: pointer;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 1.06rem;
}

ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}
dl > dd {
  margin-left: 0;
}

.tb-contents {
  display: none;
}

.pc-contents {
  display: none;
}

.button_1 {
  display: block;
  font-size: 1.06rem;
  text-align: center;
  vertical-align: middle;
  width: 15.2rem;
  margin: 0 auto;
  padding: 0.85rem 2rem;
  font-weight: bold;
  background-color: #FFCA00;
  color: #281F00;
  border-radius: 5rem;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.button_1:hover {
  background-color: #DEBA31;
}

.button_2 {
  display: block;
  font-size: 1.06rem;
  text-align: center;
  vertical-align: middle;
  width: 15.2rem;
  margin: 0 auto;
  padding: 0.7rem 2rem;
  font-weight: bold;
  background-color: #FFCA00;
  border: solid #C89E00 3px;
  color: #281F00;
  border-radius: 5rem;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.button_2:hover {
  background-color: #DEBA31;
}

header {
  width: 100%;
  height: 4.2rem;
  background-color: #fff;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
header nav {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  /*OPEN時の動き*/
  /*OPEN時の動き*/
}
header nav .drawer {
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 4.2rem;
}
header nav .drawer > a img {
  height: 3rem;
}
header nav .navbar_toggle {
  z-index: 99;
}
header nav .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #82A700;
  transition: ease 0.5s;
}
header nav .navbar_toggle_icon:nth-child(1) {
  top: 0;
}
header nav .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
header nav .navbar_toggle_icon:nth-child(3) {
  top: 0;
}
header nav .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
header nav .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}
header nav .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}
header nav .menu {
  background-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-150%);
  transition: ease 0.5s;
  z-index: 1000;
}
header nav .menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem 0;
}
header nav .menu ul li:nth-of-type(1) {
  width: 5.2rem;
}
header nav .menu ul li:nth-of-type(2) {
  width: 6rem;
}
header nav .menu ul li:nth-of-type(3) {
  width: 4.1rem;
}
header nav .menu ul li:nth-of-type(4) {
  width: 7.2rem;
}
header nav .menu ul li:last-of-type {
  font-size: 1.53rem;
  color: #82A700;
}
header nav .menu.open {
  padding-top: 5rem;
  height: 100vh;
  transform: translateY(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fv {
  height: 23.6rem;
  margin-bottom: 2rem;
  padding-top: 4.2rem;
}
.fv .inner {
  height: 100%;
}
.fv .inner .fv_bg {
  background: url(../img/fv-bg_sp.png) center/cover no-repeat;
  position: relative;
  height: 100%;
  border-radius: 2rem 0 2rem 0;
}
.fv .inner .fv_bg h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  position: absolute;
  top: 3rem;
  left: 1.8rem;
}
.fv .inner .fv_bg h1 picture:nth-of-type(1) {
  width: 9.3rem;
}
.fv .inner .fv_bg h1 picture:nth-of-type(2) {
  width: 9.2rem;
}

.introduction {
  padding: 2rem 0 8rem;
}
.introduction .inner {
  position: relative;
}
.introduction .inner h2 {
  width: 11.2rem;
  margin: 0 auto;
}
.introduction .inner figure {
  position: absolute;
  width: 5rem;
}
.introduction .inner figure:nth-of-type(1) {
  width: 2.7rem;
  top: 2rem;
  left: 2rem;
}
.introduction .inner figure:nth-of-type(2) {
  width: 7rem;
  top: 2rem;
  right: 0rem;
}
.introduction .inner figure:nth-of-type(3) {
  width: 4.8rem;
  top: 19rem;
  left: 0rem;
}
.introduction .inner figure:nth-of-type(4) {
  width: 5rem;
  top: 31rem;
  right: 0.5rem;
}
.introduction .inner figure:nth-of-type(5) {
  width: 4.1rem;
  bottom: 5rem;
  left: 0.5rem;
}
.introduction .inner figure:nth-of-type(6) {
  width: 4.9rem;
  bottom: -8rem;
  right: 1rem;
}
.introduction .inner p {
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 2rem;
}
.introduction .inner p:nth-of-type(1) {
  margin-top: 3.5rem;
}
.introduction .inner p:nth-of-type(3) {
  margin-bottom: 3.5rem;
}
.introduction .inner p:nth-of-type(4) {
  margin-bottom: 3.5rem;
}
.introduction .inner p:nth-of-type(5) {
  margin-bottom: 0;
}

.about {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.about .inner .bg {
  background-color: #F1F5E3;
  border-radius: 0 2rem 0 2rem;
  position: relative;
  padding: 3rem 2rem 1rem;
}
.about .inner .bg h2 {
  width: 10.8rem;
}
.about .inner .bg figure:first-of-type {
  position: absolute;
  width: 16.8rem;
  top: -3.5rem;
  left: 1rem;
}
.about .inner .bg figure:last-of-type {
  width: 9.5rem;
  display: block;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transform: translate(0, 0);
}
.about .inner .bg figure:last-of-type img {
  position: relative;
  z-index: 2;
}
.about .inner .bg figure:last-of-type::after {
  content: "";
  position: absolute;
  background: url(../img/about-img_2.png) center/cover no-repeat;
  width: 16.9rem;
  height: 2.3rem;
  bottom: -1.5rem;
  left: -0.7rem;
  opacity: 0;
  transform: translate(0, 2rem);
}
.about .inner .bg figure:last-of-type.active::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 0.3s;
}
.about .inner .bg dl {
  margin-bottom: 2.5rem;
}
.about .inner .bg dl div {
  padding: 1.5rem 0;
  border-bottom: dashed 2px #D6E2AF;
  font-size: 1.06rem;
}
.about .inner .bg dl div dt {
  margin-bottom: 1.06rem;
}
.about .inner .bg dl div dd {
  line-height: 1.6;
}
.about .inner .bg dl div:last-of-type {
  border-bottom: initial;
}
.about .inner .bg dl div:last-of-type dd {
  background-color: #fff;
  border-radius: 0 2rem 0 2rem;
  padding: 1rem 1.5rem 1rem 2.5rem;
}
.about .inner .bg dl div:last-of-type dd ul {
  list-style: none;
}
.about .inner .bg dl div:last-of-type dd ul li {
  margin-bottom: 1rem;
  position: relative;
}
.about .inner .bg dl div:last-of-type dd ul li::before {
  content: "";
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 50%;
  background-color: #394E36;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
}
.about .inner .bg aside {
  background-color: #fff;
  padding: 1.5rem;
  margin-top: 1.4rem;
  margin-bottom: 3rem;
  border-radius: 0 2rem 0 2rem;
  position: relative;
  z-index: 3;
  display: none;
}
.about .inner .bg aside p {
  margin-bottom: 1.5rem;
}
.about .inner .bg aside p:last-of-type {
  margin-bottom: 0;
}
.about .inner .bg aside ul {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.about .inner .bg aside ul li {
  margin-bottom: 0.3rem;
  position: relative;
}
.about .inner .bg aside ul li::before {
  content: "";
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 50%;
  background-color: #394E36;
  position: absolute;
  top: 0.6rem;
  left: -0.8rem;
}

.service {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.service .inner {
  position: relative;
  padding-top: 5.5rem;
}
.service .inner > figure {
  width: 19.3rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
.service .inner h2 {
  line-height: 1.8;
  font-size: 1.06rem;
}
.service .inner > ul {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  opacity: 1;
  transform: translate(0, 0);
}
.service .inner > ul::before {
  content: "";
  background: url(../img/service-flow_logo.png) center/cover no-repeat;
  position: absolute;
  width: 11rem;
  height: 3.1rem;
  top: -2.9rem;
  right: 0;
  opacity: 0;
  transform: translate(0, 2rem);
}
.service .inner > ul.active::before {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 0.3s;
}
.service .inner > ul > li {
  padding: 3rem 2rem 0rem;
  width: 100%;
  height: 19.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2rem 0 2rem 0;
  position: relative;
}
.service .inner > ul > li figure {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 3rem;
  width: 100%;
  margin-bottom: 2rem;
}
.service .inner > ul > li figure img {
  width: 5rem;
}
.service .inner > ul > li figure figcaption {
  font-weight: bold;
  font-size: 1.2rem;
}
.service .inner > ul > li:nth-of-type(1) {
  margin-top: 0;
  background-color: #FAFCF5;
  z-index: 5;
  height: 23.8rem;
  padding: 1rem 2rem 0rem;
  width: 100%;
}
.service .inner > ul > li:nth-of-type(1) figure img {
  width: 4.2rem;
}
.service .inner > ul > li:nth-of-type(1) p {
  margin-bottom: 2rem;
}
.service .inner > ul > li:nth-of-type(2) {
  margin-top: -2rem;
  background-color: #F4F7E9;
  z-index: 4;
}
.service .inner > ul > li:nth-of-type(3) {
  margin-top: -3rem;
  background-color: #EDF2DB;
  z-index: 3;
}
.service .inner > ul > li:nth-of-type(3) ul {
  width: 100%;
  padding-left: 1.5rem;
}
.service .inner > ul > li:nth-of-type(3) ul li {
  position: relative;
  margin-bottom: 0.5rem;
}
.service .inner > ul > li:nth-of-type(3) ul li::before {
  content: "";
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 50%;
  background-color: #394E36;
  position: absolute;
  top: 0.6rem;
  left: -0.8rem;
}
.service .inner > ul > li:nth-of-type(4) {
  margin-top: -3rem;
  background-color: #E6EBD2;
  z-index: 2;
}

.price {
  margin-top: 5rem;
  padding: 5rem 0 0;
}
.price .bg {
  padding: 5rem 0;
  position: relative;
  background-color: #F1F5E3;
}
.price .bg .inner {
  position: relative;
  z-index: 3;
}
.price .bg .inner:nth-of-type(1) h2 {
  width: 13rem;
  position: absolute;
  top: -7.1rem;
  left: 1rem;
}
.price .bg .inner ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  margin-bottom: 1rem;
}
.price .bg .inner ul li {
  width: 18.6rem;
}
.price .bg .inner p {
  text-align: center;
}
.price .custom-shape-divider-top-1730482068 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.price .custom-shape-divider-top-1730482068 svg {
  position: relative;
  display: block;
  width: calc(175% + 1.3px);
  height: 44px;
}
.price .custom-shape-divider-top-1730482068 .shape-fill {
  fill: #FFFFFF;
}
.price .custom-shape-divider-bottom-1730537904 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.price .custom-shape-divider-bottom-1730537904 svg {
  position: relative;
  display: block;
  width: calc(175% + 1.3px);
  height: 44px;
}
.price .custom-shape-divider-bottom-1730537904 .shape-fill {
  fill: #FCFCF7;
}

.voice {
  padding: 0 0 3rem;
  background-color: #FCFCF7;
}
.voice .inner {
  padding-top: 5rem;
}
.voice .inner h2 {
  width: 8rem;
  margin-bottom: 3rem;
}
.voice .inner .voice_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice .inner .voice_wrapper dl {
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.06rem;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 8rem;
}
.voice .inner .voice_wrapper dl dt {
  font-weight: bold;
  color: #8DBE87;
  margin-bottom: 0.5rem;
}
.voice .inner .voice_wrapper dl dt:nth-of-type(2) {
  margin-top: 1.5rem;
}
.voice .inner .voice_wrapper dl dd {
  padding-bottom: 1.5rem;
  border-bottom: dashed 2px #D6E2AF;
  line-height: 1.6;
}
.voice .inner .voice_wrapper dl dd:last-of-type {
  border-bottom: initial;
  padding-bottom: 0;
}
.voice .inner .voice_wrapper dl figure {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.voice .inner .voice_wrapper dl figure img {
  width: 3.4rem;
}
.voice .inner .voice_wrapper dl figure figcaption {
  font-size: 1.06rem;
}

.contact {
  padding: 10rem 0 2rem;
}
.contact .inner {
  position: relative;
}
.contact .inner figure {
  width: 20.8rem;
  position: absolute;
  top: -3.3rem;
  left: 1rem;
}
.contact .inner .bg {
  background-color: #F1F5E3;
  padding: 3rem 2rem 4rem;
  border-radius: 0 2rem 0 2rem;
}
.contact .inner .bg h2 {
  width: 18rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(to right, #394E36, #394E36 3px, transparent 3px, transparent 9px);
  background-size: 9px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.contact .inner .bg label, .contact .inner .bg input, .contact .inner .bg select, .contact .inner .bg textarea {
  display: block;
  width: 100%;
  font-size: 1.06rem;
  border-radius: 0.5rem;
}
.contact .inner .bg input, .contact .inner .bg select, .contact .inner .bg textarea {
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 0.75rem;
  border: solid 1px #D4E2C6;
}
.contact .inner .bg select {
  background-image: url(../img/arrow_icon.svg);
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: right 0.8rem center;
}
.contact .inner .bg label {
  margin-bottom: 0.5rem;
}
.contact .inner .bg .date-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.contact .inner .bg .date-inputs div {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.contact .inner .bg .date-inputs div span {
  font-size: 1.06rem;
  margin-bottom: 0.8rem;
}
.contact .inner .bg .date-inputs div:nth-of-type(1) {
  width: 19rem;
}
.contact .inner .bg .date-inputs div:nth-of-type(2) {
  width: 8.5rem;
}
.contact .inner .bg .date-inputs div:nth-of-type(3) {
  width: 8.5rem;
}
.contact .inner .bg textarea {
  height: 16rem;
}
.contact .inner .bg .checkbox {
  display: flex;
  justify-content: center;
  gap: 0 0.5rem;
}
.contact .inner .bg .checkbox input {
  width: 1.06rem;
  height: 1.06rem;
  position: relative;
  border-radius: 0.2rem;
  cursor: pointer;
}
.contact .inner .bg .checkbox input:checked {
  background-color: #1E2600;
}
.contact .inner .bg .checkbox input:checked::before {
  content: "";
  background: url(../img/checked_icon.svg) center/cover no-repeat;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact .inner .bg .checkbox a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  margin-right: -0.5rem;
}

.support {
  padding: 3rem 0 4rem;
}
.support .inner {
  position: relative;
}
.support .inner h2 {
  width: 19.2rem;
  margin-bottom: 2rem;
}
.support .inner p {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.support .inner p:nth-of-type(3) {
  margin-bottom: 2.5rem;
}
.support .inner p:last-of-type {
  font-size: 0.93rem;
}
.support .inner .button_2 {
  margin-bottom: 2rem;
}
.support .inner figure {
  position: absolute;
  width: 3.8rem;
  bottom: -4.5rem;
  right: 1rem;
}

footer {
  background-color: #473933;
  color: #C9C9C9;
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
footer .inner h2 {
  width: 17.8rem;
  margin: 0 auto 2.5rem;
}
footer .inner nav {
  display: none;
}
footer .inner figure {
  width: 15rem;
  margin: 0 auto;
}
footer .custom-shape-divider-top-1730520274 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: scale(-1, 1);
}
footer .custom-shape-divider-top-1730520274 svg {
  position: relative;
  display: block;
  width: calc(175% + 1.3px);
  height: 44px;
}
footer .custom-shape-divider-top-1730520274 .shape-fill {
  fill: #FFFFFF;
}

.privacy {
  padding: 4.2rem 0;
  font-size: 1.06rem;
}
.privacy .inner {
  padding-top: 3rem;
  padding: 0 1.2rem;
}
.privacy .inner h2 {
  width: 19.4rem;
  margin-bottom: 2rem;
}
.privacy .inner > p {
  margin-bottom: 2rem;
}
.privacy .inner dl div dt {
  margin-bottom: 0.2rem;
}
.privacy .inner dl div dd p {
  margin-bottom: 1rem;
}
.privacy .inner dl div ul li {
  line-height: 1.6;
}
.privacy .inner dl div ul.dot {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.privacy .inner dl div ul.dot li {
  position: relative;
}
.privacy .inner dl div ul.dot li::before {
  content: "";
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 50%;
  background-color: #394E36;
  position: absolute;
  top: 0.6rem;
  left: -0.8rem;
}
.privacy .inner dl div ul.no-dot {
  list-style: none;
}
.privacy .inner dl div:nth-last-of-type(2) {
  margin-bottom: 3rem;
}

.standby .fade1 {
  opacity: 0;
  transform: translate(0, 2rem);
}
.standby .fade2 {
  opacity: 0;
  transform: translate(0, 2rem);
}
.standby .fade3 {
  opacity: 0;
  transform: translate(0, 2rem);
}
.standby .fade4 {
  opacity: 0;
  transform: translate(0, 2rem);
}
.standby .firstview_slide1 {
  opacity: 0;
  transform: translateX(-64px);
  transition: opacity 0.1s ease, transform 0.1s ease;
}
.standby .firstview_slide2 {
  opacity: 0;
  transform: translateX(-64px);
  transition: opacity 0.1s ease, transform 0.1s ease;
}
.standby .zoom_in {
  transform: scale(0.1);
  opacity: 0;
}
.standby .zoom_out {
  transform: scale(5);
  opacity: 0;
}
.standby.active .fade1 {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 1s;
}
.standby.active .fade2 {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}
.standby.active .fade3 {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 0.2s;
  transition-delay: 0.4s;
}
.standby.active .fade4 {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 0.2s;
  transition-delay: 0.6s;
}
.standby.active .firstview_slide1,
.standby.active .firstview_slide2 {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.standby.active .firstview_right {
  transition-delay: 0.1s;
}
.standby.active .zoom_in {
  transition-delay: 0.8s;
  transition-duration: 0.2s;
  opacity: 1;
  transform: scale(1);
  transition-timing-function: ease-in;
}
.standby.active .zoom_out {
  transition-delay: 0.8s;
  transition-duration: 0.4s;
  opacity: 1;
  transform: scale(1);
  transition-timing-function: ease-in;
}

/* ------------------------------------------
スクロールアニメーション
--------------------------------------------- */
.anime {
  opacity: 0;
  transform: translate(0, 2rem);
}
.anime.active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 0.3s;
}
.anime.fade-in-left {
  opacity: 0;
  transform: translateX(-64px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.anime.fade-in-right {
  opacity: 0;
  transform: translateX(64px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.anime.fade-in-bottom {
  opacity: 0;
  transform: translateY(64px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.anime.active.fade-in-left, .anime.active.fade-in-right {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.3s;
}
.anime.active.fade-in-bottom {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.3s;
}
.anime.zoom {
  opacity: 0;
  transform: translateX(64px) scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.anime.active.zoom {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-duration: 0.3s;
}
.anime.zoom_out {
  transform: scale(5);
  opacity: 0;
}
.anime.active.zoom_out {
  transition-duration: 0.4s;
  opacity: 1;
  transform: scale(1);
  transition-timing-function: ease-in;
}

/*TABサイズここからーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 744px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
  ul {
    font-size: 1rem;
  }
  section .inner {
    max-width: 700px;
    padding: 0;
  }
  .sp-br {
    display: none;
  }
  .fv {
    height: 29.6rem;
  }
  .fv .inner .fv_bg {
    background: url(../img/fv-bg_pc.png) center/cover no-repeat;
  }
  .fv .inner .fv_bg h1 {
    gap: 0;
    top: 7rem;
    left: 0.8rem;
  }
  .fv .inner .fv_bg h1 picture:nth-of-type(1) {
    width: 14.3rem;
  }
  .fv .inner .fv_bg h1 picture:nth-of-type(2) {
    width: 14.2rem;
    margin-left: 7rem;
  }
  .introduction .inner h2 {
    width: 11.2rem;
  }
  .introduction .inner figure:nth-of-type(1) {
    width: 3.7rem;
  }
  .introduction .inner figure:nth-of-type(2) {
    width: 8rem;
  }
  .introduction .inner figure:nth-of-type(3) {
    width: 5.8rem;
  }
  .introduction .inner figure:nth-of-type(4) {
    width: 6rem;
  }
  .introduction .inner figure:nth-of-type(5) {
    width: 7.1rem;
  }
  .introduction .inner figure:nth-of-type(6) {
    width: 5.9rem;
  }
  .introduction .inner p {
    text-align: center;
    margin-bottom: 3.5rem;
    line-height: 3;
  }
  .introduction .inner p:nth-of-type(5) {
    margin-bottom: 0;
  }
  .service .inner > ul > li {
    padding: 3rem 8rem 0rem;
  }
  .service .inner > ul > li:nth-of-type(1) {
    padding: 3rem 8rem 0rem;
  }
  .price {
    padding: 7rem 0 0;
  }
  .price .bg {
    padding: 7rem 0;
  }
  .price .bg .inner:nth-of-type(1) h2 {
    top: -8.1rem;
  }
  .price .bg .inner ul {
    flex-direction: row;
    gap: 0 1rem;
  }
  .price .bg .custom-shape-divider-top-1730482068 svg {
    width: calc(142% + 1.3px);
    height: 79px;
  }
  .price .bg .custom-shape-divider-bottom-1730537904 svg {
    width: calc(142% + 1.3px);
    height: 79px;
  }
  .voice .inner {
    padding-top: 6rem;
  }
  .contact .inner .bg .date-inputs div:nth-of-type(1) {
    width: 18rem;
  }
  footer .custom-shape-divider-top-1730520274 {
    top: -1px;
  }
  footer .custom-shape-divider-top-1730520274 svg {
    width: calc(175% + 1.3px);
    height: 44px;
  }
  .privacy {
    font-size: 1rem;
  }
  .privacy .inner {
    padding: 0;
  }
}
/*PCサイズここからーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 1280px) {
  section .inner {
    max-width: 1200px;
  }
  .tb-contents {
    display: none;
  }
  .pc-contents {
    display: block;
  }
  .button_1 {
    font-size: 1.12rem;
    width: 18.2rem;
    padding: 1rem 2rem;
  }
  .button_2 {
    font-size: 1.25rem;
    width: 26.2rem;
    padding: 1.25rem 2rem;
    border: solid #C89E00 6px;
  }
  header {
    height: 5.6rem;
  }
  header nav {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
  }
  header nav .drawer {
    padding: 0;
    margin-left: -1rem;
    height: 5.6rem;
    position: absolute;
    top: 0.5rem;
    left: 2.5rem;
    z-index: 99;
  }
  header nav .drawer a img {
    width: 11rem;
    height: auto;
  }
  header nav .navbar_toggle {
    display: none;
  }
  header nav .menu {
    padding-left: 22rem;
    width: 100%;
    transform: translateY(0);
    z-index: 98;
  }
  header nav .menu ul {
    height: 5.6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5rem;
  }
  header nav .menu ul li {
    gap: 0 3rem;
    color: #1E2600;
    position: relative;
  }
  header nav .menu ul li::after {
    content: "";
    background: url(../img/menu_slash.png) center/cover no-repeat;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  header nav .menu ul li:nth-of-type(1) {
    width: 3.2rem;
  }
  header nav .menu ul li:nth-of-type(2) {
    width: 4rem;
  }
  header nav .menu ul li:nth-of-type(2)::after {
    left: 6rem;
  }
  header nav .menu ul li:nth-of-type(3) {
    width: 3rem;
  }
  header nav .menu ul li:nth-of-type(4) {
    width: 5.2rem;
  }
  header nav .menu ul li:nth-of-type(4)::after {
    display: none;
  }
  header nav .menu ul li:last-of-type {
    display: none;
  }
  header nav .menu ul li a picture {
    display: flex;
    align-items: center;
  }
  .fv {
    height: 48.6rem;
    padding-top: 5.6rem;
    margin-bottom: 4rem;
  }
  .fv .inner {
    height: 100%;
  }
  .fv .inner .fv_bg h1 {
    top: 12rem;
    left: 3.8rem;
    gap: 0.5rem 0;
  }
  .fv .inner .fv_bg h1 picture:nth-of-type(1) {
    width: 27rem;
  }
  .fv .inner .fv_bg h1 picture:nth-of-type(2) {
    width: 24.6rem;
  }
  .introduction .inner h2 {
    width: 14rem;
  }
  .introduction .inner figure:nth-of-type(1) {
    width: 5rem;
    top: 7rem;
    left: 9rem;
  }
  .introduction .inner figure:nth-of-type(2) {
    width: 12.9rem;
    top: 10rem;
    right: 3rem;
  }
  .introduction .inner figure:nth-of-type(3) {
    width: 10.8rem;
    top: 19rem;
    left: -2rem;
  }
  .introduction .inner figure:nth-of-type(4) {
    width: 10.8rem;
    top: 31rem;
    right: -2.5rem;
  }
  .introduction .inner figure:nth-of-type(5) {
    width: 7.7rem;
    bottom: 5rem;
    left: 9.5rem;
  }
  .introduction .inner figure:nth-of-type(6) {
    width: 9.1rem;
    bottom: -3rem;
    right: 6rem;
  }
  .introduction .inner p {
    line-height: 3;
  }
  .introduction .inner p:nth-of-type(1) {
    margin-top: 3.5rem;
  }
  .introduction .inner p:nth-of-type(3) {
    margin-bottom: 3.5rem;
  }
  .introduction .inner p:nth-of-type(4) {
    margin-bottom: 3.5rem;
  }
  .introduction .inner p:nth-of-type(5) {
    margin-bottom: 0;
  }
  .about {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
  .about .inner .bg {
    padding: 6rem 10rem 3rem;
  }
  .about .inner .bg h2 {
    width: 12.2rem;
    margin-bottom: 3rem;
  }
  .about .inner .bg figure:first-of-type {
    width: 33.3rem;
    top: -6.5rem;
  }
  .about .inner .bg figure:last-of-type::after {
    width: 41.5rem;
    height: 5.7rem;
    bottom: -3.5rem;
    left: 0.9rem;
  }
  .about .inner .bg dl {
    margin-bottom: 7.5rem;
  }
  .about .inner .bg dl div {
    border-bottom: initial;
    display: flex;
    font-size: 1rem;
    padding: 0;
  }
  .about .inner .bg dl div dt {
    width: 17rem;
    line-height: 2;
  }
  .about .inner .bg dl div dd {
    line-height: 2;
  }
  .about .inner .bg dl div:last-of-type dd {
    padding: 1rem 7.5rem 1rem 3.5rem;
  }
  .about .inner .bg aside {
    margin-top: 3.4rem;
    padding: 3rem 3rem 3rem 6rem;
  }
  .about .inner .bg aside p {
    line-height: 2.5;
  }
  .about .inner .bg aside ul {
    padding-left: 1.5rem;
  }
  .about .inner .bg aside ul li {
    margin-bottom: 0.8rem;
  }
  .service {
    padding-top: 10rem;
  }
  .service .inner {
    padding-top: 10rem;
  }
  .service .inner > figure {
    width: 38rem;
  }
  .service .inner h2 {
    line-height: 2.5;
    font-size: 1rem;
    padding-left: 1rem;
  }
  .service .inner > ul {
    flex-direction: row;
  }
  .service .inner > ul::before {
    width: 20.7rem;
    height: 5.5rem;
    top: -4.9rem;
  }
  .service .inner > ul > li {
    padding: 4rem 2rem 0 3rem;
    width: 20rem;
    height: 33.6rem;
    justify-content: flex-start;
  }
  .service .inner > ul > li .button_1 {
    width: 15.2rem;
  }
  .service .inner > ul > li figure {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem 0;
  }
  .service .inner > ul > li:nth-of-type(1) {
    padding: 4rem 2rem 0 2rem;
    width: 20rem;
    height: 33.6rem;
  }
  .service .inner > ul > li:nth-of-type(2) {
    margin-top: 0;
    margin-left: -1rem;
  }
  .service .inner > ul > li:nth-of-type(3) {
    margin: 0;
    margin-left: -2rem;
    padding: 4rem 2rem 0 4rem;
  }
  .service .inner > ul > li:nth-of-type(4) {
    margin-top: 0;
    margin-left: -2rem;
    padding: 4rem 1rem 0 3.5rem;
  }
  .price {
    margin-top: 0;
    padding: 20rem 0 0;
  }
  .price .bg {
    padding: 9rem 0 7rem;
  }
  .price .bg .inner:nth-of-type(1) h2 {
    width: 26rem;
    top: -13.8rem;
  }
  .price .bg .inner ul {
    margin-bottom: 2rem;
  }
  .price .bg .inner ul li {
    width: 20.4rem;
  }
  .price .bg .inner ul li:nth-of-type(1) {
    width: 23.75rem;
  }
  .price .bg .inner p {
    line-height: 2;
  }
  .voice {
    padding: 0 0 8rem;
  }
  .voice .inner h2 {
    width: 10rem;
    margin-bottom: 4rem;
  }
  .voice .inner .voice_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 8rem;
  }
  .voice .inner .voice_wrapper dl {
    width: 28.25rem;
    padding: 2.5rem;
  }
  .voice .inner .voice_wrapper dl:nth-of-type(3) {
    margin-top: 4rem;
  }
  .voice .inner .voice_wrapper dl:nth-of-type(4) {
    margin-top: -4rem;
  }
  .voice .inner .voice_wrapper dl dt {
    font-size: 1.25rem;
  }
  .voice .inner .voice_wrapper dl dt:nth-of-type(2) {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .voice .inner .voice_wrapper dl dd {
    font-size: 1rem;
    line-height: 1.8;
    padding-bottom: 2.5rem;
  }
  .voice .inner .voice_wrapper dl figure {
    gap: 0 1rem;
  }
  .voice .inner .voice_wrapper dl figure img figcaption {
    font-size: 0.8rem;
  }
  .contact {
    padding: 20rem 0 4rem;
  }
  .contact .inner figure {
    width: 45.5rem;
    top: -7.3rem;
  }
  .contact .inner .bg {
    padding: 5rem 7rem 5rem;
  }
  .contact .inner .bg h2 {
    width: 100%;
    margin: initial;
    padding-bottom: 1rem;
  }
  .contact .inner .bg h2 img {
    width: 25.5rem;
  }
  .contact .inner .bg label, .contact .inner .bg input, .contact .inner .bg select, .contact .inner .bg textarea {
    font-size: 1rem;
  }
  .contact .inner .bg form {
    margin-top: 4rem;
  }
  .contact .inner .bg form .name-wh {
    display: inline-block;
    width: 28.5rem;
  }
  .contact .inner .bg form .name-wh:nth-of-type(1) {
    margin-right: 3.5rem;
  }
  .contact .inner .bg form #gender {
    color: #879885;
    width: 14rem;
  }
  .contact .inner .bg form #gender option {
    color: #394E36;
  }
  .contact .inner .bg form #postal-code {
    width: 20rem;
  }
  .contact .inner .bg form .checkbox {
    margin-top: 3rem;
  }
  .support {
    padding: 5rem 0 7rem;
  }
  .support .inner h2 {
    width: 30rem;
  }
  .support .inner p {
    line-height: 2.5;
    margin-bottom: 0;
  }
  .support .inner p:nth-of-type(2) {
    margin-bottom: 2.5rem;
  }
  .support .inner p:nth-of-type(3) {
    margin-bottom: 3.5rem;
  }
  .support .inner .button_2 {
    margin-bottom: 1rem;
  }
  .support .inner figure {
    width: 7.1rem;
    bottom: -3.5rem;
    right: 9rem;
  }
  footer {
    padding-top: 6.5rem;
  }
  footer .inner {
    max-width: 1200px;
  }
  footer .inner h2 {
    width: 22.1rem;
    margin: initial;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  footer .inner nav {
    display: block;
  }
  footer .inner nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 3rem;
  }
  footer .inner nav ul li {
    cursor: pointer;
  }
  footer .inner nav ul li:nth-of-type(1) {
    width: 2.8rem;
  }
  footer .inner nav ul li:nth-of-type(2) {
    width: 3.3rem;
  }
  footer .inner nav ul li:nth-of-type(3) {
    width: 2.2rem;
  }
  footer .inner nav ul li:nth-of-type(4) {
    width: 3.9rem;
  }
  footer .inner nav ul li:nth-of-type(5) {
    width: 11.6rem;
  }
  footer .inner figure {
    margin: initial;
    margin-left: auto;
    width: 12.7rem;
  }
  footer .custom-shape-divider-top-1730520274 svg {
    width: calc(161% + 1.3px);
    height: 84px;
  }
  .privacy {
    padding: 5.6rem 0;
    font-size: 1rem;
  }
  .privacy .inner {
    padding-top: 10rem;
    max-width: 956px;
  }
  .privacy .inner h2 {
    width: 26rem;
    margin-bottom: 10rem;
  }
  .privacy .inner > p {
    margin-bottom: 5rem;
    font-size: 1rem;
  }
  .privacy .inner dl div dt {
    margin-bottom: 0.2rem;
  }
  .privacy .inner dl div dd p {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .privacy .inner dl div ul li {
    line-height: 1.6;
    font-size: 1rem;
  }
  .privacy .inner dl div ul.dot {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .privacy .inner dl div ul.dot li {
    position: relative;
  }
  .privacy .inner dl div ul.dot li::before {
    content: "";
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 50%;
    background-color: #394E36;
    position: absolute;
    top: 0.6rem;
    left: -0.8rem;
  }
  .privacy .inner dl div ul.no-dot {
    list-style: none;
  }
  .privacy .inner dl div:nth-last-of-type(2) {
    margin-bottom: 3rem;
  }
}/*# sourceMappingURL=style.css.map */