@import url('//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;500&display=swap');
@charset "UTF-8";

.ftTsu{ font-family: fot-tsukuardgothic-std, sans-serif;}
.ftRoboto{ font-family: roboto, sans-serif; }
.ftNotoSan{ font-family: noto-sans, sans-serif; }

.head{
	font-size: 15px;
	font-size: 1.5rem;
	font-family: roboto, sans-serif;
	position: relative;
}

.head:after{
	content: "";
	height: 3px;
	border-radius: 3px;
	bottom: -15px;
	left: calc(50% - 12.5px);
	background: #ccc;
	width: 25px;
	position: absolute;
}

#concept{
	background: #effcfe;
	padding: 135px 0 230px;
	position: relative;
}

#concept .secInr{
	position: relative;
	z-index: 2;
}

#concept .background{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#concept .background img{
	object-fit: cover;
	width: 100vw;
}

#concept .bgImg01{
	position: absolute;
	left: 0;
	bottom: 10%;
	max-width: 28.5%;
	z-index: 2;
}

#concept .bgImg02{
	position: absolute;
	right: 0;
	top: 5%;
	max-width: 28.5%;
	z-index: 2;
}

#concept .bgImg01 img{
	border-radius: 0 20px 20px 0;
	width: 100%;
}

#concept .bgImg02 img{
	border-radius: 20px 0 0 20px;
	width: 100%;
}

#concept .head{
	color: #ff9c00;
	margin-bottom: 70px;
	text-align: center;
}

#concept .head:after{
	background: #ff9c00;
}

#concept .head32{
	color: #005570;
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: bold;
	margin: 0 auto 70px;
	text-align: center;
	width: 46%;
}

#concept .head32 span{
	font-size: 80%;
}

#concept .serviceImg{
	text-align: center;
    max-width: 260px;
    margin: 0 auto 20px;
    width: 100%;
}

#concept .serviceImg img{
	width: 100%;
}

#concept .head21{
	color: #005570;
	margin-bottom: 40px;
	text-align: center;
}

#concept .textWrap{
	color: #005570;
	margin: 0 auto;
	max-width: 590px;
    position: relative;	
	width: 46%;
    z-index: 1;
}

/*------------------------about-----*/

#about{
	background: rgb(46,164,198);
	background: linear-gradient(90deg, rgba(46,164,198,1) 0%, rgba(85,187,203,1) 100%);
	padding: 110px 0 140px;
}

#about .flexBox.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

#about .flexBox.top .ttlWrap{
	width: 50%;
}

#about .flexBox.top .ttlWrap .head{
	color: #fff;
	margin-bottom: 55px;

}

#about .flexBox.top .ttlWrap .head:after{
	background: #fff;
	left: 0;
}

#about .flexBox.top .ttlWrap .head42{
	color: #fff;
}

#about .flexBox.top .detail{
	color: #fff;
	width: 50%;
}

#about .flexBox.top .detail .head21{
	margin-bottom: 40px;
}

#about ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#about ul li{
	background: #fff;
	border-radius: 20px;
	margin: 0 1% 2%;
	padding: 30px 30px;
	width: 23%;
}

#about ul li img{
    margin: 0 auto 20px;
    width: 150px;
    display: block;
}

#about ul li .head21{
	color: #005570;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

/*------------------------feature-----*/

#feature{
	background: #effcfe;
	padding: 100px 0 110px;
	position: relative;
}

#feature .secInr{
	position: relative;
    z-index: 2;
}

#feature .background{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

#feature .background img{
	object-fit: cover;
	width: 100vw;
}

#feature .head{
	color: #ff9c00;
	margin-bottom: 60px;
	text-align: center;
}

#feature .head:after{
	background: #ff9c00;
}

#feature .head32{
	color: #005570;
	margin-bottom: 90px;
	text-align: center;
}

#feature ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#feature ul li{
	background: #fff;
	position: relative;
	border-radius: 10px;
	margin-bottom: 2%;
	padding: 50px 35px;
	width: 48%;
}

#feature ul li .point{
	background: #ffea00;
	border-radius: 100%;
	color: #2b8bac;
	font-family: roboto, sans-serif;
	text-align: center;
	position: absolute;
	left: -30px;
	top: -40px;
	height: 95px;
	width: 95px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#feature ul li .point .text13{
	font-weight: bold;
	display: block;
}

#feature ul li .point .text38{
	line-height: 1;
	font-weight: bold;
}

#feature ul li .flexBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#feature ul li .flexBox .img{
	width: 25%;
}

#feature ul li .flexBox .img img{
	width: 100%;
}

#feature ul li .flexBox .detail{
	width: 72%;
}

