@charset "UTF-8";

/*********************
        #news
*********************/
#news{
	overflow-y: hidden;
	margin-bottom: 110px;
}

#news .secInr{
	display: flex;
	justify-content: space-between;
}

#news .secInr .newsTtl{
	padding-right: 50px;
	width: 30%;
}

#news .secInr .newsTtl h3{
	color: #cd6836;
	font-size: 18px;
	font-size: 1.8rem;
}

#news .secInr .newsTtl h3 span{
	color: #181430;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding-left: 90px;
    margin-left: 10px;
}

#news .secInr .newsTtl h3 span:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 76px;
    top: 50%;
    height: 1px;
    background-color: #000000;
}

#news .secInr .detail{
	width: 70%;
}

#news .secInr .detail ul li{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#news .secInr .detail ul li a{
	display: flex;
	justify-content: end;
	align-items: center;
}

#news .secInr .detail ul li a .cat{
	border: 1px solid #cd6836;
	border-radius: 20px;
	color: #cd6836;
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 15px;
	padding: 3px 15px; 
	text-align: center;
	width: 120px;
}

#news .secInr .detail ul li a .date{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 15px;
	width: 75px;
}

/*********************
       #area01
*********************/

#area01{
	background: #cd6836;
}

#area01 .secInr{
	background: url("../images/logo_bg.svg") no-repeat;
	padding: 100px 0;
	background-position: top 50% left 0;
	display: flex;
	justify-content: space-between;
	background-size: 300px;
}

#area01 .secInr .detail{
	color: #fff;
	padding-right: 40px;
	width: 50%;
}

#area01 .secInr .detail .head01{
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 35px;
}

#area01 .secInr .img{
	margin-top: -170px;
	width: 50%;
}

#area01 .secInr .img img{
	border-radius: 10px;
	width: 100%;
}

/*********************
       #area02
*********************/

#area02 {
  position: relative;
  width: 100%;
}
#area02:after {
	content: "";
    width: 100%;
    height: 85%;
    background: #f3f0e9;
    position: absolute;
    left: 0;
    top: 15%;
    z-index: -1;
}

#area02 .enTtl{
	color: #cd6836;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

#area02 .head01{
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 25px;
	text-align: center;
}

#area02 .text{
	margin-bottom: 50px;
	text-align: center;
}

#area02 .serviceBox{
	border-radius: 10px;
	box-shadow: 0px 0px 5px 1px rgba(118,118,118,0.75);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(118,118,118,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(118,118,118,0.75);
	margin-bottom: 45px;
}

#area02 .serviceBox .imgArea{
	background-size: cover;
	border-radius: 10px 10px 0 0;
	padding: 100px 5%;
}

#area02 #s01 .imgArea{
	background: url("../images/bg_01.jpg") no-repeat center center;
}
#area02 #s02 .imgArea{
	background: url("../images/bg_02.jpg") no-repeat center center;
}
#area02 #s03 .imgArea{
	background: url("../images/bg_03.jpg") no-repeat center center;
}
#area02 #s04 .imgArea{
	background: url("../images/bg_04.jpg") no-repeat center center;
}

#area02 .headWrap{
	margin-bottom: 40px;
	position: relative;
}

#area02 .headWrap:after{
	content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background-color: #fff;
	opacity: 0.5;
	margin-left: 15px;
}

#area02 .head02{
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 0;
	display: inline-block;
    align-items: center;
}

#area02 .head02 span{
	opacity: 0.5;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 15px;
}

#area02 .head02 small{
	opacity: 0.5;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 25px;
}

#area02 .flexBox{
	display: flex;
	justify-content: space-between;
	color: #fff;
}

#area02 .flexBox .cap{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-right: 2%;
    width: 35%;
}

#area02 .flexBox .capDetail{
	font-size: 16px;
	font-size: 1.6rem;
	width: 67%;
}

#area02 .whiteArea{
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 60px 5% 50px;
	position: relative;
}

#area02 .whiteArea .blueTtl{
	background: #47bbcc;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 10px;
	width: 350px;
	position: absolute;
	top: -25px;
	left: calc(50% - 175px);
}

