@charset "UTF-8";

/* 昔のCSS（一部のページで読み込み） */

html {
  font-size: 62.5%;
}

body {
  padding-top: 0;
}

.centurygothic {
  /* font-family: "Century Gothic","CenturyGothic","游ゴシック","YuGothic", -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', 'Helvetica Neue', 'HelveticaNeue', 'Verdana', 'Meiryo', sans-serif; */
}

.container {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 334px;
}

@media screen and (min-width: 681px) {
  .container {
    max-width: 680px;
  }
}

@media screen and (min-width: 1121px) {
  .container {
    max-width: 1070px;
  }
}

.show_sp {
  display: initial;
}

@media screen and (min-width: 681px) {
  .show_sp {
    display: none;
  }
}

.show_pc {
  display: none;
}

@media screen and (min-width: 681px) {
  .show_pc {
    display: initial;
  }
}

.section_en {
  width: 100%;
  position: absolute;
  top: -42px;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .section_en {
    top: -75px;
  }
}

.section_en h3 {
  /* font-family: "Century Gothic","futura-pt-bold","CenturyGothic","游ゴシック","YuGothic", -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', 'Helvetica Neue', 'HelveticaNeue', 'Verdana', 'Meiryo', sans-serif; */
  font-family: "Reem Kufi";
  color: #e83434;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: translateY(3px);
}

@media screen and (min-width: 681px) {
  .section_en h3 {
    font-size: 80px;
    transform: translateY(10px);
  }
}

.section_sub {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 681px) {
  .section_sub {
    margin-bottom: 46px;
  }
}

.section_sub h4 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .section_sub h4 {
    font-size: 30px;
  }
}

.section_sub::before {
  content: "";
  position: absolute;
  background-color: white;
  width: 28px;
  height: 3px;
  top: -20px;
  left: calc(50% - 14px);
}

@media screen and (min-width: 681px) {
  .section_sub::before {
    width: 38px;
    height: 4px;
    top: -23px;
    left: calc(50% - 19px);
  }
}

.floating {
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 998;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

@media screen and (min-width: 681px) {
  .floating {
    display: none;
  }
}

.floating a {
  font-size: 4.5vw;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
  padding: 0.8em 2em;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 999px;
  -webkit-box-shadow: 0px 3px 20px #1d66ea22;
  box-shadow: 0px 3px 20px #1d66ea22;
  background: #e83434;
}

@media screen and (min-width: 681px) {
  .floating a {
    font-size: 20px;
    padding: 22px 34px;
    margin-bottom: 20px;
  }
  .floating a span {
    display: inline;
    font-weight: 700;
  }
}

.floating::before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background: #333333;
  position: absolute;
  bottom: -0.2em;
  opacity: 0.2;
}

.floating.fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header {
  width: 100%;
  height: 66px;
  z-index: 99;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 681px) {
  .header {
    background-color: white;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.08);
    height: 90px;
  }
}

.header_logo img {
  margin-left: 6.1493vw;
  width: 148px;
}

@media screen and (min-width: 681px) {
  .header_logo img {
    width: 154px;
  }
}

.header_nav {
  display: none;
}

@media screen and (min-width: 681px) {
  .header_nav {
    display: block;
  }
}

.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav ul li {
  margin-left: 2.92825vw;
}

.header_nav ul li:first-child {
  margin-left: 0;
}

.header_nav ul li a {
  text-align: center;
}

.header_nav ul li a .en {
  display: block;
  color: #e83434;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.header_nav ul li a .ja {
  display: block;
  color: black;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.header_nav_contact {
  background-color: #e83434;
  display: block;
  position: relative;
  height: 90px;
}

.header_nav_contact::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 16px;
  background-image: url(../old-img/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - 8px);
  right: 14px;
}

.header_nav_contact a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 2.92825vw 0;
}

.header_nav_contact a p {
  color: white;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.header_nav_contact a p span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  color: white;
  font-size: 17px;
  font-weight: 500;
}

.header_nav_contact a p span::before,
.header_nav_contact a p span::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 1.5px;
  height: 16px;
  border-radius: 1px;
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
  top: 2px;
  left: -14px;
}

.header_nav_contact a p span::after {
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
  left: auto;
  right: -14px;
}

.h_navi {
  position: relative;
  display: block;
  width: 24px;
  height: 19px;
  z-index: 999;
}

@media screen and (min-width: 681px) {
  .h_navi {
    display: none;
  }
}

.h_navi_content {
  position: absolute;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  top: calc(-100vh - 90px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 98;
  padding-top: 92px;
}

.h_navi_content ul {
  z-index: 98;
}

.h_navi_content ul li {
  z-index: 98;
  text-align: center;
  margin-bottom: 22px;
}

.h_navi_content ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.h_navi_content ul li:first-child a {
  color: #e83434;
}

.h_navi_content .contact_btn {
  width: 310px;
  height: 50px;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 40px;
  background: #e83434;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.h_navi_content .contact_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

@media screen and (min-width: 681px) {
  .h_navi_content .contact_btn a {
    font-size: 28px;
    line-height: 74px;
  }
}

.h_navi_content .contact_btn a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
  background-image: url("../old-img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 681px) {
  .h_navi_content .contact_btn a::after {
    width: 9px;
    height: 18px;
    top: calc(50% - 9px);
    right: 23px;
  }
}

.h_navi_content.active {
  top: 0;
}

#h_navi_check {
  display: none;
}

.h_navi_btn {
  z-index: 99;
  width: 28px;
  height: 22px;
  position: fixed;
  top: 22px;
  right: 18px;
}

.h_navi_btn span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background: #e83434;
  width: 28px;
}

.h_navi_btn span:first-child {
  top: 0;
}

.h_navi_btn span:nth-child(2) {
  width: 22px;
  top: 9px;
}

.h_navi_btn span:last-child {
  top: 18px;
}