#feature ul li .flexBox .detail .head24{
	color: #4db1d0;
	margin-bottom: 20px;
}

#feature ul li .flexBox .detail .head18{
	color: #005570;
	display: block;
}

#feature .care{
	background: #fff;
	border-radius: 10px;
	    margin-top: 70px;
	padding: 50px 35px;
}

#feature .care .flexBox{
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: -110px;
}

#feature .care .flexBox .img{
	margin-right: 5%;
	width: 310px;
}

#feature .care .flexBox .img img{
	object-fit: cover;
	border-radius: 100%;
	height: 310px;
	width: 310px;
}

#feature .care .flexBox .detail{
	width: calc(95% - 310px);
}

#feature .care .flexBox .detail .color{
	margin-bottom: 55px;
}

#feature .care .flexBox .detail .color .head18{
	background: linear-gradient(270deg, rgba(46,164,198,1) 0%, rgba(85,187,203,1) 100%);
	color: #fff;
	font-weight: bold;
	padding: 20px 30px;
	border-radius: 40px;
}

#feature .care .flexBox .detail .head21{
	color: #005570;
	font-weight: bold;
	margin-bottom: 30px;
}

#feature .care .flexBox .detail .text15{
	color: #005570;
}

#service{
	background: url(../img/bg_img.jpg) no-repeat;
	background-size: cover;
	padding: 90px 0 100px;
}

#service .head{
	color: #fff;
	margin-bottom: 65px;
	text-align: center;
}

#service .head:after{
	background: #fff;
}

#service .head32{
	line-height: 1;
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}

#service .text18{
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}

#service ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#service ul li{
	background: #fff;
	border-radius: 10px;
	display: flex;
	margin: 0 1% 2%;
	padding: 35px 25px;
	width: 31%;
}

#service ul li .img{
	margin-right: 3%;
	width: 40%;
}

#service ul li .img img{
	width: 100%;
}

#service ul li .detail{
	width: 57%;
}

#service ul li .detail .head18{
	color: #28a1c5;
	margin-bottom: 15px;
}

#flow{
	background: #effcfe;
	padding: 90px 0 80px;
	position: relative;
}

#flow .secInr{
	position: relative;
	z-index: 2;
}

#flow .background{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

#flow .background img{
	object-fit: cover;
	width: 100vw;
}

#flow .head{
	color: #ff9c00;
	margin-bottom: 60px;
	text-align: center;
}

#flow .head:after{
	background: #ff9c00;
}

#flow .head32{
	line-height: 1;
	color: #005570;
	margin-bottom: 50px;
	text-align: center;
}

#flow ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -2%;
}

#flow ul li{
	margin: 0 2%;
	position: relative;
	width: 21%;
}

#flow ul li i.fas.fa-chevron-right{
	color: #28a1c5;
	font-size: 25px;
	position: absolute;
    right: -30px;
    top: 25%;
}

#flow ul li .img{
	margin: 0 auto 30px;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
}

#flow ul li .img:before{
	content: "";
	position: absolute;
	background: rgba(255,255,255,0.5);
	border-radius: 180px;
	height: 180px;
	width: 180px;
	left: calc(50% - 90px);
	top: calc(50% - 90px);
	z-index: 0;
}

#flow ul li .img:after{
	content: "";
	position: absolute;
	background: rgba(255,255,255,0.6);
	border-radius: 200px;
	height: 200px;
	width: 200px;
	animation: 3s linear infinite scale;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	z-index: 0;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

#flow ul li .img img{
	position: relative;
	z-index: 2;
}

#flow ul li .head21{
	color: #005570;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

#company{
	color: #fff;
	background: #008abf;
	padding: 120px 0 50px;
}

#company .flexBox{
	display: flex;
	justify-content: flex-start;
}

#company .flexBox .ttlWrap{
	margin-right: 5%;
	width: 25%;
}

#company .flexBox .ttlWrap .head{
	margin-bottom: 50px;
}

#company .flexBox .ttlWrap .head:after{
	background: #fff;
	left: 0;
}

#company .flexBox .ttlWrap .head42{
	color: ##companyfff;
}

#company .flexBox .detail{
	display: flex;
	justify-content: flex-start;
	width: 70%;
}

#company .flexBox .detail ul{
	width: 50%;
}

#company .flexBox .detail ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#company .flexBox .detail ul li:last-child{
	margin-bottom: 0;
}

#company .flexBox .detail ul li .item{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	width: 80px;
}

#company .flexBox .detail ul li .info{
	font-size: 15px;
	font-size: 1.5rem;
	width: calc( 100% - 80px);
}

