@charset "UTF-8";

.breadcrumb,
.page-title {
    display: none;
}

.fp-main-visual__image {
    width: 100%;
    vertical-align: middle;
}

.fp-main-visual__image--pc {
    display: none;
}

.fp-main-visual__image--sp {
    display: inline-block;
}

.fp-flex-box {
    display: block;
    margin: 0;
    padding: 40px 15px;
}

.fp-title {
    margin: 0 0 4vw;
    padding: 0;
    font-size: 9vw;
    font-weight: bold;
    color: #003559;
    text-align: center;
}

.fp-text {
    margin: 0 0 15px;
    padding: 0;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

.fp-image {
    margin: 0 auto 15px;
    padding: 0;
    max-width: 748px;
}

.fp-button__link {
    display: block;
    margin: 0 40px;
    padding: 11px 0;
    font-size: 5vw;
    color: #003559;
    background: #FFF;
    text-align: center;
    text-decoration: none;
    border: 2px solid #003559;
    border-radius: 6px;
}

.fp-button__link:hover {
    background: #4c707c;
    color: #fff;
    text-decoration: none;
}

.fp-about,
.fp-faq {
    background: #e5ebec;
}

.fp-about .fp-text {
    text-align: left;
}
/*----2026トップページ修正 start ----*/


/*----section 1 ----*/
.fp-main-visual {
    position: relative;
}

.fp-main-visual__catch {
    position: static;
    padding: 60px 15px 37px 15px;
    background: #fff;
}
.fp-main-visual__catch p {
    color: #1E1F3C;
    font-size: 8.4vw;
    font-weight: 700;
    line-height: 1.6;
}

/*----section 2----*/
.fp-intro__catch {
    display: none;
}

.fp-intro__text {
    padding: 47px 15px;
    font-size: 3.4vw;
    line-height: 2;
}
/*----section 3 slider ----*/

.fp-slider__image--pc {
    display: none;
}

.fp-slider__image--sp {
    display: block;
}

.fp-slider {
    padding: 53px 0;
    overflow: hidden;
}

.fp-slider__wrapper {
    overflow: hidden;
}

.fp-slider__track {
    display: flex;
    transition: transform 0.5s ease;
}

.fp-slider__item {
    flex: 0 0 69.2%;
    margin-left: 3.3%;
}

.fp-slider__item img {
    width: 100%;
    height: 77.1vw;
    object-fit: cover;
}
.fp-slider__prev,
.fp-slider__next {
    display: none;
}

/*----section 4 ----*/

.fp-freelance__image--pc {
    display: none;
}

.fp-freelance__image--sp {
    display: block;
    width: 100%;
    object-fit: cover;
}

.fp-freelance {
    padding: 91px 0;
}

.fp-freelance__image {
    margin-left: auto;
    margin-right: 0;
    width: 96.7%;
	padding: 0 0 30px;
}

.fp-freelance__body {
    padding: 40px 13px 0px;
}

.fp-freelance__tag {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #1E1F3C;
    margin: 0 0 3px;
}

.fp-freelance__title {
    font-size: 7.6vw;
    font-weight: bold;
    line-height: 1.47;
    color: #1E1F3C;
    margin: 0 0 37px;
}

.fp-freelance__text {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    margin: 0 0 52px;
}

.fp-freelance__button {
    display: flex;
    align-items: center;
    gap: 50px;
    border-bottom: 1px solid #1E1F3C;
    padding-bottom: 5px;
    width: fit-content;
	margin-left: auto;
    margin-right: 0;
}

.fp-freelance__link {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    text-decoration: none;
}

.fp-freelance__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 19px;
    background: #1E1F3C;
    color: #fff;
    font-size: 8px;
    border-radius: 5px;
    text-decoration: none;
}

/*----section 5 ----*/
.fp-aboutus__image--pc {
    display: none;
}

.fp-aboutus__image--sp {
    display: block;
    width: 100%;
    object-fit: cover;
}

