@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap');


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
i {
    font-style: normal;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}


/* module
------------------------------------------------- */
.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #000;
}
@media only screen and (min-width:751px){
a {
    transition: 0.4s;
}
a:hover {
	text-decoration: underline;
    transition: 0.4s;
}
.al:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition: 0.4s;
	text-decoration: none;
}
.telLink {
	pointer-events: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo10 { font-size: 10px; }
.fo11 { font-size: 11px; }
.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo17 { font-size: 17px; }
.fo18 { font-size: 18px; }
.fo19 { font-size: 19px; }
.fo20 { font-size: 20px; }
.fo21 { font-size: 21px; }
.fo22 { font-size: 22px; }
.fo23 { font-size: 23px; }
.fo24 { font-size: 24px; }
.fo26 { font-size: 26px; }
.fo28 { font-size: 28px; }
.fo30 { font-size: 30px; }
.fo32 { font-size: 32px; }
.fo33 { font-size: 33px; }
.fo34 { font-size: 34px; }
.fo36 { font-size: 36px; }
.fo38 { font-size: 38px; }
.fo42 { font-size: 42px; }
.fo43 { font-size: 43px; }
.fo50 { font-size: 50px; }
.fo92 { font-size: 92px; }
.fo96 { font-size: 96px; }
.fo99 { font-size: 99px; }
}
@media only screen and (min-width:751px) and (max-width:1260px){
.fo10 { font-size: 0.7936vw; }
.fo11 { font-size: 0.873vw; }
.fo12 { font-size: 0.9523vw; }
.fo13 { font-size: 1.0317vw; }
.fo14 { font-size: 1.1111vw; }
.fo15 { font-size: 1.1904vw; }
.fo16 { font-size: 1.2698vw; }
.fo17 { font-size: 1.3492vw; }
.fo18 { font-size: 1.4285vw; }
.fo19 { font-size: 1.5079vw; }
.fo20 { font-size: 1.5873vw; }
.fo21 { font-size: 1.6666vw; }
.fo22 { font-size: 1.746vw; }
.fo23 { font-size: 1.8253vw; }
.fo24 { font-size: 1.9047vw; }
.fo26 { font-size: 2.0634vw; }
.fo28 { font-size: 2.2222vw; }
.fo30 { font-size: 2.3809vw; }
.fo32 { font-size: 2.5396vw; }
.fo33 { font-size: 2.619vw; }
.fo34 { font-size: 2.6984vw; }
.fo36 { font-size: 2.8571vw; }
.fo38 { font-size: 3.0158vw; }
.fo42 { font-size: 3.3333vw; }
.fo43 { font-size: 3.4126vw; }
.fo50 { font-size: 3.9682vw; }
.fo92 { font-size: 7.3015vw; }
.fo96 { font-size: 7.619vw; }
.fo99 { font-size: 7.8571vw; }
}


/* body
------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    font-weight: 400;
	line-height: 1.71;
	color: #000;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
.gothic {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.eng {
    font-family: 'EB Garamond', serif;
    font-weight: 500;
}
@media only screen and (min-width:751px) and (max-width:1260px){
body {
	font-size: 1.2698vw;
}
}
@media only screen and (max-width:750px){
html {
	overflow-x: hidden;
}
body {
	font-size: 3.733vw;
}
body.active {
    overflow-y: hidden;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
    position: relative;
}


/* header
------------------------------------------------- */
#header {
    width: 100%;
    height: 13.25em;
    background-color: #fff;
    box-shadow: 0 0.125em 0.25em rgba(214,214,214,0.5);
    transition: 0.3s;
    position: fixed;
    z-index: 98;
}
#header .logo {
    width: 6.875em;
    padding: 3.4375em 0 0 1.6875em;
}
#header .logo i {
    display: none;
    width: 18em;
    height: 1.5625em;
    background: url("../img/logo2.svg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 1.4375em;
    top: 3.3125em;
}
#header .zlogo {
    width: 8.125em;
    position: absolute;
    right: 4.6875em;
    top: 1em;
}
body.fixed #header {
    height: 8.375em;
}
body.fixed #header .zlogo {
    display: none;
}
@media only screen and (max-width:750px){
#header {
    height: 17vw;
    box-shadow: 0 0.55vw 1.1vw rgba(214,214,214,0.5);
}
#header .logo {
    width: 58.933vw;
    padding: 0;
}
#header .logo img,
#header .zlogo {
    display: none;
}
#header .logo i {
    display: block !important;
    width: 58.933vw;
    height: 5.16vw;
    left: 4vw;
    top: 5.866vw;
}
}


