﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Noto+Sans+JP:wght@400;700&display=swap');

body, .font_sans-serif, .font_Quick{
    font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}

.font_bold{
    font-weight: 700;
}

#loading_line .line{
    background-color: #eeeeee;
}

#logo h1{
    width: 60%!important;
}
#logo h1 img{
    width: 100%!important;
}
#fix_menu .sns_links_tb{
    justify-content: center;
}

#main_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom right, #ff9e03, #ebff7b);
    opacity: 0.4;
    z-index: 2;
}
#top_contents1{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f2f2f2;
    background-image: linear-gradient(-45deg, transparent 25%, #f7f7f7 25%, #f7f7f7 50%, transparent 50%, transparent 75%, #f7f7f7 75%, #f7f7f7);
    background-size: 20px 20px
}
#top_contents1 .catch_txt{
    padding: 100px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    background-image: url(./Dup/img/intro.png);
    background-repeat: no-repeat;
    background-position: top 70px center;
    background-size: 600px;
}

#top_contents2_h{
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
}
#top_contents2_h .con_box2 .con_img::before{
    position: absolute;
    content: "";
    width: 10px;
    top: 100px;
    bottom: 100px;
    background-image: linear-gradient(-45deg, transparent 25%, #ddd 25%, #ddd 50%, transparent 50%, transparent 75%, #ddd 75%, #ddd);
    background-size: 10px 10px
}
#top_contents2_h .con_box2:first-of-type .con_img::before{
    right: -10px;
}
#top_contents2_h .con_box2:last-of-type .con_img::before{
    left: -10px;
}
#top_contents2_h .fadein_left, #top_contents2_h .fadein_right{
    opacity: 0;
    transition: 1s;
}
#top_contents2_h .fadein_left{
    transform: translateX(-20px);
}
#top_contents2_h .fadein_right{
    transform: translateX(20px);
}
#top_contents2_h .fadein_left.start, #top_contents2_h .fadein_right.start{
    opacity: 1;
    transform: none;
}

#top_cms{
    padding-top: 150px;
    padding-bottom: 1px;
    background-image: url('./Dup/img/bg_img.png');
    background-position: top center;
    background-size: 100%;
}
.top_cms_title .before, .top_info_title .before, .top_cms_title .after, .top_info_title .after{
    display: none;
}
.top_cms_title, .top_info_title{
    margin-bottom: 50px;
}
.top_cms_title .cms_title_inner, .top_info_title .info_title_inner{
    padding: 0;
}
.top_cms_title p, .top_info_title p, #page_title p{
    font-size: 30px;
    font-weight: 700;
    border-bottom: solid 2px;
    color: #ff9e03;
    display: inline-block;
}
.top_cms_title h2, .top_info_title h2, #page_title h2{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 3px;
}

#page_title::before{
    background: linear-gradient(to bottom right, #ff9e03, #ebff7b);
    opacity: 0.6;
}
#page_title .title_box{
    bottom: -20px;
    border-top: none;
    border-radius: 10px 10px 0 0;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 2px #eee;
	color: #333;
	font-weight: 700;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #ff9e03;
    margin: auto;
}

#footer{
    background-image: none!important;
}
#footer::before{
    background-color: #f7f7f7!important;
}
#footer .txt_white{
    color: #333;
}
.pagetop_active.pagetop_active .l-gh__scrollnav-pagetop-text{
    color: #333!important;
}
.pagetop_active.pagetop_active .l-gh__scrollnav-pagetop-arr .head{
    border-bottom: 4.5px solid #333!important;
}

#top_contact .top_contact{
    background: linear-gradient(to bottom right, rgba(255,158,3,0.8), rgba(235,255,123,0.8));
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#logo h1.logo {
    max-width: 70px;
}
#top_contents1 .catch_txt{
    padding: 50px;
    background-position: top 36px center;
    background-size: 70%;
}
#top_contents2_h .con_img{
    height: 60vw;
}
#top_contents2_h .con_box2 .con_img::before{
    top: auto;
    bottom: -10px;
    width: auto;
    height: 10px;
    left: 20px!important;
    right: 20px!important;
}
#top_contents2_h .fadein_left, #top_contents2_h .fadein_right{
    transform: translateY(20px);
}
#top_contents2_h .fadein_left.start, #top_contents2_h .fadein_right.start{
    transform: none;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#logo h1.logo {
    max-width: 60px;
}
#main_img .main_txt{
    top: 60%;
}
#top_contents1{
    padding-left: 20px;
    padding-right: 20px;
}
#top_contents1 .catch_txt{
    padding: 50px 20px;
    margin-top: -30px;
    background-position: top 26px center;
}
#top_cms{
    padding-top: 100px;
    background-size: 150%;
}
.top_cms_title p, .top_info_title p, #page_title p{
    font-size: 24px;
}
.cate_title{
	font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#top_cms .more a{
    padding-top: 15px;
    padding-bottom: 15px;
}
.font_Quick .cate_list li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
#page9 a{
    padding-top: 5px;
}
}