<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media screen and (min-width:641px) {
.pcv {
    display: block
}
.spv {
    display: none;
}
    
html{
    height: 100%;
    font-size: 62.5%;/* 10px */
}

body {
    background: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 2.0rem;
    line-height: 140%;
    color: #444;
    min-width: 1240px;
    max-width: 2900px;
    margin: auto;
    height: 100%;
    line-break: strict;
    word-break: normal;
    word-wrap: break-word;
    color: #51565a;/*org777d81*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-align: justify;
    text-justify: inter-ideograph;

    overflow-y: scroll;
}
h2,h3,h4,h5,h6 {
    color: #1f2125;
}

section {
    position: relative;
}

.jumpTarget {
    position: absolute;
    top: -100px;
}

#container {
    min-height: 1100px;
	height: auto;
	margin: auto;
    position: relative;
    z-index: 4;
    opacity: 0;
    overflow: hidden;
}
#container .wrapper {
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
#container .wrapper h2  {
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#container .wrapper h2 a.backLink {
    display: inline;
    font-size: 1.3rem;
    line-height: 100%;
    padding: 10px 0 10px 23px;
    margin: 0 0 0 15px;
    background: url("../../../../../images/common/arrow_left.png") left 3px center/10px auto no-repeat;
    transition: all 0.2s;
    color: #1f2125;
}
#container .wrapper h2 a.backLink:hover {
    animation: link_arrow_left 0.6s ease 0s infinite;
    color: #f08404;
}
#container .wrapper h2 span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 4.2rem;
    line-height: 100%;
    font-weight: bold;
    color: #f08404;
    margin: 0 0 12px;
}


#nanameMask {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 1068px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s ease-in-out 1.3s;
    transform: translateX(0);
    z-index: 2;
    will-change: transform;
}
#nanameMask.move {
    /*left: 100vw;*/
    transform: translateX(100vw);
}


.SP {
    display: none;
}
a {
    text-decoration: none;
    color: #51565a;
}
a p,
a h3 {
    transition: color 0.2s;
}
a img {
    transition: all 0.3s;
}
a:hover {
    color: #f08404;
}


#fadeAll{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 99999;
    top: 0;
    left: 0;
    pointer-events: none;
}
#progress {
    width: 100%;
    height:100%;
    padding:0;
    margin:0;
    position:relative;
}
#progressBar {
    width: 0;
    height: 5px;
    background: #f08404;
    position: absolute;
    top: 1px;
    transition: transform 0.3s;
    transform-origin: right top;
}
#logoAnime {
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 82px;
}
#logoAnime img {
    position: absolute;
    width: 100%;;
    height: auto;
    transform: scale(3.5);
    opacity: 0;
    z-index: 2;
    will-change: transform;
}
#logoAnime img.p11 {
    transform: scale(1);
    opacity: 0;
    z-index: 1;
}
/* 
#logoAnime img.show {
    transform: scale(1);
    opacity: 1;
}
#logoAnime img.p1.show {
    transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
}
#logoAnime img.p2.show {
    transition: transform 0.5s 0.34s, opacity 0.5s 0.34s;
}
#logoAnime img.p3.show {
    transition: transform 0.5s 0.38s, opacity 0.5s 0.38s;
}
#logoAnime img.p4.show {
    transition: transform 0.5s 0.43s, opacity 0.5s 0.43s;
}
#logoAnime img.p5.show {
    transition: transform 0.5s 0.48s, opacity 0.5s 0.48s;
}
#logoAnime img.p6.show {
    transition: transform 0.5s 0.54s, opacity 0.5s 0.54s;
}
#logoAnime img.p7.show {
    transition: transform 0.5s 0.6s, opacity 0.5s 0.6s;
}
#logoAnime img.p8.show {
    transition: transform 0.5s 0.66s, opacity 0.5s 0.66s;
}
#logoAnime img.p9.show {
    transition: transform 0.5s 0.72s, opacity 0.5s 0.72s;
}
#logoAnime img.p10.show {
    transition: transform 0.5s 0.78s, opacity 0.5s 0.78s;
}
#logoAnime img.p11.show {
    transition: transform 0.8s 1.0s, opacity 0.8s 1.0s;
} */
#logoAnime img.show {
    animation: logoAnime 0.5s forwards;
}
#logoAnime img.p1.show {
    animation-delay: 0.1s;
}
#logoAnime img.p2.show {
    animation-delay: 0.24s;
}
#logoAnime img.p3.show {
    animation-delay: 0.28s;
}
#logoAnime img.p4.show {
    animation-delay: 0.33s;
}
#logoAnime img.p5.show {
    animation-delay: 0.38s;
}
#logoAnime img.p6.show {
    animation-delay: 0.44s;
}
#logoAnime img.p7.show {
    animation-delay: 0.5s;
}
#logoAnime img.p8.show {
    animation-delay: 0.56s;
}
#logoAnime img.p9.show {
    animation-delay: 0.62s;
}
#logoAnime img.p10.show {
    animation-delay: 0.68s;
}
#logoAnime img.p11.show {
    animation: logoAnime_t 0.7s 1s forwards;
}
@keyframes logoAnime {
    0% {
        transform: scale(3.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes logoAnime_t {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


#preload {
    display: none;
}



header {
	position: fixed;
	width: 100%;
    min-width: 1240px;
	height: 100px;
	z-index: 1001;
    top: 0;
    left: 0;
    transition: height 0.3s, background 0.3s, transform 0.5s 0.3s;
    opacity: 0;
    user-select: none;
    
    transform: translateY(-140px);
}
header.show {
    transition: height 0.3s, background 0.3s, transform 0.7s 0.5s;
    transform: translateY(0);
}

header.lock * {
    pointer-events: none;
    cursor: default;
}
header #header_sp {
    display: none;
}
header #sp_navi {
    display: none;
}
header #header_pc {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
header #header_pc .wrap {
    position: relative;
    top: 0px;
    width: 1200px;
	height: 100px;
    margin: auto;
    transition: all 0.3s;
    text-align: left;
    padding: 0 10px;
    max-width: 1240px;
}
header #header_pc .wrap::after {
    content: '';
    clear: both;
    display: block;
}

