@charset "UTF-8";
/* CSS Document */


input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

div{
	box-sizing: border-box;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
	box-sizing: border-box;
}

body {
 	line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
  color:#333333;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
text-decoration: none;
}

/* 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:700;
}

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 #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}


a:hover{
	transition: 0.5s;
	opacity: 0.7;
}

.listBox li{
  padding-left: 1em;
  position: relative;
}

.listBox li:before{
  content:"・";
  position: absolute;
  left: 0;
  top:0;
}

.mb40{
  margin-bottom: 30px;
}

/* main */
.sp,.tablet{
	display: none;
}

	.content{
		max-width: 1200px;
		margin: auto;
	}


	
	header{
		position: fixed;
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		z-index: 10;
		box-shadow: 0 8px 16px 0 rgba(0 0 0 / 8%);
		background: #ffffff;
		top:0;
		left: 0;
		align-items: center;
		padding-left: 10px;
	}

	header.headFixed .scroll{
		display: block !important;
	}

.menuBox li{
	height:85px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left: 40px;
}
.menuBox li:last-child{
	margin-left: 0px;
}

	.menuBox a{
		color:#333333;
		font-size:15px;
		text-align:center;
		display:block;
		font-weight: 700;
		
	}

	.menuBox .pt01{
		padding: 0 20px;
	}

	.menuBox .pt01 a{
		color:#ffffff;
	}

	.menuBox .pt01 a span{
		color:#ffffff;
	}

.pcFixed{
	background:#ffffff;
}

.minisize{
  display: none;
}
	
.grd{
	background:linear-gradient(to right,#4FAACB,#785CD6);
}
.menuBox .osaka{
	background: #4FAACB;
}
.menuBox .tokyo{
	background: #785CD6;
}

.telBtn{
	display: inline-block;
	text-align: left;
	letter-spacing: 0.1em;
        }
        
        .telBtn .text01{
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
        }

        .telBtn .text02{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
        }
        
        .telBtn .text03{
	font-size: 12px;
	color: #ffffff;
        }


#wraper{
	overflow: hidden;
}