.fp-aboutus__image {
    margin-left: 0;
    margin-right: auto;
    width: 96.7%;
}

.fp-aboutus__head--sp {
    display: block;
    padding: 20px 13px 0;
}

.fp-aboutus__body {
    padding: 37px 13px;
}

.fp-aboutus {
    padding: 52px 0 92px;
}

.fp-aboutus__tag--pc {
    display: none;
}

.fp-aboutus__title--pc {
    display: none;
}

.fp-aboutus__tag,
.fp-aboutus__tag--pc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #1E1F3C;
    margin: 0 0 3px;
}

.fp-aboutus__title,
.fp-aboutus__title--pc {
    font-size: 7.6vw;
    font-weight: bold;
    line-height: 1.47;
    color: #1E1F3C;
    margin: 0 0 16px;
}

.fp-aboutus__text {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    margin: 0 0 52px;
}

.fp-aboutus__button {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
    border-bottom: 1px solid #1E1F3C;
    padding-bottom: 5px;
}

.fp-aboutus__link {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    text-decoration: none;
}

.fp-aboutus__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 19px;
    background: #1E1F3C;
    color: #fff;
    font-size: 8px;
    border-radius: 5px;
    text-decoration: none;
}

/*----section 6 ----*/

.fp-message {
    padding: 52px 0 144px 0;
}

.fp-message__image--pc {
    display: none;
}

.fp-message__image--sp {
    display: block;
    width: 100%;
    object-fit: cover;
}

.fp-message__image {
    margin: 37px auto 17px;
    width: calc(100% - 164px);
}

.fp-message__head--sp {
    display: block;
    padding: 20px 13px 0;
}

.fp-message__body {
    padding: 20px 13px;
}

.fp-message__tag--pc {
    display: none;
}

.fp-message__title--pc {
    display: none;
}

.fp-message__tag--sp,
.fp-message__tag--pc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #1E1F3C;
    margin: 0 0 3px;
}

.fp-message__title--sp,
.fp-message__title--pc {
    font-size: 7.6vw;
    font-weight: bold;
    line-height: 1.47;
    color: #1E1F3C;
    margin: 0 0 15px;
}

.fp-message__text {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    margin: 0 0 52px;
}

.fp-message__button {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
    border-bottom: 1px solid #1E1F3C;
    padding-bottom: 5px;
}

.fp-message__link {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    text-decoration: none;
}

.fp-message__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 19px;
    background: #1E1F3C;
    color: #fff;
    font-size: 8px;
    border-radius: 5px;
    text-decoration: none;
}

/*----section 7 ----*/
.fp-interview {
    position: relative;
    background-image: url(/img/sp_bg_interview.png);
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
	min-height: 289vw; 
}

.fp-interview__image-right {
    width: 51%;    
	align-self: flex-start;
	margin-left: auto;
    margin-right: 3%;
	margin-top: 22.9vw;
	order: 1;
}

.fp-interview__image-right img {
    width: 100%;    
    object-fit: cover;
}

.fp-interview__body {
    padding: 50px 13px 20px;
    text-align: center;
    width: 100%;
	order: 2;
}

.fp-interview__tag {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
}

.fp-interview__title {
    font-size: 13.7vw;
    font-weight: bold;
    color: #fff;
    margin: 0 0 80px;
    text-align: center;
}

.fp-interview__text {
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
    margin: 0 0 70px;
    text-align: left;
}

.fp-interview__button {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 0 68px auto;
    width: fit-content;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.fp-interview__link {
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
    text-decoration: none;
}

.fp-interview__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 19px;
    background: #fff;
    color: #1E1F3C;
    font-size: 8px;
    border-radius: 5px;
    text-decoration: none;
}

.fp-interview__image-left {
    width: 51%;
	align-self: flex-end;
    margin-left: 3%;
    margin-right: auto;
	margin-top: 0;
	order: 3;
}

