@charset "UTF-8";


/* ----------------------------------------------
 * 下層ページ *
 ---------------------------------------------- */
.relative { position: relative; }
small { font-size: 86%; }

a:hover,
.opa:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.2s;
}

.text_link {
	color: #1CAEDC;
	text-decoration: underline;
}

.bg_gray { background: #f8f8f8; }


/* 下層ページ見出し */
.heading {
	margin-top: 80px;
    background-image: url(../images/heading-bg.png);
    background-size: cover;
	background-position: center;
}
.heading .heading-title {
	color: #555;
    font-size: 30px;
    font-weight: normal;
	letter-spacing: 0.08em;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* パンくず */
#topics {
	padding: 20px 0 20px 0;
	width: 100%;
	overflow: hidden;
}
#topics ol,#topics ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1280px;
	text-align: left;
	overflow: hidden;
}
#topics li {
	font-size: 14px;
	color: #555;
	display: inline-block;
	letter-spacing: 0.06em;
}
#topics li a {
	font-size: 14px;
	color: #555;
}


/* 下層ページセクション */
.section_wrap {
    padding: 60px 80px;
    margin: 5px 5px 60px 5px;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.contact_wrap {
    padding: 40px 80px;
    margin: 5px 5px 60px 5px;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    border-radius: 12px;
    overflow: hidden;
}

/* 下層ページコンテンツ */
.under-title-01 {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin: 10px 0 20px;
}
/*.text {
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}*/
.text-link {
    font-size: 15px;
    line-height: 1.8em;
    color: #3498db;
}
.text-link:hover { text-decoration: underline; }

/* テーブル */
.table-data {
	width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table-data tr {}
.table-data tr th,
.table-data tr td {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
}
.table-data tr th {
    width: 200px;
    font-weight: bold;
    background: #f2f2f2;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table-data tr td {
   /* border-left: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
}


/* ボタン */
.btn {
	width: 250px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 15px 0;
    border-radius: 0;
    border: none;
    display: inline-block;
    /* font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}



.btn-yellow {
	background: #ffb200;
	color: #fff;
	border: 1px solid #ffb200;
}
.btn-yellow-brd {
	color: #ffb200;
	border: 1px solid #ffb200;
	background: #fff;
}
.btn-navy {
	background: #183771;
	color: #fff;
	border: 1px solid #183771;
}
.btn-navy-brd {
	color: #183771;
	border: 1px solid #183771;
	background: #fff;
}
.btn_search {
	background: #183771;
    background-image: url(../images/i_search.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: left 19% center;
    padding-left: 3.5%;
}
/* 戻るボタン */
.btn_back a {
    color: #555;
	border: 1px solid #ededed;
    background: #ededed;
	margin: 0 auto;
    -webkit-appearance: none;
}



/* 複数行テキスト省略 */
.ellipsis {
    position: relative;
    height: 70px;
    overflow: hidden;
    line-height: 20px;
}
.ellipsis:before, .ellipsis:after {
    position: absolute;
    background: #fff;
}
.ellipsis:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}
.ellipsis:after {
    content: "";
    width: 100%;
    height: 100%;
}
/* 複数行テキスト省略 ここまで */


/* お問い合わせフォーム */
select.form_select {
	width: inherit;
    padding: 7px 10px;
    height: 35px;
    line-height: 1em;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	/*デフォルト▽表示*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
input.txt_w10p {
    padding: 7px 10px;
    width: 10%;
    height: 35px;
    line-height: 1em;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.txt_w15p {
    padding: 7px 10px;
    width: 15%;
    height: 35px;
    line-height: 1em;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.txt_w20p {
    padding: 7px 10px;
    width: 20%;
    height: 35px;
    line-height: 1em;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.txt_w30p {
    padding: 7px 10px;
    width: 30%;
    height: 35px;
    line-height: 1em;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.txt_w50p {
    padding: 7px 10px;
    width: 50%;
    height: 35px;
    line-height: 1em;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.txt_w60p {
    padding: 7px 10px;
    width: 60%;
    height: 35px;
    line-height: 1em;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
textarea.textarea_w96p {
    padding: 7px 10px;
    width: 96%;
    height: 150px;
    line-height: 1.8em;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* input[type=number]上下矢印非表示 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}





/**
 * search.html *
**/
#conditions{
    /*margin-top: -20px;*/
    margin-bottom: 30px;
    padding: 15px 5vw 20px;
    background: #BBDEFB;
}
#conditions .num-display{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
}
#conditions .num-display .num {
    margin: 0 5px;
    color: #DF0000;
    font-size: 18px;
}
#conditions .conditions-box {
    position: relative;
    padding: 10px 15px;
    background: #fff;
    border: 2px solid #4A4A4A;
    border-radius: 12px;
    overflow: hidden;
	height: 45px;
}
#conditions .conditions-box__left{
    font-size: 15px;
    white-space: nowrap;
}
#conditions .conditions-box__left .item + .item::before{
    content: " / ";
}
#conditions .conditions-box__right{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
#conditions .conditions-box__right a{
    display: block;
    padding: 15px;
    padding-left: 30px;
    background-image: linear-gradient(to right, #ffffff00 0, #fff 20px, #fff);
    color: #2296F3;
    font-weight: 600;
}
#conditions .conditions-box__right a:hover{
    opacity: 1;
}

