@charset "UTF-8";

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 200;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 900;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
	font-display: swap;
}

/*============================================================
common
==============================================================*/
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
::selection {
    background: #fef2f2;
}
::-moz-selection {
    background: #fef2f2;
}
html {
	font-size: 62.5%;
}
body {
	font-family: dnp-shuei-mgothic-std, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.8rem;
    color: #333;
}
img {
	display: block;
    width: auto;
    height: auto;
	max-width: 100%;
	margin: auto;
}
a {
    text-decoration: none;
    color: #333;
}
h1, h2 {
    margin: auto;
    padding: 0;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
input, button, textarea {
    -webkit-appearance: none;
	-moz-appearance: none;
}
ul {
	list-style: none;
}
.cf:after {
    content:"";
    display:block;
    clear:both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.inner {
	max-width: 1440px;
	margin: auto;
    padding: 0 20px;
}
.section {
    padding: 100px 0;
}
.text {
    line-height: 2;
}
.ttl-box {
    padding: 80px 0;
    text-align: center;
    color: #fff;
    background: #e93944;
    letter-spacing: .1em;
}
.ttl-eng {
    margin-bottom: 5px;
    font-size: 4rem;
    font-weight: 900;
}
.ttl-jpn {
    font-size: 3rem;
    font-weight: 200;
}
.stripe {
    background: #fffcef url(../img/stripe.png);
}
.half-box {
    width: 46%;
}
.page-h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
}
.page-lnk {
    text-decoration: underline;
}
.page-lnk:hover {
    text-decoration: none;
}

/*============================================================
header
==============================================================*/
header {
    position: fixed;
    width: 100%;
    min-width: 1080px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.4rem;
    background: #fff;
    z-index: 500;
}
.header-inner {
    padding: 0 20px;
}
.header-logo {
    float: left;
    margin: 14px 0;
}
.header-logo a, .header-logo span {
    display: inline-block;
    vertical-align: middle
}
.header-logo span {
    margin-left: 10px;
}
.header-logo img {
    width: 60px;
}
.header-link {
    display: flex;
    float: right;
    font-weight: bold;
    letter-spacing: .1em;
}
.header-link li {
    margin: 27px 40px 27px 0;
}
.header-link li a {
    position: relative;
}
.header-link li a::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 8px;
    background: #e93944;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s ease;
    z-index: -1;
}
.header-link li a:hover::before {
    transform: scale(1, 1);
}
.header-cta {
    float: right;
}
.header-cta a {
    position: relative;
    display: block;
    width: 180px;
    height: 52px;
    margin: 6px 0 12px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #00a500;
    border-radius: 5px;
    color: #fff;
    transition: .2s ease;
}
.header-cta.entry {
    margin-left: 10px;
}
.header-cta.entry a {
    padding: 10px 20px;
    top: 0;
    background: #ffa500;
    box-shadow: 0px 6px 0px 0px #a3610c;
}
.header-cta.entry a:hover {
    top: 6px;
    box-shadow: 0px 0px 0px 0px #a3610c;
}
.header-cta.tel a {
    position: relative;
    font-size: 1.2rem;
    top: 0;
    box-shadow: 0px 6px 0px 0px #025b08;
}
.header-cta.tel a:hover {
    top: 6px;
    box-shadow: 0px 0px 0px 0px #025b08;
}
.header-cta a span {
    display: inline-block;
    font-size: 1.2rem;
}
.header-cta.tel a span {
    margin-top: 6px;
}
.header-cta a i {
    position: absolute;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 10px;
    font-size: 3.2rem;
    margin: auto;
}

/*============================================================
loader
==============================================================*/
#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e93944;
    transition: 2s ease;
    z-index: 9999;
    opacity: 1;
    pointer-events: none;
}
#loading.fixed {
    opacity: 0;
}
#loader {
    position: absolute;
    max-width: 100%;
    height: auto;
    max-height: 409px;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
}
#loader .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-width: 30;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}
.loading-inner {
    position: relative;
    height: calc(100vh - 70px);
    max-height: 720px;
    margin-top: 70px;
}
.loading-inner .inner {
    position: relative;
    height: calc(100vh - 70px);
    max-height: 720px;
}
#loading .top-txt {
    transition: .4s ease;
    opacity: 0;
}
#loading .top-txt.fixed {
    opacity: 1;
}