h1{
	font-weight: normal;
}

	@media screen and (min-width:1000px){
		.menuBox {
			display: flex;
			justify-content: space-between;
		}
		
	}

	.mon,
	.mon *{
		font-family: 'Montserrat', sans-serif;
	}

	.mainText{
	  background: linear-gradient(90deg, #89E0FF,#9677FF);
	  background: -webkit-linear-gradient(0deg, #89E0FF,#9677FF);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
		font-size: 80px;
		text-align: left;
		word-break: keep-all;
		margin-top: 135px;
		line-height: 0;
	}	
	
	.mainSubText01{
		text-align: left;
		font-size: 16px;
		margin-top: 10px;
	}
	
	.mainSubText02{
		text-align: left;
		font-size: 32px;
		margin-top: 50px;
		font-weight: 700;
	}

	.mainImage{
		position: relative;
	}


	#main_wrapper{
		background-image: url("../images/main_bg.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.mainUd .eachTextAnime03 *{
		font-size: 20px;
		font-weight: 700;
	}
	
	.mainUd{
		position: absolute;
		left: 0;
		bottom: 40px;
		font-size: 20px;
		
	}
	
	.mainUdCont{
		position: relative;
		padding: 20px;
		border-radius: 10px;
		display: inline-block;
		overflow: hidden
	}

.udWrap{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
}

.ud{
  position: relative;
  width: 100%;
}
	
	.mainUdCont:after {
		 position: absolute;
		 content: '';
		 top:0;
		 left: 0;
		 background: #4FAACB;
		 width: 100%;
		 height: 100%;
		 z-index: 0;
		transform: translateX(-100%);
		border-radius: 10px;
		animation:test_box_slide 1s ease-out forwards;
	}

.mainUdCont span{
  position: relative;
  z-index: 1;
}
	@keyframes test_box_slide {
	 0% {transform: translate(-100%,0);}
	100% {transform: translate(0,0);}
	}

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 100px;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -17px;
  top: -17px;
  /*テキストの形状*/
  color: #000;
  font-size: 20px;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
	left: 28px;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}


	.main_icon01{
		position: absolute;
		left: 50px;
		top:470px;
	}
	
	.main_icon02{
		position: absolute;
		left: 285px;
		top:480px;
	}	
	
	.main_icon03{
		position: absolute;
		left: 525px;
		top:470px;
	}
	
	.main_icon04{
		position: absolute;
		right: 280px;
		top:120px;
	}
	
	.main_icon05{
		position: absolute;
		right: 50px;
		top:80px;
	}
	
	.main_img{
		position: absolute;
		right: -50px;
		top:220px;
	}

@media screen and (min-height:770px) and (min-width:901px){
  .mainText{
		margin-top: 20vh;
	}	
  
  .main_img {
      top: 35vh;
  }
  
  .main_icon01 {
      top: 55vh;
  }

  .main_icon02 {
      top: 60vh;
  }

  .main_icon03 {
      top: 58vh;
  }
  
  .main_icon04 {
      top: 15vh;
  }

  .main_icon05 {
      top: 20vh;
  }


}


	.sec01{
		padding:100px 0 130px;
		background-image:url("../images/sec01Bg@2x.png");
		background-position:bottom center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.subTitle{
		font-size:20px;
		font-weight:700;
		color:#785CD6;
		margin-top: 10px;
	}
	
	.sec01List__title{
		text-align: center;
		margin-bottom: 10px;
		font-weight: 700;
		color:#4FAACB;
		font-size: 26px;
	}
	
	.sec01List__text{
		font-size: 16px;
		line-height: 2.1em;
    letter-spacing: 0.1em;
	}
	
	.sec01List{
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	
	.sec01List li{
		border:#4FAACB solid 2px;
		padding: 35px 30px;
		border-radius: 10px;
		width: calc((100% - 60px) / 3);
		box-sizing: border-box;
	}


	.sec02{
		padding-bottom: 100px;
		background: #EBE9F8;
	}
	
	.sec02Title{
		font-size: 50px;
		margin-bottom: 80px;
		text-align: center;
		font-weight: 700;
	}
	
	.sec02List01--img{
		position: relative;
		margin: 10px 0;
		width: 100%;
	}
	
	.sec02List01{
		display: flex;
		justify-content: space-between;
	}
	
	.sec02List01 li{
		width: calc((100% - 130px) / 3);
	}

  @media screen and (min-width:1000px){
    	.sec02List01 li{
        max-width:325px;
      }
  }
	
	.sec02List01--box{
		padding: 20px;
		border-radius: 10px;
		box-shadow: 7px 7px 6px 0 #D6D2E6;
		background: #ffffff;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		width: 100%;
	}
	
	li:nth-child(1) .sec02List01--img .pt01{
		position: relative;
		z-index: 1;
		text-align:center;
		display: block;
		padding-top: 60px;
	}
	
	li:nth-child(1) .sec02List01--img .pt02{
		position:absolute;
		top:30px;
		left: 60px;
	}
	
	.sec02List01 li:nth-child(2){
		display: flex;
		flex-direction: column;
	}
	
	.sec02List01 li:nth-child(2) .sec02List01--img{
		order:1;
	}
	
	li:nth-child(2) .sec02List01--img .pt01{
		position: relative;
		z-index: 1;
		text-align:center;
		display: block;
		padding-top: 30px;
	}
	
	li:nth-child(2) .sec02List01--img .pt02{
		position:absolute;
		bottom:0;
		left: 60px;
	}
	
	li:nth-child(3) .sec02List01--img .pt01{
		position: relative;
		z-index: 1;
		text-align:center;
		display: block;
		text-indent: -80px;
		padding-bottom: 70px;
	}
	
	li:nth-child(3) .sec02List01--img .pt02{
		position:absolute;
		bottom:0;
		left: 60px;
	}	


	.sec02Title03{
		text-align: center;
		margin-top: 50px;
	}
	
	.sec02Title03 span{
		display: inline-block;
		padding: 5px 20px;
		font-size: 26px;
		font-weight: 700;
		background: #EBE9F8;
		position: relative;
		z-index: 1;
	}
	
	.sec02udCont{
		display: flex;
		justify-content: space-between;
		padding: 80px;
		border:2px solid #4FAACB;
		position: relative;
		z-index: 0;
		margin-top: -20px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 10px;
	}
	
	.sec02Title04{
		text-align: center;
		font-size:40px;
		color:#4FAACB;
		margin-top: 100px;
	}
	
	.sec02Text{
		color:#785CD6;
		font-size: 18px;
		text-align:center;
		font-weight: 700;
		margin-bottom: 45px;
	}
	
	.sec02List02{
		width: 100%;
		max-width: 1040px;
		display: flex;
		justify-content: space-between;
		margin: auto;
		padding-bottom: 80px;
	}
	
	.sec02List02 li{
    display: flex;
    height: 250px;
    width: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 300px;
    background: #76B4CB;
    text-align: center;
	}	

.sec02List02Img{
  margin-bottom: 8px;
}

.sec02List02Text01{
  font-size: 20px;
  color:#ffffff;
  line-height: 1.5em;
}

.sec02List02Text02{
  font-size: 28px;
  color:#ffffff;
  font-weight: 700;
}


	.sec02_b{
		text-align: center;
		font-size: 50px;
		font-weight: 700;
		line-height: 1.8em;
		padding: 50px 0;
	}



	.sec03{
		background: #D5E6F0;
		padding: 100px 0;
		position: relative;
		overflow: hidden;
	}
	
	.sec03 .content{
		position: relative;
		z-index: 1;
	}
	
	.sec03Cont01__Title{
		font-weight: 700;
		font-size: 26px;
		margin-top: 70px;
		margin-bottom: 30px;
	}
	
	.sec03Cont01__Text{
		font-size: 16px;
		line-height: 2.1em;
	}
	
	.tab-group{
		display: flex;
	}
	
	.tab{
		font-size: 18px;
		font-weight: 700;
		color:#95CCE0;
		transition: all 0.2s ease-out;
		cursor:pointer;
		width: 200px;
		margin-right: 20px;
		padding-bottom: 20px;
		position: relative;
		padding-top: 60px;
	}
	
	.tab.is-active{
		color:#4FAACB;
		transition: all 0.2s ease-out;
	}
	
	.tab:after{
		content:" ";
		width: 100%;
		height: 4px;
		background: linear-gradient(to right,#4FAACB,#785CD6);
		display: block;
		position: absolute;
		left: 0;
		bottom:0;
		opacity: 0;
		transition: all 0.2s ease-out;
	}
	
	.tab.is-active:after,
	.tab:hover:after{
		opacity: 1;
		transition: all 0.2s ease-out;
	}
	
	.tab-panel{
		background: linear-gradient(to right,#ffffff 50%,rgba(255 255 255 / 0%) 50%);
		margin-top:50px;
	}
	
	.tab-panel .content{
		background: #ffffff;
		border-radius: 0 60px 0 0;
	}


	.panel{
		display:none;
	}
	
	.panel.is-show{
		display:block;
		padding: 45px 0 65px;
	}

	.panel_Icon{
		font-size: 18px;
		font-weight: 700;
	}
		
	.panel_Title{
		font-size: 18px;
		font-weight: 700;
		line-height: 2.1em;
		margin-bottom: 20px;
	}
	
	.panel_Text{
		font-size: 16px;
		line-height: 2.1em;
    padding-right: 120px;
	}

	.sec03Cont02__Title{
		text-align: center;
		font-size: 26px;
		font-weight: 700;
		margin-top: 85px;
	}
	
	.sec03Cont02__List{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 80px;
	}
	
	.sec03Cont02__List li{
		margin-top: 75px;
		width: calc((100% - 300px) / 4);
		margin-right: 100px;
	}
	
	.sec03Cont02__List li:nth-child(4n + 4){
		margin-right: 0;
	}	
	
	.sec03Cont02__Img{
		height: 90px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.sec03Cont02__Text01{
		margin: 10px 0;
		text-align: center;
		font-size: 18px;
		line-height: 1.5em;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 3em;
	}
	
	.sec03Cont02__Text02{
		font-size: 16px;
		line-height: 2.1em;
	}

  .sec03Cont02__Text02 a{
    font-weight: 700;
    color:#785CD6;
  }

	.sec04{
		position: relative;
		padding: 100px 0 100px;
	}
	
	.priceTitle{
		font-size: 20px;
		font-weight: 700;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.priceTitle:before{
		content:" ";
		height: 15px;
		width: 15px;
		background: #4FAACB;
		display: inline-block;
		border-radius: 100px;
		margin-right: 5px;
	}
	
	.priceTable01_pc{
		width: 100%;
		border-bottom:solid 1px #EDEDED;
		border-right:solid 1px #EDEDED;
	}
	
	.first th{
		padding: 10px 0;
		border-right:1px solid #ffffff;
		text-align: center;
		font-size: 16px;
		background: #D5E6F0;
	}
	
	.first th span{
		font-weight: normal;
	}
	
	.priceTable01_pc td:not(.pt01){
		text-align: center;
		font-size: 16px;
		background: #ffffff;
	}
	
	.priceTable01_pc td:not(.pt01) strong{
		font-size: 20px;
	}
	
	.priceTable01_pc .second td:not(.pt01){
		border-top:solid 1px #EDEDED;
		border-right:solid 1px #EDEDED;
	}
	
	.priceTable01_pc .pt01{
		width: 220px;
		background: #EBE9F8 !important;
		border-bottom:1px solid #ffffff;
		padding:0 20px;
		height: 70px;
		vertical-align: middle;
		box-sizing: border-box;
		font-size: 16px;
	}
	
	.priceTable01_pc .pt01 span{
		font-size: 14px;
	}


	.priceTable02{
		width: 100%;
	}
	
	.priceTable02 th{
		border-bottom: 1px solid #ffffff;
		background: #EBE9F8;
		height: 65px;
		padding: 0 20px;
		vertical-align: middle;
		font-weight: normal;
		font-size: 16px;
		text-align: left;
		width:30%;
	}
	
	.priceTable02 td{
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		background: #ffffff;
		height: 65px;
		padding: 0 20px;
		vertical-align: middle;
		font-weight: normal;
		font-size: 16px;
		text-align: center;
		width:20%;
	}
	
	.priceTable02 .first{
		border-top: 1px solid #EDEDED;
	}
	
	.priceTable02 td strong{
		font-weight: 700;
		font-size: 20px;
	}
	
	.priceText{
		font-size: 14px;
		line-height: 2em;
		margin-top: 20px;
	}

	.priceJS{
		margin: auto;
		margin-top: 60px;
		margin-bottom: 80px;
		max-width: 1100px;
		border-radius: 20px;
		background: #D5E6F0;
		padding: 70px 50px 0;
	}
	
	.priceJS__title{
		text-align: center;
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 50px;
	}
	
	.JSlist{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.JSlist li{
		width:calc(100% / 4);
		text-align: center;
		padding: 0 50px;
		margin-bottom: 70px;
	}	
	
	.JSlist__img{
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

strong,
th{
  font-weight: 700;
}


	.sec05{
		padding: 80px 0 80px;
		background: #EBE9F8;
	}
	
	.sec05List{
		margin-top: 65px;
	}
	
	.sec05List li{
		padding:0 50px;
		height: 165px;
		background: #ffffff;
		border-radius: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.sec05List .sec05List--img{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 180px;
	}
	
	.sec05List--text{
		width: calc(100% - 220px);
	}
	
	.sec05List--text__pt01{
		font-weight: 700;
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.sec05List--text__pt02{
		font-size: 16px;
		line-height: 2em;
	}	
	
	.sec05Table__pc{
		width: 100%;
		margin-top: 40px;
	}
	
	.sec05Table__pc th{
		margin-top: 40px;
		height: 65px;
		background: #D5E6F0;
		vertical-align: middle;
		text-align: center;
		font-size: 16px;
		border-left:1px solid #ffffff;
	}
	
	.sec05Table__pc th:first-child{
		border-left:none;
		border-right: none;
		width: 200px;
	}
	
	.sec05Table__pc th span{
		font-weight: normal;
	}	

	.sec05Table__pc td{
		height: 65px;
		background: #ffffff;
		vertical-align: middle;
		text-align: center;
		font-size: 16px;
		border-top:1px solid #ffffff;
		padding:0 20px;
	}
	
	.sec05Table__pc td strong{
		font-size: 20px;
	}
	
	.sec05Table__pc td:not(:last-child){
		border-right:1px solid #EDEDED;
	}
	
	.sec05Table__pc tr:not(:last-child) td{
		border-bottom:1px solid #EDEDED;
	}
	
	.sec05Table__pc tr td:first-child{
		height: 65px;
		background: #D5E6F0;
		vertical-align: middle;
		font-size: 16px;
		border-top:1px solid #ffffff !important;
		width: 200px;
		padding:0 20px;
		border-right: none;
		border-bottom: none;
    text-align: left;
    box-sizing: border-box;
	}
	
	.sec05TableUd{
		margin-top: 20px;
		margin-bottom: 80px;
		font-size: 14px;
		line-height: 2em;
	}


	.sec05_b{
		padding-bottom: 200px;
		background-image: url("../images/sec05_b_bg@2x.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}


	.sec05_b_list01{
		margin: 60px auto;
		display: flex;
		justify-content: space-between;
		max-width: 600px;
	}
	
	.sec05_b_list01 li{
		font-weight: 700;
		font-size: 20px;;
	}
	
	.sec05_b_list01 li:before{
		content:" ";
		height: 15px;
		width: 15px;
		border-radius: 100px;
		background: #785CD6;
		display: inline-block;
		margin-right: 5px;
	}
	
	.sec05_b_list02{
		display: flex;
		justify-content: space-between;
	}
	
	.sec05_b_list02 li{
		position: relative;
		border:solid #4FAACB 2px;
		padding:40px 50px;
		border-radius: 10px;
		font-size: 16px;
		line-height: 2em;
		width: calc((100% - 120px) / 3);
	}
	
	.sec05_b_list02__title{
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0;
		top:-15px;
	}
	
	.sec05_b_list02__title span{
		display: inline-block;
		padding:0 30px;
		background: #ffffff;
		font-size: 26px;
		font-weight: 700;
	}


  .sec05List--step_a{
      display: block;
      justify-content: center;
      align-items: center;
      height: 70px;
      width:70px;
      border-radius: 100px;
      background: #785CD6;
      font-size: 24px;
      color:#ffffff;
      font-weight: 700;
      text-align: center;
      line-height: 1em;
      padding-top: 5px;
    }

    .sec05List--step_a span{
      font-size: 16px;
      color:#ffffff;
      font-weight: 700;
    }

    .sec05List--step_b{
      display: block;
      justify-content: center;
      align-items: center;
      height: 70px;
      width:70px;
      border-radius: 100px;
      background: #ffffff;
      border:2px solid #785CD6;
      font-size: 24px;
      color:#785CD6;
      font-weight: 700;
      text-align: center;
      line-height: 1em;
      padding-top: 5px;
    }

    .sec05List--step_b span{
      font-size: 16px;
      color:#785CD6;
      font-weight: 700;
    }

.sec05List--img p:nth-child(2){
  width: 75px;
  text-align: center;
}

.sec05List--text__pt02 span{
  font-size: 14px;
}

	.sec06{
		background-color:#dee8f2;
		padding-top: 80px;
	}

	.sec07{
		padding-top: 200px;
		padding-bottom: 100px;
		background-image: url("../images/sec06_bg@2x.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}


	.workList{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	
	.workList li{
		width: calc((100% - 120px) / 3);
		margin-bottom: 60px;
	}
	
	.workList li .workImg{
		width:100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
		background:#ffffff;
		border-radius: 20px;
		padding: 20px;
		height: 270px;
		box-sizing: border-box;
	}	
	
	.workList li .workText{
		font-size: 16px;
		text-align: right;
		color:#333333;
	}	

	.workList li .workText {
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	}
	
	.mt60{
		margin-top: 60px;
		padding-bottom: 60px;
	}

	.faqList{
		position: relative;
		margin-bottom: 30px;
		background: #EBE9F8;
		border-radius: 20px;
	}
	
	.faqList dt{
		font-weight: 700;
		display: flex;
		align-items: center;
		height: 80px;
		padding-left: 80px;
		position: relative;
		cursor: pointer;
    letter-spacing: 0.1em;
    line-height: 2em;
	}
	
	.faqList dd{
		padding: 20px;
		padding-left: 80px;
		position: relative;
		padding-bottom: 40px;
    padding-top: 0;
    margin-top: 20px;
    letter-spacing: 0.1em;
    line-height: 2em;
	}
	
	.faqList dt:before{
		content:"Q";
		position: absolute;
		font-size: 20px;
		width: 40px;
		height: 40px;
		background:#4FAACB;
		color:#ffffff;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		top:20px;
		left: 20px;
	}
	
	
	.faqList dd:before{
		content:"A";
		position: absolute;
		font-size: 20px;
		width: 40px;
		height: 40px;
		color:#ffffff;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		top:0;
		left: 20px;
		background:#785CD6;
		box-sizing: border-box;
		font-weight: 700;
		line-height: 20px;
	}	
	
	
	.faqList:after{
		content:"+";
		font-weight: normal;
		position: absolute;
		top:10px;
		right: 30px;
		font-size: 35px;
		color:#785CD6;
	}

	.faqList.on:after{
		content:"-";
	}


	.sec08{
		padding:80px 0;
		background: #142840;
		position: relative;
	}	
	
	.sec08 .contTitle{
		width: 319px;
		margin: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.sec08 .subTitle{
		text-align: center;
	}
	
	.sec08Cont01{
		padding: 30px;
		max-width: 900px;
		width: 100%;
		border-radius: 20px;
		background: #ffffff;
		text-align: center;
		margin:35px auto 50px;
	}
	
	.sec08Cont01__text01{
		font-weight: 700;
		text-align: center;
		font-size: 20px;
	}
	
	.sec08Cont01__text02{
		margin-bottom:10px;
	}
	
	.sec08Cont01__text03{
		font-size: 16px;
	}	

  .sec08Cont01__text02 a{
    color:#000000;
    font-size: 36px;
    font-weight: 700;
  }

  .sec08Cont01__text02 a img{
    margin-right: 10px;
  }
	
	.sec08Cont01__text04{
		font-size: 18px;
		color:#ffffff;
		text-align: center;
		margin-top: 30px;
		font-weight: 700;
		line-height: 1.9em;
	}

	.sec08Cont01__text05{
		font-size: 18px;
		color:#ffffff;
		text-align: center;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 1.9em;
	}
	
	.sec08Cont01__btn{
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.sec08Cont01 *{
		color:#333333;
	}


	.sec09{
		padding: 100px 0;
		position: relative;
	}

  .cLink{
    color:#333333 !important;
  }
	
	
	.companyTable{
		width: calc(100% - 100px);
		margin:50px auto 100px;
	}
	
	.companyTable th{
		padding: 30px;
		font-weight: normal;
		font-size: 16px;
		border-bottom: 1px solid #D5E6F0;
		text-align: left;
		width: 300px;
		vertical-align: top;
		line-height: 2em;
	}
		
	.companyTable td{
		padding: 35px 0;
		font-weight: normal;
		font-size: 16px;
		border-bottom: 1px solid #D5E6F0;
		vertical-align: middle;
		line-height: 2em;
	}
	
	.companyTable a.map{
		display: inline-block;
		margin-left: 20px;
		padding: 3px 8px;
		border-radius: 8px;
		font-weight: 700;
		color:#ffffff;
		font-size: 16px;
		background: #4FAACB;
	}
	
	.companyBnr{
		text-align: center;
	}

	.pageTop{
		position: fixed;
		right: 30px;
		bottom:30px;
    opacity: 0;
    transition: 1s;
    z-index: 2;
	}

	.pageTop.visible{
    opacity: 1;
	}
	
	footer{
		padding: 50px 0 40px;
		background: #002A4A;
		position: relative;
	}
	
	footer *{
		color:#ffffff;
	}	

	.footCont{
		display: flex;
		justify-content: space-between;
	}
	
	.footNav{
		max-width: 470px;
	}
	
	.footNav li{
		margin-right: 30px;
		margin-bottom: 20px;
		float: left;
	}
	
	.footBox{
		max-width: 400px;
		width: 100%;
	}
	
	.footText{
		margin: 25px 0;
		line-height: 2.2em;
	}
	
	.footIcon{
		display: flex;
	}
	
	.footIcon li{
		margin-right: 20px;
	}
	
	.copy{
		margin-top: 80px;
		text-align: center;
		font-size: 14px;
	}




