@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* @import "_vars.scss"; */
/*サイトのメインカラー*/
/**

  @mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
  Use @include before(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------
@include for-size(desktop-up){}
@include for-size(desktop){}
@include for-size(tablet-landscape-up){}
@include for-size(phone-only){}
-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

@include base-text_2($size); 

@include base-text_en($size); 
@include base-text_link(); 

in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerA {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerA .left_s {
  width: 30%;
  float: left;
}
.innerA .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerB {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .innerB {
    display: block;
  }
}
.innerB .left,
.innerB .right {
  width: 48%;
}
@media all and (max-width: 639px) {
  .innerB .left,
  .innerB .right {
    width: 100%;
    float: none;
  }
}
.innerB .right {
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}
.innerB .left_s {
  width: 30%;
}
@media all and (max-width: 639px) {
  .innerB .left_s {
    width: 100%;
    float: none;
  }
}
.innerB .right_l {
  width: 66%;
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .innerB .right_l {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}

.innerC {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerC .left,
.innerC .right {
  width: 48%;
  float: left;
}
.innerC .right {
  margin-left: 4%;
}
.innerC .left_s {
  width: 30%;
  float: left;
}
.innerC .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

/*-----------------------------------------------------------------------------
ぶろぐ
<section id="entry" class="common_page__sec">
 <div class="single">
 <div class="nakaA">
  <h3>新着情報</h3>
  <div class="entry__cotent">
   <p class="data"><span>2018.09.20</span></p>
   <p class="entry__title">
   タイトルホームページを公開致しました</p>

   <div class="entry__cotent__text">
   本文ホームページを公開致しました</div>
   </div>
  </div>
 </div>
</section>
--------------------------------------------------------------------------------*/
#entry {
  padding-bottom: 80px;
}
#entry .entry__cotent {
  background: #fff;
  padding: 30px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
@media all and (max-width: 821px) {
  #entry .entry__cotent {
    padding: 15px;
  }
}
#entry .entry__cotent .data span {
  background: #d0d0d0;
  padding: 0.3em 0.5em;
}
#entry .entry__cotent .page_sec_title {
  margin: 10px 0;
  border-bottom: 1px solid #6abd83;
}
@media all and (max-width: 821px) {
  #entry .entry__cotent .entry__cotent__text {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
下層ページ　ページ看板共通
ページ共通
<div id="page_top">
    <div class="box">
     <div class="nakaA">
      <h2 class="page__title">
       会社概要
       <span>Company</span>
      </h2>
     </div>
    </div>
   </div>

#page_top{
 @include page_top();
}
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
下層ページ　コンテンツレイアウト(左右半々)
ページ共通
----HTML---------------------------------------------------------------
<div class="listA">
 <div class="listA__item">
  <div class="listA__item__inner">
   <div class="listA__item__inner__left">
    <img src="https://placehold.jp/150x150.png" alt="">
   </div>
   <div class="listA__item__inner__right">
    <p class="listA__item__read">
     タイトル
    </p>
    <p class="listA__item__text">
     本文
    </p>
   </div>
  </div>
 </div>
 <div class="listA__item">
  <div class="listA__item__inner">
   <div class="listA__item__inner__left">
    <img class="_sp" src="https://placehold.jp/150x150.png" alt="">
    <p class="listA__item__read">
     タイトル
    </p>
    <p class="listA__item__text">
     本文
    </p>
   </div>
   <div class="listA__item__inner__right">
    <img src="https://placehold.jp/150x150.png" alt="">
   </div>
  </div>
 </div>
</div>
-----css--------------------------------------------------------------
.listA{
 @include sec_content_listA();
}
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
下層ページ　ページ看板共通
ページ共通
<div id="page_top">
    <div class="box">
     <div class="nakaA">
      <h2 class="page__title">
       会社概要
       <span>Company</span>
      </h2>
     </div>
    </div>
   </div>

#page_top{
 @include page_top();
}
-------------------------------------------------------------------*/
/*------------------------------------------------------
下層ページパンくず共通
<div id="pankuzu_list">
    <div class="box">
     <div class="nakaA">
      <ul>
       <li>
        <a href="">TOP</a>
       </li>
       <li>会社概要</li>
      </ul>
     </div>
    </div>
   </div>

#pankuzu_list{
 @include pankuzu_list();
}
 in your CSS
-------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #111;
  font-size: 1rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

#body {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  background: #f7fcfa;
}
@media all and (max-width: 639px) {
  #body {
    overflow: hidden;
  }
}

#page {
  display: flex;
  flex-direction: column;
}

a:link, a:visited, a:hover {
  color: #007868;
  text-decoration: none;
}

.tbox {
  border: 2px solid #007868;
  padding: 15px;
  width: calc(100% - 34px);
}

.sign_ttl {
  border-bottom: 1px solid #111;
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

header {
  width: 100%;
  z-index: 2222;
  transition: 0.4s;
}
header #head {
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  header #head {
    padding: 50px 20px;
    top: 0;
    width: 96%;
  }
}
header #head .inner {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #head .inner .in_right {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
}
header #head .logo {
  width: 190px;
  position: relative;
  z-index: 2500;
}
@media (min-width: 1024px) {
  header #head .logo {
    width: 370px;
  }
}
header #head .logo a {
  display: block;
}
header #head .logo img {
  width: 100%;
  height: auto;
}
header #head .head_nav_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2400;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s ease;
}
header #head .head_nav_wrapper.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 1024px) {
  header #head .head_nav_wrapper {
    position: static;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    display: block;
  }
}
header #head .head_nav {
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 30px;
}
@media (min-width: 1024px) {
  header #head .head_nav {
    flex-direction: row;
    height: auto;
    gap: 0;
  }
}
header #head .head_nav > li {
  position: relative;
}
@media (min-width: 1024px) {
  header #head .head_nav > li:nth-child(n+2) {
    margin-left: 30px;
  }
}
header #head .head_nav > li a {
  text-decoration: none;
  display: block;
  color: #1d201f;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  font-weight: 600;
  position: relative;
  transition: 0.2s;
  text-align: center;
}
@media (min-width: 1024px) {
  header #head .head_nav > li a {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
header #head .head_nav > li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 5px;
  height: 5px;
  background: #007868;
  margin: auto;
  left: 0;
  right: 0;
  top: -5px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}
header #head .head_nav > li a:hover {
  color: #007868;
}
header #head .head_nav > li a:hover:before {
  opacity: 1;
}
header #head .menu-trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2500;
  position: relative;
}
@media (min-width: 1024px) {
  header #head .menu-trigger {
    display: none;
  }
}
header #head .menu-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d201f;
  transition: transform 0.3s, opacity 0.3s;
  border-radius: 2px;
}
header #head .menu-trigger.is-active span {
  background-color: #1d201f;
}
header #head .menu-trigger.is-active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
header #head .menu-trigger.is-active span:nth-child(2) {
  opacity: 0;
}
header #head .menu-trigger.is-active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/*  scrollbar  */
.scrollbar-y {
  width: 100%;
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .scrollbar-y {
    height: 200px;
  }
}
.scrollbar-y::-webkit-scrollbar {
  width: 5px;
}
.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scrollbar-y::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*link*/
/*containar*/
#contentwrap {
  width: 100%;
  flex: 1 1 auto;
  background-size: 160px;
  position: relative;
}

.single {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
.single .tbox p {
  margin-bottom: 0px;
}

/* mailform */
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dl {
  margin: 10px 0;
  font-size: 1.6rem;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea {
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #6abd83;
  font-weight: bold;
  border: 2px solid #6abd83;
}
#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #6abd83;
}
#mailform button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*Radio Text*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #007868;
  border-bottom: 3px solid #007868;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}

.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

/*共通ルール*/
.single_new {
  width: 95%;
  margin: auto;
}
@media all and (max-width: 639px) {
  .single_new {
    width: 95%;
  }
}

div,
section {
  box-sizing: border-box;
}

@media all and (max-width: 1400px) {
  .single {
    width: 95%;
  }
}

#top_main {
  width: 96%;
  position: relative;
  margin: 0 auto;
}
#top_main .top_main_vis {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  #top_main .top_main_vis {
    height: auto;
  }
}
#top_main .top_main_vis img {
  display: block;
  height: 100%;
}
#top_main .top_main_vis .overrey {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(247, 252, 250, 0.1) 0%, rgba(247, 252, 250, 0.1) 33.3%, rgb(247, 252, 250) 100%);
  z-index: 2;
}
#top_main .top_main_chachi {
  position: absolute;
  height: 222px;
  margin: auto;
  z-index: 2;
  left: 50px;
  bottom: 0;
  top: 0;
}
@media all and (max-width: 639px) {
  #top_main .top_main_chachi {
    background: none;
    padding: 0;
    z-index: 33;
    height: 102px;
    bottom: 0;
    top: auto;
    left: 10px;
  }
}
#top_main .top_main_chachi img {
  display: block;
  height: 100%;
  margin: auto;
}
#top_main .fv_line {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  z-index: 2;
}

/*-------------------------------------*/
.section_title {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  font-weight: 600;
  color: #007868;
  line-height: 1.6em;
}
@media all and (max-width: 639px) {
  .section_title {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.section_title span {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 800;
  color: #6abd83;
}
@media all and (max-width: 639px) {
  .section_title span {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
  }
}

.bott {
  display: block;
  width: 300px;
  background: #ffa941;
  border-radius: 100px;
  margin: 50px auto 0;
  padding: 15px 0;
}
.bott span {
  display: table;
  margin: auto;
  position: relative;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 35px;
}
.bott span:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/link_icon.svg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

/*-------------------------------------*/
.top_read {
  padding-top: 50px;
}
.top_read__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 639px) {
  .top_read__in {
    display: block;
  }
}
.top_read__in__right {
  margin-left: 50px;
  position: relative;
}
.top_read__in__right:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 72px;
  height: 108px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/top_read_hatena.svg);
  right: -50px;
  top: -30px;
}
@media all and (max-width: 639px) {
  .top_read__in__right:before {
    right: 0;
  }
}
@media all and (max-width: 639px) {
  .top_read__in__right {
    margin-left: 0;
    margin-top: 30px;
  }
}
.top_read .section_title {
  text-align: left;
}
@media all and (max-width: 639px) {
  .top_read .section_title {
    text-align: center;
  }
}
.top_read .section_title span {
  margin-bottom: 10px;
}
.top_read__main {
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d201f;
  line-height: 1.8em;
  margin-top: 19px;
  position: relative;
}
@media all and (max-width: 639px) {
  .top_read__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.top_read__main:first-child {
  margin-top: 0;
}
.top_read__main span {
  display: table;
  background: #dce2e0;
  color: #007868;
  padding: 0 10px;
}
@media all and (max-width: 639px) {
  .top_read__main br {
    display: none;
  }
}

.top_feature .single {
  padding-top: 30px;
}
.top_feature .col-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
@media all and (max-width: 639px) {
  .top_feature .col-3 {
    display: block;
  }
}
.top_feature .col-3 .col-3__item {
  width: 30%;
  margin-right: 3%;
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 40px 25px;
}
@media all and (max-width: 639px) {
  .top_feature .col-3 .col-3__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top_feature .col-3 .col-3__item:last-child {
  margin-right: 0;
}
.top_feature .col-3 .col-3__item img {
  display: block;
  margin: 20px auto;
  width: 114px;
}
.top_feature__read {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d201f;
}
.top_feature__read span {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 19px;
  font-size: 1.9rem;
  color: #ffa941;
  font-weight: 600;
  line-height: 1em;
}
.top_feature__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
}
.top_feature .top_feature_bottom {
  display: block;
  width: 96%;
  margin: auto;
}

.top_service .single_new {
  background: #b8ddd9;
  position: relative;
}
.top_service .single_new .top_service_bg {
  display: block;
  width: 100%;
}
.top_service .single {
  padding-top: 0;
}
.top_service .col-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media all and (max-width: 639px) {
  .top_service .col-3 {
    display: block;
    margin-top: 30px;
  }
}
.top_service .col-3 .col-3-item {
  width: 32%;
  background: #fff;
  margin-right: 2%;
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 639px) {
  .top_service .col-3 .col-3-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.top_service .col-3 .col-3-item:last-child {
  margin-right: 0;
}
.top_service .col-3 .col-3-item a {
  display: block;
}
.top_service .col-3 .col-3-item .photo {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.top_service__text {
  text-align: center;
  padding: 30px 20px 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d201f;
  line-height: 1.6em;
}
.top_service__text span {
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #007868;
}
.top_service .link_icon2 {
  display: block;
  margin: auto;
  width: 40px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -23px;
}

.top_works {
  padding: 100px 0;
}
.top_works .coll_click {
  margin-top: 50px;
}
.top_works .coll_click li:nth-child(even) {
  margin-top: 40px;
}
.top_works .coll_click li img {
  display: block;
  width: 98%;
  border-radius: 10px;
}

.top_guid .col-2 {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .top_guid .col-2 {
    display: block;
  }
}
.top_guid .col-2 .col-2_item {
  width: 48%;
  position: relative;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/top_guid-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 639px) {
  .top_guid .col-2 .col-2_item {
    width: 100%;
  }
}
.top_guid .col-2 .col-2_item:nth-child(even) {
  margin-left: auto;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/top_guid-2.jpg);
}
@media all and (max-width: 639px) {
  .top_guid .col-2 .col-2_item:nth-child(even) {
    margin-top: 30px;
  }
}
.top_guid .col-2 .col-2_item a {
  display: block;
  padding: 50px;
  background: linear-gradient(to left, rgba(247, 252, 250, 0.1) 0%, rgba(247, 252, 250, 0.1) 33.3%, rgba(247, 252, 250, 0.9) 100%);
}
@media all and (max-width: 639px) {
  .top_guid .col-2 .col-2_item a {
    padding: 50px 20px;
    background: linear-gradient(to left, rgba(247, 252, 250, 0.1) 0%, rgba(247, 252, 250, 0.1) 33.3%, rgba(247, 252, 250, 0.9) 100%);
  }
}
.top_guid .col-2 .col-2_item a .section_title {
  text-align: left;
}

footer {
  padding-top: 100px;
}
footer .foot_cont {
  position: relative;
}
footer .foot_cont .single {
  padding: 0;
}
footer .foot_cont__item {
  background: #fff;
  border: 2px solid #6abd83;
  position: relative;
  padding: 50px 100px;
  max-width: 860px;
  width: 100%;
  margin: auto;
  border-radius: 15px;
}
@media all and (max-width: 639px) {
  footer .foot_cont__item {
    padding: 50px 20px;
  }
}
footer .foot_cont__item:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 280px;
  height: 9px;
  background: #6abd83;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
}
footer .foot_cont__item__read {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #007868;
  font-weight: 600;
  line-height: 1.6em;
}
@media all and (max-width: 639px) {
  footer .foot_cont__item__read {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
  }
}
footer .foot_cont__item__in {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .foot_cont__item__in .left p {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #1d201f;
}
@media all and (max-width: 639px) {
  footer .foot_cont__item__in .left p {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
footer .foot_cont__item__in .rihgt {
  margin-left: auto;
}
footer .foot_cont__item__in .rihgt .bott {
  margin-top: 0;
}
@media all and (max-width: 639px) {
  footer .foot_cont__item__in .rihgt .bott {
    margin-top: 20px;
  }
}
footer .foot_cont .foot_cont_photo {
  display: block;
  width: 100%;
  margin-top: -140px;
}
@media all and (max-width: 639px) {
  footer .foot_cont .foot_cont_photo {
    margin-top: -20px;
  }
}
footer .foot_info {
  padding-top: 80px;
}
footer .foot_info img {
  display: block;
  width: 300px;
}
@media all and (max-width: 639px) {
  footer .foot_info img {
    margin: auto;
  }
}
footer .foot_info .left {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
}
@media all and (max-width: 639px) {
  footer .foot_info .left {
    text-align: center;
  }
}
footer .foot_info .foot_nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  footer .foot_info .foot_nav {
    display: none;
  }
}
footer .foot_info .foot_nav li {
  width: 30%;
  margin-right: 5%;
}
footer .foot_info .foot_nav li:nth-child(3n) {
  margin-right: 0;
}
footer .foot_info .foot_nav li a {
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1d201f;
  font-weight: 500;
}
footer .copy {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  z-index: 2;
  color: #1d201f;
  text-align: center;
  margin-top: 60px;
  padding: 10px 0;
}
@media all and (max-width: 639px) {
  footer .copy {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    margin-top: 50px;
    text-align: center;
  }
}

/*--------------------------------------------------*/
.page_title {
  width: 96%;
  margin: auto;
  position: relative;
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (max-width: 639px) {
  .page_title {
    height: 180px;
  }
}
.page_title .page_title__photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page_title .overrey {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(247, 252, 250, 0.1) 0%, rgba(247, 252, 250, 0.1) 33.3%, rgb(247, 252, 250) 100%);
  z-index: 2;
  top: 0;
  left: 0;
}
.page_title h2 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  font-weight: 600;
  color: #1d201f;
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 639px) {
  .page_title h2 {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 600;
  }
}
.page_title h2 span {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1em;
  color: #51a782;
  text-align: left;
}
@media all and (max-width: 639px) {
  .page_title h2 span {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
  }
}
.page_title .fv_line {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.page_read__text {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  font-weight: 600;
  color: #007868;
  position: relative;
  padding-top: 30px;
  text-wrap: balance;
  word-break: auto-phrase;
}
@media all and (max-width: 639px) {
  .page_read__text {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    font-weight: 600;
  }
}
.page_read__text:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 18px;
  height: 18px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/page_read.svg);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page_read__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d201f;
  margin-top: 30px;
  text-wrap: balance;
  word-break: auto-phrase;
}
@media all and (max-width: 639px) {
  .page_read__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
  }
}

/*--------------------------------------------------
会社案内(about.php)
----------------------------------------------------*/
.propfile .innerB {
  margin-top: 50px;
  align-items: center;
}
.propfile .innerB img {
  display: block;
  width: 100%;
}
.propfile .col-2 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.propfile .col-2 .left {
  border-left: 6px solid #6abd83;
  padding-left: 20px;
}
.propfile__name {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #1d201f;
}
.propfile__name span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 10px;
}
.propfile__keireki {
  margin-top: 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
}
.propfile .gireeting {
  max-width: 902px;
  width: 100%;
  margin: 60px auto 0;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
  line-height: 2em;
}
.propfile .gireeting span {
  display: block;
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #007868;
  margin-bottom: 30px;
}

.company {
  margin-top: 100px;
}
@media all and (max-width: 639px) {
  .company {
    margin-top: 50px;
  }
}
.company .single {
  padding: 0;
}
.company__photo {
  display: flex;
  flex-wrap: wrap;
}
.company__photo .item {
  width: 50%;
}
.company__photo .item:nth-child(2) {
  margin-top: 70px;
}
@media all and (max-width: 639px) {
  .company__photo .item:nth-child(2) {
    margin-top: 20px;
  }
}
.company__photo .item img {
  display: block;
  width: 100%;
}
.company__contects {
  max-width: 745px;
  background: #fff;
  border: 2px solid #6abd83;
  border-radius: 20px;
  margin: -300px auto 0;
  padding: 80px;
}
@media all and (max-width: 639px) {
  .company__contects {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
.company__contects table {
  width: 100%;
  margin-top: 50px;
}
.company__contects table th,
.company__contects table td {
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  font-weight: 500;
  color: #1d201f;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 13px 10px;
}
@media all and (max-width: 639px) {
  .company__contects table th,
  .company__contects table td {
    display: block;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.company__contects table th {
  white-space: nowrap;
}
@media all and (max-width: 639px) {
  .company__contects table th {
    background: rgba(238, 238, 238, 0.7);
  }
}

.future__readen {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 70px;
  font-size: 7rem;
  text-align: center;
  line-height: 1em;
  font-weight: 600;
  color: #c3e5e1;
}
.future__readja {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #007868;
  margin-top: -33px;
  text-wrap: balance;
  word-break: auto-phrase;
}
.future__text {
  text-align: center;
  margin-top: 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
  text-wrap: balance;
  word-break: auto-phrase;
}

/*--------------------------------------------------
戸建て外構工事(service.php)
----------------------------------------------------*/
.service__list {
  max-width: 1045px;
  width: 100%;
  margin: auto;
}
@media all and (max-width: 639px) {
  .service__list {
    margin-top: 60px;
  }
}
.service__list li:nth-child(n+2) {
  margin-top: 50px;
}
.service__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 639px) {
  .service__in {
    display: block;
  }
}
.service__in .inphoto {
  width: 37%;
}
@media all and (max-width: 639px) {
  .service__in .inphoto {
    width: 100%;
  }
}
.service__in .inphoto img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.service__in .intext {
  width: 60%;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .service__in .intext {
    width: 100%;
    margin-top: 10px;
  }
}
.service__itemread {
  color: #6abd83;
  border-bottom: 2px solid #6abd83;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding: 5px 10px;
}
.service__itemtext {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
}
@media all and (max-width: 639px) {
  .service__itemtext {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}

.persre__in {
  background: #fff;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/parspe_bg.svg);
  background-size: 60px;
  border: 2px solid #c3e5e1;
  border-radius: 20px;
  padding: 60px 90px;
  position: relative;
  box-sizing: border-box;
}
@media all and (max-width: 639px) {
  .persre__in {
    padding: 40px 20px;
  }
}
.persre__in img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.persre .innerB {
  margin-top: 40px;
  align-items: center;
}
@media all and (max-width: 639px) {
  .persre .innerB {
    margin-top: 0;
  }
}
.persre__readen {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  color: #c3e5e1;
  margin: auto;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 0.6em;
}
@media all and (max-width: 639px) {
  .persre__readen {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 0.6em;
  }
}
.persre__readja {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #007868;
}
@media all and (max-width: 639px) {
  .persre__readja {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    text-wrap: balance;
    word-break: auto-phrase;
  }
}
.persre__text {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
}
@media all and (max-width: 639px) {
  .persre__text {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}

.eriamap .section_title {
  text-align: left;
  position: relative;
}
@media all and (max-width: 639px) {
  .eriamap .section_title {
    text-align: center;
    margin-top: -50px;
  }
}
.eriamap__map {
  display: table;
  margin: auto;
  position: relative;
  padding-left: 200px;
}
@media all and (max-width: 639px) {
  .eriamap__map {
    padding-left: 0;
  }
}
.eriamap__map img {
  display: block;
  width: 277px;
  position: absolute;
  left: 0;
}
@media all and (max-width: 639px) {
  .eriamap__map img {
    position: relative;
  }
}
.eriamap__text {
  position: relative;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
  margin-top: 20px;
}
@media all and (max-width: 639px) {
  .eriamap__text {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}

/*--------------------------------------------------
リフォーム・不動産事業(reform.php)
----------------------------------------------------*/
.reformuncor .single {
  padding-top: 0;
}
.reformuncor .col-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 639px) {
  .reformuncor .col-3 {
    display: block;
  }
}
.reformuncor .col-3 .col-3-item {
  width: 32%;
  background: #fff;
  margin-right: 2%;
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 639px) {
  .reformuncor .col-3 .col-3-item {
    width: 100%;
    margin: 0 0 60px;
  }
}
.reformuncor .col-3 .col-3-item:last-child {
  margin-right: 0;
}
.reformuncor .col-3 .col-3-item a {
  display: block;
}
.reformuncor .col-3 .col-3-item .photo {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.reformuncor__text {
  text-align: center;
  padding: 30px 20px 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d201f;
  line-height: 1.6em;
}
.reformuncor__text span {
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #007868;
}
.reformuncor .link_icon2 {
  display: block;
  margin: auto;
  width: 40px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -23px;
}

.reform {
  padding-top: 100px;
}
.reform .single_new {
  background: #fff;
}
.reform__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
  margin-top: 20px;
}
.reform__list {
  max-width: 1045px;
  width: 100%;
  margin: 50px auto 0;
}
.reform__list li:nth-child(n+2) {
  margin-top: 50px;
}
.reform__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 639px) {
  .reform__in {
    display: block;
  }
}
.reform__in .inphoto {
  width: 37%;
}
@media all and (max-width: 639px) {
  .reform__in .inphoto {
    width: 100%;
  }
}
.reform__in .inphoto img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.reform__in .intext {
  width: 60%;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .reform__in .intext {
    width: 100%;
    margin-top: 30px;
  }
}
.reform__itemread {
  color: #6abd83;
  border-bottom: 2px solid #6abd83;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding: 5px 10px;
}
.reform__itemtext {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
}

.realestate {
  padding-top: 100px;
}
.realestate .single_new {
  background: #fff;
}
.realestate__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
  margin-top: 20px;
  text-wrap: balance;
  word-break: auto-phrase;
}
.realestate .col-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 639px) {
  .realestate .col-3 {
    display: block;
  }
}
.realestate .col-3 .item {
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 639px) {
  .realestate .col-3 .item {
    width: 100%;
    margin: 0 0 40px;
  }
}
.realestate .col-3 .item:nth-child(3n) {
  margin-right: 0;
}
.realestate .col-3 .item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.realestate .col-3 .item .item_read {
  color: #6abd83;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 15px;
}
.realestate .col-3 .item .item_text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d201f;
  line-height: 1.6em;
  margin-top: 10px;
}
.realestate .realestate__flow {
  margin-top: 80px;
}
@media all and (max-width: 821px) {
  .realestate .realestate__flow {
    margin-top: 60px;
  }
}
.realestate .realestate__flow .tab-container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-container {
    padding: 30px 15px;
  }
}
.realestate .realestate__flow .tab-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
  }
}
.realestate .realestate__flow .tab-btn {
  display: block;
  min-width: 320px;
  padding: 16px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #6abd83;
  border: 1px solid #6abd83;
  font-weight: 700;
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 821px) {
  .realestate .realestate__flow .tab-btn {
    min-width: 280px;
  }
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-btn {
    width: 100%;
    min-width: initial;
    padding: 14px 20px;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.realestate .realestate__flow .tab-btn.is-active, .realestate .realestate__flow .tab-btn:hover {
  background-color: #6abd83;
  color: #fff;
  border-color: #6abd83;
}
.realestate .realestate__flow .tab-content {
  display: none;
  animation: tabFadeIn 0.5s ease forwards;
}
.realestate .realestate__flow .tab-content.is-active {
  display: block;
}
.realestate .realestate__flow .tab-content__title {
  text-align: center;
  color: #6abd83;
  margin-bottom: 15px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-content__title {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.realestate .realestate__flow .tab-content__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}
@media all and (max-width: 821px) {
  .realestate .realestate__flow .tab-content__intro {
    gap: 40px;
  }
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-content__intro {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
  }
}
.realestate .realestate__flow .tab-content__img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media all and (max-width: 821px) {
  .realestate .realestate__flow .tab-content__img {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-content__img {
    width: 180px;
    height: 180px;
  }
}
.realestate .realestate__flow .tab-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realestate .realestate__flow .tab-content__text {
  max-width: 520px;
  color: #1d201f;
}
.realestate .realestate__flow .tab-content__text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.realestate .realestate__flow .tab-content__text ul li {
  position: relative;
  margin-bottom: 12px;
  line-height: 1.8;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-content__text ul li {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
  }
}
.realestate .realestate__flow .tab-content__text ul li i {
  color: #6abd83;
  margin-right: 6px;
}
.realestate .realestate__flow .tab-content__text p {
  margin: 0;
  line-height: 1.9;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .tab-content__text p {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
.realestate .realestate__flow .flow-wrapper {
  overflow-x: auto;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .flow-wrapper {
    padding-bottom: 10px;
  }
}
.realestate .realestate__flow .flow-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 1190px) {
  .realestate .realestate__flow .flow-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .flow-list {
    gap: 14px;
  }
}
.realestate .realestate__flow .flow-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 100px) / 6);
  min-height: 140px;
  padding: 18px 12px;
  background-color: #fff;
  border: 1.5px solid rgb(255, 203.6263157895, 141.5);
  border-radius: 12px;
  text-align: center;
  z-index: 1;
}
@media all and (max-width: 1190px) {
  .realestate .realestate__flow .flow-list li {
    width: calc((100% - 40px) / 3);
  }
}
@media all and (max-width: 821px) {
  .realestate .realestate__flow .flow-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .flow-list li {
    width: 100%;
    min-height: 110px;
    padding: 16px 10px;
  }
}
.realestate .realestate__flow .flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background-color: #ffa941;
}
@media all and (max-width: 1190px) {
  .realestate .realestate__flow .flow-list li:not(:last-child)::after {
    display: none;
  }
}
.realestate .realestate__flow .flow-list li .num {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ffa941;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .flow-list li .num {
    margin-bottom: 6px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.realestate .realestate__flow .flow-list li .txt {
  margin: 0;
  line-height: 1.7;
  color: #1d201f;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .realestate .realestate__flow .flow-list li .txt {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6;
  }
}
@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------
施工実績(works.php)
----------------------------------------------------*/
.page_read .uncor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
@media all and (max-width: 639px) {
  .page_read .uncor {
    display: block;
  }
}
.page_read .uncor li:nth-child(n+2) {
  margin-left: 20px;
}
@media all and (max-width: 639px) {
  .page_read .uncor li:nth-child(n+2) {
    margin: 10px 0 0;
  }
}
.page_read .uncor li a {
  display: block;
  border: 1px solid #6abd83;
  color: #6abd83;
  padding: 10px 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 100px;
  transition: 0.4s;
}
@media all and (max-width: 639px) {
  .page_read .uncor li a {
    text-align: center;
  }
}
.page_read .uncor li a:hover {
  background: #6abd83;
  color: #fff;
  transition: 0.4s;
}

.page_works .works_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.page_works .works_gallery li a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.page_works .works_gallery li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.3s;
}
.page_works .works_gallery li img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}
.page_works .works_gallery li:hover img {
  transform: scale(1.08);
}
.page_works .works_gallery li:hover a::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .page_works .works_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.works__read {
  background: #fff;
  border-top: 2px solid #6abd83;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #6abd83;
  padding: 5px 10px;
  position: relative;
}
.works__read span {
  display: block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 1em;
  height: 1em;
}
.works__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .works__list {
    display: block;
  }
}
.works__list li {
  width: 48%;
}
@media all and (max-width: 639px) {
  .works__list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.works__list li:nth-child(even) {
  margin-left: auto;
}
.works__list li:nth-child(n+3) {
  margin-top: 60px;
}
@media all and (max-width: 639px) {
  .works__list li:nth-child(n+3) {
    margin-top: 0;
  }
}
.works__list__imte {
  display: flex;
  flex-wrap: wrap;
}
.works__list__imte .item_before {
  width: 36%;
  position: relative;
}
.works__list__imte .item_before:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 68px;
  height: 68px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/item_before.svg);
  top: -30px;
  right: -10px;
}
@media all and (max-width: 639px) {
  .works__list__imte .item_before:before {
    width: 50px;
    top: -10px;
    height: 50px;
  }
}
.works__list__imte .item_before img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.works__list__imte .item_after {
  width: 60%;
  position: relative;
  margin-left: auto;
}
.works__list__imte .item_after:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 80px;
  height: 80px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28209/item_after.svg);
  top: -30px;
  right: -10px;
}
@media all and (max-width: 639px) {
  .works__list__imte .item_after:before {
    width: 60px;
    height: 60px;
    top: -10px;
  }
}
.works__list__imte .item_after img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

/*--------------------------------------------------
お問い合わせ(contact.php)
----------------------------------------------------*/
.contact .single {
  padding-top: 0;
}
.contact .form-contents {
  padding: 70px;
  margin-top: 60px;
}
@media all and (max-width: 639px) {
  .contact .form-contents {
    padding: 30px 20px;
  }
}
.contact .accbox {
  margin-top: 40px;
}
.contact .accbox label {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
}
.contact .accbox label .more {
  display: block;
  text-align: center;
  border-top: 1px solid #007868;
  border-bottom: 1px solid #007868;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #007868;
  width: 100%;
  padding: 0.8em 0;
  margin: 15px auto 0;
  transition: 0.4s;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .contact .accbox label .more {
    margin-left: 0;
  }
}
.contact .accbox label .more span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.contact .accbox label:hover .more {
  background: #007868;
  color: #fff;
  transition: 0.4s;
}
.contact .accbox label .single {
  padding: 0;
}
.contact .accbox input {
  display: none;
  transition: 0.8s;
}
.contact .accbox .accshow_1 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  position: relative;
}
.contact .accbox .accshow_1 .main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1d201f;
  text-align: left;
  letter-spacing: 0;
  width: 85%;
  margin: auto;
}
@media all and (max-width: 639px) {
  .contact .accbox .accshow_1 .main {
    line-height: 1.7em;
  }
}
.contact .accbox .accshow_1 .main span {
  display: block;
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 639px) {
  .contact .accbox .accshow_1 .main span {
    margin-top: 35px;
  }
}
.contact .cssacc_1:checked + .accshow_1 {
  height: auto;
  opacity: 1;
  transition: 0.8s;
}

/*--------------------------------------------------
新着情報(topics_list.php)
----------------------------------------------------*/
#topics_1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#topics_1 .single_new {
  background: #fff;
}
#topics_1 .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  #topics_1 .inner {
    display: block;
  }
}
#topics_1 .inner .left {
  width: 67%;
}
@media all and (max-width: 639px) {
  #topics_1 .inner .left {
    width: 100%;
  }
}
#topics_1 .inner .right {
  width: 27%;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  #topics_1 .inner .right {
    width: 100%;
    margin: 50px 0 0;
  }
}
#topics_1 .inner .right .side_titem {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 25px;
  font-size: 2.5rem;
  color: #007868;
}
#topics_1 .inner .right .side_titem.sec {
  margin-top: 80px;
}
#topics_1 .inner .right .side_titem span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  font-weight: 500;
  display: block;
}
#topics_1 .inner .right ul.post_list li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
#topics_1 .inner .right ul.post_list li a {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding: 15px 10px;
  transition: 0.4s;
}
#topics_1 .inner .right ul.post_list li a .data {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #007868;
  opacity: 0.5;
  position: relative;
}
#topics_1 .inner .right ul.post_list li a .data span {
  background: #ccc;
  color: #fff;
  font-family: YakuHaRP, "Zen Maru Gothic", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 100px;
  display: inline-block;
  padding: 0 1.8em;
  position: absolute;
  top: 2px;
  left: 80px;
}
#topics_1 .inner .right ul.post_list li a .title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  font-weight: 400;
  color: #1d201f;
  display: block;
  margin-top: 4px;
  line-height: 1.8em;
}
#topics_1 .inner .right ul.post_list li a:hover {
  background: rgba(238, 238, 238, 0.4);
  transition: 0.4s;
}
#topics_1 .entry .data {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #007868;
}
#topics_1 .entry .title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #1d201f;
}
#topics_1 .entry .main_cont {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 30px;
  color: #1d201f;
}
#topics_1 .entry .main_cont img {
  max-width: 100%;
  display: block;
}/*# sourceMappingURL=style.css.map */