﻿/********** font **********/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
    --font-jp: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: "Manrope", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	/*font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";*/
}
body, .font_sans-serif, h1, h2, h3, h4, h5, h6, .catch, .pc_nav li .page_title, #sp_nav .sp_nav_inner .l-menu .l-menu_cms{
    font-family: var(--font-jp);
}
.font_en, a[href^="tel:"], #topCms .cmstitle p, .pagetitle .title_box p, .more a, .date, .f_contact_box p, .intro_title_en, #content .swiper-button-next p, #content .no, .modal-open span, #page9 .box .no, .pager, .pc_nav li .sub_title, #page10 .sitemap li .sub{
    font-family: var(--font-en);
}
.font_bold{
    font-weight: 900;
}

/********** color **********/

:root{
    --color1: #192a88;
    --color1s: #0099cf;
    --color2: #f7f7f7;
    --color3: #09a79f;
    --color4: #e4e4e4;
    --black: #222;
}

/********** all **********/

.logo1 {
    max-width: 180px;
}

#sp_nav .sp_nav_inner .menu__header .logo3 img {
    max-width: 180px;
}

.menu_btn span {
    background-color: var(--color1);
}
.menu_btn.stick_trans span:last-child {
    margin-top: -1px;
}

/*.footer_sns{
    border: solid 2px var(--color4);
    border-radius: 10px;
    width: fit-content;
    max-width: 1280px;
    margin: 0 auto 60px;
    padding: 10px 0;
    min-width: 100px;
    min-height: 100px;
}*/

.f_contact_box p{
    color: #fff;
}
.footer_contact a{
    padding: 80px 0px;
}
.footer_contact a .f_con_bgcolor{
    background-image: linear-gradient(to right, var(--color1), var(--color1s), var(--color3));
    transition: opacity 0.5s;
}
.footer_contact a:hover .f_con_bgcolor{
    opacity: 0.7;
}
.f_contact_box {
    padding: 0;
}
.f_contact_box p:last-of-type{
    padding: 15px 0;
    margin-bottom: 0;
    width: 300px;
    margin: 0 auto;
    border: solid 1px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255, 0.1);
    font-weight: bold;
    backdrop-filter: blur(3px);
}

#bottom_tel{
    display: none!important;
}

.entry_bt a{
    background-image: linear-gradient(to right, var(--color1), var(--color1s));
    border-radius: 40px;
}

/********** top **********/

#catch{
    z-index: 2;
}

#main_img{
    /*background-image:
        linear-gradient(to top right,
            color-mix(in srgb, var(--color1) 70%, transparent),
            color-mix(in srgb, var(--color1s) 40%, transparent),
            color-mix(in srgb, var(--color3) 20%, transparent)
        );*/
    background-color: var(--color2);
}
#main_img:after{
    display: none;
}
#main_img .swiper-wrapper img{
    /* aspect-ratio: 0.5; */
    object-fit: cover;
    height: 70vh;
    border-radius: 10px;
}
#main_img::before{
    display: none;
}

.main_banner{
    right: 5%;
    bottom: 50px;
    z-index: 2;
    max-width: 250px;
    min-width: 150px;
    width: 12%;
}
.main_banner a{
    transition: transform 0.5s;
}
.main_banner a:hover{
    transform: scale(1.1);
}

#intro .txt_box h2{
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1.5;
    font-size: 40px;
    text-shadow: none;
    text-align: left;
}
#intro .txt_box p{
    font-size: 14px;
    text-align: left;
}
#intro .more{
    margin-top: 50px;
}
#intro .more a {
    padding: 10px 10px 10px 20px;
    min-width: 200px;
}
#intro .more a:before {
    left: 20px;
    background: #fff;
}
#intro .more a:hover:before {
    left: calc(100% - 15px);
    color: var(--color1);
}

#content:not(textarea){
    background-image: linear-gradient(to top right, var(--color1), var(--color1s), var(--color3));
    padding: 100px 0;
}
#content .box_title {
    font-weight: 900;
}
#content .cate_item {
    padding: 40px 15px 40px 35px;
    border-radius: 0 30px 0 0;
}

#contents_modal .modal_title2 {
    line-height: 1.5;
}

#topCms .topCms {
    padding: 100px 0;
}

.cmstitle{
    margin-bottom: 50px;
}
.cmstitle h3{
    font-weight: 900;
}

.hvr_txt_color3:hover{
    color: var(--color1);
}

.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}

