@charset "UTF-8";

/*///////////////////////////////

bace

/////////////////////////////*/

/*///////////////////////////////

variable

/////////////////////////////*/

/*-----------------------------
ブレークポイント
-----------------------------*/

/*-----------------------------
color
-----------------------------*/

/*///////////////////////////////

mixin

/////////////////////////////*/

/*-----------------------------
font
-----------------------------*/

/*-----------------------------
bace
-----------------------------*/
/* 変数をトップページと共通のグリーンテーマに変更 */
:root {
  --theme-green: #009b87;
  --theme-dark-text: #2c3e50;
  --theme-light-text: #555;
  --gradient-light: linear-gradient(
    180deg, rgba(38,169,160,0.08) 0%, rgba(255,255,255,0) 100%
  );
}

/* =====================================================
  Single News Article (お知らせ詳細) Styling
  ===================================================== */
.single-news-wrapper {padding:6rem 0 10rem;background:#f8fafb;}
.single-news-wrapper .inner {max-width:980px;margin:0 auto;}
.news-article-card {background:#fff;border:1px solid #e4e9ec;border-radius:14px;box-shadow:0 4px 18px rgba(0,0,0,.04);padding:5rem 6rem 6rem;margin:0 auto;}
@media (max-width:860px){.news-article-card{padding:3.5rem 3rem 4.5rem;}}
@media (max-width:560px){.news-article-card{padding:2.8rem 2.2rem 4rem;border-radius:10px;}}
.news-article-header {margin-bottom:3.5rem;}
.news-article-title {font-size:3.2rem;line-height:1.35;font-weight:700;color:#2c3e50;letter-spacing:.05em;margin:0 0 1.8rem;}
@media (max-width:560px){.news-article-title{font-size:2.4rem;margin-bottom:1.4rem;}}
.news-meta-bar {display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center;font-size:1.3rem;}
.news-date {font-weight:600;color:#009b87;letter-spacing:.05em;}
.news-cat-list {display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;margin:0;padding:0;}
.news-cat-list li a {display:inline-block;background:#009b87;color:#fff;font-size:1.2rem;font-weight:600;padding:.4rem 1.1rem;border-radius:25px;text-decoration:none;line-height:1;transition:.25s;}
.news-cat-list li a:hover {background:#007a6b;opacity:1;}
.news-hero {margin:0 0 3rem;border-radius:10px;overflow:hidden;}
.news-hero img {width:100%;height:auto;display:block;object-fit:cover;}
.news-content {font-size:1.7rem;line-height:1.9;color:#394d5a;}
.news-content p {margin:0 0 1.6rem;}
.news-content h2,.news-content h3,.news-content h4 {margin:3.2rem 0 1.6rem;font-weight:700;line-height:1.35;}
.news-content h2 {font-size:2.4rem;border-left:6px solid #009b87;padding-left:1rem;}
.news-content h3 {font-size:2.1rem;}
.news-content h4 {font-size:1.9rem;}
.news-content ul {margin:0 0 2.2rem 1.6rem;padding:0;}
.news-content li {margin-bottom:.6rem;}
.news-content a {color:#009b87;text-decoration:underline;}
.news-content a:hover {text-decoration:none;}
.news-footer-nav {margin-top:5rem;border-top:1px solid #e4e9ec;padding-top:3.5rem;}
.news-prev-next {display:flex;justify-content:space-between;gap:2rem;margin-bottom:3.2rem;}
.news-nav-btn {flex:1;text-decoration:none;background:#eef4f5;padding:1.4rem 2rem;border-radius:8px;font-size:1.4rem;font-weight:600;color:#2c3e50;transition:.25s;display:inline-block;text-align:center;}
.news-nav-btn:hover {background:#009b87;color:#fff;opacity:1;}
.news-nav-btn.prev {text-align:left;}
.news-nav-btn.next {text-align:right;}
@media (max-width:640px){.news-prev-next{flex-direction:column;}.news-nav-btn{width:100%;text-align:center;}}
.news-back-wrap {text-align:center;}
.news-back-btn {display:inline-block;background:#009b87;color:#fff;font-weight:700;letter-spacing:.05em;padding:1.6rem 4rem;border-radius:50px;text-decoration:none;font-size:1.5rem;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:.3s;}
.news-back-btn:hover {transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12);opacity:1;}
.news-empty {text-align:center;padding:6rem 0;font-size:1.6rem;color:#666;}
.single-news-wrapper + footer {margin-top:0;}
footer {padding-top:6rem;}
iframe {
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 90%;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.ta_center {
  text-align: center;
}

.ta_center_pc {
  text-align: center;
}

.ta_left {
  text-align: left;
}

.txt18 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.txt24 {
  font-size: 2.4rem;
}

.txt_600 {
  font-weight: 600;
}

.lh20 {
  line-height: 2rem;
}

input,
select {
  vertical-align: middle;
}

.heading1 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  color: #fff;
  text-align: center;
}

.heading2 {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #333;
  margin-bottom: 20px;
}

.heading2_news {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3rem;
  text-align: center;
}

.heading3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #535353;
  position: relative;
  line-height: 1.5;
  margin-bottom: 14px;
}

.heading3_recruit {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  background: #6c2293;
  padding: 30px;
  line-height: 1.5;
}

.heading4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #535353;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
}

.heading_sub {
  color: #2e308d;
}


.page .header-inner {
	background-color: #fff;
}

.archive .header-inner {
	background-color: #fff;
}

.page .header_navitem a {
	color: #333;
}

.archive .header_navitem a {
	color: #333;
}

.btn_top_about {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  width: 100%;
  padding: 22px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgb(101, 92, 221);
  background: -webkit-linear-gradient(
    72deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
  background: linear-gradient(
    18deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
  position: relative;
}

.btn_top_about::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_top_about_sm {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}

.jc_center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

/* #page-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999;
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #fff;
  background: rgb(101, 92, 221);
  background: -webkit-linear-gradient(72deg, rgb(101, 92, 221) 0%, rgb(132, 9, 197) 100%);
  background: linear-gradient(18deg, rgb(101, 92, 221) 0%, rgb(132, 9, 197) 100%);
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
} */

/* #breadcrumb ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	padding: 40px 0;
}


#breadcrumb li {
    display: inline-block;
    color: #333;
    position: relative;
    font-size: 1.8rem;
    padding: 0 2px;
    text-transform: uppercase;
    line-height: 1.3;
}

#breadcrumb li a{
	color: #333;
	text-decoration: none;
}

#breadcrumb li+li {
    margin-left: 25px;
}

#breadcrumb li+li::before {
    content: "＞";
    margin: 0 10px;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: -28px;
} */

.sec-pt {
  padding-top: 100px;
}

.cmn__sec {
  padding: 10rem 0;
  position: relative;
}

.lawer_sec {
  padding: 130px 0 80px;
}

.lawer_content_wrap {
  margin-bottom: 50px;
}

#company_sec .lawer_content_wrap .txt18 {
  line-height: 2;
  padding-top: 30px;
}

#company_sec .color-mursaki {
  color: #2e308d;
  border-bottom: 1px solid #2e308d;
  padding-bottom: 0;
}

.lawer_content_inner {
  margin-bottom: 40px;
}

.lawer_content_wrap,
.lawer_content_inner:last-child {
  margin-bottom: 0;
}

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

.lawer_flex01_images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

.lawer_flex01_images images {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lawer_flex01_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}

.lawer_flex01_images,
.lawer_flex01_content {
  padding: 0 15px;
}
.lawer_flex02 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.lawer_flex02_img {
  flex: 0 0 40%;
}

.lawer_flex02_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

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

.lawer_flex02_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding-right: 80px;
}

.lawer_flex02 .lawer_flex02_content .sec-ttl {
  margin-bottom: 6rem;
  text-align: left;
}

.bg_gr {
  background: #f8f8f8;
}

.bt_gr {
  border-top: solid 2px #e9e9e9;
}

.table_content_wrap02 {
  width: 100%;
  margin-top: 60px;
  list-style: none;
}

.table_content_inner {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-templates-company .table_content_row {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
}


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

.table_content_row:last-child::after {
  content: none;
}

.table_h02 {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 25px;
  line-height: 1.8;
}

.table_h02_b {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 25px;
  line-height: 1.8;
}

.table_d02 {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 25px;
  line-height: 1.8;
}

.table_d02_b {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 25px;
  line-height: 1.8;
}

.fedein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fedein.isAnimate {
  opacity: 1;
  transform: translate(0, 0);
}

.slick-list {
  overflow: visible !important;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #2f0047;
  font-size: 2.4rem;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #2f0047;
  font-size: 2.4rem;
}

.slick-dots li button:before {
  font-size: 50px !important;
}

.back-black {
  background-color: #1e1e1e;
}

.back-white {
  background-color: #fff;
}

.back-mursaki {
  padding: 5px 20px;
  color: #333;
}

.color-white {
  color: #fff;
}

.color-mursaki {
  color: #2e308d;
  padding-bottom: 10px;
  border-bottom: 1px solid #2e308d;
}

.number {
  display: inline-block;
}

.line-murasaki {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
  padding-bottom: 15px;
  padding-left: 10px;
}

.line-murasaki::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background: #ffa0be;
  background: linear-gradient(
    90deg,
    rgba(255, 160, 190, 1) 0%,
    rgba(198, 231, 249, 1) 100%
  );
  position: absolute;
  bottom: -2px;
  left: 0;
}


#news_archive a {
  text-decoration: none;
  color: #333;
}

.blog-cont .media {
  padding: 30px 0 40px;
  border-bottom: 1px solid #e9e9e9;
}

.media .category-news .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.media .media-body .image {
  position: relative;
  margin-right: 40px;
  margin-top: 20px;
  width: 35rem;
}

.media .media-body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media .media-body .entry-meta_items_term {
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  background-color: #333;
}

.media-body .post-content .media-heading {
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 20px;
  /*   padding: 40px 0 20px; */
  color: #333;
}

.media-body .post-content {
  text-align: left;
  margin-top: 44px;
}

.media-body .post-content a {
  color: #000;
}

.media-body .post-content a p {
  line-height: 2;
}

.media-body .post-content .media-heading a:hover {
  color: #333;
  text-decoration: underline;
}

.media-body .post-content .media-body_excerpt:hover {
  text-decoration: underline;
}

.container_single {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 8%;
}

.topics_detail {
  margin-bottom: 180px;
}

.topics_detail h2 {
  margin: 2.2em auto;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4em 0.5em;
  line-height: 1.5;
  position: relative;
}

.topics_detail .time {
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto 3em;
}

.topics_detail .body {
  width: 100%;
  margin: 0 auto 1em;
  padding: 0 0 1em;
}

.topics_detail .body h1 {
  font-size: 3.8rem;
}

.topics_detail .body h2 {
  font-size: 3.2rem;
  margin-top: 20px;
}

.topics_detail .body h3 {
  font-size: 2.5rem;
  margin-top: 20px;
}

.topics_detail .body h4 {
  font-size: 2.2rem;
  margin-top: 20px;
}

.topics_detail .body p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 20px;
}

.topics_detail .body .imege {
  margin-bottom: 80px;
}

.topics_detail .body img {
  width: 100%;
  height: 100%;
}

.topics_links {
  margin: 0 0 0;
  position: relative;
  width: 100%;
}

.topics_links .btn_wrap {
  margin: 40px 0;
}

.topics_links .links_move {
  position: absolute;
  left: 0;
  font-weight: bold;
  position: relative;
  padding: 10px 0 0 1.8em;
  letter-spacing: 1px;
  display: inline-block;
}

.topics_links .links_move a {
  text-decoration: none;
  color: #333333;
  /* 	font-family: Noto Serif JP, sans-serif; */
}

.topics_links .totopics a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #cc2d1d;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.page_heading1_wrap {
  width: 100%;
  height: 500px;
  background-image: url(../images/h1_company.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8rem;
}
.service .page_heading1_wrap {
  background-image: url(../images/h1_service.jpg);
}


#company.page_heading1_wrap {
  background-image: url(../images/h1_company.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#recruit.page_heading1_wrap {
  background-image: url(../images/h1_recruit.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#property.page_heading1_wrap {
  background-image: url(../images/h1_property.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#service.page_heading1_wrap {
  background-image: url(../images/h1_service.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#news.page_heading1_wrap {
  background-image: url(../images/h1_topics.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact.page_heading1_wrap {
  background-image: url(../images/h1_contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#company_sec .company_map {
  margin-top: 60px;
}

#company_sec .company_map iframe {
  height: 400px;
}

#company_sec .company_maplist {
  margin-top: 60px;
}

#company_sec .company_mapimg {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#company_sec .company_mapimg-item:first-child {
  width: 26.33333%;
}

#company_sec .company_mapimg-item:first-child img {
  max-height: 53.3333333333vw;
  -o-object-fit: cover;
  object-fit: cover;
}

#company_sec .company_mapimg-item:nth-child(2) {
  width: 66.66666667%;
}

#company_sec .company_mapimg-item img {
  width: 100%;
}

#company_sec .company_mapwrap {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

#company_sec .company_mapwrap li {
  width: 48%;
}

#company_sec .company_mapwrap li iframe {
  height: 400px;
}

#company_sec .company_map > img {
  width: 50%;
  margin: 30px auto 0;
  display: block;
}

#property_sec .property {
  margin-bottom: 150px;
}

#property_sec .property:last-child {
  margin-bottom: 0;
}

#property_sec .property:nth-of-type(even) .lawer_flex01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

#property_sec .property_item {
  width: 48%;
}

#property_sec .property_img img {
  width: 100%;
  aspect-ratio: 3/2 !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

#property_sec .property_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

#property_sec .property_content {
  padding-top: 30px;
}

#property_sec storng {
  font-weight: bold;
  color: #2e308d;
}

