@charset "UTF-8";

/* nav
------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
    #mainnav .spPagelink li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 83px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

/* ヘッダー
------------------------------------------------------------*/
#header {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    background: url(../../images/top/topbg01.png) center top 0px no-repeat;
    background-size: 100%;
	margin-top: 90px;
}
#header::before,
#header::after {
	content: "";
	position: absolute;
	inset: 0;
}

#header::before {
	background: linear-gradient(112deg,
	rgb(218, 212, 213,0.4),
	rgba(87, 184, 253, 0.4));
	animation: fadeA 5s infinite alternate;
	z-index: 0;
}

#header::after {
	background: linear-gradient(112deg,
	rgba(209, 235, 245, 0.5),
	rgba(16,116,188,0.3));
	animation: fadeB 5s infinite alternate;
}
@keyframes fadeA {
	from { opacity: 1; }
	to   { opacity: 0; }
}
@keyframes fadeB {
	from { opacity: 0; }
	to   { opacity: 1; }
}
#header .topMv{
    width: 100%;
    height: auto;
	opacity: 0.8;
}
#slogan{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%);
    color: #2C3243;
    line-height: 1.2;
    text-align: left;
	text-shadow: 0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 16px rgba(255, 255, 255, 1);
	z-index: 1;
}

#slogan h1{
	font-size: 4rem;
    margin-bottom: 20px;
    font-weight: lighter;
    /* font-family: "Libre Caslon Display", serif; */
    font-family: "Questrial", sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

#slogan h2{
	font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.7;
    text-shadow: 0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 16px rgba(255, 255, 255, 1);
	font-weight: 500;
}
@media only screen and (min-width: 1200px){
	.panel{
		display:block !important;
		width: 1200px;
        margin: auto;
		color: #fff;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
	#slogan {
		top: 55%;
		left: 50px;
		width: 100%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0%, -50%);
	}
}

@media only screen and (max-width: 799px){
	#header{
	height: 360px;
	background-position: bottom;
	background-size: cover;
	margin-top: 65px;
	}
	#header .topMv {
		width: inherit;
		height: 100%;
        top: 40px;
	}
	#slogan {
        top: 41%;
        left: 0%;
        width: 90%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0%, -50%);
        padding: 3%;
	}
	#slogan h1{
		font-size: 2rem;
		letter-spacing: -0.08rem;
	}

	#slogan h2{
		font-size: 0.9rem;
	}
}

/* SEC01 VISION
------------------------------------------------------------*/

#sec01{
background-color: #ccd6dd;
position: relative;
}
#sec01::before {
    content: "";
    position: absolute;
    top: -68px;
    height: 4.375rem;
    inset-inline: 0;
    background: linear-gradient(180deg, rgba(244, 247, 247, 0) 0%, rgba(244, 247, 247, 0.65) 50%, #ccd6dd 100%);
    z-index: 2;
}

#sec01 .col3{
	display: flex;
	flex-wrap: wrap;
    padding-top: 40px;
	word-wrap: break-word;
	justify-content: center;
}
#sec01 .col3 li{
	position: relative;
	margin: 0px 15px 40px;
}
#sec01 .col3 h2 span{
	font-size: 1.2rem;
	color: #379CD7;
}
.col3 li{
	display: inline-block;
	width: 320px;
	padding: 2% 2% 70px;
	vertical-align: top;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
	background: #fff;
}
.col3 li:hover{
	transform: translateY(-2px);
}
.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}
.col3 .logo{
	width: 50px;
    margin: 0px 20px 10px 0px;
}
#sec01 .col3 .grayContents{
	background-color: #F1F4F7;
	color: #919191;
}
#sec01 .col3 .grayContents p{
    text-align: center;
}
.serviceBtn{
	color: #fff;
    background: linear-gradient(112deg, rgba(255, 151, 86) 0%, rgba(16, 116, 188) 100%);
    padding: 3px 0px 3px;
    width: 55%;
    display: inline-block;
	overflow: hidden;
    margin: 10px auto 10px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	text-decoration: none;
	transform: translateX(-50%);
	transition: 0.6s ease;
}
.serviceBtn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(112deg, rgba(255, 151, 86) 0%, rgba(16, 116, 188) 100%);
	transition: opacity 0.5s ease;
	z-index: -1;
  }
  .serviceBtn::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(112deg, rgba(16, 116, 188) 0%, rgba(16, 116, 188) 100%);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: -1;
  }
  .serviceBtn:hover::after {
	opacity: 1;
  }
  #sec01 .col3 .grayContents .serviceBtn::after,#sec01 .col3 .grayContents .serviceBtn::before{
	cursor:auto;
    background: #9b9b9b;
}
#sec01 .col3 .grayContents .serviceBtn:hover::after{
	background: #9b9b9b;
}

