﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Outfit:wght@400;600&display=swap');

#pagetop{
    display: none;}

:root{
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Outfit', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif{
    font-family: var(--font-jp);
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}

/** color **/

:root{
    --color1: #feb501;
    --color2: #f49600;
    --color3: #ff5e17;
    --color4: #eaeaea;
    --color5: #f9f9f9;
    --black: #222
}

/** other **/

.normal_img img, .rectangle_img, .square_img:not(.border_rad50per){
    border-radius: 10px;
}

#fakeloader{
    background-color: #fff;
}
#fakeloader .fl{
    max-width: 200px;
}

header .logo1{
    padding-right: 50px;
}

.pc_nav li span:nth-of-type(1){
    color: var(--black);
}
.pc_nav li span:nth-of-type(2){
    font-family: var(--font-en);
    opacity: 0.5;
}

#sp_nav .foot_review {
    width: 100%!important;
    margin-bottom: 0;
    margin-top: 50px;
}

#page1{
    overflow: hidden;
}

#main_img{
    padding-left: 50px;
    padding-right: 50px;
}
#main_img img{
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.con1_squ{
    background-image: url(./Dup/img/bg_img6.png);
    height: 100px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -50px;
}
.con1_squ span{
    display: none;
}

#con1{
    background-color: transparent;
    background-image: url('./Dup/img/bg_img4.png');
    background-repeat: repeat-x;
    background-position-y: calc(100% - 70px);
    background-position-x: 0;
    background-size: 600px;
    animation: anime1 20s linear infinite;
}
@keyframes anime1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -600px;
    }
}
.topTxt1{
    background-color: transparent;
    color: var(--color1);
    border-bottom: solid 2px;
    border-radius: 0;
}
.topTxt1 .arrow{
    margin-left: 0;
    transform: translateX(-50%);
    bottom: -16px;
}
#con1 h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}
#con1 p{
    font-size: 16px;
}

#con1-h{
    counter-reset: number 0;
    background-attachment: fixed;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: cover;
    background-position: center;
}
#con1-h::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png');
    background-repeat: repeat-x;
    background-position: bottom left, top left;
    background-size: 1000px;
    pointer-events: none;
}
#con1-h .con1-h_box > div{
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
#con1-h h3 span{
    border-radius: 50px;
}
#con1-h h2{
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    background-size: 100px 2px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#con1-h .con1-h_img{
    top: -30px;
    border: solid 2px var(--color1);
    margin-bottom: 0;
}
#con1-h .con1-h_box p::before{
    position: absolute;
    counter-increment: number 1;
    content: "0" counter(number);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: var(--font-en);
    text-align: center;
    font-size: 18px;
    background-color: var(--color1);
    color: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}

#con2::before{
    position: absolute;
    content: "";
    width: 600px;
    height: 400px;
    background-size: contain;
    background-image: url(./Dup/img/bg_img5.png);
    top: -100px;
    right: -200px;
}
#con2 > div{
    position: relative;
}
#con2 p:nth-of-type(1), #con3_h p:nth-of-type(1){
    font-size: 26px;
    color: var(--black);
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    background-size: 100px 2px;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.top_slider .swiper-wrapper{
    transition-timing-function: linear;
}
.top_slider .swiper-slide{
    opacity: 1!important;
}

.c-btn{
    font-weight: bold;
    color: var(--color3);
}

#con3_h{
    z-index: 1;
}
#con3_h::before{
    position: absolute;
    content: "";
    width: 600px;
    height: 400px;
    background-size: contain;
    background-image: url(./Dup/img/bg_img5.png);
    bottom: -100px;
    left: -200px;
}
#con3_h > div{
    position: relative;
}
#con3_h .topimg2{
    width: 80%;
}
#con3_h .topimg2 img, #con3_h .topimg3 img{
    border-radius: 20px;
}
#con3_h .topimg3{
    width: 50%;
    margin: -100px 0px 0px auto;
}

#topCms .topCms{
    border-bottom: none;
    padding-top: 0;
}
#topCms .topCms:nth-of-type(1){
    background-color: var(--color5);
    padding-top: 100px;
    margin-bottom: 100px;
}
#topCms .cmstitle h3{
    font-size: 36px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 10px;
    line-height: 1.5;
}
#topCms .cmstitle p{
    font-family: var(--font-en);
    color: #fff;
    font-size: 18px;
    background-color: var(--color1);
    display: inline-block;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
#topCms .cmstitle p span{
    display: none;
}

.all_contents{
    background-color: transparent;
}
.all_contents > div{
    padding: 0;
}

.pagetitle{
    background-color: var(--color5);
}
.pagetitle .pagetitle_img{
    background-size: cover;
    background-position: center;
    mix-blend-mode: inherit;
    opacity: 0.2;
}
.pagetitle h2{
    font-weight: bold;
}
.pagetitle p{
    font-family: var(--font-en);
    color: var(--color2);
}

.cate_list li{
    width: auto!important;
}
.cate_list li a{
    border-color: var(--color4);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2em;
}
.cate_list li a:hover{
    border-color: var(--color3);
}

.footer_contact::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('./Dup/img/bg_img3.png');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 1000px;
    pointer-events: none;
}
.footer_contact h4{
    line-height: 1.5;
    font-size: 30px;
    font-weight: bold;
}
.footer_contact p.txt_color1{
    font-family: var(--font-en);
    font-size: 20px;
}
footer .copy{
    padding-bottom: 80px;
}

.pagetop{
    z-index: 1;
}

.f_contact_img{
    height: 500px;
}
.foot_banner{
    bottom: 0;
    left: 0;
    z-index: 1;
}
.foot_banner a{
    border-radius: 5px 5px 0 0;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#con1 p{
    font-size: 14px;
}
#con1-h{
    background-image: url('./Dup/img/bg_img_sp.jpg');
}
#con2::before {
    width: 60vw;
    height: 40vw;
}
#con3_h::before {
    width: 60vw;
    height: 40vw;
    bottom: -50px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.header .logo1{
    padding-left: 0;
}
#main_img{
    padding-left: 20px;
    padding-right: 20px;
}
.con1_squ {
    height: 60px;
    bottom: -30px;
}
#con1 h2{
    font-size: 26px;
}
#con1-h{
    padding-top: 100px;
    background-attachment: scroll;
}
#con1-h .con1-h_img {
    top: 0;
}
#con1-h .con1-h_box p::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    right: auto;
    left: -20px;
    top: 0;
    bottom: 0;
}
#con2::before {
    width: 300px;
    height: 200px;
    right: -120px;
    top: -50px;
}
#con2 p:nth-of-type(1), #con3_h p:nth-of-type(1){
    font-size: 20px;
}
#con3_h::before {
    width: 300px;
    height: 200px;
    bottom: -50px;
    left: -150px;
}
#con3_h .topimg3{
    margin: -30px 0px 0px auto;
}
#topCms .topCms{
    padding-bottom: 100px;
}
#topCms .cmstitle h3{
    font-size: 30px;
}
#topCms .cmstitle p{
    font-size: 14px;
}
.cate_list li{
    width: 100%!important;
}
.cate_list li a{
    text-align: left;
}
.pagetop{
    transform: translateY(30px)!important;
}
}