header #header_pc .wrap * {
    pointer-events: auto;
}

header #header_pc .logoWrap {
    position: relative;
    position: absolute;
    left: 0;
    top: 21px;
    width: 300px;
    height: 57px;
    transition: height 0.3s, top 0.3s;
}
header #header_pc img.logo {
    width: 84px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.3s, top 0.3s;
}
header #header_pc h1 {
    position: absolute;
    left: 110px;
    bottom: 0;
    transition: left 0.3s, bottom 0.3s;
    color: #51565a;
}
header #header_pc h1 span {
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: block;
    transition: color 0.2s;
    color: #1f2125;
}
header #header_pc h1 span.en {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0rem;
    line-height: 100%;
    letter-spacing: normal;
    display: block;
    color: #51565a;
    margin-top: 5px;
}
header #header_pc a:hover h1 span {
    color: #f08404;
}
header #header_pc .contactBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 143px;
    height: 46px;
    text-align: right;
    padding-right: 20px;
    color: #fff;
    overflow: hidden;
    background: #f08404;
    cursor: pointer;
    transition: width 0.3s, height 0.3s;
}
header #header_pc .contactBtn::before {
    content: '';
    background: #1f2125;
    width: 110%;
    height: 0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    transition: all 0.3s;
    transform: rotate(-20.25deg);
}
header #header_pc .contactBtn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url("../../../../../images/common/icon_mail.png") 20px center/18px auto no-repeat;
    z-index: 2;
}
header #header_pc .contactBtn span {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    line-height: 46px;
    font-weight: bold;
    opacity: 1;
    transition: opacity 0.2s;
}
header #header_pc a:hover .contactBtn::before {
    width: 110%;
    height: 220%;
}




header #header_pc ul {
	display: block;
    position: absolute;
    right: 0;
    bottom: 0;
	font-size: 0;
	line-height: 0;
    transition: all 0.3s;
}
header #header_pc li {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 54px;
    height: 54px;
    font-weight: bold;
	margin: 0 0 0 22px;
    transition: all 0.3s;
    position: relative;
    vertical-align: top;
}

header #header_pc li:first-child {
	margin-left: 0;
}
header #header_pc li &gt; a,
header #header_pc li &gt; span {
    padding: 0 14px;
    display: block;
    height: 100%;
    transition: color 0.2s;
    color: #1f2125;
}
header #header_pc li &gt; a:hover {
    color: #f08404;
}
header #header_pc li &gt; a::after,
header #header_pc li &gt; span::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    position: absolute;
    left: inherit;
    right: 0;
    bottom:0;
    background: #f08404;
    transition: all 0.2s;
}
header #header_pc li &gt; :hover::after,
header #header_pc li &gt; .active::after,
header #header_pc li.current &gt; ::after{
    width: 100%;
    left: 0;
    right: inherit;
}
header #header_pc li .pd-icon {
    background: url("../../../../../images/common/arrow_sub.png") right bottom 21px /9px auto no-repeat; 
}

