@charset "utf-8";
/* common */
html {
	width:100%;
}
body {
	width: 100%;
    font-family: 'Noto Sans JP',sans-serif;
    color: #3B4043;
}
#wapper {
    width: 100%;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.8;
	
}
section{
	margin: 0 auto;
	padding: 80px 0 50px;
}
li{
	list-style-type: none;
}
p{
	margin-bottom: 16px;
}
.fluidimg {
    max-width: 100%;
    height: auto;
} 
section .inner {
    max-width: 1040px;
    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: #1fa6ca;
}
.en{
	font-family: Oswald,sans-serif;
	font-size: 110%;
}
figure{
	margin-top: 60px;
}
figcaption{
	font-size: 2.1rem;
	font-weight: bold;
	color: #283135;
	text-align: center;
	margin-bottom: 16px;
}
.mt60{margin-top: 60px;}
.ta_C{text-align: center;}

/* タイトル */
.ttl{
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	color: #a6acae;
}
.ttl p{
	font-size: 1.1rem;
	margin-left: 30px;
}
.ttl01{
	margin: 70px 0 40px;
}


/* ヘッダー */
#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: 1000px;
	margin: 0 auto;
    height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#headerinnr #logo{
    display: flex;
	align-items: center;
}
#headerinnr #logo li:first-child{
    width: 160px;
	margin-right: 1.6rem;
}
#headerinnr #logo li:last-child{
    width: 110px;
}
#headerinnr .btn_area li {
    background:  #1fa6ca;
    border-radius: 30px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 700;
	margin-right: 1rem;
}
#headerinnr .btn_area{
	display: flex;
	justify-content:space-between;
}
#headerinnr .btn_area li:last-child{
	margin-right: 0;
}


/* top */
.top {
    padding: 118px 0px 0px;
    background-image: url(../img/topvisual_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: relative;
}
.top_area {	
    height: 555px;
    color: #283135;
}
.top_area .ttl_area{
	max-width: 1000px;
	padding: 80px 0 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.top_area h1{
	width: 240px;
}
.top_area .ttl_area h2{
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	margin-left: 3rem;
	text-shadow: 1px 1px 10px #bfe5f0, -1px 1px 10px #bfe5f0, 1px -1px 10px #bfe5f0,-1px -1px 10px #bfe5f0;
}

/* 背景色 */
.bg_white{ 
    padding-bottom: calc(10vw + 10px);  
    position: relative;
    overflow: hidden;
    background-color:#fff;
}
.bg_white::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #f5f8fa;
    border-left: 100vw solid transparent;
}
.bg_white.bg_white_last::before {
    border-bottom: 10vw solid #fff;
}
.bg_gray{ 
    padding-bottom: calc(10vw + 10px);  
    position: relative;
    overflow: hidden;
    background-color:#f5f8fa;
}
.bg_gray::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #fff; 
    border-right: 100vw solid transparent;
}
.bg_gray.bg_gray_last::before {
    border-bottom: 10vw solid #f5f8fa; 
}

/*ドロワー*/
.l-drawer {
    position: relative;
  }
  .l-drawer__checkbox {
    display: none;
  }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: fixed;
    right: 0;
    top: -10px;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    background-color: #000;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    content: " ";
  }
  .l-drawer__icon-parts:before {
    top: 12px;
  }
  .l-drawer__icon-parts:after {
    top: -20px;
  }
  .l-drawer__overlay {
    background: #000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  .l-drawer__menu {
    background: #1fa6ca;
    color: #fff;
    max-width: 100%;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -300px;
  }
  .l-drawer__item{
    padding: 5px 10px;
    border-bottom: solid 2px #fff;
    background-color: #1fa6ca;
  }
  .l-drawer__item a,
  .l-drawer__item label{
    display: block;
    color: #fff;
    text-decoration: none;
}
  .l-drawer__icon {
    display: none;
  }
  .l-drawer__menu {
    z-index: 3;
  }
  .l-drawer__overlay {
    z-index: 2;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__overlay {
    opacity: 0.3;
    pointer-events: auto;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }


/* グローバルナビ */
#menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 0 16%;
	background: #1fa6ca;
	color: #fff;
  }

  #menu-btn {
	display: none;
  }

  #menu-content .firstNav a {
    background: #43474f;
  }

  #menu-content {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
  }
  
  #menu-content > li {
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-left: solid 1px #fff;
  }

  #menu-content > li:last-child {
	border-right: solid 1px #fff;
  }
  
  #menu-content > li > a {
	display: block;
	padding: 0 2rem;
	line-height: 40px;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
  }
  #menu-content > li > a:hover {
	background: #43474f;
  }
  
  #menu-content > li > a > .blogicon-chevron-down {
	margin-right: 5px;
  }
  
  #menu-content > li > ul.second-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding-left: 0;
	list-style-type: none;
  }
  #menu-content > li:hover > ul.second-content {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
  }
  #menu-content > li > ul.second-content > li {
	font-size: 0.8rem;
	font-weight: normal;
	text-align: left;
	width: 200px;
	background:#43474f;
	border-bottom: solid 1px #fff;
  }
  #menu-content > li > ul.second-content > li:first-child {
	border-top: solid 1px #fff;
  }
  #menu-content > li > ul.second-content > li:last-child {
	border-bottom: none;
  }
  #menu-content > li > ul.second-content > li > a {
	display: block;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding-left: 0.5em;
  }
  #menu-content > li > ul.second-content > li > a:hover {
	background: #1fa6ca;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
  }
