.l-key-visual .kv-concept02 {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .l-key-visual .l-content .inner {
    vertical-align: bottom;
  }
}

.l-key-visual .kv-point {
  /* margin-bottom: 90px; */
}

/* @media (min-width: 992px) {
  .l-key-visual .kv-point {
    padding-top: 240px;
  }
} */

@media (min-width: 768px) and (max-width: 992px) {
  .l-key-visual .kv-point {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -255px;
  }
}

.l-top-point3 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.l-key-visual .main-img .img05 {
  background-image: url(../img/top/kv-img05-sp.jpg);
}

.l-key-visual .main-img .img06 {
  background-image: url(../img/top/kv-img06-sp.jpg);
}

@media (min-width: 992px) {
  .l-key-visual .main-img .img05 {
    background-image: url(../img/top/kv-img05.jpg);
  }
  .l-key-visual .main-img .img06 {
    background-image: url(../img/top/kv-img06.jpg);
  }
}

/* 追加20190402 */
@media (max-width: 768px) {
  .l-key-visual .kv-wrap {
    /* height: 100vh; */
  }
  .l-top-blog.is-pc {
    display: none;
  }
  .l-top-blog .wrap-content {
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
  }

  .l-top-blog.is-sp {
    margin-top: 20px;
  }

  .l-top-blog .js-slider-blog li {
    /* width: 180px !important; */
    width: 100%;
    margin-right: 10px;
  }

  .l-top-blog .js-slider-blog img {
    /* width: 180px;
    height: 120px;
    object-fit: cover; */
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
}

.l-top-blog .js-slider-blog {
  width: 100%;
  margin-bottom:30px;
  /* margin-left: auto; */
  padding: 0;
}

.l-top-blog .h2-ttl {
  text-align: center;
}
.l-top-blog .txt {
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .l-top-blog.is-sp {
    display: none;
  }

  .l-top-blog {
      margin-top: 0;
      padding-top: 50px;
      padding-bottom: 60px;
  }

  .l-top-blog .wrap-content {
    /* -js-display: flex;
    display: flex;
    align-items:flex-start; */
  }

  .l-top-blog .js-slider-blog li {
    width: 225px !important;
    /* margin-right: 10px; */
    padding: 0 5px;
  }

  .l-top-blog .js-slider-blog img {
    width: 225px;
    height: 146px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .l-top-blog .wrap-content {
    display: block;
  }
  .l-top-blog .js-slider-blog {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .l-top-blog {
    overflow: hidden;
  }
  .l-top-blog .js-slider-blog {
    width: 1575px;
  }
}

.l-top-blog .js-slider-blog .entry-link,.l-top-blog .js-slider-blog .entry-link .text {
  text-decoration: none;
  color: #000;
}

.l-top-blog .js-slider-blog .text-box {
  padding-top: 8px;
  display: flex;
  flex-direction: column-reverse;
}

.l-top-blog .js-slider-blog .text-box .entry-date {
  color: #666;
  font-size: 12px;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 1em;
  vertical-align: middle;
}

.l-top-blog .js-slider-blog .text-box .entry-view {
  color: #666;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1em;
  border-left: 1px solid #bcbcbc;
}

.l-top-blog .js-slider-blog .text-box .entry-view em {
  width: 14px;
  height: 11px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_view.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-top-blog .js-slider-blog .text-box .category {
  margin-top: 10px;
  font-size: 10px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.l-top-blog .js-slider-blog .text-box .entry-title {
  font-size: 15px;
  padding: 5px 0;
  color: #000;
  line-height: 1.4;
  font-weight: bold;
}
.js-slider-blog .entry-link .text {
  line-height: 1.4;
  font-size:14px;
}

.l-top-blog .slick-prev.slick-arrow,
.l-top-blog .slick-next.slick-arrow {
	background-position: center top;
	background-repeat: no-repeat;
	width: 11px;
	height: 18px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.l-top-blog .slick-prev.slick-arrow:before,
.l-top-blog .slick-next.slick-arrow:before {
	display: none;
}

.l-top-blog .slick-prev.slick-arrow {
	background-image: url(../img/common/btn_slider_prev.gif);
	left: -17px;
}

.l-top-blog .slick-next.slick-arrow {
	background-image: url(../img/common/btn_slider_next.gif);
	right: -5px;
}

.l-top-blog .slick-next.slick-arrow, .l-top-blog .slick-prev.slick-arrow {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: center;
    width: 30px;
    height: 41px;
    top: 17%;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 1;
}

@media (max-width: 768px) {
  .l-top-blog {
    padding-bottom: 40px;
  }
  .l-top-blog .slick-next.slick-arrow, .l-top-blog .slick-prev.slick-arrow {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .plus {
    line-height: 18px;
    padding-top: 7px;
    height: 45px;
  }
}

/* 追加20190627 */
.l-footer .inner {
  position: relative;
}
@media screen and (max-width:767px) {
  .l-footer .inner {
    width: 100%;
    padding-bottom: 15px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
  }
  .l-footer .footer-table {
    display: inherit;
    width: inherit;
  }
  .l-footer .footer-table .footer-table-left {
    display: inherit;
    vertical-align: inherit;
    padding-right: inherit;
  }
  .l-footer .footer-table .footer-table-right {
    display: inherit;
    vertical-align: inherit;
    padding-right: inherit;
  }
  .l-footer .inner .right {
    padding-top: 0;
    width: 50px;
  }
}

#snsbox {
  padding:20px 0;
}
@media screen and (max-width:767px) {
  #snsbox {
    width: 100%;
  }
}
@media screen and (min-width:767px) {
  #snsbox {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#snsbox ul {
  -js-display: flex;
	display:flex;
	justify-content:space-around;
	width:200px;
	margin:auto;
}

/* TOPマップ用 */
.from-map {padding-bottom:50px;}
.from-map .inner>.right {padding-left: 0;}
.from-map table {width: 100%;font-size: 13px;border:1px solid #ccc;}
.from-map table a {color: #464646;text-decoration: none;transition: 0.3s ;}
.from-map table a:hover {color: #039;text-decoration: none;}
.from-map table th {white-space: nowrap;padding: 10px;text-align:left;vertical-align: top;background-color:#dcf1fa;font-weight: bold;}
.from-map table td {padding: 10px;padding-right:0px;}
.from-map table th,.from-map table td {border-top: #ccc 1px solid;}
.from-map table tr:first-child th,.from-map table tr:first-child td {border-top: none;}
.from-map table ul {
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 340px;
  margin-bottom:-15px;}
.from-map table ul li {padding-right:5px;margin-right:5px;border-right: 1px solid #ccc;margin-bottom: 15px;}
.from-map table ul li:last-child {border-right: none;}
.from-map .open_btn {display:none;}
@media screen and (max-width: 767px) {
  .from-map table ul {
    margin-bottom:-20px;
    width: 100%;
  }
  .from-map table ul li {margin-bottom: 20px;}
  .from-map .open_btn {display:block;font-size:25px;margin-bottom: 30px;cursor:pointer;padding: 10px;position: relative;border:#ccc 1px solid;background-color: #dcf1fa;}
  .from-map .open_btn::after {position: absolute;content: "+";right: 10px;top:20%;}
  .from-map .open_btn.active::after {position: absolute;content: "-";font-size:40px;top:4.5%;}
  .from-map .area-table {display:none;}
  .from-map table th,.from-map table td {display: block;}
}

.mapsvg .st0{fill:#898989;}
.mapsvg .st1{fill:#53AFB7;}
.mapsvg .st2{fill:#847BC2;}
.mapsvg .st3{fill:#FD80C6;}
.mapsvg .st4{fill:#658AC5;}
.mapsvg .st5{fill:#72CCF4;}
.mapsvg .st6{fill:#F6E131;}
.mapsvg .st7{fill:#E89E40;}
.mapsvg .st8{fill:#AACA3D;}
.mapsvg .st9{fill:#36996A;}
.mapsvg .st9{fill:#36996A;}
.mapsvg .st10{fill:#FFFFFF;}
.mapsvg .st11{fill:#2192CF;}

.mapsvg .txt{fill:#f00;}
.mapsvg a{transition: 0.2s;cursor:pointer}
.mapsvg a:hover {opacity:0.6;}
.mapsvg a:hover .st11 {fill:#ff32a6;}




/* 新規追加 全国のリゾートバイトをご紹介！ */
.live_in.area1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFE55D;
}
.live_in.area1 .live_in_flex {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .live_in.area1 .wrap-content {
    padding: 0 20px;
  }

  .live_in.area1 .live_in_flex {
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      gap: 30px;
  }
}

@media screen and (min-width: 767px) {
  .live_in.area1 .pct {
    /* margin-right: 20px; */
    flex-shrink: 0;
    max-width: 384px;
    padding: 0px 30px;
  }
  .live_in.area1 .pct img {
    /* margin-top: -40px; */
  }
}

.live_in.area1 .ttl-list {
  padding: 20px 10px;
  border: #222 4px solid;
  max-height: 290px;
  box-sizing: border-box;
  /* width: 100%; */
  max-width: 480px;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .live_in.area1 .ttl-list {
    max-height: 210px;
    padding: 5px 10px;
  }
}

.live_in.area1 .ttl-list ul {
  width: 100%;
  position: relative;
}

.live_in.area1 .ttl-list ul li {
  margin-bottom: 10px;
}

.live_in.area1 .ttl-list ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  color: #222;
  text-decoration: none;
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}

.live_in.area1 .ttl-list ul li a::before {
  position: absolute;
  content: "▶";
  left: 0px;
  color: #FF294F;
}

.live_in.area1 .ttl-list ul li a:hover {
  text-decoration: underline;
  color: #09f;
}

.live_in.area1 .ttl-list .bx-wrapper {
  margin-bottom: 0 !important;
  height: 100%;
  box-shadow: none;
  border: none;
}

.live_in.area1 .ttl-list .bx-viewport {
  height: 100% !important;
}

.live_in.area1 .bx-wrapper .bx-prev {
  left: -60px !important;
}
.live_in.area1 .bx-wrapper .bx-next {
  right: -60px !important;
}


.link-btn {
  
  display: block;
  /* background: rgb(255,111,42);
  background: linear-gradient(90deg, rgba(255,111,42,1) 0%, rgba(255,41,79,1) 100%); */
  background-color: #222;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-top: 25px;
  line-height: 70px;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  /* margin-top: 25px; */
  /* border-bottom:#991E2B 4px solid ; */
}

.link-btn span {
  position: relative;
  padding: 0 20px;
  border: #222 1px solid;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  line-height: 28px;
  /* max-width: 278px; */
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: -25px;
  margin-left: -138px;
  animation: poyopoyopop 3s ease-out infinite;
}
.link-btn span::after {
content: "";
position: absolute;
bottom: -7px;
left: 50%;
margin-left: -7px;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7.5px 0 7.5px;
border-color: #fff transparent transparent transparent;
}

.link-btn:hover {
  /* margin-top: 28px;
  border-bottom:#991E2B 1px solid ; */
  /* opacity: 0.7; */
}

.link-btn .yubi {
  position: absolute;
  right: -20px;
  top: 0px;
  animation: poyopoyo 3s ease-out infinite;
}
@keyframes poyopoyo {
  0%, 50%, 100% {
    transform:translate(0px,-30px);
  }
  25%, 75% {
    transform:translate(0px,0px) ;
  }
}
@keyframes poyopoyopop {
  0%, 100% {
    transform:translate(0px,10px) scale(0.8);
  }
  25%, 75% {
    transform:translate(0px,0px) scale(1.1);
  }
}

.link-btn.upper {
  margin-top: 50px;
}

.buttonbox .wrap-content {
  padding-top: 14px;
  padding-bottom: 18px;
}
.buttonbox.pink {
  /* background-color: #FFE2E7; */
  padding-top: 10px;
}
.kaiketsu .wrap-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
  gap: 19px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kaiketsu .wrap-content {
    padding: 40px 20px;
  }
}
.kaiketsu .wrap-content .box {
  max-width: 580px;
}
.kaiketsu .wrap-content .box .txt-1 {
  text-align: center;
}
.kaiketsu .wrap-content .box .txt-1 strong {
  font-size: 14px;
  display: inline-block;
  background-color: #FFE55D;
  padding: 5px 10px;
  font-weight: bold;
}
.kaiketsu .wrap-content .box .ttl2 {
  text-align: center;
  font-size: 6.5vw;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .kaiketsu .wrap-content .box .ttl2 {
    font-size: 28px;
  }
  .kaiketsu .wrap-content .box .ttl2 br {
    display: none;
  }
}
.kaiketsu .wrap-content .box .txt-2 {
  line-height: 1.8;
}

.howstyle .wrap-content {
  padding: 40px 0px;
}
.howstyle .wrap-content .linkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .howstyle .wrap-content {
    padding: 40px 20px;
  }
  .howstyle .wrap-content .linkbox li {
    width: calc(50% - 7px);
  }
}
.howstyle .ttl3 {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.copy-obi-block {
  background-color: #FFE55D;
  padding: 15px 10px;
  text-align: center;
}
.copy-obi-block .txt-1 strong {
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
.copy-obi-block .ttl2 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
.l-strength {
  background-color: #F2F2F2;
  padding-top: 0;
  margin-top: 40px;
}
.l-strength .wrap-content {
  padding-top: 40px;
  
}
@media screen and (max-width: 767px) {
  .l-strength .wrap-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .copy-obi-block .ttl2 {
    font-size: 5.5vw;
    line-height: 1.4;
  }
}
.ttl3-head {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.matchbox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-top: 40px;
  justify-content: center;
}
.matchbox li {
  width: 300px;
}
.matchbox li .cardbox {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  height: 100%;
  align-items: center;
}
.matchbox li .cardbox img {
  margin-top: 10px;
}
.baloon {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  width: 100%;
  padding:5px 0px;
  text-align: center;
  line-height: 1.4;
  border: #222 2px solid;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}
.baloon::before {
  content: "";width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -8px;
}
.baloon::after {
  content: "";width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
}
.baloon strong {
  font-weight: bold;
  color: #FF294F;
}
@media screen and (max-width: 767px) {
  .matchbox {
    gap: 14px;
  }
  .matchbox li {
    width: calc(50% - 7px);
  }
  .baloon {
    font-size: 3.5vw;
  }
  .baloon .br {
    display: block;
  }
}

.l-strength .textbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}
.l-strength .textbox .box-right {
  max-width: 480px;
}
.l-strength .textbox .box-right .txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
.kodawari-search {
padding: 40px 10px;
}
.kodawari-search .wrap-content {
  background-color: #FFE55D;
  padding: 40px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.kodawari-search .searchbox {
  margin: auto;
}
.kodawari-search .searchbox .l-search-list {
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kodawari-search .tac .btn-short {
  background-color: #222;
  color: #fff;
  max-width: 400px;
  width: 100%;
}

.is-home .ichiosi .wrap-content {
  padding: 40px 10px;
}
.is-home .ichiosi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:30px 0;
}

.is-home .ichiosi ul li {
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .kodawari-search .wrap-content,
  .is-home .ichiosi .wrap-content {
    padding: 40px 20px;
  }
  .is-home .ichiosi ul li {
    width: 49%;
  }
}
.is-home .ichiosi ul li .img {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.is-home .ichiosi ul li .img span {
  display: flex;
  position: absolute;
  width: 80px;
  height: 40px;
  align-items: self-end;
  justify-content: center;
  transform:rotate(-45deg); 
  top: -10px;
  left: -30px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #FF5268;
}
.is-home .ichiosi ul li h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.is-home .ichiosi ul li h3 a {
  color: #222;
  text-decoration: none;
}
.is-home .ichiosi ul li h3 a:hover {
  text-decoration: underline;
}
.is-home .ichiosi ul li .l-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  margin-top: auto;
}
.is-home .ichiosi ul li .l-detail .block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.is-home .ichiosi ul li .l-detail .block dt {
  font-weight: bold;
}
.is-home .ichiosi ul li .l-detail .block dt .label-terms {
  margin-right: 10px;
}
.is-home .ichiosi ul li .l-detail .block dd a {
  color: #222;
  text-decoration: none;
}
.is-home .ichiosi .label {
  text-align: center;
}
.is-home .ichiosi .label strong {
  font-size: 14px;
  font-weight: bold;
  background-color:#FFE55D;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 5px 20px;
}
.is-home .ichiosi .ttl2 {
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.is-home .ichiosi .bo-label-btn {
  margin-top: 60px;
}
.bo-label-btn {
text-align: center;
}
.bo-label-btn a {
  display: block;
  max-width: 350px;
  margin: auto;
  border: #222 solid 2px;
  padding: 15px;
  border-radius: 30px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  background-color: #fff;
}
.top-contact-box {
  background-color:#F2F2F2;
}
.top-contact-box .wrap-content {
  padding: 40px 0px;
}
.top-contact-box .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap:40px;
}
.top-contact-box .inner-wrap .left,
.top-contact-box .inner-wrap .right {
  width: 470px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-items: center;
}
.top-contact-box .inner-wrap .right {
  gap: 15px;
}
.top-contact-box .inner-wrap .left::after {
  content: "";
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .top-contact-box .inner-wrap .left::after {
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -45px;
  }  
}
.top-contact-box .inner-wrap h3 {
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.top-contact-box .inner-wrap .txt {
  line-height: 1.6;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .top-contact-box .inner-wrap .left,
.top-contact-box .inner-wrap .right {
  width: 100%;
}
.top-contact-box .inner-wrap .left::after {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: -20px;
} 
.top-contact-box .wrap-content {
  padding: 40px 20px;
}
}
.top-contact-box .bo-label-btn {
  width: 100%;
}
.top-contact-box .bo-label-btn a {
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.top-contact-box .btn-tel {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.page-link .wrap-content {
  padding: 40px 0;
}
.page-link .page-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}
.page-link .page-link-list li {
  width: 313px;
  box-sizing: border-box;
  margin: inherit;
}
@media screen and (max-width: 767px) {
  .page-link .wrap-content {
    padding: 40px 20px;
  }
  .page-link .page-link-list li {
    width: 100%;
  }
}
.page-link .page-link-list li a {
  color: #222;
  text-decoration: none;
}

.page-link .page-link-list li .l-box-topics {
  color: #000 !important;
  display: flex;
  align-items: center;
  border: #222 2px solid !important;
  border-radius: 5px;
  height: 100px;
}
.page-link .page-link-list li .l-box-topics dt {
  flex: auto;
  padding: 10px 20px;
  font-weight: bold;
}
.page-link .page-link-list li .l-box-topics dd {
  flex-shrink: 0;
  padding: 10px;
}
.dekirukoto .wrap-content {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
.dekirukoto .wrap-content {
    padding: 40px 20px;
  }
}
.dekirukoto ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 60px;
}
.dekirukoto ul li {
  width: calc(100% / 3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .dekirukoto ul li {
    border-right: #ccc 1px solid;
  }
}
.dekirukoto ul li:last-child {
  border-color: #fff;
}

.dekirukoto ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dekirukoto ul li div strong {
  font-size: 16px;
  font-weight: bold;
}
.dekirukoto ul li div p {
  font-size: 14px;
  line-height: 1.6;
}
.new-footer .wrap-content {
  padding: 40px 0px;
}
@media screen and (max-width: 767px) {
  .dekirukoto ul li {
    width: 100%;
    border-bottom: #ccc 1px solid;
    padding: 20px 0;
    flex-direction: row;
    align-items: flex-start;
  }

  .dekirukoto ul li img {
    width: 110px;
    height: auto;
  }
  .dekirukoto ul li div {
    align-items: flex-start;
    gap: 10px;
  }
}
.new-footer .l-copyright {
  display: block;
  font-size: 12px;
  color: #fff;
  background-color: #333333;
  text-align: center;
  padding: 10px;
  padding-bottom: 90px;
}
.new-footer .sns-btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .new-footer .wrap-content {
    padding: 40px 20px;
  }
  .new-footer .sns-btn {
    gap: 20px;
  }
}
.new-footer .page-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.new-footer .page-link a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .new-footer .page-link {
    gap: 0;
    border-top: #ccc 1px solid;
  }
  .new-footer .page-link li {
    width: 100%;
    border-bottom: #ccc 1px solid;
  }
  .new-footer .page-link li a {
    display: block;
    padding: 20px;
    padding-left: 30px;
    text-decoration: none;
    background: #fff url(../img/common/icn_arrow.png) no-repeat 5px center;
  }
}
.new-footer .outer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.new-footer .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.new-footer .inner-wrap .left {
  font-size: 12px;
  line-height: 1.6;
}
.new-footer .inner-wrap .right img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .new-footer .inner-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .new-footer .inner-wrap .right {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .li-beginner,.li-job,.li-blog {
    display: none !important;
  }
  .l-key-visual:after {
    height: 15px;
  }
  .l-header .l-info-navigation-wrap {
    top: 5px;
    right: 45px;
  }
  .is-home .l-header .l-hamburger {
    top: 3px;
  }
  .login-beginner,.login-job,.login-blog {
    display: none !important;
  }
  .l-info-navigation-wrap.upper {
    display: none !important;
  }
}

.oba-prof-style {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.oba-tuibi {
  position: fixed;
  bottom: 10px;
  left: calc(100% - 90px);
  z-index: 9999999;
}
@media screen and (max-width: 767px) {
  .oba-tuibi {
      position: -webkit-sticky;
      position: sticky;
      bottom: 60px;
      left: calc(100% - 10px);
    }
}
.oba-tuibi:hover {
animation: obatuibi 1s ease-out infinite;
}

@keyframes obatuibi {
  0% {
    transform: translate(0px, 0px) scaleY(1);
  }

  25% {
    transform: translate(0px, 20px) scaleY(.7);
  }

  50% {
    transform: translate(0px, -30px) scaleY(1);
  }

  75% {
    transform: translate(0px, 20px) scaleY(.7);
  }

  100% {
    transform: translate(0px, 0px) scaleY(1);
  }
}

.mv-oba-linkbox {
  position: relative;
  line-height: 0;
  width: 475px;
  height: 561px;
}

.mv-oba-linkbox .mv-front {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mv-oba-linkbox-link:hover {
  display: block;
  animation: obatu-fukidashi 2s ease-out infinite;
}

@media screen and (max-width: 767px) {
  .mv-oba-linkbox {
    width: 85%;
    height: 95vw;
    margin: auto;
  }
}

@keyframes obatu-fukidashi {
  0% {
    transform: translate(0px, 0px) scaleY(1);
  }

  25% {
    transform: translate(0px, 10px) scaleY(.9) scaleX(1.1);
  }

  50% {
    transform: translate(0px, 0px) scaleY(1);
  }

  75% {
    transform: translate(0px, 10px) scaleY(.9)scaleX(1.1);
  }

  100% {
    transform: translate(0px, 0px) scaleY(1);
  }
}

/* 20231215追加 */
.is-home .howstyle .linkbox a {
  display: block;
}