header.smaller {
    height: 70px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0px 8px rgba(0,0,0,0.2)
}
header.smaller #header_pc .logoWrap {
    top: 11px;
}
header.smaller #header_pc &gt; .wrap &gt; a {
    cursor: default;
}
header.smaller #header_pc img.logo {
    width: 66px;
    height: auto;
    cursor: pointer;
}
header.smaller #header_pc .logoWrap h1 {
    opacity: 0;
    left: 94px;
    bottom: 8px;
    transition: all 0.2s;
}

/*--------------*/
header #header_pc .logoWrap._70th {
	width: 344px;
}
header #header_pc .logoWrap._70th img.logo {
	width: 163px;
}
header #header_pc .logoWrap._70th h1 {
	left: 177px;
}
	
header.smaller #header_pc .logoWrap._70th img.logo {
	width: 126px;
}
header.smaller #header_pc .logoWrap._70th h1 {
    left: 144px;
}
/*--------------*/

header.smaller #header_pc .contactBtn {
    width: 70px;
    height: 70px;
}
header.smaller #header_pc .contactBtn::before {
    width: 140%;
}
header.smaller #header_pc .contactBtn::after {
    background: url("../../../../../images/common/icon_mail.png") center center/18px auto no-repeat;
}
header.smaller #header_pc .contactBtn span {
    opacity: 0;
}
header.smaller #header_pc a:hover .contactBtn::before {
    width: 140%;
    height: 140%;
}
header.smaller #header_pc ul {
    right: 100px;
    bottom: 30px;
}
header.smaller #header_pc li {
    font-size: 1.3rem;
	line-height: 70px;
    height: 70px;
}
header.smaller #header_pc li .pd-icon {
    background-position: right bottom 29px; 
}


header .pulldown {
    width: 100%;
    position: absolute;
    height: 195px;
    transition: all 0.3s;
    z-index: 1;
    pointer-events: none;
    top: 100px;
}
header .pulldown.show {
    height: 195px;
    pointer-events: auto;
}
header .pulldown .mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 205px;
    overflow: hidden;
}
header.smaller .pulldown {
    top: 70px;
}
header .pulldown .container {
    background: #e1e4e7;
    height: 195px;
    width: 100%;
    transition: all 0.3s;
    transition-delay: 0s;
    position: absolute;
    top:-195px;
    opacity: 1;
}
header .pulldown.show .container {
    height: 195px;
    top:0px;
    opacity: 1;
    transition-delay: 0.15s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5), 0 1px 8px rgba(0,0,0,0.2) inset;
}
header .pulldown ul {
    opacity: 0;
    transition: all 0.2s 0s;
}
header .pulldown.show ul {
    opacity: 1;
    transition: all 0.3s 0.3s;
}


header .pulldown ul {
    display: block;
    max-width: 1200px;
    margin: auto;
    height: 195px;
    text-align: right;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
header .pulldown ul li {
    display: inline-block;
    width: 175px;
    margin: 25px 0 0 30px;
    text-align: center;
    vertical-align: top;
}
header .pulldown ul li:first-child {
    margin-left: 0;
}
header .pulldown ul li p {
    width: 175px;
    height: 117px;
    overflow: hidden;
}
header .pulldown ul li p img {   
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}
header .pulldown ul li a:hover p img {
    transform: scale(1.15);
}
header .pulldown ul li h3 {
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    height: 46px;
    padding: 0 22px;
}
header .pulldown ul li a.blank h3 {
    background: url("../../../../../images/common/icon_blank.png") right 1px center/12px auto no-repeat;
}
header .pulldown ul li a:hover h3 {
    color: #f08404;
}



/*フッター*/
footer {
    /*background: #F4F6F6;*/
    text-align: center;
    position: relative;
    margin: -270px 0 0;
    padding: 450px 0 60px;
    opacity: 0;
}
footer::before {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    margin: auto;
    background: url("../../../../../images/common/footer_bg.png") center top no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 2900px;
    z-index: 2;
}

footer .wrapper {
    max-width: 1200px;
    text-align: left;
    position: relative;
    z-index: 3;
    margin: auto;
}

footer ul.pankuzu {
    display: block;
    font-size: 1px;
    line-height: 0;
    letter-spacing: -5px;
}
footer ul.pankuzu li {
    letter-spacing: normal;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #1f2125;
}
footer ul.pankuzu li a {
    transition: color 0.2s;
    padding: 10px 0;
}
footer ul.pankuzu li a:hover {
    color: #f08404;
}
footer ul.pankuzu li::before {
    content: '';
    display: inline-block;
    background: url("../../../../../images/common/pankuzu_arrow.png") center center/5px auto no-repeat;
    width: 5px;
    height: 9px;
    vertical-align: middle;
    margin: 0 10px;
}
footer ul.pankuzu li:first-child::before {
    display: none;
}

footer #footer_pc {
    margin: 35px 0 0;
}
footer #footer_pc::after {
    content: '';
    display: block;
    clear: both;
}

