@charset "UTF-8";
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
header,
footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

ul {
  list-style: none;
}

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

img,
input {
  vertical-align: middle;
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*
 base
------------------------------------ */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
}

body,
input,
textarea,
pre,
code {
  position: relative;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}

html,
body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666;
}

input::placeholder,
textarea::placeholder {
  color: #666;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* display */
@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u_pc_i {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .u_pc_i {
    display: none;
  }
}

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

/* text weight */
.u_normal {
  font-weight: normal;
}

.u_medium {
  font-weight: 500;
}

.u_bold {
  font-weight: 700;
}

/* text align */
.u_txt_c {
  text-align: center;
}

.u_txt_l {
  text-align: left;
}

.u_txt_lc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u_txt_lc {
    text-align: left;
  }
}

.u_txt_r {
  text-align: right;
}

.no_wrap {
  white-space: nowrap;
}

/* font */
.u_ff_1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

/* txt */
.u_txt_1 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .u_txt_1 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_2 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .u_txt_2 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_3 {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .u_txt_3 {
    font-size: 3.2vw;
  }
}

.u_txt_4 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .u_txt_4 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_5 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .u_txt_5 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_6 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .u_txt_6 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_7 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .u_txt_7 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_8 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .u_txt_8 {
    font-size: 3.2vw;
  }
}

.u_txt_9 {
  font-size: 18px;
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  .u_txt_9 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.u_txt_10 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .u_txt_10 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_11 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .u_txt_11 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_12 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .u_txt_12 {
    font-size: 2.6666666667vw;
  }
}

.u_txt_13 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .u_txt_13 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_14 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .u_txt_14 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_15 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .u_txt_15 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_16 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .u_txt_16 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_17 {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .u_txt_17 {
    font-size: 2.6666666667vw;
  }
}

.u_txt_18 {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .u_txt_18 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_19 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .u_txt_19 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_20 {
  color: #666;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .u_txt_20 {
    color: #000;
    font-size: 2.6666666667vw;
  }
}

.u_pg + p {
  margin-top: 20px;
}

.u_color {
  color: #00aaeb;
}