.active span:first-child {
  top: 4px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.active span:nth-child(2) {
  opacity: 0;
}

.active span:last-child {
  top: 17px;
  left: 0px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.header.scrolled {
  background-color: white;
}

/* メインビジュアル */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
.kv__content {
  background: url(../old-img/kv_sp.jpg) center / cover no-repeat;
  padding: 177px 0 13px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .kv__content {
    background: url(../old-img/kv_pc.jpg) right bottom / 1048px 684px no-repeat;
    padding-top: 165px;
  }
  .kv__content::before {
    content: "";
    width: 100%;
    height: 75px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.kv__inner {
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .kv__inner {
    display: grid;
    grid-template-areas: "point" "title" "desc";
    grid-template-columns: 100%;
    max-width: 1270px;
    margin: auto;
    padding: 0 80px;
  }
}
.kv__title {
  grid-area: title;
}
.kv__title > span > span {
  color: #e83434;
  font-weight: bold;
}
.kv__title .__pc {
  display: none;
  font-size: 52px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.15em;
  margin-top: 45px;
}
@media screen and (min-width: 767px) {
  .kv__title .__pc {
    display: block;
  }
}
.kv__title .__sp {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 767px) {
  .kv__title .__sp {
    display: none;
  }
}
.kv__desc {
  grid-area: desc;
}
.kv__desc .__pc {
  display: none;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.08em;
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .kv__desc .__pc {
    display: block;
  }
}
.kv__desc .__sp {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .kv__desc .__sp {
    display: none;
  }
}
.kv__desc .__sp span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.18em;
  background-color: #e83434;
  margin-top: 5px;
  padding: 6px 8px;
}
.kv__point {
  grid-area: point;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .kv__point {
    display: flex;
    margin-top: 0;
  }
}
.kv__point img {
  display: block;
  width: 188px;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .kv__point img {
    width: 315px;
    margin-top: 0;
    margin-right: 30px;
  }
}
.kv__caption {
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin-top: 68px;
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .kv__caption {
    display: flex;
    color: #838383;
    font-size: 12px;
    text-shadow: none;
    margin-top: 97px;
  }
}
.kv__caption small {
  display: block;
}
@media screen and (min-width: 767px) {
  .kv__caption small {
    margin-right: 1em;
  }
}
.kv__btn-pc {
  display: none;
  margin-top: 50px;
}
.kv__btn-pc a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #e83434;
  border-radius: 40px;
  box-shadow: 5px 5px 0 #ba1616;
  padding: 19px 67px;
  position: relative;
}
.kv__btn-pc a::before {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 22px;
  right: 19px;
}
@media screen and (min-width: 767px) {
  .kv__btn-pc {
    display: block;
  }
}
.kv__btn-sp {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #e83434;
  padding: 17px 20px 20px;
}
@media screen and (min-width: 767px) {
  .kv__btn-sp {
    display: none;
  }
}
.kv__btn-sp > span {
  display: block;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.kv__btn-sp > span > span {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.kv__btn-sp > span > span::before,
.kv__btn-sp > span > span::after {
  content: "";
  background-color: #fff;
  border-radius: 4px;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 0;
}
.kv__btn-sp > span > span::before {
  left: -15px;
  transform: rotate(-37deg);
}
.kv__btn-sp > span > span::after {
  right: -15px;
  transform: rotate(37deg);
}
.kv__btn-sp a {
  display: block;
  color: #e83434;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 3px 4px 0 #ba1616;
  margin-top: 12px;
  padding: 16px 40px 18px;
  width: 100%;
  max-width: 440px;
  position: relative;
}
.kv__btn-sp a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 19px;
  right: 17px;
}

.mv-info {
  display: none;
}
@media screen and (min-width: 767px) {
  .mv-info {
    display: block;
    background-color: #e83434;
    padding: 0 20px;
    height: 44px;
  }
  .mv-info__inner {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    max-width: 1270px;
    padding: 0 80px;
    height: 100%;
    margin: auto;
  }
  .mv-info__inner h2 {
    font-weight: bold;
    line-height: 1.2;
  }
  .mv-info__inner p {
    line-height: 1.2;
    border-left: solid 1px #fff;
    margin-left: 14px;
    padding-left: 14px;
  }
}

.media-logos {
  padding: 22px 0 20px;
  overflow: hidden;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 681px) {
  .media-logos {
    padding: 30px 0 20px;
  }
}
.media-logos__title {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 681px) {
  .media-logos__title {
    font-size: 22px;
  }
}
.media-logos__title span {
  display: inline-block;
  font-weight: bold;
  border-bottom: solid 2px #333333;
  padding: 0 6px 9px;
  position: relative;
}
@media screen and (min-width: 681px) {
  .media-logos__title span {
    padding: 0 9px 16px;
  }
}
.media-logos__title span::before {
  content: "";
  background: url(../old-img/media-logos-arrow.svg) center / 13px 12px no-repeat;
  width: 13px;
  height: 12px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%);
}
.media-logos__logo {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  margin: 22px 0 0;
  opacity: 0;
  animation: fadein 0.3s forwards;
  animation-delay: 1s;
}
.media-logos__logo ul {
  display: flex;
  flex-flow: row nowrap;
  animation: loop 50s -25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
.media-logos__logo ul + ul {
  animation: loop2 50s linear infinite;
}
.media-logos__logo ul li {
  margin: 0 20px;
}
.media-logos__logo ul li img {
  display: block;
  width: auto;
  height: 66px;
  margin: auto;
}
@media screen and (min-width: 681px) {
  .media-logos__logo ul li img {
    height: 90px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes fadein {
  to {
    opacity: 1;
  }
}

.cv_area_sp {
  background-color: #e83434;
  padding: 14px 0 21px;
}

@media screen and (min-width: 681px) {
  .cv_area_sp {
    display: none;
  }
}

.cv_area_sp .container {
  text-align: center;
}

.cv_area_sp .container h6 {
  color: white;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  position: relative;
}

.cv_area_sp .container h6::before,
.cv_area_sp .container h6::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 0;
  left: -8px;
}

@media screen and (min-width: 681px) {
  .cv_area_sp .container h6::before,
  .cv_area_sp .container h6::after {
    display: none;
  }
}

.cv_area_sp .container h6::after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  left: auto;
  right: -8px;
}

.cv_area_sp_btn {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 33px;
  background-color: white;
  border: solid 2px #e83434;
  -webkit-box-shadow: 3.5px 5px 0 #ba1616;
  box-shadow: 3.5px 5px 0 #ba1616;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cv_area_sp_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.cv_area_sp_btn a p {
  text-align: center;
  color: #e83434;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 46px;
}

.cv_area_sp_btn a i {
  position: absolute;
  color: #e83434;
  top: calc(50% - 7.5px);
  right: 16px;
}

.cv_area_sp_btn a i.size {
  font-size: 15px;
}

.catch_first .container {
  text-align: center;
  padding: 50px 0 24px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 681px) {
  .catch_first .container {
    padding: 68px 0 0;
  }
}

.catch_first .container p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

@media screen and (min-width: 681px) {
  .catch_first .container p {
    font-size: 25px;
    margin-bottom: 24px;
  }
}

.catch_first .container h5 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.catch_first .container h5 strong {
  color: #e83434;
  font-weight: 700;
}

.catch_first .container h5 span {
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .catch_first .container h5 span {
    display: inline;
  }
}

@media screen and (min-width: 681px) {
  .catch_first .container h5 {
    font-size: 30px;
  }
}

.catch_second {
  padding: 44px 0;
  background: #fef6f5;
  background: linear-gradient(180deg, #fff 20%, #fef6f5 100%);
  position: relative;
}

@media screen and (min-width: 681px) {
  .catch_second {
    padding: 74px 0;
    position: relative;
  }
  .catch_second::before {
    content: "";
    display: block;
    background: url(../old-img/bg_01.png) center / cover no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    margin: auto;
    width: 835px;
    height: 434px;
  }
}

.catch_second ul {
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .catch_second ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 42px;
  }
}

.catch_second ul li {
  margin-bottom: 30px;
  position: relative;
}

.catch_second ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 681px) {
  .catch_second ul li {
    margin-bottom: 40px;
  }
}

.catch_second_arrow {
  position: absolute;
  width: 24px;
  height: 70px;
  left: calc(50% - 12px);
  bottom: -50px;
}

@media screen and (min-width: 681px) {
  .catch_second_arrow {
    width: 32px;
    height: 94px;
    left: calc(50% - 16px);
    bottom: -69px;
  }
}

.catch_second_list {
  position: absolute;
  width: 18px;
  height: 16px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 681px) {
  .catch_second_list {
    width: 26px;
    height: 24px;
    top: 0;
    left: -41px;
  }
}

.catch_second_txt {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  padding-left: 24px;
}

.catch_second_txt span {
  font-weight: 700;
  border-bottom: solid 1px #333333;
}

@media screen and (min-width: 681px) {
  .catch_second_txt {
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.catch_second_balloon {
  position: relative;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border: solid 1px #e83434;
  padding: 6px 12px;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon {
    border-radius: 10px;
    padding: 10px 14px;
    border: solid 2px #e83434;
  }
}

.catch_second_balloon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -14px;
  border: 8px solid transparent;
  border-bottom: 8px solid white;
  z-index: 2;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon::before {
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid white;
  }
}

.catch_second_balloon::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -15px;
  border: 9px solid transparent;
  border-bottom: 9px solid #e83434;
  z-index: 1;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon::after {
    top: -20px;
    left: 50%;
    margin-left: -17px;
    border: 10px solid transparent;
    border-bottom: 10px solid #e83434;
  }
}

.catch_second_balloon p {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
}

.catch_second_balloon p strong {
  color: #e83434;
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon p {
    font-size: 18px;
  }
}

.catch_third .container {
  padding: 70px 0 96px;
}

@media screen and (min-width: 681px) {
  .catch_third .container {
    padding: 116px 0 164px;
  }
}

.catch_third_title {
  text-align: center;
  margin-bottom: 46px;
}

@media screen and (min-width: 681px) {
  .catch_third_title {
    margin-bottom: 72px;
  }
}

.catch_third_title p {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.14em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 20px;
}

@media screen and (min-width: 681px) {
  .catch_third_title p {
    font-size: 25px;
    margin-bottom: 26px;
  }
}

.catch_third_title p::before,
.catch_third_title p::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 0;
  left: -8px;
}

@media screen and (min-width: 681px) {
  .catch_third_title p::before,
  .catch_third_title p::after {
    width: 2px;
    height: 32px;
    left: -18px;
  }
}

.catch_third_title p::after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  left: auto;
  right: -8px;
}

@media screen and (min-width: 681px) {
  .catch_third_title p::after {
    right: -18px;
  }
}

.catch_third_title h5 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5454;
}

@media screen and (min-width: 681px) {
  .catch_third_title h5 {
    font-size: 30px;
    line-height: 1;
  }
}

.catch_third_title h5 strong {
  color: #e83434;
  font-weight: 700;
  border-bottom: solid 2px #e83434;
}

.catch_third_title h5 span {
  font-weight: 700;
  display: inline;
}

@media screen and (min-width: 681px) {
  .catch_third_title h5 span {
    display: none;
  }
}

.catch_third_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 681px) {
  .catch_third_inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.catch_third_inner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
  width: 100%;
  border-bottom: 1px dashed #878787;
}

.catch_third_inner_content:last-child {
  border-bottom: none;
}

@media screen and (min-width: 681px) {
  .catch_third_inner_content {
    display: block;
    width: auto;
    padding: 0;
    border-bottom: none;
  }
}

.catch_third_inner_content_img {
  width: 90px;
  height: 54px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 681px) {
  .catch_third_inner_content_img {
    width: 310px;
    height: 186px;
    margin-bottom: 36px;
    -webkit-box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
    box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
    border-radius: 5px;
  }
}

.catch_third_inner_content_txt {
  text-align: left;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4583;
  margin-left: 20px;
}

@media screen and (min-width: 681px) {
  .catch_third_inner_content_txt {
    text-align: center;
    font-size: 23px;
    margin-left: 0;
  }
}

.catch_third_inner_content_txt span {
  display: block;
  color: #e83434;
  font-weight: 700;
}

.about {
  position: relative;
  background-color: #e83434;
  padding: 40px 0 60px;
}

@media screen and (min-width: 681px) {
  .about {
    padding: 64px 0 84px;
  }
}

.about_tit {
  margin-bottom: 32px;
}

@media screen and (min-width: 681px) {
  .about_tit {
    margin-bottom: 50px;
  }
}

.about_tit_wrap {
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 4px 6px;
}

@media screen and (min-width: 681px) {
  .about_tit_wrap {
    margin-bottom: 16px;
    padding: 6px 16px;
  }
}

.about_tit_wrap h5 {
  color: #e83434;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 681px) {
  .about_tit_wrap h5 {
    font-size: 34px;
    letter-spacing: 0.14em;
  }
}

.about_loop {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  background-color: #fff;
}

.about_loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.about_loop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_loop_item {
  width: calc(100vw / 1.8);
  height: 106px;
}

@media screen and (min-width: 681px) {
  .about_loop_item {
    width: calc(100vw / 4.75);
    height: 180px;
  }
}

.about_loop_item_img {
  width: 100%;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 681px) {
  .about_loop_item_img {
    width: calc(100vw / 4.75);
    height: 180px;
  }
}

.about_loop_left {
  -webkit-animation: infinity-scroll-left 75s infinite linear 0.5s both;
  animation: infinity-scroll-left 75s infinite linear 0.5s both;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.about_bottom_txt {
  margin-top: 34px;
  text-align: left;
}

@media screen and (min-width: 681px) {
  .about_bottom_txt {
    margin-top: 50px;
    text-align: center;
  }
}

.about_bottom_txt p {
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.375;
}

@media screen and (min-width: 681px) {
  .about_bottom_txt p {
    font-size: 16px;
  }
}

.about_bottom_txt p .u_line {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}

.about_bottom_txt p .fl {
  color: white;
}

@media screen and (min-width: 681px) {
  .about_bottom_txt p .fl {
    font-size: 18px;
  }
}

.about_bottom_txt p span {
  color: white;
  font-weight: 700;
}

.voice {
  background: #fef6f5;
  background: url(../old-img/bg_02.jpg) center / cover repeat-x;
  position: relative;
}

.voice .container {
  padding: 50px 0;
}

@media screen and (min-width: 681px) {
  .voice .container {
    padding: 80px 0 84px;
  }
}

.voice_top {
  text-align: center;
  margin-bottom: -12px;
}

@media screen and (min-width: 681px) {
  .voice_top {
    margin-bottom: 72px;
  }
}

/* slick-slider と同じ要素についてる */
.voice_slider {
  width: calc(100% + 60px);
  padding: 30px 30px;
  margin-left: -30px;
  overflow: hidden;
}
.voice_slider .slick-list {
  overflow: visible;
}

.voice_top_sub {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .voice_top_sub {
    font-size: 25px;
    letter-spacing: 0.14em;
    margin-bottom: 27px;
  }
}

.voice_top_sub::before,
.voice_top_sub::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 0;
  left: -8px;
}