#area02 .whiteArea ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#area02 .whiteArea ul li {
    border-right: 1px solid #dddddd;
    padding: 0 30px;
    width: 25%;
}

#area02 .whiteArea ul li.last {
	border-right: none;
}

#area02 .whiteArea ul li img,
#area02 .whiteArea ul li .orange{
	text-align: center;
}

#area02 .whiteArea ul li img{
	margin: 0 auto 35px;
    width: 80px;
    display: block;
    height: 80px;
}

#area02 .whiteArea ul li .orange{
	color: #cd6836;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}

#area02 .whiteArea ul li a.btn{
	border: 1px solid #cd6836;
	border-radius: 30px;
	color: #cd6836;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 30px;
	padding: 10px 20px;
	text-align: center;
}

#area02 .whiteArea ul li a.btn:hover{
	background: #cd6836;
	border: 1px solid #cd6836;
	color: #fff;
	transition: all 0.3s ease 0s;
}
	
/*********************
       #area03
*********************/
#area03 .secInr{
	max-width: 760px;
	margin: 0 auto;
	padding: 80px 5%;
	width: 100%;
}

#area03 .secInr .smallTtl{
	color: #181430;
	border: 1px solid #181430;
    border-radius: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 auto 15px;
    padding: 6px 20px;
    text-align: center;
    width: 260px;
}

#area03 .secInr .head03 {
	color: #181430;
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}

#area03 .secInr .head03 span{
	font-size: 18px;
	font-size: 1.8rem;
}

#area03 .secInr .text{
	margin-bottom: 40px;
}

#area03 .secInr .contactBtn{
	background: #e2753f;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 45px 20px;
	position: relative;
	width: 100%;
}

#area03 .secInr .contactBtn:after{
	color:rgba(255,255,255,0.10);
	content: 'Contact';
	font-size: 70px;
	font-size: 7rem;
	font-family: 'Lato', sans-serif;
	position: absolute;
	transform: translate(-75%, 20%);
}

#area04 .mainImg{
	background: url("../images/overview.jpg") no-repeat bottom center;
	height: 350px;
	background-size: cover;
	width: 100%;
}

#area04 .secInr{
	display: flex;
	justify-content: space-between;
}

#area04 .secInr h4{
	color: #cd6836;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-right: 5%;
	width: 22%;
}

#area04 .secInr .detail,
#area04 .secInr .law{
	width: 75%;
}

#area04 .secInr .detail li,
#area04 .secInr .law li{
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#area04 .secInr .detail li .item,
#area04 .secInr .law li .item{
	font-weight: 600;
	margin-right: 5%;
	width: 20%;
}

#area04 .secInr .detail li .info,
#area04 .secInr .law li .info{
	width: 75%;
}


@media only screen and (max-width: 1100px) {

}

/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
  /*.portrait.ipad .mainSec .flexBox .infoBox {
    width: 100%;
    margin-bottom: 30px;
  }*/
	
#area02 .whiteArea ul li {
    padding: 0 2%;
}	
}
/*------------------------------------for sp--*/
@media only screen and (max-width: 600px) {
	
.swiper-container-fade .swiper-slide {
    height: 50vh;
  }
.slide-img img {
    object-fit: cover;
    height: 330px;
}

.secInr {
    padding: 50px 0;
}	
	
#mv {
    margin-bottom: 0;
}
	
#mv .catch h1 {
    font-size: 22px;
    font-size: 2.2rem;
	margin-bottom: 10px;
}

#mv .catch p {
    font-size: 12px;
    font-size: 1.2rem;
}	
	
#news {
    margin-bottom: 0;
}		
	
#news .secInr {
    display: block;
}
	
#news .secInr .detail {
    width: 100%;
}	
	
#news .secInr .detail ul li a {
    display: flex;
    justify-content: end;
    align-items: baseline;
    flex-direction: column;
}	
	
#news .secInr .newsTtl {
    padding-right: 0;
	margin-bottom: 20px;
    width: 100%;
}	
	
#news .secInr .detail ul li a .cat {
    max-width: 100%;
    width: auto;
    border: none;
    padding: 0;
    border-bottom: 1px solid #cd6836;
    border-radius: 0;
    margin-bottom: 5px;
}	

