﻿@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root { 
	--key-Color: #1a2254;
	--blue: #303860;
	--blue02:#0d4dc9;
	--orange: #ea6c18;
	--green: #33ce28;
	--row-space : 2.69vw;
	--col-space : 5.2vh;
	--containner: 1240px;
	--h1 :2.510vw;
	--h2 :1.943vw;
	--h3 : 2.2rem;
	--h4 : 1.5rem;
	--Text-normal: 16px;
	--flex_hurf : calc(96% / 2);
	--flex_third : calc((100% - 5vw) / 3);
	--flex_third_space : calc((100% - 6%) / 3);
	--flex_five : calc((100% - 5vw) / 5);
	--flex_six : calc(100% / 3);
	--ph_left_img: 50vw;
	}

	@media screen and (max-width: 767px) {
  
		:root { 
		  --row-space : 2.6vw;
		  --col-space : 3vh;
		  --h2 :7.0083vw;
		  --h3 : 1.45rem;
		  --s1-space: 5vh;
		  --s2-space: 2.5vh;
		  --s3-space: 1.5vh;
		  --Text-normal: 15px;
		  --flex_hurf : 100%;
		  --flex_five : calc(100% / 1);
		  --flex_six : calc(100% / 2);
		  --flex_third :100%;
		  --flex_third_space :calc(98% / 2);
		  }  
		  .pc{
			display:none;
		  }  
	  }
	  
	  @media screen and (min-width: 768px) {  
		.sp{
		display:none;
		}
	  }
	@media screen and (min-width: 1921px) {
		:root { 
			--containner: 1500px;
		}
		h2.border{
			max-width: 1500px !important;
		}
	}
body{
font-family:'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
margin:0;
padding:0;
font-size:var(--Text-normal);
color:#111;
line-height:2.0;
font-weight:400;
overflow-x: hidden;
}

.header__top .logo{
	display: none !important;
}

b{
font-weight:bold;
}

a{
outline: none;
text-decoration:none;
border:none;
}

a:hover{
text-decoration:underline;
}

a:focus{
outline: none;
}

.text_min{
font-size:70% !important;
}

img{
vertical-align:bottom;
max-width:100%;
}

p{
margin:0 0 30px 0;
}

.red, .error_messe{
color:#e61e1e !important;
}

.text__red{
	color:#c90e1c;
}

.text__yellow{
	color:#fcfe73 !important;
	font-size: 1.4rem;
	font-weight: bold;
}

.error_messe{
	margin-bottom: .5em;
}

.bold{
	font-weight: bold;
}

.marker{
	background: linear-gradient(transparent 70%, #fcfe73 0%);
	display: inline;
}

span.blue{
	color:var(--blue02);
}

.require{
 background:#e10900;
 display:inline-block;
 margin-left:10px;
 border-radius:.95em;
 background:#e10900;
 color:#fff;
 text-align:center;
 padding:5px 10px;
 font-size:0.9rem;
 line-height:1.0;
}

.anton{
	font-family: "Anton", sans-serif;
	font-weight: 400;
}

/********************* header ************************/

header{
	background: #fff;
}

header .header__top{
	padding:0 var(--row-space);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header__top a.tel{
	background: transparent;
}

header .header__top .logo{
	min-width: 140px;
	max-width: 150px;
	padding: .5em 0;
}

header .header__top .right{
	width: 100%;
	max-width:80%;
	display: flex;
	justify-content: flex-end;
	padding:0;
	column-gap: 0;
}


.mail-min{
	display: block;
	font-size: 0.7rem !important;
	text-align: center;
	margin-top: .5em;
}

a.btn{
	display: flex;
	flex-direction: column;
	justify-content:center ;
	padding:.5em .5em;
	text-align: center;	
	color: #fff;
	font-size: clamp(16px, 1.5vw, 20px);
	padding-left: 1.90625vw;
	max-width:10.416666666666668vw;
	width: 100%;
	line-height: 1.1;
	font-weight: 600;
	transition: all .3s;
	margin: 0;
	min-width: 200px;
}

a.btn:hover{
	text-decoration: none;
	opacity:0.75;
}

a.btn span{
	display: block;
	font-size: 13px;
	letter-spacing: .255em;
}

a.mailform{
	background: #ff1e15;
	position: relative;
	padding:.75em .5em;
	padding-left: 2.90625vw;
}
a.tel{
background: #ff1e15;
}
#form a.mailform{
	font-size:30px;
	padding: 1em;
}

section#mail-form{
	background: #10acc1;
	background-size: cover;
	padding:var(--col-space) var(--row-space);
}

