@charset "UTF-8";

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt"on;
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.btn-hover {
  transition: filter 0.3s;
}

.btn-hover:hover {
  filter: brightness(130%);
}

.box-shadow {
  filter: drop-shadow(0 0 30px rgba(62, 62, 62, 0.25));
}

.br_812 {
  display: none;
}

@media screen and (max-width: 1080px) {
  .box-shadow {
    filter: drop-shadow(0 0 4vw rgba(62, 62, 62, 0.25));
  }
}

.block {
  display: block;
}

.pc {
  display: block;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .sp {
    display: block;
  }
}

.notosans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.notosans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: medium;
  font-style: normal;
}

.notoserif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-style: normal;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper {
  min-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .wrapper {
    width: 100%;
    min-width: initial;
  }
}

.float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 250px;
}

@media screen and (max-width: 1080px) {
  .float {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
  }
}

.br_812 {
  display: none;
}

@media screen and (max-width: 812px) {
  .br_812 {
    display: block;
  }
}

.report_btn .report_btn_link {
  width: 100%;
  height: clamp(60px, 6vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FB674E 0%, #FF8743 100%);
  /* border: #FB674E 3px solid; */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  position: relative;
  transition: filter 0.3s;
}

.contact_btn .contact_btn_link {
  width: 100%;
  height: clamp(60px, 6vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FB674E;
  background: #ffffff;
  border: #FB674E 3px solid;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  position: relative;
  transition: filter 0.3s;
}

/* .report_btn .report_btn_link:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/btn_arrow.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
} */

/* .contact_btn .contact_btn_link:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/btn_arrow_orange.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
} */

.report_btn .report_btn_link:hover,
.contact_btn .contact_btn_link:hover {
  filter: brightness(130%);
}

.report_btn .report_btn_link .btn_inner {
  color: #fff;
}

.contact_btn .contact_btn_link .btn_inner {
  color: #FB674E;
}

.report_btn .report_btn_link .btn_textSub,
.contact_btn .contact_btn_link .btn_textSub {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  display: block;
}

.report_btn .report_btn_link .btn_textMain,
.contact_btn .contact_btn_link .btn_textMain {
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 28px);
  /* line-height: 140%; */
  display: block;
}
.report_btn .report_btn_link .btn_textMain::before {
  content: "";
  width: 34px;
  height: 24px;
  background: url("../images/common/icon_download.png") no-repeat center / contain;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.report_btn .report_btn_link .btn_textMain::after {
  content: "サービスがすぐ分かる！";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(14px, 2.4vw, 16px);
  color: #FB674E;
  width: 200px;
  height: clamp(24px, 4vw, 28px);
  border: 1px solid #FB674E;
  background-color: #fff;
  border-radius: 15px;
  pointer-events: none;
  font-weight: normal;
}

.contact_btn .contact_btn_link .btn_textMain::before {
  content: "";
  width: 30px;
  height: 26px;
  background: url("../images/common/icon_mai.png") no-repeat center / contain;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.contact_btn .contact_btn_link .btn_textMain::after {
  content: "お見積・無料相談はこちら";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(14px, 2.4vw, 16px);
  color: #fff;
  width: 220px;
  height: 28px;
  border: 1px solid #FB674E;
  background-color: #FB674E;
  border-radius: 15px;
  pointer-events: none;
  font-weight: normal;
}

.sec06 .sec06_inner .card .card_list .card_item .cardfig img {
  border-radius: 10px;
}
.sec06 .sec06_inner .card .card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.sec06 .sec06_inner .card .card_list .card_item {
  padding: 20px 20px 25px 20px;
  background-color: #fff;
  border-radius: 16px;
}
.sec06 .sec06_inner .card .card_list .card_item .card_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #009BE2;
  margin-top: 20px;
  margin-bottom: 15px;
  min-height: 2.8em;
}
.sec06 .sec06_inner .card .card_list .card_item .card_exp {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #333333;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .btn .btn_link {
    height: 16vw;
    box-shadow: 0 1.0666666667vw 2.1333333333vw rgba(0, 0, 0, 0.24);
    border-radius: 12.8vw;
  }

  .btn .btn_link:before {
    width: 3.2vw;
    height: 4.2666666667vw;
    right: 4vw;
  }

  .btn .btn_textSub {
    font-size: 3.2vw;
  }

  .btn .btn_textMain {
    /* font-size: 4.2666666667vw; */
  }
}

.title {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}

.title:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #4fc7fc 100%, #97dcfa 100%);
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.title.-white {
  color: #fff;
}

.title.-white:before {
  background: #fff;
}

.title.-mbL {
  margin-bottom: 56px;
}

.title .title_sub {
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.title .title_Main {
  font-size: 48px;
  line-height: 140%;
  display: block;
}

.title .title_sub2 {
  font-size: 18px;
  line-height: 140%;
  display: block;
}

.title .title_sub2.-w400 {
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .title {
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }

  .title:before {
    width: 10.6666666667vw;
    height: 0.8vw;
  }

  .title.-mbL {
    margin-bottom: 10.6666666667vw;
  }

  .title .title_sub {
    font-size: 5.3333333333vw;
  }

  /* .title .title_Main {
    font-size: 8.5333333333vw;
  } */

  .title .title_sub2 {
    font-size: 4.2666666667vw;
  }
}

.card h3,
.course h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.course h3 {
  padding: 0 0 40px 0;
}

.course ul.course_list {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.course ul li {
  width: 90%;
  max-width: 650px;
  height: 60px;
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  align-items: center;
  /* justify-content: center;
  text-align: center; */
  border: 2px solid #006FD5;
  border-radius: 30px;
  background-color: #fff;
  /* background: #fff linear-gradient(to right, #006FD5 0%, #006FD5 100%); */
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  color: #006FD5;
  position: relative;
  padding: 0 1em 0 calc(60px + 1em);
  transition:
    background-size 0.35s ease,
    color 0.3s ease;
}

/* .course ul li:hover {
  background-size: 100% 100%;
  color: #fff;
  cursor: pointer;
} */

.course ul li::after {
  content: "";
  width: 60px;
  height: 60px;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  background-color: #006FD5;
  border-radius: 50%;

  background-image: url("../images/common/icon-finger-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px 30px;
  transition: transform 0.35s ease; 
}
/* .course ul li:hover::after {
  transform: translate(10px, -50%);
} */

.cv {
  position: relative;
  top: -1px;
  padding: 160px 0 80px;
  background-size: 100vw 461px;
  background-position: top center;
  background-repeat: no-repeat;
}

.cv.-cv01 {
  background-image: url(../images/pc/cv_bg1.jpg);
}

.cv.-cv02 {
  background-image: url(../images/pc/cv_bg2.jpg);
}

.cv.-cv03 {
  background-image: url(../images/pc/cv_bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cv.-cv03 .cv_inner {
  width: 90%;
  max-width: 1000px;
  background-color: #fff;
  border: 4px solid #FB674E;
  border-radius: 20px;
  padding-top: clamp(40px, 12vw, 100px);
  padding-bottom: clamp(25px, 6vw, 50px);
  margin: auto;
  position: relative;
}

.cv.-cv03 .cv_inner::before {
  content: "";
  position: absolute;
  top: clamp(-80px, -10vw, -40px);
  left: 50%;
  width: 50%;
  max-width: 480px;
height: clamp(80px, 22vw, 160px);
  background: url("../images/pc/sec03_1.png") no-repeat center center;
background-size: auto 100%;
  transform: translate(-50%);
}

.cv.-cv03 .cv_titleMain {
  color: #FB674E;
  font-size: clamp(16px, 3vw, 36px);
  width: fit-content;
  margin: auto;
  border-bottom: 2px solid #FB674E;
  padding-bottom: 6px;
  margin-bottom: clamp(20px, 5vw, 40px);;
  position: relative;
  /* padding: 0 2em; */
}
/* .cv.-cv03 .cv_titleMain::before,
.cv.-cv03 .cv_titleMain::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.cv.-cv03 .cv_titleMain::before {
  content: "＼";
  left: 1em;
}

.cv.-cv03 .cv_titleMain::after {
  content: "／";
  right: 1em;
} */
.cv.-cv03 .cv_titleSub {
  color: #333;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: normal;
}

.cv.-cv_bg .c-fv_btn {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
#anchor2 > div.cv.-cv01.-cv_bg.view_area_12 > .cv_inner > .c-fv_btn {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.cv.-cv03.-cv_bg.view_area_3 > p {
  margin-top: 34px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.cv.-cv03.-cv_bg.view_area_3 > .contact_btn > a {
  width: 200px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 18px;
  position: relative;
}

.cv.-cv03.-cv_bg.view_area_3 > .contact_btn > a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/common/btn_arrow.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 8px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    margin: 0 auto;
}

.cv.-cv03.-cv_bg.view_area_3 > div.contact_btn.btn {
  width: 200px;
  margin: 0 auto;
}

.cv .cv_title {
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.cv .cv_titleSub {
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.cv .cv_titleMain {
  font-size: 48px;
  line-height: 140%;
  display: block;
}

#anchor2 > div.sec09.layout.view_area_9 .sec09_flow > .sec09_list > .sec09_item > .contact_btn > a {
  max-width: 170px;
  height: 32px;
  border: 1px solid #333;
  line-height: 1;
  color: #333;
  box-shadow: none;
}

#anchor2 > div.sec09.layout.view_area_9 .sec09_flow > .sec09_list > .sec09_item > .contact_btn > a::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/common/btn_arrow_black.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 8px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

@media screen and (max-width: 1080px) {
  .cv {
    padding: 21.3333333333vw 0 10.6666666667vw;
    background-size: 100vw 84.8vw;
  }

  .cv.-cv01 {
    background-image: url(../images/sp/cv_bg1.jpg);
    background-size: cover;
  }

  .cv.-cv02 {
    background-image: url(../images/sp/cv_bg2.jpg);
  }

  .cv.-cv03 {
    background-size: cover;
  }

  .cv .cv_title {
    margin-bottom: 5.3333333333vw;
  }

  .cv .cv_titleSub {
    font-size: 5.3333333333vw;
  }

  .cv .cv_titleMain {
    font-size: 8.5333333333vw;
  }
}

@media screen and (max-width: 812px) {
  .cv.-cv_bg .c-fv_btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #anchor2 > div.cv.-cv01.-cv_bg.view_area_12 > .cv_inner > .c-fv_btn{
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  z-index: 10;
  background-color: #fff;
}

.header .header_inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  height: 56px;
}

.header .header_logo {
  /* width: 131px; */
  padding: 8px 0;
  margin-right: 20px;
  margin-left: 20px;
  height: 56px;
}

.header .header_logoLink {
  display: block;
}

.header .block_menu-btn {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header_btn {
  /* position: absolute; */
  /* right: 0; */
}

.header .header_btnLink {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  background: linear-gradient(90deg, #FB674E 0%, #FF8743 100%);
  width: 220px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s;
  position: relative;
}

.header .header_btnLink:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/btn_arrow.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 8px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.header .header_btnLink:hover {
  filter: brightness(130%);
}

@media screen and (max-width: 1080px) {
  .header {
    height: 10.6666666667vw !important;
  }

  .header .header_inner {
    width: 100%;
    height: 10.6666666667vw;
  }

  .header .header_logo {
    width: 14.633333vw;
    padding: 2.1333333333vw 0;
    margin: 0 4.8vw 0 4vw;
    height: auto;
  }

  .header .header_btn {
    position: absolute;
    right: 10.6666666667vw;
  }

  .header .header_btnLink {
    font-size: 3.166667vw;
    width: 56.1vw;
    height: 10.6666666667vw;
    padding: 0 7.4666666667vw 0 3.4666666667vw;
  }

  .header .header_btnLink:before {
    width: 2.1333333333vw;
    height: 2.9333333333vw;
    right: 2.6666666667vw;
  }

  .header .header_menuBtn {
    background-image: url("../images/sp/menu_open.svg");
    background-size: 10.6666666667vw 10.6666666667vw;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }

  .header .header_menuBtn.-open {
    background-image: url("../images/sp/menu_close.svg");
  }
}

.burgerMenu .burgerMenu_list {
  display: flex;
  align-items: center;
}

.burgerMenu .burgerMenu_item {
  margin: 0 20px;
}

.burgerMenu .burgerMenu_link {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

@media screen and (max-width: 1080px) {
  .burgerMenu {
    background-color: #009BE2;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 10.6666666667vw;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .burgerMenu.-open {
    pointer-events: auto;
    opacity: 1;
  }

  .burgerMenu .burgerMenu_list {
    display: block;
  }

  .burgerMenu .burgerMenu_item {
    margin: 6vw 0;
    margin-bottom: 5.3333333333vw;
  }

  .burgerMenu .burgerMenu_link {
    font-size: 5.3333333333vw;
    color: #fff;
    text-align: center;
  }
}

.layout .layout_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .layout .layout_inner {
    max-width: 84vw;
  }
}

.accordion {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
}

.accordion .accordion_header {
  position: relative;
  padding: 24px 24px 24px;
}

.accordion .accordion_header:hover {
  cursor: pointer;
}

.accordion .accordion_header:before {
  content: "";
  display: block;
  background-image: url("../images/common/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 29px;
  position: absolute;
  right: 24px;
  top: 26px;
  transform: rotate(0deg);
}

.accordion .accordion_header.open {
  padding: 24px 24px 8px;
}

.accordion .accordion_header.open:before {
  transform: rotate(180deg);
}

.accordion .accordion_headerText {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #009BE2;
}

.accordion .accordion_inner {
  display: none;
  padding: 8px 0px 24px;
  margin: 0 24px;
  border-top: none;
}

.accordion .accordion_inner.-open {
  border-top: 1px solid #009BE2;
}

.accordion .accordion_innerText {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.accordion .accordion_innerNote {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-top: 8px;
}

@media screen and (max-width: 1080px) {
  .accordion {
    border-radius: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }

  .accordion .accordion_header {
    padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 5.3333333333vw;
  }

  .accordion .accordion_header:before {
    width: 4vw;
    height: 7.2vw;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }

  .accordion .accordion_header.open {
    padding: 5.3333333333vw 9.3333333333vw 2.1333333333vw 5.3333333333vw;
  }

  .accordion .accordion_header.open:before {
    transform: translateY(-50%) rotate(180deg);
  }

  .accordion .accordion_headerText {
    font-size: 4vw;
  }

  .accordion .accordion_inner {
    padding: 2.1333333333vw 0 5.3333333333vw;
    margin: 0 5.3333333333vw;
  }

  .accordion .accordion_inner.-open {
    border-top: 0.1333333333vw solid #009BE2;
  }

  .accordion .accordion_innerText {
    font-size: 4vw;
  }

  .accordion .accordion_innerNote {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
}

/* .fv {
  position: relative;
  margin-top: 56px;
  height: 747px;
  background-image: url(../images/pc/fv_bg.jpg);
  background-size: 1920px 747px;
  background-position: top center;
  background-repeat: no-repeat;
} */
.fv {
  position: relative;
  margin-top: 54px;
  height: auto;
  background-image: url(../images/pc/fv_bg.jpg);
  background-size: 100vw 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

/* .fv .fv_inner {
  display: flex;
  align-items: center;
  width: 1041px;
  margin: 0 auto;
  padding-top: 35px;
} */
.fv .fv_inner {
  display: flex;
  align-items: center;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 50px 0;
}

.fv .fv_left {
  max-width: 850px;
  width: 60.714%;
}

.fv .fv_right {
  max-width: 550px;
  width: 39.285%;
}

.fv h1 {
  font-size: clamp(40px, 3.9vw, 60px);
  line-height: 1.4;
  color: #006FD5;
}

.fv .fv_left > span {
  display: block;
  font-size: clamp(20px, 2.3vw, 26px);
  font-weight: 500;
}

.fv h1 .txt_small {
  font-size: clamp(32px, 3.5714vw, 50px);
}

.fv .sub-tit {
  /* padding-bottom: 30px; */
  margin: 0 auto 30px;
}

.fv .sub-tit p {
  font-size: min(1.5vw, 32px);
  font-weight: bold;
}

.fv .p-tag_laurel {
  display: flex;
  gap: 20px;
  padding: 0 0 36px;
}

.fv .c-tag {
  width: 43.53%;
}

.fv .c-tag_list, .fv .c-laurel-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 8px;
}

.fv .u-tag {
  font-size: clamp(14px, 11.2vw, 16px);
  background-color: #006FD5;
  border-radius: 4px;
  color: #FDDC0E;
  text-align: center;
  padding: 8px 4px;
  line-height: 1;
}

.fv .c-laurel {
  max-width: 390px;
  width: 45.8823%;
}

.fv .c-laurel-list {
  gap: 12px;
  padding: 0 0 8px 0;
}

.fv .u-annotation {
  font-size: 12px;
  text-align: right;
  color: #666666;
}

.fv .c-fv_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  width: 90%;
}

#fv-slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fv-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 20px 20px 0px -5px rgb(129, 203, 236, 0.5);
  border-radius: 20px;
}

@media screen and (max-width: 1080px) {
  .fv {
    margin-top: 0;
    padding: 0 0 30px 0;
    background-size: cover;
  }

  .fv .fv_inner {
    flex-direction: column;
    padding: 120px 0 0 0;
  }

  .fv .fv_left {
    width: 100%;
    order: 2;
    padding-top: clamp(40px,7.629vw,50px);
  }
  .fv .fv_left > span {
    text-align: center;
  }
  .fv .fv_right {
    width: 550px;
    /* padding: 0 0 30px 0; */
    height: 550px;
  }

  .fv h1 {
    font-size: clamp(50px, 5.185vw, 64px);
    text-align: center;
  }

  .fv h1 .txt_small {
    font-size: clamp(24px, 3.7vw, 40px);
  }

  .fv .sub-tit {
    /* margin: 0 auto 36px; */
    text-align: center;
  }

  .fv .sub-tit p {
    font-size: clamp(16px, 2.5vw, 22px);
  }

  .fv .c-fv_btn {
    width: 100%;
  }

  #fv-slide {
      display: block;
    }
}

@media screen and (max-width: 812px) {
  /* .fv {
    margin-top: 10.6666666667vw;
    height: 223.8666666667vw;
    background-image: url(../images/sp/fv_bg.jpg);
    background-size: 100vw 226.2666666667vw;
    background-position: bottom center;
  } */
  /* .fv .fv_inner {
    display: block;
    width: 100%;
    padding-top: 4vw;
  } */

  .fv .fv_inner {
    flex-direction: column;
    padding: clamp(40px, 14.778vw, 120px);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .fv .fv_left {
    padding-top: 30px;
}

  .fv h1 {
    font-size: clamp(30px, 6vw, 42px);
    /* padding: 0 0 20px 0; */
  }

  .fv h1 .txt_small {
    font-size: clamp(22px, 3.94vw, 32px);
  }

  /* .fv .sub-tit {
    width: 70%;
  } */

  .fv .p-tag_laurel {
    flex-direction: column;
    align-items: center;
  }

  .fv .c-tag {
    width: 100%;
  }

  .fv .c-laurel {
    width: 100%;
  }

  .fv .c-fv_btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
    width: 100%;
  }

  /* .fv .report_btn .report_btn_link,
  .contact_btn .contact_btn_link {
    height: 68px;
  } */

  .fv .fv_right {
    height: 43.625vh;
  }

  .fv .fv_right {
    width: 400px;
    height: 400px;
  }

  .sec01 ul.sec01_summary_list {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .sec06 .sec06_inner .card > ul.card_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec06 .sec06_inner .card .card_list .card_item .card_title {
    min-height: auto;
    font-size: 4vw;
  }
}

@media screen and (max-width: 480px) {
  .fv .fv_inner {
    padding: 60px 0 0 0;
  }

  .fv h1 {
    /* font-size: clamp(24px, 6vw, 30px); */
    font-size: 34px;
  }

  .fv .fv_right {
    width: 90%;
    padding: 0 0 30px 0;
  }

  .fv .sub-tit {
    margin: 10px auto 10px auto;
  }
  
  .fv .fv_right {
    width: 300px;
    height: 300px;
  }
  .title .title_Main {
    font-size: 30px;
  }
  .sec01 h3.sec01_point-ttl {
    font-size: 20px;
  }
  .sec01 .sec01_point_list-box .txt_box > h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .sec05 .sec05_boxTextarea .sec05_boxText1 {
    font-size: 4.6vw;
  }
}

/* .sec01 {
  background-image: url(../images/pc/sec01_bg1.png), url(../images/pc/sec01_bg2.png);
  background-size: 1920px 96px, 1920px 254px;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-color: #81CBEC;
  padding: 96px 0 60px;
} */

.sec01 {
  background-image: url(../images/pc/sec01_bg1.png), url(../images/pc/sec01_bg2.png);
  background-size: 100% 96px, 100% 254px;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-color: #81CBEC;
  padding: 0 0 60px;
  position: relative;
  top: -1px;
}

.sec01 .sec01_inner {
  padding-top: 160px;
}

.sec01 .sec01_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.sec01 .sec01_lead {
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  padding: 0 0 40px 0;
}

.sec01 .sec01_list-illsut {
  display: grid;
  grid-template-columns: repeat(4, 190px);
  gap: 20px;
  justify-content: center;
  padding: 0 0 50px 0;
}

.sec01 .sec01_text1 {
  text-align: center;
  /* margin-bottom: 23px; */
  text-shadow: 1px 2px 2px rgb(57, 57, 57, 0.6);
}
.sec01 .sec01_text1.sec01_condition {
  margin-bottom: 23px;
}
.sec01 .sec01_text1 .t2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #FFFFFF;
  display: block;
}

.sec01 .sec01_text1 .t3 {
  font-weight: 700;
  font-size: clamp(22px, 5vw, 28px);
  line-height: 130%;
  display: block;
  padding: 0 30px;
  border-bottom: 2px solid #333333;
  text-shadow: none;
  width: fit-content;
  margin: 32px auto;
  position: relative;
}
.sec01 .sec01_text1 .t3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #333333;
}
ul.sec01_summary_list {
  font-size: 20px;
  color: #333333;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-direction: row;
}
ul.sec01_summary_list li {
  background-color: #fff;
  padding: 24px 20px;
  border-radius: 16px;
  text-align: center;
}
.sec01 .sec01_text1 .t2 .marker {
  display: inline;
  background: linear-gradient(transparent 80%, #f2cf39 0%);
  padding: 0 1px 0px;
}
.sec01 .sec01_inner .sec01_text1_summary .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #f2cf39 0%);
  padding: 0 1px 0px;
  color: #006FD5;
  font-size: clamp(24px, 3.5714vw, 40px);
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(255, 255, 255, 1);
  margin: 40px auto;
}

.sec01_text1_summary {
  margin: 40px 0 80px 0;
}

.sec01 .icon_triangle {
  display: block;
  width: 104px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.sec01 .sec01_point {
  padding: 0 0 50px 0;
}

.sec01 .sec01_point-ttl {
  /* width: fit-content; */
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background-color: #006FD5;
  border-radius: 8px 8px 0 0;
  margin: 0 auto;
  padding: 10px 26px;
  max-width: 940px;
  width: 95%;
  letter-spacing: 0.1em;
}

.sec01 .sec01_point_inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  background-color: #ffffff;
  padding: 40px;
  /* border-top: 3px #006FD5 solid; */
  border-radius: 10px;
}

.sec01 .sec01_point_list-box {
  border-left: 4px #006FD5 solid;
}

/* .sec01 .sec01_point_list-box .txt_number {
  font-size: 40px;
  font-family: "Roboto", serif;
  font-weight: 400;
  text-align: center;
  color: #006FD5;
  border-right: 2px #006FD5 solid;
  padding: 16px;
} */

.sec01 .sec01_point_list-box .txt_box {
  padding: 0 0 0 24px;
}

.sec01 .sec01_point_list-box h4 {
  font-size: 32px;
  font-weight: 600;
  color: #006FD5;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 20px;
}

.sec01 .sec01_point_list-box_txt {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec01 .sec01_point_list-box_txt li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 20px;
  color: #333333;
}

.sec01 .sec01_point_list-box_txt li::before {
  content: "・";
  color: #006FD5;
  margin-right: 0.5em;
}

.sec01 .sec01_bottom {
  display: flex;
  align-items: center;
}

.sec01 .sec01_bottomTextBox {
  position: relative;
  top: -50px;
}

.sec01 .sec01_bottomText1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: justify;
  color: #fff;
  margin-bottom: 16px;
}

.sec01 .sec01_bottomText1 .large {
  font-size: 24px;
}

.sec01 .sec01_bottomText2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 140%;
  color: #006FD5;
  text-shadow: 2px 2px 0px #FFFFFF;
}

.sec01 .sec01_bottomText2 span {
  display: inline-block;
  background: linear-gradient(transparent 65%, #FDDC0E 65%);
}

.sec01 .sec01_bottomFig {
  flex: 0 0 563px;
}

@media screen and (max-width: 1080px) {
  .sec01 {
    background-image: url(../images/sp/sec01_bg1.png), url(../images/sp/sec01_bg2.png);
    background-size: 100vw 12.8vw, 100vw 33.8666666667vw;
    padding: 12.8vw 0 10.6666666667vw;
  }

  .sec01 .sec01_inner {
    padding-top: 8.5333333333vw;
  }

  .sec01 .sec01_title {
    font-size: clamp(34px, 4.92vw, 40px);
    margin-bottom: 12px;
  }

  .sec01 .sec01_lead {
    font-size: 18px;
  }

  .sec01 .sec01_list-illsut {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .sec01 .sec01_fig1 {
    margin-bottom: 5.3333333333vw;
  }

  .sec01 .sec01_text1 {
    margin-bottom: 30px;
  }
  .sec01_text1.sec01_text1_summary {
    margin-top: 15px;
  }
  .sec01 .sec01_text1 .t1 {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }

  .sec01 .sec01_text1 .t2 {
    font-size: 28px;
    /* line-height: 140%; */
  }

  .sec01 .sec01_text1 .t2 .marker {
    /* padding-bottom: 2.6666666667vw; */
    display: inline;
    background: linear-gradient(transparent 80%, #f2cf39 0%);
    padding: 0 1px 0px;
  }

  .sec01 .sec01_fig2 {
    margin-bottom: 10.6666666667vw;
  }

  .sec01 .sec01_bottom {
    display: block;
  }

  .sec01 .sec01_bottomTextBox {
    top: 0;
  }

  .sec01 .sec01_bottomText1 {
    font-size: 4.4vw;
    margin-bottom: 1vw;
  }

  .sec01 .sec01_bottomText1 .large {
    font-size: 6.5vw;
  }

  .sec01 .sec01_bottomText2 {
    font-size: 9.6vw;
    text-shadow: 0.2666666667vw 0.2666666667vw 0 #FFFFFF;
    text-align: center;
  }

  .sec01 .sec01_bottomText2 span {
    display: inline-block;
    background: linear-gradient(transparent 65%, #FDDC0E 65%);
  }

  .sec01 .sec01_bottomFig {
    margin: 30px 0 50px 0;
  }
}

@media screen and (max-width: 812px) {
  .sec01 .sec01_point_list-box h4 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .sec01 .sec01_list-illsut {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .sec01 .sec01_point_inner {
    padding: 10px 16px 20px 16px;
    border-top: 3px #006FD5 solid;
  }
}

.sec02 {
  background: #F6F1EC;
  padding: 100px 0 40px;
}

.sec02 .sec02_block1 {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.sec02 .sec02_block1Fig {
  flex: 0 0 500px;
}

.sec02 .sec02_block1TextArea {
  margin-left: 40px;
}

.sec02 .sec02_block1Tex1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
  margin-bottom: 8px;
}

.sec02 .sec02_block1Tex2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.sec02 .sec02_fig {
  margin-bottom: 56px;
}

.sec02 .sec02_block2 {
  position: relative;
}

.sec02 .sec02_block2TextArea {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
}

.sec02 .sec02_block2Text1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 8px;
}

.sec02 .sec02_block2Text2 {
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  text-align: center;
  color: #006FD5;
}

@media screen and (max-width: 1080px) {
  .sec02 {
    padding: 16vw 0 5.3333333333vw;
  }

  .sec02 .sec02_block1 {
    margin-top: 10.6666666667vw;
    display: block;
    margin-bottom: 10.6666666667vw;
  }

  .sec02 .sec02_block1Fig {
    margin-bottom: 5.3333333333vw;
  }

  .sec02 .sec02_block1TextArea {
    margin-left: 0;
  }

  .sec02 .sec02_block1Tex1 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }

  .sec02 .sec02_block1Tex2 {
    font-size: 2.6666666667vw;
  }

  .sec02 .sec02_fig {
    margin-bottom: 10.6666666667vw;
  }

  .sec02 .sec02_block2TextArea {
    top: 14.6666666667vw;
    width: 84vw;
  }

  .sec02 .sec02_block2Text1 {
    font-size: 5.3333333333vw;
    margin-bottom: 1.0666666667vw;
  }

  .sec02 .sec02_block2Text2 {
    font-size: 14.9333333333vw;
  }
}

.sec03 {
  background-color: #F6F1EC;
  background-image: url(../images/pc/sec03_bg.png);
  background-size: 1920px 838px;
  background-position: top center;
  padding: 100px 0 40px;
}

.sec03 .sec03_flex {
  display: flex;
  align-items: center;
  margin-bottom: 88px;
}

.sec03 .sec03_flexFig {
  flex: 0 0 316px;
}

.sec03 .sec03_flexList {
  margin-left: 40px;
}

.sec03 .sec03_flexItem {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 15px;
  padding-left: 24px;
  position: relative;
}

.sec03 .sec03_flexItem:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/icon_check.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  top: 5px;
  left: 0px;
}

.sec03 .sec03_block {
  text-align: center;
  background: #F6F1EC;
  border: 4px solid #FDDC0E;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  padding: 40px 0;
  position: relative;
}

.sec03 .sec03_block:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/pc/sec03_2.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 206px;
  height: 72px;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}

.sec03 .sec03_blockText1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #006FD5;
}

.sec03 .sec03_blockText2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #006FD5;
}

@media screen and (max-width: 1080px) {
  .sec03 {
    background-image: url(../images/sp/sec03_bg.png);
    background-size: 101.2vw 66.5333333333vw;
    padding: 16vw 0 5.3333333333vw;
  }

  .sec03 .sec03_flex {
    display: block;
    margin-bottom: 17.0666666667vw;
  }

  .sec03 .sec03_flexFig {
    margin: 0 auto 5.3333333333vw;
    width: 73.3333333333vw;
  }

  .sec03 .sec03_flexList {
    margin-left: 0;
  }

  .sec03 .sec03_flexItem {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
    padding-left: 5.3333333333vw;
  }

  .sec03 .sec03_flexItem:before {
    height: 3.2vw;
    top: 1.3333333333vw;
    left: 0;
  }

  .sec03 .sec03_block {
    border: 0.8vw solid #FDDC0E;
    box-shadow: 0px 0.5333333333vw 2.1333333333vw rgba(0, 0, 0, 0.24);
    border-radius: 3.2vw;
    padding: 5.3333333333vw 0;
  }

  .sec03 .sec03_block:before {
    background-image: url("../images/sp/sec03_2.png");
    width: 42.6666666667vw;
    height: 14.8vw;
    top: -12.2666666667vw;
  }

  .sec03 .sec03_blockText1 {
    font-size: 5.3333333333vw;
  }

  .sec03 .sec03_blockText2 {
    font-size: 6.6666666667vw;
  }
}

.sec04 {
  background-color: #F6F1EC;
  padding: 60px 0 100px;
}

.sec04 .sec04_inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.sec04 .sec04_note {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}

.sec04 .sec04_fig {
  width: 1600px;
}

.scroll {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
}

@media screen and (max-width: 1080px) {
  .sec04 {
    padding: 8vw 0 16vw;
  }

  .sec04 .sec04_inner {
    width: 84vw;
  }

  .sec04 .sec04_note {
    font-size: 2.6666666667vw;
    margin-bottom: 7.4666666667vw;
  }

  .sec04 .sec04_fig {
    width: 372.8vw;
  }
}

.sec05 {
  padding: 0 0 0;
}

.sec05 .sec05_head {
  position: relative;
}

.sec05 .sec05_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  font-weight: 700;
  text-align: center;
}

.sec05 .sec05_title1 {
  display: block;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}

.sec05 .sec05_title2 {
  display: block;
  font-size: 40px;
  line-height: 140%;
  color: #fff;
}

.sec05 .sec05_title3 {
  display: block;
  font-size: 64px;
  line-height: 120%;
  color: #FDDC0E;
}

.sec05 .sec05_title3 .small {
  font-size: 48px;
}

.sec05 .sec05_title4 {
  display: block;
  font-size: 48px;
  line-height: 140%;
  color: #fff;
}

.sec05 .sec05_item {
  background-size: 1920px 80px, 1920px 80px, 1920px 1px;
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  /* margin-bottom: 50px; */
  position: relative;
  padding: 45px 0 100px;
}

.sec05 .sec05_item:nth-child(odd) {
  /* background-image: url(../images/pc/sec05_bg1_1.png), url(../images/pc/sec05_bg1_3.png), url(../images/pc/sec05_bg1_2.png); */
  background-color: #F6F1EC;
}

.sec05 .sec05_item:nth-child(even) {
  /* background-image: url(../images/pc/sec05_bg2_1.png), url(../images/pc/sec05_bg2_3.png), url(../images/pc/sec05_bg2_2.png); */
  background-color: #F6F1EC
}

.sec05 .sec05_item:first-child {
  /* margin-top: 22px; */
}

.sec05 .sec05_item:first-child:before {
  background-image: url("../images/pc/sec05_reason1.png");
}

.sec05 .sec05_item:nth-child(2):before {
  background-image: url("../images/pc/sec05_reason2.png");
}

.sec05 .sec05_item:nth-child(3) {
  margin-bottom: 0;
}

.sec05 .sec05_item:nth-child(3):before {
  background-image: url("../images/pc/sec05_reason3.png");
}

.sec05 .sec05_item:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 156px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
}

.sec05 .sec05_itemInner {
  max-width: 1000px;
  margin: 0 auto;
}

.sec05 .sec05_itemTitle {
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.sec05 .sec05_itemTitleSub {
  display: block;
  font-size: 20px;
  line-height: 140%;
}

.sec05 .sec05_itemTitleMain {
  display: block;
  font-size: 40px;
  line-height: 140%;
}

.sec05 .sec05_flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.sec05 .sec05_fig {
  flex: 0 0 400px;
}

.sec05 .sec05_checkList {
  margin-left: 40px;
}

.sec05 .sec05_checkItem {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}

.sec05 .sec05_checkItem:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/icon_check.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  top: 6px;
  left: 0px;
}

.sec05 .sec05_checkItem .blue {
  color: #009BE2;
  font-weight: 700;
}

.sec05 .sec05_checkItem:last-child {
  margin-bottom: 0;
}

.sec05 .sec05_block {
  display: flex;
}

.sec05 .sec05_block.-cross {
  position: relative;
}

.sec05 .sec05_block.-cross:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/sec05_cross.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
}

.sec05 .sec05_blockBox {
  flex: 0 0 50%;
}

.sec05 .sec05_blockTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
}

