@charset "UTF-8";
/*media*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}

body {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

a {
  color: #161616;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 2.3rem;
  line-height: 1.9em;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.ob-1 {
  letter-spacing: -0.5em;
  padding: 0 !important;
}

header {
  width: 100%;
  height: 12rem;
  position: fixed;
  top: 0;
  z-index: 20;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
header .header__logoArea {
  margin-left: 6rem;
  width: 38rem;
  height: 14rem;
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  header .header__logoArea {
    margin-left: 3rem;
    width: 25rem;
    height: 10rem;
    padding-top: 3rem;
  }
}
header .header__logoArea img {
  display: block;
  margin: auto;
  width: 81%;
}

.in__box {
  max-width: 1550px;
  width: 100%;
  margin: auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .in__box {
    padding: 0 1rem;
  }
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mv__Area {
  height: 97vh;
  position: relative;
  max-height: 104rem;
}
.mv__Area::before {
  content: "";
  display: block;
  margin: auto;
  width: calc(100% - 2rem);
  height: 100%;
  background: url(../img/bg-01.png) no-repeat center/cover;
  border-radius: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}

.mv__title_box {
  padding-top: 34rem;
}
.mv__title_box img {
  padding: 2rem 0 0 8rem;
  box-sizing: initial;
}
@media screen and (max-width: 1300px) {
  .mv__title_box img {
    width: 88%;
    box-sizing: border-box;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__title_box img {
    padding-left: 3rem;
  }
}

.mv__title span {
  font-size: 8.5rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 3rem 0 8rem;
  color: #fff;
  font-style: italic;
  text-shadow: 4px 4px 0 #161616;
  background: #bb1621;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mv__title span {
    font-size: 4rem;
    padding-left: 3rem;
  }
  .mv__title span:last-child {
    padding-bottom: 2rem;
  }
}
.mv__title span b {
  font-size: 1.1em;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button_box {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .button_box {
    margin: 10rem 0 0;
  }
}
.button_box a {
  max-width: 800px;
  margin: auto;
  font-size: 4rem;
  padding: 3.5rem 0;
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 2rem;
}

footer {
  background: #fff url(../img/bg-02.png) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 767px) {
  footer {
    background-size: 250% auto;
  }
}
footer .footer__text {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  padding: 14rem 0 2rem;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  footer .footer__text {
    font-size: 1.7rem;
    padding: 8rem 0 1rem;
  }
}

.mein_text {
  font-size: 6.5rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mein_text {
    font-size: 3rem;
  }
}

.button__box {
  display: flex;
  justify-items: center;
  align-items: center;
}
.button__box a {
  margin: auto;
  position: relative;
  font-size: 7.2rem;
  font-weight: bold;
  max-width: 1130px;
  width: 100%;
  padding: 4rem 6rem 5rem 0;
  background: #bb1621;
  border-radius: 3rem;
  box-shadow: 1px 20px 0px #8c272e;
}
@media screen and (max-width: 767px) {
  .button__box a {
    padding: 3rem 5rem 3rem 0;
    font-size: 3.5rem;
    box-shadow: 1px 8px 0px #8c272e;
  }
}
.button__box a span {
  background: linear-gradient(#ffef03 0%, #fff 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button__box a::after {
  content: "";
  display: block;
  height: 5rem;
  width: 5rem;
  background: url(../img/icon-02.png) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.5rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .button__box a::after {
    height: 4rem;
    width: 4rem;
    right: 2.5rem;
  }
}

.Iamge__Area {
  background: linear-gradient(#f4f2f0 82%, #8c272e 0%);
}
.Iamge__Area .Area__title {
  padding-top: 10rem;
}
.Iamge__Area .mein_text {
  text-align: center;
  color: #fff;
  line-height: 2em;
  border-radius: 1.5rem;
  background: #de000f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Iamge__Area .mein_text {
    line-height: 1.6em;
    padding: 2rem;
  }
}
.Iamge__Area .mein_text::after {
  content: "";
  display: block;
  width: 5rem;
  height: 3rem;
  position: absolute;
  bottom: -2.9rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #de000f;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.Iamge__Area .text__box {
  margin-top: 4rem;
  padding: 7rem 6.5rem;
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .Iamge__Area .text__box {
    padding: 2rem;
  }
}
.Iamge__Area .text__box::after {
  content: "";
  display: block;
  width: 11rem;
  height: 6rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.Iamge__Area .text__box p {
  font-size: 4.5rem;
  line-height: 2.4em;
  padding-left: 4.5rem;
  margin-bottom: 0.2em;
  background: #f4f2f0;
  border-radius: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Iamge__Area .text__box p {
    font-size: 2.4rem;
    padding: 2rem 2rem 2rem 7rem;
    text-indent: -5rem;
    line-height: 1.4em;
  }
}
.Iamge__Area .text__box p::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1em;
  background: url(../img/icon-01.png) no-repeat center/100% auto;
  margin-right: 0.7em;
}
.Iamge__Area .text__box p span {
  color: #de000f;
}
.Iamge__Area .text__box img {
  position: absolute;
  bottom: -2rem;
  right: 1rem;
  width: 24.5rem;
}
@media screen and (max-width: 767px) {
  .Iamge__Area .text__box img {
    width: 10.5rem;
  }
}

.Important__Area {
  padding: 9rem 0 0;
  background: #8c272e;
}
.Important__Area .mein_text {
  font-size: 10rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .Important__Area .mein_text {
    font-size: 4.5rem;
  }
}
.Important__Area .mein_text b {
  font-size: 1.1em;
  color: #ffef03;
}
.Important__Area .sub_text {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Important__Area .sub_text {
    font-size: 2.4rem;
  }
}
.Important__Area .flex__box {
  padding-top: 5rem;
}
.Important__Area .flex__item {
  width: 31%;
  text-align: center;
  background: #fff;
  border-radius: 1.5rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Important__Area .flex__item {
    width: 100%;
  }
}
.Important__Area .flex__item img {
  margin: 4rem 0 2rem;
  height: 25.5rem;
  width: auto;
}
.Important__Area .flex__item p {
  text-align: center;
  padding: 3rem 0;
  font-size: 3.3rem;
  line-height: 1.6em;
  font-weight: bold;
  background: #f4f2f0;
}
@media screen and (max-width: 767px) {
  .Important__Area .flex__item p {
    font-size: 2.8rem;
  }
}
.Important__Area .flex__item p b {
  color: #de000f;
}
.Important__Area .under_text_2,
.Important__Area .under_text {
  text-align: center;
  font-size: 5rem;
  line-height: 1.4em;
  padding: 3.5rem 0 9rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#8c272e 38%, #bb1621 0%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .Important__Area .under_text_2,
  .Important__Area .under_text {
    font-size: 2.8rem;
    background: linear-gradient(#8c272e 66%, #bb1621 0%);
  }
}
.Important__Area .under_text_2::after,
.Important__Area .under_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 62%;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #8c272e;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .Important__Area .under_text_2::after,
  .Important__Area .under_text::after {
    height: 34%;
  }
}
.Important__Area .under_text_2 {
  font-size: 7.5rem;
  background: #bb1621;
}
@media screen and (max-width: 767px) {
  .Important__Area .under_text_2 {
    font-size: 4.5rem;
  }
}
.Important__Area .under_text_2 span {
  color: #ffef03;
}
.Important__Area .under_text_2 span:last-child {
  background: linear-gradient(#ffef03 0%, #fff 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Important__Area .under_text_2::after {
  bottom: -6.5rem;
  width: 15rem;
  height: 7rem;
  background: #bb1621;
}

.Contact__Area {
  padding: 14rem 0 16rem;
  text-align: center;
  background: linear-gradient(#fff, #faf4e5);
}
.Contact__Area .Area__title {
  position: relative;
}
.Contact__Area .Area__title::after, .Contact__Area .Area__title::before {
  content: "";
  display: block;
  height: 100%;
  width: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon-03.png) no-repeat bottom center/auto 100%;
}
@media screen and (max-width: 767px) {
  .Contact__Area .Area__title::after, .Contact__Area .Area__title::before {
    height: 50%;
    width: 7rem;
    top: 7rem;
  }
}
.Contact__Area .Area__title::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
.Contact__Area .sub_text {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .Contact__Area .sub_text {
    font-size: 2.4rem;
  }
}
.Contact__Area .sub_text b {
  color: #de000f;
}
.Contact__Area .mein_text {
  padding: 1.5rem 0 3rem;
  font-size: 7.5rem;
  line-height: 1em;
  letter-spacing: -0.07em;
  color: #de000f;
}
@media screen and (max-width: 767px) {
  .Contact__Area .mein_text {
    font-size: 4.5rem;
  }
}
.Contact__Area .button__box {
  padding-top: 3rem;
}

.bg-white {
  background: #fff !important;
}

.Company__Area {
  padding-bottom: 10rem;
  background: #faf4e5;
}
.Company__Area .mein_text {
  font-size: 5rem;
  padding: 3rem 0;
  letter-spacing: 0.08em;
  color: #fff;
  background: #de000f;
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Company__Area .mein_text {
    font-size: 2.8rem;
  }
}
.Company__Area .mein_text::after {
  content: "";
  display: block;
  width: 11rem;
  height: 6rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #de000f;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.Company__Area .flex__box {
  padding-top: 9rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.Company__Area .flex__box img {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .Company__Area .flex__box img {
    width: 100%;
  }
}
.Company__Area .flex__box .text__box {
  width: 47%;
  padding: 20rem 0 0 13rem;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.4em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .Company__Area .flex__box .text__box {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.Company__Area .flex__box .text__box img {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .Company__Area .flex__box .text__box img {
    width: 60%;
  }
}
.Company__Area .flex__box .text__box ul {
  padding: 5.5rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .Company__Area .flex__box .text__box ul {
    padding-left: 0;
  }
}
.Company__Area .flex__box .text__box ul li:nth-child(1) span {
  font-size: 3rem;
}
.Company__Area .flex__box .text__box ul li:nth-child(3), .Company__Area .flex__box .text__box ul li:nth-child(2) {
  padding-top: 5rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}
.Company__Area .flex__box .text__box ul li:nth-child(3)::before, .Company__Area .flex__box .text__box ul li:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/icon-07.png) no-repeat center/100% auto;
  margin-right: 0.5rem;
}
.Company__Area .flex__box .text__box ul li:nth-child(3) span:first-child, .Company__Area .flex__box .text__box ul li:nth-child(2) span:first-child {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .Company__Area .flex__box .text__box ul li:nth-child(3) span:first-child, .Company__Area .flex__box .text__box ul li:nth-child(2) span:first-child {
    width: 12rem;
  }
}
.Company__Area .flex__box .text__box ul li:nth-child(3) span:last-child, .Company__Area .flex__box .text__box ul li:nth-child(2) span:last-child {
  font-size: 4rem;
  color: #de000f;
}
.Company__Area .flex__box .text__box ul li:nth-child(3) {
  padding: 0;
}
.Company__Area .flex__box .text__box ul li:nth-child(3)::before {
  background-image: url(../img/icon-08.png);
}

.List__Area {
  padding: 17rem 0 23rem;
  overflow: hidden;
  background: #fff;
}
.List__Area .Area__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.List__Area .Area__title img {
  width: 15rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .List__Area .Area__title img {
    width: 8rem;
  }
}
.List__Area .Area__title .inner {
  display: block;
  text-align: right;
  padding-bottom: 2rem;
}
.List__Area .Area__title::after, .List__Area .Area__title::before {
  content: "";
  display: block;
  height: 77%;
  width: 18rem;
  position: absolute;
  bottom: 2rem;
  left: 11.5%;
  background: url(../img/icon-03.png) no-repeat bottom center/auto 100%;
}
@media screen and (max-width: 767px) {
  .List__Area .Area__title::after, .List__Area .Area__title::before {
    width: 18%;
    height: 9rem;
    left: -4.5%;
  }
}
.List__Area .Area__title::after {
  left: auto;
  right: 12%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .List__Area .Area__title::after {
    right: -5%;
  }
}
.List__Area .sub_text {
  font-size: 4.4rem;
  padding-bottom: 1rem;
  display: block;
  color: #de000f;
}
@media screen and (max-width: 767px) {
  .List__Area .sub_text {
    font-size: 2.2rem;
  }
}
.List__Area .mein_text {
  text-align: right;
  font-size: 8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .List__Area .mein_text {
    font-size: 3.5rem;
  }
}
.List__Area .flex__box {
  margin-top: 14rem;
  position: relative;
  min-height: 82rem;
}
.List__Area .flex__box.revers {
  margin-top: 14rem;
}
.List__Area .flex__box.revers img {
  right: auto;
  left: 54%;
  border-radius: 0;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box.revers img {
    margin: 0 -1rem 0 auto;
  }
}
.List__Area .flex__box.revers .text__box {
  padding: 14rem 50% 0 0;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box.revers .text__box {
    padding-right: 0;
  }
}
.List__Area .flex__box:last-child .text__box {
  padding-top: 18rem;
}
.List__Area .flex__box:last-child .text__box .title span {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box:last-child .text__box .title span {
    font-size: 4.5rem;
  }
}
.List__Area .flex__box img {
  position: absolute;
  top: 0;
  right: 54%;
  width: auto;
  height: 100%;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box img {
    position: static;
    margin-left: -1rem;
    order: -1;
  }
}
.List__Area .flex__box .text__box {
  width: 100%;
  padding: 8rem 0 0 50%;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box .text__box {
    padding-left: 0;
  }
}
.List__Area .flex__box .text__box .title span {
  font-size: 8.5rem;
  display: block;
  line-height: 1em;
  padding-bottom: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box .text__box .title span {
    font-size: 4.5rem;
  }
}
.List__Area .flex__box .text__box .title span:last-child {
  color: #de000f;
  font-size: 4rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box .text__box .title span:last-child {
    font-size: 2.4rem;
  }
}
.List__Area .flex__box .text__box .title span:last-child::before {
  content: "";
  display: block;
  width: 1.9em;
  height: 4px;
  background: #de000f;
  margin-right: 2rem;
}
.List__Area .flex__box .text__box ul {
  padding-top: 4rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box .text__box ul {
    font-size: 2.4rem;
  }
}
.List__Area .flex__box .text__box ul li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box .text__box ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.List__Area .flex__box .text__box ul li::before {
  content: "●";
  font-size: 0.7em;
  color: #de000f;
  margin-right: 0.5rem;
}
.List__Area .flex__box .text__box ul li b {
  font-size: 0.9em;
  color: #de000f;
}
.List__Area .flex__box .text__box p {
  font-size: 5rem;
  color: #de000f;
  font-weight: bold;
  padding-top: 3rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .List__Area .flex__box .text__box p {
    font-size: 3rem;
  }
}

.Price__Area {
  padding: 11rem 0 13rem;
  background: #faf4e5;
}
.Price__Area .mein_text {
  font-size: 7rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .Price__Area .mein_text {
    font-size: 4.5rem;
  }
}
.Price__Area .mein_text b {
  color: #f14400;
}
.Price__Area p {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .Price__Area p {
    font-size: 2.4rem;
  }
}
.Price__Area ul {
  padding-top: 8rem;
}
.Price__Area ul li {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  box-shadow: 1px 1px 10px #ccc;
  overflow: hidden;
  flex-wrap: wrap;
}
.Price__Area ul li:nth-child(2) p:first-child {
  background: #f42308;
}
.Price__Area ul li:nth-child(3) p:first-child {
  background: #bb1621;
}
.Price__Area ul li p {
  width: 62.5%;
  padding: 3rem 5rem;
  line-height: 1.8em;
  font-size: 2.4rem;
  text-align: justify;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .Price__Area ul li p {
    width: 100%;
    padding: 2rem;
  }
}
.Price__Area ul li p:first-child {
  width: 37.5%;
  padding: 7rem 0;
  background: #f47708;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Price__Area ul li p:first-child {
    width: 100%;
    padding: 4rem 0;
  }
}
.Price__Area ul li p:first-child span {
  font-size: 4rem;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .Price__Area ul li p:first-child span {
    font-size: 2.4rem;
  }
}
.Price__Area ul li p:first-child span b {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .Price__Area ul li p:first-child span b {
    font-size: 6rem;
  }
}
.Price__Area ul li p:first-child span:first-child {
  background: linear-gradient(#ffef03 0%, #fff 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .Price__Area ul li p:first-child span:first-child {
    font-size: 4.5rem;
  }
}

.Slide__Area {
  overflow: hidden;
  padding: 11rem 0;
  background: #fffcf3;
}
.Slide__Area .mein_text {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .Slide__Area .mein_text {
    font-size: 4.5rem;
  }
}
.Slide__Area .mein_text b {
  color: #f42308;
}
.Slide__Area .Area__inner {
  padding-top: 9rem;
}
.Slide__Area .swiper {
  margin-left: -35%;
}
@media screen and (max-width: 767px) {
  .Slide__Area .swiper {
    margin-left: 0;
  }
}
.Slide__Area .swiper-wrapper {
  padding-bottom: 1rem;
}
.Slide__Area .swiper-slide {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .Slide__Area .swiper-slide {
    padding: 0 1rem;
  }
}
.Slide__Area .swiper-slide .inner {
  padding: 8rem 2rem 4rem;
  background: linear-gradient(#de000f 4%, #fff 4%);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 3px 3px 10px #ccc;
}
.Slide__Area .swiper-slide .title {
  padding: 1rem;
  align-items: flex-start;
}
.Slide__Area .swiper-slide .title img {
  width: 28%;
  border-radius: 50%;
}
.Slide__Area .swiper-slide .title p {
  width: 68%;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 1rem;
  line-height: 1.8em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Slide__Area .swiper-slide .title p {
    font-size: 2.4rem;
  }
}
.Slide__Area .swiper-slide .title p span {
  font-size: 2rem;
  font-weight: normal;
  display: block;
}
.Slide__Area .swiper-slide p {
  padding: 2rem 4rem;
  line-height: 1.95em;
}
@media screen and (max-width: 767px) {
  .Slide__Area .swiper-slide p {
    padding: 2rem 0;
  }
}

.FAQ__Area {
  padding: 7rem 0;
  background: #faf4e5;
}
.FAQ__Area .mein_text b {
  color: #f42308;
}
.FAQ__Area ul {
  padding: 5rem 0 0;
}
.FAQ__Area ul li {
  width: 100%;
  padding: 5.5rem 5.5rem 0;
  margin-bottom: 3.5rem;
  background: #fff;
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 1px 1px 20px #ccc;
}
@media screen and (max-width: 767px) {
  .FAQ__Area ul li {
    padding: 5.5rem 2rem 0;
  }
}
.FAQ__Area ul li::after {
  content: "";
  display: block;
  background: #de000f;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 80%;
}
.FAQ__Area ul li span {
  text-align: left;
  display: flex;
  align-items: flex-start;
  line-height: 1.4em;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .FAQ__Area ul li span {
    font-size: 2.4rem;
  }
}
.FAQ__Area ul li span b {
  font-size: 7.5rem;
  padding-right: 4rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .FAQ__Area ul li span b {
    font-size: 4rem;
    padding-right: 2rem;
  }
}
.FAQ__Area ul li span.text_q {
  padding-bottom: 4rem;
  color: #6d6d6d;
  border-bottom: 2px solid #6d6d6d;
}
.FAQ__Area ul li span.text_q span {
  color: #161616;
}
@media screen and (max-width: 767px) {
  .FAQ__Area ul li span.text_q {
    padding-bottom: 2rem;
  }
  .FAQ__Area ul li span.text_q span {
    font-size: 2.4rem;
  }
}
.FAQ__Area ul li span.text_a {
  padding: 4rem 0;
}
.FAQ__Area ul li span.text_a b {
  color: #de000f;
}
.FAQ__Area ul li span.text_a span {
  font-size: 2.5rem;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .FAQ__Area ul li span.text_a span {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */

/*  fee  */

.fee_box {
    display:block;
    margin:0 auto;
}

.fee_tbl {
    border-collapse: collapse;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0 auto;
    font-family: sans-serif;
    background-color: #ffffff;
    font-size: 135%;
    overflow-x: scroll;}
.fee_tbl th, td {
      border: 1px solid #ccc;
      padding: 8px;
    vertical-align: middle;
      text-align: center;
    }
.fee_tbl th {
      background-color: #f0f0f0;
    }
.fee_tbl td:first-child {
      text-align: left;
    }

.fee_tbl_txt {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 110%!important;
    margin-top: 20px;
    color: #2384d1;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.fee_small {
    font-size: 80%;
    display: block;
    margin-top: 5px;}

.fee_txt {
    font-size:130%!important;
    max-width:940px;
    display: block;
    margin:10px auto 0 auto;
    text-align: left!important;
}
@media screen and (min-width: 768px) {
    .fee_tbl_txt {
        display:none;
    }
}

@media screen and (max-width: 767px) {
    .fee_box {
        width:100%;
        overflow-x: scroll;
        padding:10px 0;
    }
    .fee_tbl {
        width:1000px;
    }
.fee_txt {
    font-size:105%!important;}
}