a.mailform::before{
	content: '';
	background: url(../../images/mail_icon.svg)no-repeat center top 3px;
	background-size: contain;
	width:28px;
	height:26px;
	position: absolute;
	left: 28px;
	top: 50%;
  transform: translateY(-50%);
}

#mail-form 
a.mailform::before{
	content: '';
	background: url(../../images/mail_icon.svg)no-repeat center top 3px;
	background-size: contain;
	width:28px;
	height:26px;
	position: absolute;
	left:32px;
	top: 50%;
  transform: translateY(-50%);
}

#mail-form 
a.tel::before{
	content: '';
	background: url(../../images/tel-icon.png)no-repeat center top 3px;
	background-size: contain;
	width:28px;
	height:26px;
	position: absolute;
	left:32px;
	top: 50%;
  transform: translateY(-50%);
}

a.line{
	background: var(--green);
	position: relative;
}

a.line::before{
	content: '';
	background: url(../../images/line-icon.svg)no-repeat center;
	background-size: contain;
	width:28px;
	height: 28px;
	position: absolute;
	left: 10px;
	top: 50%;
  transform: translateY(-50%);
}

nav.gloval{
	display: flex;
	align-items: center;
	background: #f1f4ff;
}

nav.gloval ul{
	list-style: none;
	margin: 0 1em 0 0;
	display: flex;
	padding: 1em 0;
	column-gap: .5em;
	justify-content: flex-end;
	align-items: center;
}

nav.gloval ul li{
	font-size: 1.1rem;
	font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {

	nav.gloval ul li{
		font-size: 0.9rem;
	}
	a.btn{
		font-size: 15px;
		min-width: 150px;
		min-width: auto;
	}

	a.mailform::before, a.line::before{
		display: none;
	}

	header .header__top .logo{
		min-width: 100px;
		max-width: 140px;
	}
	header .header__top .right{
		max-width: 85%;
	}
	a.mailform{
		padding-left: .5em;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	header .header__top .right{
		max-width: 100%;
		background: #f1f4ff;
	}
}

#kv__wrap{
	background: #f7f7f7;
	background-size: cover;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#kv__wrap .Inner__wrap{
	position: relative;
	max-width: 1920px;
	margin: auto;
}

#kv__wrap .Inner__wrap::after{
	content: '';
	position: absolute;
	width:50vw;
	height: 90%;
	background: url(../../images/fv_image.png)no-repeat center bottom;
	background-size: contain;
	right:-25vw;
	bottom:0;
}

.wh__curcle{
	width:43.75vw;
	height: 43.75vw;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom:-15vh;
	left: 50%;
	transform:translateX(-50%);
	z-index: 0;
	box-shadow: 0px 0px 28px -16px #777777;
}

#kv__wrap .Inner__wrap .contents{
	position: relative;
	z-index: 2;
}

#kv__wrap .Inner__wrap .contents .top__wrap-icon{
	display: flex;
	justify-content: center;
	column-gap: 2%;
	row-gap: 2.5vh;
	margin-top: 5vh;
}

#kv__wrap .Inner__wrap .contents .top__wrap-icon .icon{
	font-weight: 600;
	font-size: var(--Text-normal);
	max-width: calc(92% / 4);
	width: 100%;
	line-height: 1.35;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#kv__wrap .Inner__wrap .contents .lead__top{
	font-size: var(--h3);
	color:#000;
	text-align: center;
	padding-bottom: .5em;
	border-bottom: #000 solid 2px;
	margin-bottom: .5em;
	font-weight: 800;
	line-height: 1.4;
}

#kv__wrap .Inner__wrap .contents .leader__main{
	font-size: var(--h2);
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
	text-shadow: 
    black 2px 0px 2px, black -2px 0px 2px,
    black 0px -2px 2px, black -2px 0px 2px,
    black 2px 2px 2px, black -2px 2px 2px,
    black 2px -2px 2px, black -2px -2px 2px,
black -1px -1px 2px;
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 2%;
align-items: center;
}

#kv__wrap .Inner__wrap .contents .leader__main .white{
	font-size: calc(var(--h2) * 2);
	color:#fff;
	font-weight: 900;
}

#kv__wrap .Inner__wrap .contents .leader__main span{
	display: block;
	color:#fff;
}

#kv__wrap .Inner__wrap .contents .leader__main small{
	font-size: calc(var(--h2) / 1.5);
	color:#fff;
	font-weight: 500;
}

#kv__wrap .Inner__wrap .contents .leader__main div:last-child small{
	text-align: left;
	font-size: 1.1rem;
	font-weight: 400;
	display: block;
	line-height: 1.455;
}