/* #navtoggle
------------------------------------------------- */
#navtoggle {
    display: none;
}
@media only screen and (max-width:750px){
#navtoggle {
    display: block;
    width: 16.266vw;
    height: 17vw;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}
#navtoggle div {
    width: 5.6vw;
    margin: 5.866vw auto 0;
    position: relative;
}
#navtoggle span {
    display: block;
    position: absolute;
    height: 0.55vw;
    width: 100%;
    background: #2076C6;
    left: 0;
    transition: .35s ease-in-out;
}
#navtoggle span:nth-child(1) {
    top: 0;
}
#navtoggle span:nth-child(2) {
    top: 2.666vw;
}
#navtoggle span:nth-child(3) {
    top: 5.333vw;
}
body.active #navtoggle span:nth-child(1) {
	top: 2.666vw;
	transform: rotate(45deg);
}
body.active #navtoggle span:nth-child(2) {
	width: 0;
}
body.active #navtoggle span:nth-child(3) {
	top: 2.666vw;
	transform: rotate(-45deg);
}
}


/* gnav
------------------------------------------------- */
#gnav {
    position: fixed;
    right: 1em;
    top: 4.125em;
    padding-top: 4.125em;
    transition: 0.3s;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnav .gnav {
    display: flex;
    align-items: center;
    transition: 0.3s;
}
#gnav .gnav li {
    padding-left: 1.875em;
    box-sizing: border-box;
    position: relative;
}
#gnav .gnav li.sp {
    display: none;
}
#gnav .gnav li a {
    display: block;
    font-weight: 500;
    background: url("../img/icon1_b.png") right 2px center no-repeat;
    background-size: 0.53em auto;
    padding-right: 1.7em;
    transition: 0.4s;
    line-height: 1.3;
}
#gnav .gnav li.active a.js-disabled {
    text-decoration: none;
    color: #2076C6;
    background-position: right 0 center;
}
#gnav .gnav li a span {
    display: block;
}
#gnav .gnav li .subnav {
    display: none;
    width: 15.5em;
    position: absolute;
    top: 100%;
    padding-top: 0.5em;
}
#gnav .gnav li .subnav ul {
    background-color: #2076C6;
    padding: 0.7em 1.2em;
}
#gnav .gnav li .subnav ul li {
    padding: 0;
}
#gnav .gnav li .subnav ul li a {
    color: #fff;
    background: none;
    padding: 0;
    line-height: 2.85;
    border-bottom: 1px solid #4986D0;
}
#gnav .gnav li .subnav ul li:last-child a {
    border-bottom: none;
}
#gnav .cnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: 0.3s;
    margin-left: 2em;
}
#gnav .cnav li {
    margin-left: 0.715em;
}
#gnav .cnav li a {
    display: block;
    width: 7em;
    line-height: 4.25em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #2076C6;
    border: 2px solid #2076C6;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    transition: 0.4s;
}
#gnav .cnav li:last-child a {
    color: #fff;
    background-color: #AD0808;
    border: 2px solid #AD0808;
}
#gnav .cnav li a span {
    display: none;
}
#gnav .sns {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
}
#gnav .sns li {
    width: 2.5em;
    margin-left: 1.5em;
}
#gnav .info,
#gnav .copyright {
    display: none;
}
body.fixed #gnav {
    padding-top: 3.625em;
    right: 2em;
    top: 1.2em;
}
body.fixed #gnav .gnav li.on a {
    color: #2076C6;
}
body.fixed #gnav .cnav {
    display: none;
}
@media only screen and (min-width:751px){
#gnav .gnav li a:hover {
    text-decoration: none;
    color: #2076C6;
    background-position: right 0 center;
}
#gnav .cnav li a:hover {
    text-decoration: none;
    background-color: #0E5EA8;
    border: 2px solid #0E5EA8;
}
#gnav .cnav li:last-child a:hover {
    background-color: #810808;
    border: 2px solid #810808;
}
}
@media only screen and (max-width:750px){
#gnav {
    display: none;
    width: 100%;
    position: fixed;
    right: 0;
    top: 17vw;
    background-color: #fff;
    z-index: 97;
    transition: none;
    padding: 8vw 14vw 20vw;
    box-sizing: border-box;
    overflow-y: auto;
}
#gnav .gnav {
    font-size: 4.266vw;
    display: block;
    transition: none;
}
#gnav .gnav li {
    min-width: inherit;
    height: auto;
    text-align: left;
    border-left: none;
    border-top: 1px solid #CED1D5;
    padding: 0;
}
#gnav .gnav li:nth-child(2) {
    border-top: 1px solid #CED1D5;
    padding: 0;
}
#gnav .gnav li.pc {
    display: none;
}
#gnav .gnav li.sp {
    display: list-item;
    border: none;
}
#gnav .gnav li.sp.news {
    border-top: 1px solid #CED1D5;
}
#gnav .gnav li.sp.ob {
    border-top: 1px solid #CED1D5;
}
#gnav .gnav li.sp.sk {
    border-top: 1px solid #CED1D5;
}
#gnav .gnav li.sp.winter {
    border-top: 1px solid #CED1D5;
}
#gnav .gnav li a {
    display: block;
    color: #000;
    font-weight: 400;
    background: none;
    padding: 0;
    line-height: 14vw;
}
#gnav .gnav li.sp.sk a {
    line-height: 1.65;
    padding: 4vw 0;
}
#gnav .gnav li a span {
    display: inline;
}
#gnav .gnav li:nth-child(3) a {
    padding-right: 0; 
}
#gnav .gnav li a.js-disabled {
    background: url("../img/icon7_p.png") 98% center no-repeat;
    background-size: 1em auto;
}
#gnav .gnav li a.js-disabled.open {
    background: url("../img/icon7_m.png") 98% center no-repeat;
    background-size: 1em auto;
}
#gnav .gnav li .subnav {
    width: 100%;
    position: static;
    padding-top: 0;
}
#gnav .gnav li .subnav ul {
    font-size: 4vw;
    background-color: #fff;
    padding: 0 0 1em 1.5em;
}
#gnav .gnav li .subnav ul li {
    padding: 0;
    border-top: 1px solid #CED1D5;
}
#gnav .gnav li .subnav ul li a {
    color: #000;
    background: none;
    padding: 0;
    line-height: 3;
    border-bottom: none;
}
#gnav .cnav {
    display: block;
    margin: 7vw 0 4vw;
}
#gnav .cnav li {
    margin: 0 0 2.5vw;
}
#gnav .cnav li a {
    font-size: 4vw;
    width: 100%;
    line-height: 14.1vw;
    font-weight: 500;
    border: 1px solid #2076C6;
}
#gnav .cnav li a span {
    display: inline;
}
#gnav .sns {
    position: static;
    justify-content: center;
    padding-top: 7vw;
}
#gnav .sns li {
    margin: 0 0.75em;
}
#gnav .info {
    display: block;
    font-size: 3.733vw;
    padding-top: 5vw;
}   
#gnav .info li {
    border: none;
    margin-bottom: 0.9em;
} 
#gnav .info li:nth-child(2) {
    border: none;
}
#gnav .info li a {
    font-weight: 400;
} 
#gnav .info li:first-child a {
    background: url("../img/icon_blank.png") right center no-repeat;
    background-size: 1em auto;
    padding-right: 1.8em;
}
#gnav .copyright {
    display: block;
    text-align: center;
    font-weight: 500;
    padding-top: 13.5vw
}
}


