@charset "UTF-8";


/* -------------------------------------------------------- common
------------------------------------------------------------------------------------*/
img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.cassette {
    max-width: 1020px;
    width: 96%;
    margin: 0 auto;
}
.disc_li > li {
    margin-left: 20px;
    list-style-type: disc;
}
.h2wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    padding: 0;
}
.h2wrap h2 {
    width: 96%;
    max-width: 1020px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    bottom: auto;
    text-align: center;
    margin: 0 auto;
    overflow: visible;
    padding: 60px 0;
}
.h2wrap h2 span {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: bold;
}
.h2wrap h2 .en {
    margin-top: 15px;
    padding: 0 40px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
}
.h2wrap h2 .en::before, .h2wrap h2 .en::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.h2wrap h2 .en::before {
    left: 0;
}
.h2wrap h2 .en::after {
    right: 0;
}
.t_center {
    text-align: center;
}
#link01, #link02, #link03 {
    padding-top: 80px;
    margin-top: -80px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .flex {
                    display: flex;
                    justify-content: space-between;
                }
                .flex.rev {
                    flex-direction: row-reverse;
                }
                .h2wrap h2 {
                    padding: 150px 0;
                }
                .h2wrap .rec_btn01 {
                    bottom: 20px;
                    right: 10px;
                }
                .h2wrap .rec_btn01:hover {
                    bottom: 15px;
                    right: 5px;
                }
                #link01, #link02, #link03 {
                padding-top: 90px;
                margin-top: -90px;
            }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
                .h2wrap h2 span {
                    font-size: 80px;
                }
                .h2wrap h2 .en {
                    font-size: 20px;
                    margin-top: 25px;
                }
			}



/* --------------------------------------------------------recruitLayout
------------------------------------------------------------------------------------*/
.recruitLayout #contents {
    padding-top: 0;
}
.recruitLayout #main {
    padding-top: 70px;
}
.recruitLayout .rec_menu {
    background-color: #E2F5F8;
    padding: 40px 0 ;
    position: relative;
  z-index: 101;
}
.recruitLayout .rec_menu .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.recruitLayout .rec_menu .flex > li {
    width: 48%;
}
.recruitLayout .rec_menu .accordion {
    position: relative;
}
/*アコーディオンで現れるエリア*/
.recruitLayout .rec_menu .box {
    display: none;
    position: absolute;
    width: calc(100% - 4px);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border: 2px solid #1652BC;
    border-top: none;
    overflow: hidden;
    z-index: 1;
}
.recruitLayout .rec_menu .box > li:not(:last-child) {
    border-bottom: 2px solid #1652BC;
}
.recruitLayout .rec_menu .box > li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #1652BC;
    transition: all 0.3s;
}
.recruitLayout .rec_menu .box > li a:hover {
    background-color: #E6ECFF;
}
.recruitLayout .rec_menu .btn {
    background-color: #fff;
    color: #1652BC;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #1652BC;
    transition: all 0.3s;
    height: 60px;
    line-height: 1.2;
    font-weight: bold;
}
.recruitLayout a, .recruitLayout a:hover, .recruitLayout a:active {
    text-decoration: none;
}
.recruitLayout .rec_menu a:hover, .recruitLayout #main .btn01:hover {
    opacity: 1;
}
.recruitLayout .rec_menu .btn:hover, .recruitLayout .rec_menu .btn.close {
    background-color: #1652BC;
    color: #fff;
}
.recruitLayout .rec_menu .accordion .btn.close {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.recruitLayout #main h3 {
    text-align: center;
    background: none;
    padding-bottom: 0;
    color: #1652BC;
}
.recruitLayout h3 span {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    background: #FFF;
    border-bottom: solid 3px #1652BC;
    box-sizing: border-box;
    background-color: transparent;
}
.recruitLayout h3 span::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.recruitLayout h3 span::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #1652BC;
    z-index: 1;
}
.recruitLayout #main h4, .recruitLayout .modaal-content h4 {
    color: #1652BC;
    border-bottom: 1px solid #1652BC;
    line-height: 1.5;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.recruitLayout .modaal-content h4 {
    font-size: 132%;
}
.recruitLayout #main h5, .recruitLayout .modaal-content h5 {
    color: #1652BC;
    font-size: 18px;
    margin-bottom: 20px;
}

.recruitLayout #main > div:nth-child(even) {
    background-color: #F0FAFF;
}
.recruitLayout #main .btn01 {
    text-align: center;
    display: block;
    padding: 10px 0;
    background-color: #1652BC;
    color: #fff;
    transition: all 0.3s;
    border-radius: 100px;
    border: 2px solid #1652BC;
    max-width: 190px;
    width: calc(100% - 4px);
}
.recruitLayout #main .btn01:hover {
    background-color: #fff;
    color: #1652BC;
}
.recruitLayout #main .btn01 span {
    position: relative;
    display: inline-block;
    padding-right: 40px;
}
.recruitLayout #main .btn01 span::after {
    position: absolute;
    content: "";
    background: url("../img/common/btn_icon01.png")no-repeat center center/cover;
    width: 32px;
    height: 7px;
    bottom: 9px;
    right: 0;
}
.recruitLayout #main .btn01:hover span::after {
    background-image: url("../img/common/btn_icon02.png");
}
.recruitLayout #main .cassette .link_ttl {
    background-color: #00A0A5;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitLayout .rec_menu .flex > li {
                    width: 23%;
                }
                .recruitLayout .rec_menu .btn {
                    height: 70px;
                }
                .recruitLayout #main h3 {
                    font-size: 32px;
                }
                .recruitLayout #main h4 {
                    font-size: 36px;
                }
                .recruitLayout .modaal-content h4 {
                    font-size: 30px;
                }
                .recruitLayout #main .cassette .link_ttl {
                    font-size: 30px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
                .recruitLayout .rec_menu .btn {
                    height: auto;
                    padding: 20px 0;
                }
                .recruitLayout .rec_menu .box > li a {
                    padding: 20px 0;
                }
			}