.fp-interview__image-left img {
    width: 100%;    
    object-fit: cover;
}

/*----section 8 ----*/

.fp-recruit {
    padding: 144px 0 134px 0;
}

.fp-recruit__image--pc {
    display: none;
}

.fp-recruit__image--sp {
    display: block;
    width: 100%;
    object-fit: cover;
}

.fp-recruit__image {
    margin: 37px auto 17px;
    width: calc(100% - 80px);
}

.fp-recruit__head--sp {
    display: block;
    padding: 20px 13px 0;
}

.fp-recruit__body {
    padding: 20px 13px 0;
}

.fp-recruit__tag--pc {
    display: none;
}

.fp-recruit__title--pc {
    display: none;
}

.fp-recruit__tag--sp,
.fp-recruit__tag--pc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #1E1F3C;
    margin: 0 0 3px;
}

.fp-recruit__title--sp,
.fp-recruit__title--pc {
    font-size: 7.6vw;
    font-weight: bold;
    line-height: 1.47;
    color: #1E1F3C;
    margin: 0 0 15px;
}

.fp-recruit__text {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    margin: 0 0 52px;
}

.fp-recruit__button {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
    border-bottom: 1px solid #1E1F3C;
    padding-bottom: 5px;
}

.fp-recruit__link {
    font-size: 14px;
    line-height: 1.71;
    color: #1E1F3C;
    text-decoration: none;
}

.fp-recruit__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 19px;
    background: #1E1F3C;
    color: #fff;
    font-size: 8px;
    border-radius: 5px;
    text-decoration: none;
}

/*----section 9 ----*/
.fp-contact {
    background: #1E1F3C;
    display: flex;
    flex-direction: column;
	height: 131.3vw;
    justify-content: center;
}

.fp-contact__image--pc {
    display: none;
}

.fp-contact__image--sp {
    display: block;
    width: 100%;
    object-fit: cover;
}

.fp-contact__left {
    padding: 40px 13px;
    text-align: center;
}

.fp-contact__tag {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #fff;
    margin: 0 0 15px;
}

.fp-contact__title {
    font-size: 13.7vw;
    font-weight: bold;
    color: #fff;
    margin: 0 0 50px;
}

.fp-contact__text {
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
    margin: 0 0 50px;
}

.fp-contact__form-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px 35px;
    text-decoration: none;
    margin: 0 auto;
    max-width: 80%;
}

.fp-contact__form-text {
    font-size: 14px;
    color: #1E1F3C;
    font-weight: bold;
}

.fp-contact__form-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 19px;
    background: #1E1F3C;
    color: #fff;
    font-size: 8px;
    border-radius: 5px;
}






/*----2026トップページ修正 END ----*/