/* anav
------------------------------------------------- */
#anav {
    width: 100%;
    position: fixed;
    top: 13.25em;
    transition: 0.3s;
    z-index: 97;
    background-color: #004E95;
}
#anav ul {
    height: 3.75em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1em;
}
#anav ul li {
    margin-right: 2.3em;
}
#anav ul li a {
    color: #fff;
}
body.fixed #anav {
    top: 8.375em;
}
@media only screen and (max-width:750px){
#anav {
    position: absolute;
    top: 17vw;
    height: 2.666vw;
}
#anav ul {
    display: none;
}
}


/* contents
------------------------------------------------- */
#contents {
    display: block;
	width: 100%;
	clear: both;
    padding-top: 13.25em;
}
.inner {
	max-width: 1260px;
	margin: 0 auto;
    padding: 0 8.125em;
	clear: both;
	position: relative;
    box-sizing: border-box;
}
@media only screen and (max-width:750px){
#contents {
    padding-top: 17vw;
}
.inner {
	width: 84%;
    padding: 0;
}
}


/* btnst
------------------------------------------------- */
.btnst a {
    display: block;
    width: 100%;
    border: 0.1875em solid #000;
    padding: 0 1.7em;
    box-sizing: border-box;
}
.btnst a span {
    display: block;
    line-height: 5.4;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}
