﻿/* color -----------------------------------------------------------------------------*/

:root {
    --color1: #fa940e;
    --color2: #ffa632;
    --color3: #fa770e;
    --color4: #fff4e6;
    --color5: #fff4e6;
    --white: #ffffff;
    --black: #2e231a;
    --gray: #ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--white);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 18px;
}
.font_15 {
    font-size: 18px;
}
footer a {
    font-size: 16px;
    letter-spacing: 0;
}
/* color -----------------------------------------------------------------------------*/

/* ----------------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
.logo1 {
    max-width: 200px;
    padding-left: 20px;
    padding-right: 40px;
}
#link_fixd {
    bottom: 20px;
    right: 100px;
    z-index: 10;
}
figure {
    border: 4px solid var(--color2);
    border-radius: 25px;
}
.footer_contact h4 {
    margin-bottom: 20px;
    font-family: "Mochiy Pop One", sans-serif;
    color: var(--color1);
}
footer .copy {
    background-color: var(--color2);
}
footer .logo2 {
    background: #fff;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}
footer .logo2 a {
    margin-bottom: 0;
}
.footer_sitemap {
    border: none;
}
.footer p {
    font-size: 20px;
}
#sp_nav .sp_nav_inner .l-menu ul li a span {
    color: var(--color2);
}
#fakeloader .fl {
    max-width: 300px;
}
.footer {
    padding: 0;
}
.footer_sns {
    display: none;
}
.f_contact_box {
    display: none;
}
/* ------------------------------　TOP　---------- */
.topTxt1 .arrow {
    margin-left: -16px;
}
#main_img {
    padding-top: 0;
    height: 100vh;
    overflow: hidden;
}
#main_img .fv_img {
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(./Dup/img/fv1.png);
    background-repeat: no-repeat;
    background-position: 10% 100%;
    background-size: 50%;
    z-index: 1;
}
.floating-image {
    position: absolute;
    width: 16vw;
    height: 16vw;
    object-fit: cover;
}

.image1 {
    top: 22%;
    right: 15%;
}
.image2 {
    top: 45%;
    right: 5%;
}
.image3 {
    top: 45%;
    right: 25%;
}
@keyframes sway {
    0% {
        transform: scale(1);
    }
    /*30% {*/
    /*    transform: rotate(-10deg);*/
    /*}*/
    50% {
        transform: scale(1.2);
    }
    /*60% {*/
    /*    transform: rotate(10deg);*/
    /*}*/
    100% {
        transform: scale(1);
    }
}
.sway-animation {
    animation: sway 1s;
}

.con1_inner {
    background: #fff;
    border-radius: 30px;
    padding-bottom: 50px;
    border: 3px solid var(--color2);
}
#con1 .topTxt1 {
    z-index: 3;
    top: -10px;
}
#con1 h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Mochiy Pop One", sans-serif;
    font-size: 35px;
}
#con2 .font_22 {
    font-size: 25px;
    font-family: "Mochiy Pop One", sans-serif;
    margin-bottom: 15px;
    color: var(--black);
    position: relative;
    padding: 0 0px 0 35px;
    font-weight: normal;
}
#con2 .font_22:before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--color2);
    position: absolute;
    border-radius: 5px;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) rotate(45deg);
}
#con3 .title span,#con4 .title span {
    display: none;
}
#con3 .title,#con4 .title {
    font-family: "Mochiy Pop One", sans-serif;
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
#con3 .title:before,#con3 .title:after,#con4 .title:before,#con4 .title:after,.cmstitle h3:before,.cmstitle h3:after,.pagetitle h2:before,.pagetitle h2:after {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--color2);
    position: absolute;
    border-radius: 5px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}
#con3 .title:before, #con4 .title:before,.cmstitle h3:before,.pagetitle h2:before {
    left: -50px;
}
#con3 .title:after, #con4 .title:after,.cmstitle h3:after,.pagetitle h2:after{
    right: -50px;
}
#con3 .box .icon,#con4 .box .icon {
    display: none;
}
#con3 .txt ,#con4 .txt {
    background: var(--white);
    display: inline-block;
    padding: 0 30px;
    border-radius: 50px;
    margin-top: -30px;
    z-index: 3;
    position: relative;
    border: 3px solid var(--color2);
}
#con4 .txt {
    background: var(--color1);
    color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 10px 10px 0 0;
    border: none;
}
#con4 figure {
    border-radius: 0 0 25px 25px;
    border-color: var(--color1);
}
#con4 .box_wrap {
    justify-content: space-evenly;
}
.cmstitle h3 {
    position: relative;
    display: inline-block;
}
.cmstitle span {
    display: none;
}
.cmstitle .en {
    font-family: "Mochiy Pop One", sans-serif;
}
.con1_squ span {
    transform: rotate(45deg);
}
/* ------------------------------　下層ページ　---------- */
.pager a {
    font-size: 20px;
}
.pagetitle h2 {
    position: relative;
    font-family: "Mochiy Pop One", sans-serif;
    display: inline-block;
}
.pagetitle p span {
    display: none;
}
.pager li a {
    border-radius: 5px;
}
.cate_list li a {
    border-radius: 100px;
    background: var(--color4);
    border: 2px solid var(--color2);
}
.cate_list li a:hover {
    background: #fff;
}
/* 会社情報 */
/* お問い合わせ */
#page8 .tel_wrap a, #page8 .contact_tel a {
    padding: 5px 30px;
    border-radius: 50px;
    transition: all 0.3s;
}
#page8 .tel_wrap a:hover {
    transform: scale(1.05);
}
/* プライバシーポリシー */
#google_privacy a {
    color: var(--color1);
}
/* サイトマップ */
#page10 .sitemap li a:hover {
    background: var(--color2);
}


