@charset "utf-8";


@font-face {
    font-family: HindMadurai;
    src: url('fonts/HindMadurai-SemiBold.ttf') format("truetype");
}


body {
    margin: 0 auto;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐ ゴシック", "ＭＳ ゴシック", Verdana, Arial, Monaco, sans-serif;
    /* YuMincho,'Yu Mincho',serif; */
    /* YuGothic,'Yu Gothic',sans-serif; */
    font-size: 0.92em;
    color: #000;
    letter-spacing: 0.1em;
    /*
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
*/
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #009e72;
}

.font_en {
    font-family: "HindMadurai", sans-serif;
}

.c_spon {
    display: none;
}

.c_pcon {
    display: block;
}

.c_spon_inline {
    display: none;
}

.c_pcon_inline {
    display: inline;
}

.c_brpc:before {
    content: "\A";
    white-space: pre;
}

.c_brsp:before {
    content: "";
    white-space: pre;
}

a:hover img {
    filter: alpha(opacity=84);
    -moz-opacity: 0.84;
    opacity: 0.84;
}

.c_img {
    width: 100%;
    height: auto;
}


.c_circle_left {
    padding-left: 18px;
    background: url(../images/circle.png) no-repeat 0 center
}

.c_circle_right {
    padding-right: 18px;
    background: url(../images/circle.png) no-repeat right center
}



/* ### 全体 ### */

.c_wrapper {
    width: 100%;
    margin: 0 auto;
}



/* PageTOP */

.c_pagetop {
    display: none;
    position: fixed;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 9999;
}

.c_pagetop div {
    width: 100%;
    /* min-width: 1024px; */
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.c_pagetop a img {
    position: absolute;
    width: 36px;
    height: auto;
    bottom: 0;
    right: 6px;
}





/* ### ヘッダー ### */

.c_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9900;
    width: 100%;
    /* height: 120px; */
    background-color: rgba(255, 255, 255, 0.86);
}

.c_header_nonfix {
    width: 100%;
}


.c_header_area {
    width: 94%;
    margin: 0 3%;
    /*width: 1400px;*/
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ### ロゴ ### */

.c_logo {
    float: left;
    width: 70px;
    margin-bottom: 6px;
    transition: .6s;
}

.c_logo_small {
    width: 50px;
}



/* ### ナビゲーション ### */

.c_nav_pc {
    display: block;
    float: right;
    /*width: 700px;*/
    text-align: right;
    padding-bottom: 20px;
}

.c_nav_pc li {
    display: inline-block;
    font-size: 1.18em;
    padding-left: 30px;
}

.c_nav_pc_link {
    position: relative;
    margin: -8px 0 15px;
}

.c_nav_pc_link li {
    font-size: 1em;
    padding: 0;
}

.c_nav_pc_link a {
    display: inline-block;
    padding: 10px 30px;
}

.c_nav_pc_link li.c_menu10,
.c_nav_pc_link li.c_menu11 {
    border-left: solid 1px #000;
}

.c_nav_pc_link li.c_menu11 a:after,
.c_nav_pc_link li.c_menu12 a:after,
.c_nav_pc_link li.c_menu13 a:after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.c_nav_pc_link li.c_menu11 a {
	color: #009e72;
}

.h_nav_pc_link a{
	color: #000;	
}
.c_nav_pc_link li.c_menu12 {
    margin-bottom: 5px;
}
.c_nav_pc_link li.c_menu12 a {
    background: #000;
    color: #009e72;
	height: 40px;
    line-height: 40px;
    box-sizing: border-box;    
    padding-top: 0;
    padding-bottom: 0;
}

.c_nav_pc_link li.c_menu13 a {
    color: #009e72;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    border: 1px solid #000;
}

.c_nav_pc_link li.c_menu11 a:after {
    background-image: url(../images/icon_link01.png);
}

.c_nav_pc_link li.c_menu11 a:hover:after {
    background-image: url(../images/icon_link03.png);
}

.c_nav_pc_link li.c_menu12 a:after {
    background-image: url(../images/icon_link01.png);
}

.c_nav_pc_link li.c_menu12 a:hover {
    color: #009e72;
}

.c_nav_pc_link li.c_menu12 a:hover:after {
    background-image: url(../images/icon_link02.png);
}
/* .c_nav_pc_link li.c_menu13 {
	vertical-align: middle;
} */

.c_nav_pc_link li.c_menu13 a:after {
    background-image: url(../images/icon_link01.png);
}
.c_nav_pc_link li.c_menu13 a:hover:after {
    background-image: url(../images/icon_link03.png);
}
/* @media all and (-ms-high-contrast: none) {
  .c_nav_pc_link li.c_menu13 {
	vertical-align: top;
}
}
.c_nav_pc_link li.c_menu13 a {
    background: #fff;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-top: 5px;
}
.c_nav_pc_link li.c_menu13 a img {
	height: 25px;
	vertical-align: sub;
}
.c_nav_pc_link li.c_menu13 a:hover img {
	filter: brightness(0);
}
.c_nav_pc_link li.c_menu13 a:after {
	background-image: url(../images/icon_link01.png);
	margin-bottom: 6px;
}
.c_nav_pc_link li.c_menu13 a:hover:after {
	background-image: url(../images/icon_link03.png);
} */
@media screen and (max-width: 840px) {
	.c_nav_pc_link a {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}


/* ### コンテンツ ### */

.c_main_contents {
    margin-top: 120px;
    margin-bottom: 70px;
    position: relative;
    z-index: 6600;
}

.c_contents {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 70px auto;
}




/* ### タイトル(下層ページ) ### */

.c_title {
    text-align: center;
    font-size: 3em;
    padding: 70px 0 100px 0;
}

.c_sub_title {
    font-size: 1.6em;
    padding: 40px 0;
}


/* ### リンクボタン ### */

.c_link_button {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    margin: 90px auto 110px auto;
    color: #fff;
    background-color: rgba(0, 158, 114, 1);
    border: 1px solid rgba(0, 158, 114, 1);
}

.c_link_button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #009e72;
}


.c_link_button_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1.4em;
    font-size: 1.8em;
    text-align: center;
}

