@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: #252A34;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

.header,
.footer {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol {
  list-style: none inside;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

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

.pc_on {
  display: block;
}

.pc_on_in {
  display: inline;
}

.tb_on {
  display: none;
}

.sp_on {
  display: none;
}

.pctb_on {
  display: block;
}

.tbsp_on {
  display: none;
}

.tbsp_on_in-blo {
  display: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
}

@media (max-width: 834px) {
  .pc_on {
    display: none;
  }
  .pc_on_in {
    display: none;
  }
  .tb_on {
    display: block;
  }
  .sp_on {
    display: none;
  }
  .tbsp_on {
    display: block;
  }
  .tbsp_on_in-blo {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .pc_on {
    display: none;
  }
  .tb_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .pctb_on {
    display: none;
  }
  .tbsp_on_in-blo {
    display: inline-block;
  }
}
.in-blo {
  display: inline-block;
}

.wrapper {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .wrapper {
    padding: 0 10px;
  }
}

.mincho {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E;
}

.relative {
  position: relative;
}

#achieve,
#merit {
  padding-top: 60px;
  margin-top: -60px;
}

#champaign,
#flow,
#voice,
#form,
#infoctm {
  padding-top: 100px;
  margin-top: -100px;
}

.tel a {
  color: #483f42;
}

.nav-wrapper {
  position: absolute;
  right: 0%;
  top: 0;
}
@media (max-width: 1200px) {
  .nav-wrapper {
    left: auto;
    right: 0;
  }
}

.hamburger {
  width: 88px;
  height: 88px;
  cursor: pointer;
  z-index: 100000;
}
.hamburger::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  content: "Menu";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 100000;
}
@media (max-width: 600px) {
  .hamburger::after {
    font-size: 14px;
  }
}

.ham_line {
  position: absolute;
  width: 50px;
  height: 4px;
  left: 17px;
  transform: translate(0%, -50%);
  background-color: #fff;
  transition: all 0.5s;
  z-index: 100000;
}
.ham_line-1 {
  top: 23%;
}
.ham_line-2 {
  top: 39%;
}
.ham_line-3 {
  top: 56%;
  width: 26px;
  right: auto;
}

.open .hamburger::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  content: "Close";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 100000;
}
@media (max-width: 600px) {
  .open .hamburger::after {
    font-size: 14px;
  }
}
.open .ham_line-1, .open .ham_line-2, .open .ham_line-3 {
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  top: 40%;
}
.open .ham_line-1 {
  top: 40%;
  transform: rotate(45deg);
}
.open .ham_line-2 {
  transform: rotate(-45deg);
}
.open .ham_line-3 {
  background-color: transparent;
}

