@charset "UTF-8";
.header_container {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header_container {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .header_container {
    position: absolute;
    top: 6.5%;
    left: 0;
  }
}

.header_inner {
  position: relative;
  width: 77.5%;
  margin: 0 auto 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 1199px) {
  .header_inner {
    margin: 0;
    padding: 90px 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header_inner {
    padding: 0;
  }
}
.header_inner h1 {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header_inner h1 {
    padding-top: 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .header_inner h1 {
    position: static;
    line-height: 1.3;
    padding: 0 5.33% 0;
  }
}
@media screen and (max-width: 767px) {
  .header_inner h1 {
    padding-top: 2.66%;
    font-size: 20px;
  }
}
.header_inner h1 a {
  color: #0a2235;
  text-decoration: none;
}
.header_inner h1 span {
  font-size: 14px;
}
.header_inner .header_item_container {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .header_inner .header_item_container {
    display: none;
  }
}
.header_inner .header_tel {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-right: 3%;
}
.header_inner .header_tel a {
  font-size: 36px;
  color: #0a2b64;
  position: relative;
  font-weight: bold;
}
.header_inner .header_tel a::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/tel_black.png) no-repeat center center/contain;
  position: absolute;
  right: 105%;
  top: 50%;
  transform: translateY(-50%);
}
.header_inner .header_mail {
  background-color: #fff;
  border: 2px solid #0a2b64;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header_inner .header_mail {
    display: block;
    width: 150px;
    margin: 30px 0 0 auto;
  }
}
.header_inner .header_mail a {
  padding: 20px 40px 20px 80px;
  font-size: 20px;
  color: #0a2b64;
  display: block;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .header_inner .header_mail a {
    padding: 10px 10px 10px 50px;
    font-size: 16px;
  }
}
.header_inner .header_mail a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/mail_black.png) no-repeat center center/contain;
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
}

.sp_header {
  display: none;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, rgb(26, 59, 86) 0%, rgb(10, 34, 53) 100%);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: min(27px, 7.2vw);
  padding: 6px 0 10px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .sp_header {
    display: flex;
  }
}
.sp_header > img {
  width: 8%;
  vertical-align: middle;
  max-width: 65px;
}
.sp_header > svg {
  width: 8%;
  vertical-align: middle;
  max-width: 65px;
}
.sp_header .icon_wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  z-index: 100;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .FV_container {
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .FV_container {
    padding-top: 22.5%;
    height: auto;
  }
}

.FV_bg {
  height: calc(100vh - 20px);
  display: block;
  margin: 0 0 0 auto;
  z-index: -1;
  min-height: 800px;
}
@media screen and (max-width: 1199px) {
  .FV_bg {
    display: none;
  }
}

.FV_bg_sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .FV_bg_sp {
    max-width: 445px;
    max-height: 740px;
    display: block;
    margin: 0 0 0 auto;
    width: 65.6%;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .FV_bg_sp {
    max-width: 270px;
    max-height: 580px;
  }
}