/*---------------------------------------------------------------------------
			          タブレット
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
/* --------------------　all　---------- */
#link_fixd {
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
}
/* --------------------　TOP　---------- */
#main_img:before {
    background-position: 50% 70%;
    background-size: 90%;
}
.floating-image {
    width: 25vw;
    height: 25vw;
}
.image1 {
    top: 14%;
    right: 50%;
    transform: translateX(50%);
}
.image2 {
    top: 14%;
    right: 23%;
    transform: translateX(50%);
}
.image3 {
    top: 14%;
    right: 77%;
    transform: translateX(50%);
}
@keyframes sway {
    0% {
        transform: translateX(50%) scale(1);
    }

    50% {
        transform: translateX(50%) scale(1.2);
    }
    100% {
        transform: translateX(50%) scale(1);
    }
}

.con1_inner {
    padding: 0 5% 50px;
}
#con1 h2 {
    text-align: center;
}
#con3 .txt ,#con4 .txt {
    font-size: 25px;
}
/* --------------------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*---------------------------------------------------------------------------
		            	スマホ
---------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
/* --------------------　all　---------- */
body{
    overflow: hidden;
}
.logo1 {
    max-width: 150px;
    padding-left: 20px;
    padding-top: 7px;
}
.footer_contact h4 {
    font-size: 30px;
}
.f_contact_img {
    height: 200px;
    background-size: cover;
    background-position-y: 100%;
}
#link_fixd {
        bottom: 10px;
        right: 10px;
        transform: none;
}
    .pagetop {
    right: auto;
    left: 10px;
}
.footer p {
    font-size: 16px;
    padding-bottom: 20px;
}
/* --------------------　TOP　---------- */
#main_img:before {
        background-position: 95% 72%;
        background-size: 95%;
}
.floating-image {
    width: 33vw;
    height: 33vw;
}
.image1 {
    top: 13%;
    right: 50%;
    transform: translateX(50%);
}
.image2 {
    top: 20%;
    right: 20%;
    transform: translateX(50%);
}
.image3 {
    top: 20%;
    right: 80%;
    transform: translateX(50%);
}

#con1 h2 {
    font-size: 25px;
    line-height: 1.2;
}
    #con2 .font_22 {
        font-size: 26px;
        line-height: 1.3;
    }
#con3 .title {
    margin-bottom: 10px;
}
#con3 .title .en,#con4 .title .en {
    font-size: 24px;
}
#con3 .title:before, #con3 .title:after, #con4 .title:before, #con4 .title:after, .cmstitle h3:before, .cmstitle h3:after, .pagetitle h2:before, .pagetitle h2:after {
    width: 15px;
    height: 15px;
    border-radius: 4px;
}
#con3 .title:before, #con4 .title:before, .cmstitle h3:before, .pagetitle h2:before {
    left: -25px;
}
#con3 .title:after, #con4 .title:after, .cmstitle h3:after, .pagetitle h2:after {
    right: -25px;
}
#con3 .txt {
    font-size: 25px;
    margin-bottom: 0;
}
/* --------------------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
#page8 .tel_wrap a, #page8 .contact_tel a {
    padding: 5px 8px 10px;
    font-size: 20px;
    letter-spacing: 1px;
}
/* プライバシーポリシー */
/* サイトマップ */
}

/*---------------------------------------------------------------------------
		            	cms3
---------------------------------------------------------------------------*/

.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: var(--color4);
	left: 0;
	top: -70px;
	z-index: -1;
}
.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;
}
}


/*---------------------------------------------------------------------------
		            	cms4
---------------------------------------------------------------------------*/
.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;}
.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent #ff9e03;
}
.BA_type1 .box_img1 {margin-right: 40px;}
.BA_type1 .box_img2 {margin-left: 40px;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.BA_type1 .box_img1::after {content: "before";}
.BA_type1 .box_img2::after {content: "after";}

@media screen and (max-width: 768px){
.BA_type1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 5%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
}


/*---------------------------------------------------------------------------
		            	cms5
---------------------------------------------------------------------------*/
.v_type1 .triangle {
    display: block;
    border: var(--color2) solid 2px;
    /*box-shadow: 5px 5px 0 0 #e2e2e2;*/
    border-radius: 20px;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: var(--color2) transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}


