<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url("https://fonts.googleapis.com/css?family=Crimson+Text&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Marcellus&amp;display=swap");

@charset "UTF-8";
/* ***********************************
 *
 *    Ire's CSS Reset &amp; Base
 *    https://github.com/ireade/css/blob/master/base.scss
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: inherit;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* Attributes &amp; states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ================================================================

base

================================================================ */
html {
  overflow-y: scroll;
  min-height: 100%;
}

body {
  color: #212121;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue','Hiragino Kaku Gothic ProN','繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3',YuGothic,'Yu Gothic','Noto Sans Japanese',Meiryo,繝｡繧､繝ｪ繧ｪ,'MS PGothic',Osaka, arial,helvetica,sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.7;
  overflow: hidden;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
}

a {
  text-decoration: none;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a img:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo,'繝｡繧､繝ｪ繧ｪ','MS PGothic',Osaka, arial,helvetica,sans-serif;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (min-width: 999px) {
  .only-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

/* ================================================================
clearfix
================================================================ */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* ----------------------------
 繝輔か繝ｳ繝�
---------------------------- */
/* ----------------------------
 繝医ャ繝励�繝ｼ繧ｸ
---------------------------- */
.mainVisual_list .-mv01 {
  background: url(../img/sannoh_mv01.jpg) no-repeat top center;
  background-size: cover;
  height: 600px;
  position: relative;
}

.mainVisual_list .-mv01_img {
  max-width: 580px;
  position: absolute;
  top: 80px;
  right: 10%;
}

.mainVisual_list .-mv02 {
  background: url(../img/sannoh_mv02.jpg) no-repeat top center;
  background-size: cover;
  height: 600px;
  position: relative;
}

.mainVisual_list .-mv02_img {
  max-width: 350px;
  position: absolute;
  top: 70px;
  left: 8%;
}

.mainVisual_list .-mv02_img a:hover {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.mainVisual_list .-mv03 {
  background: url(../img/sannoh_mv03.jpg) no-repeat top center;
  background-size: cover;
  height: 600px;
  position: relative;
}

.mainVisual_list .-mv03_img {
  width: 25%;
  position: absolute;
  top: 100px;
  left: 40%;
}

.mainVisual_list .-mv03_img a:hover {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.topBlog {
  width: 92%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -80px;
  z-index: 999;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-shadow: 3px 3px 10px 1px #ccc;
}

.topBlog_title {
  width: 23%;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
  -webkit-transition: .3s;
  transition: .3s;
}

.topBlog_title:hover {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.topBlog_title a {
  display: block;
  padding: 40px 30px;
  background-color: #212121;
  color: #fff;
  width: 100%;
}

.topBlog_title a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  background: url(../img/arrow_left.png) no-repeat 10% 5px;
  background-size: 10px;
}

.topBlog_list {
  background-color: #fff;
  width: 77%;
  padding: 10px 30px;
}

.topBlog_list_item {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

.topBlog_list_item:last-child {
  border: none;
}

.topBlog_list_item a:hover {
  text-decoration: underline;
}

.topBlog_list_item a span {
  display: inline-block;
  margin-right: 20px;
}

.topParticular {
  padding: 80px;
  position: relative;
}

.topParticular:before, .topParticular:after {
  content: '';
  width: 260px;
  height: 210px;
  display: block;
  position: absolute;
}

.topParticular:before {
  background: url(../img/topParticular_bg_left.png) no-repeat 10% 5px;
  background-size: 260px;
  top: 45%;
  left: 3%;
}

.topParticular:after {
  background: url(../img/topParticular_bg_right.png) no-repeat 10% 5px;
  background-size: 260px;
  top: 45%;
  right: 3%;
}

.topParticular_title {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

.topParticular_read {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 30px;
  color: #73C5C5;
  position: relative;
}

.topParticular_read:before, .topParticular_read:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #73C5C5;
  display: block;
  position: absolute;
}

.topParticular_read:before {
  top: 50%;
  right: 22%;
}

.topParticular_read:after {
  top: 50%;
  left: 22%;
}

.topParticular_txt {
  text-align: center;
  line-height: 2.5;
  margin-top: 30px;
}

.topParticular_btn {
  margin-top: 40px;
}

.topConcept {
  padding: 80px 0;
  position: relative;
}

.topConcept:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 680px;
  background-color: #F8F8F8;
  z-index: -1;
}

.topConcept_tab {
  box-shadow: 3px 3px 10px 1px #ccc;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 8%;
  z-index: 99;
}

.topConcept_tab li a {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 5px 60px 5px 30px;
  background: url(../img/arrow_rigth_orange.png) no-repeat top 22px right 15px;
  background-size: 13px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.topConcept_tab li a span {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Crimson Text', serif;
  font-size: 32px;
  font-size: 3.2rem;
}

.topConcept_tab li a:hover {
  background-image: url(../img/arrow_rigth_white.png);
  background-color: #F4943D;
  color: #fff;
}

.topConcept_tab li:nth-child(even) a {
  background-color: #F8F8F8;
}

.topConcept_tab li:nth-child(even) a:hover {
  background-color: #F4943D;
  color: #fff;
}

.topConcept_list {
  width: 80%;
  height: 600px;
  position: relative;
}

.topConcept_list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 200px 8%;
  background: url(../img/top_standard.jpg) no-repeat center center;
  background-size: cover;
}

.topConcept_list li.-item02 {
  background-image: url(../img/sanhome/sanohhome_house_semiorder.jpg);
}

.topConcept_list li.-item03 {
  background-image: url(../img/sanhome/sanohhome_house_fullorder.jpg);
}

.topConcept_list li.-item04 {
  background-image: url(../img/topConcept_list04_img.jpg);
}

.topConcept_list li.-item05 {
  background-image: url(../img/topConcept_list05_img.jpg);
}

.topConcept_list li .-title {
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
}

.topConcept_list li .-title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: #000;
}

.topConcept_list li .-title span {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 30px;
  font-size: 3.0rem;
}

.topConcept_list li .-txt span {
  margin-top: 10px;
  display: inline-block;
  background-color: #fff;
  padding: 10px 5px 10px 15px;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
}

.topConcept_list li .-txt span:first-child {
  margin-top: 20px;
}

.topProperty {
  padding: 40px 0 80px 0;
  word-break: break-all;
}

.topProperty_title {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

.topProperty_list {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topProperty_list li {
  width: 20%;
  position: relative;
}

.topProperty_list li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.topProperty_list li a:hover {
  color: #73C5C5;
}

.topProperty_list li a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.topProperty_list li .-new {
  position: absolute;
  top: 0%;
  left: 0;
  width: 53px;
  z-index: 10;
}

.topProperty_list li .-aye {
  position: relative;
}

.topProperty_list li .-aye_img {
  -webkit-mask-image: url(../img/mask01.png);
          mask-image: url(../img/mask01.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.topProperty_list li .-aye_img img {
  width: 100%;
}

.topProperty_list li .-aye_tag {
  position: absolute;
  bottom: 10px;
  left: 0%;
  z-index: 10;
  display: inline-block;
  background-color: #333;
  color: #fff;
  line-height: 1;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.topProperty_list li .-address {
  margin-top: 5px;
}

.topProperty_list li .-course {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}

.topProperty_btn {
  margin-top: 60px;
}

.topIllustration {
  word-break: break-all;
  background-color: #F8F8F8;
  padding: 80px 0 80px 0;
}

.topIllustration_title {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

.topIllustration_list {
  position: relative;
  margin-top: 60px;
  padding-bottom: 20px;
}

.topIllustration_list figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  vertical-align: bottom;
}

.topIllustration_list li {
  width: 40%;
  max-width: 490px;
  box-shadow: 3px 3px 10px 1px #ccc;
  margin: 0 20px;
  margin-bottom: 40px;
}

.topIllustration_list li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.topIllustration_list li a:hover {
  color: #73C5C5;
}

.topIllustration_list li a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.topIllustration_list li .-dtl {
  padding: 10px;
}

.topIllustration_list li .-dtl_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.topIllustration_list li .-dtl_txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
}

.topIllustration_btn {
  margin-top: 30px;
}

.topCompany {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.topCompany_info {
  width: 65%;
  border-top: 3px solid #73C5C5;
  position: relative;
  padding: 60px 100px;
}

.topCompany_info:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-color: #F8F8F8;
  height: 400px;
}

.topCompany_info_title {
  font-size: 12px;
  font-size: 1.2rem;
  width: 150px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.topCompany_info_title span {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}

.topCompany_info_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 60px;
  height: 3px;
  background: url(../img/icon_borderline.png) no-repeat center center;
}

.topCompany_info_read {
  margin-top: 30px;
  margin-left: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 28px;
  font-size: 2.8rem;
  min-height: 370px;
}

.topCompany_list {
  position: absolute;
  top: 180px;
  right: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  max-width: 660px;
}

.topCompany_list .-jp {
  font-size: 28px;
  font-size: 2.8rem;
}

.topCompany_list .-en {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Crimson Text', serif;
}

.topCompany_list_left {
  width: 66%;
}

.topCompany_list_left .-outline {
  background: url(../img/company_list01.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  position: relative;
  width: 404px;
  height: 426px;
  -webkit-transition: .3s;
  transition: .3s;
}

.topCompany_list_left .-outline:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.topCompany_list_left .-outline:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  z-index: 2;
}

.topCompany_list_left .-outline:after {
  content: '';
  position: absolute;
  display: block;
  top: 4%;
  left: 4%;
  width: 92%;
  height: 92%;
  border: 1px solid #fff;
  z-index: 3;
}

.topCompany_list_left .-outline a {
  display: block;
  position: relative;
  z-index: 4;
  text-align: center;
  color: #fff;
  padding-top: 180px;
}

.topCompany_list_right {
  width: 31%;
}

.topCompany_list_right .-work, .topCompany_list_right .-recruit {
  -webkit-transition: .3s;
  transition: .3s;
  width: 245px;
  height: 208px;
  background: url(../img/company_list01.jpg) no-repeat center center;
  z-index: 1;
  position: relative;
}

.topCompany_list_right .-work:hover, .topCompany_list_right .-recruit:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.topCompany_list_right .-work:before, .topCompany_list_right .-recruit:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  z-index: 2;
}

.topCompany_list_right .-work:after, .topCompany_list_right .-recruit:after {
  content: '';
  position: absolute;
  display: block;
  top: 4%;
  left: 4%;
  width: 92%;
  height: 92%;
  border: 1px solid #fff;
  z-index: 3;
}

.topCompany_list_right .-work a, .topCompany_list_right .-recruit a {
  display: block;
  position: relative;
  z-index: 4;
  text-align: center;
  color: #fff;
  padding: 70px 0;
}

.topCompany_list_right .-work {
  background: url(../img/company_list02.jpg) no-repeat center center;
}

.topCompany_list_right .-recruit {
  margin-top: 10px;
  background: url(../img/company_list03.jpg) no-repeat center center;
}

@media screen and (min-width: 1500px) {
  .topGood_link_left {
    height: 650px;
  }
  .topGood_link_right {
    height: 650px;
  }
}

@media screen and (max-width: 999px) {
  .topGood_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topGood_link_left {
    width: 50%;
    height: 400px;
  }
  .topGood_link_left a {
    font-size: 2.8rem;
    padding-bottom: 20px;
  }
  .topGood_link_left a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .topGood_link_right {
    height: 400px;
  }
  .topGood_link_right .-item01 a {
    min-height: 200px;
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .topGood_link_right .-item02 a {
    min-height: 200px;
    font-size: 2.4rem;
  }
  .topWork_list .-item {
    padding: 20px;
  }
  .topWork_list .-item_link {
    padding: 10px;
    height: 260px;
  }
  .topWork_list .-item_link_title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 999px) {
  .mainVisual_list .-mv01 {
    height: 450px;
  }
  .mainVisual_list .-mv01_img {
    max-width: 350px;
  }
  .mainVisual_list .-mv02 {
    height: 450px;
  }
  .mainVisual_list .-mv02_img {
    max-width: 250px;
    top: 60px;
  }
  .topBlog {
    width: 92%;
    margin-top: -100px;
  }
  .topBlog_title {
    width: 28%;
    font-size: 1.8rem;
  }
  .topBlog_title a {
    padding: 20px 20px;
  }
  .topBlog_title a span {
    font-size: 1.4rem;
  }
  .topBlog_list {
    width: 72%;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  .topBlog_list_item {
    padding: 8px 0;
  }
  .topBlog_list_item .-date {
    display: block;
  }
  .topBlog_list_item a span {
    margin-right: 0px;
  }
  .topConcept:before {
    height: 500px;
  }
  .topConcept_tab {
    top: 30%;
    right: 6%;
  }
  .topConcept_tab li a {
    font-size: 1.8rem;
    padding: 5px 50px 5px 20px;
  }
  .topConcept_tab li a span {
    margin-right: 10px;
    font-size: 2.8rem;
  }
  .topConcept_list {
    width: 80%;
    height: 500px;
  }
  .topConcept_list li {
    padding: 150px 8%;
  }
  .topConcept_list li .-title span {
    font-size: 2.6rem;
  }
  .topConcept_list li .-txt span {
    font-size: 2.8rem;
  }
  .topCompany_info {
    width: 50%;
    padding: 40px 10%;
  }
  .topCompany_list {
    top: 150px;
    right: 10%;
    width: 60%;
    max-width: 400px;
  }
  .topCompany_list .-jp {
    font-size: 2.0rem;
  }
  .topCompany_list_left {
    width: 60%;
  }
  .topCompany_list_left .-outline {
    width: 282px;
    height: 298px;
  }
  .topCompany_list_left .-outline a {
    padding-top: 120px;
  }
  .topCompany_list_right {
    width: 28%;
  }
  .topCompany_list_right .-work, .topCompany_list_right .-recruit {
    width: 171px;
    height: 145px;
  }
  .topCompany_list_right .-work a, .topCompany_list_right .-recruit a {
    padding: 40px 0;
  }
  .topCompany_list_right .-work {
    background: url(../img/company_list02.jpg) no-repeat top center;
  }
  .topCompany_list_right .-recruit {
    margin-top: 10px;
    background: url(../img/company_list03.jpg) no-repeat top center;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual .slick-next {
    right: 3%;
  }
  .mainVisual .slick-prev {
    left: 3%;
  }
  .mainVisual_list .-mv01 {
    background: url(../img/sannoh_mv01_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 452px;
    position: relative;
    text-align: center;
  }
  .mainVisual_list .-mv01_img {
    max-width: 80%;
    margin-top: 210px;
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
  .mainVisual_list .-mv02 {
    background: url(../img/sannoh_mv02_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 452px;
    text-align: center;
  }
  .mainVisual_list .-mv02_img {
    max-width: 90%;
    /*margin-top: 10px;*/
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
  .mainVisual_list .-mv03 {
    background: url(../img/sannoh_mv03_sp.png) no-repeat top center;
    background-size: cover;
    height: 452px;
    position: relative;
  }
  .mainVisual_list .-mv03_img {
    /*margin-top: 120px;*/
    width: 80%;
    max-width: 80%;
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
  .topBlog {
    width: 92%;
    margin-top: -40px;
    position: relative;
    display: block;
    box-shadow: 3px 3px 10px 1px #ccc;
  }
  .topBlog_title {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .topBlog_title:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  .topBlog_title a {
    display: block;
    padding: 10px;
    position: relative;
  }
  .topBlog_title a span {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 20px;
    text-align: right;
    font-size: 1.4rem;
    background: url(../img/arrow_right.png) no-repeat top 2px left 0px;
    background-size: 10px;
  }
  .topBlog_list {
    width: 100%;
    padding: 10px;
  }
  .topBlog_list_item {
    border-bottom: 1px solid #ccc;
  }
  .topBlog_list_item a {
    font-size: 1.4rem;
  }
  .topBlog_list_item a:hover {
    text-decoration: underline;
  }
  .topBlog_list_item a span {
    margin-right: 0px;
  }
  .topParticular {
    padding: 80px 4%;
  }
  .topParticular:before, .topParticular:after {
    background: none;
  }
  .topParticular_read {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.0rem;
    margin-top: 30px;
  }
  .topParticular_read:before, .topParticular_read:after {
    width: 30px;
    height: 1px;
  }
  .topParticular_read:before {
    right: -5%;
  }
  .topParticular_read:after {
    left: -5%;
  }
  .topParticular_txt {
    text-align: left;
    line-height: 1.7;
    margin-top: 30px;
  }
  .topConcept {
    padding: 0px 0 80px 0;
    position: relative;
  }
  .topConcept:before {
    content: '';
    display: block;
    position: static;
    width: 100%;
    height: 300px;
    background: url(../img/top_standard.jpg) center center;
    background-size: cover;
    z-index: 0;
  }
  .topConcept_tab {
    display: block;
    position: static;
  }
  .topConcept_tab li a {
    display: block;
    font-size: 1.6rem;
    padding: 10px 30px 10px 10px;
    background: url(../img/arrow_rigth_orange.png) no-repeat top 22px right 15px;
    background-size: 13px;
  }
  .topConcept_tab li a span {
    display: inline-block;
    font-size: 2.4rem;
  }
  .topConcept_list {
    display: none;
  }
  .topProperty {
    padding: 0px 0 80px 0;
  }
  .topProperty_title {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
  }
  .topProperty_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .topProperty_list li {
    width: 48%;
  }
  .topProperty_list li:nth-child(3), .topProperty_list li:nth-child(4) {
    margin-top: 40px;
  }
  .topProperty_list li .-address {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .topProperty_list li .-course {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .topProperty_btn {
    margin-top: 60px;
  }
  .topIllustration {
    word-break: break-all;
    background-color: #F8F8F8;
    padding: 80px 0 80px 0;
  }
  .topIllustration_title {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
  }
  .topIllustration_list {
    position: relative;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .topIllustration_list figure img {
    vertical-align: bottom;
    height: 160px;
  }
  .topIllustration_list li {
    width: 40%;
    max-width: 490px;
    box-shadow: 3px 3px 10px 1px #ccc;
    margin: 0 20px;
    margin-bottom: 40px;
  }
  .topIllustration_list li a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .topIllustration_list li a:hover {
    color: #73C5C5;
  }
  .topIllustration_list li a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .topIllustration_list li .-dtl {
    padding: 10px;
    min-height: 115px;
  }
  .topIllustration_list li .-dtl_title {
    font-size: 2.4rem;
  }
  .topIllustration_list li .-dtl_txt {
    font-size: 1.6rem;
    color: #888;
  }
  .topIllustration_btn {
    margin-top: 30px;
  }
  .topIllustration_list li {
    width: 80%;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .topIllustration_list li .-dtl {
    padding: 10px;
  }
  .topIllustration_list li .-dtl_title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .topIllustration_list li .-dtl_txt {
    font-size: 1.4rem;
  }
  .topIllustration_btn {
    margin-top: 30px;
  }
  .topCompany {
    padding: 80px 0;
    position: static;
  }
  .topCompany_info {
    width: 100%;
    padding: 60px 4%;
  }
  .topCompany_info:before {
    height: 100%;
  }
  .topCompany_info_title {
    width: 100%;
    padding-bottom: 20px;
  }
  .topCompany_info_title span {
    font-family: 'Crimson Text', serif;
    display: block;
    font-size: 2.8rem;
    font-weight: normal;
  }
  .topCompany_info_title:after {
    left: 50%;
    margin-left: -30px;
  }
  .topCompany_info_read {
    margin-top: 30px;
    margin-left: 0px;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    text-align: center;
    font-size: 2.2rem;
    min-height: auto;
  }
  .topCompany_list {
    position: static;
    top: 180px;
    right: 3%;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .topCompany_list .-jp {
    font-size: 2.8rem;
  }
  .topCompany_list .-en {
    font-size: 1.4rem;
    font-family: 'Crimson Text', serif;
  }
  .topCompany_list_left {
    width: 100%;
  }
  .topCompany_list_left .-outline {
    width: 100%;
    height: auto;
  }
  .topCompany_list_left .-outline a {
    padding: 120px 0;
  }
  .topCompany_list_right {
    width: 100%;
  }
  .topCompany_list_right .-work, .topCompany_list_right .-recruit {
    width: 100%;
    height: auto;
    background: url(../img/company_list01.jpg) no-repeat center center;
    z-index: 1;
    position: relative;
  }
  .topCompany_list_right .-work a, .topCompany_list_right .-recruit a {
    display: block;
    position: relative;
    z-index: 4;
    text-align: center;
    color: #fff;
    padding: 120px 0;
  }
  .topCompany_list_right .-work {
    margin-top: 10px;
    background: url(../img/company_list02.jpg) no-repeat center center;
    background-size: cover;
  }
  .topCompany_list_right .-recruit {
    margin-top: 10px;
    background: url(../img/company_list03.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* ----------------------------
 蝨溷慍諠��ｱ
---------------------------- */
.landList {
  width: 66%;
  max-width: 660px;
  min-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0;
}

.landList li {
  width: 50%;
  text-align: center;
}

.landList li a {
  display: block;
  padding: 15px 0;
  border: 1px solid #73C5C5;
  color: #73C5C5;
  -webkit-transition: .3s;
  transition: .3s;
}

.landList li a:hover {
  color: #fff;
  background-color: #73C5C5;
}

.landList li.-active a {
  color: #fff;
  background-color: #73C5C5;
}

.landDtl .landPost {
  border-bottom: none;
}

.landPost {
  width: 92%;
  max-width: 1000px;
  margin: 60px auto 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.landPost:last-child {
  border-bottom: none;
}

.landPost_title {
  font-size: 30px;
  font-size: 3.0rem;
  border-left: 7px solid #73C5C5;
  padding-left: 10px;
  line-height: 1.2;
}

.landPost_txt {
  color: #73C5C5;
  margin-top: 10px;
  font-weight: bold;
}

.landPost_list {
  margin-top: 25px;
}

.landPost_list li {
  padding-left: 20px;
  position: relative;
}

.landPost_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '笳�';
  color: #73C5C5;
}

.landPost_tbl {
  width: 100%;
  margin-top: 30px;
}

.landPost_tbl th, .landPost_tbl td {
  padding: 8px 0;
  text-align: center;
  border: solid 1px #ccc;
  border-collapse: collapse;
}

.landPost_tbl th {
  background-color: #EFEFEF;
}

.landPost_btn {
  margin-top: 50px;
}

.landPost_img {
  margin: 30px auto 0 auto;
  text-align: center;
  width: 350px;
}
.landPost_vr_url{
  width: 92%;
max-width: 900px;
margin: 20px 0;
font-weight: bold;
}
.landPost_vr_url span{
  color: #73C5C5;
}
.landPost_feature {
  margin-top: 40px;
  border: 1px solid #73C5C5;
}

.landPost_feature h3 {
  color: #fff;
  text-align: center;
  padding: 8px 0 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3.0rem;
  background-color: #73C5C5;
  position: relative;
}

.landPost_feature h3:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  top: 60px;
  left: 50%;
  background: url(../img/sankaku_bottom.png) no-repeat center center;
  background-size: 20px;
}

.landPost_feature ul {
  padding: 30px 20px;
}

.landPost_feature ul li {
  margin-top: 20px;
  border-bottom: 1px dashed #73C5C5;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.landPost_feature ul li:first-child {
  margin-top: 0;
}

.landPost_feature ul li .-num {
  width: 70px;
  font-family: 'Marcellus', serif;
  font-style: italic;
  display: inline-block;
  font-size: 56px;
  font-size: 5.6rem;
  color: #73C5C5;
  line-height: 1;
}

.landPost_map {
  margin-top: 80px;
}

.landPost_map iframe {
  width: 100%;
}

.landPost_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}

.landPost_point li {
  width: 24%;
  border: 1px solid #73C5C5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 1.25%;
  margin-top: 10px;
}

.landPost_point li:first-child, .landPost_point li:nth-child(5) {
  margin-left: 0;
}

.landPost_point li div {
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
}

.landPost_point li .-title {
  width: 50%;
  color: #fff;
  background-color: #73C5C5;
}

.landPost_point li .-txt {
  width: 50%;
}

.landPost_dtl {
  margin-top: 80px;
}

.landPost_dtl h3 {
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
  position: relative;
}

.landPost_dtl h3:after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  background-color: #333;
}

.landPost_dtl table {
  width: 100%;
  margin-top: 60px;
}

.landPost_dtl table th, .landPost_dtl table td {
  padding: 10px 20px;
}

.landPost_dtl table th {
  border: 1px solid #dddddd;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #f5f5f5;
  width: 20%;
}

.landPost_dtl table td {
  border: 1px solid #dddddd;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
}

.landPost_back {
  margin-top: 30px;
  text-align: center;
}

.landPost_back a {
  font-weight: bold;
  color: #73C5C5;
  text-decoration: underline;
}

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

.requestForm {
  background-color: #D6EEEE;
  padding-bottom: 60px;
}

.requestForm .-hissu {
  display: inline-block;
  color: #fff;
  background-color: #ED2E2E;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 1;
  margin-right: 5px;
}

.requestForm_title {
  background-color: #73C5C5;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.requestForm_title:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  top: 60px;
  left: 50%;
  background: url(../img/sankaku_bottom.png) no-repeat center center;
  background-size: 20px;
}

.requestForm_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 60px auto 0px;
  background-color: #fff;
  padding: 50px 60px 0px;
}

.requestForm_top {
  border: 2px solid #73C5C5;
  text-align: center;
  padding: 20px 0;
}

.requestForm_top .-txt01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.requestForm_top .-txt02 {
  width: 80%;
  max-width: 340px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.requestForm_top .txt03 {
  margin-top: 25px;
  font-size: 20px;
  font-size: 2.0rem;
}

.requestForm_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F9B17A;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px;
  margin-top: 30px;
}

.requestForm_step li {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-right: 20px;
  padding-right: 25px;
  background: url(../img/arrow_rigth_white.png) no-repeat center right;
  background-size: 10px;
  line-height: 1;
}

.requestForm_step li:last-child {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}

.requestForm_step li span {
  display: inline-block;
  background-color: #fff;
  color: #F9B17A;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
  padding-top: 2px;
  margin-top: -3px;
  margin-right: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}

.requestForm_txt01 {
  margin-top: 20px;
}

.requestForm_txt02 {
  margin-top: 20px;
  font-weight: bold;
}

.requestForm_dtl {
  width: 92%;
  max-width: 1000px;
  margin: 0px auto 30px;
  background-color: #fff;
  padding: 1px 60px 50px;
}

.requestForm_dtl_tbl {
  width: 100%;
  margin-top: 20px;
}

.requestForm_dtl_tbl th, .requestForm_dtl_tbl td {
  padding: 20px 10px;
  border-top: 1px solid #ccc;
}

.requestForm_dtl_tbl th {
  width: 240px;
  text-align: left;
  vertical-align: top;
}

.requestForm_dtl_tbl td input[type="text"] {
  width: 100%;
  background-color: #EFEFEF;
  line-height: 40px;
  outline: none;
  border: none;
  padding: 5px 10px;
}

.requestForm_dtl_tbl td textarea {
  width: 100%;
  background-color: #EFEFEF;
  line-height: 40px;
  outline: none;
  border: none;
  padding: 5px 10px;
  height: 180px;
}

.requestForm_dtl_tbl td #yubin {
  width: 120px;
}

.requestForm_dtl_tbl td #address1, .requestForm_dtl_tbl td #address2 {
  width: 70%;
}

.requestForm_dtl_tbl td p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.requestForm_dtl_tbl .-preferred {
  display: block;
  margin-top: 10px;
}

.requestForm_dtl_tbl .-preferred:first-child {
  margin-top: 0;
}

.requestForm_dtl_tbl .-address li {
  margin-top: 20px;
}

.requestForm_dtl_tbl .-address li:first-child {
  margin-top: 0;
}

.requestForm_dtl_tbl .-address li span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.requestForm_dtl_tbl .-address li a {
  display: inline-block;
  margin-left: 10px;
  color: #73C5C5;
  text-decoration: underline;
}

.requestForm_dtl_tbl .-address li a:hover {
  text-decoration: none;
}

.requestForm_dtl_tbl .selectWrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.requestForm_dtl_tbl .selectWrap:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 180px;
  margin-top: -4px;
  z-index: 10;
}

.requestForm_dtl_tbl .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 200px;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: none;
  background-color: #EFEFEF;
  border-radius: 0;
}

.requestForm_dtl_tbl .requestForm_dtl_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.requestForm_dtl_tbl .requestForm_dtl_date li {
  margin-right: 20px;
}

.requestForm_dtl_tbl .requestForm_dtl_date .select {
  width: 100px;
}

.requestForm_dtl_tbl .requestForm_dtl_date .selectWrap:after {
  left: 80px;
}

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

.requestForm_btn {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.requestForm_btn div {
  width: 30%;
  margin: 0 5px;
}

.requestForm .-formBtn {
  position: relative;
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 10px;
}

.requestForm .-formBtn input[type="submit"] {
  cursor: pointer;
  width: 100%;
  color: #fff;
  border: none;
  padding: 10px 0;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid #3B8735;
  background: -webkit-linear-gradient(top, #55C14C 0%, #55C14C 50%, #3BAF35 50%, #3BAF35 100%);
  background: linear-gradient(180deg, #55C14C 0%, #55C14C 50%, #3BAF35 50%, #3BAF35 100%);
}

.requestForm .-formBtn:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 8%;
  content: '';
  background-image: url(../img/arrow2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media screen and (max-width: 999px) {
  .landList {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .landPost_title {
    font-size: 2.2rem;
  }
  .landPost_feature {
    margin-top: 40px;
    border: 1px solid #73C5C5;
  }
  .landPost_feature h3 {
    font-size: 2.4rem;
  }
  .landPost_feature h3:after {
    top: 50px;
  }
  .landPost_feature ul li {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .landPost_feature ul li:first-child {
    margin-top: 0;
  }
  .landPost_feature ul li .-num {
    font-size: 5.0rem;
    margin-right: 15px;
  }
  .landPost_map {
    margin-top: 60px;
  }
  .landPost_point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
  .landPost_point li {
    width: 32%;
    margin-left: 2%;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .landPost_point li:nth-child(5) {
    margin-left: 2%;
  }
  .landPost_point li:first-child, .landPost_point li:nth-child(4), .landPost_point li:nth-child(7) {
    margin-left: 0;
  }
  .landPost_dtl {
    margin-top: 60px;
  }
  .landPost_dtl h3 {
    font-size: 3.0rem;
    text-align: center;
    position: relative;
  }
  .landPost_dtl h3:after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    background-color: #333;
  }
  .landPost_dtl table {
    font-size: 1.4rem;
    margin-top: 40px;
  }
  .landPost_dtl table th, .landPost_dtl table td {
    padding: 10px 5px;
  }
  .requestForm {
    background-color: #D6EEEE;
    padding-bottom: 50px;
  }
  .requestForm_title {
    padding: 8px 0;
  }
  .requestForm_wrap {
    width: 92%;
    max-width: 1000px;
    margin: 60px auto 0px;
    background-color: #fff;
    padding: 20px 10px 0px;
  }
  .requestForm_top {
    padding: 20px 0;
  }
  .requestForm_top .-txt01 {
    font-size: 2.2rem;
  }
  .requestForm_top .-txt02 {
    max-width: 300px;
  }
  .requestForm_top .txt03 {
    font-size: 2.0rem;
  }
  .requestForm_step {
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .requestForm_step li {
    font-size: 1.1rem;
    background: url(../img/arrow_rigth_white.png) no-repeat center right;
    background-size: 7px;
    padding-right: 14px;
    margin-right: 10px;
  }
  .requestForm_step li span {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .requestForm_txt01 {
    font-size: 1.4rem;
  }
  .requestForm_dtl {
    padding: 20px 10px;
  }
  .requestForm_dtl_txt01 {
    font-size: 1.4rem;
  }
  .requestForm_dtl_tbl {
    width: 100%;
    margin-top: 20px;
  }
  .requestForm_dtl_tbl th, .requestForm_dtl_tbl td {
    font-size: 1.4rem;
    padding: 0;
    display: block;
  }
  .requestForm_dtl_tbl th {
    width: 100%;
    padding-top: 15px;
  }
  .requestForm_dtl_tbl td {
    border: none;
    padding-bottom: 15px;
    margin-top: 10px;
  }
  .requestForm_dtl_tbl td #yubin {
    width: 173px;
  }
  .requestForm_dtl_tbl td #address1, .requestForm_dtl_tbl td #address2 {
    width: 100%;
  }
  .requestForm_dtl_tbl td p {
    font-size: 1.2rem;
  }
  .requestForm_dtl_tbl .-address li {
    margin-top: 10px;
  }
  .requestForm_dtl_tbl .-address li span {
    font-size: 1.4rem;
  }
  .requestForm_dtl_tbl .requestForm_dtl_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .requestForm_dtl_tbl .requestForm_dtl_date li {
    width: 40%;
    margin-right: 10px;
    margin-top: 10px;
  }
  .requestForm_dtl_tbl .requestForm_dtl_date .select {
    width: 100px;
  }
  .requestForm_dtl_tbl .requestForm_dtl_date .selectWrap:after {
    left: 80px;
  }
  .requestForm_btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .requestForm_btn div {
    width: 48%;
  }
  .requestForm .-formBtn {
    margin: 10px 0 0 0;
  }
  .requestForm .-formBtn input[type="submit"] {
    font-size: 1.6rem;
  }
}

/* ----------------------------
 迚ｩ莉ｶ
---------------------------- */
.estateList {
  width: 66%;
  max-width: 660px;
  min-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0;
}

.estateList li {
  width: 50%;
  text-align: center;
}

.estateList li a {
  display: block;
  padding: 15px 0;
  border: 1px solid #73C5C5;
  color: #73C5C5;
  -webkit-transition: .3s;
  transition: .3s;
}

.estateList li a:hover {
  color: #fff;
  background-color: #73C5C5;
}

.estateList li.-active a {
  color: #fff;
  background-color: #73C5C5;
}

.estateNav {
  width: 92%;
  max-width: 1000px;
  margin: 50px auto 60px;
}

.estateNav_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 10px;
}

.estateNav_title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  background-color: #333;
  margin-left: -25px;
}

.estateNav_dtl {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.estateNav_dtl_leftList {
  width: 23%;
  border-right: 1px solid #333;
}

.estateNav_dtl_leftList li {
  text-align: center;
  margin-top: 15px;
}

.estateNav_dtl_leftList li:first-child {
  margin-top: 0;
}

.estateNav_dtl_leftList li a {
  border-radius: 3px;
  display: inline-block;
  min-width: 100px;
  background-color: #D7F7F6;
  font-weight: bold;
  padding: 5px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.estateNav_dtl_leftList li a:hover {
  background-color: #F4943D;
}

.estateNav_dtl_leftList li.-acitive a {
  background-color: #F4943D;
}

.estateNav_dtl_right {
  width: 72%;
}

.estateNav_dtl_right .-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.estateNav_dtl_right .-box:first-child {
  margin-top: 0;
}

.estateNav_dtl_right h3 {
  padding-top: 5px;
  min-width: 100px;
}

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

.estateNav_dtl_right ul li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.estateNav_dtl_right ul li a {
  border-radius: 3px;
  display: inline-block;
  min-width: 100px;
  background-color: #D7F7F6;
  font-weight: bold;
  padding: 5px 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.estateNav_dtl_right ul li a:hover {
  background-color: #F4943D;
}

.estatePost {
  width: 92%;
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
  box-shadow: 3px 3px 10px 1px #ccc;
}

.estatePost a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
}

.estatePost a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.estatePost .-batch {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  z-index: 999;
}

.estatePost_img {
  width: 32%;
}

.estatePost_img img {
  width: 100%;
  vertical-align: bottom;
  height: 100%;
  object-fit: cover;
}

.estatePost_dtl {
  width: 68%;
  padding: 10px 20px;
}

.estatePost_dtl_title {
  font-size: 28px;
  font-size: 2.8rem;
}

.estatePost_dtl_price {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.estatePost_dtl_price .-hanbai {
  display: inline;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  padding: 5px;
}

.estatePost_dtl_price .-price {
  display: inline;
  color: #ED2E2E;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  margin: 0 5px;
  margin-top: -10px;
}

.estatePost_dtl_catList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
}

.estatePost_dtl_catList li {
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  border-radius: 3px;
  display: inline-block;
  min-width: 80px;
  background-color: #D7F7F6;
  font-weight: bold;
  padding: 5px 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.estatePost_dtl_catList li:first-child {
  margin-left: 0;
}

.estateDtl {
  margin-top: 60px;
}

.estateDtl_list {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.estateDtl_list dd {
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  border-radius: 3px;
  display: inline-block;
  min-width: 80px;
  background-color: #D7F7F6;
  font-weight: bold;
  padding: 5px 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.estateDtl_list dd:first-child {
  margin-left: 0;
}

.estateDtl_read {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.estateDtl_read_left {
  width: 55%;
  position: relative;
}

.estateDtl_read_left .-batch {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

.estateDtl_read_left .-address {
  padding-left: 75px;
  font-size: 34px;
  font-size: 3.4rem;
}

.estateDtl_read_left .-price {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.estateDtl_read_left .-price_hanbai {
  display: inline;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  padding: 10px 10px;
  margin-right: 10px;
}

.estateDtl_read_left .-price_price {
  display: inline;
  color: #ED2E2E;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: -5px;
}

.estateDtl_read_left .-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.estateDtl_read_left .-example_rei {
  background-color: #888;
  color: #fff;
  padding: 8px 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.estateDtl_read_left .-example_txt_month {
  line-height: 1.2;
}

.estateDtl_read_left .-example_txt_month span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ED2E2E;
}

.estateDtl_read_left .-example_txt_borrowing {
  margin-top: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.estateDtl_read_left .-remarks {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.estateDtl_read_right {
  width: 42%;
}

.estateDtl_txt {
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}


.estateDtl_txt_title {
  font-size: 28px;
  font-size: 2.8rem;
}

.estateDtl_txt_title p {
  margin-top: 30px;
}

.estateDtl_point {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 60px;
}

.estateDtl_point_title {
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
  position: relative;
}

.estateDtl_point_title span {
  display: inline-block;
  background-color: #fff;
  z-index: 10;
  position: relative;
  padding: 0 30px;
}

.estateDtl_point_title:before {
  content: '';
  width: 100%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.estateDtl_point_list {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

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

.estateDtl_point_list li .-num {
  background-color: #73C5C5;
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -30px;
  text-align: center;
  padding-right: 3px;
}

.estateDtl_point_list li .-title {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 5px 50px;
  background-color: #689B9A;
}

.estateDtl_point_list li .-txt {
  padding: 30px;
  background-color: #eee;
}

.estateDtl_info {
  margin-top: 70px;
  padding: 70px 0;
  background-color: #D7F7F6;
}

.estateDtl_info_tbl {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.estateDtl_info_tbl h3 {
  background-color: #EFEFEF;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-size: 2.8rem;
  width: 20%;
  border: 1px solid #ccc;
  font-weight: normal;
}

.estateDtl_info_tbl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
}

.estateDtl_info_tbl dl dt, .estateDtl_info_tbl dl dd {
  padding: 5px 10px;
  display: block;
  border: 1px solid #ccc;
}

.estateDtl_info_tbl dl dt {
  width: 30%;
}

.estateDtl_info_tbl dl dd {
  width: 70%;
}

.estateDtl_vr_url{
  width: 92%;
max-width: 900px;
margin: 20px auto;
font-weight: bold;
}

.estateDtl_info_img {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.estateDtl_info_img li {
  width: 45%;
  margin-top: 60px;
}

.estateDtl_info_img li:nth-child(even) {
  margin-left: 10%;
}

.estateDtl_info_img li figcaption {
  font-size: 14px;
  font-size: 1.4rem;
}

.estateDtl_map {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 0;
}

.estateDtl_map iframe {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .landList {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .estateList {
    margin: 40px auto 0;
  }
  .estateNav_title {
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    padding-bottom: 10px;
  }
  .estateNav_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #333;
    margin-left: -25px;
  }
  .estateNav_dtl {
    width: 92%;
    display: block;
  }
  .estateNav_dtl_leftList {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .estateNav_dtl_leftList li {
    text-align: center;
    margin: 10px;
  }
  .estateNav_dtl_leftList li:first-child {
    margin: 10px;
  }
  .estateNav_dtl_leftList li a {
    min-width: 100px;
    font-size: 1.4rem;
  }
  .estateNav_dtl_right {
    width: 100%;
    font-size: 1.4rem;
  }
  .estateNav_dtl_right .-box {
    margin-top: 20px;
  }
  .estateNav_dtl_right .-box:first-child {
    margin-top: 20px;
  }
  .estateNav_dtl_right h3 {
    min-width: 70px;
  }
  .estatePost {
    margin-top: 30px;
  }
  .estatePost a {
    display: block;
  }
  .estatePost_img {
    width: 100%;
  }
  .estatePost_dtl {
    width: 100%;
    padding: 10px 20px;
  }
  .estatePost_dtl_title {
    font-size: 2.2rem;
  }
  .estatePost_dtl_price .-price {
    font-size: 3.6rem;
    margin-top: -8px;
  }
  .estatePost_dtl_catList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 15px;
  }
  .estatePost_dtl_catList li {
    margin-left: 0px;
    margin-right: 10px;
  }
  .estateDtl {
    margin-top: 30px;
  }
  .estateDtl_list {
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .estateDtl_list dt {
    width: 25%;
    font-size: 1.6rem;
  }
  .estateDtl_list dd {
    display: inline-block;
    width: auto;
    min-width: 20px;
    padding: 2px;
    margin-left: 0px;
    font-size: 1.2rem;
    margin-right: 2%;
  }
  .estateDtl_list dd:last-child {
    margin-right: 0px;
  }
  .estateDtl_read {
    display: block;
  }
  .estateDtl_read_left {
    width: 100%;
  }
  .estateDtl_read_left .-batch {
    width: 40px;
  }
  .estateDtl_read_left .-address {
    padding-left: 50px;
    font-size: 2.2rem;
  }
  .estateDtl_read_left .-price_hanbai {
    font-size: 1.4rem;
    width: 81px;
  }
  .estateDtl_read_left .-price_price {
    font-size: 2.8rem;
  }
  .estateDtl_read_left .-example_rei {
    font-size: 1.4rem;
    width: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .estateDtl_read_right {
    margin-top: 30px;
    padding-bottom: 10px;
    width: 100%;
  }
  .estateDtl_read_right img {
    width: 100%;
  }
  .estateDtl_txt {
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
  .estateDtl_txt_title {
    font-size: 2.4rem;
  }
  .estateDtl_txt_title p {
    margin-top: 30px;
  }
  .estateDtl_point {
    margin-top: 40px;
  }
  .estateDtl_point_title {
    font-size: 2.6rem;
  }
  .estateDtl_point_title span {
    padding: 0 20px;
  }
  .estateDtl_point_list {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
  .estateDtl_point_list li {
    margin-top: 20px;
    position: relative;
  }
  .estateDtl_point_list li .-num {
    width: 60px;
    height: 60px;
    font-size: 3.2rem;
    position: absolute;
    top: -10px;
    left: -13px;
  }
  .estateDtl_point_list li .-title {
    font-size: 1.8rem;
    padding: 5px 10px 5px 50px;
    background-color: #689B9A;
  }
  .estateDtl_point_list li .-txt {
    padding: 20px;
  }
  .estateDtl_info {
    margin-top: 50px;
    padding: 50px 0;
  }
  .estateDtl_info_tbl h3 {
    font-size: 2.0rem;
  }
  .estateDtl_info_tbl dl dt, .estateDtl_info_tbl dl dd {
    padding: 5px 5px;
  }
  .estateDtl_info_img {
    margin-top: 30px;
  }
  .estateDtl_info_img li {
    width: 100%;
    margin-top: 40px;
  }
  .estateDtl_info_img li:nth-child(even) {
    margin-left: 0%;
  }
  .estateDtl_info_img li img {
    width: 100%;
  }
  .estateDtl_map {
    padding: 50px 0;
  }
}

/* ----------------------------
 繧ｵ繝ｳ繧ｪ繝ｼ繝帙�繝�縺ｮ螳ｶ
---------------------------- */
.sanHomeList {
  margin-top: 80px;
}

.sanHomeList_list_item {
  padding: 60px;
  width: 100%;
  height: 480px;
  position: relative;
  margin-top: 30px;
}

.sanHomeList_list_item:before {
  content: '';
  position: absolute;
  top: 0;
  width: 75%;
  height: 100%;
  background-size: cover;
}

.sanHomeList_list_item .-bgWhite {
  position: absolute;
  top: 80px;
  width: 480px;
  min-height: 320px;
  padding: 30px 50px;
  background-color: #fff;
}

.sanHomeList_list_item.-type01:before {
  background: url(../img/sanohhome_house01.jpg) no-repeat center center;
  left: 0;
  background-size: cover;
}

.sanHomeList_list_item.-type01 .-bgWhite {
  right: 10%;
}

.sanHomeList_list_item.-type02:before {
  background: url(../img/sanohhome_house02.jpg) no-repeat center center;
  right: 0;
  background-size: cover;
}

.sanHomeList_list_item.-type02 .-bgWhite {
  left: 10%;
}

.sanHomeList_list_item.-type03:before {
  background: url(../img/sanohhome_house03.jpg) no-repeat center center;
  left: 0;
  background-size: cover;
}

.sanHomeList_list_item.-type03 .-bgWhite {
  right: 10%;
}

.sanHomeList_list_item.-type04:before {
  background: url(../img/sanhome/sanohhome_standard.jpg) no-repeat center center;
  right: 0;
  background-size: cover;
}

.sanHomeList_list_item.-type04 .-bgWhite {
  left: 10%;
}

.sanHomeList_list_item.-type05:before {
  background: url(../img/sanhome/sanohhome_house_semiorder.jpg) no-repeat center center;
  left: 0;
  background-size: cover;
}

.sanHomeList_list_item.-type05 .-bgWhite {
  right: 10%;
}

.sanHomeList_list_item.-type06:before {
  background: url(../img/sanhome/sanohhome_house_fullorder.jpg) no-repeat center center;
  right: 0;
  background-size: cover;
}

.sanHomeList_list_item.-type06 .-bgWhite {
  left: 10%;
}


.sanHomeList_list_item .-title {
  font-size: 28px;
  font-size: 2.8rem;
}

.sanHomeList_list_item .-txt01 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #73C5C5;
}

.sanHomeList_list_item .-txt02 {
  margin-top: 10px;
}

.sanHomeList_list_item .-link {
  margin-top: 10px;
  text-align: right;
}

.sanHomeList_list_item .-link span, .sanHomeList_list_item .-link a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.sanHomeList_list_item .-link span:hover, .sanHomeList_list_item .-link a:hover {
  color: #73C5C5;
  text-decoration: underline;
}

.sanHomeList_list_item .-link span:after, .sanHomeList_list_item .-link a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0px;
  width: 18px;
  height: 18px;
  background: url(../img/circle_arrow.png) no-repeat center center;
  background-size: 18px;
}

.sanHomeGallery {
  margin-top: 80px;
  padding: 50px 0px 30px;
  background-color: #73C5C5;
  color: #fff;
  overflow: hidden;
}

.sanHomeGallery .slick-prev {
  left: -10%;
}

.sanHomeGallery .slick-prev:before, .sanHomeGallery .slick-prev:after {
  top: 43%;
}

.sanHomeGallery .slick-next {
  right: -10%;
}

.sanHomeGallery .slick-next:before, .sanHomeGallery .slick-next:after {
  top: 43%;
}

.sanHomeGallery_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.sanHomeGallery_title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 10px;
}

.sanHomeGallery_title span {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Marcellus', serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.sanHomeGallery_list {
  margin-top: 20px;
}

.sanHomeGallery_list_item {
  width: 230px;
  margin: 0 10px;
}

.sanHomeGallery_list_item img {
  width: 100%;
}

.sanHomeGallery_list_item figcaption {
  margin-top: 5px;
  line-height: 1.2;
}

.sanHomeOtherPage {
  padding: 60px 0;
}

.sanHomeOtherPage_list {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sanHomeOtherPage_list li {
  width: 32%;
  height: 250px;
  text-align: center;
}

.sanHomeOtherPage_list li a {
  width: 100%;
  height: 250px;
  height: 100%;
  display: block;
  padding-top: 170px;
  background: url(../img/icon_hart01.png) no-repeat center 60px;
  background-size: 100px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.sanHomeOtherPage_list li a:hover {
  color: #fff;
}

.sanHomeOtherPage_list li.-impressed a {
  background: url(../img/icon_hart02.png) no-repeat center 60px;
  background-size: 100px;
}

.sanHomeOtherPage_list li.-impressed a:hover {
  background: url(../img/icon_hart01.png) no-repeat center 60px;
  background-size: 100px;
  background-color: #73C5C5;
}

.sanHomeOtherPage_list li.-step a {
  background: url(../img/icon_home02.png) no-repeat center 60px;
  background-size: 100px;
}

.sanHomeOtherPage_list li.-step a:hover {
  background: url(../img/icon_home01.png) no-repeat center 60px;
  background-size: 100px;
  background-color: #73C5C5;
}

.sanHomeOtherPage_list li.-support a {
  background: url(../img/icon_hyuman02.png) no-repeat center 70px;
  background-size: 100px;
}

.sanHomeOtherPage_list li.-support a:hover {
  background: url(../img/icon_hyuman01.png) no-repeat center 70px;
  background-size: 100px;
  background-color: #73C5C5;
}

.sanHomeOtherPage_list li.-active a {
  color: #fff;
  background: url(../img/icon_hart01.png) no-repeat center 60px;
  background-size: 100px;
  background-color: #73C5C5;
}

.sanHomeMv {
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 200px;
}

.sanHomeMv_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

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

.sanHomeMv_breadcrumbs li a {
  display: inline-block;
  margin-right: 20px;
  padding-right: 25px;
  background: url(../img/arrow_rigth_black.png) no-repeat center right;
  background-size: 7px;
}

.sanHomeMv_breadcrumbs li:last-child a {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}

.sanHomeMv_title {
  margin-top: 180px;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
}

.sanHomeMv_title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: #000;
}

.sanHomeMv_title span {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 30px;
  font-size: 3.0rem;
}

.sanHomeMv_txt span {
  margin-top: 10px;
  display: inline-block;
  background-color: #fff;
  padding: 10px 5px 10px 15px;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
}

.sanHomeMv_txt span:first-child {
  margin-top: 20px;
}

.sanHomeRead {
  width: 92%;
  max-width: 1000px;
  margin: -100px auto 0;
  padding: 80px 60px;
  background-color: #fff;
}

.sanHomeRead_tag {
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
  background-color: #73C5C5;
  text-align: center;
}

.sanHomeRead_title {
  margin-top: 10px;
  font-size: 38px;
  font-size: 3.8rem;
  color: #73C5C5;
  line-height: 1.4;
}

.sanHomeRead_txt {
  margin-top: 20px;
}

.sanHomePoint {
  padding: 60px 60px 80px;
  background-color: #73C5C5;
}

.sanHomePoint_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.sanHomePoint_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
}

.sanHomePoint_title img {
  width: 96px;
  display: inline-block;
  margin-right: 20px;
}

.sanHomePoint_list {
  margin-top: 30px;
}

.sanHomePoint_list li {
  padding: 15px;
  background-color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 10px;
  line-height: 1;
}

.sanHomePoint_list li:after {
  content: '';
  position: absolute;
  top: 23px;
  left: 86px;
  width: 1px;
  height: 30px;
  background-color: #ccc;
}

.sanHomePoint_list li span {
  display: inline-block;
  color: #73C5C5;
  font-size: 42px;
  font-size: 4.2rem;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1;
}

.sanHomeModelPlan {
  padding: 90px 0;
}

.sanHomeModelPlan_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.sanHomeModelPlan_title {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}

.sanHomeModelPlan_title span {
  display: block;
  font-family: 'Marcellus', serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
}

.sanHomeModelPlan_txt {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 20px;
}

.sanHomeModelPlan_tbl {
  margin-top: 10px;
  width: 100%;
}

.sanHomeModelPlan_tbl th, .sanHomeModelPlan_tbl td {
  padding: 7px 20px;
  border: 1px solid #ccc;
}

.sanHomeModelPlan_tbl th {
  color: #fff;
  background-color: #73C5C5;
  text-align: center;
  width: 20%;
}

.sanHomeFloorPlan {
  margin-top: 60px;
  padding: 60px 0 80px;
  background-color: #F8F8F8;
}

.sanHomeFloorPlan_list {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sanHomeFloorPlan_list_item {
  width: 49%;
  margin-top: 40px;
}

.sanHomeFloorPlan_list_item:nth-child(even) {
  margin-left: 2%;
}

.sanHomeFloorPlan_list_item figure {
  width: 100%;
}

.sanHomeFloorPlan_list_item figure figcaption {
  /* font-family: 'Marcellus', serif; */
  display: inline-block;
  background-color: #333;
  padding: 7px 12px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  width:  48px;
  text-align: center;
}

.sanHomeFloorPlan_list_item figure img {
  width: 100%;
}

.sanHomePlanImg {
  padding: 60px 0 60px;
}

.sanHomePlanImg_list {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sanHomePlanImg_list_item {
  width: 49%;
  margin-top: 40px;
}

.sanHomePlanImg_list_item:nth-child(even) {
  margin-left: 2%;
}

.sanHomePlanImg_list_item figure {
  width: 100%;
  position: relative;
}

.sanHomePlanImg_list_item figure figcaption {
  font-family: 'Marcellus', serif;
  display: block;
  background-color: #333;
  padding: 3px 6px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.sanHomePlanImg_list_item figure img {
  width: 100%;
}

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

.sanHomePlanOtherPage_list_item {
  text-align: center;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sanHomePlanOtherPage_list_item a {
  width: 100%;
  display: block;
  padding: 60px 10px;
  border: 1px solid #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}

.sanHomePlanOtherPage_list_item a:hover {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.sanHomePlanOtherPage_list_item span {
  font-family: 'Crimson Text', serif;
  color: #73C5C5;
  font-size: 36px;
  font-size: 3.6rem;
}

.sanHomePlanOtherPage_list_item p {
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .sanHomeList {
    margin-top: 20px;
  }
  .sanHomeList_list_item {
    padding: 20px 0 200px;
    width: 100%;
    height: 500px;
    margin-top: 10px;
  }
  .sanHomeList_list_item:before {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
  }
  .sanHomeList_list_item .-bgWhite {
    position: static;
    display: block;
    width: 92%;
    margin: 0 auto;
    margin-top: -30px;
    padding: 10px 10px;
    min-height: 280px;
  }
  .sanHomeList_list_item .-title {
    font-size: 2.2rem;
  }
  .sanHomeList_list_item .-txt01 {
    font-size: 1.8rem;
    color: #73C5C5;
  }
  .sanHomeList_list_item .-txt02 {
    margin-top: 10px;
  }
  .sanHomeGallery {
    margin-top: 80px;
    padding: 40px 0px 20px;
  }
  .sanHomeGallery .slick-prev {
    left: -2%;
  }
  .sanHomeGallery .slick-next {
    right: -2%;
  }
  .sanHomeGallery_wrap {
    width: 90%;
  }
  .sanHomeGallery_title span {
    margin-left: 10px;
  }
  .sanHomeOtherPage {
    padding: 30px 0 40px;
  }
  .sanHomeOtherPage_list {
    display: block;
  }
  .sanHomeOtherPage_list li {
    width: 90%;
    height: 250px;
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .sanHomeOtherPage_list li a {
    border: 3px solid #73C5C5;
  }
  .sanHomeOtherPage_list li.-impressed a {
    background: url(../img/icon_hart02.png) no-repeat center 60px;
    background-size: 100px;
  }
  .sanHomeOtherPage_list li.-impressed a:hover {
    background: url(../img/icon_hart01.png) no-repeat center 60px;
    background-size: 100px;
    background-color: #73C5C5;
  }
  .sanHomeOtherPage_list li.-step a {
    background: url(../img/icon_home02.png) no-repeat center 60px;
    background-size: 100px;
  }
  .sanHomeOtherPage_list li.-step a:hover {
    background: url(../img/icon_home01.png) no-repeat center 60px;
    background-size: 100px;
    background-color: #73C5C5;
  }
  .sanHomeOtherPage_list li.-support a {
    background: url(../img/icon_hyuman02.png) no-repeat center 70px;
    background-size: 100px;
  }
  .sanHomeOtherPage_list li.-support a:hover {
    background: url(../img/icon_hyuman01.png) no-repeat center 70px;
    background-size: 100px;
    background-color: #73C5C5;
  }
  .sanHomeOtherPage_list li.-active a {
    color: #fff;
    background: url(../img/icon_hart01.png) no-repeat center 60px;
    background-size: 100px;
    background-color: #73C5C5;
  }
  .sanHomeMv {
    background: url(../img/sanhome/sanohhome_house_mv03.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .sanHomeMv_breadcrumbs {
    font-size: 1.4rem;
  }
  .sanHomeMv_breadcrumbs li a {
    margin-right: 10px;
    padding-right: 15px;
    background-size: 5px;
  }
  .sanHomeMv_title {
    margin-top: 150px;
    padding-bottom: 10px;
  }
  .sanHomeMv_title span {
    font-size: 2.4rem;
  }
  .sanHomeMv_txt span {
    font-size: 2.6rem;
  }
  .sanHomeRead {
    margin: -50px auto 0;
    padding: 10px 10px 30px;
  }
  .sanHomeRead_title {
    font-size: 2.2rem;
  }
  .sanHomeRead_txt {
    margin-top: 20px;
  }
  .sanHomePoint {
    padding: 30px 0px 50px;
    background-color: #73C5C5;
  }
  .sanHomePoint_title {
    font-size: 2.2rem;
  }
  .sanHomePoint_title img {
    width: 60px;
    margin-right: 10px;
  }
  .sanHomePoint_list {
    margin-top: 20px;
  }
  .sanHomePoint_list li {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sanHomePoint_list li:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 57px;
    width: 1px;
    height: 25px;
    background-color: #ccc;
  }
  .sanHomePoint_list li span {
    font-size: 3.2rem;
    padding-right: 10px;
    margin-right: 10px;
  }
  .sanHomeModelPlan {
    padding: 50px 0;
  }
  .sanHomeModelPlan_wrap {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .sanHomeModelPlan_title {
    font-size: 2.6rem;
  }
  .sanHomeModelPlan_title span {
    font-size: 1.8rem;
  }
  .sanHomeModelPlan_txt {
    font-size: 1.8rem;
  }
  .sanHomeModelPlan_tbl th, .sanHomeModelPlan_tbl td {
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
  }
  .sanHomeModelPlan_tbl th {
    width: 30%;
  }
  .sanHomeFloorPlan {
    margin-top: 50px;
    padding: 10px 0 50px;
  }
  .sanHomeFloorPlan_list_item {
    width: 100%;
    margin-top: 30px;
  }
  .sanHomeFloorPlan_list_item:nth-child(even) {
    margin-left: 0;
  }
  .sanHomeFloorPlan_list_item figure {
    width: 100%;
  }
  .sanHomeFloorPlan_list_item figure figcaption {
    font-size: 2.0rem;
  }
  .sanHomePlanImg {
    padding: 20px 0 30px;
  }
  .sanHomePlanImg_list_item {
    width: 100%;
    margin-top: 30px;
  }
  .sanHomePlanImg_list_item:nth-child(even) {
    margin-left: 0%;
  }
  .sanHomePlanOtherPage_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sanHomePlanOtherPage_list_item {
    width: 50%;
  }
  .sanHomePlanOtherPage_list_item a {
    padding: 30px 10px;
  }
  .sanHomePlanOtherPage_list_item span {
    font-family: 'Crimson Text', serif;
    color: #73C5C5;
    font-size: 2.8rem;
  }
  .sanHomePlanOtherPage_list_item p {
    font-size: 1.4rem;
  }
}

/* ----------------------------
 繧ｹ繧ｿ繝�ヵ繝悶Ο繧ｰ
---------------------------- */
.blogCat_list {
  width: 92%;
  max-width: 1000px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blogCat_list li {
  display: inline-block;
}

.blogCat_list li a {
  display: block;
  background-color: #ccc;
  padding: 7px 13px;
  line-height: 1;
  border-radius: 3px;
  margin: 0 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.blogCat_list li a:hover {
  background-color: #333;
  color: #fff;
}

.blogCat_list li.-active a {
  background-color: #333;
  color: #fff;
}

.blogPost_list {
  width: 92%;
  max-width: 1000px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blogPost_list_item {
  width: 30%;
  position: relative;
  margin: 50px 1.5% 0;
}

.blogPost_list_item a {
  display: block;
}

.blogPost_list_item a img {
  width: 100%;
  vertical-align: bottom;
}

.blogPost_list_item a:hover {
  color: #73C5C5;
}

.blogPost_list_item a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.blogPost_list_item .-cat {
  background-color: #333;
  color: #fff;
  padding: 3px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.blogPost_list_item .-new {
  width: 47px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
}

.blogPost_list_item .-info {
  border: 1px solid #ccc;
}

.blogPost_list_item .-info .-dtl {
  padding: 7px 10px;
  min-height: 80px;
}

.blogPost_list_item .-info .-write {
  background-color: #F8F8F8;
  padding: 7px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogPost_list_item .-info .-write .-left img {
  border-radius: 50%;
  width: 100%;
  max-width: 55px;
  height: auto;
}

.blogPost_list_item .-info .-write .-right {
  font-size: 14px;
  font-size: 1.4rem;
}

.blogWrap {
  padding: 80px 0;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogArticle {
  width: 63%;
}

.blogArticle_header {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blogArticle_header_cat {
  font-size: 14px;
  font-size: 1.4rem;
}

.blogArticle_header_title {
  font-size: 36px;
  font-size: 3.6rem;
}

.blogArticle_header_date {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.blogArticle_contents img {
  width: 100%;
}

.blogArticle_contents p {
  margin-top: 15px;
}

.blogArticle_contents h2 {
  border-left: 5px solid #73C5C5;
  background-color: #eee;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 5px 20px;
}

.blogArticle_contents h3 {
  border-bottom: 1px solid #73C5C5;
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.blogArticle_contents h4 {
  border-left: 1px solid #73C5C5;
  padding-left: 10px;
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.blogArticle_writer {
  margin-top: 50px;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blogArticle_writer_title {
  font-size: 28px;
  font-size: 2.8rem;
}

.blogArticle_writer_box {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogArticle_writer_box_img {
  width: 26%;
}

.blogArticle_writer_box_img img {
  border-radius: 50%;
  width: 100%;
  vertical-align: bottom;
}

.blogArticle_writer_box_dtl {
  width: 68%;
}

.blogArticle_writer_box_dtl .-name {
  font-size: 22px;
  font-size: 2.2rem;
}

.blogArticle_writer_box_dtl .-name span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  margin-left: 20px;
  font-weight: normal;
}

.blogArticle_writer_box_dtl .-txt {
  line-height: 1.4;
}

.blogArticle_writer_box_dtl .-link a {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/arrow_rigth_black.png) no-repeat center left;
  background-size: 7px;
  margin-top: 15px;
}

.blogArticle_relation {
  margin-top: 30px;
}

.blogArticle_relation_title {
  font-size: 20px;
  font-size: 2.0rem;
}

.blogArticle_relation_list {
  width: 92%;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blogArticle_relation_list_item {
  width: 48%;
  position: relative;
  margin: 20px  0;
}

.blogArticle_relation_list_item:nth-child(even) {
  margin-left: 4%;
}

.blogArticle_relation_list_item a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.blogArticle_relation_list_item a img {
  width: 100%;
  vertical-align: bottom;
}

.blogArticle_relation_list_item a:hover {
  color: #73C5C5;
}

.blogArticle_relation_list_item a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.blogArticle_relation_list_item .-cat {
  background-color: #333;
  color: #fff;
  padding: 3px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.blogArticle_relation_list_item .-new {
  width: 47px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
}

.blogArticle_relation_list_item .-info {
  border: 1px solid #ccc;
}

.blogArticle_relation_list_item .-info .-dtl {
  padding: 7px 10px;
  min-height: 80px;
}

.blogArticle_relation_list_item .-info .-write {
  background-color: #F8F8F8;
  padding: 7px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogArticle_relation_list_item .-info .-write .-left img {
  border-radius: 50%;
  width: 100%;
  max-width: 55px;
  height: auto;
}

.blogArticle_relation_list_item .-info .-write .-right {
  font-size: 14px;
  font-size: 1.4rem;
}

.blogAside {
  width: 27%;
}

.blogAside img {
  width: 100%;
}

.blogAside_cat_title {
  margin-top: -5px;
  padding-bottom: 10px;
  color: #73C5C5;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
}

.blogAside_cat_list li:last-child a {
  border-bottom: 1px solid #ccc;
}

.blogAside_cat_list li a {
  display: block;
  padding: 10px 0 10px 25px;
  background: url(../img/arrow_rigth_black.png) no-repeat center left;
  background-size: 7px;
  border-top: 1px solid #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}

.blogAside_cat_list li a:hover {
  color: #73C5C5;
  background: url(../img/arrow_rigth_black.png) no-repeat center left 5px;
  background-size: 7px;
}

.blogAside_newPost {
  padding-top: 30px;
}

.blogAside_newPost_title {
  color: #73C5C5;
  font-size: 20px;
  font-size: 2.0rem;
  border-bottom: 1px solid #ccc;
}

.blogAside_newPost_list li {
  margin-top: 20px;
}

.blogAside_newPost_list li a {
  border-bottom: 1px solid #ccc;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.blogAside_newPost_list li a:hover {
  color: #73C5C5;
}

.blogAside_newPost_list li a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media screen and (max-width: 768px) {
  .blogCat_list {
    width: 92%;
    max-width: 1000px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .blogCat_list li {
    display: inline-block;
  }
  .blogCat_list li a {
    display: block;
    background-color: #ccc;
    padding: 7px 5px;
    line-height: 1;
    border-radius: 3px;
    margin: 5px 5px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .blogCat_list li a:hover {
    background-color: #73C5C5;
    color: #fff;
  }
  .blogPost_list_item {
    width: 100%;
    position: relative;
    margin: 20px 0;
  }
  .blogWrap {
    padding: 30px 0;
    display: block;
  }
  .blogArticle {
    width: 100%;
  }
  .blogArticle_header {
    padding: 10px 0;
  }
  .blogArticle_header_title {
    font-size: 2.2rem;
  }
  .blogArticle_writer {
    margin-top: 30px;
    padding: 10px 0;
  }
  .blogArticle_writer_title {
    font-size: 2.0rem;
  }
  .blogArticle_writer_box {
    padding: 5px 0;
  }
  .blogArticle_writer_box_img {
    width: 23%;
  }
  .blogArticle_writer_box_dtl {
    width: 72%;
  }
  .blogArticle_writer_box_dtl .-name {
    font-size: 1.8rem;
  }
  .blogArticle_writer_box_dtl .-name span {
    font-size: 1.4rem;
  }
  .blogArticle_writer_box_dtl .-txt {
    line-height: 1.4;
  }
  .blogArticle_writer_box_dtl .-link a {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .blogArticle_relation {
    margin-top: 30px;
  }
  .blogArticle_relation_title {
    font-size: 1.8rem;
  }
  .blogArticle_relation_list {
    width: 92%;
    display: block;
    margin: 0px auto;
  }
  .blogArticle_relation_list_item {
    width: 100%;
  }
  .blogArticle_relation_list_item:nth-child(even) {
    margin-left: 0;
  }
  .blogAside {
    width: 100%;
    margin-top: 50px;
  }
  .blogAside_newPost {
    padding-top: 30px;
  }
  .blogAside_newPost_title {
    color: #73C5C5;
    font-size: 2.0rem;
    border-bottom: 1px solid #ccc;
  }
  .blogAside_newPost_list li a img {
    width: 100%;
  }
}

/* ----------------------------
 螳ｶ縺･縺上ｊ縺ｮ豬√ｌ
---------------------------- */
.flowList {
  padding: 80px 0;
}

.flowList_item {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.flowList_item:first-child {
  padding-top: 0;
}

.flowList_item:after {
  content: '';
  display: block;
  width: 45px;
  height: 40px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
  background: url(../img/arrow_bottom_gray.png) no-repeat center center;
  background-size: 45px;
}

.flowList_item:last-child {
  border-bottom: none;
}

.flowList_item:last-child:after {
  display: none;
}

.flowList_item_left .-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
}

.flowList_item_left .-title span {
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  font-size: 40px;
  font-size: 4.0rem;
  margin-right: 20px;
  border-radius: 5px;
}

.flowList_item_left .-txt {
  margin-top: 10px;
}

.flowList_item_left .-link {
  margin-top: 20px;
}

.flowList_item_left .-link a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  background-color: #F4943D;
  border-radius: 20px;
  min-width: 200px;
  -webkit-transition: .3s;
  transition: .3s;
}

.flowList_item_left .-link a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media screen and (max-width: 768px) {
  .flowList {
    padding: 30px 0;
  }
  .flowList_item {
    display: block;
  }
  .flowList_item_left .-title {
    font-size: 2.2rem;
  }
  .flowList_item_left .-title span {
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    font-size: 2.6rem;
    margin-right: 20px;
    border-radius: 5px;
  }
  .flowList_item_left .-txt {
    margin-top: 10px;
  }
  .flowList_item_left .-link {
    margin-top: 20px;
  }
  .flowList_item_left .-link a {
    display: block;
    margin-right: 0px;
    margin-top: 10px;
  }
  .flowList_item_right {
    margin-top: 30px;
  }
  .flowList_item_right img {
    width: 100%;
  }
}

/* ----------------------------
 莨夂､ｾ讎りｦ�
---------------------------- */
.companyGreeting {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.companyGreeting_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 15px;
}

.companyGreeting_title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}

.companyGreeting_txt01 {
  margin-top: 40px;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 4px solid #73C5C5;
  padding-bottom: 30px;
  line-height: 1.9;
}

.companyGreeting_dtl {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.companyGreeting_dtl_left {
  width: 48%;
}

.companyGreeting_dtl_left .-txt {
  margin-top: 35px;
}

.companyGreeting_dtl_left .-txt:first-child {
  margin-top: 0;
}

.companyGreeting_dtl_right {
  width: 48%;
}

.companyGreeting_dtl_right .-img02 {
  margin-top: 50px;
  text-align: right;
}

.companyGreeting_dtl_right .-img02 img {
  max-width: 220px;
}

.companyPhilosophy {
  padding: 80px 0;
  background-color: #F8F8F8;
}

.companyPhilosophy_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 15px;
}

.companyPhilosophy_title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}

.companyPhilosophy_img01 {
  margin-top: 50px;
  text-align: center;
}

.companyPhilosophy_img01 img {
  max-width: 400px;
}

.companyPhilosophy_img02 {
  margin-top: 30px;
  text-align: center;
}

.companyPhilosophy_img02 img {
  max-width: 280px;
}

.companyOverview {
  padding: 80px 0;
}

.companyOverview_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 15px;
}

.companyOverview_title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}

.companyOverview_tbl {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

.companyOverview_tbl th, .companyOverview_tbl td {
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
}

.companyOverview_tbl th {
  font-weight: normal;
  background-color: #F8F8F8;
  vertical-align: top;
  text-align: left;
}

.companyHistory {
  padding: 80px 0;
}

.companyHistory_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 15px;
}

.companyHistory_title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}

.companyHistory_tbl {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

.companyHistory_tbl th, .companyHistory_tbl td {
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
}

.companyHistory_tbl th.-red, .companyHistory_tbl td.-red {
  color: #FF0000;
}

.companyHistory_tbl th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  min-width: 130px;
}

.companyAccess {
  padding: 80px 0;
  background-color: #F8F8F8;
}

.companyAccess_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 15px;
}

.companyAccess_title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}

.companyAccess_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.companyAccess_list {
  width: 48%;
}

.companyAccess_list dt {
  color: #73C5C5;
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 50px;
  font-weight: bold;
}

.companyAccess_list dt:first-child {
  margin-top: 0;
}

.companyAccess_list dd {
  font-size: 14px;
  font-size: 1.4rem;
}

.companyAccess_img {
  width: 48%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .companyGreeting {
    padding: 40px 0;
  }
  .companyGreeting_title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .companyGreeting_txt01 {
    margin-top: 30px;
    font-size: 2.4rem;
    padding-bottom: 20px;
    line-height: 1.6;
  }
  .companyGreeting_dtl {
    display: block;
  }
  .companyGreeting_dtl_left {
    width: 100%;
  }
  .companyGreeting_dtl_left .-txt {
    margin-top: 25px;
  }
  .companyGreeting_dtl_right {
    margin-top: 20px;
    width: 100%;
  }
  .companyGreeting_dtl_right .-img02 {
    margin-top: 10px;
  }
  .companyGreeting_dtl_right .-img02 img {
    max-width: 180px;
  }
  .companyPhilosophy {
    padding: 40px 0;
    background-color: #F8F8F8;
  }
  .companyPhilosophy_title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .companyPhilosophy_img01 img {
    max-width: 92%;
  }
  .companyPhilosophy_img02 {
    margin-top: 20px;
    text-align: center;
  }
  .companyPhilosophy_img02 img {
    max-width: 280px;
  }
  .companyOverview {
    padding: 40px 0;
  }
  .companyOverview_title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .companyOverview_tbl {
    margin-top: 30px;
  }
  .companyOverview_tbl th, .companyOverview_tbl td {
    font-size: 1.4rem;
  }
  .companyOverview_tbl th {
    min-width: 95px;
  }
  .companyHistory {
    padding: 40px 0;
  }
  .companyHistory_title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .companyHistory_tbl {
    margin-top: 30px;
  }
  .companyHistory_tbl th, .companyHistory_tbl td {
    font-size: 1.4rem;
  }
  .companyHistory_tbl th {
    min-width: 115px;
  }
  .companyAccess {
    padding: 40px 0;
  }
  .companyAccess_title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .companyAccess_wrap {
    display: block;
  }
  .companyAccess_list {
    width: 100%;
  }
  .companyAccess_list dt {
    margin-top: 20px;
  }
  .companyAccess_list dt:first-child {
    margin-top: 0;
  }
  .companyAccess_img {
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
  }
}

/* ----------------------------
 螳溽ｸｾ
---------------------------- */
.gallery {
  padding: 80px 0;
}

.gallery_top {
  text-align: center;
}

.gallery_top_title {
  text-align: center;
  background-color: #F4943D;
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 auto;
  display: inline-block;
}

.gallery_top_txt01 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 30px;
}

.gallery_top_txt02 {
  max-width: 660px;
  text-align: left;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 2;
}

.gallery_img {
  padding: 60px 0;
  margin: 0 auto;
}

.gallery_img li {
  margin: 0 40px;
  text-align: center;
}

.gallery_img li figure {
  width: 100%;
  height: 440px;
  text-align: center;
}

.gallery_img li figure img {
  width: auto;
  height: 80%;
  display: inline !important;
  object-fit: cover;
}

.gallery_img li figure figcaption {
  display: block;
  margin-top: 20px;
}

.gallery_img .slick-dots {
  bottom: -10px;
}

.gallery_point {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.gallery_point_title {
  text-align: center;
}

.gallery_point_txt {
  max-width: 700px;
  margin: 20px auto 0;
}

.gallery_point_dtl {
  background: url(../img/gallery/gallery_point_bg.png) repeat center center;
  background-size: 100%;
  padding: 30px 20px;
  margin-top: 40px;
}

.gallery_point_dtl_top, .gallery_point_dtl_bottom {
  background-color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery_point_dtl_top .-img, .gallery_point_dtl_bottom .-img {
  width: 40%;
}

.gallery_point_dtl_top .-txt, .gallery_point_dtl_bottom .-txt {
  width: 58%;
}

.gallery_point_dtl_top .-txt h3, .gallery_point_dtl_bottom .-txt h3 {
  color: #73C5C5;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.5;
}

.gallery_point_dtl_top .-txt p, .gallery_point_dtl_bottom .-txt p {
  margin-top: 10px;
}

.gallery_point_dtl_bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gallery_comment {
  padding: 60px 0;
  background-color: #73C5C5;
}

.gallery_comment_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery_comment_img {
  color: #fff;
  width: 15%;
}

.gallery_comment_img figure img {
  border-radius: 50%;
}

.gallery_comment_img p {
  text-align: center;
}

.gallery_comment_img p span {
  color: #fff;
}

.gallery_comment_txt {
  padding: 35px 40px;
  background-color: #fff;
  width: 75%;
  line-height: 2.0;
  position: relative;
}

.gallery_comment_txt:before {
  content: '';
  position: absolute;
  margin-top: -18px;
  top: 50%;
  left: -24px;
  width: 25px;
  height: 37px;
  background: url(../img/gallery/arrow_white.png) repeat center center;
  background-size: 100%;
}

.gallery_other {
  padding: 50px 0;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery_other_title {
  font-size: 24px;
  font-size: 2.4rem;
}

.gallery_other_title span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: normal;
  font-family: 'Crimson Text', serif;
  margin-left: 20px;
}

.gallery_other_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.gallery_other_list li {
  width: 23%;
  margin-right: 2.66%;
}

.gallery_other_list li:nth-child(4) {
  margin-right: 0;
}

.gallery_other_list li figure {
  width: 100%;
}

.gallery_other_list li a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.gallery_other_list li a:hover {
  color: #73C5C5;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.galleryList {
  padding: 80px 0 30px;
}

.galleryList_nav {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}

.galleryList_nav_list {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.galleryList_nav_list li {
  margin: 5px;
}

.galleryList_nav_list li a {
  min-width: 80px;
  display: block;
  border: 1px solid #333;
  text-align: center;
  border-radius: 20px;
  padding: 2px 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.galleryList_nav_list li a:hover {
  background-color: #F4943D;
  border: 1px solid #F4943D;
  color: #fff;
}

.galleryList_nav_list li.-active a {
  background-color: #F4943D;
  border: 1px solid #F4943D;
  color: #fff;
}

.galleryList_postList {
  width: 92%;
  max-width: 1000px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.galleryList_postList_item {
  width: 23%;
  margin-right: 2.66%;
  margin-top: 30px;
  box-shadow: 3px 3px 10px 1px #ccc;
}

.galleryList_postList_item a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.galleryList_postList_item a:hover {
  color: #73C5C5;
}

.galleryList_postList_item a:hover .-txt02 {
  color: #73C5C5;
}

.galleryList_postList_item:nth-child(4n) {
  margin-right: 0;
}

.galleryList_postList_item .-img img {
  width: 100%;
}

.galleryList_postList_item .-dtl {
  padding: 10px 10px 13px;
  min-height: 120px;
}

.galleryList_postList_item .-dtl .-txt01 {
  line-height: 1.4;
}

.galleryList_postList_item .-dtl .-txt02 {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .gallery {
    padding: 40px 0;
  }
  .gallery_top {
    width: 92%;
    margin: 0 auto;
  }
  .gallery_top_title {
    padding: 2px 20px;
    font-size: 2.2rem;
  }
  .gallery_top_txt01 {
    font-size: 2.2rem;
    margin-top: 20px;
  }
  .gallery_top_txt02 {
    margin-top: 20px;
  }
  .gallery_img {
    padding: 40px 0;
  }
  .gallery_img li {
    margin: 0 10px;
    text-align: left;
  }
  .gallery_img .slick-dots {
    bottom: -10px;
  }
  .gallery_img .slick-prev:before, .gallery_img .slick-prev:after {
    right: 10px;
  }
  .gallery_img .slick-next:before, .gallery_img .slick-next:after {
    left: 10px;
  }
  .gallery_point {
    padding: 20px 0 40px;
  }
  .gallery_point_dtl {
    padding: 15px 15px;
    margin-top: 30px;
  }
  .gallery_point_dtl_top, .gallery_point_dtl_bottom {
    display: block;
    padding: 15px;
  }
  .gallery_point_dtl_top .-img, .gallery_point_dtl_bottom .-img {
    width: 100%;
  }
  .gallery_point_dtl_top .-txt, .gallery_point_dtl_bottom .-txt {
    width: 100%;
  }
  .gallery_point_dtl_top .-txt h3, .gallery_point_dtl_bottom .-txt h3 {
    font-size: 2.0rem;
  }
  .gallery_comment {
    padding: 40px 0;
    background-color: #73C5C5;
  }
  .gallery_comment_wrap {
    display: block;
  }
  .gallery_comment_img {
    width: 100%;
    text-align: center;
  }
  .gallery_comment_img p span {
    display: block;
  }
  .gallery_comment_txt {
    margin-top: 10px;
    padding: 15px;
    width: 100%;
  }
  .gallery_comment_txt:before {
    display: none;
  }
  .gallery_other {
    padding: 40px 0;
  }
  .gallery_other_title {
    font-size: 2.0rem;
  }
  .gallery_other_list {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .gallery_other_list li {
    width: 100%;
    margin-right: 0%;
    margin-top: 20px;
  }
  .gallery_other_list li figure {
    width: 100%;
  }
  .gallery_other_list li figure img {
    width: 100%;
  }
  .galleryList {
    padding: 40px 0 20px;
  }
  .galleryList_nav {
    padding: 10px 0;
  }
  .galleryList_nav_list li {
    margin: 3px;
  }
  .galleryList_nav_list li a {
    min-width: 60px;
    display: block;
    padding: 2px 10px;
    font-size: 1.4rem;
  }
  .galleryList_postList {
    margin: 10px auto 0;
    display: block;
  }
  .galleryList_postList_item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .galleryList_postList_item:nth-child(4n) {
    margin-right: 0;
  }
  .galleryList_postList_item .-dtl {
    min-height: 80px;
  }
  .galleryList_postList_item .-dtl .-txt01 {
    line-height: 1.4;
  }
}

/* ----------------------------
 謗｡逕ｨ
---------------------------- */
.recruitAbout {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.recruitAbout_title {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}

.recruitAbout_txt {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 30px;
}

.recruitAbout_list {
  margin-top: 40px;
}

.recruitAbout_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.recruitAbout_list li .-img {
  width: 18%;
}

.recruitAbout_list li .-img img {
  width: 100%;
}

.recruitAbout_list li .-dtl {
  width: 80%;
}

.recruitAbout_list li .-dtl_title {
  color: #73C5C5;
  font-size: 24px;
  font-size: 2.4rem;
}

.recruitAbout_list li .-dtl_txt {
  margin-top: 10px;
  line-height: 1.8;
}

.recruitAbout_human {
  border: 1px solid #ccc;
  padding: 40px;
  margin-top: 80px;
}

.recruitAbout_human_title {
  margin-top: -63px;
  color: #73C5C5;
  text-align: center;
}

.recruitAbout_human_title span {
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

.recruitAbout_human_txt {
  margin-top: 20px;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: 貂ｸ譏取悃,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS譏取悃E,繝｡繧､繝ｪ繧ｪ,Meiryo,serif;
}

.recruitAbout_human_list {
  font-family: 貂ｸ譏取悃,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS譏取悃E,繝｡繧､繝ｪ繧ｪ,Meiryo,serif;
  text-align: center;
  margin-top: 30px;
}

.recruitAbout_human_list li {
  padding: 10px;
  border-top: 1px solid #ccc;
  font-size: 20px;
  font-size: 2.0rem;
}

.recruitAbout_human_list li:last-child {
  border-bottom: 1px solid #ccc;
}

.recruitAtmos {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.recruitAtmos_title {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 15px;
  border-left: 5px solid #73C5C5;
}

.recruitAtmos_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.recruitAtmos_list li {
  width: 32%;
}

.recruitAtmos_list li figure img {
  width: 100%;
}

.recruitAtmos_list li .-title {
  font-size: 20px;
  font-size: 2.0rem;
}

.recruitAtmos_list li .-txt {
  margin-top: 5px;
}

.recruitMassage {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.recruitMassage_title {
  margin-top: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 15px;
  border-left: 5px solid #73C5C5;
}

.recruitMassage_list01 {
  margin-top: 40px;
}

.recruitMassage_list01 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.recruitMassage_list01 li .-img {
  width: 22%;
  height: 100%;
  text-align: center;
}

.recruitMassage_list01 li .-img img {
  display: block;
  max-width: 165px;
  border: 3px solid #73C5C5;
  border-radius: 50%;
  margin: 0 auto;
}

.recruitMassage_list01 li .-img figcaption {
  margin-top: 5px;
}

.recruitMassage_list01 li .-dtl {
  width: 75%;
  background-color: #EFF9F8;
  padding: 20px;
}

.recruitMassage_list01 li .-dtl_title {
  color: #73C5C5;
  font-size: 24px;
  font-size: 2.4rem;
}

.recruitMassage_list01 li .-dtl_txt {
  margin-top: 10px;
  line-height: 1.8;
}

.recruitMassage_list02 {
  margin-top: 40px;
}

.recruitMassage_list02 li {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.recruitMassage_list02 li .-img {
  width: 22%;
  height: 100%;
  text-align: center;
}

.recruitMassage_list02 li .-img img {
  display: block;
  max-width: 165px;
  border: 3px solid #73C5C5;
  border-radius: 50%;
  margin: 0 auto;
}

.recruitMassage_list02 li .-img figcaption {
  margin-top: 5px;
}

.recruitMassage_list02 li .-dtl {
  border-radius: 5px;
  width: 75%;
  background-color: #fff;
  border: 2px solid #73C5C5;
  padding: 20px;
  position: relative;
}

.recruitMassage_list02 li .-dtl:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 25px;
  top: 50%;
  left: -20px;
  background: url(../img/recruit/arrow_blue.png) no-repeat center center;
  background-size: 20px;
  margin-top: -12px;
}

.recruitMassage_list02 li .-dtl_title {
  color: #73C5C5;
  font-size: 24px;
  font-size: 2.4rem;
}

.recruitMassage_list02 li .-dtl_txt {
  margin-top: 10px;
  line-height: 1.8;
}

.recruitRecruitment {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

.recruitRecruitment_title {
  margin-top: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 15px;
  border-left: 5px solid #73C5C5;
}

.recruitRecruitment_tbl {
  margin-top: 40px;
  width: 100%;
}

.recruitRecruitment_tbl th, .recruitRecruitment_tbl td {
  border: 1px solid #ccc;
  padding: 15px 15px;
  line-height: 1.8;
}

.recruitRecruitment_tbl th {
  min-width: 140px;
  text-align: left;
  vertical-align: top;
  background-color: #F8F8F8;
  font-weight: normal;
}

.recruitLink {
  padding: 60px 0 80px;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.recruitLink a {
  display: inline-block;
  text-align: center;
  width: 70%;
  min-width: 280px;
  padding: 15px 0;
  background-color: #F4943D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 24px;
  font-size: 2.4rem;
}

.recruitLink a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media screen and (max-width: 768px) {
  .recruitAbout {
    padding: 40px 0;
  }
  .recruitAbout_title {
    text-align: center;
    font-size: 2.4rem;
  }
  .recruitAbout_txt {
    text-align: left;
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .recruitAbout_list {
    margin-top: 40px;
  }
  .recruitAbout_list li {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .recruitAbout_list li .-img {
    width: 100%;
  }
  .recruitAbout_list li .-dtl {
    width: 100%;
  }
  .recruitAbout_list li .-dtl_title {
    margin-top: 5px;
    color: #73C5C5;
    font-size: 2.0rem;
  }
  .recruitAbout_list li .-dtl_txt {
    margin-top: 5px;
    line-height: 1.6;
  }
  .recruitAbout_human {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 50px;
  }
  .recruitAbout_human_title {
    margin-top: -43px;
    font-size: 1.8rem;
  }
  .recruitAbout_human_txt {
    margin-top: 10px;
    font-size: 2.4rem;
  }
  .recruitAbout_human_list {
    margin-top: 20px;
  }
  .recruitAbout_human_list li {
    padding: 10px;
    font-size: 1.8rem;
  }
  .recruitAtmos {
    padding: 40px 0;
  }
  .recruitAtmos_title {
    font-size: 2.0rem;
    padding-left: 15px;
    border-left: 5px solid #73C5C5;
  }
  .recruitAtmos_list {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .recruitAtmos_list li {
    margin-top: 30px;
    width: 100%;
  }
  .recruitAtmos_list li figure img {
    width: 100%;
  }
  .recruitAtmos_list li .-title {
    font-size: 2.0rem;
  }
  .recruitAtmos_list li .-txt {
    margin-top: 5px;
  }
  .recruitMassage {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .recruitMassage_title {
    margin-top: 50px;
    font-size: 2.0rem;
  }
  .recruitMassage_list01 {
    margin-top: 40px;
  }
  .recruitMassage_list01 li {
    display: block;
    margin-top: 40px;
  }
  .recruitMassage_list01 li .-img {
    width: 100%;
  }
  .recruitMassage_list01 li .-dtl {
    width: 100%;
  }
  .recruitMassage_list01 li .-dtl_title {
    color: #73C5C5;
    font-size: 2.0rem;
  }
  .recruitMassage_list01 li .-dtl_txt {
    margin-top: 10px;
    line-height: 1.8;
  }
  .recruitMassage_list02 {
    margin-top: 40px;
  }
  .recruitMassage_list02 li {
    margin-top: 30px;
    display: block;
    margin-top: 15px;
  }
  .recruitMassage_list02 li .-img {
    width: 100%;
  }
  .recruitMassage_list02 li .-img figcaption {
    margin-top: 5px;
  }
  .recruitMassage_list02 li .-dtl {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    position: relative;
  }
  .recruitMassage_list02 li .-dtl:after {
    display: none;
  }
  .recruitMassage_list02 li .-dtl_title {
    font-size: 2.0rem;
  }
  .recruitMassage_list02 li .-dtl_txt {
    margin-top: 10px;
    line-height: 1.8;
  }
  .recruitRecruitment {
    padding-top: 20px;
  }
  .recruitRecruitment_title {
    margin-top: 30px;
    font-size: 2.0rem;
  }
  .recruitRecruitment_tbl {
    margin-top: 40px;
    width: 100%;
  }
  .recruitRecruitment_tbl th, .recruitRecruitment_tbl td {
    padding: 10px 10px;
    line-height: 1.6;
  }
  .recruitRecruitment_tbl th {
    min-width: 80px;
  }
  .recruitLink {
    padding: 40px 0 60px;
  }
  .recruitLink a {
    width: 100%;
  }
}

/* ----------------------------
 荳臥視繝帙�繝�縺ｮ縺薙□繧�
---------------------------- */
.commitWrap {
  width: 92%;
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}

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

.commitList li {
  width: 33.3%;
  text-align: center;
}

.commitList li a {
  display: block;
  padding: 15px 0;
  border: 1px solid #73C5C5;
  color: #73C5C5;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
}

.commitList li a:hover {
  color: #fff;
  background-color: #73C5C5;
}

.commitList li.-active a {
  color: #fff;
  background-color: #73C5C5;
}

.commitList li:nth-child(2) a {
  border-right: none;
  border-left: none;
}

.commitSupportTxt {
  margin-top: 60px;
  text-align: center;
}

.commitSupportDtl {
  margin-top: 70px;
}

.commitSupportDtl_title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #73C5C5;
  padding-left: 15px;
  border-left: 5px solid #73C5C5;
  line-height: 1.4;
}

.commitSupportDtl_txt {
  margin-top: 10px;
}

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

.commitSupportDtl_left {
  width: 49%;
}

.commitSupportDtl_right {
  width: 47%;
}

.commitBaseDtl01 {
  background-color: #F8F8F8;
  padding: 70px 0;
}

.commitBaseDtl01_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.commitBaseDtl01_title01 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}

.commitBaseDtl01_title01:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -20px;
}

.commitBaseDtl01_title02 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #73C5C5;
  padding-left: 15px;
  border-left: 5px solid #73C5C5;
  line-height: 1.4;
}

.commitBaseDtl01_txt {
  margin-top: 10px;
}

.commitBaseDtl01_left {
  width: 49%;
}

.commitBaseDtl01_right {
  width: 49%;
}

.commitBaseDtl02, .commitBaseDtl03 {
  padding: 70px 0;
}

.commitBaseDtl02_wrap, .commitBaseDtl03_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.commitBaseDtl03_wrap--block {
  display: block;
}
.col2-row {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ha {
  min-height: auto !important;
}
.col2-row &gt; * {
  margin-top: 40px !important;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .col2-row {
    display: block;
  }
  .col2-row &gt; * {
    margin-top: 20px !important;
    width: 100%;
  }

}
.commitBaseDtl02_title01, .commitBaseDtl03_title01 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}

.commitBaseDtl02_title01:after, .commitBaseDtl03_title01:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -20px;
}

.commitBaseDtl02_title02, .commitBaseDtl03_title02 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #73C5C5;
  padding-left: 15px;
  border-left: 5px solid #73C5C5;
  line-height: 1.4;
}

.commitBaseDtl02_img, .commitBaseDtl03_img {
  margin-top: 20px;
}

.commitBaseDtl02_txt, .commitBaseDtl03_txt {
  margin-top: 20px;
  min-height: 150px;
}

.commitBaseDtl02_left, .commitBaseDtl03_left {
  width: 48%;
}

.commitBaseDtl02_right, .commitBaseDtl03_right {
  width: 48%;
}

.commitBaseDtl03 {
  background-color: #F8F8F8;
}

.commitBaseDtl03_wrap {
  margin-top: 70px;
}

.commitImpressed {
  margin-top: 60px;
  padding-bottom: 140px;
  position: relative;
}

.commitImpressed_title {
  width: 45%;
  max-width: 400px;
}

.commitImpressed_title img {
  width: 100%;
}

.commitImpressed_txt {
  width: 35%;
  margin-top: 10px;
}

.commitImpressed_img {
  position: absolute;
  top: 10px;
  /* right: 0; */
  right: -165px;
  width: 65%;
}

.commitImpressedList {
  margin-top: 130px;
}

.commitImpressedList_item {
  margin-top: 100px;
  margin-left: 90px;
  width: 70%;
  max-width: 700px;
  position: relative;
}

.commitImpressedList_item .-num {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  color: #fff;
  background-color: #73C5C5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -25px;
  left: -90px;
}

.commitImpressedList_item .-title {
  color: #73C5C5;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: 2.8rem;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 50px;
}

.commitImpressedList_item .-txt {
  padding: 30px 50px;
}

.commitImpressedList_item .-img {
  position: absolute;
  top: -60px;
  right: -230px;
  width: 250px;
}

.commitImpressedList_item.-type02 {
  margin-left: 230px;
}

.commitImpressedList_item.-type02 .-num {
  top: -25px;
  left: auto;
  right: -90px;
}

.commitImpressedList_item.-type02 .-img {
  right: auto;
  left: -230px;
}

@media screen and (max-width: 768px) {
  .commitWrap {
    padding: 40px 0;
  }
  .commitList li a {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .commitSupportTxt {
    margin-top: 30px;
    text-align: left;
  }
  .commitSupportDtl {
    margin-top: 40px;
  }
  .commitSupportDtl_title {
    font-size: 2.0rem;
  }
  .commitSupportDtl--flex {
    display: block;
  }
  .commitSupportDtl_left {
    width: 100%;
  }
  .commitSupportDtl_right {
    margin-top: 20px;
    width: 100%;
  }
  .commitBaseDtl01 {
    padding: 40px 0;
  }
  .commitBaseDtl01_wrap {
    margin-top: 50px;
    display: block;
  }
  .commitBaseDtl01_title01 {
    font-size: 2.4rem;
  }
  .commitBaseDtl01_title02 {
    font-size: 2.0rem;
  }
  .commitBaseDtl01_left {
    width: 100%;
  }
  .commitBaseDtl01_right {
    width: 100%;
  }
  .commitBaseDtl02, .commitBaseDtl03 {
    padding: 40px 0;
  }
  .commitBaseDtl02_wrap, .commitBaseDtl03_wrap {
    display: block;
  }
  .commitBaseDtl02_title01, .commitBaseDtl03_title01 {
    font-size: 2.4rem;
  }
  .commitBaseDtl02_title02, .commitBaseDtl03_title02 {
    font-size: 2.0rem;
  }
  .commitBaseDtl02_img, .commitBaseDtl03_img {
    margin-top: 20px;
  }
  .commitBaseDtl02_txt, .commitBaseDtl03_txt {
    margin-top: 20px;
    min-height: auto;
  }
  .commitBaseDtl02_left, .commitBaseDtl03_left {
    width: 100%;
  }
  .commitBaseDtl02_right, .commitBaseDtl03_right {
    margin-top: 30px;
    width: 100%;
  }
  .commitBaseDtl03 {
    background-color: #F8F8F8;
  }
  .commitBaseDtl03_wrap {
    margin-top: 50px;
  }
  .commitImpressed {
    margin-top: 40px;
    padding-bottom: 0px;
    position: static;
  }
  .commitImpressed_title {
    width: 100%;
    max-width: 400px;
  }
  .commitImpressed_title img {
    width: 100%;
  }
  .commitImpressed_txt {
    width: 100%;
    margin-top: 10px;
  }
  .commitImpressed_img {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .commitImpressedList {
    margin-top: 40px;
  }
  .commitImpressedList_item {
    margin-top: 30px;
    margin-left: 0px;
    width: 100%;
    position: relative;
  }
  .commitImpressedList_item .-num {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
  .commitImpressedList_item .-title {
    font-size: 1.8rem;
    padding: 0;
    text-align: center;
    border: 0;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .commitImpressedList_item .-txt {
    padding: 10px 0px;
  }
  .commitImpressedList_item .-img {
    position: static;
    width: 250px;
    margin: 0 auto;
    display: none;
  }
  .commitImpressedList_item.-type02 {
    margin-left: 0px;
  }
  .commitImpressedList_item.-type02 .-num {
    top: -25px;
    left: auto;
    right: -90px;
  }
  .commitImpressedList_item.-type02 .-img {
    right: auto;
    left: -230px;
  }
}

/* ----------------------------
 繧ｹ繧ｿ繝�ヵ
---------------------------- */
.staffWrap {
  width: 92%;
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}

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

.staffList_item {
  width: 24%;
  padding: 10px 0;
  margin-right: 1.33%;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  border: 1px solid #73C5C5;
  font-size: 14px;
  font-size: 1.4rem;
}

.staffList_item:nth-child(4n) {
  margin-right: 0;
}

.staffList_item:hover {
  background-color: #73C5C5;
  color: #fff;
}

.staffList_item.-active {
  color: #fff;
  background-color: #73C5C5;
}

.staffList.-active {
  color: #fff;
  background-color: #73C5C5;
}

.staffDtl_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.staffDtl_list_item {
  width: 19%;
  margin-right: 1.25%;
}

.staffDtl_list_item:nth-child(n + 6) {
  margin-top: 20px;
}

.staffDtl_list_item:nth-child(5n) {
  margin-right: 0;
}

.staffDtl_list_item .-img img {
  width: 100%;
}

.staffDtl_list_item .-txt {
  padding: 5px 10px 10px;
  text-align: center;
  background-color: #333;
  color: #fff;
  position: relative;
  width: 90%;
  margin: -40px auto 0 auto;
}

.staffDtl_list_item .-txt:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -5px;
  background: url(../img/arrow_rbottom_white.png) no-repeat center center;
  background-size: 10px;
}

.staffDtl_list_item .-txt .-txt01 {
  font-size: 12px;
  font-size: 1.2rem;
}

.staffDtl_list_item .-txt .-txt02 {
  font-size: 20px;
  font-size: 2.0rem;
}

.staffDtl_list_item a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.staffDtl_list_item a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.staffDtl_voice {
  margin-top: 30px;
}

.staffDtl_voice_name {
  border-top: 1px solid #73C5C5;
  border-bottom: 1px solid #73C5C5;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}

.staffDtl_voice_name .-voice {
  display: inline-block;
  border-left: 1px dashed #73C5C5;
  border-right: 1px dashed #73C5C5;
  text-align: center;
  padding: 3px 10px;
  line-height: 1;
}

.staffDtl_voice_name .-voice .-en {
  color: #73C5C5;
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
}

.staffDtl_voice_name .-voice .-num {
  color: #73C5C5;
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
}

.staffDtl_voice_name .-name {
  margin-left: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}

.staffDtl_voice_name .-name span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.staffDtl_voice_name .-txt {
  font-weight: bold;
  margin-left: 40px;
  font-size: 20px;
  font-size: 2.0rem;
}

.staffDtl_voice.-type02 .staffDtl_voice_info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.staffDtl_voice.-type02 .staffDtl_voice_toTop {
  text-align: left;
}

.staffDtl_voice_info {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staffDtl_voice_info .-left {
  width: 47%;
}

.staffDtl_voice_info .-right {
  width: 42%;
}

.staffDtl_voice_info .-list li h4 {
  margin-top: 20px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #73C5C5;
  font-weight: normal;
}

.staffDtl_voice_info .-list li h4:first-child {
  margin-top: 0;
}

.staffDtl_voice_info .-list li p {
  margin-top: 10px;
  padding-left: 30px;
}

.staffDtl_voice_info figure {
  position: relative;
}

.staffDtl_voice_info figure img {
  width: 100%;
}

.staffDtl_voice_info .-txt {
  padding: 20px;
  background-color: #fff;
  color: #73C5C5;
  width: 220px;
  position: absolute;
  bottom: 50px;
  right: 0px;
}

.staffDtl_voice_toTop {
  color: #73C5C5;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .staffWrap {
    padding: 40px 0 00px;
  }
  .staffList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .staffList_item {
    width: 49%;
    margin-right: 2%;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staffList_item:nth-child(2n) {
    margin-right: 0;
  }
  .staffDtl_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .staffDtl_list_item {
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .staffDtl_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .staffDtl_list_item .-txt .-txt02 {
    font-size: 1.6rem;
  }
  .staffDtl_voice {
    margin-top: 30px;
  }
  .staffDtl_voice_name {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
  }
  .staffDtl_voice_name .-voice {
    width: 30%;
    max-width: 70px;
  }
  .staffDtl_voice_name .-name {
    width: 60%;
    margin-left: 5%;
    font-size: 2.2rem;
  }
  .staffDtl_voice_name .-name span {
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 10px;
  }
  .staffDtl_voice_name .-txt {
    margin-left: 10px;
    margin-top: 10px;
  }
  .staffDtl_voice.-type02 .staffDtl_voice_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .staffDtl_voice.-type02 .staffDtl_voice_toTop {
    text-align: right;
  }
  .staffDtl_voice_info {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .staffDtl_voice_info .-left {
    width: 100%;
  }
  .staffDtl_voice_info .-right {
    margin-top: 10px;
    width: 100%;
  }
  .staffDtl_voice_info .-list li h4 {
    font-size: 1.8rem;
  }
  .staffDtl_voice_info .-list li p {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 1.4rem;
  }
  .staffDtl_voice_info .-txt {
    bottom: 30px;
  }
  .staffDtl_voice_toTop {
    text-align: right;
    margin-top: 20px;
  }
}

/* ----------------------------
 縺雁撫縺�粋繧上○
---------------------------- */
.contact {
  background-color: #fff;
  padding-bottom: 60px;
}

.contact .-hissu {
  display: inline-block;
  color: #ED2E2E;
  margin-left: 5px;
  font-weight: normal;
}

.contact_title {
  background-color: #73C5C5;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.contact_title:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  top: 60px;
  left: 50%;
  background: url(../img/sankaku_bottom.png) no-repeat center center;
  background-size: 20px;
}

.contact_dtl {
  width: 92%;
  max-width: 1000px;
  margin: 20px auto 30px;
  background-color: #fff;
  padding: 50px 60px;
}

.contact_dtl_top {
  border: 1px solid #73C5C5;
  text-align: center;
  padding: 20px 0;
  color: #73C5C5;
  border-radius: 4px;
  max-width: 600px;
  margin: 0 auto;
}

.contact_dtl_top .-txt01 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.contact_dtl_top .-txt02 {
  width: 80%;
  max-width: 340px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.contact_dtl_top .txt03 {
  margin-top: 25px;
  font-size: 20px;
  font-size: 2.0rem;
}

.contact_dtl_tbl {
  width: 100%;
  margin-top: 50px;
}

.contact_dtl_tbl th, .contact_dtl_tbl td {
  padding: 30px 10px;
  border-top: 1px solid #333;
}

.contact_dtl_tbl th {
  width: 240px;
  text-align: left;
}

.contact_dtl_tbl td label {
  margin-right: 15px;
  line-height: 1;
  vertical-align: middle;
}

.contact_dtl_tbl td label input {
  position: relative;
  top: -2px;
}

.contact_dtl_tbl td input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 40px;
  outline: none;
  padding: 3px 10px;
}

.contact_dtl_tbl td textarea {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 40px;
  outline: none;
  padding: 3px 10px;
  height: 180px;
}

.contact_dtl_tbl td.-pdf {
  padding-right: 0;
  padding-left: 0;
  background-color: #ffff;
}

.contact_dtl_tbl td.-pdf .-txt {
  text-align: center;
}

.contact_dtl_tbl td.-pdf ul {
  margin-top: 20px;
  padding: 0 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #EFEFEF;
}

.contact_dtl_tbl td.-pdf ul li {
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
}

.contact_dtl_tbl td.-pdf ul li:nth-child(3n) {
  margin-right: 0%;
}

.contact_dtl_tbl td.-pdf ul li p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  font-weight: normal;
}

.contact_dtl_tbl td.-pdf ul li label {
  display: block;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.contact_dtl_tbl td.-pdf ul li label:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.contact_dtl_tbl td.-yubin span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.contact_dtl_tbl td.-yubin a {
  display: inline-block;
  margin-left: 10px;
  color: #333;
  text-decoration: underline;
}

.contact_dtl_tbl td.-yubin a:hover {
  text-decoration: none;
}

.contact_dtl_tbl td #yubin {
  width: 120px;
}

.contact_dtl_tbl td #address1, .contact_dtl_tbl td #address2 {
  width: 100%;
}

.contact_dtl_tbl .-address li {
  margin-top: 20px;
}

.contact_dtl_tbl .selectWrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.contact_dtl_tbl .selectWrap:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 180px;
  margin-top: -4px;
  z-index: 10;
}

.contact_dtl_tbl .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 200px;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: none;
  background-color: #EFEFEF;
  border-radius: 0;
}

.contact_dtl_tbl .contact_dtl_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact_dtl_tbl .contact_dtl_date li {
  margin-right: 20px;
}

.contact_dtl_tbl .contact_dtl_date .select {
  width: 100px;
}

.contact_dtl_tbl .contact_dtl_date .selectWrap:after {
  left: 80px;
}

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

.contact_btn {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_btn div {
  width: 30%;
}

.contact .-formBtn {
  margin: 0 5px;
}

.contact .-formBtn input {
  width: 100%;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #333;
  color: #fff;
  padding: 15px 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact .-formBtn input:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.background_gray {
  background-color: #F7F7F7;
}

.background_white {
  background-color: #fff;
}

.sanHomeModelPlans_color01 {
  color: #7FD3F7;
}
.sanHomeModelPlans_bg_color01 {
  background-color: #7FD3F7 !important;
}

.sanHomeModelPlans_color02 {
  color: #A4D5A8;
}
.sanHomeModelPlans_bg_color02 {
  background-color: #A4D5A8 !important;
}

.sanHomeModelPlans_color03 {
  color: #A4D5A8;
}
.sanHomeModelPlans_bg_color03 {
  background-color: #A4D5A8 !important;
}

.sanHomeModelPlans_color04 {
  color: #D3E063;
}
.sanHomeModelPlans_bg_color04 {
  background-color: #D3E063 !important;
}

.sanHomeModelPlans_color05 {
  color: #FFB657;
}
.sanHomeModelPlans_bg_color05 {
  background-color: #FFB657 !important;
}

.sanHomeModelPlans_color06 {
  color: #FC7047;
}
.sanHomeModelPlans_bg_color06 {
  background-color: #FC7047 !important;
}

.sanHomeModelPlans_color07 {
  color: #A08780;
}
.sanHomeModelPlans_bg_color07 {
  background-color: #A08780 !important;
}

.sanHomeModelPlans_color08 {
  color: #9D9D9D;
}
.sanHomeModelPlans_bg_color08 {
  background-color: #9D9D9D !important;
}

.sanHomeModelPlans_color09 {
  color: #8FA3AC;
}
.sanHomeModelPlans_bg_color09 {
  background-color: #8FA3AC !important;
}

.sanHomeModelPlans_color10 {
  color: #455A64;
}
.sanHomeModelPlans_bg_color10 {
  background-color: #455A64 !important;
}

.sanHomeModelPlans_bg_dark {
  width: 100%;
  background-color: #DCDCDC;
  padding: 100px 0;
}

.sanHomeModelPlans_bg_light {
  width: 100%;
  background-color: #F7F7F7;
  padding: 100px 0;
}

.background_gray {
  background-color: #F7F7F7;
}

.paddingBottom0 {
  padding-bottom: 0;
}

.paddingTop30 {
  padding-top: 30px;
}

.sanHomeModelPlans {
  width: 1000px;
  margin: 0 calc((100% - 1000px) / 2);
  padding: 40px 40px 70px 40px;
  background-color: #FFFFFF;
}

.sanHomeModelPlans_detail_grid {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 30px;
}

.sanHomeModelPlans_detail_grid_left {
  padding-right: 37px;
  position: relative;
}

.sanHomeModelPlans_detail__plan {
  font-size: 10px;
  line-height: 1;
  font-family: serif;
  padding-left: 1px;
}

.sanHomeModelPlans_detail__number {
  font-size: 27px;
  display: inline;
  line-height: 1;
  font-family: serif;
}

.sanHomeModelPlans_detail__title {
  padding-left: 10px;
  font-size: 27px;
  display: inline;
  line-height: 1;
}

.sanHomeModelPlans_detail__title_dan {
  padding-left: 44px;
  font-size: 27px;
}

.sanHomeModelPlans_detail__text {
  margin-top: 10px;
  font-size: 14.5px;
  padding: 0 0 0 6px;
  line-height: 2;
}

.sanHomeModelPlans_detail__amount {
  font-size: 14.5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sanHomeModelPlans_detail__amount span {
  padding-left: 2px;
  font-size: 29px;
}

.sanHomeModelPlans_detail__amount span small {
  font-size: 14.5px;
  font-weight: bold;
}

.sanHomeModelPlans .sanHomeFloorPlan {
  margin-top: 0;
  padding-bottom: 0;
  display: none;
}

.sanHomeModelPlans .sanHomeFloorPlan .sanHomeFloorPlan_list {
  width: 100% !important;
}

.sanHomeModelPlans .sanHomeFloorPlan figure {
  width: 70% !important;
}

.sanHomeModelPlans .sanHomeFloorPlan figure figcaption {
  margin-bottom: 40px;
      width: auto;
}

.sanHomeModelPlans .sanHomeFloorPlan_list_item .-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.sanHomeModelPlans .sanHomeFloorPlan_list_item .-txt {
  font-size: 16px;
  line-height: 2;
}

.plan_button {
  width: 260px;
  height: 50px;
  margin: 80px calc((100% - 260px) / 2) 0 calc((100% - 260px) / 2);
  background-color: #333;
  border-radius: 25px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 30px;
  }
  .contact_dtl {
    margin: 20px auto 0px;
    padding: 20px 0px;
  }
  .contact_dtl_tbl {
    width: 100%;
    margin-top: 30px;
  }
  .contact_dtl_tbl th, .contact_dtl_tbl td {
    padding: 15px 10px;
    border-top: 1px solid #333;
    font-size: 1.4rem;
    display: block;
  }
  .contact_dtl_tbl th {
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
  }
  .contact_dtl_tbl td {
    border-top: 0;
    padding-top: 0px;
  }
  .contact_dtl_tbl td label input {
    top: 2px;
  }
  .contact_dtl_tbl td input[type="text"] {
    font-size: 1.4rem;
    padding: 3px 5px;
  }
  .contact_dtl_tbl td textarea {
    height: 130px;
    line-height: 1.6;
    padding: 3px 5px;
  }
  .contact_dtl_tbl td.-pdf {
    border-top: 1px solid #333;
    padding-top: 10px;
  }
  .contact_dtl_tbl td.-pdf .-txt {
    text-align: left;
  }
  .contact_dtl_tbl td.-pdf ul {
    margin-top: 20px;
    padding: 0 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #EFEFEF;
  }
  .contact_dtl_tbl td.-pdf ul li {
    width: 49%;
    margin-right: 2%;
  }
  .contact_dtl_tbl td.-pdf ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .contact_dtl_tbl td #address1, .contact_dtl_tbl td #address2 {
    width: 100%;
  }
  .contact_btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact_btn div {
    width: 100%;
  }
  .contact .-formBtn {
    margin-top: 10px;
  }



  .sanHomeModelPlans_bg_dark {
    background-color: #F7F7F7;
    padding: 50px 0;
  }

  .sanHomeModelPlans_bg_light {
    background-color: #F7F7F7;
    padding: 50px 0;
  }

  .sanHomeModelPlans {
    width: 100%;
    margin: 0;
    padding: 10px 10px 20px 10px;
  }

  .sanHomeModelPlans_detail_grid {
    display: block;
    margin-bottom: 20px;
  }

  .sanHomeModelPlans_detail_grid_left {
    padding-right: 0;
  }

  .sanHomeModelPlans_detail__amount {
    position: relative;
    text-align: right;
  }

  .sanHomeModelPlans .sanHomeFloorPlan figure {
    width: 100% !important;
  }
}

.topCompany_list_right {
  width: 40%;
  margin-left: 1rem;
}
@media screen and (max-width: 999px){
.topCompany_list_right {
    width: 36%;
}
}
@media(max-width:768px){
  .topCompany_list{
    display:flex;
  }
  .topCompany_list_left{
    width:60%;
  }
  .topCompany_list_right{
    margin-left: 0;
  }
}

/* 繧ｹ繝ｩ繧､繝繝ｼ------------------------------ */
.slick-prev {
    left:0;
}
.slick-next {
    right:0;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 7%;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(0,0,0,0.8);
}
.slick-next:before {
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    width: 3px;
    height: 20px;
    border-radius: 10px;
    margin-top: -17px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-next:after {
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    width: 3px;
    height: 20px;
    border-radius: 10px;
    margin-top: -4px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-prev:before {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 3px;
    height: 20px;
    border-radius: 10px;
    margin-top: -17px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-prev:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 3px;
    height: 20px;
    border-radius: 10px;
    margin-top: -4px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

.slick-dots li:nth-child(n+2):nth-last-child(n+2){
  display: none;
}
.slick-dots li:first-of-type{
  position: relative;
}
.slick-dots li:first-of-type:before {
    content: "-";
    position: absolute;
    top: -3px;
    left: 28px;
}

.slick-dots li button {
    font-size: 13px;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 10px;
    cursor: pointer;
    color: #000;
    border: 0;
}


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

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

.slick-counter{
  text-align: right;
    margin-top: 10px;
}

@media screen and (max-width: 768px){
  .slick-prev, .slick-next {
      width: 11%;
  }
  .landList,.estateList {
    width: 90%;
    font-size: 3.5vw;
  }
}
.commitBaseDtl03_title02 sup {
  color: rgb(33, 33, 33);
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1rem;
  display: block;
}
</pre></body></html>