﻿/** font **/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap');

:root{
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Barlow', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_Quick{
    font-family: var(--font-jp)!important;
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en)!important;
}

/** color **/

:root{
    --color1: #feb501;
    --color2: #f9f9f7;
    --color3: #ff5e17;
    --color4: #eaeaea;
    --black: #222
}

/** other **/

.l-gh__scrollnav{
    font-family: var(--font-en);
}

.head_banner {
    top: 0;
    right: 100px;
    z-index: 2;
}
.head_banner .tel_bt, .head_banner .tel_bt a{
    padding-top: 0;
}
.head_banner .mail_bt a{
    border-radius: 0;
}
#header-nav{
    padding-top: 60px;
    margin-top: 0;
}
#header-nav li a .before{
    background-color: var(--black);
    height: 1px;
}
#logo {
    width: 280px;
    height: auto;
    top: 50%;
}

#main_img {
    position: relative;
    max-height: inherit;
}
#main_img .swiper-wrapper{
    transition-timing-function: linear;
}
#main_img .swiper-slide{
    opacity: 1!important;
}
#main_img .swiper2{
    transform: rotateY(180deg);
}
#main_img .swiper2 figure{
    transform: rotateY(180deg);
}
#main_img .main_img_wrap{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: cover;
    background-position: top center;
}
#main_img .main_img_box{
    background-image: url(./Dup/img/main_img.png);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: right bottom;
    min-height: 550px;
    box-sizing: border-box;
}

#top_contents1 h2{
    color: var(--black);
    padding-bottom: 30px;
    background: linear-gradient(to right, var(--color1), var(--color3));
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100px 1px;
    font-size: 30px;
    z-index: 1;
    position: relative;
}
#top_contents1 h2::before{
    content: "INTRODUCTION";
    display: block;
    text-align: center;
    color: var(--color1);
    font-size: 20px;
    font-family: var(--font-en);
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-weight: normal;
}
#top_contents1 h2::after{
    position: absolute;
    content: "QUALITY";
    font-size: 160px;
    color: var(--color2);
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: -1;
    font-family: var(--font-en);
    letter-spacing: 20px;
    line-height: 1;
}
#top_contents1 p{
    text-align: center;
    font-size: 16px;
    line-height: 3;
}

#top_contents2{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: transparent;
}
#top_contents2 .con_box::before{
    position: absolute;
    font-size: 200px;
    font-family: var(--font-en);
    color: #fff;
    top: -40px;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
}
#top_contents2 .con_box:nth-of-type(1)::before{
    content: "01";
    left: 5%;
}
#top_contents2 .con_box:nth-of-type(2)::before{
    content: "02";
    right: 5%;
}
#top_contents2 .con_box:nth-of-type(3)::before{
    content: "03";
    left: 5%;
}
#top_contents2 .con_box .con_img{
    height: 750px;
}
#top_contents2 .con_box .text_box {
    padding: 80px;
    top: auto;
    bottom: 0;
    transform: none;
}
#top_contents2 .con_box .text_box .before{
    display: none;
}
#top_contents2 .con_box .text_box h2{
    position: relative;
    font-size: 30px;
}
#top_contents2 .con_box .text_box h2::before{
    display: block;
    margin-bottom: 30px;
    font-family: var(--font-en);
    line-height: 1;
    font-size: 20px;
    letter-spacing: 3px;
    color: var(--color1);
    font-weight: normal;
}
#top_contents2 .con_box:nth-of-type(1) .text_box h2::before{
    content: "ABOUT US 01";
}
#top_contents2 .con_box:nth-of-type(2) .text_box h2::before{
    content: "ABOUT US 02";
}
#top_contents2 .con_box:nth-of-type(3) .text_box h2::before{
    content: "ABOUT US 03";
}
#top_contents2 .con_box .text_box h2::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--color1);
    left: 180px;
    top: 10px;
}

