﻿/** font **/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@340&family=Shippori+Mincho+B1:wght@500&display=swap');

:root{
    --font-jp: 'Jost', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-shi: 'Shippori Mincho B1', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif{
    font-family: var(--font-jp)!important;
}
.font_shi{
    font-family: var(--font-shi);
}
.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #8caa7d;
    --color2: #f4f4ef;
    --color3: #e2839a;
    --color4: #e2e2d9;
    --black: #676d5e
}

/** other **/

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: ease, cubic-bezier(0,.71,.27,1.01)
}

.width_1000-max{
    max-width: 1280px!important;
}

#fakeloader{
    background-color: var(--color2);
}

#wrap{
    color: var(--black);
    background-color: transparent;
}

header{
    position: relative;
}
header::before{
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    top: -150px;
    left: -200px;
    pointer-events: none;
    background-image: url(./Dup/img/img1.png);
    background-size: contain;
    z-index: 1;
}
header .header{
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
header .header .txt_white{
    color: var(--black);
}
header .header .border_color2{
    border-color: var(--color4);
}

#fixed_right_banner{
    top: 110px;
}

#main_menu{
    border-bottom: none!important;
    padding: 10px 0;
    position: relative;
}
#main_menu.fixed{
    background-color: rgba(255,255,255,0.6)!important;
}
#main_menu ul li a{
    color: var(--black);
}
#main_menu ul li a .txt_color2{
    color: currentColor;
    opacity: 0.5;
}
#main_menu ul li a:hover{
    color: var(--color1);
    opacity: 1;
}

#main_img{
    z-index: -1;
}
#main_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('./Dup/img/bg_img.png');
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
#main_img::after{
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    right: -15vw;
    bottom: -350px;
    pointer-events: none;
    background-image: url(./Dup/img/img3.png);
    background-size: contain;
    z-index: 2;
}
#main_img .main_txt{
    left: 0;
    bottom: 0;
    z-index: 2;
}

.aisatsu_bg{
    height: 400px;
}
.aisatsu_bg::before{
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    right: -100px;
    bottom: -350px;
    pointer-events: none;
    background-image: url(./Dup/img/img5.png);
    background-size: contain;
    z-index: 2;
}
#aisatsu h2{
    padding-top: 120px;
    background-image: url('./Dup/img/img4.png');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: var(--font-shi);
    margin-bottom: 50px;
}
#aisatsu h2::before{
    content: "INTRODUCTION";
    letter-spacing: 3px;
    color: var(--color1);
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-family: var(--font-jp);
}

.contents_box .txt_white{
    color: var(--black);
}
.contents_box h2{
    font-family: var(--font-shi);
    padding-bottom: 20px;
    position: relative;
}
.contents_box h2::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--color1);
}

.button_container span{
    background-color: var(--black);
    box-shadow: none;
}
#contents1 .contents_img, #contents2 .contents_img, #contents3 .contents_img{
    width: 50%!important;
}
#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box{
    background-color: rgba(255,255,255,0.8);
    padding: 50px;
    margin-top: -300px;
    backdrop-filter: blur(3px);
    border: solid 1px;
}
.contents_box::before{
    background-color: currentColor;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
    width: 50px;
    height: 1px;
}
.contents_box::after, .contents_box2::before, .contents_box2::after{
    display: none;
}
#contents2{
    position: relative;
}
#contents2::before{
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    left: -250px;
    bottom: -200px;
    pointer-events: none;
    background-image: url(./Dup/img/img6.png);
    background-size: contain;
    z-index: 2;
}

.effect{
    color: var(--black);
}

.top_news{
    position: relative;
}
.top_news > section{
    position: relative;
    z-index: 2;
}
.top_news::before{
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    right: -100px;
    top: -150px;
    pointer-events: none;
    background-image: url(./Dup/img/img7.png);
    background-size: contain;
    z-index: 2;
}

#top_cms .cms_title{
    letter-spacing: 3px;
}
#top_cms .cms_title h2::before, #top_cms .cms_title h2::after{
    display: none;
}
#top_cms .cms_box > .border_white{
    text-align: left;
    border: none;
    padding: 0;
}
#top_cms .cms_title h2{
    font-family: var(--font-shi);
    font-family: var(--font-shi);
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: solid 1px;
}
#top_cms .cms_title p{
    color: var(--color1);
}

