@charset "UTF-8";
/* CSS Document */
body{
    min-width: unset;
}
.head_inner .fv_center_head,
.head_inner .sns_icons{
	display:none;
}
header nav {
    top: 0;
    bottom: auto;
    position: fixed;
    max-width: none;
}
header nav > p{
	display:none;
}
header nav .menu_btn_wrap {
    border: none;
    max-width: 1024px;
    margin: 0 auto;
}
header nav:not(.open) .menu_btn_wrap a{
	color:#5a6461;
}
header nav:not(.open) .menu_btn_wrap a:hover{
	color:#ffffff;
}
.header_logo img.toplogo,
.header_logo img.underlogo {
    display: none;
}
.logo_text{
	display:none;
}

.page_ttl_wrap {
    height: 160px;
    display: flex;
    align-items: center;
    width: 94%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

.page_ttl {
    font-weight: normal;
    color: #231815;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    line-height: 120%;
    position: relative;
}
.page_ttl::after {
    content: "";
    display: block;
    width: 30px;
    background: #55b692;
    height: 2px;
    margin-top: 20px;
}

.under_head_ttl,
.cm_head_ttl {
    margin-top: 70px;
    position: relative;
    
}
.under_head_ttl .page_ttl{
    font-weight: normal;
    color: #231815;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    line-height: 120%;
}
.page_ttl_wrap {
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	width:94%;
    max-width: 1024px;
}
.under_head_ttl .page_ttl::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #55b692;
    margin-top: 25px;
}
.under_head_ttl .sub_ttl {
    font-size: 0.5em;
    letter-spacing: 0.2em;
    margin-top: 10px;
    line-height: 100%;
}
.cm_ttl_wrap {
    text-align: center;
    padding: 60px 0 80px;
}
.cm_ttl_inner .sub_ttl {
    font-size: 0.7em;
    letter-spacing: 1em;
    color: #55b692;
    line-height: 140%;
    margin-bottom: 25px;
}
.cm_ttl_inner .cm_ttl {
    font-weight: normal;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.cm_ttl_inner .cm_ttl::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    background: #000000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bg_wrap {
    height: 330px;
}
.bg_green {
    height: 100%;
    background: rgba(6,127,76,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_wrap_inner {
    color: #ffffff;
    text-align: center;
}
.bg_wrap .title {
    font-weight: normal;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 45px;
    
}
.bg_wrap .text {
    line-height: 180%;
}

.anchor_menu li a {
    color: #5a6461;
    background: #eeefef;
    padding: 0.5em 2em;
    letter-spacing: 2px;
}

@media screen and (max-width: 1000px){
.menu-trigger span {
    background-color: #000;
}
}

.contents {
    margin-bottom: 50px;
}

.contents .ttl_wrap {
    text-align: center;
    padding: 65px 0px;
}
.contents .ttl_wrap .title {
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    
}
.contents .ttl_wrap .title::after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    width: 55px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.contents .ttl_wrap .title_deco {
    color: #55b692;
    letter-spacing: 2em;
    margin-right: -2em;
    font-size: 0.5em;
    line-height: 160%;
    margin-bottom: 3em;
}
header nav.fixed.open .menu_btn_wrap a {
    color: #ffffff;
}

@media screen and (max-width: 1000px){
.logo_wrap{
    align-items: center;
}
.header_logo{
    position: static;
}
.header_logo img.underlogo {
	display:block;
}
.logo_text{
	display:block;
	color:#000000;
}
}
@media screen and (max-width: 530px){
header{
    position: fixed;
	top:0;
	z-index: 4;
}
header::before{
	background-color:rgba(255,255,255,0.95);
}
.head_inner{
	padding:0;
}
.logo_text{
	margin-left:0;
}
.bg_wrap .title {
    font-size: 1.4em;
    line-height: 160%;
}
.bg_wrap .text {
    font-size: 0.85em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.cm_ttl_wrap {
    text-align: left;
    padding: 60px 2% 80px;
}
.cm_ttl_inner {
    text-align: center;
}
}
/*============================
　最終的に消す
============================*/
.dummy {
    margin: 70px auto 0 !important;
    width: 100%;
    max-width: 1024px;
}