footer #footer_pc .leftWrap {
    width: 310px;
    float: left;
}

footer #footer_pc .logoWrap {
    position: relative;
    width: 300px;
    height: 57px;
    transition: height 0.3s, top 0.3s;
}
footer #footer_pc img.logo {
    width: 84px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
footer #footer_pc h2 {
    position: absolute;
    left: 110px;
    bottom: 0;
}

footer #footer_pc h2 span {
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: block;
}
footer #footer_pc h2 span.en {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0rem;
    line-height: 100%;
    letter-spacing: normal;
    display: block;
    color: #51565a;
    margin-top: 5px;
}

footer #footer_pc .address {
    font-size: 1.3rem;
    line-height: 180%;
    letter-spacing: 0.1rem;
    color: #51565a;
    margin: 35px 0 0;
}
footer #footer_pc .address p {
    margin-bottom: 8px;
}


footer #footer_pc .contactBtn {
    margin: 17px 0 0;
}
footer #footer_pc .contactBtn a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold; 
    line-height: 46px;
    letter-spacing: 0.1rem;
    height: 46px;
    width: 143px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    /*background: #51565a;*/
    background: rgba(158,163,165,1);
}
footer #footer_pc .contactBtn a::after {
    content: '';
    background: #f08404;
    width: 110%;
    height: 0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    transition: all 0.3s;
    transform: rotate(-20.25deg);
}
footer #footer_pc .contactBtn a:hover::after {
    width: 110%;
    height: 220%;
}
footer #footer_pc .contactBtn span {
    display: block;
    background: url("../../../../../images/common/icon_mail.png") left 20px center/16px auto no-repeat;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-left: 22px;
}

footer #footer_pc &gt; .wrap {
    letter-spacing: normal;
}
footer #footer_pc &gt; .wrap::after {
    content: '';
    display: block;
    clear: both;
}
footer #footer_pc .rightWrap {
    width: 885px;
    float: right;
}
footer #footer_pc .toppageLink {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: bold;
    display: block;
    border-bottom: rgba(119,125,129,0.4) solid 1px;
    padding-bottom: 15px;
    margin: 28px 0 0;
}
footer #footer_pc .toppageLink a,
footer #footer_pc .subpageLink dt a {
    color: #1f2125;
}
footer #footer_pc .toppageLink a:hover {
    color: #f08404;
}
footer #footer_pc .rightWrap a {
    transition: color 0.2s;
    padding: 10px 0;
}
footer #footer_pc .subpageLink {
    margin: 15px 0 0;
}
footer #footer_pc .subpageLink::after {
    content: '';
    display: block;
    clear: both;
}
footer #footer_pc dl {
    display: block;
    width: 275px;
    float: left;
    margin-left: 30px;
    /*color: #51565a;*/
    color: rgba(138,143,145,1);
}
footer #footer_pc dl:first-child {
    margin-left: 0;
}
footer #footer_pc dl dt {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: bold;
    border-bottom: rgba(119,125,129,0.4) solid 1px;
    padding-bottom: 15px;
    margin: 28px 0 20px;
}
footer #footer_pc dl dt a:hover {
    color: #f08404;
}
footer #footer_pc dl dd {
    font-size: 1.3rem;
    line-height: 100%;
    margin: 17px 0 0 13px;
}
footer #footer_pc dl dd a.blank {
    background: url("../../../../../images/common/icon_blank.png") right center/12px auto no-repeat;
    padding-right: 20px;
}
footer #footer_pc .bottomWrap {
    clear: both;
    font-size: 1px;
    line-height: 0;
    letter-spacing: -5px;
    margin: 20px 0 0;
}
footer #footer_pc .bottomWrap .privacy {
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: normal;
    width: 50%;
    vertical-align: bottom;
}
footer #footer_pc .bottomWrap .privacy a {
    color: #51565a;
    margin-left: 20px;
}
footer #footer_pc .bottomWrap .privacy a:hover {
    color: #f08404;
}
footer #footer_pc .bottomWrap .privacy a:first-child {
    margin-left: 0;
}
footer #footer_pc .bottomWrap .copyright {
    display: inline-block;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: normal;
    color: #cbd0d3;
    width: 50%;
    vertical-align: bottom;
    text-align: right;
}

footer #footer_sp {
    display: none
}

    