/* section01 */
.about{
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
	margin-top: 3rem;
} 
.about li{
	width: 23%;
    display: flex;
	flex-direction: column;
}
.about li h2{
	background: #1fa6ca;
	color: #fff;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 2rem 0 2rem 1.2rem;
	border-left: solid 7px #43474f;
	position: relative;
	z-index: 10;
}
.about li h2:before {
    height: 0;
    display: block;
    position: absolute;
    right: -3px;
	top: 0;
    content: "";
    border-top: solid 22px #fff;
    border-left: solid 22px transparent;
    top: -3px;
    z-index: 2;
}
.about li h2:after {
    height: 0;
    display: block;
    position: absolute;
    right: -2px;
    content: "";
    border-top: solid 22px transparent;
    border-left: solid 22px transparent;
    top: -2px;
}
.about li h2.line02{
	padding: 1.4rem 0 1rem 1.2rem;
}
.about li p{
	border-bottom: solid 1px #1fa6ca;
	border-left: solid 1px #1fa6ca;
	border-right: solid 1px #1fa6ca;
	padding: 1rem;
    height: 242px;
}

/* section02 */
#section02 h2{
	font-size: 1.4rem;
	color: #1fa6ca;
	margin-top: 2.2rem;
}
#section02 h2 .reason_ttl{
	font-size: 1rem;
	color: #fff;
	background: #1fa6ca;
	border-bottom: 5px solid #43474f;
	padding: 0.3rem 1rem;
	margin-right: 20px;
}
#section02 h2 .txt_big{
	font-size: 1.3rem;
}
#section02 h2.mt80{
	margin-top: 80px;
}
#section02 p{
	margin-left: 6.5rem;
}
#section02 .ttl p{
	margin-left: 30px;
}
#section02 p.txt01{
    position: relative;
	padding: 10px 0 5px 14px;
	margin-bottom: 0;
}
#section02 p.txt02{
    position: relative;
	padding: 0 0 10px 14px;
	margin-bottom: 0;
}
#section02 p.txt01::before,#section02 p.txt02::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 1.3rem;
    position: absolute;
    background: #1fa6ca;
    left: 0;
}
#section02 p.txt02::before{
    top: 0.6rem;
}
#section02 .comment{
	margin-top: 40px;
	font-size: 0.8rem;
	text-indent: -1em;
    padding-left: 2em;
	line-height: 1.3;
}
/* section04 */
#section04 .ttl_mai-ent{
	font-size: 1.5rem;
	color: #c5466c;
	border-left: solid 8px #c5466c;
	padding-left: 0.8em;
	margin: 80px 0 30px;
}
#section04 p span{
	color: #c5466c;
	font-size: 1rem;
}
#section04 p span:hover,.section08 .txt04 a:hover{
	opacity: 0.7;
}

/* section05 */
.case_ttl{
	font-size: 1.2rem;
	position: relative;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #1fa6ca;
	margin-bottom: 1.6rem;
	border-left: solid 8px #43474f;
}
.case_ttl:after{
	position: absolute;
	bottom: -9px;
	left: 1.6em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #1fa6ca transparent transparent transparent;
}
.case_ttl .en{
	font-size: 1.7rem;
	margin-right: 14px;
}
.ttl02{
	font-size: 1.2rem;
	color: #1fa6ca;
	margin: 14px 0 8px;
}
.ttl02.mt40{
	margin-top: 40px;
}