#kv__wrap .Inner__wrap .contents .leader__main .bottom{
	font-size: var(--h3);
	color:#000;
	text-align: center;
	margin-top: .5em;
}

@media screen and (max-width: 767px) {

	.text__yellow{
	color:#fcfe73 !important;
	font-size: 1.2rem;
	font-weight: bold;
	}


	nav.gloval{
		display: none;
	}

	.mail-min{
		font-size: 9px !important;
		margin-top: .2em;
	}

	#form a.mailform::before {
		content: '';
		background: url(../../images/sp-icon.png) no-repeat center top 0;
		background-size: contain;
		width: 22px;
		height: 20px;
		position: absolute;
		left: 17px;
		top: 50%;
		transform: translateY(-50%);
	}
	#form a.tel::before {
		content: '';
		background: url(../../images/tel-icon.png) no-repeat center top 0;
		background-size: contain;
		width: 22px;
		height: 20px;
		position: absolute;
		left: 17px;
		top: 50%;
		transform: translateY(-50%);
	}
	#form a.mailform{
		font-size: 20px;
		width: 100%;
		max-width: 100%;
		padding: 1em 1em 1em 40px;
	}

	header.header__top .right{
		max-width: calc(100% - 150px);

	}
	header .header__top .right{
		margin-left: auto;
		max-width: 70%;
		align-items: center;
	}
	header .header__top .right a.tel{
		background: var(--orange);
		padding:0;
		color:#fff;
		font-size: 22px;
		line-height: 0;
		border-radius: 3px;
	}
	header .header__top .logo{
		max-width: 100px;
		min-width: 100px;
		margin: auto 0;
	}
	header .header__top{
		flex-wrap: nowrap;
		padding-right: 0;
		padding-left: 0;
	}
	a.btn{
		padding:.7em .55em;
		max-width: 100%;
		text-align: center;
		justify-content: center;
		align-items: center;
		height: 40px;
		min-width: auto;
	}
	a.line::before {
		content: '';
		background: url(../../images/line-icon.svg) no-repeat center;
		background-size: contain;
		width: 18px;
		height: 18px;
		position: absolute;
		left: 5px;
	}
	a.mailform::before {
		content: '';
		width: 18px;
		height: 18px;
		position: absolute;
		left: 8px;
		top: 50%;
		transform: translateY(-50%);
	}
	a.mailform{
		padding-left: 26px;
		font-size: 15px;
	}
	#kv__wrap .Inner__wrap .contents .top__wrap-icon{
		flex-direction: row;
		flex-wrap: wrap;
	}
	#kv__wrap .Inner__wrap .contents .top__wrap-icon .icon{
		max-width: calc(98% / 2);
	}
	#kv__wrap .Inner__wrap .contents .top__wrap-icon{
		row-gap: 1vh;
	}

	#kv__wrap .Inner__wrap .contents .leader__main .white{
		font-size: calc(var(--h2) * 1.9);
	}

	#kv__wrap .Inner__wrap{
		padding-bottom: 0;
	}

	#kv__wrap .Inner__wrap .contents .leader__main div:last-of-type{
		margin-top: .5em;
	}

	.wh__curcle{
		bottom:inherit;
		top:12vh;
		width:95vw;
		height:95vw;
	}

	#kv__wrap .Inner__wrap::after{
		height: 25vw;
		right:-17vw;
		background: url(../../images/fv_image.png)no-repeat;
		background-size: cover;
	}

}

@media screen and (min-width: 768px) and (max-width: 1380px) {

	.wh__curcle{
		width:70.75vw;
		height:70.75vw;
	}
	#kv__wrap .Inner__wrap .contents .top__wrap-icon .icon{
		font-size: 14px;
	}

	#kv__wrap .Inner__wrap .contents .leader__main .white {
		font-size: calc(var(--h2)* 3);
	}

	#kv__wrap .Inner__wrap{
		width:100%;
		max-width: 100%;
	}

	#kv__wrap .Inner__wrap::after{
		right:-15vw;
	}
	#kv__wrap .Inner__wrap .contents .lead__top{
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}
/***********CTA***********/

.cta__wrap{
  background: var(--orange);
  border-top-left-radius: 2.46em;
  border-top-right-radius: 2.46em;
  padding: 1em var(--row-space);
  max-width: 1100px;
  margin: 0 auto 0;
  display: flex;
  column-gap: 1em;
  justify-content: center;
  align-items: center;
  position: relative;
}

a{
  transition: all .3s;
}

a:hover{
opacity: 0.7;
}

