@charset "UTF-8";

/* CSS Document */

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

container
=================================================*/

html {
	background: #FFF;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


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

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	z-index: 7!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.headerbg {
	background-color: rgba(255, 255, 255, 1);
	top: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 384px;
	position: absolute;
    
	line-height: 0;
	top: 50%;
	left: 3%;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}
.headerbg #header-logo {
	max-width: 384px;
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 36px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin: 12px 0;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

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

header item add
=================================================*/

#header-option {
	width: 200px;
	position: absolute;
	text-align: right;
	top: -10px;
	right: 0;
}
#header-option a:nth-of-type(1) {
	width: 100%;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	border: 3px solid #005bac;
	text-decoration: none;
	padding: 3px;
}
#header-option a {
	width: 100%;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	border: 3px solid #005bac;
	text-decoration: none;
	padding: 3px;
}
#header-option a:nth-of-type(1):hover {
	opacity: 1;
	color: #005bac;
}
#header-option a:hover {
	opacity: 1;
	color: #005bac;
	background-color: #FFF;
}

.headerbg #header-option {
	display: none;
}

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

Navi
=================================================*/

/* side menu */

.side-item {
	width: 50px;
	height: 300px;
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 10!important;
}
.side-item ul li {
    height: 150px;
}


.line-option-l {
	width: 7px;
	height: 100%;
	position: fixed;
	background-color: #0b82c0;
	top: 0;
	left: 0;
	z-index: 10!important;
}
.line-option-r {
	width: 7px;
	height: 100%;
	position: fixed;
	background-color: #13419e;
	top: 0;
	right: 0;
	z-index: 10!important;
}

/* header menu */

nav {
	width: 60%;
    max-width: 1000px;
	position: relative;
	margin: 0 0 0 auto;
}

nav > ul {
	width: 100%;
	display: table;
}

nav > ul > li {
    display: table-cell;
    vertical-align: middle;
}

nav > ul > li > a {
    width: 100%;
	display: block;
	color: #1d2088;
	font-size: 1.5rem;
    font-weight: 600;
	text-align: center;
	line-height: 160%;
	text-decoration: none;
	padding: 40px 1em;
}
nav > ul > li > a br {
	display: none;
}
nav > ul > li.insta > a {
    width: 70px;
    padding: 0;
}
nav > ul > li.insta > a img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

/* メインメニューのオーバーカラー */

nav > ul > li > a:hover {
	color: #999;
}

/* メインメニューの背景 オーバー */
.navrollover {
	
}
.navrollover a:hover {
	
}
nav > ul > li > ul {
	width: 100vw;
	position: fixed;
	visibility: hidden;
    
    text-align: center;
    
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
	opacity: 0;
	transition: .2s;
	top: 104px;
	right: 0;
    /*
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);
    */
    background-color: rgba(0, 0, 0, 0.9);
	padding: 2% 4%;
    z-index: 1;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	opacity: 1;
    z-index: 2;
}


