@charset "UTF-8";

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

img {
  display: block;
  height: auto;
}

body {
  font-family: "Helvetica Neue", Arial, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  color: #000;
  font-size: 100%;
  letter-spacing: 0.15px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

:root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

figure {
  line-height: 0;
}

h1,
h2 {
  line-height: 1.6;
  font-weight: bold;
}

div,
span,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p {
  line-height: 2;
  font-weight: 500;
}

svg,
img {
  max-width: 100%;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}

@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

.contents {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.inner_l {
  padding-inline: 120em;
}

.inner_s {
  padding-inline: 220em;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 750px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }

  .inner_l {
    padding-inline: 20em;
  }

  .inner_s {
    padding-inline: 20em;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/* ヘッダー */
header img {
  width: 158em;
  height: 53em;
}

header .inner_l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 15em;
}

header li {
  font-size: 12em;
  font-weight: bold;
  text-align: right;
}

header li a.tel {
  font-size: 1.7em;
  line-height: 1;
  pointer-events: none;
}

.tel:before {
  content: "☎︎";
  display: inline-block;
}

@media (max-width: 750px) {
  header img {
    width: 97em;
    height: 32em;
  }

  header .inner_l {
    padding-block: 7.5em;
  }

  header li a.tel {
    font-size: 1.6em;
    pointer-events: all;
  }
}

/* 追従フッター */
.banner {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.floatContacts {
  padding: 10em 10em;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.floatContacts .btn {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.floatContacts .btn.tel {
  background: #fff;
  color: #008ed8;
  padding: 8em 28em 8em 14em;
  pointer-events: none;
  flex: 1 1 auto;
}

.floatContacts .btn.tel img {
  margin-right: 10em;
}

.floatContacts .btn.tel::before {
  display: none;
}

.floatContacts .btn.tel div p:nth-of-type(1) {
  font-size: 18em;
  font-weight: 500;
}

.floatContacts .btn.tel div p {
  line-height: 1;
  text-align: center;
}

.floatContacts .btn.tel div p:nth-of-type(2) {
  font-weight: 400;
  font-size: 35em;
  font-family: "Roboto";
  padding-block: 0.1428571428571429em;
}

.floatContacts .btn.tel div p {
  line-height: 1;
  text-align: center;
}

.floatContacts .btn.tel div p:nth-of-type(3) {
  font-size: 16em;
  color: #000;
  font-weight: 500;
}

.floatContacts .btn.line {
  border-radius: 15px;
  background: #00b900;
  color: #fff;
  font-weight: bold;
  font-size: 32em;
  width: 7em;
  height: 2.03125em;
  margin-right: 0.46875em;
  flex: 1 1 auto;
}

.floatContacts .btn.line p {
  display: block;
}

.floatContacts .btn.mail p {
  display: block;
}

.floatContacts .btn.line img {
  width: 2em;
  height: 1.21875em;
  margin-left: 0.46875em;
}

.floatContacts .btn.mail img {
  width: 2em;
  height: 0.8125em;
}

.floatContacts .btn.mail {
  border-radius: 15px;
  background: #008ed8;
  color: #fff;
  font-weight: bold;
  font-size: 32em;
  width: 7em;
  height: 2.03125em;
  margin-right: 0.46875em;
  flex: 1 1 auto;
}

@media (max-width: 750px) {
  .banner {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
  }

  .floatContacts {
    padding: 10em 0em;
    gap: 15em;
  }

  .floatContacts .btn {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
  }

  .floatContacts .btn.tel {
    padding: 8em 0em;
    pointer-events: all;
    flex: 1 1 auto;
  }

  .floatContacts .btn.tel img {
    margin-right: 10em;
  }

  .floatContacts .btn.tel::before {
    display: none;
  }

  .floatContacts .btn.tel div p:nth-of-type(1) {
    font-size: 13em;
    font-weight: 500;
  }

  .floatContacts .btn.tel div p {
    line-height: 1;
    text-align: center;
  }

  .floatContacts .btn.tel div p:nth-of-type(2) {
    font-weight: 500;
    font-size: 22em;
    font-family: "Roboto";
    padding-block: 0.1428571428571429em;
  }

  .floatContacts .btn.tel div p {
    line-height: 1;
    text-align: center;
  }

  .floatContacts .btn.tel div p:nth-of-type(3) {
    font-size: 11em;
  }

  .floatContacts .btn.line {
    font-size: 1em;
    max-width: 50em;
    width: 50em;
    height: 50em;
    margin-right: 0;
  }

  .floatContacts .btn.line p {
    display: none;
  }

  .floatContacts .btn.line img {
    width: 50em;
    height: 27em;
    margin-left: 0em;
  }

  .floatContacts .btn.mail {
    font-size: 1em;
    max-width: 50em;
    width: 50em;
    height: 50em;
    margin-right: 0;
  }

  .floatContacts .btn.mail p {
    display: none;
  }

  .floatContacts .btn.mail img {
    width: 50em;
    height: 20em;
    margin-right: 0;
  }
}

/* sec01 */

/* sec02 */
/* section.sec02 {
  background-color: #2583c2;;
} */
.sec02 .inner_s {
  padding-top: 80em;
  padding-bottom: 60em;
}

.sec02 h2 {
  font-size: 32em;
  color: #2583c2;
  text-align: center;
  font-weight: bold;
}

.sec02 .slick01 {
  background-color: #2583c2;
  margin-top: 30em;
  padding-bottom: 20em;
}

.slick-slide {
  padding-block: 30em;
  padding-inline: 20em;
}

.slick-prev {
  left: -35px;
}

.slick-prev:before,
.slick-next:before {
  color: #2583c2;
}

.sec02 h3 {
  color: #fff;
  text-align: left;
  font-size: 22em;
  border-left: 6px solid #fff;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

.sec02 img {
  width: 460em;
  margin: 0 auto;
}

.sec02 .media_img {
  width: 460em;
  height: 260em;
  object-fit: contain;
  vertical-align: top;
}

.sec02 .slick-prev:before,
.sec02 .slick-next:before {
  font-size: 30px;
}

.sec02 p {
  font-size: 20em;
  text-align: center;
  font-weight: bold;
  color: #4b5058;
}

@media (max-width: 750px) {
  .sec02 .inner_s {
    padding-top: 60em;
    padding-bottom: 40em;
  }

  .sec02 h2 {
    font-size: 25em;
    line-height: 1.4;
  }

  .sec02 .slick01 {
    margin-top: 20em;
    padding-inline: 20em;
  }

  .slick-slide {
    padding-block: 10em;
    padding-inline: 10em;
  }

  .slick-prev {
    left: -35px;
  }

  .sec02 h3 {
    font-size: 16em;
    border-left: 3px solid #fff;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }

  .sec02 img {
    width: 460em;
    height: 180em;
    margin: 0 auto;
  }

  .sec02 .media_img {
    width: 460em;
    height: 180em;
    object-fit: contain;
    vertical-align: top;
  }

  .sec02 .slick-prev:before,
  .sec02 .slick-next:before {
    font-size: 30px;
    display: none;
  }

  .slick-dots {
    width: 280em;
  }

  .sec02 p {
    font-size: 14em;
  }
}

/* sec03 */
/* section.sec02 {
  background-color: #2583c2;;
} */
.sec03 .swiper-wrapper-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 60em;
  padding-top: 80em;
  overflow: visible;
}

.sec03 .manga-swiper {
  max-width: 400em;
  height: auto;
  overflow: hidden;
}

.sec03 .swiper-slide {
  width: 280em !important;
  height: auto !important;
  flex-shrink: 0;
}

.sec03 .swiper-slide img {
  width: 280em;
  height: auto;
  display: block;
}

.sec03 .swiper-button-prev,
.sec03 .swiper-button-next {
  color: #000 !important;
  width: 40em !important;
  height: 40em !important;
  position: absolute;
  margin-top: 0 !important;
  top: 60% !important;
  transform: translateY(-50%) !important;
  z-index: 0 !important;
}

.sec03 .swiper-button-prev {
  transform: translate(-100%, -50%);
}

.sec03 .swiper-button-next {
  transform: translate(100%, -50%);
}

.sec03 .swiper-button-next:after,
.sec03 .swiper-button-prev:after {
  font-size: 30em !important;
}

.sec03 .sec03_text {
  padding-top: 40em;
  padding-bottom: 60em;
}

.sec03 .sec03_text h2 {
  text-align: center;
  font-size: 32em;
  color: #2583c2;
}

.sec03 .sec03_text h2 span {
  color: #fff;
  background-color: #2583c2;
  padding-inline: 0.4em;
  padding-block: 0.1em;
  font-weight: bold;
}

.sec03 .sec03_text p {
  text-align: center;
  font-size: 20em;
  padding-top: 1em;
  line-height: normal;
  font-weight: bold;
  color: #4b5058;
}

@media (max-width: 750px) {
  .sec03 .swiper-wrapper-wrap {
    padding: 0 30em;
    padding-top: 40em;
  }

  .sec03 .manga-swiper {
    max-width: 280em;
  }

  .sec03 .swiper-slide {
    width: 180em !important;
  }

  .sec03 .swiper-slide img {
    width: 180em;
  }

  .sec03 .swiper-button-prev,
  .sec03 .swiper-button-next {
    width: 0em !important;
  }

  .sec03 .swiper-button-next {
    right: 10em !important;
  }

  .sec03 .swiper-button-prev {
    left: 10em !important;
  }

  .sec03 .sec03_text h2 {
    font-size: 25em;
  }

  .sec03 .sec03_text p {
    font-size: 16em;
  }

  .sec03 .sec03_text {
    padding-bottom: 40em;
  }
}

/* sec04 */
section.sec04 {
  background-color: #2583c2;
}

.sec04_ttl {
  padding-top: 80em;
  padding-bottom: 20em;
}

.sec04_ttl h2 {
  color: #fff;
  text-align: center;
  font-size: 32em;
}

.sec04_txt {
  width: 680em;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
  padding-inline: 80em;
  padding-block: 20em;
  border: solid 1px #000;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0em;
  row-gap: 10em;
  margin-top: 10em;
}

.sec04_txt p {
  color: #4b5058;
  font-size: 22em;
  font-weight: bold;
}

.sec04_txt p span {
  display: inline-block;
  width: 1.3125em;
  height: 1.125em;
  vertical-align: middle;
}

.sec04_list_ttl {
  padding-top: 50em;
}

.sec04_list_ttl h2 {
  font-size: 28em;
  color: #fff;
  position: relative;
}

.sec04_list_ttl h2::before {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2px;
  background-color: #fff;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
}

.sec04_list {
  padding-top: 30em;
  display: flex;
  justify-content: center;
  gap: 20em;
  flex-direction: row;
  flex-wrap: wrap;
}

.sec04_box {
  width: 330em;
  background-color: #fff;
}

.sec04_box img {
  width: 100%;
}

.sec04_box-txt {
  padding-block: 10em;
}

.sec04_box:nth-of-type(2) .sec04_box-txt,
.sec04_box:nth-of-type(3) .sec04_box-txt {
  margin-top: 20em;
}

.sec04_box-txt p {
  font-size: 24em;
  color: #4b5058;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.sec04_list-txt {
  padding-top: 50em;
  padding-bottom: 60em;
}

.sec04_list-txt p {
  font-size: 20em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

.sec04_list-txt p span {
  background-color: #fff;
  color: #2583c2;
  margin-inline: 0.1em;
  padding-inline: 0.3em;
  padding-block: 0.1em;
}

@media (max-width: 750px) {
  .sec04_ttl {
    padding-top: 60em;
  }

  .sec04_ttl h2 {
    font-size: 25em;
  }

  .sec04_txt {
    width: 100%;
    padding-inline: 20em;
    padding-block: 20em;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 15em;
    row-gap: 10em;
  }

  .sec04_txt p {
    font-size: 16em;
  }

  .sec04_txt p span {
    margin-right: 5px;
  }

  .sec04_list_ttl {
    padding-top: 40em;
  }

  .sec04_list_ttl h2 {
    font-size: 24em;
  }

  .sec04_list {
    gap: 10em;
  }

  .sec04_box {
    width: 162em;
  }

  .sec04_box:nth-of-type(2) .sec04_box-txt,
  .sec04_box:nth-of-type(3) .sec04_box-txt {
    margin-top: 10em;
  }

  .sec04_box-txt p {
    font-size: 16em;
  }

  .sec04_box img {
    width: 100%;
  }

  .sec04_list-txt {
    padding-top: 30em;
    padding-bottom: 40em;
  }

  .sec04_list-txt p {
    font-size: 16em;
  }
}

/* sec05 */
section.sec05 {
  background: #f0f0f0;
}

.sec05_ttl {
  padding-top: 80em;
  padding-bottom: 50em;
}

.sec05_ttl h2 {
  text-align: center;
  color: #2583c2;
  font-size: 32em;
}

.sec05_list {
  padding: 16px 0;
  padding-bottom: 60em !important;
}

/* 画像がはみ出さないように */
.sec05_box-img img {
  display: block;
  width: 850em;
  margin: 0 auto;
  height: auto;
}

/* スライドの見た目 */
.sec05_box {
  box-sizing: border-box;
  padding: 16px;

}

/* ナビボタンが重なる場合のZ調整（任意） */
.sec05-button-prev,
.sec05-button-next {
  z-index: 2;
}

.sec05_box-ttl {
  width: 850em;
  margin: 0 auto;
}

.sec05_box-ttl h2 {
  font-size: 24em;
  background-color: #2583c2;
  ;
  color: #fff;
  padding-block: 0.2em;
}

.sec05_box-txt {
  width: 850em;
  margin: 0 auto;
}

.sec05_box-txt p {
  font-size: 20em;
  text-align: center;
  font-weight: bold;
  border: solid 1px #2583c2;
  padding-block: 0.5em;
}

.sec05 .swiper-button-prev:after,
.sec05 .swiper-rtl .swiper-button-next:after {
  font-size: 50em !important;
}

.sec05 .swiper-button-next:after,
.sec05 .swiper-rtl .swiper-button-prev:after {
  font-size: 50em !important;
}

@media (max-width: 750px) {
  .sec05_ttl {
    padding-top: 60em;
    padding-bottom: 10em;
  }

  .sec05_ttl h2 {
    font-size: 25em;
  }

  .sec05_list {
    padding: 16px 0;
    padding-bottom: 40em !important;
  }

  .sec05_box-img img {
    width: 100%;
  }

  .sec05_box {
    padding: 20em;
    padding-top: 0;
  }

  .sec05-button-prev,
  .sec05-button-next {
    z-index: 2;
  }

  .sec05_box-ttl {
    width: 100%;
  }

  .sec05_box-ttl h2 {
    font-size: 18em;
  }

  .sec05_box-txt {
    width: 100%;
  }

  .sec05_box-txt p {
    font-size: 18em;
    padding-block: 0.2em;
    color: #4B5058;
  }

  .sec05 .swiper-button-prev:after,
  .sec05 .swiper-rtl .swiper-button-next:after {
    font-size: 30em !important;
  }

  .sec05 .swiper-button-next:after,
  .sec05 .swiper-rtl .swiper-button-prev:after {
    font-size: 30em !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -5px !important;
    top: 40% !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    top: 40% !important;
    left: -5px !important;
  }
}

/* sec06 */
section.sec06 {
  padding-top: 80px;
}

.sec06_ttl {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.sec06_ttl h2 {
  font-weight: 900;
  font-size: 32em;
  position: relative;
  z-index: 2;
  padding: 0.3em 0 0 0;
  color: #2583c2;
  line-height: 1.3;
}

.sec06_ttl h3 {
  font-weight: 700;
  font-size: 18em;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  background: #2583c2;
  opacity: 0.875;
  border-radius: 2.222222222222222em;
  text-align: center;
  display: inline-block;
  padding: 0.2222222222222222em 2.777777777777778em;
  color: #9ecffc;
  margin: 0 auto;
}

.sec06_ttl p.back {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -45%);
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 150em;
  letter-spacing: 10px;
  color: #a7befd;
  opacity: 0.15;
  line-height: 0.9;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

.sec06_txt {
  padding-top: 26em;
  padding-bottom: 60em;
}

.sec06_txt p {
  font-size: 16em;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.sec06_list {
  padding-top: 50em;
  padding-bottom: 60em;
}

.sec06_box {
  width: 900em;
  margin: 0 auto;
  border: solid 2px #2583c2;
  background: #2583c2;
  box-shadow: 5px 5px 0px 0px #9ecffc, inset 0 0 0 3px #fff;
}

.sec06_box-ttl {
  width: 750em;
  margin: 0 auto;
  display: flex;
  gap: 20em;
  align-items: center;
  border-bottom: solid 2px #fff;
  padding-top: 25em;
  padding-bottom: 15em;
}

.sec06_box-ttl p {
  font-size: 25em;
  text-align: center;
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  background: #edfdff;
  color: #2583c2;
  font-weight: 900;
  line-height: 1;
  border-radius: 50%;
  width: 3.2em;
  height: 3.2em;
  padding-block: 0.28em;
}

.sec06_box-ttl p span {
  font-size: 0.68em;
}

.sec06_box-ttl h2 {
  font-size: 24em;
  color: #fff;
}

.sec06_box-txt {
  width: 750em;
  margin: 0 auto;
  padding-top: 15em;
  padding-bottom: 25em;
}

.sec06_box-txt p {
  font-size: 16em;
  color: #fff;
  font-weight: bold;
}

.sec06_arrow img.arrow {
  display: block;
  width: 60em;
  height: auto;
  margin: 35em auto 20em;
}

@media (max-width: 750px) {
  section.sec06 {
    padding-top: 60px;
  }

  .sec06_ttl h2 {
    font-size: 25em;
    padding: 0.6em 0 0 0;
  }

  .sec06_ttl h3 {
    font-size: 18em;
    padding: 0.2222222222222222em 1.333333333333333em;
  }

  .sec06_ttl p.back {
    font-weight: 700;
    font-size: 100em;
  }

  .sec06_txt {
    padding-top: 26em;
    padding-bottom: 60em;
  }

  .sec06_txt p {
    font-size: 16em;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
  }

  .sec06_list {
    padding-top: 30em;
    padding-bottom: 40em;
  }

  .sec06_box {
    width: 100%;
  }

  .sec06_box-ttl {
    width: 90%;
    gap: 10em;
    padding-top: 20em;
    padding-bottom: 10em;
  }

  .sec06_box-ttl p {
    font-size: 16em;
    width: 3em;
    height: 3em;
    padding-block: 0.28em;
  }

  .sec06_box-ttl p span {
    font-size: 0.7em;
  }

  .sec06_box-ttl h2 {
    font-size: 18em;
    color: #fff;
  }

  .sec06_box-txt {
    width: 90%;
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .sec06_arrow img.arrow {
    display: block;
    width: 60em;
    height: auto;
    margin: 20em auto;
  }
}

/* sec07 */
.sec07_ttl {
  padding-top: 80em;
}

.sec07_ttl h3 {
  text-align: center;
  color: #2583c2;
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  font-size: 24em;
  letter-spacing: 2px;
}

.sec07_ttl h2 {
  color: #fff;
  font-size: 32em;
  letter-spacing: 2px;
  margin-bottom: 0.4em;
}

.sec07_ttl h2 span {
  background: rgba(37, 131, 194, 0.9);
  padding: 0.15625em 0.625em 0.25em;
}

.sec07_list {
  margin-top: 80em;
  display: flex;
  flex-wrap: wrap;
  gap: 60em;
  padding-bottom: 80em;
  justify-content: center;
}

.sec07_box {
  width: 560em;
  background: #2583c2;
  position: relative;
  z-index: -2;
  padding-bottom: 30em;

}

.sec07_back {
  position: absolute;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  opacity: 0.3;
  font-size: 70em;
  line-height: 1.0;
  z-index: -1;
  top: 1.2em;
}

.sec07_mark {
  background: #fff;
  border: solid 2px #fff;
  box-shadow: inset 0 0 0 2px #2583c2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  margin: -1.111111111111111em 0 0 -1.111111111111111em;
  color: #2583c2;
  position: relative;
  z-index: 2;
  font-size: 18em;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.sec07_thumb {
  width: 100%;
  margin: -70em 0 0 0;
  padding: 0 0 0 91em;
  position: relative;
  z-index: 1;
}

.sec07_thumb img {
  width: 100%;
  height: auto;
}

.sec07_box h3 {
  margin: 20em 0px 0px 80em;
  text-align: left;
}

.sec07_box h3 .sec07_block {
  margin: 10px 0px 0px 0px;
  text-align: center;
  color: #2583c2;
  display: inline-block;
  font-size: 24em;
  font-weight: 900;
  background: #fff;
  padding: 0.2083333333333333em 0.5em;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.sec07_explain {
  margin: 20em 30em 0px 80em;
}

.sec07_explain p {
  line-height: 2;
  font-size: 18em;
  color: #fff;
}

@media (max-width: 750px) {
  .sec07_ttl {
    padding-top: 60em;
  }

  .sec07_ttl h3 {
    font-size: 18em;
    letter-spacing: 2px;
  }

  .sec07_ttl h2 {
    font-size: 25em;
  }

  .sec07_list {
    margin-top: 60em;
    gap: 45em;
    padding-bottom: 40em;
  }

  .sec07_box {
    width: 345em;
  }

  .sec07_back {
    position: absolute;
    color: #fff;
    writing-mode: vertical-rl;
    font-family: futura-pt-bold, atten-round-new, sans-serif;
    font-weight: 700;
    opacity: 0.3;
    font-size: 55em;
    line-height: 1.0;
    z-index: -1;
    top: 1.2em;
  }

  .sec07_mark {
    width: 4.75em;
    height: 4.75em;
    margin: 0;
    font-size: 16em;
  }

  .sec07_thumb {
    margin: -76em 0 0 0;
    padding: 0 0 0 40em;
  }

  .sec07_thumb img {
    width: 100%;
    height: auto;
  }

  .sec07_box h3 {
    margin: 20em 0px 0px 40em;
  }

  .sec07_box h3 .sec07_block {
    font-size: 20em;
    padding: 0.25em 0.6em;
    text-align: left;
  }

  .sec07_explain {
    margin: 20em 30em 0px 40em;
  }

  .sec07_explain p {
    font-size: 16em;
  }
}

/* cta */
section.cta .inner_s {
  padding-block: 50em;
}

.cta {
  background: url(../images/use/cta01-bg.jpg) no-repeat center center;
  background-size: cover;
}

.cta .sec {
  background: linear-gradient(90deg, #0066aab8, #9ecffc 100%);
}

.cta_ttl {
  padding-bottom: 30em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.cta_ttl h2 {
  font-size: 50em;
  margin: 0 0.6em 0 0;
  border-right: solid 2px #fff;
  padding: 0 0.6em 0 0;
  font-family: futura-pt, futura-pt-bold, sans-serif;
  font-weight: 700;
  text-align: left;
}

.cta_ttl h3 {
  font-size: 22em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: left;
}

.cta_box {
  background: #fff;
  padding: 40em 20em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta_time {
  text-align: center;
  font-size: 18em;
  letter-spacing: 1px;
  margin-bottom: 0.4em;
}

.cta_time span {
  background-color: #fb4646;
  color: #fff;
  /* border-radius: 1.111111111111111em; */
  padding-inline: 1.111111111111111em;
  padding-block: 0.2222222222222222em;
}

.cta_number {
  font-weight: 700;
  font-size: 50em;
  text-align: center;
  line-height: 1;
}

.cta_number a {
  color: #000;
  text-decoration: none;
  margin: 0 1em 0 0;
  pointer-events: none;
}

.cta_number img {
  width: 0.8em;
  display: inline;
  vertical-align: baseline;
}

.cta_contact a {
  display: block;
  width: 20em;
  background: #2583c2;
  color: #fff;
  font-size: 20em;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  padding: 1em 0 1em 1.6em;
  line-height: 1.2;
  position: relative;
}

.cta_contact a img {
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}

.cta_contact_line a {
  margin-top: 1em;
  display: block;
  width: 20em;
  background: #02be26;
  color: #fff;
  font-size: 20em;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  padding: 1em 0 1em 1.6em;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 750px) {
  section.cta .inner_s {
    padding-block: 40em;
  }

  .cta_ttl {
    padding-bottom: 30em;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta_ttl h2 {
    font-size: 38em;
    margin: 0;
    border-right: none;
    padding: 0;
  }

  .cta_ttl h3 {
    font-size: 18em;
    line-height: 1.6;
  }

  .cta_box {
    padding: 20em 20em;
    flex-direction: column;
  }

  .cta_time {
    font-size: 16em;
    letter-spacing: 1px;
    text-align: center;
  }

  .cta_number {
    font-size: 30em;
  }

  .cta_number a {
    pointer-events: all;
  }

  .cta_contact a {
    width: 15em;
    margin: 0 auto;
    text-align: left;
    padding: 0.5em 0 0.5em 1.3em;
    margin-top: 0.7em;
  }

  .cta_contact a img {
    width: 1em;
    height: 1em;
  }

  .cta_contact_line a {
    width: 15em;
    margin: 0 auto;
    text-align: left;
    padding: 0.5em 0 0.5em 1.3em;
    margin-top: 0.7em;
  }
}

/* sec08 */
.sec08 {
  background: #f0f0f0;
  padding: 80px 0 60px;
  text-align: center;
}

.sec08 h2 {
  position: relative;
  font-size: 32em;
}

.sec08 h3 {
  padding: 0.6818181818181818em 4.545454545454545em 0.4545454545454545em;
  background: #00419A;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin: 2.272727272727273em auto 0;
  font-size: 22em;
  display: inline-block;
}

.sec08_box {
  background: #fff;
  padding: 40em 0;
  border: solid 4px #00419A;
  margin: 0 auto;
}

.sec08_table {
  margin: 0 auto;
  z-index: 100;
  border-radius: 10px;
  border: 2px solid #436da7;
  border-collapse: separate;
  width: 672em;
  overflow: hidden;
}

.sec08 .sec08_th {
  background: #436da7 !important;
  color: #fff;
  text-align: center;
}

.sec08 .sec08_tr:nth-of-type(odd) th,
.sec08 .sec08_tr:nth-of-type(odd) td {
  background: #e8f2ff;
}

.sec08 .sec08_th,
.sec08 .sec08_td {
  width: 13.9375em;
  font-size: 16em;
  padding: 0.8125em 0;
  font-weight: normal;
}

@media (max-width: 750px) {
  .sec08 {
    padding: 60px 0 40px;
  }

  .sec08 h2 {
    font-size: 25em;
  }

  .sec08 h3 {
    margin: 1.25em auto 0;
    font-size: 18em;
  }

  .sec08_box {
    padding: 15em 0;
    border: solid 2px #00419A;
  }

  .sec08_table {
    width: 300em;
  }

  .sec08 .sec08_th,
  .sec08 .sec08_td {
    width: 6.6875em;
    padding: 0.375em 0;
  }
}

/* sec09 */
.sec09 {
  background: #f0f0f0;
  padding: 80px 0 60px;
}

.sec09_ttl h2 {
  font-size: 32em;
  position: relative;
  margin-bottom: 2.1875em;
}

.sec09_ttl h2::before {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2px;
  background-color: #000;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
}

.faq_details h3 {
  position: relative;
  text-align: left;
  font-size: 16em;
  padding: 0 1.875em 0 3.5em;
}

.faq_details h3::before {
  content: "";
  display: inline-block;
  background: url(../images/use/q_icon.svg) no-repeat center / contain;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq_details {
  width: 640em;
  margin: 0 auto;
  margin-bottom: 30em;
}


summary {
  list-style: none;
  position: relative;
  padding: 32em;
  padding-left: 19em;
  cursor: pointer;
  background-color: #ccd9d9;
  font-weight: bold;
  outline: none;
  transition: background-color 0.3s ease;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: '+';
  font-size: 130%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 24em;
}

.faq_details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.answer {
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #eee;
  animation: fadein 0.5s ease-in-out;
  padding: 32em;
  padding-left: 19em;
}

.answer p {
  position: relative;
  text-align: left;
  font-size: 16em;
  padding: 0 1.875em 0 3.5em;
}

.answer p::before {
  content: "";
  display: inline-block;
  background: url(../images/use/faq_icon_a.png) no-repeat center / contain;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 750px) {
  .sec09 {
    background: #f0f0f0;
    padding: 60px 0 40px;
  }

  .sec09_ttl h2 {
    font-size: 25em;
    position: relative;
    margin-bottom: 2.1875em;
  }

  .sec09_ttl h2::before {
    content: "";
    position: absolute;
    width: 2.5em;
    height: 2px;
    background-color: #000;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
  }

  .faq_details h3 {
    position: relative;
    text-align: left;
    font-size: 16em;
    padding: 0 0em 0 2.5em;
  }

  .faq_details {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15em;
  }


  summary {
    padding: 20em;
  }

  summary::after {
    right: 3%;
  }

  .answer {
    padding: 20em;
  }

  .answer p {
    position: relative;
    text-align: left;
    font-size: 16em;
    padding: 0 0em 0 2.5em;
  }
}

/* フッター */
footer {
  text-align: center;
  background: #000000;
}

footer .footer {
  padding: 1% 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

footer .footer img {
  width: 15%;
  height: auto;
}

footer address {
  background: #ffffff;
  color: #333;
  font-size: 0.7rem;
  padding: 0.5% 0;
}

address {
  font-style: inherit;
}

@media (max-width: 750px) {
  footer .footer {
    flex-direction: column;
    align-items: center;
    padding: 8% 0 !important;
  }

  footer .footer img {
    width: 40%;
    height: auto;
    margin-right: 0;
  }
}

#form-wrapper {
  width: 100%;
  margin: 0 auto !important;
  background: #f6f6f6;
}