@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, span, a, label {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

body {
  /*font-family: 'M PLUS 1p', Helvetica, Arial, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;*/
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  /*line-height: 1;*/
  line-height: 1.2;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #4d4d4d;
}

body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.thumb img {
  width: 100%;
}

figure {
  padding: 0;
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
}

input,
select,
textarea {
  font-size: 16px;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #ccc;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}

main {
  overflow: hidden;
  background: #ebe8e8;
  padding-bottom: 74px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

a:hover img {
  opacity: .7;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.rwd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.rwd iframe, .rwd object, .rwd embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .wrap {
    width: 92%;
  }
}

.sp {
  display: none;
}

.visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ==============================================================
*  レイアウト
* ============================================================ */
.header {
  border-top: solid 26px #00a8b7;
}

@media screen and (max-width: 767px) {
  .header {
    border-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: #fff;
  }
}

.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 38px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__info {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1100px) {
  .header__logo img {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo img {
    width: 150px;
  }
}

.header__btn a {
  width: 208px;
  height: 58px;
  font-size: 13px;
  color: #655443;
}

.header__btn a::before {
  width: 32px;
  height: 21px;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 767px) {
  .header__btn a::before {
    width: 26px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .header__btn--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.header__nav {
  border-bottom: solid 7px #00a8b7;
  padding: 0 0 7px;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .header__nav {
    position: fixed;
    top: 61px;
    right: -100%;
    max-height: calc(100vh - 61px);
    width: 320px;
    border-bottom: 0;
    background: #00a8b7;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .header__nav.is-open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
}

.header__nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 7px 0;
  -webkit-animation: slidedown .6s;
          animation: slidedown .6s;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .header__nav-wrap {
    width: 100%;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .header__nav-list {
    display: block;
    overflow-y: auto;
  }
}

.header__nav-list li {
  -webkit-flex-basis: calc(100%/4);
      -ms-flex-preferred-size: calc(100%/4);
          flex-basis: calc(100%/4);
}

.header__nav-list li.current a {
  background: #ebe8e8;
}

@media screen and (max-width: 767px) {
  .header__nav-list li.current a {
    background: #00a8b7;
  }
}

.header__nav-list li.current a::after {
  content: '';
  width: 100%;
  height: 8px;
  display: block;
  background: #00a8b7;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .header__nav-list li.current a::after {
    content: none;
  }
}

.header__nav-list li:last-child a {
  border-right: solid 1px #4d4d4d;
}

@media screen and (max-width: 767px) {
  .header__nav-list li:last-child a {
    border-right: 0;
    border-bottom: 0;
  }
}

.header__nav-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #4d4d4d;
  height: 60px;
  border-left: solid 1px #4d4d4d;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .header__nav-list a {
    font-size: 13px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 0;
    border-bottom: solid 1px #fff;
    padding: 0 0 0 28px;
    color: #fff;
    height: 48px;
    font-size: 14px;
  }
}

.header__nav-list a::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.header__nav-list a:hover {
  opacity: .7;
}

.header__nav-list--home a::before {
  width: 25px;
  height: 25px;
  background-image: url(../img/common/ico_home.svg);
  margin: 0 12px 0 0;
}

@media screen and (max-width: 1100px) {
  .header__nav-list--home a::before {
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-list--home a::before {
    width: 20px;
    height: 20px;
    background-image: url(../img/common/ico_home_white.svg);
  }
}

.header__nav-list--first a::before {
  width: 17px;
  height: 25px;
  background-image: url(../img/common/ico_first.svg);
  margin: 0 16px 0 0;
}

@media screen and (max-width: 1100px) {
  .header__nav-list--first a::before {
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-list--first a::before {
    width: 14px;
    height: 20px;
    background-image: url(../img/common/ico_first_white.svg);
    margin: 0 11px 0 3px;
  }
}

.header__nav-list--search a::before {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico_search.svg);
  margin: 0 6px 0 0;
}

@media screen and (max-width: 767px) {
  .header__nav-list--search a::before {
    width: 20px;
    height: 20px;
    background-image: url(../img/common/ico_search_white.svg);
    margin: 0 9px 0 0;
  }
}

.header__nav-list--faq a::before {
  width: 32px;
  height: 28px;
  background-image: url(../img/common/ico_faq.svg);
  margin: 0 8px 0 0;
}

@media screen and (max-width: 767px) {
  .header__nav-list--faq a::before {
    width: 24px;
    height: 20px;
    background-image: url(../img/common/ico_faq_white.svg);
    margin: 0 6px 0 -1px;
  }
}

.header__nav-list--recruit a::before {
  width: 27px;
  height: 28px;
  background-image: url(../img/common/ico_recruit.svg);
  margin: 0 8px 0 0;
}

@media screen and (max-width: 767px) {
  .header__nav-list--recruit a::before {
    width: 19px;
    height: 20px;
    background-image: url(../img/common/ico_recruit_white.svg);
    margin: 0 10px 0 0;
  }
}

.header__mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #33b9ff;
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.header__mail img {
  width: 24px;
}

.footer {
  border-top: solid 6px #00a8b7;
}

@media screen and (max-width: 767px) {
  .footer {
    border-top: solid 3px #00a8b7;
  }
}

.footer__info {
  padding: 52px 0 0;
}

@media screen and (max-width: 767px) {
  .footer__info {
    padding: 30px 0 0;
  }
}

.footer__logo {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 260px;
  }
}

.footer__btn {
  margin: 28px 0 0;
}

.footer__btn a {
  width: 306px;
  height: 72px;
  font-size: 16px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__btn a {
    width: 280px;
    height: 58px;
    font-size: 15px;
  }
}

.footer__btn a::before {
  width: 40px;
  height: 26px;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 767px) {
  .footer__btn a::before {
    width: 32px;
    height: 20px;
  }
}

.footer__nav {
  margin: 46px 0 0;
  padding: 10px 0;
  background: #00a8b7;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    margin: 30px 0 0;
    padding: 0 0 10px;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer__nav-list li {
  text-align: center;
  border-left: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .footer__nav-list li {
    margin: 10px 0 0;
  }
}

.footer__nav-list a {
  font-size: 13px;
  color: #fff;
  padding: 0 22px;
}

@media screen and (max-width: 1100px) {
  .footer__nav-list a {
    font-size: 11px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-list a {
    font-size: 12px;
    padding: 0 16px;
  }
}

.footer__nav-list a:hover {
  opacity: .7;
}

.copyright {
  font-size: 11px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background: #655443;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px auto 0;
}

@media screen and (max-width: 899px) {
  .container {
    display: block;
    margin: 40px auto 0;
  }
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 0 0 28px;
}

@media screen and (max-width: 1100px) {
  .sidebar {
    -webkit-flex-basis: 240px;
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
  }
}

@media screen and (max-width: 899px) {
  .sidebar {
    margin: 60px 0 0;
  }
}

.side-free {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.side-free__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  background: #655443;
  padding: 20px 0;
  letter-spacing: 2px;
}

.side-free__title--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  background: #00a8b7;
  width: 72px;
  height: 26px;
  border-radius: 20px;
}

@media screen and (max-width: 1100px) {
  .side-free__title--icon {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .side-free__title--icon {
    font-size: 15px;
  }
}

.side-free__title--text {
  font-size: 22px;
  margin: 0 0 0 12px;
}

@media screen and (max-width: 1100px) {
  .side-free__title--text {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .side-free__title--text {
    font-size: 20px;
  }
}

.side-free__cont {
  padding: 15px 20px 24px;
}

.side-free__update {
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 1100px) {
  .side-free__update {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .side-free__update {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .side-free__btn {
    margin: 10px 0 0;
  }
}

.side-free__btn a {
  width: 250px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #00a8b7;
  border-radius: 10px;
  margin: 0 auto;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  .side-free__btn a {
    width: 100%;
    height: 46px;
  }
}

.side-free__btn a::after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../img/top/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin: 0 0 0 8px;
}

@media screen and (max-width: 767px) {
  .side-free__btn a::after {
    width: 16px;
    height: 16px;
  }
}

.side-link__list li {
  margin: 20px 0 0;
}

.side-link__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 18px;
  font-weight: 500;
  color: #33b9ff;
  background: #fff;
  border: solid 2px #33b9ff;
  border-radius: 10px;
  width: 100%;
  height: 96px;
  padding: 0 0 18px;
  position: relative;
}

.side-link__list a::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.side-link__list--first a::before {
  width: 20px;
  height: 30px;
  background-image: url(../img/common/ico_first_blue.svg);
}

.side-link__list--faq a::before {
  width: 36px;
  height: 32px;
  background-image: url(../img/common/ico_faq_blue.svg);
}

.side-link__list--recruit a::before {
  width: 36px;
  height: 38px;
  background-image: url(../img/common/ico_recruit_blue.svg);
}

/* ==============================================================
*  モジュール
* ============================================================ */
.ham {
  cursor: pointer;
  position: relative;
  top: -3px;
  margin: 0 0 0 15px;
}

.ham__text {
  font-size: 10px;
  display: block;
  position: relative;
  top: 10px;
  text-align: center;
}

.ham__line {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #4d4d4d;
  position: relative;
}

.ham__line::before, .ham__line::after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  right: 0;
  background: #4d4d4d;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.ham__line::before {
  top: -10px;
}

.ham__line::after {
  top: 10px;
}

.ham[aria-expanded="true"] .ham__line {
  background-color: transparent;
}

.ham[aria-expanded="true"] .ham__line::before,
.ham[aria-expanded="true"] .ham__line::after {
  top: -2px;
  width: 30px;
  background: #4d4d4d;
}

.ham[aria-expanded="true"] .ham__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ham[aria-expanded="true"] .ham__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn:hover {
  opacity: .7;
}

.btn-mail {
  background: #85d5ff;
  border-radius: 40px;
  color: #655443;
}

.btn-mail::before {
  content: '';
  display: block;
  background-image: url(../img/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.freelist a:hover img {
  opacity: 1;
}

.freelist__category {
  font-size: 15px;
  color: #fff;
  background: #655443;
  padding: 6px 12px;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .freelist__category {
    font-size: 11px;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__category {
    font-size: 15px;
    padding: 6px 12px;
  }
}

.freelist__title {
  font-size: 24px;
  font-weight: 500;
  color: #655443;
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: solid 1px #655443;
}

@media screen and (max-width: 1100px) {
  .freelist__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__title {
    font-size: 24px;
  }
}

.freelist__info {
  font-size: 15px;
}

@media screen and (max-width: 1100px) {
  .freelist__info {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__info {
    font-size: 15px;
  }
}

.freelist__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 10px 0 0;
  font-style: normal;
  line-height: 1.2;
}

.freelist__info-item + .freelist__info-item {
  margin: 6px 0 0;
}

.freelist__info-title {
  font-weight: 500;
  color: #655443;
}

.freelist__info-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
	color: #4d4d4d; /* add 20220308 Ikegami*/
}

.freelist__info-num {
  color: #ff7bab;
}

.freelist__info .big {
  font-size: 18px;
  font-weight: 800;
}

@media screen and (max-width: 1100px) {
  .freelist__info .big {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__info .big {
    font-size: 18px;
  }
}

.freelist__vacant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0 0;
}

@media screen and (max-width: 1100px) {
  .freelist__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 90px;
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__img {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media screen and (max-width: 559px) { /* 20220309 add start Ikegami */
  .freelist__img {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
} /* 20220309 add end Ikegami */

.freelist__room {
  margin: 0 0 0 12px;
  font-size: 15px;
}

@media screen and (max-width: 1100px) {
  .freelist__room {
    font-size: 13px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__room {
    font-size: 15px;
    margin: 0 0 0 12px;
  }
}

.freelist__room-title--second {
  margin: 8px 0 0;
}

.freelist__room-vacant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #ff7bab;
  border: solid 2px #ff7bab;
  border-radius: 10px;
  width: 86px;
  height: 26px;
  margin: 3px 0 0;
}

@media screen and (max-width: 1100px) {
  .freelist__room-vacant {
    width: 80px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__room-vacant {
    width: 86px;
    height: 26px;
  }
}

.freelist__room-vacant .big {
  font-size: 20px;
  font-weight: 800;
}

@media screen and (max-width: 1100px) {
  .freelist__room-vacant .big {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__room-vacant .big {
    font-size: 20px;
  }
}

.freelist__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 24px -4px -10px;
}

.freelist__option-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: calc((100%/4) - 8px);
      -ms-flex-preferred-size: calc((100%/4) - 8px);
          flex-basis: calc((100%/4) - 8px);
  margin: 0 4px 10px;
  height: 65px;
  font-size: 16px;
  font-weight: 500;
  color: #33b9ff;
  border: solid 2px #33b9ff;
  border-radius: 10px;
  background: #d6f1ff;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .freelist__option-item {
    -webkit-flex-basis: calc((100%/2) - 8px);
        -ms-flex-preferred-size: calc((100%/2) - 8px);
            flex-basis: calc((100%/2) - 8px);
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .freelist__option-item {
    -webkit-flex-basis: calc((100%/4) - 8px);
        -ms-flex-preferred-size: calc((100%/4) - 8px);
            flex-basis: calc((100%/4) - 8px);
    font-size: 14px;
  }
}

.freelist--side li {
  padding: 20px 0;
}

.freelist--side li + li {
  border-top: dotted 2px #655443;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .freelist__option-item {
    -webkit-flex-basis: calc((100%/4) - 14px);
        -ms-flex-preferred-size: calc((100%/4) - 14px);
            flex-basis: calc((100%/4) - 14px);
    font-size: 14px;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1100px), screen and (-ms-high-contrast: active) and (max-width: 1100px) {
  .freelist__option-item {
    -webkit-flex-basis: calc((100%/2) - 14px);
        -ms-flex-preferred-size: calc((100%/2) - 14px);
            flex-basis: calc((100%/2) - 14px);
    font-size: 15px;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px), screen and (-ms-high-contrast: active) and (max-width: 767px) {
  .freelist__option-item {
    -webkit-flex-basis: calc((100%/4) - 14px);
        -ms-flex-preferred-size: calc((100%/4) - 14px);
            flex-basis: calc((100%/4) - 14px);
    font-size: 14px;
  }
}

.term {
  border-radius: 20px;
  background: #fff;
}

.term__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #949494;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .term__row {
    display: block;
  }
}

.term__row:nth-last-of-type(1) {
  border-bottom: solid 1px #949494;
}

.term__title {
  -webkit-flex-basis: 145px;
      -ms-flex-preferred-size: 145px;
          flex-basis: 145px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  color: #655443;
  padding: 3px;
}

@media screen and (max-width: 767px) {
  .term__title {
    font-size: 16px;
    /*text-align: center; del 20220308Ikegami*/
    padding: 5px;
  }
}

.term__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 400;
  padding: 3px 22px;
  border-left: dotted 2px #4d4d4d;
}

@media screen and (max-width: 767px) {
  .term__detail {
    font-size: 15px;
    padding: 12px 12px 6px;
    border-left: 0;
  }
}

.term__select label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.term__select select {
  padding: 8px 16px;
  background: #fff;
  border: solid 1px #949494;
  width: 223px;
  height: 35px;
  margin: 0 0 0 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/common/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

@media screen and (max-width: 767px) {
  .term__select select {
    width: 100%;
    height: 30px;
    margin: 5px 0 0;
    padding: 4px 8px;
  }
}

.term__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 -12px 0;
}

@media screen and (max-width: 767px) {
  .term__check {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 -12px;
  }
}

.term__check label {
  cursor: pointer;
  margin: 0 22px 22px 0;
}

@media screen and (max-width: 767px) {
  .term__check label {
    margin: 0 12px 12px 0;
  }
}

.term__check label span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 42px;
  white-space: nowrap;
}
.term__check label .region1 { /*熊本市*/
  display: inline-block;
  position: relative;
  padding: 0 0 0 42px;
  white-space: nowrap;
  width: 180px;
}
.term__check label .region2 { /*熊本市以外*/
  display: inline-block;
  position: relative;
  padding: 0 0 0 42px;
  white-space: nowrap;
  width: 135px;
}

@media screen and (max-width: 767px) {
  .term__check label span {
    padding: 0 0 0 24px;
    line-height: 1.2;
  }
}

.term__check label span::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: solid 1px #949494;
}

@media screen and (max-width: 767px) {
  .term__check label span::before {
    width: 20px;
    height: 20px;
    top: -2px;
  }
}

.term__check label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.term__check label input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 9px;
  width: 12px;
  height: 16px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  border-bottom: solid 3px #949494;
  border-right: solid 3px #949494;
}

@media screen and (max-width: 767px) {
  .term__check label input:checked + span::after {
    width: 8px;
    height: 12px;
    top: 0;
    left: 6px;
  }
}

.term__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1100px) {
  .term__area {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .term__area {
    display: block;
  }
}

.term__area--sub {
  display: block;
}

.term__area--sub .term__area-second {
  margin: 10px 0 0;
}

@media screen and (max-width: 1100px) {
  .term__area--sub .term__area-second {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .term__area--sub .term__area-second {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .term__area--sub select {
    margin: 8px 0 0;
    width: 100%;
  }
}

.term__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1100px) {
  .term__price {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.term__price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .term__price-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.term__price-item--second {
  margin: 0 0 0 48px;
}

@media screen and (max-width: 1100px) {
  .term__price-item--second {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .term__price label {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.term__price select {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .term__price select {
    width: 120px;
  }
}

.term__price-sep {
  /*margin: 0 -4px 0 8px; 20220308Ikegami */
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .term__price-sep {
    margin: 0 6px;
  }
}

.term__price--sub {
  display: block;
}

@media screen and (max-width: 1100px) {
  .term__price--sub .term__price-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .term__price--sub .term__price-item label {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .term__price--sub .term__price-item select {
    margin: 8px 0 0;
    width: 120px;
  }
}

.term__price--sub .term__price-item--second {
  margin: 20px 0 0 1em;
}

@media screen and (max-width: 1100px) {
  .term__price--sub .term__price-item--second {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .term__price--sub .term__price-item--second {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .term__price--sub .term__price-sep {
    margin: 4px 8px 0;
  }
}

@media screen and (max-width: 1100px) {
  .term__medical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {
  .term__medical label {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1100px) {
  .term__medical select {
    margin: 8px 0 0;
  }
}

.term__medical--sub {
  display: block;
}

.term__medical--sub label {
  display: block;
}

.term__medical--sub select {
  margin: 10px 0 0;
}

@media screen and (max-width: 1100px) {
  .term__medical--sub select {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .term__medical--sub select {
    margin: 8px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .term__kodawari {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {
  .term__kodawari label {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1100px) {
  .term__kodawari select {
    margin: 8px 0 0;
  }
}

.term__kodawari--sub {
  display: block;
}

.term__kodawari--sub label {
  display: block;
}

.term__kodawari--sub select {
  margin: 10px 0 0;
}

@media screen and (max-width: 1100px) {
  .term__kodawari--sub select {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .term__kodawari--sub select {
    margin: 8px 0 0;
  }
}

.term__freeword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1100px) {
  .term__freeword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.term__freeword input {
  width: 407px;
  height: 35px;
  border: solid 1px #949494;
  padding: 0 0 0 8px;
}

@media screen and (max-width: 767px) {
  .term__freeword input {
    width: 100%;
  }
}

.term__freeword label {
  margin: 0 0 0 18px;
}

@media screen and (max-width: 1100px) {
  .term__freeword label {
    line-height: 1.2;
    margin: 8px 0 0;
  }
}

.term__freeword--sub {
  display: block;
}

.term__freeword--sub label {
  margin: 0;
}

.term__freeword--sub input {
  width: 100%;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .term__freeword--sub input {
    margin: 8px 0 0;
  }
}

.term__btn {
  margin: 36px 0 0;
}

@media screen and (max-width: 767px) {
  .term__btn {
    margin: 26px 0 0;
  }
}

.term__btn a {
  width: 334px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #00a8b7;
  border-radius: 10px;
  margin: 0 auto;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .term__btn a {
    width: 260px;
    height: 56px;
    font-size: 18px;
  }
}

.term__btn a::after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(../img/common/ico_search_white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .term__btn a::after {
    width: 20px;
    height: 20px;
    margin: 0 0 0 8px;
  }
}

input[type="submit"] {
  width: 334px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #00a8b7;
  border-radius: 10px;
  border: none;
  margin: 0 auto;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  input[type="submit"] {
    width: 260px;
    height: 56px;
    font-size: 18px;
  }
}

.term--sub {
  margin: 22px 0 0;
  padding: 36px 42px;
}

@media screen and (max-width: 767px) {
  .term--sub {
    margin: 20px 0 0;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1100px) {
  .term--sub .term__title {
    -webkit-flex-basis: 114px;
        -ms-flex-preferred-size: 114px;
            flex-basis: 114px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .term--sub .term__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .term--sub .term__detail {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .term--sub .term__detail {
    font-size: 15px;
  }
}

.pagetop {
  position: fixed;
  right: calc((100% - 1100px)/2);
  bottom: 80px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .pagetop {
    right: calc((100% - 92%)/2);
    bottom: 40px;
  }
}

.pagetop:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .pagetop img {
    width: 40px;
  }
}

.pagetop.fadein {
  -webkit-animation: fadein .6s ease forwards;
          animation: fadein .6s ease forwards;
}

.pagetop.fadeout {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=style.css.map */