@charset "UTF-8";
.btn_green {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 420px;
  padding: 0.9rem 0;
  background-color: #329a1e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
}

@media screen and (min-width: 781px) {
  .btn_green {
    width: 300px;
    bottom: 119px;
  }
}
.rollover {
  transition: filter 0.1s;
}

.rollover:hover {
  filter: brightness(0.95);
}

/*=====================
  共通スタイル
======================*/
* {
  box-sizing: border-box;
}

@media screen and (max-width: 780px) {
  html {
    font-size: 3.466vw;
    height: 100%;
    scroll-behavior: smooth;
  }
}
@media screen and (min-width: 781px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
  line-height: 1.6;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
  overflow-x: hidden;
  line-height: 1.8rem;
}

h1 {
  margin: 0;
}

html {
  overflow-x: hidden;
}

.br-sp {
  display: block;
}

@media screen and (min-width: 781px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: block;
}

@media screen and (max-width: 780px) {
  .br-pc {
    display: none;
  }
}
.spacer-sm {
  display: block;
  height: 0.5rem;
}

@media screen and (min-width: 781px) {
  .spacer-sm {
    display: block;
    height: 10px;
  }
}
.spacer {
  display: block;
  height: 1rem;
}

body .pc-item {
  display: none !important;
}

body .sp-item {
  display: block !important;
}

@media screen and (min-width: 781px) {
  body .pc-item {
    display: block !important;
  }
  body .sp-item {
    display: none !important;
  }
}
/*=====================
  マージン・パディング
======================*/
.mb-sm {
  margin-bottom: 0.5rem !important;
}

.mb-md {
  margin-bottom: 1.5rem !important;
}

.mb-lg, .main-title_sec07, .main-title_sec01, .main-title {
  margin-bottom: 2.5rem !important;
}

.mb-xl {
  margin-bottom: 4rem !important;
}
@media screen and (min-width: 781px) {
  .mb-xl {
    margin-bottom: 60px !important;
  }
}

.pb-sm {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 781px) {
  .pb-lg {
    padding-bottom: 50px !important;
  }
}

/*=====================
  フォント
======================*/
.font-ss {
  font-size: 0.7rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 781px) {
  .font-ss {
    font-size: 14px;
  }
}

.font-sm, .cta .cta_inner .cta_btm_txt, .section_01 .sec01_txt02, .section_01 ul li, .section_02 .sub_txt, .section_02 .section_02_inner .btm_txt, .section_03 .card_desc, .section_04_inner .txt, .section_04_inner02 .ttl_sub, .section_04_inner02 .txt_04, .section_04_inner02 .txt_05, .section_05 .voice .voice_desc, .section_06 .section_06_inner .sec06_ttl_sub, .section_07 .sec07_wrap_01 .wrap_01_txt01, .section_07 .desc, .section_08 .sec_08_txt, .section_09 .sec09_inner_02 .sec09_inner_02_txt01, .section_10 {
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 781px) {
  .font-sm, .cta .cta_inner .cta_btm_txt, .section_01 .sec01_txt02, .section_01 ul li, .section_02 .sub_txt, .section_02 .section_02_inner .btm_txt, .section_03 .card_desc, .section_04_inner .txt, .section_04_inner02 .ttl_sub, .section_04_inner02 .txt_04, .section_04_inner02 .txt_05, .section_05 .voice .voice_desc, .section_06 .section_06_inner .sec06_ttl_sub, .section_07 .sec07_wrap_01 .wrap_01_txt01, .section_07 .desc, .section_08 .sec_08_txt, .section_09 .sec09_inner_02 .sec09_inner_02_txt01, .section_10 {
    font-size: 16px;
  }
}

.font-md, .section_03 .card_ttl, .section_06 .section_06_inner .sec06_wrap_ttl, .section_07 .sec07_wrap_01 .wrap_01_txt02, .section_07 .wrap_02_txt01, .section_07 .ttl, .section_07 .wrap_02_txt03 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 781px) {
  .font-md, .section_03 .card_ttl, .section_06 .section_06_inner .sec06_wrap_ttl, .section_07 .sec07_wrap_01 .wrap_01_txt02, .section_07 .wrap_02_txt01, .section_07 .ttl, .section_07 .wrap_02_txt03 {
    font-size: 20px;
  }
}

