@charset "UTF-8";

/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
	display:none;
}

.cmn_maxbox {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

main section:nth-child(n+2),
footer section {
    padding: 5% 0 7% 0;
}

main section:nth-child(n+2):nth-child(even),
footer section {
    position: relative;
    z-index: 0;
	background: url(../img/cmn_bg_space.jpg) repeat center top;
}

main section:nth-child(n+2):nth-child(even)::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
	display: block;
    width: 100%;
    height: 0;
	padding: 36% 0 0 0;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	opacity: 0.5;
}

main section:nth-child(n+2):nth-child(odd) {
    /* background: url(../img/cmn_patt_white.png) repeat center / 144px; */
    background: url(../img/cmn_patt_white.png) repeat center / 72px;
}

main section .cmn_maxbox,
footer section .cmn_maxbox {
    position: relative;
    z-index: 1;
}

.cmn_tit {
    margin: 0 0 8% 0;
    text-align: center;
}

.stroke_white {
    color: #000;
    text-shadow: 
        2px 0px 0px #FFF, -2px 0px 0px #FFF,
        0px -2px 0px #FFF, 0px 2px 0px #FFF,
        2px 2px 0px #FFF, -2px 2px 0px #FFF,
        2px -2px 0px #FFF, -2px -2px 0px #FFF,
        1px 2px 0px #FFF, -1px 2px 0px #FFF,
        1px -2px 0px #FFF, -1px -2px 0px #FFF,
        2px 1px 0px #FFF, -2px 1px 0px #FFF,
        2px -1px 0px #FFF, -2px -1px 0px #FFF;
}

.stroke_blue {
    text-shadow: 
        2px 0px 0px #000A3C, -2px 0px 0px #000A3C,
        0px -2px 0px #000A3C, 0px 2px 0px #000A3C,
        2px 2px 0px #000A3C, -2px 2px 0px #000A3C,
        2px -2px 0px #000A3C, -2px -2px 0px #000A3C,
        1px 2px 0px #000A3C, -1px 2px 0px #000A3C,
        1px -2px 0px #000A3C, -1px -2px 0px #000A3C,
        2px 1px 0px #000A3C, -2px 1px 0px #000A3C,
        2px -1px 0px #000A3C, -2px -1px 0px #000A3C;
}

.cmn_bg_space {
    background: url(../img/cmn_bg_space.jpg) repeat center top;
}


/* header・footer //////////////////////////////////////////////////////////////*/

.cmn_header {
    position: relative;
    overflow: hidden;
}

.cmn_header_inner {
    position: relative;
}

.cmn_header_inner > div {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cmn_header_inner h1 {
    align-self: center;
    width: 570px;
    margin: 24px 0 0 0;
}

.cmn_header_inner .gnav {
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

.cmn_header_inner .gnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.8rem;
}

.cmn_header_inner .gnav li {
    display: flex;
    align-items: center;
}

.cmn_header_inner .gnav li:last-of-type {
    display: none;
}

.cmn_header_inner .gnav li::before,
.cmn_header_inner .gnav li::after {
    content: '';
    display: block;
    height: 20px;
}

.cmn_header_inner .gnav li::before {
    border-left: 1px solid #FFF;
}

.cmn_header_inner .gnav li:nth-last-of-type(2)::after {
    border-right: 1px solid #FFF;
}

.cmn_header_inner .gnav a {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 32px;
}

.cmn_header_inner .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-self: center;
    width: 180px;
    margin: 0 0 46px 0;
}

.cmn_header_inner .btn li:nth-of-type(1) {
    margin: 0 0 28px 0;
}


.cmn_header .neg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.cmn_header .neg li {
    position: absolute;
	opacity: 0;
	transition: opacity 1.6s,
				transform 0.7s ease-out;
}

.cmn_header .neg li:nth-of-type(1) {
	top: 0;
    left: -30px;
    transform: translate(-100%,-100%);
    width: 350px;
}

.cmn_header .neg li:nth-of-type(2) {
	top: 0;
    right: -30px;
    transform: translate(100%,-100%);
    width: 400px;
}

.cmn_header .neg li:nth-of-type(3) {
	bottom: 40px;
    left: -190px;
    transform: translate(-100%,0);
    width: 360px;
}

