@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}


/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
}




/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.w1620 {
    position: relative;
    display: block;
    width: 1620px;
    margin-left: auto;
    margin-right: auto;
}
.w1520 {
    position: relative;
    display: block;
    width: 1520px;
    margin-left: auto;
    margin-right: auto;
}
.w1400 {
    position: relative;
    display: block;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.w1300 {
    position: relative;
    display: block;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.w1200 {
    position: relative;
    display: block;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.w1100 {
    position: relative;
    display: block;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.w1000 {
    position: relative;
    display: block;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.w_side {
    background: #fff;
    margin-right:3vw;
    margin-left: 3vw;
}
.mw {
	min-width: 1000px;
}
.w:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 1720px) {
    .w1620 {
        width: auto;
        margin-right:6vw;
        margin-left: 6vw;
    }
}
@media screen and (max-width: 1620px) {
    .w1520 {
        width: auto;
        margin-right:6vw;
        margin-left: 6vw;
    }
}
@media screen and (max-width: 1500px) {
    .w1400 {
        width: auto;
        margin-right:6vw;
        margin-left: 6vw;
    }
}
@media screen and (max-width: 1400px) {
    .w1300 {
        width: auto;
        margin-right:6vw;
        margin-left: 6vw;
    }
}
@media screen and (max-width: 1300px) {
    .w1200 {
        width: auto;
        margin-right:6vw;
        margin-left: 6vw;
    }
}
@media screen and (max-width: 1200px) {
    .w1100 {
        width: auto;
        margin-right:6vw;
        margin-left: 6vw;
    }
}
@media screen and (max-width: 1100px) {
    .w1000 {
        width: auto;
        margin-right:6vw;
        margin-left: 6vw;
    }
}
@media screen and (max-width: 768px) {
    .w {
		width: auto;
		padding: 0;
	}
	#container.sub .w {
		width: auto;
	}
	.mw {
		min-width: 0;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 768px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}


/* main_contents_navi
============================================================================================================ */
.main_contents_navi {
    position:absolute;
    background: #fff;
    width: 100%;
    top: 80px;
    left: 0;
    max-height: 95vh;
    transition: all 0.3s ease;
    transform-origin: center top;
    transform: scaleY(.96);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.main_contents_navi.open {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    background: #fff;
}
body {
    position:relative;
}
body:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.60);
    position:fixed;
    left: 0;
    top: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
body.shadow:after {
    visibility: visible;
    opacity: 1;
}
.main_contents_navi > div {
    /*max-height: 95vh;*/
    max-height: -webkit-calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: url("../images/bg_nanohana.svg") no-repeat center 45%;
    background-size: 100% auto;
}
.main_contents_navi > div > div {
    width: 1535px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem !important;
    position: relative;
}
.main_contents_navi .social_list {
    border-top: 1px solid #DEDDDD;
    height: 100px;
    display:-webkit-box !important;
  	display:-ms-flexbox !important;
  	display:flex !important;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 33.5%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main_contents_navi .social_list span {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    color: #595757;
    margin-left: 10px;
}
.main_contents_navi .social_list svg {
    width: 25px;
    height: auto;
    fill: #ACABAB;
    vertical-align: middle;
}
.main_contents_navi .social_list a svg {
    transition: all 0.3s ease;
}
.main_contents_navi .social_list a:hover span {
    color: #000000;
}
.main_contents_navi .social_list a:hover svg {
    fill: #000000;
}
.main_contents_navi .main_contents_navi_box {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding: 80px 0 95px;
}
.main_contents_navi .main_contents_navi_box li a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    background: #E6E6E6;
    border: 1px solid #E6E6E6;
    width: 465px;
    padding: 1em;
}
.main_contents_navi .main_contents_navi_box li + li {
    margin-left: 10px;
}
.main_contents_navi .main_contents_navi_box li a:hover {
    background: #fff;
    border: 1px solid #CDCCCC;
}
.main_contents_navi .main_contents_navi_box li.recruit a:hover {
    color: #F87D95;
    border: 1px solid #F87D95;
}

@media screen and (max-width: 1700px) {  
    .main_contents_navi > div > div {
        width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
        margin-left: 100px;
        margin-right: 100px;
    }
}
@media screen and (max-width: 1600px) {
    .main_contents_navi .social_list {
        width: 37%;/*40-3%*/
    }
}

/* contents_navi
============================================================================================================ */
.contents_navi {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    color: #595757;
}
.contents_navi a {
    color: #595757;
    display: block;
}
.contents_navi a:hover {
    color: #F87D95;
}
.contents_navi > ul:nth-child(1) {
    width: 16%;
    padding-right: 3%;
}
.contents_navi > ul:nth-child(2) {
    width: 31%;
    padding-right: 3%;
    padding-left: 3%;
}
.contents_navi > ul:nth-child(3),
.contents_navi > ul:nth-child(4) {
    width: 19.5%;
    padding-right: 3%;
    padding-left: 3%;
}
.contents_navi > ul:nth-child(5) {
    width: 14%;
    padding-left: 3%;
}
.contents_navi > ul + ul {
    border-left: 1px solid #DEDDDD;
}
.contents_navi > ul > li > a {
    display: block;
    position: relative;
    padding: 1.75em 0;
    border-bottom: 1px solid #DEDDDD;
}
.contents_navi > ul > li > a:hover {
    border-bottom: 1px solid #F87D95;
}
.contents_navi > ul:first-child > li > a {
    border-bottom: 1px solid #E6E6E6;
}
.contents_navi > ul:first-child > li > a:hover {
    border-bottom: 1px solid #F87D95;
}
.contents_navi > ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.7px 0 2.7px 4.7px;
    border-color: transparent transparent transparent #ACABAB;
    position: absolute;
    right: 0;
    top: 2.5em;
}
.contents_navi > ul > li > a:hover:after {
    border-color: transparent transparent transparent #F87D95;
}
.contents_navi > ul > li > span {
    display: block;
    color: #CDCCCC;
    padding: 1.75em 0;
    border-bottom: 1px solid #DEDDDD;
}
.contents_navi > ul ul {
    padding-top: 1.25em;
} 
.contents_navi > ul:nth-child(2) ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.contents_navi > ul:nth-child(2) ul li:nth-child(odd) {
    width: 52%;
}
.contents_navi > ul:nth-child(2) ul li:nth-child(even) {
    width: 48%;
}
.contents_navi > ul ul li > a {
    display: block;
    position: relative;
    padding: 1em 0;
}
.contents_navi > ul ul ul {
    padding-top: 0;
}
.contents_navi > ul ul ul > li > a {
    position: relative;
    padding-left: 1em;
}
.contents_navi > ul ul ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.7px 0 2.7px 4.7px;
    border-color: transparent transparent transparent #ACABAB;
    position: absolute;
    left: 0;
    top: 1.65em;
}
/* main_contents_navi内 */
.main_contents_navi .contents_navi > ul:first-child > li > a {
    border-bottom: 1px solid #fff;
}
.main_contents_navi .contents_navi > ul:first-child > li > a:hover {
    border-bottom: 1px solid #F87D95;
}
.main_contents_navi .contents_navi > ul:nth-child(1) {
    width: 15%;
}
.main_contents_navi .contents_navi > ul:nth-child(2) {
    width: 30%;
}
.main_contents_navi .contents_navi > ul:nth-child(3),
.main_contents_navi .contents_navi > ul:nth-child(4) {
    width: 18.5%;
}
.main_contents_navi .contents_navi > ul:nth-child(5) {
    width: 18%;
    padding-right: 3%;
}
.main_contents_navi .contents_navi > ul:nth-child(4) {
    padding-bottom: 150px;
}
.main_contents_navi .contents_navi > ul:nth-child(5) {
    margin-bottom: 150px;
}
.main_contents_navi .contents_navi > ul:nth-child(5) {
    border-left: none;
    background: #F8F8F8;
    mix-blend-mode: multiply;
}
.main_contents_navi .contents_navi > ul > li > a {
    color: #000;
}
.main_contents_navi .contents_navi > ul a:hover {
    color: #F87D95;
}
.main_contents_navi .contents_navi > ul > li > a:hover {
    color: #F87D95;
}
.main_contents_navi .contents_navi > ul > li.over > a {
    color: #F87D95;
    border-bottom: 1px solid #F87D95;
}
.main_contents_navi .contents_navi > ul > li.over > a:after {
    border-color: transparent transparent transparent #F87D95;
}
.main_contents_navi .contents_navi > ul > li.over > span {
    color: #F87D95;
    border-bottom: 1px solid #F87D95;
}
#header nav > div > div > ul > li.useful > a {
    cursor: default;
}
/* footer内 */
footer .contents_navi > ul a:hover {
    color: #000;
}
footer .contents_navi > ul > li > a:hover {
    color: #CDCCCC;
}

@media screen and (max-width: 1600px) { 
    .main_contents_navi .contents_navi > ul:nth-child(1),
    .main_contents_navi .contents_navi > ul:nth-child(2),
    .main_contents_navi .contents_navi > ul:nth-child(3),
    .main_contents_navi .contents_navi > ul:nth-child(4),
    .main_contents_navi .contents_navi > ul:nth-child(5) {
        width: 25%;
    }
    .main_contents_navi .contents_navi > ul:nth-child(2) ul {
        display: block;
    }
    .main_contents_navi .contents_navi > ul:nth-child(2) ul li:nth-child(odd) {
        width: 100%;
    }
    .main_contents_navi .contents_navi > ul:nth-child(2) ul li:nth-child(even) {
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {  
    .main_contents_navi {
        display: none !important;
    }
    .main_navi > li:hover .main_contents_navi {
        display: none !important;
    }
}
@media screen and (max-width: 1200px) { 
    footer .contents_navi > ul:nth-child(2) ul {
        display: block;
    }
    footer .contents_navi > ul:nth-child(2) ul li:nth-child(odd),
    footer .contents_navi > ul:nth-child(2) ul li:nth-child(even) {
        width: 100%;
    }
    footer .contents_navi > ul:nth-child(1) {
        width: 25%;
        padding-right: 2vw;
    }
    footer .contents_navi > ul:nth-child(2) {
        width: 25%;
        padding-right: 2vw;
        padding-left: 2vw;
    }
    footer .contents_navi > ul:nth-child(3),
    footer .contents_navi > ul:nth-child(4) {
        width: 25%;
        padding-right: 2vw;
        padding-left: 2vw;
    }
    footer .contents_navi > ul:nth-child(5) {
        width: 25%;
        padding-left: 2vw;
    }
}

/* top_main_sidenavi
============================================================================================================ */
.top_main_sidenavi {
    display: block !important;
    position: absolute;
    z-index: 99;
    top: 50vh;
    margin-top: -webkit-calc((3em + 80px)* -1);
    margin-top: calc((3em + 80px)* -1);
    width: 100%;
}
.top_main_sidenavi li {
    font-size: 1.3rem;
    letter-spacing: 0.25em;
    line-height: 1;
    border-top: 1px solid #ACABAB;
    border-bottom: 1px solid #ACABAB;
    position: absolute;
}
.top_main_sidenavi li:first-child {
    left: 50px;
    margin-left: -0.5em;
}
.top_main_sidenavi li:last-child {
    right: 50px;
    margin-right: -0.5em;
}
.top_main_sidenavi li a {
    display: inline-block;
    color: #ACABAB;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 1em 0;
}
.top_main_sidenavi li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}
.top_main_sidenavi li:first-child a:before {
    border-width: 3px 5.25px 3px 0;
    border-color: transparent #ACABAB transparent transparent;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none;
}
.top_main_sidenavi li:last-child a:before {
    border-width: 3px 0 3px 5.25px;
    border-color: transparent transparent transparent #ACABAB;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none;
}
.top_main_sidenavi li a:hover {
    color: #595757;
}
.top_main_sidenavi li:first-child a:hover:before {
    border-color: transparent #595757 transparent transparent;
}
.top_main_sidenavi li:last-child a:hover {
    color: #F87D95;
}
.top_main_sidenavi li:last-child a:hover:before {
    border-color: transparent transparent transparent #F87D95;
}

@media screen and (max-width: 1300px) {
    .top_main_sidenavi li:first-child {
        left: 3.5vw;
        margin-left: -0.5em;
    }
    .top_main_sidenavi li:last-child {
        right: 3.5vw;
    }
}


/* footer
============================================================================================================ */
footer {
	font-size: 1.6rem;
	padding: 145px 0 0;
    position: relative;
    background: #E6E6E6;
}
footer .footer_area {
    width: 1336px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 95px;
    color: #595757;
}
footer .footer_area a {
    color: #595757;
}
footer .foot_navi_middle {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-top: 50px;
}
footer .foot_navi_btn {
    margin-left: auto;
    width: 22.5%;
}
footer .foot_navi_btn a {
    display: block;
    text-align: center;
    background: #C5C4C4;
    letter-spacing: 0.2em;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
footer .foot_navi_btn a:hover {
    background: #6A6868;
    color: #fff;
}
footer .foot_navi_bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #DEDDDD;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
footer .foot_navi_bottom a:hover {
    color: #000;
}
footer .foot_navi_bottom ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .foot_navi_bottom ul.foot_navi_box {
    /*width: 42.5%;*/
    width: 35%;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .foot_navi_bottom ul.foot_navi_box li {
    background: #F0F0F0;
    width: 49%;
}
footer .foot_navi_bottom ul.foot_navi_box li a {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 1.25em;
}
footer .foot_navi_bottom ul.foot_navi_box li a:hover {
    background: #fff;
    color: #595757;
}
footer .foot_navi_bottom ul.foot_navi_box li.recruit a:hover {
    color: #F87D95;
}
footer .foot_navi_bottom ul.foot_sub_navi {
    /*width: 50%;*/
    width: 60.5%;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .foot_navi_bottom ul.foot_sub_navi li {
    margin: 0 1.5em;
    letter-spacing: 0;
}
footer .foot_navi_bottom .social_list {
    width: 7.5%;
/*    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
footer .foot_navi_bottom .social_list li {
    width: 33.33%;
}
footer .foot_navi_bottom .social_list li:nth-child(2) {
    text-align: center;
}
footer .foot_navi_bottom .social_list li:nth-child(3) {
    text-align: right;
}
footer .foot_navi_bottom .social_list span {
    display:none;
}
footer .foot_navi_bottom .social_list svg {
    width: 25px;
    height: 25px;
    fill: #ACABAB;
}
footer .foot_navi_bottom .social_list a svg {
    transition: all 0.3s ease;
}
footer .foot_navi_bottom .social_list a:hover svg {
    fill: #000000;
}
footer .foot_bottom {
    background: #FFFFFF;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 15px 0;
}
footer .foot_logo {
    margin: 0 75px;
}
footer .foot_logo img {
    width: 80px;
    height: auto;
}
footer .foot_sp_navi {
    display: none;
}
@media screen and (max-width: 1500px) { 
    footer {
        padding: 80px 0 0;
    }
    footer .footer_area {
        width: 88%;
        margin-bottom: 60px;
    }
    footer .foot_navi_bottom {
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
    }
    footer .foot_navi_bottom ul.foot_navi_box {
        width: 100%;
    }
    footer .foot_navi_bottom ul.foot_sub_navi {
        width: 100%;
        margin-top: 20px;
    }
    footer .foot_navi_bottom .social_list {
        width: 95px;
        margin-left: auto;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px) { 
    footer .foot_navi_bottom ul.foot_sub_navi {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 768px) {  
	footer {
        padding: 60px 0 0;
    }
    footer .footer_area {
        width: 86%;
        margin-bottom: 8%;
    }
    footer .contents_navi{
        display: none;
    }
    footer .foot_sp_navi {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        font-size: 0.9em;
    }
    footer .foot_sp_navi > ul {
        width: 50%;
    }
    footer .foot_sp_navi > ul:nth-child(odd) {
        padding-right: 9%;
    }
    footer .foot_sp_navi > ul:nth-child(even) {
        padding-left: 9%;
    }
    footer .foot_sp_navi > ul + ul {
        border-left: 1px solid #DEDDDD;
    }
    footer .foot_sp_navi > ul li + li {
        margin-top: 2em;
    }
    footer .foot_sp_navi > ul li > span {
        color: #acabab;
    }
    footer .foot_sp_navi > ul li ul {
        font-size: 0.8em;
        padding-left: 1em;
        margin-top: 1.5em;
    }
    footer .foot_sp_navi > ul li ul li + li {
        margin-top: 1.5em;
    }
    footer .foot_navi_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 8%;
        padding-top: 5%;
    }
    footer .foot_navi_bottom ul.foot_navi_box {
        margin-top: 5%;
    }
    footer .foot_navi_bottom ul.foot_navi_box li a {
        font-size: 0.8em;
        color: #000;
    }
    footer .foot_navi_bottom ul.foot_sub_navi {
        margin-top: 5%;
        padding-top: 5%;
        border-top: 1px solid #DEDDDD;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    footer .foot_navi_bottom ul.foot_sub_navi li {
        margin: 0.5em 0;
        width: 50%;
        font-size: 0.8em;
    }
    footer .foot_navi_bottom ul.foot_sub_navi li:nth-child(odd) {
        padding-right: 9%;
    }
    footer .foot_navi_bottom ul.foot_sub_navi li:nth-child(even) {
        padding-left: 9%;
    }
    footer .foot_navi_bottom .social_list {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .foot_navi_bottom .social_list li {
        height: 25px;
        text-align: center;
    }
    footer .foot_navi_bottom .social_list li:nth-child(2),
    footer .foot_navi_bottom .social_list li:nth-child(3) {
        text-align: center;
    }
    footer .foot_bottom {
        display: block;
        text-align: center;
    }

}

/* copyright
------------------------------------------------------------- */
.copyright {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    color: #595757;
}

@media screen and (max-width: 768px) {
	.copyright {
		display: block;
		font-size: 0.7rem;
        letter-spacing: 0.05em;
		line-height: 1.4;
		text-align: center;
        margin-top: 1em;
	}
}

/* pagetop
------------------------------------------------------------- */
#pagetop {
    font-size: 1.0rem;
    position: absolute;
    top: 145px;
    right: 2vw;
}
#pagetop a {
    color: #F87D95;
    display: inline-block;
    padding-top: 130px;
    text-align: center;
}
#pagetop a:hover {
    color: #000;
}
#pagetop:before {
    content:"";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 120px;
    left: 50%;
    top: 0;
    background: #fff;
}
#pagetop span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 120px;
    background: none;
    overflow: hidden;
}
#pagetop span:after {
    content:"";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 60px;
    left: 0;
    bottom: 0;
    background: #F87D95;
}
@media screen and (max-width: 1500px) { 
    #pagetop {
        top: 80px;  
    }
}
@media screen and (max-width: 768px) {
    #pagetop {
        font-size: 0.7rem;
        top: 60px;
        right: 1.5vw;
    }
    #pagetop a {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* topic_path
