@charset "UTF-8";
* {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
* img {
  max-width: 100%;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  transition: 0.4s;
  font-weight: 500;
}

#loading {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  animation: fadeout 1s ease 2s forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
header {
  width: 80%;
  max-width: 1520px;
  margin: 0 auto;
  background: #fff;
  padding: 1.04vw 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .hamburger {
  display: none;
}
header h1 {
  width: 3.64vw;
}
header h1 a {
  display: block;
  line-height: 1;
}
header h1 a:hover {
  opacity: 0.5;
}
header nav {
  width: 34vw;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header nav ul li {
  width: 20%;
  line-height: 1;
}
header nav ul li a {
  display: inline-block;
  line-height: 1;
}
header nav ul li a .hover {
  display: none;
}
header nav ul li a:hover .normal {
  display: none;
}
header nav ul li a:hover .hover {
  display: block;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #e4f2fb;
    display: block;
    padding: 0;
  }
  header h1 {
    width: 50px;
    height: 50px;
    padding: 15px 0;
    margin: 0 auto;
    z-index: 99999;
    position: relative;
  }
  header nav {
    width: 100%;
    height: 0svh;
    pointer-events: none;
  }
  header nav::after {
    content: "";
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #4699de;
    transform: scale(0);
    right: -17px;
    top: -12px;
    transition: all 0.6s;
  }
  header nav ul {
    display: block;
    position: relative;
    z-index: 99999;
    text-align: center;
    border-top: 1px solid #e4f2fb;
    margin-top: 30px;
    padding-top: 10px;
    height: calc(100svh - 63px);
    opacity: 0;
  }
  header nav ul::before {
    content: "";
    background: #e4f2fb;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 12%;
    left: 0;
  }
  header nav ul li {
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    margin-right: 26%;
  }
  header nav ul li a {
    width: 100%;
  }
  header nav ul li a .normal {
    display: none !important;
  }
  header nav ul li a .hover {
    display: none !important;
  }
  header nav ul li a img {
    width: 100%;
  }
  header nav.on {
    height: 100svh;
    opacity: 1;
    pointer-events: painted;
  }
  header nav.on::before {
    opacity: 1;
  }
  header nav.on::after {
    transform: scale(50); /*クラスが付与されたらscaleを拡大*/
  }
  header nav.on ul {
    opacity: 1;
  }
  header nav.on ul li a {
    pointer-events: painted;
  }
  header .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 999999;
    pointer-events: painted;
    transform: rotate(0);
  }
  header .hamburger img {
    width: 36px;
    height: 36px;
  }
  header .hamburger .close {
    display: none;
  }
  header .hamburger.on {
    transform: rotate(180deg);
  }
  header .hamburger.on .open {
    display: none;
  }
  header .hamburger.on .close {
    display: block;
  }
}

#top {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top {
    padding-top: 80px;
  }
}
#top .mv {
  position: relative;
  overflow: visible;
}
#top .mv a {
  transition: 0.4s;
}
#top .mv a:hover {
  opacity: 0.5;
}
#top .mv .swiper-button-next {
  right: 10%;
}
#top .mv .swiper-button-next::before {
  content: "";
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #4699de;
  transform: scale(0);
  right: 7.5%;
  top: 53%;
  transition: all 0.6s;
}
#top .mv .swiper-button-next.on::before {
  animation: swiper_btn 1s ease-in-out forwards;
}
#top .mv .swiper-button-prev {
  left: 10%;
}
#top .mv .swiper-button-prev:after {
  transform: rotate(180deg);
}
#top .mv .swiper-button-next,
#top .mv .swiper-button-prev {
  background: #fff;
  filter: drop-shadow(0px 0px 4px rgba(51, 51, 51, 0.5215686275));
  border-radius: 100%;
  width: 3.23vw;
  height: 3.23vw;
}
#top .mv .swiper-button-next:after,
#top .mv .swiper-button-prev:after {
  content: "";
  background: url(./img/mv_arrow.png) no-repeat center center/contain;
  width: 1.2vw;
  height: 1.2vw;
}
#top .mv .swiper-button-next:hover,
#top .mv .swiper-button-prev:hover {
  background-color: #4699de;
}
#top .mv .swiper-button-next:hover::after,
#top .mv .swiper-button-prev:hover::after {
  background: url(./img/mv_arrow_hover.png) no-repeat center center/contain;
}
#top .mv .swiper-pagination {
  width: 81.5%;
  bottom: -5%;
  margin: 0 auto;
  text-align: right;
}
#top .mv .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.6vw;
  width: 0.7vw;
  height: 0.7vw;
}
#top .mv .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: #4699de;
}
#top .mv .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  background: url(./img/mv_icon.svg) no-repeat center center/contain;
  width: 2.1vw;
  height: 2.1vw;
  position: absolute;
  top: -100%;
  left: 45%;
  transform: translate(-50%);
  animation: rotate 6s linear infinite;
}
@media screen and (max-width: 767px) {
  #top .mv .swiper-button-next,
  #top .mv .swiper-button-prev {
    width: 22px;
    height: 22px;
  }
  #top .mv .swiper-button-next::after,
  #top .mv .swiper-button-prev::after {
    width: 10px;
    height: 8px;
  }
  #top .mv .swiper-button-next {
    right: 5%;
  }
  #top .mv .swiper-button-prev {
    left: 5%;
  }
  #top .mv .swiper-pagination {
    bottom: -10%;
    width: 90%;
  }
  #top .mv .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
  }
  #top .mv .swiper-pagination .swiper-pagination-bullet-active::before {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
    top: -75%;
    left: 50%;
  }
}
#top #concept {
  position: relative;
  z-index: 2;
  margin-top: 5.2vw;
  padding-top: 5.2vw;
  padding-bottom: 10.4vw;
  border-radius: 0% 0% 200% 200%/0% 0% 50% 50%;
  background: #fff;
}
#top #concept::before {
  content: "";
  background: #fff;
  width: 120%;
  height: 100%;
  border-radius: 0% 0% 200% 200%/0% 0% 50% 50%;
  box-shadow: 0 10px 10px 0 rgba(134, 134, 134, 0.3568627451);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