/* SEC02
------------------------------------------------------------*/
#sec02 .inner {
	padding: 100px 0px;
}
#sec02 .wrap{
	display: flex;
	justify-content: space-between;
}
#sec02 .logolistArea{
	width: 350px;
	position: relative;
	margin: 0px 38px;
}
#sec02 .logolistArea h2{
	position: relative;
	border-bottom: none;
	padding: 12px 0px 20px;
    margin-bottom: 30px;
    border-radius: 30px;
    color: #1160a4;
    border: 2px solid #1160a4;
	box-shadow: 0px 10px 0px -5px #1160a4;
	transition: 0.6s;
}
#sec02 .logolistArea h2:hover{
	border: 2px solid #f89659;
	box-shadow: 0px 10px 0px -5px #f89659;
	color: #f89659;
}
#sec02 .logolistArea h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #1160a4 transparent transparent;
	translate: -50% 100%;
	transition: 0.6s;
  }
  #sec02 .logolistArea h2:hover::before{
	border-color: #f89659 transparent transparent;
	translate: -50% 100%;
  }
#sec02 .logolistArea h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 15.5px 7.8px 0 7.8px;
	border-color: #ffffff transparent transparent;
	translate: -50% 100%;
  }
#sec02 .logolistArea h2 span{
	font-size: 1.2rem;
}
#sec02 .logolistArea:nth-of-type(n+2)::before {
	content: "";
    position: absolute;
    top: 50%;
    left: -39px;
    width: 2px;
    height: 170%;
    background-color: #CCD6DD;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#sec02 .logolistArea .logolist {
	display: flex;
	justify-content: space-evenly;
}

#sec02 .logolistArea .logolist li{
	width: 100px;
	height: 100px;
    overflow: hidden;
    border: 1px solid #CCD6DD;
    border-radius: 50%;
	align-items: center;
    display: flex;
	box-shadow: 0px 6px 0px -1px #CCD6DD;
}
#sec02 .logolistArea .logolist img{
	width: 80px;
    margin: auto;
    display: block;
}
/* SEC03
------------------------------------------------------------*/

#sec03{
	background: url(../../images/top/topbg02.png) no-repeat 50% 50% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #141414;
}
#sec03 h1 {
	color: #fff;
}
#sec03 .abouttxt{
	background: rgba(255, 255, 255, 0.7);
    margin-top: 30px;
    border-radius: 5px;
    padding: 60px 50px;
    font-size: 1.2rem;
	text-align: center;
}
#sec03 .abouttxt h2{
	font-size: 2rem;
    border: none;
	font-weight: 600;
	text-shadow: 0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 16px rgba(255, 255, 255, 1);
}
#sec03 .abouttxt p{
	margin-top: 20px;
	text-shadow: 0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 16px rgba(255, 255, 255, 1);
}

/* SEC04
------------------------------------------------------------*/
#sec04 {
	overflow: hidden;
}
#sec04 .inner{
	position: relative;
	height: 550px;
}
#sec04 .ourpoint{
	color: #1160A4;
    font-size: 1.1rem;
    font-weight: 600;
    position: absolute;
    padding: 30px 40px;
    border-radius: 5px;
    background: rgb(248, 150, 89, 0.3);
}
#sec04 .ourpoint h2{
	border: none;
    font-size: 2rem;
    padding-bottom: 0px;
    font-weight: 600;
}
#sec04 .ourpoint.point01{
	position: absolute;
	top: 50%;
	left: -50px;
	width: 240px;
	text-align: center;
	animation: floatY 4s ease-in-out infinite;
}
#sec04 .ourpoint.point02{
	position: absolute;
	top: 36%;
	left: 420px;
	width: 250px;
	transform: translate(-50%, 0);
	animation: floatY2 4.5s ease-in-out infinite;
}
#sec04 .ourpoint.point03{
	position: absolute;
	top: 22%;
	right: -50px;
	width: 600px;
	animation: floatY 5s ease-in-out infinite;
}
@keyframes floatY {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-15px);
	}
	100% {
	  transform: translateY(0);
	}
  }
  @keyframes floatY2 {
	0% {
		transform: translate(-50%, 0);
	}
	50% {
		transform: translate(-50%, -15px);
	}
	100% {
		transform: translate(-50%, 0);
	}
}
/* SEC05
------------------------------------------------------------*/
#sec05{
	background: #CCD6DD;
}
#sec05 .inner h2{
	border-bottom: 2px dotted #fff7d3;
}