/********** under_page **********/

main.all_contents {
    padding-top: 50px;
    padding-bottom: 0;
}

.pagetitle{
    padding-top: 100px;
    background-image: linear-gradient(to right, var(--color1), var(--color1s), var(--color3))
}
.pagetitle h2{
    font-weight: 900;
}
.pagetitle h2, .pagetitle p{
    color: #fff;
}
.pagetitle:after{
    background-color: #fff;
}

.cate_title{
    font-weight: 900;
}
.b_cate_title{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#cms_2-a .cate{
    margin-bottom: 100px;
}
#cms_2-a .cate_title{
    color: var(--black);
    padding: 0;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    background-size: 50px 2px;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 34px;
    border: none;
}
#cms_2-a .cate_box:not(:last-of-type){
    border-bottom: solid 1px var(--color4);
}
#cms_2-a .box_title1{
    padding: 0;
    margin-bottom: 10px;
}
#cms_2-a .box_txt1{
    padding-bottom: 0;
}

#cms_6-b .cate{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 100px;
}
#cms_6-b .cate_title{
    background-color: transparent;
    color: var(--black);
    border-radius: 0;
    padding: 0;
    font-size: 34px;
}
#cms_6-b .cate_box, .cms_6-b .cate_box{
    margin-bottom: 10px;
    border: none;
    background-color: var(--color2);
}
#cms_6-b .cate_box:first-of-type, .cms_6-b .cate_box:first-of-type{
    border-top: none;
}
#cms_6-b .cate_box .box_txt2, .cms_6-b .cate_box .box_txt2{
    letter-spacing: 1px;
}

input[type="radio"]{
    -webkit-appearance: auto!important;
    width: 20px;
    height: 20px;
}
/*input[type="radio"]::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: background-color 0.2s;
}
input[type="radio"]:checked::before{
    background-color: var(--color1);
}*/

#page7 .map iframe{
    height: 400px;
}


/********** tablet 780 **********/
@media screen and (max-width: 768px){
.logo1 {
    max-width: 160px;
}
#main_img .swiper-wrapper img{
    height: 80vh;
}
.main_banner {
    right: 20px;
    bottom: 20px;
    max-width: 200px;
    min-width: 100px;
    width: 200px;
}
/*.footer_sns{
    min-width: 80px;
    min-height: 50px;
}*/
#intro .intro_img{
    aspect-ratio: 1.6;
    object-fit: cover;
}
.entry_bt{
    margin-left: auto;
}
#content .box_img{
    aspect-ratio: 1.5;
}
#content .cate_item {
    padding: 40px 15px 40px 35px;
    border-radius: 0 0 30px 0;
}
#content .box_title::before {
    width: 1px;
    height: 200px;
    left: -20px;
    bottom: 0;
}
#content .swiper-button-next {
    top: 61vw;
}
.pagetitle .title_box p {
    bottom: 10px;
}
.copy {
    padding: 20px 0;
}
}

/********** mobile 750 **********/
@media screen and (max-width: 667px){
.logo1 {
    max-width: 110px;
}
#sp_nav .sp_nav_inner .menu__header .logo3 img {
    max-width: 120px;
}
.menu_btn {
    width: 46px;
    height: 50px;
    padding: 12px 8px 0 8px;
}
.menu_btn.stick_trans {
    padding: 24px 12px 0 12px;
}
.main_banner {
    max-width: 130px;
}
#intro .txt_box h2 {
    letter-spacing: 3px;
    font-size: 26px;
}
#intro .more:last-of-type{
    margin-top: 20px;
}
#content:not(textarea) {
    padding: 50px 0;
}
#topCms .topCms {
    padding: 70px 0;
}
#topCms .cmstitle{
    margin-bottom: 50px;
}
#topCms .cmstitle p{
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 40px);
}
.more {
    margin-top: 50px;
}
.cmstitle h3 {
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 20px);
}
#content .cate_item {
    padding: 40px 15px 40px 35px;
}
#content .swiper-button-next {
    top: 67vw;
}
.pagetitle {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pagetitle .title_box p {
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
    bottom: 20px;
}
.pagetitle h2 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 14px);
}
.footer_contact a{
    padding: 80px 0px;
}
#cms_6-b .cate_title, #cms_2-a .cate_title{
    font-size: 26px;
}
#cms_6-b .cate_box .box_txt2, .cms_6-b .cate_box .box_txt2{
    font-size: 14px;
}
}