@charset "UTF-8";
/* =============================================
 reset
============================================= */
*,:after,:before{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}
/* =============================================
 base
============================================= */
body{
    font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a{
	text-decoration: none;
	color: inherit;
}
li{
	list-style: none;
}
img{
    width: 100%;
    vertical-align: bottom;
}
ul{
    padding: 0;
}
.section-content{
    width:90%;
    max-width:1110px;
    margin:0 auto;
	position: relative;
}
.dn-sp{
    display:none;
}
@media screen and (min-width: 767px){
    .dn-sp{
        display:block;
    }
    .dn-pc{
        display: none;
    }
}
/* =============================================
 common
============================================= */
.section-ttl{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.section-ttl span{
	font-weight: normal;
	display: block;
	font-size: 14px;
}

@media screen and (min-width: 767px){
	.section-ttl{
		font-size: 28px;
	}
	
}
@media screen and (min-width: 1028px){
	.section-ttl{
		margin-bottom: 35px;
		font-size: 32px;
	}
}
/* =============================================
 main
============================================= */
.section-main{
	padding-top: 0;
	padding-bottom: 20px;
	position: relative;
}
.open-img{
	position: absolute;
	top: 14%;
    width: 80%;
    right: 0;
}
.main-img{
	margin-left: auto;
}
.main-ttl{
	width: 95%;
	margin: 0 auto;
}
.main-content{
	width: 90%;
	margin: 30px auto;
}
.main-ttl-sub{
	font-weight: bold;
	text-align: center;
	text-shadow: 4px 0px 13px rgba(255, 255, 255, 1);
}
.main-time{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	text-shadow: 4px 0px 13px rgba(255, 255, 255, 1);
	max-width: 280px;
	margin: 0 auto;
}
.main-time-inner{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.main-time-inner::before{
	content: '';
	display: inline-block;
	border: 7px solid transparent;
	border-left: 7px solid #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-time-txt{
	text-align: center;
}
.main-time-item{
	font-weight: bold;
	font-size: 25px;
}
.main-time-item span{
	padding: 0 0.7em;
	background: #333;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
    position: relative;
    top: -5px;
	text-shadow: none;
	font-weight: normal;
}
.main-time-txta{
	font-size: 14px;
}
section{
	padding: 50px 0;
}
@media screen and (min-width: 768px){
	.open-img{
		top: 50%;
		width: 45%;
		right: 2%;
		max-width: 480px;
		transform: translateY(-50%);
	}
	.main-img{
		width: 75%;
		margin-left: auto;
		border-radius: 0 0 0 50px;
		overflow: hidden;
	}
	.main-content{
		position: absolute;
		width: 38vw;
		/* max-width: 440px; */
		left: 50%;
		top: 44%;
		transform: translate(-100%, -50%);
	}
}
@media screen and (min-width: 1028px){
	.main-time-item{
		font-size: 40px;
	}
	.main-ttl-sub{
		font-size: 28px;
	}
	.main-ttl{
		width: 100%;
	}
	.main-img{
		width: 63%;
	}
	.main-time-item span{
		font-size: 17px;
		top: -7px;
		margin-right: 10px;
	}
	.main-time{
		max-width: 440px;
	}
	.main-time-txt{
		font-size: 17px;
	}
	.main-time-inner::before{
		border: 10px solid transparent;
		border-left: 12px solid #333;
		left: 48%;
	}
	section{
		padding: 100px 0;
	}
	.open-img{
		right: 50%;
		transform: translate(105%, -50%);
	}
}
.main-index-list{
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 90%;
	margin: 0 auto;
	max-width: 850px;
}
.main-index-list-item{
	font-size: 12px;
	max-width: calc((100% / 12) * 4);
	flex-basis: calc((100% / 12) * 4);
	text-align: center;
	padding: 5px 5px 10px;
}
.main-index-list-item:not(:last-child){
	border-right: 2px dotted #9c9c9c;
}
.main-index-list-item span{
	display: inline-block;
	width: 20px;
}
.main-index-list-item a{
	display: block;
	position: relative;
}
.main-index-list-item a::after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	position: absolute;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg) translateX(50%);
	bottom: -15px;
	right: 50%;
}

@media screen and (min-width: 768px){
	.main-index{
		margin-top: 20px;
	}
	.main-index-list-item span{
		position: relative;
		top: 5px;
		margin-right: 10px;
	}
	.main-index-list-item a::after{
		width: 10px;
		height: 10px;
		bottom: -20px;
	}
}
@media screen and (min-width: 1028px){
	.main-index{
		margin-top: 40px;
	}
	.main-index-list-item a::after{
		position: relative;
		bottom: 3px;
		right: -15px;
		transform: translateX(0) rotate(45deg);
	}
	.main-index-list-item{
		font-size: 20px;
	}
}
/* =============================================
 lead
============================================= */
.section-lead{
	text-align: center;
	position: relative;
	padding-top: 70px;
}
.lead-ttl{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 20px;
}
.lead-ttl::after{
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	border-bottom: 2px dotted #004aad;
	margin: 30px auto 10px;
}
.lead-txt{
	font-size: 17px;
}
.lead-img{
	width: 35%;
	display: inline-block;
	margin-top: 40px;
}
@media screen and (min-width: 768px){
	.lead-ttl{
		font-size: 22px;
		margin-bottom: 22px;
	}
	.lead-img{
		width: 150px;
		margin: 40px 30px 0;
	}
	.lead-ttl::after{
		margin: 20px auto 10px;
	}
}
@media screen and (min-width: 1028px){
	.section-lead{
		padding: 100px 0;
	}
	.lead-ttl{
		font-size: 32px;
	}
	.lead-txt{
		font-size: 18px;
	}
	.lead-img{
		width: 16%;
		max-width: 320px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.lead-img.img01{
		left: 5%;
	}
	.lead-img.img02{
		right: 5%;
	}
	.lead-ttl::after{
		margin: 30px auto;
	}
}
/* =============================================
 about
============================================= */
.section-about{
	background: linear-gradient(165deg, #247ad1, #57d2ec);
}
.section-about .section-ttl, .section-about {
	color: #fff;
}
.about-inner{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	width: calc(100% + 10px);
	margin: 0 -5px;
}
.about-element{
	max-width: calc(((100% / 12) * 6) - 10px);
	flex-basis: calc(((100% / 12) * 6) - 10px);
	margin: 0 5px 15px;
	box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.about-element figcaption{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	background: #fff;
	font-weight: bold;
	color: #247ad1;
	padding: .3em .5em;
	border-radius: 10px 0 0 0;
}
.about-txt{
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 768px){
	.about-inner{
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.about-element{
		max-width: calc(((100% / 12) * 4) - 20px);
		flex-basis: calc(((100% / 12) * 4) - 20px);
		margin: 0 10px 15px;
		border-radius: 20px;
	}
	.about-txt{
		font-size: 18px;
		line-height: 1.8;
	}
}
@media screen and (min-width: 1028px){
	.about-inner{
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.about-element{
		max-width: calc(((100% / 12) * 4) - 30px);
		flex-basis: calc(((100% / 12) * 4) - 30px);
		margin: 0 15px 30px;
	}
	.about-element figcaption{
		font-size: 17px;
		padding: .3em 1em;
	}
}
/* =============================================
 service
============================================= */
.section-service{
	padding-bottom: 0;
}
.service-element{
	margin-bottom: 25px;
}
.service-element-img{
	position: relative;
}
.service-element-img-item{
	width: 70%;
	margin: 0 auto 15px;
}
.service-element-img-num{
	position: absolute;
	top: 10px;
	left: 40px;
	color: #fff;
	font-weight: bold;
	font-family: "din-2014", sans-serif;
	font-weight: bold;
	z-index: 0;
	text-align: center;
	font-size: 40px;
	line-height: 1;
}
.service-element-img-num::before{
	content: '';
	display: inline-block;
	width: 76px;
	height: 76px;
	background: #004aad;
	border-radius: 50%;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
}
.service-element-img-num::after{
	content: '';
	display: inline-block;
	border: 27px solid transparent;
    border-top: 27px solid #004aad;
    position: absolute;
    bottom: -36px;
    right: -43px;
	transform: rotate(-45deg);
	z-index: -1;
}
.service-element-img-num span{
	display: block;
	font-size: 14px;
	
}
.service-element-ttl{
	font-weight: bold;
	text-align: center;
	border-bottom: 2px dotted #247ad1;
	font-size: 1.1em;
	color: #004aad;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
}
.service-element-txt{
	line-height: 1.8;
}
@media screen and (min-width: 768px){
	.service-element-ttl{
		font-size: 15px;
	}
	.service-element-txt{
		font-size: 14px;
	}
	.service-inner{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: stretch;
		width: calc(100% + 10px);
		margin: 0 -5px;
	}
	.service-element{
		max-width: calc(((100% / 12) * 4) - 10px);
		flex-basis: calc(((100% / 12) * 4) - 10px);
		margin: 0 5px 10px;
	}
	.service-element-img-item{
		width: 90%;
	}
	.service-element-img-num{
		top: -10px;
		left: 10px;
	}
}
@media screen and (min-width: 1028px){
	.service-inner{
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.service-element{
		max-width: calc(((100% / 12) * 4) - 30px);
		flex-basis: calc(((100% / 12) * 4) - 30px);
		margin: 0 15px 30px;
	}
	.service-element-ttl{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.service-element-txt{
		font-size: 17px;
	}
	.service-element-img-num{
		font-size: 50px;
	}
	.service-element-img-num span{
		font-size: 17px;
	}
	.service-element-img-num::before{
		width: 100px;
		height: 100px;
	}
	.service-element-img-num::after{
		bottom: -49px;
    	right: -58px;
		border: 35px solid transparent;
	    border-top: 35px solid #004aad;
	}
	.service-element-img-item{
		width: 100%;
		margin-bottom: 30px;
	}
}
/* =============================================
 concept
============================================= */
.section-concept{
	padding-bottom: 0;
}
.concept-content{
	margin-bottom: 60px;
	position: relative;
	z-index: 0;
}
.concept-content.content03{
	margin-bottom: 0;
}
.concept-content::before{
	content: '';
	display: inline-block;
	width: 65%;
	height: 90%;
	background: #ebf1f9;
	left: 0;
	bottom: -25px;
	position: absolute;
	z-index: -1;
}
.content02.concept-content::before{
	background: #f9ebf2;
	left: auto;
	right: 0 ;
}
.content03.concept-content::before{
	background: #fffeeb;
}
.concept-content-ttl{
	border-bottom: 4px solid #d0d0d0;
	position:relative;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.concept-content-ttl::before{
	content: '';
	display: inline-block;
	width: 100px;
	height: 4px;
	background: #004aad;
	position: absolute;
	bottom: -4px;
	left: 0;
}
.content02 .concept-content-ttl::before{
	background: #f3416d;
}
.content03 .concept-content-ttl::before{
	background: #ffb400;
}
.concept-img{
	margin-bottom: 20px;
}
.concept-column{
	position: relative;
	background: #fff;
	border: 2px dotted #333;
	padding: 1.8em 1em .3em;
	border-radius: 20px;
	margin-top: 35px;
}
.concept-column-ttl{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: #333;
	padding: .3em 1em;
	position: absolute;
	left: 50%;
	top: -20px;
	border-radius: 20px;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 14px;
}
.concept-column-list-item{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
.concept-column-list-item span{
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
@media screen and (min-width: 768px){
	.section-concept .section-ttl{
		margin-bottom: 70px;
	}
	.concept-inner{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: stretch;
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.concept-img{
		max-width: calc(((100% / 12) * 5) - 20px);
		flex-basis: calc(((100% / 12) * 5) - 20px);
		margin: 0 10px 20px;
	}
	.concept-txtarea{
		max-width: calc(((100% / 12) * 7) - 20px);
		flex-basis: calc(((100% / 12) * 7) - 20px);
		margin: 0 10px 20px;
	}
	.content01 .concept-img, .content03 .concept-img{
		order: 2;
	}
	.content01 .concept-txtarea, .content03 .concept-txtarea{
		order: 1;
	}
	.concept-content{
		margin-bottom: 100px;
	}
	.concept-content::before{
		height: calc(100% + 60px);
		bottom: -20px;
	}
	.concept-content-ttl{
		font-size: 22px;
	}
	.concept-content.content03{
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1028px){
	.concept-content-ttl{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.concept-content::before{
		height: calc(100% + 120px);
		bottom: -40px;
	}
	.concept-content{
		margin-bottom: 180px;
	}
	.section-concept .section-ttl{
		margin-bottom: 120px;
	}
	.concept-inner{
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.concept-img{
		max-width: calc(((100% / 12) * 5) - 30px);
		flex-basis: calc(((100% / 12) * 5) - 30px);
		margin: 0 15px 30px;
	}
	.concept-txtarea{
		max-width: calc(((100% / 12) * 7) - 30px);
		flex-basis: calc(((100% / 12) * 7) - 30px);
		margin: 0 15px 30px;
	}
	.concept-txt{
		font-size: 17px;
		line-height: 1.6;
	}
	.concept-column-ttl{
		font-size: 18px;
	}
	.concept-column-list{
		width: 73%;
		margin: 0 auto;
	}
	.concept-column{
		padding: 40px 0 20px;
	}
	.concept-content.content03{
		margin-bottom: 90px;
	}
}
/* =============================================
 access
============================================= */
.access-txt span.icon{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
}
.access-address{
	font-size: 1.1em;
	font-weight: bold;
}
.access-txtarea{
	text-align: center;
}
.access-txt{
	font-weight: bold;
}
.access-txtarea p{
	margin: 20px 0;
}
.access-caption{
	font-size: 14px;
}

@media screen and (min-width: 767px){
	.access-txt{
		display: inline-block;
		font-size: 18px;
	}
	.access-img{
		width: 80%;
		max-width: 800px;
		margin: 0 auto 30px;
	}
}
@media screen and (min-width: 1028px){
	.access-address{
		font-size: 20px;
	}
	.access-img{
		margin-bottom: 50px;
	}
	.access-caption{
		font-size: 17px;
	}
}

.sns{
	margin-top: 30px;
}
.sns-txt{
	font-weight: bold;
	font-size: 1.1em;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.sns-txt::before, .sns-txt::after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 20px;
	background: #333;
	position: relative;
	top: 5px;
}
.sns-txt::before{
	left: -20px;
	transform: rotate(-30deg);
}
.sns-txt::after{
	right: -20px;
	transform: rotate(30deg);
}
.sns-txt-sub{
	text-align: center;
	font-size: 14px;
}
.sns-icon{
	display: inline-block;
	width: 65px;
}
.sns-icon.instagram{
	margin-right: 20px;
}
.sns-wrapper{
	margin: 20px 0;
	text-align: center;
}
@media screen and (min-width: 768px){
	.sns{
		margin-top: 50px;
	}
	.sns-txt{
		font-size: 20px;
	}
	.sns-txt-sub{
		font-size: 17px;
	}
}
@media screen and (min-width: 1028px){
	.sns-txt{
		font-size: 24px;
	}
	.sns{
		margin-top: 75px;
	}
	.sns-wrapper{
		margin: 30px 0;
	}
}

/* コンテンツfadein */
.fade-in{
	opacity: 0;
}
.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}