============================================================================================================ */
.topic_path{
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
    background: #FAFAFA;
}
.topic_path.topic_path_bg_white{
    background: #fff;
}
.topic_path ul{
    width: 1336px;
    margin-right:auto;
    margin-left: auto;
    padding: 1em 0 1.2em;
}
.topic_path li a {
    color: #595757;
    text-decoration: none!important;
}
.topic_path li a:hover {
    color: #F87D95;
}
.topic_path li{
	display: inline-block;
}
.topic_path li a:after{
	content:">";
	margin-left: 5px;
    color: #595757;
}
.w1620.topic_path ul {
    width: 1620px;
}
@media screen and (max-width: 1720px) {
    .w1620.topic_path ul {
        width: 100%;
    }
}
@media screen and (max-width: 1400px) { 
    .topic_path ul{
        width: 94%;
    }
    .w1000.topic_path ul,
    .w1300.topic_path ul {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	.topic_path{
		font-size: 0.7rem;
	}
    .topic_path ul {
        display:block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
        padding: 1.5em 0;
    }
}

/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	font-size: 17px;
	font-size: 1.7rem;
    letter-spacing: 0.1em;
	display: block;
    padding-top: 80px;
}
section a {
    text-decoration: underline;
    color: #F87D95;
}
section a:hover {
    text-decoration: none;
}
#container a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	#container {
		padding-top: 80px;
		font-size: 1.4rem;
        letter-spacing: 0.05em;
	}
}