/* -------------------------------------------------------- recruitIndexLayout
------------------------------------------------------------------------------------*/
.recruitIndexLayout #mainImg {
	position: relative;
	z-index: 1;
}

.recruitIndexLayout #mainImg .slider li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.recruitIndexLayout #mainImg .slider li#main01 {
	background-image: url("../img/index/main01_sp.png");
}

.recruitIndexLayout #mainImg .slider li#main02 {
	background-image: url("../img/index/main02_sp.png");
}

.recruitIndexLayout #mainImg .slider li#main03 {
	background-image: url("../img/index/main03_sp.png");
}
.recruitIndexLayout #mainImg .rec_btn01 {
    display: none;
}
.recruitIndexLayout #mainImg .rec_btn01:hover {
    right: 95px;
    bottom: 15px;
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitIndexLayout #mainImg {
                    overflow: hidden;
                }
                .recruitIndexLayout #mainImg, .recruitIndexLayout #mainImg .slider li {
					height: 410px;
				}
                .recruitIndexLayout #mainImg .slider li#main01 {
                    background-image: url("../img/index/main01.png");
                }

                .recruitIndexLayout #mainImg .slider li#main02 {
                    background-image: url("../img/index/main02.png");
                }

                .recruitIndexLayout #mainImg .slider li#main03 {
                    background-image: url("../img/index/main03.png");
                }
                .recruitIndexLayout #mainImg .rec_btn01 {
                    display: block;
                    right: 10px;
                    bottom: 20px;
                    transition: all 0.3s;
                }
                .recruitIndexLayout #mainImg .rec_btn01:hover {
                    right: 5px;
                    bottom: 12px;
                }
                .recruitIndexLayout #mainImg .bx-wrapper img {
                    display: none;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
                .recruitIndexLayout #mainImg, .recruitIndexLayout #mainImg .slider li {
					height: 670px;
				}
                
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1800px) {
                .recruitIndexLayout #mainImg, .recruitIndexLayout #mainImg .slider li {
					height: 760px;
				}
			}


.recruitIndexLayout #main {
    padding-top: 0;
}
.recruitIndexLayout .t_bold {
    font-weight: bold;
}
.recruitIndexLayout #footer .copyright {
    margin-bottom: 60px;
}


/* ------------ c01
------------------------------------------------*/
.recruitIndexLayout #main #c01 {
    padding-top: 60px;
    overflow: hidden;
	background: url("../img/index/index_c01_bg01.png")no-repeat top right;
    background-size: 200%;
}
.recruitIndexLayout #main #c01 h3 {
    font-size: 40px;
    line-height: 1.5;
    font-style: italic;
}
.recruitIndexLayout #main #c01 h3 span {
    border-bottom: none;
    margin: 0;
}
.recruitIndexLayout #main #c01 h3 span::before, .recruitIndexLayout #main #c01 h3 span::after {
    content: none;
}
.recruitIndexLayout #main #c01 .cassette {
    position: relative;
}
.recruitIndexLayout #main #c01 .cassette::after {
    position: absolute;
    content: "";
    background: url("../img/index/index_c01_bg02.png")no-repeat center center/cover;
    width: 275px;
  height: 350px;
    bottom: 40px;
    left: -80px;
}
.recruitIndexLayout #main #c01 ol {
    padding-bottom: 20px;
}
.recruitIndexLayout #main #c01 ol > li {
    list-style-type: none;
    padding-left: 20px;
    text-indent: -10px;
}
.recruitIndexLayout #main #c01 ol > li span {
    color: #1652BC;
    display: inline-block;
    margin-right: 5px;
}
.recruitIndexLayout #main #c01 .name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.recruitIndexLayout #main #c01 .name span {
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
}

/* ------------ c02
------------------------------------------------*/
.recruitIndexLayout #main #c02 .cassette {
    padding: 0 0 60px;
}
.recruitIndexLayout #main #c02 h3 span::before, .recruitIndexLayout #main #c07 h3 span::before,
.recruitIndexLayout #main #c04 h3 span::before {
    border-top-color: #F0FAFF;
}
.recruitIndexLayout #main #c02 .flex li > div {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.recruitIndexLayout #main #c02 .flex li:not(:last-child) {
    margin-bottom: 30px;
}
.recruitIndexLayout #main #c02 .concept_flex {
    margin-bottom: 30px;
}
.recruitIndexLayout #main #c02 .cassette .concept_flex p {
    padding-bottom: 0;
}
.recruitIndexLayout #main #c02 .concept_flex .ttl {
    text-align: center;
    color: #1652BC;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
}

/* ------------ c03
------------------------------------------------*/
.recruitIndexLayout #main #c03, .recruitIndexLayout #main #c03 .work_box {
    position: relative;
}
.recruitIndexLayout #main #c03::after {
    position: absolute;
    content: "";
    background: url("../img/index/index_c03_bg01.png")no-repeat center right/cover;
    width: 60%;
    height: 160px;
    top: 170px;
    right: 2%;
    z-index: -2;
}
.recruitIndexLayout #main #c03 .text_box {
    position: relative;
    z-index: 1;
    top: -30px;
}
.recruitIndexLayout #main #c03 .text_box > div {
    border: 2px solid #1652BC;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px 20px;
    width: 80%;
    margin: 0 auto;
}
.recruitIndexLayout #main #c03 .text_box .btn01 {
    margin-left: auto;
}
.recruitIndexLayout #main #c03 .work_box .mbgextend {
    width: 80%;
    max-width: 671px;
}
.recruitIndexLayout #main #c03 h5 {
    line-height: 1.5;
}


