@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.main-visual {
    height: 1080px;
    position: relative;
    overflow: hidden;
    background: url(../images/index/main_img.jpg) no-repeat center top/cover;
}
.main-visual .content {
    max-width: 1432px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-visual .photo-list li {
    position: absolute;
    left: 0;
    top: 130px;
}
.main-visual .photo-list li:nth-child(2) {
    left: auto;
    right: 152px;
    top: 395px;
}
.main-visual .photo-list li:nth-child(3) {
    left: 273px;
    top: auto;
    bottom: 100px;
}
.main-visual h2 {
    margin: -80px 0 0 -11px;
    position: relative;
    z-index: 1;
}
.main-visual .ttl-bg {
    margin: -37px 0 0 -10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
}
.main-visual .ttl-bg02 {
    mix-blend-mode: darken;
    margin: -39px 0 0 8px;
}
@media all and (max-width: 1440px) {
    .main-visual .photo-list li:first-child {
        width: 400px;
    }
    .main-visual .photo-list li:nth-child(2) {
        right: 110px;
    }
    .main-visual .photo-list li:nth-child(3) {
        bottom: 90px;
    }
}
/*animate */
body {
    opacity: 0;
    animation: bodyshow 1500ms forwards;
    animation-delay: 0.5s;
}
@keyframes bodyshow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.main-visual .ttl-bg img, .main-visual h2, .main-visual .photo-list li {
    display: block;
    opacity: 0;
    transform: translate(0, 100px);
    animation: fadeUp 1500ms forwards;
    animation-delay: 1s;
}
.main-visual .ttl-bg img, .main-visual h2 {
    animation-delay: 2s;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate(0, 100px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
#main .message {
    margin-top: -13.8vw;
    position: relative;
    padding: 19.6vw 0 173px;
    background: url(../images/index/message_bg03.png) no-repeat center top/100% auto;
}
#main .message .content {
    position: relative;
}
#main .message .img-box {
    margin-bottom: -78px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
#main .message .img-box .txt-box {
    margin-right: -10px;
    width: 692px;
    position: relative;
    z-index: 1;
}
#main .message .img-box .txt-box p {
    font-size: 1.8rem;
    line-height: 2.13;
    letter-spacing: 0.1em;
    margin: 0 0 34px 108px;
}
#main .message .img-box .txt-box .txt01 {
    margin-bottom: 0;
    line-height: 2.33;
}
#main .message .photo-list {
    margin-right: 8px;
    width: 523px;
}
#main .message .photo-list li:first-child {
    margin: 0 0 -5px auto;
    text-align: right;
}
#main .message .bg-box {
    margin-right: 8px;
    padding: 190px 0 10px 60px;
    position: relative;
	z-index: 1;
    min-height: 645px;
    display: flex;
    align-items: flex-start;
    background: url(../images/index/message_bg01.png) no-repeat right top/1000px 100%;
    box-sizing: border-box;
}
#main .message .bg-box:after {
    position: absolute;
    right: 60px;
    bottom: -140px;
    width: 609px;
    height: 609px;
	z-index: -1;
    background: url(../images/index/message_bg02.png) no-repeat left top/100% 100%;
    content: "";
}
#main .message .bg-box .photo {
    margin: 32px 60px 0 0;
}
#main .message .bg-box .txt-box {
    flex: 1;
}
#main .message .bg-box .txt-box p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.08;
    letter-spacing: 0.17em;
}
#main .message .bg-box .txt-box .txt01 {
    margin-top: 37px;
    line-height: 1.5;
    letter-spacing: 0.27em;
}
#main .search {
    margin-bottom: 12px;
    position: relative;
    z-index: 3;
}
#main .search h2 {
    margin-bottom: 32px;
}
#main .search .com-btn {
    margin-right: 7px;
    display: flex;
    justify-content: center;
}
#main .search .com-btn li {
    margin: 0 40px;
}
#main .search .com-btn a {
    width: 460px;
    font-weight: 400;
}
#main .search .com-btn a .txt {
    padding-right: 26px;
    background-size: 24px auto;
}
#main .search .com-btn .bold {
    font-weight: 700;
}
#main .job {
    margin-bottom: -11.4vw;
    padding: 18.3vw 0 15.9vw;
    position: relative;
    background: url(../images/index/job_bg.png) no-repeat center bottom/cover;
}
#main .job:before {
    position: absolute;
    left: 0;
    top: -0.5px;
    width: 100%;
    height: 11.4vw;
    background: url(../images/index/bg01.png) no-repeat center top/100% 100%;
    content: "";
}
#main .job .headline01 {
    margin-bottom: 90px;
    text-align: center;
}
#main .job .headline01 .ttl-sub {
    color: #fff;
    background-image: url(../images/common/icon02.svg);
}
#main .job .slide-box {
    margin-bottom: 205px;
}
#main .job .slide-box .slick-track {
    padding-bottom: 7px;
}
#main .job .slide-box .slick-slide {
    opacity: 0.5;
    margin: 0 34px;
    padding: 50px 54px 24px;
    position: relative;
    width: 653px;
    border-radius: 34px;
    background: #FFF;
    transition: .3s;
    box-shadow: 0 7px 7px -7px rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    overflow: hidden;
}
#main .job .slide-box .slick-current {
    opacity: 1;
}
#main .job .slide-box .list-img {
    position: absolute;
    right: 0;
    top: 0;
}
#main .job .slide-box .slide-ttl {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #2CA4E4;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main .job .slide-box .slide-ttl .en {
    margin-right: 15px;
	padding-top: 1px;
    width: 53px;
    min-width: 53px;
    height: 53px;
	line-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    border-radius: 50%;
    background-color: #57ACDC;
	box-sizing: border-box;
}
#main .job .slide-box .txt {
    line-height: 1.625;
    letter-spacing: 0.1em;
    margin: 0 120px 36px 0;
}
#main .job .slide-box .photo {
    margin: 0 -30px;
}
#main .job .slide-box .photo img {
    width: 100%;
    border-radius: 30px;
}
#main .job .slide-box .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -104px;
    z-index: 10;
}
#main .job .slide-box .slick-dots li {
    margin: 0 11px;
    height: 53px;
    width: 36px;
    cursor: pointer;
    position: relative;
    counter-increment: list;
    border-radius: 60px;
    transition: .3s;
    border: 1px solid #fff;
    box-sizing: border-box;
}
#main .job .slide-box .slick-dots li:after {
    content: counter(list);
	margin-top: 0.5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
	display: block;
	line-height: 1;
	transition: .3s;
    font-family: 'Varela Round', sans-serif;
}
#main .job .slide-box .slick-dots li button {
    display: none;
}
#main .job .slide-box .slick-dots li.slick-active {
    background-color: #fff;
}
#main .job .slide-box .slick-dots li.slick-active:after {
    color: #2CA4E4;
}
#main .job .slide-box .prev, #main .job .slide-box .next {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -520px;
    cursor: pointer;
    transition: .3s;
}
#main .job .slide-box .next {
    margin: -20px 0 0 437px;
}
#main .job .point-box {
    margin: 0 auto;
    padding: 35px 38px 40px;
    max-width: 1023px;
    background-color: #fff;
    border-radius: 42px;
    box-sizing: border-box;
}
#main .job .point-ttl {
    margin-bottom: 32px;
    padding-bottom: 30px;
    color: #2CA4E4;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    background: url(../images/index/ttl_bg.svg) no-repeat center bottom;
}
#main .job .point-list {
    margin: -10px -8px 0 0;
    display: flex;
    flex-wrap: wrap;
}
#main .job .point-list li {
    margin: 10px 5px 0 0;
    display: flex;
	width: 347px;
    letter-spacing: 0.1em;
}
#main .job .point-list li:nth-child(3n-1) {
	width: 340px;
}
#main .job .point-list li:nth-child(3n) {
	margin-right: 0;
	width: auto;
	flex: 1;
}
#main .job .point-list .en {
    margin: 3px 8px 0 0;
    width: 56px;
    color: #2CA4E4;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
}
#main .job .point-list .txt {
    flex: 1;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.4;
}
#main .job .point-list .txt .blue {
    font-weight: 700;
}
#main .voice {
    margin-bottom: -15vw;
    padding: 18.3vw 0 15.5vw;
    background: url(../images/index/voice_bg.png) repeat left top/50px auto;
}
#main .voice .content {
    max-width: 1050px;
}
#main .voice .headline01 {
    margin-bottom: 90px;
    text-align: center;
}
#main .voice .img-box {
    margin: 0 0 168px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#main .voice .img-box .photo-box {
    width: 535px;
    position: relative;
}
#main .voice .img-box .photo-box:after {
    position: absolute;
    right: -9px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(322deg, #69DAD3 22.31%, #47AAE3 32.88%);
    content: "";
}
#main .voice .img-box .photo-box img {
    width: 100%;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
