@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #2A2B34;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.032em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #2A2B34;
  text-decoration: none;
}
a:link,
a:visited {
  color: #2A2B34;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.2s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.8s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #ffffff;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 20px 0;
  height: 105px;
  max-width: 1400px;
}
@media screen and (max-width: 1200px) {
  #header .header_item {
    height: 85px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item {
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 62px;
    width: 100%;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .logo {
  margin: auto;
  position: absolute;
  max-width: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1140px) {
  #header .header_item .logo_item .logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1040px) {
  #header .header_item .logo_item .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 860px) {
  #header .header_item .logo_item .logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .logo {
    position: relative;
    max-width: 118px;
    margin: auto;
    margin-left: 0;
    z-index: 50;
  }
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .logo_sp {
  display: none;
  position: relative;
  z-index: 55;
}
#header .menu_item {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    position: relative;
    display: none;
    height: 100vh;
    width: 100%;
    padding: 87px 24px 30px 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    text-align: center;
    background: #EBEDE6;
  }
}
#header .menu_item #menu_list .main_menu {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 30px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu {
    display: block;
  }
}
#header .menu_item #menu_list .main_menu li {
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li {
    display: block;
  }
}
#header .menu_item #menu_list .main_menu li a {
  display: block;
  color: #2A2B34;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.285;
  transition: 0.3s ease-in-out;
  padding-left: 14px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 12px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 1040px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 940px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 10px;
  }
}
#header .menu_item #menu_list .main_menu li a:hover {
  color: #4AB375;
  opacity: 1;
}
#header .menu_item #menu_list .main_menu li a span {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a span {
    display: inline-block;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a {
    text-align: center;
    line-height: 1.01;
    padding-left: 0;
    font-size: 15px;
  }
}
#header .menu_item #menu_list .main_menu li + li {
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 880px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 5px;
  }
}
@media screen and (max-width: 860px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li + li {
    height: auto;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
}
#header .menu_item #menu_list .main_menu .btn_contact a {
  color: #2A2B34;
  display: block;
  background: #ffffff;
  border: 1px solid #2A2B34;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 20px 0 45px;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .btn_contact a {
    padding: 0 10px 0 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .btn_contact a {
    padding: 0 15px 0 15px;
    line-height: 33px;
    font-size: 14px;
    margin-right: 45px;
    width: 90%;
    margin: auto;
    line-height: 40px;
  }
}
#header .menu_item #menu_list .main_menu .btn_contact a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/mail_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .btn_contact a::after {
    width: 16px;
    height: 12px;
    left: 15px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .btn_contact a::after {
    width: 16px;
    height: 12px;
    left: 15px;
    display: none;
  }
}
#header .menu_item #menu_list .main_menu .btn_contact a:hover {
  background: #4AB375;
  color: #ffffff;
  border: 1px solid #4AB375;
}
#header .menu_item #menu_list .main_menu .btn_contact a:hover::after {
  background: url(../img/mail_icon_on.png) no-repeat bottom;
  background-size: 100% 100%;
}
#header .menu_item #menu_list .main_menu .btn_ec {
  margin-left: 10px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .btn_ec {
    margin-left: 5px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .btn_ec {
    margin-left: 0;
    margin-top: 20px;
  }
}
#header .menu_item #menu_list .main_menu .btn_ec a {
  color: #ffffff;
  display: block;
  background: #2A2B34;
  border: 1px solid #2A2B34;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 20px;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .btn_ec a {
    padding: 0 10px;
    line-height: 35px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .btn_ec a {
    width: 90%;
    margin: auto;
    line-height: 40px;
  }
}
#header .menu_item #menu_list .main_menu .btn_ec a:hover {
  background: #ffffff;
  color: #2A2B34;
  border: 1px solid #2A2B34;
}
#header .menu_item .btn_contact_sp {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_item .btn_contact_sp {
    display: block;
  }
}
#header .menu_item .btn_contact_sp a {
  color: #2A2B34;
  display: block;
  background: #ffffff;
  border: 1px solid #2A2B34;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 20px 0 45px;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header .menu_item .btn_contact_sp a {
    padding: 0 10px 0 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item .btn_contact_sp a {
    padding: 0 15px 0 36px;
    line-height: 33px;
    font-size: 12px;
    margin-right: 45px;
  }
}
#header .menu_item .btn_contact_sp a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/mail_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  #header .menu_item .btn_contact_sp a::after {
    width: 16px;
    height: 12px;
    left: 15px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item .btn_contact_sp a::after {
    width: 16px;
    height: 12px;
    left: 15px;
  }
}
#header .menu_item .btn_contact_sp a:hover {
  background: #4AB375;
  color: #ffffff;
  border: 1px solid #4AB375;
}
#header .menu_item .btn_contact_sp a:hover::after {
  background: url(../img/mail_icon_on.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 42px;
    height: 42px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999999999999999999;
    background: #4AB375;
    border-radius: 8px;
  }
  #header #menuBtn span {
    display: block;
    background: #fff;
    width: 25px;
    height: 1.5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 25px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    display: none;
    bottom: 10px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 15px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
    transition: 0.3s ease-in-out;
  }
}
.btn_g {
  color: #ffffff;
  display: block;
  background: #4AB375;
  line-height: 63px;
  border-radius: 45px;
  max-width: 381px;
  width: 100%;
  margin: auto;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.048em;
  border: #4AB375 3px solid;
}
@media screen and (max-width: 1400px) {
  .btn_g {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .btn_g {
    line-height: 50px;
  }
}
@media screen and (max-width: 818px) {
  .btn_g {
    max-width: 260px;
    line-height: 43px;
    font-size: 18px;
  }
}
.btn_g span {
  color: #ffffff !important;
  position: relative;
  padding-left: 29px;
  display: block;
}
.btn_g span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 25px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/admin_icon.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .btn_g span::after {
    width: 18px;
    height: 19px;
  }
}
.btn_g:hover {
  background: #ffffff;
  border: #4AB375 3px solid;
}
.btn_g:hover span {
  color: #4AB375 !important;
}
.btn_g:hover span::after {
  background: url(../img/admin_icon_on.png) no-repeat bottom;
  background-size: 100% 100%;
}
.btn_w {
  color: #4AB375;
  background: #ffffff;
  line-height: 63px;
  border-radius: 45px;
  max-width: 290px;
  width: 100%;
  margin: auto;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.048em;
  margin-top: 25px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1400px) {
  .btn_w {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .btn_w {
    line-height: 50px;
  }
}
@media screen and (max-width: 818px) {
  .btn_w {
    max-width: 260px;
    line-height: 43px;
    font-size: 18px;
    margin-top: 20px;
  }
}
.btn_w span {
  color: #4AB375 !important;
  position: relative;
  padding-left: 29px;
  display: block;
}
.btn_w span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 25px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/admin_icon_on.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .btn_w span::after {
    width: 18px;
    height: 19px;
  }
}
.btn_w:hover span {
  color: #4AB375 !important;
}
.btn_y {
  color: #4AB375;
  background: #EDCD2B;
  line-height: 63px;
  border-radius: 45px;
  max-width: 290px;
  width: 100%;
  margin: auto;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.048em;
  margin-top: 30px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1400px) {
  .btn_y {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .btn_y {
    line-height: 50px;
  }
}
@media screen and (max-width: 818px) {
  .btn_y {
    max-width: 260px;
    line-height: 43px;
    font-size: 18px;
    margin-top: 20px;
  }
}
.btn_y span {
  color: #ffffff !important;
  position: relative;
  padding-left: 29px;
  display: block;
}
.btn_y span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/mail_icon02.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .btn_y span::after {
    width: 18px;
    height: 14px;
  }
}
.btn_y:hover {
  opacity: 1;
  background: #4AB375;
}
.send {
  position: relative;
  width: fit-content;
  margin: auto;
  min-width: 290px;
}
.send::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 20px;
  left: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 50;
  background: url(../img/mail_icon02.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .send::after {
    left: 90px;
    width: 18px;
    height: 14px;
  }
}
.send input {
  z-index: 5;
  background: #A96D46 !important;
  line-height: 63px;
  border-radius: 45px;
  max-width: 290px;
  width: 100%;
  padding-left: 30px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.048em;
  margin-top: 30px;
  cursor: pointer;
  border: none !important;
  color: #ffffff !important;
  position: relative;
  padding-left: 29px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .send input {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .send input {
    line-height: 50px;
  }
}
@media screen and (max-width: 818px) {
  .send input {
    max-width: 260px;
    line-height: 43px;
    font-size: 18px;
    margin-top: 20px;
  }
}
.send input:hover {
  opacity: 1;
  background: #4AB375;
}
.mv {
  padding-top: 172px;
  position: relative;
  margin: auto;
  max-width: 1340px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .mv {
    padding-top: 162px;
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    padding-top: 122px;
  }
}
@media screen and (max-width: 818px) {
  .mv {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
.mv .txt_mv {
  text-align: center;
  width: fit-content;
}
.mv .ttl {
  text-align: left;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .mv .ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 818px) {
  .mv .ttl {
    color: #ffffff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
}
.mv .btn_g {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .mv .btn_g {
    margin-top: 20px;
  }
}
@media screen and (max-width: 818px) {
  .mv .btn_g {
    margin-top: 12px;
  }
}
.mv .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0;
  padding-top: 172px;
  z-index: 555;
}
@media screen and (max-width: 1400px) {
  .mv .inner {
    padding-top: 162px;
  }
}
@media screen and (max-width: 1200px) {
  .mv .inner {
    padding-top: 122px;
  }
}
@media screen and (max-width: 818px) {
  .mv .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mv .mv_bg {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 818px) {
  .mv .mv_bg {
    padding-left: 0;
    padding-right: 0;
  }
}
.mv_b_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  max-width: 1380px;
}
.mv_b_txt .inner_t {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 95px;
  font-weight: 400;
  opacity: 0.05;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.01;
  margin-top: -5px;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .mv_b_txt .inner_t {
    font-size: 6.8vw;
  }
}
@media screen and (max-width: 818px) {
  .mv_b_txt .inner_t {
    font-size: 7.8vw;
    letter-spacing: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.mv_b_txt .inner_t p {
  text-align: center;
  line-height: 1.01;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .mv_b_txt .inner_t p {
    color: #ffffff;
  }
}
.btn_item {
  margin-top: 60px;
}
.btn_item .btn_bg {
  background: #4AB375;
  border-radius: 50px;
  padding: 60px 0 50px 0;
  position: relative;
}
@media screen and (max-width: 818px) {
  .btn_item .btn_bg {
    padding: 30px 0 30px 0;
    border-radius: 20px;
  }
}
.btn_item .btn_bg::after {
  font-size: 190px;
  font-weight: 500;
  line-height: 1.01;
  color: #ffffff;
  opacity: 0.06;
  position: absolute;
  left: 50px;
  bottom: 0;
  text-transform: uppercase;
  content: "registration";
}
@media screen and (max-width: 818px) {
  .btn_item .btn_bg::after {
    left: 0;
    font-size: 55px;
  }
}
.btn_item .btn_ttl {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 93px;
  line-height: 1.01;
  letter-spacing: 0.093em;
}
@media screen and (max-width: 1080px) {
  .btn_item .btn_ttl {
    font-size: 80px;
  }
}
@media screen and (max-width: 818px) {
  .btn_item .btn_ttl {
    font-size: 42px;
    letter-spacing: 0;
  }
}
.btn_item .btn_txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.01;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .btn_item .btn_txt {
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.h2_ttl {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1.01;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.032em;
  }
}
.h2_ttl span {
  font-size: 60px;
  font-weight: bold;
  color: #4AB375;
  letter-spacing: 0;
  line-height: 1.01;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 818px) {
  .h2_ttl span {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
.service {
  margin-top: 70px;
  border-radius: 50px;
  background: rgba(74, 179, 117, 0.1);
}
@media screen and (max-width: 818px) {
  .service {
    margin-top: 40px;
    border-radius: 20px;
  }
}
.service .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .service .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.service p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .service p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.service .img {
  max-width: 906px;
  margin: auto;
}
.service ul {
  margin-top: 70px;
  display: flex;
  column-gap: 68px;
}
@media screen and (max-width: 818px) {
  .service ul {
    display: block;
    margin-top: 30px;
  }
}
.service ul li {
  width: calc(33.3333% - 45.3333px);
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 15px;
}
@media screen and (max-width: 818px) {
  .service ul li {
    padding: 15px;
    border-radius: 8px;
    width: 100%;
  }
}
.service ul li dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .service ul li dl {
    max-width: 325px;
    margin: auto;
  }
}
.service ul li dl dt {
  width: 102px;
}
@media screen and (max-width: 818px) {
  .service ul li dl dt {
    width: 80px;
  }
}
.service ul li dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 102px);
  text-align: left;
  padding-left: 15px;
}
@media screen and (max-width: 818px) {
  .service ul li dl dd {
    width: calc(100% - 80px);
    padding-left: 7px;
  }
}
.service ul li dl dd span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #BE8560;
  letter-spacing: 0.04em;
  line-height: 1.01;
  margin-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .service ul li dl dd span {
    font-size: 16px;
  }
}
.service ul li dl dd .txt {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 818px) {
  .service ul li dl dd .txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.service ul li + li {
  position: relative;
}
.service ul li + li::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 48px;
  left: -63px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/service_icon04.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service ul li + li::after {
    background: url(../img/service_icon04_sp.png) no-repeat bottom;
    background-size: 100% 100%;
    width: 21px;
    height: 22px;
    left: calc(50% - 10.5px);
    top: -14px;
  }
}
@media screen and (max-width: 818px) {
  .service ul li + li {
    margin-top: 32px;
  }
}
.reason .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .reason .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.reason ul li {
  background: #F3F8ED;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 818px) {
  .reason ul li {
    padding: 20px;
    border-radius: 12px;
  }
}
.reason ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .reason ul li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 818px) {
  .reason ul li {
    border-radius: 12px;
  }
}
.reason ul li dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .reason ul li dl {
    display: block;
  }
}
.reason ul li dl dt {
  width: 188px;
}
@media screen and (max-width: 818px) {
  .reason ul li dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .reason ul li dl dt img {
    max-width: 120px;
    margin: auto;
  }
}
.reason ul li dl dd {
  width: calc(100% - 188px);
  padding-left: 30px;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .reason ul li dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.reason ul li dl dd span {
  display: block;
  background: #4AB375;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 15px;
  border-radius: 5px;
  letter-spacing: 0.04em;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .reason ul li dl dd span {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
.reason ul li dl dd p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 818px) {
  .reason ul li dl dd p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.project {
  border-radius: 50px 50px 0 0;
  background: #F9F6EF;
}
@media screen and (max-width: 818px) {
  .project {
    border-radius: 20px 20px 0 0;
  }
}
.project .inner {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 818px) {
  .project .inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.project ul {
  margin-top: 30px;
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 818px) {
  .project ul {
    display: block;
  }
}
.project ul li {
  width: calc(33.3333% - 20px);
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 818px) {
  .project ul li {
    width: 100%;
    border-radius: 12px;
    padding: 20px;
  }
  .project ul li + li {
    margin-top: 20px;
  }
}
.project ul li .img {
  position: relative;
}
.project ul li .img img {
  border-radius: 10px;
}
@media screen and (max-width: 818px) {
  .project ul li .img img {
    border-radius: 8px;
  }
}
.project ul li .img .icon {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 3px 10px;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.6;
  border-radius: 5px 0 0 5px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 818px) {
  .project ul li .img .icon {
    font-size: 14px;
  }
}
.project ul li .img .icon01 {
  background: #A96D46;
}
.project ul li .img .icon02 {
  background: #62B9C8;
}
.project ul li .ttl {
  text-align: left;
  color: #4AB375;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .project ul li .ttl {
    letter-spacing: 0;
    font-size: 16px;
  }
}
.project ul li .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
  margin-top: 20px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 818px) {
  .project ul li .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
.flow {
  background: #F2F2F2;
  margin-top: -50px;
  border-radius: 50px;
}
@media screen and (max-width: 818px) {
  .flow {
    border-radius: 20px;
    margin-top: -20px;
  }
}
.flow .inner {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 818px) {
  .flow .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.flow .btn_item {
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .flow .btn_item {
    margin-bottom: 40px;
  }
}
.flow ul {
  display: flex;
  column-gap: 52px;
}
@media screen and (max-width: 1000px) {
  .flow ul {
    column-gap: 32px;
  }
}
@media screen and (max-width: 818px) {
  .flow ul {
    display: block;
  }
}
.flow ul li {
  position: relative;
  width: calc(20% - 41.6px);
}
@media screen and (max-width: 1000px) {
  .flow ul li {
    width: calc(20% - 25.6px);
  }
}
@media screen and (max-width: 818px) {
  .flow ul li {
    width: 100%;
  }
}
.flow ul li + li::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 33px;
  left: -37px;
  top: 33%;
  z-index: 1;
  background: url(../img/flow_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1180px) {
  .flow ul li + li::after {
    top: 30%;
    width: 18px;
    height: 29px;
    left: -35px;
  }
}
@media screen and (max-width: 1100px) {
  .flow ul li + li::after {
    top: 28%;
  }
}
@media screen and (max-width: 1000px) {
  .flow ul li + li::after {
    left: -20px;
    width: 11px;
    height: 16.5px;
  }
}
@media screen and (max-width: 818px) {
  .flow ul li + li {
    margin-top: 44px;
  }
  .flow ul li + li::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 16px;
    left: calc(50% - 13px);
    top: -32px;
    z-index: 1;
    background: url(../img/flow_icon_sp.png) no-repeat bottom;
    background-size: 100% 100%;
  }
}
.flow ul li .img {
  position: relative;
}
@media screen and (max-width: 818px) {
  .flow ul li .img {
    max-width: 130px;
    margin: auto;
  }
}
.flow ul li .icon {
  font-weight: bold;
  margin: auto;
  margin-top: -20px;
  background: #4AB375;
  color: #ffffff;
  width: fit-content;
  line-height: 32px;
  border-radius: 32px;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
@media screen and (max-width: 818px) {
  .flow ul li .icon {
    margin-top: -17px;
    line-height: 22px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.flow ul li .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .flow ul li .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 930px) {
  .flow ul li .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .flow ul li .ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 818px) {
  .flow ul li .ttl {
    margin-top: 3px;
    font-size: 18px;
  }
}
.faq .inner {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-top: 40px;
  }
}
.faq .faq_item {
  position: relative;
  z-index: 10;
  max-width: 1080px;
  margin: auto;
  margin-top: 20px;
}
.faq .faq_item .list li {
  padding: 20px 35px;
  border-radius: 20px;
  background: #F0F0E2;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li {
    border-radius: 15px;
    padding: 20px 15px;
  }
}
.faq .faq_item .list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li + li {
    margin-top: 10px;
  }
}
.faq .faq_item .list li .q_txt {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1.5;
  align-items: self-start;
  display: flex;
  padding-right: 45px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt {
    padding-top: 0;
    min-height: 35px;
    font-size: 14px;
  }
}
.faq .faq_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/add.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt:after {
    top: 10px;
    width: 16px;
    height: 16px;
  }
}
.faq .faq_item .list li .q_txt p {
  width: calc(100% - 50px);
  text-align: left;
  line-height: 1.5;
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-top: 10px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt p {
    padding-top: 5px;
    font-size: 14px;
    width: calc(100% - 30px);
  }
}
.faq .faq_item .list li .q_txt span {
  width: 50px;
  height: 50px;
  background: #4AB375;
  border-radius: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.faq .faq_item .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/mai.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 15px;
  transition: 0.3s;
}
.faq .faq_item .list li .a_txt {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1.3;
  align-items: center;
  display: none;
  margin-top: 10px;
  padding-left: 65px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt {
    padding-left: 45px;
    font-size: 14px;
  }
}
.faq .faq_item .list li .a_txt .a_list {
  display: flex;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list {
    padding-right: 0;
  }
}
.faq .faq_item .list li .a_txt:after {
  display: none;
}
.faq .faq_item .list li .a_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.faq .faq_item .list li .a_txt p {
  text-align: left;
  width: calc(100% - 35px);
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt p {
    width: calc(100% - 20px);
  }
}
.faq .faq_item .list li .a_txt span {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 35px;
  display: block;
  line-height: 1.31;
  color: #4AB375;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt span {
    line-height: 1.01;
    font-size: 20px;
    width: 30px;
  }
}
.message .inner {
  padding-top: 60px;
  padding-bottom: 50px;
}
.message .ttl {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .message .ttl {
    font-size: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
}
.message p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 818px) {
  .message p {
    font-size: 14px;
  }
}
.footer {
  border-top: 0.5px solid rgba(35, 24, 21, 0.3);
}
.footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    display: block;
  }
}
.footer .logo_item .footer_logo {
  display: block;
  max-width: 235px;
}
@media screen and (max-width: 818px) {
  .footer .logo_item .footer_logo {
    margin: auto;
    max-width: 140px;
  }
}
.footer .logo_item p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.024em;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .footer .logo_item p {
    font-size: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
  }
}
.footer .list {
  display: flex;
  align-items: center;
  column-gap: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 818px) {
  .footer .list {
    display: block;
    font-size: 14px;
  }
  .footer .list a {
    display: block;
  }
  .footer .list a + a {
    margin-top: 10px;
  }
}
.page .inner {
  padding-top: 132px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .page .inner {
    padding-top: 122px;
  }
}
@media screen and (max-width: 1200px) {
  .page .inner {
    padding-top: 82px;
  }
}
@media screen and (max-width: 818px) {
  .page .inner {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page .page_h2 {
  position: relative;
}
.page .page_h2 .page_h2_item {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.page .page_h2 .page_h2_item .ttl {
  padding-left: 80px;
  text-align: left;
  color: #2A2B34;
  line-height: 1.01;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .page .page_h2 .page_h2_item .ttl {
    padding-left: 10px;
    font-size: 24px;
  }
}
.page .page_h2 .page_h2_item .ttl span {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
  color: #4AB375;
}
@media screen and (max-width: 818px) {
  .page .page_h2 .page_h2_item .ttl span {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 16px;
  }
}
.page .page_h2 .img {
  position: relative;
}
.page .form_item {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .page .form_item {
    margin-top: 30px;
  }
}
.page .form_item .txt {
  text-align: left;
  padding: 30px 20px;
  border-radius: 10px;
  background: rgba(74, 179, 117, 0.1);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .page .form_item .txt {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.page .form_item .txt a {
  color: #4AB375;
  text-decoration: underline;
}
.page .form_item ul li {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .page .form_item ul li {
    margin-top: 20px;
  }
}
.page .form_item ul li dl {
  display: block;
}
.page .form_item ul li dl dt {
  color: #4AB375;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.page .form_item ul li dl dt span {
  color: #ffffff;
  line-height: 1.3;
  background: #DF4B46;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 818px) {
  .page .form_item ul li dl dt span {
    font-size: 8px;
  }
}
@media screen and (max-width: 818px) {
  .page .form_item ul li dl dt {
    font-size: 14px;
  }
}
.page .form_item ul li dl dd {
  margin-top: 5px;
}
.page .form_item ul li dl dd input,
.page .form_item ul li dl dd textarea {
  width: 100%;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 5px;
  border: none;
  background: #F6F6F6;
  font-size: 15px;
}
@media screen and (max-width: 818px) {
  .page .form_item ul li dl dd input,
  .page .form_item ul li dl dd textarea {
    padding: 10px;
    font-size: 14px;
  }
}
.page .form_item ul li dl dd textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 145px;
  height: 145px;
}
.tks {
  text-align: center;
  min-height: 50vh;
  padding-top: 50px;
}
@media screen and (max-width: 818px) {
  .tks {
    min-height: 45vh;
  }
}
.tks p {
  text-align: center;
  font-weight: 500;
  font-weight: 24px;
  line-height: 1.6;
  color: #4AB375;
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .tks p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.tks .btn_g {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 50px;
}
@media screen and (max-width: 818px) {
  .tks .btn_g {
    line-height: 40px;
  }
}
.tks .btn_g:hover {
  color: #4AB375 !important;
}