.btnst a span::before {
    content: '';
    width: 2.13em;
    height: 0.53em;
    background: url("../img/icon5.png") right center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 85%;
    top: 48%;
    overflow: hidden;
    transition: 0.4s;
}
@media only screen and (min-width:751px){
.btnst a:hover {
    letter-spacing: 0.12em;
}
.btnst a:hover span::before {
	width: 3em;
}
}
@media only screen and (max-width:750px){ 
.btnst a {
    border: 0.8vw solid #000;
}
.btnst a span {
    line-height: 20vw;
}
.btnst a span::before {
    left: 90%;
}
}


/* #pnav
------------------------------------------------- */
#pnav {
    padding: 3.75em 0 7.5em;
    position: relative;
}
#pnav.up {
    padding: 7.5em 0 0;
}
#pnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#pnav ul li {
    width: 27.5%;
    text-align: center;
    margin-bottom: 3.33em;
}
#pnav ul li:nth-child(2),
#pnav ul li:nth-child(5) {
    width: 34%;
    border-right: 1px solid #CED1D5;
    border-left: 1px solid #CED1D5;
}
#pnav ul li:last-child {
    border: none;
}
#pnav ul li a {
    display: block;
    width: 100%;
    line-height: 2.25;
    transition: 0.4s;
}
#pnav ul li.on a {
    opacity: 0.2;
}
#pnav .pagetop {
    position: absolute;
    right: 1.375em;
    bottom: 1.2em;
}
#pnav .pagetop a {
    color: #2076C6;
    font-weight: 500;
    background: url("../img/icon2_b.png") right center no-repeat;
    background-size: 0.9375em auto;
    padding-right: 1.56em;
}
@media only screen and (min-width:751px){
#pnav ul li a:hover {
    letter-spacing: 0.12em;
}
#pnav ul li a:hover span::before {
	width: 3em;
}
}
@media only screen and (max-width:750px){
#pnav {
    padding: 0 0 30vw;
    background-color: #fff;
    z-index: 2;
}
#pnav.up {
    padding: 0 0 25vw;
}
#pnav ul {
    font-size: 4vw;
    display: block;
    width: 74vw;
    margin: 0 auto;
}
#pnav ul li {
    width: 100%;
    border-bottom: 1px solid #CED1D5;
    margin-bottom: 0;
    text-align: left;
}
#pnav ul li:nth-child(2),
#pnav ul li:nth-child(5) {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CED1D5;
}
#pnav ul li:last-child {
    border: none;
}
#pnav ul li a {
    line-height: 22vw;
    box-sizing: border-box;
    padding: 0 0 0 4.5vw;
}
#pnav .pagetop {
    font-size: 4.266vw;
    right: 5.8vw;
    bottom: 3.5vw;
}
}