#news .secInr .detail ul li a .date {
    width: 75px;
}
	
#news .secInr .detail ul li a .ttl {
	width: 100%;
}	
	
#area01 {
    margin-bottom: 0;
}	
	
#area01 .secInr {
    display: block;	
	padding: 50px 0;
}

#area01 .secInr .detail {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
	
#area01 .secInr .detail .head01 {
	font-size: 20px;
    font-size: 2.0rem;
}
	
#area01 .secInr .img {
    margin-top: 0;
    width: 100%;
}	

#area02 .serviceBox {
    margin-bottom: 25px;
}	
	
#area02 .text {
    margin-bottom: 0;
    text-align: left;
}
	
#area02 .enTtl {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0px;	
	
}
	
#area02 .head01 {
    font-size: 20px;
    font-size: 2.0rem;	
}

#area02 .serviceBox .imgArea {
    padding: 50px 5%;
}	
	
#area02 .head02 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}	
	
#area02 .head02 span {
    font-size: 10px;
    font-size: 1.0rem;
    margin-right: 10px;
}	
	
#area02 .head02 small {
    font-size: 10px;
    font-size: 1.0rem;
    margin-left: 10px;
}	
	
#area02 .flexBox {
    display: block;
}
	
#area02 .flexBox .cap {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
	
#area02 .flexBox .capDetail {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
}

#area02 .whiteArea {
    padding: 40px 5%;
}	
	
#area02 .whiteArea .blueTtl {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px;
    width: 220px;
    top: -22px;
    left: calc(50% - 110px);
}	

#area02 .whiteArea ul li .text{
	text-align: left;	
}		
	
#area02 .whiteArea ul {
    justify-content: end;
}
	
#area02 .whiteArea ul li {
    border-right: none;
    padding: 30px 3% 30px;
    width: 50%;
    border-bottom: 1px solid #dddddd;
}

#area02 .whiteArea ul li:nth-child(odd) {
	border-right: 1px solid #dddddd;	
}	
	
#area02 .whiteArea ul li:nth-child(3),
#area02 .whiteArea ul li:nth-child(4){
	border-bottom: none;	
}	
	
#area02 .whiteArea ul li img {
    margin: 0 auto 15px;
    width: 50px;
    display: block;
    height: 50px;
}	
	
#area02 .whiteArea ul li a.btn {
    font-size: 10px;
    font-size: 1.0rem;	
}
	
#area02 .whiteArea ul li .orange {
    font-size: 13px;
    font-size: 1.3rem;
	line-height: 1.4;
    margin-bottom: 10px;
}	

#area03 .secInr {
    padding: 40px 5%;
}	

#area03 .secInr .smallTtl {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 20px;
    width: 220px;
}	
	
#area03 .secInr .head03 {
    font-size: 20px;
    font-size: 2.0rem;
}	
	
#area03 .secInr .contactBtn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 25px 20px;
}
	
#area03 .secInr .contactBtn:after {
    font-size: 40px;
    font-size: 4rem;
    transform: translate(-85%, 20%);
}	
	
#area04 .mainImg {
    height: 160px;
}
	
#area04 .secInr {
    display: block;
}

#area04 .secInr h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px;
    width: 100%;
}
	
#area04 .secInr .detail,
#area04 .secInr .law {
    width: 100%;
}
	
#area04 .secInr .detail li,
#area04 .secInr .law li {
    display: block;
	font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
}	

#area04 .secInr .detail li .item,
#area04 .secInr .detail li .info,
#area04 .secInr .law li .item,
#area04 .secInr .law li .info {	
	width: 100%;
}

/*
#s03 .whiteArea ul li.first,
#s04 .whiteArea ul li.first{
width: 100%;
border-right: none;
}
*/
#s03 .whiteArea ul li.last,
#s04 .whiteArea ul li.last{
width: 100%;
border-right: none;
text-align: center;
}
#s03 .whiteArea ul li.last .text ,
#s04 .whiteArea ul li.last .text {
text-align: center;
}
}