#pagetopBtn {
    position: fixed;
    right: -130px;
    bottom: 115%;
    width: 100px;
    height: 100px;
    z-index: 10;
    transition: right 1.2s, bottom 1.2s;
    cursor: pointer;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    will-change: transform;
}
#pagetopBtn.show {
    right: 1.5%;
    bottom: 100px;
}

#pagetopBtn span.s1 {
    /*background: url("../../../../../images/common/btn_swallow_01.png") center center/52px auto no-repeat;*/
    background: url("../../../../../images/common/btn_swallow_01.png") center center/46px auto no-repeat;
    transform: scale(1);
    -webkit-transform: scale(1);
}
#pagetopBtn span.s2 {
    /*background: url("../../../../../images/common/btn_swallow_02.png") center center/93px auto no-repeat;*/
    background: url("../../../../../images/common/btn_swallow_02.png") center center/73px auto no-repeat;
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
#pagetopBtn span.s3 {
    /*background: url("../../../../../images/common/btn_swallow_03.png") center center/52px auto no-repeat;*/
    background: url("../../../../../images/common/btn_swallow_03.png") center center/46px auto no-repeat;
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn span.s4 {
    /*background: url("../../../../../images/common/btn_swallow_04.png") center center/77px auto no-repeat*/
    background: url("../../../../../images/common/btn_swallow_04.png") center center/60px auto no-repeat;
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#pagetopBtn span {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    transition: all 0.2s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
#pagetopBtn p {
    position: relative;
    left: 0;
    top: 0;
    animation: swallow1 3s ease-in-out infinite, swallow2 6s ease-in-out 1.5s infinite;
    transition: margin 0.2s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
#pagetopBtn.wait p {
    animation-play-state: paused;
}
#pagetopBtn:hover span.s1,
#pagetopBtn.up:hover span.s1{
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn:hover span.s2,
#pagetopBtn.up:hover span.s2{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
#pagetopBtn:hover span.s3,
#pagetopBtn.up:hover span.s3 {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn.up span.s1 {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn.up span.s2 {
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
#pagetopBtn.up span.s3 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
#pagetopBtn.up2 span.s1 {
    opacity: 0!important;
    transform: scale(1.3)!important;
    -webkit-transform: scale(1.3)!important;
    cursor: default!important;
}
#pagetopBtn.up2 span.s2 {
    opacity: 0!important;
    transform: scale(0.7)!important;
    -webkit-transform: scale(0.7)!important;
    cursor: default!important;
}
#pagetopBtn.up2 span.s3 {
    opacity: 1!important;
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    cursor: default!important;
}
#pagetopBtn span.s4 {
    opacity: 0;
}
#pagetopBtn.wait span.s1 {
    opacity: 0;
}
#pagetopBtn.wait span.s3 {
    opacity: 0;
}
#pagetopBtn.wait span.s4 {
    opacity: 1;
}
#pagetopBtn.up2 span.s4 {
    opacity: 0;
}
#pagetopBtn:hover span.s4,
#pagetopBtn.up:hover span.s4 {
    opacity: 0!important;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn.down span.s1 {
    opacity: 1;
}
#pagetopBtn.down span.s3,
#pagetopBtn.down span.s4 {
    opacity: 0;
}
#pagetopBtn.down.up span.s3 {
    opacity: 1;
}
#pagetopBtn.down.up span.s1,
#pagetopBtn.down.up span.s4 {
    opacity: 0;
}
#pagetopBtn.down:hover span.s1 {
    opacity: 0;
}

@keyframes swallow1 {
    0%  {left: 30%;}
    50% {left: -30%;}
    100% {left: 30%;}
}
@keyframes swallow2 {
    0% {top: -10%;}
    50% {top: 10%;}
    100% {top: -10%;}
}
-webkit-@keyframes swallow1 {
    0%  {left: 30%;}
    50% {left: -30%;}
    100% {left: 30%;}
}
-webkit-@keyframes swallow2 {
    0% {top: -10%;}
    50% {top: 10%;}
    100% {top: -10%;}
}

#transEvent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1000;
    background: #fff;
    overflow:hidden
}
#pageTrans1 {
    transition: transform 1.4s ease-in 0.81s;
}
#pageTrans2 {
    transition: transform 0.8s ease-in 1.31s;
    opacity: 0.65;
}
#pageTrans1.show {
    transition: transform 0.6s ease-out 0.6s;
}
#pageTrans2.show {
    transition: transform 1.2s ease-out 0.1s;
}
.pageTrans {
	position: fixed;
	width: 100%;
	height: 100%;
    background: url("../../../../../images/common/white.png") left top/cover no-repeat;
	z-index: 999;
    transform: translateY(200%);
    -webkit-transform: translateY(200%);
}
.pageTrans.topPage {
    display: none;
}
.pageTrans.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.pageTrans .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.pageTrans .inner::before {
    content: '';
    display: block;
    position: absolute;
    top: -1076px;
    left: 0;
    width: 2900px;
    height: 1080px;
    background: url("../../../../../images/common/transition_01.png") center top no-repeat;
}
#loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*background: url("../../../../../images/common/kmix_logo.svg") center center/84px auto no-repeat;*/
    width: 84px;
    height: 57px;
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s;
}
#loading.show {
    opacity: 1;
    transition: opacity 0.3s 0.5s;
}