/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section-border + .section,
.section_s + .section {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.section + .section {
		margin-top: 30px;
	}
}

/* table
============================================================================================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.basic {
	line-height: 1.6;
	table-layout: fixed;
    border: 2px solid #fff;
}
table.basic th,
table.basic td {
	padding: 1em 1em;
	word-wrap:break-word;
    border: 2px solid #fff;
}
table.basic th {
    font-weight: bold;
	background:#E6E6E6;
}
table.basic td {
	background:#fff;
}
table.basic a {
    text-decoration: underline;
}
table.basic a:hover{
    text-decoration: none;
}
table.basic.th_center th {
	text-align: center;
}
table.basic.td_center td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}
table.basic.th_nowrap th {
    white-space: nowrap;
}
table.basic.td_nowrap td {
    white-space: nowrap;
}
table.basic.td_right td.tac {
    text-align: center;
}
table.basic.td_center td.tal {
    text-align: left;
}
table.table_line th,
table.table_line td {
    border-top: 1px solid #EE6C00; 
    padding: 1em;
}
table.table_line tr:first-child th,
table.table_line tr:first-child td {
    border-top: none;  
}
table.w100 {
    width: 100%;
}
table.table_line th {
    vertical-align: top;
}
table.th_w10 tr th:first-child,
table.th_w10 tr td:first-child{
    width: 10%;
}
table.th_w15 tr th:first-child,
table.th_w15 tr td:first-child{
    width: 15%;
}
table.th_w20 tr th:first-child,
table.th_w20 tr td:first-child{
    width: 20%;
}
table.th_w25 tr th:first-child,
table.th_w25 tr td:first-child{
    width: 25%;
}
table.th_w30 tr th:first-child,
table.th_w30 tr td:first-child{
    width: 30%;
}
table.th_w35 tr th:first-child,
table.th_w35 tr td:first-child{
    width: 35%;
}
table.th_w40 tr th:first-child,
table.th_w40 tr td:first-child{
    width: 40%;
}
table.th_w50 tr th:first-child,
table.th_w50 tr td:first-child{
    width: 50%;
}

table.border_none td,
table.border_none th{
	padding-bottom: 20px;
}
table.basic.border_c th,
table.basic.border_c td{
	border: 1px solid #231815 !important;
}

table.form {
	width: 100%;
	line-height: 1.6;
	table-layout: fixed;
}
table.form th,
table.form td {
	padding: 1em 0;
	word-wrap:break-word;
}
table.form th {
    width: 35%;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0.2em;
    font-weight: bold;
    color: #444;
}
table.form td {
    font-size: 1.7rem;
}
table.form tr:first-child th {
    margin-top: 0;
}
table.form span.req {
    font-size: 1.6rem;
    color: #BB0000;
    margin-left: 0.5em;
}
.contact_top {
    font-size: 1.5rem;
}
.contact_top span.req {
    font-size: 1.8rem;
    color: #BB0000;
    margin-right: 0.5em;
    position: relative;
    top: 0.1em;
}
table.form span.note {
    font-size: 1.3rem;
    color: #dd0000;
    margin-left: 1em;
}
table.form input[type=text],
table.form input[type=email],
table.form input[type=tel],
table.form input[type=url],
table.form select,
table.form textarea {
	width: 100%;
	padding: 0.6em 1em;
	border: 1px solid #CC99FF;
	font-size: 15px;
	font-size: 1.5rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input::placeholder,
textarea::placeholder{
  color: #B2B2B2;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
    transition: .1s;
}
/* Chrome・Safari用 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    transition: .1s;
}
/* Firefox18以前用 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
    transition: .1s;
}
/* Firefox19以上用 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    transition: .1s;
}
table.form input[type=text]:focus,
table.form input[type=tel]:focus,
table.form input[type=email]:focus,
table.form textarea:focus {
	border: 1px solid #4B269B;
    -webkit-box-shadow: 0px 0px 0 1px #4B269B;
	-moz-box-shadow: 0px 0px 0 1px #4B269B;
	-ms-box-shadow: 0px 0px 0 1px #4B269B;
	box-shadow: 0px 0px 0 1px #4B269B;
}
table.form input.size_l {
	width: 100%;
}
table.form input.size_m {
	width: 50%;
}
table.form input.size_s {
	width: 29%;
}
table.form input.size01 {
	width: 80%;
}
table.form input.size02 {
	width: 150px;
}
table.form input.size03 {
	width: 320px;
}
table.form input.size04 {
	width: 85px;
}
table.form textarea.size_l {
	width: 100%;
	height: 200px;
}
table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 768px) {
	table.basic {
		border-width: 2px;
		font-size: 1.4rem;
		line-height: 1.5;
        border: none;
	}
    table.basic.sp_td_center td {
        text-align: center;
    }
    table.sp_table_block th,
    table.sp_table_block td{
      border-top: none;
    }
    table.sp_table_block tbody,
    table.sp_table_block tr,
    table.sp_table_block th,
    table.sp_table_block td {
        display: block;
    }
	/*table.basic th {
		width: 10%;
	}
	table.basic td {
		width: 20%;
	}*/
    table.sp_table_block.th_w10 tr th:first-child,
    table.sp_table_block.th_w15 tr th:first-child,
    table.sp_table_block.th_w20 tr th:first-child,
    table.sp_table_block.th_w25 tr th:first-child,
    table.sp_table_block.th_w30 tr th:first-child,
    table.sp_table_block.th_w35 tr th:first-child,
    table.sp_table_block.th_w40 tr th:first-child,
    table.sp_table_block.th_w50 tr th:first-child,
    table.sp_table_block.th_w15 tr td:first-child,
    table.sp_table_block.th_w10 tr td:first-child,
    table.sp_table_block.th_w20 tr td:first-child,
    table.sp_table_block.th_w25 tr td:first-child,
    table.sp_table_block.th_w30 tr td:first-child,
    table.sp_table_block.th_w35 tr td:first-child,
    table.sp_table_block.th_w40 tr td:first-child,
    table.sp_table_block.th_w50 tr td:first-child {
        width: 100%;
    }

	table.form th,
	table.form td {
		display: block;
		border-right: none;
        padding: 0.3em 0;
	}

    table.form th {
        width: 100%;
        font-size: 1.5rem;
    }
    table.form td {
        font-size: 1.6rem;
    }
    table.form span.req {
        font-size: 1.2rem;
        margin-left: 1em;
    }
    table.form input[type=text],
    table.form input[type=tel],
    table.form select,
    table.form textarea {
        padding: 0.5em 0.75em;
        font-size: 15px;
        font-size: 1.5rem;
    }
    table.form textarea.size_l {
        height: 100px;
    }

    .scroll_table .scroll {
        overflow:auto;
    }
    .scroll_table .scroll table {
            width:100%;
            white-space: nowrap;
            display:block;
    }
    /* scroll */
    .scroll_table .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 25px !important;
    }
    .scroll_table #mCSB_1_scrollbar_horizontal,
    .scroll_table #mCSB_2_scrollbar_horizontal{
        position: relative;
        height: 10px;
        bottom: 5px;
    }
    .scroll_table #mCSB_1_scrollbar_horizontal:before,
    .scroll_table #mCSB_2_scrollbar_horizontal:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        border-bottom: 10px solid #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        z-index:1;
    }
    .scroll_table mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #EE6C00 !important;
    }
    .scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
        width: 100px !important;
    }
    .scroll_table .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .scroll_table .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
        background-color: #EE6C00 !important;
        height: 10px !important;
        top: 0;
        margin: 0 !important;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        opacity: 1.0 !important;
    }
    .scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        height: 10px !important;
    }
    .scroll_table .mCSB_scrollTools{ opacity: 1.0 !important; filter: "alpha(opacity=100)" !important; -ms-filter: "alpha(opacity=100)" !important; }
    .scroll_table .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #fff !important;
    }
    .scroll_table .mCSB_scrollTools .mCSB_draggerContainer {
        position: relative !important;
    }
    .scroll_table .mCSB_scrollTools {
        position: relative !important;
    }
}

