@charset "utf-8";
/* common */
html {
	width:100%;
}
body {
	width: 100%;
    font-family: 'Noto Sans JP',sans-serif;
	background-color: #FFF;
    color: #3B4043;
}
#wapper {
    width: 100%;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.8;
}
li{
	list-style-type: none;
}
.fluidimg {
    max-width: 100%;
    height: auto;
} 
section {
    padding: 80px 0px 40px;
    text-align: center;
}
section .inner {
    max-width: 1140px;
    padding: 0 30px;
	margin: 0 auto;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
#pagetop a {
    display: block;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: #3274ba;
}
.en{
	font-family: 'Hind', sans-serif;
	font-size: 110%;
} 
.bg_gray{
	background: #e1e9f1;
}
.mt20{margin-top: 20px;}
  

/* ヘッダー */
#header {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: fixed;
    margin: 0px auto;
    transition: .5s;
    background-color: #FFF;
    z-index: 100;
    top: 0;
}
#header #headerinnr {
    max-width: 1140px;
	margin: 0 auto;
    height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#headerinnr #logo {
    width: 180px;
}
#headerinnr .headContBtn a {
    text-align: center;
    color: #FFFFFF;
    background: #3274ba;
    padding: 6px 35px 6px 25px;
    display: block;
    transition: .2s linear;
    position: relative;
    border-radius: 10px;
    font-size: 1rem;
}
#headerinnr .headContBtn {
    display: block;
}
#headerinnr .headContBtn i{
    margin-right: 5px;
}

/* グローバルナビ */
#g_navi {
    background: #3274ba;
}
#g_navi ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
    max-width: 1220px;
}
#g_navi ul li {
    width: calc(100%/3);
    line-height: 1;
    border-left: 1px solid #fff;
}
.firstNav {
    position: relative;
    transition: all 0.2s;
}
#g_navi ul li a {
    display: block;
    padding: 14px 5% 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: 500;
	letter-spacing: 1.6px;
    transition: .2s linear;
}
#g_navi ul li:last-child {
    border-right: 1px solid #fff;
}
#g_navi ul li:hover {
    background: #3F4756;
}


/* top */
.top{
    padding: 120px 0px 0px;
    background-image:url("../img/topvisual_bg.png");
    background-repeat: no-repeat;
    background-position:right top;
    background-size: cover;
	height:600px;
}
.top_inner{
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top_area{
	width: 680px;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: left;
	margin-top: 60px;
	background: rgba(255, 255, 255, 0.7);
	padding: 30px 40px;
	box-shadow: 0 6px 20px 0 rgba(21, 63, 95, 0.3);
}
.top_area h1{
    color: #3274ba;
	font-size: 1.6rem;
	font-weight: 700;
    letter-spacing: 2px;
	margin-bottom: 30px;
}
.top_area h2{
    color: #fff;
	background: linear-gradient(to right, rgba(26,69,114,1),rgba(50,116,186,1));
	font-size: 1.1rem;
	padding: 0.8rem 0.8rem 0.8rem 1.2rem;
    margin-top: 20px;
}
.top_area img{
	width: 300px;
}

/* 共通タイトル */
.ttl04{
	font-size: 1.8rem;
    color: #fff;
	background: linear-gradient(to left, rgba(50,116,186,1),rgba(26,69,114,1),rgba(50,116,186,1));
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 3px;
}
.ttl05{
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	color: #3274ba;
    border-bottom: 4px solid #e1e9f1;
	text-align: left;
	letter-spacing: 3px;
}
.ttl05::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #3274ba;
	bottom: -4px;
	width: 18%;
	display: block;
}
.ttl05.ttl06::after {
	width: 15%;

}
.ttl05 span {
	padding-left: 1rem;
}
.ttl07 {
	margin:2rem 0 5rem;
	text-align: left;
	font-size: 1rem;
	padding-left: 1rem;
}

/* section01 */
.section01 .ttl{
    font-size: 2.2rem;
	font-weight: 700;
    letter-spacing: 2.2px;
	color: #3274ba;
	margin-bottom: 4rem;
}
.section01 ul{
	display: flex;
	justify-content:space-between;
	margin: 2.8rem 0;
}
.section01 ul li{
	width: 48%;
    display: flex;
	flex-direction: column;
	text-align: center;
}
.section01 ul li:first-child{
	margin-right: 3rem;
}
.section01 ul li img{
	width: 387px;
}
.section01 h2{
	font-size: 1.7rem;
	font-weight: 700;
	color: #3274ba;
	margin-top: 2.4rem;
	letter-spacing: 3px;
}
.section01 .ttl01{
	color: #3274ba;
	font-size: 0.9rem;
	margin: 0.8rem 0 1.4rem;
}
.section01 .square{
	position: relative;
    padding: 10px 0 5px 14px;
	text-align: left;
}
.section01 .square::before{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    top: 1.3rem;
    position: absolute;
    background: #3274ba;
    left: 0;
}

