@charset "UTF-8";
.footer_upper {
  position: relative;
  background-color: #f0ebeb;
}
.footer_upper_wrapper {
  width: 44%;
  margin: 0 auto;
  padding-left: 86px;
}
@media (max-width: 1700px) {
  .footer_upper_wrapper {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 1700px) and (max-width: 1400px) {
  .footer_upper_wrapper {
    width: 70%;
  }
}
@media (max-width: 1700px) and (max-width: 1000px) {
  .footer_upper_wrapper {
    width: 85%;
  }
}
@media (max-width: 1700px) and (max-width: 794px) {
  .footer_upper_wrapper {
    width: 90%;
  }
}
.footer_upper_wrapper .center_line {
  border-right: 1px solid black;
}
@media (max-width: 794px) {
  .footer_upper_wrapper .center_line {
    border-right: none;
  }
}
.footer_upper_wrapper ul {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
}
@media (max-width: 500px) {
  .footer_upper_wrapper ul {
    display: block;
    text-align: center;
  }
}
.footer_upper_wrapper ul li {
  font-size: 18px;
  letter-spacing: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 794px) {
  .footer_upper_wrapper ul li {
    font-size: 15px;
    padding-right: 0;
    padding: 2vw;
  }
}
.footer_upper_wrapper ul .first {
  padding-right: 27px;
}
@media (max-width: 794px) {
  .footer_upper_wrapper ul .first {
    padding-right: unset;
  }
}
.footer_upper_wrapper ul .second {
  padding-right: 21px;
}
@media (max-width: 794px) {
  .footer_upper_wrapper ul .second {
    padding-right: unset;
  }
}
.footer_upper_wrapper ul .fifth {
  letter-spacing: 2px;
}

.footer_center {
  background-image: url(../img/top_ill21.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 59px;
}
.footer_center_wrapper {
  text-align: center;
}
.footer_center_wrapper .tel {
  width: 302px;
}
@media (max-width: 794px) {
  .footer_center_wrapper .tel {
    width: 280px;
  }
}
.footer_center_wrapper p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 4.5px;
  line-height: 30px;
  margin-top: 30px;
  padding-left: 28px;
}
@media (max-width: 794px) {
  .footer_center_wrapper p {
    padding-left: 0px;
  }
}
.footer_center_wrapper p .app {
  display: none;
}
@media (max-width: 420px) {
  .footer_center_wrapper p .app {
    display: inline;
  }
}

.footer_bottom_wrapper {
  padding-top: 50px;
  width: 70%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media (max-width: 1400px) {
  .footer_bottom_wrapper {
    width: 100%;
  }
}
@media (max-width: 794px) {
  .footer_bottom_wrapper {
    width: 95%;
  }
}
.footer_bottom_wrapper img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .footer_bottom_wrapper img {
    width: 280px;
    object-fit: cover;
  }
}
.footer_bottom_wrapper p {
  font-size: 18px;
  margin-bottom: 0;
}
.footer_bottom_wrapper p .app {
  display: none;
}
@media (max-width: 500px) {
  .footer_bottom_wrapper p .app {
    display: inline;
  }
}
.footer_bottom_wrapper .footer_line {
  width: 255px;
  margin: 0 auto;
}
.footer_bottom_wrapper .footer_line:hover {
  transition: 0.5s;
  opacity: 0.9;
}
.footer_bottom_wrapper .footer_logo {
  width: 253px;
}
.footer_bottom_wrapper .footer_line {
  width: 253px;
  height: 107px;
  margin-top: 45px;
  margin-bottom: 36px;
}
@media (max-width: 500px) {
  .footer_bottom_wrapper .footer_line {
    width: 253px;
    object-fit: cover;
  }
}
.footer_bottom_wrapper .bottom_under {
  display: flex;
  text-align: left;
  justify-content: space-evenly;
}
@media (max-width: 1700px) {
  .footer_bottom_wrapper .bottom_under {
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .footer_bottom_wrapper .bottom_under {
    flex-direction: column;
  }
}
.footer_bottom_wrapper .bottom_under .bottom_left {
  position: relative;
  left: 160px;
  top: -5px;
}
@media (max-width: 1000px) {
  .footer_bottom_wrapper .bottom_under .bottom_left {
    position: inherit;
    text-align: center;
    order: 2;
  }
}
.footer_bottom_wrapper .bottom_under .bottom_left .title {
  font-size: 16px;
}
.footer_bottom_wrapper .bottom_under .bottom_left .tel {
  font-size: 18px;
}
.footer_bottom_wrapper .bottom_under .bottom_left .add {
  font-size: 15px;
}
.footer_bottom_wrapper .bottom_under .bottom_center {
  position: relative;
  top: 21px;
  left: 80px;
}
@media (max-width: 1000px) {
  .footer_bottom_wrapper .bottom_under .bottom_center {
    display: none;
  }
}
.footer_bottom_wrapper .bottom_under .bottom_right {
  position: relative;
  right: 21px;
  top: 9px;
}
@media (max-width: 1000px) {
  .footer_bottom_wrapper .bottom_under .bottom_right {
    position: inherit;
    text-align: center;
    order: 1;
    line-height: 30px;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
}
.footer_bottom_wrapper .bottom_under .bottom_right p {
  font-size: 14px;
  letter-spacing: 1px;
}
.footer_bottom_wrapper .bottom_under .bottom_right .space {
  letter-spacing: -1.8px;
}

.footer_under {
  margin-top: 50px;
  text-align: center;
  color: #b7999b;
  background-color: #f0ebeb;
}
.footer_under p {
  font-size: 12px;
  padding: 10px 0;
  margin: 0;
}

.guide {
  width: 85px;
  position: fixed;
  bottom: 150px;
  right: 0px;
  z-index: 10;
}
@media (max-width: 1000px) {
  .guide {
    object-fit: cover;
    width: 85px;
    bottom: 80px;
    right: 0px;
  }
}
@media (max-width: 794px) {
  .guide {
    width: 100px;
    bottom: 30px;
    right: 0px;
  }
}

.guide:hover {
  opacity: 0.9;
  cursor: pointer;
  transition: 0.5s;
}

.line_right {
  width: 57px;
  position: absolute;
  top: -113px;
  right: 0;
}
@media (max-width: 794px) {
  .line_right {
    object-fit: cover;
    width: 40px;
  }
}

#header {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100vw;
}

.header_wrapper {
  display: flex;
  width: 100%;
  padding: 1vw 3vw 1vw 4vw;
  align-items: center;
}
@media (max-width: 1000px) {
  .header_wrapper {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}
.header_wrapper .header_left {
  width: 21%;
  max-width: 309.8px;
}
@media (max-width: 1400px) {
  .header_wrapper .header_left {
    width: 25%;
  }
}
@media (max-width: 794px) {
  .header_wrapper .header_left {
    width: 200px;
  }
}
.header_wrapper .header_left img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .header_wrapper .header_left img {
    width: 100%;
    object-fit: cover;
  }
}
.header_wrapper .header_center {
  width: 80%;
}
@media (max-width: 1400px) {
  .header_wrapper .header_center {
    width: 50%;
  }
}
@media (max-width: 1400px) and (max-width: 1000px) {
  .header_wrapper .header_center {
    order: 3;
    position: relative;
    width: 10%;
  }
}
.header_wrapper .header_center .desk_ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_wrapper .header_center li {
  display: inline-block;
  margin-right: 2.7vw;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .header_wrapper .header_center li {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .header_wrapper .header_center li {
    display: list-item;
    height: 10vh;
    min-height: 60px;
  }
}
.header_wrapper .header_center .l-s {
  letter-spacing: 1px;
}
@media (max-width: 1000px) {
  .header_wrapper .header_center .desk_menu {
    display: none;
  }
}
.header_wrapper .header_right {
  width: 20%;
}
@media (max-width: 1400px) {
  .header_wrapper .header_right {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .header_wrapper .header_right {
    width: 60%;
  }
}
@media (max-width: 794px) {
  .header_wrapper .header_right {
    width: 40%;
  }
}
.header_wrapper .header_right img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .header_wrapper .header_right img {
    width: 250px;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .header_wrapper .header_right img {
    order: 2;
    object-position: -10px;
    width: 200px;
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .header_wrapper .header_right img {
    display: none;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  position: absolute;
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  display: none;
}
@media (max-width: 1000px) {
  .hamburger {
    display: inline;
    position: absolute;
    right: -20px;
    top: -20px;
  }
}
@media (max-width: 500px) {
  .hamburger {
    right: -5px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: #b3020b;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: none;
}
@media (max-width: 1000px) {
  nav.globalMenuSp {
    display: none;
  }
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  padding-top: 8vw;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}
@media (max-width: 1000px) {
  nav.globalMenuSp.active {
    display: inline;
  }
}

.is-animation {
  animation-name: fadeInheader;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media (max-width: 1000px) {
  .is-animation {
    animation-name: fadeInheader_desktop;
  }
}
@media (max-width: 420px) {
  .is-animation {
    animation-name: fadeInheader_us;
  }
}
.is-animation .header-left {
  padding-bottom: 0.6vw;
}

@keyframes fadeInheader {
  0% {
    height: 150px;
  }
  100% {
    height: 140px;
  }
}
@keyframes fadeInheader_desktop {
  0% {
    height: 130px;
  }
  100% {
    height: 110px;
  }
}
@keyframes fadeInheader_us {
  0% {
    height: 130px;
  }
  100% {
    height: 100px;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  white-space: nowrap;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana;
  font-style: normal;
  *font: x-small;
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
}
body a,
body a:visited,
body a:hover,
body a:active {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  opacity: 0.6;
}
body h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h3 {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items: center; /*上下中央揃え*/
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}

.op_start {
  transform: scale(1.5, 1.5);
}
@media (max-width: 794px) {
  .op_start {
    transform: scale(1.2, 1.2);
  }
}
@media (max-width: 500px) {
  .op_start {
    transform: scale(1, 1);
  }
}

main {
  padding-top: 150px;
}
@media (max-width: 500px) {
  main {
    padding-top: 10vh;
  }
}

.top_main {
  margin-bottom: 11px;
}
.top_main_wrapper {
  width: 1325px;
  margin-left: 25.6vw;
  height: 667px;
  position: relative;
}
@media (max-width: 1700px) {
  .top_main_wrapper {
    margin-left: 10%;
  }
}
@media (max-width: 1400px) {
  .top_main_wrapper {
    width: 100%;
    margin: 0;
    height: auto;
    top: 20px;
  }
}
.top_main_wrapper .main_top {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  z-index: -1;
}
.top_main_wrapper .main_text {
  position: absolute;
  top: 17%;
  left: -7.5%;
}
@media (max-width: 1700px) {
  .top_main_wrapper .main_text {
    left: 0;
  }
}
@media (max-width: 1400px) {
  .top_main_wrapper .main_text {
    left: 10%;
  }
}
@media (max-width: 1000px) {
  .top_main_wrapper .main_text {
    width: 50vw;
  }
}
@media (max-width: 500px) {
  .top_main_wrapper .main_text {
    top: 10%;
    left: 7%;
    width: 55vw;
  }
}
.top_main_wrapper .main_text img {
  width: 498px;
}
@media (max-width: 1000px) {
  .top_main_wrapper .main_text img {
    object-fit: cover;
    width: 100%;
  }
}

.top_sub-main {
  background-image: url(../img/top_ill01.png);
  background-color: #f0ebeb;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  padding-bottom: 45px;
}
@media (max-width: 2450px) {
  .top_sub-main {
    background-size: contain;
  }
}
@media (max-width: 1700px) {
  .top_sub-main {
    background-size: auto 70%;
    background-position: top;
  }
}
@media (max-width: 794px) {
  .top_sub-main {
    background-size: auto 90%;
  }
}
.top_sub-main_wrapper {
  width: 96%;
  margin: 0 auto;
  padding-top: 101px;
}
@media (max-width: 794px) {
  .top_sub-main_wrapper {
    padding-top: 30px;
  }
}
.top_sub-main_wrapper .upper_wrapper {
  display: flex;
  width: 61.6%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .top_sub-main_wrapper .upper_wrapper {
    width: 80%;
    justify-content: space-around;
  }
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .upper_wrapper {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .upper_wrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
}
@media (max-width: 500px) {
  .top_sub-main_wrapper .upper_wrapper {
    width: 95%;
  }
}
.top_sub-main_wrapper .upper_wrapper img {
  display: block;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .upper_wrapper img {
    object-fit: cover;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) and (max-width: 1000px) {
  .top_sub-main_wrapper .upper_wrapper img {
    width: 90%;
    margin-bottom: 5vw;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .upper_wrapper .upper_left {
    margin: 5vw;
    order: 2;
  }
}
.top_sub-main_wrapper .upper_wrapper .upper_left img {
  width: 439px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .upper_wrapper .upper_left img {
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .upper_wrapper .upper_left img {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .upper_wrapper .upper_right {
    order: 1;
  }
}
.top_sub-main_wrapper .upper_wrapper .upper_center {
  padding-top: 60px;
  padding-left: 33px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .upper_wrapper .upper_center {
    padding-top: 20px;
  }
}
@media (max-width: 794px) {
  .top_sub-main_wrapper .upper_wrapper .upper_center {
    padding-left: 10px;
  }
}
.top_sub-main_wrapper .upper_wrapper .upper_center_title {
  width: 762px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .upper_wrapper .upper_center_title {
    width: 80%;
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .upper_wrapper .upper_center_title {
    margin: 0 auto;
  }
}
.top_sub-main_wrapper .upper_wrapper .upper_center_text {
  width: 610px;
  margin-top: 48px;
  padding-left: 5px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .upper_wrapper .upper_center_text {
    margin-left: 0;
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .upper_wrapper .upper_center_text {
    margin: 0 auto;
    margin-top: 48px;
  }
}
.top_sub-main_wrapper .under {
  margin-top: 220px;
}
.top_sub-main_wrapper .under_wrapper {
  position: relative;
  display: flex;
  width: 87%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper {
    width: 95%;
  }
}
.top_sub-main_wrapper .under_wrapper img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper img {
    object-fit: cover;
  }
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper .person {
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .under_wrapper .person {
    width: 75%;
  }
}
@media (max-width: 794px) {
  .top_sub-main_wrapper .under_wrapper .person {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .top_sub-main_wrapper .under_wrapper .person {
    width: 60%;
  }
}
@media (max-width: 420px) {
  .top_sub-main_wrapper .under_wrapper .person {
    width: 55%;
  }
}
.top_sub-main_wrapper .under_wrapper .under_left {
  position: absolute;
  left: 0;
  top: -129px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper .under_left {
    top: -185px;
  }
}
@media (max-width: 794px) {
  .top_sub-main_wrapper .under_wrapper .under_left {
    top: -200px;
    left: -40px;
  }
}
@media (max-width: 500px) {
  .top_sub-main_wrapper .under_wrapper .under_left {
    top: -200px;
    left: -51px;
  }
}
.top_sub-main_wrapper .under_wrapper .under_center_text {
  width: 731px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper .under_center_text {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .under_wrapper .under_center_text {
    width: 75%;
  }
}
@media (max-width: 794px) {
  .top_sub-main_wrapper .under_wrapper .under_center_text {
    width: 85%;
    margin-bottom: 5vw;
  }
}
@media (max-width: 500px) {
  .top_sub-main_wrapper .under_wrapper .under_center_text {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.top_sub-main_wrapper .under_wrapper .under_right_upper {
  position: absolute;
  right: 17px;
  top: -300px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper .under_right_upper {
    top: -200px;
  }
}
@media (max-width: 794px) {
  .top_sub-main_wrapper .under_wrapper .under_right_upper {
    top: -300px;
    right: -40px;
  }
}
@media (max-width: 500px) {
  .top_sub-main_wrapper .under_wrapper .under_right_upper {
    top: -275px;
    right: -60px;
  }
}
.top_sub-main_wrapper .under_wrapper .under_right_under {
  position: absolute;
  right: -95px;
  top: -17px;
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper .under_right_under {
    right: -40px;
    top: 0;
  }
}
@media (max-width: 794px) {
  .top_sub-main_wrapper .under_wrapper .under_right_under {
    right: -73px;
    top: -39px;
  }
}
@media (max-width: 500px) {
  .top_sub-main_wrapper .under_wrapper .under_right_under {
    right: -66px;
    top: unset;
    bottom: -40px;
  }
}
@media (max-width: 1400px) {
  .top_sub-main_wrapper .under_wrapper .under_right_under .right_under {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .top_sub-main_wrapper .under_wrapper .under_right_under .right_under {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .top_sub-main_wrapper .under_wrapper .under_right_under .right_under {
    width: 40%;
  }
}

.top_concept_upper {
  position: relative;
}
.top_concept_upper_wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 49px;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 1700px) {
  .top_concept_upper_wrapper {
    width: 75%;
  }
}
@media (max-width: 1400px) {
  .top_concept_upper_wrapper {
    width: 90%;
  }
}
@media (max-width: 794px) {
  .top_concept_upper_wrapper {
    margin-bottom: 20vw;
  }
}
.top_concept_upper_wrapper .side_logo {
  position: absolute;
  right: 28px;
  top: 42%;
}
@media (max-width: 794px) {
  .top_concept_upper_wrapper .side_logo {
    width: 12px;
  }
}
@media (max-width: 500px) {
  .top_concept_upper_wrapper .side_logo {
    right: 9px;
    display: none;
  }
}
@media (max-width: 1000px) {
  .top_concept_upper_wrapper .title {
    width: 170px;
  }
}
.top_concept_upper_wrapper .top_concept_upper_text {
  position: relative;
  margin-top: 45px;
}
.top_concept_upper_wrapper .top_concept_upper_text .top_text {
  width: 458px;
}
@media (max-width: 1000px) {
  .top_concept_upper_wrapper .top_concept_upper_text .top_text {
    width: 400px;
  }
}
@media (max-width: 794px) {
  .top_concept_upper_wrapper .top_concept_upper_text .top_text {
    width: 300px;
  }
}
.top_concept_upper_wrapper .top_concept_upper_text .top_car {
  position: absolute;
  right: 72px;
  bottom: -27px;
  z-index: -1;
}
@media (max-width: 1700px) {
  .top_concept_upper_wrapper .top_concept_upper_text .top_car {
    right: 0px;
  }
}
@media (max-width: 1000px) {
  .top_concept_upper_wrapper .top_concept_upper_text .top_car {
    width: 190px;
  }
}
@media (max-width: 794px) {
  .top_concept_upper_wrapper .top_concept_upper_text .top_car {
    width: 120px;
    right: -20px;
  }
}
@media (max-width: 500px) {
  .top_concept_upper_wrapper .top_concept_upper_text .top_car {
    bottom: -61px;
    right: 10px;
  }
}
.top_concept_upper_wrapper .top_concept_p_box {
  margin-top: 64px;
}
.top_concept_upper_wrapper .top_concept_p_box p {
  font-size: 18px;
  line-height: 37px;
  font-feature-settings: "palt";
  letter-spacing: 0.051em;
}
@media (max-width: 1000px) {
  .top_concept_upper_wrapper .top_concept_p_box p {
    font-size: 16px;
  }
}
@media (max-width: 794px) {
  .top_concept_upper_wrapper .top_concept_p_box p {
    white-space: pre-line;
  }
}
@media (max-width: 500px) {
  .top_concept_upper_wrapper .top_concept_p_box p {
    text-align: left;
  }
}
.top_concept_upper_wrapper .top_concept_p_box p .app {
  display: none;
}
@media (max-width: 500px) {
  .top_concept_upper_wrapper .top_concept_p_box p .app {
    display: inline;
  }
}
@media (max-width: 500px) {
  .top_concept_upper_wrapper .top_concept_p_box p .hid {
    display: none;
  }
}
.top_concept_upper_wrapper .top_concept_p_box .bottom {
  margin-top: 41px;
}
.top_concept_bottom {
  background-image: url(../img/top_ill17.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 2450px) {
  .top_concept_bottom {
    background-size: contain;
  }
}
@media (max-width: 1700px) {
  .top_concept_bottom {
    background-size: cover;
    background-position: top;
    margin-bottom: 140px;
  }
}
@media (max-width: 794px) {
  .top_concept_bottom {
    background-position: top;
    margin-bottom: 14vw;
  }
}
.top_concept_bottom_wrapper {
  width: 61%;
  margin: 0 auto;
  display: flex;
  padding-top: 128px;
}
@media (max-width: 1400px) {
  .top_concept_bottom_wrapper {
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .top_concept_bottom_wrapper {
    width: 95%;
    padding-bottom: 150px;
  }
}
@media (max-width: 794px) {
  .top_concept_bottom_wrapper {
    flex-wrap: wrap;
    padding-bottom: 31px;
    width: 80%;
  }
}
@media (max-width: 500px) {
  .top_concept_bottom_wrapper {
    width: 95%;
    padding-top: 50px;
  }
}
@media (max-width: 794px) {
  .top_concept_bottom_wrapper .box {
    margin: 0 auto;
  }
}
.top_concept_bottom_wrapper .bottom_right {
  position: relative;
  right: -8px;
  bottom: 32px;
  z-index: 10;
  text-align: center;
}
@media (max-width: 1400px) {
  .top_concept_bottom_wrapper .bottom_right {
    right: 30px;
  }
}
@media (max-width: 1000px) {
  .top_concept_bottom_wrapper .bottom_right {
    right: 9px;
  }
}
@media (max-width: 794px) {
  .top_concept_bottom_wrapper .bottom_right {
    text-align: center;
    right: unset;
    bottom: unset;
  }
}
.top_concept_bottom_wrapper .bottom_right img {
  width: 610px;
}
@media (max-width: 1700px) {
  .top_concept_bottom_wrapper .bottom_right img {
    width: 40vw;
  }
}
@media (max-width: 1400px) {
  .top_concept_bottom_wrapper .bottom_right img {
    width: 450px;
  }
}
@media (max-width: 1000px) {
  .top_concept_bottom_wrapper .bottom_right img {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .top_concept_bottom_wrapper .bottom_right img {
    width: 95%;
  }
}
.top_concept_bottom_wrapper .bottom_right p {
  margin-top: 6px;
}
.top_concept_bottom_wrapper .bottom_right .name {
  font-size: 20px;
  letter-spacing: 4px;
}
.top_concept_bottom_wrapper .bottom_right .sub_name {
  font-size: 16px;
}
.top_concept_bottom_wrapper .bottom_left {
  position: relative;
  left: -2px;
  top: 20px;
}
.top_concept_bottom_wrapper .bottom_left_text {
  width: 153px;
}
@media (max-width: 1400px) {
  .top_concept_bottom_wrapper .bottom_left_text {
    object-fit: cover;
    width: 130px;
  }
}
@media (max-width: 794px) {
  .top_concept_bottom_wrapper .bottom_left_text {
    object-fit: cover;
    width: 100px;
    margin-bottom: 5vw;
  }
}
.top_concept_bottom_wrapper .bottom_center {
  position: relative;
  left: 66px;
  top: -4px;
}
@media (max-width: 1400px) {
  .top_concept_bottom_wrapper .bottom_center {
    left: 40px;
  }
}
@media (max-width: 794px) {
  .top_concept_bottom_wrapper .bottom_center {
    left: 2vw;
    top: unset;
  }
}
.top_concept_bottom_wrapper .bottom_center p {
  font-size: 18px;
  line-height: 30px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
@media (max-width: 1000px) {
  .top_concept_bottom_wrapper .bottom_center p {
    font-size: 16px;
  }
}
@media (max-width: 794px) {
  .top_concept_bottom_wrapper .bottom_center p {
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .top_concept_bottom_wrapper .bottom_center p .hid {
    display: none;
  }
}

.top_menu {
  margin-top: -6px;
}
.top_menu_wrapper {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1400px) {
  .top_menu_wrapper {
    width: 75%;
  }
}
@media (max-width: 1000px) {
  .top_menu_wrapper {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .top_menu_wrapper {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .top_menu_wrapper .menu_title {
    width: 120px;
  }
}
.top_menu_wrapper table {
  margin: 0 auto;
  margin-top: 79px;
  text-align: left;
  font-size: 18px;
  width: 49%;
  border-collapse: collapse;
}
@media (max-width: 1400px) {
  .top_menu_wrapper table {
    width: 55%;
  }
}
@media (max-width: 1000px) {
  .top_menu_wrapper table {
    width: 60%;
  }
}
@media (max-width: 794px) {
  .top_menu_wrapper table {
    width: 90%;
    font-size: 16px;
  }
}
.top_menu_wrapper table td {
  border-bottom: 1px solid black;
  padding: 10.4px 0;
  letter-spacing: 2px;
}
@media (max-width: 500px) {
  .top_menu_wrapper table td {
    padding: 10.4px 2px;
  }
}
.top_menu_wrapper table .up {
  padding-left: 20px;
  width: 83.5%;
}
@media (max-width: 500px) {
  .top_menu_wrapper table .up {
    padding-left: 5px;
  }
}
.top_menu_wrapper p {
  margin-top: 42px;
  text-align: left;
  display: inline-block;
  font-size: 16.5px;
  line-height: 37px;
  margin-bottom: 107px;
}
@media (max-width: 794px) {
  .top_menu_wrapper p {
    font-size: 16px;
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .top_menu_wrapper p {
    margin-bottom: 50px;
  }
}
.top_menu_wrapper .btn_menu {
  margin-top: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 182px;
  color: #b3020b;
  border: 1px solid #b3020b;
  padding: 0.8vw;
  background-color: #fff;
}

.top_service {
  background-image: url(../img/top_ill21.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  color: #fff;
  margin-top: 115px;
}
.top_service_wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1700px) {
  .top_service_wrapper {
    width: 80%;
  }
}
@media (max-width: 1400px) {
  .top_service_wrapper {
    width: 95%;
  }
}
.top_service_wrapper h2 {
  padding-top: 54px;
  font-size: 29px;
}
@media (max-width: 794px) {
  .top_service_wrapper h2 {
    padding-top: 10vw;
    font-size: 24px;
  }
}
@media (max-width: 794px) {
  .top_service_wrapper .service_img_wrapper {
    width: 30%;
    margin-bottom: 2vw;
  }
}
@media (max-width: 500px) {
  .top_service_wrapper .service_img_wrapper {
    width: 48%;
  }
}
.top_service_wrapper .top_service_img {
  display: flex;
  width: 83%;
  margin: 22px auto;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .top_service_wrapper .top_service_img {
    width: 100%;
  }
}
@media (max-width: 794px) {
  .top_service_wrapper .top_service_img {
    flex-wrap: wrap;
    margin: 5vw auto;
  }
}
.top_service_wrapper .top_service_img img {
  width: 141px;
}
@media (max-width: 1000px) {
  .top_service_wrapper .top_service_img img {
    object-fit: cover;
    width: 80%;
  }
}
.top_service_wrapper .top_service_img .service_text {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .top_service_wrapper .top_service_img .service_text {
    font-size: 16px;
  }
}
.top_service_wrapper .top_service_btn {
  padding-top: 15px;
  padding-bottom: 76px;
}
.top_service_wrapper .top_service_btn .btn_service {
  margin-top: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 182px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.8vw;
  background-color: #b3020b;
}

.top_flow {
  height: 1508px;
}
@media (max-width: 794px) {
  .top_flow {
    height: 1400px;
  }
}
.top_flow .backgroud_flow {
  background-image: url(../img/top_ill16.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 111px;
  text-align: center;
  height: 1288px;
}
.top_flow_wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .top_flow_wrapper {
    width: 65%;
  }
}
@media (max-width: 1400px) {
  .top_flow_wrapper {
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .top_flow_wrapper {
    width: 85%;
  }
}
@media (max-width: 500px) {
  .top_flow_wrapper {
    width: 95%;
  }
}
@media (max-width: 1000px) {
  .top_flow_wrapper .title_img {
    object-fit: cover;
    width: 280px;
  }
}
@media (max-width: 794px) {
  .top_flow_wrapper .title_img {
    object-fit: cover;
    width: 240px;
  }
}
.top_flow_subtitle {
  color: #b3020b;
  font-size: 23px;
  letter-spacing: 0.7px;
}
@media (max-width: 1000px) {
  .top_flow_subtitle {
    font-size: 20px;
  }
}
@media (max-width: 794px) {
  .top_flow_subtitle {
    font-size: 17px;
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .top_flow_subtitle {
    font-size: 16px;
  }
}
.top_flow_center {
  margin-top: 52px;
}
.top_flow_center img {
  width: 663px;
}
@media (max-width: 1000px) {
  .top_flow_center img {
    object-fit: cover;
    width: 100%;
  }
}
.top_flow_center p {
  margin-top: 33px;
  font-size: 17px;
  letter-spacing: 3px;
  color: #5f3919;
}
@media (max-width: 1000px) {
  .top_flow_center p {
    font-size: 16px;
    white-space: normal;
  }
}
@media (max-width: 794px) {
  .top_flow_center p {
    font-size: 15px;
  }
}
.top_flow_center p .app {
  display: none;
}
@media (max-width: 500px) {
  .top_flow_center p .app {
    display: inline;
  }
}
.top_flow_bottom {
  margin: 0 auto;
  margin-top: 53px;
  background-color: #fff;
  width: 77%;
}
@media (max-width: 1000px) {
  .top_flow_bottom {
    width: 90%;
  }
}
@media (max-width: 794px) {
  .top_flow_bottom {
    width: 95%;
  }
}
.top_flow_bottom .area {
  margin: 10px 10px 0 10px;
  object-fit: cover;
  width: 97%;
}
@media (max-width: 1700px) {
  .top_flow_bottom .area {
    width: 97%;
  }
}
@media (max-width: 794px) {
  .top_flow_bottom .area {
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.top_flow_bottom_text_wrapper {
  text-align: center;
  margin: 0 auto;
}
.top_flow_bottom_text_wrapper .flow_upper {
  margin: 0 auto;
}
.top_flow_bottom_text_wrapper .flow_text {
  text-align: left;
  display: inline-block;
  font-size: 19px;
  font-feature-settings: "palt";
  letter-spacing: 1.3px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .top_flow_bottom_text_wrapper .flow_text {
    font-size: 18px;
  }
}
@media (max-width: 794px) {
  .top_flow_bottom_text_wrapper .flow_text {
    font-size: 16px;
    white-space: normal;
    padding: 1vw;
  }
}
@media (max-width: 794px) {
  .top_flow_bottom_text_wrapper .flow_text .hid {
    display: none;
  }
}
.top_flow_bottom_text_wrapper .red {
  color: #b3020b;
}
.top_flow_bottom_text_wrapper .flow_second {
  margin-top: 20px;
  margin-bottom: 100px;
  padding-bottom: 1vw;
}
@media (max-width: 794px) {
  .top_flow_bottom_text_wrapper .flow_second img {
    object-fit: cover;
    width: 70%;
  }
}
@media (max-width: 500px) {
  .top_flow_bottom_text_wrapper .flow_second img {
    object-fit: cover;
    width: 80%;
  }
}
.top_flow_bottom_text_wrapper .flow_second p {
  font-size: 18px;
  color: #5f3919;
}
@media (max-width: 1000px) {
  .top_flow_bottom_text_wrapper .flow_second p {
    font-size: 16px;
  }
}
@media (max-width: 794px) {
  .top_flow_bottom_text_wrapper .flow_second p {
    font-size: 15px;
  }
}

.top_thank_wrapper {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 235px;
}
@media (max-width: 1700px) {
  .top_thank_wrapper {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .top_thank_wrapper {
    width: 95%;
  }
}
@media (max-width: 500px) {
  .top_thank_wrapper img {
    object-fit: cover;
    width: 300px;
  }
}
.top_thank_wrapper .thank_bottom {
  margin-top: 111px;
}
@media (max-width: 1400px) {
  .top_thank_wrapper .second_img {
    object-fit: cover;
    width: 70%;
  }
}
@media (max-width: 794px) {
  .top_thank_wrapper .second_img {
    object-fit: cover;
    width: 90%;
  }
}

.modaal-inner-wrapper {
  text-align: center;
}

.tab_pp_container .pp_top {
  width: 100%;
  object-fit: cover;
  margin-top: -5px;
}
@media (max-width: 794px) {
  .tab_pp_container .pp_top {
    scale: 120%;
    height: 90px;
  }
}
.tab_pp_container p {
  font-size: 15px;
}
@media (max-width: 1000px) {
  .tab_pp_container p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .tab_pp_container p {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .tab_pp_container p .hid_pp {
    display: none;
  }
}
.tab_pp_container p .hid_pp_p {
  display: none;
}
@media (max-width: 500px) {
  .tab_pp_container p .hid_pp_p {
    display: inline;
  }
}
.tab_pp_container .red_line {
  width: 50%;
  margin: 0 auto;
  height: 1px;
  border-bottom: 1px solid #d41c24;
}
.tab_pp_container .tab_wrap {
  background-color: white;
}
@media (max-width: 794px) {
  .tab_pp_container .tab_wrap {
    margin: 0 auto;
    width: 95%;
    padding-bottom: 3vw;
    white-space: normal;
  }
}
.tab_pp_container .tab_wrap .tab_pp {
  width: 100%;
}
.tab_pp_container .tab_wrap .up_wrap {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3vw;
  margin-top: 3vw;
}
@media (max-width: 1000px) {
  .tab_pp_container .tab_wrap .up_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 90%;
  }
}
.tab_pp_container .tab_wrap .up_wrap h3 {
  margin-bottom: 2vw;
  font-size: 15px;
}
.tab_pp_container .tab_wrap .down_wrap {
  width: 80%;
  margin: 0 auto;
  line-height: 29px;
  word-break: break-word;
  text-align: left;
  white-space: normal;
  font-feature-settings: normal;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .tab_pp_container .tab_wrap .down_wrap {
    font-size: 15px;
    width: 95%;
  }
}
.tab_pp_container .pp_logo_wrap {
  text-align: center;
}
.tab_pp_container .pp_logo_wrap .pp_logo {
  width: 200px;
  padding: 30px 0;
}

.about_main {
  margin-bottom: 51px;
}
.about_main_wrapper {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 77px;
}
.about_main_text {
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
}
@media (max-width: 794px) {
  .about_main_text {
    padding-left: 0;
  }
}
.about_main_text h1 {
  font-size: 51px;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media (max-width: 794px) {
  .about_main_text h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .about_main_text h1 {
    font-size: 30px;
  }
}
.about_main_text h1 .red {
  color: #b3020b;
}
.about_main_text h1 .spacing {
  letter-spacing: -2px;
}
.about_main_text .hasami_box {
  position: relative;
  left: 30px;
}
@media (max-width: 794px) {
  .about_main_text .hasami_box {
    display: none;
    left: 20px;
  }
}
@media (max-width: 500px) {
  .about_main_text .hasami_box {
    left: -48px;
    bottom: 45px;
  }
}
.about_main_text .hasami_box .hasami {
  object-fit: cover;
  width: 70px;
}
.about_main h2 {
  font-size: 23px;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-left: 13px;
  margin-bottom: 9px;
}
@media (max-width: 794px) {
  .about_main h2 {
    white-space: normal;
    font-size: 20px;
    padding-left: 0;
  }
}
.about_main h2 .app {
  display: none;
}
@media (max-width: 794px) {
  .about_main h2 .app {
    display: inline;
  }
}
.about_main p {
  font-feature-settings: "palt";
  font-size: 17px;
  display: inline-block;
  text-align: left;
  letter-spacing: 1.5px;
  padding-left: 25px;
  line-height: 29px;
}
@media (max-width: 1400px) {
  .about_main p {
    white-space: normal;
  }
}
@media (max-width: 794px) {
  .about_main p {
    font-size: 16px;
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .about_main p .hidd {
    display: none;
  }
}
.about_main p .app {
  display: none;
}
@media (max-width: 1400px) {
  .about_main p .app {
    display: inline;
  }
}
.about_main p .under_line {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.about_under {
  background-image: url(../img/about_ill03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 920px;
  margin-bottom: 340px;
}
@media (max-width: 2450px) {
  .about_under {
    height: auto;
    margin-bottom: 0;
    background-size: contain;
  }
}
@media (max-width: 1700px) {
  .about_under {
    background-size: auto 80%;
    background-position: top;
  }
}
@media (max-width: 1400px) {
  .about_under {
    background-size: auto 86%;
  }
}
.about_under_wrapper {
  position: relative;
  width: 75%;
  padding-top: 340px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 2450px) {
  .about_under_wrapper {
    padding-top: 262px;
  }
}
@media (max-width: 1700px) {
  .about_under_wrapper {
    width: 95%;
  }
}
@media (max-width: 794px) {
  .about_under_wrapper {
    padding-top: 415px;
  }
}
.about_under_wrapper .icon_top {
  position: absolute;
  top: -54px;
  right: 249px;
}
@media (max-width: 794px) {
  .about_under_wrapper .icon_top {
    right: 10px;
  }
}
.about_under_wrapper .icon_left {
  position: absolute;
  bottom: 444px;
  left: 62px;
}
@media (max-width: 1400px) {
  .about_under_wrapper .icon_left {
    bottom: 320px;
  }
}
@media (max-width: 1000px) {
  .about_under_wrapper .icon_left {
    bottom: 264px;
  }
}
@media (max-width: 794px) {
  .about_under_wrapper .icon_left {
    bottom: 750px;
    left: -10px;
  }
}
@media (max-width: 500px) {
  .about_under_wrapper .icon_left {
    bottom: 700px;
  }
}
.about_under_wrapper .icon_right {
  position: absolute;
  right: 90px;
  bottom: 417px;
}
@media (max-width: 1400px) {
  .about_under_wrapper .icon_right {
    bottom: 300px;
  }
}
@media (max-width: 1000px) {
  .about_under_wrapper .icon_right {
    bottom: 280px;
    right: 10px;
  }
}
@media (max-width: 794px) {
  .about_under_wrapper .icon_right {
    bottom: 410px;
  }
}
@media (max-width: 500px) {
  .about_under_wrapper .icon_right {
    right: 0;
  }
}
.about_under_wrapper .build {
  padding-top: 11px;
  padding-bottom: 213px;
}
@media (max-width: 794px) {
  .about_under_wrapper .build {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 334px;
  }
}
@media (max-width: 794px) and (max-width: 500px) {
  .about_under_wrapper .build {
    padding-bottom: 410px;
  }
}
.about_under_wrapper .build_left {
  width: 371px;
  position: relative;
  right: 89px;
  top: -21px;
}
@media (max-width: 1000px) {
  .about_under_wrapper .build_left {
    right: 0;
    top: 0;
    width: 350px;
  }
}
@media (max-width: 794px) {
  .about_under_wrapper .build_left {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .about_under_wrapper .build_left {
    width: 310px;
  }
}
.about_under_wrapper .build_right {
  width: 408px;
  position: relative;
  left: 109px;
}
@media (max-width: 1000px) {
  .about_under_wrapper .build_right {
    left: 10px;
    width: 350px;
  }
}
@media (max-width: 794px) {
  .about_under_wrapper .build_right {
    width: 70%;
    margin-top: 5vw;
  }
}
@media (max-width: 500px) {
  .about_under_wrapper .build_right {
    width: 310px;
  }
}
.about_under_wrapper .under_image {
  position: relative;
  left: 53px;
}
@media (max-width: 1400px) {
  .about_under_wrapper .under_image {
    position: unset;
  }
}
@media (max-width: 1400px) {
  .about_under_wrapper .under_image img {
    width: 100%;
  }
}
@media (max-width: 794px) {
  .about_under .title {
    width: 450px;
  }
}
@media (max-width: 500px) {
  .about_under .title {
    width: 100%;
  }
}

.about_merit_wrapper {
  width: 50vw;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 134px;
  text-align: center;
}
@media (max-width: 1400px) {
  .about_merit_wrapper {
    padding-left: 0;
    width: 80vw;
  }
}
@media (max-width: 1400px) {
  .about_merit_wrapper {
    padding-left: 0;
    width: 95vw;
  }
}
.about_merit_title {
  width: 143px;
  margin-bottom: 30px;
  display: block;
  margin: 0 auto;
  padding-left: 23px;
}
@media (max-width: 1400px) {
  .about_merit_title {
    padding-left: 0;
  }
}
.about_merit ul {
  text-align: center;
  display: inline-block;
  margin-top: 67px;
  padding-left: 95px;
}
@media (max-width: 794px) {
  .about_merit ul {
    padding-left: 20px;
  }
}
.about_merit ul li {
  list-style-type: none; /*点を非表示*/
  position: relative; /*基準位置*/
  padding-left: 0.6em;
  text-align: left;
  font-size: 25px;
  padding-bottom: 14px;
}
@media (max-width: 794px) {
  .about_merit ul li {
    font-size: 19px;
  }
}
@media (max-width: 794px) {
  .about_merit ul li {
    font-size: 17px;
    white-space: normal;
  }
}
.about_merit ul li .app {
  display: none;
}
@media (max-width: 500px) {
  .about_merit ul li .app {
    display: inline;
  }
}
.about_merit ul :before {
  border-radius: 50%; /*丸くする*/
  width: 15px; /*点の幅*/
  height: 15px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: -28px; /*点の位置*/
  top: 10px; /*点の位置*/
  content: "";
  background: #b3020b; /*点の色*/
}
@media (max-width: 794px) {
  .about_merit ul :before {
    top: 7px;
    width: 12px; /*点の幅*/
    height: 12px; /*点の高さ*/
  }
}
@media (max-width: 794px) {
  .about_merit ul :before {
    left: -17px; /*点の位置*/
  }
}

.about_course {
  background-color: #f0ebeb;
}
.about_course_wrapper {
  padding-top: 92px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .about_course_wrapper {
    width: 80%;
  }
}
@media (max-width: 1400px) {
  .about_course_wrapper {
    width: 88%;
  }
}
@media (max-width: 1400px) {
  .about_course_wrapper {
    width: 95%;
    padding-bottom: 14vw;
  }
}
@media (max-width: 500px) {
  .about_course_wrapper {
    width: 90%;
    padding-bottom: 18vw;
  }
}
.about_course_wrapper_text {
  text-align: center;
}
.about_course_wrapper_text img {
  padding-left: 21px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .about_course_wrapper_text img {
    padding-left: 0;
  }
}
.about_course_wrapper_text h1 {
  padding-left: 21px;
  margin-top: 53px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .about_course_wrapper_text h1 {
    padding-left: 0;
  }
}
.about_course_wrapper_top {
  padding-top: 43px;
  padding-left: 33px;
  width: 72%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .about_course_wrapper_top {
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .about_course_wrapper_top {
    width: 100%;
  }
}
.about_course_wrapper .course_box {
  display: flex;
}
@media (max-width: 1000px) {
  .about_course_wrapper .course_box {
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .about_course_wrapper .course_box {
    display: flex;
    flex-direction: column;
    margin-top: 10vw;
  }
}
@media (max-width: 1000px) {
  .about_course_wrapper .course_box .hidd {
    display: none;
  }
}
.about_course_wrapper .course_box_num_1 {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .about_course_wrapper .course_box_num_1 {
    margin-top: 20vw;
  }
}
.about_course_wrapper .course_box_num_2 {
  margin-top: 39px;
}
@media (max-width: 500px) {
  .about_course_wrapper .course_box_num_2 {
    margin-top: 20vw;
  }
}
.about_course_wrapper .course_box_num_3 {
  margin-top: 59px;
}
@media (max-width: 500px) {
  .about_course_wrapper .course_box_num_3 {
    margin-top: 20vw;
  }
}
.about_course_wrapper .course_box_num_4 {
  margin-top: 13px;
}
@media (max-width: 500px) {
  .about_course_wrapper .course_box_num_4 {
    margin-top: 20vw;
  }
}
.about_course_wrapper .course_box_num_5 {
  margin-top: 44px;
}
@media (max-width: 500px) {
  .about_course_wrapper .course_box_num_5 {
    margin-top: 20vw;
  }
}
.about_course_wrapper .course_box_num_6 {
  margin-top: 39px;
}
@media (max-width: 500px) {
  .about_course_wrapper .course_box_num_6 {
    margin-top: 20vw;
  }
}
@media (max-width: 794px) {
  .about_course_wrapper .course-2 {
    margin-top: 20px;
  }
}
@media (max-width: 794px) {
  .about_course_wrapper .course-4 {
    margin-top: 20px;
  }
}
@media (max-width: 794px) {
  .about_course_wrapper .course-5 {
    margin-top: 20px;
  }
}
.about_course_wrapper .course_left {
  position: relative;
}
@media (max-width: 794px) {
  .about_course_wrapper .course_left {
    width: 50vw;
  }
}
@media (max-width: 500px) {
  .about_course_wrapper .course_left {
    width: auto;
    order: 2;
  }
}
.about_course_wrapper .course_left img {
  width: 241px;
  display: block;
  margin-bottom: 18px;
}
@media (max-width: 794px) {
  .about_course_wrapper .course_left img {
    object-fit: cover;
    width: 200px;
  }
}
@media (max-width: 794px) {
  .about_course_wrapper .course_left img {
    object-fit: cover;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .about_course_wrapper .course_left img {
    width: 80%;
  }
}
.about_course_wrapper .course_right {
  margin-left: 29px;
  width: 100%;
}
@media (max-width: 794px) {
  .about_course_wrapper .course_right {
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  .about_course_wrapper .course_right {
    order: 1;
    margin-left: 0;
  }
}
.about_course_wrapper .course_right .num {
  font-size: 30px;
  font-family: "PT Serif", sans-serif;
}
@media (max-width: 794px) {
  .about_course_wrapper .course_right .num {
    font-size: 24px;
  }
}
.about_course_wrapper .course_right h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 1000px) {
  .about_course_wrapper .course_right h2 {
    font-size: 18px;
  }
}
.about_course_wrapper .course_right h3 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .about_course_wrapper .course_right h3 {
    font-size: 17px;
  }
}
.about_course_wrapper .course_right p {
  margin-top: -5px;
}
.about_course_wrapper .course_right .course_text {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .about_course_wrapper .course_right .course_text {
    margin-top: 5vw;
  }
}
.about_course_wrapper .course_right .course_text .red {
  color: #b3020b;
}
.about_course_wrapper .course_right .course_text p {
  font-size: 17px;
}
@media (max-width: 1000px) {
  .about_course_wrapper .course_right .course_text p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .about_course_wrapper .course_right .course_text p {
    margin-top: 4vw;
  }
}
.about_course_wrapper .course_right .text_2 {
  margin-top: 14px;
}
.about_course_wrapper .right_8 {
  padding-top: 13px;
}
.about_course_wrapper .right_9 {
  margin-top: -4px;
}
.about_course_wrapper .right_10 {
  margin-top: -11px;
}
.about_course_wrapper .right_11 {
  margin-top: -6px;
}

.course_title {
  border-bottom: 5px dotted #b3020b; /* 枠線の指定（下）     */
  height: 46px;
  width: 664px;
}
@media (max-width: 1000px) {
  .course_title {
    width: 100%;
  }
}
@media (max-width: 794px) {
  .course_title {
    height: auto;
  }
}
.course_title .hidd_title {
  display: none;
}
@media (max-width: 794px) {
  .course_title .hidd_title {
    display: inline;
  }
}
@media (max-width: 500px) {
  .course_title .hidd_title {
    display: none;
  }
}

.chair {
  display: flex;
  position: relative;
  justify-content: flex-end;
  right: -113px;
  bottom: 7px;
}
@media (max-width: 1400px) {
  .chair {
    right: 0;
  }
}
@media (max-width: 794px) {
  .chair {
    flex-direction: column;
    width: 80%;
    align-items: flex-end;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .chair {
    margin-top: 8vw;
  }
}
.chair .chair_text {
  text-align: right;
  align-items: flex-end;
  display: flex;
  position: relative;
  bottom: 5px;
  right: 36px;
  bottom: 17px;
}
@media (max-width: 794px) {
  .chair .chair_text {
    order: 2;
    position: unset;
  }
}
.chair .chair_text p {
  letter-spacing: 1px;
}
@media (max-width: 1000px) {
  .chair .chair_text p {
    font-size: 15px;
  }
}
@media (max-width: 794px) {
  .chair .chair_img {
    order: 1;
    object-fit: cover;
  }
}

.message {
  position: relative;
}
.message_wrapper {
  width: 62%;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 400px;
}
@media (max-width: 1700px) {
  .message_wrapper {
    width: 80%;
  }
}
@media (max-width: 1400px) {
  .message_wrapper {
    width: 85%;
  }
}
@media (max-width: 1000px) {
  .message_wrapper {
    width: 90%;
  }
}
.message_wrapper .title {
  padding-left: 21px;
}
@media (max-width: 794px) {
  .message_wrapper .title {
    padding-left: 0px;
  }
}
.message_under {
  display: flex;
  margin-top: 67px;
}
@media (max-width: 1700px) {
  .message_under {
    justify-content: center;
  }
}
@media (max-width: 794px) {
  .message_under {
    display: flex;
    flex-direction: column;
  }
}
.message_under .message_left {
  padding-top: 12px;
  text-align: center;
}
@media (max-width: 794px) {
  .message_under .message_left {
    order: 2;
    margin-top: 50px;
  }
}
.message_under .message_left .left_person {
  width: 450px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .message_under .message_left .left_person {
    object-fit: cover;
    width: 400px;
  }
}
@media (max-width: 1000px) {
  .message_under .message_left .left_person {
    width: 300px;
  }
}
@media (max-width: 794px) {
  .message_under .message_left .left_person {
    width: 100%;
  }
}
.message_under .message_left .left_text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.message_under .message_left .left_img {
  margin-top: 20px;
  width: 140px;
  object-fit: cover;
}
.message_under .message_right {
  padding-left: 45px;
}
@media (max-width: 1400px) {
  .message_under .message_right {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .message_under .message_right {
    padding-left: 30px;
  }
}
@media (max-width: 794px) {
  .message_under .message_right {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
.message_under .right_text {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
  margin-top: 45px;
}
@media (max-width: 1400px) {
  .message_under .right_text {
    white-space: normal;
    margin-top: auto;
  }
}
@media (max-width: 1400px) {
  .message_under .right_text .hidd {
    display: none;
  }
}
.message_under .messe_second {
  margin-top: 32px;
}
.message_under .messe_third {
  margin-top: 35px;
}
.message .message_back {
  height: 702px;
  width: 100vw;
  background-image: url(../img/messe_ill03.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -410px;
  z-index: -1;
  background-size: cover;
}
.message .message_girl {
  height: 135px;
  width: 100vw;
  background-image: url(../img/int_girl.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -246px;
  left: 20px;
  z-index: 2;
}
@media (max-width: 1700px) {
  .message .message_girl {
    background-size: auto 90%;
    background-position: 70% 0;
  }
}
@media (max-width: 794px) {
  .message .message_girl {
    background-size: auto 90%;
    background-position: 80% 0;
  }
}

.menu_price_wrapper {
  width: 988.66px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 17px;
}
@media (max-width: 1400px) {
  .menu_price_wrapper {
    justify-content: space-evenly;
  }
}
@media (max-width: 1000px) {
  .menu_price_wrapper {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .menu_price_wrapper {
    width: 95%;
  }
}
@media (max-width: 500px) {
  .menu_price .hidd {
    display: none;
  }
}
.menu_price_left {
  text-align: center;
  position: relative;
  left: 5px;
  top: 8px;
}
@media (max-width: 500px) {
  .menu_price_left {
    position: unset;
    margin-bottom: 8vw;
  }
}
.menu_price_left .title_txt {
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 1.7px;
  text-align: left;
  margin-top: 34px;
  padding-left: 4px;
  line-height: 31px;
}
@media (max-width: 1000px) {
  .menu_price_left .title_txt {
    font-size: 16px;
    white-space: nowrap;
    display: inline-block;
    position: unset;
    margin-bottom: 10vw;
  }
}
@media (max-width: 500px) {
  .menu_price_left .title_txt {
    padding-left: 0;
    width: 100%;
    white-space: normal;
  }
}
.menu_price_left .left_title {
  display: block;
  margin: 0 auto;
}
.menu_price_left .left_img {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 500px) {
  .menu_price_left .left_img {
    width: 100%;
    object-fit: cover;
  }
}
.menu_price_right {
  position: relative;
  left: 14px;
}
@media (max-width: 1000px) {
  .menu_price_right {
    text-align: center;
    position: unset;
  }
}
@media (max-width: 1000px) {
  .menu_price_right .right_img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .menu_price_right .right_img {
    width: 100%;
    object-fit: cover;
  }
}
.menu_price_right .title_txt {
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 1.7px;
  text-align: left;
  margin-top: 29px;
  line-height: 31px;
}
@media (max-width: 1000px) {
  .menu_price_right .title_txt {
    font-size: 16px;
    white-space: nowrap;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .menu_price_right .title_txt {
    padding-left: 0;
    width: 100%;
    white-space: normal;
  }
}

.menu_img {
  background-image: url(../img/menu_ill03.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_img_wrapper {
  width: 100%;
  padding-top: 206px;
  padding-bottom: 105px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .menu_img_wrapper {
    padding-top: 106px;
  }
}
.menu_img_folder {
  margin: 0 auto;
  width: 1500px;
  height: 370px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 52px 61px;
}
@media (max-width: 1700px) {
  .menu_img_folder {
    width: 95%;
    height: auto;
    padding: 3% 3%;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
.menu_img_folder .people {
  width: 100%;
  object-fit: contain;
  padding: 0 6px;
}
@media (max-width: 1700px) {
  .menu_img_folder .people {
    width: 250px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 794px) {
  .menu_img_folder .people {
    width: 150px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.menu_menu {
  margin-top: 144px;
  display: block;
}
.menu_menu_wrapper {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1400px) {
  .menu_menu_wrapper {
    width: 75%;
  }
}
@media (max-width: 1000px) {
  .menu_menu_wrapper {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .menu_menu_wrapper {
    width: 90%;
  }
}
.menu_menu_wrapper .menu_menu_title {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .menu_menu_wrapper .menu_menu_title {
    width: 120px;
  }
}
.menu_menu_wrapper .menu_top_text {
  font-feature-settings: "palt";
  letter-spacing: 1.4px;
  margin-top: 81px;
  line-height: 32px;
  margin-bottom: 0;
}
.menu_menu_wrapper .menu_top_text .mini {
  font-size: 15px;
}
.menu_menu_wrapper .menu_top_text .app {
  display: none;
}
.menu_menu_wrapper table {
  margin: 0 auto;
  margin-top: 79px;
  text-align: left;
  font-size: 18px;
  width: 49%;
  border-collapse: collapse;
}
@media (max-width: 1400px) {
  .menu_menu_wrapper table {
    width: 55%;
  }
}
@media (max-width: 1000px) {
  .menu_menu_wrapper table {
    width: 60%;
  }
}
@media (max-width: 794px) {
  .menu_menu_wrapper table {
    width: 90%;
    font-size: 16px;
  }
}
.menu_menu_wrapper table td {
  border-bottom: 1px solid black;
  padding: 10.4px 0;
  letter-spacing: 2px;
}
.menu_menu_wrapper table .up {
  padding-left: 20px;
  width: 83.5%;
}
@media (max-width: 500px) {
  .menu_menu_wrapper table .up {
    padding-left: 5px;
  }
}
.menu_menu_wrapper .menu_under_text {
  text-align: center;
}
.menu_menu_wrapper .under_text {
  margin-bottom: 110px;
  margin-top: 37px;
  font-size: 16.5px;
  line-height: 34px;
}
.menu_menu_wrapper .under_text .under02 {
  line-height: 87px;
}
@media (max-width: 500px) {
  .menu_menu_wrapper .under_text .under02 {
    line-height: 20px;
  }
}
.menu_menu_wrapper p {
  text-align: left;
  display: inline-block;
}
@media (max-width: 794px) {
  .menu_menu_wrapper p {
    font-size: 16px;
    white-space: normal;
  }
}
@media (max-width: 794px) {
  .menu_menu .hidd {
    display: none;
  }
}
.menu_menu .app {
  display: none;
}
@media (max-width: 500px) {
  .menu_menu .app {
    display: inline;
  }
}

.menu_photo_wrapper {
  width: 779px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 28px;
}
@media (max-width: 794px) {
  .menu_photo_wrapper {
    width: 95%;
  }
}
.menu_photo img {
  margin-bottom: 17px;
}
@media (max-width: 794px) {
  .menu_photo img {
    width: 207px;
    margin: 17px;
  }
}
@media (max-width: 500px) {
  .menu_photo img {
    width: 160px;
  }
}
@media (max-width: 420px) {
  .menu_photo img {
    width: 113px;
  }
}

.menu_line_wrapper {
  width: 40%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 130px;
  text-align: center;
}
@media (max-width: 1400px) {
  .menu_line_wrapper {
    width: 100%;
  }
}
.menu_line .line_box {
  padding-top: 28px;
  border: 3px solid #b7999b;
  width: 598px;
  height: 272px;
  border-radius: 9px;
  margin: 0 auto;
}
@media (max-width: 794px) {
  .menu_line .line_box {
    width: 70%;
  }
}
@media (max-width: 794px) {
  .menu_line .line_box {
    width: 85%;
  }
}
.menu_line .line_box .line_top {
  width: 179px;
}
.menu_line .line_text {
  margin-top: 21px;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
@media (max-width: 794px) {
  .menu_line .line_text {
    font-size: 17px;
  }
}
.menu_line .line_bottom {
  margin-top: 8px;
  width: 160px;
}
@media (max-width: 500px) {
  .menu_line .line_bottom {
    margin-top: 0;
  }
}
.menu_line .app {
  display: none;
}
@media (max-width: 500px) {
  .menu_line .app {
    display: inline;
  }
}

.contact_form .red {
  color: #b3020b;
}

.contact_title {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
.contact_title img {
  object-fit: cover;
}

.Form {
  margin-top: 112px;
  margin-left: auto;
  margin-right: auto;
  max-width: 63%;
  background-color: #f0ebeb;
  border-radius: 2%;
  padding-top: 77px;
  padding-bottom: 30px;
}
.Form .form_top_text {
  padding-left: 211px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form_Item_Box {
  width: 77%;
  margin: 0 auto;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.contact_btn_wrap {
  width: 100%;
  text-align: center;
}

.Form-Btn {
  width: 260px;
  height: auto;
  font-size: 20px;
  line-height: 52.81px;
  letter-spacing: 1.5px;
  color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border: 0.75px solid #4f5c63;
  border-radius: 6.738px;
  margin-top: 33px;
  font-weight: bold;
  color: #333;
  background: transparent;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.btn_arrow {
  position: relative;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.label-box {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  left: 55px;
}
.label-box label {
  display: inline-block;
  white-space: nowrap;
  width: 30%;
  margin-bottom: 22px;
}

.check-box {
  padding-left: 20px;
}

.check-box-inner {
  height: 20px;
  width: 20px;
  margin-left: 0;
  padding-left: 0;
}

.pp_text_box {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.pp_text_box .pp_text {
  display: inline-block;
}

.contact_tel {
  width: 100%;
  text-align: center;
}

.thanks_wrapper {
  padding-top: 200px;
  text-align: center;
}
@media (max-width: 794px) {
  .thanks_wrapper {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .thanks_wrapper {
    width: 95%;
  }
}
.thanks_text_title {
  color: #b3020b;
  font-weight: bold;
  font-size: 28px;
  line-height: 65px;
  font-size: 38px;
}
@media (max-width: 1000px) {
  .thanks_text_title {
    font-size: 33px;
  }
}
@media (max-width: 794px) {
  .thanks_text_title {
    font-size: 30px;
    white-space: normal;
  }
}
.thanks_text_title .app {
  display: none;
}
@media (max-width: 500px) {
  .thanks_text_title .app {
    display: inline;
  }
}
.thanks_text_under {
  padding-top: 50px;
  text-align: left;
  display: inline-block;
  align-items: center;
  font-size: 18px;
  line-height: 31px;
}
@media (max-width: 1000px) {
  .thanks_text_under {
    font-size: 16px;
  }
}
@media (max-width: 794px) {
  .thanks_text_under {
    white-space: normal;
  }
}

.thanks_back {
  height: 702px;
  width: 100vw;
  background-image: url(../img/messe_ill03.png);
  background-repeat: no-repeat;
  position: relative;
  bottom: -300px;
  z-index: -1;
  background-size: cover;
}

.thanks_girl {
  height: 135px;
  width: 100vw;
  background-image: url(../img/int_girl.png);
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 1700px) {
  .thanks_girl {
    background-size: auto 90%;
    background-position: 70% 0;
  }
}
@media (max-width: 794px) {
  .thanks_girl {
    background-size: auto 90%;
    background-position: 80% 0;
  }
}/*# sourceMappingURL=style.css.map */