﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Exa&display=swap');

body{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    font-weight: bold;
}
.font_bar, a[href^="tel:"], .date{
    font-family: 'Lexend Exa', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

header .nav_bg{
    border-radius: 10px;
    box-shadow: 1px 2px 10px rgba(40, 40, 40, 0.12);
}
#pp-nav ul {
    background: #fff;
    padding: 4px 0;
    border-radius: 20px;
}

.custom_wrap{
    background-image: url('../Dup/img/main_img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom_wrap img{
    display: block;
    max-width: 920px;
    width: 70%;
}
.intro_logo_left, .intro_logo_right{
    display: inline-block;
    max-width: 120px;
    margin-bottom: -15px;
}
.intro_txt{
    line-height: 2.2;
}
#contents1, #contents2{
    background-image: url('../Dup/img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contents1 .con_no, #contents2 .con_no{
    position: relative;
    color: #343434;
}
#contents1 .con_no::before, #contents2 .con_no::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    background-color: currentColor;
}
#contents1 .con_box1::before, #contents2 .con_box2::before{
    display: none;
}
#contents1 .con_txt, #contents2 .con_txt{
    line-height: 2.2;
}
#contents1 .con_img, #contents2 .con_img{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#contents1 .con_img::before, #contents2 .con_img::before{
    position: absolute;
    content: "";
    width: 10px;
    top: 50px;
    bottom: 50px;
    right: -10px;
    background-color: #84cda9;
}

#logo2{
    width: 250px;
    margin-bottom: 60px;
}

#page_title::before {
    position: absolute;
    content: "";
    width: calc(100% - 100px);
    max-width: 1280px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    background-color: #c2e1d2;
}
#page_title .title_bg{
    opacity: 0.7;
}
#page_title .title_wrap p {
    font-size: 42px;
}

#page08 .tel_box_img{
    display: block;
    width: 120px;
    margin: 0 auto;
}

#cms_2-c .cate_box{
    background-color: #eef8f3;
    border-radius: 14px;
}
.cms_2-c .cate_box a {
    color: #fff;
    border-radius: 14px;
    padding-top: 240px;
    padding-bottom: 10px;
}
.cms_2-c .cate_box a:before, .cms_2-c .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.15);
    z-index: 1;
}
.cms_2-c .cate_box a:after {
    top: 100%;
    background-color: #84cda9;
    transition: 0.5s;
	z-index: 3;
}
.cms_2-c .cate_box a:hover:after {
    top: 0;
}
.cms_2-c .cate_box .txt_wrap {
    z-index: 2;
}
.cms_2-c .cate_box .txt_wrap h3{
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #84cda9;
    padding: 10px 20px;
    line-height: 1.0;
    border-radius: 20px;
}
.cms_2-c .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.cms_2-c .cate_box a:hover .more {
    opacity: 1;
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

#v_type3 .cate_box{
    width: 48%!important;
    margin: 0 auto;
}

.qa_type3 .con_no{
	left: 20px;
	top: 15px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 90px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 90px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 120px 30px;
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1{
    background-color: #c2e1d2;
}
.qa_type3 .box_a .box_txt1{
    background-color: #eef8f3;
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #c2e1d2;
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #eef8f3;
    left: 100%;
    top: 35px;
}

#fix_bnr{
    background-color: #84cda9;
    bottom: 8px;
    right: 8px;
    width: 220px;
    margin: auto;
    z-index: 5;
    box-sizing: border-box;
    border-radius: 8px;
}
#fix_bnr .fix_bnr_btn{
    line-height: 1;
    top: -10px;
    left: -8px;
    cursor: pointer;
}
#fix_bnr img{
    position: absolute;
    width: 120px;
    bottom: 44px;
    left: 50%;
    transform: translate(-50%, 0);
}
#fix_bnr a{
    color: #343434;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 2px;
}

@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    .custom_wrap img {
        width: 90%;
    }
    .topcms_news_type2 .cate_box {
        width: 100%!important;
    }
    .topcms_news_type2 .txt_height {
        height: 3em;
    }
    #contents1 .con_img::before, #contents2 .con_img::before {
        width: calc(100% - 40px);
        height: 10px;
        top: -10px;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #84cda9;
    }
    #v_type3 .cate_box {
        width: 90%!important;
        margin: 20px auto;
    }
    #fix_bnr {
        bottom: 5px;
        right: 60px;
    }
}

@media screen and (max-width: 667px){
    .custom_wrap img {
        width: 98%;
    }
    .intro_logo_left, .intro_logo_right {
        max-width: 70px;
    }
    #contents1 .con_img, #contents2 .con_img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #page_title .title_wrap p {
        font-size: 26px;
        letter-spacing: 2px;
    }
    .cms_2-c .cate_box .txt_wrap h3 {
        padding: 10px 10px;
        font-size: 18px;
    }
    .qa_type3 .box_q{
    	padding-right: 0
    }
    .qa_type3 .box_a{
    	padding-left: 0
    }
    .qa_type3 .con_no{
        top: 13px;
    }
    .qa_type3 .box_q{
        padding: 0 0 30px 90px;
        background-size: 60px;
    }
    .qa_type3 .box_a {
        padding: 0 90px 30px 0;
        background-size: 60px;
    }
    #fix_bnr{
        left: 10px;
        right: auto;
        width: 80%;
    }
    #fix_bnr a{
        padding-left: 80px;
    }
    #fix_bnr img {
        width: 80px;
        bottom: 12px;
        left: 20%;
    }
}

@media all and (-ms-high-contrast:none){

}
