@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/* font-family: 'Noto Sans JP', sans-serif;*/
/* font-family: 'Kiwi Maru', serif;*/
/* --------RESET-------------------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-break: strict;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
i {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E5E5E5;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* --------LINK-------------------------------------------------------------------------------------- */
a:link {
  color: inherit;
  text-decoration: inherit;
}
a:visited {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:active {
  color: inherit;
  text-decoration: inherit;
}
/* --------FONT-------------------------------------------------------------------------------------- */
body {
  color: #4c4948;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
}
@media screen and (min-width:768px) {
  body {
    overflow-x: hidden;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
		padding-top: 50px;
  }
}
img {
  height: auto;
  max-width: 100%;
}
.image{
	height: auto;
	max-width: 100%;
}
@media screen and (min-width:768px) {
  .pc-ver {
    display: block;
  }
  .sp-ver {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-ver {
    display: none;
  }
  .sp-ver {
    display: block;
  }
}



.anim-fade{
	opacity: 0;
	transform: translateY(20px);
	transition: ease-out .5s;
}
.anim-fade.show{
	opacity: 1;
	transform: translateY(0);
}


/*========================================================================================== HEADER ===*/
@media screen and (min-width:768px) {
  #header-area {
    background-color: #10bfd2;
    display: flex;
    align-items: center;
		justify-content: center;
		padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
		height: 92px;
    width: 100%;
    z-index: 10;
  }
  .navi-contents {
		color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: flex!important;
		align-items: center;
  }
  .navi-contents > ul {
    display: flex !important;
  }
  .navi-contents > ul > li {
    margin-left: 40px;
  }
	.navi-contents > ul > li:first-child{
		margin-left: 0;
	}
  .navi-contents > ul > li a {
		background: url("../img/ic_arrow_navi.svg") left center no-repeat;
		padding-left: 15px;
    transition: .3s;
  }
  .navi-contents > ul > li a:hover {
    opacity: .7;
  }
	.navi-contents .reserve{
		line-height: 1;
		margin-left: 50px;
	}
	.navi-contents .reserve a{
		border: 3px solid #FFF;
		border-radius: 30px;
		display: block;
		padding: 10px 20px;
	}
  #menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header-area {
    background-color: #10bfd2;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
		height: 50px;
    width: 100%;
    z-index: 10;
  }
  .navi-contents {
    background-color: #10bfd2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: none;
    height: calc(100vh - 50px);
    width: 100%;
    position: fixed;
    left: 0;
    top: 50px;
  }
  .navi-contents > ul {
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .navi-contents > ul > li {
    margin: 15px 0;
  }
  .navi-contents > ul > li a {
    transition: .3s;
  }
  .navi-contents > ul > li a:hover {
    opacity: .7;
  }
  #menu {
    text-align: center;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 11;
  }
  #menu .menu-trigger, #menu .menu-trigger > span, #menu .menu-trigger > span > span {
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu .menu-trigger > span {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #menu .menu-trigger > span > span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 1px;
    background-color: #FFF;
  }
  #menu .menu-trigger > span > span:nth-of-type(1) {
    top: 0px;
  }
  #menu .menu-trigger > span > span:nth-of-type(2) {
    top: 10px;
  }
  #menu .menu-trigger > span > span:nth-of-type(3) {
    top: 20px;
  }
  #menu.active .menu-trigger > span > span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  #menu.active .menu-trigger > span > span:nth-of-type(2) {
    opacity: 0;
  }
  #menu.active .menu-trigger > span > span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
