@charset "utf-8";

:root{

	--bp_pc_max: 3840px;
	--bp_pc_bas: 1920px;
	--bp_pc_min: 1281px;
	--bp_tb_max: 1280px;
	--bp_tb_min: 521px;
	--bp_sp_max: 520px;
	--bp_sp_min: 340px;

	--c_lightest: #F9F9F9;
	--c_primary: #039ABA;
	--c_primary_dark: #275F6B;
	--c_primary_light: #16B1D2;
	--c_black: #2D2D2D;
	--c_dark: #2D2D2D;
	--c_form_gray: #ECF1F2;
	--c_border_gray: #E2E2E2;


	--c_grad_primary: linear-gradient(40.4deg,#2e7fdb 0%,#50c9e9 100%);

}

html{
	
}

/*--------------------------------------*/

body{
	background-color: var(--c_lightest);
}
@media screen and (min-width: 521px){
	body{
		min-width: 1200px;
	}
}
@media screen and (max-width: 520px){
	body{

	}
}

@keyframes csn-rotate{
	to{
		transform: rotate(360deg);
	}
}

/*--------------------------------------*/

#wrapper{
	overflow: hidden;
}
@media screen and (min-width: 521px){
	#wrapper{

	}
}
@media screen and (max-width: 520px){
	#wrapper{

	}
}

/*--------------------------------------*/

#main{
	
}
@media screen and (min-width: 521px){
	#main{

	}
}
@media screen and (max-width: 520px){
	#main{

	}
}

/*--------------------------------------*/

#contents{
	
}
@media screen and (min-width: 521px){
	#contents{

	}
}
@media screen and (max-width: 520px){
	#contents{

	}
}

/*--------------------------------------*/

.index.common{
	padding-bottom: 4em;
}
.index.common .en{

}
.index.common .ja{
	line-height: 1.5;
}
@media screen and (max-width: 520px){
	.index.common{
		padding-bottom: 2em;
	}
	.index.common .en{
		font-size: 4vw;
	}
	.index.common .ja{
		font-size: 7vw;
	}
}

/**********************************************************************/
/* CTA
/**********************************************************************/