a.arrowBtn_left {
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_left.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
a.arrowBtn_right {
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_right.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
a.arrowBtn_left:hover {
    animation: arrow_left 0.6s ease 0s infinite;
}
a.arrowBtn_right:hover {
    animation: arrow_right 0.6s ease 0s infinite;
}
@keyframes arrow_left {
    0%  {background-position: left 60% center;}
    50% {background-position: left 40% center;}
    90% {background-position: left 40% center;}
    100% {background-position: left 60% center;}
}
@keyframes arrow_right {
    0%  {background-position: left 40% center;}
    50% {background-position: left 60% center;}
    90% {background-position: left 60% center;}
    100% {background-position: left 40% center;}
}


section.slickSection {
    padding-bottom: 30px;
    width: 1210px;
}
section.slickSection ul {
    margin-left: -10px;
}
section.slickSection h3 {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
section.slickSection h3 span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.4rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}
section.slickSection p {
    width: 224px;
}
section.slickSection p.image {
    height: 126px;
    overflow: hidden;
    border: 1px #f9f9f9 solid;
}
section.slickSection p.image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}
section.slickSection a:hover p.image img {
    transform: scale(1.1);
}
section.slickSection#links li.slick-slide &gt; a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
section.slickSection p.name {
    font-size: 1.4rem;
    line-height: 140%;
    font-weight: bold;
    margin: 18px 0 0;
    display: inline-block;
    width: auto!important;
    text-align: left;
    color: #1f2125;
}
section.slickSection a:hover p.name {
    color: #f08404;
}
section.slickSection p.text {
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 180%;
}

section.slickSection a.blank p.name {
    background: url("../../../../../images/common/icon_blank.png") right top 2px/12px auto no-repeat;
    padding-right: 20px;
}

section.slickSection .slick-box .slick-prev {
    position: absolute;
    left: -12px;
    top: 77px;/*62px;*/
    cursor: pointer;
    z-index: 10;
    
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_left.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
section.slickSection .slick-box .slick-next {
    position: absolute;
    right: -12px;
    top: 77px;/*62px;*/
    cursor: pointer;
    z-index: 10;
    
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_right.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
section.slickSection .slick-box .slick-prev:hover {
    animation: arrow_left 0.6s ease 0s infinite;
}
section.slickSection .slick-box .slick-next:hover {
    animation: arrow_right 0.6s ease 0s infinite;
}

.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
    content: "" !important;
}
section.slickSection .slick-box li {
    text-align: center;
}
section.slickSection .slick-box li a {
    display: inline-block;
    text-align: left;
}


#contact {
    background: #ece6dd;
    text-align: center;
    padding: 27px;
    margin: 0 0 44px;
}
#contact h3 {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: normal;
    text-align: center;
}
#contact h3 span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.4rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}
#contact &gt; p {
    font-size: 1.4rem;
    line-height: 140%;
    margin: 15px 0 0;
}
#contact ul {
    margin: 25px 0 0;
    font-size: 1ps;
    line-height: 0;
    letter-spacing: -5px;
}
#contact li {
    width: 470px;
    margin: 0 10px;
    display: inline-block;
    letter-spacing: normal;
    line-height: 5.6rem;
    height: 5.6rem;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
#contact ul.at li {
    line-height: 6.6rem;
    height: 6.6rem;
}
#contact ul.at li.tel {
    line-height: 100%;
    padding: 12px 0 0;
}
#contact li span {
    display: block;
    position: relative;
    z-index: 2;
}
#contact li.tel {
    color: #1f2125;
    background: rgba(255,255,255,0.5) url("../../../../../images/common/icon_tel.png") left 20px center/19px auto no-repeat;
}
#contact li.tel.spv {
    display: none;
}
#contact li.tel span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#contact li.tel p {
    font-size: 1.3rem;
    line-height: 100%;
    letter-spacing: 0.05em;
    margin: 8px 0 0;
}
#contact li.mail {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #f08404;
}
#contact li.mail span {
    color: #fff;
}
#contact li a::after {
    content: '';
    background: #1f2125;
    width: 110%;
    height: 0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    transition: all 0.3s;
    transform: rotate(-20.25deg);
}
#contact li a:hover::after {
    width: 110%;
    height: 420%;
}
#contact li.mail span {
    background: url("../../../../../images/common/icon_mail.png") left 20px center/18px auto no-repeat;
}