/* dl
============================================================================================================ */

dl.basic {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
dl.basic > dt {
    width: 20%;
    text-align: center;
    background: #B9DCF9;
    padding: 0.5em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-top: 15px;
}
dl.basic > dd {
    width: 80%;
    padding: 0.5em 0 0.5em 1.5em;
    margin-top: 15px;
}
dl.basic > dt:first-child,
dl.basic > dt:first-child + dd{
    margin-top: 0;
}

dl.dl_line {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap; 
}
dl.dl_line > dt {
    width: 20%;
    padding: 1em 0.5em 1em 1em;
    border-top: 1px solid #EE6C00;
}
dl.dl_line > dd {
    width: 80%;
    padding: 1em 1em 1em 0.5em;
    border-top: 1px solid #EE6C00;
}
dl.dl_line > dt:first-child,
dl.dl_line > dt:first-child + dd{
    border-top: none;
}

dt.dl_full,
dd.dl_full {
    width: 100% !important;
}
@media screen and (max-width: 768px) {
    dl.basic > dt {
        margin-top: 10px;
    }
    dl.basic > dd {
        margin-top: 10px;
    }
}

/* link
============================================================================================================ */
/*a.blank {
	padding: 3px 26px 3px 0;
	background: url(../images/parts/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../images/parts/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 768px) {
	a.blank {
		background-image: url(../images/parts/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../images/parts/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}*/



/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square > li {
	position: relative;
	padding-left: 1.2em;
}
ul.square > li:before {
	content: "■";
	position: absolute;
	left: 0;
    color: #D3B9F8;
}

/* circle
------------------------------------------------------------- */
ul.circle > li {
	position: relative;
	padding-left: 1em;
}
ul.circle > li:before {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F87D95;
    position: absolute;
    left: 0;
    top: 0.6em;
}
ul.circle > li + li {
    margin-top: 0.75em;
}
ul.circle_l > li {
	position: relative;
	padding-left: 1.2em;
}
ul.circle_l > li:before {
	content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #F87D95;
    position: absolute;
    left: 0;
    top: 0.3em;
}
ul.circle_l > li + li {
    margin-top: 0.3em;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk > li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}
ul.asterisk > li:before {
	content: "＊";
	position: absolute;
	left: 0;
}


/* disc
------------------------------------------------------------- */
ul.disc > li {
	position: relative;
	padding-left: 1em;
}
ul.disc > li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes > li {
	position: relative;
	padding-left: 1em;
}
ul.notes > li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal > li {
	margin-left: 1.5em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses > li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses > li .num {
	position: absolute;
	left: 0;
}

/* number
------------------------------------------------------------- */
ol.number > li {
	position: relative;
	padding-left: 40px;
}
ol.number > li + li {
    margin-top: 1.5em;
}
ol.number > li .num {
	position: absolute;
	left: 0;
    top: -0.15em;
}
ol.number > li .num {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #EE6C00;
    width: 30px;
    height: 30px;
    padding-top: 0.1em;
}
/* number_round
------------------------------------------------------------- */
ol.number_round > li {
	position: relative;
	padding-left: 1.3em;
}
ol.number_round > li + li {
    margin-top: 0.3em;
}
ol.number_round > li .num {
	position: absolute;
	left: 0;
    top: 0.3em;
}
ol.number_round > li .num {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #F87D95;
    border-radius: 100%;
    width: 1.4em;
    height: 1.4em;
    padding-top: 0.1em;
}
@media screen and (max-width: 768px) {
    ol.number > li {
        padding-left: 35px;
    }
    ol.number > li .num {
        font-size: 1.8rem;
        width: 25px;
        height: 25px;
    }
}
/* img
============================================================================================================ */
img {
	max-width: 100%;
	height: auto;
}
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ofi_contain {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

/* img.radius
============================================================================================================ */
img.radius {
	border-radius: 50%;
}

/* border_box
============================================================================================================ */
.border_box {
	border: 1px solid #EE6C00;
	padding: 3% 4%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .border_box {
        padding: 5% 6%;
    }
}


/* border_radius
============================================================================================================ */
.border_radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/* col_
============================================================================================================ */
.col_2,
.col_3,
.col_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col_5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.col_2 > li,
.col_2 > div,
.col_2 > ul,
.col_2 > dl{
    width: 47.27%;
    margin-bottom: 3%;
}
.col_2_s > li,
.col_2_s > div,
.col_2_s > ul,
.col_2_s > dl{
    width: 45%;
    margin-bottom: 3%;
}
.col_2_l > li,
.col_2_l > div,
.col_2_l > ul,
.col_2_l > dl{
    width: 49%;
    margin-bottom: 2%;
}
.col_3 > li,
.col_3 > div,
.col_3 > ul,
.col_3 > dl{
    width: 32.2%;
    margin-bottom: 3%;
}
.col_3:after {
    content:"";
    display: block;
    width: 31.5%;
}
.col_4 > li,
.col_4 > div,
.col_4 > ul,
.col_4 > dl{
    width: 23.7%;
    margin-bottom: 3%;
}
.col_4:before {
    content: "";
    display: block;
    width: 23.7%;
    order: 1;
}
.col_4:after {
    content: "";
    display: block;
    width: 23.7%;
}
.col_5 > li,
.col_5 > div,
.col_5 > ul,
.col_5 > dl{
    width: 18.4%;
    margin-bottom: 3%;
    margin-right: 2%;
}
.col_5 > li:nth-of-type(5n),
.col_5 > div:nth-of-type(5n),
.col_5 > ul:nth-of-type(5n),
.col_5 > dl:nth-of-type(5n){
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .col_2_l > li,
    .col_2_l > div,
    .col_2_l > ul,
    .col_2_l > dl{
        width: 48%;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 768px) {
    .col_2,
    .col_3,
    .col_4,
    .col_5 {
        display: block;
    }
    .col_2 > li,
    .col_2 > div,
    .col_2 > ul,
    .col_2 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_2_s > li,
    .col_2_s > div,
    .col_2_s > ul,
    .col_2_s > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_2_l > li,
    .col_2_l > div,
    .col_2_l > ul,
    .col_2_l > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_3 > li,
    .col_3 > div,
    .col_3 > ul,
    .col_3 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_3:after {
        content: none;
    }
    .col_4 > li,
    .col_4 > div,
    .col_4 > ul,
    .col_4 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_4:before,
    .col_4:after {
        content: none;
    }
    .col_5 > li,
    .col_5 > div,
    .col_5 > ul,
    .col_5 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    
    .sp_col_2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sp_col_2 > li,
    .sp_col_2 > div,
    .sp_col_2 > ul,
    .sp_col_2 > dl{
        width: 48.5%;
        margin-bottom: 3%;
    }
}

/* btn
============================================================================================================ */
.btn {
    display: inline-block;
    min-width: 260px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #F87D95;
    border: 1px solid #F87D95;
    padding: 0.9em 0;
    border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover {
    background: #fff;
    color: #F87D95;
    opacity: 1 !important;
}
.btn.btn_border {
    color: #F87D95;
    background: #fff;
    border: 1px solid #F87D95;
}
.btn.btn_border:hover {
    color: #fff;
    background: #F87D95;
}
.btn > span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.btn > span:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url("../images/icon_arrow_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.btn.btn_back > span {
    padding-right: 0;
    padding-left: 20px;
}
.btn.btn_back > span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: inherit;
    left: 0;
}
.btn.btn_s {
    min-width: 180px;
    font-size: 1.5rem;
    padding: 0.5em 0;
}
.btn.btn_gray {
    background: #888;
}
.btn.btn_2row {
    padding: 0.6em 0 0.5em;
    line-height: 1.3;
}
.btn_2col {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_2col > button,
.btn_2col > a {
    margin-right: 2%;
    margin-left: 2%;
}
@media screen and (max-width: 768px) {
    .btn {
        min-width: 260px;
        font-size: 1.5rem;
    }
    .btn_2col .btn {
        min-width: 48%;
    }
}

/* tel_link
============================================================================================================ */
a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
}
@media screen and (max-width: 768px) {
a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: underline !important;
    }
}

/* text_area
============================================================================================================ */
.text_area p + p {
    margin-top: 1.25em;
}


/* text
============================================================================================================ */
.underline {
    border-bottom: 1px solid #2B2B2B;
}
.underline_orange {
    border-bottom: 1px solid #F87D95;
}

/* Learn More
============================================================================================================ */
.line_more {
    text-align: right;
}
.line_more a,
.line_more p {
    display: block;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2em;
    color: #595757;
    text-decoration: none;
    position: relative;
    padding: 0.5em 0;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s ease;
}
.line_more a:before,
.line_more p:before {
    content:"";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left,  rgba(89,87,87,0) 0%, rgba(89,87,87,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(89,87,87,0) 0%,rgba(89,87,87,1) 100%);
    background: linear-gradient(to right,  rgba(89,87,87,0) 0%,rgba(89,87,87,1) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}
.line_more a span:before,
.line_more p span:before {
    content:"";
    display: inline-block;
    width: 0;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(237,108,0,0.3) 0%, rgba(237,108,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(237,108,0,0.3) 0%,rgba(237,108,0,1) 100%);
    background: linear-gradient(to right,  rgba(237,108,0,0.3) 0%,rgba(237,108,0,1) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.line_more a span:after,
.line_more p span:after {
    content:"";
    display: inline-block;
    width: 0;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(237,108,0,0) 0%, rgba(237,108,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(237,108,0,0) 0%,rgba(237,108,0,1) 100%);
    background: linear-gradient(to right,  rgba(237,108,0,0) 0%,rgba(237,108,0,1) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.line_more a:hover,
.line_more p:hover {
    padding-right: 1em;
    animation-name: gradationColor;
    animation-timing-function:liner;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
.line_more a:hover:before {
    content: none;
}
.line_more a:hover span:before {
    animation-name: gradationLine-s;
    animation-timing-function:ease-out;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
.line_more a:hover span:after {
    animation-name: gradationLine;
    animation-delay:0.6s;
    animation-timing-function:ease-out;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes gradationLine-s {
    0% {
        width: 0%;
        opacity: 0;
        right: 100%;
    }
    20% {
        width: 400px;
        opacity: 0;
    }
    60% {
        width: 400px;
        opacity: 1;
    }
    70% {
        right: 0;
    }
    100% {
        width: 0%;
        opacity: 0.5;
        right: 0;
    }
}
@keyframes gradationLine {
    0% {
        width: 0%;
        opacity: 0;
        right: 100%;
    }
    100% {
        width: 100%;
        opacity: 1;
        right: 0;
    }
}
@keyframes gradationColor {
    0% {
        color: #595757;
    }
    99% {
        color: #595757;
    }
    100% {
        color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .line_more a,
    .line_more p {
        font-size: 1.2rem;
    }
}


/* 画面切り替え時
============================================================================================================ */
html::before {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    pointer-events: none;
    right: 100%;
    -webkit-transition: right 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html::after {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    pointer-events: none;
    left: 100%;
    -webkit-transition: left 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html.fadeout-in::before {
  right: 0;
}
html.fadeout::after {
  left: 0;
}

/* floating_banner
-----------------------------------------*/
.floating_banner {
    max-width: 330px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
    display: none;
}
.floating_banner a {
    display: block;
}
.floating_banner a img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.floating_banner .close {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.floating_banner .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .floating_banner{
        max-width: 95%;
        width: 95%;
        bottom: 70px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .floating_banner a img {
        border-radius: 4px;
    }
    .floating_banner .close {
        right: -5px;
        top: -5px;
        width: 23px;
        height: 23px;
        border: 1px solid #fff;
    }
    .floating_banner .sp {
        display: block;
    }
    .floating_banner .pc {
        display: none;
    }
}
#p_des{
    font-size: 128%;
}

#navi .nav1 span, #navi .nav2 a, #navi .nav3 span, #navi .nav4 a, #navi .nav5 a{
    font-size: 184%;
}
#navi ul.childlist li a {
    font-size: 160%;
}

#navi {
    z-index: 50;
}