/*========================================================================================== FOOTER ===*/
@media screen and (min-width:768px) {
  #footer-area {
    background-color: #4c4948;
    color: #FFF;
    padding: 15px 0 15px;
  }
	.footer-inner{
		display: flex;
		margin: 0 auto;
		width: 90%;
		max-width: 800px;
		position: relative;
	}
	.footer-inner .btn-top{
		display: inline-block;
		position: absolute;
		right: 0;
		top: -40px;
	}
	.footer-inner .copyright{
		font-size: 11px;
		margin-left: 50px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
  #footer-area {
    background-color: #4c4948;
    color: #FFF;
    padding: 40px 15px;
  }
	.footer-inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.footer-inner .btn-top{
		display: inline-block;
		position: absolute;
		right: 0;
		top: -70px;
	}
	.footer-inner .logo img{
		height: auto;
		width: 80px;
	}
	.footer-inner .copyright{
		font-size: 10px;
	}
}
/*========================================================================================== PARTS ===*/
@media screen and (min-width:768px) {
	.image-main{
		position: relative;
		width: 100%;
	}
	.image-main img{
		height: auto;
		width: 100%;
	}
	.image-main > h1{
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 80px;
	}
	.image-main > h1 img{
		width: 26.01%;
	}
	
	.head-text{
		text-align: center;
		margin: 0 auto 0;
		padding-top: 65px;
		width: 90%;
		max-width: 800px;
	}
	.head-text .catch{
		margin-bottom: 30px;
	}
	
	.option-list{
		display: flex;
		justify-content: space-between;
		margin: 85px auto 0;
		max-width: 660px;
	}
	.option-list > div{
		display: flex;
		width: 46.21%;
	}
	.option-list > div > div,
	.option-list > div > a{
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		border-radius: 10px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.option-list .option > div{
		background-color: #f8b500;
		padding: 20px 0;
	}
	
	
	.option-list .option dl > dt{
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 15px;
		line-height: 1;
	}
	.option-list .option dl > dt span{
		border: 2px solid #4c4948;
		border-radius: 40px;
		display: inline-block;
		padding: 5px 20px;
	}
	.option-list .option dl > dd .main{
		font-size: 24px;
		font-weight: 700;
		line-height: 1.5;
	}
	.option-list .option dl > dd .main strong{
		font-size: 44px;
		line-height: 1;
	}
	.option-list .option dl > dd .sub{
		font-size: 12px;
		margin-top: 10px;
	}
	
	
	.option-list .reserve > a{
		background: url("../img/img_reserve.jpg") center center no-repeat;
		background-size: cover;
		justify-content: flex-end;
	}
	.option-list .reserve p{
		background: #FFF url("../img/ic_arrow_orange.svg") right 20px center no-repeat;
		color: #f8b500;
		font-size: 14px;
		font-weight: bold;
		padding: 15px 55px 15px 15px;
	}
	.head-text .btn{
		text-align: center;
		margin-top: 50px;
		margin-bottom: 120px;
	}
	.head-text .btn a{
		background: #f8b500 url("../img/ic_arrow.svg") right 13px center no-repeat;
		border-radius: 30px;
		display: inline-block;
		color: #FFF;
		font-weight: bold;
		padding: 5px 55px 5px 55px;
	}
	
	
	#worries-sec{
		background: url("../img/bg_diagonal.svg") center top repeat;
		padding-top: 70px;
	}
	#worries-sec > img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	.worries-inner{
		margin: 0 auto;
		padding-bottom: 75px;
		max-width: 800px;
	}
	.worries-inner > h2{
		font-size: 22px;
		text-align: center;
	}
	.worries-list{
		display: flex;
		justify-content: space-between;
		margin: 45px auto 0;
		width: 90%;
		max-width: 650px;
	}
	.worries-item{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center;
		width: 33.7%;
	}
	.worries-item > p{
		background: url("../img/bg_worries.svg") no-repeat;
		background-size: contain;
		display: flex;
		flex-direction: column;
		font-size: 14px;
		line-height: 1.8;
		font-weight: bold;
		align-items: center;
		justify-content: center;
		height: 232px;
		width: 100%;
	}
	.worries-item > p > strong{
		display: inline-block;
		color: #f8b500;
	}
	
	
	#feature-sec{
		margin: 0 auto;
		padding: 60px 0 0;
		width: 90%;
		max-width: 800px;
	}
	#feature-sec h2{
		font-size: 22px;
		text-align: center;
	}
	#feature-sec .catch{
		text-align: center;
	}
	#feature-sec .catch > span{
		background-color: #0066b4;
		color: #FFF;
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		border-radius: 30px;
		padding: 10px 30px;
		margin-top: 30px;
	}
	
	.feature-list{
		box-shadow: 0 0 10px rgba(0,0,0,.30);
		background-color: #FFF;
		border-radius: 10px;
		padding: 45px 80px 45px;
		margin-top: 30px;
	}
	.feature-item{
		border-bottom: 1px solid #4c4948;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding-bottom: 30px;
		margin-bottom: 35px;
	}
	.feature-item:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.feature-item .detail{
		width: 47.05%;
	}
	.feature-item .image{
		width: 50.73%;
	}
	.feature-item .cate span{
		border: 1px solid #231815;
		border-radius: 30px;
		display: inline-block;
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 10px;
	}
	.feature-item h3{
		color: #0066b4;
		font-size: 22px;
		line-height: 1.6;
		margin: 30px 0 10px;
	}
	.feature-item .text{
		font-size: 14px;
	}
	
	#feature-sec .coal{
		color: #0066b4;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin-top: 90px;
		margin-bottom: 65px;
	}
	#feature-sec .coal span{
		font-size: 18px;
		display: inline-block;
		padding: 0 15px;
		position: relative;
	}
	#feature-sec .coal span:before,
	#feature-sec .coal span:after{
		background-color: #0066b4;
		height: 20px;
		width: 2px;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
	}
	#feature-sec .coal span:before{
		left: 0;
		transform: rotate(-30deg) translateY(-50%);
	}
	#feature-sec .coal span:after{
		right: 0;
		transform: rotate(30deg) translateY(-50%);
	}
	
	
	
	#communication-sec{
		margin-top: 110px;
	}
	.communication-top img,
	.communication-bottom img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	.communication-wrap{
		background-color: #77bbd8;
	}
	.communication-inner{
		padding: 1px 0;
		margin: 0 auto;
		width: 90%;
		max-width: 600px;
	}
	#communication-sec h2{
		color: #FFF;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	#communication-sec h2 span{
		border: 2px solid #FFF;
		border-radius: 30px;
		display: inline-block;
		padding: 5px 20px;
	}
	#communication-sec .text{
		color: #FFF;
		font-size: 22px;
		line-height: 1.6;
		font-weight: bold;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.communication-child-sec h3{
		color: #FFF;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		margin-bottom: 20px;
	}
	.communication-child-sec h3 span{
		border-bottom: 1px solid #4c4948;
		display: inline-block;
		padding-bottom: 10px;
	}
	
	.communication-list{
		background-color: #FFF;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		padding: 5px 12px 40px 47px;
		margin-bottom: 40px;
	}
	.communication-item{
		border-bottom: 1px solid #4c4948;
		padding: 0px 20px 35px 85px;
		margin-top: 40px;
		position: relative;
	}
	.communication-list .communication-item:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.communication-item .point{
		width: 127px;
		position: absolute;
		left: -68px;
		top: 0;
	}
	.communication-item .point img{
		height: auto;
		width: 100%;
	}
	.communication-item .sub{
		color: #436699;
		font-size: 18px;
		font-weight: bold;
	}
	.communication-item h4{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
		margin: 20px 0;
	}
	.communication-item h4 strong{
		border-bottom: 4px solid #f8b500;
		font-size: 22px;
	}
	.communication-item .desc{
		font-size: 14px;
	}
	.communication-item .btn-yellow{
		margin-top: 25px;
		margin-left: 30px;
	}
	
	
	
	
	
	#flow-sec{
		background: url("../img/bg_end.svg") center bottom -80px no-repeat;
		background-size: 100% auto;
		padding-bottom: 1px;
	}
	#flow-sec h2{
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 60px;
	}
	.flow-inner{
		margin: 0 auto;
		width: 90%;
		max-width: 800px;
	}
	
	.flow-item{
		background-color: #FFF;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		padding: 15px 40px;
		margin-bottom: 45px;
		display: flex;
		position: relative;
	}
	.flow-item:after{
		background-image: url("../img/ic_flow1.svg");
		background-position: center center;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 15px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -30px;
	}
	.flow-list2{
		background-color: #cce0f0;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		padding: 45px 40px 20px;
		margin-bottom: 90px;
		margin-top: 75px;
		position: relative;
	}
	.flow-list2:after{
		background: url("../img/ic_flow2.svg") center top no-repeat;
		content: "";
		display: block;
		height: 36px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -65px;
	}
	.flow-list2 h3{
		color: #10bfd2;
		position: relative;
		margin-top: -85px;
		margin-bottom: 40px;
	}
	.flow-list2 h3 span{
		background: url("../img/bg_tab.png") center top no-repeat;
		display: block;
		text-align: center;
		padding-top: 10px;
		margin-left: 20px;
		height: 40px;
		width: 335px;
	}
	.flow-school-item{
		background: url("../img/bg_line.svg") center bottom no-repeat;
		display: flex;
		position: relative;
		padding-bottom: 35px;
		margin-bottom: 25px;
	}
	.flow-school-item:last-child{
		background: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.flow-item dt,
	.flow-school-item dt{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		align-self: center;
		padding-left: 95px;
		width: 287px;
		position: relative;
	}
	.flow-school-item dt{
		padding-left: 140px;
	}
	.flow-item dt span,
	.flow-school-item dt span{
		font-size: 14px;
	}
	.flow-item dt:before,
	.flow-school-item dt:before{
		background-position: left center;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 56px;
		width: 55px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.flow-item dd,
	.flow-school-item dd{
		border-left: 1px solid #4c4948;
		padding-left: 45px;
		width: calc(100% - 287px);
	}
	
	.flow-list3 .flow-item:after{
		display: none;
	}
	
	#flow-sec .btn-area{
		margin: 90px 0;
	}
}