@media screen and (min-width: 681px) {
  .voice_top_sub::before,
  .voice_top_sub::after {
    width: 2px;
    height: 32px;
    left: -18px;
  }
}

.voice_top_sub::after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  left: auto;
  right: -8px;
}

@media screen and (min-width: 681px) {
  .voice_top_sub::after {
    right: -18px;
  }
}

.voice_top .show_sp {
  display: block;
}

@media screen and (min-width: 681px) {
  .voice_top .show_sp {
    display: none;
  }
}

.voice_top .show_pc {
  display: none;
}

@media screen and (min-width: 681px) {
  .voice_top .show_pc {
    display: block;
  }
}

.voice_top_title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3636;
  margin-bottom: 32px;
}

@media screen and (min-width: 681px) {
  .voice_top_title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
  }
}

.voice_top_title span {
  color: #e83434;
  font-weight: 700;
  text-decoration: underline;
}

.voice_box {
  width: 328px;
  margin: 0 20px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.16);
  border-radius: 10px;
  background-color: #fff;
}

.voice_box_img {
  width: 328px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.voice_box_job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.voice_box_job::before {
  content: "";
  background: url(../old-img/icn_arrow_right.svg) center / 20px no-repeat;
  position: absolute;
  top: 9px;
  left: 10px;
  right: 0;
  z-index: 10;
  margin: auto;
  width: 20px;
  height: 20px;
}

.voice_box_job_before {
  width: 50%;
  height: 40px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.voice_box_job_before::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  top: 0;
  right: -9px;
  z-index: 2;
}

.voice_box_job_before_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 40;
  letter-spacing: 0.04em;
}

.voice_box_job_after {
  width: 50%;
  height: 40px;
  background-color: #e83434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.voice_box_job_after::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 18px;
  border-color: transparent transparent #e83434 transparent;
  top: 0;
  left: -9px;
  z-index: 3;
}

.voice_box_job_after_txt {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.04em;
}

.voice_box_txtarea {
  padding: 14px 18px 16px;
}

.voice_box_txtarea_tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 14px;
}

.voice_box_txtarea_tit span {
  display: inline-block;
  color: #e83434;
  font-weight: 700;
  border-bottom: 1px solid #e83434;
}

.voice_box_txtarea_name {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.voice_box_txtarea_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
  letter-spacing: 0.04em;
}

.voice .slick-center {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.voice .slick_nav {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: lg) {
  .voice .slick_nav {
    margin-top: 32px;
  }
}

.voice .slick_nav_inner {
  display: block;
  margin: 0 auto;
}

.voice .slick-dots {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
}

.voice .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.voice .slick-dots button {
  padding: 0;
  border: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffd9d8;
  color: transparent;
  -webkit-appearance: none;
}

.voice .slick-dots .slick-active button {
  background-color: #e83434;
}

.introduce {
  background-color: #e83434;
}

.introduce_top {
  text-align: center;
  padding: 20px 0 16px;
}

@media screen and (min-width: 681px) {
  .introduce_top {
    padding: 32px 0 30px;
  }
}

.introduce_top_sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
}

@media screen and (min-width: 681px) {
  .introduce_top_sub {
    font-size: 25px;
    margin-bottom: 14px;
  }
}

.introduce_top_sub::before,
.introduce_top_sub::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 0;
  left: -8px;
}

@media screen and (min-width: 681px) {
  .introduce_top_sub::before,
  .introduce_top_sub::after {
    width: 2px;
    height: 32px;
    left: -18px;
  }
}

.introduce_top_sub::after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  left: auto;
  right: -8px;
}

@media screen and (min-width: 681px) {
  .introduce_top_sub::after {
    right: -18px;
  }
}

.introduce_top_title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 681px) {
  .introduce_top_title {
    font-size: 29px;
    letter-spacing: 0.14em;
  }
}

.introduce_top_title span {
  color: white;
  font-weight: 700;
}

.introduce_area {
  width: 570px;
  height: 213px;
}

@media screen and (min-width: 681px) {
  .introduce_area {
    width: 100%;
    height: auto;
  }
}

.feature_title {
  text-align: center;
}

.feature_title .container {
  padding: 82px 0 54px;
}

.feature_title .container._features {
  padding: 60px 0 30px;
}
@media screen and (min-width: 681px) {
  .feature_title .container._features {
    padding: 97px 0 45px;
  }
}

.feature_title_main {
  font-family: "Reem Kufi";
  color: #e83434;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

@media screen and (min-width: 681px) {
  .feature_title_main {
    font-size: 75px;
    margin-bottom: 24px;
  }
}

.feature_title_sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .feature_title_sub {
    font-size: 28px;
  }
}

.feature_title_sub .primary {
  color: #e83434;
  font-weight: bold;
}

.feature_obi {
  background-color: #e83434;
  position: relative;
  z-index: 1;
}
.feature_obi::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 12.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 12.5px 0 12.5px;
  border-color: #e83434 transparent transparent transparent;
}

@media screen and (min-width: 681px) {
  .feature_obi::after {
    bottom: -15px;
    left: calc(50% - 22.5px);
    border-width: 15px 22.5px 0 22.5px;
  }
}

.feature_obi .container {
  text-align: center;
  padding: 8px 0 10px;
}

@media screen and (min-width: 681px) {
  .feature_obi .container {
    padding: 25px 0;
  }
}

.feature_obi h5 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .feature_obi h5 {
    font-size: 30px;
    line-height: 1;
  }
}

.feature_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 528px;
  margin-bottom: 60px;
}

@media screen and (min-width: 681px) {
  .feature_content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -33px;
    margin-bottom: 0;
  }
}

.feature_content_img {
  margin-bottom: 36px;
}

@media screen and (min-width: 681px) {
  .feature_content_img {
    width: 680px;
    margin-bottom: 0;
  }
}

.feature_content_txt {
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .feature_content_txt {
    width: 498px;
  }
  .feature_content_txt.__left {
    margin-left: 30px;
    margin-right: 0;
    padding-right: 40px;
  }
  .feature_content_txt.__right {
    margin-left: 2% !important;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .feature_content_txt.__left {
    margin-left: 50px;
    padding-right: 0;
  }
  .feature_content_txt.__right {
    margin-left: calc(50vw - 500px) !important;
  }
}
@media screen and (min-width: 1400px) {
  .feature_content_txt.__right {
    margin-left: calc(100vw - 500px - 780px) !important;
  }
}

.feature_content_txt_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 681px) {
  .feature_content_txt_tit {
    margin-bottom: 40px;
  }
}

.feature_content_txt_tit img {
  height: 68px;
  width: auto;
  margin-right: 20px;
}

@media screen and (min-width: 681px) {
  .feature_content_txt_tit img {
    height: 104px;
    margin-right: 28px;
  }
}

.feature_content_txt_tit h6 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5238;
}