#main_img2{
    position: relative;
    height: 350px;
    max-width: 100%;
    background-position: center;
    margin-bottom: 100px;
}
#main_img2::before{
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    right: -50px;
    bottom: -300px;
    pointer-events: none;
    background-image: url(./Dup/img/img2.png);
    background-size: contain;
}
#main_img2 h2{
    font-family: var(--font-shi);
}
#main_img2 h2 span{
    font-family: var(--font-jp);
    letter-spacing: 3px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px;
}

#contents{
    position: relative;
}

.cate_list{
    margin-bottom: 100px;
}
.cate_list li a{
    color: var(--black);
    border-color: var(--black);
    background-color: rgba(255,255,255,0.6);
}
.cate_list li a i{
    color: currentColor;
}

.cate_title{
    font-family: var(--font-shi);
}

#cms_1-c .cate_box, #cms_5-c .cate_box{
    background-color: rgba(255,255,255,0.8);
}

#page9 #contents .txt_color2{
    color: var(--color1);
}
#page9 #contents .border_color2{
    border-color: var(--color4);
}

#page10 #contents li a span{
    color: currentColor;
    opacity: 0.5;
    display: block;
    padding-left: 0;
}

#info_map{
    background-color: var(--color2);
}
#info_map .txt_white{
    color: var(--black);
}
#info_map .border_color2{
    border-color: var(--color4);
}

footer{
    border-top: none!important;
}
footer .txt_white, footer .txt_color2, #f_menu ul li a{
    color: var(--black);
}
footer .border_color2{
    border-color: var(--color4);
}

#fixed_right_banner .sns_link{
    background-color: transparent;
    border-left: none;
    padding: 5px;
}

.foot_banner{
    right: 70px;
    bottom: 10px;
    z-index: 5;
    font-family: var(--font-shi);
}
.foot_banner a{
    height: 50px;
    line-height: 50px;
}

#page-top{
    z-index: 5;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header::before{
    display: none;
}
header .header{
    padding: 20px 0 0;
}
#main_img::after{
    width: 60vw;
    height: 60vw;
    bottom: -45vw;
}
#main_img2{
    height: 300px;
}
#main_img2::before {
    width: 60vw;
    height: 60vw;
    right: -10vw;
    bottom: -40vw;
}
.aisatsu_bg {
    height: 50vw;
}
.aisatsu_bg::before {
    width: 60vw;
    height: 60vw;
    bottom: -30vw;
    right: -10vw;
}
#contents1 .contents_img, #contents2 .contents_img, #contents3 .contents_img{
    width: 80%!important;
}
#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    margin-top: -80px;
    width: 80%!important;
    margin-left: 20%;
}
#contents2::before{
    width: 60vw;
    height: 60vw;
    bottom: -10vw;
    left: -20vw;
}
.top_news::before{
    width: 60vw;
    height: 60vw;
    right: -15vw;
    top: -20vw;
}
footer{
    padding-bottom: 70px!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header::before{
    display: block;
    width: 70vw;
    height: 70vw;
    left: -25vw;
    top: -8vw;
    opacity: 0.4;
}
header .header{
    padding: 0 0 20px;
}
#logo{
    padding: 30px 0;
    margin-right: 0;
    margin-bottom: 0;
}
#main_img::after{
    width: 70vw;
    height: 70vw;
    bottom: -50vw;
    right: -30vw;
}
#main_img .main_txt {
    bottom: -80px;
}
#main_img2{
    height: 250px;
}
#main_img2::before {
    width: 70vw;
    height: 70vw;
    right: -10vw;
    bottom: -50vw;
}
#main_img2 h2{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    width: 80%!important;
}
.aisatsu_bg::before {
    width: 70vw;
    height: 70vw;
    bottom: -60vw;
    right: auto;
    left: -15vw;
    transform: rotate(180deg);
}
#contents1 .contents_img, #contents2 .contents_img, #contents3 .contents_img{
    width: 100%!important;
}
#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    padding: 50px 20px;
    margin-top: 0;
    width: 100%!important;
    margin-left: 0;
}
#contents2::before {
    width: 70vw;
    height: 70vw;
    bottom: -35vw;
    left: auto;
    z-index: 3;
    right: -25vw;
}
.top_news::before{
    width: 70vw;
    height: 70vw;
    right: -10vw;
    top: -40vw;
}
#page-top {
    z-index: 5;
    right: 0;
    transform: translateY(10px);
}
.foot_banner{
    width: calc(100% - 50px);
    right: 50px;
    bottom: 0;
    transform: translateY(10px);
}

}