.flow-list1 .flow-item:nth-child(1) dt:before{
	background-image: url("../img/ic_num1.svg")
}
.flow-list1 .flow-item:nth-child(2) dt:before{
	background-image: url("../img/ic_num2.svg")
}
.flow-list1 .flow-item:nth-child(3) dt:before{
	background-image: url("../img/ic_num3.svg")
}
.flow-list1 .flow-item:nth-child(4){
	margin-bottom: 150px;
}
.flow-list1 .flow-item:nth-child(4):after{
	background-image: url("../img/bg_dot.svg");
	height: 160px;
	width: 100%;
	bottom: -150px;
}
.flow-list1 .flow-item:nth-child(4) dt:before{
	background-image: url("../img/ic_num4.svg");
}
.flow-list1 .flow-item:nth-child(5) dt:before{
	background-image: url("../img/ic_syokai.svg");
	height: 66px;
	width: 66px;
}


.flow-list2 .flow-school-item dt:before{
	background-image: url("../img/ic_maikai.svg");
	left: 60px;
	height: 67px;
	width: 67px;
}

.flow-list3 .flow-item:nth-child(1) dt:before{
	background-image: url("../img/ic_1m1.svg");
	height: 67px;
	width: 67px;
}



.btn-area{
	text-align: center;
}
a.btn-yellow{
	background-color: #FFF;
	background-image: url("../img/ic_arrow_yl.svg");
	background-position: right 13px center;
	background-repeat: no-repeat;
	border: 3px solid #f8b500;
	border-radius: 30px;
	color: #f8b500;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 50px 5px 50px;
	transition: .3s;
}
a.btn-yellow:hover{
	background-color: #f8b500;
	background-image: url("../img/ic_arrow.svg");
	color: #FFF;
}