@media screen and (min-width: 681px) {
  .feature_content_txt_tit h6 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.feature_content_txt_inner_txt {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.feature_content_txt_inner_txt .fw_bold {
  font-weight: 700;
}

.feature_content_txt_inner_txt .red {
  color: #e83434;
}

.feature_content_txt_inner_txt .red span {
  color: #e83434;
}

.feature_content_txt_inner_txt .u_line {
  text-decoration: underline;
}

.feature_content_txt_inner_txt .fz_l {
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .feature_content_txt_inner_txt {
    font-size: 16px;
    line-height: 2;
  }
  .feature_content_txt_inner_txt .fz_l {
    font-size: 19px;
  }
}

@media screen and (min-width: 681px) {
  .feature_content.rev .feature_content_txt {
    margin-left: 128px;
  }
}

.feature_content.rev .feature_content_img {
  background-color: #fef6f5;
  width: 100%;
  padding: 22px 0;
}

.feature_content.rev .feature_content_img picture,
.feature_content.rev .feature_content_img source,
.feature_content.rev .feature_content_img img {
  width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .feature_content.rev .feature_content_img {
    position: absolute;
    width: 780px;
    right: -120px;
    background: none;
    padding: 0;
  }
  .feature_content.rev .feature_content_img picture,
  .feature_content.rev .feature_content_img source,
  .feature_content.rev .feature_content_img img {
    width: 780px;
    margin: auto;
  }
}

.feature_content_btn_wrap {
  margin-bottom: 70px;
  padding: 0 20px;
}
@media screen and (min-width: 681px) {
  .feature_content_btn_wrap {
    margin-bottom: 0;
  }
}

.feature_content_btn {
  display: block;
  width: 100%;
  height: 47px;
  margin-top: 30px;
  border-radius: 33px;
  background-color: white;
  border: solid 2px #e83434;
  -webkit-box-shadow: 3.5px 5px 0 #ba1616;
  box-shadow: 3.5px 5px 0 #ba1616;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 681px) {
  .feature_content_btn {
    width: 448px;
    height: 65px;
  }
}

.feature_content_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.feature_content_btn a .show_sp {
  display: block;
}

@media screen and (min-width: 681px) {
  .feature_content_btn a .show_sp {
    display: none;
  }
}

.feature_content_btn a .show_pc {
  display: none;
}

@media screen and (min-width: 681px) {
  .feature_content_btn a .show_pc {
    display: block;
  }
}

.feature_content_btn a p {
  text-align: center;
  color: #e83434;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 43px;
}

@media screen and (min-width: 681px) {
  .feature_content_btn a p {
    font-size: 20px;
    line-height: 61px;
  }
}

.feature_content_btn a i {
  position: absolute;
  color: #e83434;
  top: calc(50% - 7.5px);
  right: 16px;
}

.feature_content_btn a i.size {
  font-size: 15px;
}

@media screen and (min-width: 681px) {
  .feature_content_btn a i {
    top: calc(50% - 10.5px);
    right: 24px;
  }
  .feature_content_btn a i.size {
    font-size: 21px;
  }
}

.feature_content_btn:hover {
  -webkit-box-shadow: 0px 0px 0 #ba1616;
  box-shadow: 0px 0px 0 #ba1616;
  -webkit-transform: translateY(5px) translateX(3.5px);
  transform: translateY(5px) translateX(3.5px);
}

.support {
  padding-top: 10px;
}

@media screen and (min-width: 681px) {
  .support {
    padding-top: 90px;
  }
}

.support_top {
  background-color: #e83434;
  text-align: center;
  padding: 8px 0 10px;
  position: relative;
}

@media screen and (min-width: 681px) {
  .support_top {
    padding: 25px 0;
  }
}

.support_top::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 22.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 22.5px 0 22.5px;
  border-color: #e83434 transparent transparent transparent;
  z-index: 2;
}

.support_top_txt {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

@media screen and (min-width: 681px) {
  .support_top_txt {
    font-size: 30px;
    letter-spacing: 0.14em;
    line-height: 1.3;
  }
}
.support_top_txt span {
  display: inline-block;
  font-weight: bold;
}

.support_intro {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (min-width: 681px) {
  .support_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 681px) {
  .support_intro_img {
    width: 30%;
    max-width: 408px;
  }
}

.support_intro_txt {
  text-align: center;
  position: relative;
  width: calc(100% - 40px);
  margin: 34px auto 0;
  max-width: 498px;
}

@media screen and (min-width: 681px) {
  .support_intro_txt {
    margin-top: 0;
  }
}

.support_intro_txt_top {
  margin-bottom: 30px;
}

@media screen and (min-width: 681px) {
  .support_intro_txt_top {
    margin-bottom: 106px;
  }
}

.support_intro_txt_top h5 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5238;
}

@media screen and (min-width: 681px) {
  .support_intro_txt_top h5 {
    font-size: 30px;
    line-height: 1.4;
  }
}

.support_intro_txt_top h5 span {
  color: #e83434;
  font-weight: 700;
}

.support_intro_txt_bottom {
  text-align: left;
}

.support_intro_txt_bottom p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.1333;
}

@media screen and (min-width: 681px) {
  .support_intro_txt_bottom p {
    font-size: 16px;
    line-height: 2;
  }
}

.support_intro_txt_bottom p .fw_bold {
  font-weight: 700;
}

.support_intro_txt_bottom p .red {
  color: #e83434;
}

.support_intro_txt_bottom p .u_line {
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .support_intro::before {
    position: absolute;
    content: "";
    background-image: url(../old-img/support_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 552px;
    height: 53px;
    top: calc(50% - 60px);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.support_inner_top {
  text-align: center;
  padding: 8px 0 10px;
  background-color: #e83434;
  position: relative;
}

.support_inner_top h5 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.support_inner_top h5 span {
  color: white;
  font-weight: 700;
}

.support_inner_top::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 22.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 22.5px 0 22.5px;
  border-color: #e83434 transparent transparent transparent;
  z-index: 2;
}

@media screen and (min-width: 681px) {
  .support_inner_top {
    padding: 0;
    background: none;
    margin-bottom: 70px;
  }
  .support_inner_top h6 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0.14em;
    position: relative;
  }
  .support_inner_top h6::before,
  .support_inner_top h6::after {
    position: absolute;
    content: "";
    background-color: #333333;
    width: 2px;
    height: 18px;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
    top: 0;
    left: -8px;
  }
}

@media screen and (min-width: 681px) and (min-width: 681px) {
  .support_inner_top h6::before,
  .support_inner_top h6::after {
    width: 2px;
    height: 32px;
    left: -18px;
  }
}

@media screen and (min-width: 681px) {
  .support_inner_top h6::after {
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    left: auto;
    right: -8px;
  }
}

@media screen and (min-width: 681px) and (min-width: 681px) {
  .support_inner_top h6::after {
    right: -18px;
  }
}

@media screen and (min-width: 681px) {
  .support_inner_top h5 {
    color: #333333;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .support_inner_top h5 span {
    color: #e83434;
    font-weight: 700;
    text-decoration: underline;
  }
  .support_inner_top::after {
    display: none;
  }
}

.support_inner_content {
  padding-bottom: 100px;
}

@media screen and (min-width: 681px) {
  .support_inner_content {
    background: none;
    padding-bottom: 180px;
  }
}

.support_inner_content .container {
  max-width: 950px;
}

.support_inner_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -26px;
  padding-top: 54px;
}

@media screen and (min-width: 681px) {
  .support_inner_content ul {
    padding-top: 0;
    margin-bottom: -44px;
  }
}

.support_inner_content ul li {
  width: 100%;
  margin-bottom: 26px;
  -webkit-box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
  box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 681px) {
  .support_inner_content ul li {
    width: 453px;
    margin-bottom: 44px;
  }
}

.support_inner_content_img {
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 681px) {
  .support_inner_content_img {
    width: 102px;
    height: 102px;
  }
}

.support_inner_content_txt {
  padding-left: 17px;
}

.support_inner_content_txt h6 {
  font-size: 14px;
  font-weight: 600;
  color: #e83434;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

@media screen and (min-width: 681px) {
  .support_inner_content_txt h6 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.support_inner_content_txt h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 681px) {
  .support_inner_content_txt h5 {
    font-size: 26px;
  }
}

.support_image {
  padding: 0 20px 70px;
}
@media screen and (min-width: 681px) {
  .support_image {
    padding: 0 20px 104px;
  }
}

.support_image_title {
  text-align: center;
  letter-spacing: 0.14em;
}
.support_image_title span {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 6px;
}
.support_image_list {
}
.support_image_list_item {
  display: flex;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  margin-top: 25px;
}
.support_image_list_thumb {
  flex: 0 0 107px;
}
.support_image_list_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support_image_list_content {
  padding: 15px;
}
.support_image_list_head {
  color: #e83434;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.support_image_list_desc {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 7px;
}

@media screen and (min-width: 681px) {
  .support_image_title {
  }
  .support_image_title span {
    font-size: 25px;
  }
  .support_image_list_thumb {
    flex: 0 0 160px;
  }
  .support_image_list_content {
    padding: 18px 22px;
  }
  .support_image_list_head {
    font-size: 19px;
    line-height: 1.35;
  }
  .support_image_list_desc {
    font-size: 23px;
    margin-top: 4px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 900px) {
  .support_image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto 0;
    max-width: 1030px;
  }
  .support_image_list_item {
    width: 48%;
    margin-top: 30px;
  }
}

.step_list {
  max-width: 1111px;
  margin: 42px auto 0;
}
@media screen and (min-width: 681px) {
  .step_list {
    display: flex;
    justify-content: space-between;
  }
}
.step_list__item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  margin-top: 45px;
  position: relative;
}
@media screen and (min-width: 681px) {
  .step_list__item {
    width: 30%;
  }
}
.step_list__item:not(:first-of-type)::before {
  content: "";
  background: url(../old-img/icn_arrow_down.svg) center / 31px 16px no-repeat;
  width: 31px;
  height: 16px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 681px) {
  .step_list__item:not(:first-of-type)::before {
    top: 0;
    left: -13%;
    right: auto;
    bottom: 0;
    transform: rotate(-90deg);
  }
}
.step_list__num {
  display: flex;
  justify-content: center;
}
.step_list__num span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.07em;
  background-color: #e83434;
  padding: 0 12px;
  height: 25px;
}
@media screen and (min-width: 681px) {
  .step_list__num span {
    font-size: 15px;
  }
}
.step_list__title {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 7px;
  padding: 0 8px;
}
@media screen and (min-width: 681px) {
  .step_list__title {
    font-size: 20px;
    margin-top: 10px;
  }
}
.step_list__thumb {
  margin-top: 14px;
}
@media screen and (min-width: 681px) {
}
.step_list__thumb img {
  width: 100%;
  height: auto;
}
.step_list__desc {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 15px 20px;
}
@media screen and (min-width: 681px) {
  .step_list__desc {
    line-height: 1.7;
  }
}

.price {
  position: relative;
  background-color: #f8f8f8;
  padding: 40px 0 70px;
  position: relative;
}

@media screen and (min-width: 681px) {
  .price {
    padding: 102px 0 100px;
  }
}

.price_container {
  width: calc(100% - 10px);
  max-width: none;
}

@media screen and (min-width: 681px) {
  .price .container {
    max-width: 950px;
  }
}

.price_banner {
  margin: 40px auto;
  -webkit-box-shadow: 0 4px 12px rgba(51, 51, 51, 0.16);
  box-shadow: 0 4px 12px rgba(51, 51, 51, 0.16);
  width: 100%;
}

@media screen and (min-width: 681px) {
  .price_banner {
    margin: 70px auto 80px;
    width: 830px;
  }
}

.price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

@media screen and (min-width: 681px) {
  .price_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 40px;
  }
}

.price_inner_img {
  width: 100%;
}

@media screen and (min-width: 681px) {
  .price_inner_img {
    width: 48%;
  }
}

.price h6 {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2;
  padding: 0 20px;
}

@media screen and (min-width: 681px) {
  .price h6 {
    text-align: center;
    font-size: 15px;
    padding: 0;
  }
}

.example {
  margin: 60px 0 72px;
}

@media screen and (min-width: 681px) {
  .example {
    margin-top: 100px;
    margin-bottom: 122px;
  }
}

.example_top {
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (min-width: 681px) {
  .example_top {
    margin-bottom: 70px;
  }
}

.example_top h6 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .example_top h6 {
    font-size: 27px;
    margin-bottom: 16px;
  }
}

.example_top h6::before,
.example_top h6::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 0;
  left: -8px;
}

@media screen and (min-width: 681px) {
  .example_top h6::before,
  .example_top h6::after {
    width: 2px;
    height: 32px;
    left: -18px;
  }
}

.example_top h6::after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  left: auto;
  right: -8px;
}

@media screen and (min-width: 681px) {
  .example_top h6::after {
    right: -18px;
  }
}

.example_top h5 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.example_top h5 span {
  color: #e83434;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .example_top h5 {
    font-size: 34px;
  }
}