.search_form_wrap {}
.search_form_wrap dl {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.search_form_wrap dl:first-of-type {
    border-top: 1px solid #ccc;
}
.search_form_wrap dl dt {
	font-size: 20px;
    font-weight: bold;
    min-width: 230px;
}
.search_form_wrap dl dd {
	width: calc(100% - 230px);
    padding-left: 3em;
}
.search_form_wrap dl dd .list { overflow: hidden; }
.search_form_wrap dl dd .list li {
    padding: 0 0 5px 0;
    width: 25%;
	float: left;
}
.search_form_wrap dl dd .list li label {
	font-size: 16px;
}

.search_form_wrap dl.keyword .text {
	width: 100%;
    background: #f8f8f8;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_form_wrap .search_form__btn-area {
	text-align: center;
	margin-top: 30px;
}
.search_form_wrap .search_form__more-btn {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: bold;
	display: flex;
    align-items: center;
}
.search_form_wrap .search_form__more-btn::before{
    content: "＋";
    margin-right: 0.5em;
    font-size: 18px;
    vertical-align: middle;
}
.search_form_wrap .search_form__more-btn.active {
    top: inherit;
	left: inherit;
	right: 0;
    bottom: 0;
    transform: inherit;
	z-index: 1;
}
.search_form_wrap .search_form__more-btn.active::before{
    content: "－";
}
.search_form_wrap .search_form__more-btn.active .active-hidden{
    display: none !important;
}
.search_form_wrap .search_form__more-btn:not(.active) .active-only{
    display: none !important;
}

#search_form__slide dl:first-of-type {
    border-top: none;
}

/* 検索結果 */
.search_result_wrap { width: 100%; }
.search_result { margin: 0 auto 20px; }
.search_result .num {
    font-size: 24px;
    color: #183771;
}
.search_result_message {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 16px;
}

/* 検索結果一覧 */
.recruit_info { padding: 40px 40px; }

