@charset "utf-8";
@media screen and (max-width: 768px) {
    .main-wrap1 {
        width: 100%;
        height: 50vw;
        margin: 0 auto;
        position: relative;
        background: url("../images/title_01_sp.jpg") top center;
        background-size: cover;
    }
    .main-wrap1 .content-wrap {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .main-wrap1 .content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap1 .inner-wrap {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap1 .inner {
        width: 90%;
        margin: 0 auto;
        position: absolute;
        bottom: 5vw;
        left: 5%;
        z-index: 5;
    }
    .main-wrap1 .inner h3 {
        display: inline-block;
        color: #323232;
        font-size: 8vw;
        text-align: left;
        margin: 0;
        padding: 0 10px 7px 0;
        line-height: 1.1em;
        position: relative;
    }
    .main-wrap1 .inner h3::after {
        content: " ";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #323232;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main-wrap1 .inner h3 br {
        line-height: 0;
    }
    .main-wrap1 .inner span {
        margin: 0;
        padding: 6px 0 0 0;
        display: block;
        font-size: 4vw;
        color: #645f5f;
        line-height: 1.4em;
        font-weight: 600;
    }
    .main-wrap2 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }
    .main-wrap2 .content-wrap {
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .main-wrap2 .content {
        width: 90%;
        margin: 0 auto 0 auto;
        position: relative;
        padding: 10px 0 0 0;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
    }
    .main-wrap2 .content .breadcrumbfr {
        width: auto;
        list-style: none;
        text-align: left;
    }
    .main-wrap2 .content .breadcrumb {
        display: inline-block;
        margin: 0 0 3px 0;
    }
    .main-wrap2 .content .breadcrumb .breadcrumblnk {
        padding: 0 5px;
        vertical-align: middle;
        display: inline-block;
        color: #323232;
        font-size: 14px;
        font-weight: 300;
    }
	.main-wrap2 .content .breadcrumb a.breadcrumblnk:hover {
        color: #323232;
		text-decoration: underline;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumblnk {
        color: #323232;
    }
    .main-wrap2 .content .breadcrumb:first-child .breadcrumblnk {
        padding: 0 10px 0 0;
    }
    .main-wrap2 .content .breadcrumb:last-child .breadcrumblnk {
        padding: 0 0 0 5px;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumbborder {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        color: #323232;
        font-weight: 300;
        top: 1px;
    }
    .main-wrap3 {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .main-wrap3 .content-wrap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .main-wrap3 .content {
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
    .main-wrap3 .inner-wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner {
        width: 100%;
        margin: 80px auto 0 auto;
        position: relative;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }
    .main-wrap3 .inner .inner-left {
        display: block;
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding: 0 0 20px 0;
    }
    .main-wrap3 .inner .inner-right {
        display: block;



        width: 90%;
        margin: 0 auto;
        position: relative;
        padding: 0 0 20px 0;
    }
    .main-wrap3 .inner:nth-of-type(2n-1) .inner-left {
		display: none;
    }
    .main-wrap3 .inner:nth-of-type(2n) .inner-right {
		display: none;
    }
	.main-wrap3 .inner a {
		display: inline-block;
	}
    .main-wrap3 .inner h3 {
        color: #323232;
        width: 100%;
        font-size: 26px;
        line-height: 1.2em;
        text-align: left;
        border-bottom: solid 1px #323232;
        margin: 0 0 20px 0;
        padding: 0 0 10px 0;
        font-weight: 500;
    }
    .main-wrap3 .inner p {
        width: 100%;
        color: #323232;
        font-size: 16px;
        line-height: 1.6em;
    }
    .main-wrap3 .inner img {
        width: 100%;
    }
	/*button common*/
    .main-wrap .btn-wrap {
        width: 100%;
        height: 47px;
        display: block;
        position: relative;
        padding: 0;
        margin: 20px 0 0 0;
        overflow: hidden;
    }
    .main-wrap .btn-wrap .btn {
        width: 47px;
        height: 47px;
        display: block;
    }
    .main-wrap .btn-wrap .btn .icon {
        display: block;
        width: 46px;
        height: 46px;
        border: solid 1px #e60012;
        border-radius: 50%;
        background-color: #fff;
		background: url("/recruit/common/images/btnar.png") center center no-repeat;
        background-size: cover;
        transition: left 0.2s, background-color 0.2s;
        position: absolute;
        top: 0;
        left: 0;
    }
    .main-wrap3 .inner a:hover .btn .icon {
		background: url("/recruit/common/images/btnaron.png") center center no-repeat;
        background-color: #e60012;
        left: 100px;
    }
    .main-wrap .btn-wrap .btn .txt {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -100%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #e60012;
        transition: left 0.2s;
    }
    .main-wrap3 .inner a:hover .btn .txt {
        left: 0;
    }
}
@media screen and (min-width: 769px) {
    .main-wrap {
        overflow: hidden;
    }
    .main-wrap1 {
        min-width: 1200px;
        width: 100%;
        height: 400px;
        margin: 0 auto;
        position: relative;
        background: url("../images/title_01.jpg") top center;
        background-size: cover;
    }
    .mobile .main-wrap1 {
        height: 400px;
    }
    .ipad.tate .main-wrap1 {
        background: url("../images/title_01.jpg") top center;
        background-size: cover;
    }
    .ipad.yoko .main-wrap1 {
        background: url("../images/title_01.jpg") top center;
        background-size: cover;
    }
    .main-wrap1 .content-wrap {
        width: 1000px;
        height: 100%;
        margin: 0 auto;
    }
    .main-wrap1 .content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
	.main-wrap1 .inner-wrap {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap1 .inner {
		width: 100%;
        display: inline-block;
		margin: 0 auto;
        position: absolute;
        bottom: 60px;
        left: 0;
        z-index: 5;
	}
    .main-wrap1 .inner h3 {
        display: inline-block;
        color: #323232;
        font-size: 72px;
		line-height: 1.0em;
        text-align: left;
        margin: 0;
        padding: 0 10px 10px 0;
        position: relative;
    }
    .main-wrap1 .inner h3::after {
        content: " ";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #323232;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main-wrap1 .inner h3 br {
        line-height: 0;
    }
    .main-wrap1 .inner span {
        margin: 0;
        padding: 10px 0 0 0;
        display: block;
        font-size: 36px;
        color: #645f5f;
        line-height: 1.4em;
        font-weight: 600;
    }
    .main-wrap2 {
        min-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }
    .main-wrap2 .content-wrap {
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .main-wrap2 .content {
        width: 1000px;
        padding: 0;
        margin: 0 auto 0 auto;
        position: relative;
    }
    .main-wrap2 .content .breadcrumbfr {
        width: 100%;
		margin: 10px 0 0 0;
        list-style: none;
        text-align: right;
        font-size: 16px;
    }
    .main-wrap2 .content .breadcrumb {
        display: inline-block;
        margin: 0 0 3px 0;
    }
    .main-wrap2 .content .breadcrumb .breadcrumblnk {
        padding: 0 10px;
        vertical-align: middle;
        display: inline-block;
        color: #323232;
        font-size: 16px;
        font-weight: 300;
    }
    .main-wrap2 .content .breadcrumb a.breadcrumblnk:hover {
        color: #323232;
		text-decoration: underline;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumblnk {
        color: #323232;
    }
    .main-wrap2 .content .breadcrumb:first-child .breadcrumblnk {
        padding: 0 10px 0 0;
    }
    .main-wrap2 .content .breadcrumb:last-child .breadcrumblnk {
        padding: 0 0 0 5px;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumbborder {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        color: #323232;
        font-weight: 300;
        top: 1px;
        text-align: center;
    }
    .main-wrap3 {
        min-width: 1200px;
        width: 100%;
        min-height: 500px;
        position: relative;
        margin: 100px 0 100px 0;
        padding: 0;
    }
    .main-wrap3 .content-wrap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .main-wrap3 .content {
        width: 100%;
        padding: 0;
        margin: 0 auto 0 auto;
        position: relative;
        color: #000;
    }
    .main-wrap3 .inner-wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner {
        width: 100%;
        margin: 140px auto 0 auto;
        position: relative;
        text-align: center;
        vertical-align: middle;
        font-size: 0;
	}
    .main-wrap3 .inner:nth-of-type(1) {
		margin-top: 0;
	}
	.main-wrap3 .inner.menu1 {
        background: url("../images/menu_01_pc.jpg") top center no-repeat;
        background-size: 1920px auto;
	}
	.main-wrap3 .inner.menu2 {
        background: url("../images/menu_02_pc.jpg") top center no-repeat;
        background-size: 1920px auto;
	}
	.main-wrap3 .inner.menu3 {
        background: url("../images/menu_03_pc.jpg") top center no-repeat;
        background-size: 1920px auto;
	}
	.main-wrap3 .inner.menu4 {
        background: url("../images/menu_04_pc.jpg") top center no-repeat;
        background-size: 1920px auto;
	}
    .main-wrap3 .inner:nth-of-type(2n-1) .inner-left {
        display: inline-block;
        width: 577px;
        height: 100px;
    }
    .main-wrap3 .inner:nth-of-type(2n-1) .inner-right {
        display: inline-block;
        width: 423px;
        position: relative;
        padding: 50px 0 0 0;
    }
	.main-wrap3 .inner:nth-of-type(2n-1) .other-wrap {
		padding-left: 120px;
	}
    .main-wrap3 .inner:nth-of-type(2n) .inner-left {
        display: inline-block;
        width: 423px;
        position: relative;
        padding: 50px 0 0 0;
    }
    .main-wrap3 .inner:nth-of-type(2n) .inner-right {
        display: inline-block;
        width: 577px;
        height: 100px;
    }
	.main-wrap3 .inner a {
		display: inline-block;
		width: 1000px;
		margin: 0 auto;
	}
    .main-wrap3 .inner h3 {
        color: #323232;
        width: 100%;
        font-size: 30px;
        line-height: 1.2em;
        text-align: left;
        border-bottom: solid 1px #323232;
        margin: 70px 0 14px 0;
        padding: 0 0 14px 120px;
        font-weight: 500;
    }
    .main-wrap3 .inner p {
        width: 100%;
        color: #323232;
        text-align: left;
        font-size: 16px;
        line-height: 1.6em;
        padding: 0 0 0 120px;
    }
    .main-wrap3 .inner:nth-of-type(2n) h3 {
        padding: 0 120px 14px 0;
    }
    .main-wrap3 .inner:nth-of-type(2n) p {
        padding: 0 120px 14px 0;
    }
	/*button common*/
    .main-wrap .btn-wrap {
        width: 100%;
        height: 47px;
        display: block;
        position: relative;
        padding: 0;
        margin: 30px 0 0 0;
        overflow: hidden;
    }
    .main-wrap .btn-wrap .btn {
        width: 47px;
        height: 47px;
        display: block;
    }
    .main-wrap .btn-wrap .btn .icon{
        display: block;
        width: 46px;
        height: 46px;
        border: solid 1px #e60012;
        border-radius: 50%;
        background-color: #fff;
		background: url("/recruit/common/images/btnar.png") center center no-repeat;
        background-size: cover;
        transition: left 0.2s, background-color 0.2s;
        position: absolute;
        top: 0;
        left: 0;
    }
    .main-wrap3 .inner a:hover .btn .icon {
		background: url("/recruit/common/images/btnaron.png") center center no-repeat;
        background-color: #e60012;
        left: 100px;
    }
    .main-wrap .btn-wrap .btn .txt {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -100%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #e60012;
        transition: left 0.2s;
    }
    .main-wrap3 .inner a:hover .btn .txt{
        left: 0;
    }
}