.example_img {
  width: calc(100% + 20px);
  overflow-x: scroll;
}

.example_img img {
  width: 920px;
}

@media screen and (min-width: 681px) {
  .example_img {
    width: 100%;
  }
  .example_img img {
    width: 100%;
  }
}

.cv {
  background-image: url(../old-img/cv_bg_sp.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  border-top: 6px solid #e83434;
  text-align: center;
  margin-top: 58px;
  padding-top: 18px;
}

@media screen and (min-width: 681px) {
  .cv {
    background-image: url(../old-img/cv_bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
  }
}

.cv.show_sp {
  display: block;
}

@media screen and (min-width: 681px) {
  .cv.show_sp {
    display: none;
  }
}

.cv.show_pc {
  display: none;
}

@media screen and (min-width: 681px) {
  .cv.show_pc {
    display: block;
  }
}

.cv h6 {
  color: #e83434;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

@media screen and (min-width: 681px) {
  .cv h6 {
    font-size: 26px;
    margin-bottom: 12px;
  }
}

.cv h5 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.cv h5 span {
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .cv h5 {
    font-size: 40px;
    margin-bottom: 0;
  }
}

.cv p {
  color: #e83434;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.cv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 681px) {
  .cv ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 17px 0;
    justify-content: center;
  }
}

.cv ul li {
  background-color: #e83434;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 8px;
  width: 220px;
  margin: 0 auto 10px;
}

.cv ul li:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (min-width: 681px) {
  .cv ul li {
    width: auto;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    border-right: 2px solid white;
    padding: 0 35px;
    margin: initial;
  }
  .cv ul li:last-child {
    border-right: none;
  }
}

.cv_btn {
  width: 300px;
  height: 42px;
  border-radius: 22px;
  background-color: white;
  -webkit-box-shadow: 3px 4px 0 #ba1616;
  box-shadow: 3px 4px 0 #ba1616;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .cv_btn {
    width: 424px;
    height: 60px;
    border-radius: 32px;
    background-color: #e83434;
    -webkit-box-shadow: 3.5px 5px 0 #ba1616;
    box-shadow: 3.5px 5px 0 #ba1616;
    margin: 20px auto 24px;
  }
}

.cv_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.cv_btn a p {
  text-align: center;
  color: #e83434;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 42px;
}

@media screen and (min-width: 681px) {
  .cv_btn a p {
    font-size: 24px;
    line-height: 60px;
    color: white;
  }
}

.cv_btn a i {
  position: absolute;
  color: #e83434;
  top: calc(50% - 7px);
  right: 10px;
}

.cv_btn a i.size {
  font-size: 14px;
}

@media screen and (min-width: 681px) {
  .cv_btn a i {
    color: white;
    top: calc(50% - 10.5px);
    right: 24px;
  }
  .cv_btn a i.size {
    font-size: 21px;
  }
}

.cv_btn:hover {
  -webkit-box-shadow: 0px 0px 0 #ba1616;
  box-shadow: 0px 0px 0 #ba1616;
  -webkit-transform: translateY(5px) translateX(3.5px);
  transform: translateY(5px) translateX(3.5px);
}

.cv_bottom {
  background-color: #e83434;
  margin-top: 24px;
  padding: 15px 0 19px;
}

.cv_bottom .container {
  max-width: 920px;
}

@media screen and (min-width: 681px) {
  .cv_bottom {
    padding: 0;
  }
  .cv_bottom .container {
    max-width: none;
  }
}

.compare {
  background-color: #fff;
}

.compare .container {
  max-width: 960px;
  padding: 60px 0 100px;
}

@media screen and (min-width: 681px) {
  .compare .container {
    padding: 100px 0 100px;
  }
}

.compare_top {
  text-align: center;
  margin-bottom: 70px;
}

.compare_top h6 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

@media screen and (min-width: 681px) {
  .compare_top h6 {
    font-size: 27px;
    margin-bottom: 16px;
  }
}

.compare_top h6::before,
.compare_top h6::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 0;
  left: -8px;
}

@media screen and (min-width: 681px) {
  .compare_top h6::before,
  .compare_top h6::after {
    width: 2px;
    height: 32px;
    left: -18px;
  }
}

.compare_top h6::after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  left: auto;
  right: -8px;
}

@media screen and (min-width: 681px) {
  .compare_top h6::after {
    right: -18px;
  }
}

.compare_top h5 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.compare_top h5 span {
  color: #e83434;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .compare_top h5 {
    font-size: 34px;
  }
}

.compare_img {
  width: calc(100% + 20px);
  overflow-x: scroll;
}

.compare_img img {
  width: 610px;
}

@media screen and (min-width: 681px) {
  .compare_img {
    width: 100%;
    overflow-x: auto;
  }
  .compare_img img {
    width: 100%;
  }
}

.flow {
  position: relative;
  background-color: #e83434;
  padding: 64px 0 0px;
  margin-bottom: 236px;
}

@media screen and (min-width: 681px) {
  .flow {
    margin-bottom: 676px;
  }
}

.flow .container {
  max-width: 1110px;
}

.flow_tit {
  margin-bottom: 50px;
}

.flow_tit_wrap {
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 6px 16px;
}

.flow_tit_wrap h5 {
  color: #e83434;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.flow_step {
  padding: 0 20px;
}

.flow_inner {
  background-color: #fff;
  border-radius: 32px;
  padding: 30px 20px 36px;
  margin-bottom: 80px;
}

@media screen and (min-width: 681px) {
  .flow_inner {
    padding: 50px 64px 60px;
  }
}

.flow_inner_title {
  text-align: center;
  margin-bottom: 58px;
}

@media screen and (min-width: 681px) {
  .flow_inner_title {
    margin-bottom: 64px;
  }
}

.flow_inner_title h4 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.flow_inner_title h4 span {
  color: #e83434;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .flow_inner_title h4 {
    font-size: 35px;
  }
}

.flow_inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 681px) {
  .flow_inner_contents {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.flow_inner_content {
  -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.16);
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.16);
  border-radius: 9px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.flow_inner_content::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 30px;
  background-image: url(../old-img/arrow_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -45px;
  right: calc(50% - 15px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 681px) {
  .flow_inner_content::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: calc(50% - 15px);
    right: -35px;
  }
}

.flow_inner_content:last-child {
  margin-bottom: 0;
}

.flow_inner_content:last-child::after {
  display: none;
}

@media screen and (min-width: 681px) {
  .flow_inner_content {
    width: 293px;
    margin-bottom: 0;
  }
}

.flow_inner_content_num {
  position: absolute;
  border-radius: 50%;
  background-color: #e83434;
  width: 68px;
  height: 68px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -33px;
  left: 13px;
}

.flow_inner_content_num span {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.flow_inner_content_num strong {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.flow_inner_content_ttl {
  padding: 22px 0 14px;
  text-align: center;
}

.flow_inner_content_ttl p {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.36;
}

.flow_inner_content_img {
  /* height: 150px;
  background-color: #fef6f5; */
}

.flow_inner_content_img source,
.flow_inner_content_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flow_inner_content_txt {
  padding: 18px;
  padding-bottom: 24px;
}

.flow_inner_content_txt p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666;
}

.flow_inner_content:nth-child(3) source,
.flow_inner_content:nth-child(3) img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.flow_bottom {
  text-align: center;
  position: relative;
}

.flow_bottom h6 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: white;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .flow_bottom h6 {
    font-size: 30px;
  }
}

.flow_bottom h6::before,
.flow_bottom h6::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 0;
  left: -8px;
}

@media screen and (min-width: 681px) {
  .flow_bottom h6::before,
  .flow_bottom h6::after {
    width: 2px;
    height: 32px;
    left: -18px;
  }
}

.flow_bottom h6::after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  left: auto;
  right: -8px;
}

@media screen and (min-width: 681px) {
  .flow_bottom h6::after {
    right: -18px;
  }
}

.flow_bottom_area {
  position: absolute;
  bottom: -234px;
  left: calc(50% - 181px);
}

@media screen and (min-width: 681px) {
  .flow_bottom_area {
    bottom: -604px;
    left: calc(50% - 460px);
  }
}

.flow_bottom_area_img {
  width: 362px;
}

@media screen and (min-width: 681px) {
  .flow_bottom_area_img {
    width: 920px;
  }
}

.flow_bottom_line {
  position: absolute;
  left: 0;
  bottom: -340px;
  z-index: -1;
}

@media screen and (min-width: 681px) {
  .flow_bottom_line {
    bottom: -1000px;
  }
}

.faq {
  padding-top: 70px;
}
@media screen and (min-width: 681px) {
  .faq {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: lg) {
  .faq {
    padding-top: 120px;
  }
}

.faq .section_title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 681px) {
  .faq .section_title {
    margin-bottom: 70px;
  }
}

.faq .section_title h4 {
  font-family: "Reem Kufi";
  color: #e83434;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

@media screen and (min-width: 681px) {
  .faq .section_title h4 {
    font-size: 75px;
    margin-bottom: 24px;
  }
}

.faq .section_title h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .faq .section_title h3 {
    font-size: 30px;
  }
}

.faq .container {
  max-width: 970px;
}

.faq_li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #cacaca;
  position: relative;
}

.faq_check {
  position: relative;
}

.faq_check::before {
  content: "Q";
  font-size: 2.32rem;
  color: #e83434;
  position: absolute;
  top: calc(50% + 11px);
  left: 0;
}

@media screen and (min-width: 681px) {
  .faq_check::before {
    font-size: 2.32rem;
    font-weight: 700;
    top: calc(50% + 11px);
    left: 0;
  }
}

.faq_label {
  display: block;
  color: #333333;
  margin-bottom: 1px;
  padding: 10px 0 24px 40px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (min-width: 681px) {
  .faq_label {
    font-size: 17px;
    line-height: 1;
  }
}

.faq_content {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  display: block;
  width: 100%;
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.85;
}

.faq_content a {
  color: #e83434;
}

.faq .faq_label:before,
.faq .faq_label:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: calc(50% - 6px);
  right: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 681px) {
  .faq .faq_label:before,
  .faq .faq_label:after {
    width: 20px;
    height: 2px;
    right: 1%;
  }
}