.cmn_header .neg li:nth-of-type(4) {
    bottom: 20px;
    right: -120px;
    transform: translate(100%,0);
    width: 380px;
}

.cmn_header .neg li:nth-of-type(5) {
    bottom: 0;
    left: 100px;
    transform: translate(-100%,100%);
    width: 300px;
}

.cmn_header .neg li:nth-of-type(6) {
	bottom: 0;
    right: 100px;
    transform: translate(100%,100%);
    width: 300px;
}

.cmn_header .neg li.show {
	transform: translate(0);
	opacity: 1;
}

.cmn_header .fukidashi {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 9;
    width: 100%;
    max-width: 1400px;
    height: 100%;
}

.cmn_header .fukidashi li {
    position: absolute;
    top: 0;
}

.cmn_header .fukidashi li:nth-of-type(1) {
    left: 0;
    transform: translate(0,44%);
    width: 16%;
    min-width: 180px;
}

.cmn_header .fukidashi li:nth-of-type(2) {
    right: 0;
    transform: translate(0,60%);
    width: 20%;
    min-width: 180px;
}


/* this */
.cmn_header_fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    background: url(../img/cmn_bg_space.jpg) repeat center top;
}

.cmn_header_fix > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    height: 100px;
    padding: 0 1%;
    margin: 0 auto;
}

.cmn_header_fix h1 {
    flex-shrink: 0;
    width: 150px;
}

.cmn_header_fix .gnav {
    flex-shrink: 0;
    width: 800px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,1) 98%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,1) 98%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

.cmn_header_fix .gnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmn_header_fix .gnav li {
    display: flex;
    align-items: center;
}

.cmn_header_fix .gnav li:last-of-type {
    display: none;
}

.cmn_header_fix .gnav li::before,
.cmn_header_fix .gnav li::after {
    content: '';
    display: block;
    height: 20px;
}

.cmn_header_fix .gnav li::before {
    border-left: 1px solid #FFF;
}

.cmn_header_fix .gnav li:nth-last-of-type(2)::after {
    border-right: 1px solid #FFF;
}

.cmn_header_fix .gnav a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 26px;
}

.cmn_header_fix .btn {
    display: flex;
    align-items: center;
    margin: 0 -20px 0 0;
}

.cmn_header_fix .btn li {
    margin: 0 20px 0 0;
}

.cmn_header_fix .btn .tel {
    display: none;
}

#cmn_schbutton {
    display: none;
}

/* this */
footer .overview_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .overview_box > img {
    flex-shrink: 0;
    width: 300px;
    margin: 0 0 0 5%;
}

footer .overview_box .txtbox {
    width: 100%;
}

footer .overview_box .txtbox h3 {
    margin: 0 0 20px 0;
}

footer .overview_box .txtbox address {
    padding: 0 0 14px 0;
    border-bottom: 1px solid #FFF;
    margin: 0 0 16px 0;
}

footer .overview_box .txtbox address span {
    display: inline-block;
    margin: 0 20px 2px 0;
    font-style: normal;
}

footer .overview_box .txtbox > p {
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
}

footer .googlemap {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

footer .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer small {
    display: block;
    padding: 18px 3%;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    text-align: center;
    background: url(../img/cmn_bg_space.jpg) repeat center top;
}

.footer_gotop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 999;
    display: none;
}

.footer_gotop img {
    width: 62px;
}


/* home /////////////////////////////////////////////////////////////////////////////////////////// */

.home_story {
    position: relative;
    overflow: hidden;
    background: url(../img/story_patt_white_group.png) repeat-x center bottom / auto 48%,
                linear-gradient(transparent 0%,transparent 48%,#FFF 48%,#FFF 100%);
}

.home_story.thanks {
    background: transparent;
}

.home_story::before {
    content: '';
    position: absolute;
    bottom: 48%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 50%;
    background: url(../img/story_patt_white_gra.png) repeat-x center bottom / auto 100%;
}

.home_story.thanks::before {
    background: none;
}

.home_story_inner {
    position: relative;
    padding: 5% 7% 7%;
    margin: 0 0 70px 0;
    background: url(../img/story_mask_white.png) no-repeat left top / 100% 30%,
    rgba(255, 255, 255, 0.5);
}

.home_story.thanks .home_story_inner {
    background: url(../img/cmn_patt_white.png) repeat center / 72px;
}

.home_story .maintxt li {
    margin: 0 0 54px 0;
    text-align: center;
    letter-spacing: 0.3rem;
}

.home_story .maintxt h3 {
    margin: 0 0 22px 0;
    color: #000A3C;
    font-size: 1.8rem;
}

.home_story .maintxt p {
    margin: 0 0 26px 0;
    line-height: 1.8;
}

.home_story .maintxt h4 {
    color: #BE2828;
    font-size: 2.0rem;
}

.home_story .mix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 260px;
    margin: 0 0 50px 0;
}

