	@charset "utf-8";
	/* CSS Document */
	/*reset*/
	*, *:before, *:after {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, figure, form, address, pre, strong, em, caption, cite, code, dfn, var {
	    font-family: "Noto Sans JP", Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: normal;
	    color: #222222;
	    margin: 0;
	    padding: 0;
	    text-decoration: none;
	    list-style: none;
	    line-height: 1.75;
	    letter-spacing: 0.15em;
	    -webkit-text-size-adjust: 100%;
	}
	body {
	    overflow-x: hidden;
	}
	a, a:visited, a:active {
	    color: #222222;
	    text-decoration: none;
	}
	a:hover {
	    color: #007f65;
	    text-decoration: none;
	    transition: 0.3s ease-in-out;
	}
	img {
	    max-width: 100%;
	    outline: none;
	    vertical-align: bottom;
	    border: 0;
	}
	table {
	    border-collapse: separate;
	    border-spacing: 0;
	}
	a:hover img.hoverImg {
	    filter: alpha(opacity=70);
	    opacity: 0.7;
	    -moz-opacity: 0.7;
	}
	.ios a:hover img.hoverImg {
	    opacity: 1;
	    -moz-opacity: 1;
	}
	/* common */
	.wrapper, .w_1060 {
	    width: 1060px;
	    /*	max-width: 1060px;
	*/ margin: 0 auto;
	}
	.ftc-gr {
	    color: #007f65;
	}
	.ftc-rd {
	    color: #e60000;
	}
	.ftc-bl {
	    color: #223870;
	}
	main.wrapper section {
	    clear: both;
	    overflow: hidden;
	    width: 1060px;
	    margin: 0 auto 60px;
	}
	section.information {
	    margin: 0 0 60px;
	    border-bottom: 1px solid #dcdcdc;
	    background-color: #e7f5ca;
	}
	time {
	    display: inline-block;
	    margin-right: 1em;
	}
	main.wrapper section.kv {
	    margin-bottom: 0px;
	}
	main.wrapper section > h1 {
	    font-size: 30px;
	    color: #007f65;
	    padding-left: 40px;
	    background: url(../img/icon_sttl.png) no-repeat 0px 3px;
	    line-height: 33px;
	    font-weight: bold;
	}
	.flex {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.know-work .detail:hover, .know-session .detail:hover, .know-people .detail:hover {
	    background: #000;
	    transition-duration: 0.2s;
	}
	.know-work .detail a:hover, .know-session .detail a:hover, .know-people .detail a:hover {
	    color: #fff;
	    transition-duration: 0.2s;
	}
	.button {
	    display: inline-block;
	    width: 85%;
	    height: 44px;
	    text-align: center;
	    text-decoration: none;
	    outline: none;
	    position: relative;
	    z-index: 2;
	    background-color: #fff;
	    border: 2px solid #333;
	    line-height: 40px;
	    overflow: hidden;
	}
	.button:hover {
	    color: #fff;
	}
	.button::before, .button::after {
	    position: absolute;
	    z-index: -1;
	    display: block;
	    content: '';
	}
	.button, .button::before, .button::after {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	.button::after {
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    -webkit-transform: scale(.5);
	    transform: scale(.5);
	}
	.button:hover::after {
	    background: #333;
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	.button a {
	    display: block;
	}
	.button a:hover {
	    color: #FFF;
	}
	.butoon02_box {
	    position: absolute;
	    bottom: -10px;
	    right: -10px;
	    height: 44px;
	    width: 55%;
	    z-index: 10
	}
	.button02 {
	    display: inline-block;
	    width: 100%;
	    height: 44px;
	    text-align: center;
	    text-decoration: none;
	    outline: none;
	    position: relative;
	    z-index: 2;
	    background-color: #fff;
	    border: 2px solid #333;
	    line-height: 40px;
	    overflow: hidden;
	}
	.button02:hover {
	    color: #fff;
	}
	.button02::before, .button02::after {
	    position: absolute;
	    z-index: -1;
	    display: block;
	    content: '';
	}
	.button02, .button02::before, .button02::after {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	.button02::after {
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    -webkit-transform: scale(.5);
	    transform: scale(.5);
	}
	.button02:hover::after {
	    background: #333;
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	.button02 a {
	    display: block;
	}
	.button02 a:hover {
	    color: #FFF;
	}
	/* main */
	.know-company div {
	    float: left;
	}
	.know-company div:first-child {
	    /*max-width: 37%;*/
	    width: 37%;
	    margin-right: 3%;
	}
	.know-company div:nth-child(2) {
	    /*max-width: 56%;*/
	    width: 56%;
	    margin-left: 4%;
	}
	.know-company .company-article h1 {
	    background: #2c4482;
	    color: #fff;
	    font-size: 30px;
	    font-weight: bold;
	    display: inline;
	    padding: 0 0.5em;
	}
	.know-company .company-article p {
	    font-size: 22px;
	    font-weight: bold;
	    margin: 0.8em 0;
	    line-height: 1.6em;
	}
	.know-company .company-article span {
	    color: #fff;
	    background-color: #45c5a7;
	    margin: 0 0.3em;
	}
	.know-work article {
	    /*max-width: 29.5%;*/
	    width: 29.5%;
	    margin: 0 0px 25px 0;
	}
	.know-work article:not( :first-child) {
	    box-shadow: 3px 3px 5px 0px rgba(162, 162, 162, 0.6);
	}
	.know-work article h2 {
	    text-align: center;
	    font-size: 20px;
	    font-weight: bold;
	    margin-top: 13px;
	}
	.know-work article h2:first-child {
	    text-align: left;
	    margin: 0 0 20px 42px;
	}
	.know-work article h2 span {
	    border-bottom: 2px solid #223870;
	}
	.know-work article h3 {
	    text-align: center;
	    font-size: 18px;
	    font-weight: bold;
	    margin-top: 0.4em;
	}
	.know-work article:first-child img {
	    display: block;
	    margin: 50px auto 0px;
	}
	.know-work article p {
	    padding: 0 0.5em;
	}
	.know-work article .detail {
	    margin: 30px auto;
	    width: 80%;
	    border: 2px solid #3c3c3c;
	    background: url(../img/icon_yaji.png) no-repeat 221px 14px;
	    text-align: center;
	}
	.know-work article .detail a {
	    font-weight: bold;
	    display: block;
	    padding: 0.5em 4em;
	}
	.know-session, .know-people, .know-people02 {
	    width: 46% !important;
	    margin-right: 4%;
	    padding-right: 10px;
	    padding-bottom: 10px;
	}
	.know-session h2, .know-people h2, .know-atmosphere h2, .aboutmrp h2 {
	    font-size: 20px;
	    font-weight: bold;
	    margin: 0 0 14px 42px;
	}
	.know-session .bk-img-wrap, .know-people .bk-img-wrap {
	    position: relative;
	    width: 96%;
	}
	.know-session .bk-img-wrap img, .know-people .bk-img-wrap img {
	    padding-left: 41px;
	}
	.know-session .bk-img-wrap .img-on-txt, .know-people .bk-img-wrap .img-on-txt {
	    position: absolute;
	    top: 0;
	}
	.know-session h3, .know-people h3 {
	    background: rgba(0, 127, 101, 0.8);
	    font-size: 18px;
	    color: #fff;
	    font-weight: bold;
	    margin: 40px 0px 10px;
	    padding: 0px 18px;
	    display: table;
	}
	.know-session h4, .know-people h4, .know-atmosphere h3 {
	    background: rgba(0, 127, 101, 0.8);
	    font-size: 30px;
	    color: #fff;
	    font-weight: bold;
	    padding: 0 0.7em;
	    display: table;
	}
	.know-session .detail, .know-people .detail {
	    position: absolute;
	    bottom: -10px;
	    right: -10px;
	    /*	border: 2px solid #3c3c3c;
		background: url(../img/icon_yaji.png) no-repeat 202px 14px;*/
	    text-align: center;
	    background-color: #fff;
	}
	.know-session .detail a, .know-people .detail a {
	    /*font-weight: bold;*/
	    display: block;
	    /*padding: 0.5em 5em;*/
	}
	.know-atmosphere li {
	    margin-right: 0;
	    padding-bottom: 10px;
	    overflow: hidden;
	}
	.know-atmosphere .bk-img-wrap {
	    position: relative;
	    width: 100%;
	}
	.know-atmosphere .bk-img-wrap .img-on-txt {
	    position: absolute;
	    bottom: -10px;
	}
	.know-atmosphere h3 {
	    font-size: 18px;
	    color: #fff;
	    font-weight: bold;
	    display: table;
	    padding: 3px 1.5em;
	}
	main.wrapper section.know-atmosphere {
	    margin-bottom: 120px;
	}
	.waku {
	    border: 1px solid #c9c9c9;
	    max-width: 340px;
	    text-align: center;
	}
	.waku a {
	    color: #222222;
	}
	.waku p {
	    text-align: center !important;
	    background: url("../img/icon_yaji.png") no-repeat 95% center;
	    font-size: 20px;
	    font-weight: bold;
	    padding: 1em 0;
	    margin-bottom: 0;
	}
	/* 3カラム（スマートフォンでは1カラム) */
	.threeCol {
	    display: -ms-flexbox;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 0px;
	}
	.threeCol .inner {
	    position: relative;
	    overflow: hidden;
	    display: -ms-flexbox;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-align: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	    -ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -ms-flex-direction: normal;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    width: 32.14%;
	    width: calc((315 / 1060) *100%);
	    margin: 0 0 0px 0;
	}
	.threeCol .inner h4 {
	    width: 100%;
	    margin-top: 0.5em;
	    text-align: left;
	}
	.threeCol .inner p {
	    width: 100%;
	    margin-bottom: 0;
	    text-align: justify;
	}
	.threeCol .inner > a {
	    width: 100%;
	    height: 100%;
	}
	.threeCol .inner .image {
	    width: 100%;
	    min-height: 0%;
	}
	.threeCol .inner img {
	    width: 100%;
	}
	.threeCol .inner .btn {
	    margin-top: auto;
	    padding-top: 20px;
	}
	.threeCol .inner .text {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translateY(-50%) translateX(-50%);
	    transform: translateY(-50%) translateX(-50%);
	    font-size: 16px;
	    font-weight: bold;
	    color: #fff;
	    text-align: center;
	    vertical-align: middle;
	    pointer-events: none;
	}
	@media screen and (max-width:767px) {
	    .threeCol {
	        display: block;
	        margin-bottom: 20px;
	    }
	    .threeCol .inner {
	        width: 100%;
	        margin: 0 0 10px 0;
	    }
	}
	/* 4カラム（スマートフォンでは2カラム) */
	.fourCol {
	    display: -ms-flexbox;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 60px;
	}
	.fourCol .inner {
	    position: relative;
	    overflow: hidden;
	    display: -ms-flexbox;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-align: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	    -ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -ms-flex-direction: normal;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    width: 23.46%;
	    width: calc((230 / 1060) *100%);
	    margin: 0 0 20px 0;
	}
	.fourCol .inner_w {
	    position: relative;
	    overflow: hidden;
	    display: -ms-flexbox;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-align: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	    -ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -ms-flex-direction: normal;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    width: 24%;
	    width: calc((255 / 1060) *100%);
	    margin: 0 0 20px 0;
	}
	.fourCol .inner h4 {
	    width: 100%;
	    margin-top: 0.5em;
	    text-align: left;
	}
	.fourCol .inner p {
	    width: 100%;
	    margin-bottom: 0;
	    text-align: justify;
	}
	.fourCol .inner > a {
	    width: 100%;
	    height: 100%;
	}
	.fourCol .inner .image {
	    width: 100%;
	    min-height: 0%;
	}
	.fourCol .inner img {
	    width: 100%;
	}
	.fourCol .inner .btn {
	    margin-top: auto;
	    padding-top: 20px;
	}
	.fourCol .inner .text {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translateY(-50%) translateX(-50%);
	    transform: translateY(-50%) translateX(-50%);
	    font-size: 16px;
	    font-weight: bold;
	    color: #fff;
	    text-align: center;
	    vertical-align: middle;
	    pointer-events: none;
	}
	.recruit-img {
	    width: 100%;
	    position: relative;
	}
	.reuruit-img p {
	    z-index: 1;
	}
	ul.recruit-btn {
	    width: 40%;
	    position: absolute;
	    right: 12px;
	    bottom: 10px;
	    z-index: 2;
	}
	.recruit-banner li {
	    width: 48%;
	}
	.recruit-banner li img {
	    width: 100%;
	}
	.swiper-container {
	    overflow: hidden;
	    position: relative;
	    text-align: center;
	}
	.swiper-wrapper {
	    overflow: visible !important;
	}
	/* MRPを知るバナー */
	.message, .m_t80 {
	    margin-bottom: 0px !important;
	}
	.message .inner {
	    width: 30%;
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.spbanner {
	    display: none;
	}
	@media screen and (max-width:767px) {
	    .fourCol {
	        margin-bottom: 20px;
	    }
	    .fourCol .inner {
	        box-sizing: border-box;
	        width: 48.98%;
	        width: calc((480 / 1060) *100%);
	        margin-bottom: 10px;
	    }
	    .fourCol .inner_w {
	        box-sizing: border-box;
	        width: 100%;
	        margin-bottom: 10px;
	    }
	}
	@media screen and (max-width:900px) {
	    .message .inner p {
	        font-size: 15px;
	    }
	}
	@media screen and (max-width:780px) {
	    .message {
	        margin-bottom: 0px;
	        display: flex;
	        flex-wrap: wrap;
	    }
	    .message .inner {
	        width: 49%;
	        margin: 0 0 10px 0;
	    }
	    .message .inner p {
	        font-size: 15px;
	    }
	}
	@media screen and (max-width:400px) {
	    .message .inner p {
	        font-size: 14px;
	    }
	}
	@media screen and (max-width:370px) {
	    .m_t80 .message {
	        display: none;
	    }
	    .spbanner {
	        display: block;
	    }
	    .spbanner ul {
	        list-style-type: none;
	    }
	    .spbanner a {
	        display: block;
	        width: 100%;
	        padding: 10px 10px;
	        text-decoration: none;
	        text-align: center;
	        border: solid 1px #000000;
	        margin-bottom: 10px;
	    }
	    .spbanner a:hover {
	        opacity: 0.8;
	    }
	}
	.aboutmrp_ttl, .aboutmrp_text {
	    display: table-cell;
	}
	.aboutmrp_text {
	    width: 68%;
	    font-size: 14px;
	}
	main.wrapper section .aboutmrp_ttl h1 {
	    font-size: 30px;
	    color: #007f65;
	    padding-left: 40px;
	    background: url(../img/icon_sttl.png) no-repeat 0px 3px;
	    line-height: 33px;
	    font-weight: bold;
	}
	.m_t60 {
	    margin-top: 50px;
	}
	.l_spacing {
	    letter-spacing: 0;
	}
	/* 写真ズーム */
	.zoom {
	    overflow: hidden;
	}
	.zoom img {
	    display: block;
	    -moz-transition: -moz-transform 0.8s linear;
	    -webkit-transition: -webkit-transform 0.8s linear;
	    -o-transition: -o-transform 0.8s linear;
	    -ms-transition: -ms-transform 0.8s linear;
	    transition: transform 0.8s linear;
	}
	.zoom img:hover {
	    -webkit-transform: scale(1.03);
	    -moz-transform: scale(1.03);
	    -o-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	    transform: scale(1.03);
	}
	.zoom img {
	    margin-bottom: 0;
	}
	/* responsive */
	.pc {
	    display: flex;
	}
	.sp {
	    display: none;
	}
	@media print, screen and (min-width:769px) {
	    .pc_none {
	        display: none !important;
	    }
	}
	@media print, screen and (min-width:768px) {
	    .pc_none_m {
	        display: none !important;
	    }
	}
	@media screen and (max-width:1100px) {
	    .pc {
	        display: none;
	    }
	    .sp {
	        display: block;
	    }
	    .wrapper, .w_1060, main.wrapper section {
	        width: 100%;
	    }
	    .know-work article {
	        min-width: 47%;
	        margin: 10px 5px 50px;
	    }
	    .know-work article h2:first-child {
	        margin: 0 0 5px 5px;
	    }
	    .know-work article img {
	        display: block;
	        margin: 0 auto;
	    }
	    .know-work article .detail {
	        background: none;
	    }
	    .know-work article .detail a {
	        padding: 0.5em 0;
	    }
	    .know-atmosphere h3 {
	        font-size: 15px;
	        padding: 3px 0.5em;
	    }
	    .know-company .company-article p {
	        font-size: 18px;
	    }
	    .waku p {
	        font-size: 16px;
	    }
	    .know-session h4, .know-people h4 {
	        font-size: 26px;
	        padding: 0 0.5em;
	    }
	}
	@media screen and (max-width:768px) {
	    .sp_none_mrp {
	        display: none !important;
	    }
	}
	@media screen and (max-width:767px) {
	    .sp_none {
	        display: none !important;
	    }
	    .know-company .company-article h1 {
	        font-size: 25px;
	    }
	    .wrapper, .w_1060, main.wrapper section {
	        width: 100%;
	    }
	    .know-company .company-article p {
	        font-size: 18px;
	    }
	    section.information {
	        margin: 0 0 20px;
	        font-size: 13px;
	        border-bottom: 1px solid #dcdcdc;
	    }
	    .know-company div:first-child {
	        max-width: 100%;
	        width: 100%;
	        margin-right: 0;
	        margin-bottom: 25px;
	    }
	    .know-company div:first-child img {
	        display: block;
	        margin: 0 auto;
	    }
	    .know-company div:nth-child(2) {
	        max-width: 100%;
	        width: 100%;
	        margin-left: 0;
	    }
	    .know-atmosphere h3 {
	        font-size: 13px;
	        padding: 3px 0.5em;
	    }
	    .know-session, .know-people {
	        width: 100% !important;
	        margin-right: 4%;
	        padding-right: 10px;
	        padding-bottom: 10px;
	    }
	    .know-people02 {
	        display: none;
	    }
	    .know-session h3, .know-people h3 {
	        font-size: 14px;
	        margin: 20px 0px 10px;
	        padding: 0px 14px;
	    }
	    .know-session h4, .know-people h4 {
	        font-size: 26px;
	        padding: 0 0.5em;
	    }
	    section.information .ftc-gr {
	        display: block;
	    }
	    .aboutmrp_ttl, .aboutmrp_text {
	        display: block;
	    }
	    .aboutmrp_text {
	        width: 100%;
	        font-size: 14px;
	        margin-bottom: 1em;
	    }
	    .recruit-banner {
	        padding-bottom: 0px;
	        border: 1px solid #cccccc;
	    }
	    ul.recruit-btn {
	        width: 90%;
	        left: 50%;
	        transform: translateX(-50%);
	        -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	        bottom: inherit;
	        top: 30%;
	        z-index: 2;
	    }
	    .swiper-button-prev, .swiper-button-next {
	        display: none !important;
	    }
	}
	@media screen and (max-width:425px) {
	    .wrapper {
	        padding: 0 5px;
	    }
	    .know-work article {
	        max-width: 100%;
	        min-width: 100%;
	        margin: 10px 0 50px;
	        box-shadow: none;
	    }
	    .know-work article:not( :first-child) {
	        box-shadow: none;
	        border: 1px solid #ddd;
	    }
	    .know-work article h2:first-child {
	        margin: 0 0 5px 5px;
	    }
	    .know-work article img {
	        display: block;
	        margin: 0 auto;
	    }
	    .know-work article p {
	        padding: 0 5px;
	    }
	    div.sp-noflex {
	        display: block;
	        flex-wrap: nowrap;
	    }
	    .know-company .company-article p {
	        line-height: 1.6em;
	        letter-spacing: 0.07em;
	    }
	    .know-company .company-article span {
	        margin: 0 0.1em;
	    }
	    main.wrapper section {
	        margin-bottom: 60px;
	    }
	    .know-work article h2 {
	        margin-top: 6px;
	    }
	    .know-work article .detail {
	        margin: 15px auto;
	        background: url(../img/icon_yaji.png) no-repeat 221px 14px;
	    }
	    .know-session, .know-people {
	        width: 100%;
	        margin-right: 0;
	        padding-right: 0;
	        padding-bottom: 10px;
	    }
	    .know-session h2, .know-people h2, .know-atmosphere h2, .aboutmrp h2 {
	        margin: 5px 0 5px 0px;
	    }
	    .know-session .bk-img-wrap img, .know-people .bk-img-wrap img {
	        padding-left: 20px;
	    }
	    .know-session .detail, .know-people .detail {
	        right: 0px;
	    }
	    .know-atmosphere li {
	        width: 48%;
	        margin-right: 0;
	        margin-bottom: 8px;
	    }
	    .know-atmosphere h3 {
	        font-size: 13px;
	    }
	}
	/* animate */
	.amt-f, .amt-z {
	    opacity: 0;
	}
	.amt-s, .amt-s-r {
	    visibility: hidden;
	}
	.lag-0 {
	    transition-delay: 0s;
	}
	.lag-1 {
	    transition-delay: 0.5s;
	}
	.lag-2 {
	    transition-delay: 1s;
	}
	.lag-3 {
	    transition-delay: 1.5s;
	}
	.lag-4 {
	    transition-delay: 2s;
	}
	.lag-5 {
	    transition-delay: 2.5s;
	}
	.lag-6 {
	    transition-delay: 3s;
	}
	.lag-7 {
	    transition-delay: 3.5s;
	}
	@media screen and (max-width:1100px) {
	    .lag-sp {
	        transition-delay: 0s;
	    }
	}
	.fadeIn {
	    -webkit-animation-name: fadeIn;
	    animation-name: fadeIn;
	    transition-duration: 1s;
	}
	@-webkit-keyframes fadeIn {
	    from {
	        opacity: 0;
	    }
	    50% {
	        opacity: 1;
	    }
	}
	@keyframes fadeIn {
	    from {
	        opacity: 0;
	    }
	    50% {
	        opacity: 1;
	    }
	}
	.zoomIn {
	    -webkit-animation-name: zoomIn;
	    animation-name: zoomIn;
	    animation-duration: 0.7s;
	}
	@-webkit-keyframes zoomIn {
	    from {
	        opacity: 0;
	        -webkit-transform: scale3d(0.3, 0.3, 0.3);
	        transform: scale3d(0.3, 0.3, 0.3);
	    }
	    50% {
	        opacity: 1;
	    }
	}
	@keyframes zoomIn {
	    from {
	        opacity: 0;
	        -webkit-transform: scale3d(0.3, 0.3, 0.3);
	        transform: scale3d(0.3, 0.3, 0.3);
	    }
	    50% {
	        opacity: 1;
	    }
	}
	.slideInLeft {
	    -webkit-animation-name: slideInLeft;
	    animation-name: slideInLeft;
	    animation-duration: 0.7s;
	}
	@-webkit-keyframes slideInLeft {
	    from {
	        -webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
	        visibility: visible;
	    }
	    to {
	        -webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	    }
	}
	@keyframes slideInLeft {
	    from {
	        -webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
	        visibility: visible;
	    }
	    to {
	        -webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	    }
	}
	.slideInRight {
	    -webkit-animation-name: slideInRight;
	    animation-name: slideInRight;
	    animation-duration: 0.7s;
	}
	@-webkit-keyframes slideInRight {
	    from {
	        -webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
	        visibility: visible;
	    }
	    to {
	        -webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	    }
	}
	@keyframes slideInRight {
	    from {
	        -webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
	        visibility: visible;
	    }
	    to {
	        -webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	    }
	}
	/*================================================
 *  movie
 ================================================*/
	.index_hr {
	    margin: 60px auto;
	    height: 10px;
	    border: 0;
	    background: url(../img/index_hr.gif) repeat-x;
	}
	.recruit-movie {
	    display: flex;
	    column-gap: 30px;
	}
	.recruit-movie iframe {
	    aspect-ratio: 16 / 9;
	}
	@media screen and (max-width:768px) {
	    .wrapper, .w_1060, main.wrapper section.recruit-movie {
	        display: inline-block;
	        margin-bottom: 0;
	    }
	}
	/*================================================
 *  追記　2022.10.14
 ================================================*/
	.indent {
	    text-indent: -2em;
	    padding-left: 2em;
	}
	@media screen and (max-width:768px) {
	    .indent {
	        text-indent: -1em;
	        padding-left: 1em;
	    }
	}
	/*================================================
 *  追記　2023.02.17
 ================================================*/
	@media screen and (max-width:768px) {
	    section.information .wrapper p {
	        display: block !important;
	    }
	}
	.recruit_news {
	    display: flex;
	    justify-content: space-evenly;
	}
	.recruit_news .zoom {
	    width: 45%;
	}
	@media screen and (max-width:768px) {
	    .recruit_news {
	        flex-wrap: wrap;
	    }
	    .recruit_news .zoom {
	        width: 100%;
	        padding-bottom: 10px;
	    }
	}
	/*================================================
 *  追記　2023.04.04
 ================================================*/
.know-session.deco {
    display: flex;
    justify-content: center;
	align-items: flex-end;
}
.know-session.deco img {
    width: 80%
}


