@charset "UTF-8";

@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');
}

body{
	margin:0;
	padding:0;
    font-family: 'Noto Sans Japanese',Arial,sans-serif;
    font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width:1280px;
    font-size: 14px;
    line-height: 1.75em;
	color: #444444;
    overflow: hidden;
}
body.ie {
    font-family: 'メイリオ',Meiryo, sans-serif;
/*    letter-spacing: -0.1em;*/
}

.pc {
    display: block;
}
.sp {
    display: none;
}
.pc-text {
    display: inline;
}
.pc-br {
    display: block;
}
main {
    display: block;
}
a:hover {
    opacity: 0.7;
}

.big {
    font-size: 1.5em;
}
.bold {
    font-weight: 600;
}
.blue {
    color: #003A82;
}
.gold {
    color: #afa16c;
}
.m-40 {
    margin-top: 40px;
}

._pageAnchorBase {
    position: relative;
}
._pageAnchor {
    position: absolute;
}

input[type='text'],input[type='email'],input[type='tel'],input[type='number'],input[type='password'],select,textarea {
    width: 240px;
    min-height: 40px;
    padding: 6px 10px 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border: 1px solid #ededef;
    border-radius: 3px;
    color: #3d4351;
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    background-color: #f3f4f8;
}
input[type='file'] {
    
}
textarea {
    width: 560px;
    min-height: 6em;
}
select {
    padding: 6px 20px 3px 10px;
}
select.selected {
    color: #003A82;
    font-weight: 700;
}
input[type='tel'],input[type='number'],select.select__date {
    width: 6em;
}