.recruit_info .recruit_title,
.recruit_info .recruit_title a {
    font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
}
.recruit_info .recruit_title a { color: #3498db; }

.recruit_info .category {}
.recruit_info .category li {
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
}

.recruit_info .info_wrap {
	margin: 20px auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.recruit_info .img_wrap {
    width: 27%;
	max-width: 320px;
    height: 210px;
    margin-right: 3%;
	display: block;
}
.recruit_info .img_wrap img {
    width: 320px;
    height: 210px;
    object-fit: cover;
}

.recruit_info .data {
	width: 70%;
    border-top: 1px solid #ccc;
}
.recruit_info .data dl {
    border-bottom: 1px solid #ccc;
    display: flex;
	justify-content: flex-start;
	align-items: center;
}
.recruit_info .data dl dt,
.recruit_info .data dl dd {
	padding: 15px;
	font-size: 15px;
	line-height: 1.8em;
}
.recruit_info .data dl dt {
	width: 110px;
    min-width: 110px;
    font-weight: bold;
}
.recruit_info .data dl dd {}
/* PRメッセージ */
.recruit_info .recommend_point {
	margin-bottom: 30px;
    padding: 20px 30px;
    text-align: left;
    border: 5px solid #ddd;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit_info .recommend_point dt { font-size: 18px; }
.recruit_info .recommend_point dd {
	font-size: 15px;
    line-height: 1.8em;
}

.recruit_info .btn_wrap {
    width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

/**
 * search.html : Search Modal
**/
.search_form_wrap .openModal{
	display: inline-block;
    position: relative;
    min-width: 150px;
    margin: 0 0;
    padding: 5px 0;
    border: solid 1px #ccc;
    box-shadow: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
}
.search_form_wrap .openModal .icon{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 8px;
    height: 8px;
    box-shadow: -1px 1px 0 0, -2px -2px 0 -1px, 2px 2px 0 -1px;
    margin-left: 14px;
    margin-top: 1px;
}
.search_form_wrap .openModal .icon::before,
.search_form_wrap .openModal .icon::after{
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -3px;
}
.search_form_wrap .openModal .icon::before{
    background: currentColor;
    transform: rotate(-45deg);
    width: 9px;
    height: 1px;
    top: 1px;
    z-index: 2;
}
.search_form_wrap .openModal .icon::after{
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-top: 1px solid;
    top: -3px;
    background: #fff;
    z-index: 1;
}
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background: #0b0b0bcc;
    z-index: 500;
}
.modal-container:not(.open){
    display: none;
}
.modal-container .closeModal{
    position: absolute;
    top: 20px!important;
    right: 20px !important;
    cursor: pointer;
}
.modal-container .closeModal .icon{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
}
.modal-container .closeModal .icon::before,
.modal-container .closeModal .icon::after{
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    transform: rotate(45deg);
    top: 50%;
    left: 25%;
    margin-top: -1px;
    background: #fff;
}
.modal-container .closeModal .icon::after {
    transform: rotate(-45deg);
}
.modal-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.modal-content{
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 40px 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.modal-header__title{
    color: #183771;
    font-size: 22px;
    line-height: 1;
}
.modal-header__numbers{
    font-size: 14px;
}
.modal-header__number{
    color: #f00;
    font-size: 24px;
    font-weight: bold;
}
.modal-body__title{
    margin-bottom: 10px;
    padding: 0;
    font-size: 17px;
    line-height: 1;
}
.modal-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
}
.modal-footer__button.submit{
	position: relative;
    padding: 10px 48px;
    background: #183771;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
}
.modal-footer__button.submit::after{
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    opacity: .7;
}
.modal-footer__button.clear{
    margin-top: 8px;
    color: #808080;
    font-size: 12px;
}
/* search.html : ウィンドウ幅に応じてjsで切り替え(.modal-container.width-narrow) */
.modal-container.width-narrow .modal-content{
    max-width: 600px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
/* search.html モーダル 勤務地から探す */
#modal-area .modal-body{
    position: relative;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 40px;
}
#modal-area .modal-body__search-col{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#modal-area .modal-body__main{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 335px;
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
#modal-area .modal-body__empty{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #aaa;
    font-size: 12px;
}
#modal-area .modal-list{
    position: relative;
    height: 100%;
    background: #fafafa;
    z-index: 2;
    text-align: left;
}
#modal-area .modal-body__search-col.col-01 .modal-list ul,
#modal-area .modal-body__search-col.col-02 .modal-list ul{
    display: none;
}
#modal-area.modal-container:not(.width-narrow) .modal-body__search-col.col-01 .modal-list ul,
#modal-area.modal-container:not(.width-narrow) .modal-body__search-col.col-02 .modal-list ul{
    display: none !important;
}
#modal-area.modal-container:not(.width-narrow) .modal-body__main > .modal-list,
#modal-area .modal-list.list-child,
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild{
    display: block !important;
}
#modal-area .modal-list li{
    position: relative;
    background: #fff;
}
#modal-area .modal-list li + li{
    border-top: 1px solid #ccc;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild li{
    padding-left: 18px;
    border: none;
}
#modal-area .modal-list a{
    position: relative;
    display: block;
    padding: 12px 20px 10px;
    font-size: 14px;
    font-weight: 600;
}
#modal-area .modal-body__search-col.col-01 a.active,
#modal-area .modal-body__search-col.col-02 a.active{
    background: #f2f9ff;
}
#modal-area .modal-list.list-lowest a{
    padding-left: 42px;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-lowest > li > a{
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-child a{
    font-weight: 400;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a{
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
}
#modal-area .modal-list.list-lowest a::before,
#modal-area .modal-list.list-lowest a::after{
    content: "";
    position: absolute;
}
#modal-area .modal-list.list-lowest a::before{
    top: 10px;
    left: 14px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#modal-area .modal-list.list-lowest a.selected::before{
    background: #007fc3;
    border-color: #007fc3;
}
#modal-area .modal-list.list-lowest a.selected::after{
    top: 12px;
    left: 21px;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a::before{
    top: 5px;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a.selected::after{
    top: 7px;
}
#modal-area .modal-list__number{
    display: inline-block;
    margin-left: 4px;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
#modal-area .modal-list__tab.selected .sign::after{
    content: "選択中";
    display: inline-block;
    margin-left: 8px;
    padding: 3px 10px 4px;
    background: #82ad2b;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-align: center;
    vertical-align: top;
}
/* search.html モーダル 勤務地から探す(.modal-container.width-narrow) */
#modal-area.modal-container.width-narrow .modal-body{
    display: block;
    flex-shrink: 1;
    overflow-y: scroll;
}
#modal-area.modal-container.width-narrow .modal-body__search-col:not(.col-01){
    display: none;
}
#modal-area.modal-container.width-narrow .modal-body__title{
    display: none;
}
#modal-area.modal-container.width-narrow .modal-body__main{
    max-height: 100%;
}
#modal-area.modal-container.width-narrow .modal-list.width-narrow-hidden{
    display: none !important;
}
#modal-area.modal-container.width-narrow .modal-list.width-narrow-open{
    display: block !important;
}
#modal-area.modal-container.width-narrow .modal-list .modal-list:not(.list-grandchild){
    border-top: 1px solid #ccc;
}
#modal-area.modal-container.width-narrow .modal-list.list-grandchild{
    display: grid !important;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    gap: 5px 7px;
    margin: 5px 10px 10px 5px;
    padding: 5px 7px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
#modal-area.modal-container.width-narrow .modal-list.list-grandchild li{
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0 3px 7px #00000014;
    box-shadow: 0 3px 7px #00000014;
    border-radius: 4px;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a{
    font-weight: 400;
}
#modal-area.modal-container.width-narrow .modal-list.list-top > li > a::after{
    content: "";
    position: absolute;
    top: 17px;
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(135deg);
    z-index: 3;
    transition: all .3s;
}
#modal-area.modal-container.width-narrow .modal-list.list-top > li > a.active::after{
    top: 19px;
    transform: rotate(-45deg);
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::before,
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::after{
    content: "";
    position: absolute;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::before{
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background: #f6f6f6;
    border-left: 1px solid #ccc;
    z-index: 2;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::after{
    top: 17px;
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(135deg);
    z-index: 3;
    transition: all .3s;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a.active::after{
    top: 19px;
    transform: rotate(-45deg);
}
/* search.html スクロール */
.search_form_wrap .ps__rail-y{
    width: 8px;
    margin-right: 5px;
    background: #ebebeb !important;
    opacity: 1 !important;
}
.search_form_wrap .ps__thumb-y{
    right: 0;
    width: 8px;
}
.search_form_wrap .ps__rail-y:hover > .ps__thumb-y,
.search_form_wrap .ps__rail-y:focus > .ps__thumb-y,
.search_form_wrap .ps__rail-y.ps--clicking .ps__thumb-y{
    width: 8px;
}
/* search.html モーダル 職種から探す */
#modal-occupation .modal-content{
    display: flex;
    flex-direction: column;
}
#modal-occupation .modal-body{
    padding: 40px 40px 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#modal-occupation .modal-body::-webkit-scrollbar{
    display:none;
}
#modal-occupation .modal-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px,1fr));
    gap: 8px 10px;
}
#modal-occupation .modal-list li{
}
#modal-occupation .modal-list li label{
    font-size: 15px;
    letter-spacing: 0.08em;
}
#modal-occupation .modal-footer__button.submit{
    width: 100%;
    width: calc(100% - 40px);
    max-width: 300px;
    text-align: center;
}
#modal-occupation .modal-footer{
    padding-bottom: 30px;
}
/* search.html モーダル 条件の変更 */
#modal-conditions{
    margin: 0;
    z-index: 490;
}
#modal-conditions .modal-content{
    display: flex;
    flex-direction: column;
}
#modal-conditions .modal-header{
    background: #BBDEFB;
}
#modal-conditions .modal-body{
    /*height: 100%;*/
    padding: 30px 20px;
    background: #fff;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#modal-conditions .modal-body::-webkit-scrollbar{
    display:none;
}
#modal-conditions .modal-body .list{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    gap: 0 10px;
}
#modal-conditions .modal-body .list li{
    width: 100%;
}
#modal-conditions .modal-body .list label{
    font-size: 16px;
}
#modal-conditions .modal-footer{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    gap: 10px 0;
}
#modal-conditions .modal-footer__numbers{
    font-size: 14px;
    font-weight: 600;
}
#modal-conditions .modal-footer__number{
    margin: 0 3px;
    color: #F57C01;
    font-size: 23px;
}
#modal-conditions .modal-footer__button.submit{
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 5px;
}
#modal-conditions .modal-footer__button.submit::before,
#modal-conditions .modal-footer__button.submit::after{
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}
#modal-conditions .modal-footer__button.submit::before{
    top: 18px;
    left: 20px;
    width: 16px;
    height: 16px;
    margin-left: -4px;
    margin-top: -4px;
    border: 3px solid #fff;
    border-radius: 100%;
}
#modal-conditions .modal-footer__button.submit::after {
    top: 25px;
    left: 30px;
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-45deg);
    opacity: 1;
}