@media only screen and (min-width:992px) {
    .fp-main-visual__image--pc {
        display: inline-block;
    }
    .fp-main-visual__image--sp {
        display: none;
    }
    .fp-contents {
        margin: 0;
        padding: 0 40px;
    }

    .fp-flex-box {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        margin: 0;
        padding: 4vw 0;
        justify-content: space-between;
    }
    .fp-box {
        position: relative;
        flex: 0 0 50%;
        max-height: 424px;
    }

    .fp-image {
        margin: 0 auto;
        padding: 0;
        height: 100%;
    }

    .fp-title {
        font-size: 40px;
    }

    .fp-about .fp-text,
    .fp-text {
        margin: 0 auto 4vw;
        font-size: 16px;
        max-width: 24em;
        text-align: center;
    }

    .fp-button {
        margin: 0 auto;
        max-width: 325px;
    }

    .fp-button__link {
        margin: 0;
        font-size: 26px;
    }
	
	/*2026トップページ修正 992 Start*/
	
	/*----section 1 ----*/
	.fp-main-visual {
        height: 58.6vw;
    }
    .fp-main-visual__image--pc {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fp-main-visual__catch {
        position: absolute;
        top: 31.8%;
        left: 15.7%;
        padding: 0;
        background: none;
    }
    .fp-main-visual__catch p {
        color: #fff;
        font-size: 4.95vw;
        font-weight: 700;
        line-height: 1.37;
    }
	
	/*----section 2-----*/
	.fp-intro__inner {
        display: flex;
        justify-content: space-between;
        padding: 8.8vw 14.7vw 9.2vw;
    }

    .fp-intro__catch {
        display: block;
    }

    .fp-intro__catch p {
        color: #1E1F3C;
        font-size: 3.33vw;
        font-weight: 700;
        line-height: 1.44;
    }

    .fp-intro__catch p:nth-child(2) {
        padding-left: 1.75em;
    }

    .fp-intro__catch p:nth-child(3) {
        padding-left: 3.89em;
    }

    .fp-intro__text {
    width: 50.8%; 
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: 2.67;
	padding: 10px 15px 0;
    }
	
	/*----section 3 slider-----*/
	.fp-slider__image--pc {
        display: block;
    }
	
    .fp-slider__image--sp {
        display: none;
    }
	
	.fp-slider__item {
        flex: 0 0 66.6%;
        margin-left: 3.5%;
    }

    .fp-slider__item img {
        height: 30.2vw;
    }
	.fp-slider {
        position: relative;
		padding: 0 0 16.8vw;
    }

    .fp-slider__prev,
    .fp-slider__next {
        display: none; 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.3);
        color: #fff;
        border: none;
        padding: 15px 20px;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 10;
    }

    .fp-slider__prev {
        left: 0;
    }

    .fp-slider__next {
        right: 0;
    }
	
    .fp-slider:hover .fp-slider__prev,
    .fp-slider:hover .fp-slider__next {
        display: block;
    }
	
/*----section 4-----*/	
	.fp-freelance {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 14.7% 9.8vw;
    }

    .fp-freelance__image {
        width: 35%;
        margin: 0;
        margin-right: 1.3%;
        order: 2;
    }

    .fp-freelance__image--pc {
        display: block;
        width: 100%;
        height: auto;
    }

    .fp-freelance__image--sp {
        display: none;
    }

    .fp-freelance__body {
        padding: 0;
        width: 50%;
        order: 1;
		margin-top: -2.86vw;
    }

    .fp-freelance__tag {
        font-size: 1.46vw;
        line-height: 1.43;
		margin-bottom: 0.57vw;
    }

    .fp-freelance__title {
        font-size: 2.9vw;
        line-height: 1.44;
        margin: 0 0 5.31vw;		
    }

    .fp-freelance__text {
        font-size: clamp(14px, 0.94vw, 18px);
        line-height: 1.72;
        margin: 0 0 7.89vw;
    }

    .fp-freelance__link {
        font-size: clamp(14px, 0.94vw, 18px);
        line-height: 1.72;
    }
	
	.fp-freelance__button {
        margin-left: auto;
        margin-right: 0;
    }

    .fp-freelance__btn {
        width: 75px;
        height: 35px;
        font-size: 0.94vw;
    }
	
	/*----section 5-----*/
	.fp-aboutus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 14.7vw 12.5vw;
    }

    .fp-aboutus__head--sp {
        display: none;
    }

    .fp-aboutus__tag--pc {
        display: block;
    }

    .fp-aboutus__title--pc {
        display: block;
    }

    .fp-aboutus__image {
        width: 54%;
        margin-left: -20.8%;
        margin-right: 0;
        order: 1;
    }

    .fp-aboutus__image--pc {
        display: block;
        width: 100%;
        height: auto;
    }

    .fp-aboutus__image--sp {
        display: none;
    }

    .fp-aboutus__body {
        padding: 0;
        width: 50%;
        order: 2;
        margin-top: 0;
    }

    .fp-aboutus__tag--pc {
        font-size: 1.46vw;
        line-height: 1.43;
		margin-bottom: 0.57vw;
    }

    .fp-aboutus__title--pc {
        font-size: 2.9vw;
        line-height: 1.44;
        margin: 0 0 5.31vw;
    }

    .fp-aboutus__text {
        font-size: clamp(14px, 0.94vw, 18px);
        line-height: 1.72;
        margin: 0 0 7.89vw;
    }

    .fp-aboutus__link {
        font-size: clamp(14px, 0.94vw, 18px);
    }

    .fp-aboutus__btn {
        width: 75px;
        height: 35px;
        font-size: 0.94vw;
    } 
	
	/*----section 6 ----*/
	.fp-message {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 14.7vw 13.5vw;
    }

    .fp-message__head--sp {
        display: none;
    }

    .fp-message__tag--pc {
        display: block;
    }

    .fp-message__title--pc {
        display: block;
    }

    .fp-message__image {
        width: 35%;
        margin-left: 0;
        margin-right: 1.3%;
        order: 2;
    }

    .fp-message__image--pc {
        display: block;
        width: 100%;
        height: auto;
    }

    .fp-message__image--sp {
        display: none;
    }

    .fp-message__body {
        padding: 0;
        width: 50%;
        order: 1;
        margin-top: 0.1vw;
    }

    .fp-message__tag--pc {
        font-size: 1.46vw;
        line-height: 1.43;
        margin-bottom: 0.57vw;
    }

    .fp-message__title--pc {
        font-size: 2.9vw;
        line-height: 1.44;
        margin: 0 0 5.31vw;
    }

    .fp-message__text {
        font-size: clamp(14px, 0.94vw, 18px);
        line-height: 1.72;
        margin: 0 0 7.89vw;
    }

    .fp-message__link {
        font-size: clamp(14px, 0.94vw, 18px);
    }

    .fp-message__btn {
        width: 75px;
        height: 35px;
        font-size: 0.94vw;
    }
	