@keyframes link_arrow_left {
    0%  {background-position: left 5px center;}
    50% {background-position: left 0 center;}
    90% {background-position: left 0 center;}
    100% {background-position: left 5px center;}
}
@keyframes link_arrow_right {
    0%  {background-position: left 0 center;}
    50% {background-position: left 5px center;}
    90% {background-position: left 5px center;}
    100% {background-position: left 0 center;}
}

.moreBtn {
    text-align: center;
    padding: 30px 0 0;
}
.moreBtn a {
    display: inline-block;
    text-align: left;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: bold; 
    line-height: 50px;
    letter-spacing: 0.05em;
    height: 50px;
    width: 200px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #f08404;
    padding: 0 20px;
}
.moreBtn a::after {
    content: '';
    background: #1f2125;
    width: 110%;
    height: 0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    transition: all 0.3s;
    transform: rotate(-20.25deg);
}
.moreBtn a:hover::after {
    width: 110%;
    height: 250%;
}
.moreBtn span {
    display: block;
    background: url("../../../../../images/common/arrow_down.png") right center/12px auto no-repeat;
    height: 100%;
    position: relative;
    z-index: 2;
}


.contents .heading .line h3 {
    transition: opacity 0.8s 0.4s;
}
.contents .heading .line::before {
    transition: width 0.4s;
}

.scrFade,
.scrFade_s,
.scrFade .listFade li,
.scrFade_s .listFade li {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s 0s, transform 0.5s 0s;
}
.scrFade.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.scrFade.dl-1.show {
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.scrFade.dl-2.show {
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.scrFade.dl-3.show {
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}
.scrFade.dl-4.show {
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
}
.scrFade.dl-5.show {
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
}
.scrFade.dl-6.show {
    transition: opacity 0.5s 1.7s, transform 0.5s 1.7s;
}
.scrFade.dl-7.show {
    transition: opacity 0.5s 2.0s, transform 0.5s 2.0s;
}

.scrFade_s {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s 0s, transform 0.5s 0s;
}
.scrFade_s.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

.scrFade_title {
    opacity: 0;
    transition: opacity 0.9s;
}
.scrFade_title.show {
    opacity: 1;
}

.scrFade.show .listFade li,
.scrFade_s.show .listFade li{
    opacity: 1;
    transform: translateY(0);
}

.scrFade.show .listFade li:nth-child(1) {
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}
.scrFade.show .listFade li:nth-child(2) {
    transition: opacity 0.5s 0.75s, transform 0.5s 0.75s;
}
.scrFade.show .listFade li:nth-child(3) {
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}
.scrFade.show .listFade li:nth-child(4) {
    transition: opacity 0.5s 1.05s, transform 0.5s 1.05s;
}
.scrFade.show .listFade li:nth-child(5) {
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
}
.scrFade.show .listFade li:nth-child(6) {
    transition: opacity 0.5s 1.35s, transform 0.5s 1.35s;
}
.scrFade.show .listFade li:nth-child(7) {
    transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
}
.scrFade.show .listFade li:nth-child(8) {
    transition: opacity 0.5s 1.65s, transform 0.5s 1.65s;
}
.scrFade.show .listFade li:nth-child(9) {
    transition: opacity 0.5s 1.8s, transform 0.5s 1.8s;
}
.scrFade.show .listFade li:nth-child(10) {
    transition: opacity 0.5s 1.95s, transform 0.5s 1.95s;
}

.scrFade_s.show .listFade li:nth-child(1) {
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.scrFade_s.show .listFade li:nth-child(2) {
    transition: opacity 0.5s 0.35s, transform 0.5s 0.35s;
}
.scrFade_s.show .listFade li:nth-child(3) {
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.scrFade_s.show .listFade li:nth-child(4) {
    transition: opacity 0.5s 0.65s, transform 0.5s 0.65s;
}
.scrFade_s.show .listFade li:nth-child(5) {
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}
.scrFade_s.show .listFade li:nth-child(6) {
    transition: opacity 0.5s 0.95s, transform 0.5s 0.95s;
}
.scrFade_s.show .listFade li:nth-child(7) {
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
}
.scrFade_s.show .listFade li:nth-child(8) {
    transition: opacity 0.5s 1.25s, transform 0.5s 1.25s;
}
.scrFade_s.show .listFade li:nth-child(9) {
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
}
.scrFade_s.show .listFade li:nth-child(10) {
    transition: opacity 0.5s 1.55s, transform 0.5s 1.55s;
}
    
    
    #sdgs_bn_side {
        position: fixed;
        z-index: 1002;
        right: 0;
        top: 0;
        width: 50px;
		height: 100%;
		/* padding-top: 100px; */
        transition: transform 0.2s;
        pointer-events: none;
        transform: translateX(51px);
		display: flex;
		flex-direction: column;
		justify-content: center;
    }
    body.scrTrg #sdgs_bn_side {
        pointer-events: auto;
        transform: translateX(0);
    }
    #sdgs_bn_side img {
        display: block;
        width: 100%;
    }
    #sdgs_bn_side a {
        display: block;
        transition: opacity 0.2s;
    }
    #sdgs_bn_side a:hover {
        opacity: 0.7;
    }
    

}/*PC*/