/* select要素のデザインを無効にする（IE用） */
::-ms-expand { 
	display: none;
}
select {
    background-image: url(../img/icon_select_black.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12px auto;
}

input::-webkit-input-placeholder {
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999;
    font-size: 0.9em;
}
input:-moz-placeholder {
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999;
    font-size: 0.9em;
}
input::-moz-placeholder {
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999;
    font-size: 0.9em;
}
input:-ms-input-placeholder {
/*    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;*/
    font-family: 'メイリオ',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999;
    font-size: 0.9em;
}

input[type="checkbox"] + label {
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
}
input[type=checkbox]+label::before {
    top: -0.1em;
}
input[type="checkbox"]:checked + label::before {
    background-color: #003A82;
    top: -0.1em;
}
input[type="checkbox"]:checked + label::after {
    top: .2em;
}
input[type="radio"] + label {
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
}
input[type="radio"] + label::before {
    background-color: #fff;
    top: -0.1em;
}
input[type="radio"]:checked + label::after {
    top: .2em;
    background-color: #003A82;
}

input[type="checkbox"] + .checkbox-label {
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
}
input[type=checkbox] + .checkbox-label::before {
    top: -0.1em;
}
input[type="checkbox"]:checked + .checkbox-label::before {
    background-color: #003A82;
    top: -0.1em;
}
input[type="checkbox"]:checked + .checkbox-label::after {
    top: .2em;
}
input[type="radio"]:checked + .checkbox-label::before {
    background-color: #fff;
}
input[type="radio"]:checked + .checkbox-label::after {
    top: .2em;
    background-color: #003A82;
}

button,
input[type="submit"],
input[type="button"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
    opacity: 0.7;
}

.ie input[type='text'],.ie input[type='email'],.ie input[type='tel'],.ie input[type='number'],.ie input[type='password'],.ie select,.ie textarea {
    font-family: 'メイリオ',Arial,sans-serif;
}
.ie button,.ie input[type="submit"],.ie input[type="button"]{
    font-family: 'メイリオ',Arial,sans-serif;
}
.ie input[type="checkbox"] + label {
    font-family: 'メイリオ',Arial,sans-serif;
}
.ie input[type="radio"] + label {
    font-family: 'メイリオ',Arial,sans-serif;
}
.ie input[type="checkbox"] + .checkbox-label {
    font-family: 'メイリオ',Arial,sans-serif;
}
.ie input[type="checkbox"]:checke + label {
    font-family: 'メイリオ',Arial,sans-serif;
}
.ie input[type="checkbox"]:checke + .checkbox-label {
    font-family: 'メイリオ',Arial,sans-serif;
}
.ie input[type="radio"]:checked + label {
    font-family: 'メイリオ',Arial,sans-serif;
}

/* chrome オートコンプリートカラー対応 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.btn{
	margin-top: 60px;
}
.btn--topmargin20{ 
    margin-top: 20px;
}
.btn--notopmargin{
	margin-top: 0;
}
.btn__link {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 1em 0.5em;
    background-color: #003A82;
    text-align: center;
    text-decoration: none;
}
.btn__text {
    font-size: 14px;
    color: #fff;
}

.btn__list {
    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;
}
.btn__list .btn__text:nth-child(n+2),
.btn__list li:nth-child(n+2) {
    margin-left: 20px;
}

button,
input[type="submit"].btn__send,
input[type="submit"].btn__conf,
input[type="button"] {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    padding: 0 20px;
    background-color: #003A82;
    color: #fff;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
input[type="submit"].btn__return {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #003A82;
    background-color: #ffffff;
    color: #003A82;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.btn__return {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    padding: 15px 20px;
    border: 1px solid #003A82;
    background-color: #ffffff;
    color: #003A82;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.btn__nolink {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    padding: 15px 20px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2;
    color: #444444;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
}

.bg_mask_wrapper {
    position: relative;
    z-index: 1;
}
.bg_mask_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 2;
}
.bg_mask_inner {
    position: relative;
    z-index: 3;
}

/* =======================================
			list
======================================= */
.list__num {
    counter-reset: num;
}
.list__num__item {
    position: relative;
    padding-left: 1em;
}
.list__num__item:before {
    counter-increment: num;
    content:counter(num)".";
    display: inline-block;
    position: absolute;
    left: 0;
}

.ol__list__number {
    counter-reset: olnum;
}
.ol__list__number-item {
    position: relative;
    padding-left: 1em;
}
.ol__list__number-item:before {
    counter-increment: olnum;
    content:counter(olnum)".";
    display: inline-block;
    position: absolute;
    left: 0;
}

.ol__list__number2 {
    counter-reset: olnum2;
}
.ol__list__number2-item {
    position: relative;
    padding-left: 2em;
}
.ol__list__number2-item:before {
    counter-increment: olnum2;
    content: "("counter(olnum2)")";
    display: inline-block;
    position: absolute;
    left: 0;
}

.alphabet__list {

}
.alphabet__list__item {
    position: relative;
    padding-left: 1em;
}
.alphabet__list__item:before {
    display: inline-block;
    position: absolute;
    left: 0;
}
.alphabet__list__item:nth-child(1):before {
    content:"a.";
}
.alphabet__list__item:nth-child(2):before {
    content:"b.";
}
.alphabet__list__item:nth-child(3):before {
    content:"c.";
}
.alphabet__list__item:nth-child(4):before {
    content:"d.";
}
.alphabet__list__item:nth-child(5):before {
    content:"e.";
}
.alphabet__list__item:nth-child(6):before {
    content:"f.";
}
.alphabet__list__item:nth-child(7):before {
    content:"g.";
}
.alphabet__list__item:nth-child(8):before {
    content:"h.";
}
.alphabet__list__item:nth-child(9):before {
    content:"i.";
}
.alphabet__list__item:nth-child(10):before {
    content:"j.";
}

.jobIconList {
  	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;
}
.jobIconList__item {
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid #003A82;
    padding: 5px;
    
  	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;
}
.jobIconList__item-text {
    font-size: 12px;
    font-weight: bold;
    color: #003A82;
}

.jobIconList__item.type2 {
    border: 1px solid #469b06;
}
.type2 .jobIconList__item-text {
    color: #469b06;
}
/* =======================================
			table
======================================= */

.table__type1 {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
}

.table__type1__th {
    width: 25%;
    min-width: 280px;
    border: 1px solid #E4E4E4;
    padding: 0;
    background-color: #F2F2F2;;
    text-align: left;
    vertical-align: middle;
}

.table__type1__th-wrapper {
    padding: 15px 20px;
    font-size: 14px;
    color: #444444;
    font-weight: 600;
/*    color: #009FE8;*/
}
.table__type1__th-text {
    position: relative;
    padding-right: 40px;    
}
.table__type1__td {
    width: 75%;
    border: 1px solid #E4E4E4;
    padding: 15px 25px;
    font-size: 13px;
    color: #666666;
    text-align: left;
    vertical-align: middle;
}
.form_table__td-title {
    font-weight: 600;
    color: #009FE8;
}

.jobList2 {
    
}
.jobList2__item {
    border: 1px solid #F2F2F2;
    padding: 20px;
    background-color: #ffffff;
}
.jobList2__item:nth-child(n+2){
    margin-top: 20px;
}
.jobList2__article {
    
}
.jobList2__header {
  	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;
    
    border-bottom: 1px solid #003A82;
    padding-bottom: 10px;
}
.jobList2__title {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
}
.jobList2__date {
    font-size: 10px;
    color: #666666;
}
.jobList2__desc {
    width: 100%;
    padding-top: 1em;
    font-size: 12px;
    line-height: 1.5em;
}

.jobList2__wrapper {
  	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;
/*
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
*/
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;    
}
.jobList2__img {
    margin-top: 20px;
    width: 240px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.jobList2__table {
    width: 350px;
    margin-top: 20px;
    table-layout: fixed;
}
.jobList2__table__title {
    width: 60px;
    vertical-align: top;
    font-weight: normal;
}

.jobList2__table_desc {
    padding: 5px 10px;
    vertical-align: top;
    font-size: 12px;
    color: #666666;
}
.jobList2__table_desc-bold {
    font-weight: bold;
    font-size: 1.1em;
}

/* =======================================
			globalHeader
======================================= */

.globalHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-width: 1280px;
    background-color: #fff;
}

.globalHeader__inner {
    margin: 0 auto;
    width: 1280px;
    padding: 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;
}
.globalHeader__logo {
    width: auto;
    height: 20px;
}
.globalHeader__logo a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.globalHeader__logo a img {
    display: block;
    width: auto;    
    height: 100%;
}
.globalHeader__entry {
    display: none;
}
.globalHeaderNav {
    width: 1015px;
  	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;
}
.globalHeader__left {
    width: 685px;
  	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;
}
.globalHeader__left-login {
    width: 845px;
}
.globalHeader__right {
  	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;
}
.globalHeaderNav__list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
/*
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.globalHeaderNav__list-item {
    margin-right: 20px;
}
.globalHeaderNav__list-item a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.globalHeaderNav__list-item a:hover {
    color: #003A82;
}
.globalHeaderNav__arrow-icon {
    position: relative;
    padding-left: 10px;
}
.globalHeaderNav__arrow-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 6px;
    background-image: url(../img/icon_arrow_right_blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 6px;
}

.globalHeaderNav__list2 {
  	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;
}
.globalHeaderNav__btn__entry {
    display: block;
    width: 160px;
    border: 1px solid #003A82;
    padding: 7px 10px 7px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #003A82;
    background-image: url(../img/icon_check_circle_white.png);
    background-repeat: no-repeat;
    background-position: 130px center;
    background-size: auto 16px;
}
.globalHeaderNav__btn__login {
    display: block;
    margin-left: 10px;
    width: 160px;
    border: 1px solid #003A82;
    padding: 7px 10px 7px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #003A82;
    background-color: #fff;
    background-image: url("../img/icon_login.png");
    background-repeat: no-repeat;
    background-position: 130px center;
    background-size: auto 16px;
}
.globalHeaderNav__btn__login--Login {
    margin-left: 0;
}
.globalHeaderNav__btn__entry--Login {
    margin-left: 10px;
}


.menuOpen {
    display: none;
}
.globalHeaderNav-sp {
    display: none;
}

.menuMask {
    display: none;
}
.menuOpen .menuMask {
    display: none;
}
.menu-mask {
    display: none;
}
.menu-open .menu-mask {
    display: none;
}

/* =======================================
			mainSection
======================================= */

.mainSection {
    margin-top: -50px;
}
.mainSection__inner {
    position: relative;
    margin: 0 auto;
    width: 1140px;
}

.main2 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #F8F8F8;
}
.mainSection2 {
    margin-top: -80px;
}
.mainSection2__inner {
    margin: 0 auto;
    width: 1140px;
}

