@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:'YuGothic','Yu Gothic','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic',sans-serif;
}

a {
	text-decoration:none;
}

sup {
	vertical-align:text-top;
}
 
sub {
	vertical-align:text-bottom;
}

/* --- SPのみ改行 --- */

.sp-br { display:block;}

/* --- SPのみ改行 --- */



.site-header {
	display:block;
}

.btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f35a';
    float: right;
    padding-bottom: 0;
    font-size: 20px;
    color: #fff;
    margin: auto 5px;
    /*padding-right: 15px;*/
}

.btn {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 10px;
    background: #333;
    /* border: 2px #fff solid; */
    color: #fff;
    width: 80%;
    border-radius: 5px;
    transition: 0.5s;
    margin: 0 auto;
}

.btn_menu {
	width:70%;
}

.top-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #333;
	color:#fff;
}

/* ----- 非表示 ----- */

#header {
	display:none;
}


/* ----- header ----- */

.logo {
    width: 40%;
    padding: 35px;
    margin: 0 auto;
    padding-bottom: 25px;
}

/* -------- nav -------- */

#nav {
	width:980px;
	margin:0 auto;
}

#nav ul {
	padding:0;
	padding-left:0;
}

#nav ul .links {
	margin:0 auto;
}

#nav ul li {
	display:inline-block;
	width:16.5%;
	text-align:center;
    border-left: 1px solid #727e98;
	transition:0.5s;
    margin-left: -5px;
}

#nav ul li:first-child {
	border-left:none;
}


span.main {
    font-family: "Century Gothic" , CenturyGothic, sans-serif;
	font-size:14px;
	letter-spacing:2px;
	font-weight:600;
}

span.sub {
	font-size:11px;
	letter-spacing:1px;
}

#nav ul li a {
	display:block;
	text-decoration:none;
	color:#727e98;
	padding:10px 0 10px 5px;
}

#nav ul li:hover {
	background-color:#50586d;
}

#nav ul li a:hover {
	color:#fff;
}




/*----- menu -----*/

body {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}

header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    /*padding: 8px;*/
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 999;
    top: 15px;
    right: 15px;
    background: #00000054;
}


.menu-trigger span {
	position:absolute;
	background: #fff;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;    
	transition: all .5s .2s;
}


	
nav ul li {
    padding: 15px 0 !important;
    text-align: left;
    padding-left: 40px !important;
    font-size: 12px !important;
    background: #fff;
    border-bottom: 1px #e7e7e7 solid;
}



.menu-trigger.active span {
    position: absolute;
    background: #333;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-trigger span:nth-of-type(1) {
  top: 15px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom:0;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

nav {
    width: 100%;
    background: #fff;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
    /*padding-top: 45px;*/
    font-size: 30px;
}

nav ul {
    list-style: none;
    width: 90%;
    margin: 40px auto;
    padding: 0;
}

nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}


nav ul li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    float: right;
    padding-bottom: 0;
    font-size: 20px;
    color: #333;
    margin: auto 5px;
    padding-right: 15px;
}


.sub-nav {
    font-size: 13px;
    margin-bottom: 60px;
}

.sub-nav li {
	list-style:none;
	display:inline-block;
}


.sub-nav li a {
	color:#333;
}


/* ----- footer ----- */


#footer {
	width:100%;
	padding:20px 0 10px 0;
	background:#222;
}


h2.box3h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}

.box3 {
    width: 80%;
    margin: 0 auto;
}

h3.box3h3 {
    width: 80%;
    text-align: center;
    color: #333;
    background: #fff;
    padding: 5px 0;
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 20px auto;
}


.box3tx {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 45px;
    text-align: center;
}

#footer-box {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}

h3.fboxh3 {
    font-size: 14px;
    letter-spacing: 3px;
    border: 1px #fff solid;
    padding: 7px 0px;
    margin-bottom: 30px;
}


.fbox-text {
    font-size: 11.5px;
    letter-spacing: 1.5px;
}

.fbox-text a {
	color:#fff;
	text-decoration:none;
}

p.copy {
    color: #666;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
}

/* ----- other ----- */

h1 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing:2px;
}


/* ----- page title ----- */
.page_title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 80%;
    font-size: 25px;
    font-weight: 600;
    color: #797981;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.sub {
    font-size: 13px;
    text-align: center;
    color: #797981;
    letter-spacing: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 10px;
    width: 150px;
    margin: auto;
    padding-right: 5px;
    margin-top: 100px;
}

.sub:before, .sub:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #797981;
}

.sub:before {
    left: 0;
}

.sub:after {
    right: 0;
}