@charset 'UTF-8';

/*---最後に非表示に-----*/
.resize{
	position:fixed;
	right:0;
	bottom:0;
	color:#555;
	z-index:9999;
}
/*----------------------------------------------------------------------------

メインビジュアル

-----------------------------------------------------------------------------*/
.mainvisual{
	text-align:center;
	position:relative;
}

@media screen and (max-width:768px){
	.mainvisual{
		padding-top: 60px;
	}
}

.main-img{
	text-align:center;
	margin:0px 0 0 ;
	z-index:8;
}

.scroll {
  position: absolute;
  left: 1%;
  top: 90%;
}
@media screen and (max-width:768px){
.scroll {
  position: absolute;
  left: 0%;
  top: 85%;
	}
}


.scroll span{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  color:#fff;
  font-size:.7rem;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 60px;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width:768px){
.scroll::before {
	bottom: 35px;
	content: "";
	height: 50px;
	}

}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*----------------------------------------------------------------------------

共通

-----------------------------------------------------------------------------*/
*{
	box-sizing: border-box;
	transition: all .2s;
}

body{
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #333;
	background: #fff;
	font-size: 100%;
	line-height: 1.7;
	/*font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic,
	"Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
	"MS PGothic", sans-serif, sans-serif;
	*/
	font-family: Noto Sans JP, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
	margin:0 0 159px;
}
@media screen and (max-width:768px){
body{
	margin:0 0 147px;
	}
}

body.formOnly{
	margin:0 0 0px!important;
	box-sizing: border-box;
	padding:3em 0!important;
}
body.login{
	margin:0 0 0px!important;
	box-sizing: border-box;
	padding:3em 0 0!important;
}
/*---装飾マーカー----*/
.marker_y{background: linear-gradient(transparent 65%, rgba(255,255,0, .5) 65%);}

/*---画像のサイズ----*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
/*	pointer-events: none;ダウンロード禁止*/
}

a:hover{
	transition: all .3s;
	opacity:.8;
}

/*---改行指定----*/
.spbreak{
	display:block;
}
.pcbreak{
	display:none;
}
@media screen and (min-width:768px){
.spbreak{
	display:none;
	}
.pcbreak{
	display:block;
	}
}

/*---中央揃えの指定---*/
.centerPosition{
	text-align:center;
}

#wrapper{
	max-width:100%;
	margin: 0 auto;
}



/*--ワイド指定共通--------------------------------*/
.main_contents{
	box-sizing: border-box;
	max-width:1023px;
	margin: 0 auto;
	position:relative;

}
/*--タブレット--*/
@media all and (min-width: 769px) and (max-width: 1280px) {
.main_contents{
	max-width:95%;
	}
}
/*--SP--*/
@media screen and (max-width:768px){
.main_contents{
	max-width:90%;
	}
}
/*--大見出しの設定-------------------------------*/
.main-title_h2{
	text-align:center;
	font-size:clamp(25px,3vw, 40px);
	font-weight:700;
	margin:0 0 30px;
	color:#2f4ff0;
	line-height:1.3;
}
@media all and (max-width: 768px){
.main-title_h2{
	line-height:1.3;
	}
}

.main-title{
	text-align:center;
	font-size:27pt;
	font-weight:700;
	margin:0 0 30px;
	color:#0A1950;
}
@media all and (max-width: 768px){
.main-title{
	font-size:18pt;
	}
}



.service-detail-title{
	text-align:center;
	font-size:20pt;
	font-weight:500;
	margin:60px 0 0px;
}
@media all and (max-width: 768px){
.service-detail-title{
	font-size:16pt;
	margin:60px 0 0px;
	}
}

/*--小見出しの設定-------------------------------*/

.arr_left:before{
	content:"＼";
	padding-right:5px;
}
.arr_right:after{
	content:"／";
	padding-left:5px;
}




/*----------------------------------------------------------------------------

ボタンの指定

-----------------------------------------------------------------------------*/


/*--外部リンクアイコン表示の設定-----------------*/

/*---テキスト用----*/
a.blank_for_text[target="_blank"] {
		display: inline-block;
		padding-right: 6%;
		background: url(../images/arrow_blank.png) no-repeat 95% center ;
		background-size:10px;
		color:#333;
}


/*---ボタン用----*/
a.blank_for_btn[target="_blank"] {
		display: inline-block;
		padding-left: 6%;
		background: url(../images/arrow_blank.png) no-repeat 5% center ;
		background-size:10px;
}
@media all and (min-width: 769px) and (max-width: 1280px) {
a.blank_for_btn[target="_blank"] {
		padding-left: 4%;
	}
}

/*----------------------------------------------------------------------------

アンカーリンクの指定

-----------------------------------------------------------------------------*/
.ancLink{
	background:#ccc;
}
a.jump_point {
	height: 1px;
	display: block;
	padding-top: 40px;
	margin-top: -40px;
}
/*----------------------------------------------------------------------------

TOPへ戻るの指定

-----------------------------------------------------------------------------*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#333;
	padding:0px 8px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
	border-radius: 10px;
	}
/*iphone・ipad(サファリ)*/
_::-webkit-full-page-media, _:future, :root #page-top a{
		padding:0px 18px 8px;
	}

#page-top a:hover{
	background: #777;
	color:#fff;
}

#page-top {
	position: fixed;
	right: 20px;
	bottom:135px;
	z-index: 2;
	opacity: 0;
	transform: translateX(100px);
}
@media all and (max-width: 768px){
#page-top {
	bottom:125px;
	right: 10px;
	}
}
/*　左の動き　*/
#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}



/*----------------------------------------------------------------------------

スクロールで表示

-----------------------------------------------------------------------------*/