/*----section 7 ----*/	
	.fp-interview {
        background-image: url(/img/pc_bg_interview.png);
        height: 61.5vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 0;
		min-height: unset;
        background-position: center;
		margin: 0 0 13.5vw;
    }

    .fp-interview__image-left {
        width: 18.75%;
        margin-left: 8.5%;
		margin-bottom: 10%;
        align-self: flex-end;
        order: 1;
    }

    .fp-interview__image-left img {
        width: 100%;
        height: 25.5vw;
        object-fit: cover;
    }

    .fp-interview__body {
        padding: 0;
        width: 40%;
        order: 2;
        text-align: center;
    }

    .fp-interview__image-right {
        width: 18.75%;
        margin-right: 8.5%;
		margin-top: 7%;
        align-self: flex-start;
        order: 3;
    }

    .fp-interview__image-right img {
        width: 100%;
        height: 25.5vw;
        object-fit: cover;
    }

    .fp-interview__tag {
        font-size: 1.46vw;
        line-height: 1.43;
		margin-bottom: 0.57vw;
    }

    .fp-interview__title {
        font-size: 6.2vw;
        margin: 0 0 5.31vw;
    }

    .fp-interview__text {
        font-size: clamp(14px, 0.94vw, 18px);
    	line-height: 1.72;
    	margin: 0 auto 7.89vw;
    	text-align: left;
    	max-width: 80%;
    }
	
	.fp-interview__button {
		margin: 0 auto 68px;		
	}

    .fp-interview__link {
        font-size: clamp(14px, 0.94vw, 18px);
    }

    .fp-interview__btn {
        width: 75px;
        height: 35px;
        font-size: 0.94vw;
        background: #fff;
        color: #1E1F3C;
    }
	
	/*----section 8 ----*/
	
	.fp-recruit {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 10.7vw 12.2vw 14.7vw;
    }

    .fp-recruit__head--sp {
        display: none;
    }

    .fp-recruit__tag--pc {
        display: block;
    }

    .fp-recruit__title--pc {
        display: block;
    }

    .fp-recruit__image {
        width: 52%;        
        margin: 0;
        order: 2;
    }

    .fp-recruit__image--pc {
        display: block;
        width: 100%;
        height: auto;
    }

    .fp-recruit__image--sp {
        display: none;
    }

    .fp-recruit__body {
        padding: 0 110px 0 0;
        width: 48%;
        order: 1;
        margin: 0;
    }

    .fp-recruit__tag--pc {
        font-size: 1.46vw;
        line-height: 1.43;
        margin-bottom: 0.57vw;
    }

    .fp-recruit__title--pc {
        font-size: 2.9vw;
        line-height: 1.44;
        margin: 0 0 3.31vw;
    }

    .fp-recruit__text {
        font-size: clamp(14px, 0.94vw, 18px);
        line-height: 1.72;
        margin: 0 0 5vw;
    }

    .fp-recruit__link {
        font-size: clamp(14px, 0.94vw, 18px);
    }

    .fp-recruit__btn {
        width: 75px;
        height: 35px;
        font-size: 0.94vw;
    }
	
	/*----section 9 ----*/
	
	.fp-contact {
        display: flex;
        flex-direction: row;
        height: 46vw;
		justify-content: flex-start;
    }

    .fp-contact__left {
        width: 55.3%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .fp-contact__image {
        width: 44.7%;
    }

    .fp-contact__image--pc {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fp-contact__image--sp {
        display: none;
    }

    .fp-contact__tag {
        font-size: 1.46vw;
        line-height: 1.43;
    }

    .fp-contact__title {
        font-size: 6.2vw;
        margin: 0 0 3vw;
    }

    .fp-contact__text {
        font-size: clamp(14px, 0.94vw, 18px);
        line-height: 1.72;
        margin: 0 0 4.7vw;
    }

    .fp-contact__form-btn {
        width: 50%;
        padding: 1.4vw 2.5vw;
        margin: 0;
    }

    .fp-contact__form-text {
        font-size: clamp(14px, 0.94vw, 18px);
    }

    .fp-contact__form-arrow {
        width: 75px;
        height: 35px;
        font-size: 0.94vw;
    }
	
	
	
	
	
	
	
	
	
	
	
	/*----2026トップページ修正 992 END-----*/
	
	
	
	
	
	
}

.contents:not(.section01){
    color: #fff;
    height: 100vh;
    min-height: 500px;
    position: relative;
}

.section01{
    background: url(../img/top_img3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.section02{
    background: url(../img/background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.txt-box{
    float: left;
    width: 50%;
    padding: 20px 6px 20px 80px;
    text-align: center;
}

.txt-box>.title {
    font-size: 40px;
    line-height: 68px;
    color: #003559;
    font-weight: bold;
    margin-bottom: 4vw;
}

.txt-box>.txt {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    margin: 0 91px 48px;
}

.txt-box>.btn {
    padding: 0;
}

.txt-box>.btn>a {
    border: 2px solid #003559;
    padding: 11px 67px;
    font-size: 26px;
    border-radius: 6px;
    color: #003559;
    background: #FFF;
    text-decoration: none;
}

.txt-box>.btn>a:hover {
    color: #FFF !important;
    background: #4c707c;
    text-decoration: none;
}

.section03{
    background: #FFF;
}

.section04{
    background: #e5ebec;
}

.section05{
    background-image: url(../../img/photo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.section06{
    background: #e5ebec;
}

.box {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -4vw;
    margin: auto;
}

.box>img{
    float: right;
    width: 50%;
    padding: 50px;
}

.pagenation{
    padding: 20px 0 20px 40px;
    position: fixed;
    top: calc(50vh - 330px/2);
}

.pagenation li{
    list-style-type: none;
    margin-bottom: 20px;
}

.pagenation a{
    display: block;
    height: 30px;
    border: 1px solid #cccccc;
    background: #cccccc;
    width: 8px;
}

.pagenation a.active{
    background: #4e7280;
    border: 1px solid #4e7280;
}

.sm_top_img {
    display: none;
}

@media only screen and ( max-width:1366px ) {
    .section01 {
        background: none;
        height: auto;
        display: block;
    }
    .recruit-img01,
    .recruit-img02 {
        display:none;
    }
    .sm_top_img {
        display: block;
    }
    .txt-box {
        padding: 0px 1px 1px 23px;
    }
    .contents {
        height: 55vh;
    }
    .contents:first-child {
        height:auto;
    }
    .txt-box>.title {
        font-size: 40px;
    }
    .top-about-box {
        height: 40vw !important;
    }
}

@media only screen and ( max-width:991px ) {
    .contents:first-child {
        height: auto;
    }
}

@media only screen and ( max-width:812px ) {
    .pagenation{
        display: none;
    }
    .contents{
        height: auto;
    }
    .box {
        position: static;
        text-align: center;
        padding: 40px 0px;
    }
    .box>img{
        float: none;
        padding: 0 20px;
        width: 100%;
        margin: 0 auto 32px;
        max-width: 360px;
    }
    .txt-box{
        float: none;
        width: 100%;
        max-width: 360px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .txt-box>.title{
        font-size: 38px;
        line-height: normal;
    }
    .txt-box>.txt {
        text-align: center;
        font-size: 17px;
        line-height: 22px;
        margin: 0 -19px 13px;
    }
    .txt-box>.btn>a {
        padding: 11px 56px;
    }
    .section05{
        height: 122vw;
        background-image: url(../../img/photo-sm.jpg);
    }
}

@media only screen and ( max-width:415px ) {
    .txt-box>.title{
        font-size: 9vw;
    }
    .txt-box>.btn>a{
        font-size: 5vw;
    }
    .txt-box>.txt {
        font-size: 4vw;
    }
    .box {
        padding: 20px 0 40px;
    }
}

/****************************************

メイン部分

****************************************/
.btn-01 {
    padding: 20px;
    font-size: 19px;
    margin: 5rem auto;
    width: 27vw;
    display: block;
    position: relative;
    text-align: center;
    z-index: 0;
    letter-spacing: 4px;
    color: #FFFFFF;
}
.btn-01 > span > span > span:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #ff4d00;
    color: #FFFFFF;
}
.btn-01 > span::after,
.btn-01 > span::before,
.btn-01 > span > span::after,
.btn-01 > span > span::before {
    background-color: #4a5158;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-01 > span::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 8px;
}

.btn-01 > span::before {
    bottom: -1px;
    height: 1px;
    right: -1px;
    width: 8px;
}

.btn-01 > span > span::after {
    height: 8px;
    left: -1px;
    top: -1px;
    width: 1px;
}

.btn-01 > span > span::before {
    bottom: -1px;
    height: 8px;
    right: -1px;
    width: 1px;
}

.btn-01 > span::after,
.btn-01 > span::before {
    width: 15px;
}

.btn-01 > span > span::after,
.btn-01 > span > span::before {
    height: 15px;
}

/* hover */
.btn-01:hover {
    text-decoration: none;
    color: #fff;
}

.btn-01:hover > span:after,
.btn-01:hover > span:before {
    width: 100%;
    width: calc(100% + 2px);
}

.btn-01:hover > span > span::after,
.btn-01:hover > span > span::before {
    height: 100%;
    height: calc(100% + 2px);
}

.btn-01 > span > span > span:after{
    width: calc(100% - 14px);
    height: calc(100% - 14px);
}

.btn-01:hover > span > span > span:after{
    width: 100%;
    height: 100%;
}

.btn-more a{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .btn-01 {
        width: 33vw;
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .btn-01 {
        width: 62vw;
    }
}

@media only screen and (max-width: 414px) {
    .btn-01 {
        width: 220px;
        margin: 2rem auto;
        font-size: 14px;
    }
}
