@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  color: #122e54;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    margin-left: 10px;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.91666666vw;
  }
}

@media screen and (min-width: 1201px) {
  body {
    font-size: 23px;
  }
}

a{color:#0068b7;}
a:hover{color:#71c8db;}

a.on--opa:hover {
  opacity: 0.8;
}

.sec_in{
	width:96%;
	margin: 0 auto;
    position: relative;
}
.right{
	text-align: right;
}
.fit {
	width: 100%;
}
.fsz10 {
	font-size:2.4vw;
}
.fsz14 {
	font-size:2vw;
}
.fsz18 {
	font-size:3vw;
}
.fsz20 {
	font-size:3.5vw;
}
.fsz24 {
	font-size:4vw;
}
.fsz36 {
	font-size:6vw;
}
.fw7{
	font-weight: 700;
}
.fcr{
	color:#c7000b!important;
}
.fcb{
	color:#0068b7!important;
}
.fcd{
	color:#122e54!important;
}
.mb20{
	margin-bottom: 2vw;
}
.mb40{
	margin-bottom: 4vw;
}
.mb60{
	margin-bottom: 6vw;
}
.mb80{
	margin-bottom: 8vw;
}
.marker{
	background:linear-gradient(transparent 60%, #ffe100 60%);
}
.pt15{
	padding-top: 4vw!important;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30vw solid transparent;
  border-left: 30vw solid transparent;
  border-top: 14vw solid #0068b7;
  border-bottom: 0;
  margin: 0 auto;
}
.triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30vw solid transparent;
  border-left: 30vw solid transparent;
  border-top: 14vw solid #122e54;
  border-bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
.sec_in{
	width:100vw;
}
.fsz10 {
	font-size:1vw;
}
.fsz14 {
	font-size:1.16666666vw;
}
.fsz18 {
	font-size:1.5vw;
}
.fsz20 {
	font-size:1.6666666vw;
}
.fsz24 {
	font-size:2vw;
}
.fsz36 {
	font-size:3.6vw;
}
.mb20{
	margin-bottom: 1.6666666vw;
}
.mb40{
	margin-bottom: 3.3333333vw;
}
.mb60{
	margin-bottom: 5vw;
}
.mb80{
	margin-bottom: 6.6666666vw;
}
.pt15{
	padding-top: 1.25vw!important;
}
.triangle {
  border-right: 12.91666vw solid transparent;
  border-left: 12.91666vw solid transparent;
  border-top: 6.666666vw solid #0068b7;
}
.triangle2 {
  border-right: 12.91666vw solid transparent;
  border-left: 12.91666vw solid transparent;
  border-top: 6.666666vw solid #122e54;
}
}

@media screen and (min-width: 1201px) {
.sec_in{
	width:1200px;
}
.fsz10 {
	font-size:10px;
}
.fsz14 {
	font-size:14px;
}
.fsz18 {
	font-size:18px;
}
.fsz20 {
	font-size:20px;
}
.fsz24 {
	font-size:24px;
}
.fsz36 {
	font-size:36px;
}
.mb20{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}
.mb80{
	margin-bottom: 80px;
}
.pt15{
	padding-top: 15px!important;
}
.triangle {
  border-right: 155px solid transparent;
  border-left: 155px solid transparent;
  border-top: 80px solid #0068b7;
}
.triangle2 {
  border-right: 155px solid transparent;
  border-left: 155px solid transparent;
  border-top: 80px solid #122e54;
}
}

@media screen and (max-width: 750px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}

.center{
	text-align: center;
}

/* main&header */
.head_g {
	background-image: linear-gradient(90deg, #59c4f1, #0068b7);
	width:100%;
	height: 60vw;
	padding: 2vw 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
	text-align: center;
	position: relative;
    z-index: 10;
}
.logo{
	width:40vw;
	margin: 0 auto 3vw;
}
.head_g .head-tit{
	font-size:4vw;
	font-weight:700;
	color:#fff;
}
.head_g .head-tit .sp1{
	font-size:7vw;
	font-weight:700;
	color:#fff;
}
.head_g .head-tit .sp2{
	font-size:6vw;
	font-weight:700;
	color:#ffe100;
}
.head_g .head-tit .sp3{
	font-size:7vw;
	font-weight:700;
	color:#ffe100;
}
.main{
	width: 100%;
	margin-top: -30vw;
	padding-top: 10vw;
	height:120vw;
	background-image: url(img/main_sp.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.main .j_tit{
	font-size: 10vw;
	font-weight: 700;
	color:#bf2704;
	text-align: center;
	paint-order: stroke;
    -webkit-text-stroke: 10px #fff;
	padding-top: 15vw;
}
.main .fukidashi{
	width: 50%;
}
@media screen and (min-width: 751px) {
.head_g {
	height: 33.33333vw;
    padding: 1.666666vw 0;
}
.logo{
	width:20.833333vw;
	margin: 0 auto 1.666666vw;
}
.head_g .head-tit{
	font-size:2.916666vw;
}
.head_g .head-tit .sp1{
	font-size:5vw;
}
.head_g .head-tit .sp2{
	font-size:4.166666vw;
}
.head_g .head-tit .sp3{
	font-size:5vw;
}
.main{
	margin-top: -14.166666vw;
	height:64.75vw;
	background-image: url(img/main.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main .j_tit{
	font-size: 5.833333vw;
	padding-top: 4.166666vw;
}
.main .fukidashi{
	width: 35.58333vw;
}
}

@media screen and (min-width: 1201px) {
.head_g {
	height: 400px;
	padding: 20px 0;
}
.logo{
	width:250px;
	margin: 0 auto 20px;
}
.head_g .head-tit{
	font-size:35px;
}
.head_g .head-tit .sp1{
	font-size:60px;
}
.head_g .head-tit .sp2{
	font-size:50px;
}
.head_g .head-tit .sp3{
	font-size:60px;
}
.main{
	margin-top: -170px;
	height:777px;
}
.main .j_tit{
	font-size: 70px;
	padding-top: 50px;
}
.main .fukidashi{
	width: 427px;
}
}

/* 選ばれる代理店は常に上位から */
.sec-joui{
	background-color: #0068b7;
	padding: 5vw 0;
}
.sec-joui .flexbox{
	width:96vw;
	display: block;
	margin: 0 auto;
}
.sec-joui .txt{
	width:100%;
	margin-bottom: 5vw;
	text-align: center;
}
.sec-joui .txt h3{
	color:#ffe100;
	font-size:8vw;
	font-weight: 700;
	margin-bottom: 5vw;
}
.sec-joui .txt p{
	color:#fff;
	font-size:4vw;
	font-weight: 700;
	line-height: 2;
}
.sec-joui .txt p span{
	color:#ffe100;
	font-size:6vw;
	font-weight: 700;
}
.sec-joui .img{
	width:100%;
}
.sec-joui2{
	background-color: #fff;
	padding: 5vw 0;
}
.sec-joui2 .img{
	width:96vw;
	margin: 5vw auto;
}
.sec-joui2 .y-box{
	background-color: #ffe100;
	width:90vw;
	margin: 0 auto 5vw;
	padding: 3vw;
	border-radius: 10px;
	text-align: center;
}
.sec-joui2 .y-box .red{
	color: #bf2704;
	font-size:7vw;
	font-weight: 700;
	margin-bottom: 3vw;
}
.sec-joui2 .y-box .red .sp1{
	color: #bf2704;
	font-size:10vw;
	font-weight: 700;
}
.sec-joui2 .y-box .red .sp2{
	color: #bf2704;
	font-size:2vw;
	font-weight: 700;
}
.sec-joui2 .y-box .navy{
	color: #122e54;
	font-size:4vw;
	font-weight: 700;
}
.sec-joui3 {
    background: #fff;
    height: 20vw;
    clip-path: polygon(0 0, 100% 0, 100% 10%, 50% 100%, 0 10%);
}
@media screen and (min-width: 751px) {
.sec-joui{
	background-color: #0068b7;
	padding: 1.666666vw 0;
}
.sec-joui .flexbox{
	width:66.66666vw;
	display: flex;
	justify-content: space-between;
}
.sec-joui .txt{
	width:48%;
	margin-bottom: 0;
	padding-top: 4.166666vw;
	text-align: left;
}
.sec-joui .txt h3{
	color:#ffe100;
	font-size:2.916666vw;
	font-weight: 700;
	margin-bottom: 6.666666vw;
}
.sec-joui .txt p{
	font-size:1.5vw;
}
.sec-joui .txt p span{
	font-size:2vw;
}
.sec-joui .img{
	width:48%;
}
.sec-joui2{
	padding: 4.166666vw 0;
}
.sec-joui2 .img{
	width:66.666666vw;
	margin: 1.666666vw auto;
}
.sec-joui2 .y-box{
	width:53.33333vw;
	margin: 0 auto 1.666666vw;
	padding: 0.833333vw;
}
.sec-joui2 .y-box .red{
	font-size:2.916666vw;
	margin-bottom: 0.833333vw;
}
.sec-joui2 .y-box .red .sp1{
	font-size:4.166666vw;
}
.sec-joui2 .y-box .red .sp2{
	font-size:1.333333vw;
}
.sec-joui2 .y-box .navy{
	font-size:1.5vw;
}
.sec-joui3 {
	height: 7.5vw;
}
}

@media screen and (min-width: 1201px) {
.sec-joui{
	padding: 20px 0;
}
.sec-joui .flexbox{
	width:800px;
}
.sec-joui .txt{
	padding-top: 50px;
}
.sec-joui .txt h3{
	font-size:35px;
	margin-bottom: 80px;
}
.sec-joui .txt p{
	font-size:18px;
}
.sec-joui .txt p span{
	font-size:24px;
}
.sec-joui2{
	padding: 50px 0;
}
.sec-joui2 .img{
	width:800px;
	margin: 20px auto;
}
.sec-joui2 .y-box{
	width:640px;
	margin: 0 auto 20px;
	padding: 10px;
}
.sec-joui2 .y-box .red{
	font-size:35px;
	margin-bottom: 10px;
}
.sec-joui2 .y-box .red .sp1{
	font-size:50px;
}
.sec-joui2 .y-box .red .sp2{
	font-size:16px;
}
.sec-joui2 .y-box .navy{
	font-size:18px;
}
.sec-joui3 {
	height: 90px;
}
}

/* 特別プラン */
.sec-tokubetsu{
	background-color: #ededec;
	padding: 30vw 0 5vw;
	margin-top: -24vw;
}
.sec-tokubetsu .tokubetsubox{
	width:96vw;
	background-color: #fff;
	border: 5px solid #0068b7;
	order-radius: 5vw;
	padding: 3vw;
	margin: 0 auto 2vw;
	text-align: center;
}
.sec-tokubetsu .tokubetsubox .section-title {
    width: 80vw;
    margin: -8vw auto 3vw;
    background: #0068b7;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    padding: 2vw 2vw 5vw;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 60%,
        50% 100%,
        0 60%
    );
}
.sec-tokubetsu .tokubetsubox .img {
    width: 80vw;
	margin:0 auto;
}
.sec-tokubetsu2 {
    background: #ededec;
    height: 10vw;
    clip-path: polygon(0 0, 100% 0, 100% 10%, 50% 100%, 0 10%);
}
@media screen and (min-width: 751px) {
.sec-tokubetsu{
	padding: 14.166666vw 0 4.166666vw;
	margin-top: -11.666666vw;
}
.sec-tokubetsu .tokubetsubox{
	width:83.33333vw;
	padding: 1.666666vw;
	margin: 0 auto 1.666666vw;
	border-radius: 4.166666vw;
}
.sec-tokubetsu .tokubetsubox .section-title {
    width: 66.66666vw;
    margin: -4.166666vw auto 1.666666vw;
    font-size: 3vw;
    padding: 1.25vw 1.666666vw 3.75vw;
}
.sec-tokubetsu .tokubetsubox .img {
    width: 36.08333vw;
}
.sec-tokubetsu2 {
	height: 7.5vw;
}
}
@media screen and (min-width: 1201px) {
.sec-tokubetsu{
	padding: 170px 0 50px;
	margin-top: -140px;
}
.sec-tokubetsu .tokubetsubox{
	width:1000px;
	border: 3px solid #0068b7;
	border-radius: 50px;
	padding: 20px;
	font-size:20px;
	font-weight: 700;
	color:#122e54;
	margin: 0 auto 20px;
}
.sec-tokubetsu .tokubetsubox .section-title {
    width: 800px;
    margin: -50px auto 20px;
    font-size: 36px;
    padding: 15px 20px 45px;
}
.sec-tokubetsu .tokubetsubox .img {
    width: 433px;
}
.sec-tokubetsu2 {
	height: 90px;
}
}

/* 5つの具体的成果 */
.sec-seika {
	background: #fff;
  margin-top: -15vw;
  padding-top: 20vw;
  margin-bottom: 5vw;
}
.sec-seika h3{
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    color:#122e54;
	text-align: center;
}
.sec-seika .seika{
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.4;
    color:#122e54;
	text-align: center;
}
.sec-seika .seika .itutu{
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    color:#0068b7;
	text-align: center;
}
.sec-seika .seika-box{
	width:100%;
	margin-bottom: 5vw;
	background-color: #ededec;
	padding: 1vw 5vw 5vw;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.sec-seika .seika-box .num{
	width: 100%;
    font-size: 13vw;
	font-weight: 700;
	color:#0068b7;
}
.sec-seika .seika-box .s-txt{
	width: 100%;
    font-size: 6vw;
	font-weight: 700;
	color:#122e54;
	line-height: 1;
}
.sec-seika .seika-box .s-txt span{
	font-size: 16px;
	font-weight: 400;
	color:#122e54;
}
.sec-seika .seika-box .s-txt2{
	width:auto;
	font-size: 5vw;
	font-weight: 700;
	color:#bf2704;
	line-height: 1;
	margin-top: 2vw;
}
.sec-seika .seika-box .img{
	position: absolute;
    top: -5vw;
    right: 0;
    width: 30vw;
    z-index: 2;
}
.sec-seika .seika-box .img2{
	position: absolute;
    top: -5vw;
    right: 0;
    width: 30vw;
    z-index: 2;
}
.sec-seika .seika-box .badge {
  position: absolute;
  top:-20px;
  right:-20px;
  width: 120px;
  height: 120px;
  background-color: #bf2704;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 4;
}
@media screen and (max-width: 750px) {
.sec-seika .seika-box .img_last{
    right: 20vw;
}
}
@media screen and (min-width: 751px) {
.sec-seika {
  margin-top: -11.66666vw;
  padding-top: 9.166666vw;
  margin-bottom: 3.333333vw;
}
.sec-seika h3{
  font-size: 4.1667vw;
}
.sec-seika .seika{
  font-size: 2.5vw;
}
.sec-seika .seika .itutu{
  font-size: 3.5vw;
}
.sec-seika .seika-box{
  width: 100%;
  margin-bottom: 1.6667vw;
  padding: 1.6667vw 3.3333vw;
  flex-wrap: nowrap;
}
.sec-seika .seika-box .num{
  width: 10vw;
  font-size: 6.6667vw;
}
.sec-seika .seika-box .s-txt{
  width: 27.9167vw;
  font-size: 2vw;
}
.sec-seika .seika-box .s-txt span{
  font-size: 1.3333vw;
}
.sec-seika .seika-box .s-txt2{
  font-size: 2vw;
	margin-top: 0;
}
.sec-seika .seika-box .img{
	top: -0.833vw;
	right: 13.333333vw;
	width: 16.667vw;
}
.sec-seika .seika-box .img2{
	top: -0.833vw;
	right: 6.666666vw;
	width: 16.667vw;
}

.sec-seika .seika-box .badge {
  top: -1.6667vw;
  right: -1.6667vw;
  width: 10vw;
  height: 10vw;
  font-size: 2vw;
}
}

@media screen and (min-width: 1201px) {
.sec-seika {
  margin-top: -140px;
  padding-top: 110px;
  margin-bottom: 40px;
}
.sec-seika h3{
    font-size: 50px;
}
.sec-seika .seika{
    font-size: 30px;
}
.sec-seika .seika .itutu{
    font-size: 42px;
}
.sec-seika .seika-box{
	margin-bottom: 20px;
	padding: 20px 40px;
}
.sec-seika .seika-box .num{
	width:120px;
	font-size: 80px;
}
.sec-seika .seika-box .s-txt{
	width:335px;
	font-size: 24px;
}
.sec-seika .seika-box .s-txt span{
	font-size: 16px;
}
.sec-seika .seika-box .s-txt2{
	font-size: 24px;
}
.sec-seika .seika-box .img{
	top:-10px;
	right:160px;
	width:200px;
}
.sec-seika .seika-box .img2{
	top:-10px;
	right:80px;
	width:200px;
}
.sec-seika .seika-box .badge {
  top:-20px;
  right:-20px;
  width: 120px;
  height: 120px;
  font-size: 24px;
}
}

/* お問合せ */
.sec-toi{
	background-color: #fff;
	text-align: center;
}
.sec-toi .inner{
	width:96vw;
	margin: 10vw auto;
}
.toi-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 4vw;
  border-radius: 30px;
  width: 96vw;
  height: 10vw;
  font-weight: 700;
  transition: 0.3s;
  background-color: #bf2704;
  margin: 0 auto 10vw;
}
.toi-button:hover {
  opacity: .7;
}
.toi-btn_flex{
	display: block;
}
.toi-btn_flex .detail_btn{
	width:96vw;
	margin: 0 auto 5vw;
}
.toi-btn_flex .detail_btn .fukidashi {
    position: relative;
    display: inline-block;
    width: 80vw;
    height: 18vw;
    margin-bottom: -1vw;
    padding: 2vw;
    border-radius: 2vw;
    background-color: #ffe100;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.2;
    color: #122e54;
    z-index: 5;
}
.toi-btn_flex .detail_btn .fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffe100 transparent transparent;
  translate: -50% 100%;
}
.toi-btn_flex .detail_btn .b_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  width: 380px;
  height: 50px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #0068b7;
  z-index:1;
}

.toi-btn_flex .detail_btn .b_btn:hover {
  opacity: .7;
}

@media screen and (min-width: 751px) {
.sec-toi .inner{
	width:66.66666vw;
	margin: 3.333333vw auto;
}
.toi-button {
  font-size: 2vw;
  width: 41.66666vw;
  height: 5vw;
  margin: 0 auto 4.166666vw;
}
.toi-btn_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.toi-btn_flex .detail_btn{
	width:31.66666vw;
	margin: 0;
	text-align: center;
	position: relative;
}
.toi-btn_flex .detail_btn .fukidashi {
  position: relative;
  display: inline-block;
  width:30vw;
  height:5.833333vw;
  margin-bottom: -0.25vw;
  padding: 0.416666vw;
  border-radius: 0.916666vw;
  background-color: #ffe100;
  text-align: center;
  font-size: 1.333333vw;
  font-weight: 700;
  line-height: 1.2;
  color: #122e54;
  z-index:5;
}
.toi-btn_flex .detail_btn .fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 0.833333vw 0.833333vw 0 0.833333vw;
  border-color: #ffe100 transparent transparent;
  translate: -50% 100%;
}
.toi-btn_flex .detail_btn .b_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 1.5vw;
  border-radius: 0.833333vw;
  width: 31.66666vw;
  height: 4.166666vw;
  font-weight: bold;
  transition: 0.3s;
  background-color: #0068b7;
  z-index:1;
}
}

@media screen and (min-width: 1201px) {
.sec-toi .inner{
	width:800px;
	margin: 40px auto;
}
.toi-button {
  font-size: 24px;
  width: 500px;
  height: 60px;
  margin: 0 auto 50px;
}
.toi-btn_flex .detail_btn{
	width:380px;
}
.toi-btn_flex .detail_btn .fukidashi {
  width:360px;
  height:70px;
  margin-bottom: -3px;
  padding: 5px;
  border-radius: 11px;
  font-size: 16px;
}
.toi-btn_flex .detail_btn .fukidashi::after {
  border-width: 10px 10px 0 10px;
}
.toi-btn_flex .detail_btn .b_btn {
  font-size: 18px;
  border-radius: 10px;
  width: 380px;
  height: 50px;
}
}


/* footer */
.sec-footer{
	background-image: linear-gradient(90deg, #59c4f1, #0068b7);
	width:100%;
	text-align: center;
	padding: 5vw 0;
}
@media screen and (min-width: 751px) {
.sec-footer{
	padding: 4.16666vw 0;
}
}

@media screen and (min-width: 1201px) {
.sec-footer{
	padding: 50px 0;
}
}

