@charset "utf-8";
/*--hero--*/
.hero {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .hero {
        width: 90%;
    }
}
.hero__inner {
    position: relative;
    padding-top: 60.15625%;
    width: 100%;
    height: 0;
    background-image: url(../img/top/top-hero_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (min-width: 1024px) {
    .hero__inner {
        height: 0;
        padding-top: 30%;
        background-image: url(../img/top/top-hero_pc.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }
}

.hero__inner > h1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    padding: 15px 20px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 27px;
    letter-spacing: .15em;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .hero__inner > h1 {
        position: absolute;
        top: 50%;
        right: -90px;
        font-size: 32px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .hero__inner > h1 {
        font-size: 20px;
    }
}
/*--message-contents--*/
.message-group {
    position: relative;
    padding-top: 60px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .message-group {
        padding-top:80px;
    }
}
.message-group__line {
    position: absolute;
    bottom:93%;
    left: 0;
    right: 0;
    height: 80px;
    background-image: url(../img/top/line.png);
    background-repeat: no-repeat;
    background-position: top;
}
@media screen and (min-width: 768px) {
    .message-group__line {
        position: absolute;
        bottom:90%;
        left: 0;
        right: 0;
        height: 100px;
    }
}
.message-group__deco--left {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: -120px;
    left: 10px;
    animation: fuffy 2s infinite;
    -webkit-animation: fuffy 2s infinite;
}
@media screen and (min-width: 1024px) {
    .message-group__deco--left {
        width: 150px;
        height: auto;
        position: absolute;
        bottom: -90px;
        left: 10px;
    }
}
.message-group__deco--right {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10%;
    right: 3%;
    animation: fuffy 2s infinite;
    -webkit-animation: fuffy 2s infinite;
}
@media screen and (min-width: 1024px) {
    .message-group__deco--right {
        width: 150px;
        height: auto;
        position: absolute;
        top: -10%;
        right: 5px;
    }
}
.st1 {
    fill: #00A2E0;
}
.st2 {
    fill: #FF9600;
}
.st3 {
    fill: #BBDCE8;
}
@-webkit-keyframes fuffy {
	0% {
        transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, 0);
	}
}
@keyframes fuffy {
	0% {
        transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.message-group__lead {
    position: relative;
    display: inline-block;
    margin: 30px 20px 0 20px;
    padding: 20px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: .15em;
    font-family: 'Noto Sans JP', sans-serif;    
    font-size: 20px;
    font-weight: 300;
}
.message-group__lead:before,.message-group__lead:after {
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.message-group__lead:before {
    border-left: solid 1px #333;
    border-top: solid 1px #333;
    top:0;
    left: 0;
}
.message-group__lead:after {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    bottom:0;
    right: 0;
}
@media screen and (min-width: 768px) {
.message-group__lead {    
    font-size: 24px;
    text-align: center;
}
}
@media screen and (min-width: 768px) {
    .message-group__lead > span {
        display: block;
    }
    }
.message-group__text {
    text-align: left;
    margin: 30px;
}
@media screen and (min-width: 768px) {
.message-group__text {
    text-align: center;
}
}
.message-group__text > p {
    padding-top:20px;
    line-height:1.6;
}
@media screen and (min-width: 768px) {
    .message-group__text span {
        display: block;
    }
}
/*--section1--*/
.section1 {
    margin-top: 80px;
    background-color: #fff;
}
.section1-container {
    padding: 60px 30px 40px 30px;
    text-align: center;
}
.section1-container > p {
    margin-top: 20px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .section1-container > p {
        margin-top: 20px;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .section1-container > p > span {
        display: block;
    }
}
.section1__inner {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .section1__inner {
        display: flex;
        justify-content: center;
    }
}
.section1-img {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .section1-img {
        width: auto;
        margin: 40px 40px 0 40px;
    }
}
.section1-img > span {
    display: block;    
}
.section1__btn {
    margin-top: 20px;
}
/*--section2--*/
.section2 {
    width: 100%;
    margin-top: 80px;
}
@media screen and (min-width: 1024px) {
    .section2-wrapper  {
        width: 980px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1440px) {
    .section2-wrapper  {
        width: 1440px;
        margin: 0 auto;
    }
}
.section2-container {
    display: block;
    padding: 0 30px;
}
@media screen and (min-width: 768px) {
    .section2-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }  
}
@media screen and (min-width: 769px) {
    .section2__image > img {
        width: 100%;
        height: auto;
    }
}
.section2__body {
    background-color: #fff;
    padding: 30px;
}
@media screen and (min-width: 769px) {
    .section2__body {
        background-color: #fff;
        padding: 30px;
        width: 40%;
        margin-left: -30px;
        z-index: 3;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .section2__body {
        width: 80%;
    }
}
.section2__text {
    margin-top:10px;
}
/*--section3--*/
.section3 {
    background-color: #ebf0f5;
    margin-top: 40px;
}
.section3-wrapper {
    padding: 40px 60px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .section3-wrapper  {
        width: 980px;
        margin: 0 auto;
        padding: 40px 0;
    }
}
@media screen and (min-width: 1440px) {
    .section3-wrapper  {
        width: 1440px;
        margin: 0 auto;
    }
}
.section3-wrapper > p {
    text-align: left;
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .section3-wrapper > p {        
        text-align: center;
    }
}
.no-jobList {
	font-size: 18px;
	font-weight: 900;
	background-color: rgba(255,255,255,0.5);
	display: inline-block;
	padding: 15px;
	color: #00A2E0;
}
.section3-wrapper > h3 {
    margin-top: 20px;
    text-align: center;
}
/*
@media screen and (min-width: 768px) {
    .section3-wrapper > h3 {
        margin-left: 30px;
        text-align: left;
    }
}
@media screen and (min-width: 1440px) {
    .section3-wrapper > h3 {
        margin-left: 90px;
        text-align: left;
    }
}
*/

.section3-container {
   display: flex;
   flex-wrap: wrap;
}
.container__job-item {
    /*display: inline-block;*/
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border-left: solid 32px #FF9600;
    text-align: left;
    box-sizing: border-box;
}
.container__job-item > a {
    display: block;
    padding: 20px;
}
.container__job-item > a:hover {
    text-decoration: underline;
}
.container__job-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    left: -21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    color: #fff;
    font-weight: 900;
}
@media screen and (min-width: 768px) {
    .container__job-item {
        width: 46%;
        margin: 20px 10px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 1024px) {
    .container__job-item {
        width: 42%;
        margin: 20px 30px;
        box-sizing: border-box;
        color: #00A2E0;
    }
}
.container__job-item--disabled {
    padding:20px;
    background: #e8e8e8;
    color: #333;
    border-left: solid 32px #333;
}
/*--section4--*/
.section4 {
    margin-top: 40px;
}
.section4-wrapper {
    padding: 40px 30px;
    text-align: center;
}
.section4-container {
    display: block;
}
@media screen and (min-width: 768px) {
    .section4-container {
        margin-top: 40px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
}
.container__flow-item {
    margin-top: 70px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .container__flow-item {
        margin: 0 30px;
    }
}
.container__flow-item > span {
    margin: 10px 0;
    display: block;
    font-weight: 700;
}
.container__flow-item > span > small {
    font-size: 12px;
}
.arrow-icon ::before {
    content: url(../img/top/arrow.svg);
    position: absolute;
    top: -28%;
    left: 0;
    right: 0;
    width: 50px;
    height: auto;
    margin: 0 auto;
    transform: rotate(90deg);
}
@media screen and (min-width: 768px) and (max-width:1023px) {
    .arrow-icon ::before {
        margin: 0;
        transform: rotate(0deg);
        top: 30%;
        left: -45%;
        width: 45px;
    }
}
@media screen and (min-width: 1024px) {
    .arrow-icon ::before {
        transform: rotate(0deg);
        width: 45px;
        top: 30%;
        left: -33%;
        margin: 0;
    }
}
.section4-wrapper > p {
    text-align: left;
    margin-top: 40px;
    display: inline-block;
    background-color: #fff;
    padding: 30px;
    line-height: 1.8;
    border: 1px solid #00A2E0;
}
.section5 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-image: url(../img/top/section5-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
}
.section5 > h2 {
    padding: 80px 15px 0 15px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .section5 > h2 {
        font-size: 26px;
        letter-spacing: .05em; 
    }
}