.font-lg, .section_01 .ttl, .sub-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 781px) {
  .font-lg, .section_01 .ttl, .sub-title {
    font-size: 22px;
  }
}

.font-xl, .section_03 .ttl, .main-title_01 {
  font-size: 1.7rem;
}
@media screen and (min-width: 781px) {
  .font-xl, .section_03 .ttl, .main-title_01 {
    font-size: 26px;
  }
}

.font-zenmaru, .section_01 .ttl, .section_03 .ttl, .section_06 .section_06_inner .sec06_wrap_ttl, .section_07 .sec07_wrap_01 .wrap_01_txt02, .section_07 .wrap_02_txt01, .main-title_01, .main-title_sec07, .main-title_sec01 .sec01_small, .main-title_sec01, .main-title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid";
}

.font-bold {
  font-weight: bold;
}

.main-title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.8rem;
  color: white;
}
.main-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  display: inline-block;
  width: 3rem;
  height: 0.15rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 1rem;
}
@media screen and (min-width: 781px) {
  .main-title {
    font-size: 44px;
    top: 43px;
  }
  .main-title::before {
    content: "";
    bottom: -30px;
    height: 3px;
    border-radius: 3px;
  }
}

.main-title_sec01 {
  position: relative;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.4rem;
  color: black;
  padding-top: 2rem;
}
.main-title_sec01 .sec01_small {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: black;
}
.main-title_sec01 .sec01_underline {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 0.1rem;
}
.main-title_sec01 .sec01_underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1em;
  height: 0.2em;
  background: #ff8d00;
  border-radius: 999px;
  z-index: -1;
}
.main-title_sec01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  display: inline-block;
  width: 3rem;
  height: 0.15rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 1rem;
}
@media screen and (min-width: 781px) {
  .main-title_sec01 {
    font-size: 44px;
    top: 43px;
    line-height: 1.2;
    padding-top: 10px;
  }
  .main-title_sec01 .sec01_small {
    font-size: 30px;
  }
  .main-title_sec01::before {
    content: "";
    bottom: -40px;
    height: 3px;
    border-radius: 3px;
  }
}

.main-title_sec07 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5rem;
  color: white;
}
.main-title_sec07::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  display: inline-block;
  width: 3rem;
  height: 0.15rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 1rem;
}
@media screen and (min-width: 781px) {
  .main-title_sec07 {
    font-size: 44px;
    top: 42px;
    line-height: 1;
  }
  .main-title_sec07::before {
    content: "";
    bottom: -30px;
    height: 3px;
    border-radius: 3px;
  }
}

.main-title_01 {
  background-color: #0f3268;
  color: #fff;
  text-align: center;
  padding: 28px 16px 32px;
  position: relative;
  line-height: 1.4;
  z-index: 10;
}
.main-title_01::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
  border-width: 22px 22px 0 22px;
  border-style: solid;
  border-color: #0f3268 transparent transparent transparent;
}
@media screen and (min-width: 781px) {
  .main-title_01 {
    padding: 45px 55px;
    font-size: 44px;
    line-height: 1.2;
  }
}

.sub-title {
  margin-bottom: 1rem;
}

/*=====================
  other
======================*/
a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