/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 22%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	font-size: 1.5rem;
    line-height: 180%;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-size: auto;
	padding: 10px 0;
}
nav > ul > li > ul li a:hover {
    opacity: 1;
	color: #999;
}
nav > ul > li > ul li a:hover img {
    opacity: .5;
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

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

scroll button
=================================================*/

.scroll-item {
	width: 40px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: 3%;
	-webkit-transform: translate(-50%, 0); 
	transform: translate(-50%, 0);
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
	text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 1rem;
	letter-spacing: 0;
    font-weight: normal;
    color: #999;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #999;
}
/*
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
*/
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 35px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #999;
    border-radius: 18px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 4px;
    height: 8px;
    margin: -4px 0 0 -2px;
    background: #999;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

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

contents
=================================================*/

.small-font {
	font-size: 1.2rem;
    line-height: 180%;
}

.plist {
	width: 100%;
	text-align: left;
	padding: 20px 0;
}
.plist li {
	display: inline-block;
	background-image: url(../images/arrow_r.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto;
	padding-right: 25px;
}
.plist li:nth-last-of-type(1) {
	background-image: none;
}

#contents {
	width: 100%;
	position: relative;
	margin: 80px auto 160px;
	z-index: 5!important;
}
#contents-top {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
#contents-index {
	width: 100%;
	position: relative;
	margin: 0 auto 160px;
	z-index: 5!important;
}
.contents-section {
	margin-top: 80px;
	position: relative;
}
.contents-section-full {
	width: 90%;
	max-width: 1400px;
	position: relative;
	margin: 80px auto 0;
}
.contents-inner {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.contents-item {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

.coming {
    width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.coming h1 {
    font-size: 5rem;
    color: #CCC;
    text-align: center;
}
.coming p {
    color: #CCC;
    text-align: center;
    margin-top: 3%;
}

.interview-menu {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 0;
}
.interview-menu .l-size {
    display: block;
}
.interview-menu .s-size {
    display: none;
}
.interview-menu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.interview-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.interview-menu ul li {
    width: 48%;
}
.interview-menu dl {
    width: 100%;
    display: table;
    margin-top: 50px;
}
.interview-menu dl dt {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.interview-menu dl dd {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: #00d78e;
    border-radius: 0 12px 12px 0;
}
.interview-menu dl dd p {
    font-size: 1.8rem;
    line-height: 160%;
    color: #FFF;
    text-align: center;
}
.interview-menu > dl > dd > p {
    line-height: 200%;
}
.interview-menu > dl > dd > p > span {
    display: inline-block;
}
.interview-menu dl dd p span {
    font-size: 1.4rem;
}


.fl-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin: 0 auto;
}

.dot-item {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../images/dot.png') repeat;
	background-size: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -120px;
	left: 0;
}


/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

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

button
=================================================*/

/* ボタン */

.button {
	width: 90%;
	max-width: 220px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 1.6rem;
	color: #FFF;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
    border-radius: 28px;
	background-color: #000;
	border: 2px solid #000;
    margin: 20px auto 0;
	padding: .4em 1.2em;
}
.button:hover {
	opacity: 1;
	color: #000;
	background-color: #FFF;
}
.button:before {
	content:"";
	width: 35px;
	height: 19px;
	display: block;
	position: absolute;
    background-image: url("../images/opt_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-15px, -50%); 
	transform: translate(-15px, -50%);
	z-index: 1;
	
	/* animation */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover:before {
	-webkit-transform: translate(-10px, -50%); 
	transform: translate(-10px, -50%);
}

.paging {
	display: table;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 8% auto 0;
}
.paging li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #FFF;
    background-color: #EEE;
}
.paging li:nth-of-type(1) {
    background-color: #999;
}
.paging li:nth-last-of-type(1) {
    background-color: #999;
}
.paging li a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: .2em 1em;
}
.paging li:nth-of-type(1) a {
    color: #FFF;
}
.paging li:nth-last-of-type(1) a {
    color: #FFF;
}
.paging li a.active {
	color: #FFF;
	background-color: #122c8e;
}
.paging li a:hover {
	color: #FFF;
	background-color: #122c8e;
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

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

map
=================================================*/

.map {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

table
=================================================*/

.data-tstyle {
	width: 100%;
	line-height: 180%;
	background-color: #FFF;
}
.data-tstyle.ce {
	text-align: center;
}
.data-tstyle th {
	width: 20%;
	text-align: left;
	font-weight: normal;
	padding: 1em 1.5em;
}
.data-tstyle tr:nth-of-type(odd) {
	background-color: #EEE;
}
.data-tstyle th span {
	font-size: 1rem;
	color: #F00;
}
.data-tstyle td {
	padding: 1em 1.5em;
}
.data-tstyle td li {
	margin-bottom: 1em;
}
.data-tstyle td span {
	font-size: 1.4rem;
	color: #F00;
}


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

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 200px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}
#footer-banner {
	width: 90%;
	max-width: 492px;
	margin: 80px auto 0;
}
#footer-banner p {
    font-size: 1.2rem;
    color: #3fb4ee;
	text-align: center;
    padding: 10px 0 20px;
}
footer {
	width: 100%;
    position: relative;
	background-color: #f5f5f5;

    z-index: 6!important;
}
footer .footer-top {
	width: 100%;
    position: relative;
	background-color: #371c40;
	padding: 40px 0 40px;
}
footer .footer-top .inner {
	width: 90%;
	max-width: 1200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
footer .footer-top .icon {
    width: 30%;
    max-width: 440px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    z-index: 1;
}
footer .footer-top .icon img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
footer .footer-top .inner h2 {
    color: #FFF;
	text-align: center;
}
footer .footer-top .inner h2 span {
    display: inline-block;
}
footer .footer-top .inner a {
    width: 100%;
    max-width: 390px;
    display: block;
    color: #000;
    font-size: 2.2rem;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: 2px solid #371c40;
    margin: 0 auto;
    padding: 20px 1em;
}
footer .footer-top .inner a:hover {
    opacity: 1;
    color: #FFF;
    background-color: #371c40;
    border: 2px solid #FFF;
}
footer .footer-top .inner ul {
    text-align: center;
}
footer .footer-top .inner ul li {
    display: inline-block;
    font-size: 4rem;
    line-height: 60%;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 30px 10px 0;
}
footer .footer-top .inner ul li span {
    display: inline-block;
    font-size: 2.4rem;
    vertical-align: middle;
    color: #371c40;
    background-color: #FFF;
    margin: 0 15px;
    padding: 5px 15px;
}
footer .footer-bottom {
	width: 100%;
	position: relative;
	padding: 60px 0 80px;
}
footer .footer-bottom .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
footer .footer-bottom .inner:after {
	content: " ";
	display: block;
	clear: both;
}
footer .footer-bottom .inner .footer-logo {
	width: 24%;
	max-width: 287px;
	float: left;
	line-height: 0;
}
footer .footer-bottom .inner .footer-logo h1 {
	width: 100%;
	line-height: 100%;
}
footer .footer-bottom .inner .footer-logo .link-b {
	width: 100%;
	display: block;
	color: #1d2088;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	margin: 40px auto 0;
	padding: 1.8em 1em;
}
footer .footer-bottom .inner .footer-logo .link-b:hover {
	opacity: 1;
    color: #FFF;
	background-color: #1d2088;
}
footer .footer-bottom .inner .footer-logo .link-txt {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}
footer .footer-bottom .inner .footer-menu {
	width: 70%;
	float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .footer-bottom .inner .footer-menu ul > li {
    font-size: 1.5rem;
	text-align: left;
	line-height: 160%;
	margin-bottom: 10px;
}
footer .footer-bottom .inner .footer-menu > ul > li > a {
    width: 100%;
    display: block;
    font-weight: 600;
	color: #1d2088;
    text-align: left;
	text-decoration: none;
}
footer .footer-bottom .inner .footer-menu > ul > li > a span {
    display: block;
    font-size: 1.3rem;
    color: #a1a2c3;
}
footer .footer-bottom .inner .footer-menu ul > li > ul {
	width: 100%;
	display: block;
    margin-top: 10px;
}
footer .footer-bottom .inner .footer-menu ul > li > ul > li {
	width: 100%;
	display: block;
	position: relative;
	line-height: 120%;
	padding-left: 0;
}
footer .footer-bottom .inner .footer-menu ul > li > ul > li a {
	font-size: 1.4rem;
	color: #1d2088;
	text-decoration: none;
}
footer .footer-bottom .inner .footer-menu ul > li > ul > li a::before {
    content: "-";
	display: inline-block;
    padding-right: 1px;
}
.footer-tel {
	font-size: 2rem;
	color: #999;
	line-height: 180%;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: right;
	margin-top: 3%;
}
.footer-add {
    width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-add ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.footer-add ul li {
    width: 22%;
    color: #FFF;
    line-height: 140%;
    margin-top: 40px;
    margin-right: 3%;
}
.footer-add ul li span {
    display: inline-block;
}
.footer-add ul li h2 {
    font-size: 1.2rem;
}
.footer-add ul li p {
    font-size: 1.2rem;
}
.footer-add ul li a {
    color: #FFF;
}
#copyright {
    width: 90%;
	max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end; 
	font-size: 1.2rem;
	color: #1d2088;
	line-height: 180%;
	text-align: right;
    margin: 60px auto 0;
}
#copyright .insta {
    width: 24%;
    display: block;
    max-width: 287px;
    line-height: 100%;
    padding: 0;
}
#copyright .insta img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
#copyright p {
    width: 50%;
    text-align: right;
}

/* footer img */

#footer-pagetop img,.footer-logo img,#footer-banner img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}

/* footer cf */

.footer-inner:after,.footer-menu:after,.foot-item .inner:after {
    content:" ";
    display:block;
    clear:both;
}



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

size m
=================================================*/

@media only screen and (min-width:1px) and (max-width: 960px) {
    
    nav > ul > li > a br {
        display: block;
    }
    nav > ul > li > ul {
        top: 100px;
    }
    .interview-menu .l-size {
        display: none;
    }
    .interview-menu .s-size {
        display: block;
    }
    .interview-menu > dl {
        width: 100%;
        display: block;
    }
    .interview-menu > dl > dt {
        width: 100%;
        display: block;
    }
    .interview-menu > dl > dd {
        width: 100%;
        display: block;
        border-radius: 0 0 12px 12px;
        padding: 5% 2%;
    }
    .interview-menu > dl > dd > p {
        line-height: 180%;
    }
    footer .footer-bottom {
        width: 100%;
        padding: 6% 0 8%;
    }
    footer .footer-bottom .inner .footer-logo {
        width: 100%;
        float: none;
        line-height: 0;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-menu {
        width: 100%;
        max-width: 640px;
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        
        margin: 0 auto;
        padding-top: 0;
    }
    footer .footer-bottom .inner .footer-menu > ul {
        width: 48%;
        margin: 5% 1% 0;
    }
    footer .footer-bottom .inner .footer-menu ul > li {
        font-size: 1.4rem;
        text-align: left;
        line-height: 160%;
        margin-bottom: 10px;
    }
    footer .footer-bottom .inner .footer-menu ul > li > ul {
        width: 100%;
        display: block;
    }
    footer .footer-bottom .inner .footer-menu ul > li > ul > li {
        width: 100%;
        display: block;
        position: relative;
        line-height: 120%;
        margin-top: 5px;
    }
    
    .footer-add {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer-add ul {
        width: 100%;
        display: block;
    }
    .footer-add ul li {
        width: 100%;
        color: #FFF;
        line-height: 140%;
        margin-top: 5%;
        margin-right: 3%;
    }
    .footer-add ul li h2 {
        font-size: 1.2rem;
        text-align: center;
    }
    .footer-add ul li p {
        font-size: 1.2rem;
        text-align: center;
    }
	#copyright {
        width: 90%;
        max-width: 1200px;
        flex-direction: column;
        font-size: 1.2rem;
        color: #1d2088;
        line-height: 180%;
        text-align: right;
        margin: 6% auto 0;
        padding-bottom: 60px;
    }
    #copyright .insta {
        width: 100%;
        display: block;
        max-width: 287px;
        line-height: 100%;
        margin: 0 auto 6%;
        padding: 0;
    }
    #copyright p {
        width: 100%;
        text-align: center;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		background-color: rgba(255, 255, 255, 1);
		top: 0;
		
		padding-top: 0;
	}
	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0 2.5%;
	}
	#header-option {
		display: none;
	}
	#header-logo {
		width: 80%;
		max-width: 180px;
		position: absolute;
		top: 50%;
		left: 5%;
		-webkit-transform: translate(0, -50%); 
		transform: translate(0, -50%);
		padding: 0;
	}
	.headerbg #header-logo {
		width: 80%;
		max-width: 180px;
		top: 50%;
		left: 5%;
		-webkit-transform: translate(0, -50%); 
		transform: translate(0, -50%);
		padding: 0;
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
	.headerbg nav > ul > li > a {
		
	}
	
	.side-item {
		display: none;
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100vh;
		position: absolute;
		background-color: #1d2088;
		top: 0;
		right: -240px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin: 0;
		padding: 0;
		z-index: 1003!important;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
        padding-bottom: 60px;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		background-image: none;
		border-bottom: 1px solid #4f53ca;
	}
	nav > ul > li > a {
		width: 100%;
		display: block;
        font-size: 1.4rem;
		text-align: left;
		color: #FFF;
        margin-top: 0;
		padding: 6% 5%;
        
	}
    nav > ul > li.insta {
		border-bottom: none;
	}
    nav > ul > li.insta > a {
        width: 80px;
        padding: 20px 5%;
    }
	nav > ul > li > a br {
		display: none;
	}
	
	/* メインメニューのサブタイトル */

	nav > ul > li > a span {
		font-size: 80%;
		color: #CCC;
		letter-spacing: 0;
	}

	/* メインメニューのオーバーカラー */

	nav > ul > li > a:hover {
		
	}
	nav > ul > li > ul {
		width: 100%;
		position: relative;
		background-color: #333;
		visibility: visible;
		opacity: 1;
		transition: 0s;
        top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		padding: 0;
        z-index: 0;
	}
	nav li:hover ul {
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
        z-index: 0;
	}
    
	
	/* サブメニュー表示設定 */

	nav li:hover ul {
		visibility: visible;
		top: 100%;
		right: 0;
		opacity: 1;
	}
	nav li ul li a {
		visibility: visible;
		opacity: 1;
		transition: 0s;
	}
    
	nav li:hover ul li a {
		visibility: visible;
		opacity: 1;
	}

	/* サブメニュー詳細設定 */

	nav > ul > li > ul li {
		width: 100%;
		float: none;
        
		border-top: 1px solid #999;
		border-bottom: 0;
        margin: 0;
		padding: 0;
	}
	nav > ul > li > ul li a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		color: #FFF;
		text-align: left;
		text-decoration: none;
		padding: 3% 5%;
	}

	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 12px;
		line-height: 24px;
		color: #FFF;
		text-align: center;
		border: none;
		border-radius: 24px;
        background-color: #666;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		background-color: #999;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#contents {
		margin: 8% auto 15%;
	}
    #contents-index {
		margin: 0 auto 15%;
	}
	.contents-inner {
		margin: 8% auto 0;
	}
	.contents-section-full {
		margin-top: 8%;
	}
	.contents-section {
		margin-top: 12%;
	}
    .coming h1 {
        font-size: 3rem;
        color: #CCC;
        text-align: center;
    }
	.anchor-item {
		top: -80px;
	}
    .interview-menu {
        margin: 8% auto 0;
    }
    .interview-menu ul li {
        width: 100%;
    }
    .interview-menu dl {
        max-width: 480px;
        margin: 5% auto 0;
    }
    .interview-menu dl dd p {
        font-size: 1.6rem;
    }
	.button {
        font-size: 1.4rem;
        margin: 20px auto 0;
        padding: .2em 1.2em;
	}
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 350px;
		margin: 5% 0 0;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		border: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
        color: #FFF;
		background-color: #999;
		padding: 1em 1em;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
		padding: 1em 1em;
	}
	.data-tstyle tr:nth-of-type(odd) {
		background-color: transparent;
	}
    .data-tlist-e {
        font-size: 1.1rem;
        line-height: 120%;
    }
    .data-tlist-r {
        font-size: 1.1rem;
        line-height: 120%;
    }
	
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
	footer {
		width: 100%;
		display: block;
		position: relative;
		z-index: 5!important;
		margin-top: 0;
	}
    
    footer .footer-top {
        width: 100%;
        padding: 60px 0 8%;
    }
    footer .footer-top .icon {
        width: 45%;
        max-width: 440px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, -50%); 
        transform: translate(0, -50%);
        z-index: 1;
    }
    footer .footer-top .inner h2 {
        font-size: 1.8rem;
    }
    footer .footer-top .inner a {
        max-width: 360px;
        font-size: 1.8rem;
        padding: 15px 1em;
    }
    footer .footer-top .inner ul li {
        display: block;
        font-size: 3rem;
        margin: 20px auto 0;
    }
    footer .footer-top .inner ul li span {
        font-size: 2rem;
        margin: 0 15px 0 0;
    }
	
}

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

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
    footer .footer-bottom .inner .footer-menu {
        width: 100%;
        max-width: 640px;
        display: block;
    }
    footer .footer-bottom .inner .footer-menu > ul {
        width: 100%;
        border-bottom: 1px solid #CCC;
        margin: 5% 1% 0;
        padding-left: 5%;
        padding-bottom: 5%;
    }
    footer .footer-bottom .inner .footer-menu > ul > li > a span {
        display: inline-block;
        padding-left: 1em;
    }

}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}