.faq .faq_label:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.faq .faq_check:checked + .faq_label:after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.faq .faq_check:checked + .faq_label + .faq_content {
  height: auto;
  margin-bottom: 24px;
  opacity: 1;
  padding: 10px 20px;
  visibility: visible;
}

.message {
  border-top: 6px solid #e83434;
  background-image: url(../old-img/message_bg_sp.png);
  background-size: 140% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media screen and (min-width: 681px) {
  .message {
    background-image: url(../old-img/message_bg.png);
    background-size: auto 100%;
    background-position: top left;
  }
}

.message .container {
  text-align: center;
  padding: 52px 0;
}

@media screen and (min-width: 681px) {
  .message .container {
    padding: 70px 0 40px;
  }
}

.message .section_title {
  text-align: center;
  margin-bottom: 36px;
}

.message .section_title h4 {
  color: #e83434;
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media screen and (min-width: 681px) {
  .message .section_title h4 {
    font-size: 91px;
    margin-bottom: 24px;
  }
}

.message .section_title h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .message .section_title h3 {
    font-size: 30px;
  }
}

.message_ttl {
  margin-bottom: 36px;
}

.message_ttl_wrap {
  background-color: #e83434;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 6px;
}

@media screen and (min-width: 681px) {
  .message_ttl_wrap {
    padding: 6px 16px;
  }
}

.message_ttl_wrap h5 {
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 681px) {
  .message_ttl_wrap h5 {
    font-size: 34px;
    letter-spacing: 0.14em;
  }
}

.message_txt {
  max-width: 510px;
  margin: 0 auto;
  text-align: left;
}

.message_txt p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.857;
}

@media screen and (min-width: 681px) {
  .message_txt p {
    font-size: 14px;
  }
}

@media screen and (min-width: 681px) {
  .contact_page .header {
    background: none;
    -webkit-box-shadow: 0 0 0 rgba(51, 51, 51, 0.16);
    box-shadow: 0 0 0 rgba(51, 51, 51, 0.16);
  }
}

.contact_page .header_nav {
  display: none;
}

.contact_area {
  margin-bottom: 80px;
}

@media screen and (min-width: 681px) {
  .contact_area {
    margin-bottom: 0;
  }
}

.contact_presents {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 681px) {
  .contact_presents {
    padding-top: 84px;
    padding-bottom: 50px;
  }
}

.contact_presents_title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 681px) {
  .contact_presents_title {
    margin-bottom: 50px;
  }
}

.contact_presents_title h3 {
  color: #e83434;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

@media screen and (min-width: 681px) {
  .contact_presents_title h3 {
    font-size: 90px;
    margin-bottom: 16px;
  }
}

.contact_presents_title h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
}

.contact_presents_title h4 span {
  color: #e83434;
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .contact_presents_title h4 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}

.contact_presents_title p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.8;
}

@media screen and (min-width: 681px) {
  .contact_presents_title p {
    font-size: 20px;
    line-height: 1;
  }
}

.contact_presents_inner {
  position: relative;
  overflow-x: scroll;
  overflow-y: visible;
  margin: -26px 0;
  padding: 26px 0;
}

@media screen and (min-width: 681px) {
  .contact_presents_inner {
    overflow-x: initial;
  }
}

.contact_presents_inner::before {
  position: absolute;
  content: "";
  background-color: #e83434;
  width: 822px;
  height: 36px;
  top: calc(50% - 18px);
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 681px) {
  .contact_presents_inner::before {
    width: 100%;
    height: 48px;
    top: calc(50% - 24px);
  }
}

.contact_presents_inner .container {
  width: 822px;
  max-width: none;
}

@media screen and (min-width: 681px) {
  .contact_presents_inner .container {
    width: 970px;
  }
}

.contact_presents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}

@media screen and (min-width: 681px) {
  .contact_presents_list {
    padding: 0;
  }
}

.contact_presents_list li {
  text-align: center;
  width: 224px;
  background-color: white;
  padding: 29px 0 26px;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 25px rgba(51, 51, 51, 0.16);
  box-shadow: 0 3px 25px rgba(51, 51, 51, 0.16);
}

@media screen and (min-width: 681px) {
  .contact_presents_list li {
    width: 287px;
    padding: 28px 0 34px;
    border-radius: 12px;
  }
}

.contact_presents_list li img {
  width: 78px;
  height: 55px;
  margin: 0 auto 12px;
}

@media screen and (min-width: 681px) {
  .contact_presents_list li img {
    width: 101px;
    height: 72px;
  }
}

.contact_presents_list li h6 {
  color: #e83434;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}

@media screen and (min-width: 681px) {
  .contact_presents_list li h6 {
    font-size: 20px;
  }
}

.contact_presents_list li p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}

@media screen and (min-width: 681px) {
  .contact_presents_list li p {
    font-size: 16px;
  }
}

.contact_top {
  background-image: url("../old-img/contact_bg_sp.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 0px;
  position: relative;
  margin-top: 66px;
  margin-bottom: 0;
}

@media screen and (min-width: 681px) {
  .contact_top {
    background-color: #f1f5f6;
    background-image: url("../old-img/contact_bg.jpg");
    background-size: cover;
    background-position: top right;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 174px 0 90px;
  }
}

.contact_top .container {
  max-width: 1178px;
}

.contact_top_txt {
  text-align: center;
  padding-top: 310px;
}

@media screen and (min-width: 681px) {
  .contact_top_txt {
    text-align: left;
    padding-top: 0;
  }
}

.contact_top_txt_wrap {
  background-color: #e83434;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  margin: 0 auto 28px;
}

@media screen and (min-width: 681px) {
  .contact_top_txt_wrap {
    padding: 6px 16px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.contact_top_txt_wrap h4 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .contact_top_txt_wrap h4 {
    font-size: 24px;
  }
}

.contact_top_txt_bottom {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .contact_top_txt_bottom {
    font-size: 25px;
  }
}

.contact_top_txt_bottom span {
  color: #e83434;
  font-weight: 700;
}

.contact_top_txt h2 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.33;
  margin: 0 auto 16px;
  margin-bottom: 16px;
}

.contact_top_txt h2::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
}

.contact_top_txt h2 span {
  color: #e83434;
  font-weight: 700;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact_top_txt h2 span::after {
  position: absolute;
  content: "";
  background-color: #e83434;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
}

@media screen and (min-width: 681px) {
  .contact_top_txt h2 span {
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .contact_top_txt h2 {
    font-size: 70px;
    line-height: 1.38;
    margin: 0 auto 16px 0;
    padding-left: 0;
  }
}

.contact_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 18px auto 0;
  position: relative;
}

@media screen and (min-width: 681px) {
  .contact_up {
    width: 589px;
    margin: 36px auto 0 0;
  }
}

.contact_up::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e83434;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 681px) {
  .contact_up::before {
    width: 360px;
    left: calc(50% - 180px);
  }
}

.contact_up li {
  width: 95px;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  padding: 24px 0;
  border-radius: 23px;
  border: 3px solid #e83434;
  z-index: 2;
}

@media screen and (min-width: 681px) {
  .contact_up li {
    width: 165px;
    border-radius: 23px;
  }
}

.contact_up li h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (min-width: 681px) {
  .contact_up li h6 {
    font-size: 19px;
    margin-bottom: 6px;
  }
}

.contact_up li h5 {
  color: #e83434;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 681px) {
  .contact_up li h5 {
    font-size: 52px;
  }
}

.contact_up li p {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 681px) {
  .contact_up li p {
    font-size: 14px;
    line-height: 1.42;
  }
}

.contact_up li:first-child {
  background-color: #e83434;
  color: #ffffff;
  text-align: center;
  padding: 24px 0;
  border: 3px solid #e83434;
  z-index: 2;
}

.contact_up li:first-child h6,
.contact_up li:first-child h5,
.contact_up li:first-child p {
  color: #ffffff;
}

#timerex_calendar {
  padding: 52px 0 0px !important;
  overflow-x: scroll;
  margin-bottom: 60px;
}

@media screen and (min-width: 564px) {
  #timerex_calendar {
    overflow-x: hidden !important;
  }
}

@media screen and (min-width: 681px) {
  #timerex_calendar {
    padding: 72px 0 0 !important;
  }
}

.faq_contact .section_title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 681px) {
  .faq_contact .section_title {
    margin-bottom: 70px;
  }
}

.faq_contact .section_title h4 {
  color: #e83434;
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

@media screen and (min-width: 681px) {
  .faq_contact .section_title h4 {
    font-size: 91px;
    margin-bottom: 24px;
  }
}

.faq_contact .section_title h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .faq_contact .section_title h3 {
    font-size: 30px;
  }
}

.faq_contact .container {
  width: calc(100% - 24px);
  padding: 20px 0 0;
}

@media screen and (min-width: 681px) {
  .faq_contact .container {
    padding: 100px 0 0;
  }
}

.faq_contact .container p {
  color: #4d4d4d;
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.faq_contact .container h2 {
  color: #333333;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  z-index: 1;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .faq_contact .container h2 {
    font-size: 4rem;
    margin-bottom: 48px;
  }
}

.faq_contact .container ul {
  padding: 30px 20px;
}

@media screen and (min-width: 681px) {
  .faq_contact .container ul {
    padding: 60px 60px 40px;
  }
}

.faq_contact .container ul li {
  margin-bottom: 40px;
}

.faq_contact .container ul li:last-child {
  margin-bottom: 0;
}

.faq_contact .container ul li h5 {
  position: relative;
  background-color: #fafaff;
  margin-bottom: 10px;
  padding: 15px 22px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .faq_contact .container ul li h5 {
    margin-bottom: 30px;
    padding: 30px 50px;
    font-size: 24px;
  }
}

.faq_contact .container ul li h5 i {
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  position: absolute;
  color: #fff;
  background-color: #e83434;
  font-family: "Noto Sans JP";
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}