a {
  text-decoration: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hr-dotted {
  border: none;
  border-top: 2px dotted black;
  margin: 0.8rem 0;
}
@media screen and (min-width: 781px) {
  .hr-dotted {
    margin: 20px 0;
  }
}

.hr-dashed {
  border: none;
  border-top: 1px dashed black;
  margin: 0.7rem 0;
}
@media screen and (min-width: 781px) {
  .hr-dashed {
    border-top: 2px dashed black;
    margin: 15px 0;
  }
}

.header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.header .logo img {
  height: 50px;
}
.header .head-btn {
  color: black;
}
.header .nav-toggle {
  display: none;
}
.header .nav-btn {
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 2.5%;
}
.header .nav-btn::before,
.header .nav-btn::after,
.header .nav-btn span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0f3268;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header .nav-btn::before {
  top: 0;
}
.header .nav-btn::after {
  bottom: 0;
}
.header .nav-btn span {
  top: 50%;
  transform: translateY(-50%);
}
.header .nav {
  position: absolute;
  top: 0;
  right: 0;
  width: min(78vw, 320px);
  height: 100vh;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
.header .nav-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.header .nav-close::before,
.header .nav-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: black;
  transform-origin: center;
}
.header .nav-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .nav-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 9;
}
.header .nav_list {
  list-style: none;
  margin: 0;
  padding: 5rem 1.5rem 1.5rem;
}
.header .nav_list li {
  border-bottom: 1px solid #f0f0f0;
}
.header .nav_list li:last-child {
  border-bottom: none;
}
.header .nav_list a {
  display: block;
  padding: 0.9rem 0;
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.header .nav-toggle:checked ~ .nav {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.header .nav-toggle:checked ~ .nav-overlay {
  opacity: 1;
  visibility: visible;
}
.header .nav-toggle:checked + .nav-btn::before {
  transform: translateY(11px) rotate(45deg);
}
.header .nav-toggle:checked + .nav-btn::after {
  transform: translateY(-11px) rotate(-45deg);
}
.header .nav-toggle:checked + .nav-btn span {
  opacity: 0;
}
.header.is-scrolled {
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.3);
}

.top-anchor {
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.header_sentinel {
  height: 1px;
}

main {
  padding-top: 70px;
}

[id] {
  scroll-margin-top: 50px;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 781px) {
  [id] {
    scroll-margin-top: 80px;
  }
  .header {
    width: 100%;
    height: 70px;
  }
  .header .header_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    height: 70px;
  }
  .header .logo img {
    width: auto;
    height: 70px;
  }
  .header .nav-btn,
  .header .nav-overlay,
  .header .nav-close {
    display: none;
  }
  .header .nav {
    position: static;
    width: auto;
    height: auto;
    transform: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    visibility: visible;
    pointer-events: auto;
  }
  .header .nav_list {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0;
  }
  .header .nav_list li {
    border-bottom: none;
  }
  .header .nav_list a {
    padding: 0 10px;
    font-size: 0.95rem;
    font-weight: normal;
  }
}
.fv {
  background: url("../images/fv-sp.png") no-repeat center;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 780/1274;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 0;
}

@media screen and (min-width: 781px) {
  .fv {
  background: url(../images/fv-bg-pc.jpg) center top 0px / 2000px auto no-repeat;
  width: 100%;
  height: 23vw;
  position: relative;
  background-size: 100vw;
  }
  .fv .fv_ttl {
  position: absolute;
  top: calc(50px + 6vw);
  left: 22vw;
  }
  .fv .fv_ttl img {
    max-width: none;
    width: 30.3vw;
  }
}
.cta {
  background-color: #0f3268;
}
.cta .cta_inner {
  width: 90%;
  margin: 0 auto;
  padding: 6% 0 8%;
}
.cta .cta_inner .cta_txt {
  color: white;
  margin: 0 auto 2%;
  font-size: 1.1rem;
  text-align: center;
  width: 90%;
}
.cta .cta_inner img {
  width: 90%;
  margin: 0 auto;
}
.cta .cta_inner .cta_btm_txt {
  color: white;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 781px) {
  .cta .cta_inner {
    width: 720px;
    padding: 30px 0 40px;
    text-align: center;
  }
  .cta .cta_inner .cta_txt {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .cta .cta_inner .cta_btm_txt {
    margin-top: 1rem;
  }
}

.section_01 {
  background: none;
  aspect-ratio: auto;
  width: 100%;
  position: relative;
}
.section_01 .sec01_bg_sp {
  width: 100%;
  height: auto;
  display: block;
}
.section_01 .sec01_h1,
.section_01 .sec01_txt02,
.section_01 .point01,
.section_01 .point02,
.section_01 .point03 {
  position: absolute;
  z-index: 1;
}
.section_01 .sec01_h1 {
  top: -0.3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section_01 .sec01_txt02 {
  top: 18.7%;
  left: 40%;
  width: 48%;
}
.section_01 .point01 {
  top: 36%;
  left: 4%;
  width: 52%;
}
.section_01 .point02 {
  top: 58%;
  left: 44%;
  width: 52%;
}
.section_01 .point03 {
  top: 81%;
  left: 5%;
  width: 52%;
}
.section_01 .ttl {
  font-weight: bold;
  border-bottom: 1.5px dashed #333;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.section_01 .ul {
  padding-top: 0.8rem;
}
.section_01 ul li {
  line-height: 1.3rem;
  background: url("../images/cm.png") no-repeat left top -0.2rem/1.2rem;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
  list-style: none;
}

@media screen and (min-width: 781px) {
  .section_01 {
    background: url("../images/01-bg-pc.jpg") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 1774px;
    position: relative;
  }
  .section_01 .sec01_bg_sp {
    display: none;
  }
  .section_01 .sec01_h1 {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
  }
  .section_01 .sec01_txt02 {
    top: 297px;
    left: calc(var(--base-left) + 876px);
    width: 600px;
    line-height: 2;
    font-size: 19px;
  }
  .section_01 .ttl {
    font-weight: bold;
    border-bottom: 2px dashed #333;
    display: inline-block;
    padding-bottom: 25px;
    font-size: 40px;
    line-height: 1.1;
  }
  .section_01 .ul {
    padding-top: 23px;
  }
  .section_01 ul li {
    line-height: 1.7;
    background: url("../images/cm.png") no-repeat left top -6px/25px;
    padding-left: 32px;
    padding-right: 10px;
    padding-bottom: 10px;
    list-style: none;
  }
  .section_01 .point01 {
    width: 480px;
    top: 636px;
    left: calc(var(--base-left) + 512px);
  }
  .section_01 .point02 {
    width: 480px;
    top: 1030px;
    left: calc(var(--base-left) + 892px);
  }
  .section_01 .point03 {
    width: 480px;
    top: 1446px;
    left: calc(var(--base-left) + 512px);
  }
}
.section_02 .sub_txt {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 1.5rem;
  text-align: center;
}
.section_02 .section_02_inner {
  background: url("../images/02-bg-sp.png") no-repeat center;
  background-size: contain;
  aspect-ratio: 780/1751;
  width: 100%;
  position: relative;
}
.section_02 .section_02_inner .stats_cards {
  width: 90%;
  height: 73%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}
.section_02 .section_02_inner .stats_card {
  background: #fff;
  border-radius: 1.375rem;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.12);
  overflow: hidden;
  text-align: center;
}
.section_02 .section_02_inner .stats_card_head {
  background: #0f3268;
  color: #fff;
  font-weight: 700;
  line-height: 0.8;
  border-radius: 1.375rem 1.375rem 0 0;
  font-size: 1.3rem;
  height: 27%;
  padding: 1.35rem 0.75rem;
}
.section_02 .section_02_inner .stats_card_head02 {
  background: #0f3268;
  color: #fff;
  font-weight: 700;
  line-height: 0.8;
  border-radius: 1.375rem 1.375rem 0 0;
  font-size: 1.3rem;
  height: 27%;
  padding: 1.7rem 0.75rem;
}
.section_02 .section_02_inner .stats_card_body {
  padding: 0.8rem 0.75rem 1.625rem;
}
.section_02 .section_02_inner .stats_card_value {
  color: #2e6fe0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.section_02 .section_02_inner .stats_card_value span {
  font-size: 1rem;
  margin-left: 0rem;
}
.section_02 .section_02_inner .stats_card_dash {
  width: 85%;
  margin: 0.8rem auto;
  border-bottom: 0.12rem dashed #333;
}
.section_02 .section_02_inner .stats_card_desc {
  font-size: 0.8rem;
  color: #222;
  line-height: 1.5;
  max-width: 85%;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.section_02 .section_02_inner .btm_txt {
  position: absolute;
  bottom: 7.5%;
  left: 12%;
  width: 52%;
}
@media screen and (min-width: 781px) {
  .section_02 {
    background: url("../images/02-bg-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 1373px;
    position: relative;
  }
  .section_02 .sub_txt {
    width: 720px;
    line-height: 1.7;
    padding: 50px 0 40px;
  }
  .section_02 .section_02_inner {
    background: none;
    aspect-ratio: auto;
  }
  .section_02 .section_02_inner .stats_cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 30px;
    width: 960px;
  }
  .section_02 .section_02_inner .stats_card {
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    height: 330px;
  }
  .section_02 .section_02_inner .stats_card_head {
    border-radius: 22px 22px 0 0;
    padding: 30px 0;
    height: 100px;
    font-size: 26px;
  }
  .section_02 .section_02_inner .stats_card_head02 {
    border-radius: 22px 22px 0 0;
    padding: 40px 0;
    height: 100px;
    font-size: 28px;
  }
  .section_02 .section_02_inner .stats_card_body {
    padding: 0;
  }
  .section_02 .section_02_inner .stats_card_value {
    font-size: 60px;
    padding-top: 20px;
  }
  .section_02 .section_02_inner .stats_card_value span {
    font-size: 18px;
  }
  .section_02 .section_02_inner .stats_card_dash {
    margin: 20px auto;
    border-bottom: 2px dashed #333;
  }
  .section_02 .section_02_inner .stats_card_desc {
    font-size: 16px;
    text-align: center;
  }
  .section_02 .section_02_inner .stats_card_desc img {
    width: 80%;
    margin: 0 auto;
  }
  .section_02 .section_02_inner .btm_txt {
    top: 799px;
    left: calc(var(--base-left) + 592px);
    width: 651px;
    line-height: 2;
    font-size: 18px;
  }
}

.section_03 {
  background: url("../images/03-bg-sp.png") no-repeat center;
  background-size: contain;
  aspect-ratio: 780/2100;
  width: 100%;
  position: relative;
}
.section_03 .ttl {
  position: absolute;
  text-align: center;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.section_03 .card_01 {
  position: absolute;
  width: 70%;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}
.section_03 .card_02 {
  position: absolute;
  width: 70%;
  top: 35.5%;
  left: 50%;
  transform: translateX(-50%);
}
.section_03 .card_03 {
  position: absolute;
  width: 70%;
  top: 57%;
  left: 50%;
  transform: translateX(-50%);
}
.section_03 .card_04 {
  position: absolute;
  width: 70%;
  top: 79.5%;
  left: 50%;
  transform: translateX(-50%);
}
.section_03 .card_ttl {
  margin-bottom: 7%;
  padding-left: 33%;
  line-height: 1.2;
}
@media screen and (min-width: 781px) {
  .section_03 {
    background: url("../images/03-bg-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 1011px;
    position: relative;
  }
  .section_03 .ttl {
    font-size: 44px;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_03 .card_01 {
    width: 380px;
    top: 270px;
    left: calc(var(--base-left) + 742px);
  }
  .section_03 .card_02 {
    width: 380px;
    top: 270px;
    left: calc(var(--base-left) + 1243px);
  }
  .section_03 .card_03 {
    width: 380px;
    top: 650px;
    left: calc(var(--base-left) + 742px);
  }
  .section_03 .card_04 {
    width: 380px;
    top: 650px;
    left: calc(var(--base-left) + 1243px);
  }
  .section_03 .card_ttl {
    line-height: 1.3;
    padding-left: 130px;
  }
  .section_03 .card_desc {
    line-height: 2;
  }
}
.section_04_inner {
  background: url("../images/04-bg01-sp.jpg") no-repeat center;
  background-size: contain;
  aspect-ratio: 780/1459;
  width: 100%;
  position: relative;
}
.section_04_inner .txt {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  line-height: 2;
}

@media screen and (min-width: 781px) {
  .section_04_inner {
    background: url("../images/04-bg01-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 903px;
    position: relative;
  }
  .section_04_inner .txt {
    top: 231px;
    left: calc(var(--base-left) + 798px);
    width: 570px;
    line-height: 2.1;
  }
}
.section_04_inner02 {
  background: url("../images/04-bg02-sp.png") no-repeat center;
  background-size: contain;
  aspect-ratio: 780/1866;
  width: 100%;
  position: relative;
}
.section_04_inner02 .ttl {
  font-size: 1.4rem;
  position: absolute;
  width: 70%;
  top: 8.8%;
  left: 10%;
}
.section_04_inner02 .ttl_sub {
  position: absolute;
  width: 80%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.section_04_inner02 .txt_01 {
  font-size: 0.9rem;
  position: absolute;
  width: 17%;
  top: 31.5%;
  left: 14%;
  line-height: 1.2;
  font-weight: 600;
}
.section_04_inner02 .txt_02 {
  font-size: 0.9rem;
  position: absolute;
  width: 17%;
  top: 31.5%;
  left: 42%;
  line-height: 1.2;
  font-weight: 600;
}
.section_04_inner02 .txt_03 {
  font-size: 0.9rem;
  position: absolute;
  width: 17%;
  top: 31.5%;
  left: 69%;
  line-height: 1.2;
  font-weight: 600;
}
.section_04_inner02 .txt_04 {
  position: absolute;
  width: 40%;
  top: 42%;
  left: 46%;
  line-height: 1.8;
}
.section_04_inner02 .txt_05 {
  position: absolute;
  width: 80%;
  bottom: 12.5%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.8;
}

@media screen and (min-width: 781px) {
  .section_04_inner02 {
    background: url("../images/04-bg02-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 1390px;
    position: relative;
  }
  .section_04_inner02 .ttl {
    font-size: 28px;
    position: absolute;
    width: 800px;
    line-height: 1.3;
    top: 233px;
    left: calc(var(--base-left) + 589px);
  }
  .section_04_inner02 .ttl_sub {
    width: 800px;
    top: 381px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.7;
  }
  .section_04_inner02 .txt_01 {
    font-size: 17px;
    width: 220px;
    top: 525px;
    left: calc(var(--base-left) + 603px);
    line-height: 1.3;
    text-align: center;
  }
  .section_04_inner02 .txt_02 {
    font-size: 17px;
    width: 220px;
    top: 525px;
    left: calc(var(--base-left) + 881px);
    line-height: 1.3;
    text-align: center;
  }
  .section_04_inner02 .txt_03 {
    font-size: 17px;
    width: 220px;
    top: 525px;
    left: calc(var(--base-left) + 1156px);
    line-height: 1.3;
    text-align: center;
  }
  .section_04_inner02 .txt_04 {
    font-size: 16px;
    width: 800px;
    top: 627px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.7;
  }
  .section_04_inner02 .txt_05 {
    font-size: 16px;
    width: 800px;
    top: 1087px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.7;
  }
}
.section_05 {
  background: url("../images/05-bg-sp.jpg") no-repeat center;
  background-size: contain;
  aspect-ratio: 780/1341;
  width: 100%;
  position: relative;
}
.section_05 .ttl {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.section_05 .voice .voice_ttl {
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.section_05 .voice .voice_01 {
  position: absolute;
  top: 17%;
  left: 33.5%;
  width: 56%;
}
.section_05 .voice .voice_02 {
  position: absolute;
  top: 53.5%;
  left: 11.5%;
  width: 56%;
}

@media screen and (min-width: 781px) {
  .section_05 {
    background: url("../images/05-bg-pc.jpg") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 963px;
    position: relative;
  }
  .section_05 .ttl {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_05 .voice .voice_ttl {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .section_05 .voice .voice_01 {
    position: absolute;
    top: 215px;
    left: calc(var(--base-left) + 758px);
    width: 670px;
  }
  .section_05 .voice .voice_02 {
    position: absolute;
    top: 576px;
    left: calc(var(--base-left) + 566px);
    width: 670px;
  }
  .section_05 .voice .voice_desc {
    line-height: 1.8;
  }
}
.section_06 .section_06_inner {
  background: url("../images/06-bg-sp.jpg") no-repeat center;
  background-size: contain;
  aspect-ratio: 780/2166;
  width: 100%;
  position: relative;
}
.section_06 .section_06_inner .sec06_ttl_sub {
  position: absolute;
  top: 8.5%;
  left: 50%;
  transform: translateX(-50%);
}
.section_06 .section_06_inner .sec06_wrap_ttl {
  color: #0f3268;
  font-weight: 600;
}
.section_06 .section_06_inner .sec06_wrap_desc {
  font-size: 0.72rem;
  line-height: 2;
}
.section_06 .section_06_inner .sec06_wrap_01 {
  position: absolute;
  top: 19%;
  left: 6.5%;
  width: 50%;
}
.section_06 .section_06_inner .sec06_wrap_02 {
  position: absolute;
  top: 45.5%;
  left: 45.5%;
  width: 50%;
}
.section_06 .section_06_inner .sec06_wrap_03 {
  position: absolute;
  top: 73%;
  left: 6.5%;
  width: 48%;
}

@media screen and (min-width: 781px) {
  .section_06 .section_06_inner {
    background: url("../images/06-bg-pc.jpg") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 1739px;
    position: relative;
  }
  .section_06 .section_06_inner .sec06_wrap_ttl {
    font-size: 40px;
    line-height: 1.2;
  }
  .section_06 .section_06_inner .sec06_ttl_sub {
    top: 204px;
    left: 50%;
    left: calc(var(--base-left) + 1047px);
    width: 600px;
    line-height: 2;
  }
  .section_06 .section_06_inner .sec06_wrap_desc {
    line-height: 2;
    font-size: 16px;
  }
  .section_06 .section_06_inner .sec06_wrap_01 {
    top: 436px;
    left: calc(var(--base-left) + 555px);
    width: 580px;
  }
  .section_06 .section_06_inner .sec06_wrap_02 {
    top: 826px;
    left: calc(var(--base-left) + 895px);
    width: 580px;
  }
  .section_06 .section_06_inner .sec06_wrap_03 {
    top: 1286px;
    left: calc(var(--base-left) + 555px);
    width: 580px;
  }
}
.section_07 .sec07_ttl {
  background: url("../images/07-h1-sp.jpg") no-repeat center;
  background-size: contain;
  aspect-ratio: 780/369;
  width: 100%;
  position: relative;
}
.section_07 .sec07_ttl .ttl_inner {
  position: absolute;
  top: 15.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section_07 .sec07_ttl .ttl_inner .font_sec07 {
  font-size: 1rem;
}
.section_07 .sec07_ttl .sec07_subtitle {
  position: absolute;
  top: 64.5%;
  font-size: 1rem;
  color: #0f3268;
  font-weight: 600;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.3;
}
@media screen and (min-width: 781px) {
  .section_07 .sec07_ttl {
    background: url("../images/07-h1-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 368px;
    position: relative;
  }
  .section_07 .sec07_ttl .ttl_inner {
    top: 20px;
  }
  .section_07 .sec07_ttl .ttl_inner .font_sec07 {
    font-size: 28px;
  }
  .section_07 .sec07_ttl .sec07_subtitle {
    top: 267px;
    font-size: 23px;
  }
}
.section_07 .sec07_wrap_01 {
  background: url("../images/07-bg01-sp.png") no-repeat center;
  background-size: cover;
  background-position: center bottom;
  aspect-ratio: 780/508;
  width: 100%;
  position: relative;
}
.section_07 .sec07_wrap_01 .wrap_01_txt01 {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.section_07 .sec07_wrap_01 .wrap_01_txt02 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  color: #0f3268;
  font-weight: bold;
}
.section_07 .sec07_wrap_01 .wrap_01_txt03 {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 70%;
}
.section_07 .sec07_wrap_01 .wrap_01_txt03 .wrap_01_txt03_inner01 {
  font-size: 0.8rem;
  color: white;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.section_07 .sec07_wrap_01 .wrap_01_txt03 .wrap_01_txt03_inner02 {
  font-size: 1.1rem;
  color: #ffe373;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.section_07 .sec07_wrap_01 .wrap_01_txt03 .wrap_01_txt03_inner03 {
  font-size: 0.8rem;
  color: white;
  line-height: 1.2;
}
@media screen and (min-width: 781px) {
  .section_07 .sec07_wrap_01 {
    background: url("../images/07-bg01-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 408px;
    position: relative;
  }
  .section_07 .sec07_wrap_01 .wrap_01_txt01 {
    top: 10px;
    line-height: 1.7;
  }
  .section_07 .sec07_wrap_01 .wrap_01_txt02 {
    top: 119px;
    font-size: 30px;
  }
  .section_07 .sec07_wrap_01 .wrap_01_txt03 {
    top: 205px;
  }
  .section_07 .sec07_wrap_01 .wrap_01_txt03 .wrap_01_txt03_inner01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section_07 .sec07_wrap_01 .wrap_01_txt03 .wrap_01_txt03_inner02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section_07 .sec07_wrap_01 .wrap_01_txt03 .wrap_01_txt03_inner03 {
    font-size: 18px;
  }
}
.section_07 .sec07_wrap_02 {
  background: url("../images/07-bg02-sp.png") no-repeat center;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 780/1714;
  width: 100%;
  position: relative;
}
.section_07 .wrap_02_txt01 {
  position: absolute;
  top: 2.6%;
  left: 50%;
  transform: translateX(-50%);
  color: #0f3268;
  font-weight: bold;
}
.section_07 .ttl {
  text-align: center;
  color: #0f3268;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.section_07 .wrap_02_txt02 {
  position: absolute;
  top: 15.5%;
  left: 18%;
  width: 25%;
}
.section_07 .wrap_02_txt03 {
  position: absolute;
  top: 15.5%;
  left: 57.5%;
  width: 25%;
}
.section_07 .wrap_02_txt04 {
  position: absolute;
  top: 48%;
  left: 18%;
  width: 25%;
}
.section_07 .wrap_02_txt05 {
  position: absolute;
  top: 48%;
  left: 57.5%;
  width: 25%;
}
@media screen and (min-width: 781px) {
  .section_07 .sec07_wrap_02 {
    background: url("../images/07-bg02-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 1029px;
    position: relative;
  }
  .section_07 .wrap_02_txt01 {
    top: 43px;
    font-size: 30px;
  }
  .section_07 .ttl {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .section_07 .ttl .font_sec07 {
    font-size: 18px;
  }
  .section_07 .desc {
    line-height: 1.8;
    font-size: 17px;
  }
  .section_07 .wrap_02_txt02 {
    top: 229px;
    left: calc(var(--base-left) + 594px);
    width: 140px;
  }
  .section_07 .wrap_02_txt03 {
    top: 229px;
    left: calc(var(--base-left) + 810px);
    width: 140px;
  }
  .section_07 .wrap_02_txt04 {
    top: 229px;
    left: calc(var(--base-left) + 1031px);
    width: 140px;
  }
  .section_07 .wrap_02_txt05 {
    top: 229px;
    left: calc(var(--base-left) + 1253px);
    width: 140px;
  }
}

.section_08 {
  background: url("../images/08-bg-sp.jpg") no-repeat center;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 780/1179;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 0;
}
.section_08 .sec_08_txt {
  position: absolute;
  top: 18.5%;
  left: 7%;
  width: 55%;
}
@media screen and (min-width: 781px) {
  .section_08 {
    background: url("../images/08-bg-pc.jpg") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 779px;
    position: relative;
  }
  .section_08 .sec_08_txt {
    top: 216px;
    left: calc(var(--base-left) + 539px);
    width: 613px;
    line-height: 2;
  }
}

.section_09 .font_sec09 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.section_09 .sec09_inner_01 {
  background: url("../images/09-bg01-sp.png") no-repeat center;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 780/993;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 0;
  text-align: center;
  color: #0f3268;
  font-weight: 600;
}
.section_09 .sec09_inner_01 .sec09_inner_01_txt01 {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section_09 .sec09_inner_01 .sec09_inner_01_txt02 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section_09 .sec09_inner_01 .sec09_inner_01_txt03 {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 781px) {
  .section_09 .sec09_inner_01 {
    background: url("../images/09-bg01-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 551px;
    position: relative;
  }
  .section_09 .sec09_inner_01 .sec09_inner_01_txt01 {
    top: 230px;
    left: calc(var(--base-left) + 661px);
    width: 250px;
    font-size: 22px;
  }
  .section_09 .sec09_inner_01 .sec09_inner_01_txt02 {
    top: 230px;
    left: calc(var(--base-left) + 992px);
    width: 250px;
    font-size: 22px;
  }
  .section_09 .sec09_inner_01 .sec09_inner_01_txt03 {
    top: 230px;
    left: calc(var(--base-left) + 1321px);
    width: 250px;
    font-size: 22px;
  }
}
.section_09 .sec09_inner_02 {
  background: url("../images/09-bg02-sp.png") no-repeat center;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 780/767;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 0;
}
.section_09 .sec09_inner_02 .sec09_inner_02_txt01 {
  position: absolute;
  bottom: 21%;
  left: 10%;
}
.section_09 .sec09_inner_02 .sec09_inner_02_txt02 {
  position: absolute;
  bottom: 14%;
  left: 10%;
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (min-width: 781px) {
  .section_09 .sec09_inner_02 {
    background: url("../images/09-bg02-pc.png") center top 0px/2000px auto no-repeat;
    width: 100%;
    height: 688px;
  }
  .section_09 .sec09_inner_02 .sec09_inner_02_txt01 {
    top: 526px;
    left: calc(var(--base-left) + 703px);
    font-size: 20px;
  }
  .section_09 .sec09_inner_02 .sec09_inner_02_txt02 {
    top: 558px;
    left: calc(var(--base-left) + 743px);
    font-size: 22px;
  }
}

.section_10 {
  text-align: left;
  margin: 2rem auto;
  width: 90%;
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .section_10 {
    width: 960px;
    margin: 40px auto;
    text-align: center;
    line-height: 1.8;
  }
}