/*============================================================
content
==============================================================*/
#top {
    position: relative;
    height: calc(100vh - 70px);
    max-height: 720px;
    margin-top: 70px;
    background: url(../img/top-bg01.jpg) no-repeat center / cover;
}
#top .inner {
    position: relative;
    height: calc(100vh - 70px);
    max-height: 720px;
}
.top-ttl {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
}
.top-ttl img {
    width: 1000px;
}
.top-txt {
    position: absolute;
    bottom: 80px;
    right: 20px;
}
.top-txt img {
    width: 448px;
}

.feature-blk {
    position: relative;
}
.feature-blk:not(:last-child) {
    padding-bottom: 100px;
}
.feature-img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
}
.feature-img img {
    position: relative;
}
.blk2 .feature-img {
    left: auto;
    right: 0;
}
.feature-bg {
    position: absolute;
    top: 50px;
    right: -50px;
    width: 352px;
    height: 292px;
}
.blk2 .feature-bg {
    right: auto;
    left: -50px;
}
.feature-box {
    position: relative;
    width: 656px;
    top: 100px;
    margin: auto 200px 100px auto;
    padding: 60px;
    background: #fef2f2;
}
.blk2 .feature-box {
    margin: auto auto 100px 200px;
}
.feature-ttl {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #e93944;
}
.feature-txt {
    margin-bottom: 40px;
    font-size: 1.6rem;
}
.feature-btn {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .2em;
    color: #e93944;
    background: #fff;
    border: 1px solid #e93944;
    transition: .2s ease;
}
.feature-btn:hover {
    color: #fff;
    background: #e93944;
}
.feature-btn i {
    margin-left: 20px;
}

#road .section {
    position: relative;
}
.road-blk {
    width: 45%;
}
.road-ttl {
    float: right;
    width: 540px;
    margin-bottom: 250px;
    margin-right: 0;
    padding: 20px 0;
    font-size: 3.8rem;
    line-height: 1.5;
    border-top: 1px solid #e93944;
    border-bottom: 1px solid #e93944;
    color: #e93944;
}
.road-box {
    position: relative;
    padding: 60px;
    background: #fffcef;
}
.road-box:not(:last-child) {
    margin-bottom: 170px;
}
.road-box-ttl-eng {
    margin: 20px auto 15px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.5;
    color: #e93944;
}
.road-box-ttl {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e93944;
}
.road-num {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80px;
    height: 60%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.road-num::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e93944;
}
.road-box-num {
    position: relative;
    width: 80px;
    height: 80px;
}

.team-txt {
    margin-bottom: 40px;
}
.team-lst {
    display: flex;
    justify-content:space-between; 
}
.team-lst li {
    position: relative;
}
.team-lst-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    font-size: 1.4rem;
    background: rgba(255,255,255,.9);
    overflow-y: scroll;
    opacity: 0;
    transition: .2s ease;
}
.team-lst li:hover .team-lst-txt {
    opacity: 1;
}
.team-lst-box {
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    background: #fffcef;
}

.welfare-box {
    position: relative;
}
.welfare-img, .welfare-txt {
    width: 50%;
}
.welfare-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/welfare-img01.jpg) no-repeat center / cover;
}
.welfare-txt {
    padding: 100px;
    background: #fef2f2;
}