/* footer
------------------------------------------------- */
#footer {
    background-color: #fff;
    box-shadow: 0 -0.125em 0.25em rgba(214,214,214,0.5);
    padding-top: 4.125em;
}
#footer .logo {
    width: 6.875em;
    margin: 0 auto 5.25em;
}
#footer .fnav1 {
    display: flex;
    justify-content: space-between;
}
#footer .fnav1 ul li {
    line-height: 1.5;
    margin-bottom: 1.2em;
}
#footer .fnav1 ul li a {
    color: #2076C6;
}
#footer .fnav1 ul:nth-child(1) {
    width: 17%;
}
#footer .fnav1 ul:nth-child(1) .req {
    margin-bottom: 0.715em;
}
#footer .fnav1 ul:nth-child(1) .req a,
#footer .fnav1 ul:nth-child(1) .les a {
    display: block;
    width: 100%;
    line-height: 3.57;
    color: #fff;
    background-color: #2076C6;
    border: 1px solid #2076C6;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    transition: 0.4s;
}
#footer .fnav1 ul:nth-child(1) .les a {
    color: #fff;
    background-color: #AD0808;
    border: 1px solid #AD0808;
}
#footer .fnav1 ul:nth-child(1) li:nth-child(3) {
    padding-top: 1em;
    text-align: center;
}
#footer .fnav1 ul:nth-child(1) li:nth-child(3) a {
    color: #000;
    font-weight: 400;
}
#footer .fnav1 ul:nth-child(2) {
    width: 56%;
}
#footer .fnav1 ul:nth-child(2) li {
    display: inline-block;
    margin-right: 2.5em;
}
#footer .fnav1 ul:nth-child(2) li:nth-child(3n) {
    margin-right: 0;
}
#footer .fnav1 ul:nth-child(3) {
    width: 13%;
}
#footer .fnav2 {
    position: absolute;
    left: 23.125em;
    bottom: 2.7em;
}
#footer .fnav2 ul {
    display: flex;
}
#footer .fnav2 ul li {
    margin-right: 3em;
}
#footer .fnav2 ul li a {
    font-weight: 400;
}
#footer .fnav2 ul li:first-child a {
    background: url("../img/icon_blank.png") right center no-repeat;
    background-size: 1em auto;
    padding-right: 1.8em;
}
#footer .pmark {
    width: 5.125em;
    position: absolute;
    right: 2.125em;
    bottom: 1.375em;
}
#footer small {
    display: block;
    padding: 3em 0;
}
#footer .bgb {
    height: 8.4375em;
    background-color: #043491;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .bgb p {
    width: 9.375em;
}
@media only screen and (min-width:751px){
#footer .fnav1 ul .req a:hover,
#footer .fnav1 ul .les a:hover {
    text-decoration: none;
    background-color: #0E5EA8;
    border: 1px solid #0E5EA8;
}
#footer .fnav1 ul .les a:hover {
    color: #fff;
    background-color: #810808;
    border: 1px solid #810808;
}
}
@media only screen and (max-width:750px){
#footer {
    box-shadow: 0 -0.55vw 1.1vw rgba(214,214,214,0.5);
    padding-top: 17.5vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
#footer .logo {
    width: 76.89vw;
    margin: 0 0 15vw;
}
#footer .fnav1 {
    display: block;
    padding-bottom: 21vw;
    position: relative;
} 
#footer .fnav1 ul {
    margin-bottom: 6vw;
}
#footer .fnav1 ul li {
    margin-bottom: 0.6em;
}  
#footer .fnav1 ul:nth-child(1) {
    width: 100%;
}
#footer .fnav1 ul:nth-child(1) .req,
#footer .fnav1 ul:nth-child(1) .les {
    position: absolute;
    left: 0;
    bottom: 12vw;
    margin: 0;
}
#footer .fnav1 ul:nth-child(1) .les {
    left: auto;
    right: 0;
}
#footer .fnav1 ul:nth-child(1) .req a,
#footer .fnav1 ul:nth-child(1) .les a {
    width: 39.45vw;
    line-height: 13.33vw;
} 
#footer .fnav1 ul:nth-child(1) li:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}
#footer .fnav1 ul:nth-child(1) li:nth-child(3) a {
    font-size: 4vw;
}
#footer .fnav1 ul:nth-child(2) {
    width: 100%;
    font-size: 4.266vw;
}
#footer .fnav1 ul:nth-child(2) li {
    display: list-item;
    margin: 0 0 6vw;
}
#footer .fnav1 ul:nth-child(2) li:nth-child(3n) {
    margin-right: 0;
}
#footer .fnav1 ul:nth-child(3) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 4.266vw;
}
#footer .fnav1 ul:nth-child(3) li {
    width: 50%;
    margin: 0 0 6vw;
    box-sizing: border-box;
}
#footer .fnav1 ul:nth-child(3) li:nth-child(2n) {
    padding-left: 3vw;
}
#footer .fnav2 {
    position: static;
    border-top: 1px solid #CDD6DE;
    padding-top: 9vw;
    margin-top: 10vw;
}
#footer .fnav2 ul {
    display: block;
    font-size: 4vw;
}
#footer .fnav2 ul li {
    margin: 0 0 0.9em;
}
#footer .pmark {
    width: 18.66vw;
    right: 0;
    bottom: 32vw;
}
#footer small {
    text-align: center;
    padding: 3em 0;
}
#footer .bgb {
    height: 36vw;
}
#footer .bgb p {
    width: 40vw;
}
}