#company .flexBox .detail ul li a{
	color: #fff;
}

#floating{
	transition: 2s ease;
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 10;
	width: 220px;
	transform: translateX(95%);
}

#floating.active{
	transform: translateX(0);
}

#floating .floatWrap a{
	border-radius: 10px 0 0 10px;
	color: #005570;
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	background: #ffea00;
	text-align: center;
	padding: 15px 20px 20px;
	width: 100%;
}

#floating .floatWrap a:hover{
	text-decoration: none;
	opacity: 0.8;
}

#floating span.text12{
	display: flow-root;
}

@media only screen and (max-width: 1350px){
#concept .head32{
    font-size: 2.6rem;
}
}

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

.text13{ font-size: 1.1rem;}
.text18{ font-size: 1.6rem;}
.text38{ font-size: 3.0rem;}

#about .flexBox.top {
    display: block;
    margin-bottom: 40px;
}  

#about .flexBox.top .ttlWrap {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

#about .flexBox.top .ttlWrap .head:after{
	left: calc(50% - 12.5px);
}

#about .flexBox.top .detail {
    width: 100%;
}

#about .flexBox.top .detail .head21 {
    margin-bottom: 30px;
    text-align: center;
}

#about ul li {
    margin: 0 1% 2%;
    padding: 4% 3%;
    width: 48%;
}

#about ul li img {
    margin: 0px auto 10px;
    width: 120px;
}

#about ul li .head21 {
    margin-bottom: 10px;
}

#feature .head32 img{
	width: 60%;
}

#feature ul li {
    border-radius: 10px;
    margin-bottom: 6%;
    padding: 5% 3%;
    width: 48%;
}

#feature ul li .point {
    left: -20px;
    top: -20px;
    height: 75px;
    width: 75px;
}

#feature ul li .flexBox {
    display: block;
}

#feature ul li .flexBox .img {
    width: 120px;
    margin: 0 auto 25px;
}

#feature ul li .flexBox .detail {
    width: 100%;
}

#feature ul li .flexBox .detail .head24 {
    margin-bottom: 20px;
}

#feature .care .flexBox {
    display: block;
    margin-top: 0;
}

#feature .care .flexBox .img {
    margin: -100px auto 35px;
    width: 310px;
}

#feature .care .flexBox .detail {
    width: 100%;
}

#feature .care .flexBox .detail .color {
    margin: 0 auto 35px;
    text-align: center;
}

#feature .care .flexBox .detail .color .head18 {
    padding: 10px 30px;
}

#feature .care .flexBox .detail .head21 {
    text-align: center;
}

#service .head {
    margin-bottom: 45px;
}

#service .head32 {
    margin-bottom: 40px;
}

#service .text18 {
    margin-bottom: 30px;
}


#flow ul li {
	margin: 0 1% 2%;
	width: 100%;
}

#flow ul li .wrap{
	display: flex;
	justify-content: space-between;
    padding: 5% 3%;
    width: 100%;
}

#flow ul li i.fas.fa-chevron-right {
    position: absolute;
    right: 50%;
    top: 95%;
    transform: rotate(90deg);
}

#flow ul li .img{
	margin: 0 5% 0 0;
	width: 120px;
}

#flow ul li .img img{
	width: 100%;
}

#flow ul li .img:before {
    height: 80px;
    width: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

#flow ul li .img:after {
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

#flow ul li .detail{
	width: calc(95% - 120px);
}

#flow ul li .head21 {
    margin-bottom: 5px;
    text-align: left;
}

#company .flexBox {
    display: block;
}

#company .flexBox .ttlWrap {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center;
}

#company .flexBox .ttlWrap .head:after {
    left: calc(50% - 12.5px);
}

#company .flexBox .detail {
    display: block;
    justify-content: flex-start;
    width: 100%;
}

#company .flexBox .detail ul {
    width: 80%;
    margin: 0 auto;
}

#company .flexBox .detail ul:nth-of-type(1) {
	margin-bottom: 20px;
}
}

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

#concept {
    padding: 75px 0 260px;
}

#concept .background {
    height: 100%;
}

#concept .serviceImg {
    max-width: 150px;
    margin: 0 auto 10px;
}

#concept .head {
    margin-bottom: 50px;
}

#concept .head32 {
	font-size: 1.8rem;
    margin: 0px auto 40px;
    text-align: center;
    width: 100%;
}

#concept .head21 {
    margin-bottom: 20px;
}

#concept .textWrap {
	margin: 0 auto 25px;
    width: 100%;
}

#concept .bgImg01 {
    bottom: 8%;
    max-width: 50%;
}

