@charset "UTF-8";
/*
Theme Name: hokkaigo
Version: 1.0

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
table,
tbody,
th,
td,
a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

.color-green {
  color: #64be00;
}

.color-orange {
  color: #ff7800;
}

.color-orange2 {
  color: #ff9600;
}

.color-yellow {
  color: #ffeb00;
}

.color-red {
  color: #e13232;
}

.color-main {
  color: #32a0be;
}

.color-text {
  color: #414141;
}

.color-grey {
  color: rgba(0, 0, 0, 0.4);
}

.bg-white {
  background-color: #fff;
}

.bg-lightgrey {
  background-color: #f4f6f8;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center;
  justify-content: center;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body;
 *---------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #414141;
}

body {
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
  line-height: 1.54;
  background-color: #eaecee;
  padding-top: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a[href^="tel:"] {
  color: #414141;
}

img {
  max-width: 100%;
  height: auto;
}

/* clear fix */
.cf {
  zoom: 1;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  content: "";
  clear: both;
}

/*-------------------------------
WordPressエディタのデフォルト設定
--------------------------------*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.l-inner {
  box-sizing: border-box;
}

.l-content {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-upperarea .l-inner {
  position: relative;
}

.header-logo {
  display: block;
  text-align: center;
  width: 170px;
  padding: 4px 0 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 40px;
}

.header-logo img {
  width: 124px;
  height: auto;
  margin: 0 0 10px;
}

.header-btnarea {
  display: flex;
}

.header-btnarea__item {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.09rem;
  text-align: center;
  margin-left: 6px;
  display: block;
  width: 140px;
  padding: 10px 8px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  text-shadow: 0.5px 0.9px 0 rgba(4, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  color: #fff;
  transition: background-color 0.2s;
}

.header-btnarea__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-btnarea__item.favorite {
  background-color: #ff8296;
  border-color: #dc6478;
}

.header-btnarea__item.favorite:before {
  background-image: url(images/common/icon-heart.png);
}

.header-btnarea__item.recent {
  background-color: #82cd1e;
  border-color: #50a014;
}

.header-btnarea__item.recent:before {
  background-image: url(images/common/icon-menu.png);
}

.header-sub {
  background-color: #fff;
  height: 44px;
  box-sizing: border-box;
  padding: 2px 0;
}

.header-sub .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-text {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
}

.header-subnav {
  display: flex;
  align-items: center;
}

.header-subnav__list {
  display: flex;
}

.header-subnav__list__item {
  margin-right: 18px;
  position: relative;
}

.header-subnav__list__item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #4bb9cd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.header-subnav__list__item a {
  font-size: 1.2rem;
  padding-left: 12px;
  color: #414141;
}

.header-subnav .header-btn.header-suport {
  margin-left: 30px;
}
.header-subnav .header-btn.header-line {
  margin-left: 10px;
}
.header-subnav .header-btn a {
  width: 130px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #fff;
  border-radius: 3px;
}
.header-subnav .header-btn a.header-suport__link {
  background-color: #ff9600;
}
.header-subnav .header-btn a.header-line__link {
  background-color: #00a73d;
}

.header-tel {
  display: block;
}

.header-tel__number {
  display: block;
  color: #414141;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.16rem;
  line-height: 1;
  position: relative;
  padding-left: 44px;
}

.header-tel__number:before {
  content: "";
  display: block;
  width: 36px;
  height: 24px;
  margin-right: 8px;
  background-image: url(images/common/icon-freedial.svg);
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header-tel__number .big {
  font-size: 2.4rem;
  letter-spacing: 0.14rem;
}

.header-tel__text {
  font-size: 1rem;
  color: #787878;
  margin: 2px 0 0 44px;
}

.header-tel__text span {
  display: block;
  line-height: 1.4;
}

.header-main {
  background-color: #4bb9cd;
  border-bottom: 2px solid #32a0be;
}

.gnav__list {
  display: flex;
  align-items: center;
  height: 80px;
}

.gnav__item {
  text-align: center;
  font-size: 1.5rem;
  margin-left: 10px;
  line-height: 1.47;
}

.gnav__item:first-of-type {
  margin-left: 0;
}

.gnav__item a {
  display: block;
  color: #fff;
  line-height: 1.47;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
}

.header-menubtn {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  width: 45px;
  height: 45px;
  box-shadow: 2px 3.5px 4px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99999;
  margin: auto 0;
  right: 10px;
}

.header-menubtn:before,
.header-menubtn:after {
  content: "";
  transition: transform 0.2s;
}

.header-menubtn:before {
  transform: translateY(-7px);
}

.header-menubtn:after {
  transform: translateY(7px);
}

.header-menubtn span {
  transition: opacity 0.2s;
}

.header-menubtn span,
.header-menubtn:before,
.header-menubtn:after {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #4bb9cd;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header-menubtn.is-active {
  background-color: #4bb9cd;
}

.header-menubtn.is-active span {
  opacity: 0;
}

.header-menubtn.is-active:before,
.header-menubtn.is-active:after {
  background-color: #fff;
}

.header-menubtn.is-active:before {
  transform: rotate(45deg);
}

.header-menubtn.is-active:after {
  transform: rotate(-45deg);
}

.header-sp {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background-color: #4bb9cd;
}

.gnav-head-sp {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 64px 10px 10px;
}

.gnav-head-sp__logo {
  display: flex;
  height: 50px;
}

.gnav-head-sp__logo img {
  width: 69px;
  flex: 0 0 auto;
}

.gnav-head-sp__links {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gnav-head-sp__btn {
  width: 100px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
  border-radius: 4px;
}
.gnav-head-sp__btn.header-suport__link {
  background-color: #ff9600;
}
.gnav-head-sp__btn.header-line__link {
  background-color: #00a73d;
}

.gnav-sp {
  padding: 10px 0 0;
}

.gnav-sp__main {
  position: relative;
}

.gnav-sp__main:first-child {
  flex: 1;
  margin-right: 5px;
}

.gnav-sp__main__item {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}

.gnav-sp__main__item:nth-of-type(2) {
  margin-top: 5px;
}

.gnav-sp__main__item:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4bb9cd;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.gnav-sp__main__item:after {
  content: "";
  width: 0;
  height: 0;
  border: 3.5px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 4px;
  bottom: 8px;
}

.gnav-sp__main__item a {
  display: flex;
  align-items: center;
  color: #32a0be;
  font-size: 1.4rem;
  padding: 8px 9px;
}

.gnav-sp__main__item a:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
}

.gnav-sp__main__item a .small {
  display: block;
  font-size: 1.2rem;
}

.gnav-sp__main__item.big {
  width: 125px;
  text-align: center;
}

.gnav-sp__main__item.big a {
  display: block;
}

.gnav-sp__main__item.big a:before {
  height: 50px;
  margin: 0 auto;
  margin-bottom: 2px;
}

.gnav-sp__main__item.search a:before {
  background-image: url(images/common/icon-search2-bl.svg);
}

.gnav-sp__main__item.register a:before {
  background-image: url(images/common/icon-note-bl.svg);
}

.gnav-sp__main__item.kentou a:before {
  background-image: url(images/common/icon-man-bl.svg);
}

.gnav-sp__main__wrapper {
  display: flex;
}

.gnav-sp__sub {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.gnav-sp__sub > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.gnav-sp__sub > li:nth-of-type(2n) {
  border-right: none;
}

.gnav-sp__sub > li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 0;
}

.gnav-sp__sub > li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3.5px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
}

.spheader-btn img {
  max-width: 355px;
}

.sp-freedial {
  margin: 5px 0 10px;
}

.header-sp-close {
  background-color: #32a0be;
  height: 41px;
  position: relative;
}

.header-sp-close:before,
.header-sp-close:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header-sp-close:before {
  border: 13px solid transparent;
  border-bottom: 13px solid #fff;
}

.header-sp-close:after {
  border: 10px solid transparent;
  border-bottom: 10px solid #32a0be;
  top: 8px;
}

.l-footer {
  margin-top: 120px;
}

.footer-btnlist {
  display: flex;
  justify-content: space-between;
}

.footer-btnlist__item {
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  width: 32.4%;
  position: relative;
}

.footer-btnlist__item:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4bb9cd;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.footer-btnlist__item:after {
  content: "";
  width: 0;
  height: 0;
  border: 3.5px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 4px;
  bottom: 8px;
}

.footer-btnlist__item a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 0 20px;
  color: #32a0be;
  font-size: 1.4rem;
  line-height: 1;
}

.footer-btnlist__item a .small {
  display: block;
  font-size: 1.2rem;
  margin-top: 2px;
}

.footer-btnlist__item a:before {
  content: "";
  display: block;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.footer-btnlist__item.search a:before {
  background-image: url(images/common/icon-search2-bl.svg);
}

.footer-btnlist__item.register a:before {
  background-image: url(images/common/icon-note-bl.svg);
}

.footer-btnlist__item.syokai a {
  padding-bottom: 10px;
}

.footer-btnlist__item.syokai a:before {
  background-image: url(images/common/icon-man-bl.svg);
  margin-bottom: 6px;
}

.footer-sp {
  background-color: #4bb9cd;
  border-top: 2px solid #32a0be;
  padding: 20px 0;
}

.footer-sp .switch-region {
  width: 100%;
}

.footer-btn {
  width: 180px;
  height: 48px;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
  background-color: #32a0be;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -52px;
}

.footer-btn:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

.footer-btn.is-active .footer-btn__text:after {
  transform: rotate(0);
}

.footer-btn__text:before,
.footer-btn__text:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #32a0be;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.footer-btn__text:after {
  transition: transform 0.3s;
  transform: rotate(90deg);
}

#pageTop {
  cursor: pointer;
  width: 120px;
  height: 60px;
  border-radius: 100px 100px 0 0;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  color: #4bb9cd;
  font-size: 1.5rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -64px;
}

#pageTop:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #4bb9cd;
  border-right: 2px solid #4bb9cd;
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  margin: auto;
  transform: rotate(-45deg);
}

.footer-search {
  background-color: #4bb9cd;
  border-top: 4px solid #32a0be;
  color: #fff;
}

.footer-search .l-inner {
  position: relative;
}

.footer-search__content {
  padding: 48px 0 50px;
}

.footer-search__content .switch-region {
  position: absolute;
  top: 36px;
  right: 0;
}

.footer-search__wrapper {
  margin-top: 40px;
}

.footer-search__title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
  margin-bottom: 14px;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 100px;
}

.footer-navarea {
  background-color: #32a0be;
  padding: 12px 0;
}

.footer-main {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.footer-main__item {
  padding: 7px 0;
}

.footer-main__item a {
  color: #fff;
  position: relative;
  font-size: 1.4rem;
}

.footer-bottom {
  padding: 33px 0 20px;
}

.footer-nav {
  display: flex;
}

.footer-nav__item a {
  color: #414141;
}

.footer-nav__item:before {
  content: "|";
  margin: 0 1em;
}

.footer-nav__item:first-child:before {
  content: none;
}

.footer-copyright {
  text-align: right;
}

.footer-copyright small {
  display: block;
  font-size: 1.1rem;
  color: #787878;
}

.footer-sticky {
  box-shadow: 2px 3.5px 4px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 999;
  bottom: 40px;
  left: 10px;
  width: 70px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #32a0be;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.footer-sticky:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(images/common/icon-search2.svg);
  margin: 0 auto;
}

.box-side {
  border-radius: 6px;
  background-color: #fff;
  border: 2px solid #fff;
  padding-bottom: 18px;
}

.box-side__head {
  background-color: #82cd1e;
  color: #fff;
  position: relative;
  border-bottom: 2px solid #6eb414;
  border-radius: 4px 4px 0 0;
  padding: 13px 17px;
}

.box-side__head .tag--balloon {
  position: absolute;
  top: -4px;
  right: 10px;
}

.box-side__title {
  font-size: 1.8rem;
  font-weight: 500;
}

.box-side__content {
  padding: 0 2px;
}

.list-side {
  border: 2px solid #82cd1e;
  border-radius: 4px;
  margin-top: 20px;
}

.list-side__head {
  font-size: 2.2rem;
  font-weight: bold;
  color: #64be00;
  letter-spacing: 0.13rem;
  text-align: center;
  padding: 12px 0;
  border-bottom: 4px solid #82cd1e;
}

.list-side__item {
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #dfe1e3;
}

.list-side__item .tag {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 3px 10px;
  margin-top: 6px;
}

.list-side__main {
  display: flex;
}

.list-side__thumb {
  display: block;
  width: 80px;
  height: 90px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.list-side__textarea {
  flex: 1;
  margin-left: 10px;
}

.list-side__meta {
  color: #82cd1e;
  font-size: 1.2rem;
  font-weight: 500;
}

.list-side__meta:before {
  content: "―";
  margin-right: 2px;
}

.list-side__title {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  font-weight: 500;
  line-height: 1.43;
}

.list-side__title a {
  color: #414141;
}

.list-side__title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.widget {
  margin-top: 40px;
}

.widget__head {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 26px;
}

.widget__head:before,
.widget__head:after {
  content: "";
  display: block;
  width: 18px;
  height: 6px;
  background-image: linear-gradient(to right, #4bb9cd 0px, #4bb9cd 6px, transparent 6px, transparent 12px, #4bb9cd 12px, #4bb9cd 18px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.widget__head:before {
  transform: translateY(-6px);
}

.widget__head:after {
  transform: translateY(6px);
}

.widget__title {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  color: #4bb9cd;
}

.widget__title__ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 8px;
}

.widget__content .side-bnr {
  display: block;
  margin-top: 10px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 3px;
}

.widget__content .side-bnr img {
  width: 100%;
}

.bnr-cv {
  display: block;
  margin: 40px 0;
  position: relative;
}

.bnr-cv--support {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
}

.bnr-cv__bottom {
  padding: 13px 32px 12px;
}

.bnr-cv__btn {
  position: absolute;
  top: 176px;
  right: -4px;
}

.bnr-slider__item a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  border: 4px solid #fff;
  text-align: center;
  color: #414141;
  padding-bottom: 44px;
}

.bnr-slider__item img {
  width: 100%;
}

.bnr-slider__thumb {
  border-radius: 6px;
  overflow: hidden;
}

.bnr-slider__title {
  font-size: 2rem;
  font-weight: 500;
  color: #ff6478;
  letter-spacing: 0.08rem;
  margin-top: 8px;
}

.bnr-slider .slick-slide {
  margin: 0;
}

.bnr {
  display: block;
  border-radius: 6px;
  border: 4px solid #fff;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.bnr__text {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

.bnr__text .small {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.bnr__text .strong {
  display: block;
  color: #e13232;
  font-size: 2.8rem;
  margin-top: 4px;
}

.bnr__note {
  color: #969696;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 10px;
  width: 110%;
  transform: translateX(-5%) scale(0.9);
}

.bnr--no1 {
  background-image: url(images/common/bnrimg-no1.jpg);
  background-position: top center;
  padding-top: 265px;
  padding-bottom: 10px;
}

.align-center .bnr-cv {
  margin-left: auto;
  margin-right: auto;
}

.region-kanto .bnr--no1 {
  background-image: url(images/common/bnrimg-no1-kanto.jpg);
}

.region-kanto .bnr--no1 * {
  opacity: 0;
}

.box-border {
  border-width: 2px;
  border-style: solid;
  color: #4bb9cd;
  border-radius: 4px;
  background-color: #fff;
}

.box-border--p20 {
  padding: 16px 20px 20px;
}

.box-border__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 6px 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.box-border__title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.11rem;
}

.box-border__title2:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 26px solid #82cd1e;
  transform: translateY(8px);
  margin-right: 13px;
}

.box-border__scrollarea {
  padding: 10px 20px;
  height: 128px;
  overflow-y: auto;
  border-bottom: 1px solid #dfe1e3;
}

.box-border__content {
  padding: 10px 30px;
  color: #414141;
}

.box-border__text {
  padding: 10px 18px 12px;
  letter-spacing: 0.01rem;
  color: #414141;
  font-size: 1.3rem;
}

.box-border__text .strong {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.box-border__bottom {
  background-color: #e2eef2;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 0 0 4px 4px;
  font-size: 1.5rem;
  padding: 15px 0;
}

.box-border__author {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 18px;
}

.box-border__list .box-border {
  margin-top: 20px;
}

.box-border__list .box-border:first-of-type {
  margin-top: 0;
}

.box-border--pink {
  color: #ff8296;
}

.box-border--big .box-border__title {
  font-size: 2rem;
  text-align: left;
  padding: 11px 28px;
}

.box-border--big .box-border__content {
  font-size: 1.5rem;
  line-height: 1.8;
}

.box-border--medium .box-border__title {
  font-size: 1.8rem;
  text-align: left;
  padding: 10px 28px;
}

.box-border--medium .box-border__content {
  font-size: 1.4rem;
  padding: 10px 30px 18px;
}

.box-border--medium .box-border__text {
  padding: 0;
  line-height: 1.7;
  font-size: 1.4rem;
}

.box-border .btns-area {
  margin: 16px 0 0;
}

.box-general {
  border-radius: 6px;
  background-color: #fff;
  border: 2px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.box-general__head {
  background-color: #4bb9cd;
  border-bottom: 2px solid #32a0be;
  padding: 14px 14px 14px 53px;
  position: relative;
}

.box-general__title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.07rem;
  line-height: 1;
}

.box-general__title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}

.box-general__title .strong {
  font-weight: 500;
  font-size: 1.8rem;
}

.box-general__title.area:before {
  background-image: url(images/common/icon-pin.svg);
  height: 42px;
}

.box-general__title.keitai:before {
  background-image: url(images/common/icon-building.svg);
  height: 42px;
}

.box-general__title.kodawari:before {
  background-image: url(images/common/icon-check.svg);
  height: 42px;
}

.box-general__content--padding {
  padding: 34px 55px;
}

.box-general__content--padding2 {
  padding: 1px 20px 20px;
}

.box-general__content--fixedheight {
  height: calc(100vh - 370px);
  overflow: auto;
}

.box-general__content--bg {
  background-color: #eaecee;
}

.box-general__bottom {
  background-color: #feede6;
  padding: 20px 0;
  margin: 0 2px;
  border-radius: 6px;
}

.box-general .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-general .btn-switch-area {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto 0;
}

.box-general.facility .box-general__title:before {
  background-image: url(images/common/icon-building.svg);
}

.box-general.kodawari .box-general__title:before {
  width: 24px;
  height: 24px;
  background-image: url(images/common/icon-check.svg);
}

.box-general.keyword .box-general__title:before {
  background-image: url(images/common/icon-keyboard.svg);
}

.box-general.keyword .box-general__content {
  padding: 6px;
}

.box-hr {
  display: flex;
  background-color: #ffeef2;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
}

.box-hr__title {
  background-color: #ff8296;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.11rem;
  padding: 11px 16px;
}

.box-hr__content {
  padding: 15px 18px;
  flex: 1;
}

.box-hr.review .box-hr__title {
  display: flex;
  align-items: center;
}

.box-hr.review .box-hr__title:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-image: url(images/common/icon-balloon.svg);
  background-size: contain;
}

.box-qa {
  background-color: #fff;
  border: 2px solid #4bb9cd;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
}

.box-qa__head {
  color: #4bb9cd;
  border-bottom: 2px solid #4bb9cd;
  padding: 10px 10px 10px 20px;
}

.box-qa__q {
  font-size: 1.6rem;
  font-weight: 500;
}

.box-qa__q:before {
  content: "Q.";
  font-size: 1.8rem;
  margin-right: 6px;
}

.box-qa__content {
  padding: 13px 20px 13px 50px;
  position: relative;
}

.box-qa__a:before {
  content: "A.";
  font-size: 1.8rem;
  margin-right: 6px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 20px;
}

.box-toggle {
  overflow: hidden;
  border-radius: 6px;
  margin-top: 1px;
}

.box-toggle__head {
  background-color: #4bb9cd;
  border-radius: 6px 6px 0 0;
  border: 1px solid #dfe1e3;
  border-bottom: none;
  color: #fff;
  padding: 17px 30px;
  position: relative;
  cursor: pointer;
}

.box-toggle__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
}

.box-toggle__btn {
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}

.box-toggle__btn:before,
.box-toggle__btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #4bb9cd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.box-toggle__btn:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}

.box-toggle__content {
  display: none;
  border: 1px solid #dfe1e3;
  border-radius: 0 0 6px 6px;
  padding: 20px 30px 20px;
  margin-bottom: 29px;
}

.box-toggle.is-active .box-toggle__btn:after {
  transform: rotate(0);
}

.box-toggle__list {
  margin-top: 16px;
  margin-bottom: 40px;
}

.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 60px;
}

.breadcrumbs a {
  color: #4bb9cd;
}

.breadcrumbs .l-inner > span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6.4px;
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
  transform: translateY(-2px) rotate(56deg) skewY(-20deg);
  margin-right: 5px;
}

.breadcrumbs .l-inner > span:first-child:before {
  content: none;
}

.breadcrumbs--02 {
  margin: 60px 0 50px;
}

.btn-switch-area {
  width: 180px;
  height: 58px;
}

.btn-switch-area a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #4bb9cd;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  transition: opacity 0.2s;
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 0 0.1em;
}

.btn-switch-area__arrow {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #4bb9cd;
  position: relative;
  flex: 0 0 auto;
  transform: translate(0, 0.2em);
  margin: 0 0 0 0.35em;
}

.btn-switch-area__arrow:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 0.27em solid transparent;
  border-left: 0.4em solid #fff;
  top: 0;
  bottom: 0;
  left: 0.446em;
  margin: auto;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-shadow: 0.5px 0.9px 0 rgba(4, 0, 0, 0.2);
  border-radius: 6px;
  position: relative;
  transition: opacity 0.2s;
}

.btn input[type=submit] {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #fff;
  text-shadow: 0.5px 0.9px 0 rgba(4, 0, 0, 0.2);
  font-size: 2.2rem;
}

.btn .tag-muryo {
  display: block;
  width: 68px;
  box-sizing: border-box;
  padding-left: 3px;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  font-size: 2.2rem;
  color: #ff9600;
  letter-spacing: 0.48rem;
  text-shadow: 0.5px 0.9px 0 rgba(4, 0, 0, 0.2);
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.btn.disabled {
  pointer-events: none;
  background-color: #ccc;
  border-color: transparent;
}

.btn.disabled .tag-muryo {
  color: #ccc;
  text-shadow: none;
}

.btn--orange {
  background-color: #ff9600;
  border-right: 1px solid #d26e00;
  border-bottom: 1px solid #d26e00;
}

.btn--orange .btn__arrow {
  border-color: #fff;
}

.btn--orange .btn__arrow:after {
  border-left-color: #fff;
}

.btn--blue {
  background-color: #4bb9cd;
}

.btn--blue .btn__arrow {
  border-color: #fff;
}

.btn--blue .btn__arrow:after {
  border-left-color: #fff;
}

.btn--border {
  color: #ff9600;
  text-shadow: none;
  border: 2px solid #ff9600;
  font-size: 1.8rem;
  font-weight: 400;
}

.btn--s {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.btn--s .small {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-bottom: 2px;
}

.btn--m {
  flex-wrap: wrap;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.14rem;
  line-height: 1;
}

.btn--m .small {
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.btn--l {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.17rem;
  line-height: 1;
}

.btn--l .small {
  font-size: 2rem;
  margin-right: 8px;
}

.btn--cv {
  display: block;
  background-image: url(images/common/btnbg-cvsmall.png);
  width: calc(100% - 12px);
  height: 68px;
  margin: 6px;
  text-align: center;
  padding: 10px 32px 10px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--cv .small {
  display: block;
  font-size: 1.4rem;
}

.btn--cv .strong {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  display: block;
}

.btn--cv:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  box-shadow: 1.3px 1.5px 1px 0 rgba(7, 0, 2, 0.2);
}

.btn--cv:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 10px solid #ff5000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}

.btn--cvwide {
  background-image: url(images/common/btnbg-cv-extrawide.png);
  width: 746px;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
}

.btn--cvwide .small {
  font-size: 1.8rem;
}

.btn--cvwide .strong {
  font-size: 3rem;
}

.btn--cvbig {
  background-image: url(images/common/btnbg-cv.png);
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 15px 0;
  margin-bottom: 20px;
}

.btn--cvbig .small {
  font-size: 1.8rem;
}

.btn--cvbig .strong {
  font-size: 3rem;
}

.btn--search:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/common/icon-search.png);
  margin-right: 7px;
}

.btn--search2 {
  background-color: #4bb9cd;
  height: 70px;
}

.btn--search2:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/common/icon-search.png);
  margin-right: 18px;
}

.btn--search2 .strong {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 4px;
}

.btn--favorite {
  border: 2px solid #ff8296;
  color: #ff8296;
  text-shadow: none;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  height: 80px;
  transition: background-color 0.2s;
}

.btn--favorite:before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  margin-right: 8px;
  background-image: url(images/common/icon-heart.svg);
}

.btn--favorite:hover {
  background-color: rgba(255, 130, 150, 0.1);
}

.btn--favorite.is-active {
  background-color: rgba(255, 130, 150, 0.1);
  cursor: auto;
  opacity: 1 !important;
}

.btn__tag {
  color: #ff5f00;
  text-shadow: none;
  width: 66px;
  height: 66px;
  border-radius: 6px 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
}

.btn__tag:before,
.btn__tag:after {
  content: "";
  display: block;
  border: 46px solid transparent;
  border-right: 46px solid #ffe600;
  transform: rotate(45deg);
  position: absolute;
  top: -46px;
  left: -46px;
}

.btn__tag:before {
  border: 47px solid transparent;
  border-right: 47px solid rgba(4, 0, 0, 0.1);
}

.btn__tag .text {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 4px;
  font-weight: bold;
  letter-spacing: 0.15rem;
}

.btn__arrow {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ff9600;
  right: 14px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.btn__arrow:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #ff9600;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
}

.btn__arrow--center {
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
}

.btn--sticky {
  width: 240px;
  height: auto;
  background-color: #ff9600;
  border-radius: 6px 0 0 6px;
  margin-right: -14px;
  position: relative;
  border-right: 1px solid #d26e00;
  border-bottom: 1px solid #d26e00;
  text-align: center;
  padding: 18px 10px;
}

.btn--sticky:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-left: 4px solid #d26e00;
  position: absolute;
  top: -2px;
  right: -3px;
  z-index: -1;
}

.btn--sticky .btn__text {
  line-height: 1;
}

.btn--sticky .btn__text .strong {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.btn--sticky .btn__arrow {
  border-color: #fff;
}

.btn--sticky .btn__arrow:after {
  border-left-color: #fff;
}

.btn__row {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.btn__row .btn {
  width: 360px;
  margin-left: 0;
  margin-right: 0;
}

.btns-area {
  display: flex;
}

.btns-area__col {
  display: flex;
  flex-wrap: wrap;
}

.btns-area__col:nth-child(1) {
  width: 25%;
}

.btns-area__col:nth-child(2) {
  width: 75%;
}

.btns-area__col02 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.btns-area a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  width: 179px;
  min-height: 69px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-color: #4bb9cd;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 1px;
}
.btns-area a small {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 0 0.25em;
}
.btns-area a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 1px;
  bottom: 1px;
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.card {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 4px 10px 10px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid #cdcfd1;
}

.card--padding {
  padding: 40px;
}

.card--narrow {
  padding: 4px;
}

.card__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: center;
  border-radius: 4px;
  background-color: #f4f6f8;
  padding: 2px;
  margin-left: -6px;
  margin-right: -6px;
}

.card__meta2 {
  color: #82cd1e;
  position: relative;
  padding-left: 16px;
  margin-top: 6px;
}

.card__meta2:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #82cd1e;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card__id {
  font-size: 1.3rem;
  color: #787878;
  margin-right: 16px;
}

.card__head {
  margin: 6px 0 10px;
}

.card__head__textarea {
  flex: 1;
}

.card__imgarea {
  border-radius: 4px;
  overflow: hidden;
  background-color: #eef2f8;
}

.card__imgarea__text {
  font-size: 1.4rem;
  padding: 12px 20px;
}

.card__imgarea .card__img {
  border-radius: 0;
}

.card__img {
  width: 300px;
  height: 237px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  position: relative;
}

.card__img__note {
  color: #505050;
  font-size: 1rem;
  transform: scale(0.8) translateX(10%);
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.card__maintitle {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  flex: 1;
}

.card__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  margin: 8px 0;
}

.card__title a {
  color: #414141;
}

.card__textarea {
  padding: 10px 0 0;
}

.card__text {
  font-size: 1.4rem;
  line-height: 1.71;
  padding-bottom: 24px;
}

.card__bottom {
  margin-top: 10px;
}

.card__bottom .box-border {
  flex: 1;
}

.card__btnarea {
  width: 230px;
  margin-left: 20px;
}

.card__btnarea .btn--border {
  width: 224px;
  margin-bottom: 10px;
}

.card--s__btnarea {
  display: flex;
  gap: 20px;
}
.card--s__btnarea a {
  width: calc((100% - 20px) / 2);
  height: auto;
}
.card--s__btnarea .btn--sticky {
  padding: 12px 10px;
  margin-right: 0;
  border-radius: 6px;
}
.card--s__btnarea .btn--sticky:hover::after {
  content: none;
}
.card--s__btnarea .btn--border {
  font-size: 2.7rem;
}

.card__cvarea {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.card__cvarea .btn {
  width: calc(50% - 5px);
  height: 80px;
  margin: 0;
  box-sizing: border-box;
}

.card__subsection {
  margin-top: 40px;
}

.card__subsection__head .btn {
  margin: 0;
}

.card__subsection__title {
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
}

.card__subsection__title:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url(images/common/icon-balloon-black.svg);
  position: absolute;
  left: 0;
  top: 8px;
}

.card__list--colored .card {
  border: 1px solid #ffee86;
  background-color: #faf8e7;
}

.card--s .table__wrapper {
  margin: 5px 0 15px;
}

.card--single {
  padding: 4px 38px 40px;
}

.card--single .tag__wrapper {
  margin-top: 20px;
}

.card--single .card__meta .tag__wrapper {
  margin-top: 0;
}

.single__ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.single__ttl-terms {
  font-size: 0.8em;
}

.single__heading {
  font-size: 1.8rem;
  color: #20a8c1;
  border-bottom: 1px solid #20a8c1;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
}
.single__heading::before {
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  background-color: #20a8c1;
  position: absolute;
  left: 0;
  top: 6px;
}

.single-info {
  margin-top: 60px;
}
.single-info .card--single {
  padding-top: 10px;
}

.caution-region {
  background-color: rgba(230, 40, 50, 0.05);
  border: 1px solid #e62832;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #e62832;
}

.content-block__textarea {
  flex: 1;
}

.content-block__title {
  font-size: 2.2rem;
  font-weight: 500;
}

.content-block__text {
  font-size: 1.5rem;
}

.content-block__imgarea img {
  width: 100%;
}

.form {
  margin-top: 34px;
}

.form__unit {
  border-bottom: 1px solid #dfe1e3;
  padding: 15px 0;
}

.form__unit:first-child {
  border-top: 1px solid #dfe1e3;
}

.form__unit__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px 12px 0;
}

.form__unit__content {
  flex: 1;
}

.form__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #3c5569;
}

.form__title .small {
  display: block;
  font-size: 1.1rem;
}

.form__tag {
  color: #a0aab4;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  padding: 5px 7px;
}

.form__tag--required {
  color: #e62832;
}

.form__input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0.6px 0.8px 1px 0 rgba(4, 0, 0, 0.2);
  border-radius: 6px;
  padding: 16px 20px;
}

.form__input.form__disabled {
  background-color: transparent;
  box-shadow: none;
}

.form__check {
  font-size: 1.5rem;
  padding: 12px 0;
  display: block;
  text-align: left;
}

.form__checkbtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form__checkbtn .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.form__checkbtn .wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form__checkbtn .wpcf7-list-item {
  display: block;
  margin: 0;
}

.form__checkbtn .wpcf7-list-item > label {
  display: block;
  margin: 10px 0;
}

.form__checkbtn > label > span,
.form__checkbtn .wpcf7-list-item > label > span {
  display: block;
  width: 340px;
  box-sizing: border-box;
  border: 1px solid #dfe1e3;
  background-color: #eef2f8;
  border-radius: 6px;
  font-size: 2rem;
  padding: 24px 0;
  cursor: pointer;
  transition: background-color 0.2s;
}

.form__checkbtn input[type=checkbox],
.form__checkbtn input[type=radio] {
  display: none;
}

.form__checkbtn input[type=checkbox]:checked + span,
.form__checkbtn input[type=radio]:checked + span {
  background-color: #4bb9cd;
  color: #fff;
}

.form__select {
  width: 100%;
  color: #414141;
}

.form__select select {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 12px 20px;
  color: #414141;
  border: 1px solid #dfe1e3;
  border-radius: 6px;
}

.form__select--row {
  display: flex;
}

.form__select--row select {
  width: auto;
  margin-right: 8px;
}

.form__select--row .form__select__unit {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.form__hidden {
  display: none;
}

.form__note {
  font-size: 1.2rem;
  margin-top: 8px;
}

.form__agree label {
  cursor: pointer;
}

.form__agree input {
  margin-right: 6px;
}

.form .box-border {
  margin-top: 40px;
}

.form .btn {
  width: 350px;
  height: 70px;
  margin-top: 40px;
}

.form-panel {
  display: none;
}

.form-panel.is-active {
  display: block;
}

.form-panel .form__unit {
  border-bottom: none;
  border-top: 1px solid #dfe1e3;
}

.form-panel .form__unit:first-of-type {
  border-top: none;
}

.form-panel .form__input {
  box-shadow: none;
  border: 1px solid #dfe1e3;
}

.form-panel__unit {
  border-top: 1px solid #dfe1e3;
  padding: 45px 190px 40px;
}

.form-panel__unit:first-of-type {
  border-top: none;
}

.form-panel__head {
  background-color: #4bb9cd;
  margin: 0 4px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #fff;
  position: relative;
}

.form-panel__back {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #4bb9cd;
  border-radius: 4px;
  border-right: 1px solid #32a0be;
  border-bottom: 1px solid #32a0be;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  font-size: 1.6rem;
  padding: 0 16px;
}

.form-panel__back .icon {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #4bb9cd;
  position: relative;
  margin-right: 8px;
}

.form-panel__back .icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 6px solid #4bb9cd;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.form-panel__back .text {
  margin-bottom: 2px;
}

.form-panel__title {
  font-size: 4.2rem;
  letter-spacing: 0.25rem;
  font-weight: 500;
}

.form-panel__step {
  background-color: #eaecee;
  margin: 4px 4px 0;
  padding: 10px;
}

.form-panel__step__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-panel__step__list li {
  width: 36px;
  height: 36px;
  font-weight: 500;
  border-radius: 50%;
  border: 2px solid #4bb9cd;
  text-align: center;
  font-size: 2.2rem;
  color: #4bb9cd;
  line-height: 31px;
  box-sizing: border-box;
  margin: 0 20px;
  position: relative;
}

.form-panel__step__list li.current {
  background-color: #4bb9cd;
  color: #fff;
}

.form-panel__step__list li:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #4bb9cd;
  left: -26px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form-panel__step__list li:first-child:before {
  content: none;
}

.form-panel__content {
  padding: 20px 0;
  text-align: center;
}

.form-panel__topic {
  font-size: 2.4rem;
  letter-spacing: 0.14rem;
  margin-bottom: 30px;
}

.form-panel__topic--hastag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.form-panel__topic--hastag .form__tag {
  margin-left: 12px;
}

.form-panel__bottom {
  background-color: #feede6;
  margin: 0 4px;
  border-radius: 0 0 4px 4px;
  padding: 40px 0px;
}

.form-panel__bottom .btn {
  width: 380px;
  height: 60px;
  justify-content: flex-start;
  padding-left: 110px;
  font-size: 2rem;
}

.form-panel__bottom .btn--submit {
  display: block;
  padding-left: 0 !important;
  position: relative;
}

.form-panel__bottom .btn--submit input[type=submit] {
  font-size: 2rem !important;
  line-height: 1;
  padding-top: 17px;
}

.form-panel__bottom .btn--submit br {
  display: none;
}

.form-panel__bottom .btn--submit .small {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 10px;
  text-shadow: 0.5px 0.9px 0 rgba(4, 0, 0, 0.2);
  left: 0;
  right: 0;
  text-align: center;
}

.form-panel__wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 0;
}

.label-region {
  display: block;
  width: 130px;
  text-align: center;
  color: #fff;
  background-color: #ff8296;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  margin: 0 auto;
}

.region-hokkaido-tohoku .label-region {
  width: 140px;
}

.region-kanto .label-region {
  background-color: #ff9600;
}

.list-area__item {
  border-radius: 4px;
  text-align: center;
  position: relative;
  width: 200px;
  box-sizing: border-box;
  position: absolute;
  background-color: rgba(135, 168, 193, 0.2);
  padding: 4px;
}
.list-area__item.hokkaido {
  top: 10px;
  left: 210px;
}
.list-area__item.tohoku {
  top: 110px;
  right: 10px;
}
.list-area__item.kanto {
  bottom: 10px;
  right: 110px;
}
.list-area__item.chubu {
  bottom: 260px;
  left: 10px;
}
.list-area__parent {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #3ca000;
  padding: 1px;
  border-radius: 4px;
  padding: 10px 0;
  margin: 0 0 2px;
}
.list-area__children {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.list-area__children li {
  width: calc((100% - 2px) / 2);
}
.list-area__children li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  color: #3282c8;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 4px;
}
.list-area__children li > span {
  background-color: rgba(211, 211, 211, 0.84);
  color: #6b6b6b;
}
.list-area__children li:last-child:nth-child(odd) {
  width: 100%;
}

.list-area--footer .list-area__item {
  position: static;
  background-color: transparent;
  border-color: #fff;
  width: auto;
  flex: 1;
  margin-left: 8px;
}

.list-area--footer .list-area__item:before {
  content: none;
}

.list-area--footer .list-area__item--l {
  width: 731px;
  flex: none;
  padding: 0;
  margin-right: 8px;
}

.list-area--footer .list-area__item--l .list-area__child {
  width: 120px;
}

.list-area--footer .list-area__parent {
  color: #fff;
  border-color: #fff;
  padding: 7px 0;
}

.list-area--footer .list-area__children {
  border: 1px solid #4bb9cd;
  border-top: none;
  border-radius: 4px;
  justify-content: space-between;
}

.list-area--footer .list-area__child {
  width: 33.1%;
  box-sizing: border-box;
  background-color: #fff;
  color: #4bb9cd;
  border: none;
  border-top: 1px solid #4bb9cd;
}

.list-area2__item {
  background-color: rgba(255, 255, 235, 0.9);
  border: 2px solid #3ca000;
  border-radius: 4px;
  text-align: center;
  position: relative;
  width: 198px;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.list-area2__item a {
  display: block;
  width: 100%;
  color: #4bb9cd;
}

.list-area2__item:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(images/top/balloon-tr2.png);
  left: 29px;
  top: -22px;
}

.list-area2__item--l {
  width: 254px;
  position: relative;
  right: auto;
  bottom: auto;
}

.list-area2__item--l:before {
  width: 123px;
  height: 33px;
  background-image: url(images/top/balloon-tr.png);
  right: -123px;
  top: 9px;
  left: auto;
}

.list-area2__parent {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  color: #3ca000;
  border-bottom: 1px solid #3ca000;
  padding: 5px 0;
}

.list-area2__children {
  display: flex;
  flex-wrap: wrap;
}

.list-area2__child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 6px 0 7px;
  box-sizing: border-box;
  cursor: pointer;
  color: #3282c8;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

.list-area2__child span {
  display: block;
  font-size: 1rem;
  width: 100%;
  line-height: 1;
  letter-spacing: 0;
}

.list-area2__child:nth-of-type(2n) {
  border-left: none;
}

.list-area2--footer:last-of-type {
  margin-top: 30px;
}

.list-area2--footer .list-area2__item {
  position: static;
  background-color: transparent;
  border-color: #fff;
  width: auto;
  flex: 1;
  margin-left: 8px;
}

.list-area2--footer .list-area2__item:before {
  content: none;
}

.list-area2--footer .list-area2__item--l {
  width: 731px;
  flex: none;
  padding: 0;
  margin-right: 8px;
}

.list-area2--footer .list-area2__item--l .list-area2__child {
  width: 120px;
}

.list-area2--footer .list-area2__item .list-area2--footer .list-area2__item--l {
  width: 731px;
  flex: none;
  padding: 0;
  margin-right: 8px;
}

.list-area2--footer .list-area2__item .list-area2--footer .list-area2__item--l .list-area2__child {
  width: 120px;
}

.list-area2--footer .list-area2__item.--hokkaido {
  width: 677px;
  margin: 0;
}
.list-area2--footer .list-area2__item.--hokkaido .list-area2__child {
  width: 111px;
  height: 44px;
}
.list-area2--footer .list-area2__item.--hokkaido .list-area2__child:first-child {
  width: 447px;
}
.list-area2--footer .list-area2__item.--touhoku {
  flex: none;
  width: 212px;
  margin: 0 0 0 10px;
}
.list-area2--footer .list-area2__item.--touhoku .list-area2__child {
  width: 58px;
  height: 44px;
}
.list-area2--footer .list-area2__item.--touhoku .list-area2__child:first-child {
  width: 100%;
}
.list-area2--footer .list-area2__item.--touhoku .list-area2__child:nth-child(3n-1) {
  width: 88px;
}
.list-area2--footer .list-area2__item.--niigata {
  flex: none;
  width: 171px;
  margin: 0 0 0 10px;
}
.list-area2--footer .list-area2__item.--niigata .list-area2__child {
  width: 100%;
  height: 66px;
}

.list-area2--footer .list-area2__parent {
  color: #fff;
  border-color: #fff;
  padding: 7px 0;
}

.list-area2--footer .list-area2__children {
  border: 1px solid #4bb9cd;
  border-top: none;
  border-radius: 4px;
  justify-content: space-between;
}

.list-area2--footer .list-area2__child {
  width: 33.1%;
  box-sizing: border-box;
  background-color: #fff;
  color: #4bb9cd;
  border: none;
  border-top: 1px solid #4bb9cd;
}

.list-arrow {
  display: flex;
  flex-wrap: wrap;
}

.list-arrow__item {
  padding: 7px 0;
}

.list-arrow__item a {
  color: #fff;
  padding-left: 23px;
  position: relative;
  font-size: 1.4rem;
}

.list-arrow__item a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.list-arrow__item a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 8px;
  left: 6px;
}

.list-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.list-bnr__item {
  width: 48%;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 3px solid #fff;
}

.list-bnr__item:nth-child(-n+2) {
  margin-top: 0;
}

.list-bnr__item a {
  color: #414141;
  display: block;
}

.list-bnr__item a img {
  width: 100%;
  max-width: calc(100vw - 100px);
  margin: 0 auto;
}

.list-bnr__text {
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 10px;
  margin-bottom: 20px;
}

.list-bnr .slick-prev,
.list-bnr .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4bb9cd;
  box-sizing: border-box;
  z-index: 9;
  top: auto;
  bottom: -4px;
}

.list-bnr .slick-prev:before,
.list-bnr .slick-next:before {
  content: none;
}

.list-bnr .slick-prev:after,
.list-bnr .slick-next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 11px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
}

.list-bnr .slick-dots {
  position: static;
  background-color: transparent;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 14px 0;
}

.list-bnr .slick-dots li button {
  box-shadow: 1.3px 1.5px 2px 0 rgba(4, 0, 0, 0.1);
  background-color: #fff;
  border: 2px solid #fff;
}

.list-bnr .slick-dots li.slick-active button {
  background-color: #4bb9cd;
}

.list-bnr .slick-prev {
  left: 10px;
}

.list-bnr .slick-prev:after {
  transform: scale(-1, 1);
  left: 1px;
}

.list-bnr .slick-next {
  right: 10px;
}

.list-box__item {
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #dfe1e3;
  background-color: #eef2f8;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.44;
  padding: 0 15px;
  font-weight: bold;
}

.list-box__item--s {
  font-weight: 500;
}

.list-box__item:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.1);
  border-radius: 50%;
  margin-right: 15px;
  background-image: url(images/common/icon-check-gr.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 auto;
}

.list-check__item {
  padding: 16px 8px;
  border-bottom: 1px dashed #dfe1e3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.list-check__item:last-child {
  border-top: none;
}

.list-check__item input[type=checkbox] {
  margin-right: 7px;
  flex: 0 0 auto;
}

.list-check__item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.list-check--row .list-check__item {
  width: 25%;
  padding: 10px 8px;
  border-bottom: 1px solid #dfe1e3;
  border-right: 1px solid #dfe1e3;
}

.list-check--row .list-check__item:nth-child(4n) {
  border-right: none;
}

.list-hrcheck {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.list-hrcheck__item {
  font-size: 1.3rem;
  color: #32a0be;
  padding: 8px 0;
}

.list-hrcheck__item label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.list-hrcheck__item input {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.list-hrcheck__item .text {
  display: inline-block;
}

.list-hrcheck__item.fluid {
  width: 100% !important;
  border-bottom: 1px solid #dfe1e3;
  margin-bottom: 8px;
  padding-bottom: 16px;
}

.list-hrcheck__item.fluid .text,
.list-hrcheck__item.area-choiced .text {
  width: 100%;
}

.list-nav {
  display: flex;
  justify-content: space-between;
}

.list-nav__item {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid #4bb9cd;
  position: relative;
  color: #32a0be;
  text-align: center;
  padding: 15px 0;
}

.list-nav__item:before {
  content: "";
  display: block;
  height: 67px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.list-nav__item.area:before {
  background-image: url(images/common/icon-pin-bl.svg);
}

.list-nav__item.keitai:before {
  background-image: url(images/common/icon-building-bl.svg);
}

.list-nav__item.kodawari:before {
  background-image: url(images/common/icon-check-bl.svg);
  background-size: 58px 58px;
}

.list-nav__title {
  line-height: 1;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}

.list-nav__title .strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3px;
}

.list-nav__arrow {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #4bb9cd;
  position: absolute;
  bottom: -35px;
  right: -35px;
}

.list-nav__arrow:before,
.list-nav__arrow:after {
  content: "";
  display: block;
  position: absolute;
}

.list-nav__arrow:before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  top: 12px;
  left: 12px;
}

.list-nav__arrow:after {
  width: 0;
  height: 0;
  border: 3.5px solid transparent;
  border-left: 6px solid #4bb9cd;
  top: 15.5px;
  left: 17.5px;
}

.list-circle > li:before {
  content: "・";
}

.list-term {
  margin-bottom: 40px;
  counter-reset: number 0;
}

.list-term__title {
  margin-top: 40px;
  font-size: 1.8rem;
  counter-increment: number 1;
}

.list-term__title:before {
  content: counter(number) ".";
  margin-right: 8px;
}

.list-term__content {
  margin-top: 10px;
}

.list-general__text {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.13rem;
}

.list-cate__text {
  font-size: 1.6rem;
  font-weight: bold;
}
.list-cate__text:not(:first-child) {
  margin-top: 30px;
}

.list-general__item.-sp-toggle {
  padding: 10px 0;
}

.list-general__item.-sp-toggle:nth-child(n+2) {
  border-top: 1px solid #dfe1e3;
}

.list-general__item.-sp-toggle.is-active .list-general__text:after {
  transform: rotate(0);
}

.list-general__item.-sp-toggle .list-general__text {
  position: relative;
  padding: 0 6px;
}

.list-general__item.-sp-toggle .list-general__text:before,
.list-general__item.-sp-toggle .list-general__text:after {
  display: block;
  width: 14px;
  height: 2px;
  background-color: #4bb9cd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

.list-general__item.-sp-toggle .list-general__text:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}

.list-decimalkakko {
  counter-reset: number 0;
}

.list-decimalkakko > li {
  counter-increment: number 1;
}

.list-decimalkakko > li:before {
  content: counter(number) " )";
  margin-right: 8px;
}

.modal-select-region {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  overflow: hidden;
  z-index: 9999;
  max-width: 1080px;
  width: 100%;
  background-color: #eaecee;
}

.modal-select-region__head {
  text-align: center;
  background-color: #4bb9cd;
  border-bottom: 2px solid #32a0be;
  padding: 24px 0;
}

.modal-select-region__ttl {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  display: inline-block;
}

.modal-select-region__ttl small {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.modal-select-region__ttl:before {
  content: "";
  display: block;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(images/common/icon-pin.svg);
  height: 42px;
}

.modal-select-region__content {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.modal-select-region__area {
  width: 500px;
  height: 366px;
  border-radius: 6px;
  border: 5px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.1);
  background: #fff center center no-repeat;
  background-size: cover;
}

.modal-select-region__area.-hokkaido-tohoku {
  background-image: url(./images/common/img_region01.jpg);
}

.modal-select-region__area.-hokkaido-tohoku .modal-select-region__label {
  background-color: rgba(255, 130, 150, 0.9);
}

.modal-select-region__area.-kanto {
  background-image: url(./images/common/img_region02.jpg);
}

.modal-select-region__area.-kanto .modal-select-region__label {
  background-color: rgba(255, 150, 0, 0.9);
}

.modal-select-region__area a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

.modal-select-region__label {
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.1);
  text-align: center;
  background-color: #fff;
  width: 420px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-select-region__copy {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 48px 0 0;
  position: relative;
  display: inline-block;
  margin: 0 0 12px;
}

.modal-select-region__copy:before,
.modal-select-region__copy:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.modal-select-region__copy:before {
  width: 30px;
  height: 30px;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.1);
}

.modal-select-region__copy:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ff8296;
  right: 8px;
}

.modal {
  opacity: 0;
  pointer-events: none;
  padding: 60px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  z-index: 99999;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s;
}

.modal.is-active {
  pointer-events: all;
  opacity: 1;
}

.modal__inner {
  position: relative;
}

.modal__close {
  position: fixed;
  cursor: pointer;
  top: 50px;
  right: 15px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  width: 45px;
  height: 45px;
  box-shadow: 2px 3.5px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 99999;
  margin: auto 0;
}

.modal__close:before,
.modal__close:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #4bb9cd;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.modal__close:before {
  transform: rotate(45deg);
}

.modal__close:after {
  transform: rotate(-45deg);
}

.modal__content {
  display: none;
}

.modal__content.is-active {
  display: block;
}

.modal .box-general .btn {
  width: 340px;
  height: 60px;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.modal .box-general .btn:before {
  margin-right: 20px;
}

.overlay-select-region {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

.page-head {
  position: relative;
  background-color: #bddfa3;
}

.page-head:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #70c3ef;
}

.page-head .l-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
}

.page-head__img {
  background-image: url(images/top/mv.jpg);
  background-position: center top;
  background-size: 1445px 280px;
  background-repeat: no-repeat;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-head__textarea {
  text-align: center;
  color: #fff;
  text-shadow: 0.5px 0.9px 0 rgba(4, 0, 0, 0.2);
}

.page-head__title {
  font-size: 4.8rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  letter-spacing: 0.29rem;
}

.page-head__subtitle {
  font-size: 2.4rem;
  letter-spacing: 0.14rem;
  position: relative;
  z-index: 2;
}

.page-head--02 {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1800px 220px;
  background-color: #fff;
}

.page-head--02:before {
  content: none;
}

.page-head--02 .l-inner {
  justify-content: flex-end;
}

.page-head--02 .page-head__img {
  display: none;
}

.page-head--02 .page-head__textarea {
  text-align: right;
}

.page-head--02 .page-head__title {
  font-size: 4.4rem;
  color: #4bb9cd;
}

.page-head--02 .page-head__subtitle {
  font-size: 1.6rem;
  color: #414141;
  letter-spacing: 0.01rem;
  text-shadow: none;
  line-height: 1.75;
  margin-top: 10px;
}

.page-apply-syokai .page-head {
  background-image: url(images/others/mv-syokai.jpg);
}

.page-apply-hikoukai .page-head {
  background-image: url(images/others/mv-hikoukai.jpg);
}

.page-apply-support .page-head {
  background-image: url(images/others/mv-support.jpg);
}

.page-lead {
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}

.page-lead .title-l {
  position: relative;
  padding-bottom: 16px;
}

.page-lead .title-l:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 10%;
  right: 10%;
  background-color: #ff9600;
}

.page-lead__head {
  padding: 34px 10px 20px;
}

.page-lead__content {
  background-color: #faf8e7;
  padding: 24px 18px 32px;
}

.page-nav {
  margin-bottom: 20px;
}

.page-nav__item {
  margin: 0 5px;
  flex: 1;
}

.page-nav__item a {
  display: block;
  background-color: #4bb9cd;
  border: 2px solid #4bb9cd;
  color: #fff;
  border-radius: 6px;
  font-size: 1.6rem;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 0 10px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}

.page-nav__item a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(2px);
  right: 20px;
}

.pagenation {
  text-align: center;
  margin: 30px 0 60px;
}

.pagenation .page-numbers {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 3px;
  border-radius: 50%;
  font-size: 1.7rem;
  color: #4bb9cd;
  background-color: #fff;
  border: 1px solid #4bb9cd;
  text-align: center;
  line-height: 40px;
  transition: background-color 0.2s, color 0.2s;
}

.pagenation .page-numbers.current {
  background-color: #4bb9cd;
  color: #fff;
}

.pagenation .page-numbers.prev,
.pagenation .page-numbers.next {
  border: none;
  background-color: transparent;
  position: relative;
}

.pagenation .page-numbers.prev:before,
.pagenation .page-numbers.next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4bb9cd;
  border-right: 2px solid #4bb9cd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pagenation .page-numbers.prev {
  padding-left: 18px;
  margin-right: 27px;
}

.pagenation .page-numbers.prev:before {
  left: 0;
  transform: rotate(-135deg);
}

.pagenation .page-numbers.next {
  padding-right: 18px;
  margin-left: 27px;
}

.pagenation .page-numbers.next:before {
  right: 0;
  transform: rotate(45deg);
}

.pagenation a {
  color: #4bb9cd;
}

.pagenation .screen-reader-text {
  display: none;
}

.other-search {
  background-color: #fff;
  border: 1px solid #c5c6c8;
  padding: 35px;
  margin: 60px 0 40px;
}
.other-search__ttl {
  font-size: 16px;
  color: #20a8c1;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.other-search__ttl:not(:first-child) {
  margin-top: 30px;
}
.other-search__ttl::before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #20a8c1;
  position: absolute;
  left: 0;
  top: 2px;
}
.other-search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 13px;
}
.other-search__list a {
  font-size: 13px;
  color: #4bb9cd;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

::-webkit-input-placeholder {
  color: #969ba0;
  font-weight: normal;
  font-size: 1.5rem;
}

.search-keyword {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 4px;
  border: 1px solid #dce1e6;
  background-color: #eef0f2;
  padding: 4px;
}

.search-keyword__input {
  width: 76%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 9px 0;
}

.search-keyword button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  width: 45px;
  height: 50px;
  padding: 0;
  background-image: url(images/common/icon-search-wh.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-color: #ff9600;
  border-radius: 6px;
  background-position: center;
  border-right: 1px solid #d26e00;
  border-bottom: 1px solid #d26e00;
  transform: scale(-1, 1);
  cursor: pointer;
}

.search-keyword__title {
  display: flex;
  align-items: center;
  color: #32a0be;
  font-size: 1.4rem;
  font-weight: 500;
}

.search-keyword__title:before {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background-image: url(images/common/icon-keyboard-bl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.search-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 6px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.search-menu__titlearea {
  width: 100%;
  margin: 14px 0 20px;
}

.search-menu__maintitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #4ab9cd;
  flex: 1;
}
.search-menu__maintitle:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 9px;
  background: center/contain url(images/common/icon-search-menu.svg) no-repeat;
}

.search-menu__item {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.search-menu__head {
  background-color: #4bb9cd;
  color: #fff;
  border-radius: 6px 6px 0 0;
  border: 1px solid #32a0be;
  border-left: none;
  border-top: none;
  position: relative;
  box-sizing: border-box;
}

.search-menu__head.modal-trigger {
  cursor: pointer;
}

.search-menu__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  height: 90px;
  line-height: 1;
}

.search-menu__title .strong {
  font-weight: bold;
  font-size: 2.8rem;
}

.search-menu__title:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.search-menu__title.area:before {
  width: 30px;
  height: 42px;
  background-image: url(images/common/icon-pin.svg);
  margin-right: 16px;
}

.search-menu__title.keitai:before {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background-image: url(images/common/icon-building.svg);
}

.search-menu__title.kodawari:before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url(images/common/icon-check.svg);
}

.search-menu__title.keyword {
  height: 50px;
}

.search-menu__title.keyword:before {
  width: 30px;
  height: 18px;
  background-image: url(images/common/icon-keyboard.svg);
  margin-right: 10px;
}

.search-menu__btn {
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 9px;
  bottom: 9px;
}

.search-menu__btn:before,
.search-menu__btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #4bb9cd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.search-menu__btn:after {
  transform: rotate(90deg);
}

.search-menu__content {
  background-color: #eef2f8;
  border: 1px solid #dfe1e3;
  border-radius: 0 0 6px 6px;
  padding: 8px 10px;
}

.search-menu__keyword {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}

.search-menu .btn--search {
  width: 370px;
  height: 70px;
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 500;
}

.search-result {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
}

.search-result .strong {
  font-size: 2rem;
  font-weight: bold;
}

.section-general {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-general:first-child {
  padding-top: 0;
}

.section-general:last-child {
  padding-bottom: 0;
}

.section-s {
  padding: 60px 0;
}

.section-bnr .bnr-cv {
  margin: 0;
}

.section-pt60 {
  padding-top: 60px;
}

.section-m60 {
  margin: 60px 0;
}

.slick-list {
  outline: none !important;
}

.slick-slide {
  outline: none !important;
  margin: 0 5px;
}

.slick-slide a {
  outline: none !important;
}

.slick-dots {
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #f4f6f8;
  padding: 9px 0;
  width: auto;
  box-sizing: border-box;
  line-height: 1;
}

.slick-dots li {
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0 10px;
  line-height: 1;
}

.slick-dots li button {
  background: #dcdee0;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background: #4bb9cd;
}

.sp-freedial {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  text-align: center;
  padding: 15px 0 16px;
}

.sp-freedial__text {
  font-size: 1.8rem;
  font-weight: 500;
}

.sp-freedial__number {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  padding-left: 55px;
  position: relative;
  line-height: 1;
  margin-top: 3px;
}

.sp-freedial__number:before {
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  background-image: url(images/common/icon-freedial.svg);
  position: absolute;
  left: 0;
  top: 6px;
}

.sp-freedial__number .small {
  font-size: 3rem;
}

.sp-freedial__note {
  color: #787878;
  font-size: 1.2rem;
  margin-top: 3px;
}

.sp-freedial__note .small {
  font-size: 1.1rem;
}

.tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  --tab-width: calc(96.364% / var(--tab-count));
  --tab-count: 8;
  --tab-margin: 4px;
}

.tab.is-active {
  position: relative;
  z-index: 2;
}

.tab.is-active .tab__content {
  display: block;
  pointer-events: all;
  opacity: 1;
  -webkit-animation: fadein 0.4s ease;
  animation: fadein 0.4s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tab:nth-of-type(2) .tab__title {
  margin-left: calc(var(--tab-width) * 1 + var(--tab-margin) * 1);
}

.tab:nth-of-type(3) .tab__title {
  margin-left: calc(var(--tab-width) * 2 + var(--tab-margin) * 2);
}

.tab:nth-of-type(4) .tab__title {
  margin-left: calc(var(--tab-width) * 3 + var(--tab-margin) * 3);
}

.tab:nth-of-type(5) .tab__title {
  margin-left: calc(var(--tab-width) * 4 + var(--tab-margin) * 4);
}

.tab:nth-of-type(6) .tab__title {
  margin-left: calc(var(--tab-width) * 5 + var(--tab-margin) * 5);
}

.tab:nth-of-type(7) .tab__title {
  margin-left: calc(var(--tab-width) * 6 + var(--tab-margin) * 6);
}

.tab:nth-of-type(8) .tab__title {
  margin-left: calc(var(--tab-width) * 7 + var(--tab-margin) * 7);
}

.tab.-kanagawa .tab__head {
  border-color: #ff9600;
}

.tab.-kanagawa .tab__title {
  background-color: #ff9600;
}

.tab.-aomori .tab__head {
  border-color: #ec7464;
}

.tab.-aomori .tab__title {
  background-color: #ec7464;
}

.tab.-akita .tab__head,
.tab.-saitama .tab__head {
  border-color: #d4be28;
}

.tab.-akita .tab__title,
.tab.-saitama .tab__title {
  background-color: #d4be28;
}

.tab.-miyagi .tab__head,
.tab.-chiba .tab__head {
  border-color: #4ac682;
}

.tab.-miyagi .tab__title,
.tab.-chiba .tab__title {
  background-color: #4ac682;
}

.tab.-iwate .tab__head,
.tab.-ibaraki .tab__head {
  border-color: #5e83e2;
}

.tab.-iwate .tab__title,
.tab.-ibaraki .tab__title {
  background-color: #5e83e2;
}

.tab.-fukushima .tab__head,
.tab.-tochigi .tab__head {
  border-color: #e67db6;
}

.tab.-fukushima .tab__title,
.tab.-tochigi .tab__title {
  background-color: #e67db6;
}

.tab.-yamagata .tab__head,
.tab.-gunma .tab__head {
  border-color: #9c7ecd;
}

.tab.-yamagata .tab__title,
.tab.-gunma .tab__title {
  background-color: #9c7ecd;
}

.tab.-niigata .tab__head {
  border-color: #f1b643;
}

.tab.-niigata .tab__title {
  background-color: #f1b643;
}

.tab__head {
  border-bottom: 6px solid #4bb9cd;
  pointer-events: none;
}

.tab__title {
  cursor: pointer;
  text-align: center;
  width: var(--tab-width);
  padding: 18px 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #4bb9cd;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.09rem;
  border-radius: 6px 6px 0 0;
  pointer-events: all;
}

.tab__content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.tab__note {
  display: block;
  width: 95px;
  box-sizing: border-box;
  background-color: #ff8296;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2px;
  text-align: center;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: auto;
}

.tab__wrapper {
  position: relative;
  margin-top: 40px;
}

.table {
  width: 100%;
}

.table__wrapper {
  border: 1px solid #dfe1e3;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
}

.table__body {
  width: 100%;
}

.table__row {
  width: 100%;
  border-top: 1px solid #dfe1e3;
}

.table__row:first-of-type {
  border-top: none;
}

.table__head {
  color: #3c5569;
  background-color: #eef2f8;
  font-size: 1.5rem;
  font-weight: 500;
  width: 150px;
  box-sizing: border-box;
  padding: 9px 14px;
  border-right: 1px solid #dfe1e3;
  border-left: 1px solid #dfe1e3;
}

.table__head:first-of-type {
  border-left: none;
}

.table__cel {
  padding: 10px 15px;
}

.table__cel .array-item:not(:first-of-type):before {
  content: "、";
}

.tag {
  box-sizing: border-box;
}

.tag--sq {
  display: block;
  color: #fff;
  background-color: #82cd1e;
  border-radius: 2px;
  text-align: center;
  padding: 11px 13px;
  font-size: 1.2rem;
}

.tag--sq--l {
  font-size: 1.5rem;
  padding: 7px 37px;
}

.tag--hyphen {
  color: #82cd1e;
}

.tag--hyphen:before {
  content: "―";
  margin-right: 2px;
}

.tag--round {
  display: inline-block;
  padding: 6px 16px;
  background-color: #96c3dc;
  color: #fff;
  border-radius: 100px;
}

.tag--balloon {
  display: block;
  width: 110px;
  box-sizing: border-box;
  text-align: center;
  background-color: #ff8296;
  color: #fff;
  font-size: 1.6rem;
  padding: 8px;
  border-radius: 4px;
  border-right: 1px solid #ee5d75;
  border-bottom: 1px solid #ee5d75;
  position: relative;
}

.tag--balloon:before,
.tag--balloon:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.tag--balloon:before {
  border: 9px solid transparent;
  border-top: 11px solid #ee5d75;
  bottom: -20px;
}

.tag--balloon:after {
  border: 8px solid transparent;
  border-top: 10px solid #ff8296;
  bottom: -18px;
}

.tag__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tag__wrapper .tag {
  margin-right: 4px;
  margin-bottom: 4px;
}

.tag__wrapper--s .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 1.2;
}

.text-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
}

.text-note {
  font-size: 1.4rem;
  text-align: center;
}

.text-note--l {
  font-size: 2.2rem;
  letter-spacing: 0.09rem;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.text-l {
  font-size: 1.5rem;
  line-height: 1.87;
  margin-top: 8px;
}

.text-link {
  color: #4bb9cd;
  text-decoration: underline;
}

.title-section {
  font-size: 2.6rem;
  letter-spacing: 0.16rem;
  margin-top: 40px;
}

.title-section:first-child {
  margin-top: 0;
}

.title-l {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.22rem;
  text-align: center;
  line-height: 1.33;
  margin-bottom: 18px;
}

.title-l2 {
  font-size: 3rem;
  letter-spacing: 0.18rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 20px;
}

.title-m {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.title-m--lighter {
  font-weight: 500;
}

.title-s {
  font-size: 2.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.title-s .strong {
  font-size: 2.8rem;
  letter-spacing: 0.17rem;
  line-height: 1;
}

.title-balloon {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 0;
  position: relative;
}

.title-balloon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -34px;
  border: 21px solid transparent;
  border-top: 13px solid #fff;
}

.title-underline {
  text-align: left;
  border-bottom: 1px solid #4bb9cd;
}

.page-about .section-lead.card-img {
  background-image: url(images/about/img-lead.jpg);
  padding: 186px 0 26px 165px;
  position: relative;
}

.page-about .section-lead.card-img .title-s {
  text-align: left;
}

.page-about .section-lead.card-img .title-s:before {
  content: "";
  display: block;
  width: 131px;
  height: 135px;
  background-image: url(images/about/badge-no1.png);
  position: absolute;
  left: 25px;
  top: 180px;
  background-repeat: no-repeat;
}

.page-about .card-img {
  box-sizing: border-box;
  border-radius: 6px;
  border: 2px solid #fff;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  padding: 34px 38px;
  background-image: url(images/about/img-01.jpg);
  background-repeat: no-repeat;
}

.page-about .card-img .title-l2 {
  font-weight: bold;
  margin-bottom: 0;
}

.page-about .card-img__text {
  font-size: 1.5rem;
  line-height: 1.73;
  margin-top: 10px;
}

.page-about .card-img__note {
  font-size: 1.1rem;
  color: #969696;
}

.page-about .card-img__list .card-img {
  border-radius: 0;
  position: relative;
  min-height: 250px;
}

.page-about .card-img__list .card-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  height: 1px;
  background-color: #dfe1e3;
}

.page-about .card-img__list .card-img.temanashi {
  background-image: url(images/about/img-merit01.jpg);
}

.page-about .card-img__list .card-img.mensetsu {
  background-image: url(images/about/img-merit02.jpg);
}

.page-about .card-img__list .card-img.soudan {
  background-image: url(images/about/img-merit03.jpg);
}

.page-about .card-img__list .card-img:first-child {
  border-radius: 6px 6px 0 0;
}

.page-about .card-img__list .card-img:first-child:after {
  content: none;
}

.page-about .card-img__list .card-img:last-child {
  border-radius: 0 0 6px 6px;
}

.page-about .about-figure {
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}

.page-about .about-figure__head {
  padding: 30px 20px 20px;
}

.page-about .about-figure .title-l {
  display: inline-block;
  position: relative;
}

.page-about .about-figure .title-l:before,
.page-about .about-figure .title-l:after {
  content: "";
  display: block;
  width: 18px;
  height: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid #ff7800;
}

.page-about .about-figure .title-l:before {
  border-right: none;
  left: -55px;
}

.page-about .about-figure .title-l:after {
  border-left: none;
  right: -55px;
}

.page-about .about-figure__title {
  font-size: 2.4rem;
  letter-spacing: 0.14rem;
  font-weight: 500;
  line-height: 1.42;
}

.page-about .about-figure__diagram {
  background-color: #eef2f8;
}

.page-about .about-figure__box {
  background-color: #fff;
  border: 1px solid #dfe1e3;
  position: relative;
}

.page-about .about-figure__box:before {
  content: "";
  display: block;
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dfe1e3;
}

.page-about .about-figure__box.anata:before {
  background-image: url(images/about/icon-anata.svg);
  background-size: 74px 100px;
}

.page-about .about-figure__box.hokkaigo:before {
  background-image: url(images/common/logo.svg);
  background-size: 124px 76px;
}

.page-about .about-figure__box.byoin:before {
  background-image: url(images/about/icon-building.svg);
  background-size: 100px 100px;
}

.page-about .about-figure__box__text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  padding: 10px 0;
}

.page-about .about-figure__arrow {
  position: absolute;
  width: 90px;
  right: -100px;
  top: 38px;
  font-size: 1.4rem;
  color: #3c5569;
  letter-spacing: 0;
  text-align: center;
}

.page-about .about-figure__arrow:before,
.page-about .about-figure__arrow:after {
  content: "";
  display: block;
}

.page-about .about-figure__arrow:before {
  width: 14px;
  height: 14px;
  border-top: 6px solid #3c5569;
  border-right: 6px solid #3c5569;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  right: 4px;
}

.page-about .about-figure__arrow:after {
  margin-top: 14px;
  width: 82px;
  height: 6px;
  background-color: #3c5569;
}

.page-about .about-figure__arrow--reverse {
  top: 92px;
  padding-top: 30px;
}

.page-about .about-figure__arrow--reverse:after {
  position: absolute;
  top: 0;
  left: 8px;
}

.page-about .about-figure__arrow--reverse:before {
  bottom: auto;
  top: 7px;
  right: auto;
  left: 4px;
  transform: rotate(-135deg);
}

.page-about .list-card__item {
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 20px 22px;
}

.page-about .list-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
}

.page-about .list-card__title {
  margin-top: 23px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08rem;
}

.page-about .list-card__text {
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 14px;
}

.region-kanto.page-about .section-lead.card-img {
  background: none;
  padding: 0;
}

.region-kanto.page-about .section-lead.card-img img {
  margin: 0;
}

.page-adform-01 {
  background-color: #f5e7d7;
}

.page-adform-01 .l-content.page-adform .breadcrumbs {
  display: none;
}

.page-adform-01 .l-content.page-adform .page-head {
  margin-bottom: 80px;
}

.page-adform-01 .l-content.page-adform .page-head .l-inner {
  height: 370px;
}

.page-adform-01 .l-content.page-adform .page-head__img {
  background-image: url(images/adform/mv-adform.jpg);
  background-size: cover;
  height: 370px;
}

.page-adform-01 .l-content.page-adform .page-head__textarea {
  display: none;
}

.page-adform-01 .l-content.page-adform .form-panel__head {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.page-adform-01 .l-content.page-adform .form-panel__head .form-panel__back {
  color: #ff9600;
  border-right: 1px solid #e4890a;
  border-bottom: 1px solid #e4890a;
  height: 55px;
}

.page-adform-01 .l-content.page-adform .form-panel__head .form-panel__back .icon {
  border: 2px solid #ff9600;
}

.page-adform-01 .l-content.page-adform .form-panel__head .form-panel__back .icon:before {
  border-right: 6px solid #ff9600;
}

.page-adform-01 .l-content.page-adform .form-panel__step {
  background-color: transparent;
  margin: 0 0 0 35px;
  padding: 0;
}

.page-adform-01 .l-content.page-adform .form-panel__step__title {
  font-size: 2.6rem;
}

.page-adform-01 .l-content.page-adform .form-panel__step__list {
  padding: 6.5px 0;
}

.page-adform-01 .l-content.page-adform .form-panel__step__list li {
  width: 56px;
  height: 56px;
  background: #ffc879;
  color: #ff9600;
  border: none;
  border-radius: 6px;
  margin: 0 5px;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-adform-01 .l-content.page-adform .form-panel__step__list li:before {
  display: none;
}

.page-adform-01 .l-content.page-adform .form-panel__step__list li.current {
  background-color: #fff;
  color: #ff9600;
}

.page-adform-01 .l-content.page-adform .form-panel__balloon {
  width: 213px;
  height: 123px;
  position: absolute;
  top: -60px;
  right: 70px;
  background-image: url(images/adform/balloon.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-adform-01 .l-content.page-adform .form-panel__content {
  background-image: url(images/adform/bg-content.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

.page-adform-01 .l-content.page-adform .form-panel__unit .form__checkbtn > label > span,
.page-adform-01 .l-content.page-adform .form-panel__unit .form__checkbtn .wpcf7-list-item > label > span {
  background-color: #e7f1e9;
}

.page-adform-01 .l-content.page-adform .form-panel__unit .form__checkbtn input[type=checkbox]:checked + span,
.page-adform-01 .l-content.page-adform .form-panel__unit .form__checkbtn input[type=radio]:checked + span {
  background-color: #53b96e;
}

.page-adform-01 .l-content.page-adform .form-panel__bottom {
  background-image: url(images/adform/bg-bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-adform-01 .l-footer .footer-bottom {
  background: #fff;
}

.page-client .box-white {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

.page-client .box-white--arrow {
  padding: 0;
}

.page-client .box-white--arrow .box-white__subsection {
  padding: 50px 20px 20px;
}

.page-client .box-white--arrow .box-white__subsection:first-child {
  border-top: none;
}

.page-client .box-white--arrow .box-white__subsection:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 60px solid #ff7800;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.page-client .box-white__subsection {
  border-top: 10px solid #eaecee;
}

.page-client .box-white .nado {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: right;
  margin-top: 4px;
}

.page-client .cv-area {
  position: relative;
  padding-top: 24px;
  padding-bottom: 42px;
}

.page-client .cv-area .btn {
  margin-bottom: 0;
}

.page-client .data-set {
  background-color: #eef2f8;
  border: 1px solid #dfe1e3;
  padding: 4px 8px 8px 210px;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page-client .data-set__title {
  font-weight: 500;
  font-size: 2.6rem;
}

.page-client .data-set__data {
  background-color: #fff;
  border-radius: 2px;
  color: #3c5569;
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  font-weight: 500;
  width: 160px;
  padding: 8px 0;
  text-align: center;
  box-sizing: border-box;
  margin-top: 4px;
  margin-left: 4px;
}

.page-client .data-set__data.extra {
  border: none;
  background-color: transparent;
  text-align: left;
  font-size: 1.4rem;
  padding-left: 8px;
}

.page-client .list-number {
  counter-reset: number 0;
  margin-bottom: 50px;
}

.page-client .list-number__item {
  flex: 1;
  padding: 0 20px 10px;
  counter-increment: number 1;
  text-align: center;
  border-right: 1px solid #dfe1e3;
}

.page-client .list-number__item:before {
  content: counter(number);
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ff5000;
  font-size: 3.6rem;
  border: 2px solid #ff5000;
  border-radius: 50%;
  font-weight: bold;
}

.page-client .list-number__item:first-child {
  border-left: 1px solid #dfe1e3;
}

.page-client .list-number__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.14rem;
}

.page-client .list-number__img {
  padding-top: 10px;
  padding-bottom: 18px;
}

.page-client .list-number__img img {
  height: 160px;
  width: auto;
}

.page-client .list-number__text {
  font-size: 1.4rem;
  line-height: 1.71;
}

.page-client .box-lightgrey {
  border-radius: 6px;
  background-color: #eef2f8;
  border: 1px solid #dfe1e3;
  padding: 20px;
}

.page-client .list-step {
  margin-top: 30px;
}

.page-client .list-step__item {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}

.page-client .list-step__number {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #64be00;
  position: absolute;
  top: -20px;
  left: -20px;
  padding-top: 10px;
}

.page-client .list-step__number span {
  display: block;
  line-height: 1;
  color: #64be00;
  font-weight: 500;
}

.page-client .list-step__number .step {
  font-size: 1.3rem;
}

.page-client .list-step__number .number {
  font-size: 2.4rem;
}

.page-client .list-step__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  position: relative;
  z-index: 2;
}

.page-client .list-step__img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100px;
  box-sizing: border-box;
}

.page-client .list-step__text {
  font-size: 1.4rem;
  line-height: 1.71;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-top: 10px;
}

.page-flow .flow-lead {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px 15px 30px;
}

.page-flow .flow-lead__list {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  margin-top: 26px;
}

.page-flow .flow-lead__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  counter-increment: number 1;
  width: 125px;
  height: 125px;
  border: 2px solid #ff7800;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.11rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 25px;
}

.page-flow .flow-lead__list__item:after {
  content: "STEP " counter(number);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -32px;
  color: #ff7800;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  font-weight: bold;
}

.page-flow .flow-lead__list__item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 14px solid #ff7800;
  position: absolute;
  left: -23px;
}

.page-flow .flow-lead__list__item:first-child:before {
  content: none;
}

.page-flow .step-vertical {
  margin-top: 24px;
  counter-reset: number 0;
}

.page-flow .step-vertical__item {
  counter-increment: number 1;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ff7800;
  margin-top: 40px;
  position: relative;
}

.page-flow .step-vertical__item:before,
.page-flow .step-vertical__item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}

.page-flow .step-vertical__item:before {
  border: 44px solid transparent;
  border-top: 32px solid #ff7800;
}

.page-flow .step-vertical__item:after {
  border: 43px solid transparent;
  border-top: 31px solid #fff;
}

.page-flow .step-vertical__item:first-child:before,
.page-flow .step-vertical__item:first-child:after {
  content: none;
}

.page-flow .step-vertical__item:nth-child(odd) .step-vertical__content {
  flex-direction: row-reverse;
}

.page-flow .step-vertical__head {
  background-color: #ff7800;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.page-flow .step-vertical__title {
  font-size: 1.8rem;
  font-weight: 500;
}

.page-flow .step-vertical__title:before {
  content: "STEP " counter(number);
  margin-right: 30px;
  font-size: 2rem;
  letter-spacing: 0.12rem;
}

.page-flow .step-vertical__subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 0 6px;
  border-bottom: 1px solid #ff7800;
}

.page-flow .step-vertical__content {
  padding: 10px;
}

.page-flow .step-vertical__content__textarea {
  flex: 1;
  padding: 10px;
}

.page-flow .step-vertical__content__imgarea img {
  width: 100%;
}

.page-flow .step-vertical__text {
  line-height: 1.7;
  margin-top: 6px;
}

.indeed {
  background-color: #fff;
  padding-top: 0;
  max-width: 750px;
  margin: 0 auto;
}

.indeed .l-inner {
  padding: 0 4%;
}

.indeed-header {
  padding: 15px 4%;
  border-bottom: 1px solid #dfe1e3;
}

.indeed-post {
  padding: 14px 0 20px;
  border-bottom: 1px solid #dfe1e3;
  position: relative;
}

.indeed-post__facility {
  font-size: 1.3rem;
}

.indeed-post__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  margin-top: 10px;
}

.indeed-post__list .indeed-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.indeed-datalist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}

.indeed-datalist dt,
.indeed-datalist dd {
  border-bottom: 1px solid #dfe1e3;
  box-sizing: border-box;
  padding: 10px 0;
}

.indeed-datalist dt {
  width: 32.5%;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}

.indeed-datalist dt:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 14px;
}

.indeed-datalist dt.wage:before {
  width: 14px;
  height: 14px;
  background-image: url(images/indeed/icon-money.svg);
}

.indeed-datalist dt.location:before {
  width: 11px;
  height: 15px;
  background-image: url(images/indeed/icon-pin.svg);
}

.indeed-datalist dt.facility:before {
  width: 14px;
  height: 14px;
  background-image: url(images/indeed/icon-building.svg);
}

.indeed-datalist dt.koyou:before {
  width: 14px;
  height: 15px;
  background-image: url(images/indeed/icon-man.svg);
}

.indeed-datalist dd {
  width: 67.5%;
  font-size: 1.2rem;
}

.indeed-datalist2 {
  margin: 22px 0 16px;
}

.indeed-datalist2 dt,
.indeed-datalist2 dd {
  display: inline;
}

.indeed-datalist2 dd:after {
  content: "";
  display: block;
}

.indeed-checklist {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 20px;
}

.indeed-checklist > li {
  padding: 2px 20px 2px 15px;
  position: relative;
  font-size: 1.2rem;
}

.indeed-checklist > li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(images/indeed/icon-check.svg);
  background-position: contain;
  position: absolute;
  left: 0;
  top: 6px;
}

.indeed-related {
  margin-top: 23px;
}

.indeed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #085ef7;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}

.indeed-btn--orange {
  background-color: #ff8943;
}

.indeed-btn--sticky {
  position: fixed;
  bottom: 10px;
  left: 4%;
  right: 4%;
}

.indeed-footer {
  padding: 40px 0 80px;
}

.indeed-copyright {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  color: #787878;
  text-align: center;
}

.page-thanks-adform-01 {
  background-color: #f5e7d7;
}

.page-thanks-adform-01 .l-content .breadcrumbs {
  display: none;
}

.page-thanks-adform-01 .l-content .page-head .l-inner {
  height: 370px;
}

.page-thanks-adform-01 .l-content .page-head__img {
  background-image: url(images/adform/mv-adform.jpg);
  background-size: cover;
  height: 370px;
}

.page-thanks-adform-01 .l-content .page-head__textarea {
  display: none;
}

.page-thanks-adform-01 .l-content .l-main {
  margin-top: 80px;
}

.page-thanks-adform-01 .l-content .l-main .card {
  background-image: url(images/adform/bg-content.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

.top-search {
  position: relative;
}

.top-search .box-general {
  margin: 0 0 6px;
}

.top-search .area-map {
  top: 10px;
  right: 0;
  left: 0;
  position: absolute;
}
.top-search .area-map svg {
  width: 550px;
  height: auto;
  display: block;
}

.top-search .area-map svg a,
.top-search .area-map svg [data-type=area] {
  cursor: pointer;
}

.top-search .area-map__label {
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #3ca000;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  color: #3282c8;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
}

.top-search .area-map__wrapper {
  position: relative;
  padding: 10px;
  background-color: #d9edfc;
  height: 570px;
}

.top-search .area-map__wrapper .area-list2 {
  position: relative;
  z-index: 2;
}

.top-kyujin {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.top-kyujin__btn {
  width: 370px;
  height: 70px;
  margin-top: 30px;
  font-size: 2.2rem;
}
.top-kyujin__btn .btn__arrow {
  bottom: 50%;
  transform: translateY(50%);
  width: 35px;
  height: 35px;
  right: 12px;
}
.top-kyujin__btn .btn__arrow::after {
  border: 8px solid transparent;
  border-left: 12px solid #fff;
  left: 11px;
}

.top-new {
  position: relative;
}

.top-new .slick-slide,
.top-new .card {
  width: 280px;
}

.top-new .card {
  margin: 5px auto 0;
}

.page-voice .review-rate {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 4px 4px 18px;
  border-bottom: 1px solid #dfe1e3;
  border-right: 1px solid #dfe1e3;
  margin-bottom: -1px;
  width: 50%;
}

.page-voice .review-rate:nth-of-type(2n) {
  border-right: none;
}

.page-voice .review-rate__title {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-voice .review-rate__box {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  padding: 10px 0;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dfe1e3;
  border-radius: 2px;
}

.page-voice .review-rate__box.star-1 .review-rate__star:first-child {
  background-image: url(images/voice/star-on.png);
}

.page-voice .review-rate__box.star-2 .review-rate__star:nth-child(-n+2) {
  background-image: url(images/voice/star-on.png);
}

.page-voice .review-rate__box.star-3 .review-rate__star:nth-child(-n+3) {
  background-image: url(images/voice/star-on.png);
}

.page-voice .review-rate__box.star-4 .review-rate__star:nth-child(-n+4) {
  background-image: url(images/voice/star-on.png);
}

.page-voice .review-rate__box.star-4half .review-rate__star:nth-child(-n+4) {
  background-image: url(images/voice/star-on.png);
}

.page-voice .review-rate__box.star-4half .review-rate__star:nth-child(5) {
  background-image: url(images/voice/star-half.png);
}

.page-voice .review-rate__box.star-5 .review-rate__star:nth-child(-n+5) {
  background-image: url(images/voice/star-on.png);
}

.page-voice .review-rate__star {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(images/voice/star-off.png);
  margin: 0 5px;
}

.page-voice .review-rate__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  color: #ff7800;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fffaf0;
  border: 1px solid #dfe1e3;
}

@media only screen and (min-width: 751px) {
  body {
    min-width: 1080px;
  }
  a {
    transition: opacity 0.2s;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .l-inner {
    width: 1080px;
    margin: 0 auto;
  }
  .l-twocol {
    display: flex;
    justify-content: space-between;
  }
  .l-twocol .l-main {
    width: 770px;
  }
  .l-twocol .l-side {
    width: 270px;
  }
  .header-logo:hover {
    opacity: 1;
  }
  .header-btnarea {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .header-btnarea__item:hover {
    opacity: 1;
  }
  .header-btnarea__item.favorite:hover {
    background-color: #dc6478;
  }
  .header-btnarea__item.recent:hover {
    background-color: #50a014;
  }
  .header-main .l-inner {
    padding-left: 210px;
    padding-right: 286px;
  }
  .gnav__item.is-current a {
    color: #414141;
    background-color: #ffe600;
  }
  .gnav__item a:hover {
    opacity: 1;
    color: #414141;
    background-color: #ffe600;
  }
  .footer-search__wrapper {
    display: flex;
  }
  .footer-search__unit.facility {
    flex: 1;
  }
  .footer-search__unit.facility .list-arrow__item {
    width: 50%;
  }
  .footer-search__unit.kodawari {
    width: 610px;
  }
  .footer-search__unit.kodawari .list-arrow__item {
    width: 33.3%;
  }
  .footer-main__item a {
    padding-left: 23px;
  }
  .footer-main__item a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .footer-main__item a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 8px;
    left: 6px;
  }
  .footer-bottom .l-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-nav {
    flex: 1;
  }
  .bnr-cv.size-l .bnr-cv__bottom {
    padding: 17px 42px 18px;
  }
  .bnr-cv.size-l .bnr-cv__btn {
    top: 230px;
  }
  .box-border--avatar {
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
  }
  .box-border--avatar:after {
    content: "";
    display: block;
    width: 77px;
    height: 92px;
    background-image: url(images/common/icon-woman.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: -1;
  }
  .box-general__head--l {
    padding: 17px 20px 17px 60px;
    border-bottom-width: 4px;
  }
  .box-general__head--l .box-general__title {
    font-size: 2.4rem;
  }
  .box-general__head--l .box-general__title:before {
    left: 16px;
  }
  .box-general__head--l .box-general__title .strong {
    font-size: 3.2rem;
    font-weight: 600;
  }
  .box-general.facility .list-check__item {
    min-height: 51px;
  }
  .box-general.keyword {
    margin: 0 0 20px;
  }
  .btn:hover {
    opacity: 0.8;
  }
  .card__head {
    display: flex;
  }
  .card__head__textarea {
    margin-left: 20px;
  }
  .card__title {
    background: none !important;
  }
  .card__textarea {
    padding: 20px 10px 10px;
  }
  .card__bottom {
    display: flex;
    justify-content: flex-end;
  }
  .card__subsection__head {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  .card__list--alt .card:nth-of-type(even) .card__head {
    flex-direction: row-reverse;
  }
  .card__list--alt .card:nth-of-type(even) .card__head__textarea {
    margin-right: 20px;
    margin-left: 15px;
  }
  .card__list--col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card__list--col2 .card {
    width: 530px;
    max-width: 49%;
  }
  .card__list--col2 .card__img {
    width: 240px;
    height: 195px;
  }
  .card__list--col2 .card__head__textarea {
    margin-left: 16px;
  }
  .card__list--col2 .card__title {
    font-size: 1.8rem;
  }
  .card__list--col2 .card .tag__wrapper {
    margin-top: 4px;
  }
  .card__list--col2 .card .tag__wrapper .tag--sq:nth-of-type(3n) {
    margin-right: 0;
  }
  .card--single .tag__wrapper .tag--sq {
    font-size: 1.5rem;
    min-width: 192px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .card--single .tag__wrapper .tag--sq:nth-of-type(5n) {
    margin-right: 0;
  }
  .card--single .table__wrapper {
    margin-top: 6px;
  }
  .card--single .table__cel {
    font-size: 1.4rem;
  }
  .card--single .card__meta {
    justify-content: flex-start;
    margin-left: -34px;
    margin-right: -34px;
    padding: 18px 36px;
  }
  .card--single .card__meta .tag__wrapper {
    margin-left: 40px;
  }
  .card--single .card__head {
    margin-bottom: 24px;
  }
  .card--single .card__title {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.18rem;
  }
  .card--single .card__img {
    width: 480px;
    height: 380px;
  }
  .single__ttl {
    font-size: 3rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  .single__heading {
    font-size: 2.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 700px;
  }
  .single__heading::before {
    height: 24px;
  }
  .single-info .card--single {
    padding-top: 30px;
  }
  .content-block__imgarea {
    width: 320px;
  }
  .content-block--col2 {
    display: flex;
  }
  .form__unit {
    display: flex;
    align-items: center;
  }
  .form__unit.-top {
    align-items: flex-start;
  }
  .form__unit__head {
    width: 28.7%;
  }
  .form-panel__back {
    transition: opacity 0.2s;
  }
  .form-panel__back:hover {
    opacity: 0.9;
  }
  .list-area--footer {
    display: flex;
  }
  .list-area2--footer {
    display: flex;
    align-items: flex-start;
  }
  .list-box {
    display: flex;
    justify-content: space-between;
  }
  .list-box__item {
    width: 340px;
    height: 90px;
  }
  .list-box__item--s {
    font-size: 1.8rem;
  }
  .list-check--row {
    display: flex;
    flex-wrap: wrap;
  }
  .list-hrcheck__item .text {
    width: 122px;
  }
  .search-kodawari__content .list-hrcheck__item label {
    margin-right: 30px;
  }
  .search-kodawari__content .list-hrcheck__item .text {
    width: auto;
  }
  .list-hrcheck__item.fluid:nth-child(n+2) {
    margin-top: 24px;
  }
  .list-hrcheck--col4 .list-hrcheck__item {
    width: 25%;
  }
  .list-hrcheck--col4 .list-hrcheck__item .text {
    width: auto;
  }
  .modal__close {
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .page-nav {
    display: flex;
    justify-content: center;
  }
  .page-nav__item a:hover {
    opacity: 1;
    color: #4bb9cd;
    background-color: #fff;
  }
  .page-nav__item a:hover:after {
    border-top-color: #4bb9cd;
  }
  .pagenation a:hover {
    background-color: #4bb9cd;
    color: #fff;
    opacity: 1;
  }
  .section-bnr {
    padding: 40px 0;
  }
  .search-menu__title.area {
    font-size: 2.4rem;
  }
  .search-menu__title.area .strong {
    font-size: 3.2rem;
  }
  .search-menu__title.keyword {
    font-size: 1.8rem;
    padding: 0 36px;
  }
  .search-menu__title.keyword .strong {
    font-size: 2.4rem;
  }
  .search-menu__content {
    display: flex;
    align-items: center;
  }
  .page-about .card-img__list .card-img {
    padding-right: 300px;
  }
  .page-about .card-img__list .card-img:nth-of-type(2n) {
    padding-left: 276px;
    padding-right: 40px;
  }
  .page-about .card-img__list .card-img__text {
    font-size: 1.4rem;
  }
  .page-about .about-figure__diagram {
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .page-about .about-figure__box {
    width: 168px;
  }
  .page-about .list-card {
    display: flex;
    justify-content: space-between;
  }
  .page-about .list-card__item {
    width: 32.46%;
  }
  .page-adform-01 .l-content.page-adform .form-panel__head {
    height: 90px;
    background-image: url(images/adform/bg-head.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page-adform-01 .l-content.page-adform .form-panel__head .form-panel__back {
    top: 17px;
    bottom: 17px;
  }
  .page-client .cv-area:before,
  .page-client .cv-area:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    height: 150px;
  }
  .page-client .cv-area:before {
    width: 124px;
    left: 6px;
    background-image: url(images/client/ill-man.png);
  }
  .page-client .cv-area:after {
    width: 118px;
    right: 15px;
    background-image: url(images/client/ill-woman.png);
  }
  .page-client .data-set__title {
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.36;
  }
  .page-client .list-number {
    display: flex;
  }
  .page-client .list-step {
    display: flex;
    justify-content: space-between;
  }
  .page-client .list-step__item {
    width: 220px;
    padding: 50px 10px 30px;
  }
  .page-client .list-step__item:before,
  .page-client .list-step__item:after {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    left: -30px;
    right: -12px;
    border-right: 1px solid #82cd1e;
    border-left: 1px solid #82cd1e;
    background-color: #fff;
  }
  .page-client .list-step__item:before {
    top: -1px;
    transform: skewX(10deg) translateX(10px);
    border-top: 1px solid #82cd1e;
  }
  .page-client .list-step__item:after {
    bottom: -1px;
    border-bottom: 1px solid #82cd1e;
    transform: skewX(-10deg) translateX(10px);
  }
  .page-client .list-step__item:first-child {
    border-radius: 6px 0 0 6px;
    background-color: #fff;
    border-left: 1px solid #82cd1e;
    border-top: 1px solid #82cd1e;
    border-bottom: 1px solid #82cd1e;
    width: 230px;
    padding-left: 26px;
    padding-right: 0;
  }
  .page-client .list-step__item:first-child:before,
  .page-client .list-step__item:first-child:after {
    border-left: none;
    left: 18px;
    right: -11px;
  }
  .page-client .list-step__item:first-child .list-step__number {
    left: 10px;
  }
  .page-client .list-step__item:last-child {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #82cd1e;
    border-top: 1px solid #82cd1e;
    border-bottom: 1px solid #82cd1e;
    background-color: #fff;
    padding-right: 26px;
    padding-left: 4px;
  }
  .page-client .list-step__item:last-child:before,
  .page-client .list-step__item:last-child:after {
    border-right: none;
    right: 60px;
    left: -30px;
    border-left: 1px solid #82cd1e;
  }
  .page-client .list-step__text {
    transform: translateX(10px);
  }
  .page-flow .step-vertical__item:nth-child(odd) .step-vertical__content__textarea {
    margin-right: 17px;
    margin-left: 0;
  }
  .page-flow .step-vertical__content {
    display: flex;
  }
  .page-flow .step-vertical__content__textarea {
    margin-left: 17px;
  }
  .page-flow .step-vertical__content__imgarea {
    width: 220px;
  }
  .mv {
    height: 389px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #bddfa3;
  }
  .mv:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 97px;
    background-color: #70c3ef;
  }
  .mv__img {
    background-image: url(images/top/mv.jpg);
    background-position: center top;
    background-size: 2012px 390px;
    background-repeat: no-repeat;
    height: 390px;
    position: relative;
    z-index: 1;
  }
  body.home .l-content {
    padding-top: 190px;
  }
  body.home .l-side {
    margin-top: -144px;
  }
  .top-search .area-map svg a:hover {
    opacity: 1;
  }
  .top-search .area-map svg a:hover .st2 {
    fill: #3ca000;
  }
  .top-search .area-map svg a path,
  .top-search .area-map svg a g,
  .top-search .area-map svg [data-type=area] path,
  .top-search .area-map svg [data-type=area] g {
    transition: fill 0.2s ease;
  }
  .page-voice .review-rate__box {
    width: 182px;
  }
}
@media only screen and (max-width: 750px) {
  body {
    padding-top: 70px;
    min-width: 375px;
  }
  iframe {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .l-inner-sp {
    padding: 0 10px;
  }
  .l-header {
    height: 70px;
  }
  .header-upperarea {
    background-color: #4bb9cd;
    border-bottom: 2px solid #32a0be;
  }
  .header-logo {
    top: 0;
    left: 10px;
    width: 105px;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1.7px 2px 0 rgba(4, 0, 0, 0.2);
    padding: 8px 0;
  }
  .header-logo img {
    width: 74px;
  }
  .header-logo img {
    margin: 0 0 6px;
  }
  .header-btnarea {
    padding: 5px 64px 5px 120px;
    justify-content: flex-end;
  }
  .header-btnarea__item {
    width: auto;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 8px 0 5px;
  }
  .header-btnarea__item:before {
    height: 22px;
    margin-bottom: 5px;
  }
  .header-btnarea__item {
    width: 49%;
    max-width: 95px;
    margin-left: 2%;
  }
  .header-btnarea__item:first-of-type {
    margin-left: 0;
  }
  .l-footer {
    margin-top: 40px;
  }
  .footer-navarea {
    text-align: center;
    padding-top: 30px;
    background-color: #fff;
  }
  .footer-main {
    justify-content: center;
    padding: 20px;
  }
  .footer-main__item {
    padding: 0;
  }
  .footer-main__item:first-child a:before {
    content: none;
  }
  .footer-main__item a {
    color: #414141;
    font-size: 1.2rem;
    padding: 0 1em;
    position: relative;
  }
  .footer-main__item a:before {
    content: "|";
    position: absolute;
    left: 0;
  }
  .footer-bottom {
    padding-top: 0;
    background-color: #fff;
  }
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }
  .footer-nav__item {
    font-size: 1rem;
  }
  .footer-copyright {
    text-align: center;
  }
  .l-side {
    margin-top: 40px;
  }
  .widget__title {
    font-size: 2.6rem;
  }
  .widget__title__ja {
    font-size: 1.3rem;
  }
  .side-cvbtn {
    display: inline-block;
    margin-top: 40px;
  }
  .side-cvbtn img {
    max-width: 315px;
  }
  .bnr-cv--support {
    border: none;
    border-radius: 0;
  }
  .bnr-cv__bottom {
    padding: 0;
  }
  .bnr-cv__btn {
    display: none;
  }
  .bnr-slider__item a {
    border-radius: 3px;
    border-width: 3px;
  }
  .bnr-slider__title {
    font-size: 1.8rem;
  }
  .bnr-slider__note {
    font-size: 1.2rem;
  }
  .box-border__title {
    font-size: 1.4rem;
  }
  .box-border__content {
    padding: 8px 10px;
  }
  .box-border__text {
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 6px 10px;
  }
  .box-border--big .box-border__title {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
  .box-border--big .box-border__content {
    font-size: 1.2rem;
  }
  .box-border--medium .box-border__title {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
  .box-border--medium .box-border__content {
    padding: 8px 10px;
  }
  .box-border--medium .box-border__text {
    font-size: 1.2rem;
  }
  .box-general__title.area:before {
    height: 30px;
  }
  .box-general__title.keitai:before {
    height: 30px;
  }
  .box-general__title.kodawari:before {
    height: 24px;
  }
  .box-general__content--padding {
    padding: 8px;
  }
  .box-general__content--padding2 {
    padding: 8px;
  }
  .box-general__content--fixedheight {
    height: calc(100vh - 340px);
  }
  .box-general__content--spfixedheight {
    height: calc(100vh - 340px);
    overflow: auto;
  }
  .box-general__bottom {
    padding: 10px 0;
  }
  #modal-keitai .list-check {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #modal-keitai .list-check__item {
    width: 49.8%;
  }
  #modal-keitai .list-check__item:first-child {
    width: 100%;
  }
  #modal-kodawari .list-check {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #modal-kodawari .list-check__item {
    width: 49.8%;
  }
  .box-hr__title {
    font-size: 1.4rem;
    padding: 6px 7px;
  }
  .box-hr__content {
    padding: 11px;
  }
  .box-hr.review .box-hr__title:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .box-qa {
    margin-top: 10px;
  }
  .box-qa__q {
    font-size: 1.4rem;
  }
  .box-qa__q:before {
    font-size: 1.6rem;
  }
  .box-qa__a {
    font-size: 1.2rem;
  }
  .box-toggle__head {
    padding: 15px 45px 15px 15px;
  }
  .box-toggle__title {
    font-size: 1.4rem;
    letter-spacing: 0.04rem;
  }
  .box-toggle__btn {
    width: 24px;
    height: 24px;
    right: 16px;
  }
  .box-toggle__btn:before,
  .box-toggle__btn:after {
    width: 12px;
  }
  .box-toggle__content {
    padding: 10px 15px;
  }
  .breadcrumbs {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .breadcrumbs .l-inner {
    overflow-x: auto;
    white-space: nowrap;
  }
  .breadcrumbs--02 {
    margin: 20px 0;
  }
  .btn-switch-area a {
    text-shadow: none;
    border-radius: 4px;
  }
  .btn {
    text-shadow: none;
    border-radius: 4px;
  }
  .btn .tag-muryo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px 0 9px;
    font-size: 1.4rem;
    width: auto;
    letter-spacing: 0.2rem;
  }
  .btn--border {
    font-size: 1.5rem;
  }
  .btn--s {
    font-size: 1.4rem;
  }
  .btn--s .small {
    font-size: 1.1rem;
  }
  .btn--m {
    font-size: 2rem;
  }
  .btn--m .small {
    font-size: 1.4rem;
  }
  .btn--l {
    font-size: 2rem;
  }
  .btn--l .small {
    font-size: 1.4rem;
  }
  .btn--favorite {
    font-size: 1.6rem;
  }
  .btn__arrow {
    width: 15px;
    height: 15px;
    border-width: 1px;
    right: 3px;
    bottom: 3px;
  }
  .btn__arrow:after {
    left: 5px;
    border-width: 3px;
    border-left-width: 5px;
  }
  .btn__arrow--center {
    right: 5px;
    bottom: -1px;
  }
  .btn--sticky {
    border-radius: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .btn--sticky:after {
    content: none;
  }
  .btn--sticky .btn__text {
    font-size: 1.2rem;
  }
  .btn--sticky .btn__text .strong {
    font-size: 1.6rem;
  }
  .card {
    border-radius: 3px;
  }
  .card__meta {
    display: block;
    padding: 4px;
  }
  .card__meta .tag--sq {
    display: inline-block;
  }
  .card__head--sprow {
    display: flex;
  }
  .card__imgarea {
    margin-bottom: 8px;
  }
  .card__img {
    width: 120px;
    height: 100px;
    margin-right: 8px;
  }
  .card__maintitle {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .card__title {
    font-size: 1.8rem;
    letter-spacing: 0.07rem;
    margin: 4px 0 8px;
    line-height: 1.28;
  }
  .card__title.sp-thumb {
    display: flex;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .card__title.sp-thumb:before {
    content: "";
    display: block;
    width: 120px;
    height: 100px;
    background: inherit;
    border-radius: 4px;
    position: relative;
    z-index: 2;
  }
  .card__title.sp-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #faf8e7;
  }
  .card__title.sp-thumb a,
  .card__title.sp-thumb span {
    flex: 1;
    position: relative;
    z-index: 2;
    margin-left: 8px;
  }
  .card__title2 {
    color: #414141;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.33;
  }
  .card__title2 a {
    color: #414141;
  }
  .card__title2 a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .card__text {
    font-size: 1.2rem;
    padding-bottom: 16px;
  }
  .card__btnarea {
    display: flex;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .card__btnarea .btn--border {
    width: 105px;
    margin: 0 5px 0 0;
  }
  .card__btnarea .btn--sticky {
    flex: 1;
  }
  .card--s__btnarea {
    gap: 10px;
  }
  .card--s__btnarea a {
    width: calc((100% - 10px) / 2);
  }
  .card--s__btnarea .btn--border {
    font-size: 1.7rem;
  }
  .card__cvarea {
    display: block;
  }
  .card__cvarea .btn {
    width: 100%;
    height: 50px;
    margin-top: 8px;
  }
  .card__subsection__head .btn {
    margin: 10px 0 10px auto;
  }
  .card__subsection__title {
    font-size: 1.8rem;
  }
  .card__subsection__title:before {
    top: 0;
  }
  .card__list .slick-slide {
    width: 280px;
  }
  .card__list .slick-prev,
  .card__list .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4bb9cd;
    border: 2px solid #fff;
    box-shadow: 0 0 4px 0 rgba(4, 0, 0, 0.2);
    box-sizing: border-box;
    z-index: 9;
    top: 50%;
  }
  .card__list .slick-prev:before,
  .card__list .slick-next:before {
    content: none;
  }
  .card__list .slick-prev:after,
  .card__list .slick-next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }
  .card__list .slick-prev {
    left: -30px;
    transform: translateY(-50%) scale(-1, 1);
  }
  .card__list .slick-next {
    right: -30px;
  }
  .card--single {
    padding: 4px 10px 10px;
  }
  .card--single .card__img {
    width: 100%;
    height: 60vw;
    margin-bottom: 8px;
  }
  .caution-region {
    margin: 0 10px;
    font-size: 1.4rem;
    padding: 12px;
  }
  .content-block__title {
    font-size: 1.8rem;
  }
  .content-block__imgarea {
    margin-top: 20px;
  }
  .form__unit__head {
    padding: 8px 0;
    justify-content: flex-start;
  }
  .form__title {
    font-size: 1.4rem;
  }
  .form__tag {
    margin-left: 8px;
    padding: 2px 5px;
  }
  .form__input {
    padding: 10px;
    border-radius: 3px;
  }
  .form__checkbtn .wpcf7-list-item {
    width: 48.8%;
  }
  .form__checkbtn > label > span,
  .form__checkbtn .wpcf7-list-item > label > span {
    width: 100%;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .form__select select {
    padding: 8px 10px;
  }
  .form .btn {
    width: 80%;
  }
  .form-panel__unit {
    padding: 20px 10px 10px;
  }
  .form-panel__back {
    font-size: 1.4rem;
    top: 4px;
    left: 4px;
    bottom: 4px;
  }
  .form-panel__back .icon {
    width: 15px;
    height: 15px;
    border-width: 1px;
  }
  .form-panel__back .icon:before {
    border-width: 3px;
    border-right-width: 5px;
  }
  .form-panel__title {
    font-size: 2.8rem;
  }
  .form-panel__step__list li {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
    line-height: 22px;
  }
  .form-panel__content {
    padding: 10px 0;
  }
  .form-panel__topic {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .form-panel__topic--hastag .form__tag {
    margin: 6px;
  }
  .form-panel__bottom .btn {
    width: 80%;
    justify-content: center;
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .form-panel__bottom .btn--submit .small {
    font-size: 1.2rem;
  }
  .label-region {
    width: calc(100% - 20px);
    font-size: 1rem;
    font-weight: 400;
    border-radius: 2px;
  }
  .region-hokkaido-tohoku .label-region {
    width: calc(100% - 10px);
  }
  .list-area--footer .list-area__item--l {
    width: 100%;
    box-sizing: border-box;
  }
  .list-area2--footer .list-area2__item--l {
    width: 100%;
    box-sizing: border-box;
  }
  .list-area2--footer .list-area2__item .list-area2--footer .list-area2__item--l {
    width: 100%;
    box-sizing: border-box;
  }
  .list-area2--footer .list-area2__item.--hokkaido {
    width: 100%;
  }
  .list-bnr {
    margin-top: 0;
    margin-bottom: 0;
  }
  .list-box__item {
    font-size: 1.6rem;
    margin-top: 5px;
    padding: 8px 10px;
    line-height: 1.3;
  }
  .list-box__item:before {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  .list-hrcheck {
    justify-content: space-between;
  }
  .list-hrcheck__item {
    width: 49.8%;
    color: #414141;
    padding: 8px;
    box-sizing: border-box;
  }
  .list-hrcheck__item.fluid:nth-child(n+2) {
    margin-top: 16px;
  }
  .list-general__text {
    font-size: 1.8rem;
  }
  .modal-select-region {
    top: 80px;
    left: 0;
    right: 0;
    transform: none;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .modal-select-region__head {
    padding: 12px 0;
  }
  .modal-select-region__ttl {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
  }
  .modal-select-region__ttl small {
    font-size: 1.6rem;
  }
  .modal-select-region__ttl:before {
    width: 24px;
    height: 34px;
  }
  .modal-select-region__content {
    padding: 10px;
    display: block;
  }
  .modal-select-region__area {
    width: 100%;
    height: auto;
    border-width: 3px;
  }
  .modal-select-region__area:nth-child(n+2) {
    margin: 10px 0 0;
  }
  .modal-select-region__area a {
    padding: 15px;
    box-sizing: border-box;
  }
  .modal-select-region__label {
    border-width: 3px;
    width: 220px;
    height: 120px;
    padding: 0 15px;
  }
  .modal-select-region__copy {
    font-size: 1.8rem;
    padding: 0 28px 0 0;
    margin: 0 0 8px;
  }
  .modal-select-region__copy:before {
    width: 20px;
    height: 20px;
  }
  .modal-select-region__copy:after {
    border-width: 4px 0 4px 6px;
    right: 6px;
  }
  .modal {
    padding: 60px 10px;
  }
  .modal .box-general .btn {
    width: 80%;
    font-size: 1.8rem;
  }
  .page-head {
    overflow: hidden;
  }
  .page-head .l-inner {
    height: 160px;
  }
  .page-head__img {
    background-size: 1032px 200px;
  }
  .page-head__title {
    font-size: 2.3rem;
    letter-spacing: 0.14rem;
  }
  .page-head__subtitle {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .page-head--02 {
    background-size: contain;
  }
  .page-head--02 .page-head__title {
    font-size: 1.9rem;
    line-height: 0.5;
    letter-spacing: 0.04rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
  .page-head--02 .page-head__subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.07rem;
    margin-top: 14px;
  }
  .page-apply-syokai .page-head {
    background-image: url(images/others/mv-syokai-sp.jpg);
  }
  .page-apply-hikoukai .page-head {
    background-image: url(images/others/mv-hikoukai-sp.jpg);
  }
  .page-apply-support .page-head {
    background-image: url(images/others/mv-support-sp.jpg);
  }
  .page-lead .title-l:after {
    left: 3%;
    right: 3%;
  }
  .page-lead__head {
    padding: 18px 10px 14px;
  }
  .page-lead__content {
    padding: 16px 10px 22px;
  }
  .page-nav__item {
    margin: 5px 0 0;
  }
  .search-keyword {
    padding: 1px 0 1px 8px;
  }
  .search-keyword__input {
    font-size: 1.2rem;
    padding: 5px 0;
  }
  .search-keyword button {
    width: 36px;
    height: 36px;
    background-size: 23px;
  }
  .search-keyword__wrapper {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
    margin-top: 10px;
  }
  .search-keyword__wrapper .search-keyword {
    flex: 1;
    margin-left: 16px;
  }
  .search-menu {
    display: block;
    border-radius: 0;
    margin-top: -60px;
    padding: 30px 10px 20px;
  }
  .search-menu__titlearea {
    margin: 10px 0 5px;
  }
  .search-menu__maintitle {
    font-size: 2rem;
  }
  .search-menu__maintitle::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .search-menu__item {
    width: 100%;
  }
  .search-menu__item.keyword .search-menu__head {
    border: none;
  }
  .search-menu__item.keyword .search-menu__content {
    padding: 5px;
    border: none;
    box-sizing: border-box;
    background-color: #4bb9cd;
  }
  .search-menu__title {
    font-size: 1.3rem;
    height: 54px;
  }
  .search-menu__title .strong {
    font-size: 1.7rem;
  }
  .search-menu__title.area:before {
    width: 18px;
    height: 25px;
  }
  .search-menu__title.keitai:before {
    width: 26px;
    height: 26px;
  }
  .search-menu__title.kodawari:before {
    width: 21px;
    height: 21px;
  }
  .search-menu__title.keyword {
    font-size: 1.4rem;
    padding: 10px;
    box-sizing: border-box;
  }
  .search-menu__title.keyword .strong {
    font-size: 1.4rem;
  }
  .search-menu__btn {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
  }
  .search-menu__btn:before,
  .search-menu__btn:after {
    width: 9px;
    height: 1px;
  }
  .search-menu__keyword {
    background-color: #eef2f8;
    border: 1px solid #dfe1e3;
    padding: 9px;
  }
  .search-menu .btn--search {
    width: 273px;
    height: 48px;
    font-size: 1.6rem;
    margin-top: 25px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .section-general {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-m60 {
    margin: 40px 0;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .sp-freedial__note {
    color: #414141;
  }
  .sp-freedial__note .small {
    color: #787878;
  }
  .tab {
    --tab-margin: 2px;
  }
  .tab__head {
    border-bottom-width: 3px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tab__title {
    width: var(--tab-width);
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 14px 0;
    letter-spacing: 0;
    border-radius: 3px 3px 0 0;
  }
  .tab__wrapper {
    margin-top: 30px;
  }
  .table__row {
    display: flex;
    flex-wrap: wrap;
  }
  .table__head {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    width: 32%;
    box-sizing: border-box;
    line-height: 1;
    padding: 5px 2px;
    text-align: center;
    border-top: 1px solid #dfe1e3;
    border-left: none;
  }
  .table__head:first-of-type {
    border-top: none;
  }
  .table__cel {
    width: 68%;
    box-sizing: border-box;
    border-top: 1px solid #dfe1e3;
    padding: 3px 8px;
    font-size: 1.2rem;
  }
  .table__cel:first-of-type {
    border-top: none;
  }
  .tag--sq {
    font-size: 1.1rem;
    padding: 6px 10px;
  }
  .tag--fluid {
    width: 100%;
    text-align: center;
  }
  .tag--round {
    font-size: 1.2rem;
    padding: 3px 10px 4px;
  }
  .tag__wrapper .tag {
    margin-bottom: 2px;
    margin-right: 2px;
  }
  .tag__wrapper--s .tag {
    width: 32%;
  }
  .text-lead {
    font-size: 1.4rem;
  }
  .text-note {
    font-size: 1.2rem;
    text-align: left;
  }
  .text-l {
    font-size: 1.4rem;
  }
  .title-l {
    font-size: 2.2rem;
    line-height: 1.28;
    letter-spacing: 0.16rem;
  }
  .title-l2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0.16rem;
  }
  .title-m {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .title-s {
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
  }
  .title-s .strong {
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }
  .title-balloon {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title-balloon:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
  }
  .title-balloon:after {
    border-width: 10px;
    border-top-width: 8px;
    bottom: -18px;
  }
  .title-balloon.search:before {
    width: 23px;
    height: 23px;
    background-image: url(images/common/icon-search-bl.svg);
  }
  .title-balloon.osusume:before {
    width: 24px;
    height: 22px;
    background-image: url(images/common/icon-thumb-bl.svg);
  }
  .page-about .section-lead.card-img {
    padding: 100px 0 20px;
    text-align: center;
    background-image: url(images/about/img-lead-sp.jpg);
    background-position: top center;
  }
  .page-about .section-lead.card-img .title-s {
    padding-left: 95px;
  }
  .page-about .section-lead.card-img .title-s:before {
    width: 82px;
    height: 85px;
    background-image: url(images/about/badge-no1-sp.png);
    background-size: contain;
    left: 6px;
    top: 93px;
  }
  .page-about .card-img {
    background-image: url(images/about/img-01-sp.jpg);
    padding: 15px;
    background-size: 371px 196px;
    background-position: top right;
  }
  .page-about .card-img__text {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 12px;
  }
  .page-about .card-img__note {
    font-size: 0.9rem;
    padding-left: 95px;
    text-align: left;
  }
  .page-about .card-img__list .card-img {
    padding: 10px;
    min-height: 200px;
    background-image: none !important;
    background-color: #fff;
    position: relative;
  }
  .page-about .card-img__list .card-img:before {
    content: "";
    display: block;
    height: 123px;
    background-size: cover;
    background-position: top right;
    margin-bottom: 5px;
  }
  .page-about .card-img__list .card-img.temanashi:before {
    background-image: url(images/about/img-merit01-sp.jpg);
  }
  .page-about .card-img__list .card-img.mensetsu:before {
    background-position: left center;
    background-image: url(images/about/img-merit02-sp.jpg);
  }
  .page-about .card-img__list .card-img.soudan:before {
    background-image: url(images/about/img-merit03-sp.jpg);
  }
  .page-about .card-img__list .card-img:first-child {
    border-radius: 3px 3px 0 0;
  }
  .page-about .card-img__list .card-img:last-child {
    border-radius: 0 0 3px 3px;
  }
  .page-about .card-img__list .card-img .title-m {
    text-align: center !important;
  }
  .page-about .card-img__list .card-img__text {
    text-align: left;
  }
  .page-about .about-figure__head {
    padding: 20px 15px 15px;
  }
  .page-about .about-figure .title-l {
    font-size: 1.9rem;
  }
  .page-about .about-figure .title-l:before,
  .page-about .about-figure .title-l:after {
    width: 9px;
    height: 48px;
    border-width: 2px;
  }
  .page-about .about-figure .title-l:before {
    left: -24px;
  }
  .page-about .about-figure .title-l:after {
    right: -24px;
  }
  .page-about .about-figure__title {
    font-size: 1.3rem;
  }
  .page-about .about-figure__diagram {
    padding: 10px;
  }
  .page-about .list-card__item {
    padding: 20px 15px 18px;
    margin-top: 10px;
    text-align: center;
  }
  .page-adform-01 .l-content.page-adform .page-head {
    margin-bottom: 68px;
  }
  .page-adform-01 .l-content.page-adform .page-head__img {
    background-image: url(images/adform/mv-adform__sp.jpg);
  }
  .page-adform-01 .l-content.page-adform .form-panel__head {
    flex-wrap: wrap;
  }
  .page-adform-01 .l-content.page-adform .form-panel__head__box {
    width: 100%;
    background-image: url(images/adform/bg-head__sp.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 4px 4px 0 0;
  }
  .page-adform-01 .l-content.page-adform .form-panel__head .form-panel__back {
    height: 34px;
  }
  .page-adform-01 .l-content.page-adform .form-panel__head .form-panel__back .icon:before {
    border-right: 5px solid #ff9600;
    left: auto;
    right: 3.6px;
  }
  .page-adform-01 .l-content.page-adform .form-panel__step {
    margin: 4px 0 0 0;
    width: 100%;
    background-image: url(images/adform/bg-head__sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page-adform-01 .l-content.page-adform .form-panel__step__list li {
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
    margin: 0 10px;
  }
  .page-adform-01 .l-content.page-adform .form-panel__balloon {
    background-size: 100%;
    width: 135px;
    height: 80px;
    top: -60px;
    right: -5px;
  }
  .page-client .box-white--arrow .box-white__subsection {
    padding: 20px 10px 10px;
  }
  .page-client .box-white--arrow .box-white__subsection:first-child:after {
    border-width: 40px;
    border-top-width: 30px;
  }
  .page-client .data-set {
    padding: 10px;
    justify-content: space-between;
  }
  .page-client .data-set__title {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .page-client .data-set__data {
    width: 49.2%;
    margin: 2px 0;
  }
  .page-client .list-number__item {
    border-right: none;
    padding: 10px;
    border-top: 1px solid #dfe1e3;
  }
  .page-client .list-number__item:first-child {
    border: none;
  }
  .page-client .list-number__title {
    font-size: 1.8rem;
  }
  .page-client .list-number__img img {
    height: 80px;
  }
  .page-client .list-step__item {
    margin-bottom: 40px;
    padding: 20px 10px 15px;
    border: 1px solid #82cd1e;
  }
  .page-client .list-step__item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 16px solid #82cd1e;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page-client .list-step__item:first-child:before {
    content: none;
  }
  .page-client .list-step__number {
    left: -10px;
  }
  .page-client .list-step__title {
    font-size: 1.8rem;
  }
  .page-client .list-step__img {
    height: auto;
    margin: 10px;
  }
  .page-client .list-step__img img {
    width: 80px;
  }
  .page-client .list-step__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .page-flow .flow-lead {
    border-radius: 3px;
    padding: 16px 10px 20px;
    overflow: hidden;
  }
  .page-flow .flow-lead__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -16px;
    margin-left: -24px;
  }
  .page-flow .flow-lead__list__item {
    width: 80px;
    height: 80px;
    font-size: 1.3rem;
    margin: 26px 0 0 24px;
  }
  .page-flow .flow-lead__list__item:after {
    font-size: 1.3rem;
    top: -20px;
  }
  .page-flow .flow-lead__list__item:before {
    border-width: 6px;
    border-left-width: 10px;
    left: -20px;
  }
  .page-flow .step-vertical__item {
    border-radius: 3px;
  }
  .page-flow .step-vertical__head {
    padding: 6px;
    border-radius: 3px 3px 0 0;
  }
  .page-flow .step-vertical__title {
    font-size: 1.6rem;
  }
  .page-thanks-adform-01 .l-content .page-head {
    display: none;
  }
  .page-thanks-adform-01 .l-content .page-head__img {
    background-image: url(images/adform/mv-adform__sp.jpg);
  }
  .page-thanks-adform-01 .l-content .l-main {
    margin-top: 68px;
  }
  .mv {
    padding: 0 10px;
    margin-bottom: 32px;
    text-align: center;
  }
  .mv__btn img {
    margin-top: -35px;
    max-width: 325px;
  }
  .top-kyujin .card__img {
    display: none;
  }
  .top-kyujin .title-l2 {
    font-size: 2.3rem;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0 0 -20px;
  }
  .top-new .title-l2 {
    font-size: 2.3rem;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 32px 0 -20px;
  }
  .page-voice .card__head {
    display: block;
  }
  .page-voice .card__imgarea {
    display: flex;
    align-items: center;
  }
  .page-voice .card__imgarea__text {
    padding: 8px;
  }
  .page-voice .card__img {
    margin-right: 0;
  }
  .page-voice .review-rate {
    width: 100%;
    border-right: none;
    padding-left: 6px;
  }
  .page-voice .review-rate__title {
    font-size: 1.2rem;
  }
  .page-voice .review-rate__list {
    margin-top: 10px;
  }
  .pagenation .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  .pagenation .page-numbers.prev, .pagenation .page-numbers.next {
    display: none;
  }
  .other-search {
    padding: 15px 10px;
  }
  .other-search__ttl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .header-btnarea__item {
    font-size: 1rem;
  }
  .title-l2 {
    font-size: 1.6rem;
    line-height: 1.28;
  }
  .top-kyujin .title-l2 {
    font-size: 1.7rem;
  }
  .top-new .title-l2 {
    font-size: 1.7rem;
  }
}

/*# sourceMappingURL=style.css.map */