.u_mk {
  position: relative;
  background: linear-gradient(-45deg, #7ed4f4 60%, #c4e29e 100%);
}
.u_mk span {
  background-image: url(../img/mk_t.png);
  background-position: left -6px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .u_mk span {
    background-position: left -3.0666666667vw;
  }
}

:root {
  --vw: 1vw;
}

body {
  overflow-x: hidden !important;
}

/*
 l_header
--------------------------------- */
@media screen and (max-width: 767px) {
  .fix_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 26.6666666667vw;
    height: 13.3333333333vw;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
}
.fix_menu .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fix_menu .logo_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.fix_menu .logo_wrap .logo {
  width: 141px;
}
@media screen and (max-width: 767px) {
  .fix_menu .logo_wrap .logo {
    width: 19.0666666667vw;
  }
}
.fix_menu .header_inr {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr {
    padding: 0;
    height: 13.3333333333vw;
  }
}
.fix_menu .header_inr .sp_humb,
.fix_menu .header_inr .sp_entry {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav {
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 99;
    padding: 4.5333333333vw 4.6666666667vw 9.0666666667vw;
    width: calc(var(--vw) * 100 - 9.3333333333vw);
    background: #fff;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .fix_menu .header_inr .nav._open {
    left: 0;
  }
}
.fix_menu .header_inr .nav .sp_humb {
  position: absolute;
  top: 4.6666666667vw;
  right: 4.6666666667vw;
  width: 8.2666666667vw;
  height: 7.7333333333vw;
}
.fix_menu .header_inr .nav .l_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 12.4vw;
    border-bottom: 1px solid #d7d4d4;
  }
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav .item {
    width: 100%;
    text-align: left;
  }
}
.fix_menu .header_inr .nav .l_nav .item .link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav .item .link {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav .item + .item {
    border-top: 1px solid #d7d4d4;
  }
}
.fix_menu .header_inr .nav .btn_3 {
  margin-top: 5.7333333333vw;
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media screen and (max-width: 767px) {
  .l_header {
    position: relative;
    height: 13.3333333333vw;
  }
}
.l_header .header_inr {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1600px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .l_header .header_inr {
    position: relative;
    padding: 0 0 0 4vw;
    height: 13.3333333333vw;
  }
}
.l_header .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_header .logo_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.l_header .logo_wrap .logo {
  width: 141px;
}
@media screen and (max-width: 767px) {
  .l_header .logo_wrap .logo {
    width: 19.0666666667vw;
  }
}
.l_header .logo_wrap .catch {
  margin-left: 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l_header .logo_wrap .catch {
    margin-left: 2.2666666667vw;
    width: 45.3333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l_header .nav {
    display: none;
  }
}
.l_header .nav .l_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.l_header .nav .l_nav .item .link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_header .nav .l_nav .item .link:hover {
  opacity: 0.7;
}

/*
 l_container
--------------------------------- */
.l_container {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .l_container {
    margin: 0 auto;
  }
}

/*
 l_kv
--------------------------------- */
.l_kv {
  position: relative;
}
.l_kv .kv {
  width: 100%;
}

.pc_btn_wrap {
  position: fixed;
  top: 267px;
  right: 21px;
  z-index: 89;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .pc_btn_wrap {
    display: none;
  }
}
.pc_btn_wrap:hover {
  opacity: 0.7;
}

.sec_1 {
  position: relative;
  padding: 33px 10px 93px;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    padding: 5.8666666667vw 4vw 10.1333333333vw;
  }
}
.sec_1 .img_wrap {
  margin: 106px auto 0;
  width: 749px;
}
@media screen and (max-width: 767px) {
  .sec_1 .img_wrap {
    margin: 13.8666666667vw auto 0;
    width: 100%;
  }
}
.sec_1 .img_wrap .img {
  width: 100%;
}

.sec_2 {
  position: relative;
  padding: 80px 10px 120px;
  background: linear-gradient(-45deg, #67cdf2, #badd8c);
}
@media screen and (max-width: 767px) {
  .sec_2 {
    padding: 11.2vw 4vw 12.2666666667vw;
  }
}

.sec_3 {
  position: relative;
  overflow-x: hidden;
  padding: 88px 0 183px;
  width: calc(var(--vw) * 100);
}
@media screen and (min-width: 768px) {
  .sec_3 {
    min-height: 668px;
  }
}
@media screen and (max-width: 767px) {
  .sec_3 {
    padding: 10vw 4vw 11.7333333333vw;
  }
}
.sec_3 .ttl_1 {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .sec_3 .ttl_1 {
    margin: 5.3333333333vw auto 0;
  }
}
.sec_3 .detail {
  position: relative;
  margin: 143px auto 0;
  width: 645px;
}
@media screen and (max-width: 767px) {
  .sec_3 .detail {
    margin: 24vw auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_3 .detail::before {
    position: absolute;
    bottom: -69px;
    left: -20vw;
/*    left: -280px;*/
    content: url(../img/sec3_img1.png);
  }
  .sec_3 .detail::after {
    position: absolute;
    right: -20vw;
/*    right: -284px;*/
    bottom: -69px;
    content: url(../img/sec3_img2.png);
  }
}
.sec_3 .detail .point {
  margin: 55px auto 50px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .sec_3 .detail .point {
    margin: 8.6666666667vw auto 10vw;
    font-size: 5.8666666667vw;
  }
}
.sec_3 .detail .point span {
  font-size: 16px;
}
.sec_3 .detail .u_txt_2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_3 .detail .u_txt_2 {
    margin-bottom: 6.6666666667vw;
  }
}

.sec_4 {
  position: relative;
  padding: 102px 10px 90px;
  background: linear-gradient(-45deg, #67cdf2, #badd8c);
}
@media screen and (max-width: 767px) {
  .sec_4 {
    padding: 10.6666666667vw 4vw;
  }
}
.sec_4 .u_txt_4 {
  margin: 120px auto 55px;
}
@media screen and (max-width: 767px) {
  .sec_4 .u_txt_4 {
    margin: 16vw auto 7.3333333333vw;
  }
}

.sec_5 {
  position: relative;
  padding: 88px 10px 80px;
}
@media screen and (max-width: 767px) {
  .sec_5 {
    padding: 10.6666666667vw 4vw 11.7333333333vw;
  }
}
.sec_5 .detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 93px auto 0;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_5 .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 11.3333333333vw auto 0;
  }
}
.sec_5 .detail .txt_wrap {
  padding-right: 48px;
  width: 654px;
}
@media screen and (max-width: 767px) {
  .sec_5 .detail .txt_wrap {
    padding: 0;
    width: 100%;
  }
}
.sec_5 .detail .txt_wrap .ttl {
  margin-bottom: 30px;
  padding: 0 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  background: linear-gradient(-45deg, #03aae9, #8bc640);
  color: #fff;
  font-size: 26px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .sec_5 .detail .txt_wrap .ttl {
    margin-bottom: 4.6666666667vw;
    padding: 0 3.7333333333vw;
    width: 100%;
    height: 13.0666666667vw;
    background: linear-gradient(-45deg, #8cd1a3, #badd8c);
    font-size: 4.2666666667vw;
    line-height: 13.0666666667vw;
  }
}
.sec_5 .detail .img_wrap {
  position: relative;
  margin-left: -13px;
}
@media screen and (max-width: 767px) {
  .sec_5 .detail .img_wrap {
    margin: 0 0 5.7333333333vw -2.9333333333vw;
  }
}

.sec_6 {
  position: relative;
  padding: 102px 10px 90px;
  background: linear-gradient(-45deg, #67cdf2, #badd8c);
}
@media screen and (max-width: 767px) {
  .sec_6 {
    padding: 10.6666666667vw 4vw;
  }
}
.sec_6 .lead {
  margin: 155px auto 60px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_6 .lead {
    margin: 16.6666666667vw auto 7.3333333333vw;
  }
}
.sec_6 .ttl_img {
  display: block;
  margin: 0 auto 53px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_6 .ttl_img {
    margin: 0 auto 6vw;
  }
}

.sec_7 {
  position: relative;
  padding: 100px 10px 80px;
  background: transparent url(../img/sec7_bg.png) center/cover;
}
@media screen and (max-width: 767px) {
  .sec_7 {
    padding: 10.6666666667vw 4vw 12.4vw;
    background: transparent url(../img/sec7_bg_sp.png) center/cover;
  }
}
.sec_7 .lead {
  margin: 155px auto 35px;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_7 .lead {
    margin: 16.6666666667vw auto 6vw;
  }
}
.sec_7 .ttl_img {
  display: block;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_7 .ttl_img {
    margin: 0 auto 8vw;
  }
}
.sec_7 .lead2 {
  margin: 0 auto 70px;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_7 .lead2 {
    margin: 0 auto 10.6666666667vw;
  }
}
.sec_7 .box {
  margin: 25px auto 0;
  padding: 30px 40px;
  max-width: 750px;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_7 .box {
    margin: 4vw auto 0;
    padding: 4.6666666667vw;
  }
}
.sec_7 .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_7 .box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec_7 .box .list .item {
  width: 408px;
}
@media screen and (max-width: 767px) {
  .sec_7 .box .list .item {
    width: 100%;
  }
}
.sec_7 .box .list .item:nth-of-type(even) {
  width: calc(100% - 408px);
}
@media screen and (max-width: 767px) {
  .sec_7 .box .list .item:nth-of-type(even) {
    width: 100%;
  }
}

.sec_8 {
  position: relative;
  padding: 100px 10px 80px;
}
@media screen and (max-width: 767px) {
  .sec_8 {
    padding: 10.6666666667vw 4vw 12.4vw;
  }
}
.sec_8 .ttl_1 {
  margin-bottom: 151px;
}
@media screen and (max-width: 767px) {
  .sec_8 .ttl_1 {
    margin-bottom: 22.2666666667vw;
  }
}
.sec_8 .img {
  display: block;
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_8 .img {
    margin: 6.6666666667vw -2.2666666667vw 0 -2.2666666667vw;
    max-width: 100vw;
    width: 96vw;
  }
}

.sec_9 {
  position: relative;
  padding: 88px 10px 85px;
  background: linear-gradient(-45deg, #67cdf2, #badd8c);
}
@media screen and (max-width: 767px) {
  .sec_9 {
    padding: 10.1333333333vw 4vw 10.6666666667vw;
  }
}
.sec_9 .lead {
  margin: 109px auto 50px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_9 .lead {
    margin: 17.3333333333vw auto 9.3333333333vw;
  }
}
.sec_9 .check {
  margin: 60px auto 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_9 .check {
    margin: 9.3333333333vw auto 11.3333333333vw;
  }
}
.sec_9 .check dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_9 .check dl dt {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .sec_9 .check dl dt {
    width: 41.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_9 .check dl dd {
    width: calc(100% - 41.3333333333vw);
  }
}

.sec_10 {
  position: relative;
  padding: 88px 10px 85px;
}
@media screen and (max-width: 767px) {
  .sec_10 {
    padding: 10.1333333333vw 4vw 10.6666666667vw;
  }
}
.sec_10 .card_8 {
  margin: 134px auto 76px;
}
@media screen and (max-width: 767px) {
  .sec_10 .card_8 {
    margin: 19.4666666667vw auto 14.2666666667vw;
  }
}

.sec_11 {
  position: relative;
  padding: 102px 10px 90px;
  background: linear-gradient(-45deg, #67cdf2, #badd8c);
}
@media screen and (max-width: 767px) {
  .sec_11 {
    padding: 10.6666666667vw 4vw;
  }
}
.sec_11 .table_3 {
  margin: 15px auto 20px;
}
@media screen and (max-width: 767px) {
  .sec_11 .table_3 {
    margin: 4.6666666667vw auto 3.6vw;
  }
}
.sec_11 .card_9 {
  margin: 150px auto 58px;
}
@media screen and (max-width: 767px) {
  .sec_11 .card_9 {
    margin: 22.6666666667vw auto 8vw;
  }
}

.sec_12 {
  position: relative;
  padding: 90px 10px 42px;
}
@media screen and (max-width: 767px) {
  .sec_12 {
    padding: 9.3333333333vw 4vw;
  }
}
.sec_12 .btn_2 {
  margin: 20px auto 0 !important;
}
@media screen and (max-width: 767px) {
  .sec_12 .btn_2 {
    margin: 4.4vw auto 10.6666666667vw !important;
  }
}

.l_inner {
  margin: 0 auto;
  max-width: 1100px;
}

.ttl_1 {
  position: relative;
  left: -23px;
  margin: 0 auto 107px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 38px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_1 {
    left: 0;
    margin: 0 auto 18.5333333333vw;
    padding: 0;
    width: 100%;
    font-size: 5.8666666667vw;
  }
}
.ttl_1::after {
  position: absolute;
  bottom: -54px;
  left: calc(50% + 23px);
  width: 331px;
  height: 48px;
  background: transparent url(../img/sec1_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1::after {
    bottom: -10.9333333333vw;
    left: 50%;
    width: 44.1333333333vw;
    height: 6.4vw;
  }
}
.ttl_1._1::after {
  position: absolute;
  bottom: -54px;
  left: calc(50% + 23px);
  width: 331px;
  height: 48px;
  background: transparent url(../img/sec1_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._1::after {
    bottom: -10.9333333333vw;
    left: 50%;
    width: 44.1333333333vw;
    height: 6.4vw;
  }
}
.ttl_1._2::after {
  position: absolute;
  bottom: -54px;
  left: calc(50% + 23px);
  width: 338px;
  height: 40px;
  background: transparent url(../img/sec2_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._2::after {
    bottom: -10.9333333333vw;
    left: 50%;
    width: 45.0666666667vw;
    height: 5.3333333333vw;
  }
}
.ttl_1._3::after {
  position: absolute;
  bottom: -77px;
  left: calc(50% + 23px);
  width: 291px;
  height: 59px;
  background: transparent url(../img/sec3_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._3::after {
    bottom: -12.2666666667vw;
    left: 50%;
    width: 38.8vw;
    height: 7.8666666667vw;
  }
}
.ttl_1._4::after {
  position: absolute;
  bottom: -65px;
  left: calc(50% + 23px);
  width: 457px;
  height: 48px;
  background: transparent url(../img/sec4_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._4::after {
    bottom: -11.8666666667vw;
    left: 50%;
    width: 60.9333333333vw;
    height: 6.4vw;
  }
}
.ttl_1._5::after {
  position: absolute;
  bottom: -73px;
  left: calc(50% + 23px);
  width: 297px;
  height: 59px;
  background: transparent url(../img/sec5_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._5::after {
    bottom: -12vw;
    left: 50%;
    width: 39.6vw;
    height: 7.8666666667vw;
  }
}
.ttl_1._6::after {
  position: absolute;
  bottom: -93px;
  left: calc(50% + 23px);
  width: 284px;
  height: 59px;
  background: transparent url(../img/sec6_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._6::after {
    bottom: -12.9333333333vw;
    left: 50%;
    width: 37.8666666667vw;
    height: 7.8666666667vw;
  }
}
.ttl_1._7::after {
  position: absolute;
  bottom: -82px;
  left: calc(50% + 23px);
  width: 404px;
  height: 60px;
  background: transparent url(../img/sec7_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._7::after {
    bottom: -12vw;
    left: 50%;
    width: 53.8666666667vw;
    height: 8vw;
  }
}
.ttl_1._8::after {
  position: absolute;
  bottom: -79px;
  left: calc(50% + 23px);
  width: 146px;
  height: 47px;
  background: transparent url(../img/sec8_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._8::after {
    bottom: -11.6vw;
    left: 50%;
    width: 19.4666666667vw;
    height: 6.2666666667vw;
  }
}
.ttl_1._9::after {
  position: absolute;
  bottom: -76px;
  left: calc(50% + 23px);
  width: 214px;
  height: 58px;
  background: transparent url(../img/sec9_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._9::after {
    bottom: -11.4666666667vw;
    left: 50%;
    width: 28.5333333333vw;
    height: 7.7333333333vw;
  }
}
.ttl_1._10::after {
  position: absolute;
  bottom: -79px;
  left: calc(50% + 23px);
  width: 352px;
  height: 59px;
  background: transparent url(../img/sec10_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._10::after {
    bottom: -11.4666666667vw;
    left: 50%;
    width: 46.9333333333vw;
    height: 7.8666666667vw;
  }
}
.ttl_1._11::after {
  position: absolute;
  bottom: -85px;
  left: calc(50% + 23px);
  width: 396px;
  height: 58px;
  background: transparent url(../img/sec11_ttl_1.png) center/100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._11::after {
    bottom: -10.8vw;
    left: 50%;
    width: 52.8vw;
    height: 7.7333333333vw;
  }
}
.ttl_1 .inr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 23px;
  min-height: 73px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ttl_1 .inr {
    padding: 0;
    min-height: 18.1333333333vw;
  }
}
.ttl_1 .inr::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 100%;
  border: 1px solid #999;
  border-right: none;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ttl_1 .inr::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 100%;
  border: 1px solid #999;
  border-left: none;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ttl_1 .inr span {
  display: block;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl_1 .inr span {
    font-size: 3.7333333333vw;
  }
}

.ttl_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_2 {
    gap: 2.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.ttl_2::after {
  display: block;
  width: 79px;
  height: 1px;
  background: #999;
  content: "";
}
@media screen and (max-width: 767px) {
  .ttl_2::after {
    width: 17.4666666667vw;
  }
}

.table_1 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table_1 {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.table_1 th {
  padding: 20px 30px;
  min-width: 216px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_1 th {
    display: block;
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.table_1 td {
  padding: 20px 30px;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_1 td {
    display: block;
    padding: 2.6666666667vw 4vw;
    border-top: none;
    border-bottom: none;
    font-size: 4.2666666667vw;
  }
}

.table_2 {
  border: none;
}
.table_2 th,
.table_2 td {
  padding: 15px 0;
  min-width: 1px;
  border: none;
  background: transparent;
  vertical-align: top;
  text-align: left;
}
.table_2 th {
  padding: 15px 25px 0 0;
}

.table_3 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table_3 {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.table_3 th {
  padding: 10px 13px;
  min-width: 216px;
  border: 1px solid #ccc;
  background: #e5f6fd;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_3 th {
    display: block;
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.table_3 td {
  padding: 10px 13px;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_3 td {
    display: block;
    padding: 2.6666666667vw 4vw;
    border-top: none;
    border-bottom: none;
    font-size: 4.2666666667vw;
  }
}

.table_4 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table_4 {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.table_4 th {
  padding: 20px 30px;
  min-width: 216px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_4 th {
    display: block;
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.table_4 td {
  padding: 20px 30px;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_4 td {
    display: block;
    padding: 2.6666666667vw 4vw;
    border-top: none;
    border-bottom: none;
    font-size: 4.2666666667vw;
  }
}

.card_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 40px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4vw;
  }
}
.card_1 .item {
  position: relative;
  padding: 25px 25px 25px 85px;
  width: calc(50% - 20px);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .card_1 .item {
    padding: 4vw 4vw 4vw 15.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.card_1 .item::before {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 30px;
  height: 27px;
  background: transparent url(../img/ico_check.png) center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .card_1 .item::before {
    left: 5.7333333333vw;
    width: 7.7333333333vw;
    height: 6.8vw;
  }
}

.card_2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  padding: 32px 0 0;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10.6666666667vw;
    padding: 7.3333333333vw 0 0;
  }
}
.card_2 .item {
  position: relative;
  padding: 29px;
  width: calc(33.33% - 20px);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .card_2 .item {
    padding: 5.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.card_2 .item::before {
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 3;
  width: 30px;
  height: 27px;
  background: transparent url(../img/ico_check.png) center/contain;
  content: "";
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .card_2 .item::before {
    top: -2.8vw;
    width: 7.7333333333vw;
    height: 6.8vw;
  }
}
.card_2 .item::after {
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 1;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .card_2 .item::after {
    top: -7.3333333333vw;
    width: 16vw;
    height: 16vw;
  }
}
.card_2 .item .point {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card_2 .item .point {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
}
.card_2 .item .point span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .card_2 .item .point span {
    font-size: 3.2vw;
  }
}
.card_2 .item p {
  position: relative;
  z-index: 2;
}

.card_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 54px;
  margin: 55px auto 45px;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6vw;
    margin: 10.6666666667vw auto 7.3333333333vw;
  }
}
.card_3 .item {
  position: relative;
  padding: 25px 30px;
  width: calc(33.33% - 39px);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .card_3 .item {
    padding: 6vw 4vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.card_3 .item .img {
  display: block;
  margin: 0 auto 25px;
  height: 174px;
}
@media screen and (max-width: 767px) {
  .card_3 .item .img {
    margin: 0 auto 4.9333333333vw;
  }
}
.card_3 .item .ttl {
  margin-bottom: 22px;
}

.card_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_4 {
    gap: 5.3333333333vw;
  }
}
.card_4 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 50px;
  padding: 40px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_4 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6vw;
    padding: 8vw 4vw;
  }
}
.card_4 .item::before {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 58px;
  height: 58px;
  background-color: #00aaeb;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .card_4 .item::before {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.card_4 .item .txt_wrap {
  width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
  .card_4 .item .txt_wrap {
    width: 100%;
  }
}
.card_4 .item .txt_wrap .ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_4 .item .txt_wrap .ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.card_4 .item .img_wrap {
  margin: 23px 0 0 50px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .card_4 .item .img_wrap {
    margin: 0 1.3333333333vw;
    width: 82.4vw;
  }
}

.card_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_5 {
    gap: 8.6666666667vw;
  }
}
.card_5 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 40px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_5 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6vw;
    padding: 8vw 4vw;
  }
}
.card_5 .item .label {
  position: absolute;
  top: -26px;
  left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
  background-color: #fc0;
}
@media screen and (max-width: 767px) {
  .card_5 .item .label {
    top: -4.9333333333vw;
    left: 3.8666666667vw;
    gap: 3.0666666667vw;
    padding: 0 4.6666666667vw;
    height: 10vw;
  }
}
.card_5 .item .txt_wrap {
  width: calc(100% - 366px);
}
@media screen and (max-width: 767px) {
  .card_5 .item .txt_wrap {
    width: 100%;
  }
}
.card_5 .item .txt_wrap .ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_5 .item .txt_wrap .ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.card_5 .item .img_wrap {
  margin: 46px 0 0 0;
  width: 316px;
}
@media screen and (max-width: 767px) {
  .card_5 .item .img_wrap {
    margin: 0 1.3333333333vw;
    width: 82.4vw;
  }
}

.card_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 66px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_6 {
    gap: 12.9333333333vw;
  }
}
.card_6 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 46px 46px 40px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_6 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6vw;
    padding: 8.8vw 6.6666666667vw 8vw;
  }
}
.card_6 .item::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #00aaeb;
  border-radius: 8px;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_6 .item::after {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 5.3333333333vw);
  }
}
.card_6 .item .label {
  position: absolute;
  top: -38px;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 40px 40px 0 40px;
  background-color: #00aaeb;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .card_6 .item .label {
    top: -7.6vw;
    left: -2.8vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.card_6 .item .txt_wrap {
  padding-left: 142px;
}
@media screen and (max-width: 767px) {
  .card_6 .item .txt_wrap {
    padding-left: 0;
  }
}
.card_6 .item .txt_wrap .ttl {
  position: relative;
  margin: 0 0 20px -70px;
}
@media screen and (max-width: 767px) {
  .card_6 .item .txt_wrap .ttl {
    margin: 0 0 13.3333333333vw 0;
  }
}
.card_6 .item .txt_wrap .ttl::before {
  position: absolute;
  bottom: -97px;
  left: -74px;
  width: 123px;
  height: 68px;
  background: transparent url(../img/card6_deco.png) center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_6 .item .txt_wrap .ttl::before {
    top: auto;
    bottom: -11.4666666667vw;
    left: -2.9333333333vw;
    width: 16.4vw;
    height: 9.0666666667vw;
  }
}
.card_6 .item .img_wrap {
  margin: 46px 0 0 0;
  width: 316px;
}
@media screen and (max-width: 767px) {
  .card_6 .item .img_wrap {
    margin: 0 1.3333333333vw;
    width: 82.4vw;
  }
}

.card_7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 40px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4vw;
  }
}
.card_7 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 25px 25px 85px;
  width: calc(50% - 20px);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .card_7 .item {
    padding: 4vw 4vw 4vw 15.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.card_7 .item::before {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 30px;
  height: 27px;
  background: transparent url(../img/ico_check.png) center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .card_7 .item::before {
    left: 5.7333333333vw;
    width: 7.7333333333vw;
    height: 6.8vw;
  }
}

.card_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_8 {
    gap: 8vw;
  }
}
.card_8 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 31px 33px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_8 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6vw;
    padding: 8vw 4vw;
  }
}
.card_8 .item .txt_wrap {
  width: calc(100% - 367px);
}
@media screen and (max-width: 767px) {
  .card_8 .item .txt_wrap {
    width: 100%;
  }
}
.card_8 .item .txt_wrap .ttl {
  position: relative;
  margin: 11px 0 20px;
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .card_8 .item .txt_wrap .ttl {
    margin-bottom: 2.6666666667vw;
    padding-left: 11.4666666667vw;
  }
}
.card_8 .item .txt_wrap .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 33px;
  background: transparent url(../img/card8_deco.png) center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_8 .item .txt_wrap .ttl::before {
    width: 7.7333333333vw;
    height: 8.8vw;
  }
}
.card_8 .item .img_wrap {
  width: 313px;
}
@media screen and (max-width: 767px) {
  .card_8 .item .img_wrap {
    margin: 0 0 0 4.1333333333vw;
    width: 79.8666666667vw;
  }
}

.card_9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 83px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_9 {
    gap: 12.8vw;
  }
}
.card_9 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 24px 27px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_9 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6vw;
    padding: 8vw 4vw 7.3333333333vw;
  }
}
.card_9 .item + .item::before {
  position: absolute;
  top: -55px;
  left: 50%;
  display: block;
  width: 25px;
  height: 35px;
  background: transparent url(../img/ico_arw.png) no-repeat center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .card_9 .item + .item::before {
    top: -10.2666666667vw;
    width: 6.2666666667vw;
    height: 8.6666666667vw;
  }
}
.card_9 .item .label {
  position: absolute;
  top: -38px;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 40px 40px 0 40px;
  background-color: #00aaeb;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .card_9 .item .label {
    top: -7.6vw;
    left: -2.8vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.card_9 .item .txt_wrap {
  width: calc(100% - 366px);
}
.card_9 .item01 .txt_wrap{
	height: 215px;
}
@media screen and (max-width: 767px) {
  .card_9 .item .txt_wrap {
    width: 100%;
  }
  .card_9 .item01 .txt_wrap{
	height: auto;
  }
}
.card_9 .item .txt_wrap .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .card_9 .item .txt_wrap .ttl {
    gap: 3.3333333333vw;
    margin: 0 0 2vw 0;
  }
}
.card_9 .item .txt_wrap .ttl::after {
  width: 80px;
  height: 1px;
  background: #d9d9d9;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_9 .item .txt_wrap .ttl::after {
    width: 5.3333333333vw;
  }
}
.card_9 .item .txt_wrap .link {
  color: #00aaeb;
}
.card_9 .item .img_wrap {
  width: 316px;
}
@media screen and (max-width: 767px) {
  .card_9 .item .img_wrap {
    margin: 0 auto;
    width: 76.5333333333vw;
  }
}

.btn_1 {
  display: block;
  margin: 75px auto 0;
  max-width: 572px;
  width: 100%;
  height: 82px;
  border-radius: 5px;
  background: #00aaeb;
  color: #fff;
  text-align: center;
  line-height: 82px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_1 {
    margin: 7.3333333333vw auto 0;
    height: 17.3333333333vw;
    line-height: 17.3333333333vw;
  }
}
.btn_1:hover {
  opacity: 0.7;
}

.btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 75px auto 0;
  max-width: 572px;
  width: 100%;
  height: 102px;
  border-radius: 5px;
  background: #fc0;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_2 {
    margin: 7.3333333333vw auto 0;
    height: 23.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
.btn_2:hover {
  opacity: 0.7;
}
.btn_2 span {
  display: block;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .btn_2 span {
    font-size: 3.7333333333vw;
  }
}

.btn_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  margin: 0 auto;
  max-width: 572px;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  background: #fc0;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_3 {
    gap: 3.0666666667vw;
    margin: 0 auto;
    height: 16.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.btn_3 .ico {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .btn_3 .ico {
    width: 4.9333333333vw;
  }
}
.btn_3:hover {
  opacity: 0.7;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  padding: 20px;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 4.2666666667vw 4vw;
  }
}

.gotop {
  position: absolute;
  display: block;
  width: 53px;
}
@media screen and (min-width: 768px) {
  .gotop {
    right: 34px;
    bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .gotop {
    position: relative;
    margin-left: auto;
    width: 10.9333333333vw;
  }
}

.l_footer {
  padding: 50px 0 124px;
  border-top: 1px solid #999;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_footer {
    padding: 6vw 0 26.6666666667vw;
  }
}
.l_footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 65px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l_footer .nav {
    display: none;
  }
}
.l_footer .nav .link {
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_footer .nav .link:hover {
  opacity: 0.7;
}
.l_footer .logo_wrap {
  display: block;
  margin: 0 auto 20px;
  width: 144px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l_footer .logo_wrap {
    margin: 0 auto 5.3333333333vw;
    width: 34.1333333333vw;
  }
}
.l_footer .logo_wrap:hover {
  opacity: 0.7;
}

.text_cap {
    font-size: 14px;
    text-align: right;
    margin-top: -15px;
}
@media screen and (max-width: 767px) {
.text_cap {
    font-size: 3vw;
    text-align: left;
    margin-top: -15px;
}
}