﻿@import url('https://fonts.googleapis.com/css2?family=Cardo&family=Noto+Serif+JP&display=swap');

#catch h2, #intro h2, #contents h4, .cate_title, .cate_list li{
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}

#body{
    background-color: #f9f9f9;
}

.font_en, #footer .grid_6 p, a[href^="tel:"], a[href^="mailto:"], .cate_title::before, #contents .con_box::before{
    font-family: 'Cardo', 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}
.font_bold{
    font-weight: normal;
}

body::before{
    background-color: #fff;
}

#loader::after{
    border-bottom-width: 1px;
}
header{
    border-color: #002b56;
}
header h1 img{
    max-width: 300px;
}

#main_contents{
    padding-bottom: 50px;
}
#main_contents::after{
    background-color: #002b56;
}
#main_contents #main_menu{
    margin-left: 5%;
}
#main_contents #main_menu ul{
    padding-left: 20px;
}
#main_contents #main_menu li{
    overflow: visible;
}
#main_contents #main_menu li a{
    color: #002b56;
}
#main_contents #main_menu li::after{
    display: none;
}
#main_contents #main_menu li::before{
    border-color: #002b56;
}
#main_contents #main_menu li.active::before{
    background-color: #002b56
}
#main_nav #menu_bg span{
    display: none;
}

#main_contents::after{
    display: none;
}
#main_contents #main_img{
    box-shadow: none;
    height: 600px;
    margin-left: 0;
    width: 70%!important;
}
#main_contents #main_img::before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 10px;
    border: solid 1px #fff;
    border-right: none;
    z-index: 1;
}
#main_nav .sns_links{
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}
#catch{
    transform: none!important;
    padding: 20px 0;
    padding-left: 30px;
    border-left: solid 10px #002b56;
    margin-left: 0;
    margin-bottom: 70px;
    width: 700px!important;
    margin-right: calc(-700px + 100%);
}
#catch p{
    margin-bottom: 10px;
}
#catch h2 span{
    background-color: transparent;
    color: #002b56;
    padding: 0;
}

#intro::after, #contents::after, #page_title::after{
    background-color: rgba(0,43,86,0.4);
}
#intro h3{
    margin-bottom: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#intro h3 span{
    display: inline-block;
    font-size: 24px;
    letter-spacing: 3px;
    background-color: #fff;
    color: #002b56;
    padding: 10px 20px;
}
#intro h3::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: -1;
}
#intro h2{
    padding-bottom: 60px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
#intro h2::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
#intro .more{
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 0;
    margin-top: 70px;
}
#intro .more::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: -1;
}
#intro .more a{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contents h3{
    margin-bottom: 100px;
}
#contents h3 span{
    font-size: 24px;
    letter-spacing: 3px;
    background-color: #fff;
    color: #002b56;
    padding: 10px 20px;
}
#contents .con_box{
    position: relative;
    width: 45%!important;
}
#contents .con_box:nth-of-type(2){
    margin-top: 100px;
}
#contents .con_box::before{
    position: absolute;
    content: "01";
    color: #fff;
    font-size: 100px;
    line-height: 1;
    top: -50px;
    right: 20px;
    z-index: 1;
}
#contents .con_box:nth-of-type(2)::before{
    content: "02";
}
#contents figure{
    box-shadow: none;
}
#contents h4{
    transform: none;
    padding: 50px 20px 0;
    border-left: solid 1px #fff;
    background-color: transparent;
    width: calc(100% - 20px)!important;
    margin-left: auto;
    font-size: 24px;
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
}
#contents p{
    transform: none;
    box-sizing: border-box;
    padding: 0;
    width: calc(100% - 20px)!important;
    margin-left: auto;
    padding-left: 20px;
}

#contents_link a::after{
    background-color: rgba(0,43,86,0.2);
}

#top_cms .top_cms_title{
    text-align: right;
    border-right: solid 5px #002b56;
    padding-right: 30px;
}
#top_cms .top_cms_box{
    margin-bottom: 50px;
}
#top_cms .top_cms_box > .cms_wrap{
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    padding: 50px;
}
#top_cms .top_cms_title h3 span{
    border: none;
    padding: 0;
    color: #002b56;
    font-size: 30px;
}
#top_cms .top_cms_title h4{
    text-align: right;
}
#top_cms .top_cms_title h4 span{
    border: none;
    color: #bbb;
    font-size: 18px;
    letter-spacing: 3px;
}
#top_cms .more a{
    display: block;
    text-align: center;
    margin-left: auto;
}
#top_cms .more a, #intro .more a{
    border: none;
    padding: 20px 0;
    width: 200px;
    padding-right: 50px;
    background-color: #002b56;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    transition: 0.3s;
}
#top_cms .more a:hover, #intro .more a:hover{
    transform: scale(1.1);
}

