@charset "UTF-8";

html {

}
a {
	transition:all .2s;
}
a img:hover {
	opacity: 0.8;
	transition:all .2s;
}
img {
	width: 100%;
}
.sp_only {
	display: none;
}
#contents {
	width: 100%;
}
#contents .contents_inner{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
#contents iframe {
	padding-bottom: 20px;
}
.con01 .con01_inner img{
	width: 80%;
	margin: 1vw auto 5vw auto;
}
.con02 .con02_inner img{
	margin: 4vw auto;
}
.con03 .con03_inner img{
	margin-bottom: 3vw;
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeLeftTrigger{
    opacity: 0;
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease;
	opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(100%);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}
#works {
	width: 100%;
}
#works .works_inner{
	width: 1000px;
	margin: 0 auto;
}
.blink {
  color: #fff;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 20px;
  animation:updown 1.5s ease-in-out infinite alternate;
}
.blink i{
  font-size: 150%;
  position: relative;
  top: 2px;
}

.mapapi {
  width: 100%;
  margin-bottom: 50px;
}
.mapapi .mapapi_inner{
  width: min(100%, 1000px);
  margin: 0 auto;
}
.mapapi .mapapi_icon{
  width: min(100%, 900px);
  margin: 20px auto 0;
}

.mapapi .mapapi_icon img{
  display: block;
  margin: 0 auto;
}
.mapapi .mapapi_form {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  background: #2673a3;
  border-radius: 10px;
  /* 上下のpaddingを画面に応じて “ほどよく” 変える */
  padding: clamp(48px, 8vw, 96px) 0 clamp(32px, 6vw, 64px) 0;
  box-shadow: 0 8px 0 #145781;
  position: relative;
}
.mapapi .search_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);      /* ← translateY は使わない */
  top: calc(-1 * clamp(30px, 5vw, 60px)); /* 画面に応じて “ほどよく” 上へ重ねる */
  width: clamp(260px, 60%, 600px);  /* 画像幅も安定化 */
  margin: 0;                        /* 不要な auto は外す */
}
.mapapi .search_title img{
  width: 100%;
  height: auto;
  display: block;
}
.mapapi_form input,select{
  flex-grow: 1;
  width: 80%;
  display: block;
  border: 1px solid #ddd;
  padding: 10px 40px 10px 40px;
  border-radius: 40px;
  font-size: 150%;
  display: block;
  margin: 0 auto;
}
.mapapi_form .forminner {
  display: block;
  position: relative;
}
.mapapi_form button {
  position: absolute;
  top: 26%;
  left:11.5%;
  padding: 0;
  border: none;
  background: none;
  color: #333;
  font-size: 1rem;
  transition: 0.5s;
  color: #d95440;
}
.mapapi_form .delete {
  position: absolute;
  top: 26%;
  right:12.5%;
  padding: 0;
  border: none;
  background: none;
  color: #333;
  font-size: 1rem;
  transition: 0.5s;
  color: #666;
}
.mapapi_form input:focus {
    outline: 0;
    box-shadow: 0 0 5px #e1e1e1, 0 0 10px #e1e1e1, 0 0 15px #e1e1e1;
}
.dli-close-circle {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.dli-close-circle > span {
  width: 52%;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dli-close-circle > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#mapapiresult  {
  margin-top: 10px;
}
.mapitem {
  margin-bottom: 10px;
  border: 4px solid #2673a3;
  border-radius: 10px;
  padding: 20px 20px 40px 20px;
  width:80%;
  margin: 0 auto 20px auto;
  min-height: 140px;
  background: #fff;
  text-align: left;
}
.mapitem_title {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: #4885ab;
  margin: 20px 20px 20px 20px;
}
#mapapiresult h4 {
  color: #555;
  font-weight: normal;
  font-size: 90%;
}
/* 親Swiperにスペースをつける */
.swiper {
  position: relative;          /* 相対位置基準を明示 */
  padding-bottom: 40px;        /* ページネーションの高さ分だけ余白を確保 */
}
.swiper-wrapper {
  margin-bottom:30px;
}
/* ページネーション位置調整（絶対配置） */
.swiper-pagination {
  position: absolute;
  bottom:-10px !important; 
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  margin-top: 30px !important; 
  height:50px !important;  
}
.nothing {
  background: #eee;
  padding: 10px ;
  width: 100%;
  border-radius: 10px;
  text-align:center;
}
.search-history-list {
  margin: 10px 0;
  padding: 0 15px;
}
.search-history-list li{
  display:inline;
  list-style-type: none;
  color: #fff;
  padding: 0 5px;
  text-decoration: underline;
}
#mapapiresult .areadetail {
  background: #eeee;
  display: block;
  max-width: 30%;
  color: #333;
  padding: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}
#mapapiresult .distdetail {
  color: #d95440;
  font-weight: bold;
  font-size: 150%;
}
#mapapiresult .iconpin {
  color: #5da7ad;
  font-weight: bold;
}

#mapapiresult .areabtn{
  display:flex;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
}
#mapapiresult .areabtn span{
  color: #e35844;
  letter-spacing: .1rem;
  font-weight: bold;
}
#mapapiresult .areabtn span i{
  color: #fdb400;
}
#mapapiresult .areabtn a{
  display: block;
  letter-spacing: .1rem;
  margin: 10px auto 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  width: 48%;
  padding: 10px 0;
  text-align: center;
  background: #4d8bb2;
  border-radius: 40px;
  font-weight: bold;
  text-shadow: 0 1px 0 #333;
}
#mapapiresult .areabtn .jobpalbtn{
  background: #fc0;
}
#mapapiresult .areabtn .registbtn{
  background: #eee;
  color: #333;
  text-shadow: none;
}
#mapapiresult .areabtn .pochibtn{
  background: #e35844;
}
.regist_area .areabtn{
  display:flex;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
}
.regist_area .areabtn span{
  color: #e35844;
  letter-spacing: .1rem;
  font-weight: bold;
}
.regist_area .areabtn span i{
  color: #fdb400;
}
.regist_area .areabtn a{
  display: block;
  letter-spacing: .1rem;
  margin: 10px auto 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  width: 48%;
  padding: 10px 0;
  text-align: center;
  background: #4d8bb2;
  border-radius: 60px;
  font-weight: bold;
  text-shadow: 0 1px 0 #333;
}
.regist_area .w100 a{
  width: 70%;
  padding: 2rem 0;
  font-size:140%;
}
.regist_area .areabtn .jobpalbtn{
  background-image: linear-gradient(90deg, #ffcc00, #ff7700);
}
.regist_area .areabtn .registbtn{
  background: #eee;
  color: #333;
  text-shadow: none;
}
.regist_area .areabtn .pochibtn{
  background: #e35844;
}
.regist_area .ince_check{
  display:flex;
  align-items:end;
  justify-content:center;
  text-align:center;
  font-size:120%;

}
.regist_area .ince_check .marker{
  background:#ff0;
}
.regist_area .ince_check:before{
  content:"＼";
  color: #fa0;
  font-weight: bold;
}
.regist_area .ince_check:after{
  content:"／";
  color: #fa0;
  font-weight: bold;
}
.flow  {width: 100%;margin: 2rem auto 1rem auto;background: #f6f6f6;border-radius:10px;padding:1rem}
.flow .flow_con {background:#fff;border-radius:0 10px 10px 0;padding:1rem;}
.flow .flow_con.mt10 {margin-top:1rem;}
.flow .flow_con span.flow01{font-weight:bold;border:2px solid #ff9900;border-radius:20px;padding:.2rem .5rem;color: #ff9900;margin-bottom:.5rem;display:inline-block;margin-right:.5rem;}
.flow .flow_con span.flow02{font-weight:bold;}
.flow .flow_con a{color: #ff9900;}


.mapitem .mapiteminfo {
  display: flex;
  margin-top: 20px;
}
.mapitem .mapiteminfo .mapiteminfo_bn{
  width: 45%;
}
.mapitem .mapiteminfo .mapiteminfo_bn img{
  border: 1px solid #ccc;
}
.mapitem .mapiteminfo .mapiteminfo_text{
  margin-left: 20px;
  width: 60%;
}
.mapitem .mapiteminfo .mapiteminfo_text p{
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  font-size: 100%;
}
.mapitem .mapiteminfo .mapiteminfo_text p i{
  color: #5da7ad;
}
.mapitem .mapiteminfo .mapiteminfo_text .sample {
  font-size: 80%;
  margin-left: 10px;
}
.mapitem .ince{
  text-align: center;
  font-size: 80%;
  color: #2673a3;
  font-weight: bold;
  margin: 1rem 0 .5rem 0;
}
/* # =================================================================
   # FIXbtn
   # ================================================================= */

.fixedbtn_inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.fixedbtn_inner p{
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  padding: 2.5vw 0 0 0;
  color: #555;
  text-shadow: 0 1px 0 #fff;
}
.fixedbtn_inner .fixed_btn {
  width: 800px;
  display: flex;
  margin: 0 auto;
  padding: 20px 0 5px 0;
 -webkit-animation-name: updown;
          animation-name: updown;
  /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.is-open {
  visibility: visible;
  opacity: 1;
}



/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
body{
	font-family: "HiraKakuStd-W7","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.sp_only {
	display: block;
}
#contents .contents_inner{
	width: 100%;
}
.con02 .con02_inner img{
	margin: 0 auto 7vw auto;
	padding: 0;
}
#works .works_inner{
	width: 100%;
	margin: 0 auto;
}
html body .fixedbtn_inner .fixed_btn {
	width: 100%;
	margin: 0 auto;
}
#contents iframe {
	padding-bottom: 10px;
}
#works iframe{
	width: 100%;
}
.blink {
  font-size: 100%;
  margin-bottom: 0px;
  animation:updown 1.5s ease-in-out infinite alternate;
}
.blink i{
  font-size: 100%;
  position: relative;
  top: 2px;
}
.mapapi{
  margin-top: 30px;
}
.mapapi .mapapi_icon{
  width: 320px;
  margin-top: 30px;
}
.mapapi .mapapi_inner{
  width: 95%;
  margin: 15px auto 0 auto;
  padding: 0;
}
.mapapi  .mapapi_title {
  font-size: 110%;
  margin: 8px auto;
}
.mapapi  .mapapi_form {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 4vw 5vw;
}
.mapapi_form input,select{
  flex-grow: 1;
  width: 100%;
  display: block;
  padding: 1vw 9vw 1vw 7vw;
  border-radius: 20px;
  font-size: 100%;
  margin-top: 10px;
}
.mapapi_form button {
  position: absolute;
  top: 1vw;
  left:2vw;
  color: #333;
  font-size: 1rem;
  transition: 0.5s;
  color: #d95440;
}
.mapapi_form .delete {
  top: 1.3vw;
  right:2vw;
}
.mapitem {
  width:100%;
  padding: 10px;
}
.swiper-wrapper {
  margin-bottom:30px !important;
}
.search-history-list li{
  font-size: 80%;
}
#mapapiresult {
  margin: 0;
  padding: 0;
}
#mapapiresult .areadetail {
  max-width: 100%;
}
#mapapiresult .areabtn{
  display:block;
  margin-bottom: 2rem;
}
#mapapiresult .areabtn a{
  width: 90%;
}
#mapapiresult h4{
  line-height: 140%;
}
.mapitem .mapiteminfo {
  display:block;
  margin-top: 10px;
}
.mapitem .mapiteminfo .mapiteminfo_bn{
  width: 80%;
  margin: 0 auto;
}
.mapitem .mapiteminfo .mapiteminfo_bn a{
  width: 100%;
}
.mapitem .mapiteminfo .mapiteminfo_bn img{
  width: 100%;
}
.mapitem .mapiteminfo .mapiteminfo_text{
  margin-left: 0px;
  margin-top: 10px;
  width: 100%;
}
.mapitem .mapiteminfo .mapiteminfo_text p{
  padding: 5px 0;
  font-size: 90%;
  line-height: 90%;
}
.mapitem .mapiteminfo .mapiteminfo_text .sample {
  font-size: 70%;
  margin-left: 0px:
}
#mapapiresult .distdetail {
  font-size: 90%;
}
.regist_area .w100 a{
  width: 90%;
  padding: 1rem 0;
  font-size:120%;
}
.regist_area .ince_check{
  font-size:85%;
}
.mapitem_title {
  font-size: 110%;
}
.mapapi  .mapapi_form {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  background: #2673a3;
  border-radius: 10px;
  padding: 10vw 2vw 3vw 2vw;
  box-shadow: 0 8px 0 #145781;
  position:relative;
}

#footer .footer_inner{
	width: 90%;
}
#footer .footer_inner .ctabtn a {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	border-radius: 10px;
	font-size: 150%;
	width: 80%
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to bottom,  #b78b38 0%,#9b691f 100%); 
	text-align: center;
	padding: 20px 10px;
	text-decoration: none;
	text-shadow: 0 2px 10px #333;
	line-height: 100%;
	border: 2px solid #fff;
	box-shadow: 0 5px 5px #ccc;
}
#footerbar {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 200px;
}
.footerbar_inner {
	width: 100%;
	padding: 10px;
	font-size: 80%;
}
html body .fixedbtn_inner .fixed_btn {
  width: 95%;
}
html body .fixedbtn_inner p{
  font-size: 110%;
}
}