/* section02 */
.section02 h3{
	width: 440px;
	color:#3f4449;
	border-bottom: solid 2px #3274ba;
	font-size: 2rem;
	letter-spacing: 2.6px;
	line-height: 1.6;
	margin: 0 auto;
}
.section02 h3 .txt_b{
	color: #3274ba;
	font-weight: 400;
}
.box{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content:center;
	margin-bottom: 2rem;
	margin-top: 4rem;
}
.box.box01{
	margin-bottom: 0;
	margin-top: 2rem;
}
.box img {
	display: block;
	width: 16%;
    margin: 3rem;
}
.bubble {
	width: 48%;
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 1.6rem 1.6rem 1rem 1.6rem;
	background-color: #fff;
	border-radius: 1rem;
}
.bubble:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: transparent #fff;
	border-width: 10px 10px 10px 0;
    top: 50%;
    left: -10px;
    margin-top: -10px;
}
.bubble01 {
	width: 44%;
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 1.6rem 1.6rem 1rem 1.6rem;
	background-color: #fff;
	border-radius: 1rem;
}
.bubble01:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: transparent #fff;
	border-width: 10px 0 10px 10px;
    top: 50%;
    right: -10px;
	margin-top: -10px;
}
.bubble p,.bubble01 p{
	color: #3274ba;
	border-bottom: dotted 1px #3274ba;
	padding-bottom: 0.4rem;
	margin-bottom: 0.6rem;
	line-height: 1.5;
}
.ttl03{
	color: #3274ba;
	font-size: 1.8rem;
	background: linear-gradient(transparent 70%,  #f1f055 70%);
	width: 720px;
	margin: 0 auto;
	margin-bottom: 3rem;
}
.mb2{
	margin-bottom: 2rem;
}

/* section03 */
#feature{
    padding-top: 30px;
}
.section03 .ttl02{
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 2rem;
	line-height: 1.5;
	text-align: left;
	padding-left: 1rem;
}
.section03 .box03{
	display: flex;
	justify-content:space-between;
    align-items: center;
	margin: 5rem 0;
}
.section03 .box03 .txt_area{
	width: 50%;
	text-align: left;
}
.section03 .box03.box04 .txt_area{
	width: 62%;
	text-align: left;
}
.section03 .box03 .txt_area h4{
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
	color: #3274ba;
}
.section03 .box03 .img_area{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
}
.section03 .box03 .img_area .img_user{
	max-width: 100%;
	flex-shrink: 0;
}
.section03 .box03.box05 .img_area{
	justify-content:flex-start;
}
.section03 .box03.box05 .img_area.mr3{
	margin-right: 3rem;
}
.section03 .box03.box04 .img_area{
	width: 36%;
	margin-right: 3rem;
}
.section03 hr{
	color: #c9e2f1;
}
.txt_area.mr3{
	margin-right: 3rem;
}
.mt8{
	margin-top: 8rem;
}

/* section04 */
.comment{
	font-size: 0.8rem;
    text-align: left;
	text-indent: -1em;
    padding-left: 1em;
}

/* table */
table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
    margin: 4rem 0 1.6rem;
    line-height: 1.5;
}
table tr {
    border-bottom: 2px solid #fff;
    padding: 0.8rem 0 0.8rem 0.8rem;
}
table th {
    background: #3274ba;
    font-size: 1rem;
    color: #fff;
    border-right: 2px solid #fff;
    font-weight: normal;
    padding: 0.5rem;
    line-height: 1.2;
	vertical-align: middle;
	text-align: center;
}
table td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0.8rem;
    font-weight: normal;
	vertical-align: middle;
}
table tr.color01{
	background: #f3f4f6;
}
table tr.color02{
	background: #e3e6ea;
}
table tr.color03{
	background:#1a4572;
	color: #fff;
}
table tr.color04{
	background:#eaf1f8;
}
table tr.color05{
	background:#d6e3f1;
}
table .item01{
	width: 20%;
}
table .item02{
	width: 10%;
}
table td.plan{
	font-size: 1rem;
	font-weight: bold;
	padding: 2.4rem 0.8rem;
	color:  #3274ba;
}
.ta_L{text-align: left;}