.cta__wrap .Item{
  flex-grow: 1;
}

.cta__wrap a{
  flex-grow: 1.5;
  transition: all .3s;
}

.cta__wrap a:hover{
	opacity: 0.9;
}

.cta__wrap::after{
	content: '';
	background: #e7f5f7;
	position: absolute;
	z-index: -1;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 50%;
	bottom:0;
	left:0;
}

/********************** section **************************/

section.sec{
	padding: var(--col-space) var(--row-space);
}

section.blue{
	background: #f5f7f7;
}

.comm__Inner{
	max-width: var(--containner);
	margin: auto;
	position: relative;
}

.Center{
	text-align: center;
}

h2.main__title{
	background: url(../../images/h2__title.jpg)no-repeat center;
	background-size: cover;
	padding:1em var(--row-space);
	text-align: center;
	margin-bottom: 0;
}

h2.border{
	font-size: var(--h2);
	font-weight: 800;
	text-align: center;
	margin: 0 auto 1.5em;
	padding-bottom: .5em;
	position: relative;
	color:#303860;
	line-height: 1.255;
	border-bottom: 4px solid #303860;
	position: relative;
	max-width: 1240px;
}

h2.border::after{
	content: '';
	background: url(../../images/square.svg)no-repeat right center;
	background-size: contain;
	width: 60px;
	height: 20px;
	display: block;
	position: absolute;
	right:0;
	bottom:-30px;
}

h2.Left{
	text-align: left;
}

.big__text{
	font-size: var(--h2);
	text-align: center;
	font-weight: 900;
	line-height: 1.45;
	text-decoration: underline;
	margin-top: .5em;
}

h2.border.form span.big{
	font-size: calc(var(--h2) * 1.15);
	margin-top: .5em;
}

h2.border.form::before{
	content: '';
	position: absolute;
	bottom:15px;
	background: #ffa415;
	border-radius: 8px;
	width:90px;
	height:7px;
	left: 50%;
	transform: translateX(-50%);
}
h2.border span.big{
	font-size: calc(var(--h2) * 1.9);
	color:var(--blue);
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
}

h2.border.form span.big{
	color:#fff !important;
}

.company p{
	font-size: clamp(16px,20px,21px);
}

.company .wh__box p{
	font-size: 1.0rem;
}

.company__name{
	font-size: var(--h3);
	font-weight: bold;
}

.company .flex__box.sns{
	max-width: 800px;
	margin: var(--row-space) auto 0;
}

h2.orange{
	color:#d86619;
	font-size: calc(var(--h2) * 1.5);
	font-weight: bold;
	text-align: center;
	margin: var(--row-space) auto;
}

.mail__box{
	font-weight: bold;
}

.mail__box p{
	font-size: clamp(18px,22px,24px);
	margin-bottom: 0;
}

.mail__box p.info{
	font-size: 16px;
	font-weight: normal;
}

a.mail{
	font-size: var(--h3);
}

.flex__box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2%;
	row-gap: 2.5vh;
}

.flex__box .Hurf{
	width: var(--flex_hurf);
}

.flex__box .three{
	width: var(--flex_third_space);
}

.flex__box .Left{
	width: 40%;
}

.flex__box .right{
	width: 57%;
}

#company h2{
	color:#1a478d;
}

ul.check{
	list-style: none;
	margin: 0 auto;
	max-width: 95%;
	padding: 0 0 2.5vh;
	position: relative;
	z-index: 4;
}

ul.check li{
	font-size:var(--h4);
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.45;
	position: relative;
	padding: .5em;
	background: #fff;
	border: 1px solid #000;
	}

ul.check li::before{
	content: '';
	background: url(../../images/check.png)no-repeat center;
	background-size: contain;
	width:20px;
	height: 20px;
	margin-right: 5px;
}

ul.check li:not(:last-child){
	margin-bottom: .5em;
}

ul.check li p{
	margin-bottom: 0;
}

section.blue02{
	background: #496e87;
	padding: var(--col-space) var(--row-space);
}

section.blue02 *{
	color:#fff;
}

section.blue02  p{
	font-size: clamp(17px,19px,20px);
}

.points__wrap{
	display: flex;
	column-gap: 2%;
	justify-content: center;
	max-width: 1000px;
	margin: auto;
}

.points__wrap .Item{
	width: var(--flex_third);
	border: 1px solid #2d218c;
	background: #fff;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.points__wrap .Item h3{
	font-weight: bold;
	text-align: center;
	color:#2d218c;
	font-size: var(--h4);
	margin:0 0 0;
}