.job-lst {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job-lst.first {
	padding-top: 70px;
}
.job-lst li {
	position: relative;
	width: 405px;
	height: 405px;
}
.job-lst li:nth-child(2), .job-lst li:nth-child(5) {
	margin-top: 60px;
}
.job-lst li:nth-child(3), .job-lst li:nth-child(6) {
	margin-top: 120px;
}
.job-lst li:hover .job-num {
    -webkit-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .2s ease;
}
.job-lst li:hover .job-awr {
    -webkit-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
    -webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition: .2s ease;
}
.job-box {
	position: absolute;
	width: 405px;
	height: 405px;
	border-radius: 24px;
	box-sizing: border-box;
    color: #e93944;
	background: #fff;
	border: 24px solid #e93944;
}
.job-num {
	font-size: 4.2rem;
	transition: .2s ease;
}
.job-num span {
	display: inline-block;
    margin-top: 120px;
	font-size: 8.8rem;
    font-weight: 300;
}
.job-num .cast {
    margin-top: 96px;
    font-size: 3rem;
}
.job-num .place {
    width: 145px;
    margin: auto;
    margin-top: 26px;
    font-size: 2.4rem;
    line-height: 1.5;
}
.job-num .place th {
    text-align: left;
    font-weight: normal;
}
.job-num .place td {
    text-align: right;
}
.job-num .num {
    margin-top: 132px;
    font-size: 8rem;
}
.job-awr {
	padding: 20px;
    color: #fff;
	background: #e93944;
    -webkit-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .2s ease;
}
.job-awr-ttl {
	font-size: 3rem;
}
.job-awr-ttl.medium {
	margin-top: 20px;
	font-size: 2.6rem;
}
.job-awr-ttl.small {
	font-size: 2rem;
}
.job-awr-num {
	font-size: 4.2rem;
}
.job-awr-num .cast {
    font-size: 3rem;
}
.job-awr-num .num {
    margin-top: 10px;
    font-size: 7rem;
}
.job-awr-num span {
	font-size: 8.8rem;
}
.job-awr-txt {
    margin-top: 10px;
}
.job-awr-txt .place {
    width: 120px;
    margin: auto;
    font-size: 2rem;
    line-height: 1.5;
}
.job-awr-txt .place th {
    text-align: left;
    font-weight: normal;
}
.job-awr-txt .place td {
    text-align: right;
}
.staff-box {
    position: relative;
    max-width: 1380px;
    margin: auto;
}
.staff-box::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e93944;
}
.staff-img {
    width: 50%;
    margin: auto;
}
.staff-img img {
    position: relative;
}
.staff-img01, .staff-img03, .staff-img05 {
    margin-left: 3%;
}
.staff-img02, .staff-img04, .staff-img06 {
    margin-right: 3%;
}
.staff-img01 {
    margin-bottom: -156px;
}
.staff-img02 {
    margin-bottom: -186px;
}
.staff-img03 {
    margin-bottom: -132px;
}
.staff-img04 {
    margin-bottom: 40px;
}
.staff-img05 {
    margin-bottom: -26px;
}

.inter-blk {
    position: relative;
    margin-bottom: 60px;
}
.inter-img img {
    position: relative;
    margin-left: 0;
}
.blk2 .inter-img img {
    margin-right: 0;
    margin-left: auto;
}
.inter-box, .inter-bg {
    position: absolute;
    width: 638px;
    height: 164px;
    margin: auto;
}
.inter-box {
    top: 80px;
    left: 600px;
    padding: 40px;
    font-weight: bold;
    background: #fef2f2;
}
.blk2 .inter-box {
    right: auto;
    left: 0;
}
.inter-box-txt {
    margin-bottom: 10px;
    line-height: 1.5;
}
.inter-box-ttl {
    font-size: 2.4rem;
    color: #e93944;
}
.inter-bg {
    top: 0;
    bottom: 0;
    right: 0;
}
.blk2 .inter-bg {
    left: auto;
    right: 600px;
}
.inter-ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.inter-txt {
    margin-bottom: 100px;
}