.home_story .mix li {
    position: relative;
    flex-shrink: 0;
}

.home_story .mix li:first-of-type {
    order: 0;
    top: 0;
    left: 0;
    width: 30%;
}

.home_story .mix li:nth-of-type(2) {
    order: 1;
    display: none;
    width: 30%;
    margin: 0 auto;
    opacity: 0;
}

.home_story .mix li:last-of-type {
    order: 2;
    top: 0;
    right: 0;
    width: 20%;
}

.home_story .btmbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.home_story .btmbox > a {
    flex-shrink: 0;
}

.home_story .btmbox .youtube {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    margin: 0 -10px 0 0;
}

.home_story .btmbox .youtube li {
    flex-shrink: 0;
    position: relative;
    width: 200px;
    height: 100%;
    margin: 0 10px 0 0;
    overflow: hidden;
}

.home_story .btmbox .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_story .bg_neg {
    position: absolute;
    z-index: -1;
    bottom: 220px;
    right: -260px;
    width: 550px;
}


/* this */

.home_neglist .msg {
    margin: 0 0 80px 0;
    text-align: center;
}

.home_neglist .msg h3 {
    margin: 0 0 26px 0;
    font-size: 2.0rem;
}

.home_neglist .tit {
    position: relative;
    width: 100%;
    padding: 8px 0;
    max-width: 800px;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(../img/cmn_patt_blue.png) repeat center / 72px;
}


.home_neglist .tit::before,
.home_neglist .tit::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 12%;
    height: 2px;
    background: #FFF;
}

.home_neglist .tit::before {
    left: 0;
}

.home_neglist .tit::after {
    right: 0;
}

.home_neglist .type {
    margin: 0 0 38px 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}


.home_neglist ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.home_neglist ul::after {
    content: '';
    display: block;
    width: 30%;
}

.home_neglist li {
    position: relative;
    width: 30%;
    border-radius: 50%;
    margin: 0 0 60px 0;
    box-shadow: 0 0 50px 10px #FFF;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.home_neglist .mask {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12%;
    border-radius: 50%;
    background: rgba(30,50,120,0.9);
    text-align: center;

    opacity: 0;
    transform: rotateY(-180deg);
    /* transition: transform .5s,
                opacity .1s; */
    /* transition: .3s; */
}

.home_neglist li:hover .mask {
    /* opacity: 1;
    transform: rotateY(0); */
    /* transition: transform .5s,
                opacity .1s; */
    /* transition: .5s; */
}

.home_neglist li .name_l {
    align-self: center;
}

.home_neglist li .name_l img {
    width: 100%;
}

.home_neglist .mask span {
    display: block;
    margin: 5% 0;
    font-size: 2.0rem;
}

.home_neglist li .name_s {
    position: absolute;
    bottom: 8%;
    right: 0;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 32px;

    opacity: 1;
    transition: .3s;
}

.home_neglist li:hover .name_s {
    /* opacity: 0;
    transition: .5s; */
}


.home_news {
    overflow: hidden;
}

.home_news_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 380px;
}

.home_news_box .list {
    width: 65%;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    overflow: auto;
}

.home_news_box .list dl > div {
    display: flex;
    align-items: center;
    padding: 12px 30px;
    border-top: 1px dashed #4D4D4D;
}

.home_news_box .list dl > div:last-of-type {
    border-bottom: 1px dashed #4D4D4D;
}

.home_news_box .list dt {
    flex-shrink: 0;
    margin: 0 24px 0 0;
}

.home_news_box .list dt p {
    display: inline-block;
    margin: 0 18px 0 0;
    color: #1E3278;
    text-shadow: 0px 0px 4px #ffffff;
}

.home_news_box .list dt span {
    display: inline-block;
    width: 124px;
    height: 30px;
    padding: 0 8px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    vertical-align: middle;
}