.FV_inner {
  position: absolute;
  top: 25%;
  left: 11%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .FV_inner {
    position: static;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .FV_inner {
    position: static;
    left: 0;
    margin-top: 30%;
  }
}
.FV_inner > img {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .FV_inner > img {
    width: 27%;
  }
}
.FV_inner h2 {
  font-size: 62px;
  color: #0a2b64;
  margin: 25px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .FV_inner h2 {
    font-size: 3.87vw;
  }
}
@media screen and (max-width: 767px) {
  .FV_inner h2 {
    font-size: 24px;
    line-height: 1.3;
    padding-left: 6%;
    margin-top: 6%;
  }
}
.FV_inner h2 span {
  font-size: 90px;
}
@media screen and (max-width: 767px) {
  .FV_inner h2 span {
    font-size: 40px;
  }
}
.FV_inner h2 span.shippori {
  font-family: "Shippori Mincho B1", serif;
}
.FV_inner > div {
  font-size: 62px;
  color: #0a2b64;
  margin: 25px auto 0 0;
  display: flex;
}
.FV_inner > div.FV_img {
  width: 85%;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .FV_inner > div.FV_img {
    width: 100%;
    margin-top: 11.5%;
    justify-content: center;
  }
}
.FV_inner > div.FV_img img {
  width: 29%;
  margin: 0 5px 0;
}
@media screen and (max-width: 767px) {
  .FV_inner > div.FV_img img {
    width: 30%;
  }
}
.FV_inner p {
  font-size: 22px;
  color: #0a2b64;
  margin: 40px 0 0;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
.FV_inner .sp_sentence {
  display: none;
}
@media screen and (max-width: 767px) {
  .FV_inner .sp_sentence {
    display: block;
    padding-left: 6%;
    margin-top: 6%;
  }
}
.FV_inner .sp_sentence p {
  font-size: 16px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.5%;
  padding: 0 1%;
}

.top_offer {
  margin: 60px auto 0;
  max-width: 1100px;
  min-width: 1100px;
  width: 68.7%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_offer {
    min-width: unset;
    width: 90%;
    margin-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .top_offer {
    width: 90%;
    min-width: unset;
    margin-top: 10%;
    max-width: 470px;
  }
}
.top_offer::after {
  content: "";
  width: 240px;
  height: 240px;
  background: url(../img/offer_free.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
}
@media screen and (max-width: 1400px) {
  .top_offer::after {
    top: 5%;
    left: -5%;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top_offer::after {
    width: 80px;
    height: 80px;
  }
}
.top_offer .top_offer_container {
  padding: 30px 50px 30px 150px;
  background: linear-gradient(120deg, rgb(26, 59, 86) 0%, rgb(10, 34, 53) 100%);
  border-radius: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_offer .top_offer_container {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container {
    padding: 20px 15px;
  }
}
.top_offer .top_offer_container .top_offer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_offer .top_offer_container .top_offer_inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner {
    display: block;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_sentece {
  color: #fff;
  font-size: 44px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_sentece {
    text-align: center;
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_sentece {
    font-size: 22px;
    text-align: center;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_sentece::after {
  content: "";
  width: 2px;
  height: 163px;
  background: url(../img/border.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_sentece::after {
    content: none;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_sentece span {
  color: #d9af52;
}
.top_offer .top_offer_container .top_offer_inner .top_offer_items {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_items {
    margin-left: 0;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_items .tel {
  border-radius: 39px;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-width: 330px;
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_items .tel {
    min-width: unset;
    width: 300px;
    margin: 15px auto 0;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_items .tel a {
  padding: 20px 30px 20px 80px;
  font-size: 38px;
  color: #0a2b64;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_items .tel a {
    font-size: 30px;
    padding: 5% 6% 5% 27%;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_items .tel a::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/tel_black.png) no-repeat center center/contain;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.top_offer .top_offer_container .top_offer_inner .top_offer_items .mail {
  border-radius: 39px;
  background-color: #1a3b56;
  border: 2px solid #fff;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_items .mail {
    width: 300px;
    margin: 15px auto 0;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_items .mail a {
  padding: 20px 30px 20px 80px;
  font-size: 25px;
  color: #0a2b64;
  position: relative;
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_offer .top_offer_container .top_offer_inner .top_offer_items .mail a {
    font-size: 20px;
    padding: 20px 20px 20px 70px;
  }
}
.top_offer .top_offer_container .top_offer_inner .top_offer_items .mail a::after {
  content: "";
  width: 30px;
  height: 25px;
  background: url(../img/mail_white.png) no-repeat center center/contain;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.reason_container {
  margin: 5.3% 0 0 0;
  background: url(../img/reason_bg.png) no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  .reason_container {
    margin-top: 10%;
    background-image: url(../img/reason_bg_sp.png);
  }
}
.reason_container .reason_inner {
  max-width: 1600px;
  margin: 0 auto 0;
  padding: 10% 0 10.6% 0;
}
.reason_container .reason_inner h2 {
  text-align: center;
  width: 80%;
  margin: 0 auto 4.18%;
}
@media screen and (max-width: 1199px) {
  .reason_container .reason_inner h2 {
    width: 60%;
    margin: 0 auto 14%;
  }
}
@media screen and (max-width: 767px) {
  .reason_container .reason_inner h2 {
    width: 80%;
  }
}

.reason_1_img, .reason_2_img {
  width: 51.5%;
}

.reason_2_img {
  margin: 0 0 0 auto;
}

.reason_1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason_1 {
    margin-top: 5%;
  }
}
.reason_1 .reason_1_content {
  background: url(../img/reason01_bg.png) no-repeat center center/cover;
  padding: 0 2.5% 2.5% 2.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  position: absolute;
  top: 30%;
  left: 46%;
}
.reason_1 .reason_1_content::after {
  content: "";
  width: 62.5%;
  height: 16.3%;
  background: url(../img/REASON01.png) no-repeat center center/contain;
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .reason_1 .reason_1_content::after {
    width: 50%;
    height: 4.2%;
    bottom: unset;
    top: -4%;
    right: 7%;
  }
}
@media screen and (max-width: 767px) {
  .reason_1 .reason_1_content {
    position: static;
    margin-top: 15%;
    width: 85%;
    margin: 0 auto 0;
    padding: 5%;
  }
}
.reason_1 .reason_1_content .reason_1_content_inner {
  position: relative;
}
.reason_1 .reason_1_content .reason_1_content_inner h3 {
  font-size: min(80px, 5vw);
  margin: 0 0 4.9% 0;
  color: #0a2b64;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .reason_1 .reason_1_content .reason_1_content_inner h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.reason_1 .reason_1_content .reason_1_content_inner h3 span {
  font-size: min(35px, 2.18vw);
  display: inline-block;
  margin: 0 0 20px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .reason_1 .reason_1_content .reason_1_content_inner h3 span {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.reason_1 .reason_1_content .reason_1_content_inner p {
  padding: 4.68% 0 0 0;
  font-size: min(20px, 1.25vw);
  line-height: 2;
  border-top: 2px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .reason_1 .reason_1_content .reason_1_content_inner p {
    font-size: 16px;
  }
}
.reason_1 .reason_1_content .reason_1_content_inner p span {
  font-weight: bold;
}

.reason_2 {
  position: relative;
  text-align: right;
  margin: 7.5% 0 0 0;
}
@media screen and (max-width: 767px) {
  .reason_2 {
    margin-top: 15%;
  }
}
.reason_2 .reason_2_content {
  background: url(../img/reason_02_bg.png) no-repeat center center/cover;
  padding: 0 2.5% 2.5% 2.5%;
  width: 41%;
  border-radius: 30px;
  position: absolute;
  top: 30%;
  right: 47%;
  text-align: left;
}
.reason_2 .reason_2_content::after {
  content: "";
  width: 69.5%;
  height: 17%;
  background: url(../img/REASON02.png) no-repeat center center/contain;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .reason_2 .reason_2_content::after {
    width: 50%;
    height: 6%;
    bottom: unset;
    top: -6%;
    right: 12%;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .reason_2 .reason_2_content {
    position: static;
    width: 85%;
    padding: 5%;
    margin: 0 auto 0;
  }
}
.reason_2 .reason_2_content .reason_2_content_inner {
  position: relative;
}
.reason_2 .reason_2_content .reason_2_content_inner h3 {
  font-size: min(72px, 4.62vw);
  letter-spacing: -0.15em;
  margin: 0 0 30px 0;
  color: #0a2b64;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .reason_2 .reason_2_content .reason_2_content_inner h3 {
    font-size: 30px;
    margin: 15px 0;
  }
}
.reason_2 .reason_2_content .reason_2_content_inner h3 span {
  font-size: min(35px, 2.18vw);
  letter-spacing: 0.02em;
  display: inline-block;
  margin: 0 0 20px 3%;
  color: #222;
}
@media screen and (max-width: 767px) {
  .reason_2 .reason_2_content .reason_2_content_inner h3 span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.reason_2 .reason_2_content .reason_2_content_inner p {
  padding: 4.68% 0 0 0;
  font-size: min(20px, 1.25vw);
  line-height: 2;
  border-top: 2px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .reason_2 .reason_2_content .reason_2_content_inner p {
    font-size: 14px;
  }
}
.reason_2 .reason_2_content .reason_2_content_inner p span {
  font-weight: bold;
}

.reason_flex {
  display: flex;
  justify-content: space-between;
  width: 74%;
  margin: 11.5% auto 0;
}
@media screen and (max-width: 767px) {
  .reason_flex {
    display: block;
    width: 90%;
    margin-top: 0;
  }
}

.reason_3, .reason_4 {
  position: relative;
  width: 47.3%;
}
@media screen and (max-width: 767px) {
  .reason_3, .reason_4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15% auto 0;
  }
}
.reason_3 .container, .reason_4 .container {
  background: url(../img/reason_03_bg.png) no-repeat center center/cover;
  padding: 4.6%;
  border-radius: 20px;
  box-shadow: 3px 0px 20px rgba(85, 93, 94, 0.1);
}
.reason_3 .container.container_4, .reason_4 .container.container_4 {
  background: url(../img/reason_04_bg.png) no-repeat center center/cover;
}
.reason_3 .container h3, .reason_4 .container h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: min(70px, 4.37vw);
  padding: 0 0 20px;
  border-bottom: 2px solid #e8e8e8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0a2b64;
}
@media screen and (max-width: 767px) {
  .reason_3 .container h3, .reason_4 .container h3 {
    width: 100%;
    font-size: 30px;
  }
}
.reason_3 .container h3.reason_4_h3, .reason_4 .container h3.reason_4_h3 {
  font-size: min(44px, 2.75vw);
}
@media screen and (max-width: 767px) {
  .reason_3 .container h3.reason_4_h3, .reason_4 .container h3.reason_4_h3 {
    font-size: 20px;
  }
}
.reason_3 .container h3.reason_4_h3 span, .reason_4 .container h3.reason_4_h3 span {
  font-size: min(70px, 4.37vw);
}
@media screen and (max-width: 767px) {
  .reason_3 .container h3.reason_4_h3 span, .reason_4 .container h3.reason_4_h3 span {
    font-size: 30px;
  }
}
.reason_3 .container p, .reason_4 .container p {
  font-size: min(20px, 1.25vw);
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .reason_3 .container p, .reason_4 .container p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.reason_3::after {
  content: "";
  width: 50.8%;
  height: 23%;
  background: url(../img/REASON03.png) no-repeat center center/contain;
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .reason_3::after {
    width: 55%;
    height: 19%;
    top: -19%;
    left: unset;
    right: 0;
    bottom: unset;
    transform: none;
  }
}

.reason_4::after {
  content: "";
  width: 50.8%;
  height: 23%;
  background: url(../img/REASON04.png) no-repeat center center/contain;
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .reason_4::after {
    width: 55%;
    height: 19%;
    top: -19%;
    left: unset;
    right: 0;
    bottom: unset;
    transform: none;
  }
}

.support_container {
  background: url(../img/support_bg.png) no-repeat right top/cover;
  padding: 3.75% 0 7.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support_container {
    background-image: url(../img/support_bg_sp.png);
    padding: 15.75% 0 15%;
  }
}
.support_container::after {
  content: "";
  width: 18.7%;
  height: 23.6%;
  background: url(../img/more_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: -6.1%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .support_container::after {
    width: 100px;
    height: 130px;
    top: -33px;
  }
}
.support_container .support_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .support_container .support_inner::after {
    content: none;
  }
}
.support_container .support_inner h2 {
  width: 57.5%;
  margin: 10% auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support_container .support_inner h2 {
    width: 100%;
  }
}
.support_container .support_inner ul {
  display: flex;
  width: 60%;
  margin: 35px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 600px;
}
@media screen and (max-width: 767px) {
  .support_container .support_inner ul {
    min-width: unset;
    width: 80%;
  }
}
.support_container .support_inner ul li {
  width: 32%;
  padding-top: 27%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support_container .support_inner ul li {
    width: 48%;
    padding-top: 40%;
  }
}
.support_container .support_inner ul li:nth-of-type(1) {
  background: url(../img/support_item_1.png) no-repeat center center/contain;
}
.support_container .support_inner ul li:nth-of-type(1) p {
  bottom: 15%;
}
.support_container .support_inner ul li:nth-of-type(2) {
  background: url(../img/support_item_2.png) no-repeat center center/contain;
}
.support_container .support_inner ul li:nth-of-type(2) p {
  bottom: 15%;
}
.support_container .support_inner ul li:nth-of-type(3) {
  background: url(../img/support_item_3.png) no-repeat center center/contain;
}
.support_container .support_inner ul li:nth-of-type(3)::after {
  content: "";
  width: 50%;
  height: 198%;
  background: url(../img/SUPPORT.png) no-repeat center center/contain;
  position: absolute;
  left: 91%;
  top: 14%;
}
@media screen and (max-width: 767px) {
  .support_container .support_inner ul li:nth-of-type(3)::after {
    content: none;
  }
}
.support_container .support_inner ul li:nth-of-type(3) p {
  bottom: 21%;
}
.support_container .support_inner ul li:nth-of-type(4) {
  background: url(../img/support_item_4.png) no-repeat center center/contain;
}
.support_container .support_inner ul li:nth-of-type(4) p {
  bottom: 15%;
}
.support_container .support_inner ul li:nth-of-type(5) {
  background: url(../img/support_item_5.png) no-repeat center center/contain;
}
.support_container .support_inner ul li:nth-of-type(5) p {
  bottom: 15%;
}
.support_container .support_inner ul li:nth-of-type(6) {
  background: url(../img/support_item_6.png) no-repeat center center/contain;
}
.support_container .support_inner ul li:nth-of-type(6) p {
  bottom: 15%;
}
.support_container .support_inner ul li:nth-of-type(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .support_container .support_inner ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .support_container .support_inner ul li:nth-of-type(n+3) {
    margin-top: 8%;
  }
}
.support_container .support_inner ul li p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(30px, 1.87vw);
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .support_container .support_inner ul li p {
    font-size: 14px;
  }
}

.offer_area {
  background-color: #1a3b56;
}

.offer_container {
  padding: 5% 0 5%;
}
@media screen and (max-width: 767px) {
  .offer_container {
    padding: 15% 0 15%;
  }
}

.offer_inner {
  background-color: #fff;
  width: 67.5%;
  margin: 0 auto 0;
  padding: 40px 0 60px;
  border-radius: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .offer_inner {
    min-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .offer_inner {
    width: 100%;
    padding: 40px 0;
    border-radius: 0 60px 0 60px;
  }
}
.offer_inner h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .offer_inner h2 {
    font-size: 28px;
    line-height: 1.5;
  }
}
.offer_inner h2 span {
  background: linear-gradient(transparent 70%, #fdda36 0%);
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.offer_inner h2 span:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #fff;
  left: 88%;
  bottom: 0;
}

.offer_content {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 1199px) {
  .offer_content {
    display: block;
    margin-top: 15px;
  }
}
.offer_content .offer_tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .offer_content .offer_tel {
    margin: 0 auto 0;
    padding: 3% 0;
    width: 100%;
  }
}
.offer_content .offer_tel::after {
  content: "";
  width: 2px;
  height: 120px;
  background: url(../img/border_blue.png) no-repeat center center/contain;
  position: absolute;
  left: 110.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .offer_content .offer_tel::after {
    content: none;
  }
}
.offer_content .offer_tel p {
  font-size: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.offer_content .offer_tel p:nth-of-type(1) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
.offer_content .offer_tel p:nth-of-type(1):before {
  content: "";
  width: 138px;
  height: 5px;
  background: url(../img/dot.svg) no-repeat center center/contain;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .offer_content .offer_tel p:nth-of-type(1):before {
    content: none;
  }
}
.offer_content .offer_tel p:nth-of-type(1):after {
  content: "";
  width: 138px;
  height: 5px;
  background: url(../img/dot.svg) no-repeat center center/contain;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .offer_content .offer_tel p:nth-of-type(1):after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .offer_content .offer_tel p:nth-of-type(2) {
    font-size: 16px;
  }
}
.offer_content .offer_tel div {
  margin: 2.05% 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .offer_content .offer_tel div {
    text-align: center;
    margin: 10px 0;
  }
}
.offer_content .offer_tel div a {
  font-size: min(70px, 4.37vw);
  font-weight: bold;
  display: block;
  position: relative;
  color: #0a2b64;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .offer_content .offer_tel div a {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background-color: #248f3e;
    border-radius: 40px;
    margin: 0 auto 0;
    padding: 15px 20px;
    width: 87%;
    width: 290px;
  }
}
.offer_content .offer_tel div a img {
  width: 15.4%;
}
.offer_content .offer_tel div a span {
  margin-left: 2%;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .offer_content .offer_tel div span {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .offer_content .offer_tel div span {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
  }
}
.offer_content .offer_border {
  width: 87%;
  margin: 4% auto;
}
.offer_content .offer_border img {
  width: 100%;
}
.offer_content .offer_mail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 90px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .offer_content .offer_mail {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .offer_content .offer_mail {
    margin: 30px auto 0;
  }
}
.offer_content .offer_mail p {
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.offer_content .offer_mail p:nth-of-type(1) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
.offer_content .offer_mail p:nth-of-type(1):before {
  content: "";
  width: 70px;
  height: 2px;
  background: url(../img/dot_2.svg) no-repeat center center/contain;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .offer_content .offer_mail p:nth-of-type(1):before {
    content: none;
  }
}
.offer_content .offer_mail p:nth-of-type(1):after {
  content: "";
  width: 70px;
  height: 2px;
  background: url(../img/dot_2.svg) no-repeat center center/contain;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .offer_content .offer_mail p:nth-of-type(1):after {
    content: none;
  }
}
.offer_content .offer_mail .mail {
  border-radius: 39px;
  background-color: #d55027;
  border: 2px solid #fff;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .offer_content .offer_mail .mail {
    margin-top: 10px;
  }
}
.offer_content .offer_mail .mail a {
  padding: 25px 30px 25px 70px;
  font-size: 25px;
  color: #0a2b64;
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .offer_content .offer_mail .mail a {
    font-size: 18px;
  }
}
.offer_content .offer_mail .mail a::after {
  content: "";
  width: 30px;
  height: 25px;
  background: url(../img/mail_white.png) no-repeat center center/contain;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.worry_container {
  position: relative;
  background-color: #e9f0f3;
  overflow: hidden;
}

.worry_bg {
  width: 100%;
  height: 100%;
  background: url(../img/worry_bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1600px) {
  .worry_bg {
    background-position: bottom center;
  }
}

.worry_inner {
  padding: 6.25% 0 9.4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry_inner {
    padding-top: 10%;
  }
}
.worry_inner h2 {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .worry_inner h2 {
    width: 80%;
    margin: 0 auto 0;
  }
}
.worry_inner h2 span {
  font-size: 96px;
}

.worry_content {
  width: 70%;
  margin: 5% auto 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .worry_content {
    width: 90%;
    margin-right: 10px;
  }
}

.worry_img {
  text-align: right;
}

.worry_sentence {
  position: absolute;
  top: 20%;
  left: 0;
  width: 63%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .worry_sentence {
    width: 70%;
    top: 47%;
  }
}
@media screen and (max-width: 767px) {
  .worry_sentence {
    width: 98%;
    top: 47%;
    left: -5%;
  }
}
.worry_sentence p {
  position: relative;
  font-size: min(32px, 2vw);
  padding: 10px 0 10px 70px;
  border-radius: 8px;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  box-shadow: 4px 0 10px rgba(85, 93, 94, 0.11);
  background: linear-gradient(to right, #faf8f8 75%, transparent);
}
.worry_sentence p::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../img/check.png) no-repeat center center/contain;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .worry_sentence p::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .worry_sentence p {
    font-size: 20px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .worry_sentence p {
    font-size: 16px;
    padding-left: 30px;
  }
}
.worry_sentence p:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .worry_sentence p:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .worry_sentence p:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.worry_sentence p span {
  font-size: min(52px, 3.25vw);
  display: inline-block;
  background: linear-gradient(transparent 85%, #fdda36 0%);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .worry_sentence p span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .worry_sentence p span {
    font-size: 26px;
  }
}

.worry_addition {
  line-height: 1.3;
  font-size: min(28px, 1.75vw);
  padding: 3.75% 1.87%;
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7;
  background: url(../img/addition_bg.png) no-repeat center center/cover;
  box-shadow: 0 0 20px rgba(85, 93, 94, 0.4);
  position: relative;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worry_addition {
    font-size: 16px;
    width: 80%;
    margin-top: 90px;
  }
}
.worry_addition:after {
  content: "";
  width: 1%;
  height: 125px;
  background: url(../img/add_arrow.png) no-repeat center center/contain;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.worry_addition p {
  margin-bottom: 1%;
}
.worry_addition p span {
  display: inline-block;
  background-color: #fff;
  padding: 0 3px;
  color: #0a2235;
}
@media screen and (max-width: 767px) {
  .worry_addition p span {
    margin-top: 5px;
  }
}
.worry_addition .other {
  position: absolute;
  top: -24%;
  left: -5%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .worry_addition .other {
    top: -10%;
    left: -10%;
    min-width: 120px;
    width: 45%;
  }
}

.consultation {
  text-align: center;
  margin: 7.5% auto 0;
}
@media screen and (max-width: 1199px) {
  .consultation {
    width: 80%;
    margin: 10% auto 0;
  }
}

.help_container {
  background-color: #e9f0f3;
  padding: 5% 0;
}
@media screen and (max-width: 767px) {
  .help_container {
    padding: 10% 0 15%;
  }
}

.help_innner h2 {
  text-align: center;
  color: #444444;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .help_innner h2 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .help_innner h2 {
    width: 80%;
    margin: 0 auto 3%;
  }
}
.help_innner h2 span {
  font-size: 118px;
  color: #0a2b64;
  font-family: "A-OTF-A1MinchoStd-Bold";
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .help_innner h2 span {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .help_innner h2 span {
    font-size: 48px;
  }
}
.help_innner h2 span:nth-of-type(2) {
  font-size: 95px;
  color: #444444;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .help_innner h2 span:nth-of-type(2) {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 767px) {
  .help_innner h2 span:nth-of-type(2) {
    font-size: 34px;
  }
}

.help_innner {
  max-width: 1600px;
  margin: 0 auto 0;
}
.help_innner > div {
  width: 67.5%;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto 5%;
  padding: 2.5%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .help_innner > div {
    min-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .help_innner > div {
    min-width: unset;
    width: 88%;
    padding: 0;
    margin-top: 12%;
  }
}
.help_innner > div.solution_5 {
  padding: 2.5% 1.5%;
}
.help_innner > div:not(:last-child)::before {
  content: "";
  width: 7px;
  height: 35px;
  background: url(../img/dot_vertical.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 107%;
}
@media screen and (max-width: 767px) {
  .help_innner > div:not(:last-child)::before {
    width: 4px;
    height: 23px;
    top: 103%;
  }
}
.help_innner > div .solution_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .help_innner > div .solution_inner {
    display: block;
  }
}
.help_innner > div:nth-of-type(2n) .solution_inner {
  flex-flow: row-reverse;
}

.solution_1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution_1 {
    box-shadow: 0 0 5px rgba(88, 88, 88, 0.5);
  }
}
.solution_1:after {
  content: "";
  width: 33%;
  height: 15%;
  background: url(../img/SOLUTION01.png) no-repeat center center/contain;
  position: absolute;
  top: -9%;
  left: 1%;
}
@media screen and (max-width: 767px) {
  .solution_1:after {
    width: 45%;
    height: 5%;
    top: -6%;
  }
}

.solution_2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution_2 {
    box-shadow: 0 0 5px rgba(88, 88, 88, 0.5);
  }
}
.solution_2:after {
  content: "";
  width: 33%;
  height: 15%;
  background: url(../img/SOLUTION02.png) no-repeat center center/contain;
  position: absolute;
  top: -9%;
  right: 1%;
}
@media screen and (max-width: 767px) {
  .solution_2:after {
    width: 45%;
    height: 5%;
    top: -6%;
    right: unset;
    left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .solution_2 .solution_content h3 span {
    letter-spacing: -2px;
  }
}

.solution_3 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution_3 {
    box-shadow: 0 0 5px rgba(88, 88, 88, 0.5);
  }
}
.solution_3:after {
  content: "";
  width: 33%;
  height: 15%;
  background: url(../img/SOLUTION03.png) no-repeat center center/contain;
  position: absolute;
  top: -9%;
  left: 1%;
}
@media screen and (max-width: 767px) {
  .solution_3:after {
    width: 45%;
    height: 5%;
    top: -6%;
  }
}

.solution_4 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution_4 {
    box-shadow: 0 0 5px rgba(88, 88, 88, 0.5);
  }
}
.solution_4:after {
  content: "";
  width: 33%;
  height: 15%;
  background: url(../img/SOLUTION04.png) no-repeat center center/contain;
  position: absolute;
  top: -9%;
  right: 1%;
}
@media screen and (max-width: 767px) {
  .solution_4:after {
    width: 45%;
    height: 5%;
    top: -6%;
    right: unset;
    left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .solution_4 .solution_content {
    padding: 0 4% 5%;
  }
}

.solution_5 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution_5 {
    box-shadow: 0 0 5px rgba(88, 88, 88, 0.5);
  }
}
.solution_5:after {
  content: "";
  width: 33%;
  height: 15%;
  background: url(../img/SOLUTION05.png) no-repeat center center/contain;
  position: absolute;
  top: -9%;
  left: 1%;
}
@media screen and (max-width: 767px) {
  .solution_5:after {
    width: 45%;
    height: 5%;
    top: -6%;
  }
}
@media screen and (max-width: 767px) {
  .solution_5 .solution_content h3 {
    font-size: 18px;
  }
}

.solution_img {
  width: 43.3%;
  padding-top: 24%;
  box-shadow: 0 0 5px rgba(88, 88, 88, 0.5);
}
@media screen and (max-width: 767px) {
  .solution_img {
    width: 100%;
    padding-top: 55%;
    border-radius: 30px 30px 0 0;
    box-shadow: none;
  }
}
.solution_img.img_1 {
  background: url(../img/solution01_img.png) no-repeat center center/cover;
}
.solution_img.img_2 {
  background: url(../img/solution02_img.png) no-repeat center center/cover;
}
.solution_img.img_3 {
  background: url(../img/solution03_img.png) no-repeat center center/cover;
}
.solution_img.img_4 {
  background: url(../img/solution04_img.png) no-repeat center center/cover;
}
.solution_img.img_5 {
  background: url(../img/solution05_img.png) no-repeat center center/cover;
}

.solution_content {
  width: 53.5%;
}
@media screen and (max-width: 767px) {
  .solution_content {
    width: 100%;
    padding: 0 5% 5%;
  }
}
.solution_content h3 {
  font-size: min(36px, 2.25vw);
  color: #444;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e8e8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .solution_content h3 {
    font-size: 22px;
    margin-top: 5%;
  }
}
.solution_content h3 span {
  font-size: min(42px, 2.62vw);
  color: #0a2b64;
}
@media screen and (max-width: 767px) {
  .solution_content h3 span {
    font-size: 30px;
  }
}
.solution_content p {
  font-size: 20px;
  color: #444;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .solution_content p {
    font-size: 16px;
    margin-top: 5%;
  }
}
.solution_content a {
  font-size: 24px;
  color: #1a0dab;
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .solution_content a {
    font-size: 18px;
  }
}

.price_container {
  position: relative;
  overflow: hidden;
  padding: 6.25% 0 18.7%;
}
@media screen and (max-width: 767px) {
  .price_container {
    padding-top: 60px;
    padding-bottom: 340px;
  }
}

.price_bg {
  background: url(../img/price_bg.png) no-repeat center center/cover;
  width: 100%;
  height: 1377px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price_inner {
    padding: 0 2%;
  }
}
.price_inner h2 {
  color: #0a2b64;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price_inner h2 {
    font-size: 45px;
  }
}
.price_inner > p {
  font-size: min(28px, 2.33vw);
  text-align: center;
  color: #444;
  line-height: 1.3;
  margin: 3.75% 0 2.5%;
}
@media screen and (max-width: 767px) {
  .price_inner > p {
    line-height: 1.5;
    margin: 6.25% auto 2.5%;
    width: 90%;
    font-size: 20px;
    margin: 30px auto;
  }
}
.price_inner > p span {
  color: #0a2b64;
  font-weight: bold;
}

.price_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price_content {
    display: block;
  }
}
.price_content .price_wrapper {
  text-align: center;
}
.price_content .price_wrapper .price {
  font-size: min(148px, 9.25vw);
  color: #0a2b64;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .price_content .price_wrapper .price {
    font-size: 98px;
  }
}
.price_content .price_wrapper .price > span {
  font-size: min(76px, 6.33vw);
}
@media screen and (max-width: 767px) {
  .price_content .price_wrapper .price > span {
    font-size: 50px;
  }
}
.price_content .price_wrapper .price_addition {
  display: inline-block;
  background-color: #0a2b64;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  border-radius: 25px;
  margin-top: 4.2%;
}
@media screen and (max-width: 767px) {
  .price_content .price_wrapper .price_addition {
    font-size: 16px;
    padding: 10px 12px;
  }
}
.price_content .price_wrapper .price_addition span {
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .price_content .price_wrapper .price_addition span {
    font-size: 24px;
  }
}
.price_content .plus {
  font-size: 76px;
  margin: 0 35px 0;
}
@media screen and (max-width: 767px) {
  .price_content .plus {
    text-align: center;
  }
}
.price_content .tax {
  font-size: 52px;
  text-align: center;
  background: linear-gradient(120deg, rgb(26, 59, 86) 0%, rgb(10, 34, 53) 100%);
  color: #fff;
  padding: 3.12% 1.25%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .price_content .tax {
    font-size: 42px;
    width: 315px;
    padding: 40px 13px 35px;
    margin: 10px auto 0;
  }
}
.price_content .tax > span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .price_content .tax > span {
    font-size: 16px;
  }
}

.price_attention {
  color: #444;
  width: 65%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .price_attention {
    width: 84%;
  }
}
.price_attention p {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .price_attention p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.price_attention p a {
  text-decoration: underline;
  color: #1a0dab;
}

.duty {
  width: 70.5%;
  max-width: 1200px;
  border: 4px solid #3d4b5a;
  border-radius: 20px;
  margin: 0 auto 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .duty {
    bottom: 100%;
    top: unset;
    left: unset;
    transform: none;
    width: 100%;
    border: none;
    border-radius: 0 70px 0 0;
  }
}

.duty_inner {
  position: relative;
  padding: 6% 2.4% 4% 5.4%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .duty_inner {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .duty_inner {
    padding: 10% 4.5%;
  }
}
.duty_inner::after {
  content: "";
  width: 31%;
  height: 28.2%;
  background: url(../img/do_you_know.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .duty_inner::after {
    width: 230px;
    height: 50px;
  }
}
.duty_inner h2 {
  font-size: min(66px, 4.12vw);
  color: #0a2b64;
  margin-bottom: 3.14%;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .duty_inner h2 {
    font-size: 40px;
    letter-spacing: -3px;
    margin-top: 20px;
  }
}
.duty_inner h2 span {
  font-size: min(80px, 6.66vw);
  background-color: #fdda36;
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .duty_inner h2 span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .duty_inner h2 span {
    font-size: 50px;
    margin-top: 10px;
  }
}
.duty_inner p {
  text-align: center;
  font-size: 32px;
  color: #444;
  line-height: 1.3;
}
.duty_inner p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .duty_inner p:not(:first-child) {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .duty_inner p:not(:first-child) {
    font-size: 20px;
  }
}
.duty_inner p span {
  font-size: min(36px, 2.25vw);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .duty_inner p span {
    font-size: 24px;
  }
}
.duty_inner p span::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../img/yellow_doble_underline.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 110%;
}

.risk_container {
  background-color: #e9f0f3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .risk_container {
    margin-top: 15%;
  }
}

.risk_bg {
  background: url(../img/risk_bg.png) no-repeat top right/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .risk_bg {
    background-position: top center;
  }
}

.risk_inner {
  padding: 17.5% 0 8.75%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .risk_inner {
    padding: 16% 0 13.5%;
  }
}
.risk_inner > h2 {
  font-size: min(58px, 3.62vw);
  text-align: center;
  margin: 0 auto 5%;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .risk_inner > h2 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.3;
  }
}
.risk_inner > h2 span {
  color: #fdda36;
  font-size: min(80px, 5vw);
}
@media screen and (max-width: 767px) {
  .risk_inner > h2 span {
    font-size: 32px;
  }
}
.risk_inner > p {
  font-size: min(32px, 1.87vw);
  text-align: center;
  color: #fff;
  margin: 7% auto 0;
}
@media screen and (max-width: 767px) {
  .risk_inner > p {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 13%;
  }
}

.swiper-container {
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .swiper-container .swiper-wrapper {
    justify-content: unset;
  }
}
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  transform: translateX(-50%, 0);
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.swiper-container #slide_adjust .swiper-slide {
  transform: translateX(-45%);
}
@media screen and (max-width: 767px) {
  .swiper-container #slide_adjust .swiper-slide {
    transform: none;
    transform: translateX(-105%);
  }
}

.swiper-pagination-adjust {
  position: relative;
}
.swiper-pagination-adjust .swiper-button-next_add {
  right: 21%;
  position: absolute;
  z-index: 1;
  top: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper-pagination-adjust .swiper-button-next_add {
    right: 34%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-adjust .swiper-button-next_add {
    right: 11%;
  }
}
.swiper-pagination-adjust .swiper-button-next_add:after {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/voice_swiper_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-adjust .swiper-button-next_add:after {
    width: 40px;
    height: 40px;
    left: calc(100% - 20px);
  }
}
.swiper-pagination-adjust .swiper-button-prev_add {
  left: 15.5%;
  position: absolute;
  z-index: 1;
  top: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper-pagination-adjust .swiper-button-prev_add {
    left: 22%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-adjust .swiper-button-prev_add {
    left: 13%;
  }
}
.swiper-pagination-adjust .swiper-button-prev_add:after {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/voice_swiper_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-adjust .swiper-button-prev_add:after {
    width: 40px;
    height: 40px;
    right: calc(100% - 20px);
  }
}
.swiper-pagination-adjust #swiper-pagination {
  position: absolute;
  bottom: -15%;
  left: 49%;
  transform: translateX(-50%);
}
.swiper-pagination-adjust .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
}
.swiper-pagination-adjust .swiper-pagination-bullet-active {
  background: #2F7DC8;
}

.voice_inner {
  padding: 5% 0;
  background-color: #e9f0f3;
}
@media screen and (max-width: 767px) {
  .voice_inner {
    padding-top: 15%;
  }
}
.voice_inner > h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.75%;
  font-family: "A-OTF-A1MinchoStd-Bold";
}

.swiper-pagination-adjust_2 {
  position: relative;
  overflow: hidden;
}
.swiper-pagination-adjust_2 .swiper-button-next {
  right: 9.5%;
}
.swiper-pagination-adjust_2 .swiper-button-next:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../img/voice_swiper_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-adjust_2 .swiper-button-next:after {
    width: 35px;
    height: 35px;
    left: calc(100% - 20px);
  }
}
.swiper-pagination-adjust_2 .swiper-button-prev {
  left: 9.5%;
}
.swiper-pagination-adjust_2 .swiper-button-prev:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../img/voice_swiper_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-adjust_2 .swiper-button-prev:after {
    width: 35px;
    height: 35px;
    right: calc(100% - 20px);
  }
}
.swiper-pagination-adjust_2 .swiper-slide {
  background-color: #e8e8e8;
  border-radius: 30px;
  padding: 4% 3% 4%;
}
.swiper-pagination-adjust_2 .swiper-slide.swiper-slide-next {
  transform: scale(0.9);
  filter: brightness(0.5);
}
.swiper-pagination-adjust_2 .swiper-slide.swiper-slide-prev {
  transform: scale(0.9);
  filter: brightness(0.5);
}

.voice_slide_inner .top_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice_slide_inner .top_content {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .voice_slide_inner .top_content img {
    width: 80px;
    display: block;
    margin: 0 auto 4%;
  }
}
.voice_slide_inner .top_content .description {
  margin: 0 0 0 1.87%;
}
.voice_slide_inner .top_content .description h2 {
  font-size: min(36px, 2.25vw);
  color: #444;
  line-height: 1.3;
  margin: 0 0 3.12% 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .voice_slide_inner .top_content .description h2 {
    font-size: 16px;
    margin-bottom: 7%;
  }
}
.voice_slide_inner .top_content .description h2::after {
  content: "";
  width: 95%;
  height: 5px;
  background: url(../img/voice_dot.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 120%;
}
@media screen and (max-width: 767px) {
  .voice_slide_inner .top_content .description h2::after {
    top: 109%;
  }
}
.voice_slide_inner .top_content .description p {
  font-size: 24px;
  color: #444;
  line-height: 1.3;
  width: 95%;
}
@media screen and (max-width: 1199px) {
  .voice_slide_inner .top_content .description p {
    font-size: 14px;
  }
}
.voice_slide_inner .top_content .description p span {
  display: inline-block;
  font-weight: bold;
  background-color: #fff;
  margin-top: 1%;
}
.voice_slide_inner .bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 4.37% auto 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 3%;
}
@media screen and (max-width: 767px) {
  .voice_slide_inner .bottom_content {
    display: block;
    margin-top: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .voice_slide_inner .bottom_content img {
    width: 80px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .voice_slide_inner .bottom_content img {
    width: 80px;
    display: block;
    margin: 0 auto 4%;
  }
}
.voice_slide_inner .bottom_content .description {
  margin: 0 0 0 1.87%;
}
.voice_slide_inner .bottom_content .description h2 {
  font-size: min(36px, 2.25vw);
  color: #0a2b64;
  line-height: 1.3;
  margin: 0 0 3.12% 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .voice_slide_inner .bottom_content .description h2 {
    font-size: 16px;
    margin-bottom: 7%;
  }
}
.voice_slide_inner .bottom_content .description h2::after {
  content: "";
  width: 95%;
  height: 5px;
  background: url(../img/voice_dot.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 120%;
}
@media screen and (max-width: 767px) {
  .voice_slide_inner .bottom_content .description h2::after {
    top: 109%;
  }
}
.voice_slide_inner .bottom_content .description p {
  font-size: 24px;
  color: #444;
  width: 95%;
  line-height: 1.3;
  padding-top: 3.61%;
}
@media screen and (max-width: 1199px) {
  .voice_slide_inner .bottom_content .description p {
    font-size: 14px;
  }
}

.flow_inner {
  padding: 5% 0;
  max-width: 1600px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .flow_inner {
    padding-top: 60px;
  }
}
.flow_inner h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
.flow_inner .sp_flex_wrapper {
  display: flex;
  width: 92%;
  margin: 60px auto 0;
}
.flow_inner .sp_flex_wrapper .flow_item_sp {
  width: 27vw;
}
.flow_inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3.12% auto 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow_inner ul {
    display: block;
    margin-top: 0;
    max-width: 225px;
  }
}

.flow_item {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .flow_item {
    width: 100%;
  }
}
.flow_item:not(:last-of-type) {
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .flow_item:not(:last-of-type) {
    margin-right: 0;
  }
}
.flow_item:nth-of-type(4) {
  margin: 0 6% 0 5%;
}
@media screen and (max-width: 767px) {
  .flow_item:nth-of-type(4) {
    margin: 0;
  }
}
.flow_item:nth-of-type(4) .flow_img {
  position: relative;
}
.flow_item:nth-of-type(4) .flow_img:after {
  content: "";
  width: 381%;
  height: 13%;
  background: url(../img/flow_arrow_2.png) no-repeat center center/contain;
  position: absolute;
  left: -27%;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}
.flow_item:nth-of-type(n + 4) {
  margin-top: 40px;
}
.flow_item:first-of-type .flow_img {
  position: relative;
}
.flow_item:first-of-type .flow_img:after {
  content: "";
  width: 388%;
  height: 13%;
  background: url(../img/flow_arrow_1.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}
.flow_item:first-of-type h3 {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .flow_item:first-of-type h3 {
    margin-top: 0;
  }
}
.flow_item:nth-of-type(2) h3 {
  letter-spacing: 0;
}

.flow_item_wrapper h3 {
  font-size: 32px;
  margin: 30px auto 20px;
  text-align: center;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  .flow_item_wrapper h3 {
    font-size: 24px;
    margin: 40px auto 10px;
    text-align: left;
  }
}
.flow_item_wrapper p {
  line-height: 1.6;
  font-size: 20px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .flow_item_wrapper p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.flow_img {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  width: 100%;
}
.flow_img img {
  width: 100%;
}

.company_top_inner {
  background-color: #e9f0f3;
  padding: 5% 0 7.87%;
}
@media screen and (max-width: 767px) {
  .company_top_inner {
    padding: 60px 0 70px;
  }
}
.company_top_inner > h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}

.company_content {
  margin: 4.37% auto 0;
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .company_content {
    display: block;
    width: 93%;
  }
}

.company_img {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .company_img {
    width: 100%;
    margin: 40px auto 0;
  }
}
.company_img img {
  width: 100%;
}

.company_description {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .company_description {
    margin-left: 0;
  }
}
.company_description h3 {
  font-size: min(66px, 4.12vw);
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .company_description h3 {
    font-size: 38px;
    text-align: center;
  }
}
.company_description h3 > span {
  font-size: min(46px, 2.87vw);
}
@media screen and (max-width: 767px) {
  .company_description h3 > span {
    font-size: 30px;
  }
}
.company_description h3 .company_h3_span {
  font-size: min(38px, 2.37vw);
  display: inline-block;
  margin: 28px auto 40px;
}
@media screen and (max-width: 767px) {
  .company_description h3 .company_h3_span {
    font-size: 20px;
  }
}
.company_description p {
  font-size: min(20px, 1.25vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company_description p {
    font-size: 18px;
    line-height: 2;
  }
}

.company_middle {
  position: relative;
  overflow: hidden;
}

.company_middle_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 1600px;
  height: 100%;
  background: url(../img/company_middle_bg.png) no-repeat top right/cover;
  z-index: -1;
}

.company_middle_inner {
  width: 70%;
  margin: 0 auto 0;
  padding: 80px 0 120px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .company_middle_inner {
    width: 90%;
    padding-bottom: 80px;
  }
}
.company_middle_inner p:first-of-type {
  font-size: 20px;
  background-color: #0a2235;
  padding: 8px;
  color: #fff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .company_middle_inner p:first-of-type {
    font-size: 18px;
  }
}
.company_middle_inner p:nth-of-type(2) {
  font-size: 40px;
  font-weight: bold;
  color: #0a2235;
  margin: 10px auto 20px;
}
@media screen and (max-width: 767px) {
  .company_middle_inner p:nth-of-type(2) {
    font-size: 40px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.company_middle_inner p:nth-of-type(3) {
  font-size: 30px;
  margin: 2.77% 0 0.84%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company_middle_inner p:nth-of-type(3) {
    font-size: 24px;
    margin-top: 60px;
  }
}
.company_middle_inner table {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .company_middle_inner table {
    width: 100%;
  }
}
.company_middle_inner table:nth-of-type(2) {
  border-spacing: 0 20px;
}
.company_middle_inner table tr {
  font-size: min(28px, 1.75vw);
}
@media screen and (max-width: 767px) {
  .company_middle_inner table tr {
    font-size: 14px;
  }
}
.company_middle_inner table tr.border {
  position: relative;
}
.company_middle_inner table tr.border::after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../img/history_border.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company_middle_inner table tr.border::after {
    background-image: url(../img/history_border_sp.png);
  }
}
.company_middle_inner table th {
  text-align: left;
  letter-spacing: 0.14em;
  padding-bottom: 1.84%;
}
.company_middle_inner table td {
  text-align: left;
  letter-spacing: 0.14em;
  padding-bottom: 1.84%;
}
@media screen and (max-width: 767px) {
  .company_middle_inner table:nth-of-type(1) tr:nth-of-type(2) td {
    line-height: 1.5;
  }
}
.company_middle_inner table:nth-of-type(1) th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .company_middle_inner table:nth-of-type(1) th {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    padding: 30px 0 20px;
  }
}
.company_middle_inner table:nth-of-type(1) td {
  width: 60%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .company_middle_inner table:nth-of-type(1) td {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 0;
  }
}
.company_middle_inner table:nth-of-type(2) th {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .company_middle_inner table:nth-of-type(2) th {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
  }
}
.company_middle_inner table:nth-of-type(2) td {
  width: 70%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .company_middle_inner table:nth-of-type(2) td {
    display: block;
    width: 100%;
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.company_bottom {
  background-color: #e9f0f3;
}

.company_bottom_inner {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .company_bottom_inner {
    padding: 60px 0 80px;
  }
}

.map_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 67.5%;
  margin: 0 auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .map_container {
    display: block;
    width: 90%;
  }
}
.map_container .map {
  width: 53%;
  position: relative;
  padding-top: 30%;
}
@media screen and (max-width: 1199px) {
  .map_container .map {
    width: 60%;
    padding-top: 33.9%;
    margin: 0 auto 0;
  }
}
.map_container .map img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.map_container .map_description {
  width: 39%;
  margin-left: 3.5%;
  letter-spacing: 0.14em;
  color: #0a2235;
}
@media screen and (max-width: 1199px) {
  .map_container .map_description {
    width: 100%;
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .map_container .map_description .sp_wrapper {
    display: flex;
    padding: 20px 0;
  }
  .map_container .map_description .sp_wrapper:first-of-type {
    border-bottom: 2px solid #e8e8e8;
  }
}
.map_container .map_description h2 {
  font-size: min(40px, 2.5vw);
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .map_container .map_description h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5% auto 10px;
    font-size: 28px;
  }
}
.map_container .map_description h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 6.36% 0 2%;
}
@media screen and (max-width: 1199px) {
  .map_container .map_description h3 {
    margin: 2% 0;
    font-size: 18px;
    min-width: 110px;
    margin: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .map_container .map_description > p {
    margin-top: 20px;
  }
}
.map_container .map_description p {
  font-size: 24px;
  line-height: 1.5;
  color: #0a2235;
}
@media screen and (max-width: 767px) {
  .map_container .map_description p {
    font-size: 18px;
  }
}
.map_container .map_description p a {
  color: #0a2235;
}
.map_container .map_description p:nth-of-type(2) {
  margin-bottom: 9.09%;
}

.business_trip {
  width: 67.5%;
  margin: 120px auto 0;
  border-radius: 40px;
  padding: 3.5%;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 3px 0 10px rgba(111, 126, 133, 0.45);
  max-width: 1200px;
  min-width: 750px;
}
@media screen and (max-width: 767px) {
  .business_trip {
    min-width: unset;
    margin-top: 40px;
    width: 90%;
    padding: 30px 5px;
  }
}

.business_inner {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .business_inner {
    display: block;
  }
}

.business_trip_map_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .business_trip_map_sp {
    display: block;
    text-align: center;
  }
}

.business_trip_img {
  width: 90%;
  padding-top: 27%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business_trip_img {
    padding-top: 60%;
    margin: 0 auto 0;
  }
}
.business_trip_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.business_trip_description {
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .business_trip_description {
    margin-left: 0;
  }
}
.business_trip_description h2 {
  font-size: min(30px, 1.87vw);
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business_trip_description h2 {
    font-size: 20px;
  }
}
.business_trip_description h2 span {
  font-size: 50px;
  font-size: min(50px, 3.12vw);
  color: #d55027;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 3.47%;
}
@media screen and (max-width: 767px) {
  .business_trip_description h2 span {
    font-size: 28px;
    border: none;
    margin-bottom: 0;
  }
}
.business_trip_description p {
  font-size: 1.75vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .business_trip_description p {
    font-size: 20px;
    margin-top: 20px;
    width: 95%;
  }
}

.question_inner {
  padding: 5.12% 0;
}
@media screen and (max-width: 767px) {
  .question_inner {
    padding-top: 68px;
  }
}
.question_inner h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}

ul.qa_item_list {
  margin: 3.75% auto 0;
  width: 60%;
  min-width: 750px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  ul.qa_item_list {
    width: 90%;
    margin: 90px auto 0;
    margin-top: 50px;
    min-width: unset;
  }
}

.qa_item {
  margin: 0 0 40px;
  box-shadow: 0 0 20px 0 rgba(34, 34, 34, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.qa_item:nth-of-type(n + 4) .qa-box-q {
  height: 160px;
  padding-right: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .qa_item:nth-of-type(n + 4) .qa-box-q {
    height: auto;
  }
}
.qa_item:nth-of-type(4) .qabox-a {
  padding: 1.93% 5% 2.25% 11.4%;
}
@media screen and (max-width: 767px) {
  .qa_item:nth-of-type(4) .qabox-a {
    padding: 20px 20px 20px 70px;
  }
}

.qa-box-q {
  color: #FFFFFF;
  background-color: #1a3b56;
  font-size: min(32px, 2vw);
  height: 100px;
  padding: 35px 0 4.16% 11.4%;
  position: relative;
  border-radius: 20px;
  transition: 0.3s;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .qa-box-q {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .qa-box-q {
    padding: 20px 40px 20px 70px;
    font-size: 18px;
    line-height: 1.44;
    height: auto;
  }
}
.qa-box-q.is-active {
  border-radius: 20px 20px 0 0;
}
.qa-box-q::before {
  content: "";
  position: absolute;
  background: url(../img/Q.png) no-repeat center center/contain;
  width: 6.7%;
  height: 65%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa-box-q::before {
    width: 30px;
    height: 30px;
    top: 20%;
    transform: none;
  }
}
.qa-box-q span {
  color: #fdda36;
  font-weight: bold;
}

.qa-box-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.qa-box-icon.is-open .qa-box-bar2 {
  transform: rotate(90deg);
}

.qa-box-bar1 {
  width: 25px;
  height: 5px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.qa-box-bar2 {
  width: 5px;
  height: 25px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease 0s;
}

.qabox-a {
  background-color: #fff;
  padding: 0.93% 5% 1.25% 11.4%;
  color: #3F51B5;
  font-weight: bold;
  line-height: 1.44;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qabox-a {
    padding: 20px 20px 20px 70px;
  }
}
.qabox-a::before {
  content: "";
  position: absolute;
  background: url(../img/A.png) no-repeat center center/contain;
  width: 6.7%;
  height: 65%;
  top: 10%;
  left: 20px;
  max-height: 65px;
}
@media screen and (max-width: 767px) {
  .qabox-a::before {
    width: 30px;
    height: 30px;
    top: 20px;
  }
}
.qabox-a .qa-box-content {
  position: relative;
  font-size: 26px;
  line-height: 1.77;
  color: #000;
}
@media screen and (max-width: 767px) {
  .qabox-a .qa-box-content {
    font-size: 18px;
  }
}
.qabox-a .qa-box-content span {
  color: #0a2235;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .qabox-a .qa-box-content span {
    font-size: 20px;
  }
}
.qabox-a .qa-box-content span.small {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .qabox-a .qa-box-content span.small {
    font-size: 16px;
  }
}
.qabox-a .qa-box-content a {
  color: #0064D9;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .qabox-a .qa-box-content a {
    font-size: 15px;
  }
}

.contact_container {
  position: relative;
}

.contact_inner {
  padding: 4.68% 0 10%;
}
@media screen and (max-width: 767px) {
  .contact_inner {
    padding-top: 10%;
  }
}
.contact_inner h2 {
  width: 50%;
  margin: 0 auto 0;
  font-family: "A-OTF-A1MinchoStd-Bold";
}
@media screen and (max-width: 767px) {
  .contact_inner h2 {
    width: 80%;
    text-align: center;
  }
}
.contact_inner > p {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  margin: 3.43% 0 0;
}
@media screen and (max-width: 767px) {
  .contact_inner > p {
    font-size: 18px;
  }
}

.contact_bg {
  position: absolute;
  background: url(../img/contact_bg.png) no-repeat top left/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact_bg {
    background-image: url(../img/contact_bg_sp.png);
  }
}

.contact_offer {
  width: 60%;
  margin: 3.7% auto 3.1%;
}
@media screen and (max-width: 767px) {
  .contact_offer {
    width: 90%;
  }
}
.contact_offer h3 {
  font-weight: 600;
  font-size: 30px;
  padding: 30px 0;
  color: #fff;
  background-color: #0a2b64;
  text-align: center;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 767px) {
  .contact_offer h3 {
    font-size: 18px;
    line-height: 1.3;
    padding: 20px 0;
  }
}

.contact_offer_flex {
  display: flex;
  align-items: initial;
  justify-content: center;
  padding: 5.2% 0 4.1%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .contact_offer_flex {
    display: block;
  }
}
.contact_offer_flex .tel_icon {
  width: 90px;
  height: 90px;
  background: url(../img/offer_tell_black.png) no-repeat center center/contain;
  margin-right: 20px;
}
.contact_offer_flex .content {
  font-family: "A-OTF-MidashiGoPr5-MB31";
  font-size: 80px;
  color: #0a2235;
}
.contact_offer_flex .content span {
  font-size: 20px;
  display: block;
  text-align: left;
  margin-top: 25px;
}
.contact_offer_flex .offer_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  background-color: #248f3e;
  border-radius: 40px;
  margin: 0 auto 0;
  padding: 15px 20px;
  width: 270px;
}
.contact_offer_flex .offer_sp span {
  margin-left: 2%;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  white-space: nowrap;
}
.contact_offer_flex .contact_offer_sentence_sp {
  font-size: 14px;
  margin: 10px auto;
  text-align: center;
}

.contact_form_container {
  width: 58.7%;
  max-width: 960px;
  min-width: 740px;
  margin: 0 auto 0;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 3px 0 20px rgba(85, 93, 94, 0.1);
  padding: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .contact_form_container {
    min-width: 340px;
    width: 90%;
    margin-top: 40px;
  }
}
.contact_form_container h3 {
  font-size: 32px;
  background-color: #a5a9b1;
  padding: 3.1% 0;
  color: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact_form_container h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form_container h3 {
    font-size: 18px;
    padding: 3.1%;
  }
}
.contact_form_container img {
  display: block;
  margin: 4.1% auto 2.6%;
}
@media screen and (max-width: 767px) {
  .contact_form_container img {
    width: 90%;
  }
}
.contact_form_container p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_form_container p {
    font-size: 14px;
  }
}

.formTable {
  width: 79%;
  margin: 0 auto 0;
}
.formTable th {
  text-align: left;
  padding-top: 40px;
  display: block;
  font-size: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .formTable th {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .formTable th {
    font-size: 18px;
  }
}
.formTable th.req span {
  position: relative;
  font-weight: bold;
}
.formTable th.req span::before {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  background: url(../img/req.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .formTable th.req span::before {
    widows: 40px;
    height: 20px;
  }
}
.formTable th.any span {
  font-weight: bold;
  position: relative;
}
.formTable th.any span::before {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  background: url(../img/any.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .formTable th.any span::before {
    widows: 40px;
    height: 20px;
  }
}
.formTable td:not(.no_block) {
  display: block;
}
.formTable td.checkbox {
  margin: 20px 0 0 0;
}
.formTable td.checkbox input {
  display: none;
}
.formTable td.checkbox label.checked .checkbox_item {
  background-color: #0A2B64;
  color: #fff;
}
.formTable td.checkbox label.checked .checkbox_sozoku_img {
  background-image: url(../img/sozoku_check_box_white.png);
}
.formTable td.checkbox label.checked .checkbox_fudosan_img {
  background-image: url(../img/fudosan_check_box_white.png);
}
.formTable td input:not([type=checkbox]) {
  width: 100%;
  height: 90px;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin: 20px 0 0 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .formTable td input:not([type=checkbox]) {
    height: 50px;
  }
}
.formTable td input::-moz-placeholder {
  font-size: 28px;
  color: #bdbdbd;
}
.formTable td input::placeholder {
  font-size: 28px;
  color: #bdbdbd;
}
@media screen and (max-width: 767px) {
  .formTable td input::-moz-placeholder {
    font-size: 18px;
  }
  .formTable td input::placeholder {
    font-size: 18px;
  }
}
.formTable .checkbox_item {
  width: 300px;
  height: 130px;
  border: 2px solid #abb1bb;
  border-radius: 10px;
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
  background-color: #f7f7f7;
  transition: 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formTable .checkbox_item {
    width: 150px;
    font-size: 16px;
    padding: 10px 0;
    height: 100px;
  }
}
.formTable .checkbox_item img {
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .formTable .checkbox_item img {
    width: 35%;
  }
}
.formTable .checkbox_item .checkbox_sozoku_img {
  margin: 10px auto 0;
  background: url(../img/sozoku_check_box.png) no-repeat center center/contain;
  width: 35%;
  height: 50px;
  transition: 0.3s;
}
.formTable .checkbox_item .checkbox_fudosan_img {
  margin: 10px auto 0;
  background: url(../img/fudosan_check_box.png) no-repeat center center/contain;
  width: 35%;
  height: 50px;
  transition: 0.3s;
}

textarea {
  width: 100%;
  height: 200px;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin: 20px 0 0 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 150px;
  }
}

.checkbox_flex {
  display: flex;
  justify-content: center;
}
.checkbox_flex td:nth-of-type(2) {
  margin-left: 5%;
}

.submit_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 0;
}
.submit_btn:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/submit_img.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.submit_btn input {
  width: 430px;
  height: 95px;
  color: #fff;
  background-image: linear-gradient(120deg, rgb(26, 59, 86) 0%, rgb(10, 34, 53) 100%);
  margin: 50px auto 0;
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 32px;
  text-align: left;
  padding: 0 40px;
  letter-spacing: 0.06em;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .submit_btn input {
    font-size: 24px;
    padding: 0 25px;
    width: 320px;
    height: 75px;
  }
}

.footer_container {
  background-color: #1a3b56;
  color: #fff;
}

.footer_inner {
  width: 75%;
  margin: 0 auto 0;
  padding: 5% 0 11%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    display: block;
    width: 90%;
  }
}

.footer_item_description .name {
  letter-spacing: 0.14em;
  font-size: 40px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .footer_item_description .name {
    font-size: 24px;
  }
}
.footer_item_description p {
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer_item_description p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.footer_item_description p:first-of-type {
  margin-bottom: 40px;
}
.footer_item_description p:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer_item_description p:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer_item_description p:nth-of-type(3) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer_item_description p:nth-of-type(4) {
    margin-top: 20px;
  }
}
.footer_item_description p:nth-of-type(5) a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_item_description p:nth-of-type(5) {
    padding-left: 10px;
  }
}

.footer_link {
  display: flex;
  width: 25%;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_link {
    width: 80%;
    margin-top: 20px;
  }
}
.footer_link::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 51.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .footer_link::after {
    content: none;
  }
}

.footer_link_item {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer_link_item {
    font-size: 16px;
  }
}
.footer_link_item a {
  color: #fff;
}
.footer_link_item img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
}

.copyRight {
  text-align: center;
  padding: 12px 0;
  border-top: 2px solid #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .copyRight {
    font-size: 14px;
  }
}

#text-black li a {
  color: #0a2b64;
}

.form_area {
  margin: 100px auto 0;
}

.form_inner {
  width: 1180px;
  margin: 0 auto 0;
  padding: 100px 0 200px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .form_inner {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .form_inner {
    width: 350px;
    padding-bottom: 110px;
  }
}
.form_inner h1 {
  color: #000;
  font-weight: bold;
  position: relative;
  font-size: max(32px, 2.5vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
.form_inner h1:after {
  content: "";
  width: 180%;
  height: 120px;
  background: url(../img/top-page/contact.png) no-repeat center center/contain;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form_inner .check-icon {
  width: 100px;
  height: 90px;
  margin: 60px auto 40px;
}
.form_inner .check-icon img {
  width: 100%;
}
.form_inner p:nth-of-type(1) {
  font-weight: bold;
  text-align: center;
  width: 100px;
  margin: 100px auto 0;
}
.form_inner p:nth-of-type(1) img {
  width: 100%;
}
.form_inner p:nth-of-type(2) {
  font-size: 24px;
  text-align: center;
  margin: 20px auto 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .form_inner p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.7777777778;
    padding: 0 12px 0;
  }
}
.form_inner p:nth-of-type(3) {
  text-align: center;
}
.form_inner p:nth-of-type(3) a {
  color: #0064D9;
  font-size: 24px;
}

#confirmation {
  padding-top: 150px;
}
#confirmation .confirmation_inner {
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  #confirmation .confirmation_inner {
    padding-bottom: 120px;
  }
}
#confirmation .err {
  height: 500px;
}
@media screen and (max-width: 767px) {
  #confirmation .err {
    padding: 0 10px 0;
  }
}
#confirmation .err h3 {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  #confirmation .err h3 {
    font-size: 18px;
  }
}
#confirmation .err .error_messe_wrapper {
  width: 600px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  #confirmation .err .error_messe_wrapper {
    width: 350px;
  }
}
#confirmation .err .error_messe {
  text-align: center;
  margin: 15px 0 0;
  font-size: 18px;
  color: red;
}
#confirmation .err .btn_err {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
#confirmation .err .btn_err:hover {
  opacity: 0.8;
}
#confirmation .err .btn_err input {
  border: none;
  font-size: 28px;
  background-image: linear-gradient(120deg, rgb(26, 59, 86) 0%, rgb(10, 34, 53) 100%);
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.form_btn02 {
  width: 60%;
  min-width: 750px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form_btn02 {
    display: block;
    min-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .form_btn02 .btn_err {
    text-align: center;
  }
}
.form_btn02 .btn_err input {
  background: none;
  border: none;
  color: #0064D9;
  text-decoration: underline;
  font-size: min(30px, 1.87vw);
}
@media screen and (max-width: 1199px) {
  .form_btn02 .btn_err input {
    font-size: 24px;
  }
}
.form_btn02 .submit_btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 95px;
  transition: 0.3s all linear;
}
@media screen and (max-width: 767px) {
  .form_btn02 .submit_btn {
    margin: 60px auto 40px;
  }
}
.form_btn02 .submit_btn:after {
  content: "";
  background: url(../img/submit_img.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  width: 40px;
  height: 40px;
  transition: 0.3s all linear;
}
@media screen and (max-width: 767px) {
  .form_btn02 .submit_btn:after {
    right: 30px;
  }
}
.form_btn02 .submit_btn:hover::after {
  transform: translate(10px, -50%);
}
.form_btn02 .submit_btn input {
  background: linear-gradient(120deg, rgb(26, 59, 86) 0%, rgb(10, 34, 53) 100%);
  border-radius: 100px;
  position: relative;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  padding: 20px 0 20px 40px;
  transition: 1s all linear;
  width: 295px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  border: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .form_btn02 .submit_btn input {
    font-size: 24px;
    width: 335px;
    padding: 15px 0 15px 30px;
  }
}

.error {
  display: block;
  text-align: left;
  color: red;
  margin: 10px;
}

.redBg {
  background: rgb(239, 224, 222) !important;
  border: 2px solid red !important;
}

#confirmation h2 {
  text-align: center;
  width: 60%;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  #confirmation h2 {
    width: 80%;
  }
}
#confirmation h2 img {
  width: 100%;
}
#confirmation .formTable_area {
  margin: 80px auto 0;
  width: 60%;
  min-width: 750px;
}
@media screen and (max-width: 767px) {
  #confirmation .formTable_area {
    min-width: 350px;
    width: 100%;
    margin: 20px auto 0;
  }
}
#confirmation .formTable {
  table-layout: fixed;
  padding: 3.7vw 9.3vw;
  background-color: #F4F4F4;
  border-radius: 20px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  #confirmation .formTable {
    width: 90%;
    margin: 0 auto 0;
    padding: 20px 20px;
  }
}
#confirmation .formTable tr:nth-of-type(-n + 4) th span {
  position: relative;
}
#confirmation .formTable tr:nth-of-type(-n + 4) th span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  background: url(../img/req.png) no-repeat center center/contain;
}
#confirmation .formTable tr:nth-of-type(5) th span {
  position: relative;
}
#confirmation .formTable tr:nth-of-type(5) th span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  background: url(../img/any.png) no-repeat center center/contain;
}
#confirmation .formTable th, #confirmation .formTable td {
  display: block;
  width: 600px;
}
@media screen and (max-width: 767px) {
  #confirmation .formTable th, #confirmation .formTable td {
    width: 100%;
  }
}
#confirmation .formTable th {
  text-align: left;
  padding-top: 30px;
  font-weight: bold;
  font-size: min(36px, 2.25vw);
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #confirmation .formTable th {
    font-size: 24px;
  }
}
#confirmation .formTable td {
  margin: 25px 0 0 0;
  padding: 0 0 0 20px;
  font-size: min(30px, 1.87vw);
  width: 100%;
  overflow: scroll;
}
@media screen and (max-width: 1199px) {
  #confirmation .formTable td {
    font-size: 22px;
  }
}

