﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500&family=Noto+Serif+JP&display=swap');

.hannari, .cate_title, .sub_cate_title{
    font-family: 'Noto Serif JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.pop400, a[href^="tel:"], .didot, .cms_3-f .top_cate .menu_title{
    font-family: 'Manrope', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

/********** color **********/

:root{
    --color1: #112077;
    --color2: #f2f2f2;
    --color3: #101010;
    --color4: #e6e6e6;
    --black: #101010;
}

/********** all **********/

#fakeloader{
    background-color: var(--color2);
}
.overlay{
    background: rgba(64,62,66,0.8)!important;
}
.button_container span{
    background-color: var(--color3);
}
.button_container .txt_white{
    color: var(--color3);
}
header.scr_header{
    background-color: #fff!important;
}
header #logo, header.scr_header #logo{
    width: 180px!important;
}
.back1:before, .back2:before{
	background-color: #f9f9f9!important;
	background-image: linear-gradient(-90deg, #fff 2px, transparent 2px);
	background-size: 10px 10px;
}
#top_cms.back1:before, main.back1:before{
    display: none;
}
main > .back1:not(#top_cms), main > .back2, #contents3{
    background-color: #f9f9f9;
}

#main_img .bg_white{
    background-color: transparent;
}
.nav_menu_more:first-of-type a .icon:before, .nav_menu_more:last-of-type a .icon:before{
    display: none;
}
#pc_nav li a{
    color: #333;
    transition: 0.3s;
}
#pc_nav li a:hover{
    color: var(--color3);
}
#top_pc_nav{
    margin-top: 0;
}
#top_pc_nav ul{
    padding: 30px 0 0;
    border-top: solid 1px #fff;
    max-width: 700px;
    margin: 0 auto;
}
#pc_nav li, #top_pc_nav li, #footer_nav li{
    margin: 0;
    max-width: inherit;
}
#pc_nav li:not(:last-of-type), #top_pc_nav li:not(:last-of-type), #footer_nav li:not(:last-of-type){
    border-right: solid 1px var(--color4);
}
#pc_nav li a, #top_pc_nav li a, #footer_nav li a{
    padding: 0 20px;
}

.num {
    opacity: 1;
    color: var(--color4);
    font-size: 50px!important;
    letter-spacing: 6px;
}
#intro #intro_wrap{
    margin-top: 50px;
}
#intro .num, #contents3 .num{
    top: -50px;
}
#contents1 .num{
    top: 50px;
    left: 50%;
}
#contents2 .num{
    top: 50px;
    left: 50%;
}
.line:before{
    background-color: var(--color3)!important;
    opacity: 0.2;
    bottom: -20px;
}

#intro_wrap, #contents3 .con_box{
    background-color: #fff;
}
#contents1{
    padding-bottom: 100px;
}

#top_cms .top_cms_box:first-of-type{
    background-color: #f9f9f9;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: stretch;
	flex-direction: row;
	margin-bottom: 100px;
}
#top_cms .top_cms_box:first-of-type .cms_title{
    width: 250px;
    text-align: center;
    padding: 50px 0;
    background-color: var(--color2);
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top_cms .top_cms_box:first-of-type .cms_title h3{
    display: none;
}
#top_cms .top_cms_box:first-of-type .cms_title p{
    font-size: 28px;
    letter-spacing: 5px;
}
#top_cms .top_cms_box:first-of-type > .cms_wrap{
    width: calc(100% - 250px);
    margin-bottom: 0;
    padding-left: 50px;
    box-sizing: border-box;
}
#top_cms .top_cms_box:first-of-type > .mg_t-50px{
    width: 100%;
}
#top_cms .top_cms_box:first-of-type > .mg_t-50px a{
    background-color: #fff;
}
#top_cms .top_cms_box:nth-of-type(3) .cms_title{
    display: none;
}
#top_cms .top_cms_box:not(:first-of-type) .cms_title{
    padding-top: 50px;
    border-top: solid 1px var(--color4);
}
#top_cms .top_cms_box:not(:first-of-type) .cms_title p{
    color: var(--color3);
}

.more_btn{
    background-color: #f9f9f9;
}

.cms_3-f .top_cate a{
    z-index: 1;
}
.cms_3-f .top_cate a::before{
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: solid 1px var(--color4);
    pointer-events: none;
    transition: 0.3s;
    z-index: -1;
}
.cms_3-f .top_cate a:hover::before{
    border-color: var(--color3);
}
.cms_3-f .top_cate a:hover .filter{
    opacity: 0.3;
}
.cms_3-f .top_cate .menu_title::after{
    font-size: 30px;
    display: block;
}
.cms_3-f .top_cate:nth-of-type(1) .menu_title::after{
    content: "01";
}
.cms_3-f .top_cate:nth-of-type(2) .menu_title::after{
    content: "02";
}
.cms_3-f .top_cate:nth-of-type(3) .menu_title::after{
    content: "03";
}

#page_title:before {
    display: none;
}
#page_title .page_title_sub {
    left: 0;
    top: calc(100% + 30px);
    z-index: 1;
}
#page_title #page_left, #page_title #page_right{
    background-image: none!important;
    height: 250px;
    background-color: #f9f9f9;
}
#page_title .page_title_box{
    background-color: var(--color3);
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
}
main.back1{
    background-color: #f9f9f9;
}

.pager li a{
    background-color: var(--color1)!important;
}
.pager li a:hover{
    background-color: var(--color3)!important;
}

footer, #footer{
    background-color: transparent!important;
}
#footer{
    border-top: solid 1px var(--color4);
}
.foot_banner{
    right: 70px;
    z-index: 2;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#contents1{
    padding-bottom: 50px;
}
#contents1 .con_box{
    margin-top: 15%;
}
#contents1 .num, #contents2 .num{
    top: 0;
}
#top_cms .top_cms_box:not(:first-of-type){
    padding-bottom: 100px;
}
#top_cms .top_cms_box:first-of-type{
    padding-bottom: 100px;
    display: block;
}
#top_cms .top_cms_box:first-of-type .cms_title{
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#top_cms .top_cms_box:first-of-type > .cms_wrap{
    width: 100%;
    padding-left: 0
}
#page_title h2{
    font-size: 28px;
}
#copyright{
    padding-bottom: 90px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.num{
    font-size: 30px!important;
    letter-spacing: 4px;
}
#intro .num, #contents3 .num{
    top: -30px;
    width: 100%;;
}
#contents1 .line:before, #contents2 .line:before{
    right: 0;
    margin: auto;
}
#contents1 .num, #contents2 .num{
    top: -30px;
}
#contents1 .con_box{
    margin-top: 0;
}
#page_title .page_title_box{
    width: 70%;
    padding: 20px 0 30px;
    background-color: transparent;
    border-top: solid 1px var(--color1);
    border-bottom: solid 1px var(--color1);
}
#page_title .txt_white{
    color: var(--color1);
}
#page_title h2 {
    font-size: 22px;
}
.foot_banner {
    right: 0;
    left: 0;
    margin: auto;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#pc_nav li a, #top_pc_nav li a, #footer_nav li a{
    padding-top: 5px;
}
.cms_1-a .cate_box{
    padding-top: 25px;
}
#page_title .page_title_box{
    padding-bottom: 25px;
}
}