/* ------------ c04
------------------------------------------------*/
.recruitIndexLayout #main #c04 .cassette {
    padding: 40px 0 20px;
}
.recruitIndexLayout #main #c04 .cassette .box .img {
    position: relative;
    max-width: 372px;
    margin: 0 auto 10px;
    padding-bottom: 0;
}
.recruitIndexLayout #main #c04 .box .img::after, .recruitIndexLayout #main #c04 .box .img::before {
    position: absolute;
}
.recruitIndexLayout #main #c04 .box .img::after {
    content: "＋";
    color: #1652BC;
    bottom: 29px;
  right: 36px;
  font-weight: bold;
  font-size: 38px;
}
.recruitIndexLayout #main #c04 .box .img::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
}
.recruitIndexLayout #main #c04 .flex > li {
    padding: 40px 20px;
}
.recruitIndexLayout #main #c04 .flex > li:not(:last-child) {
    border-bottom: 2px solid #707070;
}
.recruitIndexLayout #main #c04 h3 span {
    margin-bottom: 0;
}
.recruitIndexLayout .box p {
    font-weight: bold;
    line-height: 1.5;
    color: #1652BC;
}
.recruitIndexLayout #main .cassette .box p {
    padding-bottom: 0;
}
.recruitIndexLayout .box .mes {
    color: #1652BC;
    margin: 10px 0;
    font-size: 18px;
}
.recruitIndexLayout .box .pro_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recruitIndexLayout .box .pro_box > p:first-child {
    width: 42%;
}
.recruitIndexLayout .box .pro_box > p:last-child {
    width: 54%;
}
.recruitIndexLayout .box .pro_box .year {
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background-color: #00A0A5;
    font-size: 17px;
}
.recruitIndexLayout .box .pro_box > p:last-child {
    font-size: 15px;
}
.recruitIndexLayout #main #c04 .cassette .box .pro_box .year {
    color: #fff;
    padding: 15px 0;
}
.recruitLayout .modaal-content .flex > div:not(:last-child) {
    margin-bottom: 20px;
}
.recruitLayout .modaal-container {
    height: 490px;
}
.recruitLayout .modaal-content .flex {
    overflow-y: scroll;
    height: 430px;
    padding: 0 5px 0 0;
}
.recruitLayout .modaal-content p {
    color: #1652BC;
    line-height: 1.5;
}
.recruitLayout .modaal-content h5:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 10px;
}
.recruitLayout .modaal-content .pro_box {
    margin-top: 20px;
}
.recruitLayout .modaal-inner-wrapper {
    padding: 80px 15px;
}
.recruitIndexLayout #main #c04 ul {
    padding-bottom: 0;
}



/* ------------ c05
------------------------------------------------*/
.recruitIndexLayout #main #c05 .cassette {
    padding-bottom: 60px;
}
.recruitIndexLayout #main #c05 iframe {
    height: 230px;
}

/* ------------ c06
------------------------------------------------*/
.recruitIndexLayout #main #c06 .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.recruitIndexLayout #main #c06 .bg01 {
    background-image: url("../img/index/index_c06_bg01_sp.png");
}
.recruitIndexLayout #main #c06 .bg02 {
    background-image: url("../img/index/index_c06_bg02_sp.png");
}
.recruitIndexLayout #main #c06 h3 span::before, .recruitIndexLayout #main #c06 h3 span::after {
    content: none;
}
.recruitIndexLayout #main #c06 h3 span {
    border-bottom: none;
    margin: 0;
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.recruitIndexLayout #main #c06 h3 {
    color: #fff;
    text-align: left;
    line-height: 1.2;
    font-size: 44px;
    margin-bottom: 10px;
}
.recruitIndexLayout #main #c06 .btn01 {
    border-color: #fff;
    background-color: #fff;
    color: #1652BC;
    margin-left: auto;
}
.recruitIndexLayout #main #c06 .btn01 span::after {
    background-image: url("../img/common/btn_icon02.png");
}
.recruitIndexLayout #main #c06 .btn01:hover {
    background-color: transparent;
    color: #fff;
}
.recruitIndexLayout #main #c06 .btn01:hover span::after {
    background-image: url("../img/common/btn_icon01.png");
}
.recruitIndexLayout #main #c06 .bg .cassette {
    padding: 260px 0 40px;
}

/* ------------ c07
------------------------------------------------*/
.recruitIndexLayout #main #c07 {
    background-color: #F0FAFF;
    padding: 20px 0 30px;
}
.recruitIndexLayout #main #c07 .cassette > .flex {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.recruitIndexLayout #main #c07 .cassette > .flex:not(:last-child) {
    margin-bottom: 40px;
}
.recruitIndexLayout #main #c07 .cassette > .flex {
    color: #1652BC;
}
.recruitIndexLayout #main #c07 .cassette h5 {
    line-height: 1.5;
    margin-bottom: 10px;
}
.recruitIndexLayout #main #c07 .cassette .ttl {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    padding-bottom: 0;
}
.recruitIndexLayout #main #c07 .cassette .disc_li {
    padding-bottom: 0;
    line-height: 1.5;
}
.recruitIndexLayout #main #c07 .cassette .disc_li .flex {
    margin-bottom: 30px;
}
.recruitIndexLayout #main #c07 .cassette .icon {
    margin-bottom: 10px;
}
.recruitIndexLayout #main #c07 .cassette .disc_li .flex > li:not(:last-child) {
    margin-bottom: 20px;
}