aside.cta{
  --form_width: 390px;
  --form_padding_lr: 2.5em;

  background-color: var(--c_primary);
  padding: 4em 4vw;
}
aside.cta .wrapper{
  gap: 7em;
}
aside.cta .lead{
  display: inline-flex;
  flex-direction: column;
  justify-items: auto;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
aside.cta .lead .logo{
  width: 20em;
  margin: 0 auto 3em auto;
}
aside.cta .h1 > span{
  display: block;
}
aside.cta .main{
  margin-top: .25em;
  letter-spacing: .04em;
}
aside.cta .main .letter{
  position: relative;
}
aside.cta .main .letter::before{
  content: "";
  display: block;
  position: absolute;
  width: .12em;
  height: .12em;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 75%);
}
aside.cta .comp{
  margin-top: 1.5em;
  --font-size-min-origin: 16;
}
aside.cta .lead .heading{
  padding-bottom: 1em;
  margin-bottom: 1em;
}
aside.cta .lead .medals{
  margin-top: 1em;
  gap: .75em;
  flex-wrap: wrap;
}
aside.cta .lead .medals .medal{
  padding: 0 3em;
  background-image: url("../img/medal_bg_l_w.png"), url("../img/medal_bg_r_w.png");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: contain;
  white-space: nowrap;
}
aside.cta .lead .medals .medal .pre{
  margin-bottom: .5em;
}
aside.cta .lead .medals .medal .main{
  line-height: 1.15;
  padding-bottom: .25em;
  font-weight: 700;
}
@media screen and (max-width: 520px){
  aside.cta{
    --form_width: 100%;
    --form_padding_lr: 6vw;

    padding: 4em 2vw 3em 2vw;
  }
  aside.cta .wrapper{
    gap: 2em;
  }
  aside.cta .lead{
    padding: 0 4vw;
  }
  aside.cta .lead .logo{
    width: 50vw;
    margin: 0 auto 2em auto;
  }
  aside.cta .lead .heading{
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  aside.cta .heading .main {
    font-size: 9vw;
  }
  aside.cta .heading .sub {
    font-size: 6vw;
    margin-bottom: .75em;
  }
  aside.cta .lead .heading .catch{
    font-size: 3.2vw;
  }
  aside.cta .comp {
    font-size: 3.7vw;
  }
  aside.cta .lead .medals .medal{
    padding: 0 2.25em; 
  }
  aside.cta .lead .medals .medal .pre{
    font-size: 3vw;
  }
  aside.cta .lead .medals .medal .main{
    font-size: 3.65vw;
  }
}

/*--------------------------------------------------------------------*/

aside.cta .action{
  margin-top: 5em;
}
aside.cta .action a{
  display: inline-block;
}
aside.cta .action a:hover{
  opacity: 1;
}
aside.cta .action .button{
  background: var(--c_grad_primary);
  color: #fff;
  border-radius: 50em;
  padding: 2.5em 6em 2.5em 8em;
  position: relative;
  box-shadow: 0 1em 2em rgba(0, 41, 129, 0.16);
  transition: box-shadow .3s, transform .3s;
}
aside.cta .action .button:hover{
  transform: translate(0, 5px);
  box-shadow: 0 0 5px rgba(0, 41, 129, 0.16);
}
aside.cta .action .button::before{
  width: 6.66em; /*211 206*/
  height: 6.66em;
  background-image: url("../img/cta_image_1.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  left: 2em;
  bottom: .75em;
}
aside.cta .action .button .fast{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: .5em 1em .6em 1em;
  border-radius: 5em;
  background-color: var(--c_black);
}
@media screen and (max-width: 520px){
  aside.cta .action{
    margin-top: 3em;
  }
  aside.cta .action a{
    display: block;
  }
  aside.cta .action .button{
    padding: 1.75em 10vw;
    white-space: nowrap;
  }
  aside.cta .action .button .fast{
    font-size: 3.2vw;
  }
  aside.cta .action .button .label{
    font-size: 4vw;
  }
  aside.cta .action .button .label > span{
    font-size: 3.2vw;
  }
  aside.cta .action .button::before{
    width: 16vw; /*211 206*/
    height: 16vw;
    left: 0vw;
    bottom: .75em;
  }
}

/**********************************************************************/
/*　CTA フロートボタン
/**********************************************************************/

#float{
	position: fixed;
	z-index: 100;
	bottom: 2em;
	right: 2em;
	transform: translate(0, calc(100% + 2em));
	transition: transform .4s cubic-bezier(0,1.95,.69,.87);
}
#float._show{
	transform: translate(0, 0);
}
#float .wrapper{
	gap: .5em;
}
#float .wrapper .item{
	gap: 1em;
	border: 4px solid rgba(112,112,112,.15);
	border-radius: .25em;
}
#float .wrapper .item a{
	padding: .75em 2em;
	background: var(--c_grad_primary);
	color: #fff;
	border-radius: .25em;
	display: block;
	text-align: center;
}
#float .wrapper .item.consult a{
	background: #C4C495;
}
@media screen and (max-width: 520px){
	#float{
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	#float .wrapper{
		gap: 0;
		padding: 0 1vw;
	}
	#float .wrapper .item{
		flex: 1;
		border: 2px solid rgba(112,112,112,.15);
	}
	#float .wrapper .item:first-of-type{
		border-right-width: 1px;
	}
	#float .wrapper .item:nth-of-type(2){
		border-left-width: 1px;
	}
}

/*--------------------------------------------------------------------*/

.button.mini_black a{
  padding: 1em 2em;
  background-color: var(--c_dark);
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  border-radius: .25em;
}
.button.mini_black a:hover{
  opacity: 1;
}
.button.mini_black a .icon{
  padding-right: 2.75em;
  background-image: url("../img/icons/arrow_1.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.375em;
  display: inline-block;
  transition: transform .3s;
}
.button.mini_black a:hover .icon{
  transform: translate(.25em, 0);
}

/*--------------------------------------*/

#sidebar{
	
}
@media screen and (min-width: 521px){
	#sidebar{

	}
}
@media screen and (max-width: 520px){
	#sidebar{

	}
}

/*--------------------------------------*/

footer{
	
}
@media screen and (min-width: 521px){
	footer{

	}
}
@media screen and (max-width: 520px){
	footer{

	}
}