/* section06 */
.section06,.section08{
	padding-top: 13rem;
}
.section06 h2,.section08 h2{
	padding: 0.5rem 0 0.5rem 1.5rem;
	font-size: 1.3rem;
	color: #fff;
	background: #43474f;
	margin-bottom: 20px;
	border-top: solid 4px #1fa6ca;
	border-bottom: solid 4px #1fa6ca;
}

/* section07 */
.section07 h2{
	font-size: 1.1rem;
	margin-bottom: 10px;
}

/* section08 */
.section08 .txt01{
	border: 1px solid #1fa6ca;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	margin: 2rem 0 1.4rem;
	font-size: 1rem;
}
.section08 .txt01 .txt02{
	/*color: #1fa6ca;
	border-right: 1px solid #1fa6ca;*/
	padding: 0.3rem 0.8rem;
	background: #1fa6ca;
	color: #fff;
}
.section08 .txt01 .txt03{
	padding-left: 1rem;
	color: #1fa6ca;
}
.section08 .txt04{
	margin-top: 2rem;
}
.section08 .txt04 a{
	color: #1fa6ca;
}

.anchorlink #section02,.anchorlink #section03,.anchorlink #section04,.anchorlink #section05{
	/*padding-top: 130px;*/
	padding-top: 110px;
}

/* table */
table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin: 5px 0 50px;
    line-height: 1.5;
}
table tr {
    border-bottom: 2px solid #fff;
    padding: 0.8rem 0 0.8rem 0.8rem;
}
table tbody tr td.table_ttl {
	font-size: 1rem;
    background: #1a87a4;
    color: #fff;
	vertical-align: middle;
	text-align: center;
}
table td {
    border-bottom: 2px solid #f5f8fa;
    border-right: 2px solid #f5f8fa;
    padding: 0.8rem;
	font-size: 0.9rem;
	font-weight: normal;
	color: #fff;
    background: #1a87a4;
	vertical-align: middle;
}
table .item01{
    width: 28%;
}
table .item02{
    width: 30%;
}
table.table01 tbody tr td.table_ttl {
    background: #12647a;
}
table.table01 td {
    background: #12647a;
}


/* お問い合わせ */
.contact{
	font-size: 1.3rem;
	color: #333;
	background: #f5f8fa;
	text-align: center;
	letter-spacing: 0;
	padding: 80px 20px;
	margin: 0 auto;
}  
.contact ul {
    margin-top: 20px;
    list-style-type: none;
    display: flex;
    justify-content: center;
	margin: 30px 0;
}
.contact ul li {
    margin-right: 40px;
}
.contact ul li i{
    color: #1fa6ca;
	margin: 0 5px;
}
.contactInn{
    max-width: 1200px;
    margin: 0 auto;
}
.contactTitle.en{
    font-size: 2rem;
	margin-bottom: 30px;
    letter-spacing: 1.5px;
}
.contactInn p{
    font-size: 1rem;
	color: #13192f;
	margin-bottom: 10px;
}
.contact .contactText{
    line-height: 1.6;
	margin: 30px 20px 30px 0;
	font-size: 1.6rem;
	width: 340px;
	letter-spacing: 1.2px;
}
.contactBtn{
	width: 260px; 
	margin: 0 auto;
}
.contactBtn i{
	margin-right: 10px;
}
.contact_wrapper{
	display: flex;
	justify-content:center;
	align-items:center	
}
.contactBtn a{
	text-align: center;
    color: #FFFFFF;
    background-color: #1fa6ca;
    line-height: 1;
    padding: 16px 35px 16px 25px;
    display: block;
    transition: .2s linear;
    position: relative;
	letter-spacing: 1.2px;
	border-radius: 30px;
}
.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: 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.comment02 span {
    color: #3F4756;;
    padding: 5px 7px;
    border: solid 1px #3F4756;;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 10px;
}
.contact.white{ 
    background-color:#fff;
}

#headerinnr .btn_area li:hover, #headerinnr .btn_area li:active,.contact .contactBtn a:hover, .contact .contactBtn a:active {
    color: #fff;
    text-decoration: none;
    background-color: #023744;
	transition: .3s;
}

/*フッター*/
#footer {
  padding: 0px;
  background-color: #1fa6ca;
}
#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: #333;
  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: #3F4756;
	text-decoration: underline;
}