/*job_bm*/
#container.job_bm {
	margin-bottom: 0!important;
}
#container.job_bm #pcheck {
	max-width: 860px;
	margin: 30px auto 0;
	letter-spacing: normal;
}
#container.job_bm #pcheck::after {
	content: '';
	clear: both;
	display: block;
}
#container.job_bm #pcheck .titleWrap {
	text-align: center;
}
#container.job_bm #pcheck .titleWrap p {
	display: inline-block;
	text-align: left;
}
#container.job_bm #pcheck .frameWrap {
	width: auto;
	height: 300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	border: 2px solid #eee;
	padding: 30px 25px;
	background: #fff;
}
#container.job_bm #pcheck .fieldWrap {
	width: auto;
	padding-bottom: 20px;
	text-align: left;
}

#container.job_bm #pcheck .fieldWrap h3 {
	color: #f08404;
	font-size: 2.0rem;
	letter-spacing: normal;
}
#container.job_bm #pcheck .fieldWrap h4 {
	color: #1f2125;
	font-size: 1.6rem;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container.job_bm #pcheck .fieldWrap p {
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: normal;
	font-size: 1.4rem;
}
#container.job_bm #pcheck &gt; p.at {
	text-align: left;
	max-width: 665px;
	margin: 45px auto 0;
	letter-spacing: normal;
	font-size: 1.2rem;
}
#container.job_bm #pcheck .btnWrap {
	text-align: center;
	margin: 10px 0;
}
#container.job_bm #pcheck .btnWrap .btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	text-align: center;
	background: #aaa;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
}
#container.job_bm #pcheck .btnWrap .btn1 {
	background: #f08200
}

#container.job_bm #pcheck .btnWrap.flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 10px;
}
#container.job_bm #pcheck .btnWrap .wrap {
	max-width: 50%;
	width: 240px;
	margin: 0 10px;
}
#container.job_bm #pcheck .btnWrap .wrap .btn {
	display: block;
	max-width: 100%;
	margin: 0;
}
#container.job_bm #pcheck .btnWrap .wrap a::before {
	background: url("https://www.kmix.co.jp/images/common/arrow_right_02.png") left 20px center/12px auto no-repeat;
}
#container.job_bm #pcheck .btnWrap .wrap div.at {
	color: #f08200;
	font-size: 1.2rem;
	text-align: center;
}
@media screen and (max-width:640px) {
	#container.job_bm #pcheck .frameWrap {
		height: 220px;
		padding: 20px 12px;
	}
	#container.job_bm #pcheck .fieldWrap {
		padding-bottom: 0;
	}
	#container.job_bm #pcheck .fieldWrap h3 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#container.job_bm #pcheck .fieldWrap h4 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#container.job_bm #pcheck .fieldWrap p {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	#container.job_bm #pcheck .btnWrap {
		margin-top: 30px;
	}
	#container.job_bm #pcheck .btnWrap.flex {
		padding: 0;
		justify-content: space-between;
	}
	#container.job_bm #pcheck .btnWrap .wrap {
		max-width: 48%;
		width: 48%;
		margin: 0;
	}
	#container.job_bm #pcheck .btnWrap .wrap div.at {
		font-size: 1.0rem;
	}
}

@media print{
    html {
        transform: scale(0.87);
        transform-origin: left top;
     }
    header {
        position: relative;
    }
    #fadeAll,
    #transEvent,
    #nanameMask {
        display: none;
    }
    .contents .heading .line.hide::before {
        width: 142px!important;
    }
    .contents .heading .line.hide h3 {
        opacity: 1!important;
    }
    .scrFade,
    .scrFade_s,
    .scrFade_title {
        opacity: 1;
    }
}
</pre></body></html>