#top #concept .inner {
  max-width: 70vw;
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 5vw;
  grid-template-columns: 1fr 2fr;
}
#top #concept .inner h2 {
  width: 26vw;
  position: relative;
  z-index: 1;
}
#top #concept .inner .text_area {
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 2;
}
#top #concept .inner .text_area .text {
  opacity: 0;
  transition: 1s;
  transform: translateY(10%);
}
#top #concept .inner .text_area .catch {
  width: 50%;
  margin-bottom: 2vw;
  position: relative;
  z-index: 1;
}
#top #concept .inner .text_area .catch::before {
  content: "";
  background: #4699de;
  width: 0%;
  height: 0.6vw;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: -1;
  transition: 1s;
}
#top #concept .inner .text_area .text_area_catch img {
  width: 38%;
  margin-left: 2%;
}
#top #concept .inner .text_area.on .text {
  opacity: 1;
  transform: translateY(0%);
}
#top #concept .inner .text_area.on .catch::before {
  width: 100%;
}
#top #concept .endless_slider {
  margin-top: 3.6vw;
}
#top #concept .endless_slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  #top #concept {
    margin-top: 30px;
    padding-top: 70px;
    padding-bottom: 80px;
    z-index: 5;
  }
  #top #concept .inner {
    display: block;
    max-width: 80%;
  }
  #top #concept .inner h2 {
    margin: 0 auto;
    width: 176px;
  }
  #top #concept .inner .text_area {
    text-align: center;
  }
  #top #concept .inner .text_area .catch {
    width: 246px;
    margin: 0 auto;
    margin-top: 30px;
  }
  #top #concept .inner .text_area .catch::before {
    height: 10px;
    bottom: 0;
  }
  #top #concept .inner .text_area .text {
    font-size: 3.68vw;
    margin-top: 30px;
  }
  #top #concept .inner .text_area .text .text_area_catch img {
    width: 48vw;
  }
  #top #concept .endless_slider {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #top .border_bg {
    background-color: #ecf4fb;
    position: relative;
    background-image: repeating-linear-gradient(-25deg, #cae2f4, #cae2f4 6px, transparent 0, transparent 8px);
  }
  #top .border_bg::after {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(180deg, transparent 0 10%, #ecf4fb 50% 100%);
    z-index: 3;
  }
}
#top #line-up {
  position: relative;
  z-index: 0;
  padding-top: 15.6vw;
  margin-top: -10.4vw;
  padding-bottom: 3vw;
  background-color: #cae2f4;
  background-image: repeating-linear-gradient(-25deg, #ecf4fb, #ecf4fb 8px, transparent 0, transparent 24px);
  overflow: hidden;
}
#top #line-up::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.8vw;
  background-image: linear-gradient(180deg, transparent 0 10%, #ecf4fb 90% 100%);
}
#top #line-up .line-up_bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 90%;
  z-index: -1;
  transform: scale(0);
  transition: 0;
}
#top #line-up .line-up_bg.on {
  animation: line_up_bg 1s ease-in-out forwards;
}
#top #line-up .line-up_bg img {
  animation: rotate 30s linear infinite;
}
#top #line-up .inner {
  max-width: 65.6vw;
  width: 90%;
  margin: 0 auto;
}
#top #line-up .inner h2 {
  width: 26vw;
  margin: 0 auto;
}
#top #line-up .inner ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1vw;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  margin-top: 2vw;
  opacity: 0;
  transition: 1s;
}
#top #line-up .inner ul.on {
  animation: opacity 1s linear 1s forwards;
}
#top #line-up .inner ul li {
  margin-top: 2vw;
}
#top #line-up .inner ul li a .title {
  font-weight: 700;
  color: #000;
  font-size: 1vw;
  line-height: 2;
  padding-left: 1.5vw;
  margin-top: 0.8vw;
  position: relative;
  z-index: 1;
}
#top #line-up .inner ul li a .title::before {
  content: "";
  background-color: #4699de;
  width: 0.7vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.8s;
}
#top #line-up .inner ul li a .img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.8s;
}
#top #line-up .inner ul li a .img img {
  transition: 0.8s;
}
@media screen and (min-width: 767px) {
  #top #line-up .inner ul li a:hover .title {
    color: #fff;
  }
  #top #line-up .inner ul li a:hover .title::before {
    width: 100%;
  }
  #top #line-up .inner ul li a:hover .img {
    border-radius: 60% 60% 60% 60%/100% 100% 100% 100%;
  }
  #top #line-up .inner ul li a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  #top #line-up {
    background: none;
    padding-bottom: 0px;
    margin-top: -13vw;
    position: relative;
    z-index: 4;
  }
  #top #line-up::after {
    content: none;
  }
  #top #line-up .line-up_bg {
    position: fixed;
    width: 105%;
    left: -2.5%;
    top: 12%;
    transition: 0.4s;
  }
  #top #line-up .line-up_bg.on {
    animation: line_up_bg02 1s ease-in-out forwards;
  }
  #top #line-up .line-up_bg img {
    animation: rotate02 30s linear infinite;
  }
  #top #line-up .inner {
    max-width: 80%;
    margin-top: 30px;
  }
  #top #line-up .inner h2 {
    width: 166px;
  }
  #top #line-up .inner h2 img {
    width: 100%;
  }
  #top #line-up .inner ul {
    display: block;
  }
  #top #line-up .inner ul li {
    margin-top: 30px;
  }
  #top #line-up .inner ul li a .title {
    font-size: 3.68vw;
    padding-left: 20px;
  }
  #top #line-up .inner ul li a .title::before {
    width: 10px;
  }
}
#top #company {
  background: #ecf4fb;
  padding: 5.2vw 0 5.2vw;
}
#top #company .inner {
  max-width: 65.6vw;
  width: 90%;
  margin: 0 auto;
}
#top #company .inner h2 {
  width: 26vw;
  margin: 0 auto;
}
#top #company .inner .table {
  background: #fff;
  border-radius: 40% 40% 40% 40%/100% 100% 100% 100%;
  padding: 4.8vw 8vw;
  margin: 0 auto;
  margin-top: 4.6vw;
  transition: 1s;
  transform: scaleX(0);
}
#top #company .inner .table.on {
  transform: scaleX(1);
}
#top #company .inner .table.on table {
  animation: opacity 1s linear 1s forwards;
}
#top #company .inner .table table {
  width: 80%;
  margin: 0 auto;
  font-size: 0.82vw;
  text-align: left;
  opacity: 0;
}
#top #company .inner .table table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 3.5;
  padding: 0 1vw;
  background-image: linear-gradient(to right, #ecf4fb 10px, transparent 10px);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
#top #company .inner .table table tr:last-child {
  background-image: linear-gradient(to right, #ecf4fb 10px, transparent 10px), linear-gradient(to right, #ecf4fb 10px, transparent 10px);
  background-size: 20px 2px, 20px 2px;
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}
#top #company .inner .table table tr th {
  width: 37%;
}
#top #company .inner .table table tr td {
  width: 63%;
}
@media screen and (max-width: 767px) {
  #top #company {
    padding-top: 64px;
    padding-bottom: 30px;
    position: relative;
    background: none;
  }
  #top #company .inner {
    max-width: 90%;
  }
  #top #company .inner h2 {
    width: 196px;
    position: relative;
    z-index: 4;
  }
  #top #company .inner .table {
    position: relative;
    z-index: 5;
    border-radius: 100% 100% 100% 100%/40% 40% 40% 40%;
    padding: 70px 0;
    margin-top: 30px;
    width: 100%;
  }
  #top #company .inner .table table {
    width: 90%;
  }
  #top #company .inner .table table tr {
    display: block;
    text-align: center;
    line-height: 1.4;
    padding: 24px 0;
    font-size: 3.68vw;
  }
  #top #company .inner .table table tr:first-child {
    background-image: none;
  }
  #top #company .inner .table table tr:last-child {
    background-image: linear-gradient(to right, #ecf4fb 10px, transparent 10px);
  }
  #top #company .inner .table table tr th {
    display: block;
    width: 100%;
  }
  #top #company .inner .table table tr td {
    padding-top: 10px;
    display: block;
    width: 100%;
  }
}
#top #contact {
  padding: 5.2vw 0;
  background: url(./img/contact_bg.png) no-repeat center 160%/contain #eef5e1;
  text-align: center;
  transition: 2s;
}
#top #contact.on {
  background-position-y: 112%;
}
#top #contact .inner h2 {
  width: 26vw;
  margin: 0 auto;
}
#top #contact .inner p {
  font-size: 1vw;
  margin-top: 2.6vw;
}
#top #contact .inner .btn {
  margin-top: 2.6vw;
}
#top #contact .inner .btn a {
  transition: 0.4s;
  display: block;
  background: #94bd44;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  width: 230px;
  margin: 0 auto;
  border: 1px solid #94bd44;
  border-radius: 25% 25% 25% 25%/100% 100% 100% 100%;
}
#top #contact .inner .btn a:hover {
  background: #fff;
  color: #94bd44;
}
@media screen and (max-width: 767px) {
  #top #contact {
    position: relative;
    z-index: 9;
    padding: 36px 0;
    background: url(./img/contact_bg.png) no-repeat center 160%/260% #eef5e1;
  }
  #top #contact .inner h2 {
    width: 180px;
  }
  #top #contact .inner p {
    font-size: 3.68vw;
    margin-top: 24px;
  }
  #top #contact .inner .btn {
    margin-top: 30px;
  }
  #top #contact .inner .btn a {
    width: 200px;
  }
}

