﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playball&display=swap');

body, .font_sans-serif, #wrap{
    font-family: "游ゴシック Medium", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#intro_title, #contents_links, #top_cms .top_cms_title, a[href^="tel:"], #page_title, .more, .linkStyle, .date, footer #copyright, .cate_list_title, .intro_no, #intro #intro_title p{
    font-family: 'Montserrat', "游ゴシック Medium", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#intro .con_no{
    font-family: 'Playball', "游ゴシック Medium", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

/***　カーソル　***/

.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 10px;
	height: 10px;
	background-color: #ffa500;
	z-index: 1000;
	transition: 0.5s;
	transition-property: transform,opacity,background-color
}
.follower.is-active{
    opacity: 0.2;
	background-color: #ffa500;
	transform: scale(8);
}

/***　other　***/

.loader.logo{
    max-width: 150px;
}
#wrap{
    overflow: hidden;
}
h1{
    width: 250px;
}
h1 a{
    padding: 20px;
}
h1 img{
    max-width: 150px;
}
#sc_menu .logo img{
    width: 100px;
}
#sub_menu{
    background-color: #f5f7f7;
}
#sub_menu a{
    color: #333;
}
#main_menu, #sc_menu ul{
    font-weight: normal;
}
.menu_bt span.bg_color3{
    background-color: #0053cc;
}
.page08_link span{
    display: none;
}

#main_img{
    padding-top: 50px;
}
#main_img .swiper-container{
    min-height: 500px;
}
#main_img #catch{
    position: static;
    padding: 50px!important;
    background: linear-gradient(to bottom right, #36a2ff, #0053cc);
    min-width: inherit;
    margin-left: -8.4%;
    box-shadow: 10px 30px 20px rgba(0,0,0,0.1);
}
#main_img #catch h2{
    border: none;
    position: static;
    word-break: inherit;
    margin-bottom: 20px;
    font-size: 30px;
}
#main_img #catch h2 span{
    line-height: 1.5;
    font-size: 30px;
    padding: 0;
    letter-spacing: 2px;
    text-shadow: none;
}
#main_img #catch p{
    padding-top: 0;
}
.main_fade .fade_box{
    opacity: 0;
    transition: 1s;
}
.main_fade .fade_box:first-of-type{
    transform: translateX(-20px);
}
.main_fade .fade_box:last-of-type{
    transform: translateY(50px) translateX(20px)!important;
}
.main_fade .fade_box.active:first-of-type{
    opacity: 1;
    transform: none;
}
.main_fade .fade_box.active:last-of-type{
    opacity: 1;
    transform: translateY(50px)!important;
}

.fadein .fade_box{
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
}
.fadein .fade_box.active{
    opacity: 1;
    transform: none;
}

#catch .intro_no::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 150px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
#intro {
    background-image: none;
}
#intro #intro_title{
    margin-bottom: 50px;
    padding-bottom: 0;
}
#intro #intro_title p{
    font-size: 60px;
    color: #e5e4e3;
    margin-left: -50px;
    line-height: 1;
    padding: 0;
    border: none;
    letter-spacing: 0;
    font-weight: normal;
}
#intro #intro_title h3{
    line-height: 1.5;
    position: relative;
    margin-top: -30px;
    font-size:30px;
}
#intro .box_h .bg_white{
    box-shadow: 20px 40px 30px rgba(0,0,0,0.05);
}
#intro .con_no{
    top: -40px;
    left: 30px;
    line-height: 1;
    font-size: 70px;
}
#intro h4{
    line-height: 1.5;
}
#intro h4::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #e5e4e3;
}

#contents_links .square_box{
    box-shadow: none;
}
#contents_links .square_box a::before{
    display: none;
}
#contents_links .square_box a:hover{
    transform: scale(0.95,0.95);
}
#contents_links .square_box a p, #contents_links .square_box a h4{
    position: static;
    padding: 0;
}