.welcome-blk {
    margin-bottom: 100px;
}
.welcome-lst {
    margin-top: 20px;
}
.welcome-lst li {
    position: relative;
    padding: 20px 0;
    text-align: center;
    font-size: 2.2rem;
    color: #e93944;
    border: 2px solid #e93944;
}
.welcome-lst li:not(:last-child) {
    margin-bottom: 26px;
}
.welcome-lst li:not(:last-child)::before, .welcome-lst li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #e93944 transparent transparent transparent;
}
.welcome-lst li:not(:last-child)::after {
    bottom: -16px;
    border-color: #fff transparent transparent transparent;
}
.welcome-lst li:last-child {
    color: #fff;
    background: #e93944;
}
.welcome-ttl {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #e93944;
    border-left: 10px solid #e93944;
}
.welcome-txt {
    margin-bottom: 80px;
}
.welcome-btn {
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    background: #6fde69;
    transition: .2s ease;
    box-shadow: 10px 10px 0px 0px #099c13;
}
.welcome-btn i {
    margin-left: 10px;
}
.welcome-btn:hover {
    box-shadow: 0px 0px 0px 0px #099c13;
}
.welcome-box {
    padding: 60px;
    background: #fffcef;
}
.welcome-box-ttl {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #e93944;
}
.welcome-box-txt {
    margin-bottom: 40px;
}
.welcome-box-lrg {
    margin: 10px auto 20px;
    font-size: 2.2rem;
}
.welcome-box-btn {
    display: block;
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    background: #e93944;
    border: 1px solid #e93944;
    transition: .2s ease;
}
.welcome-box-btn:hover {
    color: #e93944;
    background: #fff;
}
.welcome-box-btn i {
    margin-left: 10px;
}
.faq-qa {
	margin-bottom: 20px;
}
.faq-q {
	position: relative;
	padding: 20px 70px 20px 40px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background: #e93944;
    cursor: pointer;
}
.faq-q::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 48px;
    margin: auto;
    font-size: 2.4rem;
    font-weight: bold;
    background: #fff;
}
.faq-q.active::before {
    display: none;
}
.faq-q::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    font-size: 2.4rem;
    font-weight: bold;
    background: #fff;
}
.faq-q-ttl {
	display: table-cell;
	width: 52px;
	height: 34px;
	padding-right: 30px;
	font-size: 2.8rem;
	line-height: 1;
}
.faq-q-txt {
	display: table-cell;
	vertical-align: middle;
    line-height: 1.5;
}
.faq-a {
	padding: 20px 40px 20px;
	background: #fffcef;
}
.faq-a-ttl {
	display: table-cell;
	width: 52px;
	padding-right: 30px;
	vertical-align: top;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.faq-a-txt {
	display: table-cell;
	vertical-align: top;
}

#entry {
    margin-top: 70px;
}
.entry-box {
    margin-bottom: 40px;
}
.entry-txt {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 900;
}
.entry-txt .req {
    font-size: 1.2rem;
    color: #e93944;
}
.entry-input {
    width: 100% !important;
    margin-top: 10px;
	padding: 10px;
	border: 1px solid #a0a0a0;
}
.entry-input.age {
    width: 100px !important;
    margin-right: 10px;
}
textarea.entry-input {
    height: 200px !important;
}
select.entry-input {
    height: 50px;
}
.entry-btn {
	display: block;
    width: 100%;
	margin-top: 20px;
    padding: 20px 0;
    font-weight: bold;
    color: #fff;
    background: #e93944;
    border: 1px solid #e93944;
    text-decoration: none;
    line-height: 1;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
	cursor: pointer;
}
.entry-btn:hover {
    color: #e93944;
    background: #fff;
}
div.mfp_buttons button#mfp_button_send, div.mfp_buttons button#mfp_button_cancel {
	display: inline-block;
	margin: 20px 10px 0 10px;
    padding: 14px 32px;
    font-weight: bold;
    color: #fff;
    background: #e93944;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_send:hover, div.mfp_buttons button#mfp_button_cancel:hover {
	opacity: .5;
}
.checkbox-input + label, .checkbox-input + input + label {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.checkbox-input + label::before, .checkbox-input + input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #a0a0a0;
}
.checkbox-input:checked + label::after, .checkbox-input:checked + input + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #e93944;
}
.checkbox-input:checked + label, .checkbox-input:checked + input + label {
    color: #e93944;
}
form#mailformpro label {
    margin: 0 !important;
    white-space: normal !important;
}

/*============================================================
footer
==============================================================*/
footer {
    font-size: 1.4rem;
    background: #333;
}
footer a {
    text-decoration: underline;
    color: #fff;
}
footer a:hover {
    text-decoration: none;
}
.access {
    float: left;
    width: 50%;
    padding: 25px 30px;
    color: #fff;
}
.access-ttl {
    margin-bottom: 20px;
    font-weight: 900;
}
.access-ttl a {
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}
.access-ttl img {
    display: inline-block;
    width: 40px;
}
.map {
    float: right;
    width: 50%;
}
.map iframe{
    width: 100%;
    height: 280px;
    vertical-align:bottom;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#copy {
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    background: #e93944;
}
#copy a {
    text-decoration: underline;
    color: #fff;
}
#copy a:hover {
    text-decoration: none;
}

/*============================================================
pagetop
==============================================================*/
.pagetop a {
	position: fixed;
	display: block;
	width: 60px;
	height: 60px;
	bottom: 60px;
	right: 20px;
	background: #e93944;
	border-radius: 50%;
	border: 2px solid #e93944;
	-webkit-transition: .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	z-index: 10;
	opacity: 0;
}
.pagetop.opacity a {
	opacity: 1;
}
.pagetop a:hover {
	background: #fff;
}
.pagetop a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.pagetop a:hover::after {
	border-top: 2px solid #e93944;
	border-right: 2px solid #e93944;
}

