@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700;800&display=swap");
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.7rem;
  line-height: calc(26/17);
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #333;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1000px;
}

a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: .7;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

figure {
  text-align: center;
  line-height: 0;
}

p {
  font-size: 1.7rem;
  line-height: calc(26/17);
}

figure {
  text-align: center;
  line-height: 0;
}

section {
  position: relative;
}

.sp {
  display: none;
}

.wrap {
  width: 96%;
  max-width: 950px;
  margin: auto;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

#svg-sprite {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  figure {
    width: 100%;
    text-align: center;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  p {
    font-size: 4vw;
    line-height: 1.5;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* ------------------------------
		text/font
------------------------------ */
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: 700;
}

.color_ttl {
  color: #09b2d5;
}

.color_red {
  color: #f33139;
}

.color_yel {
  color: #ffd700;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.highlight {
  background: linear-gradient(transparent 56%, #ffd700 56%, #ffd700 98%, transparent 98%);
}

.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}

.mac .udl {
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}

@media screen and (max-width: 767px) {
  .udl, .mac .udl {
    background: none;
    border-bottom: 1px solid #333;
    padding: .05em 0;
  }
}
/* ------------------------------
		flex
------------------------------ */
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.justifycontent_spacebetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justifycontent_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.alignitems_center {
  -webkit-align-items: center;
  align-items: center;
}

/* ------------------------------
		float
------------------------------ */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* ------------------------------
		clearfix
------------------------------ */
.cf {
  *zoom: 1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* ------------------------------
*  btn
------------------------------ */
.cta_btn {
  text-align: center;
}
.cta_btn a {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cta_btn a {
    width: 81.867vw;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 5px solid #10b5d5;
  background: #fff;
  padding-bottom: 70px;
}

.fv_ttl {
  position: relative;
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
  padding: 47px 0 35px;
  line-height: 0;
}
.fv_ttl img {
  max-width: 100%;
}

.cta_btn {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #fv {
    height: 100%;
    padding-bottom: 6%;
  }

  .fv_ttl {
    max-width: inherit;
    padding: 0 0 0.5em;
  }
}
/* ------------------------------
*  common
------------------------------ */
.contents_wrap {
  position: relative;
  max-width: 928px;
  box-shadow: 0px 1px 3px 2px rgba(51, 51, 51, 0.2);
  background-color: #fff;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100% !important;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.ttl {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

/*
	.dot_s{
		position: relative;
		display: inline-block;
		&::before{
			position: absolute;
			content: "";
			background: url("../img/line_dot_s.png") repeat-x;
			width: 100%;
			height: 4px;
			left: 50%;
			transform: translateX(-50%);
			bottom: -8px;
		}
	}
	.dot_m{
		position: relative;
		display: inline-block;
		&::before{
			position: absolute;
			content: "";
			background: url("../img/line_dot_m.png") repeat-x;
			width: 100%;
			height: 5px;
			left: 50%;
			transform: translateX(-50%);
			bottom: -8px;
		}
	}
*/
.dot_s {
  position: relative;
  display: inline-block;
}
.dot_s::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #10b5d5, #10b5d5 4px, transparent 4px);
  background-size: 15px 4px;
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 102%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.dot_m {
  position: relative;
  display: inline-block;
}
.dot_m::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #10b5d5, #10b5d5 5px, transparent 5px);
  background-size: 28px 5px;
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 102%;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.subttl {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dot_s::before {
    background-image: linear-gradient(to right, #10b5d5, #10b5d5 0.8vw, transparent 0.8vw);
    background-size: 2.667vw 0.8vw;
    height: 1.1vw;
    bottom: -2vw;
    width: 100%;
  }

  .dot_m::before {
    background-image: linear-gradient(to right, #10b5d5, #10b5d5 0.8vw, transparent 0.8vw);
    background-size: 2.667vw 0.8vw;
    height: 1.1vw;
    bottom: -2vw;
    width: 100%;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  position: relative;
  background: #e8e8e8;
  padding: 60px 0 60px;
}
.sec01 .inner {
  padding: 0 21px;
}
.sec01 .ttl {
  line-height: 1;
  font-size: 5rem;
  letter-spacing: .02em;
  line-height: 1.4;
  margin: 0 auto;
}
.sec01 .ttl .lg {
  font-size: 6.5rem;
  margin-right: .15em;
}
.sec01 .voice {
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 67px calc(100% - 436px * 2);
  margin: 56px auto 80px;
}
.sec01 .voice .item {
  position: relative;
  width: 436px;
  height: 115px;
  border-radius: 15px;
  background: #3b3c3c;
  display: flex;
}
.sec01 .voice .item::before, .sec01 .voice .item::after {
  position: absolute;
  content: "";
}
.sec01 .voice .item::before {
  background: #3b3c3c;
  clip-path: polygon(0 0, 80% 100%, 100% 0);
  width: 19px;
  height: 20px;
  bottom: -20px;
  right: 155px;
}
.sec01 .voice .item p {
  color: #e8e8e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.82rem;
  font-weight: 700;
  line-height: calc(42/28.2);
}
.sec01 .voice .item.item01 {
  padding: 10px 10px 15px 34px;
}
.sec01 .voice .item.item01::after {
  background: url("../img/img_sec01_ill01.png") no-repeat center center/contain;
  width: 143px;
  height: 125px;
  bottom: -27px;
  right: 0;
}
.sec01 .voice .item.item02 {
  padding: 10px 10px 15px 27px;
}
.sec01 .voice .item.item02::after {
  background: url("../img/img_sec01_ill02.png") no-repeat center center/contain;
  width: 117px;
  height: 129px;
  bottom: -28px;
  right: -20px;
}
.sec01 .voice .item.item03 {
  padding: 10px 10px 15px 15px;
}
.sec01 .voice .item.item03 p {
  font-size: 2.7rem;
  line-height: calc(40/27);
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0;
  }
  .sec01 .inner {
    padding: 0 1.6%;
  }
  .sec01 .ttl {
    font-size: 5.7vw;
  }
  .sec01 .ttl .lg {
    font-size: 6.4vw;
    margin-right: auto;
    margin-left: auto;
  }
  .sec01 .voice {
    flex-direction: column;
    align-items: center;
    gap: 12vw 0;
    margin: 15% auto 12%;
  }
  .sec01 .voice .item {
    width: 92%;
    height: auto;
    border-radius: 2.133vw;
    padding: 4vw 9.333vw 4vw 9.333vw !important;
  }
  .sec01 .voice .item::before {
    width: 3.2vw;
    height: 3.467vw;
    bottom: -3.2vw;
    right: 41.333vw;
  }
  .sec01 .voice .item p {
    font-size: 4.5vw;
  }
  .sec01 .voice .item.item01::after {
    width: 29.6vw;
    height: 25.867vw;
    bottom: -0.533vw;
    right: -2.667vw;
  }
  .sec01 .voice .item.item02::after {
    width: 24.267vw;
    height: 26.667vw;
    bottom: -0.533vw;
    right: -1.6vw;
  }
  .sec01 .voice .item.item03 p {
    font-size: 4.2vw;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  position: relative;
  background: #fff;
  padding: 148px 0 80px;
}
.sec02::before {
  position: absolute;
  content: "";
  background: #e8e8e8;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 600px;
  height: 94px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.sec02 .inner {
  padding: 0 35px;
}
.sec02 .inner p + p {
  margin-top: 28px;
}
.sec02 .ttl .txt01,
.sec02 .ttl .txt02 {
  display: block;
  line-height: 1;
  letter-spacing: .04em;
  line-height: 1.4;
}
.sec02 .ttl.ttl01 {
  margin: 0 auto 95px;
}
.sec02 .ttl.ttl01 .txt01 {
  font-size: 3rem;
}
.sec02 .ttl.ttl01 .txt02 {
  font-size: 6.5rem;
  margin-top: .1em;
}
.sec02 .ttl.ttl01 .txt02 .dot_m::before {
  width: 103%;
}
.sec02 .ttl.ttl02 {
  margin: 90px auto 90px;
}
.sec02 .ttl.ttl02 .txt01 {
  font-size: 3rem;
}
.sec02 .ttl.ttl02 .txt02 {
  font-size: 6.5rem;
  margin-top: .1em;
}
.sec02 .ttl.ttl02 .txt02 .dot_m::before {
  width: 120%;
}
.sec02 .ttl.ttl03 {
  margin: 90px auto 56px;
}
.sec02 .ttl.ttl03 .txt01 {
  font-size: 3.6rem;
}
.sec02 .ttl.ttl03 .txt02 {
  font-size: 5rem;
  margin-top: .2em;
}
.sec02 .ttl.ttl03 .txt02 .dot_m::before {
  width: 104%;
}
.sec02 .subttl.subttl01 {
  font-size: 4.8rem;
  line-height: calc(60/48);
  color: #3a3a3a;
  letter-spacing: .05em;
  margin: 56px auto;
}
.sec02 .subttl.subttl02 {
  font-size: 4.8rem;
  line-height: calc(65/48);
  color: #404040;
  margin: 46px auto 58px;
}
.sec02 .txt_box .txt {
  flex: 1;
}
.sec02 .txt_box.box01 {
  gap: 0 60px;
}
.sec02 .txt_box.box01 .img {
  margin-right: 50px;
}
.sec02 .txt_box.box01 .img figcaption {
  font-size: 1.7rem;
  line-height: calc(28/17);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3a3a3a;
  text-align: center;
  margin-top: 12px;
}
.sec02 .txt_box.box02 {
  gap: 0 20px;
  margin: 28px auto 50px;
}
.sec02 .txt_box.box03 {
  gap: 0 53px;
  margin: 0 auto 110px;
}
.sec02 .txt_box.box03 .img {
  margin-right: -12px;
  margin-top: 12px;
}
.sec02 .img04 {
  position: relative;
  margin-left: -18px;
  margin-bottom: -10px;
}
.sec02 .cta_btn {
  margin-top: 58px;
}
.sec02 .check_list {
  width: 470px;
  margin: 80px 0 0;
  flex: 1;
}
.sec02 .check_list li {
  display: flex;
  gap: 0 1.1em;
}
.sec02 .check_list li + li {
  margin-top: 0.9em;
}
.sec02 .check_list li svg {
  position: relative;
  fill: #414043;
  width: 35px;
  height: 35px;
  top: -.2em;
  flex-shrink: 0;
}
.sec02 .check_list li p {
  font-size: 2.4rem;
  line-height: calc(26/24);
  font-family: "Noto Sans JP", sans-serif;
  color: #012112;
  letter-spacing: -.01em;
  flex: 1;
}
.sec02 .check_list li p span {
  display: inline;
  position: relative;
}
.sec02 .check_list li p span::before {
  position: absolute;
  content: "";
  background: #012112;
  width: 100%;
  height: 1px;
  bottom: -0.1em;
  left: 0;
}
.sec02 .ft_list {
  position: relative;
  z-index: 2;
  width: calc(100% + 6px);
  margin: 0 -3px 70px;
}
.sec02 .ft_list li {
  display: flex;
  gap: 0 1.1em;
  border: 3px solid #09b2d5;
  background: #fff;
  padding: .2em .8em;
}
.sec02 .ft_list li + li {
  margin-top: 0.8em;
}
.sec02 .ft_list li svg {
  position: relative;
  fill: #0aa0bd;
  width: 28px;
  height: 28px;
  top: .4em;
  flex-shrink: 0;
}
.sec02 .ft_list li p {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #3a3a3a;
  letter-spacing: .025em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 15% 0 10%;
  }
  .sec02::before {
    width: 58.667vw;
    height: 9.067vw;
    top: -1px;
  }
  .sec02 .inner {
    padding: 0 1.6%;
  }
  .sec02 .inner p + p {
    margin-top: 5%;
  }
  .sec02 .ttl.ttl01 {
    margin: 0 auto 10%;
  }
  .sec02 .ttl.ttl01 .txt01 {
    font-size: 5.2vw;
  }
  .sec02 .ttl.ttl01 .txt02 {
    font-size: 8vw;
  }
  .sec02 .ttl.ttl01 .txt02 .dot_m::before {
    width: 104%;
  }
  .sec02 .ttl.ttl02 {
    margin: 10% auto;
  }
  .sec02 .ttl.ttl02 .txt01 {
    font-size: 5.2vw;
  }
  .sec02 .ttl.ttl02 .txt02 {
    font-size: 8vw;
  }
  .sec02 .ttl.ttl02 .txt02 .dot_m::before {
    width: 106%;
  }
  .sec02 .ttl.ttl03 {
    margin: 10% auto;
  }
  .sec02 .ttl.ttl03 .txt01 {
    font-size: 5.8vw;
  }
  .sec02 .ttl.ttl03 .txt02 {
    font-size: 8vw;
    margin-top: .1em;
  }
  .sec02 .subttl.subttl01 {
    font-size: 6.8vw;
    margin: 15% auto 6.5%;
  }
  .sec02 .subttl.subttl02 {
    font-size: 6.8vw;
    margin: 12% auto 6.5%;
  }
  .sec02 .txt_box {
    flex-direction: column;
    align-items: center;
  }
  .sec02 .txt_box.box01 {
    gap: 5vw 0;
  }
  .sec02 .txt_box.box01 .img {
    margin-right: auto;
    margin-left: auto;
  }
  .sec02 .txt_box.box01 .img img {
    width: 40%;
  }
  .sec02 .txt_box.box01 .img figcaption {
    font-size: 3.6vw;
    margin-top: 3%;
  }
  .sec02 .txt_box.box02 {
    gap: 5vw 0;
    margin: 6.5% auto 5%;
  }
  .sec02 .txt_box.box02 .img {
    margin: 3.5% auto;
  }
  .sec02 .txt_box.box02 .img img {
    width: 68%;
  }
  .sec02 .txt_box.box03 {
    gap: 5vw 0;
    margin: 0 auto;
  }
  .sec02 .txt_box.box03 .img {
    margin: 3.5% auto;
  }
  .sec02 .txt_box.box03 .img img {
    width: 55%;
  }
  .sec02 .img04 {
    width: 106%;
    margin: 0 -3% -2vw;
  }
  .sec02 .cta_btn {
    margin-top: 8%;
  }
  .sec02 .check_list {
    width: 100%;
    margin: 0;
  }
  .sec02 .check_list li {
    gap: 0 .5em;
  }
  .sec02 .check_list li svg {
    width: 5.867vw;
    height: 5.867vw;
    top: -.1em;
  }
  .sec02 .check_list li p {
    font-size: 4.4vw;
  }
  .sec02 .ft_list {
    width: 104%;
    margin: 0 -2% 5%;
  }
  .sec02 .ft_list li {
    display: flex;
    gap: 0 0.5em;
    padding: .5em .5em;
    border-width: 2px;
  }
  .sec02 .ft_list li svg {
    width: 5.333vw;
    height: 5.333vw;
    top: .2em;
  }
  .sec02 .ft_list li p {
    font-size: 4.4vw;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  position: relative;
  background: #10b5d5;
  padding: 153px 0 92px;
}
.sec03::before {
  position: absolute;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 600px;
  height: 94px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.sec03 .contents_wrap {
  padding: 70px 55px 90px;
}
.sec03 .contents_wrap p + p {
  margin-top: 25px;
}
.sec03 .ttl_sub {
  position: relative;
  width: 405px;
  height: 58px;
  border-radius: 9999px;
  background: #10b5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.3rem;
  letter-spacing: .075em;
  padding-bottom: .1em;
}
.sec03 .ttl_sub::before {
  position: absolute;
  content: "";
  background: #10b5d5;
  clip-path: polygon(100% 0, 0 0, 25% 94%);
  width: 14px;
  height: 16px;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.sec03 .ttl {
  margin: 0 auto 72px;
}
.sec03 .ttl .txt01,
.sec03 .ttl .txt02 {
  position: relative;
  display: block;
  line-height: 1;
  line-height: 1.4;
  color: #404040;
}
.sec03 .ttl .txt01 {
  font-size: 4.37rem;
  letter-spacing: .075em;
}
.sec03 .ttl .txt02 {
  font-size: 6.54rem;
  color: #10b5d5;
}
.sec03 .ttl .txt02::before, .sec03 .ttl .txt02::after {
  position: absolute;
  content: "";
  background: #404040;
  width: 726px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.sec03 .ttl .txt02::before {
  bottom: -10px;
}
.sec03 .ttl .txt02::after {
  bottom: -16px;
}
.sec03 .ttl .marker {
  background: linear-gradient(transparent 70%, #ffd700 70%, #ffd700 92%, transparent 92%);
}
.sec03 .subttl .txt01,
.sec03 .subttl .txt02 {
  position: relative;
  display: block;
  line-height: 1;
  line-height: 1.4;
  color: #404040;
  letter-spacing: .05em;
}
.sec03 .subttl.subttl01 {
  font-size: 4.23rem;
  line-height: calc(57.3/42.3);
  color: #404040;
  margin: 85px auto 92px;
}
.sec03 .subttl.subttl02 {
  margin: 90px auto 77px;
}
.sec03 .subttl.subttl02 .txt01 {
  font-size: 3.3rem;
}
.sec03 .subttl.subttl02 .txt02 {
  font-size: 5.2rem;
  color: #f33139;
}
.sec03 .img02 {
  width: calc(100% + 30px);
  margin: 55px -15px 90px;
}
.sec03 .img02 figcaption {
  font-size: 1.4rem;
  margin-top: 38px;
}
.sec03 .txt_box .txt {
  flex: 1;
}
.sec03 .txt_box .txt .nowrap {
  white-space: nowrap;
}
.sec03 .txt_box.box01 {
  gap: 0 46px;
}
.sec03 .txt_box.box01 .img {
  margin-top: 63px;
}
.sec03 .txt_box.box02 {
  gap: 0 60px;
}
.sec03 .txt_box.box02 .img {
  margin-right: -5px;
}
.sec03 .txt_box.box02 .img figcaption {
  font-size: 1.7rem;
  line-height: calc(28/17);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3a3a3a;
  text-align: center;
  margin-top: 12px;
}
.sec03 .txt_box.box03 {
  gap: 0 15px;
}
.sec03 .txt_box.box03 .img {
  margin-right: 10px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.sec03 .check_list {
  margin: 40px 0 46px;
  flex: 1;
}
.sec03 .check_list li {
  display: flex;
  gap: 0 1em;
}
.sec03 .check_list li + li {
  margin-top: 0.6em;
}
.sec03 .check_list li svg {
  position: relative;
  fill: #0aa0bd;
  width: 28px;
  height: 28px;
  top: .1em;
  flex-shrink: 0;
}
.sec03 .check_list li p {
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #3a3a3a;
  letter-spacing: .025em;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 15% 0 8%;
  }
  .sec03::before {
    width: 58.667vw;
    height: 9.067vw;
    top: -1px;
  }
  .sec03 .contents_wrap {
    padding: 8% 3%;
  }
  .sec03 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec03 .ttl_sub {
    width: 61.333vw;
    height: auto;
    padding: .25em 0;
    margin: 0 auto 5%;
    font-size: 4.8vw;
  }
  .sec03 .ttl_sub::before {
    width: 2.667vw;
    height: 3.2vw;
    bottom: -2.933vw;
  }
  .sec03 .ttl {
    margin: 0 auto 12%;
  }
  .sec03 .ttl .txt01 {
    font-size: 5.6vw;
  }
  .sec03 .ttl .txt02 {
    font-size: 7.4vw;
    color: #10b5d5;
  }
  .sec03 .ttl .txt02::before, .sec03 .ttl .txt02::after {
    width: 100%;
    height: 1px;
  }
  .sec03 .ttl .txt02::before {
    bottom: -2.4vw;
  }
  .sec03 .ttl .txt02::after {
    bottom: -3.467vw;
  }
  .sec03 .subttl.subttl01 {
    font-size: 6.2vw;
    margin: 12% auto 6.5%;
  }
  .sec03 .subttl.subttl02 {
    margin: 12% auto 6.5%;
  }
  .sec03 .subttl.subttl02 .txt01 {
    font-size: 5.8vw;
  }
  .sec03 .subttl.subttl02 .txt02 {
    font-size: 8vw;
  }
  .sec03 .img02 {
    width: 100%;
    margin: 5% auto 8%;
  }
  .sec03 .img02 figcaption {
    font-size: 3.6vw;
    margin-top: 5%;
  }
  .sec03 .txt_box {
    flex-direction: column;
    align-items: center;
  }
  .sec03 .txt_box .txt {
    width: 100%;
  }
  .sec03 .txt_box .txt .nowrap {
    white-space: normal;
  }
  .sec03 .txt_box.box01 {
    gap: 5vw 0;
    margin-bottom: 5%;
  }
  .sec03 .txt_box.box01 .img {
    width: 55%;
    margin-top: 0;
  }
  .sec03 .txt_box.box02 {
    gap: 5vw 0;
  }
  .sec03 .txt_box.box02 .img {
    margin: 0 auto 8%;
  }
  .sec03 .txt_box.box02 .img img {
    width: 40%;
  }
  .sec03 .txt_box.box02 .img figcaption {
    font-size: 3.6vw;
    margin-top: 3%;
  }
  .sec03 .txt_box.box03 {
    gap: 5vw 0;
  }
  .sec03 .txt_box.box03 .img {
    width: 50%;
    margin: 0 auto 5%;
  }
  .sec03 .check_list {
    margin: 5% auto 0;
    width: 100%;
  }
  .sec03 .check_list li {
    gap: 0 .5em;
  }
  .sec03 .check_list li + li {
    margin-top: 0.6em;
  }
  .sec03 .check_list li svg {
    width: 5.333vw;
    height: 5.333vw;
    top: .1em;
  }
  .sec03 .check_list li p {
    font-size: 4.4vw;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.bg_dot {
  background: url("../img/bg_dot.png") repeat center top 1em;
}

.sec04 {
  position: relative;
  padding: 86px 0 80px;
}
.sec04::before {
  position: absolute;
  content: "";
  background: #10b5d5;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 600px;
  height: 94px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.sec04 .ttl {
  line-height: 1;
  margin: 0 auto 60px;
}
.sec04 .ttl + p {
  padding: 0 60px;
}
.sec04 .inner p + p {
  margin-top: 27px;
}
.sec04 .step_item {
  position: relative;
  max-width: 913px;
  margin: 0 auto;
  padding: 60px 24px 60px;
  border: 6px solid #10b5d5;
  background: #fff;
}
.sec04 .step_item:first-child {
  margin-top: 75px;
}
.sec04 .step_item + .step_item {
  margin-top: 88px;
}
.sec04 .step_item dt {
  position: relative;
  font-size: 4rem;
  line-height: calc(50/40);
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #282828;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #10b5d5;
}
.sec04 .step_item::before, .sec04 .step_item::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.sec04 .step_item::before {
  z-index: 2;
}
.sec04 .step_item::after {
  background: #10b5d5;
  width: 300px;
  height: 62px;
  top: -34px;
}
.sec04 .step_item.item01::before {
  background: url("../img/txt_step01.png") no-repeat center center/contain;
  width: 136px;
  height: 44px;
  top: -24px;
}
.sec04 .step_item.item02::before, .sec04 .step_item.item03::before {
  width: 142px;
  height: 44px;
  top: -24px;
}
.sec04 .step_item.item02::before {
  background: url("../img/txt_step02.png") no-repeat center center/contain;
}
.sec04 .step_item.item03::before {
  background: url("../img/txt_step03.png") no-repeat center center/contain;
}
.sec04 .txt_box {
  padding: 0 10px;
}
.sec04 .txt_box.box01 {
  gap: 0 35px;
  margin-bottom: 35px;
}
.sec04 .txt_box.box01 .img {
  margin-right: 8px;
  margin-top: 10px;
}
.sec04 .txt_box.box01 .txt {
  margin-top: 10px;
}
.sec04 .txt_box.box02 {
  gap: 0 40px;
  margin-bottom: 55px;
}
.sec04 .txt_box.box02 .img {
  margin-left: 35px;
  margin-top: 15px;
}
.sec04 .txt_box.box02 .txt {
  margin-top: 20px;
}
.sec04 .txt_box.box03 {
  gap: 0 55px;
  margin-bottom: 30px;
}
.sec04 .txt_box.box03 .img {
  margin-right: 28px;
  margin-top: 18px;
}
.sec04 .txt_box.box03 .txt {
  margin-top: 5px;
}
.sec04 .cont {
  padding: 120px 45px 0;
}
.sec04 .subttl {
  line-height: 1.4;
  color: #3a3a3a;
}
.sec04 .subttl.subttl01 {
  font-size: 5.3rem;
  margin: 0 auto 80px;
  letter-spacing: .05em;
}
.sec04 .subttl.subttl01 .dot_m::before {
  width: 104%;
}
.sec04 .subttl.subttl02 {
  font-size: 4.23rem;
  margin: 110px auto 60px;
}
.sec04 .subttl.subttl03 {
  font-size: 4.23rem;
  margin: 80px auto 60px;
}
.sec04 .subttl .dot_m::before {
  width: 102%;
}
.sec04 .img04 {
  width: 860px;
  margin: 58px -30px 40px 10px;
}
.sec04 .cta_btn {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 10% 0 8%;
  }
  .sec04::before {
    width: 58.667vw;
    height: 9.067vw;
    top: -1px;
  }
  .sec04 .ttl {
    margin: 0 auto 8%;
  }
  .sec04 .ttl + p {
    padding: 0;
  }
  .sec04 .inner p + p {
    margin-top: 5%;
  }
  .sec04 .step_item {
    max-width: inherit;
    padding: 10% 3% 5%;
    border-width: 3px;
  }
  .sec04 .step_item:first-child {
    margin-top: 15%;
  }
  .sec04 .step_item + .step_item {
    margin-top: 12%;
  }
  .sec04 .step_item dt {
    font-size: 6vw;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .sec04 .step_item::before {
    z-index: 2;
  }
  .sec04 .step_item::after {
    width: 45.333vw;
    height: 10.667vw;
    top: -6.133vw;
  }
  .sec04 .step_item.item01::before {
    width: 21.333vw;
    height: 6.933vw;
    top: -4vw;
  }
  .sec04 .step_item.item02::before, .sec04 .step_item.item03::before {
    width: 22.4vw;
    height: 6.933vw;
    top: -4vw;
  }
  .sec04 .txt_box {
    padding: 0 1.6%;
    flex-direction: column;
    align-items: center;
    gap: 5vw 0 !important;
  }
  .sec04 .txt_box.box01 {
    margin-bottom: 5%;
  }
  .sec04 .txt_box.box01 .img {
    margin: 0 auto;
    width: 60%;
  }
  .sec04 .txt_box.box01 .txt {
    margin-top: 0;
  }
  .sec04 .txt_box.box02 {
    margin-bottom: 5%;
  }
  .sec04 .txt_box.box02 .img {
    margin: 0 auto;
    width: 60%;
  }
  .sec04 .txt_box.box02 .txt {
    margin-top: 0;
  }
  .sec04 .txt_box.box03 {
    margin-bottom: 5%;
  }
  .sec04 .txt_box.box03 .img {
    margin: 0 auto;
    width: 55%;
  }
  .sec04 .txt_box.box03 .txt {
    margin-top: 0;
  }
  .sec04 .cont {
    padding: 10% 0 0;
  }
  .sec04 .subttl.subttl01 {
    font-size: 8vw;
    margin: 0 auto 6.5%;
  }
  .sec04 .subttl.subttl01 span {
    line-height: 1.8;
  }
  .sec04 .subttl.subttl01 span::before {
    bottom: -0.8vw;
  }
  .sec04 .subttl.subttl01 .dot_m::before {
    width: 102%;
  }
  .sec04 .subttl.subttl02 {
    font-size: 7.2vw;
    margin: 10% auto 6.5%;
  }
  .sec04 .subttl.subttl03 {
    font-size: 7.2vw;
    margin: 10% auto 6.5%;
  }
  .sec04 .img04 {
    width: 100%;
    margin: 5% auto;
  }
  .sec04 .cta_btn {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  position: relative;
  padding: 80px 0 130px;
  border-bottom: 14px solid #10b5d5;
}
.sec05 .ttl {
  margin: 0 auto 65px;
}
.sec05 .ttl .txt01,
.sec05 .ttl .txt02 {
  display: block;
  line-height: 1;
  letter-spacing: .04em;
  line-height: 1.4;
}
.sec05 .ttl .txt01 {
  font-size: 3.6rem;
}
.sec05 .ttl .txt02 {
  font-size: 5rem;
  margin-top: .1em;
}
.sec05 .ttl .txt02 .dot_m::before {
  width: 109%;
  bottom: -14px;
}
.sec05 .inner p:not([class]) + p:not([class]) {
  margin-top: 27px;
}
.sec05 .txt_box {
  padding: 0 45px;
}
.sec05 .sign {
  font-size: 2.4rem;
  text-align: right;
  margin-top: 67px;
  color: #121212;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 8% 0 8%;
    border-bottom-width: 8px;
  }
  .sec05 .ttl {
    margin: 0 auto 10%;
  }
  .sec05 .ttl .txt01 {
    font-size: 5.5vw;
  }
  .sec05 .ttl .txt02 {
    font-size: 7.2vw;
  }
  .sec05 .ttl .txt02 .dot_m::before {
    width: 100%;
    bottom: -2.2vw;
  }
  .sec05 .inner p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .sec05 .txt_box {
    padding: 0 1.6%;
  }
  .sec05 .sign {
    font-size: 4.6vw;
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  position: relative;
}
.sec06_head {
  background: #fff;
  padding: 42px 0 24px;
}
.sec06 .ttl {
  line-height: 1;
}
.sec06 .subttl {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.9rem;
  width: 776px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #282828;
  border-bottom: 2px solid #282828;
  margin: 27px auto 0;
}
.sec06_body {
  background: #10b5d5;
  padding: 22px 0 82px;
}
.sec06 .contents_wrap {
  padding: 55px 25px 88px;
}
.sec06 .contents_wrap > p {
  padding: 0 10px;
}
.sec06 .contents_wrap > p + p {
  margin-top: 28px;
}
.sec06 .seminar_tbl {
  margin: 30px auto 15px;
}
.sec06 .seminar_tbl table + p {
  padding: 0 2em;
}

@media screen and (max-width: 767px) {
  .sec06_head {
    padding: 5% 1.6% 6.5%;
  }
  .sec06_head .ttl {
    width: 100%;
  }
  .sec06 .subttl {
    font-size: 6.8vw;
    width: 100%;
    height: auto;
    padding: 2% 0;
    margin: 5% auto 0;
  }
  .sec06_body {
    background: #10b5d5;
    padding: 6.5% 0;
  }
  .sec06 .contents_wrap {
    padding: 6.5% 5% 8%;
  }
  .sec06 .contents_wrap > p {
    padding: 0;
  }
  .sec06 .contents_wrap > p + p {
    margin-top: 5%;
  }
  .sec06 .seminar_tbl {
    margin: 5% auto 6.5%;
  }
  .sec06 .seminar_tbl table {
    margin-bottom: 5%;
  }
  .sec06 .seminar_tbl table + p {
    padding: 0;
  }
}
/* ------------------------------
*  seminar_tbl
------------------------------ */
.seminar_tbl table {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 45px;
  padding: 0;
  border: 1px solid #666;
  border-collapse: collapse;
}
.seminar_tbl table th, .seminar_tbl table td {
  border-bottom: 1px solid #666;
  letter-spacing: .025em;
}
.seminar_tbl table th {
  padding: 4px 0 3px;
  background-color: #e9f0f9;
  width: 19%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.seminar_tbl table td {
  width: 81%;
  padding: 11px 8px 9px 15px;
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide1 {
  padding: 20px 8px 18px 15px;
  line-height: calc(36/18);
}
.seminar_tbl table td.wide2 {
  padding: 28px 8px 26px 15px;
  line-height: calc(30/18);
}
.seminar_tbl table td .sm {
  font-size: 1.4rem;
  line-height: calc(32/14);
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .seminar_tbl table {
    max-width: inherit;
    margin: 0 auto 5%;
  }
  .seminar_tbl table th {
    padding: 3% 0;
    width: 28%;
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .seminar_tbl table td {
    width: 72%;
    padding: 3% !important;
    font-size: 3.6vw;
  }
  .seminar_tbl table td.wide2 p {
    line-height: 1.75;
  }
  .seminar_tbl table td .sm {
    font-size: 3.2vw;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 80px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #9b9b9b;
}
.form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
  font-size: 1.5rem !important;
  line-height: 1.4;
  word-break: break-all;
}
.form_policy dl {
  margin-top: 20px;
}
.form_policy dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.form_policy p + p, .form_policy li + li, .form_policy p + ol {
  margin-top: 10px;
}
.form_policy ol > li > ol {
  margin-top: 10px;
}
.form_policy ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .form_policy {
    width: 96%;
    height: 100px;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
    font-size: 3.2vw !important;
  }
}
/* ------------------------------
*  copy
------------------------------ */
.copy {
  margin-top: 130px !important;
}

@media screen and (max-width: 767px) {
  .copy {
    margin-top: 15% !important;
  }
}
/* ------------------------------
*  orange form
------------------------------ */
.orange_form {
  position: relative;
  width: 100%;
  max-width: 842px;
  margin: 0 auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  width: 100%;
  height: 1150px;
}

@media screen and (max-width: 767px) {
  .orange_form {
    width: 98%;
    margin-top: 5%;
  }
  .orange_form iframe {
    height: 350vw;
  }
}
/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixbtn {
    padding: 3% 0;
  }
  .fixbtn .cta_btn {
    margin: auto;
  }
}
/*--エラー用--*/
p.error {
  font-weight: 600;
  color: #ed1c24;
  font-size: 1.4rem !important;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  /*--エラー用--*/
  p.error {
    font-size: 3vw !important;
    padding-top: 1vw;
  }
}
/* ------------------------------
*  thanks
------------------------------ */
.thanks {
  background: #fff;
  min-width: inherit;
}

.thanksWrap .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.thanksWrap .inner {
  padding: 1em 1em 3em;
  margin: 0 auto;
}

.thanksWrap .inner p {
  text-align: center;
}

.thanksWrap .ttl_wrap {
  background: #f7f7f7;
  padding: 30px 0;
}

.thanksWrap .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
}

.thanksWrap .sub {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.thanksWrap p {
  font-size: 1.6rem;
}

.thanksWrap p + p {
  margin-top: 25px;
}

.thanksWrap .btn {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-top: 8%;
  }

  .thanksWrap .wrap {
    padding: 8% 0 0;
  }

  .thanksWrap .inner {
    padding: 5% 0 0;
    width: 95% !important;
  }

  .thanksWrap .inner p:not([class]) {
    text-align: left;
  }

  .thanksWrap .ttl_wrap {
    padding: 5% 0;
  }

  .thanksWrap .ttl {
    font-size: 7.2vw;
  }

  .thanksWrap .sub {
    font-size: 6vw;
    margin-bottom: 8%;
  }

  .thanksWrap p + p {
    margin-top: 5%;
  }

  .thanksWrap .btn {
    margin-top: 8%;
  }

  .thanksWrap .btn a {
    font-size: 1.6rem;
  }
}