#concept .bgImg02 {
    right: 0;
    top: auto;
    max-width: 50%;
    bottom: 4%;
}

#concept .bgImg01 img,
#concept .bgImg02 img{
    height: 170px;
    object-fit: cover;
}

#about {
    padding: 50px 0;
}

#about ul li {
	display: flex;
    margin: 0 0 15px;
    width: 100%;
}

#about ul li img{
	margin-right: 5%;
	width: 80px;
}

#about ul li div{
	width: calc(95% - 80px);
}

#about ul li .head21 {
    margin-bottom: 2px;
    text-align: left;
}

#feature {
    padding: 50px 0;
}

#feature .background {
    height: 100%;
}

#feature .head32 {
    color: #005570;
    margin-bottom: 40px;
    text-align: center;
}

#feature .head32 img {
    width: 30%;
}

#feature ul li {
    width: 100%;
}

#feature ul li .point {
    left: -10px;
    top: -20px;
    height: 55px;
    width: 55px;
}

#feature ul li .flexBox {
    display: flex;
    align-items: flex-end;
}

#feature ul li .flexBox .detail {
    width: calc(100% - 100px);
}

#feature .care .flexBox .detail .head21 {
    margin-bottom: 20px;
}

#feature ul li .flexBox .detail .head24 {
    margin-bottom: 8px;
}

#feature ul li .flexBox .img {
    width: 80px;
}

#feature .care {
	margin-top: 30px;
    padding: 5%;
}

#feature .care .flexBox .img {
    margin: 0 auto 20px;
    width: 100%;
}

#feature .care .flexBox .detail .color{
	background: linear-gradient(270deg, rgba(46,164,198,1) 0%, rgba(85,187,203,1) 100%);
	border-radius: 30px;
	margin: -40px auto 20px;
    padding: 5px 15px;
}

#feature .care .flexBox .detail .color .head18{
	background: none;
	padding: 0;
}

#feature .care .flexBox .img img {
    height: 190px;
    width: 100%;
    border-radius: 20px;
}

#service {
    padding: 50px 0;
}

#service ul li .detail .head18{
	font-size: 1.5rem;
	margin-bottom: 5px;
}

#service .head32 {
    margin-bottom: 30px;
}

#service .text18 {
    margin-bottom: 10px;
}

#service ul li {
    margin: 0 1% 2%;
    padding: 5%;
    width: 100%;
    align-items: center;
}

#service ul li .detail {
    width: calc( 97% - 80px);
}

#service ul li .img {
    margin-right: 3%;
    width: 80px;
}

#flow {
    padding: 50px 0;
}

#flow .background {
    height: 100%;
}

#flow .head {
    margin-bottom: 45px;
}

#flow .head32 {
    margin-bottom: 25px;
}

#flow ul li {
    margin: 0 1% 5%;
    padding: 0 3%;
    width: 100%;
}

#company {
    padding: 50px 0 60px;
}

#company .flexBox .ttlWrap .head42 {
    font-size: 1.8rem;
}

#company .flexBox .ttlWrap {
    margin: 0px auto 30px;
}

#company .flexBox .ttlWrap .head {
    margin-bottom: 40px;
}

#company .flexBox .detail ul:nth-of-type(1) {
    margin-bottom: 10px;
}

#company .flexBox .detail ul{
	width: 100%;
}

#company .flexBox .detail ul li {
    margin-bottom: 5px;
}

#company .flexBox .detail ul li .item {
    font-size: 1.3rem;
    width: 65px;
}

#company .flexBox .detail ul li .info {
    font-size: 1.3rem;
    width: calc( 100% - 75px);
}

#floating{
	position: fixed;
	bottom: -100%;
	left: 50%;
	transform: translateX(-50%);
	transition: 1s ease;
	z-index: 10;
	width: 120%;
}

#floating.active{
	bottom: 0;
	transform: translate(-50%);
}

#floating .floatWrap a{
	border-radius: 100% 100% 0 0;
	color: #005570;
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	background: #ffea00;
	text-align: center;
	padding: 15px 20px 20px;
	width: 100%;
}
}

@media only screen and (min-width: 991px) {
li.fadein:nth-of-type(2){
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

li.fadein:nth-of-type(3){
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

li.fadein:nth-of-type(4){
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
} 

li.fadein:nth-of-type(5){
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
} 

li.fadein:nth-of-type(6){
    -moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
} 

li.fadein:nth-of-type(7){
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
}  

li.fadein:nth-of-type(8){
    -moz-transition-delay: 1400ms;
    -webkit-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
}  

li.fadein:nth-of-type(9){
    -moz-transition-delay: 1600ms;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
}  
}