@media screen and (min-width: 681px) {
  .faq_contact .container ul li h5 i {
    font-size: 2rem;
    top: -26px;
    left: -26px;
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}

.faq_contact .container ul li p {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (min-width: 681px) {
  .faq_contact .container ul li p {
    padding: 0 48px;
    font-size: 18px;
  }
}

.thanks .header {
  padding-right: 60px;
}

.thanks .header_nav_contact {
  display: none;
}

.thanks_top {
  background-color: #f1f5f6;
  margin: 0 auto;
  text-align: center;
  padding-top: 68px;
}

@media screen and (min-width: 681px) {
  .thanks_top {
    padding-top: 72px;
  }
}

.thanks_top .container {
  padding: 66px 0 58px;
  position: relative;
}

@media screen and (min-width: 681px) {
  .thanks_top .container {
    padding: 84px 0 88px;
  }
}

.thanks_top h3 {
  color: #333333;
  text-align: center;
  font-size: 23px;
  line-height: 1.47;
  font-weight: bold;
  letter-spacing: 0.14;
  margin-bottom: 67px;
}

.thanks_top h3 span {
  color: #e83434;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .thanks_top h3 {
    font-size: 35px;
    line-height: 1.51428;
    margin-bottom: 83px;
  }
}

.thanks_top h4 {
  color: #e83434;
  font-size: 40px;
  letter-spacing: 0.05em;
  /* font-family: 'futura-pt'; */
  font-weight: bold;
  margin-bottom: 89px;
}

@media screen and (min-width: 681px) {
  .thanks_top h4 {
    font-size: 56px;
    margin-bottom: 124px;
  }
}

.thanks_top img {
  position: absolute;
  width: 84px;
  bottom: 262px;
  left: calc(50% - 42px);
}

@media screen and (min-width: 681px) {
  .thanks_top img {
    width: 126px;
    bottom: 214px;
    left: calc(50% - 63px);
  }
}

.thanks_top p {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 1.785;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 681px) {
  .thanks_top p {
    font-size: 19px;
  }
}

.thanks_top_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  margin: 22px auto 0;
  padding: 18px;
  background-color: white;
  border: 1px solid #e83434;
  border-radius: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.thanks_top_bottom p {
  text-align: left;
  color: #e83434;
  font-size: 14px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 681px) {
  .thanks_top_bottom {
    width: 773px;
    height: 44px;
    margin: 22px auto 0;
    padding: 0;
    border-radius: 8px;
    text-align: center;
  }
  .thanks_top_bottom p {
    font-size: 15px;
  }
}

.thanks_bottom {
  padding-bottom: 60px;
}

@media screen and (min-width: 681px) {
  .thanks_bottom {
    padding-bottom: 150px;
  }
}

.thanks_bottom .section_title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 681px) {
  .thanks_bottom .section_title {
    margin-bottom: 42px;
  }
}

.thanks_bottom .section_title h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}

.thanks_bottom .section_title h4 {
  color: #e83434;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.thanks_bottom .thanks_txt {
  text-align: left;
  margin-bottom: 52px;
}

@media screen and (min-width: 681px) {
  .thanks_bottom .thanks_txt {
    text-align: center;
    margin-bottom: 62px;
  }
}

.thanks_bottom .thanks_txt p {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.86;
}

@media screen and (min-width: 681px) {
  .thanks_bottom .thanks_txt p {
    font-size: 19px;
    line-height: 1.631578;
  }
}

.thanks_bottom .thanks_addline {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .thanks_bottom .thanks_addline {
    width: 606px;
  }
}

.thanks_bottom .thanks_addline a img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .thanks_bottom .thanks_addline a img {
    width: 606px;
  }
}

.tokusho {
  padding-top: 66px;
}

@media screen and (min-width: 681px) {
  .tokusho {
    padding-top: 84px;
  }
}

.tokusho_title {
  background-color: #4d4d4d;
  padding: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (min-width: 681px) {
  .tokusho_title {
    padding: 32px 0;
  }
}

.tokusho_title h4 {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 681px) {
  .tokusho_title h4 {
    font-size: 2.8rem;
    margin-bottom: 14px;
  }
}

.tokusho_title h3 {
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-size: 0.8rem;
}

@media screen and (min-width: 681px) {
  .tokusho_title h3 {
    font-size: 1.6rem;
  }
}

.tokusho .container {
  padding: 32px 16px 60px;
}

@media screen and (min-width: 681px) {
  .tokusho .container {
    padding: 80px 48px 150px;
  }
}

.tokusho .container div {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 681px) {
  .tokusho .container div {
    margin-bottom: 4rem;
  }
}

.tokusho .container div h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 681px) {
  .tokusho .container div h3 {
    font-size: 2.4rem;
  }
}

.tokusho .container div p {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 681px) {
  .tokusho .container div p {
    font-size: 1.6rem;
  }
}

.tokusho .container div a {
  text-decoration: none;
}

.tokusho .container div a h3 {
  font-size: 2rem;
  color: #e83434;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tokusho .container div a h3:hover {
  color: #e61f1f;
}

.tokusho .container div a p {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 681px) {
  .tokusho .container div a p {
    font-size: 1.6rem;
  }
}

.privacy {
  padding-top: 66px;
}

@media screen and (min-width: 681px) {
  .privacy {
    padding-top: 84px;
  }
}

.privacy_title {
  background-color: #4d4d4d;
  padding: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (min-width: 681px) {
  .privacy_title {
    padding: 32px 0;
  }
}

.privacy_title h4 {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 681px) {
  .privacy_title h4 {
    font-size: 2.8rem;
    margin-bottom: 14px;
  }
}

.privacy_title h3 {
  color: #ffffff;
  text-align: center;
  /* font-family: din-2014, sans-serif; */
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}

@media screen and (min-width: 681px) {
  .privacy_title h3 {
    font-size: 2.4rem;
  }
}

.privacy .container {
  padding: 32px 16px 60px;
}

@media screen and (min-width: 681px) {
  .privacy .container {
    padding: 80px 48px 150px;
  }
}

.privacy .container div {
  margin-bottom: 2rem;
}

@media screen and (min-width: 681px) {
  .privacy .container div {
    margin-bottom: 3.2rem;
  }
}

.privacy .container div p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 681px) {
  .privacy .container div p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.privacy .container div p strong {
  font-weight: bold;
}

.privacy .container div ul {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 681px) {
  .privacy .container div ul {
    margin-bottom: 1.6rem;
  }
}

.privacy .container div ul li {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 12px;
}

@media screen and (min-width: 681px) {
  .privacy .container div ul li {
    font-size: 1.6rem;
    padding-left: 24px;
  }
}

.privacy .container div ul li a {
  color: #e83434;
}

footer {
  /* background-color: #e83434; */
}

footer .container {
  padding: 30px 0 20px;
  width: 100%;
}

@media screen and (min-width: 681px) {
  footer .container {
    padding: 50px 0 0;
  }
}

footer .container a img {
  width: 116px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  footer .container a img {
    width: 214px;
  }
}

footer .container .btn_contact {
  width: 224px;
  height: 36px;
  margin: 24px auto;
  border-radius: 28px;
  border: 2px solid white;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 681px) {
  footer .container .btn_contact {
    width: 380px;
    height: 66px;
    border-radius: 40px;
    margin: 40px auto 38px;
  }
}

footer .container .btn_contact:hover {
  opacity: 0.6;
}

footer .container .btn_contact a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.04em;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 681px) {
  footer .container .btn_contact a {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 62px;
  }
}

footer .container .btn_contact a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
  background-image: url("../old-img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 681px) {
  footer .container .btn_contact a::after {
    width: 9px;
    height: 18px;
    top: calc(50% - 9px);
    right: 23px;
  }
}

@media screen and (min-width: 681px) {
  footer .container .footer_link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 52px;
  }
}

footer .container .footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 110px;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  footer .container .footer_link ul {
    width: 592px;
  }
}

footer .container .footer_link ul li {
  margin-bottom: 20px;
}

footer .container .footer_link ul li a {
  color: #ffffff;
  font-size: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 681px) {
  footer .container .footer_link ul li a {
    font-size: 17px;
  }
}

footer .container .footer_link ul li a:hover {
  color: #e83434;
}

footer .footer_copy {
  background-color: white;
}

footer .footer_copy p {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #e83434;
  line-height: 30px;
}

@media screen and (min-width: 681px) {
  footer .footer_copy p {
    font-size: 16px;
    line-height: 1;
    padding: 22px 0 17px;
  }
}

.fukidashi-heading {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 681px) {
  .fukidashi-heading {
    margin-top: 80px;
  }
}
.fukidashi-heading__inner {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #e83434;
  border-radius: 55px;
  padding: 13px 35px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 681px) {
  .fukidashi-heading__inner {
    font-size: 25px;
    padding: 20px 40px;
  }
}
.fukidashi-heading__inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #e83434 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 681px) {
  .fukidashi-heading__inner::before {
    border-width: 21px 20px 0 20px;
  }
}

.fukidashi-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
@media screen and (min-width: 681px) {
  .fukidashi-btn {
    margin-top: 80px;
  }
}
.fukidashi-btn a {
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 681px) {
  .fukidashi-btn a {
    width: auto;
  }
}
.fukidashi-btn__hukidashi {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.fukidashi-btn__hukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #e83434 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 681px) {
  .fukidashi-btn__hukidashi::before {
    border-width: 13px 12px 0 12px;
    bottom: -12px;
  }
}
.fukidashi-btn__hukidashi span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #e83434;
  border-radius: 55px;
  padding: 9px 26px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 681px) {
  .fukidashi-btn__hukidashi span {
    font-size: 18px;
    padding: 13px 26px;
  }
}
/* beforeが常時アニメーション、afterがhover時 */
.fukidashi-btn__hukidashi span::before,
.fukidashi-btn__hukidashi span::after {
  content: "";
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
}
.fukidashi-btn__hukidashi span::before {
  animation: shine 2s infinite;
}
.fukidashi-btn a:hover .fukidashi-btn__hukidashi span::after {
  animation: shine_hover 1s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine_hover {
  100% {
    left: 125%;
  }
}
.fukidashi-btn__link {
  color: #e83434;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border: solid 2px #e83434;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(51, 51, 51, 0.16);
  margin-top: -8px;
  padding: 20px 35px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s;
}
.fukidashi-btn__link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 681px) {
  .fukidashi-btn__link {
    font-size: 27px;
    margin-top: -14px;
    padding: 32px 65px;
    width: auto;
  }
}
.fukidashi-btn__link::before {
  content: "";
  background: url(../old-img/icn-arrow-right.svg) no-repeat;
  background-size: 6px 11px;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
}
@media screen and (min-width: 681px) {
  .fukidashi-btn__link::before {
    background-size: 10px 17px;
    width: 10px;
    height: 17px;
    right: 30px;
  }
}

