﻿@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@300;400&display=swap');
/*html, body{overflow: auto}*/
/*.pp-section{position: static}*/

body {
    background-color: #F6FBF6;
    font-family: 'M PLUS 2', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    font-weight: normal!important;
}
.events_none {
    pointer-events: none;
}
.h_box_mail a {
    background: #19c3b2;
    border-radius: 8px;
    border: 2px solid;
    color: #fff!important;
}
.h_box_mail a:hover {
    background: #19c3b2;
}

.cms_link {
    top: 120px;
    right: 20px;
    z-index: 9;
    display: flex;
}
.cms_link div a {
    width: 80px;
    padding-right: 50px;
    font-size: 21px;
    border-radius: 10px;
    padding: 16px;
    display: block;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.cms_link_box {
    transform: translateX(0);
	transition-duration: 0.3s
}
.cms_link_box:hover{
    transform: translateY(-5px);
	transition:transform 0.3s ease,opacity 0.3s ease; 
}



.intro_img {
    position: relative;
}
.intro_img span.bg_color1 {
	content: "";
	display: block;
	position: absolute;
	top: -30%;
	left: -15%;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#pagepiling .section .intro_img #video {
	/*padding-top: 56%;*/
	/*height: 100%;*/
	/*width: 100%;*/
	/*left: inherit;*/
	/*top: inherit;*/
}
#pagepiling .section .intro_img #video::before {
	/*content: "";*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: 10px;*/
	/*right: 10px;*/
	/*bottom: 10px;*/
	/*left: 10px;*/
	/*border: solid 1px rgba(255,255,255,0.7);*/
	/*z-index: 1;*/
}
#particles-js {
    position: absolute;
    /*z-index: 2;*/
    width: 100%;
    height: 100%;
}
#pagepiling .section:nth-of-type(3) .scrollpage_box {
    background-color: #fffadf;
}
#pagepiling .section:nth-of-type(4) .scrollpage_box {
    background-color: #f1fff3;
}
.hake1 {
    transform-origin: right bottom;
    /* animation: purann2 8s linear infinite; */
    transform: rotate(358deg);
    right: 7%;
    bottom: 3%;
    max-width: 80px;
}
.hake1 img {
    transform: rotate(333deg);
}
.hake2 {
    left: 40%;
    bottom: 10%;
    max-width: 123px;
    z-index: 3;
}
.baketu {
    right: 3%;
    bottom: 4%;
    max-width: 100px;
}
/*@keyframes purann2 {*/
/*0%, 80% { transform: rotate(0deg); }*/
/*85% { transform: rotate(5deg); }*/
/*90% { transform: rotate(-5deg); }*/
/*95% { transform: rotate(5deg); }*/
/*  100% { transform: rotate(0deg); }*/
/*}*/


html {
    font-size: 15px;
}
figure.shadow {
    box-shadow: none;
}
.more_btn {
    margin-top: 50px;
    margin-bottom: 50px;
}
#main_img #logo {
    max-width: inherit;
    width: 66%;
    z-index: 91;
    top: 79px;
    left: 3%;
}
#logo {
    max-width: 275px;
}
#logo2 {
    max-width: 240px;
}
.mainv_tel {
    z-index: 3;
    right: 45px;
    bottom: 98px;
    width: 30%;
    max-width: 400px;
}
#main_img .swiper-wrapper {
    background-image: url(Dup/img/main_img.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#main_img::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 1%;
    width: 100%;
    height: 30%;
    background-image: url("Dup/img/illust2.png");
    background-size: auto 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: loop 30s linear infinite;
    z-index: 2;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}
