@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}

.win body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #383838;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

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

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

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

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1140px;
  padding: 0 69px 0 0;
}
@media screen and (max-width: 1139px) {
  #container_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

#container {
  margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
  #container {
    margin: 60px 0 0;
  }
}

.inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 7%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 5%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}
.inner_800 {
  max-width: 800px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .inner_800 {
    padding: 0 5%;
  }
}

#main {
  float: right;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin: 0 0 3em;
  }
}

#sub {
  float: left;
  width: 25%;
  padding: 0 5% 0 0;
}
@media screen and (min-width: 768px) {
  #sub {
    position: relative;
  }
  #sub::before {
    content: "";
    width: 1px;
    height: 160px;
    border-right: 1px solid #b6b4b4;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
    padding: 0;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_wrap {
  padding: 7em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.5em 0;
  }
}

.section {
  margin: 0 0 7em;
}
@media screen and (max-width: 767px) {
  .section {
    margin: 0 0 3.5em;
  }
}
.section:last-child {
  margin: 0;
}

.article_date {
  color: #84ab8f;
  font-family: "Inter", sans-serif;
  font-size: 0.92em;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .article_date {
    font-size: 0.85em;
  }
}
.article_ttl {
  font-size: 1.64em;
  line-height: 1.6;
  padding: 0 0 0.5em;
  margin: 0 0 0.8em;
  border-bottom: 1px solid #edf0ef;
}
@media screen and (max-width: 767px) {
  .article_ttl {
    font-size: 1.28em;
  }
}
.article a {
  text-decoration: underline;
}
.article img {
  margin: 15px auto;
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.header_box {
  width: 100%;
  height: 70px;
  padding: 0 90px 0 3%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_box {
    height: 60px;
    padding: 0 15px;
  }
}

.header_ttl a {
  display: flex;
  align-items: center;
}
.header_ttl span {
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .header_ttl span {
    font-size: 0.8em;
    margin: 0 0 0 0.5em;
  }
}
.header_ttl img.logo {
  width: 226px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    max-width: 150px;
    width: calc(100% - 180px);
  }
}

#header_left {
  float: left;
}
@media screen and (max-width: 767px) {
  #header_left {
    float: none;
    width: 100%;
  }
}

#header_right {
  float: right;
}
@media screen and (max-width: 767px) {
  #header_right {
    float: none;
  }
}

@media screen and (max-width: 1139px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  display: flex;
  text-align: center;
}
#gnavi ul li {
  font-size: 1.07em;
  margin: 0 0 0 2.25em;
}
@media screen and (max-width: 1300px) {
  #gnavi ul li {
    font-size: 1em;
  }
}
#gnavi ul li a.current {
  color: #888;
}
@media screen and (min-width: 768px) {
  #gnavi ul li a:hover {
    color: #888;
  }
}

.side_navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  background: #84ab8f;
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1139px) {
  .side_navi {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .side_navi {
    width: 60px;
    height: 60px;
  }
}

a.fixed_contact {
  color: #fff;
  writing-mode: vertical-rl;
  transition: 0s;
}
@media screen and (max-width: 1139px) {
  a.fixed_contact {
    position: fixed;
    right: 0;
    top: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5em 0;
    background: #84ab8f;
  }
}
@media screen and (max-width: 767px) {
  a.fixed_contact {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 55px);
    text-align: center;
    height: 55px;
    background: #84ab8f;
    writing-mode: horizontal-tb;
  }
}

.menu-trigger {
  display: inline-block;
  transition: all 0.3s;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 5px;
  z-index: 4;
  border: none;
  background: #84ab8f;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    right: 0;
  }
}

.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.menu_line::before {
  top: -8px;
}
.menu_line::after {
  top: 8px;
}

.menu-trigger[aria-expanded=true] .menu_line {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line::before,
.menu-trigger[aria-expanded=true] .menu_line::after {
  top: 0;
  background: #fff;
}

.menu-trigger[aria-expanded=true] .menu_line::before {
  transform: rotate(45deg);
}

.menu-trigger[aria-expanded=true] .menu_line::after {
  transform: rotate(-45deg);
}

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

#overlay {
  display: block;
  width: 100%;
  max-width: 460px;
  height: 100%;
  padding: 90px 15px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background: #84ab8f;
  overflow-y: scroll;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  #overlay {
    padding: 66px 15px;
  }
}
#overlay.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.list_sp_navi li {
  border-bottom: 1px solid #fff;
}
.list_sp_navi li a {
  display: block;
  padding: 1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .list_sp_navi li a:hover {
    padding: 1em 1.2em;
  }
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.55);
  display: none;
}

/*
//フッター
------------------------------------------------------------
*/
.section_message {
  background: url(../images/bg_message.jpg) no-repeat center/cover;
}
.section_message p {
  color: #fff;
  text-align: center;
  line-height: 2.9;
}
@media screen and (max-width: 767px) {
  .section_message p {
    font-size: 0.92em;
    text-align: left;
    line-height: 2.2;
  }
}

ul.list_banner {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.list_banner li {
  width: 49.5%;
  margin: 0 0 1%;
}
ul.list_banner li:last-child {
  width: 100%;
  margin: 0;
}
ul.list_banner li a {
  display: block;
}
@media screen and (min-width: 768px) {
  ul.list_banner li a:hover {
    opacity: 0.7;
  }
}
ul.list_banner li img {
  width: 100%;
}

#footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 7%;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 5%;
  }
}

.footer_box {
  display: flex;
  justify-content: space-between;
  padding: 5em 0;
  border-top: 1px solid #b6b4b4;
}
@media screen and (max-width: 767px) {
  .footer_box {
    display: block;
    padding: 3em 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_left {
    margin: 0 0 3.5em;
  }
}

.footer_logo {
  max-width: 226px;
  margin: 0 0 1em;
}

.list_footer {
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_footer {
    flex-wrap: wrap;
  }
}
.list_footer > li {
  font-size: 0.92em;
  margin: 0 0 0 2.8em;
}
@media screen and (max-width: 767px) {
  .list_footer > li {
    width: 50%;
    margin: 0;
  }
}
.list_footer > li > ul > li {
  margin: 0 0 0.8em;
}
.list_footer > li > ul > li a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .list_footer > li > ul > li a:hover {
    box-shadow: 0 -8px rgba(0, 0, 0, 0.1) inset;
  }
}

.copy {
  padding: 1em 0;
  font-size: 0.94em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 0 0 80px;
  }
}

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin: 0 0 2em;
  }
}
.section_side:last-child {
  margin: 0;
}

.ttl_side {
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #b6b4b4;
  padding: 0 0 0.5em;
  margin: 0 0 0.8em;
}

.list_side_category li {
  font-size: 1.07em;
  margin: 0 0 0.25em;
}
@media screen and (min-width: 768px) {
  .list_side_category li a:hover {
    color: #84ab8f;
  }
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative;
}
.main_img .slick-dots {
  position: absolute;
  right: 15px;
  bottom: -75px;
}
@media screen and (max-width: 767px) {
  .main_img .slick-dots {
    right: 10px;
    bottom: -35px;
  }
}
.main_img .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .main_img .slick-dots li {
    margin: 0 3px;
  }
}
.main_img .slick-dots li.slick-active button {
  color: #000;
  border-color: #000;
}
.main_img .slick-dots li button {
  color: #b6b4b4;
  font-family: "Inter", sans-serif;
  background: #fff;
  border: 1px solid #b6b4b4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main_img .slick-dots li button {
    width: 20px;
    height: 20px;
    font-size: 0.85em;
  }
}

.main_slider_box {
  position: relative;
}
.main_slider_desc {
  position: absolute;
  bottom: 5%;
  right: 2.5%;
  max-width: 570px;
  width: 95%;
}
.main_slider_link {
  padding: 2em 4em 2em 2em;
  display: block;
  background: url(../images/arrow_right.svg) no-repeat center right 2em/10px 16px rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main_slider_link {
    padding: 1em 2em 1em 1em;
    background: url(../images/arrow_right.svg) no-repeat center right 1em/5px 8px rgba(255, 255, 255, 0.85);
  }
}
@media screen and (min-width: 768px) {
  .main_slider_link:hover {
    background: url(../images/arrow_right.svg) no-repeat center right 1.6em/10px 16px rgba(255, 255, 255, 0.9);
  }
}
.main_slider_link.telework {
  margin: 5% 0 0;
}
@media screen and (max-width: 767px) {
  .main_slider_link.telework {
    margin: 2.5% 0 0;
  }
}
.main_slider_link.telework span {
  display: inline-block;
  padding: 0 114px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_slider_link.telework span {
    padding: 0 57px 0 0;
  }
}
.main_slider_link.telework span::before {
  content: "";
  width: 104px;
  height: 87px;
  background: url(../images/illust_01.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .main_slider_link.telework span::before {
    width: 52px;
    height: 43px;
    bottom: -10px;
  }
}
.main_slider_link.telework span img.cross {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .main_slider_link.telework span img.cross {
    width: 15px;
    height: 15px;
    margin: 0 3px 3px;
  }
}
.main_slider_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.14em;
  font-weight: 600;
  vertical-align: middle;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .main_slider_ttl {
    font-size: 1.14em;
  }
}
.main_slider_ttl span {
  font-size: 0.5em;
  margin: 0 0 0 1em;
}
.main_slider_ttl img.cross {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .main_slider_ttl img.cross {
    width: 15px;
    height: 15px;
    margin: 0 3px 3px;
  }
}
.main_slider_txt {
  font-size: 1.42em;
}
@media screen and (max-width: 767px) {
  .main_slider_txt {
    font-size: 0.92em;
  }
}

.movie {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.movie::before {
  content: "";
  display: block;
  padding: 56.25% 0 0;
  background: #eee;
}
.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map {
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding: 30% 0 0;
}
@media screen and (max-width: 767px) {
  .map::before {
    padding: 66% 0 0;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
6:ul
------------------------------------------------------------
*/
.list_contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
@media screen and (max-width: 767px) {
  .list_contents {
    margin: 0;
  }
}
.list_contents.center {
  justify-content: center;
}
.list_contents.col01 {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .list_contents.col01 {
    margin: 0 0 1em;
  }
}
.list_contents.col01 li {
  width: 100%;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #b6b4b4;
}
@media screen and (min-width: 768px) {
  .list_contents.col01 li a:hover .list_contents_ttl {
    text-decoration: underline;
  }
}
.list_contents.col02 li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .list_contents.col02 li {
    width: 100%;
  }
}
.list_contents li {
  width: 29.33%;
  margin: 0 4% 3em 0;
}
@media screen and (max-width: 767px) {
  .list_contents li {
    width: 100%;
    margin: 0 0 2em;
  }
}
.list_contents li.no_img .list_contents_desc {
  width: 100%;
}
.list_contents li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .list_contents li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .list_contents li a:hover .list_contents_img img {
    transform: scale(1.04);
  }
}
.list_contents_img {
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_contents_img {
    width: 40%;
    margin: 0;
  }
}
.list_contents_img::before {
  content: "";
  display: block;
  padding: 66% 0 0;
}
.list_contents_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .list_contents_img img {
    transition: 0.5s;
    transform: scale(1.001);
  }
}
.list_contents_cat {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: #84ab8f;
  min-width: 120px;
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .list_contents_cat {
    min-width: 0;
    width: auto;
    padding: 2px 5px;
    font-size: 0.8em;
  }
}
.list_contents_category {
  margin: 0 0 0.5em;
}
.list_contents_category span {
  color: #fff;
  text-align: center;
  background: #84ab8f;
  min-width: 120px;
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .list_contents_category span {
    min-width: 0;
    width: auto;
    padding: 2px 5px;
    font-size: 0.8em;
  }
}
.list_contents_desc {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_contents_desc {
    width: 56%;
    line-height: 1.5;
  }
}
.list_contents_ttl {
  font-size: 1.14em;
  font-weight: 500;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_contents_ttl {
    font-size: 1em;
  }
}
.list_contents_txt {
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_contents_txt {
    font-size: 0.92em;
  }
}
.list_contents_data {
  color: #8a908d;
  font-size: 0.92em;
}
.list_contents_data .day {
  font-family: "Inter", sans-serif;
}
.list_contents_tag {
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .list_contents_tag {
    margin: 0;
  }
}
.list_contents_tag span {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #84ab8f;
  padding: 2px 10px;
  margin: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .list_contents_tag span {
    padding: 2px 5px;
    font-size: 0.8em;
  }
}

.list_anc {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1% -1% 0;
}
.list_anc li {
  width: 24%;
  margin: 0 1% 1% 0;
}
@media screen and (max-width: 767px) {
  .list_anc li {
    width: 49%;
    font-size: 0.92em;
    line-height: 1.5;
  }
}
.list_anc li a {
  display: block;
  height: 100%;
  border: 1px solid #000;
  padding: 0.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list_anc li a:hover {
    color: #fff;
    border-color: #84ab8f;
    background: #84ab8f;
  }
}

.list_info {
  margin: 0 0 3em;
}
.list_info li {
  border-bottom: 1px solid #84ab8f;
}
.list_info li a {
  display: flex;
  justify-content: space-between;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .list_info li a {
    display: block;
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .list_info li a:hover {
    background: #f5f7f6;
  }
}
.list_info li a .date {
  width: 8em;
}
@media screen and (max-width: 767px) {
  .list_info li a .date {
    display: block;
    font-size: 0.85em;
  }
}
.list_info li a .ttl {
  width: calc(100% - 8em);
}
@media screen and (max-width: 767px) {
  .list_info li a .ttl {
    display: block;
    width: 100%;
  }
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_bnr {
  background: #333;
  color: #fff;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .dlist_bnr {
    font-size: 1em;
  }
}
.dlist_bnr dt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .dlist_bnr dt {
    width: 100%;
  }
}
.dlist_bnr dt div.img_eye {
  height: 210px;
  background-position: center;
}
.dlist_bnr dd {
  text-align: center;
  width: 60%;
  padding: 3% 5%;
}
@media screen and (max-width: 767px) {
  .dlist_bnr dd {
    width: 100%;
    padding: 5%;
  }
}

.dlist_about {
  display: flex;
  flex-flow: wrap;
}
.dlist_about dt {
  width: 48%;
  margin-right: 4%;
}
.dlist_about dd {
  width: 48%;
}

/*
8:table
------------------------------------------------------------
*/
.table_company {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.table_company th {
  width: 10em;
  color: #84ab8f;
  font-size: 1.14em;
  font-weight: 500;
  padding: 0.8em;
  border-bottom: 3px solid #84ab8f;
}
@media screen and (max-width: 767px) {
  .table_company th {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 0;
    border-bottom: none;
  }
}
.table_company td {
  font-size: 1.14em;
  padding: 0.8em 1em;
  border-bottom: 1px solid #b6b4b4;
}
@media screen and (max-width: 767px) {
  .table_company td {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.ttl_wrap {
  background: #84ab8f;
  padding: 1.5em 15px;
}

.ttl_top {
  color: #fff;
  font-size: 2.28em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_top {
    font-size: 1.71em;
  }
}
.ttl_top span {
  font-size: 0.8em;
  margin: 0 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl_top span {
    display: block;
    margin: 0;
  }
}

.ttl_main {
  font-size: 2.14em;
  line-height: 1.5;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 767px) {
  .ttl_main {
    font-size: 1.6em;
  }
}
.ttl_main span {
  display: block;
  color: #8a908d;
  font-family: "Inter", sans-serif;
  font-size: 0.43em;
  letter-spacing: 0.15em;
  margin: 0 0 0.5em;
}
.ttl_main.white {
  color: #fff;
}
.ttl_main.white span {
  color: #fff;
}
.ttl_main.center {
  text-align: center;
}
.ttl_main.mb {
  margin: 0 0 1.2em;
}
/*
10：装飾
------------------------------------------------------------
*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  background: #fff;
  z-index: 10000;
}

.bg_gray {
  background: #edf0ef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_img {
  background: url(../images/bg_img.jpg) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  .bg_img {
    background: url(../images/bg_img_sp.jpg) no-repeat bottom/cover;
  }
}

.txt_center {
  text-align: center;
}
.txt_external {
  margin: 0 0 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .txt_external {
    font-size: 0.92em;
  }
}

.hr {
  margin: 0 7%;
  border-bottom: 1px solid #b6b4b4;
}
@media screen and (max-width: 767px) {
  .hr {
    margin: 0 4%;
  }
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: top;";
}

.fit_c {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.fade_up {
  opacity: 0;
}
.fade_up.animated {
  animation: fade_up 1s forwards;
}
.fade_up_02.animated {
  animation: fade_up 1s 0.2s forwards;
}

.scale {
  opacity: 0;
}
.scale.animated {
  animation: scale 1s forwards;
}

@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
11:ボタン系
------------------------------------------------------------
*/
#page_top {
  position: fixed;
  bottom: 15px;
  right: 24px;
  padding: 33px 0 0;
  background: url(../images/arrow_white_top.svg) no-repeat top right 20%/8px 28px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.85em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1139px) {
  #page_top {
    font-size: 0.7em;
    text-align: center;
    line-height: 1.3;
    writing-mode: horizontal-tb;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 33px 10px 0;
    background: url(../images/arrow_white_top.svg) no-repeat top 8px left 55%/6px 20px #000;
  }
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #000;
  }
}

a.button {
  display: block;
  max-width: 340px;
  padding: 1em;
  border: 1px solid #000;
  font-size: 1.14em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button {
    margin: 0 auto;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  a.button {
    position: relative;
  }
  a.button::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  a.button:hover::before {
    top: 5px;
    left: 5px;
    opacity: 1;
  }
}
a.button.center {
  margin: 0 auto;
}
a.button.white {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  a.button.white::before {
    background: rgba(255, 255, 255, 0.15);
  }
}
a.button.external {
  background: url(../images/icon_external.svg) no-repeat center right 0.8em/16px 12px;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  color: #84ab8f;
  font-size: 0.92em;
  line-height: 1.5;
  padding: 0.8em 0;
  margin: 0;
  background: #edf0ef;
}
#list_breadcrumb a {
  color: #84ab8f;
}

.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.photo_l {
  float: left;
  padding: 0 15px 15px 0;
}

.photoR {
  float: right;
  padding: 0 0 15px 15px;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contact_form {
  margin: 0 auto 3em;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .contact_form {
    margin: 0 auto 1em;
  }
}
.contact_form tr th {
  padding: 1.5em 1em 1em 0;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  width: 15em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact_form tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contact_form tr th span {
  display: inline-block;
  background: #84ab8f;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.7;
  padding: 0 0.5em;
  margin: 0.5em 0 0 0.5em;
  float: right;
}
@media screen and (max-width: 767px) {
  .contact_form tr th span {
    float: none;
    margin: 0 0 0 0.5em;
  }
}
.contact_form tr td {
  width: calc(100% - 15em);
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact_form tr td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #edf0ef;
  background: #edf0ef;
  line-height: 1.7;
  font-family: inherit;
}

select {
  width: auto;
  padding: 8px 28px 8px 8px;
  background: url(../images/icon_tri.svg) no-repeat center right 10px/10px 8px #edf0ef;
  border: 1px solid #edf0ef;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 15em;
}

span.mwform-tel-field input {
  width: 25% !important;
}

.submit_wrap {
  display: flex;
  justify-content: center;
}

.submit, .back {
  max-width: 320px;
  width: 48%;
  margin: 0 1%;
  padding: 1.2em 0;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #000;
  font-size: 1.12em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .submit, .back {
    font-size: 1em;
  }
}

.back {
  border-color: #edf0ef;
  background: #edf0ef;
}

.submit:hover, .back:hover {
  opacity: 0.8;
}

.txt_thanks {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_thanks {
    text-align: left;
  }
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 0;
  }
}
.wp-pagenavi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 0 8px;
}
.wp-pagenavi a:hover {
  color: #fff;
  background: #84ab8f;
  border-color: #84ab8f;
}
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  border: 1px solid #eee;
  background: #eee;
  color: #000;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 0 8px;
}
.wp-pagenavi span.current {
  color: #fff;
  font-weight: 700;
  background: #84ab8f;
  border-color: #84ab8f;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.mb_05 {
  margin: 0 0 0.5em;
}
.mb_10 {
  margin: 0 0 1em;
}
.mb_15 {
  margin: 0 0 1.5em;
}
.mb_20 {
  margin: 0 0 2em;
}
.mb_50 {
  margin: 0 auto 5em;
}

/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  display: flex;
  align-items: center;
  border-top: 1px solid #edf0ef;
  border-bottom: 1px solid #edf0ef;
  padding: 1em 0;
  margin: 3em 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  ul.list_pagination {
    font-size: 0.94em;
    padding: 1.2em 0;
    display: block;
  }
}
ul.list_pagination li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li {
    width: 100%;
  }
}
ul.list_pagination li.prev a {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.prev a {
    padding: 0 0 0 15px;
  }
}
ul.list_pagination li.prev a::before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../images/arrow_left_g.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.prev a::before {
    width: 5px;
    height: 8px;
  }
}
ul.list_pagination li.middle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.middle {
    padding: 1.2em 0;
  }
}
ul.list_pagination li.next {
  text-align: right;
}
ul.list_pagination li.next a {
  display: inline-block;
  padding: 0 25px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.next a {
    padding: 0 15px 0 0;
  }
}
ul.list_pagination li.next a::before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../images/arrow_right_g.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.next a::before {
    width: 5px;
    height: 8px;
  }
}

/*top
-----------------------------*/
.txt_top {
  padding: 3em 0 3em 7%;
}
@media screen and (max-width: 767px) {
  .txt_top {
    padding: 4em 0 1.5em 7%;
  }
}
.txt_top p {
  color: #84ab8f;
  font-family: "Noto Serif JP", serif;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 0.15em;
  /*max-width: 620px;
  @include mq(md){
    width: calc(100% - 95px);
  }*/
}
@media screen and (max-width: 767px) {
  .txt_top p {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5;
  }
}

.section_information {
  padding: 3em 3em 6em;
  background: #84ab8f;
  width: 93%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .section_information {
    padding: 1em 1em 3em;
    width: 95%;
  }
}

.top_info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_info {
    display: block;
  }
}
.top_info_ttl {
  width: 150px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.14em;
}
@media screen and (max-width: 767px) {
  .top_info_ttl {
    width: 100%;
    font-size: 1em;
  }
}
.top_info_desc {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .top_info_desc {
    width: 100%;
  }
}
.top_info_desc a {
  color: #fff;
  display: inline-block;
}
.top_info_desc a:hover {
  text-decoration: underline;
}
.top_info_desc .date {
  font-family: "Inter", sans-serif;
  font-size: 0.93em;
  margin: 0 0.5em 0 0;
}
.top_info_desc .ttl {
  font-size: 1em;
}
.top_info_link {
  width: 150px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_info_link {
    width: 100px;
    margin: 1em 0 0 auto;
  }
}
.top_info_link a {
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.81em;
  padding: 0 50px 0 0;
  background: url(../images/arrow_white.svg) no-repeat right top 40%/42px 8px;
}
@media screen and (max-width: 767px) {
  .top_info_link a {
    padding: 0 25px 0 0;
    background-size: 21px 4px;
  }
}
@media screen and (min-width: 768px) {
  .top_info_link a:hover {
    transform: translateX(3px);
  }
}

.ticker {
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.section_top_01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_top_01 {
    display: block;
  }
}
.section_top_01_img {
  width: 50%;
  margin: -3em 0 6%;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_top_01_img {
    width: 95%;
    margin: -2em 0 1.5em;
  }
}
.section_top_01_img img {
  width: 100%;
}
.section_top_01_desc {
  width: 50%;
  padding: 6% 4%;
}
@media screen and (max-width: 767px) {
  .section_top_01_desc {
    width: 100%;
    padding: 0 5%;
    margin: 0 0 3.5em;
  }
}
.section_top_01_ttl {
  font-size: 1.6em;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 767px) {
  .section_top_01_ttl {
    font-size: 1.14em;
  }
}
.section_top_01_txt {
  margin: 0 0 2em;
}

.section_top_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.section_top_02_img {
  width: 71%;
  margin: 0 0 5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_top_02_img {
    width: 95%;
    margin: 0 0 -7% 5%;
    position: relative;
    z-index: 1;
    background: #fff;
  }
}
.section_top_02_img img {
  width: 100%;
}
.section_top_02_desc {
  width: 44%;
  background: #84ab8f;
  margin: 5% -15% 0 0;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top_02_desc {
    width: 100%;
    margin: 0;
    padding: 14% 1em 3em;
  }
}
.section_top_02_desc .wrap {
  max-width: 320px;
}
.section_top_02_txt {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .section_top_02_txt {
    margin: 0 0 2em;
  }
}

.section_estate {
  width: 93%;
  background: #84ab8f;
  padding: 60px;
  margin: 0 0 6% auto;
}
@media screen and (max-width: 767px) {
  .section_estate {
    width: 95%;
    padding: 2em 1em;
    margin: 0 0 3.5em auto;
  }
}
.section_estate .estate_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  background: url(../images/brackets_left.svg) no-repeat left/60px 144px, url(../images/brackets_right.svg) no-repeat right/60px 144px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .section_estate .estate_wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_estate .estate_wrap {
    display: block;
    padding: 0;
    background: none;
  }
}
.section_estate .estate_wrap_left {
  width: 430px;
  font-size: 1.64em;
}
@media screen and (max-width: 1300px) {
  .section_estate .estate_wrap_left {
    width: 360px;
    font-size: 1.42em;
  }
}
@media screen and (max-width: 767px) {
  .section_estate .estate_wrap_left {
    width: 100%;
    font-size: 1.21em;
    padding: 0 0 0.5em;
  }
}
.section_estate .estate_wrap_right {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 430px);
  padding: 0 0 0 50px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1300px) {
  .section_estate .estate_wrap_right {
    display: block;
    width: calc(100% - 360px);
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_estate .estate_wrap_right {
    width: 100%;
    padding: 1em 0 0;
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.section_estate .estate_wrap_right ul li {
  font-size: 1.12em;
  line-height: 1.6;
  padding: 0 0 0 1.2em;
  margin: 0 0 0.5em;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .section_estate .estate_wrap_right ul li {
    font-size: 1em;
  }
}
.section_estate .estate_wrap_right ul li:last-child {
  margin: 0;
}
.section_estate .estate_wrap_right ul li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #fff;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.section_estate .estate_wrap_right a.more {
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.81em;
  padding: 0 50px 0 0;
  background: url(../images/arrow_white.svg) no-repeat right top 40%/42px 8px;
}
@media screen and (max-width: 1300px) {
  .section_estate .estate_wrap_right a.more {
    width: 115px;
    margin: 2em 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .section_estate .estate_wrap_right a.more:hover {
    transform: translateX(3px);
  }
}

.section_top_03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_top_03_img {
  width: 71%;
  margin: 0 0 5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_top_03_img {
    width: 95%;
    margin: 0 5% -7% 0;
    position: relative;
    z-index: 1;
    background: #fff;
  }
}
.section_top_03_img img {
  width: 100%;
}
.section_top_03_desc {
  width: 44%;
  background: #84ab8f;
  margin: 5% 0 0 -15%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top_03_desc {
    width: 100%;
    margin: 0;
    padding: 14% 1em 3em;
  }
}
.section_top_03_desc .wrap {
  max-width: 320px;
}
.section_top_03_txt {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .section_top_03_txt {
    margin: 0 0 2em;
  }
}
.section_top_03 .txt_group {
  margin: 3em -5% 0;
}
@media screen and (max-width: 767px) {
  .section_top_03 .txt_group {
    margin: 2em 0 0;
  }
}

.section_contact {
  padding: 60px;
  background: #84ab8f;
  width: 93%;
  margin: 0 7% 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_contact {
    width: 95%;
    padding: 2em 1em;
    margin: 0 5% 0 0;
  }
}
.section_contact .contact_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  background: url(../images/brackets_left.svg) no-repeat left/60px 144px, url(../images/brackets_right.svg) no-repeat right/60px 144px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .section_contact .contact_wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .contact_wrap {
    display: block;
    padding: 0;
    background: none;
  }
}
.section_contact .contact_wrap_left {
  width: 300px;
  font-size: 1.64em;
}
@media screen and (max-width: 1300px) {
  .section_contact .contact_wrap_left {
    width: 230px;
    font-size: 1.21em;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .contact_wrap_left {
    width: 100%;
    padding: 0 0 0.5em;
    text-align: center;
  }
}
.section_contact .contact_wrap_right {
  width: calc(100% - 300px);
  padding: 0 0 0 40px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1300px) {
  .section_contact .contact_wrap_right {
    width: calc(100% - 230px);
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .contact_wrap_right {
    width: 100%;
    padding: 1em 0 0;
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.section_contact .contact_wrap_right ul {
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_contact .contact_wrap_right ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section_contact .contact_wrap_right ul li {
    width: 100%;
    margin: 0 0 1em;
  }
  .section_contact .contact_wrap_right ul li:last-child {
    margin: 0;
  }
}
.section_contact .contact_wrap_right ul li a.button {
  font-size: 1em;
}
.section_contact .contact_wrap_tel {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .section_contact .contact_wrap_tel {
    text-align: center;
    margin: 0 0 1em;
  }
}
.section_contact .contact_wrap_tel .tel {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/icon_tel_white.svg) no-repeat left/28px 32px;
  font-family: "Inter", sans-serif;
  font-size: 2.85em;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .section_contact .contact_wrap_tel .tel {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .contact_wrap_tel .tel {
    font-size: 2em;
    padding: 0 0 0 23px;
    background-size: 21px 24px;
  }
}
.section_contact .contact_wrap_tel .tel a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section_contact .contact_wrap_tel .tel a {
    pointer-events: none;
  }
}
.section_contact .contact_wrap_tel .time {
  font-size: 0.92em;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .section_contact .contact_wrap_tel .time {
    display: block;
    margin: 0;
  }
}

.contact_img {
  width: 66%;
  margin: -5% 0 6% auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact_img {
    width: 95%;
    margin: -10% 0 3em auto;
  }
}
.contact_img img {
  width: 100%;
}

.section_about {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_about {
    display: block;
  }
}
.section_about_img {
  width: 50%;
  margin: 0 0 6%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_about_img {
    width: 95%;
    margin: 0 0 1.5em;
  }
}
.section_about_img img {
  width: 100%;
}
.section_about_desc {
  width: 50%;
  padding: 6% 4%;
}
@media screen and (max-width: 767px) {
  .section_about_desc {
    width: 100%;
    padding: 0 5%;
    margin: 0 0 3.5em;
  }
}
.section_about_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 767px) {
  .section_about_ttl {
    font-size: 1.14em;
  }
}
.section_about_txt {
  margin: 0 0 2em;
}

/*
-----------------------------*/
.top_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_content {
    display: block;
  }
}
.top_content_img {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_content_img {
    width: 95%;
    margin: 0 0 1.5em;
    background: none;
  }
}
.top_content_img_wrap {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top_content_img_wrap {
    height: auto;
    background: none;
  }
}
.top_content_img_wrap.concept {
  background: url(../images/top_img_01.jpg) no-repeat center/cover;
}
.top_content_img_wrap.order {
  background: url(../images/top_img_03.jpg) no-repeat center/cover;
}
.top_content_img_wrap.company {
  background: url(../images/company_img.jpg) no-repeat center/cover;
}
.top_content_img_wrap.telework {
  background: url(../images/telework_img_01.jpg) no-repeat center/cover;
}
.top_content_img_wrap.casita {
  background: url(../images/casita_img_01.jpg) no-repeat center/cover;
}
.top_content_img img {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_content_img img {
    display: inherit;
  }
}
.top_content_desc {
  width: 50%;
  padding: 6% 4%;
  min-height: 530px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_content_desc {
    width: 100%;
    min-height: 0;
    display: block;
    padding: 0 5%;
  }
}
.top_content_ttl_01 {
  color: #84ab8f;
  font-family: "Noto Serif JP", serif;
  font-size: 2.85em;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0 0 0.6em;
}
@media screen and (max-width: 1300px) {
  .top_content_ttl_01 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_content_ttl_01 {
    font-size: 1.6em;
    font-weight: 500;
  }
}
.top_content_ttl_02 {
  font-size: 1.6em;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 1300px) {
  .top_content_ttl_02 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_content_ttl_02 {
    font-size: 1.14em;
  }
}
.top_content_txt {
  line-height: 1.9;
}

.list_concept {
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .list_concept {
    width: 100%;
  }
}
.list_concept li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 6em;
}
@media screen and (max-width: 767px) {
  .list_concept li {
    margin: 0 0 3em;
  }
}
.list_concept li:last-child {
  margin: 0;
}
.list_concept_img {
  width: 44.4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_concept_img {
    width: 95%;
  }
}
.list_concept_img img {
  width: 100%;
}
.list_concept_desc {
  width: 55.6%;
  padding: 3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_concept_desc {
    width: 90%;
    margin: 0 auto;
    padding: 4% 0;
  }
}
.list_concept_ttl {
  color: #84ab8f;
  font-size: 2.14em;
  line-height: 1.6;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_concept_ttl {
    font-size: 1.6em;
    margin: 0 0 0.4em;
  }
}
.list_concept_txt {
  font-size: 1.14em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_concept_txt {
    font-size: 1em;
    margin: 0 0 0.5em;
  }
}
.list_concept_link {
  width: 95%;
  padding: 2% 5%;
  margin: -3.5% 0 0 auto;
  background: #edf0ef;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_concept_link {
    margin: 0 0 0 auto;
    padding: 0;
  }
}
.list_concept_link a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.81em;
  padding: 10px 52px 10px 10px;
  background: url(../images/arrow_black.svg) no-repeat right top 45%/42px 8px;
}
@media screen and (max-width: 767px) {
  .list_concept_link a {
    display: block;
    padding: 10px 50px;
    background-position: right 20px top 48%;
    background-size: 21px 4px;
  }
}
@media screen and (min-width: 768px) {
  .list_concept_link a:hover {
    transform: translateX(3px);
  }
}
.list_concept_link a.external {
  padding: 10px 76px 10px 10px;
  background: url(../images/icon_external.svg) no-repeat center right 50px, url(../images/arrow_black.svg) no-repeat right top 45%;
  background-size: 18px 14px, 42px 8px;
}
@media screen and (max-width: 767px) {
  .list_concept_link a.external {
    padding: 10px 65px;
    background-position: center right 45px, right 20px top 48%;
    background-size: 15px 10px, 21px 4px;
  }
}

.section_group {
  font-size: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_group {
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
  }
}
.section_group span {
  display: inline-flex;
  align-items: center;
  min-height: 86px;
  padding: 0 0 0 100px;
  background: url(../images/logo_iiken.svg) no-repeat left/76px 86px;
}
@media screen and (max-width: 767px) {
  .section_group span {
    padding: 0 0 0 70px;
    background-size: 57px 64px;
    min-height: 64px;
  }
}

.ttl_brackets {
  color: #84ab8f;
  font-family: "Noto Serif JP", serif;
  font-size: 2.85em;
  font-weight: 200;
  line-height: 1.42;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .ttl_brackets {
    font-size: 1.5em;
    font-weight: 500;
  }
}
.ttl_brackets p {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_brackets p {
    display: block;
  }
}
.ttl_brackets p::before, .ttl_brackets p::after {
  content: "";
  width: 60px;
  height: 100%;
  border-top: 2px solid #84ab8f;
  border-bottom: 2px solid #84ab8f;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ttl_brackets p::before, .ttl_brackets p::after {
    width: 30px;
  }
}
.ttl_brackets p::before {
  left: 0;
}
.ttl_brackets p::after {
  right: 0;
}
.ttl_brackets p span {
  display: block;
  padding: 10px 70px;
  border-left: 2px solid #84ab8f;
  border-right: 2px solid #84ab8f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_brackets p span {
    display: block;
    padding: 15px;
  }
}
.ttl_brackets p span::before, .ttl_brackets p span::after {
  content: "";
  width: 1;
  height: 100%;
  border-left: 1px solid #84ab8f;
  position: absolute;
  top: 0;
}
.ttl_brackets p span::before {
  left: 3px;
}
.ttl_brackets p span::after {
  right: 3px;
}

.ttl_brackets_wrap {
  display: flex;
  align-items: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .ttl_brackets_wrap {
    display: block;
  }
}
.ttl_brackets_wrap .ttl_brackets {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .ttl_brackets_wrap .ttl_brackets {
    margin: 0 0 0.5em;
  }
}
.ttl_brackets_wrap .ttl_sub {
  font-size: 1.64em;
}
@media screen and (max-width: 767px) {
  .ttl_brackets_wrap .ttl_sub {
    font-size: 1.14em;
    text-align: center;
  }
}

.list_order {
  max-width: 1200px;
  margin: 0 auto;
}
.list_order li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .list_order li {
    flex-wrap: wrap;
    margin: 0 0 3em;
  }
}
.list_order li:last-child {
  margin: 0;
}
.list_order_img {
  width: 42%;
  margin: 0 -4% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_order_img {
    width: 90%;
    margin: 0 auto;
  }
}
.list_order_desc {
  width: 62%;
  padding: 4% 4% 4% 8%;
  margin: 8% 0 0;
  background: #edf0ef;
}
@media screen and (max-width: 767px) {
  .list_order_desc {
    width: 100%;
    margin: -3.5em 0 0;
    padding: 5em 1em 1.5em;
  }
}
.list_order_ttl {
  color: #84ab8f;
  font-size: 2.14em;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .list_order_ttl {
    font-size: 1.6em;
  }
}
.list_order_ttl span {
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #84ab8f;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}

.list_event {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3% -3% 0;
}
@media screen and (max-width: 767px) {
  .list_event {
    margin: 0;
  }
}
.list_event.mb {
  margin: 0 -3% 2em 0;
}
@media screen and (max-width: 767px) {
  .list_event.mb {
    margin: 0 0 2em;
  }
}
.list_event li {
  width: 47%;
  margin: 0 3% 3% 0;
}
@media screen and (max-width: 767px) {
  .list_event li {
    width: 100%;
    margin: 0 0 1em;
  }
  .list_event li:last-child {
    margin: 0;
  }
}
.list_event li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5em;
  height: 100%;
  background: #edf0ef;
}
@media screen and (max-width: 767px) {
  .list_event li a {
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .list_event li a:hover {
    background: #f5f7f6;
  }
}
.list_event_img {
  width: 40%;
  position: relative;
}
.list_event_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_event_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_event_desc {
  width: 56%;
  line-height: 1.5;
}
.list_event_date {
  color: #84ab8f;
  font-family: "Inter", sans-serif;
  font-size: 0.92em;
  margin: 0 0 0.2em;
}
.list_event_ttl {
  font-size: 1.42em;
  font-weight: 500;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 767px) {
  .list_event_ttl {
    font-size: 1.14em;
  }
}
@media screen and (max-width: 767px) {
  .list_event_txt {
    font-size: 0.92em;
  }
}

.section_counsel {
  color: #fff;
  background: url(../images/bg_counsel.jpg) no-repeat center/cover;
}
.section_counsel .txt_counsel {
  font-size: 2em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .section_counsel .txt_counsel {
    font-size: 1.28em;
  }
}

.list_problem {
  max-width: 930px;
  margin: 0 auto 6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_problem {
    margin: 0 0 2em;
  }
}
.list_problem li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_problem li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1em;
  }
}
.list_problem li:last-child {
  position: relative;
}
.list_problem li:last-child::before {
  content: "";
  width: 88px;
  height: 164px;
  background: url(../images/illust_02.png) no-repeat center/contain;
  position: absolute;
  right: -50px;
  bottom: 20%;
}
@media screen and (max-width: 767px) {
  .list_problem li:last-child::before {
    width: 44px;
    height: 82px;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.list_problem_img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_problem_img {
    width: 30%;
    margin: 0;
  }
}
.list_problem_txt {
  font-size: 1.14em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_problem_txt {
    width: 66%;
    text-align: left;
  }
}

.list_staff {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5% 3em;
  margin: 0 -3% 3em 0;
  border-bottom: 3px dotted #b6b4b4;
}
@media screen and (max-width: 767px) {
  .list_staff {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.list_staff li {
  width: 30.33%;
  margin: 0 3% 0 0;
  /*display: flex;*/
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_staff li {
    display: flex;
    width: 100%;
    margin: 0 0 2em;
  }
}
.list_staff_img {
  width: 100%;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_staff_img {
    width: 30%;
    border-radius: 15px 0 0 0;
  }
}
.list_staff_desc {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_staff_desc {
    width: 65%;
    line-height: 1.6;
  }
}
.list_staff_data {
  color: #b6b4b4;
  font-family: "Inter", sans-serif;
  font-size: 0.92em;
}
@media screen and (max-width: 767px) {
  .list_staff_data {
    font-size: 0.85em;
  }
}
.list_staff_name {
  color: #84ab8f;
  font-size: 1.14em;
  font-weight: 500;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #b6b4b4;
}
@media screen and (max-width: 767px) {
  .list_staff_name {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .list_staff_txt {
    font-size: 0.92em;
  }
}

.list_business {
  max-width: 1200px;
  margin: 0 auto;
}
.list_business li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .list_business li {
    flex-wrap: wrap;
    margin: 0 0 3em;
  }
}
.list_business_img {
  width: 42%;
  margin: 0 -4% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_business_img {
    width: 90%;
    margin: 0 auto;
  }
}
.list_business_desc {
  width: 62%;
  padding: 4% 4% 4% 8%;
  margin: 8% 0 0;
  background: #edf0ef;
}
@media screen and (max-width: 767px) {
  .list_business_desc {
    width: 100%;
    margin: -3.5em 0 0;
    padding: 5em 1em 1.5em;
  }
}
.list_business_ttl {
  color: #84ab8f;
  font-size: 2.14em;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .list_business_ttl {
    font-size: 1.6em;
  }
}
.list_business_ttl span {
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #84ab8f;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}

.list_telework {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_telework li {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .list_telework li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list_telework li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .list_telework li:nth-child(even) .list_telework_txt {
    text-align: right;
  }
}
.list_telework_img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_telework_img {
    width: 27%;
    margin: 0;
  }
}
.list_telework_txt {
  font-size: 1.14em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_telework_txt {
    width: 69%;
    font-size: 1em;
    text-align: left;
  }
}

.section_telework {
  width: 93%;
  background: #edf0ef;
  margin: 0 0 3em auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .section_telework {
    width: 95%;
    margin: 0 0 1em auto;
    padding: 2em 1em 0;
    display: block;
  }
}
.section_telework_txt {
  color: #6b8972;
  font-family: "Noto Serif JP", serif;
  font-size: 1.64em;
  font-weight: 600;
  line-height: 1.6;
  padding: 1em 0;
}
@media screen and (max-width: 1300px) {
  .section_telework_txt {
    font-size: 1.42em;
  }
}
@media screen and (max-width: 767px) {
  .section_telework_txt {
    font-size: 1.07em;
    padding: 0 0 0.5em;
  }
}
.section_telework_img {
  max-width: 600px;
  width: calc(100% - 720px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .section_telework_img {
    width: calc(100% - 630px);
  }
}
@media screen and (max-width: 767px) {
  .section_telework_img {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
.section_telework_img .img_01 {
  width: 30%;
}
.section_telework_img .img_02 {
  width: 66%;
  margin: -4% 0 0;
}
@media screen and (max-width: 767px) {
  .section_telework_img .img_02 {
    width: 62%;
    margin: 0;
  }
}

a.button_casita {
  display: block;
  padding: 1em;
  background: url(../images/arrow_white.svg) no-repeat center right 3em/42px 8px #84ab8f;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  a.button_casita:hover {
    opacity: 0.8;
    background-position: center right 2em;
  }
}
@media screen and (max-width: 767px) {
  a.button_casita {
    font-size: 1.14em;
    line-height: 1.5;
    background: url(../images/arrow_white.svg) no-repeat center right 1em/21px 4px #84ab8f;
  }
}
a.button_casita span {
  font-size: 0.8em;
  margin: 0 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  a.button_casita span {
    display: block;
    margin: 0;
  }
}

.section_recommended {
  padding: 5em 0;
  background: url(../images/bg_casita.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section_recommended {
    margin: 2em 0 0;
    padding: 2em 0;
    background: url(../images/bg_casita_sp.jpg) no-repeat center/cover;
  }
}

.recommended_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recommended_wrap {
    flex-direction: column-reverse;
  }
}
.recommended_wrap_left {
  width: 270px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommended_wrap_left {
    width: 180px;
    margin: 2em auto 0;
  }
}
.recommended_wrap_left p {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
}
.recommended_wrap_left p .per {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .recommended_wrap_left p .per {
    font-size: 2.75em;
  }
}
.recommended_wrap_left p .per .txt_l {
  font-size: 1.3em;
}
.recommended_wrap_left p .per .txt_s {
  font-size: 0.6em;
}
.recommended_wrap_left p .year {
  display: block;
  margin: 1em 0 0;
}
.recommended_wrap_right {
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .recommended_wrap_right {
    width: 100%;
  }
}

.ttl_recommended {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.71em;
  font-weight: 200;
  text-align: center;
  background: #84ab8f;
  padding: 0.25em;
  margin: 0 0 1em;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .ttl_recommended {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .ttl_recommended {
    font-size: 1.35em;
    line-height: 1.5;
    padding: 0.5em 0.25em;
  }
}
.ttl_recommended::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #84ab8f transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ttl_recommended::before {
    border-width: 10px 8px 0 8px;
    bottom: -10px;
  }
}

.list_recommended {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -0.5em;
}
@media screen and (max-width: 767px) {
  .list_recommended {
    display: block;
    text-align: center;
  }
}
.list_recommended li {
  padding: 0 1.25em;
  margin: 0 0 0.5em;
  border-bottom: 3px solid #84ab8f;
}
@media screen and (max-width: 767px) {
  .list_recommended li {
    padding: 0 0.5em 5px;
    border-width: 1px;
  }
}
.list_recommended li span {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  font-size: 1.64em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_recommended li span {
    font-size: 1.07em;
    padding: 0 10px;
  }
}
.list_recommended li span::before, .list_recommended li span::after {
  content: "";
  width: 2px;
  height: 1em;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .list_recommended li span::before, .list_recommended li span::after {
    width: 1px;
    border-width: 1px;
  }
}
.list_recommended li span::before {
  left: 0;
  transform: rotate(-30deg);
}
.list_recommended li span::after {
  right: 0;
  transform: rotate(30deg);
}

.list_merit {
  margin: 0 0 0 10%;
  padding: 0 0 12px 100px;
  background: url(../images/benefits.png) no-repeat left bottom;
}
@media screen and (max-width: 1300px) {
  .list_merit {
    margin: 0 0 5%;
    padding: 0 0 12px 50px;
  }
}
@media screen and (max-width: 767px) {
  .list_merit {
    margin: 0;
    padding: 0;
    background: none;
  }
}
.list_merit li {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .list_merit li:first-child {
    margin: 0 0 3.5em;
  }
  .list_merit li:nth-child(2) {
    margin: 0 0 3.5em 100px;
  }
  .list_merit li:nth-child(3) {
    margin: 0 0 3.5em 200px;
  }
  .list_merit li:nth-child(4) {
    margin: 0 0 3.5em 300px;
  }
  .list_merit li:nth-child(5) {
    margin: 0 0 3.5em 400px;
  }
  .list_merit li:nth-child(6) {
    margin: 0 0 0 500px;
  }
}
@media screen and (max-width: 767px) {
  .list_merit li {
    margin: 0 0 2em;
  }
  .list_merit li:last-child {
    margin: 0;
  }
}
.list_merit_num {
  width: 102px;
}
@media screen and (max-width: 767px) {
  .list_merit_num {
    width: 61px;
    margin: 5px 0 0;
  }
}
.list_merit_desc {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .list_merit_desc {
    width: calc(100% - 75px);
    line-height: 1.6;
  }
}
.list_merit_ttl {
  font-size: 1.64em;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_merit_ttl {
    font-size: 1.14em;
    font-weight: 500;
  }
}

.section_contact_02 {
  padding: 60px;
  background: #84ab8f;
  width: 93%;
  margin: -5% 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_contact_02 {
    width: 95%;
    padding: 2em 1em;
  }
}
.section_contact_02 .contact_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 50px;
  background: url(../images/brackets_left.svg) no-repeat left/60px 144px, url(../images/brackets_right.svg) no-repeat right/60px 144px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .section_contact_02 .contact_wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_wrap {
    display: block;
    padding: 0;
    background: none;
  }
}
.section_contact_02 .contact_wrap_left {
  width: 400px;
  font-size: 1.42em;
}
@media screen and (max-width: 1300px) {
  .section_contact_02 .contact_wrap_left {
    width: 330px;
    font-size: 1.21em;
  }
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_wrap_left {
    width: 100%;
    padding: 0 0 0.5em;
    text-align: center;
  }
}
.section_contact_02 .contact_wrap_right {
  width: calc(100% - 400px);
  padding: 0 0 0 40px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1300px) {
  .section_contact_02 .contact_wrap_right {
    width: calc(100% - 330px);
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_wrap_right {
    width: 100%;
    padding: 1em 0 0;
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.section_contact_02 .contact_wrap_right ul {
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_contact_02 .contact_wrap_right ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_wrap_right ul li {
    width: 100%;
    margin: 0 0 1em;
  }
  .section_contact_02 .contact_wrap_right ul li:last-child {
    margin: 0;
  }
}
.section_contact_02 .contact_wrap_right ul li a.button {
  font-size: 1em;
}
.section_contact_02 .contact_wrap_tel {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_wrap_tel {
    display: block;
    text-align: center;
    margin: 0 0 1em;
  }
}
.section_contact_02 .contact_wrap_tel .tel {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/icon_tel_white.svg) no-repeat left/28px 32px;
  font-family: "Inter", sans-serif;
  font-size: 2.85em;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .section_contact_02 .contact_wrap_tel .tel {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_wrap_tel .tel {
    font-size: 2em;
    padding: 0 0 0 23px;
    background-size: 21px 24px;
  }
}
.section_contact_02 .contact_wrap_tel .tel a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section_contact_02 .contact_wrap_tel .tel a {
    pointer-events: none;
  }
}
.section_contact_02 .contact_wrap_tel .time {
  display: inline-block;
  font-size: 0.92em;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_wrap_tel .time {
    display: block;
    margin: 0;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_slide {
  display: flex;
  align-items: flex-start;
  width: 3600px;
}
@media screen and (max-width: 1300px) {
  .loop_slide {
    width: 3000px;
  }
}
@media screen and (max-width: 767px) {
  .loop_slide {
    width: 1500px;
  }
}
.loop_slide img {
  width: 50%;
}

.loop_slide img:first-child {
  animation: loop 90s -45s linear infinite;
}
@media screen and (max-width: 767px) {
  .loop_slide img:first-child {
    animation: loop 70s -35s linear infinite;
  }
}

.loop_slide img:last-child {
  animation: loop2 90s linear infinite;
}
@media screen and (max-width: 767px) {
  .loop_slide img:last-child {
    animation: loop2 70s linear infinite;
  }
}

.ttl_casita {
  font-size: 1.64em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 767px) {
  .ttl_casita {
    font-size: 0.92em;
  }
}
.ttl_casita span {
  display: block;
  color: #84ab8f;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
  font-weight: 200;
  letter-spacing: 0.1em;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .ttl_casita span {
    font-weight: 500;
  }
}

.list_compare {
  max-width: 1200px;
  margin: 0 auto;
}
.list_compare > li {
  margin: 0 0 4em;
}
.list_compare > li:last-child {
  margin: 0;
}
.list_compare > li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_compare > li ul {
    margin: 0 0 -2em;
  }
}
.list_compare > li ul li {
  width: 23%;
  padding: 0 0 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_compare > li ul li {
    width: 100%;
    padding: 0 0 0 45px;
    margin: 0 0 2em;
  }
}
.list_compare_category {
  font-size: 1.64em;
  font-weight: 500;
  text-align: center;
  padding: 0.6em 0;
  margin: 0 0 1.2em;
  border-top: 2px solid #b6b4b4;
  border-bottom: 3px dotted #b6b4b4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .list_compare_category {
    font-size: 1.42em;
    margin: 0 0 0.6em;
    border-top: 1px solid #b6b4b4;
    border-bottom: 2px dotted #b6b4b4;
  }
}
.list_compare_category span {
  display: flex;
  align-items: center;
}
.list_compare_category img {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .list_compare_category img {
    width: 30px;
  }
}
.list_compare_ttl {
  font-size: 1.42em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1300px) {
  .list_compare_ttl {
    font-size: 1.21em;
    text-align: left;
    margin: 0 0 0.25em;
  }
}
.list_compare_ttl.orange {
  color: #ff8d45;
}
.list_compare_img {
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_compare_img {
    width: 33px;
    height: 33px;
    right: auto;
    top: 38px;
    margin: 0;
  }
}

.list_example {
  display: flex;
  flex-wrap: wrap;
}
.list_example li:first-child {
  width: 48%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 767px) {
  .list_example li:first-child {
    width: 100%;
    margin: 0;
  }
}
.list_example li:first-child img {
  max-width: 402px;
}
@media screen and (max-width: 767px) {
  .list_example li:first-child img {
    max-width: 90%;
  }
}
.list_example li:nth-child(2) {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_example li:nth-child(2) {
    width: 100%;
    margin: 3em 0 0;
    padding: 2em 0 0;
    border-top: 2px dotted #84ab8f;
  }
}
.list_example li:nth-child(2) img {
  max-width: 402px;
}
@media screen and (max-width: 767px) {
  .list_example li:nth-child(2) img {
    max-width: 90%;
  }
}
.list_example li:last-child {
  width: 100%;
  margin: 4em 0 0;
  padding: 3em 0 0;
  border-top: 3px dotted #84ab8f;
}
@media screen and (max-width: 767px) {
  .list_example li:last-child {
    margin: 3em 0 0;
    padding: 2em 0 0;
    border-top: 2px dotted #84ab8f;
  }
}
.list_example li:last-child img {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .list_example li:last-child img {
    max-width: 100%;
  }
}
.list_example_ttl {
  color: #84ab8f;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_example_ttl {
    font-size: 1.64em;
    font-weight: 500;
  }
}
.list_example_ttl span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.list_example_ttl span::before, .list_example_ttl span::after {
  content: "";
  width: 2px;
  height: 30px;
  border-left: 2px solid #84ab8f;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_example_ttl span::before {
  left: 0;
  transform: rotate(-35deg);
}
.list_example_ttl span::after {
  right: 0;
  transform: rotate(35deg);
}
.list_example_img {
  text-align: center;
}

.ttl_policy {
  font-size: 1.14em;
  font-weight: 500;
  margin: 0 0 0.25em;
}

.logo_iiken {
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .logo_iiken {
    margin: 1.5em 0 0;
  }
}
.logo_iiken a {
  padding: 1.5em 2em 1em;
  border: 1px solid #133D20;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .logo_iiken a {
    width: 100%;
    text-align: center;
  }
}
.logo_iiken img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .logo_iiken img {
    width: 150px;
  }
}
.logo_iiken span {
  vertical-align: middle;
  color: #133D20;
}
@media screen and (max-width: 767px) {
  .logo_iiken span {
    padding: 0;
  }
}

.logo_iiken_white {
  width: 250px;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .logo_iiken_white {
    width: 200px;
    margin: 0 0 1.5em;
  }
}

/*不動産情報・事例
-----------------------------*/
.content_img {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .content_img {
    margin: 0 0 1.5em;
  }
}

#img_slider .img_wrap {
  background: #edf0ef;
  cursor: pointer;
  position: relative;
}
#img_slider .img_wrap::before {
  content: "";
  display: block;
  padding: 66% 0 0;
}
#img_slider .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

#thumbnail_slider {
  margin: 0 -2% 0 0;
  display: flex;
}
#thumbnail_slider div {
  width: 10.5%;
  margin: 2% 2% 0 0;
  cursor: pointer;
  position: relative;
}
#thumbnail_slider div::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
#thumbnail_slider div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.telework_bnr {
  margin: 0 0 3em auto;
  display: -ms-flexbox;
}
.telework_bnr a {
  display: block;
  padding: 3% 8%;
  background: #edf0ef;
  width: 100%;
}
.telework_bnr a p.main_slider_txt {
  float: left;
}
@media screen and (max-width: 767px) {
  .telework_bnr a p.main_slider_txt {
    float: none;
    margin-bottom: 1em;
  }
}
.telework_bnr a .telework_img {
  float: right;
  padding: 0 0 0 4em;
}
@media screen and (max-width: 767px) {
  .telework_bnr a .telework_img {
    float: none;
  }
}
.telework_bnr a:hover {
  opacity: 0.8;
  background-position: center right 2em;
}

.list_staff_02 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 3em;
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .list_staff_02 {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border: none;
  }
}
.list_staff_02 li {
  width: 48%;
  /*display: flex;*/
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_staff_02 li {
    display: flex;
    width: 100%;
    margin: 0 0 2em;
  }
}
.list_staff_02_img {
  width: 100%;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_staff_02_img {
    width: 30%;
    border-radius: 15px 0 0 0;
  }
}
.list_staff_02_desc {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_staff_02_desc {
    width: 65%;
    line-height: 1.6;
  }
}
.list_staff_02_data {
  color: #b6b4b4;
  font-family: "Inter", sans-serif;
  font-size: 0.92em;
}
@media screen and (max-width: 767px) {
  .list_staff_02_data {
    font-size: 0.85em;
  }
}
.list_staff_02_name {
  color: #84ab8f;
  font-size: 1.14em;
  font-weight: 500;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #b6b4b4;
}
@media screen and (max-width: 767px) {
  .list_staff_02_name {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .list_staff_02_txt {
    font-size: 0.92em;
  }
}