/* =======================================
			subSection
======================================= */

.subSection {
    padding: 60px 0;
}
.subSection__inner1 {
    margin: 0 auto;
    width: 1140px;
}
.subSection__inner2 {
    margin: 0 auto;
    width: 960px;
}
.subSection__inner3 {
    margin: 0 auto;
    width: 640px;
}
.subSection__title {
    position: relative;
    padding: 20px 0 50px;
    text-align: center;
}
.subSection__title:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-top: 1px solid #003A82;
}
.subSection__title .en {
    display: block;    
    font-size: 24px;
    line-height: 1.16em;
    color: #003A82; 
}
.subSection__title .jp {
    display: block;
    padding-top: 0.5em;
    font-size: 12px;
    color: #666666;
}
.subSection__title .jp2 {
    position: relative;
    display: block;    
    font-size: 24px;
    line-height: 1.16em;
    color: #003A82; 
}
.subSection__title .jp2-mark {
    position: relative;
    padding: 0 1em;
    display: inline-block;
}
.subSection__title .jp2-mark .mark-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
}
.subSection__title .jp2-mark .mark-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
}

.subSection__title2 {
    position: relative;
    padding: 20px 0 50px;
    text-align: left;
    font-size: 24px;
    line-height: 1.5em;
    color: #003A82;
}
.subSection__title2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-top: 1px solid #003A82;
}
.subSection__title3 {
    font-size: 20px;
    line-height: 1.4em;
    color: #009FE8;
}

hr {
    margin: 20px 0;
    border-color: #F2F2F2;
}

.left__contents {
    width: 280px;
}
.right__contents {
    width: 640px;
}

.flow {
    
}
.flow__arrow-down {
    position: relative;
}
.flow__arrow-down:before {
    display: block;
    content: "";
    border: 30px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -30px;
}
.flow__arrow-down:after {
    display: block;
    content: "";
    border: 30px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -49px;
    left: 50%;
    margin-left: -30px;
}
.flow .flow__arrow-down:last-child:before,
.flow .flow__arrow-down:last-child:after {
    content: none;
}
/* =======================================
			side
======================================= */