.home_news_box .list dt .news {
    background: #CE353E;
}

.home_news_box .list dt .experience {
    background: #4B9C30;
}

.home_news_box .list dt .class {
    background: #A76A41;
}

.home_news_box .list dt .lecture {
    background: #39A9DD;
}

.home_news_box .list dt .campaign {
    background: #AF5280;
}

.home_news_box .list dt .imporatnt {
    background: #CE353E;
}

.home_news_box .list dt .sale {
    background: #4252A8;
}

.home_news_box .list dd {
    width: 100%;
    color: #4D4D4D;
}

.home_news_box .list .tit {
    margin: 0 0 10px 0;
    font-size: 1.6rem;
}

.home_news_box .list .maintxt {
    font-size: 1.3rem;
    line-height: 1.4;
}

.home_news_box .fb {
    width: 30%;
    height: 100%;
}


.home_news_box .bg_neg {
    position: absolute;
    z-index: -1;
    top: -66%;
    left: -40%;
    width: 53%;
    max-width: 530px;
}

.home_blueprint .topmsg {
    margin: 0 0 60px 0;
    text-align: center;
}

.home_blueprint ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 -44px 0;
}

.home_blueprint li {
    width: 30%;
    margin: 0 0 44px 0;
}

.home_contact {
    overflow: hidden;
}

.home_contact .topmsg {
    margin: 0 0 34px 0;
    text-align: center;
    color: #4D4D4D;
    line-height: 1.7;
    letter-spacing: 0.1rem;
}

.home_contact h3 {
    position: relative;
    width: 100%;
    padding: 8px 0;
    max-width: 800px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(../img/cmn_patt_blue.png) repeat center / 72px;
}


.home_contact h3::before,
.home_contact h3::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 12%;
    height: 2px;
    background: #FFF;
}

.home_contact h3::before {
    left: 0;
}

.home_contact h3::after {
    right: 0;
}

.home_contact .board {
    padding: 0 4%;
    margin: 0 0 6% 0;
    text-align: center;
}

.home_contact .board a {
    pointer-events: none;
}

.home_contact_box {
    position: relative;
}

.home_contact_box .bg_neg {
    position: absolute;
    z-index: -1;
    top: -20%;
    right: -30%;
    width: 500px;
}

/* mfp */
#mailformpro {
    width: 100%; margin: 0;
}

#tableContact {
	table-layout: fixed;
    width: 100%;
	margin: 0 0 60px 0;
    border-collapse: collapse;
}

#tableContact th {
    width: 350px;
	padding: 16px 16px;
	border: 1px solid #666666;
	background: #E6E6E6;
    vertical-align: middle;
    letter-spacing: 0.1rem;
    color: #4D4D4D;
    text-align: left;
}

#tableContact th span,
#tableContact #mail1 ~ span {
	color: #C1272D;
	font-size: 1.3rem;
	letter-spacing: 0;
}

#tableContact td {
	padding: 18px 16px;
	border: 1px solid #666666;
    vertical-align: middle;
    background: transparent;
    letter-spacing: 0.1rem;
    color: #4D4D4D;
}

#tableContact #username,
#tableContact #addr {
    width: 100%;
}

#tableContact #mail0,
#tableContact #mail1 {
    width: 540px;
}

#tableContact #mail0 {
    margin: 0 0 10px 0;
}

#tableContact #tel {
    width: 200px;
}

#tableContact #zip {
    width: 120px;
	margin: 0 0 10px 0;
}

#tableContact #message {
    display: block;
    width: 100% !important; /* mfp上書き */
    height: 150px !important; /* mfp上書き */
}

#contactButton {
	position: relative;
	display: flex;
	justify-content: center;
}

#contactButton button[type="reset"],
#contactButton button[type="submit"] {
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 2.0rem;
    font-weight: bold;
	outline: none;
}

#contactButton button[type="reset"] {
	border: 1px solid #BE2828;
	margin: 0 100px 0 0;
	color: #BE2828;
    background: rgba(190,40,40,0.1);
}

#contactButton button[type="submit"] {
    color: #FFFFFF;
	border: 0; /* mfp上書き */
    background: rgba(193,39,45,0.7);
}


div#mfp_overlay {
    color: #4D4D4D; /* mfp上書き */
}



