.sec05 .sec05_blockTitle.-left {
  background: #009BE2;
}

.sec05 .sec05_blockTitle.-right {
  background: #006FD5;
}

.sec05 .sec05_blocContent {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}

.sec05 .sec05_blocContent.-right {
  border-left: 1px solid #999999;
}

.sec05 .sec05_blockList li {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  list-style-type: disc;
  list-style-position: inside;
}

.sec05 .sec05_blockText {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.sec05 .sec05_box {
  padding: 24px 40px;
  border: 2px solid #009BE2;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: 80px;
}

.sec05 .sec05_box:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/sec05_bubble.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 72px;
  height: 80px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.sec05 .sec05_boxTextarea {
  margin-right: 40px;
}

.sec05 .sec05_boxText1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
}

.sec05 .sec05_boxText1 .marker {
  display: inline-block;
  background: linear-gradient(transparent 75%, #FDDC0E 75%);
}

.sec05 .sec05_boxText1 .blue {
  color: #006FD5;
}

.sec05 .sec05_boxText2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.sec05 .sec05_boxText3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-top: 8px;
}

.sec05 .sec05_boxFig {
  flex: 0 0 408px;
}

.sec05 .sec05_itemText1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #006FD5;
  margin-bottom: 8px;
}

.sec05 .sec05_itemText2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #006FD5;
}