.c_link_button_aroow {
    box-sizing: border-box;
    width: 100%;
    height: 110px;
    padding-right: 50px;
}

.c_link_button_aroow div {
    width: 100%;
    height: 110px;
    background: url(../images/arrow.png) no-repeat right center;
}

.c_link_button:hover .c_link_button_aroow div {
    background: url(../images/arrow_ov.png) no-repeat right center;
}






/* ### フッター ### */

.c_footer {
    position: relative;
    z-index: 9990;
    background-color: #fff;
    padding: 150px 0 20px 0;
    width: 100%;
}

.c_footer_inquiry {
    box-sizing: border-box;
    position: relative;
    display: block;
    /* width: 1400px; */
    width: 100%;
    height: 214px;
    margin: 0 auto 40px;
    color: #fff;
    background-color: rgba(0, 158, 114, 1);
    border: 1px solid rgba(0, 158, 114, 1);
}

.c_footer_inquiry:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #009e72;
}

.c_footer_inquiry_en {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0 auto 140px;
    width: 7em;
    height: 1.3em;
    text-align: left;
    font-size: 3.8em;
    letter-spacing: 5px;
}

.c_footer_inquiry_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 7em;
    height: 1.4em;
    font-size: 1.8em;
    text-align: center;
}

.c_footer_inquiry_aroow {
    /* width: 1350px; */
    width: 95%;
    height: 214px;
    background: url(../images/arrow.png) no-repeat right center;
}

.c_footer_inquiry:hover .c_footer_inquiry_aroow {
    background: url(../images/arrow_ov.png) no-repeat right center;
}




.c_footer_area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.c_footer_logo_text{
    display: block;
}

.c_footer_logo {
    display: inline-block;
    width: 200px;
    height: 75px;
    padding-top: 15px;
    margin: 0 45px 0 0;
    vertical-align: middle;
    text-align: right;
}

.c_footer_company {
    margin-bottom: 10px;
}

.c_footer_tel {
    padding-right: 0.5em;
}

