﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@480;650&family=Noto+Sans+JP:wght@400;700&display=swap');
:root{
    --font-jp: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    /*--font-en: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;*/
}
body {
    overflow: hidden;
}
#con1 p span {
    background: linear-gradient(transparent 60%, #f9dd59 0%);
    display: inline;
    padding: 0 1px 0px;
}
.pagetitle {
    background-color: #ffffef;
}
#topCms figure {
    border-radius: 20px;
    border: 1px solid #484848;
}
#con2 .topimg2 img, #con2 .topimg3 img {
    border: 1px solid #484848;
}
.cmstitle h3, header li a span.font_16, .f_contact_box h4, #sp_nav .sp_nav_inner li a, .catch, h2, h3, #con2 p.font_27, #con3 h4 {
    
    letter-spacing: 3px;
 
}
.pagetop {
    z-index: 2;
}
.appealpoint, .cmstitle p.jp, .f_contact_box p.font_16, .links li a strong, .appealpoint, .pagetitle p.jp {
font-family: 'Poppins', sans-serif;
}
.hito1 {
    width: 6.4%;
    bottom: 21%;
    left: 16.2%;   animation: ushi-ugoki 1.5s infinite;
}
.hito2 {
    width: 7%;
    bottom: 7%;
    right: 18%;   animation: ushi-ugoki 1.5s infinite;
    animation-delay: 0.35s;
}
@keyframes ushi-ugoki {
  0%   {transform: rotate(2deg);}
  50%  {transform: rotate(2deg);}
  51%  {transform: rotate(-2deg);}
  100% {transform: rotate(-2deg);}
}
.catchcar {
    max-width: 250px;
    top: 22%;
    left: 74%;
    opacity: 0.6;
  width: 16%;
}
.catchcar2 {
    max-width: 250px;
    top: 50%;
    left: 31%;
    opacity: 0.6;
    z-index: 2;
    width: 16%;
}
.catchcar img, .catchcar2 img {
 animation-name: hurueru;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out;
    -webkit-animation: hurueru 0.5s ease-in-out infinite alternate;
    animation: hurueru 0.5s ease-in-out infinite alternate;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0px, 1px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(0px, 1px) rotateZ(-0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
.cmstitle {
    background-image: url(Dup/img/kazari.png);
    background-repeat: no-repeat;
    background-size: auto 67px;
    background-position: 50% 37%;
    margin-bottom: 22px;
}

#con3 .box {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 25px;
    background: #fff;
    border-radius: 30px;
     border: 1px solid #484848;
     z-index: 1;
}

#con3 .box h4, #con3 .box p {
    padding: 15px;
    position: relative;
}
#con3 .box h4 .num {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    color: transparent;
    font-size: 38px;
    color: white;
    -webkit-text-stroke: 1px #425035;
    pointer-events: none;
}
#con2 p.font_25, #con3 h3 {
    background-image: url(Dup/img/dot.png);
    background-repeat: no-repeat;
    background-size: 70px auto;
    background-position: 50% 100%;
    padding-bottom: 19px;
    margin-bottom: 17px;
    text-align: center;
}

.links li {
    width: 49%;
    margin-top: 2vw;
    z-index: 1;
}
.links li a {
    display: flex;
    height: 27vw;
    max-height: 320px;
    text-align: center;
    background-image: url(Dup/img/link1.png);
    background-size: contain;
    align-items: center;
    justify-content: center;
    color: #212121;
    background-position: 50% 50%;
    transition: all 0.3s;
    background-repeat: no-repeat;
    border: 1px solid #484848;
    border-radius: 20px;
    background-color: #fff;
}
.links li a span {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 3px;
}
.links li a strong {
    display: block;
    font-size: 16px;
}
.links li:nth-child(2) a {
    background-image: url(Dup/img/link2.png);
}
.links li:nth-child(3) a {
    background-image: url(Dup/img/link3.png);
}
.links li:nth-child(4) a {
    background-image: url(Dup/img/link4.png);
}
.links li a:hover {
 opacity: 0.7;
}

/* ----------------------------------------------------- */