.sec05 .sec05_label {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.sec05 .sec05_labelItem {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  background: #FDDC0E;
  color: #666;
  padding: 8px;
  display: inline-block;
  margin: 0 8px;
}

.sec05 .sec05_labelItem .blue {
  color: #006FD5;
}

.sec05 .sec05_bottom {
  position: relative;
  padding-top: 80px;
}

.sec05 .sec05_bottomText1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #009BE2;
  text-align: center;
  margin-bottom: 13px;
}

.sec05 .sec05_bottomText1 span {
  font-size: 24px;
}

.sec05 .sec05_bottomBox {
  padding: 32px 0;
  background: #F6F1EC;
  border: 4px solid #FDDC0E;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
}

.sec05 .sec05_bottomBubble {
  width: 558px;
  margin: 0 auto;
}

.sec05 .sec05_bottomText2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #006FD5;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  /* .sec05 {
    padding: 16vw 0 0;
  } */

  .sec05 .sec05_title {
    top: 10.6666666667vw;
    width: 100%;
  }

  .sec05 .sec05_title1 {
    font-size: 5.3333333333vw;
  }

  .sec05 .sec05_title2 {
    font-size: 7.4666666667vw;
  }

  .sec05 .sec05_title3 {
    font-size: 10.6666666667vw;
  }

  .sec05 .sec05_title3 .small {
    font-size: 8.5333333333vw;
  }

  .sec05 .sec05_title4 {
    font-size: 8.5333333333vw;
  }

  .sec05 .sec05_item {
    background-size: 100vw 10.6666666667vw, 100vw 10.6666666667vw, 100vw 0.1333333333vw;
    /* margin-bottom: 13.3333333333vw; */
    /* padding: 6.9333333333vw 0 20.20vw; */
    padding: 6.9333333333vw 0 10.6666666667vw;
  }

  /* .sec05 .sec05_item:nth-child(odd) {
    background-image: url(../images/sp/sec05_bg1_1.png), url(../images/sp/sec05_bg1_3.png), url(../images/sp/sec05_bg1_2.png);
  } */

  /* .sec05 .sec05_item:nth-child(even) {
    background-image: url(../images/sp/sec05_bg2_1.png), url(../images/sp/sec05_bg2_3.png), url(../images/sp/sec05_bg2_2.png);
  } */

  /* .sec05 .sec05_item:first-child {
    margin-top: 0.6666666667vw;
  } */

  .sec05 .sec05_item:first-child:before {
    background-image: url("../images/sp/sec05_reason1.png");
  }

  .sec05 .sec05_item:nth-child(2):before {
    background-image: url("../images/sp/sec05_reason2.png");
  }

  .sec05 .sec05_item:nth-child(3) {
    margin-bottom: 0;
  }

  .sec05 .sec05_item:nth-child(3):before {
    background-image: url("../images/sp/sec05_reason3.png");
  }

  .sec05 .sec05_item:before {
    width: 33.8666666667vw;
    height: 8.8vw;
    top: -4.4vw;
  }

  .sec05 .sec05_itemInner {
    max-width: 81.3333333333vw;
  }

  .sec05 .sec05_itemTitle {
    margin-bottom: 5.3333333333vw;
  }

  .sec05 .sec05_itemTitleSub {
    font-size: 4.8vw;
  }

  .sec05 .sec05_itemTitleMain {
    font-size: 7.4666666667vw;
  }

  .sec05 .sec05_flex {
    display: block;
    margin-bottom: 5.3333333333vw;
  }

  .sec05 .sec05_fig {
    margin-bottom: 5.3333333333vw;
  }

  .sec05 .sec05_checkList {
    margin-left: 0;
  }

  .sec05 .sec05_checkItem {
    font-size: 4vw;
    margin-bottom: 3.2vw;
    padding-left: 5.3333333333vw;
  }

  .sec05 .sec05_checkItem:before {
    width: 3.2vw;
    height: 3.2vw;
    top: 2vw;
  }

  .sec05 .sec05_block.-cross {
    position: relative;
  }

  .sec05 .sec05_block.-cross:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    bottom: 17.3333333333vw;
  }

  .sec05 .sec05_blockBox {
    background-color: #fff;
  }

  .sec05 .sec05_blockTitle {
    font-size: 4vw;
    padding: 1.0666666667vw 0;
  }
  .sec05 .sec05_blockTitle.-left.-row {
    line-height: 3.1em;
    font-size: 3.6vw;
  }
  .sec05 .sec05_blocContent {
    padding: 2.1333333333vw;
  }

  .sec05 .sec05_blockList li {
    font-size: 3.4666666667vw;
    letter-spacing: 0.04em;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  .sec05 .sec05_blockText {
    font-size: 3.4666666667vw;
  }

  .sec05 .sec05_box {
    padding: 10.6666666667vw 5.3333333333vw;
    border: 0.5333333333vw solid #009BE2;
    border-radius: 2.1333333333vw;
    display: block;
    margin-bottom: 5.3333333333vw;
    margin-top: 16vw;
  }

  .sec05 .sec05_box:before {
    width: 17.3333333333vw;
    height: 19.2vw;
    top: -9.6vw;
  }

  .sec05 .sec05_boxTextarea {
    margin-right: 0;
  }

  .sec05 .sec05_boxText1 {
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  .sec05 .sec05_boxText2 {
    font-size: 4vw;
    margin-bottom: 0;
  }

  .sec05 .sec05_boxText3 {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }

  .sec05 .sec05_boxFig {
    margin-top: 5.3333333333vw;
  }

  .sec05 .sec05_itemText1 {
    font-size: 5.3333333333vw;
    margin-bottom: 1.0666666667vw;
  }

  .sec05 .sec05_itemText2 {
    font-size: 6.4vw;
  }

  .sec05 .sec05_label {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .sec05 .sec05_labelItem {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw;
    margin: 0 0 2.1333333333vw;
  }

  .sec05 .sec05_labelItem .blue {
    color: #006FD5;
  }

  .sec05 .sec05_bottom {
    padding-top: 7.4666666667vw;
  }

  .sec05 .sec05_bottomText1 {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }

  .sec05 .sec05_bottomText1 span {
    font-size: 5.3333333333vw;
  }

  .sec05 .sec05_bottomBox {
    padding: 4.2666666667vw 0;
    border: 0.8vw solid #FDDC0E;
    box-shadow: 0px 0.5333333333vw 2.1333333333vw rgba(0, 0, 0, 0.24);
    border-radius: 2.1333333333vw;
    width: 84vw;
    position: static;
    transform: translateX(0);
  }

  .sec05 .sec05_bottomBubble {
    width: 64.8vw;
  }

  .sec05 .sec05_bottomText2 {
    font-size: 7.4666666667vw;
  }

  .sec05 .sec05_bottomFig {
    margin-top: -6vw;
  }
  .sec06 .sec06_inner .card .card_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sec06 {
  background: #F6F1EC;
  padding: 0 0 80px;
}

.sec06 .sec06_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.sec06 .sec06_fig {
  margin-bottom: 77px;
}

.sec06 .sec06_lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 16px;
}

.sec06 .sec06_lead .kome {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.sec06 .sec06_note {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 53px;
}

.sec06 .sec06_bubble {
  width: 546px;
  margin: 0 auto;
}

.sec06 .sec06_text {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #006FD5;
}

@media screen and (max-width: 1080px) {
  .sec06 {
    background: #F6F1EC;
    /* padding: 16vw 0 11.7333333333vw; */
  }

  .sec06 .sec06_inner {
    max-width: 84vw;
  }

  .sec06 .sec06_figWrap {
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
    margin-bottom: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }

  .sec06 .sec06_fig {
    width: 200vw;
    margin-bottom: 0;
  }

  .sec06 .sec06_lead {
    font-size: 6.4vw;
    text-align: left;
    margin-bottom: 2.1333333333vw;
  }

  .sec06 .sec06_lead .kome {
    font-size: 2.6666666667vw;
  }

  .sec06 .sec06_note {
    font-size: 2.6666666667vw;
    margin-bottom: 11.2vw;
  }

  .sec06 .sec06_bubble {
    width: 74.1333333333vw;
    margin: 0 auto 1.0666666667vw;
  }

  .sec06 .sec06_text {
    font-size: 6.4vw;
    width: 84vw;
    margin: 0 auto;
  }
}

.sec07 {
  background: #81CBEC;
  padding: 100px 0;
}

.sec07 .sec07_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec07 .sec07_box {
  flex: 0 0 480px;
}

.sec07 .sec07_boxTitle {
  height: 72px;
  background: #009BE2;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec07 .sec07_boxContent {
  background-color: #fff;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec07 .sec07_boxContent ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  list-style-type: disc;
  list-style-position: inside;
}

.sec07 .sec07_boxPrice {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #006FD5;
  text-align: center;
}

.sec07 .sec07_boxPrice .tax {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.sec07 .sec07_boxPrice .user {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}

.sec07 .sec07_FigWrap {
  margin-bottom: 8px;
}

.sec07 .sec07_note {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
}

@media screen and (max-width: 1080px) {
  .sec07 {
    padding: 16vw 0;
  }

  .sec07 .sec07_flex {
    display: block;
    margin-bottom: 5.3333333333vw;
  }

  .sec07 .sec07_boxTitle {
    height: auto;
    font-size: 4.8vw;
    padding: 1.0666666667vw 0;
  }

  .sec07 .sec07_boxContent {
    background-color: #fff;
    padding: 2.1333333333vw 2.1333333333vw;
  }

  .sec07 .sec07_boxContent ul li {
    font-size: 3vw;
    line-height: 140%;
    padding-left: 1.5em;
    text-indent: -1.5em;
    letter-spacing: 0.04em;
  }

  .sec07 .sec07_boxPrice {
    font-size: 8.5333333333vw;
  }

  .sec07 .sec07_boxPrice .tax {
    font-size: 2.6666666667vw;
  }

  .sec07 .sec07_boxPrice .user {
    font-size: 3.6vw;
  }

  .sec07 .sec07_FigWrap {
    /* overflow-x: scroll;
    margin-right: calc(50% - 50vw); */
    margin-bottom: 2.1333333333vw;
  }

  /* .sec07 .sec07_fig {
    width: 200vw;
  } */

  .sec07 .sec07_note {
    font-size: 2.6666666667vw;
    text-align: left;
  }
}

.sec08 {
  background-color: #F6F1EC;
  background-image: url(../images/pc/sec08_bg.png);
  background-size: 1920px 2008px;
  background-position: top center;
  padding: 100px 0 64px;
}

.sec08 .sec08_item {
  background-color: #fff;
  padding: 24px 40px 0;
  border-radius: 16px;
  margin-bottom: 56px;
  position: relative;
}

.sec08 .sec08_item:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/sec08_deco.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  top: 0;
  right: 0px;
  border-radius: 0 16px 0 0;
}

.sec08 .sec08_top {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #009BE2;
}

.sec08 .sec08_fig {
  flex: 0 0 160px;
}

.sec08 .sec08_topText {
  margin-left: 24px;
  display: flex;
}

.sec08 .sec08_company {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 24px;
}

.sec08 .sec08_position {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.sec08 .sec08_bottom {
  padding-top: 16px;
}

.sec08 .sec08_text1 {
  color: #006FD5;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 8px;
}

.sec08 .sec08_text2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  padding-bottom: 24px;
}

.sec08 .sec08_text2 .blue {
  font-weight: 700;
  color: #009BE2;
}

@media screen and (max-width: 1080px) {
  .sec08 {
    background-image: url(../images/sp/sec08_bg.png);
    background-size: 100vw 618.6666666667vw;
    background-position: bottom center;
    padding: 16vw 0 8.5333333333vw;
  }

  .sec08 .sec08_item {
    padding: 3.2vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 7.4666666667vw;
  }

  .sec08 .sec08_item:before {
    width: 24vw;
    height: 24vw;
    border-radius: 0 2.1333333333vw 0 0;
  }

  .sec08 .sec08_top {
    padding-bottom: 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #009BE2;
  }

  .sec08 .sec08_fig {
    flex: 0 0 21.3333333333vw;
  }

  .sec08 .sec08_topText {
    margin-left: 3.2vw;
    display: block;
    z-index: 2;
  }

  .sec08 .sec08_company {
    font-size: 4.2666666667vw;
    margin-right: 0;
    margin-bottom: 1.0666666667vw;
  }

  .sec08 .sec08_position {
    font-size: 3.4666666667vw;
    line-height: 140%;
  }

  .sec08 .sec08_bottom {
    padding-top: 0;
  }

  .sec08 .sec08_text1 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
    padding-top: 4.2666666667vw;
  }

  .sec08 .sec08_text2 {
    font-size: 4vw;
    padding-bottom: 0;
  }
}

.sec09 {
  background: #81CBEC;
  padding: 70px 0 90px 0;
}

.sec09 .sec09_fig {
  width: 926px;
  margin: 0 auto 16px;
}

.sec09 .sec09_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

.sec09 .sec09_item {
  flex: 0 0 214px;
}

.sec09 .sec09_text1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 8px;
}

.sec09 .sec09_text2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.sec09 .sec09_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 53px;
  text-align: center;
}