.points__wrap .Item img{
	max-width: 70%;
	display: block;
	margin: auto;
}

.points__bottom__text{
	font-size: calc(var(--h4) * 1.25) !important;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
		line-height: 1.55;
}

section.wh{
	padding:var(--col-space) var(--row-space);
	background: #fff;
}

span.yellow{
	color:#ffff2c;
}

.yellow__bg{
	background: #feffe9;
	padding: clamp(1em,1.5em,1.7em);
	font-size: var(--h4);
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.text__kaiketsu__bottom{
	font-size: var(--h4);
	font-weight: bold;
	text-align: center;
	position: relative;
}

.text__kaiketsu__bottom .left{
	position: absolute;
	bottom:0;
	left:0px;
	width: 100px;
}
.text__kaiketsu__bottom .right{
	position: absolute;
	bottom:0;
	right:0px;
	width: 150px;
}
.text__kaiketsu__bottom .blue{
	color:#2d218c;
	font-size: calc(var(--h2) * 1.1);
	font-weight: bold;
	text-decoration: underline;
	display: block;
	line-height: 1.4;
}

h3{
	font-size: var(--h3);
	font-weight: 600;
	margin: 0 auto 1em;
}

h3.bg{
	background: var(--blue);
	color:#fff;
	padding: .5em;
	font-size: var(--h4);
}

h3.Center{
	text-align: center;
}

ul.list{
	margin-left: 1em;
}

h4{
	padding: 0 .1em .5em;
	position: relative;
	font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 600;
	font-size: calc(var(--h4) * 1.085);
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 767px) {

	h2.border::after{
	width: 40px;
    height: 20px;
	}

	.cta__wrap{
		flex-direction: column;
		border-top-left-radius: 0.48em;
		border-top-right-radius: 0.48em;
		max-width: 97%;
	}

	.cta__wrap .Item{
		width: 80%;
		margin: 0 auto .5em;
	}

	.cta__wrap a{
		width: 100%;
	}

	.points__wrap{
		flex-wrap: wrap;
	}

	.wh__box p{
		font-size: 16px !important;
		margin-bottom: 0;
	}

	.points__bottom__text{
		margin-bottom: 0;
		font-size: 1.25rem !important;
	}

	.points__wrap .Item{
		width: calc(98% / 2);
		margin: .5em auto 0;
	}

	section.blue02 .right p{
		font-size: 20px;
	}

	.yellow__bg{
		padding: 1em;
		font-size: 1.1rem;
	}

	.big__text{
		margin-bottom: 1em;
	}

	.points__wrap .Item h3{
		font-size: 1.2rem;
	}

	ul.check{
		padding-bottom: 0;
		margin-bottom: 1em;
		max-width: 100%;
	}

	.sp_left{
		text-align: left;
	}

	h2.border{
		padding-bottom: .55em;
		line-height: 1.45;
	}

	h2.border.form{
		padding-bottom: 1em;
	}

	h2.border.form::before{
		bottom: 5px !important;
	}

	.text__kaiketsu__bottom .blue{
		font-size: 1.4rem;
		line-height: 1.65;
	}

	.text__kaiketsu__bottom{
		font-size: 1.25rem;
		line-height: 1.65;
		margin-top: .5em;
	}

	.text__kaiketsu__bottom .left, .text__kaiketsu__bottom .right{
		display: none;
	}

	header{
 box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.35);
	}

	.service .three{
		width: 100%;
	}

	.flex__box{
		row-gap: 1vh;
	}
	.flex__box .Left{
	width: 60%;
	margin: 0 auto 1em;
		}

		.flex__box .right{
			width: 100%;
		}

	h2.border span.big {
		font-size: calc(var(--h2)* 1.1);
	}

	ul.check li{
		display: block;
		padding-left: 25px;
		font-size: 1.1rem;
	}
	ul.check li::before{
		position: absolute;
		width:20px;
		height: 20px;
		margin-left: 0;
		left: 3px;
	}

}

/********************** CTA **************************/

section#form{
	background: #fff;
}

section#cta h2{
	font-size: var(--h3);
	color:#fff;
	border:2px solid #fff;
	border-top: none;
	padding:0 .5em .5em;
}

section#cta h2 span.big{
	font-size: calc(var(--h3) * 1.5);
	color:#ffd940;
}

section#cta p{
	margin-bottom: 0;
	color:#fff;
}

section#cta .Inner__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2.5vh;
	margin-top: 1em;
}

section#cta .Inner__wrap a{
	max-width: calc(96% /2);
	width: 100%;
	padding: .5em 1em;
	font-size: var(--h3);
	line-height: 1.1;
}