/* ------------ c08
------------------------------------------------*/
.recruitIndexLayout #main #c08 {
    background-color: transparent;
}
.recruitIndexLayout #main #c08 .cassette {
    padding: 60px 0;
}
.recruitIndexLayout #main #c08 .btn01, .recruitInfoLayout #main .btn01, .recruitEntryLayout #main .btn01 {
    max-width: 780px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 20px;
}
.recruitIndexLayout #main #c08 .btn01 span, .recruitInfoLayout #main .btn01 span {
    padding-right: 0;
}
.recruitIndexLayout #main #c08 .btn01 span::after, .recruitInfoLayout #main .btn01 span::after {
    content: none;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitIndexLayout #footer .copyright {
                    margin-bottom: 0;
                }
                .recruitIndexLayout #main #c01 h3 {
                    font-size: 70px;
                }
                .recruitIndexLayout #main #c01 {
                    background-size: cover;
                }
                .recruitIndexLayout #main #c02 .cassette {
                    padding: 10px 0 80px;
                }
                .recruitIndexLayout #main #c02 .flex {
                    gap: 20px;
                }
                .recruitIndexLayout #main #c02 .flex li:not(:last-child) {
                    margin-bottom: 0;
                }
                .recruitIndexLayout #main #c02 .concept_flex li {
                    width: 32%;
                }
                .recruitIndexLayout #main #c02 .num_flex {
                    flex-wrap: wrap;
                }
                .recruitIndexLayout #main #c02 .num_flex li {
                    width: 48%;
                }
                .recruitIndexLayout #main #c02 .flex li > div {
                    border-radius: 15px;
                }
                .recruitIndexLayout #main #c02 .concept_flex li > div {
                    min-height: 430px;
                }
                .recruitIndexLayout #main #c02 .concept_flex .img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    min-height: 150px;
                }
                .recruitIndexLayout #main #c03 {
                    padding-bottom: 30px;
                }
                .recruitIndexLayout #main #c03::after {
                    width: 70%;
                    height: 300px;
                    top: 280px;
                }
                .recruitIndexLayout #main #c03 .text_box > div {
                    padding: 30px 40px;
                }
                .recruitIndexLayout #main #c03 .work_box img {
                    margin: 0;
                }
                .recruitIndexLayout #main #c03 h5 {
                    line-height: 2;
                }
                .recruitIndexLayout #main #c04 h3 span::before {
                    border-top-color: #fff;
                }
                .recruitIndexLayout #main #c04 .flex {
                    flex-wrap: wrap;
                }
                .recruitIndexLayout #main #c04 .flex > li {
                    width: calc(50% - 80px);
                    position: relative;
                    padding: 40px;
                }
                .recruitIndexLayout #main #c04 .flex > li:nth-child(odd)::after {
                    position: absolute;
                    content: "";
                    width: 2px;
                    height: 90%;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0;
                    background-color: #707070;
                }
                .recruitIndexLayout #main #c04 .flex > li:nth-child(5) {
                    border-bottom: none;
                }
                .recruitIndexLayout #main #c04 .box {
                    padding: 0 40px;
                    border-radius: 30px;
                }
                .recruitIndexLayout #main #c04 .cassette .box {
                    border: 2px solid #1652BC;
                    background-color: #fff;
                }
                .recruitIndexLayout #main #c04 .cassette {
                    padding: 100px 0;
                }
                .recruitIndexLayout .box .pro_box .year {
                    font-size: 20px;
                }
                .recruitLayout .modaal-container {
                    height: auto;
                }
                .recruitLayout .modaal-content .flex > div:first-child {
                    width: 40%;
                }
                .recruitLayout .modaal-content .flex > div:last-child {
                    width: 56%;
                }
                .recruitLayout .modaal-content .flex > div:not(:last-child) {
                    margin-bottom: 0;
                }
                .recruitLayout .modaal-content .flex {
                    overflow-y: auto;
                    height: auto;
                    padding: 0;
                }
                .recruitLayout .modaal-content .flex > div:last-child {
                    overflow-y: scroll;
                    max-height: 612px;
                }
                .recruitIndexLayout #main #c05 iframe {
                    height: 440px;
                }
                .recruitIndexLayout #main #c07 {
                    padding: 20px 0 90px;
                }
                .recruitIndexLayout #main #c06 .bg01 {
                    background-image: url("../img/index/index_c06_bg01.png");
                }
                .recruitIndexLayout #main #c06 .bg02 {
                    background-image: url("../img/index/index_c06_bg02.png");
                }
                .recruitIndexLayout #main #c06 h3 {
                    font-size: 60px;
                    margin-bottom: 70px;
                }
                .recruitIndexLayout #main #c06 h3 span {
                    font-size: 20px;
                }
                .recruitIndexLayout #main #c06 .bg .cassette {
                    padding: 90px 0;
                }
                .recruitIndexLayout #main #c06 .bg02 .cassette > div {
                    width: 48%;
                    margin-left: auto;
                }
                .recruitIndexLayout #main #c06 .btn01 {
                    margin-left: 0;
                }
                .recruitIndexLayout #main #c07 .cassette > .flex {
                    padding: 30px 40px;
                    align-items: center;
                }
                .recruitIndexLayout #main #c07 .cassette > .flex > div:first-child {
                    width: 35%;
                }
                .recruitIndexLayout #main #c07 .cassette > .flex > div:last-child {
                    width: 61%;
                }
                .recruitIndexLayout #main #c07 .cassette h5 {
                    font-size: 20px;
                }
                .recruitIndexLayout #main #c07 .cassette > .f_wrap .disc_li {
                    display: flex;
                    flex-wrap: wrap;
                }
                .recruitIndexLayout #main #c07 .cassette > .f_wrap .disc_li li:not(:last-child) {
                    margin-right: 2%;
                }
                .recruitIndexLayout #main #c07 .cassette .disc_li .flex > li {
                    width: 48%;
                }
                .recruitIndexLayout #main #c07 .cassette .disc_li .flex > li:not(:last-child) {
                    margin-bottom: 0;
                }
                .recruitIndexLayout #main #c07 .cassette .disc_li .flex > li img {
                    margin: 0;
                }
                .recruitIndexLayout #main #c07 .cassette .icon {
                    margin-bottom: 0;
                }
                .recruitIndexLayout #main #c08 .cassette {
                    padding: 120px 0;
                }
                .recruitIndexLayout #main #c08 .btn01, .recruitInfoLayout #main .btn01 {
                    font-size: 30px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
                .recruitIndexLayout #main #c02 .concept_flex li > div {
                    min-height: auto;
                }
                .recruitIndexLayout #main #c03 {
                    padding-bottom: 80px;
                    padding-top: 30px;
                }
                .recruitIndexLayout #main #c03 .text_box > div {
                    width: calc(50% - 80px);
                    margin-right: 0;
                }
                .recruitIndexLayout #main #c03::after {
                    width: 70%;
                    height: 300px;
                    top: auto;
                    bottom: 80px;
                }
                .recruitIndexLayout #main #c03 .text_box {
                    padding-top: 0;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                }
                .recruitLayout .modaal-content .flex > div:first-child {
                    width: 35%;
                }
                .recruitLayout .modaal-content .flex > div:last-child {
                    padding: 0 20px 0 0;
                    width: calc(60% - 20px);
                }
                .recruitIndexLayout #main #c05 iframe {
                    height: 570px;
                }
                .recruitIndexLayout #main #c06 .bg .cassette {
                    padding: 160px 0;
                }
			}