#contents .d_flex{
    justify-content: flex-end;
}
#contents .d_flex > div.logo{
    display: none;
}
#contents::before{
    display: none;
}
#contents .d_flex > div{
    padding: 50px;
    background-color: transparent
}
#contents .contents_txt > div{
    background-color: rgba(255,255,255,0.8);
    color: #333;
}
#contents .contents_txt h3{
    background-color: transparent;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    min-width: 100%;
    transform: none!important;
    color: #0053cc;
    line-height: 1.5;
}
#contents .contents_txt h3::before{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #e5e4e3;
    transition: 1s;
}
#contents .contents_txt h3.active::before{
    width: 100px;
}
#contents .contents_txt h3.active span{
    transform: none!important;
}
#contents .contents_txt h3::after{
    display: none;
}

#top_cms{
    padding-bottom: 0;
}
#top_cms .top_cms_box{
    margin-bottom: 100px;
}
#top_cms .top_cms_box .top_cms_title{
    transform: skewX(-10deg);
}
#top_cms .top_cms_box .top_cms_title p{
    display: inline-block;
    transform: none;
}
#top_cms .top_cms_box .top_cms_title p span{
    padding: 0;
    background-color: transparent;
    color: #0053cc;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bold;
}
#top_cms .top_cms_box .top_cms_title h3{
    padding: 0;
    border: none;
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
}
#top_cms .top_cms_box .more a, #top_cms .top_cms_box .more a:hover{
    padding: 10px 40px;
    background-color: transparent;
    border: solid 1px #0053cc;
    color: #0053cc;
    font-weight: normal;
}
#top_cms .top_cms_box .more a:hover{
    background-color: #0053cc;
    color: #fff;
}
#top_cms .top_cms_box .more a span, #top_cms .top_cms_box .more a:hover span{
    padding: 0;
    border: none;
    transition: none;
}
#top_cms .more{
    text-align: center;
}

#page_title p{
    padding: 0;
    border: none;
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    transform: skewX(-10deg);
    font-weight: bold;
}
#page_title h2{
    font-size: 18px;
    font-weight: normal;
    transform: skewX(-10deg);
}

.cate_list_title{
    margin-bottom: 20px;
}
.cate_list li{
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}
.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	color: #333;
	font-weight: bold;
	transform: skewX(-10deg);
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0053cc;
    margin: auto;
}

footer{
    background-image: none!important;
    background-color: #333;
}
footer::after{
    display: none;
}
footer #footer #footer_txt .logo{
    max-width: 200px;
}
footer .footer_cms{
    padding-bottom: 30px;
}
footer #footer #map iframe{
    width: 100%;
    height: 350px;
}
footer #copyright{
    background-color: rgba(255,255,255,0.1);
}


/** tablet 780 **/
@media screen and (max-width: 768px){
h1 img{
    max-width: 100px;
}
h1 a{
    padding: 10px 20px;
}
#main_nav li a span{
    font-weight: normal;
}
#main_img{
    background-color: #f5f7f7;
    padding-top: 0;
}
#main_img .swiper-container{
    min-height: inherit;
    height: 60vw;
}
#main_img #catch{
    transform: none;
    margin-top: -50px;
    margin-left: auto;
}
#main_img #catch h2{
    transform: none;
}
#main_img #catch h2 span{
    font-size: 24px;
}
.main_fade .fade_box:first-of-type, .main_fade .fade_box:last-of-type{
    transform: translateY(20px)!important;
}
.main_fade .fade_box.active:first-of-type, .main_fade .fade_box.active:last-of-type{
    transform: none!important;
}
#intro{
    padding-top: 50px;
}
#intro #intro_title{
    text-align: center;
}
#intro #intro_title h3{
    font-size: 18px;
}
#intro .box_h .box_item{
    margin-top: -50px;
}
#contents_links .square_box a:hover{
    transform: scale(1);
}
.pager li{
    margin: 0 10px!important;
}
.pager li:not(.prev):not(.next){
	display: none;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#page_title p, #top_cms .top_cms_box .top_cms_title p span{
    font-size: 30px;
    letter-spacing: 4px;
}
.cate_title{
	font-size: 20px;
}
#main_img #catch{
    padding: 20px!important;
}
#intro .con_no{
    left: 50%;
    transform: translateX(-50%);
}
#intro h4::before{
    left: 0;
    right: 0;
    margin: auto;
}
#contents{
    background-size: cover;
}
#contents .d_flex > div{
    padding: 20px;
}
#contents .contents_txt > div{
    padding: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}