section#cta .Inner__wrap a.mailform::before{
	content: '';
	background: url(../../images/sp-icon.png)no-repeat;
	background-size: contain;
	width:3.90625vw;
	height: 3.90625vw;
}

section#cta .Inner__wrap a.line::before{
	content: '';
	background: url(../../images/line-icon.svg)no-repeat;
	background-size: contain;
	width:3.90625vw;
	height: 3.90625vw;
}

section#cta p{
	font-size: 1.2rem;
}

section#cta a.btn span{
	font-size: 1.4rem;
	margin-bottom: .2em;
}

.blue__icon{
	background: #303880;
	width: 70px;
	color:#fff;
	font-size: 40px;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto .5em;
	border-radius: 50%;
}

.wh__box{
	padding: 1em;
	background: #f5f7f7;
	border-radius: 0.46em;
	width: var(--flex_third);
	color:#202020;
}
.wh__box p{
		color:#202020;
}

.wh__box .title{
	margin-bottom: .5em;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	color:#202020;
}

@media screen and (max-width: 767px) {

	section#cta .Inner__wrap a{
		max-width: calc(100% /1);
	}
	
	section#cta a.btn span{
		font-size: 0.9rem;
		margin-bottom: .2em;
	}
	section#cta p {
		font-size: 1.0rem;
	}
	section#cta .Inner__wrap a.mailform::before,section#cta .Inner__wrap a.line::before{
		display: block;
		width:12.90625vw;
		height: 12.90625vw;
	}
}

/********************** お悩み **************************/

#worries__wrap{
	display: flex;
	flex-wrap: wrap;
	column-gap: 1%;
	row-gap: 1.5vh;
	max-width: var(--containner);
	margin-left: auto;
	margin-right: auto;
}

#worries__wrap .Contents{
	background: #fff;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border-left: 10px solid var(--blue);
	width: var(--flex_third);
}

#worries__wrap .Contents .title{
	font-weight: bold;
	font-size: var(--h4);
	color:#202020;
	text-align: left;
	margin: .5em 0 .5em;
}

.konnpongenin{
	max-width: 1000px;
	background: #2d218c;
	color:#ffff61;
	font-weight: 900;
	text-align: center;
	padding: .5em;
	line-height: 1.4;
	margin: 0 auto 1em;
	border-radius: 0.4em;
	font-size: var(--h1);
}

  @media screen and (min-width: 768px) and (max-width: 1024px) {

		h2.border{
			font-size: 1.8rem;
		}

		.konnpongenin{
			font-size: clamp(24px,36px,40px);
		}
		.text__kaiketsu__bottom .blue{
			font-size: 28px;
		}
		.text__kaiketsu__bottom .right, .text__kaiketsu__bottom .left{
			display: none;
		}

		.big__text{
			margin: 1em auto;
			font-size: 30px;
		}

		h3.Center{
			font-size: 30px;
		}

		.wh__box p{
			margin-bottom: 0;
			font-size: 16px !important;
		}

		.points__bottom__text{
			margin-bottom: 0;
			font-size: 26px !important;
		}

		section.blue02 p{
			font-size: 17px;
		}
  }

  @media screen and (min-width: 768px) and (max-width: 900px) {
		#worries__wrap{
			justify-content: space-around;
		}
  }

  @media screen and (max-width: 767px) {

	.konnpongenin{
		font-size: 1.45rem;
	}
	#worries__wrap .Contents p{
		margin-bottom: 0;
	}
  }

/********************** よくある質問 **************************/

section.faq{
	background: #fffef5;
}

