/*====================
 style.css
 ==================== */
 /*----------------------------------------------------*/
/*	20181029 無限ループスライダー
/*----------------------------------------------------*/
/* 高さ・横幅 一括管理 */
#loopslider, #loopslider ul, #loopslider ul li, #loopslider #loopleft, #loopslider #loopright {
  height: 150px;
}
#loopslider ul li {
  width: 230px;
}

@media screen and (max-width:650px) {
#loopslider, #loopslider ul, #loopslider ul li, #loopslider #loopleft, #loopslider #loopright {
  height: 150px;
}
#loopslider ul li {
  width: 227px;
}
}
/*   ==========   */
#loopslider {
  margin: 30px auto 0;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#loopslider ul {
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider #loopleft, #loopslider #loopright {
  font-size: 16px;
  color: #fff;
  width: 30px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #67bfc5;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loopslider #loopleft {
  top: 0;
  left: 0;
}
#loopslider #loopright {
  top: 0;
  right: 0;
}

@media screen and (max-width:650px) {
#loopslider {
  margin: 30px auto 0;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
}
/* =======================================
  ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul {
  display: inline-block;
  overflow: hidden;
}
.clearbt {
  text-align: center;
}
/*----------------------------------------------------*/
/*	20180117 検索アコーディオン化css
/*----------------------------------------------------*/
.search_form_wrap .part {
  margin-bottom: 20px !important;
}
.search_form_wrap .ac_btn {
  cursor: pointer;
}
.search_form_wrap .ac_btn:hover {
  opacity: .7;
}
.search_form_wrap .ac_btn:after {
  content: "▼";
  color: #1f7fb2;
  display: inline-block;
  padding-left: 1em;
}
.search_form_wrap .ac_btn.arrow1:after {
  content: "▲" !important;
  color: #1f7fb2;
}
.search_form_wrap .ac_content {
  display: none;
}
.keyword_form {
  max-width: 930px;
  margin: 0 auto;
}
.keyword {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #414141;
	border-radius: 0;
  border: 2px solid #3e3a39;
	font-size: 24px;
	font-weight: bold;
  letter-spacing: -.1em;
  padding: 0 35px;
}
.keyword2 {
  width: 80%;
  height: 50px;
  line-height: 40px;
  margin-right: 5px;
  line-height: 1.2;
  color: #414141;
  padding-left: 10px;
}
.keyword_bt {
  cursor: pointer;
  position: absolute;
  right: 2px;
  width: 66px;
  top: 0;
}
.keyword_bt:hover {
  opacity: 0.9;
  transition: 0.3s;
}
/*----------------------------------------------------*/
/*	汎用style
/*----------------------------------------------------*/

/*input {
	-webkit-appearance: none;
	border-radius: 0;
	}*/

/*select{
	-webkit-appearance: none;
	border-radius: 0;
	}*/

/*  171106追加css  */
#map_svg {
  width: 1000px;
  height: 586px;
}

.detial-shop-wrapp {
  padding-top: 100px;
  padding-bottom: 100px;
}
.detial-shop-wrapp-title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.detial-shop-wrapp-content {
  display: flex;
  align-items: center;
}
.detial-shop-wrapp-tel {
  width: 100%;
  margin-right: 90px;
  padding: 20px 40px 30px;
  background: #fef6ee;
  max-width: 750px;
}
.detial-shop-wrapp-tel p {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 2025/02/24 求人票（非公開） 詳しい説明を聞く */
.detial-shop-wrapp-tel.private p {
	font-size: 24px;
	font-weight: normal;
}
.detial-shop-wrapp-tel.private p.bold {
	font-weight: bold;
}
.detial-shop-wrapp-tel.private p.tel span {
	font-size: 90%;
	color: #666;
}
.detial-shop-wrapp-tel.private .business-hours {
	display: flex;
	justify-content: center;
	gap: 1em;
	font-size: 24px;
	font-weight: bold;
}
.detial-shop-wrapp-tel.private .business-hours .head {
	display: flex;
	align-items: center;
	background: #999;
	color: #fff;
	border-radius: 5px;
	line-height: 1.3;
	letter-spacing: 2px;
	padding: 3px 3px 1px 5px;
}
.detial-shop-wrapp-tel.private .business-hours .content {
	display: flex;
	align-items: center;
}
.detial-shop-wrapp-tel.private .addition {
	background: #fff;
	border-radius: 5px;
	margin-top: 2em;
	padding: 1em 0.4em 0.2em 1em;
}
.detial-shop-wrapp-tel.private .addition ul {
	list-style: disc outside;
	font-size: 20px;
	margin-left: 1.2em;
}
.detial-shop-wrapp-tel.private .addition ul li {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 650px) {
	.detial-shop-wrapp-tel.private p {
		font-size: 16px;
	}	
	.detial-shop-wrapp-tel.private .business-hours {
		font-size: 16px;
	}
	.detial-shop-wrapp-tel.private .addition {
		margin-top: 1em;
		padding: 0.5em 0.2em 0.1em 0.5em;
	}
	.detial-shop-wrapp-tel.private .addition ul {
		font-size: 14px;
		margin-left: 1.2em;
	}
}

.detial-shop-wrapp-info {
  white-space: nowrap;
}
.detial-shop-wrapp-info-title {
  font-weight: bold;
  letter-spacing: -.1em;
  font-size: 28px;
  margin-bottom: 30px;
}
.detial-shop-wrapp-info-title a {
  font-weight: normal;
  color: #1f7fb2;
  text-decoration: underline;
}
.detial-shop-wrapp-info-address {
  border-left: 2px solid currentcolor;
  padding-left: 35px;
  font-size: 20px;
  line-height: 1.6;
}
.detial-shop-wrapp-info-address a {
  text-decoration: underline;
}

@media screen and (max-width:650px) {
.detial-shop-wrapp .col.pr30 {
  padding: 0px !important;
}
#map_svg {
  width: 100%;
  height: 100%;
}
.tantou {
  margin-left: 0px!important;
}
}
/*  171106追加css ここまで  */


.top_box {
  display: flex;
  max-width: 1400px;
  padding: 100px 0;
  margin: 0 auto;
  overflow: hidden;
}
.top_box .btn1,
.top_box .btn2 {
  width: 50%;
}
.top_box .btn2 {
  margin-left: 70px;
}
.top_box2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%);
  background: #fef6ee;
}
.top_box2 > * {
  margin: 0 !important;
}

@media screen and (max-width:1024px) {
  .top_box {
    display: block;
    padding: 30px 0;
  }
  .top_box .btn1,
  .top_box .btn2 {
    width: 100%;
  }
  .top_box .btn2 {
    margin-left: 0;
    margin-top: 15px;
  }
}