/* -------------------------------------------------------- recruitFlowLayout
--------------------------------------------------------------------------------------------*/
.recruitFlowLayout .h2wrap {
    background-image: url("../img/flow/h2.png")
}
.recruitFlowLayout #main {
    overflow: hidden;
    position: relative;
}
.recruitFlowLayout #main #c01, .recruitFlowLayout #main #c02,
.recruitFlowLayout #main #c03, .recruitFlowLayout #main #c04 {
    position: relative;
}
.recruitFlowLayout .ank_menu {
    background-color: #E6ECFF;
    position: relative;
  z-index: 100;
}
.recruitFlowLayout .ank_menu .cassette {
    width: 96%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 0;
    margin-top: 40px;
}
.recruitFlowLayout .ank_menu .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recruitFlowLayout .ank_menu .flex > li {
    width: 48%;
}
.recruitFlowLayout .ank_menu .flex > li:not(:last-child) {
    margin-bottom: 10px;
}
.recruitFlowLayout .ank_menu .btn01 {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    border-radius: 100px;
    border: 2px solid #1652BC;
    color: #1652BC;
    font-size: 14px;
    font-weight: bold;
    display: block;
    transition: all 0.3s;
}
.recruitFlowLayout .ank_menu .btn01 span {
    display: block;
    padding-right: 30px;
    position: relative;
}
.recruitFlowLayout .ank_menu .btn01 span::before, .recruitFlowLayout .ank_menu .btn01 span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.recruitFlowLayout .ank_menu .btn01 span::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #1652BC;
    right: 10px;
}
.recruitFlowLayout .ank_menu .btn01 span::after {
    content: "＞";
    color: #fff;
    right: 15px;
    font-size: 14px;
}
.recruitFlowLayout .ank_menu .btn01:hover, .recruitFlowLayout .ank_menu .btn01:active {
    opacity: 1;
}
.recruitFlowLayout .ank_menu .btn01:hover {
    background-color: #1652BC;
    color: #fff;
}
.recruitFlowLayout .ank_menu .btn01:hover span::before {
    background-color: #fff;
}
.recruitFlowLayout .ank_menu .btn01:hover span::after {
    color: #1652BC;
}
.recruitFlowLayout #main .cassette {
    position: relative;
    z-index: 2;
}

.recruitFlowLayout #main .oshi_box {
    border-top: 5px solid #00A0A5;
    border-bottom: 5px solid #00A0A5;
    background-color: #fff;
    position: relative;
    margin-top: 40px;
    padding: 30px 0 250px;
    z-index: 10;
}
.recruitFlowLayout #main .oshi_box .cassette, .recruitFlowLayout #main .oshi_box p {
    padding-bottom: 0;
}
.recruitFlowLayout #main .oshi_box::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0;
    right: 0;
    width: 357px;
    height: 215px;
}
.recruitFlowLayout #main .oshi_box h5 {
    background-color: #00A0A5;
    color: #fff;
    position: relative;
    padding: 5px 10px 5px 0;
    z-index: 1;
    width: calc(100% - 60px);
    font-size: 23px;
}
.recruitFlowLayout #main .oshi_box h5::before, .recruitFlowLayout #main .oshi_box h5::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
}
.recruitFlowLayout #main .oshi_box h5::before {
    margin: 0 calc(50% - 50vw);
	width: 50vw;
    left: 0;
    height: 100%;
    background-color: #00A0A5;
}
.recruitFlowLayout #main .oshi_box h5::after {
    border-style: solid;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 30px solid #00A0A5;
    border-right: 0;
    right: -30px;
}
.recruitFlowLayout #main .flex:not(:last-child) {
    margin-bottom: 110px;
}
.recruitFlowLayout #main .flex {
    position: relative;
    z-index: 1;
    padding: 0 5% 30px;
    width: 90%;
    margin-top: 60px;
}
.recruitFlowLayout #main .flex::after, .recruitFlowLayout #main .flex::before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    background-color: #F0FAFF;
    left: 0;
}
.recruitFlowLayout #main .flex::before {
    width: 100%;
    height: 110%;
}
.recruitFlowLayout #main .flex.rev::after {
    left: auto;
    right: 0;
}
.recruitFlowLayout #main .flex > div:last-child {
    position: relative;
    margin-top: 30px;
}
.recruitFlowLayout #main .flex > div:last-child::after {
    position: absolute;
    content: "";
    background: url("../img/flow/flow_common_before01.png")no-repeat center center/cover;
    width: 131px;
    height: 94px;
    top: -390px;
    right: -10px;
}
.recruitFlowLayout #main .flex.rev > div:last-child::after {
    background-image: url("../img/flow/flow_common_before02.png");
    right: auto;
    left: -10px;
}
.recruitFlowLayout #main h4 {
    margin-bottom: 10px;
}