.sideLink {
    width: 100%;
    border: 1px solid #F2F2F2;
    padding: 20px;
}
.sideLink:nth-child(n+2){
    margin-top: 20px;
}
.sideLink__entry {
    background-color: #fff;
}
.sideLink__search {
    background-color: #E5EBF2;
}
.sideLink__title1 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.sideLink__btn {
    margin-top: 15px;
}
.sideLink__btn__link {
    display: block;
    width: 100%;
    border: 1px solid #003A82;
    padding: 12px 10px 12px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #003A82;
}
.sideLink__entry__link {
    background-image: url(../img/icon_check_circle_white.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 16px;
}
.sideLink__search__link {
    background-image: url(../img/icon_check_circle_white.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 16px;
}

.search_list_item:nth-child(n+2){
    margin-top: 15px;
}
.search_list_item input[type='text'],
.search_list_item input[type='email'],
.search_list_item input[type='tel'],
.search_list_item input[type='number'],
.search_list_item input[type='password'],
.search_list_item select,
.search_list_item textarea {
    width: 100%;
    min-height: 30px;
    color: #333333;
    background-color: #ffffff;
}
.search_list_item select {
    background-size: 6px auto;
}

/*
.search_list_item input[name='fw'] {
    color: #003A82;
    font-weight: 600;
}
.search_list_item select.selected {
    color: #003A82;
    font-weight: 600;
}
*/

.search_sub_list {
    margin-top: 5px;
    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;
}
.search_sub_list__item {
    width: 44%;
}
.search_sub_list__unit {
    width: 4%;
    text-align: center;
}

/* =======================================
			pageTitle
======================================= */

.pageBanner {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.pageBanner__inner {
    position: relative;
    margin: 0 auto;
    width: 1140px;
}

.pageTitle__block {
  	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;
*/
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pageTitle__block__left {
    width: 700px;
}
.pageTitle__block__left {
    height: 90px;
    padding: 30px 20px;
    background-image: url(../img/pageTitle_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pageTitle__mainTitle {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1em;
}
.pageTitle__text {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8em;
}
.pageTitle__block__right {
    
}

.pageTitle__block-abs {
    position: absolute;
    top: -50px;
}
.subSection__block-abs {
    padding-top: 110px;
}


/* =======================================
			globalFooter
======================================= */

.globalFooter {
    
}
.globalFooter__up {
    background-color: rgba(0, 58, 130, 0.1);
    padding: 40px 0 30px;
}
.globalFooter__inner {
    margin: 0 auto;
    width: 1140px;
}
.globalFooter__logo {
    width: auto;
    height: 20px;
}
.globalFooter__logo a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.globalFooter__logo a img {
    display: block;
    width: auto;    
    height: 100%;
}
.globalFooterNav {
    margin-top: 30px;
  	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;
}
.globalFooterNav__block {
    width: 25%;
}

.globalFooterNav__list-item a {
    font-size : 12px;
    color : #444444;
    text-decoration: none;
}
.globalFooterNav__list-item a:hover {
    color: #003A82;
}
.globalFooterNav__arrow-icon {
    position: relative;
    padding-left: 10px;
}
.globalFooterNav__arrow-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 6px;
    background-image: url(../img/icon_arrow_right_blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 6px;
}

.globalFooterNav__list2-item {
    font-size : 12px;
    color : #666666;
    line-height: 1.6em;
}
.globalFooterNav__list3 {
    text-align: right;
}
.globalFooterNav__list3-item {
    display: inline-block;
}
.globalFooterNav__list3-item:nth-child(n+2) {
    margin-top: 10px;
}
.globalFooterNav__btn__entry {
    display: block;
    width: 270px;
    border: 1px solid #003A82;
    padding: 7px 10px 7px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    background-color: #003A82;
    background-image: url(../img/icon_check_circle_white.png);
    background-repeat: no-repeat;
    background-position: 240px center;
    background-size: auto 16px;
}
.globalFooterNav__btn__login {
    display: block;
    width: 270px;
    border: 1px solid #003A82;
    padding: 7px 10px 7px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #003A82;
    background-color: #fff;
    background-image: url("../img/icon_login.png");
    background-repeat: no-repeat;
    background-position: 240px center;
    background-size: auto 16px;
}

.globalFooter__down {
    padding: 12px 0;
    background-color: #003A82;
}
.globalFooter__down__list {
  	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;
}
.globalFooterNav__list4 {
  	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;
}
.globalFooterNav__list4-item {

}
.globalFooterNav__list4-item a {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
.globalFooterNav__list4-item:nth-child(n+2) {
    margin-left: 20px;
}
.globalFooterNav__window-icon {
    position: relative;
    padding-left: 20px;
}
.globalFooterNav__window-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    content: "";
    display: block;
    width: 12px;
    height:8px;
    background-image: url(../img/icon_windows.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 8px;
}
.globalFooter__copyright {
    font-size: 11px;
    color: #FFFFFF;
}


.topBtn {
    bottom: 3%;
    position: fixed;
    right: 5%;
    display: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.entry .topBtn {
    bottom: 9%;
}
.topBtn a {
    display: block;
    width: 100%;
}
.topBtn a img {
    width: 100%;
}

.bottomBtn {
    bottom: 3%;
    position: fixed;
    right: 5%;
    display: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.bottomBtn a {
    display: block;
    width: 100%;
}
.bottomBtn a img {
    width: 100%;
}

/* =======================================
			scroll
======================================= */
.scroll__contents {
    position: relative;
    overflow-y: hidden;
}
.scroll__wrap {
    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;
}

/* =======================================
			pager
======================================= */
.hit_num_box {
    margin-top: 20px;
    border: 1px solid #fff;
    padding: 10px 20px;
    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: start;
	-ms-flex-align: start;
	align-items: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.hit_num_box-up {
    margin-top: 0;
    margin-bottom: 20px;
}
.hit_num {
    
}
.hit_num_text {
    line-height: 1em;
    font-size: 13px;
    color: #666666;
}
.pager {

}
ul.page-numbers {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
ul.page-numbers li {
    display: block;
    padding: 0 5px;
    border-right: 1px solid #BEBEBE;
    line-height: 1em;
}
ul.page-numbers li:last-child {
    border-right: none;
}
ul.page-numbers li.active {
    
}
.page-numbers {
    text-decoration: none;
    font-size: 13px;
    color: #BEBEBE;
}
.page-numbers.current {
    color: #666666;
}
.prev.page-numbers {
    
}
.next.page-numbers {
    
}
.points.page-numbers {
    
}

/*----------------------------------------
 _画面の横幅が750pxまで
----------------------------------------*/
@media screen and (max-width:750px) {

/*
    .android *{
        background-image: url("../img/opacity0_bg.png");
    }
*/

    body{
        min-width:750px;
        font-size: 28px;
    }
    .pc-br {
        display: inline;
    }
    .sp-br {
        display: block;
    }
    
    .btn{
        margin-top: 120px;
    }
    .btn--topmargin20{ 
        margin-top: 40px;
    }
    .btn--notopmargin{ 
        margin-top: 0;
    }
    .btn__link {
        width: 400px;
    }
    .btn__text {
        font-size: 28px;
    }
    .m-40 {
        margin-top: 80px;
    }
    
    input[type='text'],input[type='email'],input[type='tel'],input[type='number'],input[type='password'],select,textarea,button {
        width: 480px;
        min-height: 80px;
        padding: 12px 20px 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border: 2px solid #ededef;
        border-radius: 6px;
        font-weight: 400;
        font-size: 28px;
    }
    input[type='file'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        min-height: 80px;
        padding: 12px 20px 6px;
        border: 2px solid #ededef;
        border-radius: 6px;
        font-weight: 400;
        font-size: 28px;
    }
/*
    input[type="file"] {
        display: initial;
        position: absolute;
        opacity: 0;
    }
    input[type="file"]+label {
        background: #2980b9;
        border-bottom: 4px solid #434343;
        border-radius: 4px;
        color: #FFF;
        display: table;
        font-weight: bold;
        line-height: 1;
        margin: 10px auto 0;
        padding: 20px 40px;
        transition: background-color 0.2s ease-out, transform 0.2s ease-out, border-bottom 0.2s ease-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    input[type="file"]:hover+label,
    input[type="file"]:focus+label{
        background: #3498db;
    }

    input[type="file"]:active+label {
        background: #34495e;
        border-bottom: 4px solid transparent;
        transform: translateY(4px);
    }
*/
    
    select {
        padding: 12px 40px 6px 20px;
    }
    input[type='tel'],input[type='number'],select.select__date {
        width: 6em;
    }
    
    select {
        background-position: 95% center;
        background-size: 24px auto;
    }

    input::-webkit-input-placeholder {
        font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
/*        font-size: 32px;*/
        font-weight: 400;
        line-height: 1.5em;
        color: #999;
    }
    input:-moz-placeholder {
        font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
/*        font-size: 32px;*/
        font-weight: 400;
        line-height: 1.5em;
        color: #999;
    }
    input::-moz-placeholder {
        font-family: "Noto Sans Japanese",Arial,'メイリオ',Meiryo, sans-serif;
/*        font-size: 32px;*/
        font-weight: 400;
        line-height: 1.5em;
        color: #999;
    }
    input:-ms-input-placeholder {
        font-family: 'メイリオ',Arial,sans-serif;
/*        font-size: 32px;*/
        font-weight: 400;
        line-height: 1.5em;
        color: #999;
    }
    
    input[type="checkbox"] + label {
        line-height: 1.5em;
        padding: 0 3em 0 2em;
    }
    input[type=checkbox] + label:before {
        top: 0.25em;
    }
    input[type=checkbox]:checked + label:before {
        top: 0.25em;
    }
    input[type="checkbox"]:checked + label:after {
        top: .55em;
    }
    
    button,
    input[type="submit"].btn__send,
    input[type="submit"].btn__conf,
    input[type="button"] {
        display: block;
        margin: 0 auto;
        width: 400px;
        height: 60px;
        padding: 0 20px;
        background-color: #003A82;
        color: #fff;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
        font-size: 28px;
    }
    input[type="submit"].btn__return {
        display: block;
        margin: 0 auto;
        width: 400px;
        height: 60px;
        padding: 0 20px;
        border: 2px solid #003A82;
        background-color: #ffffff;
        color: #003A82;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
        font-size: 28px;
    }
    .btn__return {
        display: block;
        margin: 0 auto;
        width: 400px;
        height: 60px;
        padding: 8px 20px;
        border: 2px solid #003A82;
        background-color: #ffffff;
        color: #003A82;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
        font-size: 28px;
    }
    .btn__nolink {
        display: block;
        margin: 0 auto;
        width: 400px;
        height: 60px;
        padding: 8px 20px;
        border: 2px solid #E4E4E4;
        background-color: #F2F2F2;
        color: #444444;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        font-size: 28px;
    }

    .btn__list {

    }
    .btn__list .btn__text:nth-child(n+2),
    .btn__list li:nth-child(n+2) {
        margin-left: 30px;
    }

    /* =======================================
                list
    ======================================= */

    .jobIconList {

    }
    .jobIconList__item {
        margin-top: 10px;
        margin-right: 10px;
        border: 2px solid #003A82;
        padding: 10px;
    }
    .jobIconList__item-text {
        font-size: 24px;
    }
    
    .jobIconList__item.type2 {
        border: 2px solid #469b06;
    }

    /* =======================================
                table
    ======================================= */
    
    .table__type1 {
        display: block;
    }
    .table__type1__th {
        display: block;
        width: 710px;
        min-width: 280px;
        border: 2px solid #E4E4E4;
        border-bottom: none;
    }
    .table__type1__th-wrapper {
        padding: 30px 20px;
        font-size: 28px;
    }
    .table__type1__th-text {
        padding-right: 80px;    
    }
    .table__type1__td {
        display: block;
        width: 710px;
        border: 2px solid #E4E4E4;
        border-bottom: none;
        padding: 30px 20px;
        font-size: 26px;
    }
    tr:last-child .table__type1__td {
        border-bottom: 2px solid #E4E4E4;
    }
    .form_table__td-title {

    }
    
    .jobList2 {
        margin-top: 60px;
    }
    .jobList2__item {
        border: 2px solid #F2F2F2;
        padding: 40px;
        background-color: #ffffff;
    }
    .jobList2__item:nth-child(n+2){
        margin-top: 20px;
    }
    .jobList2__article {

    }
    .jobList2__header {
        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;

        border-bottom: 2px solid #003A82;
        padding-bottom: 40px;
    }
    .jobList2__title {
        width: 100%;
        font-size: 32px;
        font-weight: 600;
    }
    .jobList2__date {
        margin-top: 20px;
        width: 100%;
        font-size: 20px;
        color: #666666;
    }
    .jobList2__desc {
        font-size: 24px;
        line-height: 1.5em;
    }
    .jobList2__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;   
    }
    .jobList2__img {
        margin-top: 40px;
        width: 100%;
        height: 313px;
    }
    .jobList2__table {
        width: 100%;
        margin-top: 40px;
        table-layout: fixed;
    }
    .jobList2__table__title {
        width: 120px;
        line-height: 1.2em;
    }

    .jobList2__table_desc {
        padding: 12px 20px;
        vertical-align: top;
        font-size: 24px;
        color: #666666;
        line-height: 1.2em;
    }
    
/*
    .jobList2__table tr:nth-child(n+2) .table__title__wrapper,
    .jobList2__table tr:nth-child(n+2) .jobList2__table_desc {
        margin-top: 10px;
    }
*/
    
    /* =======================================
                globalHeader
    ======================================= */

    .globalHeader {
        z-index: 10;
        width: 100%;
        min-width: 750px;
    }

    .globalHeader__inner {
        width: 750px;
        padding: 40px;
        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;
    }
    .globalHeader__logo {
        width: auto;
        height: 30px;
    }
    .globalHeader__entry {
        display: block;
        width: 250px;
        border: 2px solid #003A82;
        padding: 0px 40px;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        background-color: #003A82;
        background-image: url(../img/icon_check_circle_white.png);
        background-repeat: no-repeat;
        background-position: 195px center;
        background-size: auto 32px;
    }
    .globalHeaderNav {
        width: 100%;
    }
    .globalHeaderNav-pc {
        display: none;
    }
    .menuOpen {
        display: block;
        min-height: 48px;
    }
    .menu-open .menuOpenBtn {
        display: none;
    }
    .globalHeaderNav-sp {
        display: none;
        position: fixed;
        top: 0;
        width: 640px;
        height: 100%;
        z-index: 30;
        background-color: rgba(255,255,255,0.8);
    }
    .menu-open .globalHeaderNav-sp {
        display: block;
    } 

    .menuOpenBtn {
        display: block;
        width: 72px;
        height: 48px;
        background-image: url(../img/menu_open.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .menuClose {
        padding-top: 40px;
        padding-right: 40px;
        text-align: right;
    }
    .menuCloseBtn {
        display: inline-block;
        width: 56px;
        height: 56px;
        background-image: url(../img/menu_close.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .globalHeaderNav__inner {
        width: 100%;
        height: 100%;
        padding: 0 120px 120px;
        overflow: scroll;
    }
    .globalHeaderNav__list {
        display: block;
        width: 100%;
    }
    .globalHeaderNav__list-item {
        margin-right: 0;
    }
    .globalHeaderNav__list-item:nth-child(n+2){
        margin-top: 40px;
    }
    .globalHeaderNav__list-item a {
        font-size: 24px;
    }

    .globalHeaderNav__list2 {
        margin-top: 80px;
        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;
    }
    .globalHeaderNav__list2-item {
        width: 100%;
    }
    .globalHeaderNav__btn__entry {
        display: block;
        width: 100%;
        border: 2px solid #003A82;
        padding: 14px 20px 14px 40px;
        font-size: 24px;
        background-position: 325px center;
        background-size: auto 32px;
    }
    .globalHeaderNav__btn__login {
        display: block;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        border: 2px solid #003A82;
        padding: 14px 20px 14px 40px;
        font-size: 24px;
        background-position: 325px center;
        background-size: auto 32px;
    }
    
    .globalHeaderNav__btn__login--Login {
        margin-left: 0;
        margin-top: 0;
    }
    .globalHeaderNav__btn__entry--Login {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .menu-mask {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(255,255,255,0.5);
    }
    .menu-open .menu-mask {
        display: block;
        position: fixed;
    }

    /* =======================================
                mainSection
    ======================================= */

    .mainSection {
/*        margin-top: -50px;*/
        margin-top: 0;
    }
    .mainSection__inner {
        margin: 0 auto;
        width: 750px;
    }

    .main2 {
/*
        margin-top: 40px;
        padding-top: 40px;
*/
        margin-top: 0;
        padding-top: 0;
    }
    .mainSection2 {
/*        margin-top: -80px;*/
        margin-top: 0;
    }
    .mainSection2__inner {
        margin: 0 auto;
        width: 750px;
    }

    /* =======================================
                subSection
    ======================================= */

    .subSection {
        padding: 80px 0;
    }
    .subSection__inner1 {
        margin: 0 auto;
        width: 750px;
        padding: 0 20px;
    }
    .subSection__inner2 {
        margin: 0 auto;
        width: 750px;
        padding: 0 20px;
    }
    .subSection__inner3 {
        margin: 0 auto;
        width: 750px;
        padding: 0 20px;
    }
    .subSection__title {
        position: relative;
        padding: 20px 0 50px;
        text-align: center;
    }
    .subSection__title:before {
        margin-left: -40px;
        width: 80px;
        height: 2px;
        border-top: 2px solid #003A82;
    }
    .subSection__title .en {
         font-size: 48px;
        line-height: 1.16em;
    }
    .subSection__title .jp {
        font-size: 24px;
    }
    .subSection__title .jp2 {
         font-size: 48px;
        line-height: 1.16em;
    }
    
    .subSection__title2 {
        position: relative;
        padding: 20px 0 50px;
        text-align: left;
        font-size: 48px;
    }
    .subSection__title2:before {
        width: 80px;
        height: 2px;
        border-top: 2px solid #003A82;
    }

    .subSection__title3 {
        font-size: 40px;
    }
    hr {
        margin: 40px 0;
        border-color: #F2F2F2;
    }

    .left__contents {
        width: 100%;
    }
    .right__contents {
        width: 100%;
    }

    /* =======================================
                side
    ======================================= */

    .sideLink {
        width: 100%;
        border: 2px solid #F2F2F2;
        padding: 40px;
    }
    .sideLink:nth-child(n+2){
        margin-top: 60px;
    }
    .sideLink__entry {
        background-color: #fff;
    }
    .sideLink__search {
        background-color: #E5EBF2;
    }
    .sideLink__title1 {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
    }
    .sideLink__btn {
        margin-top: 30px;
    }
    .sideLink__btn__link {
        display: block;
        width: 100%;
        border: 2px solid #003A82;
        padding: 12px 10px 12px 20px;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        background-color: #003A82;
    }
    .sideLink__entry__link {
        background-image: url(../img/icon_check_circle_white.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: auto 32px;
    }
    .sideLink__search__link {
        background-image: url(../img/icon_check_circle_white.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: auto 32px;
    }

    .search_list_item:nth-child(n+2){
        margin-top: 15px;
    }
    .search_list_item input[type='text'],
    .search_list_item input[type='email'],
    .search_list_item input[type='tel'],
    .search_list_item input[type='number'],
    .search_list_item input[type='password'],
    .search_list_item select,
    .search_list_item textarea {
        width: 100%;
        min-height: 60px;
        color: #333333;
        background-color: #ffffff;
    }
    .search_list_item select {
        background-size: 12px auto;
    }
    
    /* =======================================
                pageTitle
    ======================================= */

    .pageTitle__block {
        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;
    }
    .pageTitle__block__left {
        width: 100%;
        height: auto;
        padding: 50px 40px;
    }
    .pageTitle__mainTitle {
        font-size: 48px;
        line-height: 1em;
    }
    .pageTitle__text {
        font-size: 32px;
        line-height: 1.8em;
    }
    .pageTitle__block__right {

    }
    .pageTitle__block-abs {
        position: relative;
        top: auto;
    }
    .subSection__block-abs {
        padding-top: 0;
    }


    /* =======================================
                globalFooter
    ======================================= */

    .globalFooter {

    }
    .globalFooter__up {
        background-color: rgba(0, 58, 130, 0.1);
        padding: 120px 0 120px;
    }
    .globalFooter__inner {
        margin: 0 auto;
        width: 750px;
        padding: 0 20px;
    }
    .globalFooter__logo {
        width: auto;
        height: 30px;
    }
    .globalFooter__logo a {

    }
    .globalFooter__logo a img {

    }
    .globalFooterNav {
        margin-top: 90px;
    }
    .globalFooterNav__block {
        width: 50%;
    }

    .globalFooterNav__list-item a {
        font-size : 24px;
    }
    .globalFooterNav__list-item a:hover {

    }
    .globalFooterNav__arrow-icon {
        padding-left: 20px;
    }
    .globalFooterNav__arrow-icon:before {
        margin-top: -6px;
        width: 6px;
        height: 12px;
        background-size: auto 12px;
    }

    .globalFooterNav__list2 {
        margin-top: 120px;
    }
    .globalFooterNav__list2-item {
        font-size : 24px;
        line-height: 1.6em;
    }
    .globalFooterNav__list3 {
        margin-top: 120px;
        width: 100%;
        text-align: left;
    }
    .globalFooterNav__list3-item {
        display: block;
        width: 100%;
    }
    .globalFooterNav__list3-item:nth-child(n+2) {
        margin-top: 20px;
    }
    .globalFooterNav__btn__entry {
        display: block;
        width: 100%;
        border: 2px solid #003A82;
        padding: 14px 20px 14px 40px;
        font-size: 24px;
        background-position: 95% center;
        background-size: auto 32px;
    }
    .globalFooterNav__btn__login {
        display: block;
        width: 100%;
        border: 2px solid #003A82;
        padding: 14px 20px 14px 40px;
        font-size: 24px;
        background-position: 95% center;
        background-size: auto 32px;
    }

    .globalFooter__down {
        padding: 30px 0;
    }
    .globalFooter__down__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .globalFooterNav__list4 {
        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;
        text-align: center;
    }
    .globalFooterNav__list4-item {
        margin-bottom: 20px;
    }
    .globalFooterNav__list4-item a {
        font-size: 22px;
    }
    .globalFooterNav__list4-item:nth-child(n+2) {
        margin-left: 30px;
    }
    .globalFooterNav__window-icon {
        padding-left: 40px;
    }
    .globalFooterNav__window-icon:before {
        margin-top: -8px;
        width: 24px;
        height: 16px;
        background-size: auto 16px;
    }
    .globalFooter__copyright {
        margin-top: 20px;
        font-size: 22px;
    }

    .topBtn {
        bottom: 17%;
        position: fixed;
        right: 3%;
        /* display: none; */
        z-index: 10;
        width: 100px;
        height: 100px;
    }
    .entry .topBtn {
        bottom: 30%;
    }
    .topBtn a {
    }
    .topBtn a img {
    }
    .bottomBtn {
        bottom: 17%;
        position: fixed;
        right: 3%;
        /* display: none; */
        z-index: 10;
        width: 100px;
        height: 100px;
    }
    .bottomBtn a {
    }
    .bottomBtn a img {
    }
    /* =======================================
                scroll
    ======================================= */
    .scroll__contents {

    }
    .scroll__wrap {

    }
    .scroll-hint-icon {
        width: 240px;
        height: 180px;
        top: calc(50% - 90px);
        left: calc(50% - 120px);
    }
    .scroll-hint-icon:before {
        margin-top: 30px;
        width: 80px;
        height: 80px;
    }
    .scroll-hint-icon:after {
        width: 68px;
        height: 28px;
        top: 20px;
        margin-left: -34px;
        background-size: contain;
    }
    .scroll-hint-text {
        font-size: 20px;   
    }
    /* =======================================
                pager
    ======================================= */
    .hit_num_box {
        margin-top: 40px;
        border: 2px solid #fff;
        padding: 20px 40px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hit_num_box-up {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .hit_num {
        width: 100%;
        text-align: center;
    }
    .hit_num_text {
        line-height: 1em;
        font-size: 26px;
        color: #666666;
    }
    .pager {
        margin-top: 1em;
        width: 100%;
    }
    ul.page-numbers {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.page-numbers li {
        display: block;
        padding: 0 10px;
        border-right: 2px solid #BEBEBE;
        line-height: 1em;
    }
    ul.page-numbers li:last-child {
        border-right: none;
    }
    ul.page-numbers li.active {

    }
    .page-numbers {
        text-decoration: none;
        font-size: 26px;
        color: #BEBEBE;
    }
    .page-numbers.current {
        color: #666666;
    }
    .prev.page-numbers {

    }
    .next.page-numbers {

    }
    .points.page-numbers {

    }
}