footer {
  background: #000;
}
footer a {
  display: block;
  width: 15.6vw;
  margin: 0 auto;
  padding: 2.6vw 0;
}
footer a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  footer a {
    width: 186px;
    padding: 26px 0;
  }
}

.totop {
  z-index: 99;
  position: fixed;
  right: 2%;
  bottom: 14%;
  opacity: 0;
  pointer-events: none;
  animation: totop 3s ease-in-out infinite;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .totop {
    display: none;
  }
}
.totop a {
  display: block;
  transition: 0.4s;
}
.totop a img {
  width: 6.77vw;
}
.totop:hover {
  filter: contrast(150%);
}
.totop.on {
  opacity: 1;
  pointer-events: painted;
}

@keyframes rotate {
  0% {
    transform: translate(-50%);
  }
  100% {
    transform: translate(-50%) rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes rotate02 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
@keyframes totop {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line_up_bg {
  0% {
    left: 0%;
    transform: scale(0);
  }
  10% {
    left: 5%;
    transform: scale(0);
  }
  100% {
    left: 50%;
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  @keyframes line_up_bg02 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
}
#contact_form {
  position: relative;
  overflow: hidden;
  background-color: #eef5e1;
}
@media screen and (max-width: 767px) {
  #contact_form {
    padding-top: 80px;
  }
}
#contact_form .inner {
  width: 90%;
  max-width: 65.65vw;
  margin: 0 auto;
  padding: 5.2vw 0;
}
@media screen and (max-width: 767px) {
  #contact_form .inner {
    max-width: 90%;
    padding: 50px 0;
  }
}
#contact_form .inner h2 {
  margin-bottom: 70px;
  width: 26vw;
}
@media screen and (max-width: 767px) {
  #contact_form .inner h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
#contact_form .inner .content p {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .content p {
    font-size: 16px;
  }
}
#contact_form .inner .content h3 {
  font-size: 1.8vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .content h3 {
    font-size: 6vw;
  }
}
#contact_form .inner .content form {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .content form {
    margin: 30px 0 0px;
  }
}
#contact_form .inner .content form dl {
  margin-top: 22px;
}
#contact_form .inner .content form dl dt {
  font-weight: bold;
}
#contact_form .inner .content form dl dd {
  margin-top: 10px;
}
#contact_form .inner .content form dl dd input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 12px 12px 12px;
}
#contact_form .inner .content form dl dd input::-moz-placeholder {
  font-weight: bold;
  font-size: 16px;
  color: #c1c1c1;
}
#contact_form .inner .content form dl dd input::placeholder {
  font-weight: bold;
  font-size: 16px;
  color: #c1c1c1;
}
#contact_form .inner .content form dl dd input {
  background-color: #fff;
}
#contact_form .inner .content form dl dd select {
  padding: 12px 12px 12px 12px;
  width: 30%;
  font-weight: bold;
  color: #c1c1c1;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact_form .inner .content form dl dd textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