/* ふわっと表示 */
.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;
    }
	#wapper {
		overflow: hidden;
    }
	#header #headerinnr {
		padding: 0 40px;
		width: 100%;
	}
	section{
		width: 94%;
	}
	section .inner {
		max-width: 96%;
	}
	.top_area img.top_img {
		width: 300px;
		height: 188px;
	}
	.section01 img {
		width: 260px;
	}
	.section09 .column2 {
		flex-direction: row;
	}
	.column2 {
		flex-direction: column;
		align-items: center;
	}
	.section02 h3 {
		font-size: 1.3rem;
	}
	.section01 h2 {
		font-size: 2rem;
	}
	.taL {
		margin-bottom: 40px;
	}
	.table {
		margin-left: 50px;
	}
	.contact {
		padding: 50px 20px;
	}

}

/*****************************************************
	iPad縦向き
******************************************************/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.contact ul {
		flex-direction: column;
	}
	.about li p {
		height: 340px;
	}
	.about li h2 {
		padding: 2rem 0.6rem;
		height: 120px;
	}
	#headerinnr #logo li:first-child {
		width: 120px;
		margin-right: 1rem;
	}
	#headerinnr #logo li:last-child {
		width: 100px;
	}
	#headerinnr .btn_area li {
		padding: 8px 14px;
		margin-right: 0.6rem;
	}
	.top_area {
		height: 460px;
	}
	.top_area .ttl_area{
		padding: 80px 40px 0;
	}
}

/*****************************************************
	横向き・横幅812px以下の場合 (iphoneXR対応)
******************************************************/
@media (orientation: landscape) and (max-width: 896px){
	.top_area .ttl_area{
		padding: 80px 40px 0;
	}
	.about li p {
		height: 340px;
	}
	.about li h2 {
		height: 110px;
	}
	#headerinnr #logo li:first-child {
		width: 120px;
		margin-right: 1rem;
	}
	#headerinnr #logo li:last-child {
		width: 100px;
	}
	#headerinnr .btn_area li {
		padding: 8px 14px;
		margin-right: 0.6rem;
	}
}



/*****************************************************
	タブレット／スマートフォン用
******************************************************/
@media screen and (max-width: 767px){
	.sp_none{
       display: none;
    }
	/* ハンバーガーメニュー*/
	.l-drawer__icon {
		cursor: pointer;
		display: block;
		width: 56px;
		height: 60px;
		position: fixed;
		right: 0;
		top: -10px;
		z-index: 4;
		color: #fff;
	}
}

/*****************************************************
	スマホ
******************************************************/
@media only screen and (max-device-width: 599px) {
	.sp_none{
       display: none;
    }
	#menu {
		display: none;
	}
	#header #headerinnr {
		height: 70px;
	}
	#header {
		padding: 0 10px;
	}
	#headerinnr #logo {
		width: 220px;
	}
	#header #headerinnr {
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	#headerinnr .btn_area{
		display: none;
	}
	section {
		padding: 60px 0px;
		width: 96%;
	}
	section .inner {
		max-width: 100%;
		padding: 0 16px;
	}
	.about,.ttl,.top_area .ttl_area {
		flex-direction: column;
	}
	.top_area .ttl_area {
		padding-top: 20px;
	}
	.top_area .ttl_area h2 {
		text-align: center;
		margin-left: 0;
		padding: 0 20px;
		font-size: 1.8rem;
		margin-top: 2rem;
	}
	.anchorlink #section02, .anchorlink #section03, .anchorlink #section04, .anchorlink #section05 {
		padding-top: 80px;
	}
	.top_area {
		height: 460px;
	}
	.about li {
		width: 100%;
	}
	.about li p {
		height: auto;
	}
	.ttl p {
		margin-top: 1rem;
		margin-left: 0;
	}
	#section02 .ttl p,#section02 p{
		margin-left: 0;
	}
	#section02 h2.mt80 {
		margin-top:0;
	}
	.section06,.section08{
		padding-top: 7rem;
	}
	.contact {
        padding: 50px 20px;
		display: flex;
		flex-direction:column;	
		align-items: center;
    }
	.contact ul {
        flex-direction:column;	
	}
	.contact ul li {
		margin-right: 0;
	}
	.contact .contactText {
		margin: 30px 20px 15px 0;
	}
	#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;
	}	
}