#top_cms{
    padding: 0;
}
#top_cms .top_cms_box{
    padding: 100px 5%;
    margin-bottom: 0;
}
#top_cms .top_cms_box:nth-of-type(3){
    background-color: var(--color2);
}
.top_cms_title .cms_title_inner, .top_info_title .info_title_inner{
    padding-top: 0;
    padding-bottom: 30px;
    background: linear-gradient(to right, var(--color1), var(--color3));
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100px 1px;
}
.top_cms_title .before, .top_cms_title .after, .top_info_title .before, .top_info_title .after{
    display: none;
}
.top_cms_title p, .top_info_title p{
    font-family: var(--font-en);
    font-size: 40px;
    letter-spacing: 5px;
}
.top_cms_title h2, .top_info_title h2{
    font-size: 16px;
    letter-spacing: 10px;
}
.more{
    font-family: var(--font-en);
}
.more a{
    position: relative;
    z-index: 1;
}
.more a:hover{
    color: #fff;
}
.more a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--color1), var(--color3));
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}
.more a:hover::before{
    opacity: 1;
}

#page_title .title_box{
    border-top: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: linear-gradient(to right, var(--color1), var(--color3));
    background-size: 100px 5px;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#page_title p{
    font-family: var(--font-en);
    font-size: 40px;
    letter-spacing: 5px;
}
#page_title h2{
    font-size: 16px;
    letter-spacing: 10px;
}

#top_contact_box .bottom .box{
    height: 300px;
}

.date, .pager{
    font-family: var(--font-en);
}
.pager li a{
    background-color: var(--color2);
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#logo img{
    width: 100%!important;
}
#header{
    height: 95px;
}
.head_banner {
    top: 26px;
    right: 90px;
}
#main_img .main_img_box {
    background-size: 100%;
    min-height: 800px;
    text-align: center;
}
#top_contents1 p{
    text-align: left;
    line-height: 2;
}
#top_contents1 h2::after {
    font-size: 140px;
    letter-spacing: 10px;
}
#top_contents2 .con_box .con_img {
    height: 60vw;
}
#top_contents2 .con_box .text_box {
    margin-top: -50px;
}
#top_contents2 .con_box:nth-of-type(1)::before, #top_contents2 .con_box:nth-of-type(2)::before, #top_contents2 .con_box:nth-of-type(3)::before{
    right: 10%;
    left: auto;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.head_banner{
    right: 60px;
    top: 20px;
}
.head_banner .mail_bt a, .head_banner .tel_bt a{
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0;
    display: block;
}
.head_banner .tel_bt a{
    background-color: var(--color1);
    color: #fff;
}
.head_banner .tel_bt a i{
    position: static;
    transform: none;
}
#header{
    height: 78px;
}
#main_img .main_img_box {
    min-height: 540px;
}
#top_contents1{
    padding-top: 100px;
    padding-bottom: 100px;
}
#top_contents1 h2{
    font-size: 24px;
}
#top_contents1 h2::after {
    font-size: 70px;
    bottom: 60px;
    letter-spacing: 5px;
}
#top_contents2 .img_box{
    width: 100%!important;
}
#top_contents2 .con_box .text_box {
    padding: 30px;
}
#top_contents2 .con_box .text_box h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: linear-gradient(to right, var(--color1), var(--color3));
    background-repeat: no-repeat;
    background-size: 100px 1px;
    background-position: bottom center;
    font-size: 20px;
    text-align: center;
}
#top_contents2 .con_box .text_box h2::after{
    display: none;
}
#top_contents2 .con_box:nth-of-type(1)::before, #top_contents2 .con_box:nth-of-type(2)::before, #top_contents2 .con_box:nth-of-type(3)::before {
    font-size: 100px;
    right: 50%;
    transform: translateX(50%);
    top: -20px;
}
#page_title p{
    font-size: 28px;
    letter-spacing: 5px;
}
#page_title h2{
    font-size: 14px;
    letter-spacing: 5px;
}
#top_contact_box .bottom .box{
    height: auto;
}
}