#main .voice .img-box .txt-box {
    margin: 0 -27px -8px 0;
    width: 468px;
}
#main .voice .img-box .txt-box .txt {
    margin-bottom: 35px;
    font-size: 2.5rem;
    line-height: 1.68;
    letter-spacing: 0.1em;
    padding: 20px 0 0 18px;
    background: url(../images/index/txt_bg01.svg) no-repeat left top;
}
#main .voice .img-box .txt-box .txt span {
    position: relative;
    z-index: 1;
}
#main .voice .img-box .txt-box .txt:after {
    margin-left: -43px;
    content: "";
    width: 57px;
    height: 40px;
    display: inline-block;
    vertical-align: -29px;
    line-height: 1;
    position: relative;
    background: url(../images/index/txt_bg02.svg) no-repeat left top;
}
#main .voice .img-box .txt-box .btn {
    margin-right: 40px;
    text-align: right;
}
#main .voice .img-box .txt-box .btn a {
    display: inline-block;
    color: #2CA4E4;
    letter-spacing: 0.1em;
    padding: 11px 22px;
    border-radius: 32px;
    border: 2px solid #2CA4E4;
    background: #FFF;
}
#main .voice .img-box .txt-box .btn a span {
    display: inline-block;
    padding-right: 18px;
    background: url(../images/common/arrow01.svg) no-repeat right center/15px auto;
}
#main .voice .img-box02 {
    margin: 0 -30px 0 -2px;
}
#main .voice .img-box02 .txt-box {
	width: 490px;
}
#main .voice .img-box02 .txt-box .txt {
    margin-bottom: 48px;
	padding-left: 0;
	background-position: left 8px top;
}
#main .voice .img-box02 .txt-box .txt:after {
    margin-left: 2px;
    vertical-align: -17px;
}
#main .voice .img-box02 .txt-box .btn {
    margin: 0;
    text-align: left;
}
#main .movie {
    padding: 18vw 0 65px;
    position: relative;
    z-index: 1;
	overflow: hidden;
    background: url(../images/index/movie_bg.png) no-repeat center top/cover;
}
#main .movie .headline01 .ttl-sub {
    background-image: url(../images/common/icon02.svg);
}
#main .movie .headline01 .en {
    color: #fff;
    font-size: 4.8rem;
}
#main .movie .movie-list {
    margin: 0 -30px 0 -27px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media all and (max-width: 1400px) {
    #main .movie .movie-list {
        margin: 0 30px;
    }
}
#main .movie .movie-list li {
    width: 45.8%;
    position: relative;
    z-index: 1;
}
#main .movie .movie-list li:after {
    position: absolute;
    left: -87px;
    top: -92px;
    width: 264px;
    height: 254px;
    z-index: -1;
    mix-blend-mode: multiply;
    background: url(../images/index/movie_ttl_bg01.svg) no-repeat left top;
    content: "";
}
#main .movie .movie-list li:first-child {
    margin-top: 152px;
}
#main .movie .movie-list .sub-ttl {
    margin: 0 25px 28px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main .movie .movie-list .sub-ttl small {
    margin-top: 8px;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
#main .movie .movie-list .sub-box {
    padding-bottom: 56.2%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
#main .movie .movie-list iframe {
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    width: calc(100% + 2px);
    height: 100%;
}
#main .movie .movie-list li:last-child:after {
    left: auto;
    right: -65px;
	width: 359px;
	height: 235px;
	background-image: url(../images/index/movie_ttl_bg02.svg);
}
#main .movie .movie-list li:last-child .sub-ttl {
    margin-bottom: 45px;
    text-align: right;
}
#main .work {
    padding: 18.3vw 0 130px;
    position: relative;
}
#main .work:after {
    position: absolute;
    left: 0;
    top: -0.5px;
    width: 100%;
    height: 11.4vw;
    background: url(../images/index/bg02.png) no-repeat left top/100% 100%;
    content: "";
}
#main .work h2 {
    margin-bottom: 65px;
}
#main .work-list {
    margin: -48px -48px 0 0;
    display: flex;
    flex-wrap: wrap;
}
#main .work-list li {
    width: 368px;
    text-align: center;
    margin: 48px 48px 0 0;
}
#main .work-list .circle {
    margin-bottom: 23px;
    padding: 52px 10px 10px;
    width: 368px;
    height: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/index/work_bg.png) no-repeat left top/100% 100%;
    box-sizing: border-box;
}
#main .work-list .circle h3 {
    margin-bottom: 19px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main .work-list li:last-child .circle {
    padding-top: 20px;
}
#main .work-list li:first-child .circle h3 {
    margin-bottom: 46px;
}
#main .work-list .txt {
    margin: 0 30px;
    letter-spacing: 0.1em;
    line-height: 1.625;
}
#main .faq .headline01 {
    margin: 0 0 42px -8px;
}
#main .faq .headline01 .en {
    font-size: 4.8rem;
}
#main .faq .qa-list {
    margin: 0 auto 80px;
    max-width: 900px;
}
#main .faq .com-btn a {
    margin: 0 auto;
}
#main .faq .qa-list p,#main .faq .qa-list h3 {
    padding: 16px 28px;
    display: flex;
}
#main .faq .qa-list .en {
    margin-right: 20px;
    width: 42px;
    height: 42px;
    color: #2CA4E4;
    font-size: 2.4rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #DAEEF9;
}
#main .faq .qa-list .txt {
    display: flex;
    align-items: center;
    flex: 1;
    line-height: 1.625;
    letter-spacing: 0.1em;
}
#main .faq .qa-list .ttl {
    padding-right: 65px;
    margin-top: 24px;
    border-radius: 10px;
	font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: .3s;
    background: #DAEEF9;
}
#main .faq .qa-list .ttl:before, #main .faq .qa-list .ttl:after {
    position: absolute;
    margin-top: -1px;
    right: 30px;
    top: 50%;
    width: 33px;
    height: 3px;
    transition: .3s;
    border-radius: 2px;
    background-color: #2CA4E4;
    content: "";
}
#main .faq .qa-list .ttl:after {
    width: 3px;
    height: 33px;
    right: 45px;
    margin-top: -15px;
}
#main .faq .qa-list .ttl.on:after {
    opacity: 0;
    transform: translateY(100%);
}
#main .faq .qa-list .ttl .en {
    color: #fff;
    background-color: #2CA4E4;
}
#main .faq .qa-list .ttl .txt {
    font-size: 1.8rem;
    line-height: 1.5;
}
#main .faq .qa-list .answer {
    display: none;
}
#main .faq .qa-list .answer p {
    padding: 24px 55px 0 28px;
}
.mfp-wrap {
    position: fixed !important;
	top: 0 !important;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-content {
	max-width: 605px;
}
.pup-box {
    margin: 0 auto;
    max-width: 605px;
    padding: 37px 40px;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    background: #fff url(../images/index/voice_bg.png) repeat left top/42px auto;
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}
.mfp-fade.mfp-bg.mfp-ready .pup-box {
    opacity: 1;
    visibility: visible;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-container {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-container {
    opacity: 0;
}
.pup-box .close {
    position: absolute;
	right: 45px;
    top: -30px;
}
.pup-box .close a {
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2CA4E4;
    border-radius: 50%;
}
.pup-box .ttl {
    margin-bottom: 15px;
    color: #2CA4E4;
    font-size: 2.4rem;
	font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.pup-box .info {
    margin: 0 4px 40px;
    letter-spacing: 0.1em;
}
.pup-box .txt {
    margin-bottom: 15px;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.pup-box .txt .bg-txt {
    color: #fff;
    background-color: #2CA4E4;
}
.pup-box .btn {
    margin-top: 24px;
}
.pup-box .btn a {
    margin: 0 auto;
    width: 141px;
    height: 60px;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2CA4E4;
    border-radius: 30px;
}
.pup-box .btn a span {
    display: inline-block;
    padding-right: 18px;
    background: url(../images/common/close02.svg) no-repeat right 7px;
}
@media all and (min-width: 897px) and (max-width: 1306px) {
	#main .message {
		margin-top: -154px;
		padding-top: 257px;
	}
	#main .job {
		padding-top: 234px;
	}
	#main .job::before {
		height: 149px;
	}
	#main .voice {
		margin-bottom: -187px;
		padding-bottom: 200px;
	}
	#main .movie {
		padding-top: 230px;
	}
}
@media all and (min-width: 897px) {
    #main .job .slide-box .slick-dots li:hover {
        background-color: #fff;
    }
    #main .job .slide-box .slick-dots li:hover:after {
        color: #2CA4E4;
    }
    #main .voice .img-box .txt-box .btn a:hover {
        color: #fff;
        background-color: #2CA4E4;
    }
    #main .voice .img-box .txt-box .btn a:hover span {
        background-image: url(../images/common/arrow02.svg);
    }
    .pup-box .btn a:hover, .pup-box .close a:hover {
        background-color: #2889BB;
    }
    #main .job .slide-box .prev:hover, #main .job .slide-box .next:hover {
        opacity: 0.7;
    }
    #main .job .point-list li:first-child .en {
        margin-right: 0;
    }
}
@media all and (max-width: 896px) {
    .main-visual {
        height: 868px;
        background-image: url(../images/index/main_img_sp.jpg);
    }
    .main-visual .content {
        margin: 0;
    }
    .main-visual .photo-list li {
        left: -32px;
        top: 70px;
    }
    .main-visual .photo-list li:first-child {
        width: 63.8%;
        max-width: 339px;
    }
    .main-visual .photo-list li img {
        width: 100%;
    }
    .main-visual .photo-list li:nth-child(2) {
        left: auto;
		right: -27px;
		top: 178px;
		width: 40.3%;
		max-width: 200px;
    }
    .main-visual .photo-list li:nth-child(3) {
        left: 9.9%;
		top: auto;
		bottom: 95px;
		width: 48.4%;
		max-width: 260px;
		transform: rotate(-1deg);
		z-index: 1;
    }
    .main-visual h2 {
        margin: 66px 0 0;
        width: 85%;
        max-width: 319px;
    }
    .main-visual h2 img {
        width: 100%;
    }
    .main-visual .ttl-bg {
        margin: 36px 0 0 -7px;
        width: 94%;
        max-width: 350px;
    }
    .main-visual .ttl-bg02 {
        margin: 34px 0 0 4px;
        max-width: 332px;
        width: 89%;
    }
    #main .message {
        margin: -15.7vw 0 -42px;
        padding: 29.7vw 0 160px;
        background-image: url(../images/index/message_bg03_sp.png);
        overflow: hidden;
    }
    #main .message h2 {
        margin-left: -4px;
    }
    #main .message .img-box {
        margin-bottom: -80px;
        display: block;
    }
    #main .message .img-box .txt-box {
        margin: 0 0 -13px;
        width: auto;
    }
    #main .message .img-box .txt-box p {
        font-size: 1.6rem;
        line-height: 1.94;
        margin: 0 4px 25px;
        letter-spacing: 0;
    }
    #main .message .img-box .txt-box .txt01 {
        line-height: 1.94;
    }
    #main .message .photo-list {
        margin: 0 0 0 20px;
        width: auto;
    }
    #main .message .photo-list li:first-child {
        margin: 0 -31px -35px auto;
        width: 75.5%;
        max-width: 350px;
    }
    #main .message .photo-list img {
        width: 100%;
    }
    #main .message .photo-list li:last-child {
        width: 40.1%;
        max-width: 200px;
    }
    #main .message .bg-box {
        margin: 0 -20px;
        padding: 13px 36px 39px;
        min-height: 440px;
        display: flex;
        align-items: center;
        background-image: url(../images/index/message_bg01_sp.png);
        background-size: 100% 100%;
    }
    #main .message .bg-box:after {
        right: auto;
        left: 0;
        bottom: -220px;
        width: 375px;
        height: 591px;
        background-image: url(../images/index/message_bg02_sp.png);
    }
    #main .message .bg-box .photo {
        margin: 0;
        right: 17px;
        bottom: -40px;
        width: 48.8%;
        max-width: 190px;
        position: absolute;
        z-index: 4;
    }
    #main .message .bg-box .photo img {
        width: 100%;
    }
    #main .message .bg-box .txt-box p {
        font-size: 1.9rem;
        line-height: 1.75;
    }
    #main .message .bg-box .txt-box .txt01 {
        margin-top: 20px;
        line-height: 1.75;
        letter-spacing: 0.17em;
    }
    #main .search {
        margin-bottom: 80px;
    }
    #main .search h2 {
        margin-bottom: 42px;
        text-align: center;
    }
    #main .search .com-btn {
        margin-right: 0;
        display: block;
    }
    #main .search .com-btn li {
        margin: 0 0 23px;
    }
    #main .search .com-btn a {
        width: 100%;
        height: 80px;
        max-width: 335px;
    }
    #main .search .com-btn a .txt {
        padding-right: 27px;
        background-size: 20px auto;
    }
    #main .search .com-btn .bold {
        font-size: 2rem;
    }
    #main .job {
        margin-bottom: -15vw;
        padding: 36.5vw 0 60vw;
        background-image: url(../images/index/job_bg_sp.png);
    }
    #main .job:before {
        height: 15vw;
    }
    #main .job .headline01 {
        margin-bottom: 40px;
    }
    #main .job .slide-box {
        margin: 0 20px 40px;
    }
    #main .job .slide-box li {
        margin: 0 0 23px;
        padding: 75px 23px 24px;
        position: relative;
        border-radius: 34px;
        background: #FFF;
        box-shadow: none;
        overflow: hidden;
    }
    #main .job .slide-box .slide-ttl {
        margin-bottom: 15px;
        display: block;
        font-size: 2.4rem;
    }
    #main .job .slide-box .slide-ttl .en {
        margin: 0 0 10px;
        width: 45px;
        min-width: 45px;
        height: 45px;
        font-size: 1.8rem;
    }
    #main .job .slide-box .txt {
        margin: 0 0 23px;
        line-height: 1.55;
		font-weight: 400;
    }
    #main .job .slide-box .txt .blue {
		font-weight: 500;
	}
    #main .job .slide-box .photo {
        margin: 0;
    }
    #main .job .slide-box .photo img {
        border-radius: 20px;
    }
    #main .job .point-box {
        margin: 0 20px;
        padding: 28px 12px 32px 17px;
    }
    #main .job .point-ttl {
        margin-bottom: 33px;
        padding-bottom: 27px;
        font-size: 3rem;
        background-size: 155px auto;
    }
    #main .job .point-list {
        margin: 0;
        display: block;
    }
    #main .job .point-list li {
        margin: 20px 14px 0;
		width: auto !important;
        align-items: center;
    }
    #main .job .point-list .en {
        margin: 2px 2px 0 0;
        width: 45px;
        font-size: 2.4rem;
    }
    #main .job .point-list .txt {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    #main .voice {
        margin-bottom: -15vw;
        padding: 34vw 0 37vw;
        background-image: url(../images/index/voice_bg_sp.png);
        background-size: 26px auto;
    }
    #main .voice .headline01 {
        margin-bottom: 40px;
    }
    #main .voice .img-box {
        margin: 0 0 40px;
        flex-wrap: wrap;
    }
    #main .voice .img-box .photo-box {
        width: calc(100% - 7px);
        order: 0;
    }
    #main .voice .img-box .photo-box:after {
        right: -6px;
        bottom: -5px;
    }
    #main .voice .img-box .txt-box {
        margin: 18px -15px 0 15px;
        width: 100%;
        order: 1;
    }
    #main .voice .img-box .txt-box .txt {
        margin-bottom: 22px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.72;
        letter-spacing: 0.1em;
        padding: 12px 0 0 0;
        background-size: 37px auto;
    }
    #main .voice .img-box .txt-box .txt:after {
        margin-left: -37px;
        width: 37px;
        height: 26px;
        vertical-align: -18px;
        background-size: 37px auto;
    }
    #main .voice .img-box .txt-box .btn {
        margin-right: 38px;
    }
    #main .voice .img-box02 {
        margin: 0;
    }
	#main .voice .img-box02 .txt-box {
		margin: 18px 0 0;
	}
    #main .voice .img-box02 .txt-box .txt {
        margin: 0 -5px 22px 0;
		letter-spacing: 0.07em;
		background-position: left top;
    }
    #main .voice .img-box02 .txt-box .txt:after {
        margin-left: -35px;
        vertical-align: -18px;
    }
    #main .voice .img-box02 .txt-box .btn {
        margin: 0;
        text-align: right;
    }
    #main .movie {
        padding: 37vw 0 82px;
        overflow: hidden;
        background-image: url(../images/index/movie_bg_sp.png);
    }
    #main .movie .headline01 {
        margin-bottom: 96px;
        text-align: center;
    }
    #main .movie .headline01 .en {
        font-size: 3.2rem;
    }
    #main .movie .movie-list {
        margin: 0 -20px;
        display: block;
    }
    #main .movie .movie-list li {
        margin-bottom: 98px;
        width: auto;
    }
    #main .movie .movie-list li:last-child {
        margin-bottom: 0;
    }
    #main .movie .movie-list li:after {
        left: -13px;
        top: -70px;
        width: 174px;
        height: 140px;
        background-size: 100% auto;
    }
    #main .movie .movie-list li:first-child {
        margin-top: 0;
    }
    #main .movie .movie-list .sub-ttl {
        margin: 0 40px 22px 65px;
        font-size: 1.8rem;
    }
    #main .movie .movie-list .sub-ttl small {
        margin-top: 2px;
        font-size: 1.4rem;
    }
    #main .movie .movie-list .sub-box {
        border-radius: 0;
    }
    #main .movie .movie-list .sub-box iframe {
		width: calc(100% + 3px);
	}
    #main .movie .movie-list li:last-child:after {
        left: auto;
		top: -65px;
        right: -15px;
		width: 246px;
        height: 150px;
    }
    #main .movie .movie-list li:last-child .sub-ttl {
        margin: 0 45px 36px;
    }
    #main .work {
        padding: 37vw 0 80px;
    }
    #main .work:after {
        height: 15vw;
        background: url(../images/index/bg02.png) no-repeat left top/100% 100%;
    }
    #main .work h2 {
        margin-bottom: 40px;
        text-align: center;
    }
    #main .work-list {
        margin: 0;
        display: block;
    }
    #main .work-list li {
        width: auto;
        margin: 17px 0 0;
    }
    #main .work-list .circle {
        margin: 0 auto 16px;
        padding: 12px 10px 10px;
        width: 301px;
        height: 301px;
        background-image: url(../images/index/work_bg_sp.png);
    }
    #main .work-list .circle h3 {
        margin-bottom: 19px;
        font-size: 1.8rem;
    }
    #main .work-list li:last-child .circle {
        padding-top: 10px;
    }
    #main .work-list li:first-child .circle h3 {
        margin-bottom: 25px;
    }
    #main .work-list .circle .list-img img {
        width: 89px;
    }
    #main .work-list .circle .list-img02 img {
        width: 79px;
    }
    #main .work-list .circle .list-img03 img {
        width: 80px;
    }
    #main .work-list .txt {
        margin: 0 15px;
    }
    #main .faq .headline01 {
        margin: 0 0 42px -8px;
        text-align: center;
    }
    #main .faq .headline01 .en {
        font-size: 3.2rem;
    }
    #main .faq .qa-list {
        margin-bottom: 68px;
    }
    #main .faq .qa-list p,#main .faq .qa-list h3 {
        padding: 17px 10px;
    }
    #main .faq .qa-list .en {
        margin-right: 10px;
        width: 22px;
        height: 22px;
        font-size: 1.4rem;
    }
    #main .faq .qa-list .txt {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    #main .faq .qa-list .ttl {
        margin-top: 15px;
        padding-right: 31px;
    }
    #main .faq .qa-list .ttl:before, #main .faq .qa-list .ttl:after {
        right: 10px;
        top: 50%;
        width: 21px;
        height: 2px;
    }
    #main .faq .qa-list .ttl:after {
        width: 2px;
        height: 21px;
        margin-top: -10px;
        right: 19px;
    }
    #main .faq .qa-list .ttl .txt {
        font-size: 1.4rem;
    }
    #main .faq .qa-list .answer p {
        padding: 16px 0 0 10px;
    }
    .mfp-container {
        padding: 0 !important;
    }
    .pup-box {
        margin: 0 auto;
        width: calc(100% - 46px);
		max-width: inherit;
        padding: 40px 20px;
		max-height: calc(100vh - 180px);
        background-image: url(../images/index/voice_bg_sp.png);
        background-size: 26px auto;
    }
    .pup-box .close {
        right: 37px;
    }
    .pup-box .ttl {
        margin: 0 -5px 15px 0;
        font-size: 1.8rem;
        line-height: 1.73;
        letter-spacing: 0.08em;
    }
	#pop02 .ttl {
		margin-right: -20px;
		letter-spacing: 0;
	}
    .pup-box .info {
        margin: 0 4px 38px;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
    }
    .pup-box .txt {
        margin-bottom: 20px;
        font-size: 1.5rem;
        line-height: 1.7;
        letter-spacing: 0.07em;
    }
    .pup-box .btn {
        margin-top: 38px;
    }
    .pup-box .btn a {
        width: 140px;
    }
    .pup-box .btn a span {
        padding-right: 18px;
    }
}
@media all and (max-width: 374px) {
    #main .job .point-box {
        padding: 28px 1vw 32px 1.2vw;
    }
    #main .work-list .txt {
        margin: 0 1vw;
    }
    #main .faq .qa-list .en {
        margin-right: 1.5vw;
    }
    #main .faq .qa-list .txt {
        letter-spacing: 0.03em;
    }
	.pup-box .ttl {
		letter-spacing: 0;
		font-size: 1.7rem;
	}
	#main .voice .img-box02 .txt-box .txt {
		letter-spacing: 0.03em;
	}
}
@media all and (max-width: 359px) {
	.main-visual {
		height: 790px;
	}
    #main .message .img-box .txt-box p {
        margin: 0 0 25px;
        font-size: 1.5rem;
    }
    #main .search .com-btn a {
        letter-spacing: 0.05em;
    }
    #main .job .point-list .txt {
        letter-spacing: 0;
    }
    #main .job .point-list .en {
        width: 36px;
        font-size: 2rem;
    }
    #main .voice .img-box .txt-box .txt {
        font-size: 1.7rem;
        letter-spacing: 0;
    }
    #main .movie .movie-list .sub-ttl {
        margin: 0 6vw 22px 12vw;
    }
    #main .work-list .circle {
        width: auto;
        height: 88vw;
    }
    #main .faq .qa-list .ttl {
        padding-right: 20px;
    }
    #main .faq .qa-list .ttl .txt {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
	#main .faq .qa-list .ttl:before {
        width: 16px;
    }
	#main .faq .qa-list .ttl:after {
		height: 16px;
		margin-top: -8px;
    	right: 17px;
	}
	.pup-box {
		padding: 40px 15px;
	}
	.pup-box .ttl {
		font-size: 1.5rem;
	}
	.pup-box .txt {
		font-size: 1.4rem;
	}
	#main .voice .img-box02 .txt-box .txt {
		margin-right: -20px;
	}
}