/* ------------ c01
------------------------------------------------*/
.recruitFlowLayout #main #c01 {
    padding-bottom: 80px;
}
.recruitFlowLayout #main #c03, .recruitFlowLayout #main #c04 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.recruitFlowLayout #main #c01::before, .recruitFlowLayout #main #c01::after,
.recruitFlowLayout #main #c04::before, .recruitFlowLayout #main #c04::after {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.recruitFlowLayout #main #c01::before {
    background-image: url("../img/flow/flow_before01.png");
    width: 580px;
    height: 736px;
    right: -320px;
    top: 190px;
}
.recruitFlowLayout #main #c01::after {
    background-image: url("../img/flow/flow_before02.png");
    width: 638px;
    height: 722px;
    left: -220px;
    bottom: -130px;
}
.recruitFlowLayout #main #c01 .oshi_box::after {
    background-image: url("../img/flow/flow_c01_img04.png");
}

/* ------------ c02
------------------------------------------------*/
.recruitFlowLayout #main #c02 {
    padding: 20px 0 80px;
}
.recruitFlowLayout #main #c02::before {
    position: absolute;
    content: "";
    background: url("../img/flow/flow_before01.png")no-repeat center center/cover;
    width: 580px;
    height: 736px;
    right: -270px;
    top: -330px;
}
.recruitFlowLayout #main #c02 h3 span::before {
    border-top-color: #e9f5fc;
}
.recruitFlowLayout #main #c02 .oshi_box::after {
    background-image: url("../img/flow/flow_c02_img04.png");
}
.recruitFlowLayout #main #c02 .flex::after, .recruitFlowLayout #main #c02 .flex::before,
.recruitFlowLayout #main #c04 .flex::after, .recruitFlowLayout #main #c04 .flex::before {
    background-color: #fff;
}


/* ------------ c03
------------------------------------------------*/
.recruitFlowLayout #main #c03 .oshi_box::after {
    background-image: url("../img/flow/flow_c03_img02.png");
}




/* ------------ c04
------------------------------------------------*/
.recruitFlowLayout #main #c04 h3 span::before {
    border-top-color: #F0FAFF;
}
.recruitFlowLayout #main #c04 .oshi_box::after {
    background-image: url("../img/flow/flow_c04_img02.png");
}
.recruitFlowLayout #main #c04::before {
    background-image: url("../img/flow/flow_before01.png");
    width: 580px;
    height: 736px;
    right: -270px;
    top: -60px;
}
.recruitFlowLayout #main #c04::after {
    background-image: url("../img/flow/flow_before02.png");
    width: 638px;
    height: 722px;
    left: -150px;
    bottom: 470px;
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitFlowLayout .ank_menu .flex > li:not(:last-child) {
                    margin-bottom: 40px;
                }
                .recruitFlowLayout .ank_menu .btn01 {
                    font-size: 20px;
                }
                .recruitFlowLayout .ank_menu .btn01 span {
                    padding-right: 40px;
                }
                .recruitFlowLayout .ank_menu .btn01 span::before {
                    width: 40px;
                    height: 40px;
                    right: 20px;
                }
                .recruitFlowLayout .ank_menu .btn01 span::after {
                    right: 28px;
                    font-size: 20px;
                }
                .recruitFlowLayout #main .oshi_box {
                    margin-top: 60px;
                    padding: 60px 0;
                }
                .recruitFlowLayout #main .oshi_box::after {
                    width: 405px;
                    height: 247px;
                }
                .recruitFlowLayout #main .oshi_box .cassette > div {
                    width: 40%;
                }
                .recruitFlowLayout #main .oshi_box h5 {
                    font-size: 25px;
                    padding: 10px 20px 10px 0;
                }
                .recruitFlowLayout #main .oshi_box h5::after {
                    border-top: 35px solid transparent;
                    border-bottom: 35px solid transparent;
                    border-left: 40px solid #00A0A5;
                    right: -40px;
                }
                .recruitFlowLayout #main .flex {
                    align-items: center;
                }
                .recruitFlowLayout #main .flex > div:first-child {
                    width: 40%;
                }
                .recruitFlowLayout #main .flex > div:last-child {
                    width: 56%;
                    padding-top: 60px;
                    margin-top: 0;
                }
                .recruitFlowLayout #main .flex:not(:last-child) {
                    margin-bottom: 120px;
                }
                .recruitFlowLayout #main .flex > div:last-child::after {
                    width: 161px;
                    height: 115px;
                    top: -70px;
                    right: -20px;
                }
                .recruitFlowLayout #main .flex.rev > div:last-child::after {
                    right: auto;
                    left: -20px;
                }
                .recruitFlowLayout #main .flex::before {
                    height: 90%;
                }
                .recruitFlowLayout #main .flex::after {
                    margin: 0 calc(40% - 50vw);
                    width: 100vw;
                    height: 90%;
                }
                .recruitFlowLayout #main #c01::before, .recruitFlowLayout #main #c02::before,
                .recruitFlowLayout #main #c04::before{
                    width: 1118px;
                    height: 1420px;
                }
                .recruitFlowLayout #main #c01::after, .recruitFlowLayout #main #c04::after {
                    width: 1468px;
                    height: 1502px;
                }
                .recruitFlowLayout #main #c01::before {
                    right: -570px;
                    top: -370px;
                }
                .recruitFlowLayout #main #c01::after {
                    left: -510px;
                    bottom: -750px;
                }
                .recruitFlowLayout #main #c02::before {
                    top: auto;
                    bottom: -1110px;
                    right: -570px;
                }
                .recruitFlowLayout #main #c04::before {
                    right: -450px;
                    top: auto;
                    bottom: -90px;
                    height: 370px;
                    background-position: top left;
                }
                .recruitFlowLayout #main #c04::after {
                    left: -560px;
                    bottom: auto;
                    top: -220px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
                .recruitFlowLayout #main .oshi_box {
                    margin-top: 80px;
                }
                .recruitFlowLayout #main .oshi_box::after {
                    width: 48%;
                    height: 357px;
                }
                .recruitFlowLayout #main .flex::after {
                    width: 50vw;
                }
                .recruitFlowLayout #main .flex {
                    padding-right: 60px;
                    width: calc(94% - 60px);
                }
                .recruitFlowLayout #main .flex.rev {
                    padding-right: 0;
                    padding-left: 60px;
                }
                .recruitFlowLayout #main .flex > div:last-child::after {
                    right: -80px;
                }
                .recruitFlowLayout #main .flex.rev > div:last-child::after {
                    right: auto;
                    left: -80px;
                }
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1400px) {
                .recruitFlowLayout #main .oshi_box {
                    margin-top: 240px;
                }
                .recruitFlowLayout #main .oshi_box::after {
                    width: 705px;
                    height: 417px;
                }
			}