/* お問い合わせ */
.contact{
    background-color: #f3f4f6;
	font-size: 1.3rem;
	color: #13192f;
	text-align: center;
	letter-spacing: 0;
}  
.contactInn{
    max-width: 1200px;
    margin: 0 auto;
}
.contactTitle.en{
    font-size: 2rem;
	margin-bottom: 30px;
	font-weight: 700;
    letter-spacing: 1.2px;
}
.contactInn p{
    font-size: 1rem;
	color: #13192f;
	margin-bottom: 10px;
}
.contact .contactText{
    line-height: 1.6;
	margin: 30px 20px 30px 0;
	font-size: 1.7rem;
	width: 240px;
	letter-spacing: 1.2px;
}
.contactBtn{
	width: 240px; 
	margin-left: 20px;
}
.contactBtn i{
	margin-right: 10px;
}
.contact_wrapper{
	display: flex;
	justify-content:center;
	align-items:center	
}
.contactBtn a{
	text-align: center;
    color: #FFFFFF;
    background-color: #3274ba;
    line-height: 1;
    padding: 12px 35px 12px 25px;
    display: block;
    transition: .2s linear;
    position: relative;
    border-radius: 10px;
	letter-spacing: 1.2px;
}
.contactInn p.comment{
	display: flex;
	align-items: center;
	font-size: 0.7rem;
    width: 510px;
    text-align: left;
    margin: 0 auto;
    padding-top: 40px;
	line-height: 1.4;
	font-weight: normal;
}
.contactInn p.comment span{
	color: #13192f;
	padding: 5px 7px;
	border: solid 1px #13192f;
	display: inline-block;
    margin-bottom: 3px;
	margin-right: 10px;
}
section.contact{
	padding: 60px 0px 30px;
}
.contactInn p.comment02 {
    display: flex;
    align-items: flex-start;
    font-size: 0.7rem;
    width: 600px;
    text-align: left;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 1.4;
    font-weight: normal;
}
.contactInn p.comment02 span {
    color: #3F4756;;
    padding: 3px 7px;
    border: solid 1px #3F4756;;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 10px;
}


#headerinnr .headDocsBtn a:hover, #headerinnr .headDocsBtn a:active, #headerinnr .headContBtn a:hover, #headerinnr .headContBtn a:active, .contact .contactBtn a:hover, .contact .contactBtn a:active {
    color: #fff;
    text-decoration: none;
    background-color: #3F4756;
}

/*フッター*/
#footer {
  padding: 0px;
  background-color: #8c97a9;
}
#footer .logo {
	padding: 40px 10px;
	text-align: center;
	background-color: #FFF;
}
#footer .footerinnr {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}
#footer .footerinnr .footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
#footer .footerinnr .footerNav li {
	width: auto;
}
#footer .footerinnr .footerNav li:last-child {
	width: auto;
}
#footer .footerinnr .footerNav li a {
	display: block;
	padding: 10px 15px;
}
#footer .copy {
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 1.2px;
  background-color: #1a4572;
  color: #fff;
  line-height: 1.4;
  padding: 7px 5px 5px;
}

/* リンク*/
#footer .footerinnr .footerNav li a:link, #footer .footerinnr .footerNav li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .footerinnr .footerNav li a:hover, #footer .footerinnr .footerNav li a:active {
	color: #d7d9ed;
	text-decoration: underline;
}

.sp{
	display: none;
}

/* ふわっと表示 */
.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}



/*****************************************************
	タブレット
******************************************************/
@media screen and (max-width: 1024px) {
  　.pc_none{
       display: none;
    }
	#header #headerinnr {
		padding: 0 40px;
		width: 100%;
	}
	.pc_br{
		display: none;
	  }
	.top_area {
		width: 600px;
		margin-left: 2rem;
		margin-bottom: 2rem;
		margin-top:0;
		background: rgba(255, 255, 255, 0.9);
	}
	.top_area h1 {
		font-size: 1.4rem;
		letter-spacing: 1.6px;
	}
	.top_area img {
		width: 260px;
	}
	.bubble,.bubble01 {
		width: 70%;
	}
	.box img {
		width: 20%;
		margin: 0 2rem 0 0;
	}
    .box.box01 img {
		width: 20%;
		margin: 0 0 0 2rem;
	}
	.mb2{
		margin-top: 2rem;
	}
	.ttl03 {
		font-size: 1.5rem;
		width: 620px;
	}
	#g_navi ul li a {
		font-size: 0.9rem;
		width: 100%;
	}
	#feature{
		padding-top: 50px;
	}
}