#con2 p.font_27 {
    color: #539ec3;
}
#con1 h2 {
    background-image: url(Dup/img/kazari.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-top: 29px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 22px;
}
.con1_inner {
    position: relative;
    z-index: 2;
}
.con1_inner:before {
    content: "";
    position: absolute;
    right: -114px;
    max-width: 500px;
    width: 50%;
    height: 354px;
    background-image: url(Dup/img/illust2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -118px;
}

.cmstitle h3, header li a span.font_16 {
    letter-spacing: 5px;
}
header li a span.font_16 {
    letter-spacing: 3px;
}
header li a span.font_15 {
    display: none;
}
header li a span.font_15, .f_contact_box p.font_16 {
    font-size: 11px;
    opacity: 0.8;
}
#sp_nav .sp_nav_inner ul.width_20per li a{
    letter-spacing: 3px;
}
header li a span.font_16 {
    color: #212121;
}
#sp_nav {
    background-image: url(Dup/img/mati.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
}
.footer {
background-color: #79978f;
}
.footer > * {
    position: relative;
}
.cmstitle p.jp {
    font-size: 31px;
    letter-spacing: 2px;
    margin-top: 7px;
    color: #99c4c7;
}
.f_contact_box h4 {
    font-size: 31px;
}
.f_contact_box p.font_16 {
    margin-top: 10px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 1;
    color: #d9d9d9;
    letter-spacing: 2px;
}
.logo1 {
    max-width: 174px;
    padding-left: 20px;
    padding-right: 3%;
}
.pc_nav {
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    max-width: 780px;
  
    justify-content: space-between;
}
.pc_nav li {
    padding-top: 0;
    padding-right: 0;
    padding-left: 14px;
}

/* ----------------------------------------------------- */
.fv_tel {
    left: 77px;
    bottom: 40px;
    font-size: 42px;
    color: #2b98b1;
}
.cate_list li a:hover {
    transform: translateY(-5px);
    color: #005c47;
}
main {
    background-color: #e5e3da;
}
#fakeloader {
    /*background-color: #f1f1f1;*/
  
}
.bnr_contact {
    right: 22px;
    bottom: 26px;width: 426px;
}
.catch {
    top: 50%;
    max-width: 105px;
   width: 8%;
}
.catch img {
     transform: scale(1.2);
    transition: all 6s;
}
.catch.trans img {
    transform: scale(1);
}
#main_img {
    padding: 0;
    /*max-height: 100vh;*/
    position: relative;
    z-index: 1;
}
#main_img:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 19px;
    width: calc( 100vw - 60px);
    height: calc(100% - 45px);
    border: 4px solid #425035;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
}
.appealpoint {
    left: 0;
    margin: auto;
    right: 0;
    top: -70px;
    color: #92b6b6;
    /*transform: rotate(-10deg);*/
    font-size: 41px;
}
#con2 {
    position: relative;
}
#con2:before {
    content: '';
    position: absolute;
    top: -136px;
    width: 100%;
    height: 275px;
    left: 0;
    right: 0;
    background: #fff;
    transform: skewY(8deg);
    z-index: -1;
}
#con2::after {
    content: "";
    position: absolute;
    height: 3px;
    top: -146px;
    left: 0;
    right: 0;
    background: #fff;
    transform: skewY(8deg);
    z-index: 0;
}
#con2 {
    background-image: url(Dup/img/mati.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
    z-index: 1;
    background-color: #fff;
}
#con3 {
    background-color: #e7ede0;
    background-color: #79978f;
}
#con3:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    position: fixed;
    background-image: url(Dup/img/logo_illust.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain;
    width: 38%;
    height: 600px;min-width: 250px;
    opacity: 0.8;
}
#topCms {
    background-color: #f7f7f7;
}

/* --------------------------------------↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓------------------------------------------------ */
.topTxt1 .arrow {
    margin-left: -14px;
}
.topTxt1 .arrow{
border-left: 16px solid transparent;
color: #79978f;
}
#con3 .box h4 {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 4px);
    margin-top: 10px;
    position: relative;
    font-weight: bold;
    z-index: 1;
    letter-spacing: 1px;
    color: #425035;
    padding-bottom: 0;
}
footer p.width_1280-max {
    max-width: 1000px;
}
/*====================================
  	IE環境の設定
====================================*/
@media all and (-ms-high-contrast:none){
.cate_list li a {
    padding-top: 13px;
}
#cms_3-b h3 {
    padding-top: 13px;
}
#cms_6-b .cate_title {
    padding-top: 9px;
}
#cms_2-b .cate_title {
padding-top: 13px;    
}
}
/* ----------------------------↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑------------------------------------------------- */














.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: #bcdedf;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}