.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(60px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.scroll_left {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

.timing02 {transition-delay: .1s;}
.timing03 {transition-delay: .2s;}
.timing04 {transition-delay: .3s;}
.timing05 {transition-delay: .4s;}
.timing06 {transition-delay: .5s;}
.timing07 {transition-delay: .6s;}
.timing08 {transition-delay: .7s;}


/*--------------------------------------------------------

ヘッダー

--------------------------------------------------------*/
.position_anc{
	margin-top:0px;
	padding-top:0px;
	background:none;
}
.none_style{
	box-shadow:none!important;
	border:none!important;
	background:none!important;
}

#header{

	padding:0px 0 ;
/*	position: fixed;*/
	z-index: 2;
	width:100%;
	position:relative;
}

#header h1{
	position:absolute;
	left:15px;
	top:10px;
	
}
@media all and (max-width: 768px){
#header h1{
	left:10px;
	top:18px;
	}
#header h1 img{
	max-width:100px;
	}
}

#g-nav{
/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
		position:fixed;
		z-index: 100;
/*ナビのスタート位置と形状*/
	top:-120%;
	left:0;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:rgba(248,248,248,1);
/*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
		top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
		z-index: 5; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		margin: 0 auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		
}


/*ナビゲーション*/
#g-nav ul {
/*ナビゲーション天地中央揃え*/
		position: absolute;
		z-index: 999;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width:600px;
		margin: 0 auto;
}


@media all and (max-width: 768px){
#g-nav ul {
/*ナビゲーション天地中央揃え*/
		width:90%;
	}
}

/*リストのレイアウト設定*/
#g-nav li{
	list-style: none;
	text-align: left;
	position:relative;
}

#g-nav li a{
	color: #0A1950;
	text-decoration: none;
	padding:10px;
	display: block;
	letter-spacing: 0.1em;
	font-size:1.1em;
	font-weight:700;
}
@media all and (max-width: 768px){
#g-nav li a{
	font-size:1em;
	font-weight:500;
	}
}


/*========= ボタンのためのCSS ===============*/
.openbtn p{
	position:absolute;
	left:-39px;
	top:0%;
	font-weight:700;
	font-size:.9rem;
	background:#fff;
	padding:13px 3px 13px 7px;
}


.openbtn{
	position:fixed;
	z-index: 101;/*ボタンを最前面に*/
	top:15px;
	right: 15px;
	cursor: pointer;
	width: 50px;
	height:50px;
	color:#0A3CFF;
	background:#fff;
}
@media all and (max-width: 768px){
.openbtn{
	right: 5px;
	top:5px;
	}
}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background-color: #0A3CFF;
  	width: 50%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
   background-color: #0A3CFF;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
   background-color: #0A3CFF;
}

#g-nav .gnavibtn_color:hover{
	color:#0A3CFF;
}
.btnarrow3::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 20px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #0A1950;
    border-right: 1px solid #0A1950;
    transform: rotate(-225deg);
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の移動*/
.btnarrow3:hover::after{
    right: 20px;
    top:50%;
    border-top: 1px solid #0A3CFF;
    border-right: 1px solid #0A3CFF;
}
/*--------------------------------------------------------

フッター

--------------------------------------------------------*/
.footer_main{
	background:#808080;
	padding:1.5em 0;
}
.footer_main ul{
	display:flex;
	justify-content:center;
	margin: 0 0 20px;
}
@media all and (max-width: 768px){
.footer_main ul{
	display:block;
	}
}

.footer_main ul li{
	margin:0 10px;
}
.footer_main ul li:last-child{
	margin:0 0px 0 10px;
}
@media all and (max-width: 768px){
.footer_main ul li{
	margin:5px 0px;
}
.footer_main ul li:last-child{
	margin:0 0px 0 0px;
}

}

.footer_main .copyright{
	text-align:center;
	font-size:.9rem;
	color:#fff;
}
@media all and (max-width: 768px){
.footer_main .copyright{
	font-size:.85rem;
	}
}
.footer_main ul li a{
	color:#fff;
}

/*----------------------------------------------------------------------------

fixedfixedボタンの指定

-----------------------------------------------------------------------------*/
.fixed_text{
	text-align:center;
	font-weight:700;

}
.fixed_text .large_fixed{
	font-weight:700;
	font-size:2rem;
	display:inline-block;
	padding:0 3px;
}
@media all and (max-width: 768px){
.fixed_text{
	font-size:.8rem;
	margin: 0 0 5px;
}
.fixed_text .large_fixed{
	font-size:1.25rem;
	}
}


.in_fixed_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;

  z-index: 1;
	background:rgba(255,255,255,.6);
-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
	padding:1.1em 0 ;
}
@media all and (max-width: 768px){
.in_fixed_bottom {
	padding:1.5em 0 ;
	}
}


.in_fixed_bottom[aria-expanded=false] {
  bottom: -200px;
  transition: .5s;
}
.in_fixed_bottom[aria-expanded=true] {
  bottom: 0;
  transition: .5s;
}
.in_fixed-inner {
  display: flex;
  justify-content: center;
}
.in_fixed-btn {
  width: 100%
}

a._a {
 	 display: block;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	color:#fff;
	background: linear-gradient(to right, #17C3D1 50%, #0A3CFF 50%);
	background-size: 200% auto;
	box-sizing: border-box;
	max-width: 500px;
	padding: 20px 0px;
/*	font-family: "Noto Sans Japanese";*/
	line-height: 1.4;
	font-size:1.3em;
	letter-spacing:1.2px;
	text-decoration: none;
	text-align: center;
	transition: .3s;
	position: relative;
	font-weight: 700;
	border-radius: 9999px;
}
@media all and (max-width: 768px){
a._a {
	max-width: 80%;
	font-size:1.1em;
	padding: 15px 0px;
	line-height: 1.1;
	}
}


a._a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}