@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: bottom;
}

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: 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: 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: 20px;
  line-height: 140%;
  display: block;
}

@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: 24px;
  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;
  }
}

.slider {
  margin: 0 auto 100px;
  max-width: 1000px;
  position: relative;
}

.slider .slider_list {
  margin-right: calc(50% - 50vw);
  max-width: 1460px;
}

.slider .slider_item {
  width: 432px;
  height: 416px;
  margin: 0 28px;
  padding: 24px 44px;
  background-color: #fff;
  border-radius: 16px;
}

.slider .slider_fig {
  margin-bottom: 16px;
}

.slider .slider_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #009BE2;
  height: 56px;
  margin-bottom: 16px;
}

.slider .slider_exp {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.slider .slider_list .slick-arrow {
  position: absolute;
  top: 180px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 2;
}

.slider .slider_list .slick-arrow.prev-arrow {
  left: -50px;
}

.slider .slider_list .slick-arrow.next-arrow {
  left: 870px;
}

.slider .slick-dots {
  width: 920px;
  bottom: -72px;
}

.slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}

.slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  line-height: 8px;
  background-color: #ddd;
  border-radius: 50%;
  opacity: 1;
}

.slider .slick-dots li.slick-active button:before {
  background-color: #000;
}

.slider h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 30px 0;

}

@media screen and (max-width: 1080px) {
  .slider {
    margin: 0 auto 40px;
    max-width: 84vw;
  }

  .slider .slider_list {
    margin-right: calc(50% - 50vw);
  }

  .slider .slider_item {
    width: 84vw;
    height: 103.2vw;
    margin: 0 2vw;
    padding: 4.2666666667vw 5.3333333333vw;
    border-radius: 3.2vw;
  }

  .slider .slider_fig {
    margin-bottom: 2.1333333333vw;
  }

  .slider .slider_title {
    font-size: 4.8vw;
    height: 13.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }

  .slider .slider_exp {
    font-size: 4vw;
    line-height: 180%;
  }

  .slider .slick-dots {
    width: 84vw;
    bottom: -12vw;
  }

  .slider .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.6vw;
  }

  .slider .slick-dots li button:before {
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    line-height: 2.1333333333vw;
  }
}

.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.jpg);
}

.cv.-cv_bg .c-fv_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  width: 90%;
  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;
}

@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;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  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;
}

.header .header_logo {
  width: 131px;
  padding: 8px 0;
  margin-right: 20px;
  margin-left: 20px;
}

.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: 200px;
  height: 80px;
  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;
  }

  .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(42px, 4.2714vw, 64px);
  line-height: 1.4;
  color: #006FD5;
  padding: 0 0 30px;
}

.fv h1 .txt_small {
  font-size: clamp(32px, 3.5714vw, 50px);
}

.fv .sub-tit {
  margin-bottom: 10px;
  width: 43.5%;
}

.fv .sub-tit p {
  padding: 5px 7.8%;
  background-color: #fff;
  font-size: min(1.5vw, 24px);
  border-radius: 4px;
  color: #006FD5;
  font-weight: bold;
  text-align: center;
}

.fv .p-tag_laurel {
  display: flex;
  gap: 20px;
  align-items: center;
  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: #ffffff;
  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: 14px;
  text-align: right;
}

.fv .c-fv_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  width: 90%;
}

@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;
  }

  .fv .fv_right {
    width: 80%;
    padding: 0 0 30px 0;
  }

  .fv h1 {
    font-size: clamp(56px, 5.185vw, 64px);
    text-align: center;
  }

  .fv h1 .txt_small {
    font-size: clamp(24px, 3.7vw, 40px);
  }

  .fv .sub-tit {
    margin: 0 auto 36px;
  }

  .fv .sub-tit p {
    font-size: clamp(16px, 2.5vw, 22px);
  }

  .fv .c-fv_btn {
    width: 100%;
  }
}

@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 h1 {
    font-size: clamp(30px, 6.25vw, 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;
  }

  .fv .c-tag {
    width: 100%;
  }

  .fv .c-laurel {
    width: 100%;
  }

  .fv .c-fv_btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 100%;
  }

  /* .fv .report_btn .report_btn_link,
  .contact_btn .contact_btn_link {
    height: 68px;
  } */
}

@media screen and (max-width: 480px) {
  .fv .fv_inner {
    padding: 60px 0 0 0;
  }

  .fv h1 {
    font-size: clamp(24px, 6.557vw, 30px);
  }

  .fv .fv_right {
    width: 90%;
    padding: 0 0 30px 0;
  }

  .fv .sub-tit {
    margin: 0 auto 20px;
  }
}

/* .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: 56px;
  text-shadow: 1px 2px 2px rgb(57, 57, 57, 0.6);
}

.sec01 .sec01_text1 .t2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #FFFFFF;
  display: block;
}

.sec01 .sec01_text1 .t2 .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #f2cf39 0%);
  padding: 0 1px 0px;
}

.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;
}

.sec01 .sec01_point_inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  background-color: #ffffff;
  padding: 30px 30px 30px 20px;
  border-top: 3px #006FD5 solid;
}

.sec01 .sec01_point_list-box {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
}

.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 20px;
}

.sec01 .sec01_point_list-box h4 {
  font-size: 24px;
  font-weight: 500;
  color: #006FD5;
}

.sec01 .sec01_point_list-box_txt {
  list-style: none;
}

.sec01 .sec01_point_list-box_txt li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
}

.sec01 .sec01_point_list-box_txt li::before {
  content: "⚫︎";
  color: #006FD5;
  font-size: 8px;
  /* margin-right: 1em; */
  position: absolute;
  top: 0.75em;
  left: -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 .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 60%, #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.8vw;
    margin-bottom: 1.0666666667vw;
  }

  .sec01 .sec01_bottomText1 .large {
    font-size: 5.3333333333vw;
  }

  .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 {
    grid-template-columns: 1fr;
  }

  .sec01 .sec01_point_list-box .txt_number {
    color: #006FD5;
    border-right: none;
    border-bottom: 2px #006FD5 solid;
    padding: 0;
    margin-bottom: 10px;
  }

  .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 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_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: 5.3333333333vw;
    margin-bottom: 1.0666666667vw;
  }

  .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 {
  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: 3.4666666667vw;
    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: 100px 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 {
  border: 2px solid #333333;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 106px;
}

.sec09 .sec09_box p {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
}

@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;
  }
}

/*# sourceMappingURL=index.css.map */