.c_footer_txt {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.c_footer_partner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.c_footer_partner img{
    vertical-align: bottom;
}

.g_partners{
    width: 100px;
    display: inline-block;
    padding: 50px 50px 50px 0;
}

.p_mark{
    width: 100px;
    display: inline-block;
}

.c_footer_link {
	display: flex;
	justify-content: center;
	/*flex-flow: wrap;*/
    text-align: center;
/*    margin-top: 30px;*/
/*	margin-left: 55px;*/
}

.c_footer_link li {
    /*display: inline;*/
    padding: 0 20px;
}

.c_footer_link01,
.c_footer_link02 {
    background: url(../images/foot_link_line.png) no-repeat right top;
}

.c_footer_sns {
    margin: 40px 0;
    text-align: center;
}

.c_footer_sns li {
    display: inline-block;
    margin: 0 15px;
}

.c_footer_sns a {
    display: block;
}

.c_footer_copyright {
    margin: 50px 0 30px 0;
    text-align: center;
}


/* ### スマートフォン ### */


/* -------------------------------------------------------------------------------- */


@media (max-width: 1080px) {

    .c_footer_inquiry_txt {
        right: 100px;
        left: inherit;
    }

}

/*  @media (max-width: 1080px)  */

@media (max-width: 750px) {

    .c_spon {
        display: block;
    }

    .c_pcon {
        display: none;
    }

    .c_spon_inline {
        display: inline;
    }

    .c_pcon_inline {
        display: none;
    }

    .c_brpc:before {
        content: "";
        white-space: pre;
    }

    .c_brsp:before {
        content: "\A";
        white-space: pre;
    }


    body,
    .c_wrapper {
        min-width: 100%;
    }

    /* ### ヘッダー ### */
    .c_header_area {
        width: 98%;
        padding-top: 0;
    }

    /* PageTOP */
    .c_pagetop {
        bottom: 20px;
    }

    .c_pagetop div {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .c_pagetop a img {
        width: 30px;
        right: 6px;
    }



    .c_main_contents {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .c_section {
        width: 94%;
    }

    /* ### ロゴ ### */
    .c_logo {
        width: 40px;
        padding-top: 10px;
        padding-left: 10px;
        position: relative;
        z-index: 9996;
    }

    /* ### ナビゲーション ### */
    .c_nav_sp {
        padding-top: 10px;
        position: relative;
    }

    .c_nav_sp_menu_button {
        text-align: right;
        padding: 5px 15px 0 0;
    }

    .c_nav_sp_menu_button a {
        display: block;
    }

    .c_nav_sp_menu_button img {
        width: 40px;
        height: auto;
    }


    .c_nav_sp_menu {
        display: none;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        width: 65%;
        height: 100vh;
        padding-top: 10px;
        padding-left: 30px;
        background-color: rgba(255, 255, 255, 1);
        z-index: 9999;
    }


    .c_nav_sp_logo {
        width: 100px;
    }


    .c_nav_sp_menu_close {
        box-sizing: border-box;
        width: 100%;
        text-align: right;
        padding: 0px 15px 0 0;
    }

    .c_nav_sp_menu_close img {
        width: 40px;
        height: auto;
    }


    .c_nav_sp_menu li {
        font-size: 0.9em;
    }

    .c_nav_sp_menu li a {
        display: block;
        padding-top: 40px;
    }

    .c_nav_sp_menu .c_link {
        margin: 15px 0;
        padding: 10px 0;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
    }

    .c_nav_sp_menu .c_link li {
        font-size: 0.6em;
    }

    .c_nav_sp_menu li.c_menu11 a:after,
    .c_nav_sp_menu li.c_menu12 a:after,
	.c_nav_sp_menu li.c_menu13 a:after {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 0 0 10px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }


    .c_nav_sp_menu li.c_menu11 a:after,
    .c_nav_sp_menu li.c_menu12 a:after,
	.c_nav_sp_menu li.c_menu13 a:after {
        background-image: url(../images/icon_link03.png);
    }

    .c_nav_sp_tel {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    /* ### フッター ### */
    .c_footer {
        padding: 70px 0 20px 0;
    }

    .c_footer_inquiry {
        width: 96%;
        height: 104px;
    }

    .c_footer_inquiry_en {
        margin: auto 0 auto 20px;
        width: 7em;
        height: 1.3em;
        font-size: 1.8em;
        letter-spacing: 1px;
    }

    .c_footer_inquiry_txt {
        top: 0;
        left: 50%;
        right: auto;
        bottom: 0;
        width: 7em;
        font-size: 1.1em;
    }


    .c_footer_inquiry_aroow {
        width: 95%;
        height: 104px;
        background-size: 10px auto;
    }

    .c_footer_inquiry:hover .c_footer_inquiry_aroow {
        background-size: 10px auto;
    }


    .c_footer_area {
        width: 100%;
    }

    .c_footer_logo {
        float: none;
        display: block;
        width: 90px;
        height: auto;
        padding-top: 15px;
        margin: 0 auto 10px auto;
    }

    .c_footer_txt {
        display: block;
        margin: 0 0 20px;
        font-size: 0.76em;
        text-align: center;
    }

    .c_footer_partner {
        display: block;
    }

    .c_footer_link {
        /*width: 310px;*/
        margin: 10px auto;
        font-size: 0.76em;
    }

    .c_footer_link01 {
        padding: 0 6px 0 0 !important;
        background: url(../images/foot_link_line_sp.png) no-repeat right top;
    }

    .c_footer_link02 {
        padding: 0 6px 0 6px !important;
        background: url(../images/foot_link_line_sp.png) no-repeat right top;
    }

    .c_footer_link03 {
        padding: 0 0 0 6px !important;
    }

    .c_footer_copyright {
        margin: 30px 0 30px 0;
    }

    /* ### リンクボタン ### */
    .c_link_button {
        height: 72px;
        margin: 25px auto 80px auto;
    }

    .c_link_button_txt {
        font-size: 1.2em;
    }


    .c_link_button_aroow {
        height: 72px;
        padding-right: 5%;
    }

    .c_link_button_aroow div {
        height: 72px;
        background-size: 10px auto;
    }

    .c_link_button:hover .c_link_button_aroow div {
        background-size: 10px auto;
    }

    /* ### コンテンツ ### */
    .c_contents {
        width: 92%;
        margin: 0 auto 0 auto;
    }

    /* ### タイトル(下層ページ) ### */
    .c_title {
        font-size: 2.2em;
        padding: 70px 0 70px 0;
    }
}


/*  @media (max-width: 750px)  */


.br-sp {
    display: none;
}

@media screen and (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.br-tb {
    display: none;
}

@media screen and (max-width: 800px) {
    .br-tb {
        display: block;
    }
}

.br-pc {
    display: none;
}

@media screen and (min-width: 1000px) {
    .br-pc {
        display: block;
    }
}


/*20210831*/

#c_footer_privacy {
	display:inline-block;
	margin-top: 30px;	
/*	min-width: 205px;*/
}

@media screen and (max-width: 750px) {
	#c_footer_privacy {
		margin-top: 20px;
/*
		margin-left: 30px;
		min-width: auto;
*/
	}
	#c_footer_privacy .menu__single {
		padding: 0 !important;
	}	
}
/*#c_footer_privacy .menu__second-level {
    padding-left: 0;
}*/


.menu__single{
	padding: 0 0 0 20px !important;
}
/*.menu__second-level{
	text-align:left;
	padding-left: 20px;
}*/
.menu__second-level {
	display: none;
	/*text-align:left;
	padding-left: 20px;*/
}
.menu__second-level li {
	width:auto;
    padding: 0 0 0 1em;
    font-size: 12px;
    margin-top: 5px;
	position:relative;
}
.menu__second-level li::before {
	display: block !important;
	position: absolute;
    content: "";
    top: 6px;
    left: 0;
    border: 3px solid transparent;
    border-left: 4px solid #000;
}
.menu__single {
	cursor:pointer;
	text-align:left;
}

.menu__single:hover {
	opacity:1;
}
.menu__single.active {
  min-height: 180px;
}

@media screen and (max-width: 750px) {
	
	.menu__second-level li {
    	font-size: 9px;
	}
	.menu__single {
		padding: 0 0 0 6px !important;
	}
/*
	.accordion_btn {
		padding-right: 30px;
	}
*/
	
}

