@charset "UTF-8";
/* CSS Document */

/* =========================================================
    Header
========================================================= */
.header {
    background: url(../img/top/head_bg.webp) no-repeat center 0;
    background-size: cover;
    padding: 118px 0 40px;
}
.header h1 {
    margin: 0 3%;
    text-align: center;
}
.header h1 img {
    max-width: 774px;
    width: 100%;
}
.header .about {
    text-align: right;
    position: relative;
    z-index: 2;
    margin: -8.2% 4% 0 0;
}
.header .about .movieBtn {
    max-width: 286px;
    margin: 0 0 0 auto;
	cursor: pointer;
	transition: all .25s ease-in;
}
.header .about .movieBtn:hover {
	opacity: 0.7;
}
.header .copy {
    position: absolute;
    left: 2.5%;
    bottom: 9%;
    max-width: 10px;
    width: 100%;
    z-index: 2;
}
.header .movieBoxWrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.96);
	top: 0;
	left: 0;
	z-index: 999;
}
.header .moviePopup {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .movieWrap {
	width: 70%;
	min-width: 640px;
	margin: 0 auto;
}
.header .movieWrap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.header .movieWrap .close {
	position: absolute;
	width: 6.4vw;
	height: 6.4vw;
	right: 1.9%;
	top: 3%;
}
.header .movieWrap .close:hover {
	cursor: pointer;
}
.header .movieWrap .close span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	background-color: #fff;
	width: 64%;
	transition: all .4s;
}
.header .movieWrap .close span:nth-of-type(1) {
	transform: translateY(0.5vw) rotate(-45deg);
	width: 60%;
	top: 42%;
}
.header .movieWrap .close span:nth-of-type(2) {
	transform: translateY(-0.5vw) rotate(45deg);
	width: 60%;
	top: 58%;
}
@media only screen and (max-width:749px) {
    .header {
        background: url(../img/top/head_bg_sp.webp) no-repeat center 0;
        background-size: cover;
        padding: 40.7% 0 6.6%;
    }
    .header h1 {
        margin: 0 3%;
        text-align: center;
    }
    .header h1 img {
        max-width: none;
    }
    .header .about {
        margin: 8% 7% 0;
    }
	.header .about .movieBtn {
        max-width: none;
    }
    .header .copy {
        left: 6.5%;
        bottom: 24.3%;
        max-width: none;
        width: 2.66vw;
    }
	.header .movieWrap {
		width: 93%;
		min-width: 0;
	}
	.header .movieWrap .close {
		width: 13.6vw;
		height: 13.6vw;
		right: 3.5%;
		top: 2.5%;
	}
	.header .movieWrap .close span:nth-of-type(1) {
		transform: translateY(1vw) rotate(-45deg);
		width: 80%;
	}
	.header .movieWrap .close span:nth-of-type(2) {
		transform: translateY(-1vw) rotate(45deg);
		width: 80%;
	}
}
/* =========================================================
    Main Contents
========================================================= */
/* ---------- Front ---------- */
.frontBlock {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}
.frontBlock .box01 {
    grid-column: 1/3;
    grid-row: 1/2;
}
.frontBlock .box a {
    position: relative;
    display: block;
    padding: 0 3%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.frontBlock .box a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4b7ebf 1%,#6cbdc6 100%);
    left: 0;
    top: 0;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    opacity: 0;
}
.frontBlock .txtBox {
    width: 100%;
    position: relative;
}
.frontBlock .box .eng {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.frontBlock .box h2 {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    color: #4b7ebf;
    padding: 16% 0 7%;
    position: relative;
    z-index: 2;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.frontBlock .box .eng svg,
.frontBlock .box .eng object {
    width: 100%;
}
.frontBlock .box .eng .st1 {
    fill: #4b7ebf;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.frontBlock .box .notes {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 10% 14%;
    min-height: 114px;
    position: relative;
    z-index: 2;
}
.frontBlock .box .btn {
    margin: auto;
    width: 100%;
    max-width: 24px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.frontBlock .box02::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 17px 11.5px 0;
    border-color: transparent #fff transparent transparent;
    left: -17px;
    top: 47px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.frontBlock .box02 .eng {
    max-width: 86px;
}
.frontBlock .box04::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 17px 11.5px 0;
    border-color: transparent #fff transparent transparent;
    left: -17px;
    top: 47px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.frontBlock .box04 .eng {
    max-width: 46px;
}
.frontBlock .box06 {
    grid-column: 3/4;
    grid-row: 3/4;
}
.frontBlock .box06::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 17px 11.5px;
    border-color: transparent transparent #fff transparent;
    left: 47px;
    top: -17px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.frontBlock .box06 .eng {
    max-width: 76px;
}
.frontBlock .box08 {
    grid-column: 1/2;
    grid-row: 3/4;
}
.frontBlock .box08::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 0 11.5px 17px;
    border-color: transparent transparent transparent #fff;
    right: -17px;
    top: 47px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.frontBlock .box08 .eng {
    max-width: 46px;
}
.frontBlock .box a:hover {
    opacity: 1;
    color: #fff;
}
.frontBlock .box a:hover::after {
    opacity: 1;
}
.frontBlock .box a:hover .eng .st1 {
    fill: #fff;
}
.frontBlock .box a:hover h2 {
    color: #fff;
}
.frontBlock .box a:hover .btn {
    opacity: 0;
}
.frontBlock .box02:hover::before {
    border-color: transparent #4b7ebf transparent transparent;
}
.frontBlock .box04:hover::before {
    border-color: transparent #4b7ebf transparent transparent;
}
.frontBlock .box06:hover::before {
    /* border-color: transparent transparent #4b7ebf transparent; */
}
.frontBlock .box08:hover::before {
    border-color: transparent transparent transparent #6cbdc6;
}
.jobDescription {
    padding: 146px 0 132px;
    background: url(../img/top/top05.webp) no-repeat center 0;
    background-size: cover;
    position: relative;
    top: -1px;
}
.jobDescription h2 {
    margin: 0 auto;
    line-height: 1.2;
}
.jobDescription h2 a {
    display: inline-block;
    padding: 22px 4% 22px 16%;
    color: #fff;
}
.jobDescription h2 a:hover {
    background: #fff;
    color: #4b7ebf;
    opacity: 1;
}
.jobDescription h2 .st1 {
    fill: #fff;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.jobDescription h2 a:hover .st1 {
    fill: #4b7ebf;
}
.jobDescription h2 svg, object {
    max-width: 223px;
    width: 100%;
}
.jobDescription h2 span {
    position: relative;
    display: block;
    font-size: 1.8rem;
}
.jobDescription h2 span::after {
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    background: #fff;
    margin-top: 18px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.jobDescription h2 a:hover span::after {
    background: #4b7ebf;
}
.jobDescription .btn {
    display: none;
}
@media only screen and (max-width:1100px) {
    .frontBlock .box h2 {
        padding: 10% 0 7%;
    }
    .frontBlock .box .notes {
        padding: 0 5% 10%;
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:940px) {
    .frontBlock .box .notes {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width:900px) {
    .frontBlock .box h2 {
        padding: 6% 0;
        font-size: 1.4rem;
    }
    .frontBlock .box .notes {
        padding: 0 5% 6%;
        font-size: 1.3rem;
        min-height: 0;
    }
}
@media only screen and (max-width:749px) {
    .frontBlock {
        max-width: none;
        display: block;
    }
    .frontBlock .txtBox a {
        padding: 10% 0 13%;
    }
    .frontBlock .box h2 {
        font-size: 5.33vw;
        padding: 11% 0 9%;
    }
    .frontBlock .box .notes {
        font-size: 3.46vw;
        padding: 0 6% 11%;
        min-height: 30.66vw;
        line-height: 1.9;
    }
    .frontBlock .box .btn {
        max-width: none;
        width: 6.13vw;
    }
    .frontBlock .box02::before {
        display: none;
    }
    .frontBlock .box02 .eng {
        max-width: none;
        width: 22.26vw;
    }
    .frontBlock .box04::before {
        display: none;
    }
    .frontBlock .txtBox.box04 {
        padding: 13% 0 14%;
    }
    .frontBlock .box04 .eng {
        max-width: none;
        width: 11.95vw;
    }
    .frontBlock .box06 .addtextbox .addtext02 {
        font-size: 3.46vw;
        padding-top: 30px;
    }
    .frontBlock .box06::before {
        display: none;
    }
    .frontBlock .box06 .eng {
        max-width: none;
        width: 19.74vw;
    }
    .frontBlock .box08::before {
        display: none;
    }
    .frontBlock .box08 .eng {
        max-width: none;
        width: 12.73vw;
    }
    .jobDescription {
        padding: 15% 0 12.5%;
        background: url(../img/top/top05_sp.webp) no-repeat center 0;
        background-size: cover;
        top: 0;
    }
    .jobDescription h2 {
        letter-spacing: 0;
        line-height: 1.8;
    }
    .jobDescription h2 a {
        padding: 24px 6%;
    }
    .jobDescription h2 svg, object {
        max-width: none;
        width: 66%;
    }
    .jobDescription h2 span {
        font-size: 4.53vw;
    }
    .jobDescription h2 span::after {
        width: 15vw;
        margin-top: 5%;
    }
    .jobDescription .btn {
        display: block;
        padding-top: 95.5%;
    }
    .jobDescription .btn a {
        display: block;
        width: 86%;
        margin: 0 auto;
        padding: 4% 0;
        background: #fff;
        color: #4b7ebf;
        text-align: center;
        font-size: 4vw;
        letter-spacing: 1px;
    }
}
/* =========================================================
    FootBtn
========================================================= */
.footBtn {
    padding: 100px 3% 64px;
}
.footBtn ul {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footBtn li {
    width: 45.6%;
    margin-bottom: 34px;
}
.footBtn li a {
    display: block;
    text-align: center;
    padding: 34px 0;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 1px;
}
.footBtn li a img {
    max-width: 88px;
}
.footBtn li.btn01 {
    background: url(../img/top/btnbg01.webp) no-repeat;
    background-size: cover;
}
.footBtn li.btn02 {
    background: url(../img/top/btnbg02.webp) no-repeat;
    background-size: cover;
}
.footBtn li.btn03 {
    background: url(../img/top/btnbg03.webp) no-repeat;
    background-size: cover;
}
.footBtn li.btn04 {
    width: 100%;
    background: url(../img/top/btnbg04.webp) no-repeat;
    background-size: cover;
}
@media only screen and (max-width:749px) {
    .footBtn {
        padding: 16% 0 10%;
    }
    .footBtn ul {
        max-width: none;
        display: block;
    }
    .footBtn li {
        width: 86%;
        margin: 0 auto 8.5%;
    }
    .footBtn li a {
        padding: 12% 0;
        font-size: 4vw;
    }
    .footBtn li a img {
        max-width: none;
        width: 18.66vw;
    }
    .footBtn li.btn04 {
        width: 100%;
        margin: 15% 0 0;
        background: url(../img/top/btnbg04_sp.webp) no-repeat;
        background-size: cover;
    }
}
/* =========================================================
    TimeLine
========================================================= */
.timeLine {
    max-width: 920px;
    margin: 0 auto 100px;
}
@media only screen and (max-width:749px) {
    .timeLine {
        max-width: none;
        width: 86%;
        margin: 0 auto 18.5%;
    }
}

.icon{
    width:30px;
}