@media screen and (max-width: 767px) {
  .image-main{
		position: relative;
		width: 100%;
	}
	.image-main img{
		height: auto;
		width: 100%;
	}
	.image-main > h1{
		text-align: center;
	}
	.image-main > h1 img{
		width: 40%;
	}
	
	
	.head-text{
		text-align: center;
		margin: 0 15px 0;
		padding-top:30px;
	}
	.head-text .catch{
		margin-bottom: 30px;
	}
	
	.option-list{
		margin: 40px auto 0;
	}
	.option-list > div{
		display: flex;
		height: 260px;
		width: 100%;
		margin-bottom: 20px;
	}
	.option-list > div > div,
	.option-list > div > a{
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		border-radius: 10px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
	.option-list .option > div{
		background-color: #f8b500;
		padding: 20px 0;
	}
	
	
	
	.option-list .option dl > dt{
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 15px;
		line-height: 1;
	}
	.option-list .option dl > dt span{
		border: 2px solid #4c4948;
		border-radius: 40px;
		display: inline-block;
		padding: 5px 20px;
	}
	.option-list .option dl > dd .main{
		font-size: 24px;
		font-weight: 700;
		line-height: 1.5;
	}
	.option-list .option dl > dd .main strong{
		font-size: 44px;
		line-height: 1;
	}
	.option-list .option dl > dd .sub{
		font-size: 12px;
		margin-top: 10px;
	}
	
	
	
	.option-list .reserve > a{
		background: url("../img/img_reserve.jpg") center center no-repeat;
		background-size: cover;
		justify-content: flex-end;
	}
	.option-list .reserve p{
		background: #FFF url("../img/ic_arrow_orange.svg") right 20px center no-repeat;
		color: #f8b500;
		font-size: 14px;
		font-weight: bold;
		padding: 15px 55px 15px 15px;
	}
	.head-text .btn{
		text-align: center;
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.head-text .btn a{
		background: #f8b500 url("../img/ic_arrow.svg") right 13px center no-repeat;
		border-radius: 30px;
		display: inline-block;
		color: #FFF;
		font-weight: bold;
		padding: 5px 55px 5px 55px;
	}
	
	
	
	
	#worries-sec{
		background: url("../img/bg_diagonal.svg") center top repeat;
		padding-top: 70px;
	}
	#worries-sec > img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	.worries-inner{
		margin: 0 15px;
		padding-bottom: 75px;
	}
	.worries-inner > h2{
		font-size: 22px;
		text-align: center;
	}
	.worries-list{
		display: flex;
		flex-direction: column;
		margin: 20px auto 0;
	}
	.worries-item{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center;
		margin-top: -25%;
		width: 50%;
	}
	.worries-item > p{
		background: url("../img/bg_worries.svg") center center no-repeat;
		background-size: contain;
		display: flex;
		flex-direction: column;
		font-size: 14px;
		line-height: 1.8;
		font-weight: bold;
		align-items: center;
		justify-content: center;
		height: 232px;
		width: 100%;
	}
	.worries-item > p > strong{
		display: inline-block;
		color: #f8b500;
	}
	.worries-item:nth-child(even){
		margin-left: auto;
	}
	.worries-item:nth-child(1){
		margin-top: 0;
	}
	
	
	
	
	#feature-sec{
		margin: 0 auto;
		padding: 30px 15px 0;
	}
	#feature-sec h2{
		font-size: 22px;
		text-align: center;
	}
	#feature-sec .catch{
		text-align: center;
	}
	#feature-sec .catch > span{
		background-color: #0066b4;
		color: #FFF;
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		border-radius: 30px;
		padding: 10px 30px;
		margin-top: 30px;
	}
	
	.feature-list{
		box-shadow: 0 0 10px rgba(0,0,0,.30);
		background-color: #FFF;
		border-radius: 10px;
		padding: 20px 20px 20px;
		margin-top: 15px;
	}
	.feature-item{
		border-bottom: 1px solid #4c4948;
		padding-bottom: 30px;
		margin-bottom: 35px;
	}
	.feature-item:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.feature-item .detail{
		margin-top: 15px;
	}
	.feature-item .cate span{
		border: 1px solid #231815;
		border-radius: 30px;
		display: inline-block;
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 10px;
	}
	.feature-item h3{
		color: #0066b4;
		font-size: 22px;
		line-height: 1.6;
		margin: 30px 0 10px;
	}
	.feature-item .text{
		font-size: 14px;
	}
	
	#feature-sec .coal{
		color: #0066b4;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin-top: 90px;
		margin-bottom: 65px;
	}
	#feature-sec .coal span{
		font-size: 18px;
		display: inline-block;
		padding: 0 15px;
		position: relative;
	}
	#feature-sec .coal span:before,
	#feature-sec .coal span:after{
		background-color: #0066b4;
		height: 20px;
		width: 2px;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
	}
	#feature-sec .coal span:before{
		left: 0;
		transform: rotate(-30deg) translateY(-50%);
	}
	#feature-sec .coal span:after{
		right: 0;
		transform: rotate(30deg) translateY(-50%);
	}
	
	
	
	#communication-sec{
		margin-top: 110px;
	}
	.communication-top img,
	.communication-bottom img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	.communication-wrap{
		background-color: #77bbd8;
	}
	.communication-inner{
		padding: 30px 30px;
	}
	#communication-sec h2{
		color: #FFF;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	#communication-sec h2 span{
		border: 2px solid #FFF;
		border-radius: 30px;
		display: inline-block;
		padding: 5px 20px;
	}
	#communication-sec .text{
		color: #FFF;
		font-size: 22px;
		line-height: 1.6;
		font-weight: bold;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.communication-child-sec h3{
		color: #FFF;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		margin-bottom: 20px;
	}
	.communication-child-sec h3 span{
		border-bottom: 1px solid #4c4948;
		display: inline-block;
		padding-bottom: 10px;
	}
	
	.communication-list{
		background-color: #FFF;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		padding: 5px 15px 40px 15px;
		margin-bottom: 40px;
	}
	.communication-item{
		border-bottom: 1px solid #4c4948;
		padding: 0px 20px 35px 20px;
		margin-top: 80px;
		position: relative;
	}
	.communication-list .communication-item:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.communication-item .point{
		width: 127px;
		position: absolute;
		left: -38px;
		top: -50px;
	}
	.communication-item .point img{
		height: auto;
		width: 100%;
	}
	.communication-item .sub{
		color: #436699;
		font-size: 18px;
		font-weight: bold;
	}
	.communication-item h4{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
		margin: 20px 0;
	}
	.communication-item h4 strong{
		border-bottom: 4px solid #f8b500;
		font-size: 22px;
	}
	.communication-item .desc{
		font-size: 14px;
	}
	.communication-item .btn-yellow{
		margin-top: 25px;
		margin-left: 30px;
	}
	
	
	
	
	
	#flow-sec{
		background: url("../img/bg_end.svg") center bottom no-repeat;
		background-size: 100% auto;
		padding-bottom: 1px;
	}
	#flow-sec h2{
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 60px;
	}
	.flow-inner{
		margin: 0 15px;
	}
	
	.flow-item{
		background-color: #FFF;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		padding: 40px 20px;
		margin-bottom: 45px;
		position: relative;
	}
	.flow-item:after{
		background-image: url("../img/ic_flow1.svg");
		background-position: center center;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 15px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -30px;
	}
	.flow-list2{
		background-color: #cce0f0;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.60);
		padding: 15px 15px 20px;
		margin-bottom: 90px;
		margin-top: 75px;
		position: relative;
	}
	.flow-list2:after{
		background: url("../img/ic_flow2.svg") center top no-repeat;
		content: "";
		display: block;
		height: 36px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -65px;
	}
	.flow-list2 h3{
		text-align: center;
		font-size: 18px;
		color: #10bfd2;
		position: relative;
		margin-bottom: 40px;
	}
	.flow-school-item{
		background: url("../img/bg_line.svg") center bottom no-repeat;
		position: relative;
		padding-bottom: 35px;
		margin-bottom: 25px;
	}
	.flow-school-item:last-child{
		background: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.flow-item dt,
	.flow-school-item dt{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		align-self: center;
		padding-left: 95px;
		position: relative;
	}
	.flow-item dt span,
	.flow-school-item dt span{
		font-size: 14px;
	}
	.flow-item dt:before,
	.flow-school-item dt:before{
		background-position: left center;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 56px;
		width: 55px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.flow-item dd,
	.flow-school-item dd{
		margin-top: 20px;
	}
	
	.flow-list3 .flow-item:after{
		display: none;
	}
	
	#flow-sec .btn-area{
		margin: 90px 0;
	}
	
	.flow-list2 .flow-school-item dt:before{
		left: 0;
	}
}