﻿
/* ---------- font ---------- */
/*
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Zen+Kaku+Gothic+New:wght@500;900&display=swap');

:root{
    --font-jp: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Jost', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_serif{
    font-family: var(--font-jp);
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}*/
.font_en {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}

/* ---------- color ---------- */


/* ---------- all ---------- */

#loading img {
    max-width: 150px;
}
#logo img{
    width: 50%!important;
}

.link_box li.grid_1 {
    width: 11.33333% !important;
}
header .contact_bt a, header .tel_bt a, .more a, footer .foot_tel_bt a, .cate_list a, #page10 li a, .fat-nav li a{
    border-radius: 50px;
}
.blur{
    background-color: rgb(141 141 141 / 75%);
}
.normal_img img, .rectangle_img, .square_img, #top_cms .box{
    border-radius: 10px;
}
.link_box li.grid_1{
    border-radius: 0;
}



/* ---------- top ---------- */
#main_img{
    overflow: hidden;
}
#main_img:before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(141 141 141 / 75%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.fv_txt_wrap{
    width: min(53vw, 1100px);
    left: 36px;
    top: 20%;
}
.fv_txt2{
    width: min(47%, 600px);
    padding-left: 16px;
}
.fv_item{
    width: min(42vw, 700px);
    right: 25px;
    top: 21%;
}

#contents1 {
    padding-top: 72px;
    padding-bottom: 72px;
}
#contents1 .title{
    margin-bottom: 30px;
}




/* ---------- under ---------- */





/* ---------- tablet ---------- */
@media screen and (max-width: 768px){


#logo img{
    width: 100%!important;
}
.hamburger {
    top: 20px;
    right: 10px;
}
#main_img {
    min-height: 500px;
}
.fv_item {
    width: min(53vw, 400px);
    right: -26px;
    top: 21%;
}
.fv_txt_wrap {
    width: min(68vw, 500px);
    left: 28px;
    top: 90px;
}
.fv_txt1{
    margin-bottom: 26px;
}
.fv_txt2 {
    width: 60%;
    padding-left: 12px;
}
footer .link_box li {
    max-width: 37px;
}
.footer_back .f_before{
    height: 1100px;
}
}

/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
#loading img {
    max-width: 130px;
}
.hamburger {
        top: 10px;
        right: 10px;
    }
#logo{
    padding-right: 32px;
    max-width: 159px;
}
#logo img{
    width: 100%!important;
}

.main_box {
    padding-top: 58px;
}
#main_img {
    min-height: 572px;
}
.fv_txt_wrap {
    width: 92%;
    left: 4px;
    right: 0;
    top: 12%;
    margin: auto;
}
.fv_txt2 {
    width: 84%;
    padding-left: 4px;
}
.fv_item {
    width: 81vw;
    right: auto;
    left: 50%;
    top: 44%;
    transform: translateX(-50%);
}

#contents1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
footer.width_1280-max{
    padding-bottom: 24px;
}
#page_title h2 {
    font-size: 19px;
    letter-spacing: 2px;
}
.all article section:first-of-type {
    padding: 5px;
}
.blogList1 {
    padding: 5%;
}
#cms_6-a .cate{
    padding: 0 5%;
}

}




/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 14px;
    right: 20px;
    z-index: 10;
    width: 70%;
    max-width: 340px;
    transition: 0.5s;
    opacity: 0;
}
#fix_bnr.scroll{
    opacity: 1;
}
#fix_bnr.close{
    opacity: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
#fix_bnr.close{
    transform: translateX(200px);
}
.banner {
    display: none;
}
#fix_bnr{
    left: 0;
    right: 0;
    margin: auto;
}

}
@media screen and (max-width: 667px){
#fix_bnr {
    width: 69%!important;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 5px;
}
}
/* fix_bnr end ---------------------------------------------------------------------------------------------*/