.tantou {
  margin-left: 55px;
}
.none {
  display: none;
}
.clear {
  clear: both;
}
.content-text {
  line-height: 1.8em;
}
.content-sub-text {
  font-size: 14px;
}
.content-big-text {
  font-size: 18px;
  line-height: 1.3em;
}
.content-min-text {
  font-size: 12px;
}
.content-title {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.05em;
}
.background2 .content-title {
  color: #fff;
}
.content-title span {
  display: inline-block;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 2px solid currentColor;
  padding: 0 12px 6px;
  line-height: 1;
  vertical-align: top;
  letter-spacing: 0;
  font-weight: normal;
  color: #f5997f;
}
.content-title-secondary {
  margin-bottom: 30px;
  font-size: 26px;
  color: #1f7fb2;
  letter-spacing: 0;
  max-width: 1400px;
  margin: 0 auto 10px;
}
.content-title-secondary span {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-style: italic;
  line-height: 1;
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 10px;
}
.content-title-secondary span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentcolor;
  left: 0;
  bottom: 6px;
}
.content-catch {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
}
.background2 .content-catch {
  color: #fff;
}
.content-middle-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-top: 50px;
}
a[name="joblist"] + .content-middle-title {
  margin-bottom: 60px;
  font-size: 20px;
}
.content-middle-title .green-color {
  font-size: 30px;
}
.content-sub-title {
  font-size: 14px;
}
.green-left-tite {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 4px solid #1f7fb2;
  padding-left: 10px;
}
.content-sub-title span {
  font-size: 20px;
  color: red;
}
.content-ul li {
  line-height: 2em;
  margin-left: 1em;
  text-indent: -1em;
}
.content-dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-dl2 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.white-box {
  background: #fff;
  padding: 60px 40px 90px;
  border: 1px solid #d6d6d6;
}
.white-box2 {
  background: #fff;
  padding: 60px 20px 40px;
  border: 1px solid #d6d6d6;
}
.kodawari-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 2px solid currentcolor;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 24px;
  background: #fff;
  line-height: 1.1em;
  max-width: 670px;
}
.top_box2 .kodawari-btn {
  color: #1f7fb2;
}
.background2 .kodawari-btn {
  border: 0;
}
.kodawari-btn::after {
  content: '';
  width: 22px;
  height: 20px;
  background: url(/common/images/icon-right.png) center / contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.top_box2 .kodawari-btn::after {
  background: none;
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kodawari-btn2 {
  display: inline-block;
  width: 100%;
  border: 2px solid currentcolor;
  padding: 18px 45px 15px;
  font-size: 24px ;
  font-weight: bold;
  position: relative;
  max-width: 670px;
}
.kodawari-btn2:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 18px;
  font-size: 26px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.taikendan-btn {
  display: inline-block;
  border: 1px solid #1f7fb2;
  padding: 25px 90px;
  font-size: 18px;
  color: #1f7fb2;
  line-height: 1.1em;
}
.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.b-shadow {
  box-shadow: 0px 0px 3px 2px #d6d7d7;
  -moz-box-shadow: 0px 0px 3px 2px #d6d7d7;
  -webkit-box-shadow: 0px 0px 3px 2px #d6d7d7;
}
.contact_box {
  width: 55%;
  margin: 0 auto 40px;
}
.contact_box .row1 {
  float: left;
}
.contact_box .row2 {
  float: right;
}
.contact_box .row1 .send {
  margin-top: 40px;
}
.contact_box .row1 .send input:hover {
  text-decoration: underline;
}
.contact_box .row2 .back {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.blog_text {
  margin-left: 300px;
  color: #1f7fb2!important;
  text-decoration: underline;
}
/*ログイン*/

.login_wrap .form_part {
  margin: 0 0 40px 0;
  overflow: hidden;
}
.login_wrap .form_part dt {
  width: 21%;
  line-height: 40px;
  font-size: 16px;
  float: left;
  display: inline;
  padding-left: 60px;
}
.login_wrap .form_part dd {
  overflow: hidden;
}
.login_wrap .form_part dd .text {
  width: 90%;
  height: 35px;
  line-height: 35px;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
  -webkit-appearance: none;
  font-size: 14px!important;
}
.forget {
  text-align: center;
}
.forget a {
  color: #3d70fc;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.sp-mb20 {
  margin-bottom: 20px;
}
.content-title {
  margin-bottom: 5px;
  font-size: 18px;
}
.content-title span {
  font-size: 11px;
  border-bottom: 1px solid currentColor;
  padding: 0 5px 2px;
}
.content-title-secondary {
  font-size: 12px;
}
.content-title-secondary span {
  font-size: 22px;
  margin-bottom: 5px;
}
.content-title-secondary span::after {
  bottom: 4px;
}
.content-catch {
  margin-bottom: 15px;
  font-size: 10px;
}
.content-middle-title {
  font-size: 19px;
}
.content-middle-title .green-color {
  font-size: 24px;
}
a[name="joblist"] + .content-middle-title {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.content-dl2 dt {
  font-size: 18px;
}
.kodawari-btn {
  padding: 11px 25px;
  font-size: 12px;
  border-width: 1px;
}
.kodawari-btn::after {
  width: 11px;
  height: 10px;
  right: 10px;
}
.kodawari-btn2 {
  font-size: 12px;
  padding: 8px 25px
}
.kodawari-btn2::before {
  font-size: 16px;
  right: 10px;
}
.kodawari-btn2.fa-search:before {
  position: relative;
  font-size: 2em;
  left: -5px;
  bottom: -5px
}
.white-box {
  background: #fff;
  padding: 30px 10px 20px;
  border: 1px solid #d6d6d6;
}
.detail-table {
  margin-top: 20px !important;
}
.detail-table table th, .detail-table table td {
  /*  171106追加css  */
  display: block;
  width: 100% !important;/*  171106追加css ここまで  */
}
.detail-table table th {
  padding: 5px 10px !important;
}
.detail-table table td {
  padding: 10px 0 20px !important;
}
.login_form .form_part {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.login_form .form_part dt {
  width: 100%;
  line-height: 1.4em;
  font-size: 14px;
  float: none;
  display: block;
  padding-left: 0px!important;
}
.login_form .form_part dd {
  overflow: hidden;
}
.login_form .form_part dd .text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-radius: 0px;
  -webkit-appearance: none;
  font-size: 14px !important;
}
.login_form input {
  width: 100%;
}
}
/*----------------------------------------------------*/
/*	index.html トップページ
/*----------------------------------------------------*/
/*  --------  メインビジュアル  ---------  */
.main-v {
  position: relative;
  height: 670px;
  margin-bottom: 80px;
}
.main-v .slick-slide img {
  object-fit: cover;
	width: 100%;
	height: 100%;
}
.main-title-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-bottom: 80px;
}
.main-title-wrapp h1 {
  font-size: 82px;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: -.05em;
}
.main-title-wrapp h1.shadow {
  text-shadow: #000 0 0 5px;
}
.main-title-wrapp h1 span {
  font-size: 32px;
  letter-spacing: -.05em;
}
.main-v-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 756px;
  height: 66px;
  margin: 0 auto;
  border: 1px solid currentcolor;
  color: #fff;
  font-size: 32px;
  letter-spacing: .1em;
}
.main-v-text.shadow {
  text-shadow: #000 0 0 3px;
  box-shadow: #000 0 0 1px;
}
.main-v-link {
  width: 60%;
  margin: 20px auto 0;
}
.main-v-link ul {
  overflow: hidden;
  margin: 0 15px;
}
.main-v-link ul li {
  width: 50%;
  float: left;
  padding: 15px;
}
.main-v-link ul li a {
  border: 1px solid #fff;
  padding: 10px 0px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.main-v-link ul li a:hover {
  color: #000;
  background: #fff;
}
.more-serch-link {
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

/*  --------  メインビジュアル（固定画像 2024/11/04）  ---------  */
.main-v-pic {
	text-align: center;
	background: #8dc7e9;
}

/*  --------  新着求人情報   ---------  */
.new-recruit a {
  display: block;
  position: relative;
  border: 1px solid #d6d8d8;
  max-width: 350px;
  margin: auto;
}
.new-recruit a img {
  height: 100%;
}
.new-recruit a p {
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 5px;
}
.new-recruit a dl {
  height: 85px;
  background: #fff;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px;
  overflow: hidden;
}
.new-recruit a dl dt {
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-recruit a dl dd {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*  --------  リゾートバイトmagazine   ---------  */
.magazine-img {
  background: url(../images/top/top5.jpg) no-repeat;
  background-size: cover;
}
.magazine-img h3 {
  background: rgba(255,255,255,0.8);
  padding: 10px;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.main-v {
  height: auto;
  margin-bottom: 30px;
}
.main-v .slick-slide img {
  height: 255px;
  object-fit: cover;
}
.main-title-wrapp {
  padding-bottom: 25px;
}
.main-title-wrapp h1 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.38;
  letter-spacing: -.04em;
}
.main-title-wrapp h1 span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: -.02em;
}
.main-v-text {
  width: 261px;
  height: 22px;
  font-size: 11px;
}
.more-serch-link {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
.main-v-link {
  width: 100%;
  margin: 10px auto 0;
}
.main-v-link ul {
  overflow: hidden;
  margin: 0 -5px;
}
.main-v-link ul li {
  width: 50%;
  float: left;
  padding: 5px;
}
.main-v-link ul li a {
  padding: 7px 5px;
  font-size: 15px;
  text-align: center;
}
.more-serch-link {
  margin-top: 20px;
  color: #fff;
}
.main-v-link ul li a:hover {
  opacity: 0.7;
  color: #fff;
  background: none;
}
/*  --------  新着求人情報   ---------  */
.new-recruit a img {
  height: auto;
}
.new-recruit .inner-box {
  margin-bottom: 30px;
}
/*  --------  リゾートバイトmagazine   ---------  */
.magazine-img p {
  padding: 20px;
}
}

/*----------------------------------------------------*/
/*	resume レジュメ登録
/*----------------------------------------------------*/
/* 2024/06/13 登録からお仕事開始までの流れ 追加 */
.width800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.flow_reg2start {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flow_reg2start li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 32%;
  background: #f6f6f6;
  border: solid 2px #999;
  border-radius: 8px;
  margin-bottom: 10px;
}
.flow_reg2start li::after {
  content: "▶";
  position: absolute;
  right: -20px;
  top: 110px;
  color: #f5997f;
  font-size: 15px;
}
.flow_reg2start li:last-child::after {
  display: none;
}
.flow_reg2start li .image {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
.flow_reg2start li .image .step {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  line-height: 1;
  background: #1f7fb2;
  border-radius: 3px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
}
.flow_reg2start li .text {
  font-size: 14px;
  padding: 12px;
}
.flow_reg2start li .text .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.resume-note {
  font-size: 13px;
  margin-bottom: 30px;
}
.resume-info {
  background: #fff;
  border: solid 3px #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
}
.resume-info .title {
  font-weight: bold;
  margin-bottom: 5px;
}
.tx-ul {
  text-decoration: underline;
}

ul.contact_step {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
ul.contact_step li.on {
  position: relative;
  background: #1f7fb2;
  color: #fff;
}
ul.contact_step li {
  position: relative;
  background: #ccc;
}
ul.contact_step li {
  display: inline-block;
  margin: 0 5px;
  padding: 15px 5px;
  text-align: center;
  width: 30%;
}
ul.contact_step li.on:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(35, 159, 167, 0);
  border-left-color: #1f7fb2;
  border-width: 10px;
  margin-top: -10px;
}
ul.contact_step li:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 10px;
  margin-top: -10px;
}

/*-----   チェックボックス  ------*/
label.contact_checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
label.contact_checkbox input[type=checkbox] {
    margin-right: 10px;
}
label.contact_checkbox p {
    font-weight: normal;
    font-size: 16px;
}


/*-----   フォーム  ------*/
strong {
  line-height: 1.42857143;
}
.form-wrapp p {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.foot-tel-wrapp2 {
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 30px;
}
.form-wrapp2 p {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.form-wrapp2 li {
  margin: 30px 0 10px;
}
.form-wrapp li {
  margin: 30px 0 10px;
}
.form-custom__content {
  border-top: 3px solid #1f7fb2;
  border-bottom: 1px solid rgba(173, 173, 173, 0.55);
}
.form-custom__item {
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(173, 173, 173, 0.55);
  border-left: 1px solid rgba(173, 173, 173, 0.55);
  border-right: 1px solid rgba(173, 173, 173, 0.55);
}
.form-custom__item__th {
  display: table-cell;
  float: none;
  font-weight: 700;
  padding: 15px;
  vertical-align: top;
  line-height: 1.42857143;
}
.form-custom__item__td {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 15px;
  background: #fff;
  border-left: 1px solid rgba(173, 173, 173, 0.55);
  line-height: 1.42857143;
}
.form-custom__item__label {
  background: #ff0000;
  display: inline;
  padding: .4em .6em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  float: right;
  margin: 0;
}
.form-custom__item__td .form-custom__item__label {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 0.25em;
  color: #fff;
  display: inline;
  float: none;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px 5px;
  padding: 0.4em 0.6em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.form-custom__item__td .form-control.form3divide {
  width: 80px;
  display: inline-block;
}
.form3divide2 {
  width: 200px;
  display: inline-block;
}
#health_check_form .form-custom__item__td .form-control.form3divide {
  margin-bottom: 10px;
}
select.form-control {
  padding: 0 12px;
  word-wrap: normal;
}
.form-custom__content p {
  display: block;
}
#health_check_form .form-custom__content p {
  display: block;
  padding: 10px 0 0;
}
#health_check_form .checkbox-inline {
  padding: 0 20px 0px 0;
}
#health_check_form .checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 0px;
}
.addBtn {
  background: #D77D42;
  color: #fff;
  border: none;
  box-shadow: 1px 1px 2px 0px #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
textarea.form-control {
  height: 80px;
}
.resumeform input[type="checkbox"] {
  display: inline-block;
  width: 4%;
}
.resumecheck label {
  display: inline-flex;
  margin: 5px;
  vertical-align: top;
  font-weight: normal;
}
.resume-policy {
  border: 3px solid #ccc;
  padding: 20px;
  background: #fff;
  margin: 20px 0;
  height: 200px;
  overflow-y: scroll;
}
.btn-blue-submit {
  background: #1f7fb2;
  color: #fff;
  border: none;
  box-shadow: 1px 1px 2px 0px #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  padding: 15px 40px;
  margin-bottom: 20px;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  z-index: 9999 !important;
}
.btn-blue-submit:hover, .btn-red-submit:hover, .btn-gray-submit:hover {
  color: rgba(255, 255, 255, 0.74);
}
.btn-gray-submit {
  background: #ccc;
  color: #111;
  border: none;
  box-shadow: 1px 1px 2px 0px #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  padding: 15px 40px;
  margin-bottom: 20px;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.btn-gray-submit:hover, .btn-red-submit:hover, .btn-gray-submit:hover {
  color: rgba(0, 0, 0, 0.74);
}
.btn-blue-submit2 {
  background: #1f7fb2;
  color: #fff;
  border: none;
  box-shadow: 1px 1px 2px 0px #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  padding: 15px 40px;
  border-radius: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.btn-blue-submit2:hover, .btn-red-submit:hover, .btn-gray-submit:hover {
  color: rgba(255, 255, 255, 0.74);
}
.btn-gray-submit2 {
  background: #ccc;
  color: #111;
  border: none;
  box-shadow: 1px 1px 2px 0px #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  padding: 15px 40px;
  border-radius: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.btn-gray-submit2:hover, .btn-red-submit:hover, .btn-gray-submit:hover {
  color: rgba(0, 0, 0, 0.74);
}
.spmode {
  display: none;
}
.written_oath_checkbox {
  text-align: left;
  padding: 30px 10px;
  font-size: 20px;
}
.written_oath_checkbox label {
  font-size: 17px;
  line-height: 1.4em;
}
.written_oath_checkbox a {
  color: #337ab7;
  text-decoration: underline;
}
.error li {
  color: #ff0000;
}
.back_bt {
  background: #ccc;
  color: #111;
  border: none;
  border-right-width: medium;
  border-bottom-width: medium;
  border-right-style: none;
  border-bottom-style: none;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  box-shadow: 1px 1px 2px 0px #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  padding: 15px 40px;
  border-radius: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
/* 2024/06/13 登録からお仕事開始までの流れ 追加 */
.flow_reg2start {
  flex-direction: column;
}	
.flow_reg2start li {
  flex-direction: row;
  width: 100%;
}
.flow_reg2start li::after {
  content: "▼";
  top: auto;
  left: 48%;
  bottom: -15px;
  right: auto;
  font-size: 10px;
}
.flow_reg2start li .image {
  width: 20%;
  height: auto;
  border-radius: 8px 0 0 8px;
  padding-top: 15px;
}
.flow_reg2start li .image .step {
  left: -5px;
  top: -5px;
  font-size: 16px;
  padding: 3px 6px;
}
.flow_reg2start li .image img {
  width: 60%;
  height: auto;
}
.flow_reg2start li .text {
  width: 80%;
  font-size: 13px;
  padding: 8px;
}
.flow_reg2start li .text .title {
  font-size: 14px;
}
.resume-note {
  margin-bottom: 15px;
}
.resume-info {
  font-size: 13px;
  margin-bottom: 10px;
}
.width800 {
  padding: 0;
}

ul.contact_step li {
  width: 25%;
}
.form-custom__item {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(173, 173, 173, 0.55);
  border-left: 1px solid rgba(173, 173, 173, 0.55);
  border-right: 1px solid rgba(173, 173, 173, 0.55);
}
.form-custom__item__th {
  display: block;
  float: none;
  font-weight: 700;
  vertical-align: middle;
}
.form-custom__item__td {
  display: block;
  vertical-align: middle;
  float: none;
  background: #fff;
  border-left: none;
}
.spmode {
  display: block;
}
#health_check_form .checkbox-inline {
  padding: 0 20px 10px 0;
}

textarea.form-control {
  height: 100px;
}
.form-custom__item__td .form-custom__item__label {float: right;}

}

/*----------------------------------------------------*/
/*	generalreception
/*----------------------------------------------------*/
/* -------- 2024/06/27 総合お問い合わせページ -------- */
.inq-btn li {
	letter-spacing: 0;
	margin-bottom: 25px;
}
.inq-btn li a {
	display: block;
	position: relative;
	width: 100%;
	background: #eee;
	font-size: 110%;
	font-weight: bold;
	color: #333;
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 30px 35px 30px 30px;
}
.inq-btn li a::after {
	content: '';
    width: 22px;
    height: 20px;
    background: url(/common/images/icon-right.png) center / contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.inq-btn li a:hover {
	color: #1f7fb2;
	text-decoration: none;
}
.inq-btn li a span {
	font-weight: normal;
	font-size: 90%;
}





/*----------------------------------------------------*/
/*	erea_search
/*----------------------------------------------------*/
.erea_search_content {
  margin: 0 -15px;
  overflow: hidden;
}
.erea_search_content li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.erea_search_content li .inner-box {
  padding: 0 15px;
  display: block;
}
.erea_search_content li a {
  display: block;
  background: #fff;
}
.erea_search_content li a:hover {
  opacity: 0.7;
}
.erea_search_content li a dl {
  padding: 10px;
}
.erea_search_content li a dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
}
.erea_search_content li a dd {
  font-size: 12px;
  margin-top: 10px;
}
.erea_search_content li a dd span {
  font-size: 16px;
}
.erea_search_content p:first-child {
  overflow: hidden;
  display: flex;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
}
.erea_search_content p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  line-height: 1.7;
}
.erea_search_content p:nth-child(2) span {
  border-bottom: 2px solid currentcolor;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.erea_search_content {
  margin: 0 -5px;
}
.erea_search_content li {
  float: left;
  width: 50%;
}
.erea_search_content li .inner-box {
  padding: 0 5px;
}
.erea_search_content li a {
  max-width: 260px;
  margin: auto;
  position: relative;
  padding-bottom: 20px;
}
.erea_search_content li a dl {
  padding: 10px 5px;
}
.erea_search_content li a dt {
  font-size: 13px;
}
.erea_search_content li a dd {
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.erea_search_content p:first-child {
  overflow: hidden;
  display: flex;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
}
.erea_search_content li a img {
  max-width: initial;
  height: 130px;
}
}
/*----------------------------------------------------*/
/*	ninki_search
/*----------------------------------------------------*/
.ninki_search_content {
  margin: 0 -12px;
  overflow: hidden;
}
.ninki_search_content li {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
}
.ninki_search_content li .inner-box {
  padding: 0 12px;
  display: block;
}
.ninki_search_content li a {
  display: block;
  position: relative;
  max-width: 350px;
}
.ninki_search_content li a dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  padding: 10px;
  text-align: center;
}
.ninki_search_content li a dl:hover {
  background: rgba(0,0,0,0.1);
}
.ninki_search_content li a dt {
  margin-top: 30%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #fff;
}
.ninki_search_content li a dd {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
}
.ninki_search_content li a dd span {
  font-size: 18px;
  color: #fff;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.ninki_search_content {
  margin: 0 -5px;
}
.ninki_search_content li {
  float: none;
  width: 100%;
}
.ninki_search_content li .inner-box {
  padding: 0 5px;
}
.ninki_search_content li a {
  margin: auto;
}
.ninki_search_content li a dt {
  margin-top: 30%;
  font-size: 18px;
}
}
/*----------------------------------------------------*/
/*	be_good
/*----------------------------------------------------*/
.be_good {
  background: url(../images/be_good/be_good8.png) no-repeat right bottom #fff;
  padding: 45px 100px 250px;
  border: 1px solid #d6d6d6;
}
.be_good ul {
  overflow: hidden;
}
.be_good ul li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 70px;
}
.sns-btn-wrapp {
  margin: 30px -5px 0;
  overflow: hidden;
}
.sns-btn-wrapp li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
}
.sns-btn-wrapp li a {
  background: #dcdcdc;
  display: block;
  text-align: center;
  color: #797979;
  padding: 10px 0 20px;
  font-size: 18px;
}
.sns-btn-wrapp li a:before {
  font-size: 2em;
  position: relative;
  left: -10px;
  top: 5px;
}
.sns-btn-wrapp li a:hover {
  opacity: 0.7;
}

/* 2024/05/28 7大特典スタイル更新 */
.benefits {
	padding: 45px 100px;
	border: solid 1px #d6d6d6;
}
.benefits ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.benefits ul li {
	width: 48%;
	text-align: center;
	margin-bottom: 70px;
}
@media screen and (max-width: 650px) {
	.benefits {
		padding: 20px 10px;
	}
	.benefits ul li {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* 2025/06/27 */
.benefits-other {
  border: solid 1px #ccc;
  text-align: center;
  margin-top: 30px;
  padding: 1em;
}
.benefits-other .logo {
  margin-bottom: 15px;
}
.benefits-other .heading {
  font-size: 18px;
  font-weight: bold;
  color: #1f7fb2;
  margin-bottom: 15px;
}
@media screen and (min-width: 651px) {
  .benefits-other {
    max-width: 800px;
    margin: 50px auto 0;
  }
  .benefits-other .heading {
    font-size: 24px;
  }
  .width-pc640 {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}



/*===============================================
会社概要
===============================================*/

.head_txt {
  font-size: 16px;
  margin-bottom: 50px;
  text-align: center;
}
table.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::before {
  display: table;
  content: " ";
}
.col-sm-4, .col-sm-8 {
  float: left;
}
.col-sm-4, .col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/*===============================================
プライバシーポリシー
===============================================*/

.policy_wrap p {
  margin-bottom: 2em;
}
.policy_wrap ol {
  list-style: decimal;
  padding-left: 20px;
  font-size: 14px;
}
.entry-content {
  text-decoration: underline;
}
.col-md-4 {
  width: 33.33333333%;
  float: left;
}
/*===============================================
サイトマップ
===============================================*/
.sitemap li {
  list-style: disc;
  margin-left: 50px;
  font-size: 20px;
}
.sitemap li li {
	list-style: "－";
	margin-left: 20px;
}


/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.be_good {
  background: url(../images/be_good/be_good8.png) no-repeat right bottom #fff;
  padding: 20px 10px 430px;
  border: 1px solid #d6d6d6;
}
.be_good ul {
  overflow: hidden;
}
.be_good ul li {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.be_good dt, .be_good dd {
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.sns-btn-wrapp {
  margin: 30px -5px 0;
  overflow: hidden;
}
.sns-btn-wrapp li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.head_txt {
  text-align: left;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
iframe {
  height: auto;
  max-width: 100%;
}
.col-sm-4 {
  width: 100%;
}
.col-sm-8 {
  width: 100%;
  margin-top: 20px
}
.col-md-4 {
  width: 100%;
  float: inherit;
}
}
/*----------------------------------------------------*/
/*	guide
/*----------------------------------------------------*/
.qa-wrapp dl {
  border-bottom: 1px dotted #aaaaaa;
  padding-top: 10px;
  padding-bottom: 20px;
}
.qa-wrapp dt {
  color: #1f7fb2;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0 10px 50px;
  background: url(../images/guide/guide3.png) no-repeat top 10px left 0;
}
.qa-wrapp dd {
  padding-left: 50px;
  padding: 20px 0 10px 50px;
  background: url(../images/guide/guide4.png) no-repeat top 10px left 0;
  line-height: 1.8em;
}
/*----------------------------------------------------*/
/*	faq
/*----------------------------------------------------*/
.column3-link {
  margin-right: -5px;
  margin-left: -5px;
  overflow: hidden;
}
.column3-link li {
  width: 33.33%;
  padding: 0 5px;
  float: left;
  margin-bottom: 10px;
}
.column3-link li a {
  display: block;
  padding: 20px;
  border: 1px solid #1f7fb2;
  color: #1f7fb2;
  text-align: center;
}
.column3-link li a:hover {
  opacity: 0.7;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.column3-link li {
  width: 100%;
  padding: 0 5px;
  float: none;
  margin-bottom: 10px;
}
}

/*----------------------------------------------------*/
/*	faqリニューアル(2023/07/28)
/*----------------------------------------------------*/
.qa_wrap {
	padding: 40px;
}
@media screen and (max-width: 650px) {
	.qa_wrap {
		padding: 0;
	}
}
.qa_wrap nav {
	margin: 0 0 40px 0;
}
.qa_wrap nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qa_wrap nav ul li {
	width: 48%;
	border: solid 2px #1f7fb2;
	text-align: center;
	margin-bottom: 10px;
}
.qa_wrap nav ul li a {
	display: block;
	color: #1f7fb2 !important;
	padding: 10px;
}
.qa_wrap h3 {
	font-size: 32px;
	margin: 60px 0 10px 0;
}
.qa_wrap h3::before {
	display: block;
	content: "";
	height: 0;
	padding-top: 120px;
	margin-top: -120px;
}
@media screen and (max-width: 650px) {
	.qa_wrap h3::before {
		padding-top: 70px;
		margin-top: -70px;
	}

}
.qa_wrap h3 + p {
	margin-bottom: 20px;
}
.qa_wrap h4 {
	position: relative;
	background-color: #EBE7E1;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 10px;
}
.qa_wrap h4::after {
	border-right: solid 2px #999;
  border-top: solid 2px #999;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;

}
.qa_wrap h4.arrow1 {
	margin-bottom: 0;
}
.qa_wrap h4.arrow1::after {
	top: 45%;
  transform: rotate(-45deg);
}
.qa_wrap h4.pending {
	background-color: #fdd;
}
.qa_wrap dl {
	display: none;
	background: #EBE7E1;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}
.qa_wrap dl dt {
	min-height: 50px;
	background-color: #fff;
	background-image: url(/common/images/guide/guide3.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-weight: bold;
	padding: 15px 10px 15px 60px;
}
.qa_wrap dl dd {
	min-height: 50px;
	background-color: #fff;
	background-image: url(/common/images/guide/guide4.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 1.8;
	margin-bottom: 10px;
	padding: 15px 10px 15px 60px;
}
.qa_wrap dl dd:last-child {
	margin-bottom: 0;
}
.qa_wrap dl dd.pending {
	background-color: #fdd;
}
.qa_wrap dl dd a {
	text-decoration: underline;
	color: #1f7fb2;
}



/*----------------------------------------------------*/
/*	search
/*----------------------------------------------------*/
.modal-up {
  width: 60%;
  margin: auto auto 30px;
  border: 1px solid #1f7fb2;
  padding: 20px 60px 22px;
  font-size: 18px;
  color: #1f7fb2;
  position: relative;
  text-align: center;
}
.modal-up.icon-target:before {
  font-size: 26px;
  position: relative;
  top: 3px;
  padding-right: 10px;
}
/*  パンくず  */
.pankuzu {
  overflow: hidden;
  margin-bottom: 90px;
  font-size: 20px;
}
.pankuzu li {
  float: left;
}
.pankuzu li:nth-child(2) {
  margin-left: 5px;
}
.pankuzu li:last-child {
  font-weight: bold;
}
.pankuzu li a {
  margin-right: 5px;
}
.pankuzu li a:hover {
  opacity: 0.7;
}
/*.pankuzu li a:after {
	content:"　＞　";
}*/
/*  パンくず ここまで  */
.search_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 70px;
  background: #fef6ee;
}
.search_wrap_intro {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 35px calc(50vw - 50%) 0;
  background: #1f7fb2;
  position: relative;
  text-align: center;
  color: #fff;
}
.search_wrap_intro::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 50vw 0 50vw;
  border-color: #1f7fb2 transparent transparent transparent;
}
.search_wrap_intro h2 {
  font-size: 38px;
  margin-bottom: 10px;
}
.search_wrap_intro p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.search_wrap_intro a {
  font-size: 26px;
  color: #fff;
  text-decoration: underline;
  padding-left: 40px;
  background: url(../images/icon-detailed.png) left center no-repeat;
}
.search_content {
  margin: 0 -15px 60px;
  padding-top: 95px;
  overflow: hidden;
}
.top .search_content {
  padding-top: 0;
  margin-bottom: 0;
}
.search_content li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.search_content.col2 li {
  width: 50%;
}
.search_content.col3 li {
  width: 33.33%;
}
.search_content li .inner-box {
  padding: 0 15px;
  display: block;
}
.search_content li a {
  display: block;
  background: #fff;
  border-radius: 15px; /* 2024/08/08 角丸化 */
}
.top .search_content li a {
  background: none;
}
.search_content li a:hover {
  opacity: 0.7;
}
.search_content li p {
  position: relative;
  overflow: hidden;
}
.search_content li p:before {
  content: '';
  display: block;
  padding: 56% 0 0;
  position: relative;
  z-index: 1;
}
.search_content li p img {
  max-width: none;
  height: auto;
  width: 100%;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.search_content li a dl {
  padding: 20px;
  text-align: center;
}
.top .search_content li a dl {
  background: #03588d;
  color: #fff;
  padding: 5px;
}
.search_content li a dl:only-child {
  padding: 32px 4px;
}
.search_content li a dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: -.05em;
}
.search_content li a dd {
  font-size: 24px;
  font-weight: bold;
}
.search_content li a dd:first-child {
  /*font-size: 26px;
  border-bottom: 2px solid currentcolor;
  display: inline-block;
  margin-bottom: 30px;*/
  line-height: 1.3;
}
.search_content li a dd:first-child,
.search_content li a dd:first-child font {
  /*letter-spacing: -.1em;*/
}

/* ---- 2024/03/13 検索結果スタイル変更 PC ---- */
/* 検索結果 テキスト */
.search_content li a .text {
	padding: 20px;
}

/* 検索結果 テキスト 案件タイトル */
.search_content li a h3 {
	font-size: 20px;
	font-weight: bold;
    line-height: 1.3;
	margin-bottom: 18px;
}

/* 検索結果 テキスト 勤務条件 */
.search_content li a .text .condition {
	text-align: left;
	padding: 0;
}
.search_content li a .text .condition div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.search_content li a .text .condition div:last-child {
	margin-bottom: 0;
}
.search_content li a .text .condition div dt {
	width: 100px;
	border: solid 1px #1f7fb2;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1f7fb2;
	padding: 5px 10px;
}
.search_content li a .text .condition div dd {
	width: calc(100% - 100px);
	font-size: 18px;
	font-weight: bold;
	padding: 5px 12px;
}
/* ---- 2024/03/13 検索結果スタイル変更 PC ---- */

.search_content .image {
  height: 420px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
  position: relative;
  border-radius: 15px 15px 0 0; /* 2024/08/08 角丸化 */
}
.search_content .image img {
  width: 100%;
}
/* 検討リスト 2021/08/03 */
.search_content.kentou li p:before {
  padding: 0;
}

/* 検索結果なしメッセージ 2024/04/24 */
.search_result_message {
	padding-top: 95px;
}



.place-text {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 12px; /* 2024/08/08 角丸化、位置調整 */
  display: inline-block;
  padding: 4px 25px;
  color: #fff;
  background: #1f7fb2;
  font-size: 13px;
  z-index: 3;
}
/*.st0_wrap:hover .st0,
.st1_wrap:hover .st1,
.st2_wrap:hover .st2,
.st3_wrap:hover .st3,
.st4_wrap:hover .st4,
.st5_wrap:hover .st5,
.st6_wrap:hover .st6,
.st7_wrap:hover .st7,
.st8_wrap:hover .st8{
	opacity:0.7;
}*/
.st0 {
  fill: #3EA1A2;
}
.st1 {
  fill: #B0AFAF;
}
.st2 {
  fill: #AD5078;
}
.st3 {
  fill: #F5A544;
}
.st4 {
  fill: #84A540;
}
.st5 {
  fill: #149D41;
}
.st6 {
  fill: #54C3F1;
}
.st7 {
  fill: #EE518A;
}
.st8 {
  fill: #ED7A75;
}
.st9 {
  fill: #FFFFFF;
}
.st10 {
  font-family: 'HiraginoKaku-W5-90msp-RKSJ-H';
}
.st11 {
  font-size: 14px;
}
.st12 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

@media screen and (max-width:1024px) {
  .search_content.col3 li,  .search_content li {
    float: left;
    width: 50%;
    max-width: 540px;
    margin: 0 auto 30px;
  }
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
	.modal-up {
	  width: 100%;
	  margin: auto auto 10px;
	  padding: 20px 10px 22px;
	}
	/*  パンくず  */
	.pankuzu {
	  overflow: hidden;
	  margin-bottom: 10px;
	  font-size: 9px;
	}
	.pankuzu li {
	  float: left;
	}
	.pankuzu li, .pankuzu li a {
	  font-size: 9px;
	}
	.pankuzu span, .pankuzu li a {
	  font-size: 9px;
	}
	.pankuzu li a:hover {
	  opacity: 0.7;
	}
	/*	.pankuzu li a:after {
			content:"　＞　";
		}*/
		/*  パンくず ここまで  */

	  .search_wrap {
		padding-bottom: 25px;
	  }
	  .search_wrap_intro {
		padding-top: 25px;
		padding-bottom: 10px;
	  }
	.search_wrap_intro h2 {
	  font-size: 19px;
	}
	.search_wrap_intro p {
	  margin-bottom: 10px;
	  font-size: 10px;
	}
	.search_wrap_intro a {
	  padding-left: 18px;
	  font-size: 13px;
	  background-size: 12px;
	}
	.search_wrap_intro::after {
	  border-width: 15px 50vw 0 50vw;
	}
	.search_content {
	  padding: 40px 20px 0;
	}
	.top .search_content {
	  padding: 0;
	}
	.top .search_content.col3 li,
	.top .search_content li {
	  margin-bottom: 10px;
	}
	.search_content li p:before {
	  padding: 79% 0 0;
	}
	.search_content .image {
	  height: 280px;
	  height: auto;
	  overflow: hidden;
	  display: flex;
	  align-items: center;
	  /* text-align: center; */
	  justify-content: center;
	  position: relative;
	}
	.search_content {
	  margin: 0 -5px;
	}
	.search_content.col2 li {
	  width: auto;
	  float: none;
	}
	.search_content li .inner-box {
	  padding: 0 5px;
	}
	.search_content li a {
	  margin: auto;
	  position: relative;
	}
	.search_content li a dl {
	  padding: 15px;
	}
	.search_content li a dt {
	  font-size: 12px;
	  text-align: left;
	}.search_content li a dd {
	  font-size: 12px;
	  text-align: center!important;
	}
	.search_content li a dd:first-child {
	  font-size: 13px;
	/*  margin-bottom: 15px;
	  border-bottom: 1px solid currentcolor;*/
	}
	/* 検討リスト 2021/08/03 */
	.search_content.kentou li p:before {
	  padding: 0;
	}
	.place-text {
	  padding: 2px 10px;
	  font-size: 12px;
	}

	/* ---- 2024/03/13 検索結果スタイル変更 SP ---- */
	/* 検索結果 写真右上 勤務地 */
	.place-text.fs-large {
		font-size: 14px;
	}

	/* 検索結果 テキスト 案件タイトル */
	.search_content li a h3 {
		font-size: 13px;
		line-height: 1.4em;
		margin-bottom: 15px;
	}

	/* 検索結果 テキスト 勤務条件 */
	.search_content li a .text .condition div {
		margin-bottom: 12px;
	}
	.search_content li a .text .condition div dt {
		width: 90px;
		font-size: 13px;
		padding: 2px 6px;
	}
	.search_content li a .text .condition div dd {
		width: calc(100% - 90px);
		text-align: left!important;
		font-size: 13px;
		padding: 2px 8px;
	}
	/* ---- 2024/03/13 検索結果スタイル変更 SP ---- */

	/* 検索結果なしメッセージ 2024/04/24 */
	.search_result_message {
		padding-top: 40px;
	}


}
/*----------------------------------------------------*/
/*	search-modal モーダル
/*----------------------------------------------------*/
.oveerlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  overflow-y: scroll;
}
.modal-inner-wrapp {
  width: 1100px;
  background: #fff;
  padding: 50px;
  margin: 1% auto 0;
}
.modal-inner-wrapp .close-btn {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 30px;
}
.modal-form ul {
  overflow: hidden;
}
.modal-form ul li {
  /*	width:16.66%;
	display:inline-block;
	float:left;*/
  width: 20%;
  display: inline-block;
  float: left;
  height: 40px !important;
}
.modal-form ul {
  padding-top: 5px;
}
.modal-form ul li label {
  position: relative;
  margin-left: 25px;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
}
.modal-form input[type=checkbox] {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: top;
}
.checkbox + .checkbox-icon:before {
  content: "\f0c8";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -1px;
  color: #fff;
  font-size: 1em;
  text-shadow: #999 1px 1px 0px, #999 -1px 1px 0px, #999 1px -1px 0px, #999 -1px -1px 0px;
}
.checkbox:checked + .checkbox-icon:before {
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  left: -21px;
  top: -3px;
  font-size: 1.2em;
  color: #3896f9;
  text-shadow: none;
}
/* pager */
.pager {
  display: inline-block;
  overflow: hidden;
}
.pager li {
  display: inline-block;
  padding: 0 10px;
}
.pager li a,
.pager li span {
  display: block;
  font-size: 28px;
  color: #1f7fb2;
  font-weight: bold;
}
.pager li span {
  border-bottom: 2px solid currentcolor;
}
.pager li.prev a,
.pager li.next a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #1f7fb2;
  color: #fff;
}
.pager li.prev a {
  padding-right: 2px;
}
.pager li.next a {
  padding-left: 2px;
}
.pager li a:hover {
  opacity: 0.6;
}
.pager .current {
  background: #abaaaa !important;
  color: #fff;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.pager li a {
}
.modal-inner-wrapp {
  width: 90%;
  background: #fff;
  padding: 30px 10px;
  margin: 1% auto 0;
}
.pager li {
  padding: 0 5px;
}
.pager li a,
.pager li span {
  font-size: 14px;
}
.pager li.prev a,
.pager li.next a {
  width: 20px;
  height: 20px;
}
.modal-form ul li {
  width: 50%;
  display: inline-block;
  float: left;
}
.contact_box {
  width: inherit;
}
.contact_box .row1 {
  float: inherit;
}
.contact_box .row2 {
  float: inherit;
  margin-top: 20px;
}
.contact_box .row1 .send {
  margin-top: 30px;
}
.contact_box .row2 .back {
  margin-top: 10px;
}
}
/*----------------------------------------------------*/
/*	detail.html
/*----------------------------------------------------*/
.under-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 5px;
  z-index: 999;
}
.detail-end {
  display: block;
  margin-bottom: 60px;
}

.detail-slider:not(.head).slick-slider {
	max-width: 1170px;
    margin: auto;
	margin-top: -40px;
	margin-bottom: 90px;
}
.detail-slider > a {
  position: relative !important;
}
.detail-slider:not(.head) .slick-prev,
.detail-slider:not(.head) .slick-next {
  top: 350px;
}
.detail-slider:not(.head) .slick-prev {
    left: -85px;
}
.detail-slider:not(.head) .slick-next {
    right: -85px;
}
.detail-slider:not(.head) .relative {
  max-width: 1170px;
  /* height: 730px; */
  margin: 0 auto;
}
.detail-slider:not(.head) a {
    pointer-events: none;
}
.detail-slider:not(.head) .relative img {
	width: 100%;
	height: 40vw;
	object-fit: cover;
}

.detail-slider:not(.head) .relative .place-text {
  right: auto;
  left: 5px; /* 2024/08/08 角丸化に伴う位置調整 */
  font-size: 22px;
}
.detail-slider dt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
}
.detail-slider dd {
  font-size: 14px;
  margin-top: 7px;
}
.detail-btn-wrapp {
  text-align: center;
}
.detail-btn-wrapp a {
  padding: 25px 0 14px;
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.detail-btn-wrapp a i {
  position: relative;
  top: -6px;
  width: 40px;
}
.detail-btn-wrapp a i::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translateY(-60%);
  left: 0;
}
.detail-block {
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  padding: 35px calc(50vw - 50%);
  background: #fef6ee;
}
.detail-block .content-title {
  font-size: 38px;
  padding: 0 14px 17px;
  position: relative;
  color: #1f7fb2;
}
.detail-block .content-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: currentcolor;
}
.detail-sub-slider {
  margin-top: 100px;
}
.detail-sub-slider .detail-slider:not(.head).slick-slider {
  margin-top: 0;
}
.detail-note {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%) 70px;
  background: #fef6ee;
  font-size: 20px;
}
.detail-note p {
  padding: 25px 10px;
  background: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.subscription-btn {
  background: #1f7fb2;
}
.subscription-btn a, .subscription-btn a i {
  color: #fff;
}
.subscription-btn a i::before {
  background: url(../images/icon-entry.png) center no-repeat;
}
.question-btn {
  background: #fff;
  border: 2px solid #1f7fb2;
}
.question-btn a, .question-btn a i {
  color: #1f7fb2;
}
.question-btn a i::before {
  background: url(../images/icon-question.png) center no-repeat;
}
.save-btn {
  background: #fff;
  border: 2px solid #9f2234;
}
.save-btn a, .save-btn a i {
  color: #9f2234;
}
.save-btn a i::before {
  background: url(../images/icon-kentou.png) center no-repeat;
}
#detial-foot-btn {
  position: fixed;
  bottom: 10px;
  z-index: 9999;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
}

/* 2024/08/10 LINEで送るボタン 画像でなくアイコン使用 */
.line-share-btn {
	background: #06c755;
}
.line-share-btn a {
	color: #fff;
}
.line-share-btn a i {
	position: relative;
}
.line-share-btn a i::before {
	position: absolute;
	font: normal normal normal 28px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	left: 0;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	display: inline-block;
	content: "\f27b";
}
@media screen and (max-width: 650px) {
	.line-share-btn a i::before {
		font-size: 15px;
		transform: translateY(-30%);
	}
}



/* ---- 2024/08/08 求人詳細スタイル変更 PC ---- */
/* 求人詳細 テキスト 案件タイトル */
.detail-text h1 {
  text-align: center;
	font-size: 20px;
	font-weight: bold;
  line-height: 1.3;
	margin-bottom: 50px;
}

/* 求人詳細 テキスト 勤務条件 */
.detail-text .condition {
  width: 50%;
	text-align: left;
  border: solid 1px #ccc;
  margin: 0 25% 20px 25%;
	padding: 30px;
}
.detail-text .condition div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.detail-text .condition div:last-child {
	margin-bottom: 0;
}
.detail-text .condition div dt {
	width: 150px;
	border: solid 1px #1f7fb2;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1f7fb2;
	padding: 5px 10px;
}
.detail-text .condition div dd {
	width: calc(100% - 150px);
	font-size: 18px;
	font-weight: bold;
	padding: 5px 12px;
}
.detail-text .job-num {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
/* ---- 2024/08/08 求人詳細スタイル変更 PC ---- */

@media screen and (max-width:650px) {
	/* ---- 2024/08/08 求人詳細スタイル変更 SP ---- */

  .detail-text {
    margin-top: 20px;
  }

  /* 求人詳細 テキスト 案件タイトル */
	.detail-text h1 {
    text-align: left;
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	/* 求人詳細 テキスト 勤務条件 */
  .detail-text .condition {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
  }
	.detail-text .condition div {
		margin-bottom: 12px;
	}
	.detail-text .condition div dt {
		width: 90px;
		font-size: 13px;
		padding: 2px 6px;
	}
	.detail-text .condition div dd {
		width: calc(100% - 90px);
		text-align: left!important;
		font-size: 13px;
		padding: 2px 8px;
	}

}


/* ================== 求人詳細ページ 固定フッタスタイル開始 ================ */
@media screen and (min-width: 651px) {
	.bottom-nav-detail {
        display: none;	/* スマホのみ表示 */
    }
}

@media screen and (max-width: 650px) {
	.bottom-nav-detail {
		display: flex;
		position: fixed;
		bottom: 10px;
		left: 20px;
		z-index: 99;
		width: calc(100% - 40px);
		height: 70px;
		background: rgba(5, 77, 108, .9);
		border-radius: 50px;
		color: #fff;
		opacity: 1;
		pointer-events: auto;
		transition: all .3s;
		padding: 10px;
	}
	.bottom-nav-detail .bottom-nav__item {width: 33%;}

	/* （サーバーデモ用画像URL） */
	/* エントリーボタン */
	.bottom-nav-detail .bottom-nav__item.entry .bottom-nav__link {
		background-image: url(/common/images/footer/bottom-nav-entry.png) !important;
	}

	/* この求人へ質問ボタン */
	.bottom-nav-detail .bottom-nav__item.question .bottom-nav__link {
		background-image: url(/common/images/footer/bottom-nav-question.png) !important;
	}

	/* お気に入り追加ボタン */
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		background: transparent;
		color: #fff;
		pointer-events: auto;
		cursor: pointer;
		padding-top: 3%;
	}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link i {
		font-size: 18px;
		transition: all .3s;
	}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link.on i {color: #ff4646;}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link span {font-size: 11px;}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link span.on {display: none;}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link span.off {display: block;}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link.on span.on {display: block;}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link.on span.off {display: none;}
	.bottom-nav-detail .bottom-nav__item.keeplist .bottom-nav__link:hover {opacity: 1;}
}
/* ================== 求人詳細ページ 固定フッタスタイル終了 ================ */

/*   table   */
.detail-table {
  margin-top: -20px;
}
.detail-table table a {
  color: #2cbcea !important;
}
.detail-table table a:hover {
  opacity: 0.7;
}
.detail-table table {
  width: 100%;
  border-collapse: collapse;
}
.detail-table table tr:nth-child(even) {
  background: #fff;
}
.detail-table table th, .detail-table table td {
  text-align: left;
  line-height: 1.6em;
}
.detail-table table th {
  font-size: 24px;
  padding: 30px 0 30px 90px;
  width: 22%;
  vertical-align: top;
}
.detail-table table td {
  padding: 30px 0 30px 90px;
  width: 78%;
  font-size: 24px;
}
.tantou {
  font-size: 24px;
}
.shop-tel-box {
  background: #fef6ee;
  padding: 15px;
}
.shop-tel-box p {
  font-size: 16px;
}
.shop-tel-box .shop-tel {
  color: #1f7fb2;
  font-weight: bold;
  font-size: 24px;
}
.shop-tel-box .shop-tel a {
  color: #1f7fb2;
  font-weight: bold;
  font-size: 24px;
  pointer-events: none;
}
.detail-similar {
  margin: 100px 0;
  padding: 40px 0 60px;
  background: #1f7fb2;
}
.detail-similar .content-title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 40px;
}
#detial-foot-btn_ {
  display: none !important;
}

@media screen and (max-width:1249px) {
	.detail-slider:not(.head) .relative img {
		height: 60vw;
	}
}
	
@media screen and (max-width:1024px) {
  .detail-slider:not(.head) .relative {
    /* height: 480px; */
  }
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
  .detail-end {
    margin-bottom: -30px;
    font-size: 16px !important;
  }
  .detail-slider:not(.head).slick-slider {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .detail-slider:not(.head) .relative {
    /* height: 200px; */
  }
	.detail-slider:not(.head) .relative img {
		height: 70vw;
	}
	
  .detail-slider:not(.head) .relative .place-text {
    font-size: 10px;
  }
  .detail-slider:not(.head) .slick-prev,
  .detail-slider:not(.head) .slick-next {
    width: 20px !important;
    height: 20px !important;
  }
  .detail-slider:not(.head) .slick-prev:before,
  .detail-slider:not(.head) .slick-next:before {
    font-size: 18px !important;
  }
	
	.detail-slider:not(.head) .slick-prev {
		left: -5px;
	}
	.detail-slider:not(.head) .slick-next {
		right: -5px;
	}
	
  .detail-block {
    margin-top: 15px;
  }
  .detail-block:nth-child(1),
  .detail-block:nth-child(4) {
    background: #fff;
  }
  .detail-block .content-title {
    font-size: 19px;
    text-align: left;
    padding: 0 0 8px;
  }
  .detail-block .content-title::after {
    left: 0;
    transform: translateX(0);
    height: 2px;
    width: 50px;
  }
  .detail-note {
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 10px;
  }
  .detail-note p {
    text-align: left;
    padding: 0;
  }
  .detial-shop-wrapp {
    padding: 60px 0 0;
  }
  .detial-shop-wrapp-title {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .detial-shop-wrapp-content {
    display: block;
  }
  .detial-shop-wrapp-tel {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
    padding: 15px 20px;
  }
  .detial-shop-wrapp-tel p {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .detial-shop-wrapp-info-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
  .detial-shop-wrapp-info-address {
    font-size: 10px;
    border-width: 1px;
    padding-left: 20px;
  }
  .detail-similar {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .detail-similar .content-title {
    font-size: 19px;
    margin-bottom: 25px;
  }
  .erea_search_content li a {
    padding-bottom: 0;
  }
  .erea_search_content p:nth-child(2) {
    font-size: 12px;
    padding: 10px;
  }
.shop-tel-box p {
  font-size: 120%;
  font-weight: bold;
}
.shop-tel-box .shop-tel {
  color: #1f7fb2;
  font-weight: bold;
  font-size: 120%;
}
.shop-tel-box .shop-tel a {
  color: #1f7fb2;
  font-weight: bold;
  pointer-events: inherit;
}
.detail-slider dt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
}
.detail-slider dd {
  font-size: 14px;
  margin-top: 5px;
}
.detail-btn-wrapp .col {
  margin-bottom: 10px;
}
.detail-table table tr:nth-child(even) {
  /* display: block; */
  /* margin: 0 -20px; */
  /* padding: 0 20px; */
  background: none;
}
 .detail-table table th {
   width:35%;
}
.detail-table table td {
  width: 65%;
}
.detail-table table th {
  text-align: left;
	background: #def;
	border-right: solid 1px #bcf;
	border-bottom: solid 1px #bcf;
}
.detail-table table th, .detail-table table td {
  font-size: 15px;  /* 2023/05/23 12px -> 15px */
}
.detail-table table td div {
  border-left: none;
  padding-left: 0px;
}
.tantou {
  font-size: 12px;
}
.detail-sub-slider {
  margin-top: 30px;
}
#detial-foot-btn {
  position: fixed;
  bottom: 10px;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.detail-btn-wrapp a {
  padding: 13px 0 9px;
  display: block;
  font-size: 12px;
}
.detail-btn-wrapp a i {
  top: -2px;
}
.detail-btn-wrapp a i::before {
  background-size: 13px;
}
}
/*----------------------------------------------------*/
/*	concierge.html
/*----------------------------------------------------*/
.concierge-main-v {
  max-width: 1300px;
  margin: auto;
  text-align: right;
  background: url(../images/concierge/concierge1.png) no-repeat 50%;
  background-size: contain;
  overflow: hidden;
}
.concierge-main-v .title-wrapp {
  display: inline-block;
  text-align: left;
  padding: 130px 0 70px;
}
.concierge-title {
  font-size: 60px;
  line-height: 1.2em;
  position: relative;
  left: -10px;
}
.concierge-sub-title {
  font-size: 26px;
  line-height: 1.4em;
}
.title-white-box, .title-green-box {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 7px 0px;
  border: 3px solid #1f7fb2;
  display: inline-block;
}
.title-green-box {
  background: #1f7fb2;
  color: #fff;
}
.title-white-box {
  background: #fff;
  color: #1f7fb2
}
.concierge ul {
  overflow: hidden;
  margin: 0 -10px;
  text-align: center;
}
.concierge ul li {
  float: left;
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 30px;
}

/* 2024/11/22 応募から採用までの流れ　動画埋め込み */
.flow_wrap .video_wrap {
	padding: 40px 0 0;
}
@media screen and (max-width: 650px) {
	.flow_wrap .video_wrap {
		padding: 40px 5% 0;
	}
}
.flow_wrap .video_wrap video {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.concierge-flow ul {
  overflow: hidden;
  margin: 0 -40px;
}
.concierge-flow ul.flex {
  display: flex;
  justify-content: center;
}
.concierge-flow ul li {
  float: left;
  width: 33.33%;
  padding: 0 40px;
}
/* 2023/05/23 マージン調整 */
.concierge-flow ul li:last-child {
  margin-bottom: 0;
}
.flow-box {
  border: 1px solid #1f7fb2;
  padding: 30px 15px;
  position: relative;
}
.step-text {
  position: absolute;
  top: 10px;
  left: 0;
  background: #1f7fb2;
  color: #fff;
  font-size: 10px;
  padding: 5px 5px 0;
}
.step-text span {
  color: #fff;
  font-size: 18px;
}
.flow-arrow:after {
  content: "";
  display: inline-block;
  background: url(../images/concierge/concierge10.png) no-repeat;
  background-size: contain;
  width: 56px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: -30px;
}
.check-list li {
  font-size: 20px;
  color: #1f7fb2;
  padding: 15px 20px 15px 55px;
  background: url(../images/concierge/concierge9.png) no-repeat left 0 top 10px;
  font-weight: bold;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:1024px) {
.concierge-main-v {
  background: url(../images/concierge/concierge12.png) no-repeat left -30px bottom 0;
  background-size: cover;
}
.concierge-main-v .title-wrapp {
  display: block;
  padding: 15px 0 30px;
  text-align: center;
}
.title-white-box, .title-green-box {
  font-size: 16px;
  padding: 0px 3px 0px;
  margin-bottom: 10px;
}
.concierge-sub-title {
  font-size: 18px;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,  #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.concierge-title {
  font-size: 26px;
  left: 0px;
  right: 0;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,  #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.concierge ul li {
  float: none;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 30px;
}
.concierge-flow ul.flex {
  display: block;
}
.concierge-flow ul li {
  float: none;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 80px;
}
.flow-arrow:after {
  content: "";
  background: url(../images/concierge/concierge11.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 56px;
  bottom: -70px;
  top: auto;
  right: 0px;
  left: 0px;
  margin: 0 auto;
}
.check-list li {
  font-size: 18px;
  color: #1f7fb2;
  padding: 15px 20px 15px 35px;
  background: url(../images/concierge/concierge9.png) no-repeat left 0 top 10px;
  background-size: 30px;
}
}
/*----------------------------------------------------*/
/*	about_resort.html
/*----------------------------------------------------*/
.various-work ul {
  overflow: hidden;
  margin: 0 -15px;
}
.various-work ul li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
  margin-bottom: 30px;
}
.various-work ul li a {
  display: block;
  position: relative;
  max-width: 320px;
  pointer-events: none;
}
.various-work ul li a p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px;
  background: rgba(31,127,178,0.8);
  color: #fff;
  text-align: center;
}
.environment ul {
  overflow: hidden;
  margin: 0 -5px;
}
.environment ul li {
  width: 25%;
  padding: 10px 8px;
  float: left;
  text-align: center;
}
.environment ul li div {
  display: block;
  position: relative;
  max-width: 254px;
}
.environment ul li div p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 45%;
  font-size: 20px;
}
.environment2 {
  width: 80%;
  margin: -30px auto 0;
}
.environment2 ul {
  overflow: hidden;
  margin: 0 -5px;
}
.environment2 ul li {
  width: 33.33%;
  padding: 10px 8px;
  float: left;
  margin-bottom: 30px;
  text-align: center;
}
.environment2 ul li div {
  display: block;
  position: relative;
  max-width: 254px;
}
.environment2 ul li div p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 45%;
  font-size: 20px;
}
.dormitory dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.merit ul {
  overflow: hidden;
  margin: 0 -10px;
  text-align: center;
}
.merit ul li {
  float: left;
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 30px;
}
.merit2 {
  width: 66%;
  margin: auto;
}
.merit2 ul {
  overflow: hidden;
  margin: 0 -10px;
  text-align: center;
}
.merit2 ul li {
  float: left;
  padding: 0 10px;
  width: 50%;
  margin-bottom: 30px;
}
.about_mv {
  width: 100%;
  margin: 30px auto 0;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.various-work ul li {
  width: 100%;
  padding: 0 15px;
  float: none;
}
.various-work ul li a {
  margin: auto;
}
.environment ul li {
  width: 50%;
}
.environment ul li div {
  margin: auto;
}
.environment ul li div p {
  padding-top: 45%;
  font-size: 16px;
}
.environment2 {
  width: 100%;
  margin: 0px auto 0;
}
.environment2 ul li {
  width: 50%;
  margin-bottom: 0px;
}
.environment2 ul li div {
  margin: auto;
}
.environment2 ul li div p {
  padding-top: 45%;
  font-size: 16px;
}
.merit ul li {
  float: none;
  width: 100%;
}
.merit2 {
  width: 100%;
  margin: auto;
}
.merit2 ul li {
  float: none;
  width: 100%;
}
.sp-txt-left {
  text-align: left;
}
.sp-width70 {
  width: 70%;
}
}

/*===============================================
タブレット用
===============================================*/

@media only screen and (min-width:651px) and (max-width:1100px) {
.main-v {
  height: 400px;
}
.main-title-wrapp {
  padding-bottom: 40px;
}
.main-title-wrapp h1 {
  font-size: 40px;
}
.main-title-wrapp h1 span {
  font-size: 20px;
}
.main-v-text {
  width: 350px;
  height: 55px;
  font-size: 16px;
}
.main-v-link {
  width: 60%;
  margin: 0px auto 0;
}
.more-serch-link {
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
}
/*コラム*/


.title_wrap {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: left;
  border-bottom: 1px solid #111111;
  overflow: hidden;
}
.title_wrap .tit {
  line-height: 1.4em;
  font-size: 25px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  float: left;
  display: inline;
}
.blog_wrap {
  margin: 0 auto 0 auto;
  max-width: 1100px;
  text-align: left;
  overflow: hidden;
}
.blog_wrap img {
  height: auto;
  display: block;
}
.blog_wrap h3 {
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  color: #555;
  margin: 10px 0;
}
.blog_wrap p {
  margin: 20px 0px;
  font-size: 14px;
  line-height: 2.0;
}
.blog_wrap a {
  color: #3d70fc;
  font-size: 14px;
  line-height: 2.0;
}
.cate_list .item .wrap .img {
  padding: 1px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  float: left;
}
.cate_list .item .wrap div.fl {
  width: 70%;
}
.cate_list .item .wrap div.fl .tit {
  margin: 0px 0 10px 0;
  padding: 0 5px 0 40px;
  width: 470px;
  height: 38px;
  line-height: 42px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  font-size: 18px;
}
.cate_list {
  clear: both;
}
.cate_list .item .wrap div.fl p {
  margin-left: 40px;
  font-size: 14px;
}
.cate_list .item .wrap div.fl .tit a {
  font-size: 20px;
}
.cate_list .item .wrap .img img {
  width: 150px;
}
/*----------------------------------------------------*/
/*	about_resort.html
/*----------------------------------------------------*/
.line-arrow:after {
  content: "";
  display: inline-block;
  background: url(../images/concierge/concierge10.png) no-repeat;
  background-size: contain;
  width: 56px;
  height: 42px;
  position: absolute;
  top: 45%;
  right: -30px;
}
.line .col {
  padding-bottom: 30px;
  position: relative;
}
.line .col p {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.line-arrow {
  margin-bottom: 100px;
}
.line-arrow:after {
  content: "";
  display: inline-block;
  background: url(../images/concierge/concierge11.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 56px;
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.cate_list .item .wrap .img {
  padding: 1px;
  background: #ffffff;
  border: none;
  float: left;
  width: 40%;
  height: 100px;
}
.cate_list .item .wrap .img img {
  width: 100%;
}
.cate_list .item .wrap div.fl {
  width: 50%;
}
.cate_list .item .wrap div.fl .tit {
  margin: 0px 0 10px 0;
  padding: 0 5px 0 10px;
  width: 100%;
  line-height: 22px;
  font-weight: bold;
  font-size: 12px;
  white-space: inherit;
  text-overflow: inherit;
  height: inherit;
}
.cate_list .item .wrap div.fl .tit a {
  font-size: 14px;
}
.cate_list .item .wrap div.fl p {
  display: none;
}
}
/*----------------------------------------------------*/
/*	kodawari.html
/*----------------------------------------------------*/
.kodawari-wrapp {
  border: 3px solid #1f7fb2;
  border-radius: 5px;
  padding: 30px;
}
.kodawari-wrapp h4 {
  font-size: 20px;
  line-height: 1.3em;
}
.kodawari-wrapp i {
  font-size: 30px;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.kodawari-wrapp {
  padding: 10px 10px 30px;
}
}
/*----------------------------------------------------*/
/*	flow.html
/*----------------------------------------------------*/
.flow-arrow2:after {
  content: "";
  display: none;
}
/*追加分 2017/10/23*/

/* 2021/11/24追加 ここから */
.flow_wrap p {margin-bottom: 1em;}
.flow_wrap .btn-blue-submit {line-height: 1;}
.flow_wrap .foot-tel-wrapp, .flow_wrap .foot-tel-wrapp p {margin-bottom: 0;}
/* 2021/11/24追加 ここまで */


.aboutpic {
  border: 4px double #1f7fb2;
  padding: 20px;
  background: #fff;
}
.aboutpic ul li {
  margin: 0px 0 0px;
}
.picmail {
  margin: 20px 0;
}
.picmail a {
  font-size: 20px;
  font-weight: bold;
  color: #1f7fb2;
  border-bottom: 2px solid #1f7fb2;
  display: inline-block;
}
.picmail a:hover {
  text-decoration: none;
}
.contact_btn {
  float: right;
}
.contact_btn a {
  background: #1f7fb2;
  color: #fff;
  border: 1px solid #1f7fb2;
  padding: 40px 130px;
  margin-bottom: 20px;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 2px 2px #006971;
}
.contact_box2 {
  width: 90%;
  margin: 0 auto;
}

/**
 * 検索フォーム
**/

.search_form_wrap {
  margin: 0 0 0 0;
  overflow: hidden;
}
.search_form_wrap .part {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.search_form_wrap .part.keyword {
  margin: 0 0 0 0;
  padding: 15px 0 30px 0;
  border-bottom: none;
  overflow: hidden;
}
.search_form_wrap .part dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 4px solid #1f7fb2;
  padding-left: 10px;
}
.search_form_wrap .part dd {
  margin: 0 0 0 0;
  padding: 15px 0 0px 0;
  line-height: 1.4em;
  font-size: 13px;
  color: #303030;
  overflow: hidden;
}
.search_form_wrap .part dd .list {
  overflow: hidden;
}
.search_form_wrap .part dd .list li {
  padding: 0 0 10px 0;
  width: 20%;
  float: left;
}
.search_form_wrap .part dd .text {
  padding: 0 10px;
  width: 70%;
  max-width: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search_form_wrap .submit {
	/*
	margin: 0 auto;
	width: 100%;
	padding: 20px 60px;
	line-height: 1.4em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	border: 2px solid currentcolor;
	background: url("../images/search_icon.png") no-repeat right 17px center #fff;
	max-width: 665px;
	*/
	width: auto;
    margin: 0 auto;
    padding: 20px 45px 20px 90px;
	text-align: center;
    color: #fff;
    line-height: 1.0em;
    font-size: 28px;
    font-weight: normal;
    background: #ff5f43 url(../images/search_btn2_01.png) no-repeat 36% center;
    background-size: 34px auto;
    border: none;
    border-radius: 50px;
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
}

.search_form_wrap .clear {
  margin: 10px auto;
    width: 20%;
    padding: 10px 10px 10px 10px;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
    text-align: center;
    color: #555;
    background: #fff;
    background-size: auto auto;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    /* background-size: 15px; */
    float: none;
    color: #ff5f43;
    border: 1px solid #ff5f43;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
.gray {
  color: #555!important;
}
.font12 {
  font-size: 90%!important;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.flow-arrow2:after {
  content: "";
  display: inline-block;
  background: url(../images/concierge/concierge11.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 56px;
  bottom: -70px;
  position: absolute;
  top: auto;
  right: 0px;
  left: 0px;
  margin: 0 auto;
}
.blog_text {
  margin-left: 0px;
  color: #1f7fb2!important;
  text-decoration: underline;
}
.top_box {
  width: inherit;
  margin: inherit;
  overflow: none;
}
.top_box2 {
  padding-top: 25px;
  padding-bottom: 50px;
}
.top_box .btn1 {
  float: none;
}
.top_box .btn2 {
  float: none;
}
.contact_btn {
  float: none;
}
.contact_btn a {
  background: #1f7fb2;
  color: #fff;
  border: 1px solid #1f7fb2;
  padding: 30px 20px;
  margin-bottom: 20px;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 140%;
  display: inline-block;
  text-align: center;
  width: 100%;
  box-shadow: 0px 2px 2px #006971;
}
	
	
/**
 * 検索フォーム
**/
.search_form_wrap {
  overflow: hidden;
}
.search_form_wrap > div {
  padding-top: 50px;
}
.search_form_wrap .part {
  margin-bottom: 20px!important;
  padding: 0 0 0 0;
  overflow: hidden;
}
.search_form_wrap .part.keyword {
  margin: 0 0 0 0;
  padding: 15px 0 30px 0;
  border-bottom: none;
  overflow: hidden;
}
.search_form_wrap .part dt {
  margin: 0 0 0 0;
  padding: 0px 0 0px 10px;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: bold;
}
.search_form_wrap .part dd {
  margin: 0 0 0 0;
  padding: 15px 0 10px 0;
  line-height: 1.4em;
  font-size: 13px;
  color: #303030;
  overflow: hidden;
}
.search_form_wrap .part dd .list {
  overflow: hidden;
}
.search_form_wrap .part dd .list li {
  padding: 0 0 10px 0;
  width: 50%;
  float: left;
}
.search_form_wrap .part dd .list li:nth-of-type(2n+1) {
  clear: both;
}
.search_form_wrap .part dd .text {
  padding: 0 10px;
  width: 80%;
  max-width: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search_form_wrap .submit {
  font-size: 12px;
  padding: 15px 0 15px 1.5em;
  border-width: 1px;
  background: url("../images/search_icon.png") no-repeat right 10px center / 12px #fff;
	
  background: #ff5f43 url(../images/search_btn2_01.png) no-repeat 30% center;
  background-size: 22px auto;
  font-size: 18px;
}
.search_form_wrap .clear {
  margin: 0 0 0px 0px;
  width: 40%;
  padding: 10px 5px 10px 5px;
  line-height: 1.4em;
  font-size: 12px!important;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
  text-align: center;
  color: #555;
  background: #fff;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
*/
  display: block;
  border: 1px solid #ccc;
  /*background: #f1f2f8 url("../images/clear.png") no-repeat 15px center;
  background-size: auto auto;
background-size: auto auto;
background-size: auto auto;
background-size: 20px;*/
}
.clearbt {
  text-align: left;
}
.lh15 {
  line-height: 1.5em;
}
.keyword {
  width: 70%;
  height: 40px;
  line-height: 40px;
  line-height: 1.2;
  color: #414141;
  padding-left: 10px;
}
.keyword2 {
  width: 100%;
  height: 50px;
  line-height: 40px;
  margin-right: 5px;
  line-height: 1.2;
  color: #414141;
  padding-left: 10px;
}
.keyword_bt {
  cursor: pointer;
  height: 40px;
}
.keyword_bt.sp_h35 {
  height: 35px;
}
}
/*
*lp_summer.html 20180523 追記
*/
.mywidth_01 {
  max-width: 1100px;
  margin: auto;
}
#main-wrapp01 {
  /*margin-top: 90px;*/
  margin-bottom: 100px;
  overflow: hidden;
}
.main-v.summer {
  margin: 64px auto 0;
  max-width: 1300px;
}
.main-v.summer .main-title-wrapp {
  position: absolute;
  top: 0;
}
.summer .main-title-wrapp h1 {
  color: #000;
  text-align: left;
  font-size: 58px;
  line-height: 1em;
}
.summer .main-title-wrapp h1 span {
  color: #000;
  font-size: 40px;
}
.summer .main-title-wrapp .sub_catch {
  font-size: 33px;
  line-height: 1.2em;
  text-align: left;
  padding-top: 10px;
}
.summer .relative .circle {
  background: #f9768c;
  color: #fff;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 65px;
  right: 100px;
}
.summer .relative .circle p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.summer .relative .circle p span {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
.summer .relative a.link {
  display: block;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 65px;
  right: 100px;
  z-index: 100;
}
.search_summer {
  padding-top: 70px;
  padding-bottom: 60px;
}
.search_summer.pink {
  background: #fbeae8;
}
.search_summer .content-middle-title01 {
  font-size: 36px;
  line-height: 1.3em;
}
.search_summer .content-middle-title01 .icon {
  margin-bottom: 35px;
}
.search_summer .content-middle-title01 .pink {
  color: #fe6969;
  font-size: 48px;
  letter-spacing: 1.5px;
}
.search_summer .content-middle-title01 .small {
  font-size: 24px;
}
.search_summer .wrap {
  padding: 0 0;
}
.search_summer .wrap ul {
  overflow: hidden;
}
.search_summer .wrap ul li {
  float: left;
  width: 49%;
  text-align: center;
  margin: 0 2% 20px 0;
}
.search_summer .wrap ul li:nth-child(2n) {
  margin: 0 0 20px 0;
}
.search_summer .wrap ul li img {
  display: block;
  width: 100%;
}
.search_summer .wrap ul.hover li img:hover {
  opacity: 0.7;
}
.search_summer .wrap ul li .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search_summer .wrap ul li .box p {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 1.3px;
}
.search_summer.blue {
  background: #e3f8fa;
}
.search_summer .content-middle-title01 .blue {
  color: #4abbf5;
  font-size: 48px;
  letter-spacing: 1.5px;
}
.search_summer .wrap01 {
  padding: 0 0;
}
.search_summer .wrap01 ul {
  overflow: hidden;
}
.search_summer .wrap01 ul li {
  float: left;
  width: 47%;
  text-align: center;
  margin: 0 6% 35px 0;
}
.search_summer .wrap01 ul li:nth-child(2) {
  margin: 0 0 35px 0;
}
.search_summer .wrap01 ul li:nth-child(3) {
  margin: 0 6% 20px 0;
}
.search_summer .wrap01 ul li:nth-child(4) {
  margin: 0 0 20px 0;
}
.search_summer .wrap01 ul li img {
  display: block;
  width: 100%;
}
.search_summer .wrap01 ul li img:hover {
  opacity: 0.7;
}
.search_summer .wrap01 ul li .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search_summer .wrap01 ul li .box p {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 1.3px;
}
.search_summer .wrap01 ul li .box_2 p {
  font-size: 18px;
  margin-top: 10px;
}
.search_summer .wrap01 ul li .box_2 p:hover {
  opacity: 0.6;
  cursor: pointer;
}
.summer_link_wrap {
  padding-bottom: 70px;
}
#hotel, #ski, #other {
  max-width: 1100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.kodawari-btn01 {
  display: inline-block;
  border: 1px solid #1f7fb2;
  padding: 25px 80px;
  font-size: 18px;
  color: #1f7fb2;
  line-height: 1.1em;
  background: #fff;
}
.kodawari-btn01:hover {
  opacity: 0.7;
}
.search_summer.white {
  background: #fff;
}
.search_summer .title_border hr {
  width: 110px;
  margin: 40px auto 0;
  display: block;
  height: 1px;
  background: #000;
  border: 0;
}
.search_summer .about {
}
.search_summer .about .image {
  width: 100%;
}
.search_summer .about .image img {
  display: block;
  width: 100%;
}
.search_summer .wrap ul li .box01 {
  position: absolute;
  top: 91%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(119, 141, 226, 0.8);
  width: 100%;
  padding: 5px 0;
}
.search_summer .wrap ul li .box01 p {
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 1.3px;
}
.top_box01 {
  max-width: 910px;
  margin: 20px auto;
  overflow: hidden;
  padding: 0 40px;
}
.top_box01 .btn1 {
  float: left;
}
.top_box01 .btn2 {
  float: right;
}
.top_box01 a.kodawari-btn {
  padding: 25px 90px;
}
.top_box01 a.kodawari-btn:hover {
  opacity: 0.7;
}
.kodawari-btn02 {
  display: inline-block;
  border: 1px solid #1f7fb2;
  padding: 25px 0;
  font-size: 18px;
  color: #1f7fb2;
  line-height: 1.1em;
  background: #fff;
  width: 432px;
}
.kodawari-btn02:hover {
  opacity: 0.7;
}
.search_summer.pastelgreen {
  background: #e3f6f3;
  color: #000;
  text-decoration: none;
}
.qa-wrapp01 dl {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 20px 10px;
}
.qa-wrapp01 dt {
  color: #1f7fb2;
  font-weight: bold;
  font-size: 20px;
  padding: 30px 0 22px 85px;
  background: url(../images/lp_summer/lp_icon_q.png) no-repeat top 10px left 0;
}
.qa-wrapp01 dd {
  padding-left: 50px;
  padding: 20px 0 20px 85px;
  background: url(../images/lp_summer/lp_icon_a.png) no-repeat top 10px left 0;
  line-height: 1.8em;
}
.qa-wrapp01 dd.pt_pb {
  padding: 32px 0 30px 85px;
}
/* 検索 メインビジュアルありページ */
.s_mv {
}
.s_mv > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width:650px) {
.s_mv {
  overflow: hidden;
  position: relative;
}
.s_mv:before {
  content: '';
  display: block;
  padding: 50% 0 0;
}
.s_mv > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 200%;
  height: auto;
  vertical-align: bottom;
}
}
.s_lead {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 95px calc(50vw - 50%) 0;
  background: #fef6ee;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}
.s_lead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width:650px) {
.s_lead {
  margin-top: 10px;
  padding-top: 45px;
  font-size: 10px;
}
.s_lead::after {
  border-width: 15px 50vw 0 50vw;
}
}
.search_result_notes {
  text-align: center;
}
.search_result_notes p {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.search_result_notes p a {
  color: #1f7fb2;
  font-size: 1em;
}

@media screen and (max-width:650px) {
.search_result_notes {
  margin-top: 30px;
}
.search_result_notes p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.search_result_notes p a {
}
}

@media screen and (max-width:1024px) {
  .top_box01 .btn1 {
    float: none;
  }
  .top_box01 .btn2 {
    float: none;
  }
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
#main-wrapp01 {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.mywidth_01 {
  width: 100%;
  margin: auto;
  padding: 0 0;
}
.mywidth_01 .sp_wrap {
  padding: 0 10px;
}
.main-v.summer {
  margin-top: 0;
}
.search_summer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.search_summer .content-middle-title01 {
  font-size: 18px;
  line-height: 1.6em;
  padding: 0 10px;
}
.search_summer .content-middle-title01 .pink {
  font-size: 30px;
}
.search_summer .content-middle-title01 .blue {
  font-size: 30px;
}
.search_summer .content-middle-title01 .icon {
  margin-bottom: 20px;
  width: 12%;
  height: auto;
}
.search_summer .content-middle-title01 .small {
  font-size: 12px;
  line-height: 1em;
}
.search_summer .wrap ul li {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}
.search_summer .wrap ul li:last-child {
  margin: 0 0 0 0;
}
.search_summer .wrap01 ul li {
  float: none;
  width: 100%;
  margin: 0 0 35px 0;
}
.search_summer .wrap01 ul li .box_2 p {
  font-size: 14px;
  margin-top: 10px;
}
.search_summer .wrap01 ul li:nth-child(3) {
  margin: 0 0 35px 0;
}
.search_summer .wrap01 ul li:last-child {
  margin: 0 0 0 0;
}
.kodawari-btn01 {
  padding: 25px 5px;
  font-size: 14px;
  color: #1f7fb2;
  line-height: 1.1em;
  width: 70%;
}
.summer_link_wrap {
  padding-bottom: 60px;
}
.sp_tx_left {
  text-align: left!important
}
.search_summer .about {
  padding: 0 10px;
}
.top_box01 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0;
}
.kodawari-btn02 {
  width: 100%;
}
.search_summer .qa-wrapp01 {
  background: #fff;
  padding-top: 40px;
}
.qa-wrapp01 dl {
  border-bottom: 1px solid #aaaaaa;
  padding: 10px 0;
  margin: 0 10px;
}
.qa-wrapp01 dl:last-child {
  border-bottom: none;
}
.qa-wrapp01 dt {
  font-size: 18px;
  padding: 20px 0 10px 65px;
  background: url(../images/lp_summer/lp_icon_q.png) no-repeat top 10px left 0;
  background-size: 50px;
}
.qa-wrapp01 dd {
  font-size: 14px;
  padding: 20px 0 10px 65px;
  background: url(../images/lp_summer/lp_icon_a.png) no-repeat top 10px left 0;
  background-size: 50px;
}
.qa-wrapp01 dd.pt_pb {
  padding: 20px 0 20px 65px;
}
}
/*
*experience.html 20180605 追記
*/
.search_summer .content-middle-title02 {
  font-size: 42px;
  line-height: 1.3em;
  font-weight: bold;
  padding-top: 10px;
}
.experience_wrap {
  overflow: hidden;
}
.experience_wrap .box {
  width: 525px;
  margin-bottom: 50px;
}
/*
.experience_wrap .box:nth-child(even) {
  float: left;
}
.experience_wrap .box:nth-child(odd) {
  float: right;
}
*/
/* 2022/07/01 debug */
.experience_wrap .box:nth-of-type(odd) {
  float: left;
}
.experience_wrap .box:nth-of-type(even) {
  float: right;
}
.experience_wrap .box .box_wrap {
  height: 500px;
}
.experience_wrap .box .box_wrap.h_460 {
  height: 460px;
}
.experience_wrap .box .box_wrap.h_525 {
  height: 525px;
}
.experience_wrap .box .box_wrap.h_550 {
  height: 550px;
}
.experience_wrap .box .box_wrap.h_575 {
  height: 575px;
}
.experience_wrap .box .box_wrap.h_600 {
  height: 600px;
}
.experience_wrap .box .box_wrap.h_640 {
  height: 640px;
}
.experience_wrap .box .top {
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
.experience_wrap .box .prof {
  font-size: 20px;
  line-height: 1.3em;
}
.experience_wrap .box .shokusyu {
  font-size: 24px;
  line-height: 1.5em;
  padding-top: 5px;
}
.experience_wrap .box.blue .prof, .experience_wrap .box.blue .shokusyu {
  color: #4487c9;
}
.experience_wrap .box .image {
  text-align: center;
  width: 507px;
  margin: 0 auto;
}
.experience_wrap .box .content-text {
  font-size: 14px;
  padding: 20px 20px 10px;
}
.experience_wrap .box .link {
  padding: 0 20px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.experience_wrap .box.blue {
  background: url(../images/lp_summer/bg_center_blue.png) repeat-y;
  background-size: 100%;
}
.experience_wrap .box.blue:before {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_top_blue.png) no-repeat;
  height: 20px;
  background-size: 100%;
}
.experience_wrap .box.blue:after {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_bottom_blue.png) bottom center no-repeat;
  background-size: 100%;
  height: 20px;
}
.experience_wrap .box.pink .prof, .experience_wrap .box.pink .shokusyu {
  color: #f96082;
}
.experience_wrap .box.pink {
  background: url(../images/lp_summer/bg_center_pink.png) repeat-y;
  background-size: 100%;
}
.experience_wrap .box.pink:before {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_top_pink.png) no-repeat;
  height: 20px;
  background-size: 100%;
}
.experience_wrap .box.pink:after {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_bottom_pink.png) bottom center no-repeat;
  background-size: 100%;
  height: 20px;
}
.experience_wrap .box.ygreen .prof, .experience_wrap .box.ygreen .shokusyu {
  color: #6bb66b;
}
.experience_wrap .box.ygreen {
  background: url(../images/lp_summer/bg_center_green.png) repeat-y;
  background-size: 100%;
}
.experience_wrap .box.ygreen:before {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_top_green.png) no-repeat;
  height: 20px;
  background-size: 100%;
}
.experience_wrap .box.ygreen:after {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_bottom_green.png) bottom center no-repeat;
  background-size: 100%;
  height: 20px;
}
.experience_wrap .box.yellow .prof, .experience_wrap .box.yellow .shokusyu {
  color: #fea408;
}
.experience_wrap .box.yellow {
  background: url(../images/lp_summer/bg_center_yellow.png) repeat-y;
  background-size: 100%;
}
.experience_wrap .box.yellow:before {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_top_yellow.png) no-repeat;
  height: 20px;
  background-size: 100%;
}
.experience_wrap .box.yellow:after {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_bottom_yellow.png) bottom center no-repeat;
  background-size: 100%;
  height: 20px;
}
.experience_wrap .box.emerald .prof, .experience_wrap .box.emerald .shokusyu {
  color: #14bbcc;
}
.experience_wrap .box.emerald {
  background: url(../images/lp_summer/bg_center_emerald.png) repeat-y;
  background-size: 100%;
}
.experience_wrap .box.emerald:before {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_top_emerald.png) no-repeat;
  height: 20px;
  background-size: 100%;
}
.experience_wrap .box.emerald:after {
  content: "";
  display: block;
  background: url(../images/lp_summer/bg_bottom_emerald.png) bottom center no-repeat;
  background-size: 100%;
  height: 20px;
}

@media screen and (max-width:1024px) {
  .experience_wrap .box {
    width: 100%;
  }
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.search_summer .content-middle-title02 {
  font-size: 20px;
  padding-top: 5px;
}
.experience_wrap .box {
  width: 100%;
  margin-bottom: 40px;
}
.experience_wrap .box:last-child {
  margin-bottom: 30px;
}
.experience_wrap .box:nth-child(odd),  .experience_wrap .box:nth-child(even) {
  float: none;
}
.experience_wrap .box .box_wrap {
  height: auto;
}
.experience_wrap .box .box_wrap.h_460,  .experience_wrap .box .box_wrap.h_525,  .experience_wrap .box .box_wrap.h_550,  .experience_wrap .box .box_wrap.h_575,  .experience_wrap .box .box_wrap.h_600,  .experience_wrap .box .box_wrap.h_640 {
  height: auto;
}
.experience_wrap .box .top {
  padding: 5px 20px 15px;
}
.experience_wrap .box .prof {
  font-size: 14px;
}
.experience_wrap .box .shokusyu {
  font-size: 18px;
}
.experience_wrap .box .image {
  width: 96.4%;
}
.experience_wrap .box .content-text {
  padding: 20px 20px 0px 20px;
}
.experience_wrap .box .link {
  padding: 10px 20px 0px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
}
/*2018/06/08 追記
TOP > リンク3つ並べる*/
.top_box.link_3 {
  width: 890px;
  margin: 40px auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.top_box.link_3 {
  width: inherit;
  margin: inherit;
  overflow: none;
  display: block;
}
.top_box.link_3 .btn1 {
  float: none;
}
}

/*20180615 追記*/
/*TOP > IEのレイアウト崩れ阻止*/
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop,  .slick2 .relative.w_ie img {
 max-width: 100%;
 height: 115%;
}
}
/*kodawari*/
.main-v.kodawari {
  max-width: none;
  width: 100%;
}
.main-v.kodawari .main-title-wrapp {
  display: block;
  position: absolute;
  top: 0;
}
.main-v.kodawari .relative img {
  width: 100%;
  height: 550px;
}
.kodawari {
  margin-top: 65px;
}
.kodawari .main-title-wrapp h1 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.kodawari .main-title-wrapp h1 span {
  font-size: 40px;
  color: #1f7fb2;
  display: block;
}
.kodawari .main-title-wrapp_01 {
  position: absolute;
  top: 155px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.kodawari .box {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
.kodawari .box .image_box {
  display: inline-block;
  float: left;
}
.kodawari .box .image_box img.mr_20 {
  margin-right: 20px;
}
.kodawari .box .desc {
  display: inline-block;
  float: right;
  color: #111111;
  font-size: 18px;
  line-height: 1.8em;
}
/* 2024/03/12 こだわり 画像を動画に変更 */

.kodawari .box_video {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1520px;
	margin: auto;
	padding: 0 100px;
	overflow: hidden;
}
.kodawari .box_video .video {
	width: 47.5%;
}
.kodawari .box_video .desc {
	width: 47.5%;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	color: #111;
}
@media screen and (max-width: 1024px) {
	.kodawari .box_video {
		max-width: 1160px;
		margin: auto;
		padding: 0 30px;
	}
	.kodawari .box_video .video {
		width: 100%;
		padding: 40px 0 20px 0;
	}
	.kodawari .box_video .desc {
		width: 100%;
		font-size: 14px;
	}
}


.kodawari-wrapp_01 {
  /*border:3px solid #1f7fb2;*/
  border-radius: 5px;
  padding: 0 30px 30px;
}
.kodawari-wrapp_01 h4 {
  font-size: 20px;
  line-height: 1.3em;
  /*font-weight: normal;*/
  color: #414141;
}
.kodawari-wrapp_01 .content-text {
  color: #414141;
  font-size: 16px;
}
.kodawari-wrapp_01 .content-text a {
  text-align: center;
  display: block;
  margin: 30px auto 20px;
}
hr.border_b {
  width: 94%;
  margin: 0 auto;
  border: 0.7px solid #ededed;
}
hr.border_b.slim {
  border: 0.5px solid #ededed;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:1024px) {
.main-v.kodawari .main-title-wrapp {
  top: 3%;
}
.kodawari-wrapp_01 {
  padding: 10px 10px 30px;
}
.kodawari-wrapp_01 h4 {
  font-size: 16px;
}
.kodawari-wrapp_01 .content-text {
  font-size: 14px;
  font-feature-settings: 'palt';
}
.kodawari-wrapp_01 .content-text a {
  margin: 20px auto 10px;
}
hr.border_b {
  width: 60%;
}
.main-v.kodawari {
  margin-top: 0;
}
.kodawari {
  background: url(../images/kodawari/kodawari_main_sp.png) no-repeat;
  background-size: cover;
  height: 47rem;  /* 2023/05/23 51rem -> 47rem */
}
.kodawari .main-title-wrapp h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.kodawari .main-title-wrapp h1 span {
  font-size: 20px;
}
.kodawari .main-title-wrapp_01 {
  position: absolute;
  top: 65px;
}
.kodawari .box {
  position: absolute;
  top: 1.5rem;
  left: 0;
  text-align: center;
}
.kodawari .box .page_title {
  font-size: 22px;
  line-height: 1.6em;
  text-align: center;
}
.kodawari .box .image_box {
  float: none;
  margin: 20px auto;
}
.kodawari .box .desc {
  float: none;
  font-size: 14px;
}
}
/*20180618　追記*/
.blog_text.ml_260px {
  margin-left: 260px;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.blog_text.ml_260px {
  margin-left: 0px;
  color: #1f7fb2!important;
  text-decoration: underline;
}
}
/*20180629　追記*/
a.kodawari-btn.small {
  padding: 15px 20px;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
}
.fs-16 {
  font-size: 16px;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
a.kodawari-btn.small {
  width: auto;
  padding: 10px 20px;
}
.fs-sp14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 14px;
}
}
/*
*lp_ski.html 20180907 追記
*/
.main-v.ski {
  margin-top: 64px;
}
.main-v.ski .main-title-wrapp {
  position: absolute;
  top: 0;
}
.ski .main-title-wrapp h1 {
  color: #171c61;
  text-align: left;
  font-size: 60px;
  line-height: 1em;
  float: right;
}
.ski .main-title-wrapp h1 span {
  color: #171c61;
  font-size: 40px;
}
.ski .main-title-wrapp .sub_catch {
  font-size: 33px;
  line-height: 1.2em;
  text-align: left;
  padding-top: 10px;
}
.ski .relative a.link {
  display: block;
  height: 240px;
  width: 240px;
  position: absolute;
  top: 22rem;
  right: 100px;
  z-index: 100;
}
.ski .relative a.link .circle_01 img:hover {
  opacity: 0.7;
}
.ski.link_wrap {
  padding: 0 0 0;
  margin: 0 auto 0;
}
.ski.link_wrap h1 {
  font-size: 28px;
}
.ski .btn_green {
  display: block;
  margin: 0 auto;
  background: #1f7fb2;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
}

.ski .btn_pink {
  display: block;
  margin: 0 auto;
  background: #db4581;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  border-radius: 15px;
}

.ski .btn_green:hover {
  opacity: 0.7;
}
.ski .btn_green small {
  color: #fff;
}
.ski .btn_green.w_550 {
  width: 550px;
  padding: 25px;
}
.ski .kodawari-btn01.mini {
  padding: 25px;
  width: 550px;
}
.lp-contents {
  padding: 70px 0 70px;
}
.lp-contents.white {
  background: #fff;
}
.lp-contents.cream {
  background: #fbf2e8;
}
.lp-contents.blue {
  background: #e3f8fa;
}
.lp-contents.gray {
  background: #f4f4f4;
}
.lp-contents .content-middle-title01 {
  font-size: 36px;
  line-height: 1.3em;
}
.lp-contents .title_border hr {
  width: 110px;
  margin: 20px auto 0;
  display: block;
  height: 1px;
  background: #000;
  border: 0;
}
.lp-contents .content-middle-title01 .orange {
  color: #f78205;
  font-size: 48px;
  letter-spacing: 1.5px;
}
.lp-contents .content-middle-title01 .blue {
  color: #4abbf5;
  font-size: 48px;
  letter-spacing: 1.5px;
}
ul.merit.ski {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.merit.ski.w_33p li {
  width: 33.3%;
  max-width: 340px;
  background: #fff;
}
ul.merit.ski li .num {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #171c61;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.merit.ski li .num span {
  color: #fff;
  font-size: 40px;
}
ul.merit.ski li .wrap {
  padding: 4rem 2rem 2rem;
}
ul.merit.ski li .wrap .title {
  color: #171c61;
  text-align: center;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.search_joken ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search_joken ul li {
  width: 33%;
  max-width: 340px;
  text-align: center;
}
.search_joken ul li img {
  display: block;
  width: 100%;
}
.search_joken ul li a:hover img {
  opacity: 0.7;
}
.search_joken ul li .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search_joken ul li .box p {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.ski .btn_green.search {
  background: url(../images/lp-ski/ski_icon_search.png) no-repeat #1f7fb2;
  background-position: 24% 16px;
}
.search_area {
  margin: 20px auto 0;
}
.search_area ul {
  width: 100%;
  overflow: hidden;
}
.search_area ul.w_49p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.search_area ul.w_49p li {
  width: 49%;
  max-width: 530px;
}
.search_area ul li .title {
  background: #4abbf5;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
}
.search_area ul li .box {
  background: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
}
.search_area ul li .box p {
  margin: 0 auto 1rem;
}
.search_area ul li .box .link_wrap {
  width: 100%;
  display: flex;
}
.search_area ul li .box .link_wrap a {
  width: 50%;
}
.ski .search_area .box .btn .btn_green {
  padding: 5px 0;
  margin: 1rem 0 0;
}
.ski .btn_green.w_700 {
  width: 700px;
}
.experience {
  margin: 60px auto 0;
}
.cate_guide {
  padding: 0 0;
  margin-top: 50px;
}
.cate_guide ul {
  overflow: hidden;
}
.cate_guide ul li {
  float: left;
  width: 24%;
  max-width: 251px;
  margin: 0 1.33% 20px 0;
  height: 270px;
}
.cate_guide ul li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.cate_guide ul li img {
  display: block;
  width: 100%;
}
.cate_guide ul.hover li img:hover {
  opacity: 0.7;
}
.cate_guide ul li .box01 {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(77, 196, 193, 0.7);
  width: 100%;
  padding: 5px 0;
}
.cate_guide ul li .box01 p {
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-align: center;
}
.cate_guide ul li span {
  font-size: 14px;
  text-align: left;
}
.ski .qa-wrapp01 dt {
  color: #4abbf5;
  font-weight: bold;
  font-size: 20px;
  padding: 30px 0 22px 85px;
  background: url(../images/lp-ski/ski_icon_q.png) no-repeat top 10px left 0;
}
.ski .qa-wrapp01 dd {
  padding-left: 50px;
  padding: 20px 0 20px 85px;
  background: url(../images/lp-ski/ski_icon_a.png) no-repeat top 10px left 0;
  line-height: 1.8em;
}
.ski .qa-wrapp01 dd.pt_pb {
  padding: 32px 0 30px 85px;
}
.ski .flow {
  margin: 50px 0 0 0;
  width: 100%;
  overflow: hidden;
}
.ski .flow ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ski .flow ul li {
}
.ski .btn_green.w_280 {
  width: 280px;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 0;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.lp-contents {
  padding: 30px 0 30px;
}
.main-v.ski {
  margin-top: 0;
}
.ski.link_wrap {
  padding: 0 10px;
}
.ski.link_wrap h1 {
  font-size: 14px;
}
.ski .btn_green {
  font-size: 14px;
}
.ski .btn_green.w_550,  .ski .btn_green.w_700 {
  width: 70%;
  height: 70%;
  padding: 15px;
  font-size: 13px;
  line-height: 1.6em;
}
.lp-contents .content-middle-title01 {
  font-size: 18px;
  line-height: 18px;
  padding: 0 10px;
}
.ski .about {
  padding: 0 10px;
}
ul.merit.ski {
  width: 100%;
  display: block;
}
ul.merit.ski.w_33p li {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
ul.merit.ski.w_33p li img {
  width: 70%;
  height: auto;
  display: block;
  margin:0 auto;
}
ul.merit.ski li .wrap {
  padding: 1rem 1rem 1rem;
}
ul.merit.ski li .wrap .title {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.lp-contents .content-middle-title01 .orange,  .lp-contents .content-middle-title01 .blue {
  font-size: 30px;
}
.search_joken ul {
  display: block;
  margin-bottom: 0;
}
.search_joken ul li {
  float: left;
  width: 31%;
  max-width: 100%;
  margin: 1%;
}
.search_joken ul li .box p {
  font-size: 13px;
}
.ski .btn_green.search {
  background-position: 12% 50%;
  background-size: 35px auto;
}
.ski .content-text {
  font-size: 88%;
}
.ski .content-text small {
  font-size: 88%;
}
.search_area ul.w_49p {
  display: block;
  margin-bottom: 0;
}
.search_area ul.w_49p a {
  font-size: 88%;
}
.search_area .btn a {
  font-size: 88%;
}
.search_area ul.w_49p li {
  float: left;
  width: 48%;
  margin: 1%;
  max-width: 100%;
  margin-bottom: 10px;
}
.search_area ul li .title {
  font-size: 14px;
}
.search_area ul li .box {
  padding: 4px;
}
.search_area ul li .box .link_wrap {
  display: block;
}
.search_area ul li .box .link_wrap a {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.cate_guide ul li {
  width: 48%;
  max-width: 100%;
  margin: 0 4% 2rem 0;
  height: 250px;
}
.cate_guide ul li:nth-child(2n) {
  margin: 0 0 2rem 0;
}
.ski .qa-wrapp01 {
  background: #fff;
  padding-top: 40px;
}
.ski .qa-wrapp01 dl {
  border-bottom: 1px solid #aaaaaa;
  padding: 10px 0;
  margin: 0 10px;
}
.ski .qa-wrapp01 dl:last-child {
  border-bottom: none;
}
.ski .qa-wrapp01 dt {
  font-size: 18px;
  padding: 20px 0 20px 65px;
  background-size: 50px auto;
}
.ski .qa-wrapp01 dd {
  font-size: 14px;
  padding: 20px 0 10px 65px;
  background-size: 50px;
}
.ski .qa-wrapp01 dd.pt_pb {
  padding: 20px 0 10px 65px;
}
.ski .qa-wrapp01 dd .link_wrap {
  display: block;
  padding-top: 10px;
}
.ski .qa-wrapp01 dd .link_wrap a {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.ski .flow ul {
  display: block;
}
.ski .flow ul li {
  text-align: center;
}
.ski .flow ul li.image {
  width: 230px;
  display: block;
  margin: 0 auto;
}
.ski .flow ul li.arrow {
  margin: 10px auto;
}
.ski .flow ul li.arrow img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/**
 * 2019/11/26 lp_summer 修正
**/

.summer .relative a.link {
  top: 10vh;
}
}
/**
 * 2018/10/18 修正
**/
.place-text.fs-large {
  font-size: 22px;
}
.ex .btn_green {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px solid #1f7fb2;
  color: #1f7fb2;
  font-size: 18px;
  line-height: 1.8em;
  padding: 0 0;
  text-decoration: none;
  text-align: center;
}
.ex .btn_green:hover {
  opacity: 0.7;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.place-text.fs-large {
  font-size: 10px;

}
.ski .btn_green.w_550.sp_66p,  .ski .kodawari-btn01.mini.sp_66p {
  width: 66%;
  padding: 10px 0;
}
.ski .kodawari-btn01.mini {
  width: 70%;
  padding: 15px;
}
.ex .btn_green {
  font-size: 14px;
}
.ex .btn_green.w_550 {
  width: 100%;
}
}
#modal-content {
  width: 96%;
  margin: 0;
  padding: 5px 10px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  height: 420px;
  white-space: nowrap;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
}
#modal-overlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
  color: #00f;
  text-decoration: underline;
}
.button-link:hover {
  cursor: pointer;
  color: #f00;
}
/* 2018/11/06 修正 */
/* detail-contact.html */
.contact_head_note {
  border: 1px solid #1f7fb2;
  padding: 15px 30px;
  font-size: 14px;
  color: #1f7fb2;
  line-height: 1.8;
  font-weight: bold;
  display: inline-block;
}
ul.contact_step.resume_head {
  padding-top: 0;
  margin: 20px auto 20px;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.contact_head_note {
  padding: 15px 15px;
}
ul.contact_step.resume_head {
  padding-top: 0;
  margin: 20px auto 20px;
}
}
/* 2018/12/05 修正 */
a.note {
  text-align: center;
  margin: 30px auto 0;
  color: #fd6465;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 3px solid #fd6465;
  display: inline-block;
}
a.note:hover {
  opacity: 0.6;
  transition: 0.2s;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
a.note {
  font-size: 20px;
  line-height: 1.4;
  border-bottom: none;
  text-decoration: underline;
}
}
.top-msg {
  background: #f4f4f4;
  padding: 40px;
  margin: 60px auto 0;
}
.top-msg .tit {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  color: #555;
}
.top-msg div p {
  line-height: 150%;
  color: #555;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
.top-msg {
  margin: 50px auto 0;
  padding: 20px 5%;
}
.top-msg .tit {
  font-size: 16px;
  line-height: 180%;
  text-align: center;
}
.top-msg div p {
  font-size: 12px;
  line-height: 145%;
}
}
/* 2018/12/17 detail.htmlにh1追記 */
.detail-slider.head {
  margin-bottom: 90px;
}
.detail-slider.head h1 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em;
   text-align: center;
}
.detail-slider.head .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
  .detail-slider.head {
    margin-bottom: 25px;
  }
.detail-slider.head h1 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
}
.detail-slider.head .text {
  font-size: 14px;
  margin-top: 5px;
}
}

/* 2018/12/18 */
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
a.kodawari-btn.small.sp-mt0 {
  margin-top: 0;
}
}
::selection {
  background-color: #333;
  color: #fff;
}
a {
  transition: all .3s;
}
a:hover {
  opacity: 0.7;
}
input, button, textarea {
  outline: none;
}
input:focus,
textarea:focus {
  background: #f7f7f7;
}
.tb, .sp {
  display: none;
}
.visual img {
  width: 100%;
}
.gw_resort {
  background: #fff;
}
.gw_resort p.explain {
  text-align: center;
  font-size: 20px;
  line-height: 2.5em;
  padding: 50px 0;
}
.gw_resort .btns {
  text-align: center;
}
.gw_resort .btns a {
  display: inline-block;
  font-size: 26px;
  width: 446px;
  height: 97px;
  line-height: 97px;
  background: #23b0aa;
  border-radius: 15px;
  margin: 0 15px;
  color: #fff;
}
.gw_resort .btns a:nth-of-type(2) {
  background: #f46576;
}
.gw_resort .btns p {
  max-width: 900px;
  margin: 10px auto 0;
  text-align: left;
  font-size: 15px;
}
.gw_resort p.txt01 {
  font-size: 36px;
  line-height: 1.6em;
  text-align: center;
  padding: 0 0 80px;
}
.gw_resort p.txt01 strong {
  display: block;
  font-size: 45px;
  color: #409a95;
  margin: 70px 0 50px;
}
.sec01 {
  background: #eee;
}
.gw_resort section .inner {
  padding: 80px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.gw_resort section h2 {
  text-align: center;
  background: #23b0aa;
  font-size: 45px;
  color: #fff;
  padding: 40px 0;
}
.gw_resort section h2 strong {
  font-size: 50px;
  color: #f6ff00;
}
.sec01 ul {
  overflow: hidden;
}
.sec01 ul li {
  float: left;
  width: 344px;
  margin-right: 34px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  background: #fff;
  min-height: 408px;
}
.sec01 ul li:last-child {
  margin-right: 0;
}
.sec01 ul li dl {
  position: relative;
  padding: 0 20px;
}
.sec01 ul li dl:before {
  content: "01";
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  background: #23b0aa;
  font-size: 37px;
  color: #fff;
  text-align: center;
  margin: -33px auto 0;
  border-radius: 50%;
}
.sec01 ul li:nth-of-type(2) dl:before {
  content: "02";
}
.sec01 ul li:nth-of-type(3) dl:before {
  content: "03";
}
.sec01 ul li dl dt {
  padding: 20px 0 15px;
  text-align: center;
  font-size: 26px;
  color: #018882;
  font-weight: bold;
}
.sec01 ul li dl dd {
  font-size: 16px;
}
.sec01 ul li dl dd span {
  background: #fff100;
  padding: 2px;
  font-size: 16px;
}
.sec01 p.txt02 {
  width: 930px;
  margin: 85px auto 60px;
}
.sec01 p.txt02 span {
  display: block;
  margin: 15px 0 0;
  font-size: 15px;
}
.gw_resort .sec02 h2 {
  background: #ff9b00;
}
.gw_resort .sec03 h2 {
  padding: 69px 0;
}
.gw_resort #sec04 h2 {
  padding: 69px 0;
}
.sec02 {
  background: #fff2dd;
}
.sec02 ul {
  overflow: hidden;
}
.sec02 ul li {
  width: 534px;
  float: left;
  margin: 0 0 34px;
}
.sec02 ul li:nth-child(2n) {
  float: right;
}
.sec02 .btn {
  text-align: center;
  margin: 50px 0 0;
}
.sec02 .btn a {
  font-size: 26px;
  color: #fff;
  background: #f46576;
  display: inline-block;
  padding: 35px 185px;
  border-radius: 15px;
}
.sec03 {
  background: #eee;
}
.sec03 .inner-inner {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 0 0 60px;
}
.sec03 p {
  text-align: center;
  font-size: 20px;
  line-height: 2em;
  margin: 60px 0;
}
.sec03 .btn {
  text-align: center;
  margin: 0 0 60px;
}
.sec03 .btn a {
  font-size: 26px;
  color: #fff;
  background: #f39800;
  display: inline-block;
  padding: 35px 185px;
  border-radius: 15px;
}
.sec03 ol {
  overflow: hidden;
  padding: 60px 0 0;
}
.sec03 ol li {
  position: relative;
  float: left;
  width: 320px;
  text-align: center;
  margin-right: 70px;
}
.sec03 ol li:last-child {
  margin-right: 0;
}
.sec03 ol li .step {
  font-size: 32px;
  color: #f39800;
}
.sec03 ol li .step strong {
  font-size: 47px;
  color: #f39800;
}
.sec03 ol li dl {
  border: 2px solid #f39800;
  background: #fff;
  margin: 10px 0 0;
}
.sec03 ol li dl dt {
  background: #f39800;
  color: #fff;
  font-size: 30px;
  height: 130px;
  box-sizing: border-box;
  padding: 20px 0;
  line-height: 1.4em;
  font-weight: bold;
}
.sec03 ol li:first-child dl dt {
  padding-top: 45px;
}
.sec03 ol li dl dd {
  font-size: 20px;
  line-height: 1.8em;
  padding: 25px 0;
}
.sec03 ol li:after {
  position: absolute;
  top: 45%;
  right: -54px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42.5px 0 42.5px 31px;
  border-color: transparent transparent transparent #23b0a9;
}
section#sec04 {
  padding: 70px 0 0;
  margin: -70px 0 0;
}
#header + .pankuzu-sp {
  height: auto !important;
  position: static !important;
  width: 100% !important;
  width: 100%;
  max-width: 1520px !important;
  margin: 50px auto 0 !important;
  padding: 0 60px !important;
}
#header + .pankuzu-sp .pankuzu {
  position: static !important;
  height: auto !important;
}

@media screen and (max-width:1024px){
	#header + .pankuzu-sp{
		max-width:1460px !important;
		padding:0 30px !important;
	}
}

@media screen and (max-width:650px) {
	#header + .pankuzu-sp{
    margin-top: 10px !important;
		max-width: none !important;
		padding:0 20px !important;
	}
.pankuzu-sp {
  position: relative;
  top: 10px!important;
  max-width: 100%!important;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 10px 5px;
  height: 40px;
}
.pankuzu-sp ul {
}
/* 2019/09/30 */
.sp-block .pankuzu-sp {
  padding: 0 0 0!important;
}
.sp {
  display: block;
}
.tb, .pc {
  display: none;
}
img {
  max-width: 100%;
}
.gw_resort p.explain {
  font-size: 3.5vw;
  padding: 10%;
  text-align: left;
}
.gw_resort .btns {
  position: relative;
  padding: 0 10%;
}
.gw_resort .btns a {
  display: block;
  font-size: 5vw;
  height: auto;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 8% 0;
}
.gw_resort .btns a:first-child {
  margin: 0 0 20%;
}
.gw_resort .btns p {
  font-size: 3.4vw;
  position: absolute;
  top: 35%;
}
.gw_resort p.txt01 {
  font-size: 4vw;
  padding: 0 0 10%;
}
.gw_resort p.txt01 strong {
  font-size: 5vw;
  margin: 10% 0 5%;
}
.gw_resort section h2 {
  font-size: 5vw;
  padding: 5% 0;
}
.gw_resort section h2 strong {
  font-size: 6vw;
}
.gw_resort section .inner {
  padding: 5% 5% 10%;
}
.sec01 ul li {
  float: none;
  width: 100%;
  margin: 0 0 5%;
  min-height: auto;
  padding: 0 0 5%;
}
.sec01 ul li dl {
  padding: 0 5%;
}
.sec01 ul li dl dt {
  padding: 10% 0 3%;
  font-size: 5vw;
}
.sec01 ul li dl dd {
  font-size: 4vw;
}
.sec01 ul li dl dd span {
  font-size: 4vw;
}
.sec01 p.txt02 {
  width: 100%;
  margin: 10% 0;
}
.sec01 p.txt02 span {
  font-size: 3vw;
  padding: 0 5%;
}
.gw_resort section .btns {
  padding: 0 5%;
}
.sec02 ul {
  padding: 5% 0 0;
}
.sec02 ul li {
  float: none;
  width: 100%;
  margin: 0 0 5%;
}
.sec02 .btn {
  margin: 5% 0 0;
  padding: 0 5%;
}
.sec02 .btn a {
  font-size: 5vw;
  padding: 9% 0;
  display: block;
}
.gw_resort .sec03 h2 {
  padding: 8% 0;
}
.sec03 p {
  font-size: 4vw;
  padding: 0 5%;
  margin: 10% 0;
  text-align: left;
}
.sec03 .btn {
  padding: 0 5%;
  margin: 10% 0;
}
.sec03 .btn a {
  font-size: 5vw;
  padding: 9% 0;
  display: block;
}
.sec03 ol {
  padding: 5% 0;
}
.sec03 ol li {
  float: none;
  width: 100%;
  margin: 0 0 10%;
}
.sec03 ol li .step {
  display: block;
  font-size: 5vw;
  text-align: left;
}
.sec03 ol li .step strong {
  font-size: 8vw;
}
.sec03 ol li dl dt {
  font-size: 5vw;
  height: auto;
  padding: 3% 0;
}
.sec03 ol li:first-child dl dt {
  padding-top: 3%;
}
.sec03 ol li dl dd {
  font-size: 4vw;
  padding: 3% 0;
}
.sec01 ul li dl:before {
  width: 15vw;
  height: 15vw;
  line-height: 15vw;
  font-size: 9vw;
  margin: -10% auto 0;
}
.sec03 ol li dl {
  margin: 2% 0 0;
}
.sec03 ol li:after {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -9vw;
  margin-left: -10vw;
  border-style: solid;
  border-width: 5vw 10vw 0 10vw;
  border-color: #23b0a9 transparent transparent transparent;
}
.sec03 ol li:last-child:after {
  display: none;
}
.sec03 ol li:last-child {
  margin: 0;
}
.gw_resort #sec04 h2 {
  padding: 8% 0;
}
.magazine {
  padding: 8px;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: bold;
}
}
.circle_01 img {
  position: absolute;
  top: 13vh;
}

@media screen and (max-width:1230px) {
.circle_01 img {
  top: 5vh;
}
}
/*@media screen and (min-width:1087px) and (max-width:1229px){
	.circle_01 img {
	  top: 10vh;
	}
}
*/




/* 2019/10/22 トップ体験談6件 */
ul.experience_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -30px 0 30px -30px;
}
.experience_list li {
  width: 33.3333%;
  padding: 30px 0 0 30px;
}
.experience_list li a {
  position: relative;
  display: flex;
}
.experience_list li .img_wrap {
  height: 380px;
  width: 100%;
}
.experience_list li .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience_list li .title {
  position: absolute;
  bottom: 70px;
  left: 25px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
}
.experience_list li .title p:nth-child(1) {
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", メイリオ, sans-serif;
  font-size: 26px;
}
.experience_list li .title p:nth-child(2) {
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", メイリオ, sans-serif;
  font-size: 31px;
}
.experience_list li .title p:nth-child(3) {
  font-size: 26px;
}
.experience_list .more {
  position: absolute;
  padding: 4px 23px;
  bottom: 15px;
  left: 25px;
  font-size: 23px;
  background: #1f7fb2;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width:1200px) {
  .experience_list li {
    width: 50%;
  }
}

@media screen and (max-width:650px) {
  ul.experience_list {
    margin: -10px 0 30px -10px;
  }
  .experience_list li {
    padding: 10px 0 0 10px;
  }
  .experience_list li .img_wrap {
    height: 147px;
  }
  .experience_list li .title {
    bottom: 25px;
    left: 10px;
  }
  .experience_list li .title p:nth-child(1) {
    font-size: 10px;
  }
  .experience_list li .title p:nth-child(2) {
    font-size: 12px;
  }
  .experience_list li .title p:nth-child(3) {
    font-size: 10px;
  }
  .experience_list .more {
    padding: 1px 7px;
    bottom: 5px;
    left: 10px;
    font-size: 10px;
  }
}


.home-magazine {
  display: flex;
  flex-wrap: wrap;
  margin: -80px 0 0 -80px;
  padding-top: 40px;
  margin-bottom: 80px;
}
.home-magazine__item {
  width: 50%;
  padding: 80px 0 0 80px;
}
.home-magazine__link {
  display: flex;
}
.home-magazine__image {
  width: 215px;
  height: 215px;
}
.home-magazine__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-magazine__content {
  position: relative;
  width: calc(100% - 215px);
  padding-left: 40px;
  font-weight: bold;
  padding-right: 15px;
}
.home-magazine__content::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 3px solid currentcolor;
  border-right: 3px solid currentcolor;
  transform: rotate(45deg);
}
.home-magazine__content p:nth-child(1) {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
  background: #005594;  /* 2023/09/11 デフォルト背景色を設定 */
}
.home-magazine__content p:nth-child(1).resortbaito-all {
  background: #005594;
}
.home-magazine__content p:nth-child(1).summerjob {
  background: #815291;
}
.home-magazine__content p:nth-child(1).resortbaito-area {
  background: #39abb7;
}
.home-magazine__content p:nth-child(1).skijobaito {
  background: #eb894a;
}
.home-magazine__content p:nth-child(1).nogyokyujin {
  background: #6d6c6c;
}
.home-magazine__content p:nth-child(1).sumikomijob {
  background: #389339;
}
.home-magazine__content p:nth-child(1).taiken {
  background: #dd305a;
}
.home-magazine__content p:nth-child(2) {
  font-size: 24px;
  margin-top: 25px;
  line-height: 1.7;
}
.home-magazine__content p:nth-child(3) {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (max-width:1200px) {
  .home-magazine__item {
    width: 100%;
  }
}

@media screen and (max-width:650px) {
  .home-magazine {
    margin: -25px 0 0 -25px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .home-magazine__item {
    padding: 25px 0 0 25px;
  }
  .home-magazine__image {
    width: 107px;
    height: 107px;
  }
  .home-magazine__content {
    width: calc(100% - 107px);
    padding-left: 20px;
    padding-right: 15px;
  }
  .home-magazine__content::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid currentcolor;
    border-right: 1px solid currentcolor;
    right: 5px;
  }
  .home-magazine__content p:nth-child(1) {
    font-size: 10px;
    padding: 1px 10px;
  }
  .home-magazine__content p:nth-child(2) {
    font-size: 12px;
    margin-top: 7px;
    line-height: 1.7;
  }
  .home-magazine__content p:nth-child(3) {
    font-size: 10px;
    margin-top: 4px;
  }
}

.home-message {
  display: flex;
  flex-wrap: wrap;
  margin: -50px 0 0 -50px;
}
.home-message__title {
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  width: 100%;
  padding: 50px 0 0 50px;
}
.home-message__title span:nth-child(1) {
  display: block;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.home-message__title span:nth-child(2)  {
  font-size: 56px;
}
.home-message__image {
  width: 48%;
  padding: 50px 0 0 50px;
  text-align: center;
}
.home-message__content {
  width: 52%;
  padding: 50px 0 0 50px;
}
.home-message__catch {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -.1em;
  line-height: 1.6;
  margin-bottom: 35px;
}
.home-message__catch span {
  font-size: 46px;
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", メイリオ, sans-serif;
  background: linear-gradient(transparent 80%, #f5997f 80%);
}
.home-message__text {
  font-size: 24px;
  line-height: 2;
}
.home-message__text + .home-message__text {
  margin-top: 55px;
}
.home-message__text span {
  background: #f2cec5;
  font-weight: bold;
}
.home-message__keyword {
  width: 100%;
  padding: 100px 0 100px 50px;
}
.home-message__keyword .home_search {
  margin-bottom: 0;
}

@media screen and (max-width:1200px) {
  .home-message__title span:nth-child(2)  {
    display: block;
  }
  .home-message__image {
    width: 100%;
  }
  .home-message__content {
    width: 100%;
  }
}

@media screen and (max-width:650px) {
  .home-message {
    margin: -15px 0 0 0;
  }
  .home-message__title {
    font-size: 17px;
    padding: 0;
    margin-top: -42px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff
  }
  .home-message__title span:nth-child(1) {
    font-size: 22px;
    margin-bottom: 20px;
    margin-bottom: 5px;
  }
  .home-message__title span:nth-child(2)  {
    font-size: 28px;
  }
  .home-message__image {
    order: -1;
    width: 100%;
    padding: 0;
  }
  .home-message__title + .home-message__image {
    width: 100vw;
    margin: -35px -20px 0;
  }
  .home-message__content {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .home-message__catch {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-message__catch span {
    font-size: 19px;
  }
  .home-message__text {
    font-size: 12px;
  }
  .home-message__text + .home-message__text {
    margin-top: 25px;
  }
  .home-message__keyword {
    padding: 40px 0 50px 0;
  }
}


.home-point__title {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 35px;
}
.home-point__title span {
  display: inline-block;
  margin-top: 10px;
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", メイリオ, sans-serif;
  background: linear-gradient(transparent 70%, #f5997f 70%, #f5997f 80%, transparent 80%);
  font-size: 46px;
  white-space: nowrap;
  letter-spacing: -.1em;
}
.home-point__content {
  padding: 15px 20px 20px;
  background: #1f7fb2;
  margin-bottom: 40px;
}
.home-point__catch {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.home-point__catch::before,
.home-point__catch::after {
  content: '';
  width: 2px;
  height: 55px;
  background: #fff;
}
.home-point__catch::before {
  transform: translateY(10px) rotate(-30deg);
  margin-right: 35px;
}
.home-point__catch::after {
  transform: translateY(10px) rotate(30deg);
  margin-left: 35px;
}
.home-point__catch span {
  font-size: 38px;
}
.home-point__list {
  display: flex;
}
.home-point__list li {
  background: #fff;
  width: 33.333%;
  padding: 30px 25px 30px;
}
.home-point__list li + li {
  margin-left: 5px;
}
.home-point__list li::before {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 80px;
  color: #1f7fb2;
  font-weight: bold;
  opacity: .2;
  margin-bottom: 25px;
}
.home-point__list li:nth-child(1)::before {
  content: '01';
}
.home-point__list li:nth-child(2)::before {
  content: '02';
}
.home-point__list li:nth-child(3)::before {
  content: '03';
}
.home-point__list li p {
  font-size: 24px;
  line-height: 1.8;
}
.home-point__list li span {
  font-weight: bold;
  background: #fbd6cc;
}

@media screen and (max-width:1200px) {
  .home-point__title {
    font-size: 24px;
  }
  .home-point__title span {
    font-size: 36px;
  }
  .home-point__list {
    display: block;
  }
  .home-point__list li {
    width: 100%;
    display: flex;
    padding: 5px 5px 5px 0;
  }
  .home-point__list li + li {
    margin-left: 0;
    margin-top: 4px;
  }
  .home-point__list li::before {
    width: 120px;
    min-width: 120px;
    margin-bottom: 0;
    padding: 3px 0;
  }
}

@media screen and (max-width:650px) {
  .home-point__title {
    font-size: 14px;
  }
  .home-point__title span {
    font-size: 19px;
  }
  .home-point__content {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 10px 10px;
  }
  .home-point__catch {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .home-point__catch::before,
  .home-point__catch::after {
    width: 1px;
    height: 25px;
  }
  .home-point__catch::before {
    transform: translateY(6px) rotate(-30deg);
    margin-right: 14px;
  }
  .home-point__catch::after {
    transform: translateY(6px) rotate(30deg);
    margin-left: 14px;
  }
  .home-point__catch span {
    font-size: 16px;
  }
  .home-point__list li::before {
    width: 60px;
    min-width: 60px;
    font-size: 35px;
  }
  .home-point__list li p {
    font-size: 12px;
  }
}


.home-resume {
  margin-bottom: 100px;
  padding: 30px 0 80px;
  background: url(../images/top/resume-background-pc.jpg) center / cover;
  color: #fff;
}
.home-resume__title {
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  letter-spacing: -.1em;
  margin-bottom: 35px;
}
.home-resume__title span {
  display: block;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 5px;
}
.home-resume__text {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 30px;
}
.home-resume__text span {
  background: #f6efc2;
  color: #3e3a39;
  font-weight: bold;
}
.home-resume__button {
  display: flex;
}
.home-resume__button a {
  width: 50%;
  text-align: center;
}
.home-resume__button a + a {
  margin-left: 60px;
}

@media screen and (max-width:1200px) {
  .home-resume__button {
    display: block;
  }
  .home-resume__button a {
    width: 100%;
  }
  .home-resume__button a + a {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media screen and (max-width:650px) {
  .home-resume {
    margin-bottom: 50px;
    padding: 30px 0;
    background-image: url(../images/top/resume-background-sp.jpg);
  }
  .home-resume__title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .home-resume__title span {
    font-size: 16px;
    margin-bottom: 0;
  }
  .home-resume__text {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 30px;
  }
}


/*add_191031_cyclo
___________________________________*/
.search_form_wrap_02 .part dd .list li, .search_form_wrap_02 .part dd .list, .search_form_wrap_02 .part dd, .search_form_wrap_02 .part, .search_form_wrap_02 {
  overflow: visible;
}
.search_all {
  margin-bottom: 100px;
}
.search_form_wrap_02 {
  margin-bottom: 70px;
}
.search_form_wrap_02 .part + .part {
  margin-top: 60px;
}
.search_form_wrap_02 .part::after {
  content: "";
  clear: both;
  display: block;
}
.search_form_wrap_02 .part dt {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 20px;
  padding: 15px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  background: #1f7fb2;
  text-align: center;
}
.search_form_wrap_02 .part dd .list li {
  padding: 0;
  width: calc((100% - 100px) / 5);
  margin: 0 25px 25px 0;
  float: left;
  text-align: center;
  line-height: 1;
}
.search_form_wrap_02 .part dd .list li input {
  display: none;
}
.search_form_wrap_02 .part dd .list li:nth-of-type(5n) {
  margin: 0 0 25px 0;
}
.search_form_wrap_02 .part dd .list li span {
  display: block;
  border: 2px solid #000;
  color: #000;
  padding: 22px 0;
  line-height: 1;
  background: #fff;
  font-size: 26px;
  cursor: pointer;
}
/* 20191101 */
.search_form_wrap_02 .part dd p {
  color: #1f7fb2;
  font-size: 20px;
  text-align: center;
}
.search_form_wrap_02 .part dd p:not(:last-child) {
  margin-bottom: 20px;
}
.search_form_wrap_02 .part dd .list li input:checked + span {
  border: 2px solid #1f7fb2;
  -webkit-box-shadow: 0px 0px 4px 0px #1f7fb2;
  -moz-box-shadow: 0px 0px 4px 0px #1f7fb2;
  box-shadow: 0px 0px 4px 0px #1f7fb2;
  color: #1f7fb2;
}

@media screen and (max-width:1400px) {
  .search_form_wrap_02 .part dd .list li {
    width: calc((100% - 50px) / 3);
  }
  .search_form_wrap_02 .part dd .list li:nth-of-type(5n) {
    margin: 0 25px 25px 0;
  }
  .search_form_wrap_02 .part dd .list li:nth-of-type(3n) {
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width:1024px) {
  .search_form_wrap_02 .part dd .list li {
    width: calc((100% - 25px) / 2);
  }
  .search_form_wrap_02 .part dd .list li:nth-of-type(3n) {
    margin: 0 25px 25px 0;
  }
  .search_form_wrap_02 .part dd .list li:nth-of-type(2n) {
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width:650px) {
  .search_all {
    margin-bottom: 50px;
  }
  .search_form_wrap_02 .part + .part {
    margin-top: 40px;
  }
.search_form_wrap_02 .part dt {
	font-size: 14px;
	padding: 8px 0;
	margin-bottom: 13px;
}
.search_form_wrap_02 .part dd .list li {
  width: calc((100% - 13px) / 2);
}
.search_form_wrap_02 .part dd .list li {
  margin: 0 13px 13px 0 !important;
}
.search_form_wrap_02 .part dd .list li:nth-of-type(2n) {
  margin: 0 0 13px 0 !important;
}
.search_form_wrap_02 .part dd .list li span {
  font-size: 13px;
  padding: 12px 0;
  border-width: 1px;
}
#scroll-top {
  display: none;
}
}
.icon_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.icon_list li {
  position: relative;
  padding: 0;
  vertical-align: top;
  height: 230px;
  width: 11.111%;
}
.icon_list li input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.icon_list li input[type="checkbox"] + label {
  display: flex;
  justify-content: center;
  background-image: url(../images/icon/1-01.png);
  background-size: 130px;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100px;
  text-align: center;
  font-size: 20px;
  padding: 150px 20px 0;
  letter-spacing: -.1em;
  white-space: nowrap;
}


.icon_list_2 li.icon01 {
  background-image: url(../images/icon/1-02.png);
}


.icon_list li.icon01 input[type="checkbox"] + label {
  background-image: url(../images/icon/1-01.png);
}
.icon_list li.icon01 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/1-02.png);
}
.icon_list li.icon02 input[type="checkbox"] + label {
  background-image: url(../images/icon/2-01.png);
}
.icon_list li.icon02 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/2-02.png);
}
.icon_list li.icon03 input[type="checkbox"] + label {
  background-image: url(../images/icon/3-01.png);
}
.icon_list li.icon03 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/3-02.png);
}
.icon_list li.icon04 input[type="checkbox"] + label {
  background-image: url(../images/icon/4-01.png);
}
.icon_list li.icon04 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/4-02.png);
}
.icon_list li.icon05 input[type="checkbox"] + label {
  background-image: url(../images/icon/5-01.png);
}
.icon_list li.icon05 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/5-02.png);
}
.icon_list li.icon06 input[type="checkbox"] + label {
  background-image: url(../images/icon/6-01.png);
}
.icon_list li.icon06 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/6-02.png);
}
.icon_list li.icon07 input[type="checkbox"] + label {
  background-image: url(../images/icon/7-01.png);
}
.icon_list li.icon07 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/7-02.png);
}
.icon_list li.icon08 input[type="checkbox"] + label {
  background-image: url(../images/icon/8-01.png);
}
.icon_list li.icon08 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/8-02.png);
}
.icon_list li.icon09 input[type="checkbox"] + label {
  background-image: url(../images/icon/9-01.png);
}
.icon_list li.icon09 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/9-02.png);
}
.icon_list li.icon10 input[type="checkbox"] + label {
  background-image: url(../images/icon/10-01.png);
}
.icon_list li.icon10 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/10-02.png);
}
.icon_list li.icon11 input[type="checkbox"] + label {
  background-image: url(../images/icon/11-01.png);
}
.icon_list li.icon11 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/11-02.png);
}
.icon_list li.icon12 input[type="checkbox"] + label {
  background-image: url(../images/icon/12-01.png);
}
.icon_list li.icon12 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/12-02.png);
}
.icon_list li.icon13 input[type="checkbox"] + label {
  background-image: url(../images/icon/13-01.png);
}
.icon_list li.icon13 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/13-02.png);
}
.icon_list li.icon14 input[type="checkbox"] + label {
  background-image: url(../images/icon/14-01.png);
}
.icon_list li.icon14 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/14-02.png);
}
.icon_list li.icon15 input[type="checkbox"] + label {
  background-image: url(../images/icon/15-01.png);
}
.icon_list li.icon15 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/15-02.png);
}
.icon_list li.icon16 input[type="checkbox"] + label {
  background-image: url(../images/icon/16-01.png);
}
.icon_list li.icon16 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/16-02.png);
}
.icon_list li.icon17 input[type="checkbox"] + label {
  background-image: url(../images/icon/17-01.png);
}
.icon_list li.icon17 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/17-02.png);
}
.icon_list li.icon18 input[type="checkbox"] + label {
  background-image: url(../images/icon/18-01.png);
}
.icon_list li.icon18 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/18-02.png);
}
.icon_list li.icon19 input[type="checkbox"] + label {
  background-image: url(../images/icon/19-01.png);
}
.icon_list li.icon19 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/19-02.png);
}
.icon_list li.icon20 input[type="checkbox"] + label {
  background-image: url(../images/icon/20-01.png);
}
.icon_list li.icon20 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/20-02.png);
}
.icon_list li.icon21 input[type="checkbox"] + label {
  background-image: url(../images/icon/21-01.png);
}
.icon_list li.icon21 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/21-02.png);
}
.icon_list li.icon22 input[type="checkbox"] + label {
  background-image: url(../images/icon/22-01.png);
}
.icon_list li.icon22 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/22-02.png);
}
.icon_list li.icon23 input[type="checkbox"] + label {
  background-image: url(../images/icon/23-01.png);
}
.icon_list li.icon23 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/23-02.png);
}
.icon_list li.icon24 input[type="checkbox"] + label {
  background-image: url(../images/icon/24-01.png);
}
.icon_list li.icon24 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/24-02.png);
}
.icon_list li.icon25 input[type="checkbox"] + label {
  background-image: url(../images/icon/25-01.png);
}
.icon_list li.icon25 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/25-02.png);
}
.icon_list li.icon26 input[type="checkbox"] + label {
  background-image: url(../images/icon/26-01.png);
}
.icon_list li.icon26 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/26-02.png);
}
.icon_list li.icon27 input[type="checkbox"] + label {
  background-image: url(../images/icon/27-01.png);
}
.icon_list li.icon27 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/27-02.png);
}
.icon_list li.icon28 input[type="checkbox"] + label {
  background-image: url(../images/icon/28-01.png);
}
.icon_list li.icon28 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/28-02.png);
}
.icon_list li.icon29 input[type="checkbox"] + label {
  background-image: url(../images/icon/29-01.png);
}
.icon_list li.icon29 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/29-02.png);
}
.icon_list li.icon30 input[type="checkbox"] + label {
  background-image: url(../images/icon/30-01.png);
}
.icon_list li.icon30 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/30-02.png);
}
.icon_list li.icon31 input[type="checkbox"] + label {
  background-image: url(../images/icon/31-01.png);
}
.icon_list li.icon31 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/31-02.png);
}
.icon_list li.icon32 input[type="checkbox"] + label {
  background-image: url(../images/icon/32-01.png);
}
.icon_list li.icon32 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/32-02.png);
}
.icon_list li.icon33 input[type="checkbox"] + label {
  background-image: url(../images/icon/33-01.png);
}
.icon_list li.icon33 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/33-02.png);
}
.icon_list li.icon34 input[type="checkbox"] + label {
  background-image: url(../images/icon/34-01.png);
}
.icon_list li.icon34 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/34-02.png);
}
.icon_list li.icon35 input[type="checkbox"] + label {
  background-image: url(../images/icon/35-01.png);
}
.icon_list li.icon35 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/35-02.png);
}
.icon_list li.icon36 input[type="checkbox"] + label {
  background-image: url(../images/icon/36-01.png);
}
.icon_list li.icon36 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/36-02.png);
}
.icon_list li.icon38 input[type="checkbox"] + label {
  background-image: url(../images/icon/38-01.png);
}
.icon_list li.icon38 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/38-02.png);
}
.icon_list li.icon39 input[type="checkbox"] + label {
  background-image: url(../images/icon/39-01.png);
}
.icon_list li.icon39 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/39-02.png);
}
.icon_list li.icon40 input[type="checkbox"] + label {
  background-image: url(../images/icon/40-01.png);
}
.icon_list li.icon40 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/40-02.png);
}
.icon_list li.icon41 input[type="checkbox"] + label {
  background-image: url(../images/icon/41-01.png);
}
.icon_list li.icon41 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/41-02.png);
}
.icon_list li.icon42 input[type="checkbox"] + label {
  background-image: url(../images/icon/42-01.png);
}
.icon_list li.icon42 input[type="checkbox"]:checked + label {
  background-image: url(../images/icon/42-02.png);
}



.list a {
  color: inherit;
}


@media screen and (max-width:1500px) {
  .icon_list li {
    width: 16.666%;
  }
}

@media screen and (max-width:1024px) {
  .icon_list li {
    width: 25%;
  }
}

@media screen and (max-width:650px) {
.icon_list li {
  width: 25%;
  height: 120px;
}
.icon_list li input[type="checkbox"] + label {
  background-size: 70px;
  padding: 75px 0 0;
  font-size: 10px;
}
.search_form_wrap_02 {
  margin-bottom: 20px;
}
.search_form_wrap_02 .part dd p {
  font-size: 10px;
}
.search_form_wrap_02 .part dd p:not(:last-child) {
  margin-bottom: 15px;
}
}
/*
*lp_summer.html 20191126 追記
*/

.summer .relative a.link {
  display: block;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 250px;
  right: 100px;
  z-index: 100;
}
/*
*company.html 20191129 追記
2022/05/23 flexに変更
*/
/*
tr#access div.col-sm-6 {
  width: 49%;
  float: left;
  padding: 26px 0 0 15px;
}
*/
tr#access .row {
  display: flex;
  justify-content: space-between;
  padding: 26px 8px 0 8px;
}
tr#access div.col-sm-6 {
  width: 49%;
}
@media screen and (max-width: 650px) {
  tr#access .row {
    flex-wrap: wrap;
    padding: 26px 15px 0 15px;
  }
  tr#access div.col-sm-6 {
    width: 100%;
    padding-bottom: 10px;
  }
}


@media screen and (max-width: 650px) {
.head_txt {
  text-align: left;
  font-size: 14px;
}
}



/*
* レジュメ登録ページ修正 2020/05/21　
*/
.resume-top-wrap {
  max-width: 610px;
  width: 100%;
}
input.form-control.w-150 { width: 150px;}
input.form-control.w-200 { width: 200px;}
input.form-control.w-300 { width: 300px;}
input.form-control.w-400 { width: 400px;}

.resume-form {}
.resume-form select {width: auto;}
.resume-form .form-custom__item__th {
  background: #f3f3f3;
}

.resume-form input.deleteBtn {
  background: #fff;
  color: #000;
  box-shadow: 1px 1px 2px 0px #b5b5b5;
  border: 1px solid #7a7a7a;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  margin: 10px 0 0;
}

.resume-form input.addBtn:focus {background: #D77D42;}
.resume-form input.deleteBtn:hover,
.resume-form input.addBtn:hover {
	opacity: 0.8;
  transition: 0.3s;
}

@media screen and (max-width: 650px) {

	input.form-control.w-200 { width: 80%;}
	input.form-control.w-300 { width: 80%;}
	input.form-control.w-400 { width: 80%;}

	.resume-form .form-custom__item__th {
    border-bottom: 1px solid rgba(173, 173, 173, 0.55);
	}

	.sp-w100 {
		width: 100%;
		display: block;
	}
	.sp-mb10 {margin-bottom: 8px;}


}


.company-page .table { border-bottom: 1px solid #ddd;}

.com-bnr-wrap a {
	width: 65%;
	max-width: 330px;
  margin: 0 auto 10px;
	display: block;
}
.com-bnr-wrap p {
  line-height: 1.8em;
  font-size: 12px;
  text-align: center;
}




/*
* サイトからのお知らせ *
*/

/* お知らせ一覧ページ */
.news-list {
  width: 100%;
  margin-bottom: 40px;
}
.news-list tr th,
.news-list tr td {
  padding: 24px 0;
  border-bottom: 1px dotted #ccc;
}
.news-list tr th {
	font-weight: bold;
  font-size: 18px;
	line-height: 1.8em;
  min-width: 13%;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
.news-list tr td {
  padding-left: 25px !important;
}
.news-list tr td a {
	line-height: 1.8em;
  color: currentcolor;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .news-list tr th,
  .news-list tr td {
    padding: 11px 0;
  }
  .news-list tr th {
    font-size: 10px;
  }
  .news-list tr td a {
    font-size: 11px;
  }
}
/* お知らせ詳細ページ */
.news_detail .text {
	font-size: 14px;
	line-height: 1.8em;
}




/* 2022/08/31　東急キャンペーン */
/* 2023/09/25 campaign.cssへ移動 (.special_detail, .resort_list)*/



/* 220831 絵文字風アイコン */
img.emoji {
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
	margin-right: 3px;
}


*:not(dd) > .list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.slick_bnr {
  margin-bottom: 80px;
}

@media screen and (max-width: 650px) {
  .slick_bnr {
    margin-bottom: 30px;
  }
}



.interview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -60px 0 0 -60px;
}
.interview__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 355px;
  padding: 60px 0 0 60px;
}
.interview__name {
  margin-top: 20px;
  font-size: 26px;
}
.interview__text {
  margin: 10px 0 20px;
  font-weight: bold;
}
.interview__button {
  margin-top: auto;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .interview {
    margin: -10px 0 0 -20px;
  }
  .interview__item {
    padding: 20px 0 0 20px;
  }
  .interview__name {
    margin-top: 10px;
    font-size: 13px;
  }
  .interview__text {
    margin: 5px 0 10px;
    font-size: 10px;
  }
  .interview__button {
    font-size: 10px;
  }
}



.interview-detail {
  padding: 90px 0;
}
.interview-detail__head {
  display: flex;
  align-items: center;
}
.interview-detail__head-image {
  width: 300px;
}
.interview-detail__head-content {
  padding-left: 30px;
}
.interview-detail__head-name {
  color: #1f7fb2;
  font-size: 46px;
  white-space: nowrap;
}
.interview-detail__head-text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.interview-detail__body {
  padding-top: 60px;
}
.interview-detail__body h2 {
  padding: 10px;
  background: #1f7fb2;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.interview-detail__body p + h2 {
  margin-top: 60px;
}
.interview-detail__body p {
  padding-top: 30px;
  font-weight: bold;
  line-height: 1.7;
}
.interview-detail__body a {
  color: #2cbcea !important;
}
.interview-detail__body a:hover {
  opacity: .7;
}

@media screen and (max-width: 650px) {
  .interview-detail {
    padding: 60px 0;
  }
  .interview-detail__head-image {
    width: 200px;
  }
  .interview-detail__head-content {
    padding-left: 20px;
  }
  .interview-detail__head-name {
    font-size: 18px;
  }
  .interview-detail__head-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .interview-detail__body {
    padding-top: 30px;
  }
  .interview-detail__body h2 {
    font-size: 18px;
  }
  .interview-detail__body p + h2 {
    margin-top: 30px;
  }
  .interview-detail__body p {
    padding-top: 20px;
  }
}



/* *お気に入りボタン*
--------------------------------*/
.keep_btn_wrap {
    position: absolute;
    top: 46%;
    right: 20px;
    transform: translateY(-50%);
}
.keep_btn_wrap .btn {
    color: #888;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50px;
	pointer-events: auto;
    cursor: pointer;
	
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.keep_btn_wrap .btn i {
    font-size: 26px;
}
.keep_btn_wrap .btn span {
	font-size: 11px;
	line-height: 1.6em;
	padding-top: 5px;
	display: none;
}
.keep_btn_wrap .btn.on {
    color: #ff4646;
}

.keep_btn_wrap .btn.on .off {
    display: none;
}
/* 登録済みの場合 */
.keep_btn_wrap .btn .on {
    display: none;
}
.keep_btn_wrap .btn.on .on {
    /*display: block;*/
	display: none;
}

@media screen and (max-width:650px) {
	.keep_btn_wrap {
		right: 10px;
	}
	.keep_btn_wrap .btn {
		width: 50px;
		height: 50px;
	}
	.keep_btn_wrap .btn i {
		font-size: 6vw;
	}
	.keep_btn_wrap .btn span {
		font-size: 2vw;
		padding-top: 3px;
	}
}

.detail-slider + .keep_btn_wrap {
    position: absolute;
    top: inherit;
	bottom: 3%;
    right: 9%;
}

@media screen and (max-width:1499px) {
	.detail-slider + .keep_btn_wrap {
		right: 8px;
	}
}
@media screen and (max-width:650px) {
	.detail-slider + .keep_btn_wrap {
		right: 8px;
	}
}

#header .wrap .link02 .keeplist {}
#header .wrap .link02 .keeplist span {
    color: #fff;
    background: #ff4646;
    font-size: 13px;
    line-height: 1.0em;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media screen and (max-width:650px) {
	#header .wrap .link02 .keeplist {
		margin-left: 5px;
	}
	#header .wrap .link02 .keeplist a {
		background: url(../images/header/header-kento.png) no-repeat;
		background-position: center top 38%;
		background-size: 15px;
	}
	#header .wrap .link02 .keeplist span {
		top: 0;
		right: 0;
	}
	
}


.search_content li .inner-box .keep_btn_wrap {
    position: absolute;
    top: 57%;
    right: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width:650px) {
	.search_content li .inner-box .keep_btn_wrap {
		top: 50%;
    	right: 5px;
	}
}



.resume2_thk {}
.resume2_thk #main-wrapp {
    margin-top: 30px;
}
@media screen and (max-width:650px) {
	.resume2_thk #main-wrapp {
		margin-top: -140px;
	}
	
}

/*----------------------------------------------------*/
/*	20240514 search.html アコーディオン
/*----------------------------------------------------*/
.part.acd_wrap {
  position:relative;
}
.part.acd_wrap dt:after{
  content:"\f107";
  font-family:"FontAwesome";
  font-size:60px;
  display:block;
  position:absolute;
  right:30px;
  top:18px;
  cursor:pointer;
  transition:0.3s;
}
.part.acd_wrap dt.open:after{
  content:"\f106";
}
.part.acd_wrap dd {
  display:none;
}
@media screen and (max-width:650px) {
	.part.acd_wrap dt:after{
	  content:"\f107";
	  font-family:"FontAwesome";
	  font-size:24px;
	  display:block;
	  position:absolute;
	  right:0px;
	  top:8px;
	  cursor:pointer;
	  transition:0.3s;
	}

}


/*----------------------------------------------------*/
/*	20240723 search.html アコーディオン（オレンジに変更）
/*----------------------------------------------------*/
.search_acc {
    margin: 0 0;
    padding: 60px 0 100px;
    background: #fef6ee;
}
.search_acc .search_all { margin-bottom: 0; }

.search_acc .part.acd_wrap {
    background: #fff;
    border: 3px solid #d6d8d8;
    border-radius: 12px;
    margin-top: 20px;
    padding: 1em 1em;
}
.search_acc .part.acd_wrap dt {
    width: 100%;
    margin: 0 auto;
    color: #f5997f;
    text-align: left;
    background: #fff;
    font-weight: bold;
    padding: 0 0 0 1.5em;
    cursor: pointer;
    position: relative;
}
.search_acc .part.acd_wrap dt::before {
	content: "";
    display: inline-block;
	width: 32px;
    height: 32px;
	transform: translateY(-50%);
    position: absolute;
	top: 50%;
    left: 0;
}
.search_acc .part.acd_wrap:nth-of-type(1) dt::before{
    background: url(../images/icon_1.png) no-repeat;
    background-size: contain;
}
.search_acc .part.acd_wrap:nth-of-type(2) dt::before{
    background: url(../images/icon_2.png) no-repeat;
    background-size: contain;
}
.search_acc .part.acd_wrap:nth-of-type(3) dt::before{
    background: url(../images/icon_3.png) no-repeat;
    background-size: contain;
}

.search_acc .part.acd_wrap:nth-of-type(4) dt::before{
    background: url(../images/icon_4.png) no-repeat;
    background-size: contain;
}

.search_acc .part.acd_wrap:nth-of-type(5) dt::before{
    background: url(../images/icon_5.png) no-repeat;
    background-size: contain;
}
.search_acc .part.acd_wrap dt:after {
    top: 0px;
}

.search_acc .part.acd_wrap dd {
    padding: 1em 0.5em 0;
    border-top: 2px dotted #d6d8d8;
    margin-top: 1em;
}
.search_acc .part.acd_wrap dd p {
	color: #f5997f;
}

@media screen and (max-width:650px) {
	.search_acc {
		padding: 30px 0 50px;
	}
	.search_acc .content-middle-title {
		margin-top: 20px;
	}
	.search_acc .part.acd_wrap {
		border: 2px solid #d6d8d8;
	}
	.search_acc .part.acd_wrap dt::before {
		width: 16px;
		height: 16px;
	}
	
}



#detail .icon_list {
    padding-right: 50px;
    gap: 10px;
}
#detail .icon_list li {
    width: calc((100% - 60px) / 7);
}
@media screen and (max-width:1499px) {
	#detail .icon_list li {
		width: calc((100% - 40px) / 5);
	}
}
@media screen and (max-width:1199px) {
	#detail .icon_list { gap: 0 0; }
	#detail .icon_list li {
        width: 20%;
        padding: 0.5em 0.5em;
        height: 17vw;
    }
	#detail .icon_list li input[type="checkbox"] + label {
		font-size: 15px;
		background-size: contain;
		padding: 11vw 0 0;
	}
}
@media screen and (max-width:650px) {
	#detail .icon_list {
		padding: 0 0;
	}
	#detail .icon_list li {
		height: 30vw;
	}
	#detail .icon_list li input[type="checkbox"] + label {
		font-size: 3vw;
		white-space: break-spaces;
		padding: 16vw 0 0;
	}

}