.accordion {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	position: relative;
	width: 100%;
  }

  .accordion-container{
	border: 1px solid var(--blue);
  }

  .accordion-title {
	color: #000;
	cursor: pointer;
	font-size:var(--h4);
	border-bottom: 1px solid var(--blue);
	position: relative;
	display: flex;
  }
  .accordion-title::before{
	content: 'Q';
	width:60px;
	line-height: 40px;
	padding: .5em;
	text-align: center;
	background: var(--blue);
	color:#fff;
	font-size: var(--h3);
  }

    .accordion-title .Inner{
		padding: .5em;
		display: flex;
		margin: auto 0;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

  .accordion-content {
	display: none;
	padding: 1em;
  }
  .accordion-content p {
	line-height: 1.5;
  }
  .accordion-item .accordion-title {
	background-color: #fff;
	color:#000;
	font-weight: 600;
	margin-bottom: 0;
  }

  .accordion-item .accordion-content {
	background: #fffcf5;
	padding: 1em;
	position: relative;
  }

  .accordion-item .accordion-content .text{
	position: relative;
  }
  .accordion-item .accordion-content .text p{
	margin-bottom: 0;
	font-size: 1.1rem;
	line-height: 1.75;
  }
  .accordion-title {
	position: relative;
  }
  .accordion-title::after {
	content: "＋";
	display: block;
	position: absolute;
	right: 25px;
top: 50%;
  transform: translateY(-50%) ;
	transition: transform .3s ease-in-out, top .3s ease-in-out;
  }
  .accordion-title.open::after {
		content: '－';
  }

  @media screen and (max-width: 767px) {

	.accordion-title{
		font-size: 1.15rem;
	}

	.accordion-item .accordion-content .text{
		padding-left: 0;
	}
	.accordion-item .accordion-content .text p{
		font-size: 1.0rem;
	}

	.accordion-title::before{
		width: 50px;
		max-width: 50px;
		min-width: 50px;
	}
	.accordion-title .Inner{
		padding-right: 50px;
	}
	.accordion-title::after{
		right:10px;
	}
	.company p{
		font-size: 16px;
		margin-bottom: .5em;
	}
	p.company__name{
		font-size: 22px;
	}
	h2.orange{
		font-size: 1.25rem;
	}
	.wh__box{
		margin-bottom: 1em;
	}
  }

  /********************** メールフォーム **************************/

  .form__top{
	display: inline-block;
	background: #fffcee;
	border-radius: .3em;
	padding: .15em 1em;
	text-align: center;
	font-size: calc(var(--h4) * 1.5);
	font-weight: 600;
	color:#10acc1;
  }

  .form__top img{
	vertical-align: middle;
	margin-right: 5px;
  }
#form .comm__Inner{
	/*background: #e5f2f7;*/
	/*padding: clamp(1em,2vw,2.2vw);*/
}
  .form__contents{
	border-radius: 0.46em;
	/*padding: 1em;*/
	/*background: rgba(255,255,255,0.85);*/
  }

  dl.formTable{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	outline:1px solid #fff;
	background: rgba(255,255,255,0.75);
	margin-bottom: 0;
	flex-direction: column;
  }
  dl.formTable dt{
	width: 100%;
	padding:.5em 1em 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-weight: 600;
	font-size:1.1rem;
  }
  dl.formTable dd{
	width: 100%;
	padding: 1em;
	margin: 0;
  }


  .form__contents{
	max-width: 1000px;
	margin: auto;
  }

  input[type=text], input[type=password], input[type=email], input[type=tel], select{
	border: 2px solid #121212;
	font-weight: 400;
	border-radius: 4.46em;
	font-size:clamp(17px,19px,20px);
	padding: 1em;
	font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  textarea{
		border: 2px solid #121212;
	border-radius: 0.86em;
	font-weight: 400;
		font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  }

  input[type=submit]{
	font-size: var(--h3);
	font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 600;
	letter-spacing: 0.086em;
	border-radius: 6.46em;
	margin-top: .5em;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }

  .flow_design01 {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .flow_design01 ul {
	padding: 0;
  }
  
  .flow_design01 li {
	list-style-type: none;
  }
  
  .flow_design01 dd {
	margin-left: 0;
	display: flex;
	column-gap: 2%;
	align-items: center;
  }

  .flow_design01 dd picture{
	width: 30%;
  }
  
  .flow01 > li {
	position: relative;
	list-style: none;
  }
  
  .flow01 > li:not(:last-child) {
	margin-bottom: 40px;
  }
  
  .flow01 > li dl {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #F88400;
	border-radius: 10px;
	position: relative;
  }
  
  .flow01 > li:not(:last-child) dl::before,
  .flow01 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  .flow01 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: #F88400;
  }
  
  .flow01 > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
  }
  
  .flow01 > li dl dt {
	font-size: 1.2em;
	font-weight: 600;
	-ms-flex-preferred-size: 20%;
	flex-basis: 25%;
	margin-right: 2vw;
	text-align: center;
  }
  
  .flow01 > li dl dt .icon01 {
	font-size: 0.9em;
	color: #fff;
	background: #F88400;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
  }
  
  @media(max-width: 767px) {
	.flow01 > li:not(:last-child) {
	  margin-bottom: 30px;
	  padding: 0;
	}

	section#form h2{
		font-size: 1.1rem;
	}

	.flow_design01 ul{
		margin: auto;
		width: 100%;
	}

	.flow01 > li{
		padding: 0;
	}
  
	.flow01 > li dl {
	  display: block;
	  padding: 10px 15px;
	}
  
	.flow01 > li dl dt {
	  margin-right: 0;
	}

	.flow01 > li:last-of-type dl{
		margin-bottom: 0;
	}
  
	.flow01 > li dl dt .icon01 {
	  font-size: .87em;
	}
	.flow_design01 dd {
		flex-direction: column;
	  }
	
  }