.sec09 .sec09_box p {
  font-size: 20px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1080px) {
  .sec09 {
    padding: 16vw 0;
  }

  .sec09 .sec09_flow {
    display: flex;
  }

  .sec09 .sec09_fig {
    width: 26.6666666667vw;
    margin: 0;
    flex: 0 0 26.6666666667vw;
  }

  .sec09 .sec09_list {
    display: block;
    margin-bottom: 0;
    margin-left: 4.2666666667vw;
  }

  .sec09 .sec09_item {
    height: 26.6666666667vw;
    margin-bottom: 6.4vw;
    /* display: flex; */
    align-items: center;
  }

  .sec09 .sec09_text1 {
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 1.0666666667vw;
  }

  .sec09 .sec09_text2 {
    font-size: 4vw;
  }

  .sec09 .sec09_box {
    border: 0.2666666667vw solid #333333;
    border-radius: 1.0666666667vw;
    height: auto !important;
    margin-top: 1.0666666667vw;
    padding: 1.0666666667vw 5.3333333333vw;
  }

  .sec09 .sec09_box p {
    font-size: 4vw;
  }
}

.sec10 {
  background-color: #F6F1EC;
  padding: 100px 0 80px;
}

@media screen and (max-width: 1080px) {
  .sec10 {
    padding: 16vw 0 10.6666666667vw;
  }
}