.btn_border {
  display: block;
  color: #e83434;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: solid 2px #e83434;
  border-radius: 40px;
  padding: 8px 30px;
  position: relative;
  transition: opacity 0.2s;
}
.btn_border:hover {
  opacity: 0.7;
}
@media screen and (min-width: 681px) {
  .btn_border {
    padding: 8px 40px;
  }
}
.btn_border::before {
  content: "";
  background: url(../old-img/icn-arrow-right.svg) no-repeat;
  background-size: 6px 11px;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
}

.flex-row-center {
  display: flex;
  justify-content: center;
}

/* 共通パーツ専用 */
/* bodyに line-height: 1; がかかってるから、それを上書き */
.l-header,
.c-btn,
.p-header-nav,
.p-header-menu-btn,
.p-drawer-menu,
.p-cv-links,
.p-footer {
  line-height: 1.7;
}
.p-header-cv-btn__caption,
.p-header-cv-btn__main {
  font-weight: bold;
}

.p-cv-links {
  padding-top: 60px;
}

.ff-reem-kufi {
  font-family: "Reem Kufi";
}

/* ポップアップ */
.popup {
  line-height: 1.7;
  position: fixed;
  left: -600px;
  bottom: 10px;
  z-index: 9999;
  width: 85%;
  max-width: 400px;
  transition: left 0.6s;
}
@media screen and (min-width: 681px) {
  .popup {
    width: 100%;
  }
}
.popup[data-active="true"] {
  left: 10px;
}
.popup[data-active="false"] {
  left: -600px;
}
/* .popup__bg {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.popup__close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 681px) {
  .popup__close-btn {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.popup__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.popup__thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.popup__content {
  padding: 25px 20px 35px;
}
@media screen and (min-width: 681px) {
  .popup__content {
    padding: 25px 40px 35px;
  }
}
.popup__head {
  text-align: center;
}
.popup__head .__top {
  display: inline-block;
  color: #e83434;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.popup__head .__top::before,
.popup__head .__top::after {
  content: "";
  display: block;
  background-color: #e83434;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 6px;
}
.popup__head .__top::before {
  left: -15px;
  transform: rotate(-37deg);
}
.popup__head .__top::after {
  right: -13px;
  transform: rotate(37deg);
}
@media screen and (min-width: 681px) {
  .popup__head .__top::before,
  .popup__head .__top::after {
    width: 2px;
    height: 30px;
    top: 3px;
  }
  .popup__head .__top::before {
    left: -20px;
  }
  .popup__head .__top::after {
    right: -17px;
  }
}
@media screen and (min-width: 681px) {
  .popup__head .__top {
    font-size: 20px;
  }
}
.popup__head .__main {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 681px) {
  .popup__head .__main {
    font-size: 19px;
  }
}
.popup__list {
  margin-top: 15px;
}
.popup__list li {
  font-size: 14px;
  margin-top: 4px;
  padding-left: 22px;
  background: url(../old-img/popup-icn-check.svg) left top 4px / 19px no-repeat;
}
.popup__list br {
  display: block;
}
@media screen and (min-width: 681px) {
  .popup__list br {
    display: none;
  }
}
.popup__btn {
  margin-top: 21px;
}
.popup__btn a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #e83434;
  border-radius: 5px;
  padding: 13px 20px;
  width: 100%;
}
@media screen and (min-width: 681px) {
  .popup__btn a {
    font-size: 20px;
  }
}
.popup__caption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 681px) {
  .popup__caption {
    font-size: 13px;
  }
}

#wrapper .heading-diagonal-line {
  position: relative;
}
#wrapper .heading-diagonal-line::before,
#wrapper .heading-diagonal-line::after {
  content: "";
  display: block;
  background-color: #333;
  width: 1px;
  height: 20px;
  position: absolute;
  top: -1px;
}
#wrapper .heading-diagonal-line::before {
  left: -15px;
  transform: rotate(-37deg);
}
#wrapper .heading-diagonal-line::after {
  right: -13px;
  transform: rotate(37deg);
}
#wrapper .heading-diagonal-line.__primary::before,
#wrapper .heading-diagonal-line.__primary::after {
  background-color: #e83434;
}
#wrapper .heading-diagonal-line.__white::before,
#wrapper .heading-diagonal-line.__white::after {
  background-color: #fff;
}
@media screen and (min-width: 681px) {
  #wrapper .heading-diagonal-line::before,
  #wrapper .heading-diagonal-line::after {
    width: 2px;
    height: 36px;
    top: -5px;
  }
  #wrapper .heading-diagonal-line::before {
    left: -20px;
  }
  #wrapper .heading-diagonal-line::after {
    right: -17px;
  }
}

/* 無料説明会実施中が画面内にきたらポップアップを表示 */
/* #js-cv-contact-wrap[data-js-trigger].__visible .popup {
  visibility: visible;
  opacity: 1;
} */

/* お問い合わせページの離脱防止ポップアップ */
.contact-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transition: visibility 0.1s, opacity 0.1s;
}
.contact-popup[data-active="true"] {
  visibility: visible;
  opacity: 1;
}
.contact-popup[data-active="false"] {
  visibility: hidden;
  opacity: 0;
}
.contact-popup__bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 27px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 681px) {
  .contact-popup__close-btn {
    top: -30px;
    right: -20px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.contact-popup__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  width: 90%;
  max-width: 440px;
  height: 70vh;
  margin: auto;
  padding: 20px 20px 25px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
@media screen and (min-width: 681px) {
  .contact-popup__card {
    padding: 30px 40px 35px;
    height: auto;
    overflow-y: visible;
  }
}
.contact-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 27px;
  cursor: pointer;
}
@media screen and (min-width: 681px) {
  .contact-popup__close {
    top: -33px;
    right: -18px;
  }
}
.contact-popup__header {
  display: flex;
  align-items: center;
}
.contact-popup__header img {
  flex: 0 0 auto;
  width: 60px;
}
@media screen and (min-width: 681px) {
  .contact-popup__header img {
    width: 70px;
  }
}
.contact-popup__header h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  width: 100%;
  padding-left: 16px;
}
@media screen and (min-width: 681px) {
  .contact-popup__header h2 {
    font-size: 21px;
  }
}
.contact-popup__desc {
  margin-top: 12px;
}
@media screen and (min-width: 681px) {
  .contact-popup__desc {
    margin-top: 20px;
  }
}
.contact-popup__present {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border: dashed 2px #e83434;
  border-radius: 10px;
  margin-top: 15px;
  padding: 13px 10px;
}
@media screen and (min-width: 681px) {
  .contact-popup__present {
    font-size: 18px;
    margin-top: 25px;
    padding: 18px 20px;
  }
}
.contact-popup__present span {
  color: #e83434;
  font-weight: bold;
}
.contact-popup__caption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 681px) {
  .contact-popup__caption {
    font-size: 15px;
  }
}
.contact-popup__btn {
  margin-top: 25px;
}
.contact-popup__btn button {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #e83434;
  border-radius: 5px;
  padding: 16px 12px;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 681px) {
  .contact-popup__btn button {
    font-size: 21px;
  }
}

/* サンクスページ */
.page-thanks {
  margin-top: 66px;
}
@media screen and (min-width: 681px) {
  .page-thanks {
    margin-top: 85px;
  }
}
.page-thanks * {
  font-weight: 500;
}
.page-thanks__section-mv {
  background-color: #f1f5f6;
  padding: 45px 20px 110px;
  position: relative;
}
@media screen and (min-width: 681px) {
  .page-thanks__section-mv {
    padding: 116px 40px 105px;
  }
}
.page-thanks__title {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-thanks__title .__primary {
  display: inline-block;
  color: #e83434;
  border-bottom: solid 1px #e83434;
  font-weight: bold;
}
.page-thanks__title .__normal {
  display: block;
  font-weight: bold;
  padding-top: 14px;
}
@media screen and (min-width: 681px) {
  .page-thanks__title {
    font-size: 35px;
  }
  .page-thanks__title .__primary {
    border-bottom-width: 2px;
  }
}
.page-thanks__img {
  margin: 40px auto 0;
  width: 71%;
  max-width: 378px;
}
.page-thanks__desc {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 30px;
}
@media screen and (min-width: 681px) {
  .page-thanks__desc {
    font-size: 19px;
  }
}
.page-thanks__caption {
  margin-top: 25px;
  padding: 0 5px;
}
.page-thanks__caption p {
  color: #e83434;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #fff;
  border: solid 1px #e83434;
  border-radius: 14px;
  padding: 18px;
}
@media screen and (min-width: 681px) {
  .page-thanks__caption {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    padding: 0;
  }
  .page-thanks__caption p {
    font-size: 15px;
    border-radius: 8px;
    border-width: 2px;
    padding: 7px 18px;
  }
}
.page-thanks__scroll-down {
  font-size: 14px;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
}
.page-thanks__scroll-down::before,
.page-thanks__scroll-down::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -67px;
  width: 29px;
  height: 29px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateX(-50%) rotate(-45deg);
  animation: arrow_animation 2s infinite;
}

.page-thanks__scroll-down::after {
  bottom: -44px; /* 2つ目のやじるしを少し上に配置 */
}

@keyframes arrow_animation {
  0% {
    opacity: 0;
    transform: translateX(-50%) rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) rotate(-45deg) translate(-20px, 20px);
  }
}

@keyframes mv_scroll_anima {
  0% {
    transform: scale(1, 0);
    transform-origin: 0% 0%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0% 0%;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0% 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0% 100%;
  }
}
.page-thanks__section-present {
  padding: 60px 20px 0;
}
@media screen and (min-width: 681px) {
  .page-thanks__section-present {
    padding: 65px 40px 60px;
  }
}
.page-thanks__sub-title {
  text-align: center;
}
.page-thanks__sub-title .__ja {
  display: block;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.page-thanks__sub-title .__en {
  display: block;
  color: #e83434;
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}
.page-thanks__line-banner {
  max-width: 689px;
  margin: 60px auto 0;
  drop-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
}