#sec05 .col2{
	/*border-top: 1px solid #1E69A5;*/
    padding-top: 40px;
	word-wrap: break-word;
}
@media only screen and (min-width: 641px){
	#sec05 .col2 li{width: 50%;}
}
#sec05 .col2 dl{
	display: flex;
	flex-wrap: wrap;
}
#sec05 .col2 dl dt{
	width: 20%;
	font-weight: bold;
}
#sec05 .col2 dl dd{
	width: 70%;
}


#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px) and (max-width: 1199px) {
	#sec02 .logolistArea {
		width: 30%;
		margin: 0px 10px;
	}
	#sec02 .logolistArea .logolist li {
		width: 80px;
		height: 80px;
	}
	#sec02 .logolistArea .logolist img {
		width: 70px;
	}
	#sec02 .logolistArea:nth-of-type(n+2)::before {
		left: -20px;
	}
	#sec04 .inner {
		height: 800px;
		padding: 30px 3% 50px;
	}
	#sec04 .ourpoint.point01 {
		top: 20%;
		left: 32%;
	}
	#sec04 .ourpoint.point02 {
		top: 35%;
        left: 66%;
	}
	#sec04 .ourpoint.point03 {
		top: 51%;
		right: 20%;
	}
}

@media only screen and (max-width: 641px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
/* SEC01
------------------------------------------------------------*/
	#sec01{
        padding: 0px 3% 40px;
	}
	#sec01::before {
		top: -68px;
		height: 4.375rem;
	}
	#sec01 .col3{
		padding-top: 30px;
		justify-content: center;
	}
	#sec01 .col3 .flex{
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	#sec01 .col3 h2 span{
		font-size: 1rem;
	}
	#sec01 .col3 li {
		margin: 0px 0px 20px 0px;
		width: 100%;
		padding: 5% 3% 70px;
	}
/* SEC02
------------------------------------------------------------*/
#sec02{
	padding: 60px 3% 10px;
}
#sec02 .inner {
    padding: 0px;
}
#sec02 .wrap {
    display: block;
}
#sec02 .logolistArea {
	width: 100%;
	margin: 0px 0px 50px;
}
#sec02 .logolistArea:nth-of-type(n+2)::before{
	content: none;
}
/* SEC03
------------------------------------------------------------*/
#sec03 .abouttxt {
    margin-top: 30px;
    padding: 30px 3%;
	text-align: left;
	letter-spacing: -0.01rem;
}
#sec03 .abouttxt h2 {
    font-size: 1.4rem;
}
#sec03 .abouttxt p {
    font-size: 1rem;
}
/* SEC04
------------------------------------------------------------*/
#sec04{
	overflow: hidden;
}
#sec04 .inner {
    height: auto;
}
#sec04 .ourpoint.point01 {
	position: relative;
	width: 70%;
	top: 20px;
}
#sec04 .ourpoint.point02 {
	position: relative;
	width: 60%;
	left: 70%;
	top: 10px;
}
#sec04 .ourpoint.point03 {
	position: relative;
	width: 81%;
	right: 0px;
	padding: 30px 20px;
}
/* SEC05
------------------------------------------------------------*/
#sec05 .col2 {
	padding-top: 15px;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
#sec05 .col2 dl dt {
    width: 26%;
    margin-right: 3%;
    margin-bottom: 0px;
}
#sec05 .col2 dl dd {
    margin-bottom: 10px;
}
}

