@charset "UTF-8";
/*================================================================
# セッティング
================================================================ */
/* mixin
------------------------------------------------------ */
/* フォント読み込み
------------------------------------------------------ */
@font-face {
  font-family: "NotoSans-R";
  font-weight: regular;
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans-M";
  font-weight: medium;
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans-B";
  font-weight: bold;
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Futura-Book";
  font-weight: Medium;
  src: url("../fonts/Futura Book.otf") format("opentype");
}
@font-face {
  font-family: "Futura-M";
  font-weight: Medium;
  src: url("../fonts/Futura Medium.otf") format("opentype");
}
@font-face {
  font-family: "Futura-H";
  font-weight: bold;
  src: url("../fonts/Futura Heavy.otf") format("opentype");
}
@font-face {
  font-family: "LINE-R";
  font-weight: regular;
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
}
@font-face {
  font-family: "LINE-B";
  font-weight: bold;
  src: url("../fonts/LINESeedJP_OTF_Bd.otf") format("opentype");
}
/* 基本設定
------------------------------------------------------ */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}

main {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

a {
  opacity: 1;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.is_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is_sp {
    display: block;
  }
}

.fixed {
  position: fixed;
  width: 100%;
}

/*================================================================
# ヘッダー
================================================================ */
.header {
  background-color: #fff;
  width: 100%;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header {
  }
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.3rem 6rem;
}
@media screen and (max-width: 768px) {
  .header_inner {
    position: relative;
    z-index: 20;
    padding: 1rem 2rem 1rem 1.6rem;
  }
}
.header_inner .header_logo {
  width: 18.3rem;
}
@media screen and (max-width: 768px) {
  .header_inner .header_logo {
    width: 12rem;
  }
}
.header_inner .main {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_inner .main {
    display: none;
    position: absolute;
    top: 4.8rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
  }
}
.header_inner .main .header_nav {
  display: flex;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header_inner .main .header_nav {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header_inner .main .header_nav li {
    border-bottom: 1px solid #454444;
  }
  .header_inner .main .header_nav li:nth-child(1) {
    border-top: 1px solid #454444;
  }
}
.header_inner .main .header_nav li a {
  font-size: 1.6rem;
  font-family: NotoSans-B;
  display: block;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .header_inner .main .header_nav li a {
    padding: 1rem 2rem;
  }
}
.header_inner .main .other_page_link {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .header_inner .main .other_page_link {
    margin-top: 3rem;
    justify-content: center;
  }
}
.header_inner .main .other_page_link .contact {
  background-color: #14ae67;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  font-size: 1.6rem;
  font-family: NotoSans-B;
  padding: 0.5rem 2rem;
  border-radius: 10rem;
  line-height: 1.5;
}
.header_inner .main .other_page_link .contact .icon {
  width: 1.85rem;
}
.header_inner .main .other_page_link .fb_icon {
  width: 3rem;
}
.header_inner .main .other_page_link .insta_icon {
  width: 3rem;
}
.header .button__hum {
  display: none;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .header .button__hum {
    display: block;
    width: 2.4rem;
    height: 1.8rem;
    padding: 0;
    background: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    z-index: 110;
    position: relative;
    background-color: transparent;
  }
  .header .button__hum:focus {
    outline: 0;
  }
  .header .button__hum .button__hum__line {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 2.4rem;
    height: 0.2rem;
    background-color: #14ae67;
    transition: all 0.3s;
    transform: rotate(0);
    margin-left: auto;
    margin-right: auto;
  }
  .header .button__hum .button__hum__line::before {
    content: "";
    position: absolute;
    top: -0.7rem;
    left: 0;
    width: 2.4rem;
    height: 0.2rem;
    background-color: #14ae67;
    transition: all 0.3s;
  }
  .header .button__hum .button__hum__line::after {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 2.4rem;
    height: 0.2rem;
    background-color: #14ae67;
    transition: all 0.3s;
  }
  .header .button__hum.is_active .button__hum__line {
    background-color: rgba(53, 126, 207, 0);
  }
  .header .button__hum.is_active .button__hum__line:before {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
  }
  .header .button__hum.is_active .button__hum__line:after {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
  }
}

/*================================================================
# メイン
================================================================ */
.top_mv {
  position: relative;
  z-index: 10;
}
.top_mv::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -7rem;
  background-image: url(../images/top_mv_decoration.png);
  background-size: cover;
  width: 131.9rem;
  height: 83.3rem;
  z-index: 10;
}
@media screen and (min-width: 1281px) {
  .top_mv::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top_mv::before {
    background-image: url(../images/sp_top_mv_decoration.png);
    width: 33.4rem;
    height: 50rem;
    top: 1rem;
    left: 1rem;
  }
}
.top_mv .mv_wrap {
  position: relative;
  background-image: url(../images/top_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 65rem;
  width: 100%;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .top_mv .mv_wrap {
    margin-top: 4.8rem;
    background-image: url(../images/sp_top_mv.jpg);
    height: 48rem;
    width: 100%;
  }
}
.top_mv .mv_wrap .mv_text {
  width: 100%;
  font-size: 4rem;
  font-family: NotoSans-B;
  color: #fff;
  line-height: 1.45;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top_mv .mv_wrap .mv_text {
    text-align: left;
    font-size: 3rem;
    width: 35rem;
  }
}

.intro {
  position: relative;
  background-color: #14ae67;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
.intro::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/img_intro_decoration.png);
  background-size: cover;
  width: 135.8rem;
  height: 60rem;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .intro::before {
    background-image: url(../images/sp_img_intro_decoration.png);
    width: 28rem;
    height: 44rem;
    top: 12rem;
    left: 46%;
  }
}
.intro .inner {
  padding: 11rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .intro .inner {
    padding: 5rem 2rem 6rem;
  }
}
.intro .inner .section_title {
  text-align: center;
  font-size: 4.5rem;
  font-family: NotoSans-B;
  border-bottom: 0.5rem solid #ffcf34;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .intro .inner .section_title {
    font-size: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.intro .inner .main_text {
  font-size: 2.2rem;
  line-height: 2.18;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: NotoSans-B;
  margin-top: 4rem;
}
.intro .inner .main_text::before,
.intro .inner .main_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.intro .inner .main_text::before {
  margin-top: calc((1 - 2.18) * 0.5em);
}
.intro .inner .main_text::after {
  margin-bottom: calc((1 - 2.18) * 0.5em);
}
@media screen and (max-width: 768px) {
  .intro .inner .main_text {
    font-size: 1.8rem;
    text-align: left;
  }
}

.about {
  padding: 8rem 0 23rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 5rem 0 10rem;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 48%;
  transform: translateX(-50%);
  background-image: url(../images/img_about_decoration.png);
  background-size: cover;
  width: 142.3rem;
  height: 100.6rem;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .about::before {
    background-image: url(../images/sp_img_about_decoration.png);
    width: 42rem;
    height: 100%;
    background-size: 100%;
    background-repeat: repeat;
    left: 50%;
    top: 10rem;
  }
}
.about .inner {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about .inner {
    padding: 0 2rem;
  }
}
.about .inner .section_title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about .inner .section_title h3 {
  font-size: 3.6rem;
  line-height: 1.94;
  font-family: NotoSans-B;
}
.about .inner .section_title h3::before,
.about .inner .section_title h3::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.about .inner .section_title h3::before {
  margin-top: calc((1 - 1.94) * 0.5em);
}
.about .inner .section_title h3::after {
  margin-bottom: calc((1 - 1.94) * 0.5em);
}
@media screen and (max-width: 768px) {
  .about .inner .section_title h3 {
    font-size: 2.5rem;
  }
}
.about .inner .section_title h3 span {
  padding-bottom: 0.5rem;
  border-bottom: 0.5rem solid #ffcf34;
}
.about .inner .main {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .about .inner .main {
    margin-top: 7rem;
  }
}
.about .inner .main .main_items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .inner .main .main_items {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.about .inner .main .main_items .item {
  width: 28.1rem;
}
@media screen and (max-width: 768px) {
  .about .inner .main .main_items .item {
    width: 100%;
  }
}
.about .inner .main .main_items .item_image {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about .inner .main .main_items .item_image {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.about .inner .main .main_items .item_head {
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: NotoSans-B;
  margin-top: 4.4rem;
  text-align: center;
  display: block;
}
.about .inner .main .main_items .item_head::before,
.about .inner .main .main_items .item_head::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.about .inner .main .main_items .item_head::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.about .inner .main .main_items .item_head::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 768px) {
  .about .inner .main .main_items .item_head {
    margin-top: 2.5rem;
  }
}
.about .inner .main .main_items .item_text {
  font-size: 1.7rem;
  line-height: 1.7;
  font-family: NotoSans-M;
  margin-top: 3rem;
  color: #454444;
}
.about .inner .main .main_items .item_text::before,
.about .inner .main .main_items .item_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.about .inner .main .main_items .item_text::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.about .inner .main .main_items .item_text::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
@media screen and (max-width: 768px) {
  .about .inner .main .main_items .item_text {
    margin-top: 2rem;
  }
}
.about .inner .main .main_items .item.item1 .item_head {
  color: #14ae67;
}
.about .inner .main .main_items .item.item2 .item_head {
  color: #40c9ff;
}
.about .inner .main .main_items .item.item3 .item_head {
  color: #ff524b;
}

.voice {
  background-color: #40c9ff;
}
.voice .inner {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6.5rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .voice .inner {
    padding: 5rem 2rem 6rem;
  }
}
.voice .inner .section_title {
  color: #fff;
  font-size: 3.6rem;
  font-family: NotoSans-B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice .inner .section_title {
    font-size: 2.5rem;
  }
}
.voice .inner .section_title_en {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 0.5rem solid #ffcf34;
  font-family: Futura-M;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.voice .inner .main .main_items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  .voice .inner .main .main_items .item {
    flex-direction: column;
  }
}
.voice .inner .main .main_items .item .comment_area {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .voice .inner .main .main_items .item .comment_area {
    width: 100%;
    margin-top: 4rem;
  }
}
.voice .inner .main .main_items .item .comment_area p {
  font-size: 1.7rem;
  line-height: 1.5;
  font-family: NotoSans-M;
  background-color: #fff;
  padding: 2rem 3.7rem;
  border-radius: 6rem;
  position: relative;
  color: #454444;
}
@media screen and (max-width: 768px) {
  .voice .inner .main .main_items .item .comment_area p {
    border-radius: 2rem;
  }
}
.voice .inner .main .main_items .item .comment_area p::after {
  content: "";
  position: absolute;
  top: 50%;
}
.voice .inner .main .main_items .item .comment_area p:nth-child(n + 2) {
  margin-top: 3.3rem;
}
@media screen and (max-width: 768px) {
  .voice .inner .main .main_items .item .comment_area p:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .voice
    .inner
    .main
    .main_items
    .item
    .comment_area
    p:nth-child(n + 2)::after {
    display: none;
  }
}
.voice .inner .main .main_items .item .image_area {
  position: relative;
  z-index: 0;
}
.voice .inner .main .main_items .item .image_area .concave_box {
  background-color: #06a3e2;
  width: 28.5rem;
  height: 22.7rem;
  border-radius: 3rem;
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.16) inset;
  position: relative;
  z-index: -5;
}
.voice .inner .main .main_items .item .image_area .concave_box .box_lead {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  color: #fff;
  font-family: NotoSans-B;
  background-color: #000;
  padding: 0.7rem 1.6rem 0.9rem;
  border-radius: 0 3rem 0 3rem;
  text-align: center;
  min-width: 14rem;
  z-index: 10;
}
.voice .inner .main .main_items .item .image_area .concave_box .avatar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .voice .inner .main .main_items .item.item1 {
    flex-direction: column-reverse;
  }
}
.voice .inner .main .main_items .item.item1 .comment_area p::after {
  right: -1.8rem;
  transform: translateY(-37%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 2.1rem;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 768px) {
  .voice .inner .main .main_items .item.item1 .comment_area p::after {
    transform: rotate(-90deg) translateY(0) translateX(-50%);
    left: 50%;
    top: -3rem;
  }
}
.voice
  .inner
  .main
  .main_items
  .item.item1
  .comment_area
  p:nth-child(n + 2)::after {
  transform: translateY(-90%);
}
.voice .inner .main .main_items .item.item1 .image_area .avatar {
  width: 19.7rem;
}
.voice .inner .main .main_items .item.item2 p::after {
  left: -1.8rem;
  transform: translateY(-37%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 2.1rem 1.2rem 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 768px) {
  .voice .inner .main .main_items .item.item2 p::after {
    transform: rotate(90deg) translateY(0) translateX(-50%);
    left: 50%;
    top: -1rem;
  }
}
.voice .inner .main .main_items .item.item2 p:nth-child(n + 2)::after {
  transform: translateY(-60%);
}
.voice .inner .main .main_items .item.item2 .image_area .avatar {
  width: 22.5rem;
}

.price {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6.5rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 5rem 2rem 6rem;
  }
}
.price .section_title {
  font-size: 3.6rem;
  font-family: NotoSans-B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .section_title {
    font-size: 2.5rem;
  }
}
.price .section_title_en {
  font-size: 1.6rem;
  color: #a5a5a5;
  border-bottom: 0.5rem solid #ffcf34;
  font-family: Futura-M;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.price .table_lead {
  font-size: 1.9rem;
  font-family: NotoSans-M;
  text-align: center;
  margin-top: 4rem;
}
.price .price_table {
  width: 100%;
  margin-top: 4rem;
  border-collapse: collapse;
  border-bottom: 1px solid #707070;
}
.price .price_table .table_head {
  border-bottom: 3px solid #454444;
}
.price .price_table .table_head th {
  background-color: #14ae67;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.4rem;
  text-align: center;
  border-top: none;
  font-family: LINE-B;
}
.price .price_table .table_head th:nth-child(1) {
  border-left: none;
}
.price .price_table td,
.price .price_table th {
  border: none;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .price .price_table td,
  .price .price_table th {
    vertical-align: middle;
  }
}
.price .price_table td {
  font-size: 1.6rem;
  padding: 1.05rem 0;
  line-height: 1.5;
  color: #707070;
}
.price .price_table td:nth-child(1) {
  font-family: NotoSans-B;
  border-left: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .price_table td:nth-child(1) {
    width: 6rem;
  }
}
.price .price_table td:nth-child(2) {
  font-family: NotoSans-M;
  text-align: right;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .price .price_table td:nth-child(2) {
    padding-right: 1rem;
    width: 9rem;
  }
}
.price .price_table td:nth-child(3) {
  font-family: NotoSans-R;
  padding-left: 1.3rem;
}

.staff {
  background-color: #ffcf34;
  padding: 6.5rem 0 13rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 5rem 2rem 6.5rem;
  }
}
.staff::before {
  content: "";
  position: absolute;
  top: -2.1rem;
  left: 48.5%;
  transform: translateX(-50%);
  width: 136rem;
  height: 85.25rem;
  background-image: url(../images/img_staff_decoration.png);
  background-size: cover;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .staff::before {
    background-image: url(../images/sp_img_staff_decoration.png);
    width: 47rem;
    height: 100%;
    background-size: 100%;
    background-repeat: repeat;
    left: 50%;
    top: 1rem;
  }
}
.staff .section_title {
  font-size: 3.6rem;
  font-family: NotoSans-B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff .section_title {
    font-size: 2.5rem;
  }
}
.staff .section_title_en {
  font-size: 1.6rem;
  color: #ba9623;
  border-bottom: 0.5rem solid #ffffff;
  font-family: Futura-M;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.staff .inner {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.staff .inner .main {
  margin-top: 5rem;
}
.staff .inner .main .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .staff .inner .main .items {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.staff .inner .main .items .item {
  width: 43.4rem;
  max-width: 100%;
}
.staff .inner .main .items .item .image_box {
  position: relative;
}
.staff .inner .main .items .item .image_box img {
  border-radius: 4rem;
}
.staff .inner .main .items .item .image_box .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  color: #ffffff;
  border-radius: 0 3rem 0 3rem;
  font-family: LINE-B;
  font-size: 2.4rem;
  color: #ffffff;
  min-width: 15rem;
  padding: 1.5rem 0;
  text-align: center;
}
.staff .inner .main .items .item .main_text {
  margin-top: 3.5rem;
  font-size: 1.7rem;
  font-family: NotoSans-M;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #454444;
}
.staff .inner .main .items .item .main_text::before,
.staff .inner .main .items .item .main_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.staff .inner .main .items .item .main_text::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.staff .inner .main .items .item .main_text::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
@media screen and (max-width: 768px) {
  .staff .inner .main .items .item .main_text {
    font-size: 1.6rem;
  }
}

.faq {
  background-color: #14ae67;
  padding: 6.65rem 0 10rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 5rem 2rem 5rem;
  }
}
.faq::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 49%;
  transform: translateX(-50%);
  width: 128.4rem;
  height: 118.8rem;
  background-image: url(../images/img_faq_decoration.png);
  background-size: cover;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .faq::before {
    background-image: url(../images/sp_img_faq_decoration.png);
    width: 43rem;
    height: 100%;
    background-size: 100%;
    background-repeat: repeat;
    left: 50%;
    top: 1rem;
  }
}
.faq .inner {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq .inner .section_title {
  font-size: 3.6rem;
  font-family: NotoSans-B;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq .inner .section_title {
    font-size: 2.5rem;
  }
}
.faq .inner .section_title_en {
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 0.5rem solid #ffcf34;
  font-family: Futura-M;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.faq .inner .main .faq_unit {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .faq .inner .main .faq_unit {
    margin-top: 5rem;
  }
}
.faq .inner .main .faq_unit p {
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  box-shadow: 4px 4px 0px 0px #0d7143;
}
@media screen and (max-width: 768px) {
  .faq .inner .main .faq_unit p {
    border-radius: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.faq .inner .main .faq_unit p span {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2.4rem;
  font-family: Futura-M;
  line-height: 1;
  z-index: 0;
  width: 5rem;
  flex: none;
}
@media screen and (max-width: 768px) {
  .faq .inner .main .faq_unit p span {
    font-size: 2rem;
    width: 4rem;
  }
}
.faq .inner .main .faq_unit p span::after {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .faq .inner .main .faq_unit p span::after {
    width: 4rem;
    height: 4rem;
  }
}
.faq .inner .main .faq_unit p.q_text {
  padding: 2.4rem 2.4rem 2.2rem;
  font-size: 1.8rem;
  font-family: NotoSans-B;
}
@media screen and (max-width: 768px) {
  .faq .inner .main .faq_unit p.q_text {
    padding: 2.4rem 1rem 2.4rem 1rem;
    font-size: 1.6rem;
  }
}
.faq .inner .main .faq_unit p.q_text span::after {
  background-color: #40c9ff;
}
.faq .inner .main .faq_unit p.a_text {
  padding: 2.4rem 2.6rem 3.3rem 2.4rem;
  font-size: 1.6rem;
  font-family: NotoSans-M;
  line-height: 1.5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .faq .inner .main .faq_unit p.a_text {
    padding: 2.4rem 1rem 2.4rem 1rem;
  }
}
.faq .inner .main .faq_unit p.a_text span::after {
  background-color: #ff524b;
}
.faq .inner .main .btn {
  width: 30.5rem;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  font-family: NotoSans-B;
  letter-spacing: 0.025em;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  border-radius: 0.4rem;
}
.faq .inner .main .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.png);
  background-size: cover;
  height: 1.5rem;
  width: 1.5rem;
}

.access {
  background-color: #f8f8f5;
  padding: 6rem 0 7.2rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 5rem 2rem 7rem;
  }
}
.access .inner {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.access .inner .section_title {
  font-size: 3.6rem;
  font-family: NotoSans-B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access .inner .section_title {
    font-size: 2.5rem;
  }
}
.access .inner .section_title_en {
  font-size: 1.6rem;
  color: #a5a5a5;
  border-bottom: 0.5rem solid #ffcf34;
  font-family: Futura-M;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.access .inner .address {
  font-family: NotoSans-M;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 4.7rem;
  text-align: center;
  color: #707070;
}
.access .inner .address::before,
.access .inner .address::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.access .inner .address::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.access .inner .address::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.access .inner .gmap {
  margin-top: 5.2rem;
  width: 100%;
  height: 32rem;
}
.access .inner .flex_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .access .inner .flex_wrap {
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 5rem;
  }
}
.access .inner .flex_wrap .flex_item {
  width: 42.7rem;
  border-radius: 3rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access .inner .flex_wrap .flex_item {
    width: 100%;
    border-radius: 2rem;
  }
}
.access .inner .flex_wrap .flex_item .box_head {
  background-color: #14ae67;
  color: #ffffff;
  font-size: 2.4rem;
  font-family: LINE-B;
  display: block;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .access .inner .flex_wrap .flex_item .box_head {
    font-size: 2rem;
  }
}
.access .inner .flex_wrap .flex_item .box_text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2.2rem 0 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: NotoSans-R;
}
.access .inner .flex_wrap .flex_item .box_text::before,
.access .inner .flex_wrap .flex_item .box_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.access .inner .flex_wrap .flex_item .box_text::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.access .inner .flex_wrap .flex_item .box_text::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .access .inner .flex_wrap .flex_item .box_text {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.facebook {
  padding-top: 7.2rem;
  padding-bottom: 6.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .facebook {
    padding: 5rem 2rem 7rem;
  }
}
.facebook::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 48%;
  transform: translateX(-50%);
  width: 143.5rem;
  height: 65.1rem;
  background-image: url(../images/img_fb_decoration.png);
  background-size: cover;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .facebook::before {
    background-image: url(../images/sp_img_fb_decoration.png);
    width: 40rem;
    height: 100%;
    background-size: 100%;
    background-repeat: repeat;
    left: 50%;
    top: 1rem;
  }
}
.facebook .inner .section_title {
  font-size: 3.8rem;
  font-family: Futura-H;
  text-align: center;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facebook .inner .section_title {
    font-size: 2.7rem;
  }
}
.facebook .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffcf34;
  width: 6rem;
  height: 0.5rem;
}
.facebook .inner .lead_text {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin-top: 3.7rem;
  line-height: 1.875;
  font-family: NotoSans-R;
  color: #707070;
}
.facebook .inner .lead_text::before,
.facebook .inner .lead_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.facebook .inner .lead_text::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}
.facebook .inner .lead_text::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}
.facebook .inner .fb_wrap {
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  max-width: 100%;
}
.facebook .inner .btn {
  width: 30.5rem;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #14ae67;
  font-size: 1.6rem;
  font-family: NotoSans-B;
  letter-spacing: 0.025em;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  border-radius: 0.4rem;
}
.facebook .inner .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.png);
  background-size: cover;
  height: 1.5rem;
  width: 1.5rem;
}