.delay-01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-011 {
  -webkit-animation-delay: 0.11s;
          animation-delay: 0.11s;
}

.delay-012 {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.delay-013 {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}

.delay-014 {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}

.delay-015 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.delay-016 {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

.delay-017 {
  -webkit-animation-delay: 0.17s;
          animation-delay: 0.17s;
}

.delay-018 {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}

.delay-019 {
  -webkit-animation-delay: 0.19s;
          animation-delay: 0.19s;
}

.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-021 {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

.delay-022 {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.delay-023 {
  -webkit-animation-delay: 0.23s;
          animation-delay: 0.23s;
}

.delay-024 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.delay-025 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.delay-026 {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

.delay-027 {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

.delay-028 {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

.delay-029 {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
}

.delay-03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-031 {
  -webkit-animation-delay: 0.31s;
          animation-delay: 0.31s;
}

.delay-032 {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}

.delay-033 {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

.delay-034 {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

.delay-035 {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.delay-036 {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.delay-037 {
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}

.delay-038 {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}

.delay-039 {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

.delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-041 {
  -webkit-animation-delay: 0.41s;
          animation-delay: 0.41s;
}

.delay-042 {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

.delay-043 {
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s;
}

.delay-044 {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}

.delay-045 {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.delay-046 {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}

.delay-047 {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
}

.delay-048 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.delay-049 {
  -webkit-animation-delay: 0.49s;
          animation-delay: 0.49s;
}

.delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/*==================================================
左からボックスが出現→消滅→コンテンツ出現
===================================*/
/*背景色が伸びて出現 共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(120deg, #F85F00 0%, #FFC400 100%) 0% 0% no-repeat padding-box; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*==================================================
左からフェードイン
===================================*/
.FadeLeftTrigger {
  opacity: 0;
}

.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*==================================================
右からフェードイン
===================================*/
.FadeRightTrigger {
  opacity: 0;
}

.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*==================================================
下からフェードイン
===================================*/
.FadeUpTrigger {
  opacity: 0;
}

.FadeUpTriggerLoad {
  opacity: 0;
}

.FadeUpFvTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================================
上からフェードイン
===================================*/
.FadeDownTrigger {
  opacity: 0;
}

.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================================
フェードイン
===================================*/
.FadeInTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==================================================
拡大→元に戻る
===================================*/
.ScaleUpTrigger {
  opacity: 1;
}

.ScaleUp::after {
  -webkit-animation-name: ScaleUpAnime;
          animation-name: ScaleUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes ScaleUpAnime {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes ScaleUpAnime {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*==================================================
文字を順番に表示
===================================*/
.eachTextAnime.appeartext {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnime.appeartext span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.eachTextAnime.appeartext span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.eachTextAnime.appeartext span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.eachTextAnime.appeartext span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.eachTextAnime.appeartext span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.eachTextAnime.appeartext span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.eachTextAnime.appeartext span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.eachTextAnime.appeartext span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.eachTextAnime.appeartext span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.eachTextAnime.appeartext span:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.eachTextAnime.appeartext span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.eachTextAnime.appeartext span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.eachTextAnime.appeartext span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.eachTextAnime.appeartext span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.eachTextAnime.appeartext span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.eachTextAnimeDelay.appeartext {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnimeDelay.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnimeDelay.appeartext span:nth-child(1) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.eachTextAnimeDelay.appeartext span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.eachTextAnimeDelay.appeartext span:nth-child(3) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.eachTextAnimeDelay.appeartext span:nth-child(4) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.eachTextAnimeDelay.appeartext span:nth-child(5) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.eachTextAnimeDelay.appeartext span:nth-child(6) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.eachTextAnimeDelay.appeartext span:nth-child(7) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.eachTextAnimeDelay.appeartext span:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.eachTextAnimeDelay.appeartext span:nth-child(9) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
.eachTextAnimeDelay.appeartext span:nth-child(10) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.eachTextAnimeDelay.appeartext span:nth-child(11) {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}
.eachTextAnimeDelay.appeartext span:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.eachTextAnimeDelay.appeartext span:nth-child(13) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.eachTextAnimeDelay.appeartext span:nth-child(14) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.eachTextAnimeDelay.appeartext span:nth-child(15) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "游ゴシック", "游ゴシック体", "Lato", sans-serif, "Noto Sans JP", sans-serif;
  color: #0a2b64;
  margin: 0;
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50px; /*reset.cssにてfont-size=100pxとしているので、remでmargin等を指定してあげると、sp時には半分にする意図 1remは10px以上でないといけない決まりのため5pxなどにしないこと */
  }
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */