<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==========================================================================
   Foundation
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;

1,100..900&amp;display=swap");


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: 1;
}

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

ul,
ol {
  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;
}

/*! change colours to suit your needs */

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

/*! change colours to suit your needs */

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

del {
  text-decoration: line-through;
}

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

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

/*! change border colour to suit your needs */

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

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

/* Base
   ----------------------------------------------------------------- */

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 300;
  line-height: 1.5;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

body.is-fixed::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

a {
  color: #333;
}

a:hover,
a:active,
a:focus {
  opacity: 0.8;
  text-decoration: none;
}

p {
  line-height: 1.5;
}

/* フルードイメージにします。 */

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

/* svgのIEバグ回避 */

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* Container
   ----------------------------------------------------------------- */

.l-container {
  overflow: hidden;
}

/* Component
   ----------------------------------------------------------------- */

/* btn
-------------------------------------------------------------------------- */

.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  border-color: transparent;
  background-color: transparent;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn--primary {
  color: #fff;
  background-color: #000;
}

.c-btn--border {
  color: #fff;
}

.c-btn--arrow::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-btn--plus::after {
  content: "＋";
  display: block;
  color: #6EC2CD;
  margin-left: 5px;
}

.c-btn--plus-color::after {
  content: "＋";
  display: block;
  margin-left: 5px;
}

.c-btn--closs-color::after {
  content: "×";
  display: block;
  margin-left: 5px;
}

.btn__more {
  width: 160px;
  margin: 10px auto 0;
  color: #fff;
  background: #6EC2CD;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 0 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.btn__more:hover {
  color: #6EC2CD;
  background: #fff;
  opacity: 1;
  border: solid 1px #6EC2CD;
}

.c-btn-b {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  border-color: transparent;
  background-color: transparent;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn-b--primary {
  color: #000;
  background-color: #fff;
}

.c-btn-b--border {
  color: #000;
}

.c-btn-b--arrow::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-btn-b--en {
  font-family: "Exo", sans-serif;
  font-weight: 700;
}

/* c-hamburger
-------------------------------------------------------------------------- */

.c-hamburger {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-hamburger span {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
  height: 2px;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
  top: 50%;
  margin-top: -1px;
}

.c-hamburger span:nth-of-type(3) {
  bottom: 0;
}

.c-hamburger.is-open span {
  background: #fff;
}

.c-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(17px) rotate(45deg);
            transform: translateY(17px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(17px) rotate(0);
            transform: translateY(17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(17px) rotate(45deg);
            transform: translateY(17px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(17px) rotate(0);
            transform: translateY(17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
            transform: translateY(-17px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-17px) rotate(0);
            transform: translateY(-17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
            transform: translateY(-17px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-17px) rotate(0);
            transform: translateY(-17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(17px) rotate(0);
            transform: translateY(17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(17px) rotate(45deg);
            transform: translateY(17px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(17px) rotate(0);
            transform: translateY(17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(17px) rotate(45deg);
            transform: translateY(17px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-17px) rotate(0);
            transform: translateY(-17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
            transform: translateY(-17px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-17px) rotate(0);
            transform: translateY(-17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
            transform: translateY(-17px) rotate(-45deg);
  }
}

@-webkit-keyframes menu-bar01-sp {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01-sp {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02-sp {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02-sp {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar01-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

/* headline
-------------------------------------------------------------------------- */

.c-headline {
  width: 100%;
}

.c-headline__en,
.c-headline__jp {
  display: block;
  text-align: center;
}

.c-headline__en {
  font-family: "Exo", sans-serif;
  font-weight: 200;
  line-height: 1;
}

.c-headline__en--rev {
  color: #fff;
}

.c-headline__jp-sub {
  color: #fff;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.c-headline--information {
  text-align: left;
  margin-bottom: 0;
}

.c-headline--information .c-headline__en {
  text-align: left;
}

.c-headline--information .c-headline__jp {
  text-align: left;
}

/* sub-headline
-------------------------------------------------------------------------- */

.sub-headline {
  display: inline-block;
}

.sub-headline__en,
.sub-headline__jp {
  display: block;
  text-align: center;
}

.sub-headline__en {
  font-family: "Exo", sans-serif;
  font-weight: 200;
  line-height: 1;
}

.sub-headline__en--rev {
  color: #fff;
}

.sub-headline__jp {
  text-align: left;
}

.sub-headline__jp-sub {
  color: #fff;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.sub-headline--information {
  text-align: left;
  margin-bottom: 0;
}

.sub-headline--information .sub-headline__en {
  text-align: left;
}

.sub-headline--information .sub-headline__jp {
  text-align: left;
}

/* subCont-headline
-------------------------------------------------------------------------- */

.subCont-headline {
  display: block;
  text-align: center;
}

.subCont-headline__wrap {
  display: inline-block;
  position: relative;
}

.subCont-headline__wrap:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 32px;
  height: 32px;
  background: #CCCCCC;
  opacity: 0.3;
}

.subCont-headline__wrap:after {
  content: "";
  position: absolute;
  right: -70px;
  top: -12px;
  width: 90px;
  height: 90px;
  background: #6EC2CD;
  opacity: 0.3;
}

.subCont-headline__en,
.subCont-headline__jp {
  display: block;
  text-align: left;
  position: relative;
  z-index: 10;
}

.subCont-headline__en {
  font-family: "Exo", sans-serif;
  font-weight: 200;
  line-height: 1;
}

.subCont-headline__en--rev {
  color: #fff;
}

.subCont-headline__en .jp {
  font-weight: 200;
  font-family: "Noto Sans JP", sans-serif !important;
}

.subCont-headline__jp-sub {
  color: #fff;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.subCont-headline--information {
  text-align: left;
  margin-bottom: 0;
}

.subCont-headline--information .sub-headline__en {
  text-align: left;
}

.subCont-headline--information .sub-headline__jp {
  text-align: left;
}

/* numCont-headline
-------------------------------------------------------------------------- */

.numCont-headline {
  display: block;
  text-align: center;
}

.numCont-headline .num {
  color: #6EC2CD;
}

.numCont-headline__en {
  display: block;
  position: relative;
  z-index: 10;
  font-family: "Exo", sans-serif;
  font-weight: 200;
  line-height: 1;
}

/* inset
-------------------------------------------------------------------------- */

.inset {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* logo
-------------------------------------------------------------------------- */

.c-logo a {
  display: block;
}

/* modal
-------------------------------------------------------------------------- */

.c-modal {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 80;
  min-height: 100vh;
  position: relative;
}

.c-modal__contents {
  color: #000;
  width: 100%;
}

.c-modal.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* outset
-------------------------------------------------------------------------- */

.outset {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* c-rangeSlider
-------------------------------------------------------------------------- */

.c-rangeSlider {
  width: 100%;
  margin: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* WebKit・Blink向け 溝のスタイル */
  /* WebKit・Blink向け つまみのスタイル */
  /* WebKit・Blink向け focus時のスタイル */
  /* Firefox向け 溝のスタイル */
  /* Firefox向け つまみのスタイル */
  /* Edge・IE向け 溝のスタイル */
  /* Edge・IE向け 溝の色（つまみより左側） */
  /* Edge・IE向け 溝の色（つまみより右側） */
  /* Edge・IE向け つまみのスタイル */
  /* Edge・IE向け focus時の色（つまみより左側） */
  /* Edge・IE向け focus時の色（つまみより右側） */
  /* Edge・IE向け ポップアップを非表示に */
}

.c-rangeSlider:focus {
  outline: none;
}

.c-rangeSlider::-webkit-slider-runnable-track {
  width: 100%;
  background-color: #6EC2CD;
  -webkit-appearance: none;
          appearance: none;
}

.c-rangeSlider::-webkit-slider-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  background-color: #fff;
  -webkit-appearance: none;
          appearance: none;
}

.c-rangeSlider:active::-webkit-slider-thumb {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-rangeSlider:focus::-webkit-slider-runnable-track {
  background: #6EC2CD;
}

.c-rangeSlider::-moz-range-track {
  width: 100%;
  background-color: #6EC2CD;
  -moz-appearance: none;
       appearance: none;
}

.c-rangeSlider::-moz-range-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  background-color: #fff;
  -moz-appearance: none;
       appearance: none;
}

.c-rangeSlider:active::-moz-range-thumb {
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.c-rangeSlider::-ms-track {
  width: 100%;
  cursor: pointer;
  color: transparent;
  border-width: 16px 0;
  border-color: transparent;
  background: transparent;
  animate: 0.2s;
}

.c-rangeSlider::-ms-fill-lower {
  background: #6EC2CD;
}

.c-rangeSlider::-ms-fill-upper {
  background: rgb(71.4, 71.4, 71.4);
}

.c-rangeSlider::-ms-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  background-color: #fff;
  appearance: none;
}

.c-rangeSlider:active::-ms-thumb {
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.c-rangeSlider:focus::-ms-fill-lower {
  background: #6EC2CD;
}

.c-rangeSlider:focus::-ms-fill-upper {
  background: #0089ef;
}

.c-rangeSlider::-ms-tooltip {
  display: none;
}

/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */

@supports (-ms-ime-align: auto) {
  .c-rangeSlider::-webkit-slider-thumb {
    margin-top: 0 !important;
  }
}

/* c-table
-------------------------------------------------------------------------- */

.c-table {
  width: 100%;
}

.c-table th,
.c-table td {
  vertical-align: middle;
  line-height: 1.8;
}

.c-table th {
  text-align: left;
}

.c-table td {
  text-align: left;
}

.c-table tr:nth-child(odd) {
  background-color: #fff8eb;
}

/* tableTopics
-------------------------------------------------------------------------- */

.info-table__date {
  width: 210px;
  text-align: right !important;
  padding: 17px;
  vertical-align: middle;
  padding-right: 0px !important;
}

.info-table__date span {
  margin-left: 10px;
  display: inline-block;
  width: 60px;
  text-align: center;
}

.info-table__date span.new {
  font-size: 14px;
  background: red;
  color: #fff;
}

.info-table__text {
  width: 800px;
}

.info-table__btn a {
  width: 160px;
  height: 40px;
}

.info-table__btn .c-btn--arrow::after {
  right: 10px;
}

/* tel
-------------------------------------------------------------------------- */

.c-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Exo", sans-serif;
  letter-spacing: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-tel__number--white {
  color: #fff;
}

/* title
-------------------------------------------------------------------------- */

.c-title {
  text-align: center;
}

.c-title__jp,
.c-title__en {
  display: block;
}

.c-title__jp {
  font-weight: normal;
  letter-spacing: 0.1em;
}

.c-title__en {
  color: #6EC2CD;
  font-family: "Exo", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
}

/* utility
   ----------------------------------------------------------------- */

/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */

/* p-page
-------------------------------------------------------------------------- */

.p-page {
  overflow: hidden;
  /* メニューリスト
     ----------------------------------------------------------------- */
}

.p-page__headingWrap {
  position: relative;
}

.p-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  position: relative;
}

.p-page__heading--img:after {
  content: "";
  display: block;
  background: #8C917E;
  opacity: 0.3;
  position: absolute;
}

.p-page__lead {
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

.p-page__text_title {
  text-align: center;
}

.p-page__text_title.tb_left p {
  text-align: left;
}

.p-page__text_title div.jp {
  margin-bottom: 30px;
}

.p-page__text_title span {
  display: block;
}

.p-page__text_title span.jp {
  margin-bottom: 30px;
}

.p-page__text_title span.en {
  font-family: "Exo", sans-serif;
  color: #80C9D3;
  font-weight: 500;
  line-height: 1;
}

.p-page__text_title span.en.color {
  color: #EE7705;
}

.p-page__btn {
  color: #fff;
  background: #6EC2CD;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 0 17px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-page__btn.en {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

.p-page__btn.width300 {
  width: 400px;
}

.p-page__btn.width300_s {
  width: 400px;
}

.p-page__btn.width300_none {
  width: 400px;
}

.p-page__btn.width300_btmg {
  width: 400px;
}

.p-page__btn:hover {
  color: #6EC2CD;
  background: #fff;
  opacity: 1;
  border: solid 1px #6EC2CD;
}

.p-page__btn-color {
  color: #fff;
  background: #8C917E;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 0 17px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-page__btn-color.en {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

.p-page__btn-color.width300_s {
  width: 400px;
}

.p-page__btn-color.width300_none {
  width: 400px;
}

.p-page__btn-color.width300 {
  width: 400px;
}

.p-page__btn-color.width300_btmg {
  width: 400px;
}

.p-page__btn-color:hover {
  color: #8C917E;
  background: #fff;
  opacity: 1;
  border: solid 1px #8C917E;
}

.p-page__btn2 {
  color: #6EC2CD;
  background: #fff;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 0 17px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #6EC2CD;
}

.p-page__btn2.en {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

.p-page__btn2.width300 {
  width: 400px;
}

.p-page__btn2:hover {
  color: #fff;
  background: #6EC2CD;
  opacity: 1;
  border: solid 1px #6EC2CD;
}

.p-page__btn3 {
  color: #fff;
  background: #8C917E;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 0 17px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-page__btn3.en {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

.p-page__btn3.width300 {
  width: 400px;
}

.p-page__btn3:hover {
  color: #8C917E;
  background: #fff;
  opacity: 1;
  border: solid 1px #8C917E;
}

.p-page-sell__list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-page-sell__list_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-page-sell__list_btn li a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-page-sell__list_btn li a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.p-page-sell__list_btn li:nth-child(odd) a {
  background: #6EC2CD;
  border: 1px solid #6EC2CD;
  color: #fff;
}

.p-page-sell__list_btn li:nth-child(odd) a:hover {
  background: #fff;
  opacity: 1;
  color: #6EC2CD;
}

.p-page-sell__list_btn li:nth-child(even) a {
  background: #8C917E;
  border: 1px solid #8C917E;
  color: #fff;
}

.p-page-sell__list_btn li:nth-child(even) a:hover {
  background: #fff;
  opacity: 1;
  color: #8C917E;
}

.contentBorder {
  border-bottom: 1px solid #C6C8BD;
}

.p-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-steat;
      -ms-flex-pack: flex-steat;
          justify-content: flex-steat;
}

.p-table__btn {
  font-family: "Exo", sans-serif;
  width: 100px;
  color: #fff;
  background: #6EC2CD;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 0 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-table__btn:hover {
  color: #6EC2CD;
  background: #fff;
  opacity: 1;
  border: solid 1px #6EC2CD;
}

/* pagerSimple
   ----------------------------------------------------------------- */

.pager_num-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}

.pager_num-area .pager-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 40px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 20px;
}

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

.pager-list .pager_btn-area:last-child .pager-btn:before {
  content: "";
  -webkit-transform: translateX(25%) translateY(-50%) rotate(45deg);
          transform: translateX(25%) translateY(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  right: 50%;
}

.pager-list .pager_btn-area:first-child .pager-btn:after {
  content: "";
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(225deg);
          transform: translateX(-25%) translateY(-50%) rotate(225deg);
  width: 18px;
  height: 18px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  left: 50%;
}

.pager-list .pager_btn-area:last-child .pager-btn:before,
.pager-list .pager_btn-area:first-child .pager-btn:after {
  position: absolute;
  line-height: 0.9;
  display: block;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.pager-list .pager_btn-area .pager-btn {
  position: relative;
  width: 150px;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  background: #000;
  color: #fff;
  border-radius: 200px;
}

.pager-list .list_back {
  padding: 20px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  color: #fff;
  background: #000;
}

.c-btn--arrow::after {
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.pager_btn-area {
  width: 150px;
  height: 40px;
}

.pager_btn-area .pager-btn {
  margin-left: auto;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

.pager-num {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
}

_:-ms-lang(x)::-ms-backdrop,
.pager-num.now {
  padding-top: 10px !important;
}

_:-ms-lang(x)::-ms-backdrop,
.pager-num a {
  padding-bottom: 3px !important;
}

.pager-num.now {
  height: 40px;
  padding: 15px;
  color: #000;
  background: #fff;
}

.pager-num.now a {
  background: inherit;
}

.pager-num a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  letter-spacing: 0.5;
  text-align: center;
  text-decoration: none;
  background: #6EC2CD;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
}

/* p-memberbar
   ----------------------------------------------------------------- */

.p-memberbar {
  background: #909090;
  overflow: hidden;
}

.p-memberbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-memberbar__flex {
  width: 100%;
  padding: 30px 0 45px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-memberbar__text_area {
  background: #fff;
  text-align: left;
  padding: 20px 0;
}

.p-memberbar__title {
  font-weight: bold;
}

.p-memberbar__subtitle {
  font-family: "Exo", sans-serif;
  font-weight: 100;
  text-align: right;
  color: #fff;
}

.p-memberbar__bottomarea {
  padding: 10px 20px 5px;
}

.p-memberbar__btn {
  width: 130px;
  margin: 10px auto 0;
  color: #fff;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 3px 0 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-memberbar__enTitle {
  padding: 20px 0 25px;
  text-align: center;
  font-family: "Exo", sans-serif;
}

.p-memberbar__enTitle span {
  display: block;
  line-height: 0.8;
  color: #fff;
}

.p-memberbar__enTitle span:nth-child(1) {
  font-weight: 500;
}

.p-memberbar__enTitle span:nth-child(2) {
  font-weight: 100;
}

.p-memberbar__jpTitle {
  background: #fff;
  color: #333;
  font-weight: 600;
  padding: 5px 0 7px;
  position: relative;
}

.p-memberbar__jpTitle:before {
  content: "";
  width: 100vw;
  background: #fff;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.p-memberbar__jpTitle span {
  position: relative;
  z-index: 10;
  text-align: center;
  display: block;
}

.p-memberbar__jpTitle .name {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.p-memberbar__numArea {
  color: #fff;
  padding: 0 0 15px;
}

.p-memberbar__numArea div {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-memberbar__numArea div:before {
  content: "●";
  margin-right: 1em;
}

.p-memberbar__specialNum {
  color: #fff;
}

.p-memberbar__specialNum div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}

.p-memberbar__specialNum div span {
  line-height: 1;
  margin-top: -10px;
  padding: 0 5px;
}

.p-memberbar__memberText {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

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

.p-memberbar__memberBtnarea .p-memberbar__btn:nth-child(1) {
  width: 160px;
  margin: 20px 10px 0;
  color: #6EC2CD;
  background: #fff;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 3px 0 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-memberbar__memberBtnarea .p-memberbar__btn:nth-child(1):hover {
  color: #fff;
  background: #6EC2CD;
  opacity: 1;
}

.p-memberbar__memberBtnarea .p-memberbar__btn:nth-child(2) {
  width: 160px;
  margin: 20px 10px 0;
  color: #fff;
  background: #6EC2CD;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 3px 0 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-memberbar__memberBtnarea .p-memberbar__btn:nth-child(2):hover {
  color: #6EC2CD;
  background: #fff;
  opacity: 1;
}

/* p-search
   ----------------------------------------------------------------- */

.stationttl {
  margin-top: 30px;
}

.toggle_contents {
  border-bottom: 1px solid #8c917e;
}

.p-search__menu {
  text-align: right;
}

.p-search__link {
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.p-search__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #000;
  line-height: 1;
}

.p-search__block:last-child {
  margin-bottom: 0;
}

.p-search__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  background-color: #6EC2CD;
}

.p-search__title {
  letter-spacing: 0.05em;
}

.p-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-search__list--type .p-search__item:nth-child(-n+2) {
  margin-top: 0;
}

.p-search__list--type .p-search__item:nth-child(2n) {
  margin-right: 0;
}

.r-search__cate {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

/* p-search-sub
   ----------------------------------------------------------------- */

.p-search-sub__menu {
  text-align: right;
}

.p-search-sub__link {
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.p-search-sub__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #000;
  line-height: 1;
}

.p-search-sub__block:last-child {
  margin-bottom: 0;
}

.p-search-sub__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search-sub__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  background-color: #6EC2CD;
}

.p-search-sub__title {
  letter-spacing: 0.05em;
}

.p-search-sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-search-sub__list--type {
  margin-bottom: 60px;
}

.p-search-sub__list--type .p-search-sub__item:nth-child(4) {
  margin-right: 0;
}

/* p-search-realestate
   ----------------------------------------------------------------- */

.p-search-realestate__menu {
  text-align: right;
}

.p-search-realestate__link {
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.p-search-realestate__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #000;
  line-height: 1;
}

.p-search-realestate__block:last-child {
  margin-bottom: 0;
}

.p-search-realestate__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search-realestate__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  background-color: #6EC2CD;
}

.p-search-realestate__title {
  letter-spacing: 0.05em;
}

.p-search-realestate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-search-realestate__list--type .p-search-realestate__item:nth-child(-n+2) {
  margin-top: 0;
}

.p-search-realestate__list--type .p-search-realestate__item:nth-child(2n) {
  margin-right: 0;
}

/* p-search-train
   ----------------------------------------------------------------- */

.p-search-train__menu {
  text-align: right;
}

.p-search-train__link {
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.p-search-train__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #000;
  line-height: 1;
}

.p-search-train__block:last-child {
  margin-bottom: 0;
}

.p-search-train__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search-train__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  background-color: #6EC2CD;
}

.p-search-train__title {
  letter-spacing: 0.05em;
}

.p-search-train__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-search-train__list--type {
  position: relative;
}

.p-search-train__list--type:after {
  content: "";
  width: 32.5%;
  display: block;
}

.p-search-train__list--type:before {
  content: "";
  width: 32.5%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-search-train__list--type .p-search-train__item:nth-child(-n+2) {
  margin-top: 0;
}

.p-search-train__list--type .p-search-train__item:nth-child(2n) {
  margin-right: 0;
}

.p-search-train__list--area {
  position: relative;
}

.p-search-train__list--area:after {
  content: "";
  width: 32.5%;
  display: block;
}

.p-search-train__list--area:before {
  content: "";
  width: 32.5%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* p-search-station
   ----------------------------------------------------------------- */

.p-search-station__menu {
  text-align: right;
}

.p-search-station__link {
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.p-search-station__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #000;
  line-height: 1;
}

.p-search-station__block:last-child {
  margin-bottom: 0;
}

.p-search-station__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search-station__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  background-color: #6EC2CD;
}

.p-search-station__title {
  letter-spacing: 0.05em;
}

.p-search-station__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-search-station__list--type .p-search-station__item:nth-child(-n+2) {
  margin-top: 0;
}

.p-search-station__list--type .p-search-station__item:nth-child(2n) {
  margin-right: 0;
}

.searchRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.searchRadio::before {
  content: "";
  display: block;
  display: block;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.searchRadio::after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.searchRadio li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.searchRadio li label {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.searchRadio .l1 li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.searchRadio input {
  display: none;
}

.searchRadio input:checked + label {
  font-weight: 300 !important;
}

.searchRadio input + label {
  padding-left: 30px;
  position: relative;
}

.searchRadio input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}

.searchRadio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: 11px;
  height: 11px;
  background: #6EC2CD;
  border-radius: 50%;
}

.searchCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchCheckbox li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.searchCheckbox li label {
  display: block;
  padding: 10px;
  background: #EBEBEB;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #bbb;
  cursor: pointer;
}

.searchCheckbox .l1 li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.searchCheckbox input {
  display: none;
}

.searchCheckbox input:checked + label {
  background: #6EC2CD;
  color: #fff;
  font-weight: 300 !important;
}

.searchCheckbox input + label {
  padding-left: 30px;
  position: relative;
}

.searchCheckbox input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff;
}

.searchCheckbox input + label span {
  position: absolute;
  right: 10px;
}

.searchCheckbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #6EC2CD;
  border-right: 3px solid #6EC2CD;
}

.selectWrap {
  position: relative;
  display: inline-block;
  width: 150px;
}

.selectWrap::after {
  position: absolute;
  z-index: 0;
  top: 8px;
  right: 15px;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0;
  border-right: solid 2px #d4d4d4;
  border-bottom: solid 2px #d4d4d4;
  background: transparent;
  background: #fff;
}

.select {
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0 0px 0 10px;
  border: solid 2px #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 300;
  background: transparent;
  cursor: pointer;
}

.st-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-select__content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.st-select__content2:first-child {
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.st-select__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.6%;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.st-select__content-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-select__content-select2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-select__content-select2-eki {
  width: 100%;
}

.st-select__content-select2 .selectWrap {
  position: relative;
  display: inline-block;
  width: 165px;
}

.st-select__content-select2 p {
  display: inline-block;
  margin-left: 10px;
}

.st-select__content-select2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-select__content-select3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-select__content-select3 div {
  width: 100%;
}

.st-select__content-select3 p {
  display: inline-block;
  margin-left: 10px;
}

.st-select__content-select3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.st-select__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.st-select__content-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.st-select__content-title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__wrap {
  display: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-btn--primary {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 2px solid #000;
  }

  .c-btn--primary:hover {
    opacity: 1;
    color: #000;
    background: #fff;
  }

  .c-btn--border {
    border: 2px solid #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .c-btn--border:hover {
    opacity: 1;
    color: #000;
    background: #fff;
  }

  .c-btn--arrow::after {
    right: 30px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #6EC2CD;
    border-right: 4px solid #6EC2CD;
  }

  .btn__more {
    font-size: 20px;
    font-size: 2rem;
  }

  .c-btn-b--primary {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 2px solid #fff;
  }

  .c-btn-b--primary:hover {
    opacity: 1;
    color: #fff;
    background: #000;
  }

  .c-btn-b--border {
    border: 2px solid #000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .c-btn-b--border:hover {
    opacity: 1;
    color: #fff;
    background: #000;
  }

  .c-btn-b--arrow::after {
    right: 30px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #6EC2CD;
    border-right: 4px solid #6EC2CD;
  }

  .d_fs {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .s_hfs {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .m_hfs {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .l_hfs {
    font-size: 40px;
    font-size: 4rem;
  }

  .c-headline__en {
    font-size: 60px;
    font-size: 6rem;
  }

  .c-headline__jp {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
  }

  .c-headline--information .c-headline__jp {
    margin-top: 13px;
  }

  .c-headline__word {
    margin-left: 0.5em;
  }

  .sub-headline__en {
    font-size: 70px;
    font-size: 7rem;
  }

  .sub-headline__jp {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
  }

  .sub-headline--information .sub-headline__jp {
    margin-top: 13px;
  }

  .sub-headline__word {
    margin-left: 0.5em;
  }

  .subCont-headline__en {
    font-size: 60px;
    font-size: 6rem;
  }

  .subCont-headline__jp {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
  }

  .subCont-headline--information .sub-headline__jp {
    margin-top: 13px;
  }

  .subCont-headline__word {
    margin-left: 0.5em;
  }

  .numCont-headline__en {
    font-size: 60px;
    font-size: 6rem;
  }

  .c-rangeSlider::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 6px;
  }

  .c-rangeSlider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -8px !important;
    border: 2px solid rgba(110, 194, 205, 0.5);
  }

  .c-rangeSlider:active::-webkit-slider-thumb {
    width: 25px;
    height: 25px;
  }

  .c-rangeSlider::-moz-range-track {
    height: 5px;
    border-radius: 6px;
  }

  .c-rangeSlider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    margin-top: -8px !important;
    border: 2px solid rgba(110, 194, 205, 0.5);
  }

  .c-rangeSlider:active::-moz-range-thumb {
    width: 25px;
    height: 25px;
  }

  .c-rangeSlider::-ms-track {
    height: 5px;
  }

  .c-rangeSlider::-ms-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(110, 194, 205, 0.5);
  }

  .c-rangeSlider:active::-ms-thumb {
    width: 25px;
    height: 25px;
  }

  .c-table {
    line-height: 1.6;
  }

  .c-table th,
  .c-table td {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .c-tel__icon {
    margin-right: 7px;
  }

  .c-tel__number {
    font-size: 40px;
    font-size: 4rem;
  }

  .c-title__jp {
    margin-bottom: 6px;
    font-size: 30px;
    font-size: 3rem;
  }

  .c-title__en {
    font-size: 60px;
    font-size: 6rem;
  }

  .u-sp {
    display: none !important;
  }

  .p-page__heading {
    height: 290px;
    border-bottom: solid 1px #8D907E;
  }

  .p-page__lead {
    font-size: 40px;
    font-size: 4rem;
  }

  .p-page__text_title span.en {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-page__btn {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .p-page__btn-color {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .p-page__btn2 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .p-page__btn3 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .p-page-sell__list_btn li .sp {
    display: none;
  }

  .p-page-sell__list_btn li a {
    font-size: 40px;
    font-size: 4rem;
  }

  .p-page-sell__text {
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .p-page-sell__text {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .p-page-sell__subtext {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-table__btn {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 20px;
  }

  .p-memberbar__list {
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-memberbar__item {
    min-width: 372.23px;
    margin: 0 25px;
  }

  .p-memberbar__item:nth-child(1) {
    min-width: 422.23px;
  }

  .p-memberbar__subtitle {
    font-size: 30px;
    font-size: 3rem;
  }

  .p-memberbar__enTitle span:nth-child(1) {
    font-size: 65px;
    font-size: 8.67vw;
  }

  .p-memberbar__enTitle span:nth-child(2) {
    font-size: 34px;
    font-size: 4.53vw;
  }

  .p-memberbar__jpTitle {
    font-size: 21px;
    font-size: 2.8vw;
  }

  .p-memberbar__numArea {
    font-size: 15px;
    font-size: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .p-memberbar__numArea div:before {
    font-size: 10px;
    font-size: 1rem;
  }

  .p-memberbar__specialNum div {
    font-size: 20px;
    font-size: 2.67vw;
  }

  .p-memberbar__specialNum div span {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .p-memberbar__memberBtnarea .p-memberbar__btn {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-search__link {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
  }

  .p-search__arrow {
    font-size: 30px;
    font-size: 3rem;
    height: 30px;
  }

  .p-search__block {
    margin-bottom: 40px;
  }

  .p-search__heading {
    margin-bottom: 20px;
  }

  .p-search__label {
    width: 90px;
    height: 36px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-search__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-search__container--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-search__list--type .p-search__item {
    width: 48.27%;
    margin-top: 1.72%;
    margin-right: 3.44%;
  }

  .p-search__list--area .p-search__item {
    width: 190px;
    margin-left: 10px;
    margin-top: 10px;
  }

  .p-search__list--area .p-search__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .r-search__item {
    width: 260px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

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

  .p-search-sub__link {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
  }

  .p-search-sub__arrow {
    font-size: 30px;
    font-size: 3rem;
    height: 30px;
  }

  .p-search-sub__block {
    margin-bottom: 40px;
  }

  .p-search-sub__heading {
    margin-bottom: 20px;
  }

  .p-search-sub__label {
    width: 90px;
    height: 36px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-search-sub__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-search-sub__container--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-search-realestate__link {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
  }

  .p-search-realestate__arrow {
    font-size: 30px;
    font-size: 3rem;
    height: 30px;
  }

  .p-search-realestate__block {
    margin-bottom: 40px;
  }

  .p-search-realestate__heading {
    margin-bottom: 20px;
  }

  .p-search-realestate__label {
    width: 90px;
    height: 36px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-search-realestate__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-search-realestate__container--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-search-realestate__list--type .p-search-realestate__item {
    width: 48.27%;
    margin-top: 1.72%;
    margin-right: 3.44%;
  }

  .p-search-realestate__list--area .p-search-realestate__item {
    width: 46%;
    margin-left: 1%;
    margin-top: 10px;
  }

  .p-search-realestate__list--area .p-search-realestate__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .p-search-train__link {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
  }

  .p-search-train__arrow {
    font-size: 30px;
    font-size: 3rem;
    height: 30px;
  }

  .p-search-train__block {
    margin-bottom: 40px;
  }

  .p-search-train__heading {
    margin-bottom: 20px;
  }

  .p-search-train__label {
    width: 90px;
    height: 36px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-search-train__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-search-train__container--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-search-train__list--type:after {
    width: 48.27%;
  }

  .p-search-train__list--type:before {
    width: 48.27%;
  }

  .p-search-train__list--type .p-search-train__item {
    width: 48.27%;
    margin-top: 1.72%;
    margin-right: 3.44%;
  }

  .p-search-train__list--area:after {
    width: 32.9%;
  }

  .p-search-train__list--area:before {
    width: 32.9%;
  }

  .p-search-train__list--area .p-search-train__item {
    width: 32.9%;
    margin-top: 10px;
  }

  .p-search-station__link {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
  }

  .p-search-station__arrow {
    font-size: 30px;
    font-size: 3rem;
    height: 30px;
  }

  .p-search-station__block {
    margin-bottom: 40px;
  }

  .p-search-station__heading {
    margin-bottom: 20px;
  }

  .p-search-station__label {
    width: 90px;
    height: 36px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-search-station__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-search-station__container--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-search-station__list--type .p-search-station__item {
    width: 48.27%;
    margin-top: 1.72%;
    margin-right: 3.44%;
  }

  .p-search-station__list--area .p-search-station__item {
    width: 49.5%;
    margin-top: 10px;
  }

  .searchCheckbox li label :hover {
    background: #6EC2CD;
  }

  .st-select__content-select2-eki {
    padding: 20px 0 20px;
  }

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

  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .l-container {
    padding-top: 80px;
  }

  .c-hamburger {
    width: 48px;
    height: 35px;
  }

  .c-hamburger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.65s forwards;
            animation: menu-bar01 0.65s forwards;
  }

  .c-hamburger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 0.65s forwards;
            animation: menu-bar02 0.65s forwards;
  }

  .c-hamburger.is-open span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.65s forwards;
            animation: active-menu-bar01 0.65s forwards;
  }

  .c-hamburger.is-open span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.65s forwards;
            animation: active-menu-bar03 0.65s forwards;
  }

  .c-headline {
    margin: 0vw 0vw 4vw 0vw;
  }

  .c-headline--information .c-headline__en {
    font-size: 70px;
    font-size: 7rem;
  }

  .sub-headline--information .sub-headline__en {
    font-size: 70px;
    font-size: 7rem;
  }

  .subCont-headline {
    margin: 0vw auto 4vw auto;
  }

  .subCont-headline--information .sub-headline__en {
    font-size: 70px;
    font-size: 7rem;
  }

  .numCont-headline {
    margin: 0vw auto 2vw auto;
  }

  .first-mg {
    margin: 8vw 0vw 0vw 0vw;
  }

  .first-pd {
    padding: 8vw 0vw 0vw 0vw;
  }

  .top-mg {
    margin: 8vw 0vw 0vw 0vw;
  }

  .top-h-mg {
    margin: 3.67vw 0vw 0vw 0vw;
  }

  .top-pd {
    padding: 7.33vw 0vw 0vw 0vw;
  }

  .top-h-pd {
    padding: 3.67vw 0vw 0vw 0vw;
  }

  .bottom-mg {
    margin: 0vw 0vw 7.33vw 0vw;
  }

  .bottom-pd {
    padding: 0vw 0vw 7.33vw 0vw;
  }

  .bottom-h-mg {
    margin: 0vw 0vw 3.67vw 0vw;
  }

  .bottom-h-pd {
    padding: 0vw 0vw 3.67vw 0vw;
  }

  .mid-mg {
    margin: 7.33vw 0vw 7.33vw 0vw;
  }

  .mid-pd {
    padding: 7.33vw 0vw 7.33vw 0vw;
  }

  .mid-h-mg {
    margin: 3.67vw 0vw 3.67vw 0vw;
  }

  .mid-h-pd {
    padding: 3.67vw 0vw 3.67vw 0vw;
  }

  .last-mg {
    margin: 0vw 0vw 12vw 0vw;
  }

  .last-pd {
    padding: 0vw 0vw 12vw 0vw;
  }

  #request {
    padding: 3.67vw 0vw 0vw 0vw;
    margin: -3.67vw 0vw 0vw 0vw;
  }

  .c-modal__contents {
    padding-top: 0;
    padding-bottom: 80px;
    max-width: 860px;
    margin: 0 auto;
  }

  .p-page__heading--img img {
    width: 29vw;
    height: 20.8334vw;
  }

  .p-page__heading--img:after {
    bottom: -45px;
    left: -45px;
    width: 10.938vw;
    height: 10.938vw;
  }

  .p-page__btn.width300 {
    margin: 0vw auto 4vw auto;
  }

  .p-page__btn.width300_s {
    margin: 0vw auto 0.93vw auto;
  }

  .p-page__btn.width300_none {
    margin: 0vw auto 0vw auto;
  }

  .p-page__btn.width300_btmg {
    margin: 0vw auto 7.33vw auto;
  }

  .p-page__btn-color.width300_s {
    margin: 0vw auto 0.93vw auto;
  }

  .p-page__btn-color.width300_none {
    margin: 0vw auto 0vw auto;
  }

  .p-page__btn-color.width300 {
    margin: 0vw auto 4vw auto;
  }

  .p-page__btn-color.width300_btmg {
    margin: 0vw auto 7.33vw auto;
  }

  .p-page__btn2.width300 {
    margin: 0vw auto 4vw auto;
  }

  .p-page__btn3.width300 {
    margin: 0vw auto 4vw auto;
  }

  .p-memberbar__list {
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .p-memberbar__enTitle span:nth-child(1) {
    font-size: 60px;
    font-size: 8vw;
  }

  .p-memberbar__enTitle span:nth-child(2) {
    font-size: 31px;
    font-size: 4.13vw;
  }

  .p-memberbar__jpTitle {
    font-size: 15px;
    font-size: 2vw;
  }

  .p-memberbar__numArea {
    font-size: 10px;
    font-size: 1.33vw;
  }

  .p-memberbar__specialNum div {
    font-size: 15px;
    font-size: 2vw;
  }

  .p-memberbar__specialNum div span {
    font-size: 30px;
    font-size: 4vw;
  }

  .p-search-sub__list--type .p-search-sub__item {
    width: 24.31%;
    margin-top: 1.72%;
    margin-right: 0.86%;
  }

  .p-search-realestate__list--area .p-search-realestate__item:nth-child(odd) {
    margin-left: 40px;
  }

  .p-search-train__list--area .p-search-train__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .p-search-station__list--area .p-search-station__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .st-select__content-select2 {
    width: 85%;
  }

  .st-select__content-select2 .selectWrap {
    width: 360px;
  }

  .st-select__content-select3 {
    width: 85%;
  }

  .st-select__content-title2 {
    width: 14.5%;
    height: 80px;
  }

  .tb {
    display: none;
  }

  .tb_sp {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .p-page__heading--img {
    right: 4vw;
    top: 2.5vw;
    width: 25vw;
    height: 20.8334vw;
    position: absolute;
  }

  .p-memberbar__enTitle span:nth-child(1) {
    font-size: 108px;
    font-size: 10.8rem;
  }

  .p-memberbar__enTitle span:nth-child(2) {
    font-size: 56px;
    font-size: 5.6rem;
  }

  .p-memberbar__jpTitle {
    font-size: 30px;
    font-size: 3rem;
  }

  .p-memberbar__numArea {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-memberbar__specialNum div {
    font-size: 30px;
    font-size: 3rem;
  }

  .p-memberbar__specialNum div span {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-hamburger {
    width: 30px;
    height: 19px;
  }

  .c-hamburger span:nth-of-type(1) {
    -webkit-animation: menu-bar01-sp 0.65s forwards;
            animation: menu-bar01-sp 0.65s forwards;
  }

  .c-hamburger span:nth-of-type(3) {
    -webkit-animation: menu-bar02-sp 0.65s forwards;
            animation: menu-bar02-sp 0.65s forwards;
  }

  .c-hamburger.is-open span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01-sp 0.65s forwards;
            animation: active-menu-bar01-sp 0.65s forwards;
  }

  .c-hamburger.is-open span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03-sp 0.65s forwards;
            animation: active-menu-bar03-sp 0.65s forwards;
  }

  .c-headline--information .c-headline__en {
    text-align: center;
  }

  .c-headline--information .c-headline__jp {
    text-align: center;
  }

  .sub-headline--information .sub-headline__en {
    text-align: center;
  }

  .sub-headline--information .sub-headline__jp {
    text-align: center;
  }

  .subCont-headline--information .sub-headline__en {
    text-align: center;
  }

  .subCont-headline--information .sub-headline__jp {
    text-align: center;
  }

  .p-page__text_title.tb_left {
    text-align: left;
  }

  .p-page__text_title.tb_left .en {
    text-align: center;
  }

  .p-table {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-memberbar__memberBtnarea .p-memberbar__btn:nth-child(1) {
    margin: 20px 10px 15px;
  }

  .p-memberbar__memberBtnarea .p-memberbar__btn:nth-child(2) {
    margin: 20px 10px 15px;
  }

  .p-search-sub__list--type .p-search-sub__item {
    width: 48%;
    margin-top: 2%;
  }

  .searchRadio::before {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }

  .searchRadio::after {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }

  .searchRadio li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }

  .searchRadio li label {
    margin-right: 0;
  }

  .searchRadio .l1 li {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }

  .searchCheckbox li {
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
    max-width: 49.5%;
  }

  .searchCheckbox li label {
    margin-right: 0;
  }

  .searchCheckbox .l1 li {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }

  .st-select__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 32px;
    font-size: 4.27vw;
  }

  .l-container {
    padding-top: 40px;
  }

  .c-btn--primary {
    border: 0.5333333333vw solid #000;
  }

  .c-btn--border {
    border: 0.5333333333vw solid #fff;
  }

  .c-btn--arrow::after {
    right: 4vw;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 1.0666666667vw solid #6EC2CD;
    border-right: 1.0666666667vw solid #6EC2CD;
  }

  .btn__more {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .c-btn-b--primary {
    border: 0.5333333333vw solid #fff;
  }

  .c-btn-b--border {
    border: 0.5333333333vw solid #000;
  }

  .c-btn-b--arrow::after {
    right: 4vw;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 1.0666666667vw solid #6EC2CD;
    border-right: 1.0666666667vw solid #6EC2CD;
  }

  .d_fs {
    font-size: 32px;
    font-size: 4.27vw;
  }

  .s_hfs {
    font-size: 42px;
    font-size: 5.6vw;
  }

  .m_hfs {
    font-size: 64px;
    font-size: 8.53vw;
  }

  .l_hfs {
    font-size: 50px;
    font-size: 6.67vw;
  }

  .c-headline {
    margin: 0vw 0vw 8vw 0vw;
  }

  .c-headline__en {
    font-size: 80px;
    font-size: 10.67vw;
  }

  .c-headline__jp {
    margin-top: 1.87vw;
    font-size: 32px;
    font-size: 4.27vw;
    font-weight: 300;
    text-align: left;
  }

  .c-headline__word {
    display: block;
  }

  .sub-headline__en {
    font-size: 90px;
    font-size: 12vw;
  }

  .sub-headline__jp {
    font-size: 40px;
    font-size: 5.33vw;
    font-weight: 300;
  }

  .sub-headline__word {
    display: block;
  }

  .subCont-headline {
    margin: 0vw auto 16vw auto;
  }

  .subCont-headline__wrap:before {
    top: 60px;
  }

  .subCont-headline__en {
    font-size: 80px;
    font-size: 10.67vw;
  }

  .subCont-headline__jp {
    font-size: 36px;
    font-size: 4.8vw;
    font-weight: 300;
  }

  .subCont-headline__word {
    display: block;
  }

  .numCont-headline {
    margin: 0vw auto 8vw auto;
  }

  .numCont-headline__en {
    font-size: 80px;
    font-size: 10.67vw;
  }

  .first-mg {
    margin: 18vw 0vw 0vw 0vw;
  }

  .first-pd {
    padding: 18vw 0vw 0vw 0vw;
  }

  .top-mg {
    margin: 18vw 0vw 0vw 0vw;
  }

  .top-h-mg {
    margin: 18vw 0vw 0vw 0vw;
  }

  .top-pd {
    padding: 18vw 0vw 0vw 0vw;
  }

  .top-h-pd {
    padding: 18vw 0vw 0vw 0vw;
  }

  .bottom-mg {
    margin: 0vw 0vw 18vw 0vw;
  }

  .bottom-pd {
    padding: 0vw 0vw 18vw 0vw;
  }

  .bottom-h-mg {
    margin: 0vw 0vw 18vw 0vw;
  }

  .bottom-h-pd {
    padding: 0vw 0vw 18vw 0vw;
  }

  .mid-mg {
    margin: 18vw 0vw 18vw 0vw;
  }

  .mid-pd {
    padding: 18vw 0vw 18vw 0vw;
  }

  .mid-h-mg {
    margin: 9vw 0vw 9vw 0vw;
  }

  .mid-h-pd {
    padding: 9vw 0vw 9vw 0vw;
  }

  .last-mg {
    margin: 0vw 0vw 60vw 0vw;
  }

  .last-pd {
    padding: 0vw 0vw 60vw 0vw;
  }

  #request {
    padding: 13.33vw 0vw 0vw 0vw;
    margin: -13.33vw 0vw 0vw 0vw;
  }

  .c-modal__contents {
    padding: 0vw 0vw 33.33vw 0vw;
  }

  .c-modal__contents {
    padding: 10.67vw 5.33vw 0vw 5.33vw;
  }

  .c-rangeSlider::-webkit-slider-runnable-track {
    height: 1.3333333333vw;
    border-radius: 1.6vw;
  }

  .c-rangeSlider::-webkit-slider-thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -2.1333333333vw !important;
    border: 0.5333333333vw solid rgba(110, 194, 205, 0.5);
  }

  .c-rangeSlider:active::-webkit-slider-thumb {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }

  .c-rangeSlider::-moz-range-track {
    height: 1.3333333333vw;
    border-radius: 1.6vw;
  }

  .c-rangeSlider::-moz-range-thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -2.1333333333vw !important;
    border: 0.5333333333vw solid rgba(110, 194, 205, 0.5);
  }

  .c-rangeSlider:active::-moz-range-thumb {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }

  .c-rangeSlider::-ms-track {
    height: 1.3333333333vw;
  }

  .c-rangeSlider::-ms-thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 0.5333333333vw solid rgba(110, 194, 205, 0.5);
  }

  .c-rangeSlider:active::-ms-thumb {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }

  .c-table {
    line-height: 1.6;
  }

  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
  }

  .c-table th {
    padding-top: 2.67vw;
  }

  .c-table td {
    padding-bottom: 2.67vw;
  }

  .info-table__date {
    text-align: left !important;
    margin-left: 10px;
  }

  .info-table__text {
    text-align: left !important;
    padding: 0 10px !important;
  }

  .info-table__btn a {
    display: inline-block;
    height: 32px;
  }

  .c-tel__icon {
    width: 9.3333333333vw;
    margin: 0vw 1.33vw 0vw 0vw;
  }

  .c-tel__number {
    font-size: 68px;
    font-size: 9.07vw;
  }

  .c-title__jp {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .c-title__en {
    font-size: 80px;
    font-size: 10.67vw;
  }

  .u-pc {
    display: none !important;
  }

  .p-page__heading {
    height: 64vw;
  }

  .p-page__heading--img {
    width: 100%;
    height: 25vw;
    position: relative;
  }

  .p-page__heading--img img {
    width: 100%;
    height: 25vw;
  }

  .p-page__heading--img:after {
    top: -20px;
    right: 10px;
    width: 15vw;
    height: 15vw;
  }

  .p-page__lead {
    font-size: 65px;
    font-size: 8.67vw;
  }

  .p-page__text_title.sp_left {
    text-align: left;
  }

  .p-page__text_title.sp_left .en {
    text-align: center;
  }

  .p-page__text_title span.jp.left {
    text-align: left;
  }

  .p-page__text_title span.en {
    font-size: 38px;
    font-size: 5.07vw;
  }

  .p-page__btn {
    font-size: 40px;
    font-size: 5.33vw;
    line-height: 1.3;
  }

  .p-page__btn.width300 {
    width: 300px;
  }

  .p-page__btn.width300 {
    margin: 0vw auto 8vw auto;
  }

  .p-page__btn.width300_s {
    width: 300px;
  }

  .p-page__btn.width300_s {
    margin: 0vw auto 2vw auto;
  }

  .p-page__btn.width300_none {
    width: 300px;
  }

  .p-page__btn.width300_none {
    margin: 0vw auto 0vw auto;
  }

  .p-page__btn.width300_btmg {
    width: 300px;
  }

  .p-page__btn.width300_btmg {
    margin: 0vw auto 18vw auto;
  }

  .p-page__btn-color {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .p-page__btn-color.width300_s {
    width: 300px;
  }

  .p-page__btn-color.width300_s {
    margin: 0vw auto 2vw auto;
  }

  .p-page__btn-color.width300_none {
    width: 300px;
  }

  .p-page__btn-color.width300_none {
    margin: 0vw auto 0vw auto;
  }

  .p-page__btn-color.width300 {
    width: 300px;
  }

  .p-page__btn-color.width300 {
    margin: 0vw auto 8vw auto;
  }

  .p-page__btn-color.width300_btmg {
    width: 300px;
  }

  .p-page__btn-color.width300_btmg {
    margin: 0vw auto 18vw auto;
  }

  .p-page__btn2 {
    font-size: 35px;
    font-size: 4.67vw;
  }

  .p-page__btn2.width300 {
    width: 300px;
  }

  .p-page__btn2.width300 {
    margin: 0vw auto 8vw auto;
  }

  .p-page__btn3 {
    font-size: 35px;
    font-size: 4.67vw;
  }

  .p-page__btn3.width300 {
    width: 300px;
  }

  .p-page__btn3.width300 {
    margin: 0vw auto 8vw auto;
  }

  .p-page-sell__list_btn li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-page-sell__list_btn li {
    width: 100%;
    margin-bottom: 10px;
  }

  .p-page-sell__list_btn li .pc_tb {
    display: none;
  }

  .p-page-sell__list_btn li a {
    font-size: 50px;
    font-size: 6.67vw;
  }

  .p-page-sell__text {
    font-size: 50px;
    font-size: 6.67vw;
  }

  .p-page-sell__subtext {
    font-size: 32px;
    font-size: 4.27vw;
  }

  .p-table {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-table__btn {
    font-size: 32px;
    font-size: 4.27vw;
    margin: 20px auto 0;
    width: 150px;
  }

  .pager_num-area .pager-btn {
    width: 100%;
    height: 35px;
    text-decoration: none;
  }

  .pager-list .pager_btn-area .pager-btn {
    width: 35px;
    height: 35px;
    text-decoration: none;
  }

  .pager-list .list_back {
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-btn--arrow::after {
    right: 13px;
  }

  .pager_btn-area {
    width: 35px;
    height: 35px;
  }

  .pager_btn-area .pager-btn {
    height: 35px;
  }

  .pager-num {
    font-size: 20px;
    font-size: 2rem;
  }

  .pager-num a {
    width: 100%;
    height: 35px;
    width: 35px;
    margin: 0 2px;
    padding: 0 10px;
    text-decoration: none;
  }

  .pager-num.now {
    height: 35px;
    padding: 0 15px;
  }

  .mb-spPlus {
    padding-bottom: 30px;
  }

  .mb-spPlus60 {
    padding-bottom: 60px;
  }

  .p-memberbar__item {
    width: 100%;
  }

  .p-memberbar__subtitle {
    font-size: 60px;
    font-size: 8vw;
  }

  .p-memberbar__btn {
    width: 160px;
  }

  .p-memberbar__enTitle span {
    text-align: center;
  }

  .p-memberbar__enTitle span:nth-child(1) {
    font-size: 160px;
    font-size: 21.33vw;
  }

  .p-memberbar__enTitle span:nth-child(2) {
    font-size: 82.5px;
    font-size: 11vw;
  }

  .p-memberbar__jpTitle {
    font-size: 50px;
    font-size: 6.67vw;
    margin-bottom: 25px;
  }

  .p-memberbar__jpTitle:before {
    right: -5.33vw;
  }

  .p-memberbar__jpTitle .name {
    font-size: 32px;
    font-size: 4.27vw;
  }

  .p-memberbar__numArea {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .p-memberbar__numArea div:before {
    font-size: 20px;
    font-size: 2.67vw;
  }

  .p-memberbar__specialNum div {
    font-size: 50px;
    font-size: 6.67vw;
  }

  .p-memberbar__specialNum div span {
    font-size: 100px;
    font-size: 13.33vw;
  }

  .p-memberbar__memberBtnarea .p-memberbar__btn {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .p-search__menu {
    margin-bottom: 5.33vw;
  }

  .p-search__link {
    padding-right: 9.33vw;
    font-size: 38px;
    font-size: 5.07vw;
  }

  .p-search__arrow {
    font-size: 50px;
    font-size: 6.67vw;
    height: 6.6666666667vw;
  }

  .p-search__block {
    margin-bottom: 8vw;
  }

  .p-search__heading {
    margin-bottom: 5.33vw;
  }

  .p-search__label {
    font-size: 40px;
    font-size: 5.33vw;
    width: 20vw;
    padding: 1.87vw 0vw 0.53vw 0vw;
    margin-right: 2.67vw;
  }

  .p-search__list--type .p-search__item {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }

  .p-search__list--area .p-search__item {
    width: 48%;
    margin-top: 4%;
  }

  .p-search__list--area .p-search__item:nth-child(2n) {
    margin-left: 4%;
  }

  .r-search__item {
    width: 100%;
    margin-top: 4%;
  }

  .r-search__item:nth-child(2n) {
    margin-right: 0;
  }

  .p-search-sub__menu {
    margin-bottom: 5.33vw;
  }

  .p-search-sub__link {
    padding-right: 9.33vw;
    font-size: 38px;
    font-size: 5.07vw;
  }

  .p-search-sub__arrow {
    font-size: 50px;
    font-size: 6.67vw;
    height: 6.6666666667vw;
  }

  .p-search-sub__block {
    margin-bottom: 8vw;
  }

  .p-search-sub__heading {
    margin-bottom: 5.33vw;
  }

  .p-search-sub__label {
    font-size: 40px;
    font-size: 5.33vw;
    width: 20vw;
    padding: 1.87vw 0vw 0.53vw 0vw;
    margin-right: 2.67vw;
  }

  .p-search-sub__list--type {
    margin-bottom: 30px;
  }

  .p-search-sub__list--type .p-search-sub__item {
    width: 100%;
    margin-top: 2%;
  }

  .p-search-realestate__menu {
    margin-bottom: 5.33vw;
  }

  .p-search-realestate__link {
    padding-right: 9.33vw;
    font-size: 38px;
    font-size: 5.07vw;
  }

  .p-search-realestate__arrow {
    font-size: 50px;
    font-size: 6.67vw;
    height: 6.6666666667vw;
  }

  .p-search-realestate__block {
    margin-bottom: 8vw;
  }

  .p-search-realestate__heading {
    margin-bottom: 5.33vw;
  }

  .p-search-realestate__label {
    font-size: 40px;
    font-size: 5.33vw;
    width: 20vw;
    padding: 1.87vw 0vw 0.53vw 0vw;
    margin-right: 2.67vw;
  }

  .p-search-realestate__list--type .p-search-realestate__item {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }

  .p-search-realestate__list--area .p-search-realestate__item {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }

  .p-search-realestate__list--area .p-search-realestate__item:nth-child(2n) {
    margin-right: 0;
  }

  .p-search-train__menu {
    margin-bottom: 5.33vw;
  }

  .p-search-train__link {
    padding-right: 9.33vw;
    font-size: 38px;
    font-size: 5.07vw;
  }

  .p-search-train__arrow {
    font-size: 50px;
    font-size: 6.67vw;
    height: 6.6666666667vw;
  }

  .p-search-train__block {
    margin-bottom: 8vw;
  }

  .p-search-train__heading {
    margin-bottom: 5.33vw;
  }

  .p-search-train__label {
    font-size: 40px;
    font-size: 5.33vw;
    width: 20vw;
    padding: 1.87vw 0vw 0.53vw 0vw;
    margin-right: 2.67vw;
  }

  .p-search-train__list--type:after {
    width: 48%;
  }

  .p-search-train__list--type:before {
    width: 48%;
  }

  .p-search-train__list--type .p-search-train__item {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }

  .p-search-train__list--area:after {
    width: 100%;
  }

  .p-search-train__list--area:before {
    width: 100%;
  }

  .p-search-train__list--area .p-search-train__item {
    width: 100%;
    margin-top: 4%;
  }

  .p-search-train__list--area .p-search-train__item:nth-child(2n) {
    margin-right: 0;
  }

  .p-search-station__menu {
    margin-bottom: 5.33vw;
  }

  .p-search-station__link {
    padding-right: 9.33vw;
    font-size: 38px;
    font-size: 5.07vw;
  }

  .p-search-station__arrow {
    font-size: 50px;
    font-size: 6.67vw;
    height: 6.6666666667vw;
  }

  .p-search-station__block {
    margin-bottom: 8vw;
  }

  .p-search-station__heading {
    margin-bottom: 5.33vw;
  }

  .p-search-station__label {
    font-size: 40px;
    font-size: 5.33vw;
    width: 20vw;
    padding: 1.87vw 0vw 0.53vw 0vw;
    margin-right: 2.67vw;
  }

  .p-search-station__list--type .p-search-station__item {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }

  .p-search-station__list--area .p-search-station__item {
    width: 100%;
    margin-top: 4%;
  }

  .p-search-station__list--area .p-search-station__item:nth-child(2n) {
    margin-right: 0;
  }

  .searchRadio {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .searchRadio::before {
    text-align: left;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .searchRadio::after {
    text-align: left;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .searchRadio li {
    text-align: left;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .searchRadio li label {
    padding: 0;
    margin-bottom: 30px;
  }

  .searchCheckbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .searchCheckbox li {
    text-align: left;
    -ms-flex-preferred-size: 80%;
    flex-basis: 95%;
    max-width: 95%;
  }

  .st-select__content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .st-select__content {
    margin-bottom: 20px;
  }

  .st-select__content-select {
    width: 100%;
    margin: 0 auto 20px;
  }

  .st-select__content-select2 {
    width: 100%;
    margin: 0 auto 0px;
  }

  .st-select__content-select2 p {
    font-size: 1.6rem;
    margin-top: 10px;
    display: inline-block;
    margin-left: 5px;
  }

  .st-select__content-select2 ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .st-select__content-select2 li {
    display: block;
    width: 50%;
    margin-bottom: 0px;
  }

  .st-select__content-select2 li:first-of-type {
    display: block;
    margin-bottom: 0px;
  }

  .st-select__content-select2 .selectWrap {
    width: 100%;
  }

  .st-select__content-select3 {
    width: 100%;
    margin: 0 auto 0;
  }

  .st-select__content-select3 p {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 5px;
  }

  .st-select__content-select3 ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }

  .st-select__content-select3 ul li {
    display: block;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .st-select__content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .st-select__content-title2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .st-select__content-title3 {
    width: 100%;
    height: 60px;
  }

  .pc_td {
    display: none;
  }

  .tb {
    display: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .st-select__content-select2 ul {
    margin: 15px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-container {
    padding-top: 55px;
  }

  .c-modal__contents {
    padding: 10.67vw 0vw 10.67vw 0vw;
  }

  .c-modal__contents {
    padding: 0 15%;
  }

  .p-page__heading {
    height: 390px;
  }

  .p-memberbar__jpTitle {
    margin-bottom: 30px;
  }

  .p-memberbar__jpTitle:before {
    width: 200vw;
    right: -50%;
  }

  .r-search__item {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 2%;
  }

  .p-search-realestate__list--area .p-search-realestate__item {
    width: 49%;
  }

  .p-search-train__list--area:after {
    width: 48%;
  }

  .p-search-train__list--area:before {
    width: 48%;
  }

  .p-search-train__list--area .p-search-train__item {
    width: 48%;
  }

  .p-search-station__list--area .p-search-station__item {
    width: 100%;
  }

  .searchCheckbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .st-select__content-title2 {
    height: 80px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .s_hfs {
    font-size: 14px;
    font-size: 1.87vw;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-headline {
    margin: 0vw 0vw 5.33vw 0vw;
  }

  .subCont-headline {
    margin: 0vw auto 10.67vw auto;
  }

  .numCont-headline {
    margin: 0vw auto 5.33vw auto;
  }

  .first-mg {
    margin: 15.33vw 0vw 0vw 0vw;
  }

  .first-pd {
    padding: 15.33vw 0vw 0vw 0vw;
  }

  .top-mg {
    margin: 15.33vw 0vw 0vw 0vw;
  }

  .top-h-mg {
    margin: 13.33vw 0vw 0vw 0vw;
  }

  .top-pd {
    padding: 13.33vw 0vw 0vw 0vw;
  }

  .top-h-pd {
    padding: 13.33vw 0vw 0vw 0vw;
  }

  .bottom-mg {
    margin: 0vw 0vw 13.33vw 0vw;
  }

  .bottom-pd {
    padding: 0vw 0vw 13.33vw 0vw;
  }

  .bottom-h-mg {
    margin: 0vw 0vw 13.33vw 0vw;
  }

  .bottom-h-pd {
    padding: 0vw 0vw 13.33vw 0vw;
  }

  .mid-mg {
    margin: 13.33vw 0vw 13.33vw 0vw;
  }

  .mid-pd {
    padding: 13.33vw 0vw 13.33vw 0vw;
  }

  .mid-h-mg {
    margin: 6.67vw 0vw 6.67vw 0vw;
  }

  .mid-h-pd {
    padding: 6.67vw 0vw 6.67vw 0vw;
  }

  .last-mg {
    margin: 0vw 0vw 14.67vw 0vw;
  }

  .last-pd {
    padding: 0vw 0vw 14.67vw 0vw;
  }

  #request {
    padding: 10.67vw 0vw 0vw 0vw;
    margin: -10.67vw 0vw 0vw 0vw;
  }

  .p-page__heading--img {
    right: 6vw;
    bottom: -12vw;
    width: 39vw;
    height: 25vw;
    position: absolute;
  }

  .p-page__heading--img img {
    width: 39vw;
    height: 25vw;
  }

  .p-page__heading--img:after {
    top: -20px;
    right: -20px;
    width: 15vw;
    height: 15vw;
  }

  .p-page__btn.width300 {
    margin: 0vw auto 5.33vw auto;
  }

  .p-page__btn.width300_s {
    margin: 0vw auto 1.33vw auto;
  }

  .p-page__btn.width300_none {
    margin: 0vw auto 0vw auto;
  }

  .p-page__btn.width300_btmg {
    margin: 0vw auto 13.33vw auto;
  }

  .p-page__btn-color.width300_s {
    margin: 0vw auto 1.33vw auto;
  }

  .p-page__btn-color.width300_none {
    margin: 0vw auto 0vw auto;
  }

  .p-page__btn-color.width300 {
    margin: 0vw auto 5.33vw auto;
  }

  .p-page__btn-color.width300_btmg {
    margin: 0vw auto 13.33vw auto;
  }

  .p-page__btn2.width300 {
    margin: 0vw auto 5.33vw auto;
  }

  .p-page__btn3.width300 {
    margin: 0vw auto 5.33vw auto;
  }

  .p-page-sell__list_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-page-sell__list_btn li {
    width: 48%;
    margin: 1%;
  }

  .st-select__content-select3 ul li {
    margin-right: 0%;
  }

  .pc_sp {
    display: none;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-page__heading--img {
    right: 2vw;
    top: 5vw;
    width: 29vw;
    height: 20.8334vw;
    position: absolute;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-search {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-search-sub {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-search-realestate {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-search-train {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-search-station {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}</pre></body></html>