#contents_link a h3{
    font-size: 18px;
}
#contents_link a h4{
    border: none;
    width: 100%;
    padding: 0;
    padding-top: 20px;
    border-top: solid 1px #fff;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

#page_title{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    margin-top: 0;
}
#page_title > div{
    padding: 20px 0;
    padding-left: 40px;
    border-left: solid 10px #fff;
}
#page_title h2{
    font-size: 18px;
    letter-spacing: 4px;
    text-align: left;
}
#page_title h2 span{
    padding: 0;
    border-top: none;
}
#page_title h3{
    font-size: 50px;
    letter-spacing: 5px;
    text-align: left;
}
#page_title h3 span{
    padding: 0;
    border-bottom: none;
}

.cate_list li{
    border-width: 1px;
}
.cate_list a{
    padding-right: 20px;
    padding-left: 58px;
}

body{
    counter-reset: number 0;
}
.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 2px #002b56;
	color: #002b56;
	font-weight: bold;
	border-radius: 0!important;
	line-height: 1.5;
}
.cate_title::before{
    counter-increment: number 1;
    content: "0" counter(number);
    color: #a9a9a9;
    font-size: 20px;
    letter-spacing: 3px;
    display: block;
    font-weight: normal;
}

#page07, #page08, #page09, #page10{
    border-top: none;
    background-color: #fff;
}

#page07 .box{
    border-bottom: solid 1px #333;
}
#page07 .grid_4 h3::after{
    display: none;
}
#page09 .txt_white{
    color: #333;
}
#page09 h3 span{
    background-color: transparent;
    background-color: #eee;
}

#footer .grid_6 h3{
    font-size: 18px;
    letter-spacing: 3px;
}
#footer .grid_6 p.font_bold{
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 1.5;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_contents #main_menu{
    width: 100%!important;
    margin-left: 0;
    position: absolute;
    top: 100px;
    left: 0;
}
#catch {
    width: 100%!important;
    transform: none!important;
    padding: 0;
    padding-left: 20px;
    margin-right: 0!important;
    margin-bottom: 0!important;
}
#main_contents #main_img{
    width: 90%!important;
    height: 60vw;
}
#contents .con_box{
    width: 49%!important;
}
#contents h4{
    font-size: 20px;
}
#top_cms .top_cms_box > .cms_wrap{
    padding: 50px 20px;
}
#top_cms .top_cms_title{
    border-right: none;
    border-left: solid 5px #002b56;
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
    width: calc(100% - 220px)!important;
}
#top_cms .top_cms_title h4{
    text-align: left;
}
#top_cms .more{
    padding: 0;
    padding-right: 20px;
    width: 220px!important;
}
#page_title h3 {
    font-size: 40px;
}
#footer .grid_6 h3 {
    font-size: 14px;
}
#footer .grid_6 p.font_bold {
    font-size: 30px;
    letter-spacing: 4px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#catch{
    border-width: 5px;
    padding-left: 10px;
}
#main_contents #main_menu{
    top: 70px;
}
#catch h2{
    font-size: 20px;
}
#intro h3 span, #contents h3 span{
    font-size: 20px;
}
#contents .con_box{
    width: 100%!important;
}
#contents .con_box:nth-of-type(2){
    margin-top: 50px;
}
#top_cms .top_cms_box > .cms_wrap{
    padding: 20px;
}
#top_cms .top_cms_title{
    padding-left: 20px;
    width: calc(100% - 150px)!important;
}
#top_cms .top_cms_title h3 span{
    font-size: 24px;
}
#top_cms .more{
    width: 150px!important;
    padding-right: 0;
    margin-left: 0;
}
#top_cms .more a{
    padding: 10px 0;
    padding-left: 20px;
    text-align: left;
    width: 150px;
    padding-right: 30px;
}
#page_title{
    padding-top: 50px;
    padding-bottom: 50px;
}
#page_title > div {
    padding-left: 20px;
}
#page_title h3 {
    font-size: 30px;
    letter-spacing: 2px;
}
.cate_title{
	font-size: 20px;
}
#footer .grid_6{
    padding-left: 0;
    padding-right: 0;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}