﻿@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300;400;600&display=swap');
body {
    font-family: 'M PLUS 1', sans-serif!important;
}
.tel {
    display: none;
}
.sc_nav .logo, #header h1 a img, #loader img {
    filter: drop-shadow(4px 2px 0px rgba(0,188,255,0.39));
}
.top_cms_title {
    background-image: url(Dup/img/mark.png);
    background-repeat: no-repeat;
    background-size: 92px;
    background-position: 50% 0;
    padding-top: 27px;
}

#top_cms .more {
    text-align: center;
}
#top_cms .more a {
    border-radius: 10px;
    background-color: #fff146;
    color: #212121;
    padding: 14px 87px;
    box-shadow: 2px 2px 8px rgb(102 102 102 / 25%);
}
#header h1 a img, .sc_nav .logo a{
    transition: all 0.3s;
}
#header h1 a.trans img, .sc_nav .logo a.trans {
    opacity: 0;
    pointer-events: none;
}

.cms_2-h .box_wrap {
    border: 2px solid #444;
    border-radius: 13px;
}
.cms_2-c .box_txt2 {
    background: #fff;
    padding: 7px 10px;border-radius: 14px;
}
#wrap #header_nav ul li a {
    position: relative;
}
#wrap #header_nav ul li a:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 38px;
    height: 3px;
    background-color: #fbe43f;
    bottom: -3px;
    border-radius: 3px;
}

#wrap #header_nav ul {
    background-color: #fff;
}
#wrap.top {
    background-color: #75d4f1;
    background-image: url(Dup/img/bg_blue.jpg);
    background-position: 50% -172px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.pd_t-100px.pd_b-100px.pd_t-50px_sp.pd_b-50px_sp {
    padding-top: 50px;
    padding-bottom: 50px;
}
#main_img {
    height: calc(100vh - 200px);overflow-x: hidden;
}
#loader > div figure {
    max-width: 400px;
}
#contents2_box_wrap .con_box {
    border: 2px solid #212121;
    border-radius: 17px;
    margin-bottom: 35px;
}
.top_cms_box:nth-of-type(2), .top_cms_box:nth-of-type(4) {
    background-image: url(Dup/img/bg_white.jpg);
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.sc_nav {
    overflow: hidden;
}
#intro:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #fff;
}
.catch {
    z-index: 1;
    width: 65%;
    left: 0;
}
.catch .sub {
    background-color: #ffeb5d;
    display: inline-block;
    padding: 3px 18px;
    font-size: 30px;
    font-weight: 600;color: #1288cd;
}
.catch p:nth-of-type(2) {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.25));
}
.fv_human {
    width: 41%;
    right: 0%;
    position: absolute;
    max-width: 600px;
    top: 21px;z-index: 1;
}
.point {
    max-width: 800px;
    margin-left: -49px;
    margin-top: 100px;filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.1));
}
h1 img {
    max-width: 316px;
}
.fv_icon1 {
    right: 3%;
}
.fv_icon2 {
    bottom: 12%;
    right: 2%;
}
.fv_icon3 {
    top: 42%;
    left: 3%;
}

#intro:before {
    content: "";
    display: block;
    position: absolute;
    top: -151px;
    left: 0px;
    width: 100%;
    height: 153px;
    background-image: url(Dup/img/wave.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 0;
}

/* contents anim */
#contents .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#contents .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#contents .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#contents .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#contents .txt_wrap .con_box {
    width: calc(25% - 35px );
    margin-right: 35px;
    box-sizing: border-box;
    max-width: 230px;
}
#contents .fadeIn_box .con_box {
    opacity: 0;
}
#contents .con_img {
    border-radius: 30px;
}
.border {
    background: linear-gradient(transparent 61%, #ffe000 0%) 0px 0px repeat scroll rgba(0, 0, 0, 0);
    padding: 2px 3px;
}
#contents .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}
.v_type3 .cate_box {
   background: rgb(255 255 255 / 63%);;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
    border: 2px solid #2b8fd7;
}
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
	line-height: 1.7;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}
@media(max-width: 888px) {
    .catch .sub {
    font-size: 3vw;
}
}
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
#contents .txt_wrap .con_box {
    width: calc(45% - 42px);
    margin: 10px 20px;
}
.fv_human {
    width: 47%;
    right: -4%;
    top: 11vw;
    z-index: 0;
}
.point {
    margin: 0;
    top: -20vw;
    position: absolute;
    width: 97%;
    left: 0;
    right: 0;
    margin: auto;
}
.catch {
    width: 78%;
}
#main_img {
    height: 97vw;
}
#intro:before {
    top: -68px;
    height: 69px;
}
.fv_icon1 {
    right: 3%;
    width: 166px;
    top: 5%;
}
.fv_icon2 {
    bottom: 26%;
    right: 23%;
    width: 232px;
}
.fv_icon3 {
    top: 57%;
    left: 6%;
    width: 95px;
}
}
@media screen and (max-width: 667px){
    #wrap.top {
    background-position: 50% 40px;
    background-size: 158% auto;
    padding-top: 0;
}
    #intro:before {
    top: -157px;
    height: 159px;
    background-size: auto 100%;
    background-position: 50% 100%;
}
.pd_t-100px.pd_b-100px.pd_t-50px_sp.pd_b-50px_sp {
    padding-top: 20px;
    padding-bottom: 30px;
}
.fv_human {
    width: 65%;
    top: 17vw;
    right: -14vw;
}
.catch {
    width: 100%;z-index: 2;padding-top: 1vw;
}
.catch .sub {
    font-size: 4.5vw;
}
.fv_icon1 {
    right: 3%;
    width: 130px;
    top: 4%;
    z-index: 0;
}
.fv_icon2 {
    bottom: 7%;
    right: inherit;
    width: 166px;
    left: 35%;
    z-index: 0;
}
.fv_icon3 {
    top: 72%;
    left: 3%;
    width: 58px;
}

#main_img {
    height: calc(125vw);
    position: relative;
    padding-top: 100px;
}

.catch p:nth-of-type(2) {
    width: 87%;
}
#contents .txt_wrap .con_box {
    display: flex;
    width: 100%;
    max-width: inherit;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}
#contents .txt_wrap .con_box:nth-of-type(odd) {
    flex-direction: row-reverse;
}
#contents .con_img {
    width: 40%;
}
#contents .con_txt {
    width: 60%;
}
#contents .con_title h3:before {
    bottom: -15px;
}
}