.footer {
  padding-top: 6.5rem;
  padding-bottom: 2.6rem;
  background-color: #f8f8f5;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.footer .front_decoration {
  width: 124.8rem;
  overflow: hidden;
  position: absolute;
  top: -15rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .footer .front_decoration {
    display: none;
  }
}
.footer .footer_inner {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer_inner .footer_link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer_link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer_inner .footer_link li {
  position: relative;
}
.footer .footer_inner .footer_link li::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #707070;
  position: absolute;
  top: 50%;
  right: -1.3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer_link li::after {
    display: none;
  }
}
.footer .footer_inner .footer_link li:nth-last-child(1)::after {
  display: none;
}
.footer .footer_inner .footer_link li a {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #454444;
  font-family: NotoSans-M;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer_link li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.footer .footer_inner .footer_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5.5rem;
  column-gap: 5.5rem;
  margin-top: 5rem;
  margin-left: 7rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer_logos {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    margin-left: 0;
  }
}
.footer .footer_inner .footer_logos .logo {
  width: 16.2rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer_logos .logo {
    width: 12rem;
  }
}
.footer .footer_inner .footer_logos p {
  font-size: 1.6rem;
  font-family: NotoSans-R;
  line-height: 1.6;
  color: #454444;
}
.footer .footer_inner .footer_logos p::before,
.footer .footer_inner .footer_logos p::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.footer .footer_inner .footer_logos p::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}
.footer .footer_inner .footer_logos p::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.footer .footer_inner .footer_infos {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 68rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer_infos {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.footer .footer_inner .footer_infos .info_box .box_head {
  font-size: 2.1rem;
  font-family: NotoSans-M;
  color: #14ae67;
  margin-bottom: 2rem;
  display: block;
}
.footer .footer_inner .footer_infos .info_box p {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: NotoSans-R;
  color: #454444;
}
.footer .footer_inner .footer_infos .info_box p::before,
.footer .footer_inner .footer_infos .info_box p::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.footer .footer_inner .footer_infos .info_box p::before {
  margin-top: calc((1 - 1.625) * 0.5em);
}
.footer .footer_inner .footer_infos .info_box p::after {
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.footer .footer_inner .footer_infos .info_box p span {
  margin-top: 2.5rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer .footer_inner .footer_infos .info_box p span::before,
.footer .footer_inner .footer_infos .info_box p span::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.footer .footer_inner .footer_infos .info_box p span::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.footer .footer_inner .footer_infos .info_box p span::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.footer .footer_inner .copyright {
  margin-top: 8.5rem;
  text-align: center;
  font-family: Futura-Book;
  font-size: 1.4rem;
  color: #454444;
}

/*================================================================
# コンタクトフォーム
================================================================ */
.page-contact {
  margin-bottom: 17rem;
}
.page-contact .contact_mv {
  position: relative;
  z-index: 0;
}
.page-contact .contact_mv .mv_wrap {
  position: relative;
  background-image: url(../images/img_contact_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 40rem;
  width: 100%;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_mv .mv_wrap {
    background-position-x: -60rem;
    margin-top: 4.8rem;
  }
}
.page-contact .contact_mv .mv_wrap::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: -2rem;
  background-image: url(../images/img_contact_mv_decoration.png);
  background-size: cover;
  width: 127rem;
  height: 41.4rem;
}
@media screen and (min-width: 1281px) {
  .page-contact .contact_mv .mv_wrap::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .page-contact .contact_mv .mv_wrap::before {
    top: 8rem;
    left: -7rem;
    width: 28rem;
    height: 30.4rem;
  }
}
.page-contact .contact_mv .mv_wrap .mv_text {
  width: 100%;
  text-align: center;
  padding-top: 18rem;
}
.page-contact .contact_mv .mv_wrap .mv_text h2 {
  color: #ffffff;
  font-size: 3.5rem;
  font-family: NotoSans-B;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_mv .mv_wrap .mv_text h2 {
    font-size: 3rem;
  }
}
.page-contact .contact_mv .mv_wrap .mv_text span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  color: #ffcf34;
  font-family: Futura-M;
}
.page-contact .contact_form {
  position: relative;
  z-index: 0;
}
.page-contact .contact_form .inner {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner {
    padding: 5rem 2rem 0;
  }
}
.page-contact .contact_form .inner .form_block:nth-child(n + 2) {
  margin-top: 4rem;
}
.page-contact .contact_form .inner .form_block .block_head {
  font-size: 1.8rem;
  font-family: NotoSans-B;
  color: #707070;
  padding-left: 1rem;
  border-left: 0.5rem solid #14ae67;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block .block_head {
    margin-bottom: 1rem;
  }
}
.page-contact .contact_form .inner .form_block .block_head span {
  color: #ff0000;
  font-size: 1.4rem;
  font-family: LINE-R;
  margin-left: 0.5rem;
}
.page-contact .contact_form .inner .form_block .two_form {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block .two_form {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.page-contact .contact_form .inner .form_block .two_form .form {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block .two_form .form {
    width: 100%;
  }
}
.page-contact .contact_form .inner .form_block .two_form .form .head {
  font-size: 1.6rem;
  font-family: NotoSans-R;
  color: #707070;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block .two_form .form .head {
    margin-bottom: 0.5rem;
  }
}
.page-contact .contact_form .inner .form_block .two_form .form input {
  width: 35rem;
  height: 3rem;
  border: 1px solid #707070;
  font-size: 1.6rem;
  font-family: NotoSans-R;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block .two_form .form input {
    width: 100%;
  }
}
.page-contact .contact_form .inner .form_block .two_form .form .block_head {
  width: 100%;
}
.page-contact .contact_form .inner .form_block .radios {
  font-size: 1.6rem !important;
  font-family: NotoSans-R;
  color: #707070;
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block .radios {
    flex-direction: column;
    align-items: start;
    row-gap: 0.5rem;
  }
}
.page-contact .contact_form .inner .form_block .radios .item {
  display: flex;
  align-items: center;
}
.page-contact .contact_form .inner .form_block .radios input {
  transform: scale(1.2);
  margin-right: 1rem;
}
.page-contact .contact_form .inner .form_block .note {
  font-size: 1.6rem;
  font-family: NotoSans-R;
  color: #707070;
}
.page-contact .contact_form .inner .form_block.name .form span {
  margin-right: 3rem;
}
.page-contact .contact_form .inner .form_block.name_kana .form span {
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block.tell_email .two_form {
    row-gap: 0;
  }
  .page-contact .contact_form .inner .form_block.tell_email .form:nth-child(2) {
    margin-top: 4rem;
  }
}
.page-contact .contact_form .inner .form_block.text_area .form .block_head {
  margin-bottom: 1.3rem;
}
.page-contact .contact_form .inner .form_block.text_area .form .note {
  margin-bottom: 1.6rem;
}
.page-contact .contact_form .inner .form_block.text_area .form textarea {
  width: 100%;
  border: 1px solid #707070;
  font-size: 1.6rem;
  height: 26.5rem;
}
.page-contact .contact_form .inner .form_block.privacy .privacy_text {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 1.6rem;
  font-family: NotoSans-R;
  color: #707070;
  padding: 2rem 1.1rem 3rem 2rem;
  line-height: 1.5;
}
.page-contact .contact_form .inner .form_block.privacy .privacy_text::before,
.page-contact .contact_form .inner .form_block.privacy .privacy_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.page-contact .contact_form .inner .form_block.privacy .privacy_text::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.page-contact .contact_form .inner .form_block.privacy .privacy_text::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .inner .form_block.privacy .privacy_text {
    font-size: 1.4rem;
  }
}
.page-contact .contact_form .inner input,
.page-contact .contact_form .inner textarea {
  font-family: NotoSans-R;
  padding: 0 0.5rem;
}
.page-contact .contact_form .send_text {
  font-size: 1.6rem;
  font-family: NotoSans-R;
  color: #707070;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .send_text {
    font-size: 1.4rem;
  }
}
.page-contact .contact_form .submit_btn {
  padding: 0;
  color: #ffffff;
  background-color: #ff524b;
  width: 30.5rem;
  height: 6.5rem;
  border-radius: 0.4rem;
  margin-top: 4.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_form .submit_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-contact .contact_form .submit_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.png);
  background-size: cover;
  height: 1.5rem;
  width: 1.5rem;
}
.page-contact .contact_form .submit_btn input {
  font-size: 1.6rem;
  font-family: NotoSans-B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mail_text {
  font-size: 3rem;
  font-family: NotoSans-B;
  line-height: 1.3;
  padding: 20rem 0;
}
@media screen and (max-width: 768px) {
  .mail_text {
    font-size: 2rem;
    padding: 10rem 0 5rem;
  }
}
.mail_text a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  padding: 1rem 0;
  width: 30.5rem;
  background-color: #14ae67;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .mail_text a {
    font-size: 1.8rem;
  }
}
.mail_text input {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  padding: 1rem 0;
  width: 30.5rem;
  background-color: #14ae67;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .mail_text input {
    font-size: 1.8rem;
  }
}

.grecaptcha-badge{
  z-index: 10;
}