#property_sec .property {
  margin-bottom: 13.3333333333vw;
}

#property_sec .property_label .back-mursaki {
  width: 22%;
}

#property_sec .property_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#property_sec .thumbnail {
  margin-top: 30px;
}

#property_sec .thumbnail-img img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

#property_sec .line-murasaki {
  padding-left: 0;
}

#property_sec .slick-list {
  overflow: hidden !important;
}

#property_sec .slick-prev,
#property_sec .slick-next {
  width: 35px !important;
  height: 35px !important;
}

#property_sec .slick-prev {
  left: 5px !important;
  z-index: 10 !important;
}

#property_sec .slick-next {
  right: 5px !important;
  z-index: 10 !important;
}

/* #property_sec .thumbnail .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
} */

#property_sec .thumbnail-img {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#property_sec .thumbnail .slick-current {
  opacity: 1;
}

.sp-none {
  display: none;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* body.home .page_itemwrap ul li a span{
      font-family: Noto Serif JP, sans-serif;
  } */

.page_itemwrap ul li img {
  width: 100%;
}

@media (min-width: 769px) {
  .inner {
    width: 85%;
  }

  .sec-pt {
    padding-top: 144px;
  }

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

@media (max-width: 1400px) {
  .mb20 {
    margin-bottom: 1.6vw;
  }

  .mt10 {
    margin-top: 0.9333333333vw;
  }

  .mt20 {
    margin-top: 1.6vw;
  }

  .mt30 {
    margin-top: 2.4vw;
  }

  .mt40 {
    margin-top: 3.0666666667vw;
  }

  .mt50 {
    margin-top: 3.7333333333vw;
  }

  .pt50 {
    padding-top: 3.7333333333vw;
  }

  .txt18 {
    font-size: 1.6666666667vw;
  }

  .txt24 {
    font-size: 2vw;
  }

  #breadcrumb ul {
    padding: 2.44444444vw 0;
  }

  #breadcrumb li {
    font-size: 1.6666666667vw;
  }

  #breadcrumb li + li {
    margin-left: 2.6666666667vw;
  }

  #breadcrumb li + li::before {
    content: "＞";
    margin: 0;
    font-size: 1.22222222vw;
    position: absolute;
    top: 0.3222222222vw;
    left: -2vw;
  }

  .heading1 {
    font-size: 3.4666666667vw;
  }

  .heading2 {
    font-size: 2.6666666667vw;
    margin-bottom: 1.555555vw;
  }

  .heading2_news {
    font-size: 1.8666666667vw;
  }

  .heading3 {
    font-size: 1.8666666667vw;
    margin-bottom: 2vw;
  }

  .heading3_recruit {
    font-size: 2.4vw;
    padding: 2.4vw;
  }

  .heading4 {
    font-size: 1.6vw;
    margin-bottom: 1.3333333333vw;
  }

  .interview_num {
    margin-bottom: 1.3333333333vw;
  }

  .interview_content {
    margin-top: 2vw;
    padding-right: 2vw;
  }

  .table_content_wrap02 {
    margin-top: 4vw;
  }

  .btn:hover::after {
    right: 1.6vw;
  }

  .btn_top_about {
    font-size: 1.6vw;
  }

  .btn_top_about::after {
    right: 2vw;
  }

  .btn_top_about_sm {
    font-size: 1.0666666667vw;
  }

  #page-top {
    bottom: 2vw;
    right: 0.9333333333vw;
  }

  #page-top a {
    width: 8vw;
    height: 8vw;
    font-size: 2vw;
    line-height: 9.3333333333vw;
  }

  #company_sec .lawer_content_wrap .txt18 {
    padding-top: 2vw;
  }

  #company_sec .company_map > img {
    margin: 3.333333333vw auto 0;
  }

  .lawer_sec {
    padding: 7.6666666667vw 0 4.6666666667vw;
  }

  .lawer_content_wrap {
    margin-bottom: 3.3333333333vw;
  }

  .lawer_content_inner {
    margin-bottom: 2.6666666667vw;
  }

  .lawer_flex02_content {
    padding-right: 4vw;
  }

  .table_h02 {
    padding: 1.8666666667vw;
  }

  .table_h02_b {
    padding: 1.8666666667vw;
  }

  .table_d02 {
    padding: 1.8666666667vw;
  }

  .table_d02_b {
    padding: 1.8666666667vw;
  }

  .back-mursaki {
    padding: 0.6666666667vw 2vw;
  }

  .color-mursaki {
    padding-bottom: 0.9333333333vw;
  }

  .number {
    margin-right: 1.3333333333vw;
  }

  .news_archive {
    padding: 4.6666666667vw 0;
  }

  .blog-cont .media {
    padding: 2vw 0 2.6666666667vw;
  }

  .media .media-body .image {
    margin-right: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }

  .media .media-body .entry-meta_items_term {
    padding: 0.6666666667vw 1.6vw;
  }

  .media-body .post-content .media-heading {
    margin-bottom: 1.6vw;
  }

  .media-body .post-content .media-heading {
    margin-bottom: 1.6vw;
  }

  .container_single {
    padding: 0 2vw;
  }

  .topics_detail {
    margin-bottom: 13.3333333333vw;
  }

  .topics_detail .body h1 {
    font-size: 3.3333333333vw;
  }

  .topics_detail .body h2 {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }

  .topics_detail .body h3 {
    font-size: 1.8666666667vw;
    margin-top: 2.6666666667vw;
  }

  .topics_detail .body h4 {
    font-size: 1.5666666667vw;
    margin-top: 2.6666666667vw;
  }

  .topics_detail .body p {
    font-size: 1.6222222vw;
    margin-top: 1.6666666667vw;
  }

  .topics_detail .body .imege {
    margin-bottom: 5.3333333333vw;
  }

  .topics_links .btn_wrap {
    margin: 3.33333333vw 0;
  }


  .page_heading1_wrap {
    height: 40vw;
  }

  #company_sec .company_map {
    margin-top: 4vw;
  }

  #company_sec .company_maplist {
    margin-top: 4vw;
  }

  #company_sec .company_mapwrap {
    margin-top: 4vw;
  }

  #property_sec .property_label .back-mursaki {
    width: 10vw;
  }

  #property_sec .thumbnail {
    margin-top: 2vw;
  }

  #property_sec .thumbnail-img img {
    height: 8vw;
  }

  #property_sec .slick-prev,
  #property_sec .slick-next {
    width: 4vw !important;
    height: 4vw !important;
  }
}

@media (max-width: 768px) {
  .container {
    margin: 0 auto;
    width: 85%;
  }

  .row {
    max-width: 767px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }

  .mb20 {
    margin-bottom: 2.6666666667vw;
  }

  .mt10 {
    margin-bottom: 1.7333333333vw;
  }

  .mt20 {
    margin-top: 2.6666666667vw;
  }

  .mt30 {
    margin-top: 3.3333333333vw;
  }

  .mt40 {
    margin-top: 4vw;
  }

  .mt50 {
    margin-top: 4.6666666667vw;
  }

  .pt50 {
    padding-top: 4.6666666667vw;
  }

  .ta_center_pc {
    text-align: left;
  }

  .ta_center_sp {
    text-align: center;
  }

  .txt18 {
    font-size: 2.666666666vw;
  }

  .txt24 {
    font-size: 3.66666666vw;
  }

  .heading1 {
    font-size: 5vw;
  }

  .heading2 {
    font-size: 4.6666666667vw;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }

  .heading2_news {
    font-size: 4.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }

  .heading3 {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }

  .heading3_recruit {
    font-size: 46vw;
  }

  .heading4 {
    font-size: 3.3333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .index_voicelist--item .heading4 {
    font-size: 3vw;
  }

  .interview_num {
    margin-bottom: 2.6666666667vw;
  }

  .interview_content {
    margin-top: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }

  .table_content_wrap02 {
    margin-top: 5.666666666vw;
  }

  .btn::after {
    right: 5.3333333333vw;
  }

  .btn_top_about {
    font-size: 2.4vw;
  }

  .btn_top_about_sm {
    font-size: 1.6vw;
  }

  .btn_top_about {
    padding: 20px;
  }

  #page-top {
    bottom: 2.6666666667vw;
    right: 1.6vw;
  }

  #page-top a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 12vw;
  }

  #breadcrumb ul {
    padding: 4.44444444vw 0;
  }

  #breadcrumb li {
    font-size: 2.6666666667vw;
  }

  #breadcrumb li + li {
    margin-left: 4.6666666667vw;
  }

  #breadcrumb li + li::before {
    content: "＞";
    margin: 0;
    font-size: 2.22222222vw;
    position: absolute;
    top: 0.5222222222vw;
    left: -3.3333333vw;
  }

  #company_sec .lawer_content_wrap .txt18 {
    padding-top: 2.6666666667vw;
  }

  .lawer_sec {
    padding: 9.3333333333vw 0 6.6666666vw;
  }

  .lawer_content_wrap {
    margin-bottom: 5.3333333333vw;
  }

  .lawer_content_inner {
    margin-bottom: 4vw;
  }

  .lawer_flex01 {
    display: block;
  }

  .lawer_flex02 {
    display: block;
  }

  .lawer_flex02_content {
    padding-right: 0;
    margin-top: 6.6666666667vw;
  }
  .lawer_flex02 .lawer_flex02_content .sec-ttl {
    text-align: left;
    margin-bottom: 6rem;
  }

  .table_h02 {
    padding: 2.9333333333vw;
  }

  .table_h02_b {
    padding: 2.9333333333vw;
  }

  .table_d02 {
    padding: 2.9333333333vw;
  }

  .table_d02_b {
    padding: 2.9333333333vw;
  }

  .back-mursaki {
    padding: 1.6vw 0;
    margin-top: 2vw;
  }

  .color-mursaki {
    padding-bottom: 2vw;
  }

  .number {
    margin-right: 2vw;
  }

  .blog-cont .media {
    padding: 3.3333333333vw 0 4vw;
  }

  .page_heading1_wrap {
    height: 53.3333333333vw;
  }

  #company_sec .company_map {
    margin-top: 6.6666666667vw;
  }

  #company_sec .company_map iframe {
    height: 46.6666666667vw;
  }

  #company_sec .company_maplist {
    margin-top: 6.6666666667vw;
  }

  #company_sec .company_mapimg {
    display: block;
  }

  #company_sec .company_mapimg-item:first-child {
    width: 83.33333333%;
    margin: 0 auto 5.3333333333vw;
  }

  #company_sec .company_mapimg-item:nth-child(2) {
    width: 100%;
  }

  #company_sec .company_mapwrap {
    display: block;
    margin-top: 6.6666666667vw;
  }

  #company_sec .company_mapwrap li iframe {
    height: 46.6666666667vw;
  }

  #company_sec .company_mapwrap li {
    width: 100%;
  }

  #company_sec .company_mapwrap li:nth-of-type(2) {
    margin-top: 6.6666666667vw;
  }

  #property_sec .property {
    margin-bottom: 20vw;
  }

  #property_sec .property_item {
    width: 100%;
  }

  #property_sec .property_item:nth-child(2n) {
    margin-top: 5.3333333333vw;
  }

  #property_sec .property_label {
    display: block;
  }

  #property_sec .property_label {
    padding-top: 4vw;
  }

  #property_sec .property_content {
    padding-top: 6.666666vw;
  }

  #property_sec .property_label .back-mursaki {
    width: 100%;
  }

  #property_sec .property_desc {
    font-size: 2.1333333333vw;
    margin-top: 2vw;
  }

  #property_sec .thumbnail {
    margin-top: 5.3333333333vw;
  }

  #property_sec .thumbnail-img img {
    height: 10.6666666667vw;
  }

  #property_sec .slick-prev,
  #property_sec .slick-next {
    width: 5.3333333333vw !important;
    height: 5.3333333333vw !important;
  }

  .media .category-news .media-body {
    display: block;
  }

  .media .category-news .media-body .heading3 {
    font-size: 3.6666666vw;
    margin-bottom: 2.6666666667vw;
  }

  .media .media-body .image {
    width: 100%;
    margin-right: 0;
    height: 100%;
  }

  .media .media-body .image img {
    min-height: auto;
    height: 100%;
  }

  .media .media-body .post-content {
    text-align: left;
    margin-top: 40px;
  }

  .container_single {
    width: 100%;
  }

  .topics_detail {
    margin: 0em 0 4vw 0;
    border-bottom: 1px solid #999999;
  }

  .topics_detail h1 {
    margin: 2.6666666667vw auto;
    width: 100%;
    border-top: 2px solid #82050a;
    border-bottom: 2px solid #82050a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0.8em 0.5em;
    position: relative;
  }

  .topics_detail .body {
    width: 100%;
    margin: 0 auto 2vw;
    padding: 0 0 5.3333333333vw;
  }

  .topics_detail .body h1 {
    font-size: 4vw;
  }

  .topics_detail .body h2 {
    font-size: 3.8888888vw;
    margin-top: 4.6666666667vw;
  }

  .topics_detail .body h3 {
    font-size: 3.3333333333vw;
    margin-top: 3.6666666667vw;
  }

  .topics_detail .body h4 {
    font-size: 2.8vw;
    margin-top: 3.6666666667vw;
  }

  .topics_detail .body p {
    font-size: 2.55555vw;
    margin-top: 2.6666666667vw;
    line-height: 2;
  }

  .topics_links {
    margin: 0 auto;
    position: relative;
    width: 95%;
  }
}

@media (min-width: 469px) {
  .br-xs {
    display: none;
  }
}

@media (max-width: 468px) {
  .txt18 {
    font-size: 3.333333vw;
  }

  .br-xs {
    display: block;
  }

  .txt24 {
    font-size: 3.66666vw;
  }

  .heading1 {
    font-size: 5.3333333333vw;
  }

  .heading2 {
    font-size: 4.33333333vw;
    letter-spacing: 0.333333333vw;
    margin-bottom: 3.3333333333vw;
  }

  .heading2_news {
    font-size: 4vw;
    letter-spacing: 0.333333333vw;
  }

  .heading3 {
    font-size: 4vw;
    margin-bottom: 3.3333333333vw;
    letter-spacing: 0.333333333vw;
  }

  .heading3_recruit {
    font-size: 4vw;
  }

  .heading4 {
    font-size: 3vw;
  }

  .slick-dots li {
    width: 3.444444vw;
    height: 3.444444vw;
  }

  .slick-dots li button:before {
    font-size: 6.444444vw !important;
  }
  .index_property--itemtxtBox {
    min-height: 28.22222vw;
  }

  #page-top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 16vw;
  }

  #company_sec .lawer_content_wrap .txt18 {
    padding-top: 3.3333333333vw;
  }

  #company_sec .company_map > img {
    margin-top: 4.44444444vw;
  }

  .lawer_sec {
    padding: 13.333333vw 0 5.333333vw;
  }

  .lawer_content_wrap {
    margin-bottom: 6.6666666667vw;
  }

  .lawer_content_inner {
    margin-bottom: 5.3333333333vw;
  }

  .table_content_row {
    border-bottom: none;
  }

  .table_content_row::after {
    content: none;
  }

  .table_content_inner {
    display: block;
  }

  .table_content_inner li {
    position: relative;
    border-bottom: solid 2px #d2d2d2;
  }

  .table_content_inner li:after {
    content: "";
    display: block;
    width: 18%;
    height: 2px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#2e308d),
      to(#823c96)
    );
    background: -webkit-linear-gradient(left, #2e308d 0%, #823c96 100%);
    background: linear-gradient(90deg, #2e308d 0%, #823c96 100%);
    position: absolute;
    bottom: -2px;
    left: 0;
  }

  .table_content_inner li:last-child {
    border-bottom: none;
  }

  .table_content_inner li:last-child:after {
    content: none;
  }

  .blog_section {
    padding: 7.3333333333vw;
  }

  .blog-cont .media {
    padding: 4.6666666667vw 0 5.3333333333vw;
  }

  .page_heading1_wrap {
    height: 66.6666666667vw;
  }

  #company_sec .company_map iframe {
    height: 66.6666666667vw;
  }

  #company_sec .company_mapwrap li iframe {
    height: 66.6666666667vw;
  }

  #property_sec .property {
    margin-bottom: 26.6666666667vw;
  }

  #property_sec .property_desc {
    font-size: 2.8vw;
  }

  #property_sec .slick-prev,
  #property_sec .slick-next {
    width: 6.6666666667vw !important;
    height: 6.6666666667vw !important;
  }
}

@media (max-width: 320px) {
  .page_heading1_wrap {
    height: 300px;
  }

  .heading1 {
    font-size: 8.333333vw;
  }

  .index_property .slick-slide img {
    height: 100px !important;
  }
}

/* セクション共通スタイル */
.service section {
  padding: 10rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.service section:last-of-type {
  border-bottom: none;
}
/* 
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title .en {
  font-size: 32px;
  font-weight: bold;
  color: var(--theme-dark-text);
  margin-bottom: 8px;
  letter-spacing: 1.5px;
}

.section-title .en .first-char {
  color: var(--theme-pink);
}

.section-title .ja {
  font-size: 18px;
  color: var(--theme-light-text);
} */

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: bold;
  margin: 0 0 2rem 0;
  line-height: 1.4;
  text-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.6);
}

.hero p {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  line-height: 1.7;
  text-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.6);
}

/* 強みセクション */
.strength-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4rem;
  text-align: center;
}

.strength-item {
  background: #fff;
  padding: 3.5rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.strength-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.8rem 3rem rgba(230, 38, 137, 0.1);
}

.strength-item .icon {
  font-size: 5rem;
  color: var(--theme-green);
  margin-bottom: 2rem;
}

.strength-item h3 {
  font-size: 2.2rem;
  color: var(--theme-dark-text);
  margin-bottom: 2rem;
}

.strength-item p {
  text-align: left;
  font-size: 1.6rem;
  color: var(--theme-light-text);
}

.lead-text {
  text-align: center;
  max-width: 800px;
  margin: 4rem auto 8rem auto;
  color: var(--theme-light-text);
}

/* 事業内容セクション */
.service #service-section {
  background: var(--gradient-light);
}

.service-card {
  background: #fff;
  margin-top: 8rem;
  padding: 6rem 5rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.05);
  margin-bottom: 6rem;
}

.service-card h4 {
  font-size: 2.2rem;
}

.service-card:last-child {
  margin-bottom: 0;
}

.service-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}

.service-intro.reverse {
  grid-template-columns: 1.2fr 1fr;
}

.service-intro.reverse .service-image {
  grid-row: 1;
  grid-column: 2;
}

.service-intro.reverse .service-header {
  grid-row: 1;
  grid-column: 1;
}

.service-image img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
  object-fit: cover;
  max-height: 40rem;
}

.service-header {
  text-align: left;
}

.service-header .service-label {
  display: inline-block;
  color: #aaa;
  font-weight: bold;
  font-size: 1.6ren;
  margin-bottom: 0.5rem;
}

.service-header .service-main-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--theme-dark-text);
  margin: 0 0 2rem 0;
  line-height: 1.4;
}

.service-header .service-catchphrase {
  font-size: 2.2rem;
  margin: 0 0 2rem 0;
  color: var(--theme-green);
  font-weight: bold;
}

.service-header .service-description {
  color: var(--theme-light-text);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 4rem;
  margin-top: 6rem;
}

.grid-2 strong {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 1.5rem;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.custom-list .check-icon {
  color: var(--theme-green);
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}

.support-box {
  padding: 2.5rem;
  border: 0.1rem solid #eee;
  border-radius: 0.8rem;
  background: #fff;
}

.support-box h4 {
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
  color: var(--theme-green);
}

.support-box .target-audience {
  font-size: 1.6rem;
  color: var(--theme-light-text);
  margin-bottom: 2rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.tag {
  background-color: rgba(0, 155, 135, 0.1);
  color: var(--theme-green);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

/* サービス内フロー */
.service-flow {
  margin-top: 8rem;
  padding-top: 6rem;
  border-top: 0.1rem dashed rgba(0, 155, 135, 0.2);
}

.service-flow h4 {
  text-align: center;
  font-size: 3rem;
  color: var(--theme-dark-text);
  margin-bottom: 4rem;
}

.flow-timeline {
  position: relative;
  padding: 1.5rem 0;
}

.flow-timeline::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  width: 0.5rem;
  height: 100%;
  background: rgba(38, 169, 160, 0.2);
  border-radius: 0.2rem;
}

.flow-step {
  position: relative;
  padding-left: 8rem;
  margin-bottom: 4rem;
}

.flow-step::before {
  content: attr(data-step);
  position: absolute;
  left: -0.3rem;
  top: 0rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: var(--theme-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  border: 0.3rem solid #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.flow-step h5 {
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
}

.flow-step p {
  margin: 0;
  color: var(--theme-light-text);
  font-size: 1.8rem;
}

/* FAQセクション */
#faq {
  background: var(--gradient-light); 
}

.faq-item {
  background-color: #fff;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item summary {
  display: flex;
  align-items: center;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  color: var(--theme-dark-text);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  font-size: 2.2rem;
  color: var(--theme-green);
}

.faq-item[open] summary::after {
  content: "\f068";
}

.faq-answer {
  display: flex;
  padding: 0 2rem 2rem 2rem;
  color: var(--theme-light-text);
}

.faq-answer .label {
  color: var(--theme-green);
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 1.5rem;
}

/* お問い合わせセクション */
/* #contact {
  background-color: #fff;
} */

.contact .lead {
  font-size: 2rem;
  max-width: 700px;
  margin: -4rem auto 4rem auto;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--theme-green);
  color: #fff;
  border-color: var(--theme-green);
}

.btn-primary:hover {
  background: #c31f71;
  border-color: #c31f71;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  background: #fff;
  color: var(--theme-green);
  border: 0.2rem solid var(--theme-green);
}

.btn-secondary:hover {
  background: rgba(0, 155, 135, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.1);
}

/* フッター */
footer {
  background: var(--gradient-full);
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

footer h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.footer-info a {
  color: #fff;
  text-decoration: underline;
}

.footer-info p {
  margin: 0.5rem 0;
}

.copyright {
  margin-top: 3rem;
  font-size: 1.4rem;
  opacity: 0.9;
}

.index_accordion_list {
  margin-top: 4rem;
  line-height: 1.5;
}

.index_accordion_title {
  position: relative;
  padding: 1.5rem 5rem 1.5rem 3.5rem;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #333;
  font-size: 2rem;
}

.index_accordion_title::before {
  position: absolute;
  content: "Q";
  color: var(--theme-green);
  top: 15%;
  left: 0;
  font-size: 3rem;
}

.index_accordion_title::after {
  position: absolute;
  display: block;
  content: "";
  top: 20%;
  right: 0;
  width: 3.3rem;
  height: 3.3rem;
  background-image: url(../images/accodion_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.3rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.index_accordion_text {
  position: relative;
  display: none;
  padding: 1.5rem 5rem 1.5rem 3.5rem;
  font-size: 2rem;
}

.index_accordion_text::before {
  position: absolute;
  content: "A";
  left: 0;
  color: var(--theme-green);
  font-size: 3rem;
  top: 1rem;
}

/* =================================================== */
/* === レスポンシブ対応 (スマートフォン表示の調整) === */
/* =================================================== */
@media (max-width: 768px) {
  /* -- 全体の余白と文字サイズを調整 -- */
  section {
    padding: 6rem 0;
  }

  .section-title .en {
    font-size: 2.8rem;
  }

  .section-title .ja {
    font-size: 1.8rem;
  }

  .lead-text {
    margin-bottom: 6rem;
  }

  /* -- 強みセクション -- */
  .strength-grid {
    gap: 2rem;
  }

  .strength-grid p {
    font-size: 2rem;
  }

  .strength-item {
    padding: 3rem;
  }

  /* -- 事業内容セクション -- */
  .service-card {
    padding: 3rem 2rem;
  }

  .service-intro,
  .service-intro.reverse {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
  }

  .service-intro.reverse .service-image {
    grid-row: 1;
    /* 画像を常に一番上に */
    grid-column: 1;
  }

  .service-intro.reverse .service-header {
    grid-row: 2;
    grid-column: 1;
  }

  .service-header {
    text-align: center;
    /* ヘッダーテキストを中央揃えに */
  }

  .service-header .service-main-title {
    font-size: 2.6rem;
  }

  .service-header .service-catchphrase {
    font-size: 2rem;
  }

  .tag-list {
    justify-content: center;
  }

  /* -- サービス内フロー -- */
  .service-flow h4 {
    font-size: 2.2rem;
  }

  .flow-timeline::before {
    left: 1.6rem;
    /* 縦線の位置を調整 */
  }

  .flow-step {
    padding-left: 6rem;
    /* 左の余白を縮小 */
  }

  .flow-step::before {
    width: 4rem;
    /* ステップ番号の円を小さく */
    height: 4rem;
    font-size: 1.6rem;
    border-width: 0.2rem;
    left: 0;
  }

  .flow-step h5 {
    font-size: 2.4rem;
  }

  .flow-step p {
    font-size: 2rem;
  }

  /* -- FAQ -- */
  .faq-item summary {
    font-size: 1.8rem;
    padding: 2rem;
  }

  .faq-answer .label {
    font-size: 2.2rem;
  }

  /* -- お問い合わせボタン -- */
  .contact-buttons {
    flex-direction: column;
    align-items: center;
  }
  .contact-buttons .btn {
    width: 80%;
    /* ボタンを縦積みに */
    gap: 1.5rem;
  }

  .index_accordion_title {
    font-size: 2.4rem;
    padding: 2.5rem 4rem 2.5rem 4rem;
  }

  .index_accordion_title::before {
    top: 22%;
    width: 4rem;
    height: 4rem;
    background-size: 4rem;
  }

  .index_accordion_text::before {
    width: 4rem;
    height: 4rem;
    background-size: 4rem;
    top: 2rem;
  }

  .index_accordion_title::after {
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
  }

  .index_accordion_text {
    font-size: 2.4rem;
    padding: 2.5rem 0rem 2.5rem 4rem;
  }
}