/* snav
------------------------------------------------- */
@media only screen and (min-width:751px){
#snav {
    position: fixed;
    right: -20em;
    top: 15em;
    z-index: 10;
    transition: 0.5s;
}
#snav.on {
    right: 0;
}
#snav ul li a {
    display: block;
    width: 3.125em;
    height: 12.9em;
    background-color: #2076C6;
    border: 1px solid #2076C6;
    border-right: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 400;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin: 0.375em 0;
    line-height: 3.125em;
    transition: 0.4s;
}
#snav ul li a:hover {
    text-decoration: none;
    background-color: #0E5EA8;
    border: 1px solid #0E5EA8;
    border-right: none;
}
#snav ul li:last-child a {
    color: #fff;
    background-color: #AD0808;
    border: 1px solid #AD0808;
}
#snav ul li:last-child a:hover {
    color: #fff;
    background-color: #810808;
    border: 1px solid #810808;
}
}
@media only screen and (max-width:750px){
#snav {
    position: fixed;
    width: 100%;
    bottom: -20vw;
    z-index: 10;
    transition: 0.5s;
}
#snav.on {
    bottom: 0;
}
#snav ul {
    display: flex;
    font-size: 4vw;
}
#snav ul li {
    width: 50%;
    height: 15vw;
    background-color: #2076C6;
    border: 1px solid #2076C6;
    border-bottom: none;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
}
#snav ul li a {
    display: block;
    width: 100%;
    line-height: 15vw;
    cursor: pointer;
    text-align: center;
    background: url("../img/icon_gnav1_w.png") 20% center no-repeat;
    background-size: 6vw auto;
    padding-left: 4vw;
    color: #fff;
}
#snav ul li a span {
    display: block;
    background: url("../img/icon8_w.png") 80% center no-repeat;
    background-size: 2vw auto;
}
#snav ul li a i {
    display: none;
}
#snav ul li:last-child {
    background-color: #AD0808;
    border: 1px solid #AD0808;
}
#snav ul li:last-child a {
    color: #fff;
    background: url("../img/icon_gnav2_w.png") 20% center no-repeat;
    background-size: 6vw auto;
}
#snav ul li:last-child a span {
    background: url("../img/icon8_w.png") 80% center no-repeat;
    background-size: 2vw auto;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    padding-top: 13.25em;
    margin-top: -13.25em;
}
@media only screen and (max-width:750px){
.idPad {
    padding-top: 17vw;
    margin-top: -17vw;
}
}


/* animation
------------------------------------------------- */
.fadein {
    opacity: 0;
}
.fadein.isAnimate {
    animation: fadeIn 1s ease 0.1s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
@keyframes animText {
    0% {
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 10, -10);
    }
    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
@keyframes animLine {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
@keyframes animFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(8px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}


/* slick-slider
------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}