.ham-nav {
  position: fixed;
  opacity: 0; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  right: -25%;
  top: 0;
  width: 25%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  padding-top: 100px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: rgb(16, 24, 85);
  background: linear-gradient(328deg, rgb(16, 24, 85) 0%, rgb(24, 77, 181) 100%);
  transition: all 0.5s ease-in-out;
  z-index: 10000;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
@media (max-width: 1200px) {
  .ham-nav {
    width: 40%;
  }
}
@media (max-width: 834px) {
  .ham-nav {
    right: -70%;
    width: 70%;
  }
}
@media (max-width: 600px) {
  .ham-nav {
    right: -100%;
    width: 100%;
  }
}
.ham-nav .header_list {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .ham-nav .header_list {
    top: 60%;
  }
}
.ham-nav .header_list-img {
  text-align: center;
}
.ham-nav .header_list-item {
  width: 100%;
  text-align: center;
}
.ham-nav .header_list-item a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  padding: 3px 0 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.open .ham-nav {
  display: block;
  opacity: 1;
  right: 0;
  transition: all 0.5s;
}

.ham-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .ham-bg {
  opacity: 0.3;
  visibility: visible;
  z-index: 1000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  color: #fff;
  background: linear-gradient(0deg, #1b2329 0%, #011d32 100%);
  height: 108px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .header {
    height: auto;
    padding-bottom: 0;
  }
}
.header .wrapper {
  position: relative;
}
.header_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 150px;
}
@media (max-width: 1200px) {
  .header_box {
    justify-content: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header_logo {
  width: 15%;
}
@media (max-width: 1200px) {
  .header_logo {
    margin-right: 20px;
  }
}
@media (max-width: 834px) {
  .header_logo {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .header_logo {
    width: 135px;
  }
}
.header_head {
  width: 35%;
  font-size: 11px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .header_head {
    width: 75%;
  }
}
@media (max-width: 834px) {
  .header_head {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .header_head {
    display: none;
  }
}
.header_tel {
  width: 33%;
  padding-block: 3px;
}
@media (max-width: 1200px) {
  .header_tel {
    display: none;
  }
}
.header_tel-s {
  font-size: 12px;
}
.header_tel-m {
  font-size: 30px;
  font-weight: bold;
}
.header_tel a {
  display: block;
  color: #fff;
}
.header_tel a .free {
  margin-right: 10px;
  vertical-align: baseline;
}
.header_satei {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 15%;
  max-width: 150px;
}
@media (max-width: 1200px) {
  .header_satei {
    display: none;
  }
}

.info {
  width: 100%;
  background-color: #000;
  padding: 5px;
}
@media (max-width: 1200px) {
  .info {
    padding: 15px 5px 15px;
  }
}
.info_box {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 600px) {
  .info_box {
    font-size: 11px;
    text-align: left;
    padding: 0 5px;
  }
}

.top {
  background-image: url(../images/top_bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  margin-top: 60px;
  padding-bottom: 290px;
}
@media (max-width: 600px) {
  .top {
    padding-top: 80px;
    margin-top: 70px;
  }
}
.top_head {
  text-align: center;
  margin-bottom: 30px;
  max-width: 734px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top_head {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.top_sub {
  text-align: center;
}
.top_merit {
  margin: 80px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top_merit {
    margin: 50px auto 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.top_merit-box {
  width: 30%;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  border: 5px solid #fff;
  padding: 3px 3px 4px;
  text-align: center;
  filter: drop-shadow(0px 1px 1px black);
}
@media (max-width: 834px) {
  .top_merit-box {
    width: 100%;
    font-size: 20px;
  }
}
.top_merit-box .orange {
  color: #f74507;
}
.top_merit-box .blue {
  color: #18cacc;
}
.top_btn {
  width: 60%;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 3px solid #fff;
  filter: drop-shadow(0px 1px 1px black);
}
@media (max-width: 834px) {
  .top_btn {
    width: 85%;
  }
}
.top_btn a {
  display: block;
  padding: 7px 0px 10px;
  color: #fff;
  font-size: 34px;
}
@media (max-width: 1100px) {
  .top_btn a {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .top_btn a {
    font-size: 20px;
  }
}
.top_btn a img {
  margin: 0 5px;
  vertical-align: text-bottom;
}
@media (max-width: 600px) {
  .top_btn a img {
    width: 55px;
  }
}
.top_bottom {
  width: 100%;
  background: linear-gradient(0deg, rgb(154, 110, 60), rgb(215, 191, 115));
  position: relative;
}
.top_bottom-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  position: relative;
  align-items: center;
}
@media (max-width: 834px) {
  .top_bottom-box {
    flex-direction: column;
  }
}
.top_bottom-logo {
  position: absolute;
  left: 0;
  margin-right: 30px;
  width: 30%;
}
@media (max-width: 1450px) {
  .top_bottom-logo {
    width: 233px;
  }
}
@media (max-width: 1100px) {
  .top_bottom-logo {
    text-align: center;
    margin: 20px auto 20px;
    left: 10px;
  }
}
@media (max-width: 834px) {
  .top_bottom-logo {
    position: relative;
    margin: 20px auto 0;
    width: 233px;
  }
}
@media (max-width: 600px) {
  .top_bottom-logo {
    width: 233px;
  }
}
.top_bottom-list {
  width: 67%;
  padding: 15px 0 20px;
}
@media (max-width: 1450px) {
  .top_bottom-list {
    width: 73%;
  }
}
@media (max-width: 834px) {
  .top_bottom-list {
    width: 83%;
  }
}
@media (max-width: 600px) {
  .top_bottom-list {
    width: 98%;
  }
}
.top_bottom-list li {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.top_bottom-list li img {
  margin-right: 10px;
  width: 40px;
}
@media (max-width: 834px) {
  .top_bottom-list li img {
    width: 32px;
  }
}
@media (max-width: 600px) {
  .top_bottom-list li img {
    width: 25px;
  }
}
@media (max-width: 500px) {
  .top_bottom-list li img {
    width: 20px;
  }
}
@media (max-width: 400px) {
  .top_bottom-list li img {
    width: 15px;
  }
}
@media (max-width: 1250px) {
  .top_bottom-list li {
    font-size: 3.04vw;
  }
}
@media (max-width: 834px) {
  .top_bottom-list li {
    font-size: 3.1175059952vw;
  }
}
@media (max-width: 600px) {
  .top_bottom-list li {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .top_bottom-list li {
    font-size: 3.8vw;
  }
}
@media (max-width: 400px) {
  .top_bottom-list li {
    font-size: 3.75vw;
  }
}
.top_bottom-atsushi {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1700px) {
  .top_bottom-atsushi {
    width: 18%;
  }
}
@media (max-width: 834px) {
  .top_bottom-atsushi {
    width: 25%;
  }
}
.top_slide {
  height: 240px;
  background: linear-gradient(0deg, rgb(132, 3, 3), rgb(194, 5, 5));
}
@media (max-width: 834px) {
  .top_slide {
    height: 190px;
  }
}
.top_slide-item {
  background: #fff;
  border: 6px solid #b19c6c;
}
.top_slide-itemHd {
  padding-top: 12px;
  padding-inline: 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin-bottom: 6px;
}
.top_slide-itemHd .car_name {
  font-size: 15px;
}
.top_slide-itemBt {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-inline: 8px;
  padding-top: 13px;
  padding-bottom: 12px;
}
.top_slide-itemBt .tag {
  font-size: 14px;
  padding: 6px 20px;
  color: #fff;
}
@media (max-width: 834px) {
  .top_slide-itemBt .tag {
    font-size: 12px;
    padding: 4px 10px;
    letter-spacing: 0.01em;
  }
}
.top_slide-itemBt-l {
  text-align: center;
  width: 48%;
}
.top_slide-itemBt-l .tag {
  background-color: #023e63;
}
.top_slide-itemBt-l span {
  color: #023e63;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .top_slide-itemBt-l span {
    font-size: 22px;
    letter-spacing: -0.01em;
  }
}
.top_slide-itemBt-l::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 16px;
  transform: translateX(80%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid #f6900b;
  border-right: 0;
}
@media (max-width: 834px) {
  .top_slide-itemBt-l::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #f6900b;
    bottom: 16px;
  }
}
.top_slide-itemBt-r {
  text-align: center;
  width: 48%;
}
.top_slide-itemBt-r .tag {
  background-color: #d7162b;
}
.top_slide-itemBt-r span {
  color: #d7162b;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .top_slide-itemBt-r span {
    font-size: 22px;
    letter-spacing: -0.01em;
  }
}
.top_slide-item figure img {
  width: 100%;
  aspect-ratio: 324/191;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_slide-bnr {
  position: absolute;
  right: 0;
  bottom: 85px;
  background-color: #e0c36f;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_slide-bnr p {
  white-space: nowrap;
  text-align: center;
}
.top_slide-bnr p:nth-child(1) {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #474347;
  -webkit-text-stroke: 3px #e0c36f;
  paint-order: stroke;
}
.top_slide-bnr p:nth-child(2) {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #da0000;
}
.top_slide-bnr p:nth-child(2) > .red {
  font-size: 30px;
  line-height: 1;
}

.swiper-achieve > .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-achieve {
  position: relative;
  top: -230px;
}
.swiper-achieve::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .swiper-achieve {
    top: -190px;
  }
}

.swiper-achieve .swiper-slide {
  width: 334px;
}
@media (max-width: 1400px) {
  .swiper-achieve .swiper-slide {
    width: 334px;
  }
}
@media (max-width: 1100px) {
  .swiper-achieve .swiper-slide {
    width: 35%;
  }
}
@media (max-width: 834px) {
  .swiper-achieve .swiper-slide {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .swiper-achieve .swiper-slide {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .swiper-achieve .swiper-slide {
    width: 95%;
  }
}

.achieve {
  width: 100%;
  background-image: url(../images/black_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.achieve_head {
  padding-top: 50px;
  text-align: center;
  max-width: 732px;
  margin-inline: auto;
}
@media (max-width: 1100px) {
  .achieve_head {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 834px) {
  .achieve_head {
    width: 75%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 600px) {
  .achieve_head {
    width: 90%;
  }
}
.achieve_list-text {
  padding: 15px 15px 30px;
  position: relative;
}
.achieve_list-item {
  width: 100%;
  background-color: #fff;
}
.achieve_list-name {
  font-size: 15px;
  padding: 15px 10px;
  font-weight: bold;
  color: #071b43;
  letter-spacing: -0.01em;
}
.achieve_list-img {
  width: 100%;
}
.achieve_list-img img {
  max-width: none;
  width: 100%;
}
.achieve_list-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.achieve_list-price::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #f6900b;
}
.achieve_list-price-box {
  width: 46%;
  letter-spacing: 0.01em;
}
.achieve_list-price-head {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #0f388c;
}
.achieve_list-price-left {
  font-size: 18px;
  color: #005e99;
  text-align: center;
  padding-top: 5px;
}
.achieve_list-price-left span {
  font-size: 35px;
  font-weight: 900;
}
.achieve_list-price-right {
  font-size: 18px;
  color: #da0000;
  text-align: center;
}
.achieve_list-price-right span {
  font-size: 40px;
  font-weight: 900;
}
.achieve_list-data {
  font-size: 16px;
  color: #474347;
  letter-spacing: 0.01em;
}
.achieve_list-data dt,
.achieve_list-data dd {
  display: inline-block;
}
.achieve_list-down {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  z-index: 50;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}
.achieve_list-down::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #e0c36f;
  border-radius: 50%;
  z-index: -10;
}
.achieve_list-down .red {
  color: #da0000;
}
.achieve_list-down .big {
  font-size: 40px;
  font-weight: 900;
}
.achieve_info {
  padding: 40px 40px;
  text-align: center;
  position: relative;
}
@media (max-width: 1100px) {
  .achieve_info {
    width: 90%;
    margin: 80px auto 70px;
  }
}
@media (max-width: 600px) {
  .achieve_info {
    width: 100%;
    padding: 0px 25px 35px;
  }
}
@media (max-width: 400px) {
  .achieve_info {
    padding: 0px 15px 35px;
    margin-bottom: 0;
  }
}
.achieve_info-m {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .achieve_info-m {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .achieve_info-m {
    font-size: 20px;
  }
}
.achieve_info-l {
  font-size: 27px;
  color: #cab47c;
  font-weight: 900;
  margin-bottom: 20px;
}
.achieve_info-l img {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .achieve_info-l img {
    margin-left: 0;
  }
}
.achieve_info-s {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .achieve_info-s {
    font-size: 18px;
  }
}
.achieve_info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .achieve_info-box {
    flex-direction: column;
  }
}
.achieve_info-box-left {
  width: 48%;
  text-align: center;
  background: rgb(16, 24, 85);
  background: linear-gradient(328deg, rgb(16, 24, 85) 0%, rgb(24, 77, 181) 100%);
}
@media (max-width: 834px) {
  .achieve_info-box-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.achieve_info-box-left a {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  padding: 35px 0;
}
@media (max-width: 1100px) {
  .achieve_info-box-left a {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .achieve_info-box-left a {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .achieve_info-box-left a {
    font-size: 25px;
  }
}
.achieve_info-box-right {
  width: 48%;
  text-align: center;
  background: rgb(138, 111, 0);
  background: linear-gradient(328deg, rgb(138, 111, 0) 0%, rgb(216, 157, 6) 100%);
}
@media (max-width: 834px) {
  .achieve_info-box-right {
    width: 100%;
  }
}
.achieve_info-box-right a {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  padding: 35px 0;
}
@media (max-width: 1100px) {
  .achieve_info-box-right a {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .achieve_info-box-right a {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .achieve_info-box-right a {
    font-size: 25px;
  }
}
.achieve_form {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 834px) {
  .achieve_form {
    margin-bottom: 150px;
  }
}
.achieve_form h3 {
  text-align: center;
  padding-block: 20px;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  background: #600202;
  text-shadow: 0 0 10px #3e3e3e;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .achieve_form h3 {
    font-size: 20px;
  }
}
.achieve_form-in {
  max-width: 970px;
  margin: 0 auto;
  background: linear-gradient(0deg, rgb(154, 110, 60) 0%, rgb(215, 191, 115) 100%);
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 10px;
}
.achieve_form-in h4 {
  position: relative;
  font-size: 24px;
  padding-left: 200px;
  color: #fff;
  background: #9f8f5c;
  text-shadow: 0 0 1px #3e3e3e;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
@media (max-width: 834px) {
  .achieve_form-in h4 {
    font-size: 20px;
  }
}
.achieve_form-in h4 > span {
  position: relative;
  margin-left: 90px;
}
.achieve_form-in h4 > span > img {
  position: absolute;
  width: 93px;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.achieve_form-in h4 > span > span {
  font-size: 40px;
  color: #fff000;
}
@media (max-width: 834px) {
  .achieve_form-in h4 > span > span {
    font-size: 28px;
  }
}
.achieve_form-in p {
  margin: 25px auto 25px;
  max-width: 651px;
}
@media (max-width: 834px) {
  .achieve_form-in p {
    max-width: 135px;
  }
}
.achieve_form-bg {
  position: absolute;
  width: 190px;
  bottom: -100px;
  left: calc(50% + 35vw);
}
@media (max-width: 834px) {
  .achieve_form-bg {
    width: 100px;
    bottom: -150px;
  }
}
@media (max-width: 600px) {
  .achieve_form-bg {
    left: calc(50% + 20vw);
  }
}
.achieve .achieve_container {
  max-width: 700px;
  margin: 0 auto;
  font-family: sans-serif;
}
@media (max-width: 834px) {
  .achieve .achieve_container {
    padding-inline: 10px;
  }
}
.achieve .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.achieve .form-group select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
.achieve .form-group select::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}
.achieve .form-group select,
.achieve .form-group input,
.achieve .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  filter: box-shadow(0 0 0 10px #000 inset);
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #f2ede6;
  color: #7c6d59;
}
.achieve .form-group input::-moz-placeholder, .achieve .form-group textarea::-moz-placeholder {
  color: #7c6d59;
}
.achieve .form-group input::placeholder,
.achieve .form-group textarea::placeholder {
  color: #7c6d59;
}
.achieve .form-group textarea {
  height: 80px;
  resize: none;
}
.achieve .form-group.full {
  grid-column: 1/-1;
}
.achieve .submit-btn {
  text-align: center;
  max-width: 425px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  top: 25px;
}
.achieve .submit-btn button {
  border: none;
  cursor: pointer;
}

.champaign {
  padding-top: 50px !important;
  padding-bottom: 180px;
  overflow: hidden;
  background-color: #f7f7f7;
  padding-top: 50px;
}
.champaign_head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  .champaign_head {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 600px) {
  .champaign_head {
    flex-direction: column;
  }
}
.champaign_head::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 102vw;
  height: 80px;
  background-color: #e0d4bf;
  margin-right: 10px;
}
@media (max-width: 834px) {
  .champaign_head::before {
    height: 105%;
  }
}
.champaign_head figure {
  position: relative;
  z-index: 2;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .champaign_head figure {
    text-align: center;
    width: 25%;
    margin: 0 auto 10px;
  }
}
.champaign_head-l {
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #464646;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
.champaign_head-l > span {
  color: #d7162b;
}
@media (max-width: 1100px) {
  .champaign_head-l {
    font-size: 36px;
  }
}
@media (max-width: 834px) {
  .champaign_head-l {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .champaign_head-l {
    font-size: 24px;
    text-align: center;
  }
}
.champaign_head-l .brown {
  color: #ba9758;
}
.champaign_head-l .s {
  font-size: 18px;
}
@media (max-width: 834px) {
  .champaign_head-l .s {
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .champaign_head-l .s {
    font-size: 16px;
  }
}
.champaign_cl {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: 20px;
  gap: 4%;
}
@media (max-width: 834px) {
  .champaign_cl {
    flex-flow: column;
    gap: 40px;
  }
}
.champaign_item {
  width: 48%;
}
@media (max-width: 834px) {
  .champaign_item {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
  }
}
.champaign_item h3 {
  max-width: 465px;
}
.champaign_item-m {
  font-size: 24px;
  font-weight: 500;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
  margin-block: 5px 20px;
}
@media (max-width: 834px) {
  .champaign_item-m {
    font-size: 20px;
  }
}
.champaign_item figure {
  max-width: 444px;
  margin-inline: auto;
}
.champaign_item-s {
  font-size: 16px;
  color: #464646;
  line-height: 1.7;
  margin-block: 30px;
}
.champaign_item ul {
  line-height: 2;
}
.champaign_item .w-466 {
  max-width: 466px;
}
.champaign_merit {
  padding: 3px 20px;
  background: #d7162b;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 10px;
}

.swiper-campaign .swiper-slide {
  text-align: center;
}

.merit {
  padding-top: 50px;
  padding-bottom: 100px;
}
.merit_headBox {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 50px;
}
@media (max-width: 834px) {
  .merit_headBox {
    flex-flow: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .merit_headBox {
    gap: 20px;
  }
}
.merit_headBox::before {
  position: absolute;
  content: "";
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 202vw;
  height: 1px;
  background-color: #c9a654;
}
.merit_headBox figure {
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 82px;
}
.merit_headBox p {
  position: relative;
  z-index: 2;
  font-size: 60px;
  color: #494949;
  font-weight: 900;
  text-align: center;
  margin-right: 90px;
}
@media (max-width: 834px) {
  .merit_headBox p {
    font-size: 36px;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .merit_headBox p {
    font-size: 6vw;
  }
}
.merit_head {
  position: relative;
  z-index: 2;
  font-size: 36px;
  color: #494949;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 834px) {
  .merit_head {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .merit_head {
    font-size: 4.6666666667vw;
  }
}
.merit_head .red {
  color: #c21414;
  font-size: 50px;
}
@media (max-width: 834px) {
  .merit_head .red {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .merit_head .red {
    font-size: 6.6666666667vw;
  }
}
.merit_head .blue {
  color: #393cb9;
  font-size: 44px;
}
@media (max-width: 834px) {
  .merit_head .blue {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .merit_head .blue {
    font-size: 5.6666666667vw;
  }
}
.merit_head .green {
  color: #00612a;
  font-size: 36px;
}
@media (max-width: 834px) {
  .merit_head .green {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .merit_head .green {
    font-size: 4.3333333333vw;
  }
}
.merit_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .merit_box {
    justify-content: space-around;
  }
}
.merit_box figure {
  width: 32%;
}
@media (max-width: 600px) {
  .merit_box figure {
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit_desc {
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.merit_desc.bb-none {
  border-bottom: none;
}
@media (max-width: 834px) {
  .merit_desc {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .merit_desc {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .merit_desc {
    width: 95%;
  }
}
.merit_desc.reverse {
  flex-direction: row-reverse;
}
.merit_desc figure {
  position: relative;
  z-index: 2;
  max-width: 226px;
  width: 100%;
}
@media (max-width: 600px) {
  .merit_desc figure {
    width: 70%;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.merit_desc-text {
  width: 67%;
}
@media (max-width: 600px) {
  .merit_desc-text {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.merit_desc-text-head {
  font-size: 30px;
  color: #4d4f4e;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .merit_desc-text-head {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .merit_desc-text-head {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .merit_desc-text-head {
    font-size: 20px;
  }
}
.merit_desc-text-head span {
  font-size: 50px;
  color: #d45a5a;
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media (max-width: 834px) {
  .merit_desc-text-head span {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .merit_desc-text-head span {
    font-size: 34px;
    margin-right: 7px;
  }
}
@media (max-width: 400px) {
  .merit_desc-text-head span {
    font-size: 30px;
  }
}
.merit_desc-text-m {
  position: relative;
  font-size: 16px;
  line-height: 2;
  padding-block: 20px;
}
.merit_desc-text-m::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 202vw;
  height: 1px;
  background-color: #c9a654;
}
.merit_desc-text-m::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 202vw;
  height: 1px;
  background-color: #c9a654;
}
@media (max-width: 834px) {
  .merit_desc-text-m {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .merit_desc-text-m {
    font-size: 14px;
  }
}
.merit_desc-text-m .red {
  color: #ac3c3c;
  border-bottom: 1px solid #ac3c3c;
}
.merit_desc-text-m .red a {
  color: #ac3c3c;
}
.merit_info {
  padding: 40px 40px;
  margin-bottom: 100px;
  background-color: #292929;
  text-align: center;
  position: relative;
}
@media (max-width: 1100px) {
  .merit_info {
    width: 90%;
    margin: 0 auto 70px;
  }
}
@media (max-width: 600px) {
  .merit_info {
    width: 100%;
    padding: 60px 25px 35px;
  }
}
@media (max-width: 400px) {
  .merit_info {
    padding: 60px 15px 35px;
  }
}
.merit_info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 150px 0 0;
  border-color: #ac1a19 transparent transparent transparent;
  z-index: 10;
}
.merit_info::after {
  position: absolute;
  content: "完全無料";
  top: 25px;
  left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transform: rotate(-33deg);
  z-index: 20;
}
.merit_info-m {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .merit_info-m {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .merit_info-m {
    font-size: 20px;
  }
}
.merit_info-l {
  font-size: 27px;
  color: #cab47c;
  font-weight: 900;
  margin-bottom: 20px;
}
.merit_info-l img {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .merit_info-l img {
    margin-left: 0;
  }
}
.merit_info-s {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.merit_info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .merit_info-box {
    flex-direction: column;
  }
}
.merit_info-box-left {
  width: 48%;
  text-align: center;
  background: rgb(16, 24, 85);
  background: linear-gradient(328deg, rgb(16, 24, 85) 0%, rgb(24, 77, 181) 100%);
}
@media (max-width: 834px) {
  .merit_info-box-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.merit_info-box-left a {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  padding: 35px 0;
}
@media (max-width: 1100px) {
  .merit_info-box-left a {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .merit_info-box-left a {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .merit_info-box-left a {
    font-size: 25px;
  }
}
.merit_info-box-right {
  width: 48%;
  text-align: center;
  background: rgb(138, 111, 0);
  background: linear-gradient(328deg, rgb(138, 111, 0) 0%, rgb(216, 157, 6) 100%);
}
@media (max-width: 834px) {
  .merit_info-box-right {
    width: 100%;
  }
}
.merit_info-box-right a {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  padding: 35px 0;
}
@media (max-width: 1100px) {
  .merit_info-box-right a {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .merit_info-box-right a {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .merit_info-box-right a {
    font-size: 25px;
  }
}

.flow {
  position: relative;
  width: 100%;
  background-image: url(../images/flow_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 100px;
}
.flow_head {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 46px;
}
@media (max-width: 834px) {
  .flow_head {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .flow_head {
    font-size: 24px;
  }
}
.flow_head img {
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 834px) {
  .flow_head img {
    display: block;
    margin: 0 auto 20px;
  }
}
.flow_btnBox {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .flow_btnBox {
    flex-flow: column;
    gap: 20px;
  }
}
.flow_btn {
  border-radius: 5px;
  max-width: 310px;
  margin-inline: auto;
  width: 100%;
}
.flow_btn button {
  display: block;
  max-width: 310px;
  width: 100%;
  border: 2px solid #cba561;
  text-align: center;
  color: #fff;
  padding-block: 6px;
  border-radius: 5px;
  font-size: 20px;
}
.flow_btn button > span {
  position: relative;
  left: -10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.flow_btn button .is-selected {
  opacity: 1;
}
.flow_btn:first-child {
  background: #bb0006;
}
.flow_btn:last-child {
  background: #0e346d;
}
.flow_list {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 834px) {
  .flow_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .flow_list {
    grid-template-columns: repeat(1, 1fr);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1100px) {
  .flow_list {
    justify-content: center;
  }
}
.flow_list-item {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  padding: 60px 30px 10px;
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .flow_list-item {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .flow_list-item {
    width: 331px;
  }
}
.flow_list-item.step01 {
  background-image: url(../images/step01.png);
}
.flow_list-item.step02 {
  background-image: url(../images/step02.png);
}
.flow_list-item.step03 {
  background-image: url(../images/step03.png);
}
.flow_list-item.step04 {
  background-image: url(../images/step04.png);
}
.flow_list-item.step05 {
  background-image: url(../images/step05.png);
}
.flow_list-item.step06 {
  background-image: url(../images/step06.png);
}
.flow_list-item-l {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  letter-spacing: -0.02em;
}
@media (max-width: 834px) {
  .flow_list-item-l {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .flow_list-item-l {
    font-size: 24px;
  }
}
.flow_list-item-m {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .flow_list-item-m {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .flow_list-item-m {
    font-size: 16px;
  }
}
.flow_list.is-hidden {
  opacity: 0;
}
.flow_outer {
  position: relative;
  min-height: 640px;
}
@media (max-width: 834px) {
  .flow_outer {
    min-height: 790px;
  }
}
@media (max-width: 600px) {
  .flow_outer {
    min-height: 1600px;
  }
}
.flow_img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
}

.voice {
  background-color: #0b2752;
  padding-top: 70px;
  width: 100%;
  padding-bottom: 80px;
  border-top: 4px solid #cba561;
  border-bottom: 4px solid #cba561;
}
.voice_head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  .voice_head {
    width: 740px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 834px) {
  .voice_head {
    width: 470px;
  }
}
@media (max-width: 600px) {
  .voice_head {
    width: 90%;
    flex-direction: column;
  }
}
.voice_head-l {
  font-size: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .voice_head-l {
    font-size: 36px;
  }
}
@media (max-width: 834px) {
  .voice_head-l {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .voice_head-l {
    font-size: 28px;
    text-align: center;
  }
}
.voice_head-l .s {
  font-size: 18px;
}
@media (max-width: 834px) {
  .voice_head-l .s {
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .voice_head-l .s {
    font-size: 16px;
  }
}
.voice_box {
  position: relative;
  width: 100%;
  padding: 17px 25px 30px;
}
@media (max-width: 600px) {
  .voice_box {
    padding: 20px 10px 20px;
  }
}
.voice_box-name {
  position: relative;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-left: 50px;
}
@media (max-width: 1500px) {
  .voice_box-name {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 834px) {
  .voice_box-name {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .voice_box-name {
    font-size: 18px;
  }
}
.voice_box-name > span {
  position: absolute;
  width: 69px;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
}
.voice_box-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .voice_box-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.voice_box figure {
  width: 40%;
}
@media (max-width: 600px) {
  .voice_box figure {
    width: 100%;
  }
}
.voice_box figure img {
  aspect-ratio: 250/164;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
}
.voice_box-txt {
  width: 55%;
}
@media (max-width: 600px) {
  .voice_box-txt {
    width: 100%;
  }
}
.voice_box-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.voice_box-desc {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .voice_box-desc {
    font-size: 14px;
  }
}
.voice_money {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -20px;
  right: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #d7162b;
  rotate: 10deg;
}
@media (max-width: 600px) {
  .voice_money {
    top: -45px;
  }
}
.voice_money > p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
}
.voice_money > p > span {
  font-size: 24px;
  line-height: 1;
}
.voice .swiper-voice .swiper-wrapper .swiper-slide {
  width: 650px;
  border-radius: 15px;
  border: 1px solid #e0c36f;
}
.voice .swiper-voice .swiper-wrapper .swiper-slide:nth-child(2n+1) {
  background: linear-gradient(0deg, rgb(154, 110, 60), rgb(215, 191, 115));
}
.voice .swiper-voice .swiper-wrapper .swiper-slide:nth-child(2n) {
  background: linear-gradient(0deg, rgb(111, 106, 100), rgb(143, 140, 134));
}

.form {
  padding-top: 70px;
  width: 100%;
  padding-bottom: 80px;
}
.form_head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 1100px) {
  .form_head {
    width: 740px;
    margin: 85px auto 50px;
  }
}
@media (max-width: 834px) {
  .form_head {
    width: 470px;
  }
}
@media (max-width: 600px) {
  .form_head {
    width: 90%;
    flex-direction: column;
  }
}
.form_head figure {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .form_head figure {
    text-align: center;
    width: 25%;
    margin: 0 auto 10px;
  }
}
.form_head-l {
  font-size: 40px;
  color: #464646;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .form_head-l {
    font-size: 36px;
  }
}
@media (max-width: 834px) {
  .form_head-l {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .form_head-l {
    font-size: 28px;
    text-align: center;
  }
}
.form_head-l .s {
  font-size: 18px;
}
@media (max-width: 834px) {
  .form_head-l .s {
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .form_head-l .s {
    font-size: 16px;
  }
}
.form_head-l .is-sup {
  font-size: 12px;
  color: #d7162b;
}
.form_box {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .form_box {
    width: 80%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 600px) {
  .form_box {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .form_box {
    width: 95%;
  }
}
.form_box-left {
  width: 48%;
}
@media (max-width: 1100px) {
  .form_box-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.form_box-right {
  width: 48%;
}
@media (max-width: 1100px) {
  .form_box-right {
    width: 100%;
  }
}
.form_box-head {
  font-size: 28px;
  font-weight: 900;
  color: #071b43;
  border-bottom: 1px solid #071b43;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.form_box-item p {
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form_box-item p br {
  display: none;
}
.form_box label,
.form_box input,
.form_box select {
  display: inline-block;
  font-size: 18px;
}
.form_box label {
  width: 40%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .form_box label {
    width: auto;
    display: inline-block;
    padding-right: 80px;
    margin-bottom: 15px;
  }
}
.form_box label.ess {
  position: relative;
}
.form_box label.ess::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 50px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #fe1212;
  z-index: 10;
}
@media (max-width: 600px) {
  .form_box label.ess::before {
    height: 20px;
  }
}
.form_box label.ess::after {
  position: absolute;
  content: "必須";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  z-index: 50;
}
@media (max-width: 600px) {
  .form_box label.ess::after {
    font-size: 12px;
  }
}
.form_box span {
  display: inline-block;
  width: 55%;
}
@media (max-width: 600px) {
  .form_box span {
    width: 100%;
    display: block;
  }
}
.form_box span input,
.form_box span select {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  padding: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #fff;
  border: 1px solid #666869;
  color: #41484d;
  border-radius: 2px;
}
@media (max-width: 834px) {
  .form_box span input,
  .form_box span select {
    height: 42px;
    text-align: left;
  }
}
.form_box .wpcf7-not-valid-tip {
  width: 100%;
}
.form_other {
  width: 100%;
  margin: 0 auto;
}
.form_other p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .form_other {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .form_other {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .form_other {
    width: 95%;
  }
}
.form_other label {
  width: 18%;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .form_other label {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }
}
.form_other span {
  display: inline-block;
  width: 80%;
}
@media (max-width: 1100px) {
  .form_other span {
    width: 100%;
  }
}
.form_other span textarea {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #fff;
  border: 1px solid #666869;
  color: #41484d;
}
.form_agree {
  margin: 100px auto 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .form_agree {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .form_agree {
    font-size: 14px;
  }
}
.form_agree a {
  color: #0f4cf5;
  text-decoration: underline;
}
.form_submit p {
  margin: 50px auto;
  text-align: center;
  width: 100%;
}
@media (max-width: 834px) {
  .form_submit p input {
    width: 80%;
    margin: 0 auto;
  }
}

#infoctm {
  padding-top: 0;
}

.infoctm {
  background: linear-gradient(0deg, rgb(154, 110, 60), rgb(215, 191, 115));
}
.infoctm_in {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px 0;
}
.infoctm_in h2 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 834px) {
  .infoctm_in h2 {
    font-size: 20px;
  }
}
.infoctm_col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding-inline: 20px;
}
@media (max-width: 600px) {
  .infoctm_col {
    flex-direction: column;
    gap: 20px;
  }
}
.infoctm_l {
  color: #fff;
  text-align: center;
  margin-right: 30px;
}
.infoctm_l-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .infoctm_l-ttl {
    font-size: 20px;
  }
}
.infoctm_l-time {
  font-size: 24px;
}
@media (max-width: 834px) {
  .infoctm_l-time {
    font-size: 16px;
  }
}
.infoctm_r {
  max-width: 445px;
}
.infoctm_btnBox {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  justify-content: center;
}
.infoctm_btnBox > figure {
  max-width: 388px;
}
@media (max-width: 600px) {
  .infoctm_btnBox > figure {
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .infoctm_btnBox {
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
  }
}

.sp_fixed {
  display: none;
}
@media (max-width: 600px) {
  .sp_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 10000;
  }
  .sp_fixed-left {
    width: 50%;
    text-align: center;
    background-color: #000a61;
  }
  .sp_fixed-left a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
  .sp_fixed-right {
    width: 50%;
    text-align: center;
    background-color: #610000;
  }
  .sp_fixed-right a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
}

.complete {
  padding-top: 200px;
  padding-bottom: 120px;
}
.complete .wrapper {
  width: 90%;
  margin: 0 auto;
}
.complete_head {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 80px;
  color: #071b43;
}
@media (max-width: 834px) {
  .complete_head {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .complete_head {
    font-size: 18px;
  }
}
.complete_txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .complete_txt {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .complete_txt {
    font-size: 14px;
  }
}
.complete_tel {
  text-align: center;
  font-weight: 900;
  padding: 30px 0;
}
.complete_tel a {
  font-size: 30px;
}
.complete_btn {
  margin: 50px auto;
  display: block;
  width: 300px;
  text-align: center;
}
.complete_btn a {
  display: block;
  color: #fff;
  background-color: #0f388c;
  padding: 10px 0;
}

.footer {
  width: 100%;
  background: #1e1e1e;
  padding-top: 80px;
}
.footer_box {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 834px) {
  .footer_box {
    flex-direction: column;
  }
}
.footer_l p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.footer_r ul {
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 834px) {
  .footer_r ul {
    font-size: 14px;
  }
}
.footer_r ul a {
  color: #fff;
}
.footer_r ul .title {
  width: 100%;
}
.footer_btm {
  padding-top: 15px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_logo {
  width: 175px;
}
.footer_info {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 14px;
}
.footer_address {
  line-height: 2;
}
.footer_privacy {
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .footer_privacy {
    flex-direction: column;
    gap: 10px;
  }
}
.footer_privacy a {
  color: #fff;
  padding-left: 15px;
  border-left: 1px solid #fff;
  font-size: 14px;
}
.footer .copy {
  margin-top: 30px;
  display: block;
  padding-block: 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #0e0e0e;
}
@media (max-width: 834px) {
  .footer .copy {
    text-align: center;
    padding-bottom: 20px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-submit {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  padding: 10px 0;
  line-height: 1.2;
  width: 40%;
  background: #0f388c;
  background: linear-gradient(79deg, #0f388c 0%, #071b43 100%);
  box-shadow: 2px 2px 10px #aaa;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .wpcf7-submit {
    font-size: 24px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  text-align: center;
}

.wpcf7-form {
  /* チェックボックス部分 */
  /* 送信ボタン（画像を使う場合） */
}
.wpcf7-form .form-wrapper, .wpcf7-form .form-btm {
  max-width: 950px;
  margin: 0 auto;
}
.wpcf7-form .form-columns {
  display: flex;
  max-width: 950px;
  margin-inline: auto;
  gap: 40px;
  flex-wrap: wrap;
}
.wpcf7-form .form-btm p .w-20 {
  width: 19.1578947%;
}
@media (max-width: 600px) {
  .wpcf7-form .form-btm p .w-20 {
    width: 100%;
  }
}
.wpcf7-form .form-btm p .wpcf7-form-control-wrap {
  width: 80.8421053%;
}
@media (max-width: 600px) {
  .wpcf7-form .form-btm p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form .form-section {
  flex: 1;
  min-width: 300px;
}
.wpcf7-form .form-section h3 {
  font-size: 24px;
  border-bottom: 1px solid #d7b377;
  padding-bottom: 4px;
  margin-bottom: 34px;
  color: #b68e42;
  font-weight: bold;
}
.wpcf7-form label {
  display: block;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.wpcf7-form label .w-40 {
  width: 40%;
}
@media (max-width: 600px) {
  .wpcf7-form label .w-40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .wpcf7-form label {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 60%;
}
@media (max-width: 600px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form label span.required {
  color: red;
  margin-left: 4px;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f7f7f7;
  border: 1px solid #e0c59a;
  padding: 15px;
  border-radius: 4px;
  box-sizing: border-box;
}
.wpcf7-form select,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #e0c59a;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
}
.wpcf7-form textarea {
  height: 80px;
  resize: none;
}
.wpcf7-form .form-bottom {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .wpcf7-form .form-bottom .wpcf7-list-item > label {
    flex-direction: row;
    align-items: center;
  }
}
.wpcf7-form .consent {
  display: inline-block;
  margin-bottom: 20px;
}
.wpcf7-form .submit-button {
  width: 425px;
  height: 50px;
  background-image: url("../images/btn_form02.webp"); /* 実際の画像パスに変更 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  .wpcf7-form .submit-button {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */