@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #FFF;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img, map a {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

object, embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select, input, button, textarea, button {
  font: 99% arial, sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a, img, button, input[type=button], input[type=submit], .touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*  list
---------------------------------------------*/
li {
  list-style: none;
  line-height: 1;
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img, input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #000;
  height: auto;
}

textarea {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 4px;
}

/* ======= outline ======= */
input[type=email],
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #f8f8f8;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

.font2 {
  font-family: "Red Hat Display", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #464646;
}

.g3 {
  color: #5c5c5c;
}

.g4 {
  color: #88919b;
}

.g5 {
  color: #efeeee;
}

.g6 {
  color: #dddddd;
}

.c1 {
  color: #1b9cda;
}

.c2 {
  color: #0064af;
}

.c3 {
  color: #526674;
}

.c4 {
  color: #50cc85;
}

.c5 {
  color: #b277e0;
}

.c6 {
  color: #e0c332;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

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

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

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

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/DIN-Alternate-Bold.woff") format("woff"), url("../webfonts/DIN-Alternate-Bold.eot") format("eot");
}
/* -----------------------------------------------
    hiragino sansのウェイトズレを調整
------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0), local(メイリオ);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1), local(メイリオ);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2), local(メイリオ);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3), local(メイリオ);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4), local(メイリオ);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5), local(メイリオ ボールド);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6), local(メイリオ ボールド);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7), local(メイリオ ボールド);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8), local(メイリオ ボールド);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9), local(メイリオ ボールド);
  font-weight: 900;
}
/* -----------------------------------------------
    p
------------------------------------------------*/
p.p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p.p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/* ======= hiwrite ======= */
::selection {
  background: #ededed;
}

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1;
}
.underHiwrite::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20%;
  background-color: #ff0;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .annotation {
    font-size: 1.1rem;
  }
}

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #1b9cda;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #1b9cda;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  wrapper
---------------------------------------------*/
.wrapper {
  margin-left: 280px;
}
@media screen and (max-width: 991px) {
  .wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 70px;
  }
}

.container-box {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .container-box {
    padding: 0 15px;
  }
}

.container-box-ul {
  padding: 0 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .container-box-ul {
    padding: 0 15px;
  }
}

/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
  }
}
.container.-large {
  max-width: 1060px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}
.container.-small {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-small {
    max-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.-Xlarge {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-Xlarge {
    max-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.-min {
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .container.-min {
    max-width: auto;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

/*  hover
---------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  transition: all 200ms ease;
}

.pc input[type=text]:hover,
.pc input[type=tel]:hover,
.pc input[type=email]:hover,
.pc input[type=password]:hover,
.pc select:hover,
.pc textarea:hover {
  border: 1px solid #1b9cda;
  background-color: #fff;
}

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid #1b9cda;
}

input[type=button]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
input[type=file],
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
button:focus {
  outline: none;
}

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%;
}

@media screen and (max-width: 768px) {
  input.short,
select.short,
textarea.short {
    width: 100%;
  }
}
/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: #e20c0c;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem;
}

/*  button submit
---------------------------------------------*/
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #1b9cda;
  border: 0;
  padding: 0rem 3rem;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  height: 50px;
  position: relative;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc input[type=button]:hover,
.pc input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type=checkbox],
input[type=radio] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
  transition: 0s;
}

label.checkbox,
label.radio {
  padding-left: 0.7em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0s;
}

label.checkbox input,
label.radio input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit;
}

/* ======= checkbox ======= */
label.checkbox::before,
label.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease;
}

label.checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

label.checkbox.-checked::before {
  background: #0064af;
  border: 1px solid #0064af;
}

label.checkbox.-checked::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ======= radio ======= */
label.radio::before,
label.radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0s;
}
@media screen and (max-width: 768px) {
  label.radio::before,
label.radio::after {
    transition: 0s;
  }
}

label.radio::before {
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bcc2ba;
  border-radius: 100%;
}

label.radio::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
}

label.radio.-checked::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #0064af;
  border-radius: 100%;
}

/*  input file
---------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
  display: none;
}

label.file {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background-color: #1b9cda;
  padding: 1rem 2.5rem;
  margin-bottom: 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc label.file:hover {
  background-color: #0064af;
}

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 40px;
  padding-left: 1rem;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
}

label.select {
  position: relative;
  display: block;
}

label.select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px;
}

label.select::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem;
}

/*
表示確認済みPC : chrome,safari,edge,firefoxはアップデードでselectの疑似要素がOKになりました。
※ IE11~9はデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9 ;
}

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
label.select::before {
    display: none;
  }
}
/* ======= sp ======= */
@media screen and (max-width: 768px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem;
  }
}
/*==================================================================
    .h01
===================================================================*/
.h01 {
  position: relative;
  margin-bottom: 30px;
}
.h01 em {
  color: #57adf7;
  background: -webkit-linear-gradient(45deg, #57adf7, #eaea00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .h01 em {
    font-size: 3.6rem;
  }
}
.h01 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  line-height: 2;
  color: #dddddd;
}
@media screen and (max-width: 768px) {
  .h01 span {
    font-size: 1.5rem;
  }
}
.h01::before {
  width: 2em;
  height: 5px;
  background-color: #1b9cda;
  content: "";
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .h01.-w {
    text-align: center;
  }
}
.h01.-w em {
  color: #fff;
  background: -webkit-linear-gradient(45deg, #fff, #fff);
  -webkit-background-clip: text;
}
.h01.-w span {
  color: #fff;
}
.h01.-w::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .h01.-w::before {
    margin: 0 auto 10px;
  }
}

/*==================================================================
    .h02
===================================================================*/
.h02 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .h02 {
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.h02_ttl {
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .h02_ttl {
    padding-top: 0;
  }
}
.h02_lead {
  width: 765px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #000;
  padding: 30px 20px 30px 40px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .h02_lead {
    width: 100%;
    padding: 30px 15px 15px;
    margin-left: 0;
    margin-top: -20px;
  }
}

/*==================================================================
    .h03
===================================================================*/
.h03 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .h03 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
.h03 .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #5c5c5c;
  margin-bottom: 0.7em;
}
.h03 .sub .icon {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0.8em;
  background-color: #da0048;
  vertical-align: middle;
  margin-right: 0.4em;
}
.h03 .color {
  color: #1b9cda;
}
.h03.-estate {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .h03.-estate {
    font-size: 1.8rem;
  }
}
.h03.-estate .sub {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.h03.-estate .price {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5em;
}
.h03.-estate .price .num {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .h03.-estate .price .num {
    font-size: 1.6rem;
  }
}

/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  background-image: url(../img/common/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  font-size: 2rem;
  line-height: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #0064af;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn01 {
    height: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.btn01:hover {
  opacity: 0.6;
  background-position: top 50% right 15px;
}

/*==================================================================
    .btn02
===================================================================*/
.btn02 {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background: linear-gradient(78deg, #fde000 0%, #ff1d00 58%, #ff1d00 64%, #ff1d00 75%, #fde000 100%);
  font-size: 1.5rem;
  line-height: 42px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn02 {
    height: 32px;
    border-radius: 16px;
    font-size: 1.3rem;
    line-height: 32px;
  }
}
.btn02::before {
  display: block;
  content: "";
  width: 17px;
  height: 6px;
  background-image: url(../img/common/icon_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: 17px 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 200ms ease;
}
.btn02:hover {
  opacity: 0.6;
}
.btn02:hover::before {
  right: 10px;
}

/*==================================================================
    .btn03
===================================================================*/
.btn03 {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #1b9cda;
  background-image: url(../img/common/icon_arrow_02.svg);
  background-size: 19.75 6.8;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  font-size: 1.5rem;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn03 {
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
}
.btn03:hover {
  opacity: 0.6;
  background-position: top 50% right 15px;
}

/*==================================================================
    .btn04
===================================================================*/
.btn04 {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #1b9cda;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 38px;
  color: #1b9cda;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn04 {
    height: 30px;
    border-radius: 15px;
    font-size: 1.3rem;
    line-height: 28px;
  }
}
.btn04 span {
  display: inline-block;
  padding-left: 16px;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.btn04:hover {
  background-color: rgba(27, 156, 218, 0.1);
}

/*==================================================================
    .btn05
===================================================================*/
.btn05 {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  font-size: 1.5rem;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(102deg, #1bdaa7 0%, #3d64a3 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn05 {
    height: 46px;
    border-radius: 23px;
    font-size: 1.2rem;
    line-height: 46px;
  }
}
.btn05::before {
  display: block;
  content: "";
  width: 18px;
  height: 7px;
  background-image: url(../img/common/icon_arrow_06.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms ease;
}
.btn05:hover {
  opacity: 0.6;
  box-shadow: none;
}
.btn05:hover::before {
  right: 15px;
}

/*==================================================================
    .btn06
===================================================================*/
.btn06 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(107deg, #1bdaa7 0%, #3d64a3 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 200ms ease;
}
.btn06:hover {
  box-shadow: none;
  opacity: 0.6;
}

/*==================================================================
    .btn07
===================================================================*/
.btn07 {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b9cda;
  padding: 0 35px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 23px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .btn07 {
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
    color: #1b9cda;
    padding: 0 20px;
    border-radius: 18px;
  }
}
.btn07:hover {
  background: linear-gradient(107deg, #1bdaa7 0%, #3d64a3 100%);
  color: #fff;
  box-shadow: none;
  opacity: 0.6;
}
.btn07.current {
  background: linear-gradient(107deg, #1bdaa7 0%, #3d64a3 100%);
  color: #fff;
}

/*==================================================================
    .btn08
===================================================================*/
.btn08 {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(102deg, #1bdaa7 0%, #3d64a3 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  border: none;
  outline: none;
  transition: all 200ms ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn08 {
    height: 46px;
    font-size: 1.4rem;
    line-height: 46px;
    border-radius: 23px;
  }
}
.btn08::before {
  display: block;
  content: "";
  width: 21px;
  height: 8px;
  background-image: url(../img/common/icon_arrow_03.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 200ms ease;
}
.btn08:hover {
  opacity: 0.6;
  box-shadow: none;
}
.btn08:hover::before {
  right: 15px;
}

/*==================================================================
    .tbl01
===================================================================*/
/*==================================================================
    .pagenation
===================================================================*/
.pagenation {
  padding: 10px 0 0;
  text-align: center;
}
.pagenation__inner {
  display: inline-block;
}
.pagenation__inner a,
.pagenation__inner span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 2.4rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #1b9cda;
  border: solid 1px #1b9cda;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 7px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation__inner a,
.pagenation__inner span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.4rem;
    margin: 0 2px;
  }
}
.pagenation__inner a:hover {
  background-color: #1b9cda;
  color: #fff;
}
.pagenation__inner span.current {
  color: #fff;
  background-color: #1b9cda;
  border: solid 1px #1b9cda;
}
.pagenation__inner span.dots {
  background: none;
  border: none;
  color: #1b9cda;
  margin: 0;
  width: 1em;
  vertical-align: top;
}

.pageLink {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .pageLink {
    padding: 40px 0;
  }
}
.pageLink .links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pageLink .links__prev a, .pageLink .links__next a, .pageLink .links__list a {
  display: inline-block;
  padding: 55px 20px 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 19px 34px;
  font-size: 1.1rem;
  color: #f8f8f8;
  position: relative;
}
.pageLink .links__prev a {
  background-image: url(../img/common/icon_article_prev.svg);
}
.pageLink .links__prev a:hover {
  background-position: 20% 0;
}
.pageLink .links__next a {
  background-image: url(../img/common/icon_article_next.svg);
}
.pageLink .links__next a:hover {
  background-position: 80% 0;
}
.pageLink .links__list {
  padding: 0 140px;
}
@media screen and (max-width: 768px) {
  .pageLink .links__list {
    padding: 0 20px;
  }
}
.pageLink .links__list a::before {
  display: block;
  content: "";
  width: 50px;
  height: 30px;
  background-image: url(../img/common/icon_article_list.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 200ms ease;
}
.pageLink .links__list a:hover::before {
  transform: translate(-50%, 0) rotate(360deg);
}

/*==================================================================
  .header
===================================================================*/
.header {
  width: 280px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
@media screen and (max-width: 991px) {
  .header {
    transform: translateX(-280px);
    transition: 0.4s all;
  }
}
.header_inner {
  height: 100%;
}
.header_logo {
  text-align: center;
  height: 130px;
  background: url(../img/common/img-dot.png);
  background-color: #1b9cda;
}
.header_logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.header .nav_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.header .nav_item a {
  display: flex;
  position: relative;
  flex-flow: column;
  font-size: 1.6rem;
  color: #1b9cda;
  font-weight: bold;
  line-height: 1;
  padding: 19px 0px 15px 60px;
  background: url(../img/common/icon_arrow_gray.svg);
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  transition: all 200ms ease;
}
.header .nav_item a em {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  line-height: 1;
  color: #000;
  margin-bottom: 0.5em;
}
.header .nav_item a:hover {
  color: #fff;
  background: url(../img/common/icon_arrow_gray.svg);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-color: #0064af;
}
.header .nav_item a:hover em {
  color: #fff;
}
.header .nav_item a::before {
  content: "";
  transform: translateX(-50px);
}
.header .nav_item.-sub a {
  padding: 20px 0px 15px 60px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  line-height: 1;
}
.header .nav_item.-sub a em {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0px;
}
.header .nav_item:nth-child(1) a:hover::before {
  background: url(../img/common/icon-naviImg01.svg);
  background-position: left 0px top 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 70px;
  display: block;
  z-index: 1;
  transform: translateX(0px);
}
.header .nav_item:nth-child(2) a:hover::before {
  background: url(../img/common/icon-naviImg02.svg);
  background-position: left 0px top 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 70px;
  display: block;
  z-index: 1;
  transform: translateX(0px);
}
.header .nav_item:nth-child(3) a:hover::before {
  background: url(../img/common/icon-naviImg03.svg);
  background-position: left 0px top 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 70px;
  display: block;
  z-index: 1;
  transform: translateX(0px);
}
.header .nav_item:nth-child(4) a:hover::before {
  background: url(../img/common/icon-naviImg04.svg);
  background-position: left 0px top 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 70px;
  display: block;
  z-index: 1;
  transform: translateX(0px);
}
.header .sub_list {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 30px;
}
.header .sub_list li {
  width: 50%;
}
.header .sub_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .sub_list li a:hover {
  opacity: 0.6;
}
.header .sub_sns {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 20px;
}
.header .sub_sns li {
  margin-right: 25px;
}
.header .sub_sns li:last-child {
  margin-right: 0;
}
.header .sub_sns li a:hover {
  opacity: 0.6;
}
.header .sub dl {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0px 15px;
  text-align: center;
}
.header .sub dl .tel {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3rem;
  margin-bottom: 20px;
  color: #1b9cda;
}
.header .sub dl .tel span {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #000;
}
.header .sub .sns_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.header .sub .sns_area li {
  padding: 10px;
}
.header .sub .sns_area li a {
  display: block;
}

/*==================================================================
  .menu-trigger
===================================================================*/
.trigger {
  width: 70px;
  height: 70px;
  background-color: #1b9cda;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  transition: all 200ms ease;
}
.trigger.active {
  background-color: inherit;
}
.trigger .menu-trigger,
.trigger .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.trigger .menu-trigger {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  left: 20px;
}
.trigger .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.trigger .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.trigger .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.trigger .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.trigger .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.trigger .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.trigger .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

/*==================================================================
  .subheader
===================================================================*/
.subheader {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-70px);
  transition: 0.4s all;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .subheader {
    transform: translateY(0px);
  }
}
.subheader_logo a {
  height: 70px;
  padding: 21px 10px;
  display: inline-block;
}

/*==================================================================
    .grandNav
===================================================================*/
.grandNav {
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-grandNav.svg) no-repeat, linear-gradient(180deg, #569cbe 0%, #0c5e9b 100%);
  background-position: right bottom;
  background-size: 80%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .grandNav {
    overflow-y: auto;
  }
}
.grandNav.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.grandNav_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
  max-width: 1280px;
  margin: 0px auto;
}
@media screen and (max-width: 991px) {
  .grandNav_inner {
    justify-content: flex-start;
    flex-flow: column;
    padding-top: 80px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .grandNav_inner {
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 80px 0 0;
  }
}
.grandNav_logo {
  text-align: center;
  padding: 0px 30px;
}
@media screen and (max-width: 991px) {
  .grandNav_logo {
    padding-right: 0;
    text-align: center;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .grandNav_logo {
    padding: 0 0 30px;
  }
}
.grandNav_logo .logo {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .grandNav_logo .logo {
    text-align: center;
    margin: 0px auto 25px;
  }
}
.grandNav_logo .logo img {
  max-width: 210px;
  width: 100%;
}
.grandNav_logo dl {
  font-size: 1.4rem;
  line-height: 1.6;
}
.grandNav_logo dl .tel {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.8rem;
  margin-bottom: 20px;
}
.grandNav_logo dl .tel span {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.grandNav_logo .sns_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.grandNav_logo .sns_area li {
  padding: 10px;
}
.grandNav_logo .sns_area li a {
  display: block;
}
.grandNav_inq {
  display: flex;
  max-width: 280px;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0px auto 20px;
}
.grandNav_inq li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .grandNav_main {
    width: 100%;
  }
}
.grandNav_main .main {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main {
    flex-flow: column nowrap;
    margin-bottom: 60px;
    width: 100%;
  }
}
.grandNav_main .main_blocks {
  padding: 0px 30px;
}
@media screen and (max-width: 991px) {
  .grandNav_main .main_blocks {
    margin-right: 0px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_blocks {
    width: 100%;
    padding: 0px;
  }
}
.grandNav_main .main_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f8f8f8;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 36px;
    color: #204f9a;
    padding: 0px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
}
.grandNav_main .main_list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_list {
    margin-bottom: 0px;
  }
}
.grandNav_main .main_item a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 44px;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  }
}
.grandNav_main .main_item a:hover {
  opacity: 0.6;
}
.grandNav_main .main_item a.blank {
  padding-right: 20px;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item a.blank {
    background-position: right 20px top 50%;
  }
}
.grandNav_main .main_item.-parent {
  font-size: 1.4rem;
  font-weight: 700;
}
.grandNav_main .main_item.-basis {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item.-basis {
    margin-bottom: 0px;
  }
}
.grandNav_main .main_item.-basis a {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item.-basis a {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}
.grandNav_main .main_item.-basis a em {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item.-basis a em {
    font-size: 1.2rem;
    padding-bottom: 0px;
  }
}

/*==================================================================
    .pagetop
===================================================================*/
.pagetop {
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  background-color: #000;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    padding-top: 15px;
    bottom: 10px;
    right: 10px;
  }
}
.pagetop:hover {
  opacity: 0.6;
}
.pagetop img {
  width: 20px;
  height: 20px;
}

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background: url(../img/common/bg-grandNav.svg) no-repeat;
  background-position: right bottom;
  background-color: #526674;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}
.footer_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  max-width: 1920px;
  margin: 0px auto;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.footer_logo {
  text-align: center;
  padding: 0px 5vw;
}
@media screen and (max-width: 991px) {
  .footer_logo {
    text-align: center;
    padding: 0px 0px 50px;
  }
}
.footer_logo .logo {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_logo .logo {
    text-align: center;
    margin: 0px auto 25px;
  }
}
.footer_logo .logo img {
  max-width: 210px;
  width: 100%;
}
.footer_logo dl {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
}
.footer_logo dl .tel {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.8rem;
  margin-bottom: 20px;
}
.footer_logo dl .tel span {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
.footer_logo .sns_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.footer_logo .sns_area li {
  padding: 10px;
}
.footer_logo .sns_area li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer_main {
    display: none;
  }
}
.footer_main .main {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .footer_main .main {
    flex-flow: column wrap;
    margin-bottom: 60px;
    width: 100%;
  }
}
.footer_main .main_blocks {
  padding: 0px 3vw;
  width: calc(100% / 3);
}
@media screen and (max-width: 991px) {
  .footer_main .main_blocks {
    margin-right: 0px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_main .main_blocks {
    width: 100%;
    padding: 0px;
  }
}
.footer_main .main_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f8f8f8;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer_main .main_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 36px;
    color: #204f9a;
    padding: 0px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    background: #efec00;
  }
}
.footer_main .main_list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer_main .main_list {
    margin-bottom: 0px;
  }
}
.footer_main .main_item a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer_main .main_item a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 44px;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  }
}
.footer_main .main_item a:hover {
  opacity: 0.6;
}
.footer_main .main_item a.blank {
  padding-right: 20px;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
  .footer_main .main_item a.blank {
    background-position: right 20px top 50%;
  }
}
.footer_main .main_item.-parent {
  font-size: 1.4rem;
  font-weight: 700;
}
.footer_main .main_item.-basis {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer_main .main_item.-basis {
    margin-bottom: 0px;
  }
}
.footer_main .main_item.-basis a {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer_main .main_item.-basis a {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}
.footer_main .main_item.-basis a em {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .footer_main .main_item.-basis a em {
    font-size: 1.2rem;
    padding-bottom: 0px;
  }
}
.footer .copy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .copy {
    justify-content: center;
  }
}
.footer .copy_right {
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer .copy_right {
    display: block;
    padding: 0 15px;
  }
}

/*==================================================================
    .mainView
===================================================================*/
.mainView {
  position: relative;
}
.mainView.swiper-container .swiper-pagination-bullet {
  width: 142px;
  height: 40px;
  border-radius: 0px;
}
.mainView.swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.mainView.swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainView.swiper-container .swiper-pagination-custom,
.mainView.swiper-container .swiper-pagination-fraction {
  bottom: 30px;
  right: 4vw;
  left: auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .mainView.swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.mainView.swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainView.swiper-container .swiper-pagination-custom,
.mainView.swiper-container .swiper-pagination-fraction {
    display: none;
  }
}
.mainView.swiper-container .swiper-thumb-Img {
  height: 40px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.mainView.swiper-container .swiper-button-prev,
.mainView.swiper-container .swiper-button-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 26px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .mainView.swiper-container .swiper-button-prev,
.mainView.swiper-container .swiper-button-next {
    width: 11px;
    height: 21px;
    background-size: 11px 21px;
  }
}
.mainView.swiper-container .swiper-button-prev {
  background-image: url(../img/top/hero_icon_prev.svg);
  left: 20px;
}
@media screen and (max-width: 768px) {
  .mainView.swiper-container .swiper-button-prev {
    background-image: url(../img/top/hero_icon_prev_sp.svg);
    left: 7px;
  }
}
.mainView.swiper-container .swiper-button-next {
  background-image: url(../img/top/hero_icon_next.svg);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .mainView.swiper-container .swiper-button-next {
    background-image: url(../img/top/hero_icon_next_sp.svg);
    right: 7px;
  }
}

/*==================================================================
    .mainViewUl
===================================================================*/
/*==================================================================
    .pankuz
===================================================================*/
.pankuz {
  padding: 45px 0 50px;
}
@media screen and (max-width: 768px) {
  .pankuz {
    padding: 30px 0 40px;
  }
}
.pankuz ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pankuz li {
  font-size: 1.2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.pankuz li::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 12px;
  background-image: url(../img/common/icon_slash.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 0.5em;
}
.pankuz li:last-child::after {
  display: none;
}
.pankuz li:first-child::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 13px;
  background-image: url(../img/common/icon_home.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.5em;
}
.pankuz li a {
  color: #000;
}
.pankuz li a:hover {
  text-decoration: underline;
}

/*==================================================================
    .estate-list
===================================================================*/
.estate-list {
  position: relative;
}
.estate-list_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .estate-list_list {
    display: block !important;
  }
}
.estate-list_item {
  max-width: 350px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .estate-list_item {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.estate-list_item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(63, 53, 53, 0.05);
  position: relative;
}
@media screen and (max-width: 768px) {
  .estate-list_item a {
    display: flex;
    flex-flow: row nowrap;
    padding: 5px;
  }
}
.estate-list_item a:hover {
  box-shadow: none;
  opacity: 0.6;
}
.estate-list_item .img {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .estate-list_item .img {
    width: 100px;
    height: 0 !important;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
  }
}
.estate-list_item .img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .estate-list_item .img img {
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 179%;
    max-height: initial;
  }
}
.estate-list_item .outline {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .estate-list_item .outline {
    width: calc(100% - 100px);
    padding: 5px;
  }
}
.estate-list_item .add {
  font-size: 1.1rem;
  line-height: 1.5;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .estate-list_item .add {
    font-size: 1rem;
    margin-bottom: 0.3em;
  }
}
.estate-list_item .add::before {
  display: block;
  content: "";
  width: 12px;
  height: 15px;
  background-image: url(../img/common/icon_map.svg);
  background-position: 50% 50%;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .estate-list_item .add::before {
    width: 9px;
    height: 11px;
    background-size: 9px 11px;
    margin-right: 4px;
  }
}
.estate-list_item .add span {
  display: block;
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .estate-list_item .add span {
    width: calc(100% - 13px);
  }
}
.estate-list_item .ttl {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .estate-list_item .ttl {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0.3em;
  }
}
.estate-list_item .tags {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .estate-list_item .tags {
    margin-bottom: 0.2em;
  }
}
.estate-list_item .tags li {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .estate-list_item .tags li {
    font-size: 1rem;
  }
}
.estate-list_item .tags li::after {
  display: inline-block;
  content: "、";
}
.estate-list_item .tags li:last-child::after {
  display: none;
}
.estate-list_item .price {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}
.estate-list_item .price span {
  font-size: 2.4rem;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .estate-list_item .price span {
    font-size: 1.8rem;
  }
}
.estate-list_item .icon {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0.8em;
  background-color: #da0048;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.estate-list .swiper-button-prev,
.estate-list .swiper-button-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .estate-list .swiper-button-prev,
.estate-list .swiper-button-next {
    display: none;
  }
}
.estate-list .swiper-button-prev {
  background-image: url(../img/common/icon_slider_prev.svg);
  left: 20px;
}
.estate-list .swiper-button-next {
  background-image: url(../img/common/icon_slider_next.svg);
  right: 20px;
}
.estate-list.-estate .estate-list_list {
  flex-flow: row wrap;
}
.estate-list.-estate .estate-list_item {
  max-width: 290px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  .estate-list.-estate .estate-list_item {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .estate-list.-estate .estate-list_item {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}

/*==================================================================
    .column-list
===================================================================*/
.column-list {
  position: relative;
}
.column-list_list {
  display: flex;
  flex-flow: row wrap;
}
.column-list_item {
  width: 33.3333%;
  max-width: 320px;
  padding: 0 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .column-list_item {
    width: 50%;
    max-width: 100%;
    padding: 0 7px;
    margin-bottom: 15px;
  }
}
.column-list_item:first-of-type {
  width: 66.6667%;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .column-list_item:first-of-type {
    width: 50%;
    max-width: 100%;
  }
}
.column-list_item:first-of-type .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: initial;
}
@media screen and (max-width: 768px) {
  .column-list_item:first-of-type .img img {
    max-width: none;
    max-height: none;
  }
}
.column-list_item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #000;
}
.column-list_item a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  opacity: 0.6;
}
.column-list_item .img {
  width: 100%;
  height: 0;
  padding-bottom: 187px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column-list_item .img {
    height: auto;
    padding-bottom: 0;
  }
}
.column-list_item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: initial;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .column-list_item .img img {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
.column-list_item .outline {
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .column-list_item .outline {
    padding: 12px;
  }
}
.column-list_item .ttl {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .column-list_item .ttl {
    font-size: 1.3rem;
  }
}
.column-list_item .txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .column-list_item .txt {
    font-size: 1rem;
  }
}
.column-list_item .date {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Red Hat Display", sans-serif;
}
.column-list_item .tags {
  display: flex;
  flex-flow: row wrap;
}
.column-list_item .tags li {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .column-list_item .tags li {
    font-size: 1rem;
  }
}
.column-list_item .tags li::after {
  display: inline-block;
  content: " ";
}

/*==================================================================
    .estate-column
===================================================================*/
.estate-column {
  position: relative;
}
.estate-column_list {
  display: flex;
}
.estate-column_item {
  width: 33.3333%;
  max-width: 300px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .estate-column_item {
    width: 100%;
    max-width: 100%;
  }
}
.estate-column_item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #000;
}
.estate-column_item a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  opacity: 0.6;
}
.estate-column_item .img {
  width: 100%;
  height: 0;
  padding-bottom: 187px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .estate-column_item .img {
    height: auto;
    padding-bottom: 0;
  }
}
.estate-column_item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: initial;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .estate-column_item .img img {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
.estate-column_item .outline {
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .estate-column_item .outline {
    padding: 12px;
  }
}
.estate-column_item .ttl {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .estate-column_item .ttl {
    font-size: 1.3rem;
  }
}
.estate-column_item .txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .estate-column_item .txt {
    font-size: 1rem;
  }
}
.estate-column_item .date {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Red Hat Display", sans-serif;
}
.estate-column_item .tags {
  display: flex;
  flex-flow: row wrap;
}
.estate-column_item .tags li {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .estate-column_item .tags li {
    font-size: 1rem;
  }
}
.estate-column_item .tags li::after {
  display: inline-block;
  content: " ";
}
.estate-column .swiper-button-prev,
.estate-column .swiper-button-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .estate-column .swiper-button-prev,
.estate-column .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.estate-column .swiper-button-prev {
  background-image: url(../img/common/icon_slider_prev.svg);
  left: 0;
}
.estate-column .swiper-button-next {
  background-image: url(../img/common/icon_slider_next.svg);
  right: 0;
}

/*==================================================================
    .bnr-area
===================================================================*/
.bnr-list ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bnr-list ul {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.bnr-list li {
  max-width: 290px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .bnr-list li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.bnr-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bnr-list li:last-child {
    margin-bottom: 0;
  }
}
.bnr-list li a {
  display: block;
}
.bnr-list li a:hover {
  opacity: 0.6;
}

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 1500ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

.effect01 {
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}
.effect01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  animation: effect01-b 0.8s ease-out 0s 1 alternate forwards running;
}
.effect01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: effect-a 0.8s ease-out 0.6s 1 alternate forwards running;
}

@keyframes effect01-b {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes effect-a {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.puyon {
  animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*==================================================================
    #top .banner
===================================================================*/
#top .banner {
  padding: 40px 0px 0px;
}
#top .banner_list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0px -10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .banner_list {
    flex-flow: column nowrap;
    margin: 0px;
  }
}
#top .banner_item {
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  #top .banner_item {
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
#top .banner_item img {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

/*==================================================================
    #top .news
===================================================================*/
#top .news {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  #top .news {
    padding: 40px 0px;
  }
}
#top .news_list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
#top .news_item {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  #top .news_item {
    flex-flow: column nowrap;
  }
}
#top .news_item dt {
  font-family: "Red Hat Display", sans-serif;
  margin-right: 15px;
  line-height: 1.4;
  min-width: 70px;
}
@media screen and (max-width: 768px) {
  #top .news_item dt {
    margin-right: 0;
    min-width: 100%;
  }
}
#top .news_item dd {
  line-height: 1.4;
}

/*==================================================================
    #top .search
===================================================================*/
#top .search {
  padding: 50px 0;
  background-color: #1b9cda;
}
#top .search .container-box {
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  #top .search .container-box {
    padding: 0 11px;
  }
}
#top .search .h01 {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #top .search .h01 {
    padding: 0 4px;
  }
}
#top .search_blocks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .search_blocks {
    flex-flow: column-reverse nowrap;
  }
}
#top .search_ttl {
  display: none;
}
@media screen and (max-width: 768px) {
  #top .search_ttl {
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.6em;
  }
}
#top .search .menu {
  width: calc(100% - 480px);
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  #top .search .menu {
    width: 100%;
    max-width: 100%;
  }
}
#top .search .menu_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#top .search .menu_box {
  width: 33.3333%;
  max-width: 150px;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  #top .search .menu_box {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top .search .menu_box {
    width: 33.3333%;
    max-width: 33.3333%;
    padding: 0 4px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1180px) {
  #top .search .menu_box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .search .menu_box:last-child {
    margin-bottom: 8px;
  }
}
#top .search .menu_box > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 160px;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}
@media screen and (max-width: 1180px) {
  #top .search .menu_box > a {
    justify-content: flex-start;
    padding: 0 10px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #top .search .menu_box > a {
    justify-content: center;
    padding: 10px;
    height: 100%;
  }
}
@media screen and (max-width: 1180px) {
  #top .search .menu_box > a dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #top .search .menu_box > a dl {
    display: block;
  }
}
#top .search .menu_box > a dt {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  #top .search .menu_box > a dt {
    margin-bottom: 0;
    margin-right: 10px;
  }
  #top .search .menu_box > a dt img {
    width: 46px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #top .search .menu_box > a dt {
    margin-bottom: 5px;
    margin-right: 0;
  }
  #top .search .menu_box > a dt img {
    width: 60px;
    height: auto;
  }
}
#top .search .menu_box > a dd {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .search .menu_box > a dd {
    font-size: 1.2rem;
  }
}
#top .search .menu_box > a dd span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 1180px) {
  #top .search .menu_box > a dd span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #top .search .menu_box > a dd span {
    display: block;
  }
}
#top .search .menu_box > a:hover {
  opacity: 0.6;
}
#top .search .map {
  width: 480px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #top .search .map {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
#top .search .map_base {
  width: 100%;
  height: 500px;
  background-image: url(../img/top/search_map.svg);
  background-size: cover;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .search .map_base {
    display: none;
  }
}
#top .search .map_set {
  position: absolute;
}
#top .search .map_set.-kasukabe {
  top: 105px;
  right: 155px;
}
#top .search .map_set.-matsubushi {
  top: 155px;
  right: 60px;
}
#top .search .map_set.-koshigaya {
  top: 245px;
  right: 150px;
}
#top .search .map_set.-yoshikawa {
  top: 260px;
  right: 15px;
}
#top .search .map_set.-kawaguchi {
  bottom: 120px;
  right: 245px;
}
#top .search .map_set.-souka {
  bottom: 110px;
  right: 130px;
}
#top .search .map_set.-misato {
  bottom: 120px;
  right: 15px;
}
#top .search .map_set.-yashio {
  bottom: 55px;
  right: 85px;
}
#top .search .map .parents {
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  position: relative;
  padding-top: 10px;
}
#top .search .map .parents .child {
  width: 150px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 6px 6px 0;
  background-color: #430606;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 200ms ease;
  position: absolute;
  top: -60px;
}
#top .search .map .parents .child::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #430606 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#top .search .map .parents .child_item {
  width: 66px;
  margin-bottom: 6px;
}
#top .search .map .parents .child_item a {
  display: block;
  font-size: 1.1rem;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
}
#top .search .map .parents .child_item a:hover {
  opacity: 0.6;
}
#top .search .map .parents span {
  display: block;
  width: 90px;
  height: 36px;
  font-size: 1.7rem;
  line-height: 34px;
  color: #464646;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #226495;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 200ms ease;
  cursor: pointer;
}
#top .search .map .parents:hover .child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#top .search .map .parents:hover span {
  background-color: #226495;
  color: #fff;
}
#top .search .map_select {
  display: none;
}
@media screen and (max-width: 768px) {
  #top .search .map_select {
    display: block;
    padding: 50px 15px;
    background-image: url(../img/top/search_map_sp.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 5px;
  }
}
#top .search .map_select .select {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
#top .search .map_select .select_ttl {
  font-size: 1rem;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #226495;
}
#top .search .map_select .select_box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 8px 0;
}
#top .search .map_select .select .box {
  width: 34.6vw;
  display: flex;
  flex-flow: row nowrap;
}
#top .search .map_select .select .box:first-of-type::after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/top/search_icon_cross.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#top .search .map_select .select .box select {
  height: 32px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #5c5c5c;
  border: solid 1px #dddddd;
  border-radius: 0;
  -webkit-appearance: auto;
  appearance: auto;
  padding: 0.5rem;
}

/*==================================================================
    #top .pickup
===================================================================*/
#top .pickup {
  padding: 55px 0 95px;
  background-image: url(../img/top/pickup_bg.svg);
  background-repeat: no-repeat;
  background-position: 40% 90%;
}
@media screen and (max-width: 768px) {
  #top .pickup {
    padding: 40px 0;
    background-position: 80% 90%;
  }
}

.swiper-free-mode.slider01 {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/*==================================================================
    #top .recommend
===================================================================*/
#top .recommend {
  padding: 0 0 10px;
}
#top .recommend_list {
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  #top .recommend_list {
    padding: 0 0 40px;
  }
}
#top .recommend_btn {
  padding: 10px 0 0;
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .recommend_btn {
    max-width: 280px;
    width: 100%;
  }
}

/*==================================================================
    #top .column
===================================================================*/
#top .column {
  padding: 0 0 50px;
}
#top .column .container-box {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #top .column .container-box {
    padding: 0 8px;
  }
}
#top .column .h01 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #top .column .h01 {
    padding: 0 7px;
  }
}

/*==================================================================
    #estate .wrap
===================================================================*/
#estate .wrap {
  padding: 0 0 65px;
  display: flex;
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 768px) {
  #estate .wrap {
    padding: 0 0 50px;
    flex-flow: column nowrap;
  }
}
#estate .wrap .side {
  width: 200px;
  padding: 25px 10px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #estate .wrap .side {
    width: 100%;
    padding: 30px 15px;
  }
}
#estate .wrap .result {
  margin-bottom: 35px;
}
#estate .wrap .result_ttl {
  display: flex;
  flex-flow: column nowrap;
  font-size: 1.2rem;
  font-weight: bold;
}
#estate .wrap .result_ttl.-main {
  flex-flow: row nowrap;
  align-items: center;
}
#estate .wrap .result_ttl.-main .ttl {
  margin-bottom: 0;
}
#estate .wrap .result_ttl.-main .num {
  margin-bottom: 0;
  padding: 0 0.5em;
}
#estate .wrap .result .ttl {
  display: block;
  color: #1b9cda;
  margin-bottom: 0.2em;
}
#estate .wrap .result .num {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}
#estate .wrap .result .num em {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  margin-right: 0.2em;
}
#estate .wrap .search-box input[type=checkbox],
#estate .wrap .search-box input[type=radio] {
  margin: 0 0.3em 0 0;
  width: 20px;
  height: 20px;
}
#estate .wrap .search-box_ttl {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1b9cda;
  background-image: url(../img/common/icon_toggle_close.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  #estate .wrap .search-box_ttl {
    font-size: 1.4rem;
  }
}
#estate .wrap .search-box_ttl.active {
  background-image: url(../img/common/icon_toggle_open.svg);
}
#estate .wrap .search-box_input {
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #estate .wrap .search-box_input {
    padding: 0 0 30px;
  }
}
#estate .wrap .search-box_input .list {
  font-size: 1.3rem;
  color: #5c5c5c;
}
@media screen and (max-width: 768px) {
  #estate .wrap .search-box_input .list {
    display: flex;
    flex-flow: row wrap;
  }
}
#estate .wrap .search-box_input .list_item {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
#estate .wrap .search-box_input .list.-two {
  display: flex;
  flex-flow: row wrap;
}
#estate .wrap .search-box_input .list.-two li {
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  #estate .wrap .search-box_input .list.-two li {
    min-width: auto;
  }
}
#estate .wrap .search-box_input .price {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #estate .wrap .search-box_input .price {
    justify-content: center;
  }
}
#estate .wrap .search-box_input .price_select {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #estate .wrap .search-box_input .price_select {
    width: 100px;
  }
}
#estate .wrap .search-box_input .price span {
  display: block;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #estate .wrap .search-box_input .price span {
    padding: 0 1em;
  }
}
#estate .wrap .search-btn {
  width: 140px;
  margin: 0 auto;
}
#estate .wrap .main {
  width: calc(100% - 215px);
}
@media screen and (max-width: 768px) {
  #estate .wrap .main {
    width: 100%;
    margin-bottom: 60px;
  }
}

/*==================================================================
    #estate .bnr-area
===================================================================*/
#estate .bnr-area {
  padding: 0 0 50px;
}

/*==================================================================
    #estate .column
===================================================================*/
#estate .column {
  padding: 0 0 80px;
}

/*==================================================================
    #estate .photo
===================================================================*/
#estate .photo {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #estate .photo {
    padding: 0 0 20px;
  }
}
#estate .photo_blocks {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  #estate .photo_blocks {
    flex-flow: column nowrap;
  }
}
#estate .photo_img {
  width: calc((600 / 880) * 100%);
  margin-right: calc((20 / 880) * 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  #estate .photo_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#estate .photo_img .gallery {
  width: 100%;
}
#estate .photo_img .gallery-slider {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
#estate .photo_img .gallery-slider_img a {
  display: block;
  position: relative;
}
#estate .photo_img .gallery-slider_img a span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.2rem;
  line-height: 26px;
  color: #000;
  padding: 0 20px 0 5px;
  background-color: #fff;
  border-radius: 0 13px 13px 0;
  position: absolute;
  bottom: 15px;
  left: 0;
}
#estate .photo_img .gallery-slider_img a span::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_up.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.5em;
}
#estate .photo_img .gallery-slider .swiper-slide {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}
#estate .photo_img .gallery-slider .swiper-slide img {
  width: 100%;
}
#estate .photo_img .gallery-thumbs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#estate .photo_img .gallery-thumbs .swiper-slide {
  width: 120px;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.1;
}
#estate .photo_img .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
#estate .photo_img .gallery-thumbs .swiper-slide img {
  width: 100%;
}
#estate .photo_img .gallery-thumbs .swiper-button-prev,
#estate .photo_img .gallery-thumbs .swiper-button-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#estate .photo_img .gallery-thumbs .swiper-button-prev {
  background-image: url(../img/common/icon_slider_prev_s.svg);
  left: 10px;
}
#estate .photo_img .gallery-thumbs .swiper-button-next {
  background-image: url(../img/common/icon_slider_next_s.svg);
  right: 10px;
}
#estate .photo_txt {
  width: calc((260 / 880) * 100%);
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px 40px;
}
@media screen and (max-width: 768px) {
  #estate .photo_txt {
    width: 100%;
  }
}
#estate .photo_txt .about_ttl {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 15px;
}
#estate .photo_txt .about_tbl {
  width: 100%;
  border-collapse: collapse;
}
#estate .photo_txt .about_tbl tr {
  border-bottom: dotted 1px #c9c9c9;
}
#estate .photo_txt .about_tbl tr:first-of-type {
  border-top: dotted 1px #c9c9c9;
}
#estate .photo_txt .about_tbl th {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: bold;
  color: #5c5c5c;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  padding: 0.6em 0;
}
#estate .photo_txt .about_tbl td {
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 0.6em 0;
}

/*==================================================================
    #estate .point
===================================================================*/
#estate .point {
  padding: 0 0 50px;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  #estate .point {
    flex-flow: column nowrap;
  }
}
#estate .point_outline {
  width: calc((600 / 880) * 100%);
  margin-right: calc((20 / 880) * 100%);
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #estate .point_outline {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
#estate .point .outline_ttl {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 0.8em;
  margin-bottom: 1.4em;
  background: linear-gradient(108deg, #57adf7 0%, #eaea00 100%);
}
#estate .point .outline_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
#estate .point_shop {
  width: calc((260 / 880) * 100%);
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #estate .point_shop {
    width: 100%;
    padding: 20px 15px;
  }
}
#estate .point .shop_img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  margin: 0 auto 15px;
}
#estate .point .shop_ttl {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
#estate .point .shop_ttl span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
#estate .point .shop_tel {
  min-width: 200px;
  margin: 0 auto 0.3em;
}
#estate .point .shop_tel a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.8rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #da0048 0%, #7e21fc 100%);
  border-radius: 20px;
}
#estate .point .shop_time {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #5c5c5c;
  text-align: center;
}

/*==================================================================
    #estate .toggle
===================================================================*/
#estate .toggle_ttl {
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 40px 0 15px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background-color: #88919b;
  background-image: url(../img/common/bg_toggle_01.png);
  position: relative;
}
#estate .toggle_ttl span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
#estate .toggle_ttl span::before {
  display: block;
  content: "";
  width: 14px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.5em;
}
#estate .toggle_ttl span.-env::before {
  background-image: url(../img/common/icon_map_w.png);
}
#estate .toggle_ttl span.-info::before {
  background-image: url(../img/common/icon_info_01.png);
}
#estate .toggle_ttl .btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  background-image: url(../img/common/icon_toggle_close_02.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
#estate .toggle_ttl .btn.active {
  background-image: url(../img/common/icon_toggle_open_02.svg);
}

/*==================================================================
    #estate .env
===================================================================*/
#estate .env {
  padding: 0 0 50px;
}
#estate .env-photo {
  padding: 30px 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#estate .env-photo_item .img {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
}
#estate .env-photo_item dl {
  text-align: center;
}
#estate .env-photo_item dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
#estate .env-photo_item dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
#estate .env-photo .swiper-button-prev,
#estate .env-photo .swiper-button-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#estate .env-photo .swiper-button-prev {
  background-image: url(../img/common/icon_slider_prev_s.svg);
  left: 10px;
}
#estate .env-photo .swiper-button-next {
  background-image: url(../img/common/icon_slider_next_s.svg);
  right: 10px;
}

/*==================================================================
    #estate .info
===================================================================*/
#estate .info {
  padding: 0 0 50px;
}
#estate .info-graph {
  background-color: #fff;
}
#estate .info-graph_tbl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  font-size: 1.3rem;
  line-height: 1.5;
}
#estate .info-graph_tbl dl {
  width: 50%;
  display: flex;
  flex-flow: row nowrap;
  border: solid 1px #fff;
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  #estate .info-graph_tbl dl {
    width: 100%;
  }
}
#estate .info-graph_tbl dt {
  width: 25%;
  padding: 0.7em 0.8em;
  background-color: #efeeee;
}
#estate .info-graph_tbl dd {
  width: 75%;
  padding: 0.7em 0.8em;
}

/*==================================================================
    #estate .nearby
===================================================================*/
#estate .nearby {
  padding: 50px 0 40px;
  margin: 0 -80px 0 -40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #estate .nearby {
    padding: 30px 0;
    margin: 0 -15px;
  }
}
#estate .nearby_inner {
  padding: 0 80px 0 40px;
}
@media screen and (max-width: 768px) {
  #estate .nearby_inner {
    padding: 0;
  }
}
#estate .nearby_ttl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5c5c5c;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #estate .nearby_ttl {
    margin-bottom: 25px;
  }
}
#estate .nearby_ttl::before {
  display: block;
  content: "";
  width: 14px;
  height: 18px;
  background-image: url(../img/common/icon_map_g.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.5em;
}
#estate .nearby .swiper-button-prev {
  left: 0;
}
#estate .nearby .swiper-button-next {
  right: 0;
}

/*==================================================================
    #estate .contact
===================================================================*/
#estate .contact {
  padding: 60px 0 80px 40px;
}
@media screen and (max-width: 768px) {
  #estate .contact {
    padding: 30px 0 50px;
  }
}
#estate .contact_inner {
  background-color: #fff;
  border-radius: 5px;
}
#estate .contact_ttl {
  padding: 5px;
}
#estate .contact_ttl .ttl {
  width: 100%;
  min-height: 150px;
  background-image: url(../img/estate/estate_bg_01.png);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1b9cda;
}
@media screen and (max-width: 768px) {
  #estate .contact_ttl .ttl {
    min-height: auto;
    padding: 1.5em 0.5em;
    font-size: 1.8rem;
  }
}
#estate .contact_ttl .ttl span {
  display: block;
  font-size: 1.2rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #estate .contact_ttl .ttl span {
    margin-top: 0.6em;
  }
}
#estate .contact_form {
  padding: 6% 8% 8%;
}
@media screen and (max-width: 768px) {
  #estate .contact_form {
    padding: 3% 4% 8%;
  }
}
#estate .contact_form .tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #estate .contact_form .tbl {
    margin-bottom: 10px;
  }
}
#estate .contact_form .tbl th {
  width: 24%;
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #1b9cda;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #estate .contact_form .tbl th {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
#estate .contact_form .tbl td {
  width: 76%;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  #estate .contact_form .tbl td {
    display: block;
    width: 100%;
    padding: 15px 0 25px;
  }
}
#estate .contact_form .tbl td.agree {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#estate .contact_form .tbl td.agree label {
  width: calc(100% - 30px);
}
#estate .contact_form .tbl td.agree input {
  margin-right: 5px;
}
#estate .contact_form .tbl td ul {
  display: flex;
  flex-flow: row wrap;
}
#estate .contact_form .tbl td li {
  margin-bottom: 0.8em;
}
#estate .contact_form input[type=text],
#estate .contact_form input[type=text],
#estate .contact_form input[type=text] {
  height: 46px;
  font-size: 1.4rem;
  border: solid 1px #dddddd;
}
#estate .contact_form textarea {
  border: solid 1px #dddddd;
}
#estate .contact_form input[type=checkbox] {
  width: 25px;
  height: 25px;
}
#estate .contact_form .btn {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #estate .contact_form .btn {
    width: 100%;
  }
}
#estate .contact_form label {
  line-height: 1.5;
}

/*==================================================================
    #column .category
===================================================================*/
#column .category {
  padding: 0 0 30px;
}
#column .category_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #5c5c5c;
  margin-bottom: 1em;
}
#column .category_list {
  display: flex;
  flex-flow: row wrap;
}
#column .category_item {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #column .category_item {
    margin-right: 10px;
  }
}
#column .category_item:last-child {
  margin-right: 0;
}

/*==================================================================
    #column .column
===================================================================*/
#column .column {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  #column .column {
    padding: 0 0 60px;
  }
}

/*==================================================================
    #column .bnr-area
===================================================================*/
#column .bnr-area {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  #column .bnr-area {
    padding: 0 0 60px;
  }
}