.top_cms_title {
    background-image: url(../Dup/img/penki.png);
    background-repeat: no-repeat;
    background-position: 43% 45%;
    background-size: 121px;
}
.scrollpage_box {
    background-image: url(../Dup/img/taiyou.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 39%;
    background-color: #F6FBF6;
}

.intro_box {
    max-width: 1450px;z-index: 1;
}
.catch {
    z-index: 2;
    top: 59%;
    transform: translateY(-50%);
    max-width: 1230px;
    width: 85%;
}
.catch img {
    transform: translateX(-100%) translateY(25%);
    transition: all 1.5s;
}
.catch.trans img {
    transform: translateX(0%) translateY(0%);
}


.sns_link li a {
    width: 30px;
}
.check li {
    background-image: url(Dup/img/check.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 28px;
    padding: 5px 5px 5px 38px;
    font-size: 18px;
}

.con_item {
    max-width: 105px;
    margin: 0 auto 24px;
}

#main_img .swiper-wrapper::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 70px;
    background-image: url(Dup/img/naname.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    bottom: inherit;
    margin: auto;
    background-size: 100% 100%;
    transform: rotate(180deg);
}
#main_img .swiper-wrapper::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 70px;
    background-image: url(Dup/img/naname_b.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    margin: auto;
    background-size: 100% 100%;
}
header {
    background-color: #fff!important;
    border-bottom: 0;
}

header .txt_white {
    color: #19c3b2;
}

header .border_white {

    border-color: #19c3b2;
}
.button_container span {
    background: #19c3b2;
}
header .hvr_border_white:hover {
    border-color: #ffbfbf;
}



footer {
    z-index: 1;
    background-image: url(Dup/img/footer_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.c2_box_txt > div, .sf_contact_box {
    background-size: cover;
    background-color: rgb(255 250 231 / 68%);
    border: 1px solid #cbddce;
}
.intro_img span.bg_color1 {
    background-size: cover;
    background-image: url(Dup/img/bg.jpg);
}
#video1, #video2, #video3 {
    left: inherit;
}
#video1 video {
    border: 5px solid #ff9c42;border-radius: 20px;
}
#video2 video {
border: 5px solid #19c3b2;border-radius: 20px;
}
#video3 video {
border: 5px solid #feea8b;border-radius: 20px;
}
.intro_img div.font_un {
    font-size: 6em;
    z-index: 1;
	color: #fff;
	-webkit-text-stroke: 2px #ff8404;
	left: inherit;
}
@media(max-width: 768px) {
    .scrollpage_box {
    background-position: 117% 0;
}
#main_img #logo {
    width: 83%;
    top: 97px;
}
.index #logo {
    width: 89%;
    top: 45px;
    left: 10px;
}
    #loader_h video {
        height: 100%;
    }
    #main_img {
    height: 58vh!important;
}
.bnr_contact {
    bottom: 10px;
    width: 44%;
    position: fixed;
    left: 0px;
    z-index: 3;
}
.bnr_contact a {
padding: 13px;
}
    .c2_box_bg {
    height: 40vh;
}
.sns_link li a {
    width: 27px;
}

.cms_box .cms_box_bg {
    height: 40%;
    bottom: -58px;
    top: inherit;
}
.cms_box .cms_box_bg:before {
    height: 123px;
    background-size: auto 100%;
}

.hake1 {
    right: 6%;
    bottom: inherit;
    max-width: 52px;
    top: 23%;
}
.hake2 {
    display: none;
}
}
@media(max-width: 667px) {
#logo {
    max-width: 175px;
}
#main_img #logo {
    width: 96%;
    top: 88px;
}
.mainv_tel {
    display: none;
}
.bnr_contact {
    width: 58%;
}
.catch {
    top: 69%;
    width: 90%;
    left: -1%;
}
.intro_img {
    padding-bottom: 0px;
}
.intro_img span.bg_color1 {
    display: none;
}
.scrollpage_box {
    background-position: left 118% top -25px;
    background-size: 53%;
    padding-top: 18px;
}
.top_cms_title {
    background-position: 32% 20%;
    background-size: 121px;
}
.title_box h2 {
    font-size: 4.5vw;
}
.button_container {
    bottom: -3px;
}
.modal_scroll .width_1280-1000, .modal2 .width_1280-1000 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
.intro_img div {
    top: -11%;
}
.hake1 {
    right: inherit;
    top: 21%;
    z-index: 2;
    left: 7%;
    width: 10%;
}
#main_img .swiper-wrapper::before, #main_img .swiper-wrapper::after {
    height: 30px;
}
footer {
    background-size: 169% auto;
}

.con_item {
    max-width: 78px;
    margin: 0 auto 18px;
}


.button_container.active .top, .button_container.active .bottom {
    background: #353587;
}
}






.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}
.BA_type2 .box_img1_wrap, .BA_type2 .box_img2_wrap {
	width: 48%!important;
	margin: 0 1%;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before {
	position: absolute;
	content: "Before";
	width: 121px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 4px 0px;
	box-sizing: border-box;
}
.BA_type2 .box_img2_wrap::before {
	content: "After";
	background-color: #ff9e03;
}




@media(max-width: 667px) {
    .cms_3-a .cate {
        margin-bottom: 0;
    }
}
@media(max-width: 667px) {
#cms_3-a .cate, #cms_2-a .cate_box {
    padding: 10px;
    padding-top: 80px;
    margin-top: -80px;
} 
}




/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{
	width: 76px;
	font-size: 13px;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{padding: 1px 0px;}
}