/* --------------------------------------------------------  recruitInfoLayout
--------------------------------------------------------------------------------------------*/
.recruitInfoLayout .h2wrap {
    background-image: url("../img/info/h2.png")
}
.recruitInfoLayout table {
    border-top: none;
    margin-bottom: 10px;
}
.recruitInfoLayout table {
    border-top: none;
    margin-bottom: 10px;
}
.recruitInfoLayout td, .recruitInfoLayout th {
    display: table-cell;
    padding: 15px;
}
.recruitInfoLayout th {
    width: 25%;
    vertical-align: middle;
    background-color: #F0FAFF;
    text-align: center;
}
.recruitInfoLayout td {
    width: 75%;
}
.recruitInfoLayout tr:first-child {
    border-top: 1px solid #707070;
}
.recruitInfoLayout tr {
    border-bottom-color: #707070;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitInfoLayout th {
                    width: 15%;
                }
                .recruitInfoLayout td {
                    width: 85%;
                    padding: 15px 40px;
                }
                .recruitInfoLayout #main .cassette {
                    padding-bottom: 80px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
                .recruitInfoLayout td {
                    padding: 15px 110px;
                }
			}

/* ------------ c01
------------------------------------------------*/
.recruitInfoLayout #c01 .flex > div:not(:last-child) {
    margin-bottom: 30px;
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitInfoLayout #c01 .flex > div {
                    width: 48%;
                }
                .recruitInfoLayout #c01 .flex > div:not(:last-child) {
                    margin-bottom: 0;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
			}

/* ------------ c02
------------------------------------------------*/
.recruitInfoLayout #c02 {
    padding-bottom: 30px;
}
.recruitInfoLayout #c02 h3 span::before, .recruitInfoLayout #c04 h3 span::before {
    border-top-color: #F0FAFF;
}
.recruitInfoLayout #c02 .flex, .recruitInfoLayout #c04 .flex {
    margin-bottom: 20px;
}
.recruitInfoLayout #c02 .flex > div, .recruitInfoLayout #c04 .flex > div {
    padding: 70px 40px 40px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.recruitInfoLayout #c02 .flex > div:first-child, .recruitInfoLayout #c04 .flex > div:first-child {
    margin-top: 60px;
}
.recruitInfoLayout #c02 .flex > div:not(:last-child), .recruitInfoLayout #c04 .flex > div:not(:last-child) {
    margin-bottom: 170px;
}
.recruitInfoLayout #c02 .flex > div:not(:last-child)::after, .recruitInfoLayout #c04 .flex > div:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    left: 50%;
    border: 2px solid;
    border-color: #1652BC #1652BC transparent transparent;
    transform: translateX(-50%) rotate(135deg);
    bottom: -75px;
    font-size: 30px;
}
.recruitInfoLayout #main #c02 .step, .recruitInfoLayout #main #c04 .step {
    padding-bottom: 0;
    color: #1652BC;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    font-weight: bold;
    text-align: center;
}
.recruitInfoLayout #main #c02 .img, .recruitInfoLayout #main #c04 .img {
    padding-bottom: 10px;
    min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitInfoLayout #main #c02 .flex .img_left, .recruitInfoLayout #main #c04 .flex .img_left {
    margin-left: 30px;
}
.recruitInfoLayout #main #c02 .flex .img_right, .recruitInfoLayout #main #c04 .flex .img_right {
    margin-right: 30px;
}
.recruitInfoLayout #main #c02 h5, .recruitInfoLayout #main #c04 h5 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.recruitInfoLayout #main #c02 p, .recruitInfoLayout #main #c04 p {
    padding-bottom: 0;
}
.recruitInfoLayout #main #c02 .btn01, .recruitInfoLayout #main #c04 .btn01 {
    margin-top: 60px;
}
.recruitInfoLayout #main #c03 .flex> div:not(:last-child) {
    margin-bottom: 20px;
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitInfoLayout #c02 {
                    padding-bottom: 0;
                }
                .recruitInfoLayout #c02 .flex > div, .recruitInfoLayout #c04 .flex > div {
                    padding: 60px 15px 30px;
                    width: calc(28% - 30px);
                    border-radius: 15px;
                }
                .recruitInfoLayout #c02 .flex > div:first-child,
                .recruitInfoLayout #c02 .flex > div:not(:first-child),
                .recruitInfoLayout #c04 .flex > div:first-child,
                .recruitInfoLayout #c04 .flex > div:not(:first-child){
                    margin-top: 20px;
                }
                .recruitInfoLayout #c02 .flex > div:not(:last-child)::after,
                .recruitInfoLayout #c04 .flex > div:not(:last-child)::after {
                    top: 50%;
                    width: 30px;
                    height: 30px;
                    left: auto;
                    right: -16.5%;
                    transform: translateY(-50%) rotate(45deg);
                    border: 4px solid;
                    border-color: #1652BC #1652BC transparent transparent;
                }
                .recruitInfoLayout #c02 .flex > div:not(:last-child),
                .recruitInfoLayout #c04 .flex > div:not(:last-child) {
                    margin-bottom: 0;
                }
                .recruitInfoLayout #main #c02 .step, .recruitInfoLayout #main #c04 .step {
                    font-size: 60px;
                    top: -60px;
                }
                .recruitInfoLayout #main #c02 .flex p, .recruitInfoLayout #main #c04 .flex p {
                    width: 90%;
                    margin: 0 auto;
                    max-width: 212px;
                }
                .recruitInfoLayout #main #c03 .flex> div {
                    width: 48%;
                }
                .recruitInfoLayout #main #c03 .flex> div:not(:last-child) {
                    margin-bottom: 0;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
			}