#contact_form .inner .content form dl dd textarea::-moz-placeholder {
  font-weight: bold;
  font-size: 16px;
  color: #c1c1c1;
}
#contact_form .inner .content form dl dd textarea::placeholder {
  font-weight: bold;
  font-size: 16px;
  color: #c1c1c1;
}
#contact_form .inner .content form dl dd p {
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
}
#contact_form .inner .content form dl .select_box {
  position: relative;
}
#contact_form .inner .content form dl .select_box::before {
  content: "";
  width: 0;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 10px;
  border: 6px solid transparent;
  border-top: 10px solid #4699de;
  pointer-events: none;
}
#contact_form .inner .content .contact_content {
  margin-top: 5.2vw;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .content .contact_content {
    margin-top: 50px;
  }
}
#contact_form .inner .content .contact_content ul li {
  margin-top: 10px;
  line-height: 1.7;
}
#contact_form .inner .content .contact_content ul li::before {
  content: "・";
}
#contact_form .inner .content .contact_content p {
  margin-top: 20px;
  line-height: 1.7;
}
#contact_form .inner .contact_content_catch {
  font-size: 1.5vw;
  color: #4699de;
  font-weight: bold;
  margin: 30px 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .contact_content_catch {
    font-size: 18px;
  }
}
#contact_form .inner .contact_btn {
  margin-top: 100px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .contact_btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