/*****************************************************
	iPad縦向き
******************************************************/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.section01 .sp_none{
		   display: none;
	}

}

/*****************************************************
	横向き・横幅812px以下の場合 
******************************************************/
@media (orientation: landscape) and (max-width: 896px){

}

/*****************************************************
	スマホ
******************************************************/
@media only screen and (max-device-width: 599px) {
	.sp_none{
       display: none;
    }
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#header {
		padding: 0 10px;
	}
	#headerinnr #logo {
		width: 130px;
	}
	#headerinnr .headContBtn a {
		padding: 6px 20px 6px 10px;
		font-size: 1rem;
	}
	#header #headerinnr {
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	section {
		padding: 60px 0px;
	}
	section .inner {
		max-width: 100%;
		padding: 0 20px;
	}
	.top {
		height: 630px;
	}
	.top_area {
		width: 90%;
		margin-top: 0;
		background: rgba(255, 255, 255, 0.9);
		margin: 0 auto;
		padding: 30px 20px;
	}
	.top_area h2 {
		margin-top: 0;
	}
	.section01 ul,.section03 .box03 {
		flex-direction: column;
	}
	.section01 ul li,.section02 h3,.bubble,.bubble01,.section03 .box03,.section03 .box03 .txt_area,.section03 .box03.box04 .txt_area,.contactInn p.comment02,.section03 .box03.box04 .img_area,.ttl03 {
		width: 100%;
	}
	.section01 h1 {
		margin-bottom: 3rem;
	}
	.section02 h3 {
		font-size: 1.7rem;
		letter-spacing: 1px;
	}
	.ttl05.ttl06::after {
		width: 44%;
	}
	.ttl05::after {
		width: 56%;
	}
	.ttl03 {
		background: none;
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.box img {
		width: 60%;
		margin: 0 0 2rem 0;
	}
	.box.box01 img{
		width: 60%;
		margin: 0 0 2rem 0;
	}
	.bubble:before,.bubble01:before,#g_navi {
		display: none;
	}
	.box.box01 img{
		order: 1;
	}
	.box.box01 .bubble01{
		order: 2;
		margin-bottom: 2rem;
	}
	.section01 ul li:last-child{
		margin-top: 5rem;
	}
	.section03 .ttl02,.ttl07 {
		padding-left: 0;
	}
	.section03 .box03 {
		margin: 3rem 0;
	}
	.section03 .box03 .img_area {
		width: 100%;
		justify-content: center;
		margin-top: 2rem;
	}
	.section03 .box03 .txt_area h4 {
		margin-top: 20px;
	}
	.section03 .box03 .txt_area h4 {
		font-size: 1.3rem;
	}
	.section03 .ttl02 {
		font-size: 1.4rem;
	}
	.txt_area.mr3,.section03 .box03.box04 .img_area,.section03 .box03.box05 .img_area.mr3 {
		margin-right: 0;
	}
	.ttl04{
		margin-bottom: 2rem;
	}
	.ttl05 {
		font-size: 1.6rem;
	}
	table {
		font-size: 0.8rem;
	}
	table td.plan {
		padding: 2.4rem 0.3rem;
	}
	table td {
		padding: 0.3rem;
	}
	.contactInn p.comment02 {
        padding: 0 16px;
	}
	.contact {
        padding: 50px 20px 0;
    }
	.contact_wrapper {
        flex-direction:column;	
	}
	.contactBtn {
        margin-left: 0;
		margin-bottom: 50px;
    }
	.contact .contactText {
		margin: 30px 0 15px 0;
	}
	.contactInn p {
		margin: 0 20px;
	}
	.contactInn p.comment {
		width: 95%;
	}
	#footer .logo {
		padding: 20px 10px;
	}
	#footer .footerinnr .footerNav {
		justify-content: space-between;
	}
	#footer .footerinnr .footerNav li {
		width: 50%;
	}
	#footer .footerinnr .footerNav li:last-child {
		width: 100%;
	}
	#footer .footerinnr .footerNav li a {
		padding: 10px 0px;
	}	
}