/* ------------ c03
------------------------------------------------*/
.recruitInfoLayout #main #c03 {
    padding-top: 60px;
}
.recruitInfoLayout #main #c03 .int_list li {
    border: 2px solid #1652BC;
    display: flex;
    justify-content: space-between;
}
.recruitInfoLayout #main #c03 .int_list li:not(:last-child) {
    margin-bottom: 20px;
}
.recruitInfoLayout #main #c03 .int_list li {
    padding-bottom: 0;
}
.recruitInfoLayout #main #c03 .int_list li > p {
    padding: 20px;
    line-height: 1.5;
}
.recruitInfoLayout #main #c03 .int_list li > p:first-child {
    width: calc(25% - 40px);
    background-color: #1652BC;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}
.recruitInfoLayout #main #c03 .int_list li > p:last-child {
    width: calc(75% - 40px);
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitInfoLayout #main #c03 {
                    padding-top: 80px;
                }
                .recruitInfoLayout #main #c03 .int_list li > p:first-child {
                    width: calc(20% - 40px);
                }
                .recruitInfoLayout #main #c03 .int_list li > p:last-child {
                    width: calc(80% - 40px);
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
			}


/* ------------ c04
------------------------------------------------*/
.recruitInfoLayout #main #c04 {
    padding-bottom: 30px;
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitInfoLayout #main #c04 {
                    padding-bottom: 0;
                }
                .recruitInfoLayout #main #c04 {
                    padding-top: 30px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
			}


/* --------------------------------------------------------  recruitEntryLayout
--------------------------------------------------------------------------------------------*/
.recruitEntryLayout #main #c01 {
    padding-bottom: 60px;
}
.recruitEntryLayout .h2wrap {
    background-image: url("../img/entry/h2.png")
}
.recruitEntryLayout #main .link_txt a {
    text-decoration: underline;
    color: #00A0A5;
    font-size: 20px;
    font-weight: bold;
}
.recruitEntryLayout #main .link_txt {
    padding-bottom: 40px;
}
.recruitEntryLayout #main h5 {
    margin-bottom: 5px;
    color: #4B4B4B;
}
.recruitEntryLayout #main p {
    padding-bottom: 10px;
}
.recruitEntryLayout #main .contact_li {
    padding-bottom: 10px;
}
.recruitEntryLayout #main .contact_li > li {
    position: relative;
    padding-left: 40px;
    color: #00A0A5;
    font-size: 25px;
}
.recruitEntryLayout #main .contact_li > li a, .recruitEntryLayout #main .contact_li > li a:active {
    color: #00A0A5;
}
.recruitEntryLayout #main .contact_li > li::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.recruitEntryLayout #main .contact_li > li:nth-child(1)::before {
    background-image: url("../img/entry/entry_icon01.png");
    width: 33px;
    height: 38px;
}
.recruitEntryLayout #main .contact_li > li:nth-child(2)::before {
    background-image: url("../img/entry/entry_icon02.png");
    width: 27px;
    height: 32px;
}
.recruitEntryLayout #main .t_center {
    padding-bottom: 0;
    margin-bottom: 40px;
}
.recruitEntryLayout #main .hissu {
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    margin-right: 8px;
    text-align: center;
}
.recruitEntryLayout #main .hissu::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1652BC;
  z-index: -1;
}
.recruitEntryLayout #main th {
    color: #4b4b4b;
}
.recruitEntryLayout #main th .hissu {
    margin-right: 0;
    margin-left: 15px;
}
.recruitEntryLayout #main td input[type=text], .recruitEntryLayout #main td textarea {
    font-size: 100%;
    padding: 10px 5px;
    width: calc(100% - 10px);
}
.recruitEntryLayout #main td input, .recruitEntryLayout #main td textarea {
    border: 1px solid #707070;
}
.recruitEntryLayout #main td textarea {
    min-height: 150px;
}
.recruitEntryLayout #main td select {
    background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 10px 5px;
  width: calc(80% - 10px);
  max-width: 500px;
  font-size: 100%;
}
.recruitEntryLayout #main .age_tr input {
    max-width: 100px;
}
.recruitEntryLayout #main .age_tr span {
    display: inline-block;
    margin-left: 10px;
}
.recruitEntryLayout #main .btn01 {
    max-width: 780px;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitEntryLayout #main .t_center {
                    margin-bottom: 60px;
                }
                .recruitEntryLayout #main th > div {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }
                .recruitEntryLayout #main td textarea {
                    min-height: 300px;
                }
                .recruitEntryLayout #main #c01 {
                    padding-bottom: 40px;
                }
                .recruitEntryLayout #main .btn01 {
                    margin-top: 60px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */

/*背景色が伸びて出現 共通*/
.mbgextend {
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}
.bgappear {
    opacity: 0;
}
/*中の要素*/
.bgLRextend .bgappear, .bgRLextend .bgappear {
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1652BC;/*伸びる背景色の設定*/
    border-radius: 0 10px 10px 0;
    z-index: 100;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/*--------- 右から --------*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1652BC;/*伸びる背景色の設定*/
    border-radius: 0 5px 5px 0;
    z-index: 100;
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}