.qa_type3 .con_no{
	left: 20px;
	top: 12px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .cate_box .box_txt1{
background: #eee;
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 0px left;
	background-size: 49px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 0px right;
	background-size: 56px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #f05c62;
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #eee;
    left: 100%;
    top: 35px;
}

/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.hito1 {
    width: 10.6%;
    bottom: 14%;
    left: 8.4%;z-index: 1;
}
.hito2 {
    width: 13.2%;
    bottom: 7%;
    right: 16%;z-index: 1;
}
#con1 h2 {
        text-align: center;
    }
.font_100per {
    font-size: 14px;
}
.cmstitle p.jp {
    font-size: 20px;
    margin-top: 0px;
    color: #99c4c7;
}
#con2 p.font_25, #con3 h3 {
    background-size: 50px auto;
}
.appealpoint {
    top: -51px;
    font-size: 35px;
}
.links li a span {
    font-size: 20px;
}
.links li a {
    height: 33vw;border-radius: 11px;
}
#cms_2-c .box_item {
    padding: 8px;
}
#main_img > img {
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}
.links li {
    width: 95%;
    margin: 5px auto;
}

    .font_15, .font_14 {
        font-size: 13px
    }
    #con3 h4 {
    font-size: -webkit-calc(1rem + 1px);
    font-size: calc(1rem + 1px);
}

.header .logo1 {
    max-width: 136px;
    padding-left: 2px;
    padding-right: 3%;
    background: #fff;
    padding: 5px;
}
}












.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";}
#cms_5-c .box_txt1::before {
   
    top: 0px;
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}
@media screen and (max-width: 768px){
.catchcar, .catchcar2 {
    max-width: 132px;
}
    .fv_tel {
    left: 36px;
    bottom: 22px;
    font-size: 31px;
}
    .catch {
   width: 58px;
}
    .bnr_contact {
    right: 18px;
    bottom: 18px;
    max-width: 426px;
    width: 33%;
}
.BA_type1 .box_img1 {
    margin-right: 29px;
}
.con1_inner:before {
    right: -32px;
    bottom: -206px;
}
#main_img:before {
    top: 15px;
    right: 15px;
    width: calc( 100vw - 30px);
    height: calc(100% - 30px);
}
#con1 p.font_15 {
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
 -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff,
 0px -1px 1px #ffffff;
}
}
@media screen and (max-width: 667px){
.catchcar {
    top: 41%;
    left: 90%;
    width: 25%;
    z-index: 1;
}
.catchcar2 {
    max-width: 250px;
    top: 58%;
    left: 18%;
    opacity: 0.6;
    z-index: 2;
    width: 25%;
}
    .footer {
    background-size: 132% auto;
    background-position: 0% calc(100% + 1px);
}
.topCms:first-child {
    background-size: 29%;
}
    .con1_inner:before {
    right: -32px;
    bottom: -36px;
    height: 107px;
}
    #sp_nav {
    background-image: url(Dup/img/mati.png);
    background-repeat: no-repeat;
    background-size: 147% auto;
    background-position: 0% 101%;
}
        #main_img {
    height: 70vh;
}
#main_img:before {
    top: 7px;
    right: 7px;
    width: calc( 100vw - 14px);
    height: calc(100% - 14px);
    z-index: 2;
}
    .catch {
z-index: 1;
}
    .bnr_contact {
    right: auto;
    bottom: 3px;
    width: 47%;
    position: fixed;
    z-index: 4;
    left: 7px;
}
    .fv_tel {
    left: 23px;
    bottom: 17px;
    font-size: 4vw;
}
.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;}
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}
}

.footer_sns {
    display:none;
}
/* fix_banner -------------------------------------- */
.fix_sns .box:last-of-type {
    margin-right: 0px;
}
.fix_sns .box a {
    padding: 10px 15px 5px;
    border-radius: 15px;
    width: 80px;
}
.fix_sns .box a img {
    width:50px;
}
.fix_banner{
	position: fixed;
	bottom: 30px;
	right: 100px;
	z-index: 10;
	transition: 0.5s;
}
@media  screen and (max-width: 768px){
.fix_sns .box a {
    padding: 10px 10px 10px;
    width: auto;
}
.fix_banner{
bottom: 50px;
}
}
@media  screen and (max-width: 667px){
.fix_sns .box a {
    padding: 5px;
    width: auto;
}
.fix_banner{width: 96%;
   right: 2%;
   bottom: 50px;
}
.fix_sns .box a img {
    width:30px;
}
}
/* fix_banner end -------------------------------------- */
.topCms  {
    z-index: 2;
}