/**
 * detail.html
**/
.recruit_data .table-data {}
.recruit_data .btn_wrap {
	width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* コンサルタントからの一言 */
.consul_message {}
.consul_message .img_wrap {
    float: left;
    width: 15%;
    height: auto;
    display: block;
}
.consul_message .img_wrap img {
    width: 100%;
    height: auto;
}
.consul_message .text_wrap {
	width: 85%;
    max-width: 950px;
    float: right;
    display: inline-block;
}
/* コンサルタントからの一言　吹き出し */
/* 吹き出し本体 */
.balloon {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -21px;
    top: 40%;
    border-top: 10px solid transparent;
    border-right: 20px solid #bbb;
    border-bottom: 10px solid transparent;
}
.balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -20px;
    top: 40%;
    ;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
}
/* コンサルタントからの一言　吹き出し */

/* 関連求人 */
.relation_wrap {}
.relation_wrap .item {
	margin: 7px 10px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
    display: block;
	overflow: hidden;
    position: relative;
}
.relation_wrap .item .img-wrap {}
.relation_wrap .item .img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.relation_wrap .item .text-wrap { padding: 15px 15px; }
.relation_wrap .item .tag {
    padding: 1px 20px;
    border: 1px solid #000;
    border-radius: 50px;
    display: inline-block;
}
.relation_wrap .item .title {
	position: relative;
    width: 100%;
    height: 45px;
    background: #fff;
    overflow: hidden;
}
.relation_wrap .item .title:before,
.relation_wrap .item .title:after {
	position: absolute;
	background: #fff;
}
.relation_wrap .item .title:before {
	content: "...";
	bottom: 0;
	right: 0;
}
.relation_wrap .item .title:after {
	content: "";
	height: 100%;
	width: 100%;
}
/* slick調整 */
.relation_wrap .slick-prev ,
.relation_wrap .slick-next {
    width: 26px;
    height: 44px;
}
.relation_wrap .slick-prev:before,
.relation_wrap .slick-next:before {
    content: "";
    display: block;
    background: url(../images/arrow-slide.png) no-repeat center center;
    width: 26px;
    height: 44px;
}
.relation_wrap .slick-prev { 
	top: 42%;
	left: -25px;
}
.relation_wrap .slick-next { 
    top: 42%;
	right: -30px;
}
/* この求人は以下の条件に合致しています */
.other_conditions {}
.other_conditions .head {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.other_conditions .tit {
    margin: 0 5px 0 0;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
    float: left;
    display: inline;
}
.other_conditions .note {
    line-height: 1.8em;
    font-size: 13px;
    color: #999;
    float: left;
    display: inline;
    padding: 5px 0 0 0;
}
.other_conditions dl {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.other_conditions dl dt {
	width: 90px;
    padding: 4px 0;
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
    color: #183771;
    background: #fff;
    border: 1px solid #183771;
    display: inline-block;
}
.other_conditions dl dd {}
.other_conditions dl dd ul li { margin-right: 10px; }
.other_conditions dl dd ul li a {
    font-size: 15px;
    text-decoration: underline;
}
.other_conditions dl dd ul li a:hover {
	/*text-decoration: none;*/
}



/**
 * ページング
**/
.paging {
    margin: 0 0 50px 0;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.paging li {
    padding: 0 4px;
    line-height: 34px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.paging li a {
    padding: 0 10px;
    line-height: 32px;
    color: #183771;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #183771;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a:hover {
    text-decoration: none;
    color: #fff;
    background: #183771;
    border: 1px solid #183771;
}
.paging li .current {
    padding: 0 10px;
    line-height: 32px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #26499d;
    border: 1px solid #26499d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a.prev {
    padding: 0 10px;
    line-height: 32px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a.next {
    padding: 0 10px;
    line-height: 32px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}



/* --------------------------------
* contact.html *
-------------------------------- */
.contact_form {}
.contact_form .form {
    margin: 0 auto 30px;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.contact_form .form tr th,
.contact_form .form tr td {
    padding: 1rem;
    line-height: 1.8em;
    font-size: 16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_form .form tr th {
    width: 230px;
	text-align: left;
    letter-spacing: 0.08em;
    font-weight: bold;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
.contact_form .form tr td {
    background: #fff;
    border-bottom: 1px solid #ddd;
    /*border-left: 1px solid #ddd;*/
	overflow: hidden;
}
.contact_form .form tr td .list_01 {
    border-top: dotted 1px #ccc;
    padding-top: 10px;
    overflow: hidden;
}
.contact_form .form tr td .list_01:first-child {
    border-top: none;
    padding-top: 0;
}
.contact_form .form tr td .list_01 li {
    width: auto;
    padding-right: 30px;
    padding-bottom: 5px;
    float: left;
}
.contact_form .form td .select {
    margin: 0 10px 0 0;
    display: inline;
}
.contact_form .form td .dl_01 {
    overflow: hidden;
    margin: 0 0 10px 0;
}
.contact_form .form td .dl_01 dt {
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    float: left;
}
.contact_form .form .dl_01 dd { overflow: hidden; }

.hissu {
	font-size: 12px;
    line-height: 1.4em;
    font-style: inherit;
    font-weight: bold;
    color: #fff;
    background: #fe7ca6;
    padding: 2px 6px 2px;
    border-radius: 14px;
    float: right;
}
.contact_form_note {
    font-size: 14px;
    color: #9f9f9f;
    display: inline-block;
}
.error_text {
	color: #EB1C23;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 20px;
}

/* お問合せフォーム内 > 利用規約 */
.contact_kiyaku_wrap {
    width: 80%;
    max-width: 750px;
	margin: 0 auto 30px;
}
.contact_kiyaku_wrap dt {
	padding: 6px 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f2f2f2;
}
.contact_kiyaku_wrap dd {
	text-align: left;
    height: 150px;
	padding: 15px 15px;
    border: 1px solid #ddd;
    overflow: auto;
}
.contact_kiyaku_wrap .contact_kiyaku_title {
	font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
    padding-bottom: 5px;
}
.contact_kiyaku_wrap p,
.contact_kiyaku_wrap li {
    font-size: 14px;
    line-height: 1.6em;
}

.contact_btn_wrap {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.contact_btn_wrap .btn {
    cursor: pointer;
    -webkit-appearance: none;
	outline: none;
}


/* 詳細お問い合わせ */
.detail_contact_head {
	margin: 5px 5px 20px 5px;
}
.detail_contact_head .img-wrap {
    width: 20%;
    max-width: 230px;
    padding-right: 30px;
}
.detail_contact_head .img-wrap img {
	height: 120px;
	object-fit: contain;
}
.detail_contact_head .text-wrap { width: 80%; }

.detail_text {
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 16px;
    color: #111;
}
.detail.error {
    margin: 5px 0 0 0;
    padding: 5px;
    color: #dd0202;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}



/* --------------------------------
* faq.html *
-------------------------------- */
.faq_wrap { }
.faq_wrap dl {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
	letter-spacing: 0.05em;
}
.faq_wrap dl:last-of-type { margin-bottom: 0; }
.faq_wrap dl dt {
    width: 100%;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ededed;*/
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.faq_wrap dl dt::before {
	content: "Q";
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background: #183771;
    font-family: 'Comfortaa', cursive;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px 10px 11px;
    margin-right: 20px;
    box-sizing: border-box;
}
.faq_wrap dl dd {
    padding-top: 10px;
    position: relative;
}
.faq_wrap dl dd::before {
	content: "A";
    font-size: 28px;
    line-height: 1;
    color: #183771;
    background: #fff;
    border: 2px solid #183771;
    font-family: 'Comfortaa', cursive;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 8px 11px 11px;
    margin-right: 20px;
    box-sizing: border-box;
}
.faq_wrap dl dd p {line-height: 1.8em;}



/* --------------------------------
* flow.html *
-------------------------------- */
.flow_wrap { }
.flow_wrap .step {
    margin: 0 auto 20px;
    display: table;
    position: relative;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
}
.flow_wrap .step:last-child {
    margin: 0 auto 0 auto;
}
.flow_wrap .step .number {
	text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
	width: 60px;
    padding: 4px 10px 10px;
    background: #183771;
    display: table-cell;
    vertical-align: middle;
    border-radius: 12px;
}
.flow_wrap .step .number span.small {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
    color: #fff;
}
.flow_wrap .step .box {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.8em;
    margin-bottom: 10px;
	overflow: hidden;
}
.flow_wrap .box .faq-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
	display: block;
}
/* ▼矢印 */
.flow_wrap .arrow {
    margin: 0 0 20px 0;
    text-align: center;
    overflow: hidden;
}
.bordering-arrow-right {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    margin: 0 auto 20px;
}



/* --------------------------------
* company.html *
-------------------------------- */
.company_data {}
.company_data .data {
	margin: auto;
    width: 100%;
    max-width: 800px;
}
.company_data .data tr {
    border-bottom: 1px solid #ddd;
}
.company_data .data th,
.company_data .data td {
    padding: 1rem;
	line-height: 1.8em;
}
.company_data .data th {
    width: 180px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 40px;
}
.company_data .data td { font-size: 15px; }



/* --------------------------------
* kiyaku.html / policy.html *
-------------------------------- */
.kiyaku_wrap { }
.kiyaku_wrap .kiyaku_item {
    margin-bottom: 30px;
}
.kiyaku_wrap .kiyaku_item:last-child { margin-bottom: 0; }
.kiyaku_wrap .kiyaku_title {
	color: #183771;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.kiyaku_wrap .kiyaku_item p,
.kiyaku_wrap .kiyaku_item li {
	font-size: 15px;
	line-height: 1.8em;
}
.kiyaku_wrap .kiyaku_item li {
    padding-left: 1em;
    text-indent: -1em;
}



/* --------------------------------
* sitemap.html *
-------------------------------- */
.sitemap_wrap {}
.sitemap_wrap .list {
    line-height: 1.8em;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.sitemap_wrap li {
    background: #fff;
    border-top: 1px dotted #ccc;
}
.sitemap_wrap li a {
    font-size: 15px;
    line-height: 1.8em;
}
.sitemap_wrap li .arrow {
    position: relative;
    display: inline-block;
    padding: 15px 0 15px 20px;
    margin-left: 10px;
}
.sitemap_wrap li .arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #183771;
    border-right: solid 2px #183771;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.sitemap_wrap li ul li .arrow {
    margin-left: 30px;
}
.sitemap_wrap li ul li .arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #183771;
    border-right: solid 2px #183771;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}


/* --------------------------------
* news.html *
-------------------------------- */
.news_list tr {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.news_list tr:first-child {
	border-top: 1px solid #ccc;
}
.news_list tr th,
.news_list tr td {
	padding: 1rem;
	display: table-cell;
}
.news_list th {
	width: 130px;
	text-align: left;
}
.news_list tr td {}
.news_list tr td a {
	color: #3498db;
	display: inline-block;
}
/* 詳細ページ */
.news_detail_wrap { margin-bottom: 50px; }



/* --------------------------------
* contents.html *
-------------------------------- */

/* 一覧ページ */
.column_list_item {
	margin: 5px 5px 40px 5px;
}
.column_list_item:last-of-type {
	margin: 5px 5px 60px 5px;
}
.column_list_item .img_wrap {
	width: 18%;
    max-width: 200px;
    height: 130px;
}
.column_list_item .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column_list_item .text_wrap {
	width: 82%;
    padding-left: 30px;
}
.column_list_item .column_list_title {
    margin-bottom: 10px;
}
.column_list_item .column_list_title a {
	color: #3498db; 
	word-break: break-all;
}
/* 詳細ページ */
.blog_content_title {
    color: #183771;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 15px 0;
	width: 100%;
}
.blog_content_head01 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
	letter-spacing: 0.08em;
	border-bottom: 3px solid #183771;
	width: 100%;
    padding: 15px 0;
    margin: 0 auto 30px;
}
.blog_content_head02 {
    font-size: 20px;
	line-height: 1.4em;
    font-weight: bold;
	letter-spacing: 0.08em;
    background: #eee;
    padding: 15px 0 15px 20px;
    border-left: 8px solid #183771;
	width: 100%;
    margin-bottom: 30px;
}
.blog_content_head03 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 10px;
}
.blog_content_image img {
    max-width: 100%;
    max-height: 70vh;
}
#content .blog_content_image img {
    width: auto;
    max-width: 100%;
}
figcaption {
    color: #777;
    font-size: 14px;
	line-height: 1.4em;
    margin-top: 10px;
}
.blog_content_text {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    width: 100%;
    margin: 0 auto 40px;
}
.blog_content_text2 {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    width: 100%;
    background: rgba(56, 158, 227, 0.3);
    margin: 20px auto;
    padding: 25px;
    box-sizing: border-box;
}
.blog_content_list {
    font-size: 15px;
    padding: 20px 35px;
    background: #FCFAF7;
    text-align: left;
    line-height: 1.8em;
    width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
}
.blog_content_image {
    width: 100%;
    margin: 30px auto;
}
.blog_content_list li {
    padding: 10px 10px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    list-style: disc;
}
.blog_content_list li a {
    color: #0073C4;
    padding-bottom: 3px;
    border-bottom: 1px dashed #aaa;
}
.blog_content_list li a:before {
    content: '';
    margin-top: -1px;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.blog_content_link {
    font-weight: bold;
    font-size: 16px;
    color: #3498db;
    display: inline-block;
    padding: 10px 0;
}
.blog_content_link:hover {
    text-decoration: underline;
	opacity: 0.75;
}



/* --------------------------------
* feature.html *
-------------------------------- */
.feature_wrap {}
.feature_wrap .box {
	padding-top: 30px;
	margin-bottom: 60px;
    min-height: 450px;
    position: relative;
}
.feature_wrap .box:last-child {margin-bottom: 0;}
.feature_wrap .box-1 {
    background: url(../images/feature-01.png) no-repeat right top;
    background-size: 52% auto;
}
.feature_wrap .box-2 {
    background: url(../images/feature-02.png) no-repeat left top;
    background-size: 52% auto;
}
.feature_wrap .box-3 {
    background: url(../images/feature-03.png) no-repeat right top;
    background-size: 52% auto;
}
.feature_wrap .box .text-wrap {
	width: 60%;
    max-width: 610px;
    background: rgba(30, 120, 220, 0.3);
    padding: 50px 100px 30px 50px;
}
.feature_wrap .box:nth-child(even) .text-wrap {
    padding: 50px 50px 30px 100px
}
.feature_wrap .box-1::before,
.feature_wrap .box-2::before,
.feature_wrap .box-3::before {
	font-size: 90px;
	font-weight: 700;
    letter-spacing: -0.05em;
    color: #183771;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: -25px;
}
.feature_wrap .box-1::before {
    content: "01";
    left: 0;
}
.feature_wrap .box-2::before {
    content: "02";
    right: 0;
}
.feature_wrap .box-3::before {
    content: "03";
    left: 0;
}
.feature_wrap .box-2 .text-wrap {
    position: absolute;
    right: 0;
}









.kentou, .kentou2 {
    float: right;
}
.kentou a {
    color: #183771;
    border: 1px solid #183771;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
}
.kentou a:hover {
    color: #183771;
    opacity: 1.0;
}
.kentou2 a {
    color: #fff;
    border: 1px solid #183771;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background: #183771;
    pointer-events: none;
    border-radius: 0;
}
.kentou2 a:hover {
    color: #fff;
    opacity: 1.0;
}


.google-map {
    margin: 60px auto 0;
    text-align: center;
    width: 100%;
    max-width: 800px;
}
.google-map .center {
    position: relative;
    padding-bottom: 45.25%;
    height: 0;
    overflow: hidden;
}
.google-map .center iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