.sec11 {
  background-color: #F6F1EC;
  background-image: url(../images/pc/sec11_1.png);
  background-size: 1920px 461px;
  background-position: top center;
  height: 461px;
}

.sec11 .sec11_text {
  padding-top: 104px;
  text-align: right;
}

.sec11 .sec11_text span {
  display: inline-block;
  font-weight: 700;
  font-size: 72px;
  line-height: 140%;
  color: #006FD5;
  letter-spacing: 0.085em;
  text-shadow: 2px 2px 0px #FFFFFF;
  background: linear-gradient(transparent 65%, #FDDC0E 65%);
}

.sec11 .sec11_text span.text1 {
  margin-right: 60px;
}

@media screen and (max-width: 1080px) {
  .sec11 {
    background-image: url(../images/sp/sec11_1.png);
    background-size: 92.2666666667vw 56.1333333333vw;
    background-position: top left;
    height: auto;
    padding-bottom: 5.3333333333vw;
  }

  .sec11 .sec11_text {
    padding-top: 59.3333333333vw;
  }

  .sec11 .sec11_text span {
    font-size: 9.6vw;
    letter-spacing: 0.02em;
    text-shadow: 0.2666666667vw 0.2666666667vw 0 #FFFFFF;
  }

  .sec11 .sec11_text span.text1 {
    margin-right: 9.3333333333vw;
  }
}

/*# footer-style */
* {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #333333;
}

a {
    display: block;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#footer2 {
    border-top: 2px solid #ccc;
    padding: 30px 0 0 0;
    background-color: #fff;
  }

  #footer2 .footer-logo {
    width: 1150px;
    width: 120px;
    height: 100%;
    margin: 0 auto 20px;
  }

  #footer2 .footer-logo img {
    width: 100%;
    height: auto;

  }

  #footer2 .flex_bet {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#footer2 .flex_bet ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 16px 0;
}

#footer2>.flex_bet ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 12px;
    padding-right: 14px;
    margin: 0 0 0 14px;
}

#footer2>.flex_bet ul li.line {
    padding-left: 12px;
}

#footer2>.flex_bet ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #666666;
}

#footer2>.flex_bet ul li.last::after {
    display: none;
}

#footer2>.flex_bet ul li a {
    color: #333333;
}

#footer2 .flex_bet #copyright {
    color: #333333;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
}

@media screen and (max-width: 1199px) {
    #footer2 .flex_bet {
        max-width: 600px;
        width: 86%;
    }

    #footer2>.flex_bet ul li {
        padding: 0 14px 8px 0;
    }

    #footer2>.flex_bet ul li::after {
        margin-top: -8px;
    }
}