/********************** 法人概要 **************************/

dl.company{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: .5em;
}

dl.company:first-of-type{
	border-top: 1px solid #ccc;
}

dl.company dt{
	width: 20%;
	padding: 1em;
	margin: 0;
	font-weight: 400;
	font-size: 1.0rem;
	border-right: 1px solid #ccc;
	text-align: center;
	color:#1a478d;
	font-weight: bold;
}

dl.company dd{
	width: 80%;
	padding: 1em;
	margin: 0;
	font-weight: 400;
	font-size: 1.0rem;
}

dl.company dd a{
	text-decoration: underline;
}

@media screen and (max-width: 767px) {

	.form__top{
		font-size: 1.2rem;
	}
	.form__top img{
		max-width: 30px;
	}
	section#form p{
		font-size: 1.0rem;
	}

	dl.formTable dt, dl.formTable dd, dl.company dt, dl.company dd{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	dl.company dt{
		padding:0 .5em .5em;
		border-right: 0;
		border-bottom: 1px solid #ccc;
		background: #fafaf2;
	}
	dl.formTable dt div{
		line-height: 1.455;
	}
	dl.formTable dt{
		margin-bottom: .25em;
	}
	dl.company{
		padding: 0;
		margin-bottom: 0;
	}
	dl.formTable dd{
		padding-top: 0;
	}
	input[type=submit]{
		font-size: 1.4rem;
		border-radius: 4.46em;
		width: 100%;
	}
	dl.company dt, dl.company dd{
		font-size: 1.0rem;
		font-weight: 400;
	}

}

.thanks{
	background: #fff;
	padding:var(--col-space) 1em;
}

.thanks p{
	color:#000 !important;
	font-size: 1.0rem !important;
}

.thanks .red p{
	color:#e10900 !important;
}

.thanks h4{
	padding-top: .75em;
	padding-bottom: .75em;
	border-top: 1px solid var(--blue);
	border-bottom: 1px solid var(--blue);
	margin-bottom: 1em;
	font-size: 1.25rem;
}

.thanks h4::after{
	display: none;
}

.thanks p:last-child{
	margin-bottom: 0;
}

input[type=button]{
	min-width: 240px;
}

footer{
	background: var(--blue);
	padding: var(--row-space);
}

footer *{
	color:#fff;}

footer ul.links{
	display: flex;
	justify-content: center;
	margin:0 auto 2em;
	list-style: none;
}

footer ul.links li{
	font-size: 1.0rem;
	margin: 0;
	padding: 0;
	color:#fff;
}

footer ul.links li a{
	color:#fff;
}

footer ul.links li::after{
	content:'|';
	padding: 0 .5em;
}

.copy{
	color:#fff;
	margin-top: 1em;
	font-size: 0.8rem;
	text-align: center;
}

@media screen and (max-width: 767px) {

	footer ul.links{
		justify-content: center;
		flex-direction: column;
		padding: .5em;
	}

	footer ul.links li{
		border-color: #fff;
	}

	footer p.Center img, #company p.Center img{
		max-width: 200px;
	}

	footer ul.links li:after{
		display: none;
	}

	footer ul.links li{
		margin-top: 5px;
	}

	footer ul.links a{
		display: block;
		padding: .75em;
		border:1px solid #fff;
	}

}

ul.program{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.program li{
	display: flex;
	column-gap: 1em;
	padding: 1em;
	background: #fff;
	font-size: var(--h3);
	color:var(--blue);
	font-weight: bold;
	align-items: center;
	margin-bottom: .5em;
}

ul.program li .icon{
	background: #1793ff;
	position: relative;
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: clamp(30px,37px,39px);
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	line-height: 1.0;
	padding: .5em;
	font-weight: normal;
}

ul.program li .icon small{
	font-size: 0.9rem;
	display: block;
}

ul.program li .icon::before{
	content: '';
	  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #1793ff;
  border-bottom: 0;
	position: absolute;
	bottom:-10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {

	ul.program li{
		padding: .5em;
		line-height: 1.55;
	}
	ul.program li .icon{
		padding: .5em;
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
ul.program li{
	font-size: 1.4rem;
	padding: .5em;
}
}

input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea{
	font-size: 15px !important;
	border-radius: 6px !important;
	padding: .75em !important;
}

