@charset "UTF-8";

/* =======================================
			base
======================================= */

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp-Light.woff2') format('woff2'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Light.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Light.ttf')  format('truetype'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Light.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2') format('woff2'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Regular.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2') format('woff2'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Medium.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf')  format('truetype'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2') format('woff2'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Bold.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp-Black.woff2') format('woff2'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Black.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Black.ttf')  format('truetype'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}

/* =======================================
			common
======================================= */

[v-cloak] {
	display: none !important;
}

html {
    overflow-y: auto;
}

body{
	margin:0;
	padding:0;
    font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif;
    font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width:1366px;
    width: 100%;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.01em;
	color: #000;
}

html._modal, html._modal body {
    overflow: hidden;
}
._fix {
	height: 100%;
	min-height: auto;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

._pageAnchorBase {
    position: relative;
}
._pageAnchor {
    position: absolute;
}

.bold {
    font-weight: 700;
}
.big {
    font-size: 1.5em;
}
.small {
    font-size: 0.9em;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
.br {
    display: block;
}
.pc-br {
    display: block;
}
.sp-br {

}
.pc-text {
    display: inline;
}
main {
    display: block;
    margin-top: 72px;
}
a {
    color: #000;
}
a:hover {
    opacity: 0.7;
}
a.linkText {
    color: #0076AA;
    text-decoration: underline;
    cursor: pointer;
}

/* color */
.blue {
    color: #0076AA;
}
.black {
    color: #000
}
.white {
    color: #ffffff;
}
.gray {
    color: #666666;
}
.orange {
    color: #F65B32;
}
.orange2 {
    color: #E6905A;
}
.orange3 {
    color: #ED7D31;
}
.siteRed {
    color: #FF0000;
}
.error {
    color: red;
}
.gray2 {
    color: #707070;
}

/* =======================================
			inner
======================================= */
.inner01 {
    width: 1266px;
    margin: 0 auto;
}
.inner02 {
    width: 1100px;
    margin: 0 auto;
}
.inner03 {
    width: 1000px;
    margin: 0 auto;
}
.inner04 {
    width: 900px;
    margin: 0 auto;
}
.inner05 {
    width: 820px;
    margin: 0 auto;
}
.inner06 {
    width: 550px;
    margin: 0 auto;
}
.inner07 {
    width: 500px;
    margin: 0 auto;
}
.inner08 {
    width: 700px;
    margin: 0 auto;
}
.inner09 {
    width: 380px;
    margin: 0 auto;
}
.marginTop5 {
    margin-top: 5px;
}
/* =======================================
			pageBanner
======================================= */
.pageBanner {
    position: relative;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.pageBannerInner {
    position: relative;
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    z-index: 3;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pageBannerMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.pageBannerTitle {
    padding-left: 130px;
}
.pageBannerTitle::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.pageBannerTitleMain {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.05em;
    color: #fff;
}
.pageBannerTitleSub {
    margin-top: 9px;
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.05em;
    color: #fff;
}

/* =======================================
			breadcrumb
======================================= */
.breadcrumb {
    padding: 10px 0;
}
.breadcrumbList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;

    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
}
.breadcrumbListItem {
    position: relative;
}
.breadcrumbListItem:nth-child(n+2) {
    padding-left: 20px;
}
.breadcrumbListItem:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    margin-top: -5px;
    top: 50%;
    width: 6px;
    height: 10px;
    background-image: url("../img/wedge_right_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 10px;
}
.breadcrumbListItemLink {
    text-decoration: underline;
    color: #000;
    font-size: 12px;
}
.breadcrumbListItemNoLink {
    font-size: 12px;
}
.breadcrumbListItemText {

}

/* =======================================
			contentsblock
======================================= */
.topLine__lightBlue {
    border-top: 1px solid rgba(0, 118, 170, 0.21);
}
.bottomLine__lightBlue {
    border-bottom: 1px solid rgba(0, 118, 170, 0.21);
}
.pageContents {

}
.pageContents__bg__lightBlue {
    background-color: #ECF5F8;
}
.pageContentsInner {
    padding: 60px 0 50px;
}
.pageContentsInner2 {
    padding: 60px 0 50px;
}
.pageContentsHeader {
    padding-bottom: 30px;
}
.pageContentsHeader__between {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.headerContact {
    border-radius: 10px;
    padding: 15px 20px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(66, 128, 147, 0.16);
}
.headerContactLeft {
    display: block;
    width: 180px;
}
.headerContactRight {
    display: block;
    width: 240px;
}
.headerContactText01 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #000;
}
.headerContactText02 {
    display: block;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #000;
}
.headerContactText03 {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #0076AA;

    background-image: url("../img/icon_tel_line_blue.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
}

.pageContentsTitle {
    line-height: 1.3;
}
.pageContentsTitleWrap {
    padding-right: 20px;
}
.pageContentsTitleText01 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
}
.pageContentsTitleText01:nth-of-type(n+2) {
    padding-left: 5px;
}
.pageContentsTitleText02 {
    padding-left: 5px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.pageContentsTitleText03 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.pageContentsSubTitle {
    margin-top: 20px;
}
.pageContentsSubTitleItem {
    font-size: 14px;
}

.twoColumn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.twoColumnLeft {
    width: 820px;
}
.twoColumnRight {
    width: 230px;
}

.bodyContents {
    padding: 40px 0 0;
}

.subBanner {
    margin: 30px auto 0;
    width: 600px;
    height: 150px;
}
.subBannerLink {
    display: block;

    height: 100%;
    background-image: url("../img/campaign/banner-600.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subBanner2 {
    margin: 0 auto 30px;
    width: 100%;
    height: 467px;
}
.subBanner2Link {
    display: block;

    height: 100%;
    background-image: url("../img/campaign/banner-1000.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.frameWrap01 {
    border-radius: 10px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 0 10px 0 rgba(66, 128, 147, 0.16);
}
.frameWrap01__recommned {
    padding: 18px;
    border: 2px solid #E6905A;
    background-color: rgba(230, 144, 90, 0.17);
    box-shadow: 0px 0px 10px 0 rgba(230, 144, 90, 0.17);
}
.frameWrap01__p40 {
    padding: 40px;
}
.frameWrap01__topBorder {
    position: relative;
}
.frameWrap01__topBorder::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 5px solid #0076AA;
}
.frameWrap__between {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.frameWrap02 {
    border-radius: 10px;
    padding: 20px;
    background-color: #ED7D31;
}
.frameWrap03 {
    border-radius: 10px;
}
.frameLink {
    width: 100%;
    display: block;
    text-decoration: none;
}
.frameImages {
    width: 100%;
}
.frameText {

}
.frameList {
    margin-top: 5px;
}
.frameListLine {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.frameListTitle {
    font-weight: 700;
}
.frameListText {

}

.frameHeader {

}
.frameBody {
    margin-top: 15px;
}
.frameFooter {
    margin-top: 15px;
}
.frameFooter__noTop {
    margin-top: 0;
}
.frameFooterBtn {

}

/* =======================================
			text
======================================= */
.text__center {
    text-align: center;
}
.text__left {
    text-align: left;
}
.text__right {
    text-align: right;
}

.title01 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.03em;
}
.title02 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.03em;
}
.title03 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.03em;
}
.title04 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.colon {
    position: relative;
    padding-right: 1em;
}
.colon::after {
    position: absolute;
    content: "：";
    right: 0;
}

.kome {
    position: relative;
    padding-left: 1em;
}
.kome::before {
    position: absolute;
    content: "※";
    left: 0;
}

/* =======================================
			icon
======================================= */
.iconList {
    margin-top: -5px;
    margin-left: -5px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.iconList:nth-child(n+2) {
    margin-top: 0;
}
.iconListWrap {
    /* margin-left: -5px; */
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.iconListItem {
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}
.iconListItemNo {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
}
.iconListItem__type1 {
    color: #0076AA;
    background-color: rgba(0, 118, 170, 0.17);
}
.iconListItem__type2 {
    color: #8fc31f;
    background-color: rgba(143, 195, 31, 0.17);
}
.iconListItem__type3 {
    color: #ff8f5d;
    background-color: rgba(255, 143, 93, 0.15);
}
.iconListItem__type4 {
    color: #223a70;
    background-color: rgba(34, 58, 112, 0.15);
}
.iconListText {
    
}
.detalisList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.detalisListItem {
    font-size: 14px;
    color: #BABABA;
}
.detalisListItem:nth-child(n+2) {
    margin-left: 20px;
}
.detalisListText {

}

/* =======================================
			ul ol 装飾
======================================= */
.dot {
    position: relative;
    padding-left: 1em;
}
.dot::before {
    content: "・";
    position: absolute;
    font-size: 1em;
    left: 0;
    text-align: center;
}

/* =======================================
			input
======================================= */
input, select, textarea, button {
	background-color: transparent;
	border-style: none;
	color: inherit;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
	outline: none;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: none;
}
input[type="checkbox"] {
	/* 透明度0 */
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	/* ブラウザのデフォルトのスタイルを削除 */
	-webkit-appearance: none;
	appearance: none;
	/* レイアウトから無視 */
	position: absolute;
	width: auto;
	outline: none;
}
input[type="radio"] {
	/* 透明度0 */
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	/* ブラウザのデフォルトのスタイルを削除 */
	-webkit-appearance: none;
	appearance: none;
	/* レイアウトから無視 */
	position: absolute;
	width: auto;
}

select::-ms-expand {
    display: none;
}

/* chrome オートコンプリートカラー対応 */
input:focus:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}

input, select, textarea, button {
    font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif;
    font-weight: 400;
}
input[type='submit']:hover,
button[type='submit']:hover {
    opacity: 0.7;
}

.inputText {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 12px 10px;
    line-height: 1.35;
}
.inputNumber {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 12px 10px;
    line-height: 1.35;
}
.inputTextArea {
    max-width: 100%;
    width: 100%;
    height: calc( 1.35em * 5 );
    border: 1px solid #CCCCCC;
    padding: 12px 10px;
    line-height: 1.35;
}

.inputSelectWrap {
    position: relative;
    display: inline-block;
    width: auto;
}
.inputSelectWrap::after {
    position: absolute;
    top: 50%;
    /* right: 17px; */
    right: 10px;
    margin-top: -2.5px;
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background-image: url("../img/wedge_down_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
}
.inputSelect {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 12px 30px 12px 10px;
    line-height: 1.35;
}
.inputSelectY {
    width: 90px;
}
.inputSelectMD {
    width: 70px;
}

.inputRadio {
    font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif;
    font-size: 14px;
	color: #000;
}
.inputRadio + label {
    position: relative;
    display: inline-block;
	padding: 0 0 0 30px;
    font-size: 14px;
	color: #000;
    line-height: 1.3em;
	cursor: pointer;
}
.inputRadio + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    box-sizing: border-box;
}
.inputRadio:checked + label {
    font-weight: 700;
    color: #0076AA;
}
.inputRadio:checked + label::before {
    border: 1px solid #0076AA;
    background-color: #0076AA;
}
.inputRadio:checked + label:after {
    content: "";
	position: absolute;
    height: 4px;
    width: 8px;
    left: 4px;
    top: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.inputRadioIcon {
    font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif;
    font-size: 14px;
	color: #0076AA;
}
.inputRadioIcon + label {
    border-radius: 5px;
    border: 1px solid #0076AA;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    color: #0076AA;
    background-color: #FFF;
    cursor: pointer;
}
.inputRadioIcon:checked + label {
    font-weight: 700;
    color: #FFF;
    background-color: #0076AA;
}

.inputCheckbox {
    font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif;
    font-size: 14px;
	color: #000;
}
.inputCheckbox + label {
    position: relative;
    display: inline-block;
	padding: 0 0 0 30px;
    font-size: 14px;
	color: #000;
    line-height: 1.3em;
	cursor: pointer;
}
.inputCheckbox + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-sizing: border-box;
}
.inputCheckbox:checked + label {
    font-weight: 700;
    color: #0076AA;
}
.inputCheckbox:checked + label::before {
    border: 1px solid #0076AA;
    background-color: #0076AA;
}
.inputCheckbox:checked + label:after {
    content: "";
	position: absolute;
    height: 4px;
    width: 8px;
    left: 4px;
    top: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.inputItemUnit {
    font-size: 14px;
	color: #000;
    line-height: 1.3em;
}

.inputBtnWrap {
    position: relative;
    width: 290px;
}
.inputBtn {
    width: 100%;
    border-radius: 5px;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;

    background-repeat: no-repeat;
    background-position: 240px center;
    background-size: 27px;

    cursor: pointer;
}
.inputBtn__return {
    background-color: #ccc;
    background-image: url("../img/circle_left_gray_white.svg");
    background-position: 20px center;
}
.inputBtn__orenge {
    background-image: url("../img/circle_right_darkOrange_white.svg");
}
.inputBtn__blue {
    background-image: url("../img/circle_right_blue_white.svg");
}
.inputBtn__orenge {
    background-color: #E6905A;
}
.inputBtn__orenge2 {
    background-color: #ED7D31;
}
.inputBtn__blue {
    background-color: #0076AA;
}
.inputBtn__link {
    display: block;
    background-image:none;
    background-color: #0076AA;
}
.inputBtn__link2 {
    display: block;
    background-image:none;
    background-color: #ED7D31;
}

/* =======================================
			btn
======================================= */
.btnWrapCenter {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btnWrapBetween {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn {
    position: relative;
    border-radius: 5px;
    padding: 18px 38px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.04em;
    box-shadow: 0 0 20px 0 rgba(66, 128, 147, 0.16);
    cursor: pointer;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13.5px;
    margin-top: -13.5px;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 27px;
    pointer-events: none;
}
.btn__noCircle::after {
    content: none;
}

.btnSmall {
    position: relative;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.04em;
    box-shadow: 0 0 20px 0 rgba(66, 128, 147, 0.16);
    cursor: pointer;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btnMin {
    position: relative;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.04em;
    box-shadow: 0 0 20px 0 rgba(66, 128, 147, 0.16);
    cursor: pointer;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btnNoLink {
    background-color: #CCCCCC;
    cursor: default;
}
.btnNoLink::after {
    content: none;
}
.btn__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btnWrapCenter > *:nth-child(n+2) {
    margin-left: 20px;
}
.btnLink {
    width: 190px;
    color: #0076AA;
    background-color: #fff;
}
.btnLink::after {
    background-image: url("../img/circle_right_blue_lightBlue.svg");
}
.btnLinkBack {
    width: 190px;
    color: #0076AA;
    background-color: #fff;
}
.btnLinkBack::after {
    right: auto;
    left: 13.5px;
    background-image: url("../img/circle_left_blue_lightBlue.svg");
}

.btnBackLink {
    /* width: 290px; */
    width: auto;
    padding: 18px 48px 18px 38px;
    color: #fff;
    background-color: #0076AA;
    text-align: center;
}
.btnEntry {
    /* width: 290px; */
    width: 190px;
    color: #fff;
    /* background-color: #E6905A; */
    background-color: #ED7D31;
}
.btnEntry::after {
    background-image: url("../img/circle_right_darkOrange_white.svg");
}
.btnSubmit {
    width: 190px;
    color: #FFF;
    background-color: #0076AA;
    text-align: center;
}
.btnProcessing {
    width: 190px;
    color: #FFF;
    background-color: #CCCCCC;
    text-align: center;
}
.btnAnchor {
    width: 190px;
    color: #0076AA;
    background-color: #FFF;
    text-align: center;
}
.btnAnchor::after {
    background-image: url("../img/circle_up_blue_lightBlue.svg");
}
.down .btnAnchor::after {
    background-image: url("../img/circle_down_blue_lightBlue.svg");
}
.btnDownLink {
    width: auto;
    padding: 18px 48px 18px 38px;
    color: #fff;
    /* background-color: #E6905A; */
    background-color: #ED7D31;
    text-align: center;
}
.btnDownLink::after {
    background-image: url("../img/circle_down_darkOrange_white.svg");
}
.btnClear {
    width: auto;
    color: #fff;
    background-color: #CCCCCC;
    text-align: center;
}
.btnText {

}
.btnTextIcon {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    color: #000;
    background-color: #CCC;
}
.btnTextIcon--min {
    font-size: 11px;
    padding: 1px 5px;
}

/* =======================================
			form
======================================= */

.formInfoBlock {
    border-radius: 10px;
    border: 2px solid #0076AA;
    padding: 15px;
    background: #FFF;
}
.formInfoText {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.formErrorBlock {
    border-radius: 10px;
    border: 2px solid #ff0000;
    padding: 15px;
    background: #FFF;
}
.formErrorText {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    line-height: 1.3;
}

.formSection {
    padding: 40px 0 50px;
}

.formSectionText01 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 700;
}
.formBannerTitle {
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
    text-align: left;
    background-color: #0076AA;
}
.formBannerTitleSubText {

}

.formSection .formInfoBlock {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.03em;
}

.formEntryInfoWrap {
    /* margin-bottom: 40px; */
    margin-bottom: 120px;
}
.formEntryInfoWrap__bottom20 {
    margin-bottom: 20px;
}
.formEntryInfoList {
    width: 100%;
    /* border: 2px solid #1d9e35; */
    border: 2px solid #0076AA;
    border-radius: 10px;
    padding: 10px;
}
.formEntryInfoList__bottom10 {
    margin-bottom: 10px;
}
.formEntryInfoListItem {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.formEntryInfoHeader {
    width: 45%;
}
.formEntryInfoTitle01 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.formEntryInfoBody {
    width: 55%;
}

.formEntryJobInfo {
    margin-top: 40px;
}
.formEntryJobInfo__noMarginTop {
    margin-top: 0;
}
.formEntryJobInfoTitle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #FFF;
    background-color: #0076AA;
}
.formEntryJobInfoDesc {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 40px;
    background-color: #fff;
}
.formEntryJobTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.formEntryJobDesc {
    margin-top: 10px;
    font-size: 14px;
    color: #BABABA;
}
.formStepList {
    margin-top: 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formStepList__noMarginTop {
    margin-top: 0;
}
.formStepItem {
    width: 325px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-image: url("../img/step_arrow_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 325px auto;
}
.formStepItem.current {
    color: #fff;
    background-image: url("../img/step_arrow_blue.svg");
}
.formStepItem.current + .formStepItem {
    background-image: url("../img/step_arrow_lightBlue.svg");
}
.formStepItemText {

}

.formInputBox {
    width: 100%;
}
.formInputBox .formErrorBlock {
    margin-top: 20px;
}
.formInputList {
    margin-top: 20px;
    width: 100%;
}
.formBtnWrap + .formInputList {
    margin-top: 40px;
}

.formLineItem {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.formLineItemWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formLineItemTitle {
    position: relative;
    width: 260px;
    padding: 25px 70px 25px 20px;
    font-weight: 700;
    background-color: #C9E2EC;
}
.requisite {
    position: absolute;
    top: 25px;
    right: 20px;

    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #0076AA;
}
.formLineItemInput {
    width: 740px;
    padding: 16.5px 30px;
    background-color: #FFF;
}
.formLineItemInput__Modal {
    padding-bottom: 11.5px;
}
.formLineItemInputConf {
    width: 740px;
    padding: 25px 20px;
    background-color: #FFF;
}
.formInputSelectWrap {
    min-width: 190px;
}

.formLineItemInputList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formChoiceList {
    margin-top: -7.5px;
    padding: 7.5px 0;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formChoiceList__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.formChoiceListItem {
    width: 25%;
    margin-top: 7.5px;
}
.formChoiceListItem__50 {
    width: 50%;
}

.fromPrivacyBox {
   /* margin-top: 60px; */
   margin-top: 20px;
}
.formNoteText {
    margin-top: 5px;
    font-size: 12px;
    color: #0A0A0A;
}
.formTosText {
    font-size: 14px;
    line-height: 1.5;
}
.formScrollBox {
    counter-reset: num-title-cnt;
    margin-top: 15px;
    padding: 20px;
    /* max-height: 20em; */
    max-height: 10em;
    overflow-y: auto;
    text-align: left;
    border: 1px solid #707070;
    background-color: #FFF;

    font-size: 12px;
}
.boxMainTitle {
    display: inline-block;
    margin-bottom: 1em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 1em 0;
    font-weight: 700;
}

.formChoiceListPrivacy {
    /* margin-top: 35px; */
    margin-top: 5px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formChoiceListPrivacy__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.formChoiceListPrivacy .formChoiceListItem {
    width: auto;
}
.formChoiceListPrivacy + .formErrorText {
    text-align: center;
}
.formChoiceListPrivacy .formChoiceListItem__auto {
    width: auto;
}
.formChoiceListPrivacy__center + .formErrorText {
    text-align: center;
}

.formBtnWrap {
    /* margin-top: 30px; */
    margin-top: 10px;
}
.formBtnWrap__conf {
    margin-top: 30px;
}
.formBtnWrap__middleP {
    margin-top: 40px;
}

.formInputBtnWrap {
    width: auto;
    min-width: 290px;
}
.formInputBtn {
    letter-spacing: 0.05em;
}

.formInputModalBtn {
    margin-bottom: 5px;
    min-width: 190px;
    border: 1px solid #CCCCCC;
    padding: 12px 30px 12px 10px;
    line-height: 1.35;
    text-align: left;
    background-image: url("../img/icon_windows_line_blue.svg");
    background-repeat: no-repeat;
    background-position: 165px center;
    background-size: 11px 10px;
    cursor: pointer;
}
.formInputModalConditionTitle {
    margin-bottom: 5px;
    font-weight: 700;
}
.formInputModalCondition {
    margin-bottom: 5px;
}

.formLinkText {
    padding: 0 5px;
    color: #0076AA;
    text-decoration: underline;
}
.formLinkText2 {
    color: #0076AA;
    text-decoration: underline;
}
.formInputUint {
    padding: 0 5px;
}

/* =======================================
			tableStyle
======================================= */
/* jobList01 簡易一覧 */
.jobList01 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobList01Item {
    margin-right: 0;
    padding: 15px;
    width: 365px;
}
.jobList01Item:nth-child(3n) {
    margin-right: 0;
}
.jobList01LinkBlock {
    display: block;
    height: 100%;
    border-radius: 10px;

    text-decoration: none;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.jobList01LinkBlock__recommend {
    border: 2px solid #E6905A;
    background-color: rgba(230, 144, 90, 0.17);
    box-shadow: 0px 0px 10px 0 rgba(230, 144, 90, 0.17);
}
.jobList01Article {

}
.jobList01ArticleUp {
    padding: 20px;
}
.jobList01LinkBlock__recommend .jobList01ArticleUp {
    padding: 16px;
}
.jobList01Header {
    padding-bottom: 5px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobList01Title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;
}
.jobList01TitleIcon {
    margin-right: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    color: #FFF;
}
.icon_recommend {
    background-color: #E6905A;
}
.icon_employment {
    color: #0076AA;
    background-color: rgba(0, 118, 170, 0.17);
}

.jobList01IconList {
    margin-top: 5px;
}
.jobList01IconListItem {

}
.jobList01HeaderInfo {
    margin-top: 5px;
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobList01Date {
    margin-right: 20px;
    display: block;
    font-size: 14px;
    color: #BABABA;
}
.jobList01Date:last-child {
    margin-right: 0;
}

.jobList01Image {
    display: block;
    margin: 0 0 5px;
    width: 100%;
    height: 147.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jobList01 .slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    width: 17.5px;
    height: 32px;
    margin-top: -16px;
    top: 50%;
    left: -30px;
    z-index: 2;
    cursor: pointer;
}
.jobList01 .slide-arrow.next-arrow.slick-arrow {
    display: block;
    position: absolute;
    width: 17.5px;
    height: 32px;
    margin-top: -16px;
    top: 50%;
    right: -5px;
    z-index: 2;
    cursor: pointer;
}

/* jobRecommendList */
.jobRedommendList {
    border-radius: 10px;
    border: 2px solid #E6905A;
    padding: 20px 0;
    background-color: rgba(230, 144, 90, 0.17);
}
.jobRedommendListHeader {
    padding: 0 20px;
}
.jobRedommendList .jobFeatureList {
    padding: 0 10px;
}
.jobRedommendList .jobList01 .slide-arrow.prev-arrow.slick-arrow {
    left: 0;
}
.jobRedommendList .jobList01 .slide-arrow.next-arrow.slick-arrow {
    right: 0;
}
.jobRedommendList .jobList01Item {
    padding: 10px;
    width: 266px;
}
.jobRedommendList .jobList01LinkBlock__recommend {
    border: none;
    background-color: #FFF;
}
.jobRedommendList .jobList01Title {
    font-size: 14px;
}
.jobRedommendList .iconListItem {
    font-size: 14px;
}

/* jobListTable01 レコメンドテーブル */
.jobListTable01 {
    border-top: 1px solid #EFEFEF;
    padding-top: 10px;
}
.jobListTable01Line {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobListTable01Line:nth-child(n+2) {
    padding-top: 5px;
}
.jobListTable01Text {
    font-size: 14px;
    line-height: 1.2;
}
.jobListTable01PrWrap {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 16px 16px 16px 66px;
    background-color: #ECF5F8;
}
.jobListTable01PrWrap::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;

    background-image: url("../img/icon_recommend.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.jobListTable01PrText {
    font-size: 14px;
    line-height: 1.2;
}

/*
.jobListTable01Dl {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    font-size: 14px;
    line-height: 1.2;
}
.jobListTable01Dl:nth-child(n+2) {
    padding-top: 5px;
}
.jobListTable01Dt {
    width: 80px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.jobListTable01Dd {
    width: calc(100% - 80px);
    color: #0A0A0A;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    letter-spacing: -0.02em;
}
.jobListTable01DdText {
    padding-right: 1em;
}
.jobListTable01DdText:last-child {
    padding-right: 0;
}
*/


/* jobList02 検索一覧 */
.jobList02 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobList02Item {
    width: 100%;
}
.jobList02Item:nth-child(n+2) {
    margin-top: 30px;
}
.jobList02Item__bkWhite {
    background-color: #FFF;
}
.jobList02Article {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(66, 128, 147, 0.16);
}
.jobList02ArticleLink {
    display: block;
    text-decoration: none;
}
.applied.jobList02Article {
    background-color: #e9e9e9;
}
.jobList02Article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 5px solid #0076AA;

}
.jobList02Header {
    padding: 20px 25px 15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobList02Title {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jobList02TitleWrap {
    width: 720px;
}
.jobList02Titlecon {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    color: #000;
    background-color: #CCC;
}
.favoriteIcon {
    width: 40px;
    height: 40px;
    font-size: 0;
    z-index: 1;
    background-image: url("../img/icon_favorite_off.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.is-active.favoriteIcon {
    background-image: url("../img/icon_favorite_on.svg");
}
.favoriteClickText {
    width: 90px;
    opacity: 0;
    position: absolute;
    top: -30px;
    right: -25px;
    border: 1px solid #0076AA;
    border-radius: 10px;
    padding: 5px 2px;
    font-size: 12px;
    text-align: center;
    z-index: 5;
    color: #0076AA;
    background-color: #FFF;
}
.is-show.favoriteClickText {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0s;
}
.favoriteClickTextOn {
    display: none;
}
.favoriteClickTextOff {
    display: inline;
}
.is-active .favoriteClickText {
    color: #FFF;
    background-color: #0076AA;
}
.is-active .favoriteClickTextOn {
    display: inline;
}
.is-active .favoriteClickTextOff {
    display: none;
}

.favoriteBtn {
    width: 230px;
    /* border: 2px solid #0076AA;
    padding: 14px 34px; */
    color: #0076AA;
    background-color: #fff;
}
.favoriteBtn::after {
    background-image: url("../img/icon_favorite_off.svg");
}
.favoriteBtnText {

}
.favoriteBtnOn {
    display: inline;
}
.favoriteBtnOff {
    display: none;
}
.is-active.favoriteBtn {
    color: #FFF;
    background-color: #0076AA;
}
.is-active.favoriteBtn::after {
    background-image: url("../img/icon_favorite_list.svg");
    background-color: #0076AA;
}
.is-active .favoriteBtnOn {
    display: none;

}
.is-active .favoriteBtnOff {
    display: inline;
}

.jobList02IconList {
    margin-top: 10px;
}
.jobList02IconListItem {

}
.jobList02Date {

}
.jobListTable02 {
    margin: 0 25px;
    border-top: 1px solid #EFEFEF;
    padding: 15px 0 30px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.jobListTable02Block {
    width: 100%;
}
.jobListTable02BlockLeft {
    width: calc(100% - 250px);
    margin-bottom: 5px;
}
.jobListTable02BlockRight {
    width: 250px;
}

.jobList02Image {
    display: block;
    width: 100%;
    height: 125px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jobListTable02Dl {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobListTable02Dl:nth-child(n+2) {
    padding-top: 5px;
}
.jobListTable02Dt {
    position: relative;
    width: 155px;
    padding-left: 30px;
    font-weight: 700;
}
.jobListTable02Dt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
}
.jobListTable02Dt_jobType::before {
    background-image: url("../img/icon_jobType_line_blue.svg");
    background-size: 18px 18px;
}
.jobListTable02Dt_subject::before {
    background-image: url("../img/icon_subject_line_blue.svg");
    background-size: 18px 18px;
}
.jobListTable02Dt_marker::before {
    background-image: url("../img/icon_marker_line_blue.svg");
    background-size: 14px 20px;
}
.jobListTable02Dt_calendar::before {
    background-image: url("../img/icon_calendar_line_blue.svg");
    background-size: 18px 18px;
}
.jobListTable02Dt_salary::before {
    background-image: url("../img/icon_salary_line_blue.svg");
    background-size: 18px 18px;
}
.jobListTable02Dt_karte::before {
    background-image: url("../img/icon_karte_line_blue.svg");
    background-size: 15px 20px;
}
.jobListTable02Dd {
    width: calc(100% - 155px);
    color: #0A0A0A;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobListTable02DdText {
    padding-right: 1em;
}
.jobListTable02DdText:last-child {
    padding-right: 0;
}
.jobList02Footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    background-color: #EFEFEF;
}
.jobList02FooterBtnWrap {

}
.jobList02BtnLink {
    width: 230px;
}
.jobList02BtnLinkText {

}
.jobList02BtnEntry {

}
.jobList02BtnEntryText {

}

/* jobDetailsTable 求人詳細 */
.jobDetailsTableContentsWrap {
 
}
.jobDetailsTableContentsWrap01 {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.16);
}
.jobDetailsTableImageWrap {
    margin: 0 auto 40px;
    width: 590px;
}
.jobDetailsTableImage {
    display: block;
    width: 100%;
    height: 295px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.jobDetailsTableWrap {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 40px;
    background-color: #fff;
}
.jobDetailsHeader {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.jobDetailsTitle {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jobDetailsTitleText {
    width: 1050px;
}
.jobDetailsIconList {
    margin-top: 15px;
    width: 100%;
}
.jobDetailsIconListItem {

}
.jobDetailsDetalisList {
    margin-top: 15px;
    width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jobDetailsDate {

}
.jobDetailsId {

}

.jobDetailsTable {
    margin: 0 auto;
    width: 740px;
    border-collapse: collapse;
}
.jobDetailsTableTitle {
    margin-top: 40px;
    border-bottom: 2px solid #0076AA;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #0076AA;
}
.jobDetailsTable th {
    width: 215px;
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}
.jobDetailsTable td {
    width: 525px;
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 0;
    font-size: 14px;
    text-align: left;
}
.jobbDetailsFooter {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 40px;
    background-color: #EFEFEF;
}
.jobbDetailsFooterBtnEntry {
    /* width: 310px; */
    width: 230px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jobbDetailsFooterBtnEntryed {
    width: 370px;
    padding-left: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jobbDetailsFooterBtnLogin {
    width: 410px;
}
.jobbDetailsFooterBtnNoLink {
    width: 230px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jobDetailsBtnWrap {
    margin-top: 70px;
}
.jobDetailsBtnBackLink {
    width: 310px;
}

/* job details side */
.sideEntryWrap {

}
.sideEntry {
    display: block;
    width: 230px;
    position: relative;
}
.sideEntry.is-sticky {
    position: fixed;
    z-index: 2;
}
.sideEntry.is-fixed {
    position: absolute;
    z-index: 2;
}
.sideEntryContentsWrap {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.sideEntryTitle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #fff;
}
.sideEntryTitleText {

}
.sideEntryFooter {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    background-color: #EFEFEF;
}
.sideEntryFooterBtnWrap {

}
.sideEntryFooterBtn {
    font-size: 12px;
    width: 100%;
    /* padding: 15px 10px 15px 40px; */
    padding: 15px 10px 15px 50px;
    min-height: 68px;
}
.sideEntryFooterBtnEntry__noLink {
    padding-left: 50px;
}
.sideEntryFooterBtn::after {
    content: none;
}
.sideEntryFooterBtn:nth-child(n+2) {
    margin-top: 10px;
}
.sideEntryFooterBtn::before {
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
}
.sideEntryFooterBtnEntry::before {
    width: 20px;
    height: 15px;
    margin-top: -7.5px;
    background-image: url("../img/icon_email_line_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sideEntryFooterBtnLogin::before {
    width: 21px;
    height: 21px;
    margin-top: -10.5px;
    background-image: url("../img/icon_human_line_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* job recommend */
.recommendBox {
    padding-top: 70px;
    position: relative;
}
.recommendListWrap {
    margin-top: 30px;
}
.recommendList {
    margin-bottom: 0;
    width: 848.5px;
}
.recommendList .slick-track {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.recommendItem {
    width: 282.5px;
    height: auto;
    margin-right: 27.5px;
    margin-left: 0;
}
.recommendItem:nth-child(3n) {
    margin-right: 27.5px;
    margin-left: 0;
}
.recommendLinkBlock {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 19px;
    box-shadow: none;
}
.recommendHeader {
    padding-bottom: 5px;
}
.recommendTitle {
    font-size: 16px;
    line-height: 1.3;
}
.recommendDetailTable01 {
    padding-top: 10px;
}
.recommendList {
    display: block;
}
.recommendListDt {
    width: 70px;
    font-size: 14px;
}
.recommendListDd {
    width: 140px;
    font-size: 14px;
}
.recommendList .slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    width: 17.5px;
    height: 32px;
    margin-top: -16px;
    top: 50%;
    left: -30px;
    z-index: 2;
    cursor: pointer;
}
.recommendList .slide-arrow.next-arrow.slick-arrow {
    display: block;
    position: absolute;
    width: 17.5px;
    height: 32px;
    margin-top: -16px;
    top: 50%;
    right: -5px;
    z-index: 2;
    cursor: pointer;
}

.jobFeature {
    padding: 50px 0 40px;
}
.jobFeature:nth-child(n+2) {
    border-top: 1px solid rgba(0, 118, 170, 0.21);
}
.jobFeatureHeader {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobFeatureTitle {
    position: relative;
    padding-left: 60px;
}
.jobFeatureTitle::before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 50px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
}
.jobFeatureTitle__consultation::before {
    background-image: url("../img/icon_consultation_blue.svg");
    background-size: 50px 48px;
}
.jobFeatureTitle__ctscan::before {
    background-image: url("../img/icon_ctscan_blue.svg");
    background-size: 40px 52px;
}
.jobFeatureTitle__medical::before {
    background-image: url("../img/icon_medical_blue.svg");
    background-size: 41px 41px;
}
.jobFeatureTitle__stethoscope::before {
    background-image: url("../img/icon_stethoscope_blue.svg");
    background-size: 44px 42px;
}

.jobFeatureListLink {
    padding-right: 15px;
    font-weight: 700;
    text-decoration: underline;
    color: #0076AA;
    background-image: url("../img/wedge_right_blue.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px 11px;
}
.jobFeatureList {
    margin-bottom: 0;
}

/* =======================================
			globalHeader
======================================= */
.globalHeader01 {
    /* position: fixed; */
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    background-color: #fff;
    z-index: 10;
}
.globalHeader01__noborder {
    border-bottom: none;
}
.globalHeaderInner {
    width: 1366px;
    min-height: 72px;
    margin: 0 auto;
    padding-left: 30px;
    background-color: #fff;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalHeaderLogo {
    /* width: auto; */
    width: 200px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalHeaderLogo a,
.globalHeaderLogo span {
    display: block;
    width: 100%;
}
.globalHeaderLogo a img,
.globalHeaderLogo span img {
    width: 100%;
    height: 100%;
}
.globalHeaderNavPc {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalHeaderNavList01 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalHeaderNavList01Item {
    position: relative;
}
.globalHeaderNavList01Link {
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    border-right: 1px solid #EFEFEF;
    /* padding: 15px 10px; */
    /* padding: 15px 5px; */
    padding: 15px 25px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    color: #000;
    text-decoration: none;
}

.globalHeaderNavList01Item:last-child .globalHeaderNavList01Link {
    border-right: none;
}

.current .globalHeaderNavList01Link {
    background-color: #ECF5F8;
    color: #0076AA;
}
.globalHeaderNavList01Text {

}
.globalHeaderNavList01Icon {
    position: absolute;
    bottom: 5px;
    width: 200px;
    display: block;
    text-align: center;
}
.globalHeaderNavList01IconText {
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    color: #0076AA;
    background-color: rgba(0, 118, 170, 0.17);
}
.globalHeaderNavList01MenuBtn {
    position: relative;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
}
.globalHeaderNavList01Menu {
    width: 100%;
    position: absolute;
    top: -320px;
    background-color: #fff;
    z-index: 1;
    transition: all 0.5s 0s ease;/*transitionの記述を追加*/
}
.globalHeaderNavList01MenuList {
    width: 100%;
}
.globalHeaderNavList01MenuBtn:hover + .globalHeaderNavList01Menu {
    top: 66px;
}
.globalHeaderNavList01Menu:hover {
    top: 66px;
}
.globalHeaderNavList01MenuItem {
    width: 100%;
    border-top: 1px solid #ECF5F8;
}
.globalHeaderNavList01MenuItemLink {
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    text-align: center;
}
.current .globalHeaderNavList01MenuItemLink {
    background-color: #ECF5F8;
    color: #0076AA;
    opacity: 1;
}
.globalHeaderNavList01MenuItemLink:hover {
    background-color: #ECF5F8;
    color: #0076AA;
}

.globalHeaderNavList02 {
    margin-left: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalHeaderNavList02Item {

}
.globalHeaderNavList02Link {
    height: 100%;
    width: 130px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding: 40px 10px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;

    background-repeat: no-repeat;
}
.globalHeaderNavList02Link__logout {
    color: #FFF;
    background-color: #BABABA;

    background-image: url("../img/icon_logout_line_white.svg");
    background-position: center 6px;
    background-size: 27px 27px;
}
.globalHeaderNavList02Link__login {
    color: #E6905A;
    background-color: rgba(230, 144, 90, 0.15);

    background-image: url("../img/icon_login.svg");
    background-position: center 6px;
    background-size: 27px 27px;
}
.globalHeaderNavList02Link__entry {
    width: 300px;
    color: #FFF;
    /* background-color: #E6905A; */
    background-color: #ED7D31;

    background-image: url("../img/icon_website.svg");
    background-position: center 9px;
    background-size: 25px 23px;
}
.globalHeaderNavList02Link__line {
    width: 300px;
    padding: 0;
    color: #FFF;
    background-color: #FFF;
    background-image: none;
}
.globalHeaderNavList02Link__line-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
}
.globalHeaderNavList02Text {

}
.globalHeaderNavSp {
    display: none;
}

/* =======================================
			faq
======================================= */
.faqQ {
    position: relative;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}
.faqQ::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3.5px;
    width: 16px;
    height: 7px;
    background-image: url("../img/wedge_down_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.faqQ.openList::after {
    background-image: url("../img/wedge_up_blue.svg");
}
.faqQicon {
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    background-color: #0076AA;
}
.faqQText {
    display: block;
    width: 720px;
    padding: 7.5px 0 0 20px;
}
.burgerList {
    display: none;
}
.faqA {
    width: 100%;
    position: relative;
    padding: 15px 0px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.faqAicon {
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    color: #0076AA;
    font-size: 18px;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    background-color: #ECF5F8;
}
.faqAText {
    display: block;
    width: 720px;
    padding: 10px 0 10px 20px;
}

.faqFotter {
    margin-top: 30px;
    padding: 0 50px;
}
.faqFotterText {
    font-weight: 700;
}

/* =======================================
			UsefulContents
======================================= */
.usefulContents {
    padding: 90px 0 80px;
    background-color: #ECF5F8;
}
.usefulContentsText01 {
    margin-top: 20px;
    text-align: center;
    letter-spacing: -0.05em;
}
.usefulContentsListWrap {
    margin-top: 50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.usefulContentsList {
    width: 893px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.usefulContentsListItem {
    width: 283px;
}
.usefulContentsListItem:nth-child(n+4) {
    margin-top: 19px;
}
.usefulContentsListLink {
    height: 100%;
    border-radius: 10px;
    background-color: #fff;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.usefulContentsListThum {
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 116px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .usefulContentsListThum__useful {
    background-image: url("../img/thum_useful.webp");
}
.no-webp .usefulContentsListThum__useful {
    background-image: url("../img/thum_useful.png");
}
.webp .usefulContentsListThum_dictionary {
    background-image: url("../img/thum_dictionary.webp");
}
.no-webp .usefulContentsListThum_dictionary {
    background-image: url("../img/thum_dictionary.png");
}

.usefulContentsListText {
    padding: 25px 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}
.usefulContentsBtn {
    width: 187px;
    border-radius: 10px;
    padding: 15px;
    font-weight: 700;
    line-height: 1.3em;
    color: #0076AA;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content:flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-color: #fff;

    background-image: url("../img/circle_right_blue_lightBlue.svg");
    background-repeat: no-repeat;
    background-position: 135px center;
    background-size: 40px 40px;

    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.usefulContentsBtnText {

}

/* =======================================
			globalFooter
======================================= */
.globalFooter {
    position: relative;
    background-color: #fff;
}
.topBtn {
    bottom: 3%;
    position: fixed;
    right: 5%;
    display: none;
    z-index: 3;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.cookeiApproval .topBtn {
    bottom: 25%;
}
.topBtn img {
    display: block;
    width: 100%;
}
.globalFooterInner {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0 50px;
}
.globalFooterLogoWrap {
    display: block;
    width: 100%;
}
.globalFooterLogo {
    width: auto;
    height: 100%;
    margin-left: -15px;
    display: inline-block;
}
.globalFooterLogo img {
    width: 100%;
    height: 100%;
}
.globalFooterNav {
    margin-top: 20px;
}
.globalFooterNavList01 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalFooterNavList01__hcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.globalFooterNavList01:nth-child(n+2) {
    margin-top: 50px;
}
.globalFooterNavList01Dt {
    width: 230px;
}
.globalFooterNavList01DtLink {
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
    text-decoration: underline;
}
.globalFooterNavList01Dd {
    width: 670px;
}

.globalFooterNavList02 {
    margin-left: -35px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalFooterNavList02Item {
    margin-left: 35px;
    margin-bottom: 10px;
}
.globalFooterNavList02Link {
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: underline;
}

.globalFooterNavList03 {
    margin-top: 50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalFooterNavList03Item {
    margin-right: 35px;
    margin-bottom: 10px;
}
.globalFooterNavList03Item:last-child {
    margin-right: 0;
}
.globalFooterNavList03Link {
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
}

.globalFooterCopy {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}

/* =======================================
			pager
======================================= */
.pagenation {
    position: relative;
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagenation__top {
    margin: 30px 0 20px;
}
.pagenation__bottom {
    margin: 30px 0 0;
}
.pagenationCount {
    position: relative;
    line-height: 1;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagenationCountTotal {
    font-size: 15px;
    font-weight: 700;

    color: #0A0A0A;
}
.pagenationCountTotalNum {
    padding-right: 8px;
    font-size: 28px;
    font-weight: 700;

    color: #0076AA;
}
.pagenationCountPage {
    font-size: 14px;
    color: #0A0A0A;
}
.pagenationCountPageStartNum {

}
.pagenationCountPageEndNum {

}

.pagerListBox {
    position: relative;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pagerPrev {
    margin-right: 2.5px;
}
.pagerPrevLink {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 2.5px;
    color: #0076AA;
    background-color: #fff;
    text-decoration: none;

    background-image: url("../img/wedge_left_blue.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 10px;
}
.pagerNext {
    margin-left: 2.5px;
}
.pagerNextLink {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 2.5px;
    color: #0076AA;
    background-color: #fff;
    text-decoration: none;

    background-image: url("../img/wedge_right_blue.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 10px;
}
.pagerList {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pagerListItem {
    margin: 0 2.5px;
}
.pagerListItemLink {
    min-width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 2.5px;
    font-size: 14px;
    line-height: 1;
    color: #0076AA;
    background-color: #fff;
    text-decoration: none;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagerListItemLink.current {
    color: #fff;
    background-color: #0076AA;
}
.pagerListItemPoints {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 2.5px;
    font-size: 14px;
    line-height: 1;
    color: #0076AA;
    background-color: #fff;
    text-decoration: none;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagerListItemLinkText {

}

/* =======================================
			sticky
======================================= */
.stickyWrap {
    position: relative;
}

/* =======================================
			side job search
======================================= */
.sideJobSearchWrap {

}
.sideJobSearch {
    display: block;
    width: 230px;
    position: relative;
}
.sideJobSearch.is-sticky {
    position: fixed;
    z-index: 2;
}
.sideJobSearch.is-fixed {
    position: absolute;
    z-index: 2;
}
.sideJobSearcFormhWrap {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.sideJobSearchTitle {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: #fff;
    background-color: #0076AA;
}
.sideJobSearchTitleText {

}
.sideJobSearchList {
    width: 100%;
    overflow-y: auto;
    /* max-height: calc(100vh - 330px); */
    max-height: calc(100vh - 440px);
}
.sideJobSearchListItem {
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px;
    background-color: #fff;
}

.sideJobSearchListItem__ctype {
    display: none;
    opacity: 0;
    height: 0;
}

.sideJobSearchInputPc {
    display: block;
}
.sideJobSearchInputSp {
    display: none;
}
.sideJobSearchInputHeader {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sideJobSearchInputTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.sideJobSearchInputModalBtn {
    border-radius: 5px;
    border: 1px solid #0076AA;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    color: #0076AA;
    cursor: pointer;
}
.modalConditionWrap {
    width: 100%;
}
.modalConditionWrap2 {
    width: 100%;
}
.modalConditionItem {
    margin-top: 5px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalConditionTitle {
    padding-right: 1em;
    font-size: 14px;
    line-height: 1.6;
}
.modalCondition {
    font-size: 14px;
}
.sideJobSearchInput {
    margin-top: 7px;
    width: 100%;
}
.sideJobSearchInputList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sideJobSearchInputChoices {
    min-width: 50%;
}

.sideJobSearchInputText {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 6px;
    font-size: 14px;
}
.sideJobSearchInputText2 {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 6px;
    font-size: 14px;
}
.sideJobSearchInputSelect {
    max-width: 100%;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 6px;
    font-size: 14px;
}

.sideJobSearchListFooterWrap {

}
.sideJobSearchListFooter {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 10px 15px;
    background-color: #EFEFEF;
}
.searchCount {
    font-size: 14px;
    text-align: center;
}
.jobTotalCnt {
    padding: 0 5px;
    font-size: 25px;
    font-weight: 700;
    color: #0076AA;
}
.sideJobSearchListFooterBtnWrap {
    margin-top: 9px;
}
.sideJobSearchListFooterBtn {

}
.sideJobSearchListFooterBtnClearLink {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

.footerJobSearchViewWrap {
    display: none;
}
.footerJobDetialsViewWrap {
    display: none;
}

.sideJobSearchBanner {
    margin-top: 20px;
}
.sideJobSearchBanner-link {
    display: block;
    width: 100%;
}
.sideJobSearchBanner-img {
    display: block;
}
.sideJobSearchBanner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
}

/* =======================================
			scroll
======================================= */
.scrollContents {
    position: relative;
    overflow-y: hidden;
}
.scrollWrap {
    position:relative;
    overflow-y: hidden;
}

.scroll-hint-icon {
    width: 120px;
    height: 90px;
    top: calc(50% - 60px);
    left: calc(50% - 45px);
}
.scroll-hint-text {
    margin-top: 0;
}

/* =======================================
			action
======================================= */
.frameBodyList {
    width: 100%;
}
.frameBodyListTitle {
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
}
.frameBodyListText {
    margin-top: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.frameBodyListText__space7 {
    width: 8em;
}

/* =======================================
            cookie modal
======================================= */
.modalArea {
    min-width: 1366px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 120px; */
    z-index: 10;
}
.modalBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.8);
}
.modalWrapper {
    position: relative;
    margin: 20px auto;
    width: 960px;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalContents{
    width: 80%;
}
.modalTitle{
    font-size: 14px;
    font-weight: 700;
}
.modalTitleLink {
    display: inline;
    color: #0076AA;
    text-decoration: underline;
    cursor: pointer;
}
.modalButton {
    width: 20%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalAgreeButton {
    width: 195px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}
.closeAgreeModal {
    background-color:#0076AA;
    border: solid 2px #0076AA;
    color: #fff;
}

.closeDisagreeModal {
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #0076AA;
    background-image: url("../img/btn_modal_close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    cursor: pointer;
}
.closeDisagreeModalText {
    font-size: 0;
}

/* ---------------------------------
        favorite popup
------------------------------------*/
.popupWrap {
    display: none;
}
.is-show.popupWrap {
    display: block;
}
.popupBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 36;
    background-color: rgba(52, 52, 52, 0.95);
}
.popupContentsWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 37;
    top: 0;
    left: 0;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popupContents {
    width: 766px;
    position: relative;
}
.contactFlame02Wrap {

}
.contactFlame02Wrap__marginTop {
	margin-top: 40px;
}
.contactFlame02 {
    position: relative;
	border-radius: 0;
	padding: 40px 60px;
    background-color: #fff;
    border: 2px solid #0076AA;
	text-align: center;
}
.contactFlame02Header {

}
.contactFlame02Title01 {
    display: inline-block;
    position: relative;
	font-size: 24px;
	font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.05em;
	color: #0076AA;
}
.contactFlame02Title01 + .contactFlame02Title01 {
    margin-top: 10px;
}
.iconFavorite {
    padding-left: 50px;
}
.iconFavorite::before {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon_favorite_on.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.contactFlame02List {
    margin: 20px auto 0;
    width: 250px;
    text-align: left;
}
.contactFlame02Text01 {
	line-height: 1.31;
	color: #0076AA;
}
.contactFlame02Title01 + .contactFlame02Text01 {
	margin-top: 20px;
}
.contactFlame02Text02 {
    font-size: 22px;
	line-height: 1.5;
	color: #0076AA;
}
.contactFlame02BtnWrap {
	margin-top: 20px;
}

.footerJobSearchViewWrap {
    display: none;
}
.footerJobDetialsViewWrap {
    display: none;
}

.contactFlame02Btn {
    min-width: inherit;
    min-width: auto;
    width: auto;
    padding: 15px 20px;
}
.contactFlame02Btn__close {
    background-color: #CCCCCC;
}
.contactFlame02Btn:nth-child(n+2) {
    margin-left: 40px;
}

.contactFlame02Btn__entry {
    font-size: 24px;
    color: #FFF;
    background-color: #ED7D31;

    background-repeat: no-repeat;
    background-image: url("../img/wedge_right_white.svg");
    background-position: calc(100% - 10px) center;
    background-size: 5px auto;
}

.contactFlame02Footer {
    margin-top: 30px;
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;

    text-align: left;
}

.contactFlame02CloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
}
.contactFlame02CloseBtnIcon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #0076AA;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contactFlame02CloseBtnIcon::before,
.contactFlame02CloseBtnIcon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.contactFlame02CloseBtnIcon::before {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
}
.contactFlame02CloseBtnIcon::after {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
}

/* =======================================
			footer entry
======================================= */
.footerEntryViewWrap {
    display: none;
}
.footerEntryView {

}
.footerEntryViewInner {

}
.footerEntryViewBtn {

}
.footerEntryViewBtnText {

}
.footerEntryViewText {

}

/*----------------------------------------
       search condition modal
----------------------------------------*/
.searchConditionModal {
    display: none;
}
.searchConditionModal.is-show {
    display: block;
}
.modalBoxBg  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.modalBox2Bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: #0076AA;
}
.modalBox2Wrap {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 150;
    top: 0;
    left: 0;
}
.modalBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.modalBox2InnerWrap {
    width: 896px;
    position: relative;
    max-height: 90%;
    padding: 18px;
    overflow-y: scroll;
}
.modalBox2Close {
    content: "";
    display: block;
    position: absolute;
    top: 36px;
    right: 36px;
    width: 18px;
    height: 18px;
    background-image: url("../img/btn_menu_close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
}
.modalBox2Inner {
    width: 860px;
    position: relative;
    max-height: 90%;
    border-radius: 8px;
    padding: 35px;
    overflow-y: scroll;
    background-color: #fff;
}
.modalBox2InnerWrap::-webkit-scrollbar,
.modalBox2Inner::-webkit-scrollbar {
    display: none;
}
.modalBox2Header {
    text-align: left;
}
.modalBox2Title01 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
}
.modalBox2Text01 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.modalBox2Body {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalBox2Filed {
    height: 100%;
    width: 100%;
    padding: 20px 5px 20px 20px;
    border-radius: 8px;
    background-color: #F2F2F2;
}
.modalBox2FiledInner {
    height: 100%;
    max-height: 52vh;
    min-height: 52vh;
    overflow-y: scroll;
}
.modalResultConditionWrap {
    border-bottom: 1px solid #d9d9d9;
    background-color: #FFF;
}
.modalResultTitle01 {
    padding: 10px;
    width: 100%;
    color: #0076AA;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    background-image: url("../img/wedge_down_blue.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px 6px;
}
.modalResultTitle01.openList {
    background-image: url("../img/wedge_up_blue.svg");
}
.modalResultCondition {
    display: none;
    padding: 0 10px 10px;
}
.modalResultConditionItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalResultConditionTitle {
    width: 150px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 2px;
    padding: 2px 10px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background-color: #0076AA;
}
.modalResultConditionIcon {
    margin-left: 0;
    width: calc(100% - 155px);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalResultConditionDesc {
    border-radius: 2px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
    padding: 3px 5px;
    background-color: #A1ACBD;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalResultConditionDesc__red {
    background-color: #FF0000;
}
.modalResultConditionText {
    font-size: 12px;
    color: #fff;
}
.modalResultistBtnWrap {
    padding: 15px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalResultistBtn {
    display: block;
    width: 210px;
    padding: 10px 30px;
    font-size: 14px;
    background-color: #0076AA;
    color: #FFF;
    text-align: center;
}
.modalResultistBtnText {
    font-size: 14px;
}
.modalBox2Footer {
    margin-top: 20px;
}

/*----------------------------------------
 _画面の横幅が750pxまで
----------------------------------------*/
@media screen and (max-width:750px) {

    /* =======================================
                common
    ======================================= */
    html.spMenuOpen,
    html.spMenuOpen body  {
        overflow: hidden;
    }
    body{
        min-width: auto;
        min-width: initial;
        font-size: 3.73vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc-br {
        display: inline;
    }
    .sp-br {
        display: block;
    }
    .pc-text {
        display: none;
    }
    main {
        margin-top: 16vw;
    }
    /* =======================================
                inner
    ======================================= */
    .inner01 {
        width: 100%;
    }
    .inner02 {
        width: 89.33vw;
    }
    .inner03 {
        width: 89.33vw;
    }
    .inner04 {
        width: 89.33vw;
    }
    .inner05 {
        width: 89.33vw;
    }
    .inner06 {
        width: 89.33vw;
    }
    .inner07 {
        width: 100%;
    }
    .inner08 {
        width: 89.33vw;
    }
    .inner09 {
        width: 89.33vw;
    }
    .marginTop5 {
        margin-top: 1.33vw;
    }
    /* =======================================
                pageBanner
    ======================================= */
    .pageBanner {
        height: 40vw;
    }
    .pageBannerInner {
        width: 89.33vw;
    }
    .pageBannerMask {

    }
    .pageBannerTitle {
        padding-left: 21.33vw;
    }
    .pageBannerTitleMain {
        font-size: 7.73vw;
    }
    .pageBannerTitleSub {
        margin-top: 1.2vw;
        font-size: 3.73vw;
    }

    /* =======================================
                breadcrumb
    ======================================= */
    .breadcrumb {
        padding: 2.66vw 0;
    }
    .breadcrumbList {
        overflow-x: auto;
        word-break: keep-all;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .breadcrumbListItem {

    }
    .breadcrumbListItem:nth-child(n+2) {
        padding-left: 5vw;
    }
    .breadcrumbListItem:nth-child(n+2):before {
        left: 2vw;
        margin-top: -1.25vw;
        width: 1.5vw;
        height: 2.5vw;
        background-size: 1.5vw 2.5vw;
    }
    .breadcrumbListItemLink {
        font-size: 3.2vw;
    }
    .breadcrumbListItemNoLink {
        font-size: 3.2vw;
    }
    .breadcrumbListItemText {

    }

    /* =======================================
                contentsblock
    ======================================= */
    .topLine__lightBlue {
        border-top: 0.26vw solid rgba(0, 118, 170, 0.21);
    }
    .bottomLine__lightBlue {
        border-bottom: 0.26vw solid rgba(0, 118, 170, 0.21);
    }
    .pageContents {

    }
    .pageContents__bg__lightBlue {

    }
    .pageContentsInner {
        padding: 6.66vw 0 13.33vw;
    }
    .pageContentsInner2 {
        width: 100%;
        padding: 0;
    }
    .pageContentsHeader {
        padding-bottom: 4vw;
    }

    .headerContact {
        margin-top: 5.33vw;
        width: 69.33vw;
        border-radius: 2.66vw;
        padding: 2.66vw 4vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    .headerContactLeft {
        width: 100%;
    }
    .headerContactRight {
        width: 100%;
    }
    .headerContactText01 {
        width: 100%;
        font-size: 4.26vw;
    }
    .headerContactText02 {
        width: 100%;
        font-size: 2.93vw;
    }
    .headerContactText03 {
        padding-left: 9.33vw;
        font-size: 7.2vw;
        background-size: 7.2vw;
    }

    .pageContentsTitle {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pageContentsTitleWrap {
        padding-right: 1em;
    }
    .pageContentsTitleText01 {
        font-size: 5.33vw;
        letter-spacing: 0;
    }
    .pageContentsTitleText01:nth-of-type(n+2) {
        padding-left: 0;
    }
    .pageContentsTitleText02 {
        padding-left: 0;
        font-size: 4.53vw;
        letter-spacing: 0;
    }
    .pageContentsTitleText03 {
        padding-left: 0;
        padding-top: 1.33vw;
        font-size: 3.46vw;
        letter-spacing: 0;
    }

    .pageContentsSubTitle {
        margin-top: 1.33vw;
    }
    .pageContentsSubTitleItem {
        font-size: 3.46vw;
    }

    .twoColumn {

    }
    .spReverseVerticalPosition {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .twoColumnLeft {
        width: 100%;
    }
    .twoColumnRight {
        width: 100%;
    }
    .twoColumnRightPc {
        display: none;
    }

    .bodyContents {
        padding: 9.33vw 0 0;
    }

    .subBanner {
        margin: 6.66vw auto 0;
        width: 100%;
        height: 36vw;
    }
    .subBannerLink {
        background-image: url("../img/campaign/banner-670.png");
    }
    .subBanner2 {
        margin: 0 auto 6.66vw ;
        height: 43.46vw;
    }
    .subBanner2Link {
        background-image: url("../img/campaign/banner-670-2.png");
    }
        
    .frameWrap01 {
        border-radius: 2.66vw;
        padding: 5.33vw;
        box-shadow: 0 0 2.66vw 0 rgba(66, 128, 147, 0.16);
    }
    .frameWrap01__recommned {
        padding: 5.06vw;
        border: 0.26vw solid #E6905A;
        box-shadow: 0px 0px 1.33vw 0 rgba(230, 144, 90, 0.17);
    }
    .frameWrap01__p40 {
        padding: 5.33vw;
    }
    .frameWrap01__topBorder::before {
        border-top-left-radius: 1.33vw;
        border-top-right-radius: 1.33vw;
        border-top: 1.33vw solid #0076AA;
    }
    .frameWrap02 {
        border-radius: 2.66vw;
        padding: 2.66vw;
    }
    .frameWrap03 {
        border-radius: 2.66vw;
    }
    .frameList {
        margin-top: 0.66vw;
    }
    .frameHeader {
    
    }
    .frameBody {
        margin-top: 4vw;
    }
    .frameFooter {
        margin-top: 4vw;
    }
    .frameFooter__noTop {
        margin-top: 0;
    }
    .frameFooterBtn {
    
    }
    .frameFooterBtn__twoBtn .btnBackLink {
        width: 42vw;
        text-align: left;
    }
    .frameFooterBtn__twoBtn .btnBackLink::after {
        content: none;
    }

    /* =======================================
                text
    ======================================= */
    .title01 {
        font-size: 5.33vw;
        letter-spacing: 0;
    }
    .title02 {
        font-size: 5.33vw;
        letter-spacing: 0;
    }
    .title03 {
        font-size: 5.33vw;
        letter-spacing: 0;
    }
    .title04 {
        font-size: 4.26vw;
        letter-spacing: 0;
    }
    /* =======================================
                icon
    ======================================= */
    .iconList {
        margin-top: -1.33vw;
        margin-left: -1.33vw;
    }
    .iconList:nth-child(n+2) {
        margin-top: 0;
    }
    .iconListWrap {
        /* margin-left: -1.33vw; */
    }
    .iconListItem {
        margin-top: 1.33vw;
        margin-left: 1.33vw;
        border-radius: 1.33vw;
        padding: 0.8vw 2.66vw;
        font-size: 3.73vw;
        line-height: 1.35;
    }
    .iconListItemNo {
        margin-top: 1.33vw;
        margin-left: 1.33vw;
        padding: 0.8vw 0;
        font-size: 3.73vw;
    }
    .iconListText {
        
    }
        
    .detalisList {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .detalisListItem {
        font-size: 3.2vw;
    }
    .detalisListItem:nth-child(n+2) {
        margin-left: 5.33vw;
    }
    .detalisListText {

    }

    /* =======================================
                ul ol 装飾
    ======================================= */

    /* =======================================
                input
    ======================================= */
    .inputText {
        width: 100%;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 2.66vw;
        font-size: 4.26vw;
    }
    .inputNumber {
        width: 100%;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 2.66vw;
        font-size: 4.26vw;
    }
    .inputTextArea {
        width: 100%;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 2.66vw;
        font-size: 4.26vw;
    }

    .inputSelectWrap {
        position: relative;
        display: inline-block;
        width: auto;
    }
    .inputSelectWrap::after {
        right: 2.66vw;
        margin-top: -0.66vw;
        width: 2.66vw;
        height: 1.33vw;
    }
    .inputSelect {
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 8vw 3.2vw 2.66vw;
        line-height: 1.35;
    }
    .inputSelectY {
        width: 21.33vw;
    }
    .inputSelectMD {
        width: 18.66vw;
    }

    .inputRadio {
        font-size: 3.73vw;
    }
    .inputRadio + label {
        padding: 0 0 0 8vw;
        font-size: 3.73vw;
    }
    .inputRadio + label::before {
        height: 4.93vw;
        width: 4.93vw;
        border: 0.26vw solid #CCCCCC;
    }
    .inputRadio:checked + label {

    }
    .inputRadio:checked + label::before {
        border: 0.26vw solid #0076AA;
    }
    .inputRadio:checked + label:after {
        height: 1.06vw;
        width: 2.13vw;
        left: 1.33vw;
        top: 1.33vw;
        border-bottom: 0.66vw solid #FFFFFF;
        border-left: 0.66vw solid #FFFFFF;
    }

    .inputRadioIcon {
        font-size: 3.73vw;
    }
    .inputRadioIcon + label {
        border-radius: 1.33vw;
        padding: 0.8vw 2.66vw;
        font-size: 3.73vw;
        line-height: 1.35;
    }
    
    .inputCheckbox {
        font-size: 3.73vw;
    }
    .inputCheckbox + label {
        padding: 0 0 0 8vw;
        font-size: 3.73vw;
    }
    .inputCheckbox + label::before {
        height: 4.93vw;
        width: 4.93vw;
        border: 0.26vw solid #CCCCCC;
        border-radius: 1.33vw;
    }
    .inputCheckbox:checked + label {

    }
    .inputCheckbox:checked + label::before {
        border: 0.26vw solid #0076AA;
    }
    .inputCheckbox:checked + label:after {
        height: 1.06vw;
        width: 2.13vw;
        left: 1.33vw;
        top: 1.33vw;
        border-bottom: 0.66vw solid #FFFFFF;
        border-left: 0.66vw solid #FFFFFF;
    }
    
    .inputItemUnit {
        font-size: 3.73vw;
    }

    .inputBtnWrap {
        width: 100%;
    }
    .inputBtn {
        border-radius: 1.33vw;
        padding: 4.8vw;
        font-size: 4.8vw;
    
        background-position: 59.2vw center;
        background-size: 7.2vw;
    }
    .inputBtn__return {
        padding: 2.4vw 4.8vw;
        background-position: 2.66vw center;
    }

    /* =======================================
                btn
    ======================================= */
    .btnWrapCenter {

    }
    .btnWrapBetween {

    }
    .btn {
        border-radius: 1.33vw;
        padding: 4vw;
        font-size: 3.73vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    .btn::after {
        right: 1.8vw;
        margin-top: -3.6vw;
        width: 7.2vw;
        height: 7.2vw;
        background-size: 7.2vw 7.2vw;
    }
    .btnSmall {
        border-radius: 1.33vw;
        padding: 4vw;
        font-size: 3.73vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    .btnMin {
        border-radius: 1.33vw;
        padding: 4vw;
        font-size: 3.73vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    .btnWrapCenter > *:nth-child(n+2) {
        margin-left: 5.33vw;
    }
    .btnLink {
        width: 36vw;
    }
    .btnLink::after {

    }
    .btnLinkBack {
        width: 36vw;
    }
    .btnLinkBack::after {
        right: auto;
        left: 2.66vw;
    }
    .btnBackLink {
        width: 100%;
    }
    .btnEntry {
        width: 36vw;
    }
    .btnEntry::after {

    }
    .btnSubmit {
        width: 50.66vw;
    }
    .btnProcessing {
        width: 50.66vw;
    }
    .btnAnchor {
        width: 69.33vw;
    }
    .btnAnchor::after {

    }
    .btnDownLink {
        width: auto;
        padding: 2.4vw 10.4vw 2.4vw 6.4vw;
    }
    .btnDownLink::after {
        margin-top: -2.6vw;
        width: 5.2vw;
        height: 5.2vw;
        background-size: 5.2vw;
    }
    .btnText {
        
    }
    .btnTextIcon {
        border-radius: 1.33vw;
        line-height: 1;
        font-size: 2.93vw;
        padding: 0.5vw 2.66vw;
    }
    .btnTextIcon--min {
        font-size: 2vw;
        padding: 0.26vw 1.33vw;
    }

    /* =======================================
                form
    ======================================= */
    .formInfoBlock {
        border-radius: 2.66vw;
        border: 0.53vw solid #0076AA;
        padding: 2.66vw;
    }
    .formInfoText {
        font-size: 3.73vw;
    }
    .formErrorBlock {
        border-radius: 2.66vw;
        border: 0.53vw solid #ff0000;
        padding: 2.66vw;
    }
    .formErrorText {
        font-size: 3.73vw;
    }
    
    .formSection {
        padding: 9.33vw 0 13.33vw;
    }
    .formSectionText01 {
        font-size: 3.73vw;
    }
    .formBannerTitle {
        padding: 0.5em;
        /* font-size: 5.06vw; */
        font-size: 4.5vw;
    }
    .formBannerTitleSubText {
        font-size: 4.0vw;
    }
    .formSection .formInfoBlock {

    }

    .formEntryInfoWrap {
        /* margin-bottom: 9.33vw; */
        margin-bottom: 18.66vw;
    }
    .formEntryInfoWrap__bottom20 {
        margin-bottom: 2.66vw;
    }
    .formEntryInfoList {
        border-width: 0.53vw;
        border-radius: 2.66vw;
        padding: 2vw;
    }
    .formEntryInfoList__bottom10 {
        margin-bottom: 2.66vw;
    }
    .formEntryInfoListItem {
        font-size: 3.73vw;
    }
    .formEntryInfoHeader {
        width: 100%;
    }
    .formEntryInfoTitle01 {
        font-size: 4.53vw;
        letter-spacing: 0;
    }
    .formEntryInfoBody {
        margin-top: 2.66vw;
        width: 100%;
    }

    .formEntryJobInfo {
        margin-top: 9.33vw;
    }
    .formEntryJobInfo__noMarginTop {
        margin-top: 0;
    }
    .formEntryJobInfoTitle {
        border-top-left-radius: 2.66vw;
        border-top-right-radius: 2.66vw;
        padding: 2.66vw 4vw;
        font-size: 4.8vw;
        line-height: 1.44;
        letter-spacing: 0.01em;
    }
    .formEntryJobInfoDesc {
        border-bottom-left-radius: 2.66vw;;
        border-bottom-right-radius: 2.66vw;;
        padding: 4vw;
    }
    .formEntryJobTitle {
        font-size: 4.26vw;
        line-height: 1.5;
    }
    .formEntryJobDesc {
        margin-top: 2vw;
        font-size: 3.2vw;
    }
    .formStepList {
        margin-top: 9.33vw;
    }
    .formStepList__noMarginTop {
        margin-top: 0;
    }
    .formStepItem {
        width: 28vw;
        padding: 2.4vw 5.33vw;
        font-size: 3.73vw;
   
        background-image: url("../img/step_arrow_white-sp.svg");
        background-size: 28vw auto;
    }
    .formStepItem.current {
        background-image: url("../img/step_arrow_blue-sp.svg");
    }
    .formStepItem.current + .formStepItem {
        background-image: url("../img/step_arrow_lightBlue-sp.svg");
    }
    .formStepItemText {
    
    }
    
    .formInputBox {
    }
    .formInputBox .formErrorBlock {
        margin-top: 6.66vw;
    }
    .formInputList {
        margin-top: 6.66vw;
    }

    .formBtnWrap + .formInputList {
        margin-top: 10.66vw;
    }

    .formLineItem {
        border-bottom: none;
    }
    .formLineItemWrap {

    }
    .formLineItemTitle {
        width: 100%;
        padding: 3.2vw 18.66vw 3.2vw 5.33vw;
        font-size: 3.73vw;
    }
    .requisite {
        top: 3.2vw;
        right: 5.33vw;
    
        display: inline-block;
        border-radius: 1.33vw;
        padding: 0.53vw 2.66vw;
        font-size: 3.2vw;
    }
    .formLineItemInput {
        width: 100%;
        padding: 4vw 5.33vw;
    }
    .formLineItemInput__Modal {
        padding-bottom: 2.66vw;
    }
    .formLineItemInputConf {
        width: 100%;
        padding: 4vw 5.33vw;
    }
    .formInputSelectWrap {
        min-width: 50.66vw;
    }

    .formLineItemInputList {

    }
    
    .formChoiceList {
        margin-top: -2.66vw;
        padding: 0;
    }
    .formChoiceList__center {

    }
    .formChoiceListItem {
        width: 100%;
        margin-top: 2.66vw;
    }
    .formChoiceListItem__50 {
        width: 100%;
    }
    
    .fromPrivacyBox {
       margin-top: 6.66vw;
    }
    .formNoteText {
        margin-top: 2.66vw;
        font-size: 3.2vw;
    }
    .formTosText {
        font-size: 3.2vw;
    }
    .formScrollBox {
        counter-reset: num-title-cnt;
        margin-top: 6.66vw;
        padding: 1em;
        max-height: 10em;
        border: 0.26vw solid #707070;
    
        font-size: 3.2vw;
    }

    .formChoiceListPrivacy {
        margin-top: 4vw;
    }
    
    .formBtnWrap {
        margin-top: 5.33vw;
    }
    .formBtnWrap__middleP {
        margin-top: 10.66vw;
    }

    .formBtnWrap__conf {
        margin-top: 5.33vw;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .formInputBtnWrap {
        min-width: 77.33vw;
    }
    .formInputBtnWrap__retrun {
        width: 32vw;
        min-width: inherit;
        min-width: auto;
    }
    .formInputBtnWrap__send {
        width: 52vw;
        min-width: inherit;
        min-width: auto;
    }
    .formInputBtn {
        background-position: 66.2vw center;
    }
    .formInputBtn__return {
        background-position: 2.66vw center;
        background-size: 5.6vw;
        padding: 2.4vw 4.8vw;
    }
    .formInputBtn__send {
        background-position: 41.2vw center;
    }
    
    .formInputModalBtn {
        margin-bottom: 1.33vw;
        min-width: 50.66vw;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 8vw 3.2vw 2.66vw;
        background-position: 43.66vw center;
        background-size: 2.93vw 2.66vw;
    }
    .formInputModalConditionTitle {
        margin-bottom: 1.33vw;
    }
    .formInputModalCondition {
        margin-bottom: 1.33vw;
    }
    
    .formLinkText {
        padding: 0 1.33vw;
    }
    .formInputUint {
        padding: 0 1.33vw;
    }
    
    /* =======================================
                tableStyle
    ======================================= */
    .jobList01 {

    }
    .jobList01Item {
        margin-right: 0;
        padding: 1vw;
        width: 89.33vw;
    }
    .jobList01Item:nth-child(3n) {
        margin-right: 0;
    }

    .jobList01LinkBlock {
        height: auto;
        border-radius: 2.66vw;
        /* padding: 4.33vw; */
        box-shadow: 0px 0px 1.33vw 0 rgba(0, 0, 0, 0.16);
    }
    .jobList01LinkBlock__recommend {
        /* padding: 3.81vw; */
        border: 0.26vw solid #E6905A;
        box-shadow: 0px 0px 1.33vw 0 rgba(230, 144, 90, 0.17);
    }
    .jobFeatureList .slide-arrow.prev-arrow.slick-arrow {
        width: 4.66vw;
        height: 8.53vw;
        margin-top: -4.26vw;
        left: -4vw;
    }
    .jobFeatureList .slide-arrow.next-arrow.slick-arrow {
        width: 4.66vw;
        height: 8.53vw;
        margin-top: -4.26vw;
        right: -4vw;
    }

    .jobList01Article {

    }
    .jobList01ArticleUp {
        padding: 4.26vw;
    }
    .jobList01LinkBlock__recommend .jobList01ArticleUp {
        padding: 4.26vw;
    }
    .jobList01Header {
        padding-bottom: 3.2vw;
    }
    .jobList01Title {
        font-size: 4.26vw;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }
    .jobList01TitleIcon {
        margin-right: 1.33vw;
        border-radius: 1.33vw;
        padding: 0.8vw 2.66vw;
        font-size: 3.73vw;
        line-height: 1.35;
    }
    .jobList01IconList {
        margin-top: 1.33vw;
    }
    .jobList01IconListItem {

    }
    .jobList01HeaderInfo {
        margin-top: 1.33vw;
    }
    .jobList01Date {
        margin-right: 1.33vw;
        font-size: 3.73vw;
        line-height: 1.5;
    }
    .jobList01Date:last-child {
        margin-right: 0;
    }
    
    .jobList01Image {
        margin: 0 0 3.2vw;
        height: 39.33vw;
    }

    /* jobRecommendList */
    .jobRedommendList {
        border-radius: 1.33vw;
        border: 0.26vw solid #E6905A;
        padding: 2.66vw 0;
    }
    .jobRedommendListHeader {
        padding: 0 2.66vw;
    }
    .jobRedommendList .jobFeatureList {
        padding: 0 2.66vw;
    }
    .jobRedommendList .jobList01 .slide-arrow.prev-arrow.slick-arrow {
        left: 0;
    }
    .jobRedommendList .jobList01 .slide-arrow.next-arrow.slick-arrow {
        right: 0;
    }
    .jobRedommendList .jobList01Item {
        padding: 2.66vw;
        width: 84vw;
    }
    .jobRedommendList .jobList01LinkBlock__recommend {

    }
    .jobRedommendList .jobList01Title {
        font-size: 3.73vw;
    }
    .jobRedommendList .iconListItem {
        font-size: 3.73vw;
    }

    /* jobListTable01 レコメンドテーブル */
    .jobListTable01 {
        border-top: 0.13vw solid #EFEFEF;
        padding-top: 3.2vw;
    }
    .jobListTable01Line {

    }
    .jobListTable01Line:nth-child(n+2) {
        padding-top: 0.66vw;
    }
    .jobListTable01Text {
        font-size: 3.73vw;
        line-height: 1.5;
    }
    .jobListTable01PrWrap {
        border-bottom-left-radius: 2.66vw;
        border-bottom-right-radius: 2.66vw;
        /* padding: 10px 16px 6px 76px; */
        padding: 4vw 4vw 4vw 12vw;
    }
    .jobListTable01PrWrap::before {
        left: 2vw;
        margin-top: -4vw;
        width: 8vw;
        height: 8vw;
    }
    .jobListTable01PrText {
        font-size: 3.73vw;
        line-height: 1.5;
    }

    /*
    .jobListTable01 {
        border-top: 0.26vw solid #EFEFEF;
        padding-top: 3.2vw;
    }
    .jobListTable01Dl {
        font-size: 3.73vw;
        line-height: 1.5;
    }
    .jobListTable01Dl:nth-child(n+2) {
        padding-top: 1.33vw;
    }
    .jobListTable01Dt {
        width: 21.33vw;
    }
    .jobListTable01Dd {
        width: 57.33vw;
    }
    */

    /* jobList02 検索一覧 */
    .jobList02 {

    }
    .jobList02Item {

    }
    .jobList02Item:nth-child(n+2) {
        margin-top: 4.8vw;
    }
    .jobList02Article {
        border-radius: 2.66vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    .jobList02Article::before {
        border-top-right-radius: 2.66vw;
        border-top-left-radius: 2.66vw;
        border-top: 1.33vw solid #0076AA;

    }
    .jobList02Header {
        padding: 4vw 5.33vw 3.2vw;
    }
    .jobList02Title {
        font-size: 4.26vw;
        line-height: 1.5;
    }
    .jobList02TitleWrap {
        width: 74vw;
    }
    .jobList02Titlecon {
        margin-right: 1.33vw;
        border-radius: 1.33vw;
        padding: 0.8vw 2.66vw;
        font-size: 3.73vw;
        line-height: 1.35;
    }
    .favoriteIcon {
        position: absolute;
        top: 0.66vw;
        right: -2vw;
        width: 8vw;
        height: 8vw;
    }
    .jobList02Title .favoriteIcon {
        right: -4vw;
    }
    .favoriteClickText {
        width: 18vw;
        top: -6vw;
        right: -2vw;
        border: 0.13vw solid #0076AA;
        border-radius: 1.33vw;
        padding: 0.66vw 0.26vw;
        font-size: 2.66vw;
    }

    .favoriteBtn {
        width: 40vw;
        padding: 4vw 3vw;
    }
    .footerJobDetialsViewBtnWrap .is-active.favoriteBtn {
        border: 0.52vw solid #FFF;
        padding: 3.48vw 2.48vw;
    }
    .footerJobDetialsViewBtnWrap .is-active.favoriteBtn::after {
        right: 1.28vw;
    }

    .jobList02IconList {
        margin-top: 1.33vw;
        width: 100%;
    }
    .jobList02IconListItem {

    }
    .jobList02DetalisList {
        margin-top: 2.26vw;
        width: 100%;
    }
    .jobList02Date {

    }
    .jobListTable02 {
        margin: 0 5.33vw;
        border-top: 0.26vw solid #EFEFEF;
        padding: 4vw 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .jobListTable02Block {
        width: 100%;
    }
    .jobListTable02BlockLeft {
        margin: 4vw 0 2.13vw;
        width: 100%;
    }
    .jobListTable02BlockRight {
        width: 100%;
    }
    .jobList02Image {
        height: 39.33vw;
    }
    .jobListTable02Dl {

    }
    .jobListTable02Dl:nth-child(n+2) {
        padding-top: 2.13vw;
    }
    .jobListTable02Dt {
        width: 21.33vw;
        padding-left: 0;
    }
    .jobListTable02Dt::before {
        content: none !important;
    }
    .jobListTable02Dt_jobType {

    }
    .jobListTable02Dt_subject {

    }
    .jobListTable02Dt_marker {

    }
    .jobListTable02Dt_calendar {

    }
    .jobListTable02Dt_salary {

    }
    .jobListTable02Dt_karte {

    }
    .jobListTable02Dd {
        width: 57.33vw;
    }
    .jobList02Footer {
        border-bottom-left-radius: 2.66vw;
        border-bottom-right-radius: 2.66vw;
        /* padding: 4vw 5.33vw; */

        padding: 4vw;
    }
    .jobList02FooterBtnWrap {

    }
    .jobList02FooterBtnWrap > *:nth-child(n+2) {
        margin-left: 4vw;
    }
    .jobList02BtnLink {
        padding: 4vw 3vw;
    }
    .jobList02BtnLinkText {

    }
    .jobList02BtnEntry {

    }
    .jobList02BtnEntryText {

    }

    /* jobDetailsTable 求人詳細 */
    .jobDetailsTableContentsWrap {
        padding-top: 0;
    }
    .jobDetailsTableContentsWrap01 {
        border-radius: 0;
        box-shadow: none;
    }
    .jobDetailsTableImageWrap {
        margin: 8vw auto 0;
        width: 89.33vw;
    }
    .jobDetailsTableImage {
        height: 39.33vw;
    }
    .jobDetailsTableWrap {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-bottom: 8vw;
    }
    .jobDetailsHeader {

    }
    .jobDetailsTitle {
        font-size: 5.33vw;
        line-height: 1.5;
    }
    .jobDetailsTitleText {
        width: calc(100% - 8vw);
    }
    .jobDetailsIconList {
        margin-top: 0;
    }
    .jobDetailsIconListItem {

    }
    .jobDetailsDetalisList {
        margin-top: 2.66vw;
    }
    .jobDetailsDate {

    }
    .jobDetailsId {

    }

    .jobDetailsTable {
        width: 89.33vw;
        display: block;
    }
    .jobDetailsTableTitle {
        display: block;
        margin-top: 8vw;
        border-bottom: 0.53vw solid #0076AA;
        padding: 0 0 2.66vw;
        font-size: 4.26vw;
        line-height: 1.3;
    }
    .jobDetailsTable th {
        display: block;
        width: 89.33vw;
        border-bottom: none;
        padding: 4vw 0 0;
        font-size: 3.73vw;
    }
    .jobDetailsTable td {
        display: block;
        width: 89.33vw;
        border-bottom: 0.26vw solid #EFEFEF;
        padding: 1.33vw 0 4vw;
        font-size: 3.73vw;
    }
    .jobbDetailsFooter {
        display: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0;
    }
    .jobbDetailsFooterBtnEntry {
        width: 0;
    }
    .jobbDetailsFooterBtnLogin {
        width: 0;
    }
    .jobbDetailsFooterBtnNoLink {
        width: 0;
    }
    .jobDetailsBtnWrap {
        margin-top: 0;
        margin-bottom: 8vw;
    }
    .jobDetailsBtnBackLink {
        width: 53.33vw;
    }

    /* job details side */

    /* job recommend */
    .recommendBox {
        padding-top: 12vw;
        padding-bottom: 13.33vw;
        background-color: #ECF5F8;
    }
    .recommendListWrap {
        margin: 0 auto;
        width: 89.33vw;
    }
    .recommendList {
        width: 89.33vw;
        margin: 0 auto;
    }
    .recommendItem {
        width: 89.33vw;
        margin-right: 0;
        margin-left: 0;
    }
    .recommendItem:nth-child(3n) {
        margin-right: 0;
        margin-left: 0;
    }
    .recommendLinkBlock {
        position: relative;
        border-radius: 2.66vw;
        border: none;
        padding: 5.33vw;
        box-shadow: none;
    }
    .recommendLinkBlock::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        content: "";
        border-top-left-radius: 1.33vw;
        border-top-right-radius: 1.33vw;
        border-top: 1.33vw solid #0076AA;
    }
    .recommendHeader {
        padding-bottom: 2.66vw;
    }
    .recommendTitle {
        font-size: 4.26vw;
        line-height: 1.3;
    }
    .recommendDetailTable01 {
        padding-top: 2.66vw;
    }
    .recommendList {
        display: block;
    }
    .recommendListDt {
        width: 17.33vw;
        font-size: 3.73vw;
    }
    .recommendListDd {
        width: 60vw;
        font-size: 3.73vw;
    }
    .recommendList .slide-arrow.prev-arrow.slick-arrow {
        width: 4.66vw;
        height: 8.53vw;
        margin-top: -4.26vw;
        left: -4vw;
    }
    .recommendList .slide-arrow.next-arrow.slick-arrow {
        width: 4.66vw;
        height: 8.53vw;
        margin-top: -4.26vw;
        right: -4vw;
    }

    .jobFeature {
        padding: 7.2vw 0 8vw;
    }
    .jobFeature:nth-child(n+2) {
        border-top: 0.26vw solid rgba(0, 118, 170, 0.21);
    }
    .jobFeatureTitle {
        padding-left: 9.6vw;
    }
    .jobFeatureTitle::before {
        width: 8vw;
        height: 8vw;
    }
    .jobFeatureTitle__consultation::before {
        background-size: 7.73vw 7.46vw;
    }
    .jobFeatureTitle__ctscan::before {
        background-size: 5.86vw 7.73vw;
    }
    .jobFeatureTitle__medical::before {
        background-size: 6.93vw 6.93vw;
    }
    .jobFeatureTitle__stethoscope::before {
        background-size: 7.46vw 7.2vw;
    }

    .jobFeatureListLink {
        padding-right: 2.3vw;
        background-size: 1.33vw 2.93vw;
    }
    .jobFeatureList {
        margin-top: 4vw;
    }

    /* =======================================
                globalHeader
    ======================================= */
    .globalHeader01 {
        border-bottom: 0.26vw solid #EFEFEF;
    }
    .globalHeader01__noborder {
        border-bottom: none;
    }
    .globalHeaderInner {
        width: 100%;
        min-height: 14.66vw;
        padding-left: 2.66vw;
    }
    .globalHeaderLogo {
        /* width: 45.33vw; */
        width: 30.33vw;
    }
    .globalHeaderLogo a {

    }
    .globalHeaderLogo a img {

    }
    .globalHeaderNavPc {

    }
    .globalHeaderNavList01 {
        display: none;
    }
    .globalHeaderNavList01Item {

    }
    .globalHeaderNavList01Link {

    }
    .globalHeaderNavList01Text {

    }
    .globalHeaderNavList02 {
        margin-left: 0;
    }
    .globalHeaderNavList02Item {

    }
    .globalHeaderNavList02Link {
        width: 16vw;

        padding: 10.66vw 1.33vw 1.6vw;
        font-size: 2.66vw;
        line-height: 1.4;
    }
    .globalHeaderNavList02Link__logout {
        width: 18vw;
        background-position: center 2.66vw;
        background-size: 7.2vw 7.2vw;
    }
    .globalHeaderNavList02Link__login {
        background-position: center 2.66vw;
        background-size: 7.2vw 7.2vw;
    }
    .globalHeaderNavList02Link__entry {
        width: 46.66vw;
        padding: 2.66vw 2.66vw 2.66vw 10.66vw;
        font-size: 3.33vw;
        /* background-position: center 2.66vw; */
        background-position: 2.66vw center;
        background-size: 6.66vw 6.13vw;
    }
    .globalHeaderNavList02Link__line {
        width: 46.66vw;
        padding: 0;
        color: #FFF;
        background-color: #FFF;
        background-image: none;
    }
    .globalHeaderNavList02Text {

    }
    .globalHeaderMenuBtn {
        width: 16vw;
        height: 100%;
        background-repeat: no-repeat;
        background-image: url("../img/btn_menu_open.svg");
        background-position: center;
        background-size: 8vw 6.4vw;
        cursor: pointer;
    }
    .globalHeaderNavSp {
        display: none;
        position: fixed;
        /* width: 63.2vw; */
        width: 80vw;
        height: 100%;
        /* z-index: 15; */
        z-index: 25;
        background-color: #0076AA;
    }
    .globalHeaderNavSpInner {
        width: 100%;
        /* height: calc(100vh - 16vw); */
        height: calc(100vh - 35vw);
        overflow-y: auto;
    }

    .globalHeaderNavSplistTitle {
        position: relative;
        margin: 4vw 2.66vw 0;
        padding: 0 2.66vw 0 4.66vw;
        font-size: 3.46vw;
        font-weight: 700;
        line-height: 1.3;
        color: #fff;
    }
    .globalHeaderNavSplistTitle::before {
        position: absolute;
        left: 0;
        content: "▼";
        color: #FFF;
    }

    .globalHeaderNavSplist01 {
        /* margin: 4vw auto 0; */
        /* width: 52vw; */
        margin: 1vw auto 0;
        width: 100%;
        padding: 0 2.66vw;

        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        /* -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; */
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .globalHeaderNavSplist01:nth-of-type(1) {
        margin-top: 4vw;
    }
    .globalHeaderNavSplist01Item {
        width: 49%;
    }
    .globalHeaderNavSplist01Item:nth-child(2n) {
        margin-left: 2%;
    }
    .globalHeaderNavSplist01Item:nth-child(n+3) {
        margin-top: 2vw;
    }
    .globalHeaderNavSplist01Item__full {
        width: 100%;
    }
    .globalHeaderNavSplist01Item__full:nth-child(n+2) {
        margin-top: 2vw;
    }
    .globalHeaderNavSplist01Link {
        width: 100%;
        height: 100%;
        /* min-height: 14.66vw; */
        /* border-radius: 4vw; */
        /* padding: 2.13vw 4vw 2.13vw 17.6vw; */
        border: 0.53vw solid #fff;
        padding: 2.13vw; 
        /* font-size: 3.46vw; */
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 1.3;
        /* color: #fff; */
        /* background-color: #0076AA; */
        color: #0076AA;
        background-color: #FFF;
        cursor: pointer;

        background-repeat: no-repeat;
        background-image: url("../img/wedge_right_blue.svg");
        background-position: calc(100% - 1.33vw) center;
        background-size: 1.06vw 2.13vw;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .globalHeaderNavSplist01Link__modal {
        background-image: url("../img/icon_windows_line_blue.svg");
        background-size: 2.93vw 2.66vw;
    }
    .globalHeaderNavSplist01Link__logout {
        color: #FFF;
        background-color: #BABABA;
    }
    .globalHeaderNavSplist01Link__login {
        border: 0.53vw solid #ED7D31;
        color: #ED7D31;
        background-color: #fbe7db;
        background-image: url("../img/wedge_right_orange.svg");
    }
    .globalHeaderNavSplist01Link__entry {
        color: #FFF;
        background-color: #ED7D31;
        background-image: url("../img/wedge_right_white.svg");
    }
    .globalHeaderNavSplist01Link__line {
        /* border: none; */
        padding: 0; 
        color: #FFF;
        background-color: #FFF;
        background-image: none;
    }
    .linkIcon01 {
        background-image: url("../img/icon_consultation_white.svg");
        background-size: 9.33vw 9.06vw;
    }
    .linkIcon02 {
        background-image: url("../img/icon_ctscan_white.svg");
        background-size: 8vw 10.4vw;
    }
    .linkIcon03 {
        background-image: url("../img/icon_medical_white.svg");
        background-size: 9.2vw 9.2vw;
    }
    .linkIcon04 {
        background-image: url("../img/icon_stethoscope_white.svg");
        background-size: 9.6vw 9.06vw;
    }
    .globalHeaderNavSplist01Text {

    }
    .globalHeaderNavSplist01Img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-size: 0;
    }

    .globalHeaderNavSplist02 {
        margin-top: 4vw;
        width: 100%;
    }
    .globalHeaderNavSplist02Item {
        
    }
    .globalHeaderNavSplist02Link {
        display: block;
        border-top: 0.26vw solid rgba(255, 255, 255, 0.15);
        padding: 4vw 5.33vw;
        font-size: 3.46vw;
        font-weight: 700;
        line-height: 1.3;
        color: #fff;

        background-repeat: no-repeat;
        background-image: url("../img/wedge_right_white.svg");
        background-position: 56vw center;
        background-size: 1.06vw 2.13vw;
    }
    .gglobalHeaderNavSplist02Text {

    }

    .globalHeaderNavSpInfo {
        display: block;
        margin: 4vw 2.66vw 0;
        border: 0.53vw solid #FFF;
        padding: 2.13vw;
        background-color: #ED7D31;
    }
    .globalHeaderNavSpInfoTitle {
        font-size: 3.46vw;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        color: #fff;
    }
    .globalHeaderNavSpInfoList {
        margin-top: 1.33vw;
    }
    .globalHeaderNavSpInfoItem {
        position: relative;
        padding-left: 1em;
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 1.4;
        color: #fff;
    }
    .globalHeaderNavSpInfoItem::before {
        content: "・";
        position: absolute;
        font-size: 1em;
        left: 0;
        text-align: center;
    }

    .globalHeaderNavSpInfo-line {
        display: block;
        margin: 4vw 2.66vw 0;
        border: 0.53vw solid #FFF;
        padding: 0;
        background-color: #FFF;
    }
    .globalHeaderNavSpInfo-line img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-size: 0;
    }

    .spMenuOpen .ckikcGlobalMenuMask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(51, 51, 51, 0.9);
        z-index: 9;
    }
    .spMenuOpen .globalHeaderMenuBtn {
        background-image: url("../img/btn_menu_close.svg");
        background-size: 6.93vw 6.4vw;
    }
    .spMenuOpen .globalHeaderNavSp {
        display: block;
    }

    /* =======================================
                faq
    ======================================= */
    .faqQ {
        padding: 2.66vw 0px;
        font-size: 3.73vw;
    }
    .faqQ::after {
        right: 0;
        margin-top: -0.7vw;
        width: 3.2vw;
        height: 1.4vw;
    }
    .faqQ.openList::after {

    }
    .faqQicon {
        width: 7.2vw;
        height: 7.2vw;
        font-size: 3.46vw;
        line-height: 7.2vw;
    }
    .faqQText {
        width: 69.33vw;
        padding: 1.33vw 0 0 2.66vw;
    }
    .burgerList {

    }
    .faqA {
        width: 100%;
        position: relative;
        padding: 2.66vw 0px;
    }
    .faqAicon {
        width: 7.2vw;
        height: 7.2vw;
        font-size: 3.46vw;
        line-height: 7.2vw;
    }
    .faqAText {
        width: 74vw;
        padding: 1.33vw 0 1.33vw 2.66vw;
        letter-spacing: -0.05em;
    }

    .faqFotter {
        margin-top: 6.66vw;
        padding: 0 4vw;
    }

    /* =======================================
                UsefulContents
    ======================================= */
    .usefulContents {
        padding: 10.66vw 0 16vw;
    }
    .usefulContentsText01 {
        margin-top: 5.33vw;
        text-align: left;
        letter-spacing: -0.1em;
    }
    .usefulContentsListWrap {
        margin-top: 8vw;
    }
    .usefulContentsList {
        width: 100%;
    }
    .usefulContentsListItem {
        width: 43.46vw;
    }
    .usefulContentsListItem:nth-child(n+3) {
        margin-top: 3.2vw;
    }
    .usefulContentsListItem:nth-child(n+4) {
        margin-top: 3.2vw;
    }
    .usefulContentsListLink {
        border-radius: 2.66vw;
        box-shadow: 0px 0px 1.33vw 0 rgba(0, 0, 0, 0.16);
    }
    .usefulContentsListThum {
        border-top-left-radius: 2.66vw;
        border-bottom-left-radius: 2.66vw;
        width: 13.06vw;
    }
    .usefulContentsListText {
        width: 30.4vw;
        padding: 4vw 0vw 4vw 3.2vw;
        font-size: 3.46vw;
        line-height: 1.38;
    }
    .usefulContentsBtn {
        margin-top: 3.2vw;
        width: 100%;
        border-radius: 2.66vw;
        padding: 5.33vw;
        font-size: 4.8vw;
        background-position: 76vw center;
        background-size: 9.33vw 9.33vw;

        box-shadow: 0px 0px 4.26vw 0 rgba(0, 0, 0, 0.16);
    }
    .usefulContentsBtnText {

    }

    /* =======================================
                globalFooter
    ======================================= */
    .globalFooter {

    }
    .topBtn {
        width: 13.33vw;
        height: 13.33vw;
        /* bottom: 15%; */
        bottom: 27vw;
        z-index: 20;
    }
    .cookeiApproval .topBtn {
        bottom: 30%;
    }
    .topBtn img {

    }
    .globalFooterInner {
        width: 89.33vw;
        padding: 8vw 0;
    }
    .globalFooterLogoWrap {
        text-align: center;
    }
    .globalFooterLogo {
        height: 10.93vw;
        margin-left: 0;
    }
    .globalFooterLogo img {

    }
    .globalFooterNav {
        margin-top: 5.33vw;
    }
    .globalFooterNavList01 {
        padding-bottom: 3.2vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .globalFooterNavList01__hcenter {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .globalFooterNavList01:nth-child(n+2) {
        margin-top: 0;
        border-top: 0.26vw solid #EFEFEF;
        padding-top: 6.4vw;
    }
    .globalFooterNavList01Dt {
        width: 100%
    }
    .globalFooterNavList01DtLink {
        font-size: 4.26vw;
    }
    .globalFooterNavList01Dd {
        margin-top: 4vw;
        width: 100%;
    }

    .globalFooterNavList02 {
        margin-left: -5.2vw;
    }
    .globalFooterNavList02Item {
        margin-left: 5.2vw;
        margin-bottom: 3.2vw;
    }
    .globalFooterNavList02__half {
        margin-left: -11.2vw;
    }
    .globalFooterNavList02Item__half {
        margin-left: 11.2vw;
    }

    .globalFooterNavList02Link {
        font-size: 3.46vw;
    }

    .globalFooterNavList03 {
        margin-top: 0;
        border-top: 0.26vw solid #EFEFEF;
        padding-top: 6.4vw;
    }
    .globalFooterNavList03Item {
        margin-right: 0;
        margin-bottom: 3.2vw;
        width: 100%;
    }
    .globalFooterNavList03Link {
        font-size: 4.26vw;
        text-decoration: underline;
    }

    .globalFooterCopy {
        margin-top: 1.6vw;
        font-size: 3.2vw;
    }

    /* =======================================
                pager
    ======================================= */
    .pagenation {
        margin: 0 0 0;
    }
    .pagenation__top {
        margin: 6.66vw 0 4vw;
    }
    .pagenation__bottom {
        margin: 4.8vw 0 0;
    }
    .pagenationCount {
        width: 100%;
    }
    .pagenationCountPc {
        display: none;
    }
    .pagenationCountTotal {
        font-size: 4vw;
        letter-spacing: 0.01em;
    }
    .pagenationCountTotalNum {
        padding-right: 2.13vw;
        font-size: 7.46vw;
    }
    .pagenationCountPage {
        font-size: 3.73vw;
    }
    .pagenationCountPageStartNum {

    }
    .pagenationCountPageEndNum {

    }

    .pagerListBox {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagerListBoxPc {
        display: none;
    }
    .pagerPrev {
        margin-right: 0;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4vw;
    }
    .pagerPrevLink {
        width: 8vw;
        height: 8vw;
        border-radius: 1.33vw;
        padding: 1.33vw;

        background-size: 1.06vw 2.13vw;
    }
    .pagerNext {
        margin-left: 0;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -4vw;
    }
    .pagerNextLink {
        width: 8vw;
        height: 8vw;
        border-radius: 1.33vw;
        padding: 1.33vw;

        background-size: 1.06vw 2.13vw;
    }
    .pagerList {
        margin-top: -4vw;
        padding: 0 8vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagerListItem {
        margin: 4vw 2.66vw 0;
    }
    .pagerListItemLink {
        min-width: 8vw;
        height: 8vw;
        border-radius: 1.33vw;
        padding: 1.33vw;
        font-size: 3.73vw;
    }
    .pagerListItemLink.current {

    }
    .pagerListItemPoints {
        width: 8vw;
        height: 8vw;
        border-radius: 1.33vw;
        padding: 1.33vw;
        font-size: 3.73vw;
    }
    .pagerListItemLinkText {

    }

    /* =======================================
                side job search
    ======================================= */
    .sideJobSearchWrap {
        padding-top: 0;
    }
    .sideJobSearch {
        width: 100%;
        border-top: 0.26vw solid rgba(0, 118, 170, 0.21);
        padding: 6.66vw 0;
    }
    .sideJobSearcFormhWrap {
        display: block;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }
    .sideJobSearchTitle {
        margin-bottom: 2.66vw;
        border-radius: 2.66vw;
        padding: 3.2vw;
        font-size: 3.73vw;
        line-height: 1.6;
    }
    .sideJobSearchTitleText {

    }
    .sideJobSearchList {
        overflow-y: hidden;
        max-height: auto;
        max-height: initial;
    }
    .sideJobSearchListItem {
        width: 100%;
        padding: 0;
        border-bottom: none;
        background-color: inherit;
    }
    .sideJobSearchListItem__ctype {
        display: none;
        opacity: 0;
        height: 0;
    }
    .sideJobSearchListItem:nth-child(n+2) {
        margin-top: 2.66vw;
    }
    .sideJobSearchInputPc {
        display: none;
    }
    .sideJobSearchInputSp {
        display: block;
    }
    .sideJobSearchInputHeader {
        display: none;
    }
    .sideJobSearchInputModalBtn {
        width: 100%;
        border-radius: 2.66vw;
        border: none;
        padding: 3.2vw 10.33vw 3.2vw 3.2vw;
        font-size: 3.73vw;

        letter-spacing: 0.01em;
        text-align: left;
        color: #000;

        background-color: #fff;
        box-shadow: 0px 0px 1.33vw 0 rgba(29, 97, 123, 0.16);
        cursor: pointer;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        background-image: url("../img/circle_right_blue_lightBlue.svg");
        background-repeat: no-repeat;
        background-position: 78.66vw center;
        background-size: 8vw 8vw;
    }
    .sideJobSearchInputTitle {
        padding-right: 1em;
        font-size: 3.73vw;
        line-height: 1.6;
    }
    .modalConditionWrap {
        width: 100%;
    }
    .modalConditionWrap2 {
        width: 100%;
    }
    .modalConditionItem {
        margin-top: 1.33vw;
    }
    .modalConditionTitle {
        padding-right: 1em;
        font-size: 2.93vw;
    }
    .modalCondition {
        font-size: 2.66vw;
        color: #0076AA;
    }
    .modalCondition .iconListItem {
        font-size: 2.66vw;
    }
    .sideJobSearchInput {
        margin-top: 0;
        width: auto;
    }
    .sideJobSearchInput__freeword {
        position: relative;
        width: 100%;
    }
    .sideJobSearchInput__freeword::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 2.66vw;
        width: 4vw;
        height: 4vw;
        margin-top: -2vw;
        background-image: url("../img/icon_lupe_gray.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .sideJobSearchInputText {
        width: 100%;
        border-radius: 2.66vw;
        border: none;
        padding: 3.2vw 3.2vw 3.2vw 8.66vw;
        font-size: 3.73vw;
        letter-spacing: 0.01em;
        text-align: left;
        color: #000;
        background-color: #fff;

        box-shadow: 0px 0px 1.33vw 0 rgba(29, 97, 123, 0.16);
    }
    .sideJobSearchInputText2 {
        width: 100%;
        border-radius: 2.66vw;
        padding: 3.2vw;
        font-size: 3.73vw;
        letter-spacing: 0.01em;
        text-align: left;
        color: #000;
        background-color: #fff;
    }
    .sideJobSearchInputSelect {
        max-width: 100%;
        min-width: 21.33vw;
        border-radius: 2.66vw;
        border: 1px solid #CCCCCC;
        padding: 3.2vw 8.66vw 3.2vw 3.2vw;
        font-size: 3.73vw;
        letter-spacing: 0.01em;
    }

    .sideJobSearchListFooterWrap {

    }
    .sideJobSearchListFooter {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 2.66vw;
        background-color: #ECF5F8;
        text-align: center;
    }
    .is-sticky.stickyBlockSideJobSearchListFooter {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 5;
    }
    .sideJobSearchListFooter .searchCount {
        /* font-size: 3.73vw; */
        font-size: 3.2vw;
        text-align: center;
        line-height: 1.5;
    }
    .jobTotalCnt {
        font-size: 6.13vw;
        padding: 0 1.33vw;
    }
    .sideJobSearchListFooterBtnWrap {
        margin-top: 0;
    }
    .sideJobSearchListFooterBtn {
        width: 69.33vw;
        font-size: 3.73vw;
        padding: 2vw;
    }
    .sideJobSearchListFooterBtnClearLink {
        width: auto;
        /* margin-top: 5vw;
        font-size: 4.66vw; */
        margin-top: 2.5vw;
        font-size: 3.73vw;
        line-height: 1.4;
    }
    .footerJobSearchViewWrap {
        display: block;
        width: 100%;
        height: 17.73vw;
    }
    .footerJobSearchView {
        display: block;
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        padding: 2.66vw 0;
        /* background-color: #0076AA; */
        background-color: rgba(0, 118, 170,0.8);
        z-index: 5;
    }
    .is-fixed.footerJobSearchView {
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .footerJobSearchViewInner {
        margin: 0 auto;
        width: 69.33vw;

        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerJobSearchViewPagenationCount {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footerJobSearchViewBtnAnchor {
        /* margin-top: 2.66vw;
        padding: 3.2vw 4vw;
        font-size: 4.8vw; */
        margin-top: 1.33vw;
        padding: 1.33vw;
        font-size: 3.46vw;
    }
    .footerJobSearchView .pagenationCount > * {
        color: #fff;
        /* font-size: 3.2vw; */
        font-size: 2.66vw;
    }
    .footerJobSearchView .pagenationCountTotalNum {
        padding: 0 1.33vw;
        color: #fff;
        /* font-size: 6.13vw; */
        font-size: 3.73vw;
    }
    .footerJobSearchViewBtnAnchor::after {
        right: 2.265vw;
        margin-top: -2.265vw;
        width: 4.53vw;
        height: 4.53vw;
        background-size: 4.53vw;
    }

    .footerJobDetialsViewWrap {
        display: block;
        width: 100%;
        height: 26.13vw;
    }
    .footerJobDetialsViewWrapSingle {
        height: 20vw;
    }

    .footerJobDetialsView {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #0076AA;
        z-index: 5;
    }
    .footerJobDetialsViewBtnWrap {
        /* padding: 4vw; */
        padding: 4vw 2vw;
        background-color: #0076AA;
    }
    .footerJobDetialsViewBtn {
        /* font-size: 3.2vw; */
        width: 100%;
        /* padding: 5.33vw 1.66vw 5.33vw 10.66vw; */
        padding: 4vw 3vw 4vw 10.66vw; 
    }
    .footerJobDetialsViewBtn::after {
        content: none;
    }
    .footerJobDetialsViewBtn:nth-child(n+2) {
        margin-top: 0;
    }
    .footerJobDetialsViewBtn::before {
        position: absolute;
        content: "";
        left: 2.66vw;
        top: 50%;
    }
    .footerJobDetialsViewBtnEntry {
        /* width: 36vw; */
        width: 47vw;
        padding: 3.33vw 1.66vw 3.33vw 11.66vw;
    }
    .footerJobDetialsViewBtnEntrySingle {
        /* width: auto; */
        /* width: 53.33vw; */
        /* width: 40vw; */
        width: 47vw;
        min-height: 9.06vw;
        /* padding: 4vw 4vw 4vw 10.66vw; */
        padding: 4vw 4vw 4vw 11.66vw;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footerJobDetialsViewBtnEntryedSingle {
        width: 47vw;
        min-height: 9.06vw;
        padding: 2.5vw 0vw 2.5vw 8.66vw;
        font-size: 3.53vw;
    }
    .footerJobDetialsViewBtnNoLinkSingle {
        width: auto;
        min-height: 9.06vw;
        padding: 4vw 4vw 4vw 10.66vw;
    }

    .footerJobDetialsViewBtnEntry::before {
        /* left: 16vw; */
        left: 4vw;
        width: 5.33vw;
        height: 4vw;
        margin-top: -2vw;
        background-image: url("../img/icon_email_line_white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .footerJobDetialsViewBtnEntryedSingle::before {
        left: 2vw;
    }
    .footerJobDetialsViewBtnLogin {
        width: 50.66vw;
    }
    .footerJobDetialsViewBtnLogin::before {
        width: 5.6vw;
        height: 5.6vw;
        margin-top: -2.8vw;
        background-image: url("../img/icon_human_line_white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .sideJobSearchBanner {
        margin-top: 0;
        display: none;
    }

    /* =======================================
                scroll
    ======================================= */
    .scrollContents {

    }
    .scrollWrap {

    }
    .scroll-hint-icon {
        border-radius: 1.33vw;
        width: 30vw;
        height: 30vw;
        top: calc(50% - 15vw);
        left: calc(50% - 15vw);
        padding: 5.66vw 2.66vw 2.66vw;
        box-shadow: 0 1.06vw 1.33vw rgb(0,0,0,0.4);
    }
    .scroll-hint-icon:before {
        margin-top: 0vw;
        width: 10.33vw;
        height: 10.33vw;
    }
    .scroll-hint-icon:after {
        width: 18.13vw;
        height: 7.46vw;
        top: 5.33vw;
        margin-left: -9.06vw;
        background-size: contain;
    }
    .scroll-hint-text {
        font-size: 4.33vw;
        line-height: 1;
        margin-top: 2.66vw;
    }

    /* =======================================
                action
    ======================================= */
    .frameBodyList {
        width: 100%;
    }
    .frameBodyListTitle {

    }
    .frameBodyListText {
        margin-top: 2.66vw;
    }
    .frameBodyListText__space7 {

    }
    .formAction .formInputBtnWrap__retrun {
        width: 40vw;
    }
    .formAction .formInputBtn__return {
        background-image: none;
        padding: 2.4vw;
    }

    .formAction .formInputBtnWrap__send {
        width: 33vw;
    }

    /* =======================================
                cookie modal
    ======================================= */
    .modalArea {
        min-width: 100%;
        height: auto;
        min-height: 21.33vw;
    }
    .modalWrapper {
        margin: 4vw auto;
        width: 89.33vw;
        padding: 1.33vw;
        border-radius: 1.33vw;
    }
    .modalContents{
        width: 100%;
    }
    .modalTitle {
        font-size: 2.33vw;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }
    .modalButton {
        width: 100%;
        margin-top: 1.33vw;
    }
    .modalAgreeButton {
        width: 100%;
        padding: 1.33vw;
        font-size: 2.33vw;
        border-radius: 1.33vw;
    }
    .closeDisagreeModal {
        top: -3.33vw;
        right: -3.33vw;
        width: 6.66vw;
        height: 6.66vw;
        background-size: 2.66vw;
    }

    /* ---------------------------------
            favorite popup
    ------------------------------------*/
    .popupWrap {
        display: none;
    }
    .is-show.popupWrap {
        display: block;
    }
    .popupBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 36;
        background-color: rgba(52, 52, 52, 0.95);
    }
    .popupContentsWrap {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 37;
        top: 0;
        left: 0;

        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .popupContents {
        width: 89.33vw;
        position: relative;
    }

    .contactFlame02Wrap {

    }
    .contactFlame02Wrap__marginTop {
        margin-top: 8.33vw;
    }
    .contactFlame02Wrap__spMarginTop {
        margin-top: 8.33vw;
    }
    .contactFlame02 {
        padding: 5vw 3.33vw;
        border: 0.33vw solid #0076AA;
    }
    .contactFlame02Header {
        text-align: left;
    }
    .contactFlame02Title01 {
        font-size: 4.26vw;
    }
    .contactFlame02Title01 + .contactFlame02Title01 {
        margin-top: 1.33vw;
    }
    .iconFavorite {
        padding-left: 9.33vw;
    }
    .iconFavorite::before {
        top: -1.66vw;
        width: 8vw;
        height: 8vw;
    }
    .contactFlame02List {
        margin: 3vw auto 0;
        width: auto;
    }
    .contactFlame02Text01 {
        font-size: 3.2vw;
        line-height: 1.4;
    }
    .contactFlame02Title01 + .contactFlame02Text01 {
        margin-top: 5vw;
    }
    .contactFlame02Text02 {
        font-size: 4vw;
    }
    .contactFlame02BtnWrap {
        margin-top: 4vw;
    }
    .contactFlame02Btn {
        padding: 2.5vw 3.33vw;
    }
    .contactFlame02Btn:nth-child(n+2) {
        margin-left: 6.66vw;
    }

    .contactFlame02Btn__entry {
        width: 100%;
        font-size: 4.26vw;
        background-position: calc(100% - 1.33vw) center;
        background-size: 1.06vw auto;
    }

    .contactFlame02CloseBtn {
        top: 1.33vw;
        right: 1.33vw;
    }
    .contactFlame02CloseBtnIcon {
        width: 6.66vw;
        height: 6.66vw;
        padding: 1.33vw;
    }
    .contactFlame02CloseBtnIcon::before,
    .contactFlame02CloseBtnIcon::after {
        height: 0.26vw;
    }

    /* =======================================
                footer entry
    ======================================= */
    .footerEntryViewWrap {
        display: block;
        width: 100%;
        height: 26.13vw;
    }
    .page-login .footerEntryViewWrap,
    .page-career .footerEntryViewWrap,
    .page-search-details .footerEntryViewWrap,
    .page-entry .footerEntryViewWrap,
    .page-contact .footerEntryViewWrap {
        display: none;
    }
    .footerEntryView {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 2.66vw 0;
        background-color: rgba(0, 118, 170,0.8);
        z-index: 5;
    }
    .page-search .footerEntryView,
    .page-favorite .footerEntryView {
        position: relative;
        bottom: 17.53vw;
        padding-bottom: 0;
    }
    .page-search .is-fixed.footerEntryView,
    .page-favorite .is-fixed.footerEntryView {
        position: fixed;
        bottom: 17.53vw;
        padding-bottom: 0;
    }
    .footerEntryViewInner {
        width: 89.33vw;
        margin: 0 auto;
    }
    .footerEntryViewBtn {
        width: 100%;
        padding: 3vw;
        font-size: 3.46vw;
        color: #FFF;
        background-color: #ED7D31;

        background-repeat: no-repeat;
        background-image: url("../img/wedge_right_white.svg");
        background-position: calc(100% - 2.66vw) center;
        background-size: 1.06vw 2.13vw;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footerEntryViewBtnText {

    }
    .footerEntryViewInfo {
        width: 61.66vw;
        margin: 2.66vw auto 0;
        font-size: 3.2vw;
        line-height: 1.2;
        color: #FFF;
    }
    .footerEntryViewText {

    }

    /*----------------------------------------
        search condition modal
    ----------------------------------------*/
    .modalBox2Wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 150;
        top: 0;
        left: 0;
    }
    .modalBox2InnerWrap {
        position: relative;
        width: 89.33vw;
        max-height: auto;
        max-height: initial;
        border-radius: 2.66vw;
        overflow-y: auto;
        padding: 0;
    }
    .modalBox2Close {
        display: block;
        top: 4.25vw;
        right: 6.25vw;
        width: 4.5vw;
        height: 4.5vw;
        background-image: url("../img/btn_menu_close.svg");
        z-index: 10;
    }
    .modalBox2Inner {
        width: 100%;
        position: relative;
        max-height: 100%;
        border-radius: 0;
        padding: 0;
        overflow-y: scroll;
        background-color: #fff;
    }
    .modalBox2Header {
        padding: 2.5vw 5vw;
    }
    .modalBox2Title01 {
        font-size: 5vw;
    }
    .modalBox2Text01 {
        margin-top: 1.25vw;
        font-size: 3vw;
    }
    .modalBox2Body {
        margin-top: 0;
    }
    .modalBox2Filed {
        height: calc(100vh - 40vh);
        background-color: #0076AA;
        border-radius: 0;
        padding: 5vw;
    }
    .modalBox2FiledInner {
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        overflow-y: scroll;
    }
    .modalResultConditionWrap {
        border-bottom: 0.25vw solid #d9d9d9;
    }
    .modalResultTitle01 {
        padding: 2.5vw;
        width: 100%;
        color: #004A8A;
        font-size: 4vw;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
        background-image: url("../img/wedge_down_blue.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 3.75vw) center;
        background-size: 2.5vw 1.5vw;
    }   
    .modalResultCondition {
        display: none;
        padding: 0 2.5vw 2.5vw;
    }
    .modalResultConditionItem {
        display: block;
    }
    .modalResultConditionTitle {
        width: auto;
        margin-top: 1.25vw;
        margin-right: 1.25vw;
        display: inline-block;
        border-radius: 0.5vw;
        padding: 0.25vw 2.5vw;
        font-size: 3.5vw;
        text-align: center;
        color: #FFF;
        background-color: #0076AA;
    }
    .modalResultConditionIcon {
        display: inline;
        margin-left: 0;
        width: auto;
    }
    .modalResultConditionDesc {
        display: inline-block;
        border-radius: 0.5vw;
        margin-top: 1.5vw;
        margin-left: 0;
        margin-right: 1.25vw;
        padding: 0vw 1.25vw;
    }
    .modalResultConditionText {
        font-size: 3vw;
        color: #fff;
    }
    .modalResultistBtnText {
        font-size: 3vw;
    }
    .modalResultistBtn {
        min-width: 25vw;
        width: auto;
        padding: 2.5vw;
        font-size: 3vw;
    }
    .modalResultistBtnWrap {
        padding: 2.5vw 0 0;
    }
    .modalBox2Footer {
        margin-top: 0;
        padding: 5vw;
    }
}