@charset "utf-8";

html {
    font-size: 62.5%;
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 50%;
    }
}

img{
	max-width:100%;
}

body {
  font-family: "ヒラギノ角ゴシック StdN W3", "Hiragino Kaku Gothic StdN W3", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
    color: #333;
    line-height: 2.6rem;
    font-weight:500;
}

a:hover{
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover img {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

p{
   text-align:left;
}

small {
    font-size: 1.4rem;
}
.sp{
	display:none;
}
br.pc{
	display:block;
}
br.sp{
	display:none;
}

/* common part */
.detail_area{
	display: -webkit-box; /*old Android*/
	display: -webkit-flex; /*Safari etc.*/
	display: -ms-flexbox; /*IE10*/
	display: flex;
}

.syousai{
    border:solid 1px #434f52;
    padding:15px 10px 10px 15px;
    margin-bottom:30px;
    margin-left:20px;
    margin-right:20px;
}
.syousai span{
	font-weight:bold;
}
.syousai p{
  color:#434f52;
  font-size:14px;
   letter-spacing:-0.5px;
   line-height:1.5;
   margin-bottom:6px;
}

.bgi_contact{
    background-color:#e0f0f6;
    background: url(../img/contact-bg.png)no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:right;
}
.sec-contact ul{
	display: -webkit-box; /*old Android*/
	display: -webkit-flex; /*Safari etc.*/
	display: -ms-flexbox; /*IE10*/
	display: flex;
  align-items: center;
	padding-top:140px;
}
.sec-contact ul li:first-child{
	padding-left:50px;
}
.sec-contact ul li{
	width:33%;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
	padding-bottom:30px;
}
.sec-contact .c-btn a img{
    margin-bottom:15px;
}
.sec-contact p{
	font-size:33px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#2c4b54;
	text-align:center;
	margin-bottom:15px;
}
.sec-contact ul li.special {
    padding-left: 200px;
}
.sec-contact ul li.three-btn {
    padding-right: 150px;
}

@media only screen and (max-width: 1700px) {
	.bgi_contact{
		background-position:center;
	}
	.sec-contact ul li.special {
		padding-left: 50px;
	}
	.sec-contact ul li.three-btn {
		padding-right:0px;
		margin-left:60px;
	}
}
@media only screen and (max-width: 1300px) {
	.sec-contact li img{
	    width:100%;
	}
	.sec-contact ul li.three-btn {
		margin-left:20px;
	}
	.sec-contact p{
		font-size:26px;
	}
}

@media screen and (max-width: 768px) {
	.pc{
    	display:none;
    }
    .sp{
    	display:block;
    }
    .bgi_contact{
    	background:none;
    	background-color:#e1f0f7;
    }
    .sec-contact ul{
        display:block;
		padding-top:10px;
		position:relative;
	}
    .sec-contact ul li{
	    width:60%;
	    padding-bottom:20px;
	}
	.sec-contact ul li.special {
		padding-left: 0px;
	}
    .sec-contact ul li.three-btn {
		margin-left:30px;
		width:50%;
	}
    .sec-contact p{
		margin-top:15px;
	}
	.sec-contact ul li:last-child{
		position:absolute;
        bottom:0;
		right:0px;
		padding-bottom:0;
	}
	.sec-contact ul li:last-child img{
		width:75%;
		margin:0 auto;
		text-align:right;
		position:absolute;
		bottom:0;
		right:0px;
		padding-bottom:0;
	}
}

@media screen and (max-width: 480px) {
	 .sec-contact ul li{
	    width:80%;
	    padding-bottom:0px;
	}
	  .sec-contact p{
		font-size:18px;
		margin-bottom:10px;
	}
	 .sec-contact ul li.three-btn {
		margin-left:10px;
		width:60%;
	}
    .sec-contact ul{
    	padding-top:0;
    }

    .sec-contact li.three-btn .c-btn img{
	    width:90%;
	}
    .sec-contact li.three-btn img.sp{
    	margin-left:20px;
    }
	.sec-contact ul li:last-child img{
		width:55%;
	}
	br.sp{
		display:block;
	}
	br.pc{
		display:none;
	}
  .syousai p{
     margin-bottom:10px;
  }
}

header {
    display: flex;
    position: relative;
    z-index: 1000;
}
header .imgwrap {
    margin: 31px 0 0 16px;
}
header .imgwrap img {
        width:70%;
}
header .btn {
    position: fixed;
    right: 19px;
    z-index: 1000;
    margin-top: 10px;
}

header .btn a {
    margin-left: 12px;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
	header .btn a img{
		width:25%;
	}
	header .btn{
		text-align:right;
		margin-right:0px;
		padding-top:10px;
	}
}
@media only screen and (max-width: 1160px) {
	header .imgwrap img {
		width:50%;
	}
	header .btn{
		text-align:right;
		margin-right:10px;
		padding-top:10px;
	}
}

@media only screen and (max-width: 768px) {
    header .imgwrap {
        width: 39%;
        margin: 28px 0 0 14px;
    }

    header .imgwrap img {
        width: 100%;
    }
    header .btn {
        margin: 0;
        width: 100vw;
        display: flex;
        bottom: 0;
        right: 0;
        left:0;
    }

    header .btn a {
        width: 50%;
        margin: 0;
    }

    header .btn a img {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    header .imgwrap {
        width: 50%;
        margin-top:10px;
        margin-bottom:50px;
    }
    header .imgwrap img {
		width: 80%;
    }
}

.sec1,.sec2,.sec3,.sec4,.sec5,.sec6,.sec7,.sec9-new,.sec10-11,.sec12,.sec_contact{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

main{
    background: #b7dbe9;
}

.top{
	width: 1120px;
    margin: -111px auto;
}
.top img{
    width: 100%;
    text-align:center;
    margin:0 auto;
}
.scroll img{
	width:100%;
}

@media only screen and (max-width: 1000px) {
	.sec1,.sec2,.sec3,.sec4,.sec5,.sec6,.sec7,.sec9-new,.sec10-11,.sec12,.sec_contact{
		width: 98%;
		margin: 0 auto;
		text-align: center;
	}
}
@media only screen and (max-width: 1120px) {
	.top{
			width:100%;
	}
}
@media only screen and (max-width: 768px){
	.scroll{
		display:none;
	}
}
@media only screen and (max-width: 480px){
}

.bg01{
    margin-top:110px;
    background-color:#fff;

}
.sec1{
    padding:30px 0 60px 0;
    background: url(../img/sec1-bg.jpg)no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
}
.sec1 img{
    width:50%;
    margin:0 auto;
    text-align:center;
}
@media only screen and (max-width: 768px) {
	.sec1{
		background:none;
	}
    .sec1 img{
		width:100%;
		margin:0 auto;
		text-align:center;
    }
}

.bg02{
    background-color:#2c4b54;
    padding:30px 0;
}
.sec2 img{
    width:80%;
    margin:0 auto;
    text-align:center;
}
@media only screen and (max-width: 768px) {
    .sec2 img{
		width:92%;
		margin:0 auto;
		text-align:center;
    }
}

.bg03{
    background-color:#fff;
    padding:50px 0;
}
.sec3 h2{
    padding-bottom:40px;
}
.sec3 .detail_area.case{
    width:80%;
    margin:0 auto;
    margin-top:25px;
    margin-bottom:25px;
    align-items:center;
}
.sec3 .detail_area.case .right p{
    font-size:20px;
    color:#2c4b54;
    margin-left:20px;
}
.sec3 .detail_area.case .left p{
    font-size:25px;
    letter-spacing:2px;
    color:#fff;
    background:#2c4b54;
    padding:10px 40px;
}
.sec3 .detail_area.icon{
    width:98%;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:30px;
    align-items:center;
}
.sec3 .detail_area.icon .left{
    width:25%;
}
.sec3 .detail_area.icon .right{
    width:75%;
    position: relative;
	display: inline-block;
	padding: 7px 10px;
    min-width: 120px;
	max-width: 100%;
	background: #e1f0f7;
	border-radius:20px;
}
.sec3 .detail_area.icon .right:before {
  content: "";
  position: absolute;
  top: 50%;
  left:-60px;
  margin-top: -30px;
  border: 30px solid transparent;
  border-right: 60px solid #e1f0f7;
}
.sec3 .detail_area.icon .right p{
  margin: 0;
  padding: 0;
}
.sec3 .detail_area.icon .right ul{
	padding-top:10px;
	padding-bottom:10px;
}
.sec3 .detail_area.icon .right ul li{
    padding-left:20px;
    padding-right:10px;
    line-height:1.5;
    margin-bottom:2px;
    letter-spacing:-1px;
    font-size:17px;
}
.sec3 .detail_area.icon .right ul li:before{
    position: absolute;
    transform: translateX(-95%);
    content: "\30FB";
}
.sec3 .detail_area.two{
    width:100%;
    margin:0 auto;
}
.sec3 .detail_area.two .right,
.sec3 .detail_area.two .left{
    width:50%;
}

@media only screen and (max-width: 768px) {
	.sec3 img{
		width:96%;
	}
	.sec3 .detail_area.icon .left img{
		width:60%;
	}
	.sec3 .detail_area.case{
		width:90%;
		margin:0 auto;
		margin-top:25px;
		margin-bottom:25px;
		align-items:center;
	}
}

@media only screen and (max-width: 480px) {
	.sec3 .detail_area.case{
        display:block;
        margin-top:15px;
		margin-bottom:0px;
	}
	.sec3 .detail_area.case .left p{
		font-size:20px;
		padding:10px;
		width:80px;
		margin-bottom:10px;
	}
	.sec3 .detail_area.case .right p{
		font-size:17px;
		margin-left:0px;
	}
	.sec3 .detail_area.icon .left{
		width:35%;
		padding-right:10px;
	}
	.sec3 .detail_area.icon .right{
		width:65%;
	}
	.sec3 .detail_area.icon .right ul li{
		font-size:15px;
	}
	.sec3 h2{
		padding-bottom:20px;
	}
	.sec3 .detail_area.icon{
		margin-top:10px;
		margin-bottom:10px;
	}
	.bg03{
		padding:50px 0 20px 0;
	}
	.sec3 .detail_area.two{
		display:block;
	}
	.sec3 .detail_area.two .right,
	.sec3 .detail_area.two .left{
		width:100%;
	}
}

.bgi04{
    background: url(../img/sec4-bg.png)no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:60px 0;
}
.sec4{
    background:#fff;
    padding:10px 0 30px 0;
    letter-spacing:-1px;
}
.sec4 h2{
    margin-top:40px;
}
.sec4 ul{
   margin-top:20px;
   margin-bottom:30px;
}
.sec4 ul li{
    margin-left:60px;
    margin-right:40px;
    line-height:1.4;
    margin-bottom:2px;
    color:#2c4b54;
}
.sec4 ul li:before{
    position: absolute;
    transform: translateX(-95%);
    content: "\30FB";
}
.sec4 .detail_area{
    width:80%;
    margin:0 auto;
    justify-content:space-around;
    margin-top:25px;
}
.sec4 .detail_area div{
    margin-left:20px;
    margin-right:20px;
}
.sec4 ul.big{
    font-size:22px;
    font-weight:bold;
}
.sec4 ul.big span{
    color:#2ba1c3;
    font-size:26px;
    margin-left:-10px;
}

@media only screen and (max-width: 768px) {
	.sec4 img{
		width:96%;
	}
	.sec4 .detail_area div{
		margin-left:10px;
		margin-right:10px;
	}
	.sec4 .detail_area{
		width:90%;
		margin:0 auto;
		margin-top:15px;
	}
	.sec4 ul li{
		margin-left:30px;
		margin-right:10px;
		font-size:20px;
	}
	.sec4 ul.big span{
		font-size:24px;
		margin-left:-10px;
	}
}

@media only screen and (max-width: 480px) {
	.sec4 ul li{
		font-size:16px;
		padding-left:0px;
		padding-right:5px;
	}
	.sec4 .detail_area{
		width:100%;
		margin:0 auto;
		margin-top:15px;
	}
	.sec4 ul.big span{
		font-size:18px;
		margin-left:-10px;
	}
}


.bgi05{
    background-color:#2c4b54;
    padding:30px 0;
}
.sec5 h2{
    margin-bottom:60px;
}
.sec5 h3{
    border-bottom:solid 4px #fff;
    padding-bottom:14px;
    width:90%;
    margin:0 auto;
    margin-bottom:20px;
}
.sec5 h4{
    background:#b7dbe8;
    border-radius:16px;
    padding:12px 5px 10px 40px;
    color:#2c4b54;
    font-size:34px;
    line-height:1.3;
    font-weight:bold;
    text-align:left;
    margin-bottom:10px;
}
.sec5 p{
    color:#fff;
}
.sec5 .detail_area{
    width:96%;
    margin:0 auto;
    margin-bottom:60px;
}
.sec5 .detail_area div{
    margin-left:10px;
    margin-right:10px;
}
.sec5 .detail_area .left{
	width:50%;
}
.sec5 .detail_area .right{
	width:50%;
}
.sec5 .detail_area .right img{
	width:100%;
}

@media only screen and (max-width: 768px) {
	.bgi05{
		padding-bottom:5px;
	}
	.sec5 img{
		width:96%;
	}
	.sec5 h3{
		width:100%;
		margin:0 auto;
		margin-bottom:20px;
	}
	.sec5 h4{
	    width:50%;
		margin:0 auto;
		margin-bottom:20px;
	}
	.sec5 .detail_area{
		display:block;
	}
	.sec5 .detail_area .left,
	.sec5 .detail_area .right{
		width:100%;
	}
	.sec5 .detail_area .left p{
		padding-bottom:20px;
		font-size:20px;
	}
	.sec5 .detail_area .right img{
		width:70%;
		margin:0 auto;
	}
}

@media only screen and (max-width: 480px) {
	.sec5 h2{
		margin-bottom:30px;
	}
	.sec5 h4{
	    width:80%;
		margin:0 auto;
		margin-bottom:20px;
		font-size:24px;
	}
	.sec5 .detail_area .left p{
		font-size:17px;
		line-height:1.4;
	}
	.sec5 .detail_area div{
		margin-left:0px;
		margin-right:0px;
	}
	.sec5 .detail_area .textwrap{
		margin-left:0;
	}
	.sec5 .detail_area .right img{
		width:90%;
		margin:0 auto;
	}
}

.bgi06{
    background: url(../img/gara-bg.jpg)no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:40px 0 60px 0;
}
.sec6 ul{
    margin:20px 0;
}
.sec6 ul li{
    font-size:20px;
    color:#2c4b54;
    margin-left:60px;
    margin-right:40px;
    margin-bottom:5px;
}
.sec6 .sub{
    background:#2c4b54;
}
.sec6 ul li:before{
    position: absolute;
    transform: translateX(-95%);
    content: "\30FB";
}
.sec6 .sub p{
    color:#fff;
    font-size:20px;
    padding:3px;
    text-align:center;
}
.sec6 h3{
    background:#b7dbe8;
    padding:15px 5px;
    margin-bottom:20px;
}
.sec6 h3 span{
    color:#fff;
    font-size:20px;
    background:#7bacba;
    letter-spacing:1px;
    padding:6px 10px;
    border-radius:15px;
    margin-right:20px;
    line-height:2.6;
}
.sec6 .detail_area{
    margin-bottom:10px;
}
.sec6 .detail_area ul li{
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
}
.sec6 .detail_area .right,
.sec6 .detail_area .left{
	width:50%;
}
.sec6 .hatena img{
	width:100%;
}
.sec6 .hatena h4{
    font-size:55px;
    font-weight:bold;
    color:#ffb43d;
    margin:40px 0;
}
.sec6 .hatena p{
    font-size:40px;
    font-weight:bold;
    line-height:1.2;
    color:#ffb43d;
    text-align:center;
    margin-top:30px;
}
.sec6 .movie{
    margin-top:70px;
}
.sec6 .movie img{
    width:90%;
}

@media only screen and (max-width: 768px) {
	.bgi06{
		background:none;
	    background-color:#fff;
	}
	.sec6 h2 img{
		width:100%;
	}
	.sec6 ul li{
		font-weight:bold;
	}
	.sec6 .detail_area{
		display:block;
	}
	.sec6 .detail_area .right img{
		margin-bottom:10px;
	}
	.sec6 .hatena img{
        width:100%;
        margin:0 auto;
        margin-bottom:30px;
	}
	.sec6 .hatena p{
		font-size:34px;
		margin-bottom:20px;
	}
	.sec6 .hatena img.big{
		width:100%;
		 margin:0 auto;
	}
	.sec6 .detail_area .right,
	.sec6 .detail_area .left{
		width:100%;
	}
}

@media only screen and (max-width: 480px) {
	.sec6 ul li{
		font-size:17px;
		margin-left:20px;
		margin-right:5px;
		margin-bottom:10px;
	}
	.sec6 .detail_area ul li{
		margin-left:20px;
		margin-right:5px;
		margin-bottom:10px;
	}
	.sec6 .sub p{
		font-size:15px;
		padding:5px;
	}
	.sec6 .detail_area .right img{
		width:90%;
		margin:0 auto;
	}
	.sec6 h3 span{
		margin-right:0;
	}
	.sec6 .hatena h4{
		font-size:30px;
		line-height:1;
		margin:20px 2px 10px 2px;
	}
	.sec6 .hatena img{
        margin-bottom:20px;
	}
	.sec6 .hatena p{
		font-size:18px;
		line-height:1.4;
	}
}


.bgi09-new{
    background-color:#b7dbe8;
    background: url(../img/sec9-bg.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position:right;
	background-attachment:fixed;
    padding:60px 0;
}
.sec9-new img{
    width:55%;
    margin-bottom:40px;
}
.sec9-new .textwrap{
    margin-bottom:25px;
    background:#fff;
}
.sec9-new h3{
    background:#7bacba;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    padding:25px 5px;
}
.sec9-new p{
    text-align:center;
    padding:20px 5px;
    color:#010101;
    font-size:18px;
    line-height:1.8;
}
.sec9-new .textwrap img{
    width:65%;
    margin-bottom:0px;
}
@media (max-width: 1200px){
	.bgi09-new{
		background:none;
		padding-bottom:10px;
	}
}
@media only screen and (max-width: 768px) {
	.sec9-new .textwrap img{
		width:80%;
		margin:0 auto;
		margin-bottom:0px;
	}
}
@media only screen and (max-width: 480px) {
	.sec9-new img{
		width:75%;
		margin-bottom:40px;
	}
	.sec9-new h3{
		font-size:22px;
		letter-spacing:1px;
		line-height:1.2;
		padding:25px 5px;
	}
	.sec9-new p{
		text-align:left;
		padding-left:10px;
		font-size:14px;
		line-height:1.5;
	}
	.sec9-new .textwrap img{
		width:90%;
		margin:0 auto;
		margin-bottom:0px;
	}
}

.bgi10-11{
    background-color:#2c4b54;
    padding:10px 0 30px 0;
}
.sec10-11 .imgwrap{
    margin-bottom:110px;
}
.sec10-11 .box{
    background:#fff;
    margin-bottom:120px;
    padding-bottom:30px;
}
.sec10-11 h2 img{
    margin-top:-70px;
    /*margin-bottom:90px;*/
    width:100%;
}
.sec10-11 .detail_area{
    width:96%;
    margin:0 auto;
    margin-bottom:20px;
}
.sec10-11 .detail_area .right{
    width:50%;
}
.sec10-11 .detail_area .left{
    width:50%;
}
.sec10-11 .detail_area .right img{
    margin-bottom:0;
}
.sec10-11 .detail_area .left ul{
    margin-top:-60px;
}
.sec10-11 ul li{
    margin-left:20px;
    margin-right:0px;
    line-height:1.6;
    margin-bottom:2px;
    color:#2c4b54;
    font-size:18px;
    letter-spacing:-1px;
}
.sec10-11 ul li:before{
    position: absolute;
    transform: translateX(-95%);
    content: "\30FB";
}
.sec10-11 .sub{
    margin-top:-70px;
    margin-bottom:30px;
}
.sec10-11 .sub p{
    display:inline-block;
    background:#7bacba;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    width:200px;
    border-radius:10px;
    text-align:center;
    padding:6px 0;
}
.sec10-11 .two ul li,.sec10-11 .three ul li,
.sec10-11 .sibou ul li{
    margin-left:60px;
    margin-right:50px;
}
.sec10-11 .sibou p.sibou-c-cp{
	text-align:center;
    background: url(../img/sec4-bg.png)no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:40px 0;
	margin-bottom:-30px;
}
.sec10-11 .three,.sec10-11 .two{
    margin-bottom:0;
    padding-bottom:15px;
}
.sec10-11 .three span{
    font-size:30px;
    letter-spacing:-2px;
    line-height:1.8;
    color:#2c4b54;
}
.sec10-11 .three h2 img{
    margin-top:0px;
    width:90%;
}
.sec10-11 .three ul{
    margin-bottom:20px;
}

.sec10-11 .price-area{
	margin-top:40px;
}

.sec10-11 .price-area p{
	text-align:center;
	margin-bottom:10px;
}

.sec10-11 .price-area .fee{
	font-size:40px;
	font-weight:bold;
	color:#2c4b54;
	line-height: 1;
}
.sec10-11 .box-plus{
	background:#e1f0f7;
	margin: 50px auto 20px;
	padding:40px;
	outline : 1px solid #2c4b54;
    outline-offset : -8px
}

.sec10-11 .box-plus p{
	font-size:24px;
    line-height:1.5;
    color:#2c4b54;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.bgi10-11{
		padding:30px 0 50px 0;
	}
    .sec10-11 .detail_area.d-one .right{
    	display:none;
    }
    .sec10-11 .detail_area.d-one .left{
    	width:100%;
    }
    .sec10-11 .btn-link{
    	width:90%;
    	margin:0 auto;
    }
    .sec10-11 .sub p{
		width:150px;
		border-radius:20px;
		text-align:center;
		padding:6px 0;
		margin-left:5px;
	    margin-right:5px;
	}
	.sec10-11 .three span{
		font-size:25px;
		line-height:1.4;
	}
	.sec10-11 .two ul li,.sec10-11 .three ul li{
		margin-left:35px;
		margin-right:15px;
	}
}

@media only screen and (max-width: 480px) {
	.sec10-11 ul li{
        font-size:16px;
        margin-left:10px;
		margin-right:0px;
	}
	.sec10-11 .sub{
		margin-bottom:10px;
	}
	.sec10-11 .sub p{
		margin-bottom:10px;
	}
	.sec10-11 .three span{
		font-size:20px;
		line-height:1.4;
	}
  .sec10-11 .two ul li,.sec10-11 .three ul li,
	.sec10-11 .sibou ul li{
		margin-left:20px;
		margin-right:15px;
	}
	.sec10-11 .detail_area.d-two{
		display:block;
	}
	.sec10-11 .detail_area.d-two .right,
	.sec10-11 .detail_area.d-two .left{
		width:100%;
	}

	.sec10-11 .box-plus p{
		font-size:22px;
	}
}

.bgi12{
    background-color:#fff;
    padding:50px 0;
}
.sec12 h2{
    margin-bottom:60px;
}
.sec12 h3{
    font-size:25px;
    font-weight:bold;
    color:#2c4b54;
    text-align:left;
    padding-bottom:15px;
}
.sec12 p{
    color:#2c4b54;
    width:88%;
    margin:0 auto;
}
.sec12 .detail_area{
    margin-bottom:30px;
}
.sec12 .detail_area .left{
    width:40%;
}
.sec12 .detail_area .left img{
    width:100%;
}
.sec12 .detail_area .right{
    width:60%;
    background-color:#e0f0f6;
    padding:20px;
}

@media only screen and (max-width: 768px) {
	.bgi12{
		padding:30px 0 10px 0;
	}
	.sec12 h2{
		margin-bottom:40px;
	}
	.sec12 h2 img{
		width:35%;
		margin:0 auto;
	}
	.sec12 .detail_area{
		align-items:center;
	}
	.sec12 .detail_area .left{
		width:35%;
		padding-right:10px;
	}
	.sec12 .detail_area .right{
		width:65%;
		padding:20px;
	}
	.sec12 p{
		width:100%;
		margin:0 auto;
	}
}

@media only screen and (max-width: 480px) {
	.sec12 h2 img{
		width:45%;
		margin:0 auto;
	}
	.sec12 .detail_area{
		display:block;
	}
	.sec12 .detail_area .left{
		width:96%;
		margin:0 auto;
		padding-right:0;
	}
	.sec12 .detail_area .right{
		width:88%;
		margin:0 auto;
		padding:15px;
	}
	.sec12 h3{
		font-size:18px;
	}
}

.bgi7{
    background-color:#2c4b54;
    padding:30px 0;
}
.sec7 h2{
    margin-bottom:50px;
}
.sec7 .container{
	display: -webkit-box; /*old Android*/
	display: -webkit-flex; /*Safari etc.*/
	display: -ms-flexbox; /*IE10*/
	display: flex;
	align-items: center;
}
.sec7 .imgwrap img{
    margin-right:40px;
}
.sec7 h3{
    text-align:center;
}
.sec7 .container .accordion {
    width: 80%;
    text-align: left;
    margin-left:30px;
}

.sec7 .container .accordion .toggle_switch {
    margin-top: 20px;
    color: #2c4b54;
    font-weight:bold;
    height: 60px;
    line-height: 64px;
    padding-left: 18px;
    position: relative;
    font-size:20px;
}
.sec7 .container .accordion .toggle_switch:hover {
    cursor: pointer;
}
.sec7 .container .accordion .toggle_switch .accordion_icon{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
}
.sec7 .container .accordion .toggle_switch .accordion_icon span{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2c4b54;
    transition: all .3s;
}
.sec7 .container .accordion .toggle_switch .accordion_icon span:first-of-type {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.sec7 .container .accordion .toggle_switch.active .accordion_icon span:first-of-type {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.sec7 .container .accordion .ac {
    display: none;
}
.sec7 .container .accordion table tr {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.sec7 .container .accordion table tr th {
    width: 140px;
    padding-left: 18px;
    vertical-align: top;
}
.sec7 .container .accordion table tr td {
    height: 50px;
    line-height: 50px;
    background-color:#fff;
}
.sec7 .container .accordion table tr td:first-of-type {
    width: 280px;
    padding-left: 20px;
}
.sec7 .container .accordion table tr td:last-of-type {
    width: 140px;
    padding-left: 20px;
}
.sec7 .container .accordion .ac1 .toggle_switch {
    background-color: #f19ec2;
}
.sec7 .container .accordion .ac1 table th {
    background-color: #f19ec2;
}
.sec7 .container .accordion .ac1 table td:first-of-type {
    background-color: #ffe3eb;
}
.sec7 .container .accordion .ac2 .toggle_switch {
    background-color: #f29b76;
}
.sec7 .container .accordion .ac2 table th {
    background-color: #f29b76;
}
.sec7 .container .accordion .ac2 table td:first-of-type {
    background-color: #ffe6ce;
}
.sec7 .container .accordion .ac3 .toggle_switch {
    background-color: #abc286;
}
.sec7 .container .accordion .ac3 table th {
    background-color: #abc286;
}
.sec7 .container .accordion .ac3 table td:first-of-type {
    background-color: #e9ffc4;
}
.sec7 .container .accordion .ac4 .toggle_switch {
    background-color: #add4de;
}
.sec7 .container .accordion .ac4 table th {
    background-color: #add4de;
}
.sec7 .container .accordion .ac4 table td:first-of-type {
    background-color: #ccf1ff;
}
.sec7 .container .accordion .ac5 .toggle_switch {
    background-color: #adc1de;
}
.sec7 .container .accordion .ac5 table th {
    background-color: #adc1de;
}
.sec7 .container .accordion .ac5 table td:first-of-type {
    background-color: #e5e5ff;
}
.sec7 .container .accordion .ac6 .toggle_switch {
    background-color: #e0f0f6;
}
.sec7 .container .accordion .ac6 table th {
    background-color: #e0f0f6;
}
.sec7 .container .accordion .ac6 table td:first-of-type {
    background-color: #f1f1f1;
}
.sec7 .ac6{
    margin-bottom:50px;
}

@media only screen and (max-width: 768px) {
	.bgi7{
		padding:50px 0;
    }
    .sec7 {
        width: 90%;
    }
    .sec7 .container{
    	display:block;
    }
    .sec7 h2{
		margin-bottom:80px;
	}
    .sec7 .imgwrap img{
		margin-right:0px;
		margin-bottom:70px;
	}
	.sec7 .container .accordion {
        width: 80%;
        margin:0 auto;
    }
    .sec7 .container .accordion table tr th {
        width: 140px;
    }
    .sec7 .container .accordion table tr td:first-of-type {
        width: 313px;
    }
    .sec7 .container .accordion table tr td:last-of-type {
        width: 220px;
    }
}

@media only screen and (max-width: 468px) {
	.sec7 h2{
		margin-bottom:50px;
	}
	 .sec7 h2 img{
	     width:45%;
	}
	.sec7 .container .accordion {
        width: 98%;
        margin:0 auto;
    }
    .sec7 .container .accordion table tr th{
    	padding-top:10px;
    	font-size:15px;
    	font-weight:bold;
    }
    .sec7 {
        width: 98%;
    }
    .sec7 .imgwrap img{
    	width:70%;
    	margin:0 auto;
    	margin-bottom:50px;
    }
	.sec7 .container .accordion table tr td:first-of-type{
    	width:300px;
    	padding-right:5px;
    	padding-left:10px;
    }
    .sec7 .container .accordion table tr td:last-of-type{
    	width:130px;
    	padding-right:5px;
    	padding-left:10px;
    	text-align:center;
    }
}


.bgi9{
    background:#fff;
    padding:50px 0 ;
    text-align:center;
}
.sec9 {
    width: 1160px;
    margin: 0px auto;
}
.sec9 .textwrap p{
    text-align: center;
}
.sec9 .textwrap p {
    margin: 45px 0 0 9px;
}
.sec9 .imgwrap {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width:1200px) {
	.sec9 .imgwrap img{
		margin-bottom:20px;
	}
}
@media only screen and (max-width:1160px) {
	.sec9 {
		max-width:90%;
		margin: 0px auto;
		text-align:center;
	}
	.sec9 .imgwrap {
		margin-top: 40px;
		display: block;
	}
}
@media only screen and (max-width: 768px) {
    .sec9 {
        width: 90%;
    }
    .sec9 h2 {
        width: 96%;
        margin: 0 auto;
    }
    .sec9 h2 img {
        width: 100%;
    }
    .sec9 .textwrap p {
        margin-top: 20px;
    }
    .sec9 .imgwrap img {
        width: 100%;
        margin-top: 10px;
    }
}

/* bg10 */
.bg10{
	background: #e1f0f7;
    padding: 84px 0;
}
.bg10 .container {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}

.bg10 .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.bg10 .box {
	display: block;
	background: #fff;
	border-radius: 10px;
	margin: 20px 0;
	width:48.5%;
	padding-bottom: 10px;
	font-size: 1.5rem;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg10 .main_tit,
.bgi11 .main_tit{
  position: relative;
	padding-top: 100px;
	margin-bottom: 60px;
	text-align: center;
	z-index: 10;
	color: #434343;
}
.bg10 .main_tit::before,
.bgi11 .main_tit::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #434343;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {transform: scale(1, 0);transform-origin: 0 0;}
	50% {transform: scale(1, 1);transform-origin: 0 0;}
	50.1% {transform: scale(1, 1);transform-origin: 0 100%;}
	100% {transform: scale(1, 0);transform-origin: 0 100%;}
}
.bg10 .main_tit p,
.bgi11 .main_tit p,
.bg10 .main_tit .webf,
.bgi11 .main_tit .webf{
	font-family: century-gothic, sans-serif;
	font-size: 4rem;
	letter-spacing: 0.05em;
  line-height: 1.5;
}
.bg10 .main-tit h2,
.bgi11 .main-tit h2,
.bg10 .main_tit .fon-min,
.bgi11 .main_tit .fon-min {
	font-size: 2rem;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 10px;
}

.bg10 .box .name {
  display: flex;
	width: 100%;
}

.bg10 .box .name .imgwrap picture img {
  width: 180px;
}

.bg10 .box .name .textwrap {
  margin: 15px 0 0 15px;
}

.bg10 .box .name .textwrap h3 {
	font-weight: bold;
	font-size: 22px;
}

.bg10 .box .name .textwrap p {
  margin-top: 10px;
}

.bg10 .box .career,
.bg10 .box .licence {
	width:100%;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg10 .box:first-of-type .inner .career,
.bg10 .box:first-of-type .inner .licence {
	width: 390px;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg10 .box h4 {
    color: #fff;
    letter-spacing:5px;
    font-weight:bold;
    background: #7bacba;
    margin-top: 28px;
    padding:10px 10px 10px 24px;
    margin-bottom:15px;
}

.bg10 .box dl {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	font-size: 14px;
	margin: 0 10px;
}

.bg10 .box dl dt {
    width: 100px;
}
.bg10 .box dl dd {
    width: 300px;
}

.bg10 .box:first-of-type .inner dl dt {
    width: 100px;
}
.bg10 .box:first-of-type .inner dl dd {
    width: 270px;
}

.bg10 .box ul {
	margin-top: 15px;
	font-size: 14px;
	margin: 0 10px;
}

/* 5/29 追加 */
.bg10 .box:first-of-type .inner .career h4{
	width: 90%;
}


@media screen and (max-width: 1000px) {
	.bg10 .inner {
		width: 92%;
		margin:0 auto;
	}
}

@media screen and (max-width: 1200px) {
  .bg10 .inner {
  	width: 89%;
  	margin: 0 auto;
  	padding: 25px 0 50px;
  }
}

@media screen and (max-width: 768px) {
	.bg10 .container{
		display:block;
		width:100%;
	}
	.bg10 .container .box{
		width:100%;
	}
	.bg10 .box .inner .career {
      width: 100%;
    }
	.bg10 .box:first-of-type .inner .career,
  .bg10 .box:first-of-type .inner .licence {
        width: 100%;
    }
    .bg10 .box dl dt{
        width: 35%;
    }
    .bg10 .box dl dd {
        width: 65%;
    }
    .bg10 .box:nth-of-type(2) .inner ul {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
	.bg10 .box .name .imgwrap picture img{
		width:120px;
		height:120px;
	}
	.bg10{
		padding: 64px 0 50px 0;
	}
  .bg10 .main_tit,
  .bgi11 .main_tit{
    padding-top: 50px;
  }
  .bg10 .main_tit::before{
    top: 0;
  }
  .bg10 .main-tit h2,
  .bg10 .main_tit .fon-min {
    font-size: 2rem;
  }
  .bg10 .main_tit p,
  .bg10 .main_tit .webf{
    font-size: 4rem;
    line-height: 1;
  }
}

/*bgi11 access*/
/* sec11 */
.bgi11 {
	padding: 70px 0;
  background: #fff;
}
.bgi11 .inner {
	width: 850px;
}

.sec11 .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 850px;
	margin: auto;
}

.sec11 .container .box {
	text-align: left;
	width: 400px;
	margin: 0 0 30px 0;
	display: block;
}

.sec11 .container .box h3 {
  margin: 20px 0 10px;
	color: #7bacba;
	font-size: 22px;
	font-weight: bold;
}

.sec11 .container .box .add-wrap {
	font-size: 14px;
}

.sec11 .container .box dl {
  display:flex;
  flex-wrap: wrap;
  border-top: none;
	margin: 10px 0;
}

.sec11 .container .box dl dt {
  width: 20%;
  box-sizing: border-box;
}

.sec11 .container .box dl dd {
  width: 80%;
  margin: 0;
  box-sizing: border-box;
	line-height: 1.5;
}

.sec11 .tel {
	background-color: #7bacba;
	border: 1px solid #7bacba;
	color: #fff;
}
.sec11 .tel:hover {
	background-color: #ffffff;
	border: 1px solid #7bacba;
	color: #7bacba;
}

@media only screen and (max-width: 1200px) {
    section.sec11 {
      width: 89%;
      margin: 0 auto;
      padding: 25px 0 50px;
    }
    .bgi11 {
    	padding: 60px 0 30px 0;
    }
    .sec11 .container {
    	width: 100%;
    }
    .sec11 .container .box img {
    	width: 100%;
    }
}

@media screen and (max-width: 990px) {
  .sec11 .container .box {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .bgi11 .main_tit{
    padding-top: 50px;
  }
  .bgi11 .main_tit::before{
    top: 0;
  }
  .bgi11 .main-tit h2,
  .bgi11 .main_tit .fon-min {
    font-size: 2rem;
  }
  .bgi11 .main_tit p,
  .bgi11 .main_tit .webf{
    font-size: 4rem;
    line-height: 1;
  }
}

footer p{
    margin-top: 52px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    footer p{
        margin-top: 10px;
        padding-bottom: 80px;
    }
}


.line_contents{
	padding:50px 0 50px 20px;
	margin:0 auto;
	text-align:center;
}
.line_contents img{
	max-width:90%;
	margin:0 auto;
	text-align:center;
}

@media only screen and (max-width: 768px) {
	.line_contents img{
		width:100%;
	}
}

@media only screen and (max-width: 480px) {
	.line_contents {
	    padding:30px 0 30px 10px;
	}
	.line_contents img{
		width:100%;
	}
	header .btn a img {
		width: 100%;
	}
	header .btn a {
		width: 100%;
		margin: 0;
	}
	header .btn a.line{
	    width:18%;
       padding-top:0;
       	margin-bottom:10px;
       	margin-left:2px;
       	margin-right:5px;
       	position:absolute;
       	right:0;
       	bottom:50px;
    }
    header .btn a.line img{
        width:60px;
    	height:60px;
    }
}

/* christmas-cp
.christmas-cp{
	width:100%;
	margin:0 auto;
	padding-top:160px;
	margin-top:-120px;
	padding-bottom:80px;
	text-align:center;
	background:#2c4b54;
}
.christmas-cp2{
	height:111px;
}
.christmas-cp .c-cp{
	width:75%;
	margin:0 auto;
	text-align:center;
}
.christmas-cp img{
	max-width:100%;
	margin:0 auto;
	border:solid 2px #555;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
.christmas-cp a img:hover{
	opacity:0.7;
}
@media screen and (max-width: 1024px) {
.christmas-cp .c-cp{
		width:95%;
		margin:0 auto;
		text-align:center;
	}
}
@media screen and (max-width: 575px) {
	.christmas-cp img{
		max-width:97%;
		margin:0 auto;
		border:solid 1px #555;
		box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}
	.christmas-cp2{
		height:0;
	}
	.christmas-cp .c-cp{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	.christmas-cp{
		padding-top:110px;
		margin-top:-150px;
		padding-bottom:140px;
	}
}*/

/* christmas-cp */
.christmas-cp{
	width:100%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.christmas-cp img{
	max-width:80%;
	margin:0 auto;
}
@media screen and (max-width: 1024px) {
	.christmas-cp{
		width:100%;
		margin:0 auto;
		margin-top:40px;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 768px) {
	.christmas-cp{
		padding:20px 0;
		position:relative;
		top:30px;
		left:0;
		right:0;
		margin:0 auto;
	    margin-bottom:30px;
	}
	.christmas-cp img{
		max-width:96%;
	}
}
@media screen and (max-width: 575px) {
	.christmas-cp{
		padding:20px 0;
		position:relative;
		top:5px;
		left:0;
		right:0;
		margin:0 auto;
	    margin-bottom:0px;
	}
	.christmas-cp img{
		max-width:96%;
	}
}

/* sibou-cyuunyu-cp */
.sibou-cp{
	width:100%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.sibou-cp img{
	max-width:80%;
	margin:0 auto;
}
@media screen and (max-width: 1024px) {
	.sibou-cp{
		width:100%;
		margin:0 auto;
		margin-top:40px;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 768px) {
	.sibou-cp{
		padding:20px 0;
		position:relative;
		top:30px;
		left:0;
		right:0;
		margin:0 auto;
	    margin-bottom:30px;
	}
	.sibou-cp img{
		max-width:96%;
	}
}
@media screen and (max-width: 575px) {
	.sibou-cp{
		padding:20px 0;
		position:relative;
		top:5px;
		left:0;
		right:0;
		margin:0 auto;
	    margin-bottom:0px;
	}
	.sibou-cp img{
		max-width:96%;
	}
}