/*============================================================
inview
==============================================================*/
.inview {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.inview.fadein {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/*============================================================
breakpoint 1271px
==============================================================*/
@media screen and (max-width: 1271px) {
    .job-lst {
        justify-content: space-around;
    }
    .job-lst li {
        margin-bottom: 40px;
    }
    .job-lst li:nth-child(2), .job-lst li:nth-child(5) {
    	margin-top: 0;
    }
    .job-lst li:nth-child(3), .job-lst li:nth-child(6) {
        margin-top: 0;
    }
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
    body {
        font-size: 1.3rem;
    }
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left, .right {
		float: none;
	}
	.inner {
		width: 85%;
        max-width: none;
		margin: auto;
		padding: 0;
	}
    .section {
        padding: 35px 0;
    }
    .half-box {
        width: 100%;
    }
    .ttl-box {
        padding: 20px 0;
    }
    .ttl-eng {
        font-size: 2rem;
    }
    .ttl-jpn {
        font-size: 1.5rem;
    }
    .page-h2 {
        font-size: 1.8rem;
    }
    .read-txt {
        position: relative;
    }
    .read-txt.onhidden {
        height: 100px;
        overflow-y: hidden;
    }
    .read-txt .readmore {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        padding: 20px 0;
        text-align: center;
        background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
        font-weight: bold;
        cursor: pointer;
        z-index: 100;
    }
    .read-txt .readmore span {
        padding: 10px 30px;
        background-color: #e93944;
        color: #fff;
    }
    .read-txt .readmore span i {
        margin-right: 10px;
    }
    header {
        min-width: auto;
        height: 50px;
    }
    .header-inner {
        width: 94%;
        margin: auto;
        padding: 0;
    }
    .header-logo {
        margin: 4px 0;
    }
    .header-logo span {
        font-size: 1rem;
    }

	.header-menu {
        position: absolute;
        width: 26px;
        height: 20px;
        top: 15px;
        right: 15px;
        margin: 0;
        cursor: pointer;
	}
	.header-menu span {
		position: absolute;
		display: block;
		width: 100%;
		height: 4px;
		left: 0;
		right: 0;
		margin: auto;
		background: #333;
        border-radius: 2px;
		-webkit-transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.header-menu span:nth-child(1) {
		top: 0;
	}
	.header-menu span:nth-child(2) {
		top: 0;
		bottom: 0;
	}
	.header-menu span:nth-child(3) {
		bottom: 0;
	}
	.active .header-menu span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.active .header-menu span:nth-child(2) {
		width: 0;
	}
	.active .header-menu span:nth-child(3) {
		bottom: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sp-menu {
		position: fixed;
		width: 100%;
		height: 100vh;
		right: -100vw;
		top: 0;
		color: #fff;
		background: #e93944;
		z-index: 200;
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		pointer-events: none;
	}
	.active .sp-menu {
		right: 0;
		pointer-events: all;
	}
	.sp-menu a {
		color: #fff;
	}
	.sp-lst {
		position: absolute;
        width: 80%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.sp-lst li {
		position: relative;
		margin: 40px auto;
        font-size: 1.6rem;
		opacity: 0;
		-webkit-transform: translateX(0px);
		transform: translateX(20px);
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.sp-lst-ttl {
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 20px;
		letter-spacing: .2em;
	}
	.sp-lst-ttl::after {
		content: "";
		position: absolute;
		width: 20px;
		height: 1px;
		left: 0;
		bottom: -20px;
		background: #fff;
	}
	.sp-lst-sub {
		font-size: 1.2rem;
	}
	.active .sp-lst li {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	.active .sp-lst li:nth-of-type(1) {
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
	}
	.active .sp-lst li:nth-of-type(2) {
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .35s;
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .35s;
	}
	.active .sp-lst li:nth-of-type(3) {
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .4s;
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .4s;
	}
    .active .sp-lst li:nth-of-type(4) {
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .45s;
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .45s;
	}
    .active .sp-lst li:nth-of-type(5) {
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .5s;
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .5s;
	}
    .active .sp-lst li:nth-of-type(6) {
		-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .55s;
		transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86) .55s;
	}
	.active main, .active footer {
		-webkit-transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		opacity: .5;
	}
    #loader {
        width: 274px;
        bottom: 28px;
        right: auto;
    }
    .loading-inner {
        height: 246px;
        margin-top: 50px;
    }
    #loading .loading-inner .inner {
        height: 246px;
    }
    #top {
        height: 246px;
        margin-top: 50px;
    }
    #top .inner {
        height: 246px;
    }
    .top-ttl {
        bottom: 28px;
        right: auto;
    }
    .top-ttl img {
        width: 274px;
    }
    .top-txt {
        bottom: 20px;
        right: 0;
    }
    .top-txt img {
        width: 162px;
    }
    #feature .inner {
        width: 100%;
    }
    #feature .read-txt .readmore {
        background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(254, 242, 242, 0.5), #fef2f2) repeat scroll 0 0;
    }
    .feature-blk:not(:last-child) {
        padding-bottom: 35px;
    }
    .feature-box {
        width: 85%;
        top: -20px;
        margin: auto;
        padding: 35px 30px;
        z-index: 3;
    }
    .blk2 .feature-box {
        margin: auto;
    }
    .feature-img {
        position: relative;
        z-index: 2;
    }
    .feature-img img {
        width: 312px;
        margin-left: 0;
    }
    .blk2 .feature-img img {
        margin-left: auto;
        margin-right: 0;
    }
    .feature-bg {
        width: 90%;
        right: 0;
    }
    .blk2 .feature-bg {
        left: 0;
    }
    .feature-ttl {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    .feature-txt {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }
    .feature-btn {
        padding: 15px 0;
        font-size: 1.6rem;
    }
    .feature-btn i {
        margin-left: 10px;
    }
    .road-blk {
        width: 100%;
    }
    .road-box {
        padding: 45px 30px 35px;
        margin-bottom: 60px;
    }
    .road-box:not(:last-child) {
        margin-bottom: 50px;
    }
    .road-ttl {
        width: 100%;
        margin-bottom: 50px;
        font-size: 1.8rem;
    }
    .road-box-ttl-eng {
        margin: 10px auto 0;
        font-size: 2rem;
    }
    .road-box-ttl {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    .road-box-num {
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .team-txt {
        margin-bottom: 20px;
    }
    .team-lst {
        flex-wrap: wrap;
    }
    .team-lst li {
        width: 90%;
        margin: auto;
        padding: 20px;
        background: #fffcef;
    }
    .team-lst li:not(:last-child) {
        margin-bottom: 35px;
    }
    .team-lst-box {
        padding-bottom: 0;
        font-size: 1.4rem;
    }
    .team-lst-img img {
        width: 175px;
    }
    .team-lst-btn {
        display: block;
        margin-top: 10px;
        padding: 10px 0;
        background-color: #e93944;
        color: #fff;
    }
    .welfare-img, .welfare-txt {
        width: 100%;
    }
    .welfare-img {
        position: static;
        height: 293px;
        background: url(../img/sp/welfare-img01.jpg) no-repeat center / cover;
    }
    .welfare-txt {
        padding: 20px;
    }
    #welfare .read-txt .readmore {
        background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(254, 242, 242, 0.5), #fef2f2) repeat scroll 0 0;
    }
    .job-lst.first {
        padding-top: 0;
    }
    .job-lst li {
        width: 270px;
        height: 270px;
    }
    .job-box {
        width: 270px;
        height: 270px;
        border: 12px solid #e93944;
        border-radius: 12px;
    }
    .job-num {
        font-size: 2.8rem;
    }
    .job-num span {
        margin-top: 94px;
        font-size: 5.8rem;
    }
    .job-num .cast {
        margin-top: 54px;
        font-size: 2.4rem;
    }
    .job-num .num {
        margin-top: 96px;
        font-size: 5rem;
    }
    .job-num .place {
        width: 100px;
        margin-top: 18px;
        font-size: 1.6rem;
    }
    .job-awr {
        padding: 10px;
    }
    .job-awr-ttl {
        font-size: 2rem;
    }
    .job-awr-num {
        font-size: 2.4rem;
    }
    .job-awr-num span {
        font-size: 5.8rem;
    }
    .job-awr-num .num {
        font-size: 4.6rem;
    }
    .job-awr-ttl.small {
        margin-top: 0;
        font-size: 1.6rem;
    }
    .job-awr-txt .place {
        width: 100px;
        font-size: 1.6rem;
    }
    #staff .inner {
        width: 94%;
    }
    .staff-box::before {
        left: 20px;
        right: auto;
    }
    .staff-img {
        width: 100%;
        margin: auto;
    }
    .staff-img img {
        width: 333px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .staff-img01, .staff-img03, .staff-img05 {
        margin-left: 0;
    }
    .staff-img02, .staff-img04, .staff-img06 {
        margin-right: 0;
    }
    .staff-img01 {
        margin-bottom: 0;
    }
    .staff-img02 {
        margin-bottom: 0;
    }
    .staff-img03 {
        margin-bottom: 0;
    }
    .staff-img04 {
        margin-bottom: 0;
    }
    .staff-img05 {
        margin-bottom: 0;
    }
    .inter-blk {
        margin-bottom: 30px;
    }
    .inter-box, .inter-bg {
        width: 100%;
        height: auto;
    }
    .inter-box {
        position: static;
        padding: 20px;
    }
    .inter-box-txt {
        text-align: center;
        font-size: 1.5rem;
    }
    .inter-box-ttl {
        text-align: center;
        font-size: 2rem;
    }
    .inter-ttl {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .inter-txt {
        margin-bottom: 50px;
    }
    .welcome-blk {
        margin-bottom: 50px;
    }
    .welcome-txt {
        margin-bottom: 40px;
    }
    .welcome-ttl {
        margin-bottom: 10px;
        padding-left: 5px;
        font-size: 2rem;
        border-left: 5px solid #e93944;
    }
    .welcome-lst li {
        padding: 10px 0;
        font-size: 1.3rem;
    }
    .welcome-lst li:not(:last-child) {
        margin-bottom: 13px;
    }
    .welcome-lst li:not(:last-child)::before, .welcome-lst li:not(:last-child)::after {
        bottom: -10px;
        border-width: 10px 7px 0 7px;
    }
    .welcome-lst li:not(:last-child)::after {
        bottom: -7px;
    }
    .welcome-box-lrg {
        font-size: 1.6rem;
    }
    .welcome-btn {
        padding: 10px 0;
        font-size: 1.6rem;
        box-shadow: 5px 5px 0px 0px #099c13;
    }
    .welcome-box {
        padding: 35px 30px;
    }
    .welcome-box-ttl {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .welcome-box-btn {
        margin: 20px auto;
        padding: 10px 0;
        font-size: 1.3rem;
    }
    .faq-q {
        padding: 10px 50px 10px 20px;
        font-size: 1.6rem;
    }
    .faq-q::before {
        right: 29px;
        width: 2px;
    }
    .faq-q::after {
        right: 20px;
        height: 2px;
    }
    .faq-q-ttl {
        width: 34px;
        height: 22px;
        padding-right: 15px;
        font-size: 2.4rem;
    }
    .faq-a {
        padding: 10px 20px;
    }
    .faq-a-ttl {
        width: 34px;
        padding-right: 15px;
        font-size: 2.4rem;
    }
    .access, .map {
        float: none;
        width: 100%;
    }
    .access {
        padding: 20px 0;
    }
    .access-inner {
        width: 94%;
		margin: auto;
    }
    .access-ttl a {
        margin-left: 20px;
    }
    #entry {
        margin-top: 50px;
    }
    .entry-txt {
        font-size: 1.6rem;
    }
    .checkbox-input + label::before, .checkbox-input + input + label::before {
        top: 2px;
    }
    .checkbox-input:checked + label::after, .checkbox-input:checked + input + label::after {
        top: 4px;
    }
    select.entry-input {
        height: 50px;
    }
    .pagetop a {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 80px;
	}
	.pagetop a::after {
		width: 16px;
		height: 16px;
		top: 6px;
	}
    #copy {
        padding: 15px 0 85px;
    }
    #copy.entry {
        padding: 15px 0;
    }
    footer {
        font-size: 1.3rem;
    }
    .footer-cta {
        position: fixed;
        display: flex;
        justify-content: space-around;
        height: 70px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(0,0,0,.5);
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .4s ease;
    }
    .footer-cta.opacity {
        opacity: 1;
        pointer-events: all;
    }
    .header-cta, .header-cta.entry {
        margin: auto;
    }
    .header-cta.entry span {
        font-size: 1.4rem;
    }
    .header-cta {
        float: none;
        width: 49%;
    }
    .header-cta a {
        width: 100%;
        margin: 6px 0 10px;
    }
}


.ticker {
    margin: 0 auto;
    padding: 10px 10px 40px 10px;
    width: 90%;
    text-align: left;
    border: #ccc 1px solid;
    position: relative;
    overflow: hidden;
}
 
.ticker ul {
    width: 100%;
    position: relative;
}
 
.ticker ul li {
    width: 100%;
    display: none;
}


.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