#contact_form .inner .contact_btn .btn {
  max-width: 100%;
  width: 25vw;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .contact_btn .btn {
    width: 160px;
  }
}
#contact_form .inner .contact_btn .btn a,
#contact_form .inner .contact_btn .btn input {
  transition: 0.4s;
  background: #94bd44;
  border: none;
  max-width: 18vw;
  width: 100%;
  border-radius: 100px;
  background: #94bd44;
  border: 2px solid #94bd44;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1vw 0;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  font-size: 1.25vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .contact_btn .btn a,
  #contact_form .inner .contact_btn .btn input {
    max-width: 250px;
    padding: 20px 0;
    font-size: 16px;
    padding: 10px 0;
  }
}
#contact_form .inner .contact_btn .btn a:hover,
#contact_form .inner .contact_btn .btn input:hover {
  background-color: #fff;
  color: #94bd44;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .contact_btn .btn.back_btn {
    width: 160px;
  }
}
#contact_form .inner .contact_btn .btn.back_btn input {
  background: #fff;
  border-color: #000;
  color: #000;
}
#contact_form .inner .contact_btn .btn.back_btn input:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contact_form .inner .contact_btn .btn.back_totop {
    width: 160px;
  }
}
#contact_form .inner .contact_btn .btn.back_totop a {
  background: #4699de;
  border-color: #4699de;
  color: #fff;
}
#contact_form .inner .contact_btn .btn.back_totop a:hover {
  background: #fff;
  color: #4699de;
}
#contact_form .contact_complete_text {
  margin: 0 0 70px;
  font-size: 18px;
  line-height: 1.7;
  border-bottom: 2px dashed #94bd44;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #contact_form .contact_complete_text {
    margin: 0 0 50px;
    padding-bottom: 50px;
  }
}
#contact_form .contact_complete_text small {
  font-size: 14px;
}

.no_link a {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */