@charset "UTF-8";
/*
Theme Name: Original_style
Theme URI: http://xxxxxxxxxxxxxxxx.jp/
Description: オリジナルリセット
Version: 1.5
Author: bamboo
Author URI: http://xxxxxxxxxxxxxxxx.jp/
*/
/* html5 reset*/
html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var, span {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

img {
  vertical-align: bottom;
}

/* original reset */
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* html5 reset +alpha */
html {
  font-size: 62.5%; /* (14px) */
  line-height: 1;
}

#main {
  line-height: 1.4;
}

/* common item */
.clrfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clrfx {
  zoom: 1;
}

.clr {
  clear: both;
}

.fltl {
  float: left;
}

.fltr {
  float: right;
}

.leftAdjust {
  text-align: left;
}

.rightAdjust {
  text-align: right;
}

.centerAdjust {
  text-align: center;
}

.topAdjust {
  vertical-align: top;
}

.middleAdjust {
  vertical-align: middle;
}

.bottomAdjust {
  vertical-align: bottom;
}

.rlt {
  position: relative;
}

.abs {
  position: absolute;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  -webkit-text-decoration: line-though;
          text-decoration: line-though;
}

/* items */
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a img {
  transition: all 0.3s ease-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

a:hover img.opa100 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

a:hover img.opa85 {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: alpha(opacity=85);
}

#wrapper {
  min-width: 1120px;
  overflow: hidden;
}

.container {
  width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.f_mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* body style */
body {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

.din {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* common */
.grecaptcha-badge {
  visibility: hidden !important;
}

@media print, screen and (min-width: 769px) {
  .sp_v {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_v {
    display: none !important;
  }
  #wrapper {
    min-width: auto;
  }
  .container {
    width: 100%;
    padding: 0 16px;
  }
}
/*==============================
	ホバーアニメーション
===============================*/
a .hover_anim_01 {
  position: relative;
  overflow: hidden;
}

a .hover_anim_01 img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  max-width: none;
  height: 100%;
  transform: translate(-50%, 0%) scale(1, 1);
  transition: all 0.3s ease-out;
}

a:hover .hover_anim_01 img {
  transform: translate(-50%, 0%) scale(1.2, 1.2);
}

a .hover_anim_02 {
  position: relative;
  overflow: hidden;
}

a .hover_anim_02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; /* Safari用 */
  transform: translate(-50%, -50%) scale(1, 1);
  transition: all 0.3s ease-out;
}

a:hover .hover_anim_02 img { /* Safari用 */
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}

a .hover_anim_01 .img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transform: translate(-50%, 0%) scale(1, 1);
  transition: all 0.3s ease-out;
}

a:hover .hover_anim_01 .img {
  opacity: 0.7;
  transform: translate(-50%, 0%) scale(1.2, 1.2);
}

/*==============================
	新築施工事例関連
===============================*/
.works_slide_01 .slide_item {
  margin: 0 20px;
}
.works_slide_01 .slide-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.works_slide_01 .slide-arrow.prev-arrow {
  left: 0;
  background: url(./images/arrow_01_l_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0%, -50%);
  z-index: 99;
}
.works_slide_01 .slide-arrow.next-arrow {
  right: 0;
  background: url(./images/arrow_01_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0%, -50%);
  z-index: 99;
}

.ever .works_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_lg.svg) center center no-repeat;
  background-size: contain;
}
.ever .works_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_lg.svg) center center no-repeat;
  background-size: contain;
}

.happy .works_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_o.svg) center center no-repeat;
  background-size: contain;
}
.happy .works_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_o.svg) center center no-repeat;
  background-size: contain;
}

.fit .works_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_yg.svg) center center no-repeat;
  background-size: contain;
}
.fit .works_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_yg.svg) center center no-repeat;
  background-size: contain;
}

.drive .works_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_rb.svg) center center no-repeat;
  background-size: contain;
}
.drive .works_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_rb.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .works_slide_01 .slide_item {
    margin: 0 24px;
  }
  .works_slide_01 .slide-arrow {
    width: 48px;
    height: 48px;
  }
}
.works_card_list_01 {
  display: flex;
  flex-wrap: wrap;
}
.works_card_list_01 .li {
  width: 48%;
  margin: 0 4% 56px 0;
}
.works_card_list_01 .li:nth-of-type(2n) {
  margin: 0 0 56px;
}

a.works_card_01 {
  display: block;
}
a.works_card_01 .card_img_01 {
  padding-top: 120%;
}
a.works_card_01 .card_ele_01 {
  position: relative;
  background: #F7F7F7;
  padding: 56px 0 32px;
}
a.works_card_01 .card_ele_01 .card_tag {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
}
a.works_card_01 .card_ele_01 .card_tag .tag {
  min-width: 180px;
  border-radius: 50px;
  padding: 12px 8px 14px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #50926B;
}
a.works_card_01 .card_ele_01 .card_tag .tag.fit {
  background: #9ACC60;
}
a.works_card_01 .card_ele_01 .card_tag .tag.happy {
  background: #F7BE65;
}
a.works_card_01 .card_ele_01 .card_tag .tag.ever {
  background: #7EC6B3;
}
a.works_card_01 .card_ele_01 .card_tag .tag.drive {
  background: #48B8CC;
}
a.works_card_01 .card_ele_01 .card_ttl_01 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #50926B;
  text-align: center;
}
a.works_card_01 .card_ele_01 .card_btnwrap_01 {
  width: 200px;
  margin: 50px auto 0;
}
a.works_card_01.mini_01 .card_img_01 {
  padding-top: 80%;
}
a.works_card_01:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.works_card_01 {
    display: block;
  }
  a.works_card_01 .card_img_01 {
    padding-top: 93.75%;
  }
  a.works_card_01 .card_ele_01 {
    padding: 48px 8px 24px;
  }
  a.works_card_01 .card_ele_01 .card_tag .tag {
    min-width: auto;
    padding: 10px 8px 12px;
    font-size: 15px;
  }
  a.works_card_01 .card_ele_01 .card_ttl_01 {
    font-size: 15px;
  }
  a.works_card_01 .card_ele_01 .card_btnwrap_01 {
    width: 180px;
    margin: 50px auto 0;
  }
  a.works_card_01.mini_sp_01 .card_ele_01 .card_tag .tag {
    width: 144px;
    min-width: auto;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    font-size: 13px;
  }
  a.works_card_01.mini_sp_01 .card_ele_01 .card_btnwrap_01 {
    width: 80%;
    min-width: 130px;
    max-width: 200px;
    margin: 50px auto 0;
  }
}
/*==============================
	イベント情報関連
===============================*/
.event_slide_01 .slide_item {
  margin: 0 20px;
}
.event_slide_01 .slide-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.event_slide_01 .slide-arrow.prev-arrow {
  left: 10%;
  background: url(./images/arrow_01_l_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-100%, -50%);
  z-index: 99;
}
.event_slide_01 .slide-arrow.next-arrow {
  right: 10%;
  background: url(./images/arrow_01_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(100%, -50%);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .event_slide_01 .slide_item {
    margin: 0 24px;
  }
  .event_slide_01 .slide-arrow {
    width: 48px;
    height: 48px;
  }
  .event_slide_01 .slide-arrow.prev-arrow {
    top: 30%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  .event_slide_01 .slide-arrow.next-arrow {
    top: 30%;
    right: 0%;
    transform: translate(0%, -50%);
  }
}
.event_list_01 .li {
  margin: 0 auto 80px;
}

a.event_card_01 {
  display: flex;
}
a.event_card_01 .card_img_01 {
  width: 50%;
}
a.event_card_01 .card_img_01 .img_wrap {
  padding-top: 65%;
}
a.event_card_01 .card_ele_01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 100%;
  padding: 0 3.5% 8px;
  box-sizing: border-box;
  background: #F7F7F7;
}
a.event_card_01 .card_ele_01 .card_tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
a.event_card_01 .card_ele_01 .card_tag .tag {
  min-width: 150px;
  padding: 10px 0 12px;
  /*background:#50926B;*/
  background: #d5dd88;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
a.event_card_01 .card_ele_01 .card_tag .tag.modelhouse {
  color: #ffffff;
  background: #b0b3d5;
}
a.event_card_01 .card_ele_01 .card_tag .tag.consultation_meeting {
  color: #ffffff;
  background: #d5b260;
}
a.event_card_01 .card_ele_01 .card_tag .tag.study {
  color: #ffffff;
  background: #383c57;
}
a.event_card_01 .card_ele_01 .card_tag .tag.completion_tour {
  color: #ffffff;
  background: #f8b62d;
}
a.event_card_01 .card_ele_01 .card_tag .tag.house_counseling {
  color: #ffffff;
  background: #5d8165;
}
a.event_card_01 .card_ele_01 .card_tag .tag.tateuri {
  color: #ffffff;
  background: #fba164;
}
a.event_card_01 .card_ele_01 .card_tag .tag.inheritance_cafe {
  color: #ffffff;
  background: #b8d2cf;
}
a.event_card_01 .card_ele_01 .card_day_item {
  display: flex;
  margin: 0 auto 16px;
}
a.event_card_01 .card_ele_01 .card_day_item .item_ttl_01 {
  font-size: 16px;
  font-weight: 500;
  color: #5D5D5D;
}
a.event_card_01 .card_ele_01 .card_day_item .item_day_01 {
  font-size: 16px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #50926B;
}
a.event_card_01 .card_ele_01 .card_ttl_01 {
  position: relative;
  padding: 0 0 24px;
  font-size: 22px;
  font-weight: bold;
  color: #50926B;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
a.event_card_01 .card_ele_01 .card_ttl_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 6px;
  background: #50926B;
}
a.event_card_01 .card_ele_01 .card_btnwrap_01 {
  position: absolute;
  width: 200px;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0);
}
a.event_card_01:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.event_card_01 {
    display: block;
  }
  a.event_card_01 .card_img_01 {
    width: 100%;
  }
  a.event_card_01 .card_img_01 .img_wrap {
    padding-top: 87.5%;
  }
  a.event_card_01 .card_ele_01 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 64px 8px 88px;
  }
  a.event_card_01 .card_ele_01 .card_ttl_01 {
    font-size: 21px;
  }
  a.event_card_01 .card_ele_01 .card_btnwrap_01 {
    position: absolute;
    width: 200px;
    bottom: 16px;
    left: auto;
    right: 16px;
    transform: translate(0, 0);
  }
}
a.event_card_02 {
  display: flex;
}
a.event_card_02 .card_img_01 {
  width: 50%;
}
a.event_card_02 .card_img_01 .img_wrap {
  padding-top: 65%;
}
a.event_card_02 .card_ele_01 {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  min-height: 100%;
  padding: 0 5% 8px;
  box-sizing: border-box;
  background: #F7F7F7;
}
a.event_card_02 .card_ele_01 .card_tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
a.event_card_02 .card_ele_01 .card_tag .tag {
  min-width: 150px;
  padding: 10px 0 12px;
  text-align: center;
  color: #ffffff;
  background: #d5dd88;
  font-size: 18px;
  font-weight: bold;
}
a.event_card_02 .card_ele_01 .card_tag .tag.modelhouse {
  color: #ffffff;
  background: #b0b3d5;
}
a.event_card_02 .card_ele_01 .card_tag .tag.consultation_meeting {
  color: #ffffff;
  background: #d5b260;
}
a.event_card_02 .card_ele_01 .card_tag .tag.study {
  color: #ffffff;
  background: #383c57;
}
a.event_card_02 .card_ele_01 .card_tag .tag.completion_tour {
  color: #ffffff;
  background: #f8b62d;
}
a.event_card_02 .card_ele_01 .card_tag .tag.house_counseling {
  color: #ffffff;
  background: #5d8165;
}
a.event_card_02 .card_ele_01 .card_tag .tag.tateuri {
  color: #ffffff;
  background: #fba164;
}
a.event_card_02 .card_ele_01 .card_tag .tag.inheritance_cafe {
  color: #ffffff;
  background: #b8d2cf;
}
a.event_card_02 .card_ele_01 .card_day_item {
  display: flex;
  margin: 0 auto 16px;
}
a.event_card_02 .card_ele_01 .card_day_item .item_ttl_01 {
  font-size: 16px;
  font-weight: 500;
  color: #5D5D5D;
}
a.event_card_02 .card_ele_01 .card_day_item .item_day_01 {
  font-size: 16px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #50926B;
}
a.event_card_02 .card_ele_01 .card_ttl_01 {
  position: relative;
  padding: 0 0 24px;
  font-size: 22px;
  font-weight: bold;
  color: #50926B;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
a.event_card_02 .card_ele_01 .card_ttl_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 6px;
  background: #50926B;
}
a.event_card_02 .card_ele_01 .card_btnwrap_01 {
  position: absolute;
  width: 200px;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0);
}
a.event_card_02:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.event_card_02 {
    display: block;
  }
  a.event_card_02 .card_img_01 {
    width: 100%;
  }
  a.event_card_02 .card_ele_01 {
    width: 100%;
    padding: 64px 5% 56px;
  }
  a.event_card_02 .card_ele_01 .card_day_item {
    display: flex;
    margin: 0 auto 16px;
  }
  a.event_card_02 .card_ele_01 .card_day_item .item_ttl_01 {
    font-size: 15px;
  }
  a.event_card_02 .card_ele_01 .card_day_item .item_day_01 {
    font-size: 15px;
  }
  a.event_card_02 .card_ele_01 .card_ttl_01 {
    padding: 0 0 24px;
    font-size: 20px;
  }
  a.event_card_02 .card_ele_01 .card_ttl_01:after {
    width: 60px;
    height: 6px;
  }
  a.event_card_02 .card_ele_01 .card_btnwrap_01 {
    position: absolute;
    width: 200px;
    bottom: 8px;
    right: 5%;
    left: auto;
    transform: translate(0%, 0);
  }
  a.event_card_02:hover {
    text-decoration: none;
  }
}
/*==============================
	ブログ・コラム関連
===============================*/
.blog_slide_01 {
  margin: 0 auto 48px;
}
.blog_slide_01 .slide_item {
  margin: 0 20px;
}
.blog_slide_01 .slick-dots {
  bottom: -48px;
}
.blog_slide_01 .slide-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.blog_slide_01 .slide-arrow.prev-arrow {
  left: 10%;
  background: url(./images/arrow_01_l_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-100%, -50%);
  z-index: 99;
}
.blog_slide_01 .slide-arrow.next-arrow {
  right: 10%;
  background: url(./images/arrow_01_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(100%, -50%);
  z-index: 99;
}
.blog_slide_01 .slick-dots li {
  width: 64px;
  height: 8px;
  margin: 0 12px;
}
.blog_slide_01 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #AAAAAA;
}
.blog_slide_01 .slick-dots li button:before {
  content: none;
}
.blog_slide_01 .slick-dots li button:hover {
  opacity: 0.7;
}
.blog_slide_01 .slick-dots li.slick-active button {
  background: #50926B;
}

@media screen and (max-width: 768px) {
  .blog_slide_01 .slide_item {
    margin: 0 24px;
  }
  .blog_slide_01 .slide-arrow {
    top: 30%;
    width: 48px;
    height: 48px;
  }
  .blog_slide_01 .slide-arrow.prev-arrow {
    left: 0%;
    transform: translate(0%, -50%);
  }
  .blog_slide_01 .slide-arrow.next-arrow {
    right: 0%;
    transform: translate(0%, -50%);
  }
  .blog_slide_01 .slick-dots li {
    width: 40px;
    height: 6px;
    margin: 0 8px;
  }
}
.blog_card_list_01 .li {
  padding: 40px 0;
  border-top: 1px solid #707070;
}
.blog_card_list_01 .li:last-of-type {
  border-bottom: 1px solid #707070;
}

a.blog_card_01 {
  display: flex;
}
a.blog_card_01 .card_img_01 {
  width: 50%;
}
a.blog_card_01 .card_img_01 .img_wrap {
  padding-top: 65%;
}
a.blog_card_01 .card_ele_01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 100%;
  padding: 0 3.5% 8px;
  box-sizing: border-box;
  background: #F7F7F7;
}
a.blog_card_01 .card_ele_01 .card_tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
a.blog_card_01 .card_ele_01 .card_tag .tag {
  min-width: 150px;
  padding: 10px 0 12px;
  background: #50926B;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
a.blog_card_01 .card_ele_01 .card_day {
  display: block;
  margin: 0 auto 16px;
  font-size: 16px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #5C5C5C;
}
a.blog_card_01 .card_ele_01 .card_ttl_01 {
  position: relative;
  padding: 0 0 24px;
  font-size: 22px;
  font-weight: bold;
  color: #50926B;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
a.blog_card_01 .card_ele_01 .card_ttl_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 6px;
  background: #50926B;
}
a.blog_card_01 .card_ele_01 .card_btnwrap_01 {
  position: absolute;
  width: 200px;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0);
}
a.blog_card_01:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.blog_card_01 {
    display: block;
  }
  a.blog_card_01 .card_img_01 {
    width: 100%;
  }
  a.blog_card_01 .card_img_01 .img_wrap {
    padding-top: 87.5%;
  }
  a.blog_card_01 .card_ele_01 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 64px 8px 88px;
  }
  a.blog_card_01 .card_ele_01 .card_ttl_01 {
    font-size: 21px;
  }
  a.blog_card_01 .card_ele_01 .card_btnwrap_01 {
    position: absolute;
    width: 200px;
    bottom: 16px;
    left: auto;
    right: 16px;
    transform: translate(0, 0);
  }
}
.blog_card_02 .card_img_01 {
  display: block;
  width: 70%;
  aspect-ratio: 1/1;
  margin: 0 auto 16px;
}
.blog_card_02 .card_img_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_card_02 .card_ele_01 .card_time {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.blog_card_02 .card_ele_01 .card_ttl {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #50926B;
  line-height: 1.2;
}
.blog_card_02 .card_ele_01 .card_ttl::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0%;
  width: 80px;
  height: 10px;
  transform: translate(0%, 50%);
  background-color: #50926B;
}

@media screen and (max-width: 768px) {
  .blog_card_02 .card_img_01 {
    width: 100%;
  }
  .blog_card_02 .card_ele_01 .card_time {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .blog_card_02 .card_ele_01 .card_ttl {
    font-size: 16px;
    line-height: 1.4;
  }
  .blog_card_02 .card_ele_01 .card_ttl::after {
    content: "";
    bottom: -20px;
    width: 40px;
    height: 5px;
  }
}
a.blog_card_03 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 64px 0 32px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
a.blog_card_03 .card_img_01 {
  display: block;
  width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
a.blog_card_03 .card_img_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1, 1);
  transition: all 0.3s ease-out;
}
a.blog_card_03 .card_ele_01 {
  width: calc(100% - 280px);
  margin: 0 0 0 64px;
}
a.blog_card_03 .card_ele_01 .card_time {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: #2E2E2E;
}
a.blog_card_03 .card_ele_01 .card_ttl {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #50926B;
  line-height: 1.2;
}
a.blog_card_03 .card_ele_01 .card_ttl::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0%;
  width: 80px;
  height: 10px;
  transform: translate(0%, 50%);
  background-color: #50926B;
}
a.blog_card_03:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 56px;
  height: 56px;
  background: url(./images/arrow_01_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
a.blog_card_03:hover {
  text-decoration: none;
}
a.blog_card_03:hover .card_img_01 img {
  transform: scale(1.2, 1.2);
}
a.blog_card_03:hover:before {
  right: 0;
}

@media screen and (max-width: 768px) {
  a.blog_card_03 {
    display: block;
    padding: 0 0;
  }
  a.blog_card_03 .card_img_01 {
    width: 240px;
    margin: 0 auto 16px;
  }
  a.blog_card_03 .card_ele_01 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0;
  }
  a.blog_card_03 .card_ele_01 .card_time {
    margin: 0 0 8px;
    font-size: 16px;
  }
  a.blog_card_03 .card_ele_01 .card_ttl {
    font-size: 20px;
  }
  a.blog_card_03 .card_ele_01 .card_ttl::after {
    bottom: -50%;
    width: 60px;
    height: 6px;
  }
  a.blog_card_03:before {
    content: none;
  }
}
/*==============================
	お知らせ関連
===============================*/
.news_list_01 .li {
  padding: 24px 32px;
  border-bottom: 1px dashed #707070;
}

@media screen and (max-width: 768px) {
  .news_list_01 .li {
    padding: 24px 0;
  }
}
.news_list_02 .li {
  padding: 40px 0 16px;
  border-bottom: 1px solid #707070;
}
.news_list_02 .li:first-child {
  border-top: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .news_list_02 .li {
    padding: 32px 0 16px;
  }
}
.news_box_01 {
  display: flex;
}
.news_box_01 .box_day {
  width: 128px;
  padding: 2px 0 0;
  font-size: 16px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: #50926B;
}
.news_box_01 .box_ttl {
  width: calc(100% - 128px);
  padding: 0 0 0 0.5em;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.2;
  color: #5C5C5C;
}
.news_box_01 .box_ttl a {
  position: relative;
  display: block;
  color: #5C5C5C;
  padding: 0 48px 0 0;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.news_box_01 .box_ttl a:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(./images/arrow_04_r_b.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}
.news_box_01 .box_ttl a:hover {
  color: #50926B;
}
.news_box_01 .box_ttl a:hover:before {
  right: -12px;
  background: url(./images/arrow_04_r_g.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .news_box_01 {
    display: block;
  }
  .news_box_01 .box_day {
    width: 100%;
    padding: 0 0 0;
  }
  .news_box_01 .box_ttl {
    width: 100%;
    padding: 8px 0 0;
    font-size: 16px;
    line-height: 2;
  }
  .news_box_01 .box_ttl a {
    padding: 0 40px 0 0;
  }
  .news_box_01 .box_ttl a:before {
    top: 50%;
    transform: translate(0, -50%);
  }
  .news_box_01 .box_ttl a:hover {
    color: #50926B;
  }
  .news_box_01 .box_ttl a:hover:before {
    right: -12px;
    background: url(./images/arrow_04_r_g.svg) center center no-repeat;
    background-size: contain;
  }
}
.news_box_02 {
  display: flex;
}
.news_box_02 .box_day {
  width: 128px;
  padding: 2px 0 0;
  font-size: 18px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  color: #2E2E2E;
}
.news_box_02 .box_ttl {
  position: relative;
  width: calc(100% - 128px);
  padding: 0 0 24px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.4;
  color: #5C5C5C;
}
.news_box_02 .box_ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 4px;
  background: #50926B;
}
.news_box_02 .box_ttl a {
  position: relative;
  display: block;
  padding: 0 64px 0 0;
  box-sizing: border-box;
  color: #5C5C5C;
  transition: all 0.3s ease-out;
}
.news_box_02 .box_ttl a:before {
  content: "";
  position: absolute;
  top: calc(50% + 12px);
  right: 0;
  width: 56px;
  height: 56px;
  background: url(./images/arrow_01_l_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%) rotate(-180deg);
  transition: all 0.3s ease-out;
}
.news_box_02 .box_ttl a:hover {
  text-decoration: none;
  color: #50926B;
}
.news_box_02 .box_ttl a:hover:before {
  right: -12px;
}

@media screen and (max-width: 768px) {
  .news_box_02 {
    position: relative;
    display: block;
  }
  .news_box_02 .box_day {
    width: auto;
    padding: 2px 0 16px;
    font-size: 16px;
  }
  .news_box_02 .box_ttl {
    position: static;
    width: 100%;
    padding: 0 0 24px;
    font-size: 18px;
    line-height: 1.4;
  }
  .news_box_02 .box_ttl:before {
    width: 40px;
    height: 4px;
  }
  .news_box_02 .box_ttl a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
/*==============================
	プラン関連
===============================*/
.c_plan_list_01 {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: 72px auto 0;
}
.c_plan_list_01 .li {
  width: 31%;
  margin: 0 3.5% 0 0;
}
.c_plan_list_01 .li:last-of-type {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c_plan_list_01 {
    flex-wrap: wrap;
  }
  .c_plan_list_01 .li {
    width: 100%;
    margin: 0 auto 48px;
  }
  .c_plan_list_01 .li:last-of-type {
    margin: 0 auto;
  }
}
.c_plan_list_02 {
  max-width: 1200px;
  margin: 72px auto 0;
}
.c_plan_list_02 .li {
  width: 100%;
  margin: 0 0 48px 0;
}
.c_plan_list_02 .li:last-of-type {
  margin: 0;
}

a.c_plan_box_01 {
  display: block;
}
a.c_plan_box_01 .box_img_01 {
  padding-top: 120%;
}
a.c_plan_box_01 .box_ele_01 {
  background: #7EC6B5;
  padding: 40px 0;
  text-align: center;
}
a.c_plan_box_01 .box_ele_01 .box_txt_01 {
  font-size: 18px;
  line-height: 2.1;
  font-weight: bold;
  color: #ffffff;
}
a.c_plan_box_01 .box_ele_01 .box_ttl_01 {
  position: relative;
  margin: 24px auto 0;
  padding-bottom: 48px;
  font-size: 60px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}
a.c_plan_box_01 .box_ele_01 .box_ttl_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 8px;
  background: #ffffff;
  transform: translate(-50%, 0);
}
a.c_plan_box_01.happy .box_ele_01 {
  background: #F7BE65;
}
a.c_plan_box_01.fit .box_ele_01 {
  background: #9ACC60;
}
a.c_plan_box_01.drive .box_ele_01 {
  background: #48B8CC;
}
a.c_plan_box_01:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.c_plan_box_01 {
    display: block;
  }
  a.c_plan_box_01 .box_img_01 {
    padding-top: 66.6%;
  }
  a.c_plan_box_01 .box_ele_01 {
    background: #7EC6B5;
    padding: 16px 0 24px;
  }
  a.c_plan_box_01 .box_ele_01 .box_txt_01 {
    font-size: 16px;
  }
  a.c_plan_box_01 .box_ele_01 .box_ttl_01 {
    margin: 16px auto 0;
    padding-bottom: 24px;
    font-size: 40px;
  }
  a.c_plan_box_01 .box_ele_01 .box_ttl_01:after {
    content: "";
    width: 56px;
    height: 6px;
  }
  a.c_plan_box_01.happy .box_ele_01 {
    background: #F7BE65;
  }
  a.c_plan_box_01.fit .box_ele_01 {
    background: #9ACC60;
  }
  a.c_plan_box_01.drive .box_ele_01 {
    background: #48B8CC;
  }
  a.c_plan_box_01:hover {
    text-decoration: none;
  }
}
a.c_plan_box_02 {
  display: flex;
  justify-content: center;
}
a.c_plan_box_02 .box_img_01 {
  width: 60%;
}
a.c_plan_box_02 .box_img_01 .img_01 {
  display: block;
  margin-bottom: 0;
  padding-top: 62%;
}
a.c_plan_box_02 .box_ele_01 {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7EC6B5;
  padding: 40px 0;
  text-align: center;
  box-sizing: border-box;
}
a.c_plan_box_02 .box_ele_01 .box_txt_01 {
  font-size: 18px;
  line-height: 2.1;
  font-weight: bold;
  color: #ffffff;
}
a.c_plan_box_02 .box_ele_01 .box_ttl_01 {
  position: relative;
  margin: 24px auto 0;
  padding-bottom: 48px;
  font-size: 60px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}
a.c_plan_box_02 .box_ele_01 .box_ttl_01 .ja {
  font-size: 65%;
  font-weight: inherit;
}
a.c_plan_box_02 .box_ele_01 .box_ttl_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 8px;
  background: #ffffff;
  transform: translate(-50%, 0);
}
a.c_plan_box_02.happy .box_ele_01 {
  background: #F7BE65;
}
a.c_plan_box_02.fit .box_ele_01 {
  background: #9ACC60;
}
a.c_plan_box_02.drive .box_ele_01 {
  background: #48B8CC;
}
a.c_plan_box_02:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.c_plan_box_02 {
    display: block;
  }
  a.c_plan_box_02 .box_img_01 {
    width: 100%;
  }
  a.c_plan_box_02 .box_img_01 .img_01 {
    display: block;
    padding-top: 67%;
  }
  a.c_plan_box_02 .box_ele_01 {
    width: 100%;
    padding: 16px 0 24px;
  }
  a.c_plan_box_02 .box_ele_01 .box_txt_01 {
    font-size: 16px;
  }
  a.c_plan_box_02 .box_ele_01 .box_ttl_01 {
    position: relative;
    margin: 16px auto 0;
    padding-bottom: 24px;
    font-size: 48px;
  }
}
/*==============================
	タイトル関連
===============================*/
.page_ttl_01 .ttl_icon {
  margin: 0 auto 24px;
  text-align: center;
}
.page_ttl_01 .ttl_icon img {
  width: 100%;
  height: auto;
}
.page_ttl_01 .ttl_txt_01 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2E2E2E;
}
.page_ttl_01 .ttl_txt_01 .en {
  display: block;
  margin-bottom: 24px;
  font-size: 72px;
  letter-spacing: 0.12em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2E2E2E;
}
.page_ttl_01 .ttl_txt_01 .en .ja {
  font-size: 60%;
  font-weight: inherit;
}
.page_ttl_01 .ttl_txt_01.green .en {
  color: #50926B;
}

.concept .page_ttl_01 .ttl_icon {
  width: 80px;
}

.about .page_ttl_01 .ttl_icon {
  width: 106px;
}

.company .page_ttl_01 .ttl_icon {
  width: 106px;
}

.staff .page_ttl_01 .ttl_icon {
  width: 88px;
}

.plan .page_ttl_01 .ttl_icon {
  width: 70px;
}

.works .page_ttl_01 .ttl_icon {
  width: 65px;
}

.voice .page_ttl_01 .ttl_icon {
  width: 47px;
}

.blog .page_ttl_01 .ttl_icon {
  width: 73px;
}

.event .page_ttl_01 .ttl_icon {
  width: 50px;
}
.event.single .page_ttl_01 .ttl_icon {
  width: 34px;
}
.event.single .page_ttl_01 .ttl_txt_01 {
  font-size: 16px;
}
.event.single .page_ttl_01 .en {
  margin-bottom: 10px;
  font-size: 36px;
}

.document .page_ttl_01 .ttl_icon {
  width: 80px;
}

.application .page_ttl_01 .ttl_icon {
  width: 84px;
}

@media screen and (max-width: 768px) {
  .page_ttl_01 .ttl_icon {
    margin: 0 auto 16px;
  }
  .page_ttl_01 .ttl_txt_01 {
    font-size: 20px;
  }
  .page_ttl_01 .ttl_txt_01 .en {
    margin-bottom: 8px;
    font-size: 45px;
    letter-spacing: 0.07em;
  }
  .concept .page_ttl_01 .ttl_icon {
    width: 60px;
  }
  .company .page_ttl_01 .ttl_icon {
    width: 70px;
  }
  .about .page_ttl_01 .ttl_icon {
    width: 72px;
  }
  .plan .page_ttl_01 .ttl_icon {
    width: 70px;
  }
  .staff .page_ttl_01 .ttl_icon {
    width: 72px;
  }
  .event .page_ttl_01 .ttl_icon {
    width: 48px;
  }
  .event.single .page_ttl_01 {
    margin-top: -15px;
  }
  .event.single .page_ttl_01 .ttl_icon {
    width: 30px;
  }
  .event.single .page_ttl_01 .ttl_txt_01 {
    font-size: 14px;
  }
  .event.single .page_ttl_01 .en {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .application .page_ttl_01 .ttl_icon {
    width: 62px;
  }
}
.c_ttl_01 {
  position: relative;
  padding: 88px 0 0;
  text-align: center;
}
.c_ttl_01 .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.c_ttl_01 .ttl_txt_01 {
  display: block;
  font-size: 57px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.12em;
  color: #2E2E2E;
}
.c_ttl_01 .sub_txt_01 {
  display: block;
  margin: 16px auto 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2E2E2E;
}
.c_ttl_01.white .ttl_txt_01 {
  color: #FFFFFF;
}
.c_ttl_01.white .sub_txt_01 {
  color: #FFFFFF;
}
.c_ttl_01.green .ttl_txt_01 {
  color: #50926B;
}
.c_ttl_01.green .sub_txt_01 {
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .c_ttl_01 .ttl_txt_01 {
    font-size: clamp(48px, 12.8vw, 56px);
  }
  .c_ttl_01 .sub_txt_01 {
    font-size: clamp(20px, 5.3333333333vw, 20px);
  }
}
.c_ttl_02 {
  display: flex;
  align-items: center;
}
.c_ttl_02 .ttl_txt_01 {
  font-size: 56px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #50926B;
}
.c_ttl_02 .sub_txt_01 {
  margin: 0 0 0 40px;
  font-size: 20px;
  font-weight: bold;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .c_ttl_02 {
    display: block;
    text-align: center;
  }
  .c_ttl_02 .ttl_txt_01 {
    font-size: clamp(36px, 9.6vw, 56px);
  }
  .c_ttl_02 .sub_txt_01 {
    display: block;
    margin: 8px 0 0 0;
    font-size: clamp(16px, 4.2666666667vw, 20px);
  }
}
.c_ttl_03 {
  padding: 48px 0;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #50926B;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .c_ttl_03 {
    padding: 25px 0;
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}
.c_ttl_04 {
  text-align: center;
}
.c_ttl_04 .ttl_icon {
  display: block;
  margin: 0 auto 20px;
}
.c_ttl_04 .ttl_txt_01 {
  display: block;
  font-size: 56px;
  color: #50926B;
  font-weight: bold;
}
.c_ttl_04 .en {
  display: block;
  margin: 21px auto 0;
  font-size: 24px;
  font-weight: bold;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #2E2E2E;
}

@media screen and (max-width: 768px) {
  .c_ttl_04 .ttl_icon {
    width: 62px;
  }
  .c_ttl_04 .ttl_txt_01 {
    font-size: 34px;
  }
  .c_ttl_04 .en {
    margin: 16px auto 0;
    font-size: 16px;
  }
}
/*==============================
	ボタン関連
===============================*/
a.c_btn_01 {
  display: inline-block;
  padding: 0.7em 1.6em 0.75em;
  border-radius: 80px;
  background: #f8b62d;
  font-size: clamp(19px, 1.25vw, 24px);
  font-weight: bold;
  text-align: center;
  color: #272727;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
a.c_btn_01:hover {
  text-decoration: none;
  color: #ffffff;
  background: #50926B;
}
a.c_btn_01.c_reverse {
  color: #ffffff;
  background: #50926B;
}
a.c_btn_01.c_reverse:hover {
  color: #272727;
  background: #f8b62d;
}
a.c_btn_01.size_01 {
  display: block;
  font-size: clamp(15px, 0.8333333333vw, 16px);
}
a.c_btn_01.mini {
  display: block;
  font-size: clamp(15px, 0.9375vw, 18px);
}

@media screen and (max-width: 980px) {
  a.c_btn_01.size_01 {
    padding: 0.5em 1.4em 0.6em;
    font-size: 14px;
  }
}
a.c_btn_02 {
  position: relative;
  display: block;
  padding: 23px 0 25px;
  border-radius: 16px;
  background: #50926B;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
a.c_btn_02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 27px;
  height: 31px;
  background: url(./images/arrow_02_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
a.c_btn_02:hover {
  text-decoration: none;
  background: #f8b62d;
  color: #272727;
}
a.c_btn_02:hover:after {
  right: 14px;
  background-image: url(./images/arrow_02_r_b.svg);
}
a.c_btn_02.reverse:after {
  left: 24px;
  background: url(./images/arrow_02_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%) rotate(-180deg);
}
a.c_btn_02.reverse:hover:after {
  left: 14px;
  background-image: url(./images/arrow_02_r_b.svg);
  background-size: contain;
}

@media screen and (max-width: 768px) {
  a.c_btn_02 {
    padding: 19px 0 20px;
    font-size: clamp(15px, 4vw, 24px);
  }
  a.c_btn_02:after {
    right: 18px;
    width: 18px;
    height: 20px;
  }
  a.c_btn_02.reverse:after {
    left: 18px;
  }
}
a.c_btn_03 {
  position: relative;
  display: block;
  padding: 23px 0 25px;
  border-radius: 16px;
  background: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #50926B;
  transition: all 0.3s ease-out;
}
a.c_btn_03:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 27px;
  height: 31px;
  background: url(./images/arrow_02_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
a.c_btn_03:hover {
  text-decoration: none;
  background: #f8b62d;
  color: #272727;
}
a.c_btn_03:hover:after {
  right: 14px;
  background-image: url(./images/arrow_02_r_b.svg);
}

@media screen and (max-width: 768px) {
  a.c_btn_03 {
    padding: 19px 0 20px;
    font-size: clamp(16px, 4.2666666667vw, 24px);
  }
  a.c_btn_03:after {
    width: 20px;
    height: 22px;
  }
}
a .c_btn_04 {
  position: relative;
  display: block;
  padding: 0 10px 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #50926B;
  text-align: center;
  transition: all 0.3s ease-out;
}
a .c_btn_04:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/arrow_03_r_g.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}

a:hover .c_btn_04 {
  color: #707070;
}
a:hover .c_btn_04:before {
  left: 15px;
}

a.c_map_btn_01 {
  display: block;
  padding: 9px;
  border-radius: 4px;
  background: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #339336;
  transition: all 0.3s ease-out;
}
a.c_map_btn_01 .btn_txt_01 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  font-weight: inherit;
}
a.c_map_btn_01 .btn_txt_01::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 12px;
  height: 16px;
  background: url(./images/pin_icn.svg) center center no-repeat;
  background-size: contain;
}
a.c_map_btn_01:hover {
  text-decoration: none;
  background: #339336;
  color: #ffffff;
}
a.c_map_btn_01.grren {
  border: 2px solid #339336;
  background: #339336;
  color: #ffffff;
}
a.c_map_btn_01.grren:hover {
  text-decoration: none;
  background: #ffffff;
  color: #339336;
}

/*==============================
	パンくず
===============================*/
.breadcrumb_wrap {
  margin: 0 auto 72px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.breadcrumb li {
  position: relative;
  margin-right: 28px;
  font-size: 16px;
  line-height: 1.4;
}
.breadcrumb li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 8px;
  height: 12px;
  background: url(./images/breadcrumb_arrow.svg);
  background-size: cover;
  transform: translate(0%, -40%);
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li:last-child::before {
  display: none;
}
.breadcrumb li a {
  color: #535353;
}

@media screen and (max-width: 768px) {
  .breadcrumb_wrap {
    margin: 0 auto 56px;
  }
  .breadcrumb li {
    margin-right: 24px;
    font-size: 14px;
  }
  .breadcrumb li::before {
    right: -14px;
    width: 6px;
    height: 10px;
    transform: translate(0%, -40%);
  }
}
/*==============================
	CMS出力関連
===============================*/
.output_wrap_01 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.3em;
}
.output_wrap_01 h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.3em;
}
.output_wrap_01 h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.3em;
}
.output_wrap_01 h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.3em;
}
.output_wrap_01 h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.3em;
}
.output_wrap_01 p {
  margin: 0 0 1.65em;
  font-size: 18px;
  line-height: 2;
}
.output_wrap_01 p strong {
  font-size: 140%;
  font-weight: bold;
}
.output_wrap_01 p:last-of-type {
  margin: 0;
}
.output_wrap_01 img {
  margin: 30px 0;
}

/*==============================
	ページナビ関連
===============================*/
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 88px auto 112px;
}
.wp-pagenavi a, .wp-pagenavi span {
  max-height: 50px;
  margin: 8px 8px 8px;
  transition: all 0.3s ease-out;
}
.wp-pagenavi .current {
  padding: 14px 18px;
  color: white;
  background: #50926B;
  font-size: 23px;
}
.wp-pagenavi .extend {
  font-size: 23px;
  color: #707070;
  line-height: 1.4;
}
.wp-pagenavi .page {
  display: block;
  padding: 12px 16px;
  color: white;
  background: #D1D1D1;
  font-size: 23px;
}
.wp-pagenavi .page:hover {
  text-decoration: none;
  background: #50926B;
}
.wp-pagenavi .nextpostslink {
  display: block;
  width: 50px;
  height: 50px;
  color: white;
  background: #50926B url(./images/arrow_02_r_w.svg) center center no-repeat;
  background-size: 48% auto;
}
.wp-pagenavi .nextpostslink:hover {
  text-decoration: none;
  background-color: #D1D1D1;
}
.wp-pagenavi .previouspostslink {
  display: block;
  color: white;
  width: 50px;
  height: 50px;
  background: #50926B url(./images/arrow_02_r_w.svg) center center no-repeat;
  background-size: 48% auto;
  transform: rotate(-180deg);
}
.wp-pagenavi .previouspostslink:hover {
  text-decoration: none;
  background-color: #D1D1D1;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: block;
  padding: 12px 10px;
  color: white;
  background: #50926B;
  font-size: 23px;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  text-decoration: none;
  background: #D1D1D1;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 24px auto 88px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 8px 8px 8px;
  }
  .wp-pagenavi .current {
    padding: 8px 12px;
    font-size: 15px;
  }
  .wp-pagenavi .page {
    display: block;
    color: white;
    background: #D1D1D1;
    padding: 8px 12px;
    font-size: 15px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: block;
    padding: 8px 12px;
    font-size: 15px;
  }
}
.single_post_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.single_post_nav .li {
  width: 45%;
  max-width: 320px;
}
.single_post_nav .li .thumb {
  width: 200px;
  height: 200px;
  margin: 0 auto 24px;
  text-align: center;
}
.single_post_nav .li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_post_nav .li .text_box .time {
  margin-bottom: 16px;
  font-size: 18px;
}
.single_post_nav .li .text_box .post_ttl {
  position: relative;
  font-size: 24px;
  color: #50926B;
}
.single_post_nav .li .text_box .post_ttl::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  width: 80px;
  height: 10px;
  transform: translate(-50%, 50%);
  background-color: #50926B;
}
.single_post_nav .link_item {
  display: block;
  margin-bottom: 80px;
  color: #50926B;
  position: relative;
  font-size: 28px;
}
.single_post_nav .link_item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 354px;
  height: 33px;
}
.single_post_nav .link_item:hover {
  text-decoration: none;
}
.single_post_nav .link_item.prev_link {
  text-align: left;
}
.single_post_nav .link_item.prev_link::before {
  left: -80px;
  background: url(./images/post_nav_left.svg);
  background-size: cover;
}
.single_post_nav .link_item.next_link {
  text-align: right;
}
.single_post_nav .link_item.next_link::before {
  right: -80px;
  background: url(./images/post_nav_raight.svg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .single_post_nav {
    margin: 120px auto 48px;
  }
  .single_post_nav .li {
    width: 45%;
  }
  .single_post_nav .li .thumb {
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
  }
  .single_post_nav .li .text_box .time {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .single_post_nav .li .text_box .post_ttl {
    font-size: 16px;
    line-height: 1.4;
  }
  .single_post_nav .li .text_box .post_ttl::after {
    content: "";
    bottom: -30px;
    left: 0%;
    width: 60px;
    height: 6px;
    transform: translate(0%, 50%);
  }
  .single_post_nav .link_item {
    margin-bottom: 48px;
    font-size: 16px;
  }
  .single_post_nav .link_item::before {
    bottom: -10px;
    width: 120%;
    height: 33px;
  }
  .single_post_nav .link_item.prev_link {
    text-align: left;
    padding-left: 32px;
  }
  .single_post_nav .link_item.prev_link::before {
    left: -5px;
    width: 100%;
    max-width: 280px;
    background: url(./images/post_nav_left.svg) bottom left no-repeat;
    background-size: contain;
    transition: all 0.3s ease-out;
  }
  .single_post_nav .link_item.next_link {
    text-align: right;
    padding-right: 32px;
  }
  .single_post_nav .link_item.next_link::before {
    right: -5px;
    width: 100%;
    max-width: 280px;
    background: url(./images/post_nav_raight.svg) bottom right no-repeat;
    background-size: contain;
    transition: all 0.3s ease-out;
  }
  .single_post_nav .link_item:hover {
    text-decoration: none;
  }
  .single_post_nav .link_item:hover.prev_link::before {
    left: -40px;
  }
  .single_post_nav .link_item:hover.next_link::before {
    right: -40px;
  }
}
/*==============================
	その他関連
===============================*/
.page_navlist_01 {
  display: flex;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
}
.page_navlist_01 .li {
  width: 18%;
  margin: 0 1%;
}
.page_navlist_01 .li a {
  position: relative;
  display: block;
  padding: 18px 0 19px;
  border: 2px solid #50926B;
  border-radius: 16px;
  font-size: 23px;
  font-weight: 500;
  color: #50926B;
  text-align: center;
  transition: all 0.3s ease-out;
}
.page_navlist_01 .li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 21px;
  background: url(./images/arrow_02_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.3s ease-out;
}
.page_navlist_01 .li a:hover {
  text-decoration: none;
  background: #50926B;
  color: #ffffff;
}
.page_navlist_01 .li a:hover:before {
  top: 65%;
  background-image: url(./images/arrow_02_r_w.svg);
}
.page_navlist_01 .item {
  width: 18%;
  margin: 0 1%;
  position: relative;
  display: block;
  padding: 18px 0 19px;
  border: 2px solid #50926B;
  border-radius: 16px;
  font-size: 23px;
  font-weight: 500;
  color: #50926B;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.page_navlist_01 .item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 21px;
  background: url(./images/arrow_02_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.3s ease-out;
}
.page_navlist_01 .item:hover {
  text-decoration: none;
  background: #50926B;
  color: #ffffff;
}
.page_navlist_01 .item:hover:before {
  top: 65%;
  background-image: url(./images/arrow_02_r_w.svg);
}
.page_navlist_01 .item.active {
  text-decoration: none;
  background: #50926B;
  color: #ffffff;
}
.page_navlist_01 .item.active:before {
  background-image: url(./images/arrow_02_r_w.svg);
}

@media screen and (max-width: 768px) {
  .page_navlist_01 {
    flex-wrap: wrap;
  }
  .page_navlist_01 .li {
    width: 300px;
    margin: 0 auto 16px;
  }
  .page_navlist_01 .li a {
    padding: 16px 0 17px;
    font-size: 21px;
  }
  .page_navlist_01 .item {
    width: 300px;
    margin: 0 auto 16px;
    padding: 16px 0 17px;
    font-size: 21px;
  }
}
.page_title_bg {
  width: 100%;
  height: 448px;
  overflow: hidden;
  margin-bottom: 20px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.concept .page_title_bg {
  background-image: url(./images/concept_page_ttl_01.jpg);
}

.company .page_title_bg {
  background-image: url(./images/company_page_ttl_01.png);
}

.about .page_title_bg {
  background-image: url(./images/about_page_ttl_01.png);
}

.plan .page_title_bg {
  background-image: url(./images/plan_page_ttl_01.jpg);
}

.works .page_title_bg {
  background-image: url(./images/work_page_ttl_01.jpg);
}

.voice .page_title_bg {
  background-image: url(./images/voice_page_ttl_01.jpg);
}

.blog .page_title_bg {
  background-image: url(./images/blog_page_ttl_01.jpg);
}

.event .page_title_bg {
  background-image: url(./images/event_page_ttl_01.jpg);
}

.staff .page_title_bg {
  background-image: url(./images/staff_page_ttl_01.jpg);
}

.document .page_title_bg {
  background-image: url(./images/doc_page_ttl_01.png);
}

.application .page_title_bg {
  background-image: url(./images/application_page_ttl_01.jpg);
}

@media screen and (max-width: 768px) {
  .page_title_bg {
    height: 69vw;
    margin-bottom: 16px;
  }
  .concept .page_title_bg {
    background-image: url(./images/concept_page_ttl_01_sp.jpg);
  }
  .company .page_title_bg {
    background-image: url(./images/company_page_ttl_01_sp.png);
  }
  .about .page_title_bg {
    background-image: url(./images/about_page_ttl_01_sp.png);
  }
  .plan .page_title_bg {
    background-image: url(./images/plan_page_ttl_01_sp.jpg);
  }
  .works .page_title_bg {
    background-image: url(./images/works_page_ttl_01_sp.jpg);
  }
  .voice .page_title_bg {
    background-image: url(./images/voice_page_ttl_01_sp.jpg);
  }
  .blog .page_title_bg {
    background-image: url(./images/blog_page_ttl_01_sp.jpg);
  }
  .event .page_title_bg {
    background-image: url(./images/event_page_ttl_01_sp.jpg);
  }
  .staff .page_title_bg {
    background-image: url(./images/staff_page_ttl_01_sp.jpg);
  }
  .application .page_title_bg {
    background-image: url(./images/application_page_ttl_01_sp.jpg);
  }
}
.cat_item {
  width: 200px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  border-radius: 100px;
  color: white;
  font-size: 20px;
}
.cat_item.ever {
  background: #7EC6B3;
}

@media screen and (max-width: 768px) {
  .cat_item {
    padding: 12px 0 14px;
  }
}
/*==============================
	header
===============================*/
.header {
  position: relative;
  padding: 128px 0 0;
  box-sizing: border-box;
  z-index: 100;
}

.top .header {
  position: relative;
  height: 100vh;
  padding: 0 0 128px;
  box-sizing: border-box;
  z-index: 100;
}
.top .header .overwrap_01 {
  position: relative;
  height: 100%;
  background: url(./images/mv_img_01_221102.png) center center no-repeat;
  background-size: cover;
}
.top .header .overwrap_01.type_01 {
  background: url(./images/mv_img_01_221102.png) top center no-repeat;
  background-size: cover;
}
.top .header .overwrap_01 .mv_ttl_01 {
  position: absolute;
  left: 10%;
  bottom: 12%;
  font-size: clamp(72px, 6.0416666667vw, 116px);
  font-weight: bold;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-shadow: 0 6px 37px black;
}
.top .header .overwrap_01 .mv_ttl_01 .str_01 {
  font-size: clamp(84px, 6.4583333333vw, 124px);
  font-weight: bold;
}
.top .header .overwrap_01 .mv_txt_01 {
  position: absolute;
  top: 3.5%;
  left: 3%;
  width: 50%;
}
.top .header .overwrap_01 .mv_txt_01.type_02 {
  top: 5%;
  left: 5%;
  width: 42%;
}
.top .header .overwrap_01 .mv_txt_01.type_03 {
  top: 5%;
  left: 5%;
  width: auto;
  height: 80%;
}
.top .header .overwrap_01 .mv_txt_01.type_03 img {
  width: auto;
  height: 100%;
}
.top .header .overwrap_01 .btn_01 {
  position: absolute;
  right: 5%;
  bottom: 0;
  display: block;
  transform: translate(0, 50%);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .top .header .overwrap_01.type_01 {
    background: url(./images/mv_img_01_221102_sp.png) top 15% center no-repeat;
    background-size: cover;
  }
  .top .header .overwrap_01 .mv_txt_01 {
    top: 0%;
    left: 0%;
    width: 92%;
  }
  .top .header .overwrap_01 .mv_txt_01.type_02 {
    top: 5%;
    left: 5%;
    width: 80%;
  }
  .top .header .overwrap_01 .mv_txt_01.type_03 {
    top: 0.5%;
    left: 2.5%;
    width: auto;
    height: 80%;
  }
  .top .header .overwrap_01 .mv_txt_01.type_03 img {
    width: auto;
    height: 100%;
  }
}
.header_nav_wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 128px;
  padding: 12px 16px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
}
.header_nav_wrap .logo {
  max-width: 270px;
  margin: 0 0 18px;
}
.header_nav_wrap .gnav_01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_nav_wrap .gnav_01 .gnav_list_01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_01 {
  margin-left: 30px;
  font-size: clamp(15px, 0.8333333333vw, 16px);
  font-weight: bold;
  color: #272727;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_01:first-of-type {
  margin-left: 0px;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_01 a {
  position: relative;
  display: inline-block;
  color: #272727;
  transition: all 0.3s ease-out;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_01 a .nav_txt_01 {
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_01 a:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0%;
  height: calc(100% + 4px);
  background: #5d8165;
  transition: all 0.3s ease-out;
  z-index: 0;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_01 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_01 a:hover:before {
  content: "";
  width: calc(100% + 4px);
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_02 {
  position: absolute;
  top: 38px;
  left: 300px;
  margin-left: 1.85em;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: bold;
  color: #5d8165;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_02 a {
  position: relative;
  display: inline-block;
  color: #5d8165;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_02 a .nav_txt_01 {
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_02 a:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0%;
  height: calc(100% + 4px);
  background: #5d8165;
  transition: all 0.3s ease-out;
  z-index: 0;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_02 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_02 a:hover:before {
  content: "";
  width: calc(100% + 4px);
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_03 {
  position: absolute;
  top: 24px;
  left: 530px;
  margin-left: 0;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_04 {
  position: absolute;
  top: 24px;
  left: 320px;
  margin-left: 0;
}
.header_nav_wrap .gnav_01 .gnav_list_01 .nav_item_05 {
  position: absolute;
  top: 24px;
  left: 690px;
  margin-left: 0;
}
.header_nav_wrap .gnav_01 .gnav_list_02 {
  position: absolute;
  top: 30px;
  left: 340px;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 980px) {
  .header_nav_wrap .logo {
    max-width: 170px;
  }
  .header_nav_wrap .gnav_01 .gnav_list_02 {
    top: 20px;
    left: 210px;
    gap: 18px;
  }
}
.top .header_nav_wrap {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 64px 0 0;
  }
  .top .header {
    padding: 64px 0 0;
  }
  .top .header .overwrap_01 {
    height: calc(100% - 45px);
    background: url(./images/mv_img_01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .top .header .overwrap_01 .mv_ttl_01 {
    position: absolute;
    left: 9.5%;
    bottom: 11%;
    font-size: clamp(38px, 10.1333333333vw, 45px);
    letter-spacing: 0.35em;
    writing-mode: vertical-rl;
    line-height: 1.6;
  }
  .top .header .overwrap_01 .mv_ttl_01 .ttl_txt_01 {
    display: inline-block;
  }
  .top .header .overwrap_01 .mv_ttl_01 .ttl_txt_02 {
    display: inline-block;
    padding-top: 2.85em;
  }
  .top .header .overwrap_01 .mv_ttl_01 .str_01 {
    font-size: clamp(41px, 10.9333333333vw, 50px);
  }
  .top .header .overwrap_01 .btn_01 {
    max-width: 54px;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: auto;
  }
  .header_nav_wrap {
    top: 0;
    bottom: auto;
    display: block;
    width: 100%;
    height: 64px;
    padding: 8px 16px 0;
  }
  .header_nav_wrap .logo {
    max-width: 200px;
  }
  .top .header_nav_wrap {
    top: 0;
    bottom: auto;
  }
}
/*--------------
	SPナビ
--------------*/
.navBtn {
  position: fixed;
  top: 8px;
  right: 16px;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 1px;
  border-radius: 3px;
  background-color: transparent;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
}
.navBtn .navIcon {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #50926B;
  box-sizing: border-box;
}

.navTxt span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  margin-left: -25%;
  display: block;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.16);
  transition: all 0.3s;
  transform: rotate(0deg);
}
.navTxt .menu-btn-top {
  background-color: #ffffff;
  transform: translateY(-0.65em);
}
.navTxt .menu-btn-middle {
  background-color: #ffffff;
}
.navTxt .menu-btn-bottom {
  background-color: #ffffff;
  transform: translateY(0.65em);
}

.navIcon.btn_on span {
  width: 100%;
  margin-left: -50%;
}
.navIcon.btn_on .menu-btn-middle {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.navIcon.btn_on .menu-btn-top {
  transform: rotate(-45deg) translateY(0px);
}
.navIcon.btn_on .menu-btn-bottom {
  transform: rotate(45deg) translateY(0px);
}

.smenu_wrap {
  padding: 0;
}

.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  width: 100vw;
  height: 100vh;
  background: #50926B;
  transition: 0.2s ease-in-out;
  z-index: 99999;
  overflow: auto;
}
.menu-wrap .smenu_head {
  padding: 80px 0 56px;
  text-align: center;
}
.menu-wrap .smenu_head .menu_logo {
  display: inline-block;
  width: 70%;
  max-width: 320px;
}
.menu-wrap .global-nav-menu-item {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  background: #50926B;
}
.menu-wrap .contact_box_wrap {
  padding: 40px 0 64px;
  text-align: center;
}
.menu-wrap .contact_box_wrap .tel_item_01 {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.menu-wrap .contact_box_wrap .tel_item_01 a.num {
  display: block;
  padding: 8px 0;
  border-radius: 5px;
  background: #ffffff;
}
.menu-wrap .contact_box_wrap .tel_item_01 .schedule_set_01 {
  display: flex;
  width: 80%;
  margin: 16px auto 0;
}
.menu-wrap .contact_box_wrap .tel_item_01 .schedule_set_01 .set_ttl_01 {
  width: 100px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.2em;
}
.menu-wrap .contact_box_wrap .tel_item_01 .schedule_set_01 .set_txt_01 {
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.2em;
}
.menu-wrap .contact_box_wrap .tel_item_01 .holiday_set_01 {
  display: flex;
  width: 80%;
  margin: 16px auto 0;
}
.menu-wrap .contact_box_wrap .tel_item_01 .holiday_set_01 .set_ttl_01 {
  width: 100px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.2em;
}
.menu-wrap .contact_box_wrap .tel_item_01 .holiday_set_01 .set_txt_01 {
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.2em;
}

.menuOff {
  transform: translate3d(100%, 0, 0);
  z-index: 98;
  /* ロゴ下に来るように */
}

.menuOn {
  background: #50926B;
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}

.ie .menuOff {
  left: -100%;
  /* IE向け */
}

.ie .menuOn {
  left: 0;
  /* IE向け */
}

.global-nav-menu .global-nav-menu-item {
  width: 70%;
  margin: 0 auto 32px;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
}
.global-nav-menu .global-nav-menu-item a {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.2s ease-in-out;
}
.global-nav-menu .global-nav-menu-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 11px;
  background: url(./images/arrow_05_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0%, -50%);
  transition: all 0.3s;
}
.global-nav-menu .global-nav-menu-item a:hover {
  color: #ffffff;
  text-decoration: none;
}
.global-nav-menu .global-nav-menu-item a:hover:after {
  content: "";
  right: -8px;
}

/*==============================
	sidebar
===============================*/
.fix_sidebar {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 101;
}
.fix_sidebar .sidebar_nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.fix_sidebar .sidebar_nav .nav_item_01 {
  width: 90px;
  transform: translate(20%, 0);
}

@media screen and (max-width: 768px) {
  .fix_sidebar .sidebar_nav {
    gap: 14px;
  }
  .fix_sidebar .sidebar_nav .nav_item_01 {
    width: 56px;
    transform: translate(20%, 0);
  }
}
/*==============================
	footer
===============================*/
.fix_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.35);
  z-index: 999;
}
.fix_footer .sp_footer_nav {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
}
.fix_footer .sp_footer_nav .nav_item_01 {
  position: relative;
}
.fix_footer .sp_footer_nav .nav_item_01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background: #ffffff;
  transform: translate(0, -50%);
}
.fix_footer .sp_footer_nav .nav_item_01:last-of-type::after {
  content: none;
}
.fix_footer .sp_footer_nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 24px 0;
  background: #50926B;
  font-size: clamp(12px, 3.7333333333vw, 14px);
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}
.fix_footer .sp_footer_nav a .nav_txt_01 {
  position: relative;
  display: inline-block;
  font-weight: inherit;
  /*
  padding-right:22px;
  */
  /*
  &::after{
  	content:"";
  	position:absolute;
  	top:50%;
  	right:0;
  	width:12px;
  	aspect-ratio: 12 / 10;
  	background:url(./images/arrow_02_r_w.svg);
  	background-size: contain;
  	transform: translate(0,-50%);
  }
  */
}
.fix_footer .sp_footer_nav a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*==============================
	footer
===============================*/
.footer {
  background: #50926B;
  padding: 160px 0;
}
.footer .logo_01 {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.footer .sec_access_01 {
  margin: 120px auto 0;
}
.footer .sns_list_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
}
.footer .sns_list_01 .li {
  margin: 0 12px;
}
.footer .btnwrap_01 {
  margin: 80px auto 0;
  text-align: center;
}
.footer .copy {
  display: block;
  margin: 120px auto 0;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

.shop_list_01 {
  margin: 72px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.shop_list_01 > .li {
  width: 48.5%;
  margin: 0 3% 80px 0;
}
.shop_list_01 > .li:nth-of-type(2n) {
  margin: 0 0 80px 0;
}

.shop_box_01 .box_ele_01 {
  display: flex;
  justify-content: space-between;
}
.shop_box_01 .box_ele_01 .e_img_01 {
  width: 48.5%;
  margin: 0 3% 0 0;
}
.shop_box_01 .box_ele_01 .e_map_01 {
  width: 48.5%;
}
.shop_box_01 .box_ele_01 .e_map_01 .g_map_01 {
  position: relative;
  width: 100%;
  height: 100%;
}
.shop_box_01 .box_ele_01 .e_map_01 .g_map_01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop_box_01 .box_ele_02 {
  margin: 32px auto 0;
}
.shop_box_01 .box_ele_02 .e_ttl_01 {
  font-size: 21px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.shop_box_01 .box_ele_02 .e_infolist_01 {
  margin: 24px 0 0;
}
.shop_box_01 .box_ele_02 .e_infolist_01 .li {
  margin: 0 0 0.5em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}
.shop_box_01 .box_ele_02 .e_infolist_01 .li .zip {
  display: inline-block;
  padding-right: 1em;
  font-weight: 500;
}
.shop_box_01 .box_ele_02 .e_infolist_01 .li .tel_num {
  display: inline-block;
  font-weight: 500;
}
.shop_box_01 .box_ele_02 .e_infolist_01 .li .tel_num + .tel_num {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 64px 0 24px;
  }
  .footer .logo_01 {
    max-width: 200px;
    width: 36%;
    margin: 0 auto;
  }
  .footer .sec_access_01 {
    margin: 104px auto 0;
  }
  .footer .sns_list_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
  }
  .footer .sns_list_01 .li {
    margin: 0 12px;
  }
  .footer .btnwrap_01 {
    margin: 80px auto 0;
    text-align: center;
  }
  .footer .copy {
    display: block;
    margin: 120px auto 0;
    padding-bottom: 60px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
  }
  .shop_list_01 {
    margin: 32px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  .shop_list_01 > .li {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 96px;
  }
  .shop_list_01 > .li:nth-of-type(2n) {
    margin: 0 auto 96px;
  }
  .shop_box_01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .shop_box_01 .box_ele_01 {
    width: 47%;
    margin: 0 3% 0 0;
  }
  .shop_box_01 .box_ele_01 .e_img_01 {
    width: 100%;
    margin: 0;
  }
  .shop_box_01 .box_ele_02 {
    width: 50%;
    margin: 0 0 0 0;
  }
  .shop_box_01 .box_ele_02 .e_ttl_01 {
    font-size: clamp(16px, 4.2666666667vw, 21px);
    letter-spacing: 0.05em;
  }
  .shop_box_01 .box_ele_02 .e_infolist_01 {
    margin: 16px 0 0;
  }
  .shop_box_01 .box_ele_02 .e_infolist_01 .li {
    margin: 0 0 0.5em;
    font-size: clamp(14px, 3.7333333333vw, 18px);
    line-height: 1.8;
    color: #ffffff;
  }
  .shop_box_01 .box_ele_02 .e_infolist_01 .li .zip {
    display: block;
  }
  .shop_box_01 .box_ele_02 .e_infolist_01 .li .tel_num {
    display: block;
  }
  .shop_box_01 .box_ele_02 .e_infolist_01 .li .tel_num + .tel_num {
    padding-left: 0em;
  }
  .shop_box_01 .btn_wrap_01 {
    width: 100%;
    margin: 16px auto 0;
  }
}
/*==============================
	main
===============================*/
/*------------------------------
	TOP
------------------------------*/
/*---------------------
	sec_top_concept
---------------------*/
.sec_top_concept {
  padding: 32px 0 0;
}
.sec_top_concept .txtwrap_01 {
  margin: 64px auto 0;
  text-align: center;
}
.sec_top_concept .txtwrap_01 .txt_01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.15;
  color: #2E2E2E;
  letter-spacing: 0.025em;
}
.sec_top_concept .txtwrap_01 .txt_01 .str_01 {
  display: inline;
  font-size: 32px;
  font-weight: bold;
  color: #F7BE65;
  /*
  background: linear-gradient(transparent 70%, #fff352 0%);
  */
  padding: 0 2px 0px;
}
.sec_top_concept .txtwrap_01 .txt_01 .str_02 {
  font-size: 28px;
  font-weight: bold;
  color: #50926B;
}
.sec_top_concept .btnwrap_01 {
  margin: 72px auto 0;
  max-width: 440px;
}
.sec_top_concept .wrap_01 {
  margin: 80px auto 0;
  padding: 96px 0 472px;
  background: url(./images/top_concept_bg_01.jpg) center top no-repeat;
  background-size: cover;
}
.sec_top_concept .wrap_01 .box_01 {
  padding: 64px 64px 64px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.95);
}
.sec_top_concept .wrap_01 .box_01 .box_ttl_01 {
  margin: 0 auto 12px;
  font-size: 46px;
  font-weight: bold;
  color: #50926B;
  text-align: center;
  letter-spacing: 0.05em;
}
.sec_top_concept .wrap_01 .box_01 .box_ttl_01 .str_01 {
  display: inline-block;
  /*
  background: linear-gradient(transparent 70%, #fff352 0%);
  */
  margin: 0 0.05em;
  padding: 0 2px 0px;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: bold;
  color: #F7BE65;
  letter-spacing: 0;
  line-height: 0.8;
}
.sec_top_concept .wrap_01 .box_01 .box_ttl_01 .str_01 .num {
  font-size: 97px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.sec_top_concept .wrap_01 .box_01 .group_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 2%;
  box-sizing: border-box;
}
.sec_top_concept .wrap_01 .box_01 .group_01 .g_txtwrap_01 {
  width: 65%;
  padding: 32px 0 0 0;
  box-sizing: border-box;
}
.sec_top_concept .wrap_01 .box_01 .group_01 .g_txtwrap_01 .txt_01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.77;
  letter-spacing: 0.02em;
  color: #5C5C5C;
}
.sec_top_concept .wrap_01 .box_01 .group_01 .g_txtwrap_01 .txt_01 .str_01 {
  font-size: 23px;
  font-weight: bold;
  color: #50926B;
}
.sec_top_concept .wrap_01 .box_01 .group_01 .g_img_01 {
  width: 35%;
  display: block;
  padding: 40px 0 0;
}
.sec_top_concept .wrap_01 .box_01 .group_01 .g_img_01 .img {
  position: relative;
}
.sec_top_concept .wrap_01 .box_01 .box_txt_01 {
  width: 100%;
  margin: -6px auto 0;
  font-size: 37px;
  font-weight: bold;
  color: #50926B;
  letter-spacing: 0.1em;
}
.sec_top_concept .wrap_01 .box_01 .box_txt_01 .str_01 {
  display: inline-block;
  margin: 0 0.25em 0 0;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-size: 46px;
  font-weight: bold;
  color: #F7BE65;
  letter-spacing: 0;
  line-height: 0.8;
}
.sec_top_concept .wrap_01 .box_01 .box_txt_01 .str_01 .num {
  font-size: 84px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.sec_top_concept .wrap_01 .box_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 56px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_concept .txtwrap_01 {
    margin: 48px auto 0;
  }
  .sec_top_concept .txtwrap_01 .txt_01 {
    font-size: clamp(16px, 4.8vw, 24px);
  }
  .sec_top_concept .txtwrap_01 .txt_01 .str_01 {
    font-size: clamp(24px, 6.4vw, 32px);
  }
  .sec_top_concept .txtwrap_01 .txt_01 .str_02 {
    font-size: clamp(24px, 6.4vw, 32px);
  }
  .sec_top_concept .btnwrap_01 {
    width: 90%;
    margin: 56px auto 0;
    max-width: 380px;
  }
  .sec_top_concept .wrap_01 {
    margin: 56px auto 0;
    padding: 56px 0 0;
  }
  .sec_top_concept .wrap_01 .box_01 {
    padding: 40px 8px 120px;
  }
  .sec_top_concept .wrap_01 .box_01 .box_ttl_01 {
    margin: 0 auto 24px;
    font-size: clamp(32px, 8.5333333333vw, 46px);
    letter-spacing: 0.04em;
  }
  .sec_top_concept .wrap_01 .box_01 .box_ttl_01 .str_01 {
    margin: 0.15em 0.05em 0.35em;
    font-size: clamp(52px, 13.8666666667vw, 60px);
  }
  .sec_top_concept .wrap_01 .box_01 .box_ttl_01 .str_01 .num {
    font-size: clamp(84px, 22.4vw, 97px);
  }
  .sec_top_concept .wrap_01 .box_01 .group_01 {
    display: block;
    padding-left: 0;
  }
  .sec_top_concept .wrap_01 .box_01 .group_01 .g_txtwrap_01 {
    width: 100%;
    padding: 24px 0 0 0;
    box-sizing: border-box;
  }
  .sec_top_concept .wrap_01 .box_01 .group_01 .g_txtwrap_01 .txt_01 {
    font-size: clamp(16px, 4.8vw, 18px);
    text-align: center;
  }
  .sec_top_concept .wrap_01 .box_01 .group_01 .g_txtwrap_01 .txt_01 .str_01 {
    font-size: clamp(20px, 5.3333333333vw, 22px);
  }
  .sec_top_concept .wrap_01 .box_01 .group_01 .g_img_01 {
    width: 100%;
    max-width: 400px;
    margin: 24px auto 0;
    text-align: center;
  }
  .sec_top_concept .wrap_01 .box_01 .box_txt_01 {
    width: 100%;
    margin: 24px auto 0;
    font-size: clamp(21px, 5.6vw, 37px);
    text-align: center;
  }
  .sec_top_concept .wrap_01 .box_01 .box_txt_01 .str_01 {
    margin: 0 0;
    font-size: clamp(28px, 7.4666666667vw, 46px);
  }
  .sec_top_concept .wrap_01 .box_01 .box_txt_01 .str_01 .num {
    font-size: clamp(48px, 12.8vw, 84px);
  }
  .sec_top_concept .wrap_01 .box_01 .box_btnwrap_01 {
    width: 90%;
    margin: 32px auto 0;
  }
}
/*---------------------
	sec_top_plan_01
---------------------*/
.sec_top_plan_01 {
  position: relative;
  background: #50926B;
  padding: 5px 0 104px;
  z-index: 0;
}
.sec_top_plan_01:before {
  content: "";
  position: absolute;
  top: -248px;
  left: 50%;
  border-top: none;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 248px solid #50926B;
  transform: translate(-50%, 0);
}
.sec_top_plan_01 .inner {
  margin: -140px auto 0;
}
.sec_top_plan_01 .txtwrap_01 {
  margin: 32px auto 0;
  text-align: center;
}
.sec_top_plan_01 .txtwrap_01 .txt_01 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.02em;
}
.sec_top_plan_01 .txtwrap_01 .txt_01 .str_01 {
  font-size: 76px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #F7BE65;
}
.sec_top_plan_01 .c_plan_list_01 {
  margin: 72px auto 0;
}
.sec_top_plan_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_plan_01 {
    padding: 5px 16px 56px;
  }
  .sec_top_plan_01:before {
    top: -48px;
    border-bottom: 48px solid #50926B;
  }
  .sec_top_plan_01 .inner {
    margin: 56px auto 0;
  }
  .sec_top_plan_01 .txtwrap_01 {
    margin: 56px auto 0;
  }
  .sec_top_plan_01 .txtwrap_01 .txt_01 {
    font-size: clamp(20px, 5.3333333333vw, 24px);
    vertical-align: middle;
    line-height: 2.6;
  }
  .sec_top_plan_01 .txtwrap_01 .txt_01 .str_01 {
    position: relative;
    display: inline-block;
    font-size: clamp(68px, 18.1333333333vw, 76px);
    line-height: 20px;
    transform: translate(0, 50%);
  }
  .sec_top_plan_01 .plan_list_01 {
    display: block;
    margin: 56px auto 0;
  }
  .sec_top_plan_01 .plan_list_01 .li {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 48px;
  }
  .sec_top_plan_01 .plan_list_01 .li:last-of-type {
    margin: 0 auto;
  }
  .sec_top_plan_01 a.plan_box_01 {
    display: block;
  }
  .sec_top_plan_01 a.plan_box_01 .box_img_01 {
    padding-top: 66.6%;
  }
  .sec_top_plan_01 a.plan_box_01 .box_ele_01 .box_txt_01 {
    font-size: clamp(16px, 4.2666666667vw, 18px);
  }
  .sec_top_plan_01 a.plan_box_01 .box_ele_01 .box_ttl_01 {
    position: relative;
    margin: 24px auto 0;
    padding-bottom: 24px;
    font-size: clamp(40px, 10.6666666667vw, 64px);
  }
  .sec_top_plan_01 a.plan_box_01 .box_ele_01 .box_ttl_01:after {
    width: 40px;
    height: 6px;
  }
  .sec_top_plan_01 .box_btnwrap_01 {
    width: 90%;
    margin: 56px auto 0;
  }
}
/*---------------------
	sec_top_works_01
---------------------*/
.sec_top_works_01 {
  padding: 120px 0 0;
}
.sec_top_works_01 .works_slide_01 {
  margin: 48px auto 0;
}
.sec_top_works_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 88px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_works_01 {
    padding: 80px 0 0;
  }
  .sec_top_works_01 .works_slide_01 {
    margin: 72px auto 0;
  }
  .sec_top_works_01 .box_btnwrap_01 {
    width: 90%;
    margin: 32px auto 0;
  }
}
/*---------------------
	sec_top_event_01
---------------------*/
.sec_top_event_01 {
  padding: 120px 0 0;
}
.sec_top_event_01 .event_slide_01 {
  margin: 72px auto 0;
}
.sec_top_event_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 64px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_event_01 {
    padding: 80px 0 0;
  }
  .sec_top_event_01 .event_slide_01 {
    margin: 80px auto 0;
  }
  .sec_top_event_01 .box_btnwrap_01 {
    width: 90%;
    margin: 56px auto 0;
  }
}
/*---------------------
	sec_top_about_01
---------------------*/
.sec_top_about_01 {
  padding: 120px 0 0;
}
.sec_top_about_01 .txtwrap_01 {
  margin: 64px auto 0;
  text-align: center;
}
.sec_top_about_01 .txtwrap_01 .txt_01 {
  font-size: 24px;
  line-height: 2.5;
  color: #2E2E2E;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.sec_top_about_01 .txtwrap_01 .txt_01 .str_01 {
  display: inline-block;
  /*
  background: linear-gradient(transparent 70%, #fff352 0%);
  */
  line-height: 1.4;
  font-size: 32px;
  color: #F7BE65;
  font-weight: bold;
}
.sec_top_about_01 .content_list_01 {
  display: flex;
  flex-wrap: wrap;
  margin: 104px auto 0;
}
.sec_top_about_01 .content_list_01 .li {
  width: 47%;
  margin: 0 6% 56px 0;
}
.sec_top_about_01 .content_list_01 .li:nth-of-type(2n) {
  margin: 0 0 56px;
}
.sec_top_about_01 a.content_box_01 {
  display: block;
}
.sec_top_about_01 a.content_box_01 .box_img_01 {
  display: block;
  padding-top: 65%;
}
.sec_top_about_01 a.content_box_01 .box_ele_01 {
  position: relative;
  padding: 32px 0 32px 32px;
  background: #50926B;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.sec_top_about_01 a.content_box_01 .box_ele_01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 27px;
  height: 30px;
  background: url(./images/arrow_02_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.sec_top_about_01 a.content_box_01:hover {
  text-decoration: none;
}
.sec_top_about_01 a.content_box_01:hover .box_ele_01 {
  background: #f8b62d;
  color: #272727;
}
.sec_top_about_01 a.content_box_01:hover .box_ele_01:after {
  right: 22px;
  background: url(./images/arrow_02_r_b.svg) center center no-repeat;
  background-size: contain;
}
.sec_top_about_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_about_01 {
    padding: 80px 0 0;
  }
  .sec_top_about_01 .txtwrap_01 {
    margin: 56px auto 0;
  }
  .sec_top_about_01 .txtwrap_01 .txt_01 {
    font-size: clamp(18px, 4.8vw, 24px);
  }
  .sec_top_about_01 .txtwrap_01 .txt_01 .str_01 {
    /*
    background: linear-gradient(transparent 50%, #fff352 0%);
    */
    font-size: clamp(18px, 4.8vw, 24px);
  }
  .sec_top_about_01 .content_list_01 {
    margin: 112px auto 0;
  }
  .sec_top_about_01 .content_list_01 .li {
    width: 100%;
    margin: 0 auto 32px 0;
  }
  .sec_top_about_01 .content_list_01 .li:nth-of-type(2n) {
    margin: 0 auto 32px 0;
  }
  .sec_top_about_01 a.content_box_01 .box_img_01 {
    padding-top: 64.5%;
  }
  .sec_top_about_01 a.content_box_01 .box_ele_01 {
    padding: 24px 0 24px 24px;
    font-size: clamp(14px, 3.7333333333vw, 24px);
  }
  .sec_top_about_01 a.content_box_01 .box_ele_01:after {
    right: 24px;
    width: 17px;
    height: 19px;
  }
  .sec_top_about_01 .box_btnwrap_01 {
    width: 90%;
    margin: 40px auto 0;
  }
}
/*---------------------
	sec_top_staff
---------------------*/
.sec_top_staff {
  margin: 120px auto 0;
  padding: 80px 0;
  background: url(./images/top_staff_bg_01_221102.png) center center no-repeat;
  background-size: cover;
}
.sec_top_staff .box_01 {
  padding: 88px 0;
  background: rgba(80, 146, 107, 0.7);
}
.sec_top_staff .box_01 .c_ttl_01 {
  padding: 80px 0 0;
}
.sec_top_staff .box_01 .ttl_01 {
  margin: 32px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}
.sec_top_staff .box_01 .box_txtwrap_01 {
  margin: 32px auto 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.15;
  color: #ffffff;
  text-align: center;
}
.sec_top_staff .box_btnwrap_01 {
  max-width: 440px;
  margin: 64px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_staff {
    margin: 80px auto 0;
    padding: 46% 0 0;
    background: url(./images/top_staff_bg_01_221102.png) top center no-repeat;
    /*
    		background:url(./images/top_staff_bg_01_sp.jpg) top center no-repeat;
    */
    background-size: contain;
  }
  .sec_top_staff .box_01 {
    margin: 0 -16px;
    padding: 48px 0 24px;
  }
  .sec_top_staff .box_01 .c_ttl_01 {
    padding: 40px 0 0;
  }
  .sec_top_staff .box_01 .c_ttl_01 .icon {
    max-width: 50px;
  }
  .sec_top_staff .box_01 .c_ttl_01 .ttl_txt_01 {
    font-size: clamp(29px, 7.7333333333vw, 36px);
  }
  .sec_top_staff .box_01 .c_ttl_01 .sub_txt_01 {
    margin: 8px auto 0;
    font-size: clamp(16px, 4.2666666667vw, 20px);
  }
  .sec_top_staff .box_01 .ttl_01 {
    margin: 32px auto 0;
    font-size: clamp(24px, 6.4vw, 48px);
  }
  .sec_top_staff .box_01 .box_txtwrap_01 {
    margin: 16px auto 0;
    font-size: clamp(16px, 4.2666666667vw, 24px);
  }
  .sec_top_staff .box_btnwrap_01 {
    width: 90%;
    margin: 32px auto 0;
  }
}
/*---------------------
	sec_top_blog_01
---------------------*/
.sec_top_blog_01 {
  padding: 120px 0 120px;
}
.sec_top_blog_01 .blog_slide_01 {
  margin: 56px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_blog_01 {
    padding: 40px 0 120px;
  }
  .sec_top_blog_01 .blog_slide_01 {
    margin: 88px auto 0;
  }
}
/*---------------------
	sec_top_news_01
---------------------*/
.sec_top_news_01 {
  padding: 0 0 120px;
}
.sec_top_news_01 .news_list_01 {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_top_news_01 {
    padding: 0 0 64px;
  }
  .sec_top_news_01 .news_list_01 {
    margin: 72px auto 0;
  }
}
/*---------------------
	sec_business_01
---------------------*/
.sec_business_01 .business_list_01 {
  display: flex;
}
.sec_business_01 .business_list_01 .li {
  width: 34%;
}
.sec_business_01 .business_box_01 {
  position: relative;
  padding: 64px 0 72px;
  background: url(./images/content_bnr_reform_01.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.sec_business_01 .business_box_01.immovables {
  background: url(./images/content_bnr_fudousan_01.jpg) center center no-repeat;
  background-size: cover;
}
.sec_business_01 .business_box_01.housing {
  background: url(./images/content_bnr_modelhouse_01.jpg) center center no-repeat;
  background-size: cover;
}
.sec_business_01 .business_box_01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.sec_business_01 .business_box_01 .inner {
  position: relative;
  z-index: 1;
}
.sec_business_01 .business_box_01 .box_ttl_01 {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
}
.sec_business_01 .business_box_01 .box_ttl_01 .str_01 {
  display: block;
  font-size: 46px;
  font-weight: bold;
  color: #F7BE65;
}
.sec_business_01 .business_box_01 .box_ele_01 {
  margin: 48px auto 0;
  padding: 0 7.5%;
}
.sec_business_01 .business_box_01 .box_ele_01 .txt_01 {
  font-size: 21px;
  line-height: 2.15;
  color: #ffffff;
}
.sec_business_01 .business_box_01 .box_btnwrap_01 {
  width: 80%;
  max-width: 440px;
  margin: 48px auto 0;
}
.sec_business_01 .business_box_01 .box_btnwrap_01 a {
  position: relative;
  display: block;
  padding: 24px 0;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  font-size: 18px;
  -webkit-text-decoration: 0 0 2px rgba(0, 0, 0, 0.5);
          text-decoration: 0 0 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.sec_business_01 .business_box_01 .box_btnwrap_01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 28px;
  background: url(./images/arrow_02_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.sec_business_01 .business_box_01 .box_btnwrap_01 a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec_business_01 .business_list_01 {
    display: block;
  }
  .sec_business_01 .business_list_01 .li {
    width: 100%;
  }
  .sec_business_01 .business_box_01 {
    padding: 16px 0 16px;
  }
  .sec_business_01 .business_box_01 .box_ttl_01 {
    font-size: clamp(16px, 4.2666666667vw, 38px);
    line-height: 1.6;
  }
  .sec_business_01 .business_box_01 .box_ttl_01 .str_01 {
    font-size: clamp(20px, 5.3333333333vw, 46px);
  }
  .sec_business_01 .business_box_01 .box_ele_01 {
    margin: 16px auto 0;
    padding: 0 7.5%;
  }
  .sec_business_01 .business_box_01 .box_ele_01 .txt_01 {
    font-size: clamp(16px, 4.2666666667vw, 21px);
  }
  .sec_business_01 .business_box_01 .box_btnwrap_01 {
    width: 76%;
  }
  .sec_business_01 .business_box_01 .box_btnwrap_01 a {
    padding: 16px 0;
    font-size: 16px;
  }
  .sec_business_01 .business_box_01 .box_btnwrap_01 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 16px;
  }
}
/*------------------------------
	CONCEPT
------------------------------*/
/*---------------------
	sec_concept_point_01
---------------------*/
.sec_concept_point_01 .txtwrap_01 {
  margin: 104px -8px 0;
  text-align: center;
}
.sec_concept_point_01 .txtwrap_01 .txt_01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 2.2;
  color: #2E2E2E;
  letter-spacing: 0.02em;
}
.sec_concept_point_01 .txtwrap_01 .txt_01 .str_01 {
  font-size: 48px;
  font-weight: bold;
  color: #F7BE65;
  letter-spacing: 0;
}
.sec_concept_point_01 .concept_group_01 {
  margin: 160px auto 0;
}
.sec_concept_point_01 .concept_group_01 .g_ttl_01 {
  text-align: center;
}
.sec_concept_point_01 .concept_group_01 .g_ttl_01 .ttl_txt_01 {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  color: #50926B;
  /*
  background: linear-gradient(transparent 50%, #fff352 0%);
  */
  padding: 0 2px 0px;
}
.sec_concept_point_01 .concept_group_01 .g_ttl_01 .ttl_txt_01 .str_01 {
  font-size: 48px;
  font-weight: bold;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 160px auto 0;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 {
  width: 50%;
  padding: 0 2% 0 0;
  box-sizing: border-box;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 .e_ttl_01 {
  position: relative;
  margin: 0 auto 24px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.45;
  color: #50926B;
  letter-spacing: 0.08em;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 .e_ttl_01 .str_01 {
  font-size: 34px;
  color: #F7BE65;
  font-weight: bold;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 .e_ttl_01 .serif {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 .e_txtwrap_01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.02em;
  color: #2E2E2E;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01 .box_img_01 {
  width: 48%;
  max-width: 480px;
  text-align: right;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01.count_01 .box_ele_01 .e_ttl_01 .serif {
  right: -56px;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01.reverse .box_ele_01 {
  order: 1;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01.reverse .box_img_01 {
  order: 0;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01.count_02 .box_ele_01 .e_ttl_01 .serif {
  bottom: 64px;
  right: -20px;
}
.sec_concept_point_01 .concept_group_01 .concept_box_01.count_03 .box_ele_01 .e_ttl_01 .serif {
  bottom: 40px;
  right: -20px;
}
.sec_concept_point_01 .concept_group_01 .concept_box_02 {
  margin: 64px auto 0;
}
.sec_concept_point_01 .concept_group_01 .concept_box_02 .box_img_01 {
  display: block;
  margin: 0 auto 64px;
  text-align: center;
}
.sec_concept_point_01 .concept_group_01 .concept_box_02 .box_ttl_01 {
  margin: 0 auto 40px;
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  text-align: center;
}
.sec_concept_point_01 .concept_group_01 .concept_box_02 .box_txtwrap_01 {
  font-size: 24px;
  font-weight: 500;
  color: #2E2E2E;
  line-height: 2.6;
  letter-spacing: 0.07em;
}
.sec_concept_point_01 .concept_group_01 .concept_box_02 .box_txtwrap_01 .str_01 {
  font-size: 34px;
  font-weight: bold;
  color: #F7BE65;
}
.sec_concept_point_01 .concept_group_01 .concept_box_03 {
  display: flex;
  justify-content: space-between;
  margin: 88px auto 0;
}
.sec_concept_point_01 .concept_group_01 .concept_box_03 .box_img_01 {
  width: 50%;
  padding: 0 4% 0 0;
  box-sizing: border-box;
}
.sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 {
  width: 50%;
}
.sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 .box_txtwrap_01 {
  font-size: 24px;
  font-weight: 500;
  color: #2E2E2E;
  line-height: 2.25;
}
.sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 .box_txtwrap_01 .txt_01 {
  margin: 0 auto 2em;
}
.sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 .box_txtwrap_01 .str_01 {
  display: inline-block;
  margin: 0 0.2em;
  font-weight: bold;
  color: #50926B;
  /*
  background: linear-gradient(transparent 50%, #fff352 0%);
  */
  line-height: 1;
}
.sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 .box_txtwrap_01 .str_02 {
  font-size: 30px;
  font-weight: bold;
  color: #F7BE65;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sec_concept_point_01 .txtwrap_01 {
    margin: 56px -16px 0;
  }
  .sec_concept_point_01 .txtwrap_01 .txt_01 {
    font-size: clamp(16px, 4.2666666667vw, 18px);
  }
  .sec_concept_point_01 .txtwrap_01 .txt_01 .str_01 {
    font-size: clamp(22px, 5.8666666667vw, 24px);
  }
  .sec_concept_point_01 .concept_group_01 {
    margin: 88px auto 0;
  }
  .sec_concept_point_01 .concept_group_01 .g_ttl_01 .ttl_txt_01 {
    font-size: clamp(28px, 7.4666666667vw, 32px);
  }
  .sec_concept_point_01 .concept_group_01 .g_ttl_01 .ttl_txt_01 .str_01 {
    font-size: clamp(34px, 9.0666666667vw, 38px);
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 48px auto 0;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 {
    width: 100%;
    padding: 0 0 0 0;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 .e_ttl_01 {
    margin: 0 -16px 24px auto;
    font-size: 24px;
    font-size: clamp(22px, 5.8666666667vw, 26px);
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 .e_ttl_01 .str_01 {
    font-size: clamp(30px, 8vw, 34px);
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 .box_ele_01 .e_txtwrap_01 {
    font-size: clamp(16px, 4.2666666667vw, 18px);
    line-height: 2;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 .box_img_01 {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 8px auto;
    padding: 120px 0 0;
    text-align: center;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 .box_img_01 .serif {
    position: absolute;
    top: 0;
    right: 60%;
    width: 207px;
    transform: translate(100%, 0);
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01.reverse .box_ele_01 {
    order: 0;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01.reverse .box_img_01 {
    order: 1;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01.count_03 {
    padding: 0 0 40px;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01.count_03 .box_img_01 {
    padding: 80px 0 0;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_01 + .concept_box_01 {
    margin: 96px auto 0;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_02 {
    margin: 48px auto 0;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_02 .box_img_01 {
    margin: 0 auto 32px;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_02 .box_ttl_01 {
    margin: 0 auto 32px;
    font-size: clamp(26px, 6.9333333333vw, 30px);
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_02 .box_txtwrap_01 {
    font-size: 16px;
    line-height: 2;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_02 .box_txtwrap_01 .str_01 {
    font-size: clamp(22px, 5.8666666667vw, 26px);
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_03 {
    display: block;
    margin: 48px auto 0;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_03 .box_img_01 {
    width: 100%;
    padding: 0 0 48px 0;
    text-align: center;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 {
    width: 100%;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 .box_txtwrap_01 {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 2;
    text-align: center;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 .box_txtwrap_01 .str_01 {
    margin: 0 0.15em;
  }
  .sec_concept_point_01 .concept_group_01 .concept_box_03 .box_ele_01 .box_txtwrap_01 .str_02 {
    font-size: 18px;
  }
}
/*---------------------
	sec_concept_flow_01
---------------------*/
.sec_concept_flow_01 {
  padding: 0 0 160px;
}
.sec_concept_flow_01 .ttl_02 {
  margin: 80px auto 104px;
  font-size: 43px;
  color: #2E2E2E;
  font-weight: bold;
  text-align: center;
}
.sec_concept_flow_01 .ttl_02 .en {
  display: block;
  margin: 24px auto 0;
  font-size: 57px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sec_concept_flow_01 .flow_box_list_01 .li {
  position: relative;
  margin: 0 auto 120px;
}
.sec_concept_flow_01 .flow_box_list_01 .li:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 39px;
  height: 36px;
  background: url(./images/arrow_06_d_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, 100%);
}
.sec_concept_flow_01 .flow_box_list_01 .li:last-of-type:after {
  content: none;
}
.sec_concept_flow_01 .flow_box_01 {
  position: relative;
  padding: 72px 88px 72px 72px;
  border: 5px solid #50926B;
  background: url(./images/concept_flow_num_01.svg) center left 10% no-repeat;
  background-size: contain;
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(2) {
  background-image: url(./images/concept_flow_num_02.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(3) {
  background-image: url(./images/concept_flow_num_03.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(4) {
  background-image: url(./images/concept_flow_num_04.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(5) {
  background-image: url(./images/concept_flow_num_05.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(6) {
  background-image: url(./images/concept_flow_num_06.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(7) {
  background-image: url(./images/concept_flow_num_07.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(8) {
  background-image: url(./images/concept_flow_num_08.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(9) {
  background-image: url(./images/concept_flow_num_09.svg);
}
.sec_concept_flow_01 .flow_box_01:nth-of-type(10) {
  background-image: url(./images/concept_flow_num_10.svg);
}
.sec_concept_flow_01 .flow_box_01 .box_ttl_01 {
  margin: 0 auto 24px;
  font-size: 32px;
  font-weight: bold;
  color: #50926B;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.sec_concept_flow_01 .flow_box_01 .box_txtwrap_01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.02em;
  color: #2E2E2E;
}

@media screen and (max-width: 768px) {
  .sec_concept_flow_01 {
    padding: 56px 0 88px;
    letter-spacing: 0.12em;
  }
  .sec_concept_flow_01 .ttl_02 {
    margin: 32px auto 40px;
    font-size: 28px;
  }
  .sec_concept_flow_01 .ttl_02 .en {
    margin: 8px auto 0;
    font-size: 36px;
    letter-spacing: 0.12em;
  }
  .sec_concept_flow_01 .flow_box_list_01 .li {
    position: relative;
    margin: 0 auto 88px;
  }
  .sec_concept_flow_01 .flow_box_list_01 .li:after {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 30px;
    height: 34px;
  }
  .sec_concept_flow_01 .flow_box_list_01 .li:last-of-type:after {
    content: none;
  }
  .sec_concept_flow_01 .flow_box_01 {
    position: relative;
    padding: 32px 32px;
    border: 5px solid #50926B;
    background-position: top 16px right 40px;
    background-size: auto 102px;
  }
  .sec_concept_flow_01 .flow_box_01 .box_ttl_01 {
    margin: 0 auto 24px;
    font-size: 22px;
  }
  .sec_concept_flow_01 .flow_box_01 .box_txtwrap_01 {
    font-size: 16px;
    line-height: 2;
  }
}
/*------------------------------
	ABOUT(ハンズワタベについて)
------------------------------*/
/*---------------------
	sec_about_promise_01
---------------------*/
.sec_about_promise_01 > .txtwrap_01 {
  margin: 72px auto 0;
}
.sec_about_promise_01 > .txtwrap_01 .txt_01 {
  font-size: 32px;
  font-weight: 500;
  color: #2E2E2E;
  text-align: center;
  line-height: 2.25;
}
.sec_about_promise_01 > .txtwrap_01 .txt_01 .str_01 {
  display: inline-block;
  /*
  background: linear-gradient(transparent 70%, #fff352 0%);
  */
  margin: 0 0.15em;
  padding: 0 2px 0px;
  font-size: 32px;
  font-weight: 500;
  color: #50926B;
  letter-spacing: 0.1em;
  line-height: 0.8;
}
.sec_about_promise_01 > .txtwrap_01 .txt_01 .str_01 .num {
  font-size: 72px;
  font-weight: bold;
  font-family: din-2014, sans-serif;
  font-style: normal;
}
.sec_about_promise_01 > .txtwrap_01 .txt_01 .str_01 .kan {
  font-size: 40px;
  font-weight: 500;
}
.sec_about_promise_01 .promise_img_01 {
  position: relative;
  width: 774px;
  height: 740px;
  margin: 160px auto 40px;
  background: url(./images/about_promise_bg.svg) center center no-repeat;
}
.sec_about_promise_01 .promise_img_01 a {
  display: block;
}
.sec_about_promise_01 .promise_img_01 .area {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_about_promise_01 .promise_img_01 .aftercare {
  position: absolute;
  top: 18.5%;
  left: 0%;
  transform: translate(-25%, 0%);
}
.sec_about_promise_01 .promise_img_01 .plan {
  position: absolute;
  top: 18.5%;
  right: 0%;
  transform: translate(25%, 0%);
}
.sec_about_promise_01 .promise_img_01 .support {
  position: absolute;
  bottom: 0%;
  left: 10%;
  transform: translate(0%, 20%);
}
.sec_about_promise_01 .promise_img_01 .building {
  position: absolute;
  bottom: 0%;
  right: 10%;
  transform: translate(0%, 20%);
}
.sec_about_promise_01 .promise_img_01 .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-55%, -25%);
}
.sec_about_promise_01 .nextmore {
  position: relative;
  margin: 0 auto 80px;
  padding: 24px 0 56px;
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  text-align: center;
}
.sec_about_promise_01 .nextmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 39px;
  height: 36px;
  background: url(./images/arrow_06_d_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .sec_about_promise_01 > .txtwrap_01 {
    margin: 48px auto 0;
  }
  .sec_about_promise_01 > .txtwrap_01 .txt_01 {
    font-size: 18px;
  }
  .sec_about_promise_01 > .txtwrap_01 .txt_01 .str_01 {
    margin: 0 0.15em;
    padding: 0 2px 0px;
    font-size: 19px;
    letter-spacing: 0.05em;
  }
  .sec_about_promise_01 > .txtwrap_01 .txt_01 .str_01 .num {
    font-size: 44px;
  }
  .sec_about_promise_01 > .txtwrap_01 .txt_01 .str_01 .kan {
    font-size: 24px;
  }
  .sec_about_promise_01 .promoise_img_wrap_01 {
    margin: 0 auto;
    max-width: 500px;
  }
  .sec_about_promise_01 .promise_img_01 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 95%;
    margin: 120px auto 40px;
    background: url(./images/about_promise_bg.svg) center center no-repeat;
    background-size: contain;
  }
  .sec_about_promise_01 .promise_img_01 a {
    display: block;
    width: 32%;
  }
  .sec_about_promise_01 .promise_img_01 a img {
    width: 100%;
  }
  .sec_about_promise_01 .promise_img_01 .area {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec_about_promise_01 .promise_img_01 .aftercare {
    position: absolute;
    top: 18.5%;
    left: 0%;
    transform: translate(-8.5%, 0%);
  }
  .sec_about_promise_01 .promise_img_01 .plan {
    position: absolute;
    top: 18.5%;
    right: 0%;
    transform: translate(8.5%, 0%);
  }
  .sec_about_promise_01 .promise_img_01 .support {
    position: absolute;
    bottom: 0%;
    left: 10%;
    transform: translate(-10.5%, 20%);
  }
  .sec_about_promise_01 .promise_img_01 .building {
    position: absolute;
    bottom: 0%;
    right: 10%;
    transform: translate(10.5%, 20%);
  }
  .sec_about_promise_01 .promise_img_01 .logo {
    position: absolute;
    top: 52%;
    left: 50%;
    width: 50%;
    transform: translate(-55%, -20%);
  }
  .sec_about_promise_01 .nextmore {
    margin: 0 auto 32px;
    padding: 24px 0 30px;
    font-size: 18px;
  }
  .sec_about_promise_01 .nextmore:after {
    content: "";
    width: 16px;
    height: 18px;
  }
}
/*---------------------
	sec_about_area_01
---------------------*/
.sec_about_area_01 {
  padding: 0 0 312px;
}
.sec_about_area_01 .ttl_01 {
  margin: 72px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #50926B;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_about_area_01 .ttl_01 .str_01 {
  font-size: 51px;
  color: #F7BE65;
  font-weight: bold;
}
.sec_about_area_01 .ttl_01 .str_01 .num {
  font-size: 112px;
  font-weight: bold;
  font-family: din-2014, sans-serif;
  font-style: normal;
  letter-spacing: -0.048em;
}
.sec_about_area_01 .box_01 {
  position: relative;
  margin: 120px auto 0;
}
.sec_about_area_01 .box_01 .box_ttl_01 {
  font-size: 40px;
  color: #50926B;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2;
}
.sec_about_area_01 .box_01 .box_ttl_01 .str_01 {
  display: inline-block;
  /*
  background: linear-gradient(transparent 70%, #fff352 0%);
  */
  margin: 0 0.15em;
  padding: 0 2px 0px;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-size: 63px;
  font-weight: bold;
  color: #F7BE65;
  line-height: 0.8;
}
.sec_about_area_01 .box_01 .box_ttl_01 .str_01 .num {
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 0;
}
.sec_about_area_01 .box_01 .box_txtwrap_01 .txt_01 {
  margin: 0 auto 2em;
  font-size: 18px;
  font-weight: 500;
  color: #5C5C5C;
  line-height: 2.65;
}
.sec_about_area_01 .box_01 .box_txtwrap_01 .txt_01 .str_01 {
  font-size: 26px;
  font-weight: bold;
  color: #F7BE65;
  line-height: 1;
}
.sec_about_area_01 .box_01 .box_img_01 {
  position: absolute;
  top: -21%;
  left: 50%;
  width: 720px;
  transform: translate(-10%, 0);
}

@media screen and (max-width: 768px) {
  .sec_about_area_01 {
    padding: 0 0 56px;
  }
  .sec_about_area_01 .ttl_01 {
    margin: 48px auto 0;
    font-size: 22px;
  }
  .sec_about_area_01 .ttl_01 .str_01 {
    position: relative;
    top: 1px;
    font-size: 22px;
  }
  .sec_about_area_01 .ttl_01 .str_01 .num {
    padding-right: 0.035em;
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1;
  }
  .sec_about_area_01 .box_01 {
    margin: 64px auto 0;
    text-align: center;
  }
  .sec_about_area_01 .box_01 .box_ttl_01 {
    display: inline-block;
    font-size: 26px;
    text-align: left;
    letter-spacing: 0.04em;
  }
  .sec_about_area_01 .box_01 .box_ttl_01 .str_01 {
    font-size: 41px;
  }
  .sec_about_area_01 .box_01 .box_ttl_01 .str_01 .num {
    font-size: 65px;
  }
  .sec_about_area_01 .box_01 .box_txtwrap_01 {
    display: inline-block;
    max-width: 480px;
    margin: 24px auto 0;
    text-align: left;
  }
  .sec_about_area_01 .box_01 .box_txtwrap_01 .txt_01 {
    font-size: 16px;
    line-height: 2.2;
  }
  .sec_about_area_01 .box_01 .box_txtwrap_01 .txt_01:last-of-type {
    margin: 0 auto;
  }
  .sec_about_area_01 .box_01 .box_txtwrap_01 .txt_01 .str_01 {
    font-size: 20px;
  }
  .sec_about_area_01 .box_01 .box_img_01 {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    max-width: 480px;
    width: 100%;
    margin: -32px auto 0;
    transform: translate(0, 0);
  }
  .sec_about_area_01 .box_01 .box_img_01 img {
    width: 140%;
    max-width: none;
    transform: translate(-15%, 0);
  }
}
/*---------------------
	sec_about_plan_01
---------------------*/
.sec_about_plan_01 {
  padding: 0 0 120px;
}
.sec_about_plan_01 .ttl_01 {
  margin: 112px auto 0;
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_about_plan_01 .ttl_01 .str_01 {
  display: inline-block;
  padding: 0 0.015em;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-size: 76px;
  font-weight: bold;
  color: #F7BE65;
  line-height: 1;
}
.sec_about_plan_01 .txtwrap_01 {
  margin: 48px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
  color: #2E2E2E;
}
.sec_about_plan_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_about_plan_01 {
    padding: 0 0 56px;
  }
  .sec_about_plan_01 .ttl_01 {
    margin: 80px auto 0;
    font-size: 24px;
  }
  .sec_about_plan_01 .ttl_01 .str_01 {
    font-size: 40px;
  }
  .sec_about_plan_01 .txtwrap_01 {
    margin: 56px auto 88px;
    font-size: 16px;
    line-height: 2.2;
  }
  .sec_about_plan_01 .box_btnwrap_01 {
    margin: 64px auto 0;
  }
}
/*---------------------
	sec_about_building_01
---------------------*/
.sec_about_building_01 {
  padding: 0 0 160px;
}
.sec_about_building_01 .ttl_01 {
  margin: 120px auto 0;
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_about_building_01 .txtwrap_01 {
  margin: 48px auto 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
  color: #2E2E2E;
}
.sec_about_building_01 .building_list_01 .li {
  margin: 0 auto 80px;
}
.sec_about_building_01 .building_list_01 .li:last-of-type {
  margin: 0 auto;
}
.sec_about_building_01 .building_box_01 {
  padding: 80px 48px;
  border: 3px solid #50926B;
}
.sec_about_building_01 .building_box_01 .box_ttl_01 {
  margin: 0 0 24px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #50926B;
  letter-spacing: 0.02em;
}
.sec_about_building_01 .building_box_01 .box_txtwrap_01 .txt_01 {
  font-size: 18px;
  font-weight: 500;
  color: #2E2E2E;
  line-height: 2.2;
}
.sec_about_building_01 .building_box_01 .box_txtwrap_01 .txt_01 .str_01 {
  font-size: 26px;
  font-weight: bold;
  color: #F7BE65;
  line-height: 1;
}
.sec_about_building_01 .building_box_01 .box_txtwrap_01 .cap_01 {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 2.2;
  font-weight: bold;
  color: #FF0000;
}
.sec_about_building_01 .building_box_01 .point_list_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 56px auto 0;
}
.sec_about_building_01 .building_box_01 .point_list_01 .item_01 {
  width: 232px;
  height: 232px;
  margin: 0 4px 12px;
  padding: 32px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  background: #50926B;
}
.sec_about_building_01 .building_box_01 .point_list_01 .item_01 .item_ttl_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2em;
  margin: 0 auto 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.sec_about_building_01 .building_box_01 .point_list_01 .item_01 .item_txt_01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}
.sec_about_building_01 .building_box_01 .inner_box_01 {
  display: flex;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_01 {
  width: 50%;
  padding: 0 7.5% 0 0;
  box-sizing: border-box;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_01 .box_txt_01 {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 500;
  color: #2E2E2E;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 {
  width: 50%;
  margin: -30px 0 0;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 {
  display: flex;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01 {
  position: relative;
  width: 29%;
  margin: 0 3% 0 0;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01:after {
  content: "";
  position: absolute;
  top: 35%;
  right: -16px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #50926B;
  border-right: none;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01:last-of-type {
  margin: 0 0 0 2%;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01:last-of-type:after {
  content: none;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01 .item_img_01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01 .item_txt_01 {
  margin: 8px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #2E2E2E;
  text-align: center;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01 .item_txt_02 {
  margin: 8px auto 0;
  font-size: 16px;
  line-height: 1.4;
  color: #2E2E2E;
  text-align: center;
}
.sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01 .item_txt_02 .str_01 {
  font-size: 24px;
  font-weight: bold;
  color: #FF0000;
}

@media screen and (max-width: 768px) {
  .sec_about_building_01 {
    padding: 0 0 96px;
  }
  .sec_about_building_01 .ttl_01 {
    margin: 72px auto 0;
    font-size: clamp(18px, 4.8vw, 24px);
  }
  .sec_about_building_01 .txtwrap_01 {
    margin: 48px auto 32px;
    font-size: clamp(15px, 4vw, 20px);
  }
  .sec_about_building_01 .building_list_01 .li {
    max-width: 560px;
    margin: 0 auto 72px;
  }
  .sec_about_building_01 .building_list_01 .li:last-of-type {
    margin: 0 auto;
  }
  .sec_about_building_01 .building_box_01 {
    padding: 24px 16px;
  }
  .sec_about_building_01 .building_box_01 .box_ttl_01 {
    margin: 0 0 16px;
    font-size: 32px;
    font-size: clamp(30px, 8vw, 35px);
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
  }
  .sec_about_building_01 .building_box_01 .box_txtwrap_01 .txt_01 {
    font-size: clamp(15px, 4vw, 18px);
    text-align: left;
  }
  .sec_about_building_01 .building_box_01 .box_txtwrap_01 .txt_01 .str_01 {
    font-size: 20px;
  }
  .sec_about_building_01 .building_box_01 .box_txtwrap_01 .cap_01 {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 2.2;
    font-weight: bold;
    color: #FF0000;
  }
  .sec_about_building_01 .building_box_01 .point_list_01 .item_01 {
    width: 240px;
    height: 240px;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 {
    display: block;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_01 {
    width: 100%;
    padding: 0 0 16px 0;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_01 .box_txt_01 {
    font-size: 16px;
    line-height: 2;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 {
    width: 100%;
    margin: 0 auto 0;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 {
    display: block;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01 {
    width: 100%;
    margin: 0 auto 80px;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 50%;
    right: auto;
    border-top: 24px solid #50926B;
    border-bottom: none;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    transform: translate(-50%, 0);
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01:last-of-type {
    margin: 0;
  }
  .sec_about_building_01 .building_box_01 .inner_box_01 .box_ele_02 .seismic_list_01 .item_01:last-of-type:after {
    content: none;
  }
}
/*---------------------
	sec_about_support_01
---------------------*/
.sec_about_support_01 {
  padding: 0 0 160px;
}
.sec_about_support_01 .ttl_01 {
  margin: 80px auto 0;
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.sec_about_support_01 .point_list_01 {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}
.sec_about_support_01 .point_list_01 .item_01 {
  width: 254px;
  height: 254px;
  margin: 0 8px 12px;
  padding: 56px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  background: #50926B;
}
.sec_about_support_01 .point_list_01 .item_01 .item_img_01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec_about_support_01 .point_list_01 .item_01 .item_txt_01 {
  display: block;
  margin: 24px auto;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_about_support_01 .txtwrap_01 {
  margin: 80px auto 0;
}
.sec_about_support_01 .txtwrap_01 .txt_01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2E2E2E;
}
.sec_about_support_01 .txtwrap_02 {
  margin: 48px auto 0;
}
.sec_about_support_01 .txtwrap_02 .txt_01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.15;
  letter-spacing: 0.1em;
  text-align: center;
  color: #50926B;
}
.sec_about_support_01 .txtwrap_02 .txt_01 .str_01 {
  font-size: 32px;
  font-weight: bold;
  color: #F7BE65;
  line-height: 1;
}
.sec_about_support_01 .btnwrap_01 {
  margin: 80px auto 0;
  padding: 48px 140px;
  background: url(./images/about_support_contact_01.jpg) center center no-repeat;
  background-size: cover;
}
.sec_about_support_01 .btnwrap_01 a {
  position: relative;
  display: block;
  padding: 140px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  transition: all 0.3s ease-out;
}
.sec_about_support_01 .btnwrap_01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 36px;
  height: 30px;
  background: url(./images/arrow_02_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.sec_about_support_01 .btnwrap_01 a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .sec_about_support_01 {
    padding: 0 0 64px;
  }
  .sec_about_support_01 .ttl_01 {
    margin: 40px auto 0;
    font-size: clamp(24px, 6.4vw, 28px);
  }
  .sec_about_support_01 .point_list_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sec_about_support_01 .point_list_01 .item_01 {
    width: 156px;
    height: 156px;
    margin: 0 4px 12px;
    padding: 18px 0 0;
  }
  .sec_about_support_01 .point_list_01 .item_01 .item_txt_01 {
    margin: 18px auto;
    font-size: clamp(16px, 4.2666666667vw, 18px);
  }
  .sec_about_support_01 .txtwrap_01 {
    margin: 40px auto 0;
  }
  .sec_about_support_01 .txtwrap_01 .txt_01 {
    font-size: 16px;
    line-height: 2;
  }
  .sec_about_support_01 .txtwrap_02 {
    margin: 32px -8px 0;
  }
  .sec_about_support_01 .txtwrap_02 .txt_01 {
    font-size: clamp(15px, 4vw, 16px);
    text-align: center;
  }
  .sec_about_support_01 .txtwrap_02 .txt_01 .str_01 {
    font-size: clamp(20px, 5.3333333333vw, 24px);
  }
  .sec_about_support_01 .btnwrap_01 {
    margin: 48px auto 0;
    padding: 20px 20px;
    background: url(./images/about_support_contact_01.jpg) center center no-repeat;
    background-size: cover;
  }
  .sec_about_support_01 .btnwrap_01 a {
    padding: 64px 24px 56px;
    font-size: 16px;
  }
  .sec_about_support_01 .btnwrap_01 a:after {
    content: "";
    right: 16px;
    width: 20px;
    height: 18px;
  }
}
/*---------------------
	sec_about_aftercare_01
---------------------*/
.sec_about_aftercare_01 {
  padding: 0 0 160px;
}
.sec_about_aftercare_01 .ttl_01 {
  margin: 80px auto 0;
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.sec_about_aftercare_01 .box_01 {
  margin: 80px auto 0;
}
.sec_about_aftercare_01 .box_01 .box_ttl_01 {
  margin: 0 auto 34px;
  font-size: 40px;
  font-weight: bold;
  color: #F7BE65;
  letter-spacing: 0.02em;
}
.sec_about_aftercare_01 .box_01 .box_ttl_01 .str_01 {
  font-weight: bold;
  color: #50926B;
}
.sec_about_aftercare_01 .box_01 .box_txtwrap_01 .txt_01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.15;
  color: #2E2E2E;
}
.sec_about_aftercare_01 .box_01 .box_img_01 {
  display: block;
  margin: 96px -8px 0;
  text-align: center;
}
.sec_about_aftercare_01 .aftercare_list_01 {
  margin: 96px auto 0;
}
.sec_about_aftercare_01 .aftercare_list_01 .li {
  margin: 0 auto 40px;
}
.sec_about_aftercare_01 .aftercare_box_01 {
  border: 3px solid #50926B;
  padding: 56px 40px 56px 56px;
}
.sec_about_aftercare_01 .aftercare_box_01 .box_ttl_01 {
  margin: 0 auto 32px;
  font-size: 40px;
  font-weight: bold;
  color: #50926B;
}
.sec_about_aftercare_01 .aftercare_box_01 .box_ttl_02 {
  margin: 0 auto 32px;
  font-size: 40px;
  font-weight: bold;
  color: #F7BE65;
}
.sec_about_aftercare_01 .aftercare_box_01 .box_ele_01 .box_txt_01 {
  font-size: 18px;
  font-weight: 500;
  color: #2E2E2E;
  line-height: 2.15;
}

@media screen and (max-width: 768px) {
  .sec_about_aftercare_01 {
    padding: 0 0 104px;
  }
  .sec_about_aftercare_01 .ttl_01 {
    margin: 40px auto 0;
    font-size: 26px;
  }
  .sec_about_aftercare_01 .box_01 {
    margin: 40px -16px 0;
  }
  .sec_about_aftercare_01 .box_01 .box_ttl_01 {
    margin: 0 auto 24px;
    font-size: 26px;
    text-align: center;
  }
  .sec_about_aftercare_01 .box_01 .box_txtwrap_01 {
    text-align: center;
  }
  .sec_about_aftercare_01 .box_01 .box_txtwrap_01 .txt_01 {
    font-size: 16px;
  }
  .sec_about_aftercare_01 .box_01 .box_img_01 {
    margin: 48px auto 0;
  }
  .sec_about_aftercare_01 .aftercare_list_01 {
    max-width: 560px;
    margin: 96px auto 0;
  }
  .sec_about_aftercare_01 .aftercare_list_01 .li {
    margin: 0 auto 40px;
  }
  .sec_about_aftercare_01 .aftercare_box_01 {
    padding: 24px 16px;
  }
  .sec_about_aftercare_01 .aftercare_box_01 .box_ttl_01 {
    margin: 0 auto 24x;
    font-size: 32px;
    text-align: center;
  }
  .sec_about_aftercare_01 .aftercare_box_01 .box_ttl_02 {
    margin: 0 auto 24x;
    font-size: 32px;
    text-align: center;
  }
  .sec_about_aftercare_01 .aftercare_box_01 .box_ele_01 .box_txt_01 {
    font-size: 16px;
  }
}
/*------------------------------
	COMPANY
------------------------------*/
/*---------------------
	sec_company_philosophy
---------------------*/
.sec_company_philosophy {
  padding: 0 0 120px;
}
.sec_company_philosophy .ttl_01 {
  margin: 96px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 2.25;
  text-align: center;
}
.sec_company_philosophy .ttl_02 {
  font-size: 46px;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 2.25;
  text-align: center;
}
.sec_company_philosophy .ttl_02 .str_01 {
  font-weight: bold;
  color: #F7BE65;
}
.sec_company_philosophy .txtwrap_01 {
  margin: 72px auto 0;
}
.sec_company_philosophy .txtwrap_01 .txt_01 {
  margin: 0 0 2em;
  font-size: 18px;
  line-height: 2.25;
  color: #454545;
  text-align: center;
}
.sec_company_philosophy .txtwrap_01 .txt_01:last-of-type {
  margin: 0;
}
.sec_company_philosophy .txtwrap_01 .txt_01 .str_01 {
  font-size: 26px;
  font-weight: bold;
  color: #F7BE65;
  line-height: 1;
}
.sec_company_philosophy .txtwrap_01 .txt_01 .str_02 {
  font-weight: bold;
  color: #FF0D0D;
}
.sec_company_philosophy .noaction_wrap_01 {
  margin: 120px auto 0;
}
.sec_company_philosophy .noaction_wrap_01 .noaction_list_01 {
  margin: 60px auto 0;
}
.sec_company_philosophy .noaction_wrap_01 .noaction_list_01 .li {
  margin: 0 auto 40px;
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01 {
  position: relative;
  min-height: 320px;
  padding: 64px 56px 64px 56px;
  border: 3px solid #50926B;
  box-sizing: border-box;
  background: url(./images/concept_flow_num_01.svg) center left 10% no-repeat;
  background-size: contain;
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(2) {
  background-image: url(./images/concept_flow_num_02.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(3) {
  background-image: url(./images/concept_flow_num_03.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(4) {
  background-image: url(./images/concept_flow_num_04.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(5) {
  background-image: url(./images/concept_flow_num_05.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(6) {
  background-image: url(./images/concept_flow_num_06.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(7) {
  background-image: url(./images/concept_flow_num_07.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(8) {
  background-image: url(./images/concept_flow_num_08.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(9) {
  background-image: url(./images/concept_flow_num_09.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01:nth-of-type(10) {
  background-image: url(./images/concept_flow_num_10.svg);
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01 .box_ttl_01 {
  margin: 0 auto 24px;
  font-size: 32px;
  font-weight: bold;
  color: #50926B;
  letter-spacing: 0.02em;
}
.sec_company_philosophy .noaction_wrap_01 .flow_box_01 .box_txtwrap_01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.02em;
  color: #2E2E2E;
}

@media screen and (max-width: 768px) {
  .sec_company_philosophy {
    padding: 0 0 56px;
  }
  .sec_company_philosophy .ttl_01 {
    margin: 64px auto 0;
    font-size: clamp(22px, 5.8666666667vw, 26px);
    line-height: 2;
  }
  .sec_company_philosophy .ttl_02 {
    font-size: clamp(23px, 6.1333333333vw, 27px);
    line-height: 1.4;
  }
  .sec_company_philosophy .ttl_02 .str_01 {
    font-size: 40px;
  }
  .sec_company_philosophy .txtwrap_01 {
    margin: 40px -16px 0;
  }
  .sec_company_philosophy .txtwrap_01 .txt_01 {
    font-size: 16px;
    line-height: 2;
  }
  .sec_company_philosophy .txtwrap_01 .txt_01 .str_01 {
    font-size: 20px;
  }
  .sec_company_philosophy .noaction_wrap_01 {
    margin: 48px auto 0;
  }
  .sec_company_philosophy .noaction_wrap_01 .noaction_list_01 {
    margin: 24px auto 0;
  }
  .sec_company_philosophy .noaction_wrap_01 .flow_box_01 {
    min-height: auto;
    padding: 32px 16px;
    background-position: top 20px right 20px;
    background-size: auto 100px;
  }
  .sec_company_philosophy .noaction_wrap_01 .flow_box_01 .box_ttl_01 {
    margin: 0 auto 24px;
    font-size: clamp(22px, 5.8666666667vw, 26px);
    line-height: 1.6;
  }
  .sec_company_philosophy .noaction_wrap_01 .flow_box_01 .box_txtwrap_01 {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 2;
  }
}
/*---------------------
	sec_company_overview
---------------------*/
.sec_company_overview {
  padding: 0 0 120px;
}
.sec_company_overview .ttl_01 {
  margin: 96px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 2.25;
  text-align: center;
}
.sec_company_overview .overview_table_01 {
  width: 100%;
  table-layout: fixed;
  margin: 56px auto 0;
}
.sec_company_overview .overview_table_01 .t_ttl_01 {
  width: 25%;
  padding: 24px 0 24px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #454545;
  text-align: center;
}
.sec_company_overview .overview_table_01 .t_ele_01 {
  width: 75%;
  padding: 24px 0 24px 48px;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 2;
  color: #454545;
  text-align: left;
}
.sec_company_overview .overview_table_01 .t_ele_01 .tel_set_01 {
  position: relative;
  padding: 0 0 0 7em;
}
.sec_company_overview .overview_table_01 .t_ele_01 .tel_set_01 .s_ttl_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7em;
  text-align: right;
}
.sec_company_overview .overview_table_01 .t_ele_01 .tel_set_02 {
  display: flex;
  align-items: center;
}
.sec_company_overview .overview_table_01 .t_ele_01 .tel_set_02 .s_ele_01 {
  display: inline-block;
}
.sec_company_overview .overview_table_01 .line_01 {
  background: rgba(80, 146, 107, 0.16);
}
.sec_company_overview .overview_table_01 .line_01:nth-of-type(2n) {
  background: #ffffff;
}
.sec_company_overview .overview_table_01 .line_01:last-of-type .t_ttl_01 {
  border-bottom: none;
}
.sec_company_overview .overview_table_01 .line_01:last-of-type .t_ele_01 {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .sec_company_overview {
    padding: 0 0 80px;
  }
  .sec_company_overview .ttl_01 {
    margin: 48px auto 0;
    font-size: 30px;
  }
  .sec_company_overview .overview_table_01 {
    display: block;
    width: auto;
    table-layout: fixed;
    margin: 40px -16px 0;
  }
  .sec_company_overview .overview_table_01 tbody {
    display: block;
  }
  .sec_company_overview .overview_table_01 .line_01 {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
    display: block;
  }
  .sec_company_overview .overview_table_01 .t_ttl_01 {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    border: none;
    font-size: 16px;
  }
  .sec_company_overview .overview_table_01 .t_ele_01 {
    display: block;
    width: 100%;
    padding: 12px 0 12px;
    border: none;
    font-size: 16px;
    text-align: center;
  }
  .sec_company_overview .overview_table_01 .t_ele_01 .tel_set_01 {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 16px 0em;
    text-align: right;
  }
  .sec_company_overview .overview_table_01 .t_ele_01 .tel_set_01 .s_ttl_01 {
    position: static;
    display: inline;
  }
  .sec_company_overview .overview_table_01 .t_ele_01 .tel_set_01 .s_ele_01 {
    display: inline;
  }
  .sec_company_overview .overview_table_01 .t_ele_01 .tel_set_02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sec_company_overview .overview_table_01 .t_ele_01 .tel_set_02 .s_ele_01 {
    display: inline-block;
  }
}
/*---------------------
	sec_company_history
---------------------*/
.sec_company_history {
  padding: 0 0 120px;
}
.sec_company_history .ttl_01 {
  margin: 96px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 2.25;
  text-align: center;
}
.sec_company_history .history_table_01 {
  width: 100%;
  table-layout: fixed;
  margin: 56px auto 0;
}
.sec_company_history .history_table_01 .t_ttl_01 {
  width: 30%;
  padding: 24px 5% 16px 5%;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  color: #454545;
}
.sec_company_history .history_table_01 .t_ele_01 {
  width: 70%;
  padding: 24px 0 16px 5%;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #454545;
}

@media screen and (max-width: 768px) {
  .sec_company_history {
    padding: 0 0 80px;
  }
  .sec_company_history .ttl_01 {
    margin: 48px auto 0;
    font-size: 30px;
  }
  .sec_company_history .history_table_01 {
    display: block;
    width: 100%;
    margin: 48px auto 0;
  }
  .sec_company_history .history_table_01 tbody {
    display: block;
  }
  .sec_company_history .history_table_01 .line_01 {
    display: block;
  }
  .sec_company_history .history_table_01 .t_ttl_01 {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: none;
    font-size: 16px;
    text-align: center;
  }
  .sec_company_history .history_table_01 .t_ele_01 {
    display: block;
    width: 100%;
    padding: 0 0 12px;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    text-align: center;
  }
}
/*---------------------
	sec_company_attempt
---------------------*/
.sec_company_attempt {
  padding: 0 0 120px;
}
.sec_company_attempt .page_navlist_01 {
  margin: 120px auto 0;
}
.sec_company_attempt .sec_csr {
  padding: 0 0 120px;
}
.sec_company_attempt .sec_csr .ttl_01 {
  margin: 96px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #50926B;
  line-height: 2.25;
  text-align: center;
}
.sec_company_attempt .sec_csr .txtwrap_01 {
  margin: 80px auto 0;
  text-align: center;
}
.sec_company_attempt .sec_csr .txtwrap_01 .txt_01 {
  font-size: 26px;
  font-weight: 500;
  color: #454545;
  line-height: 2.35;
}
.sec_company_attempt .sec_csr .txtwrap_01 .txt_01 .str_01 {
  font-size: 30px;
  font-weight: bold;
}
.sec_company_attempt .sec_csr .torikumi_box_01 {
  margin: 152px auto 0;
}
.sec_company_attempt .sec_csr .torikumi_box_01 .box_ttl_01 {
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  text-align: center;
}
.sec_company_attempt .sec_csr .torikumi_box_01 .box_list_wrap_01 {
  margin: 48px auto 0;
  padding: 48px 80px;
  border: 3px solid #50926B;
}
.sec_company_attempt .sec_csr .torikumi_box_01 .box_list_wrap_01 .list_01 .li {
  position: relative;
  padding: 0 0 0.5em 1em;
  font-size: 18px;
  line-height: 1.4;
}
.sec_company_attempt .sec_csr .torikumi_box_01 .box_list_wrap_01 .list_01 .li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sec_company_attempt .sec_csr .torikumi_box_01 .box_list_wrap_01 .list_01 .li:last-of-type {
  padding: 0 0 0 1em;
}
.sec_company_attempt .sec_csr .activities_box_01 {
  margin: 102px auto 0;
}
.sec_company_attempt .sec_csr .activities_box_01 .box_ttl_01 {
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  text-align: center;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_list_01 {
  margin: 80px auto 0;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_list_01 .li {
  margin: 0 auto 88px;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 {
  display: flex;
  justify-content: space-between;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_ele_01 {
  width: 50%;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_ele_01 .e_ttl_01 {
  margin: 0 auto 24px;
  padding: 1px 0 2px 16px;
  border-left: 16px solid #50926B;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  color: #2E2E2E;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_ele_01 .e_txtwrap_01 .txt_01 {
  margin: 0 auto 2em;
  font-size: 16px;
  font-weight: 500;
  color: #2E2E2E;
  line-height: 2;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_ele_01 .e_txtwrap_01 .txt_01:last-of-type {
  margin: 0 auto;
}
.sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_img_01 {
  width: 45%;
}
.sec_company_attempt .sec_qualityup {
  padding: 0 0 120px;
}
.sec_company_attempt .sec_qualityup .ttl_01 {
  margin: 96px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #50926B;
  line-height: 2.25;
  text-align: center;
}
.sec_company_attempt .sec_qualityup .ttl_02 {
  margin: 64px auto 0;
  font-size: 26px;
  line-height: 2.35;
  text-align: center;
  color: #454545;
  font-weight: bold;
}
.sec_company_attempt .sec_qualityup .ttl_03 {
  font-size: 32px;
  text-align: center;
  color: #2E2E2E;
  font-weight: bold;
}
.sec_company_attempt .sec_qualityup .ttl_03 .str_01 {
  font-size: 40px;
  color: #F7BE65;
  font-weight: bold;
}
.sec_company_attempt .sec_qualityup .txtwrap_01 {
  margin: 48px auto 96px;
  text-align: center;
}
.sec_company_attempt .sec_qualityup .txtwrap_01 .txt_01 {
  font-size: 18px;
  line-height: 2;
  color: #454545;
}
.sec_company_attempt .sec_qualityup .list_01 {
  display: flex;
  flex-wrap: wrap;
  margin: 48px auto 0;
  padding: 64px 64px 32px;
  border: 3px solid #50926B;
}
.sec_company_attempt .sec_qualityup .list_01 .li {
  position: relative;
  width: 50%;
  padding: 0 0 2em 42px;
  box-sizing: border-box;
  font-size: 20px;
}
.sec_company_attempt .sec_qualityup .list_01 .li:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 38px;
  height: 30px;
  background: url(./images/i_king_01.svg) center center no-repeat;
  background-size: contain;
}
.sec_company_attempt .sec_qualityup .list_01 .li .year {
  display: inline-block;
  margin: 0 0.75em 0 0;
  color: #2E2E2E;
  font-weight: 500;
}
.sec_company_attempt .sec_qualityup .list_01 .li .ele_01 {
  display: inline-block;
  font-weight: bold;
  color: #50926B;
}
.sec_company_attempt .sec_environment {
  padding: 0 0 120px;
}
.sec_company_attempt .sec_environment .ttl_01 {
  margin: 96px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #50926B;
  line-height: 2.25;
  text-align: center;
}
.sec_company_attempt .sec_environment .txtwrap_01 {
  margin: 64px auto 96px;
  text-align: center;
}
.sec_company_attempt .sec_environment .txtwrap_01 .txt_01 {
  font-size: 25px;
  color: #454545;
  line-height: 2.35;
}
.sec_company_attempt .sec_environment .ttl_02 {
  margin: 0 auto 32px;
  font-size: 32px;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 1.25;
  text-align: center;
}
.sec_company_attempt .sec_environment .txtwrap_02 {
  margin: 32px auto 56px;
  text-align: center;
}
.sec_company_attempt .sec_environment .txtwrap_02 .txt_01 {
  font-size: 24px;
  color: #454545;
  line-height: 2.35;
}
.sec_company_attempt .sec_environment .box_01 {
  padding: 64px 72px;
  border: 3px solid #50926B;
}
.sec_company_attempt .sec_environment .box_01 .box_list_01 .li {
  position: relative;
  padding: 0 0 2.5em 40px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #2E2E2E;
}
.sec_company_attempt .sec_environment .box_01 .box_list_01 .li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 56px;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #50926B;
  transform: translate(0, -35%);
}
.sec_company_attempt .sec_environment .box_01 .box_list_01 .li:nth-of-type(1):before {
  content: "1";
}
.sec_company_attempt .sec_environment .box_01 .box_list_01 .li:nth-of-type(2):before {
  content: "2";
}
.sec_company_attempt .sec_environment .box_01 .box_list_01 .li:nth-of-type(3):before {
  content: "3";
}
.sec_company_attempt .sec_environment .box_01 .box_list_01 .li:nth-of-type(4):before {
  content: "4";
}
.sec_company_attempt .sec_environment .box_01 .box_txt_01 {
  margin: 16px auto 0;
  font-size: 26px;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 1.25;
  text-align: center;
}
.sec_company_attempt .sec_environment .box_01 .box_txt_01 .str_01 {
  font-weight: bold;
  color: #50926B;
}
.sec_company_attempt .sec_workstyle {
  padding: 0 0 120px;
}
.sec_company_attempt .sec_workstyle .ttl_01 {
  margin: 96px auto 0;
  font-size: 48px;
  font-weight: bold;
  color: #50926B;
  line-height: 2.25;
  text-align: center;
}
.sec_company_attempt .sec_workstyle .txtwrap_01 {
  margin: 64px auto 64px;
  text-align: center;
}
.sec_company_attempt .sec_workstyle .txtwrap_01 .txt_01 {
  font-size: 26px;
  color: #454545;
  line-height: 2.35;
}
.sec_company_attempt .sec_workstyle .img_01 {
  display: block;
  max-width: 560px;
  margin: 0 auto 72px;
  text-align: center;
}
.sec_company_attempt .sec_workstyle .box_01 {
  padding: 64px 72px;
  border: 3px solid #50926B;
}
.sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li {
  position: relative;
  padding: 0 0 0.5em 1em;
  font-size: 22px;
  line-height: 1.4;
  color: #2E2E2E;
}
.sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li a.pdf_link {
  position: relative;
  display: inline-block;
  padding: 0 26px 0 0;
  font-size: 22px;
  text-decoration: underline;
  color: #50926B;
}
.sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li a.pdf_link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  background: url(./images/i_pdf_01.svg) center center no-repeat;
  background-size: contain;
}
.sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li:last-of-type {
  padding: 0 0 0 1em;
}

@media screen and (max-width: 768px) {
  .sec_company_attempt {
    padding: 0 0 120px;
  }
  .sec_company_attempt .page_navlist_01 {
    margin: 56px auto 0;
  }
  .sec_company_attempt .sec_csr {
    padding: 0 0 80px;
  }
  .sec_company_attempt .sec_csr .ttl_01 {
    margin: 48px auto 0;
    font-size: 32px;
  }
  .sec_company_attempt .sec_csr .txtwrap_01 {
    margin: 40px auto 0;
  }
  .sec_company_attempt .sec_csr .txtwrap_01 .txt_01 {
    font-size: 16px;
    line-height: 2;
  }
  .sec_company_attempt .sec_csr .txtwrap_01 .txt_01 .str_01 {
    font-size: 20px;
  }
  .sec_company_attempt .sec_csr .torikumi_box_01 {
    margin: 48px auto 0;
    padding: 0 16px;
  }
  .sec_company_attempt .sec_csr .torikumi_box_01 .box_ttl_01 {
    font-size: 22px;
    line-height: 2;
  }
  .sec_company_attempt .sec_csr .torikumi_box_01 .box_list_wrap_01 {
    margin: 48px auto 0;
    padding: 24px;
  }
  .sec_company_attempt .sec_csr .torikumi_box_01 .box_list_wrap_01 .list_01 .li {
    font-size: 15px;
    line-height: 1.8;
  }
  .sec_company_attempt .sec_csr .activities_box_01 {
    margin: 80px auto 0;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .box_ttl_01 {
    font-size: 22px;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .activities_list_01 {
    margin: 48px auto 0;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .activities_list_01 .li {
    margin: 0 auto 48px;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 {
    display: block;
    padding: 0 16px;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_ele_01 {
    width: 100%;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_ele_01 .e_ttl_01 {
    border-left: 10px solid #50926B;
    font-size: 20px;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_ele_01 .e_txtwrap_01 .txt_01 {
    font-size: 16px;
  }
  .sec_company_attempt .sec_csr .activities_box_01 .activities_group_01 .g_img_01 {
    margin: 32px auto 0;
    width: 100%;
    text-align: center;
  }
  .sec_company_attempt .sec_qualityup {
    padding: 0 0 80px;
  }
  .sec_company_attempt .sec_qualityup .ttl_01 {
    margin: 48px auto 0;
    font-size: 32px;
  }
  .sec_company_attempt .sec_qualityup .ttl_02 {
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 2.35;
  }
  .sec_company_attempt .sec_qualityup .ttl_03 {
    font-size: 22px;
  }
  .sec_company_attempt .sec_qualityup .ttl_03 .str_01 {
    font-size: 30px;
  }
  .sec_company_attempt .sec_qualityup .txtwrap_01 {
    margin: 40px auto 72px;
  }
  .sec_company_attempt .sec_qualityup .txtwrap_01 .txt_01 {
    font-size: 15px;
    line-height: 2.35;
  }
  .sec_company_attempt .sec_qualityup .list_01 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 32px);
    margin: 48px auto 0;
    padding: 24px 16px;
  }
  .sec_company_attempt .sec_qualityup .list_01 .li {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 0 0 2em 42px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.6;
  }
  .sec_company_attempt .sec_qualityup .list_01 .li:before {
    top: 30%;
    left: -5px;
    transform: translate(0, -50%);
  }
  .sec_company_attempt .sec_qualityup .list_01 .li .year {
    width: 100%;
  }
  .sec_company_attempt .sec_environment {
    padding: 0 0 80px;
  }
  .sec_company_attempt .sec_environment .ttl_01 {
    margin: 48px auto 0;
    font-size: 32px;
  }
  .sec_company_attempt .sec_environment .txtwrap_01 {
    margin: 40px auto 80px;
  }
  .sec_company_attempt .sec_environment .txtwrap_01 .txt_01 {
    font-size: 16px;
  }
  .sec_company_attempt .sec_environment .ttl_02 {
    font-size: 28px;
  }
  .sec_company_attempt .sec_environment .txtwrap_02 {
    margin: 32px auto 32px;
  }
  .sec_company_attempt .sec_environment .txtwrap_02 .txt_01 {
    font-size: 18px;
  }
  .sec_company_attempt .sec_environment .box_01 {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 32px 16px;
    box-sizing: border-box;
  }
  .sec_company_attempt .sec_environment .box_01 .box_list_01 .li {
    font-size: 16px;
  }
  .sec_company_attempt .sec_environment .box_01 .box_txt_01 {
    font-size: 18px;
    line-height: 1.6;
  }
  .sec_company_attempt .sec_workstyle {
    padding: 0 0 80px;
  }
  .sec_company_attempt .sec_workstyle .ttl_01 {
    margin: 48px auto 0;
    font-size: 32px;
  }
  .sec_company_attempt .sec_workstyle .txtwrap_01 {
    margin: 40px auto 40px;
  }
  .sec_company_attempt .sec_workstyle .txtwrap_01 .txt_01 {
    font-size: 16px;
  }
  .sec_company_attempt .sec_workstyle .box_01 {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 32px 16px;
    box-sizing: border-box;
  }
  .sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li {
    font-size: 16px;
  }
  .sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li a.pdf_link {
    padding: 0 26px 0 0;
    font-size: 18px;
    line-height: 2;
  }
  .sec_company_attempt .sec_workstyle .box_01 .box_list_01 .li a.pdf_link:after {
    right: 2px;
    width: 21px;
    height: 25px;
  }
}
/*---------------------
	sec_company_greeting
---------------------*/
.sec_company_greeting {
  padding: 0 0 120px;
}
.sec_company_greeting .box_01 {
  display: flex;
  justify-content: space-between;
  margin: 112px auto 0;
}
.sec_company_greeting .box_01 .box_ele_01 {
  width: 60%;
}
.sec_company_greeting .box_01 .box_ele_01 .box_ttl_01 {
  margin: 0 auto 48px;
  font-size: 52px;
  font-weight: bold;
  color: #50926B;
  line-height: 1.8;
}
.sec_company_greeting .box_01 .box_ele_01 .box_txtwrap_01 .txt_01 {
  margin: 0 auto 2em;
  font-size: 16px;
  line-height: 2.5;
  color: #454545;
}
.sec_company_greeting .box_01 .box_ele_01 .box_txtwrap_01 .txt_01:last-of-type {
  margin: 0 auto;
}
.sec_company_greeting .box_01 .box_img_01 {
  width: 35%;
}
.sec_company_greeting .box_01 .box_img_01 .img {
  display: block;
  text-align: right;
}
.sec_company_greeting .box_01 .box_img_01 .img_cap {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.4;
  text-align: right;
  color: #2E2E2E;
}

@media screen and (max-width: 768px) {
  .sec_company_greeting {
    padding: 0 0 80px;
  }
  .sec_company_greeting .box_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto 0;
  }
  .sec_company_greeting .box_01 .box_ele_01 {
    width: 100%;
  }
  .sec_company_greeting .box_01 .box_ele_01 .box_ttl_01 {
    margin: 0 auto 24px;
    font-size: 28px;
    line-height: 1.8;
  }
  .sec_company_greeting .box_01 .box_ele_01 .box_txtwrap_01 .txt_01 {
    font-size: 16px;
  }
  .sec_company_greeting .box_01 .box_img_01 {
    width: 60%;
    text-align: right;
    margin: 24px 0 24px auto;
  }
  .sec_company_greeting .box_01 .box_img_01 .img {
    display: block;
    text-align: right;
  }
  .sec_company_greeting .box_01 .box_img_01 .img_cap {
    font-size: 16px;
    line-height: 1.6;
  }
}
/*---------------------
	sec_company_access_01
---------------------*/
.sec_company_access_01 {
  padding: 0 0 104px;
}
.sec_company_access_01 .shop_list_01 {
  margin: 120px auto 0;
}
.sec_company_access_01 .shop_box_01 .box_ele_02 .e_ttl_01 {
  color: #50926B;
}
.sec_company_access_01 .shop_box_01 .box_ele_02 .e_infolist_01 .li {
  color: #2E2E2E;
}

@media screen and (max-width: 768px) {
  .sec_company_access_01 {
    padding: 0 0 80px;
  }
  .sec_company_access_01 .shop_list_01 {
    margin: 80px auto 0;
  }
}
/*------------------------------
	STAFF
------------------------------*/
/*---------------------
	sec_staff_01
---------------------*/
.sec_staff_01 {
  padding: 0 0 114px;
}
.sec_staff_01 .page_navlist_01 {
  margin: 88px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_staff_01 {
    padding: 0 0 40px;
  }
}
/*---------------------
	sec_staff_introduction
---------------------*/
.sec_staff_introduction {
  padding: 104px 0 120px;
}
.sec_staff_introduction .staff_list_01 {
  display: flex;
  flex-wrap: wrap;
  margin: 104px auto 0;
}
.sec_staff_introduction .staff_list_01 .li {
  width: 32%;
  margin: 0 2% 64px 0;
}
.sec_staff_introduction .staff_list_01 .li:nth-of-type(3n) {
  margin: 0 0 64px 0;
}
.sec_staff_introduction .staf_box_01 {
  height: 100%;
  padding: 32px 16px 16px;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.sec_staff_introduction .staf_box_01 .box_img_01 {
  display: block;
  margin: 0 auto 16px;
  text-align: center;
}
.sec_staff_introduction .staf_box_01 .box_name_01 {
  margin: 0 auto 24px;
}
.sec_staff_introduction .staf_box_01 .box_name_01 .position {
  display: block;
  margin: 0 auto 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #50926B;
}
.sec_staff_introduction .staf_box_01 .box_name_01 .box_ttl_01 {
  padding: 2px 0 2px 8px;
  border-left: 4px solid #50926B;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #2E2E2E;
  letter-spacing: 0.1em;
}
.sec_staff_introduction .staf_box_01 .box_name_01 .box_ttl_01 .kana {
  display: block;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #5C5C5C;
}
.sec_staff_introduction .staf_box_01 .qualification_list {
  padding: 0 0 24px;
  border-bottom: 1px solid #707070;
}
.sec_staff_introduction .staf_box_01 .qualification_list .item {
  position: relative;
  margin: 0 0 0.75em;
  padding: 0 0 0 1em;
  font-size: 16px;
  color: #2E2E2E;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.sec_staff_introduction .staf_box_01 .qualification_list .item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sec_staff_introduction .staf_box_01 .qualification_list .item:last-of-type {
  margin: 0;
}
.sec_staff_introduction .staf_box_01 .box_txtwrap_01 {
  margin: 24px auto 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #707070;
}
.sec_staff_introduction .staf_box_01 .box_txtwrap_01 .txt_01 {
  font-size: 16px;
  line-height: 2.25;
  color: #2E2E2E;
  letter-spacing: 0.1em;
}
.sec_staff_introduction .staf_box_01 .box_sub_info {
  margin: 24px auto 0;
}
.sec_staff_introduction .staf_box_01 .box_sub_info .info_set_01 .s_ttl_01 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: bold;
  color: #50926B;
  letter-spacing: 0.1em;
}
.sec_staff_introduction .staf_box_01 .box_sub_info .info_set_01 .s_ele_01 {
  font-size: 16px;
  line-height: 2.25;
  color: #2E2E2E;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sec_staff_introduction {
    padding: 40px 0 56px;
  }
  .sec_staff_introduction .staff_list_01 {
    margin: 40px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .sec_staff_introduction .staff_list_01 .li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 64px;
  }
  .sec_staff_introduction .staff_list_01 .li:nth-of-type(3n) {
    margin: 0 auto 64px;
  }
  .sec_staff_introduction .staf_box_01 .box_img_01 {
    display: block;
    height: auto;
    margin: 0 auto 16px;
  }
  .sec_staff_introduction .staf_box_01 .qualification_list {
    padding: 0 0 16px;
  }
  .sec_staff_introduction .staf_box_01 .box_txtwrap_01 {
    margin: 16px auto 0;
    padding: 0 0 16px;
  }
  .sec_staff_introduction .staf_box_01 .box_txtwrap_01 .txt_01 {
    font-size: 16px;
    line-height: 2;
  }
  .sec_staff_introduction .staf_box_01 .box_sub_info {
    margin: 16px auto 0;
  }
}
/*------------------------------
	PLAN
------------------------------*/
/*---------------------
	sec_plan_list_01
---------------------*/
.sec_plan_list_01 .text_wrap {
  margin: 104px auto 390px;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec_plan_list_01 .text_wrap .sub_title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
}
.sec_plan_list_01 .text_wrap .sub_title .din {
  color: #F7BE65;
  font-size: 72px;
}
.sec_plan_list_01 .text_wrap .text {
  font-size: 24px;
  line-height: 2.5;
}
.sec_plan_list_01 .plan_box_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 88px;
  background: #50926B;
}
.sec_plan_list_01 .plan_box_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 300px 50vw;
  border-color: transparent transparent #50926B transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.sec_plan_list_01 .plan_box {
  display: flex;
  max-width: 1080px;
  margin: 0 auto 80px;
}
.sec_plan_list_01 .plan_box figure {
  width: 50%;
  margin-bottom: 0;
}
.sec_plan_list_01 .plan_box .text_box {
  width: 50%;
  padding: 80px 5.5% 40px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.sec_plan_list_01 .plan_box .text_box .head {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 2;
}
.sec_plan_list_01 .plan_box .text_box .plan_name {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 26px;
  font-size: 60px;
  letter-spacing: 0.1em;
}
.sec_plan_list_01 .plan_box .text_box .plan_name .ja {
  font-size: 65%;
  font-weight: inherit;
}
.sec_plan_list_01 .plan_box .text_box .plan_name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 8px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.sec_plan_list_01 .plan_box .text_box.ever {
  background: #7EC6B3;
}
.sec_plan_list_01 .plan_box .text_box.happy {
  background: #F7BE65;
}
.sec_plan_list_01 .plan_box .text_box.fit {
  margin-bottom: 0;
  background: #9ACC60;
}
.sec_plan_list_01 .plan_box .text_box.drive {
  margin-bottom: 0;
  background: #48B8CC;
}
.sec_plan_list_01 .plan_box .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.sec_plan_list_01 .plan_box .price span {
  font-size: 23px;
  line-height: 1.3;
  font-weight: bold;
}
.sec_plan_list_01 .plan_box .price .cost {
  padding: 0 5px;
  font-size: 76px;
}

@media screen and (max-width: 768px) {
  .sec_plan_list_01 .text_wrap {
    margin: 32px auto 120px;
  }
  .sec_plan_list_01 .text_wrap .sub_title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .sec_plan_list_01 .text_wrap .sub_title .din {
    position: relative;
    top: 1px;
    font-size: 40px;
  }
  .sec_plan_list_01 .text_wrap .text {
    font-size: 16px;
    line-height: 2.5;
  }
  .sec_plan_list_01 .plan_box_wrap {
    padding-bottom: 112px;
  }
  .sec_plan_list_01 .plan_box_wrap::before {
    border-width: 0 50vw 60px 50vw;
  }
  .sec_plan_list_01 .plan_box {
    display: block;
    width: 90%;
    max-width: 480px;
    margin: 0 auto 8px;
    padding: 40px 0 0;
  }
  .sec_plan_list_01 .plan_box figure {
    width: 100%;
  }
  .sec_plan_list_01 .plan_box .text_box {
    width: 100%;
    padding: 16px 0 8px;
  }
  .sec_plan_list_01 .plan_box .text_box .head {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .sec_plan_list_01 .plan_box .text_box .plan_name {
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-size: 40px;
  }
  .sec_plan_list_01 .plan_box .text_box .plan_name::after {
    width: 64px;
    height: 6px;
  }
  .sec_plan_list_01 .plan_box .price {
    margin-bottom: 40px;
  }
  .sec_plan_list_01 .plan_box .price span {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
  }
  .sec_plan_list_01 .plan_box .price .cost {
    padding: 0 5px;
    font-size: 50px;
  }
}
.more {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #fff;
}
.more::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 200px;
  height: 21px;
  background: url(./images/viewmore_arrow.svg) no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.more.green {
  color: #50926B;
}
.more.green::before {
  background: url(./images/viewmore_arrow_green.svg) no-repeat;
}
.more:hover {
  text-decoration: none;
}
.more:hover::before {
  left: 55%;
  transition: all 0.3s;
}

/*---------------------
	sec_plan_detail
---------------------*/
.sec_plan_detail {
  margin: 80px auto 0;
}
.sec_plan_detail .plan_article {
  max-width: 1800px;
  margin: 0 auto;
  padding: 80px 0 48px;
}
.sec_plan_detail .plan_article.ever {
  background: #7EC6B3;
}
.sec_plan_detail .plan_article.happy {
  background: #F7BE65;
}
.sec_plan_detail .plan_article.fit {
  background: #9ACC60;
}
.sec_plan_detail .plan_article.drive {
  background: #48B8CC;
}
.sec_plan_detail .plan_article .concept {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 100px;
}
.sec_plan_detail .plan_article .concept .text_box {
  margin-right: 2%;
}
.sec_plan_detail .plan_article .concept .text_box .head {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.sec_plan_detail .plan_article .concept .text_box .plan_name {
  margin-bottom: 40px;
  font-size: 64px;
  letter-spacing: 0.1em;
}
.sec_plan_detail .plan_article .concept .text_box .plan_name .ja {
  font-size: 48px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.sec_plan_detail .plan_article .concept .text_box .concept_text {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 2.15;
}
.sec_plan_detail .plan_article .concept .text_box .concept_text .cap_txt_01 {
  font-weight: bold;
}
.sec_plan_detail .plan_article .concept .text_box .concept_title {
  margin-bottom: 20px;
  font-size: 40px;
}
.sec_plan_detail .plan_article .concept .img_box {
  margin: 80px 0 0;
  width: 100%;
  max-width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 50%;
}
.sec_plan_detail .plan_article .status .evaluation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_plan_detail .plan_article .status .evaluation .li {
  width: 448px;
  margin-bottom: 24px;
  padding: 20px 40px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_plan_detail .plan_article .status .evaluation .li .title {
  font-size: 24px;
  font-weight: bold;
  color: #5c5c5c;
}
.sec_plan_detail .plan_article .status .evaluation .li .star_list {
  display: flex;
  justify-content: space-between;
}
.sec_plan_detail .plan_article .status .evaluation .li .star_list .star {
  margin: 0 4px;
  font-size: 32px;
}
.sec_plan_detail .plan_article .status .evaluation .li .star_list .star.ever {
  color: #7EC6B3;
}
.sec_plan_detail .plan_article .status .evaluation .li .star_list .star.happy {
  color: #F7BE65;
}
.sec_plan_detail .plan_article .status .evaluation .li .star_list .star.fit {
  color: #9ACC60;
}
.sec_plan_detail .plan_article .status .evaluation .li .star_list .star.drive {
  color: #48B8CC;
}
.sec_plan_detail .plan_article .status .evaluation .li .star_list .star.gray {
  color: #aaaaaa;
}
.sec_plan_detail .plan_article .status .price {
  justify-content: end;
  text-align: center;
  margin: 40px auto 0;
  color: #fff;
}
.sec_plan_detail .plan_article .to_downtxt {
  position: relative;
  margin: 32px auto 0;
  padding: 0 0 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #ffffff;
  text-align: center;
}
.sec_plan_detail .plan_article .to_downtxt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 42px;
  background: url(./images/arrow_06_d_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}
.sec_plan_detail .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.sec_plan_detail .price span {
  font-size: 23px;
  line-height: 1.3;
  font-weight: bold;
}
.sec_plan_detail .price .cost {
  padding: 0 5px;
  font-size: 76px;
}

@media screen and (max-width: 768px) {
  .sec_plan_detail {
    margin: 62px auto 0;
  }
  .sec_plan_detail .plan_article {
    padding: 56px 0 80px;
  }
  .sec_plan_detail .plan_article .concept {
    display: block;
    margin-bottom: 64px;
  }
  .sec_plan_detail .plan_article .concept .text_box {
    margin-right: 0%;
  }
  .sec_plan_detail .plan_article .concept .text_box .head {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
  }
  .sec_plan_detail .plan_article .concept .text_box .plan_name {
    position: relative;
    margin: 0 auto 32px;
    padding: 0 0 26px;
    font-size: 40px;
    text-align: center;
  }
  .sec_plan_detail .plan_article .concept .text_box .plan_name .ja {
    font-size: 30px;
  }
  .sec_plan_detail .plan_article .concept .text_box .plan_name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 6px;
    background: #ffffff;
    transform: translate(-50%, 0);
  }
  .sec_plan_detail .plan_article .concept .text_box .box_img {
    position: relative;
    width: 400px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translate(5%, 0);
  }
  .sec_plan_detail .plan_article .concept .text_box .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
  }
  .sec_plan_detail .plan_article .concept .text_box .concept_text {
    font-size: 15px;
  }
  .sec_plan_detail .plan_article .concept .text_box .concept_text .cap_txt_01 {
    display: block;
    padding: 4em 0 0;
    margin: 0 auto -56px;
    text-align: center;
  }
  .sec_plan_detail .plan_article .concept .text_box .concept_title {
    margin: 48px auto 24px;
    font-size: 40px;
  }
  .sec_plan_detail .plan_article .status .evaluation {
    display: block;
  }
  .sec_plan_detail .plan_article .status .evaluation .li {
    width: 100%;
    max-width: 448px;
    margin: 0 auto 24px;
    padding: 12px 16px 14px 24px;
    box-sizing: border-box;
  }
  .sec_plan_detail .plan_article .status .evaluation .li .title {
    font-size: 18px;
  }
  .sec_plan_detail .plan_article .status .price {
    justify-content: center;
    text-align: center;
  }
  .sec_plan_detail .plan_article .to_downtxt {
    margin: 64px auto 0;
    padding: 0 0 52px;
    font-size: 18px;
  }
  .sec_plan_detail .price span {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
  }
  .sec_plan_detail .price .cost {
    padding: 0 5px;
    font-size: 64px;
  }
}
/*---------------------
	sec_plan_project
---------------------*/
.sec_plan_project {
  padding: 88px 0 0;
}
.sec_plan_project .plan_project_list_01 .item_01 {
  position: relative;
  margin: 0 auto 160px;
}
.sec_plan_project .plan_project_list_01 .item_01:nth-of-type(1) {
  background: url(./images/plan_drive_project_01_num.svg) bottom right no-repeat;
}
.sec_plan_project .plan_project_list_01 .item_01:nth-of-type(2) {
  background: url(./images/plan_drive_project_02_num.svg) bottom right no-repeat;
}
.sec_plan_project .plan_project_list_01 .item_01:nth-of-type(3) {
  background: url(./images/plan_drive_project_03_num.svg) bottom right no-repeat;
}
.sec_plan_project .plan_project_list_01 .item_01:nth-of-type(4) {
  background: url(./images/plan_drive_project_04_num.svg) bottom right no-repeat;
}
.sec_plan_project .plan_project_list_01 .item_01:nth-of-type(5) {
  background: url(./images/plan_drive_project_05_num.svg) bottom right no-repeat;
}
.sec_plan_project .plan_project_box_01 .box_ttl_01 {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 0 28px;
  text-align: center;
  font-size: 40px;
  color: #2E2E2E;
  letter-spacing: 0.1em;
}
.sec_plan_project .plan_project_box_01 .box_ttl_01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 12px;
  background: #48B8CC;
  transform: translate(-50%, 0);
}
.sec_plan_project .plan_project_box_01 .box_ttl_01 .str_01 {
  display: inline-block;
  padding: 0 0.5em 0 0;
  color: #48B8CC;
  font-weight: inherit;
}
.sec_plan_project .plan_project_box_01 .box_g_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_plan_project .plan_project_box_01 .box_g_01 .box_img_01 {
  width: 35%;
}
.sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 {
  width: 57%;
  padding: 1px 0 1px 24px;
  border-left: 4px solid #48B8CC;
}
.sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 .e_ttl_01 {
  margin: 0 auto 32px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #2E2E2E;
}
.sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 .e_txtwrap_01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  color: #2E2E2E;
}
.sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 .e_txtwrap_01 .txt_01 {
  margin: 0 0 1.25em;
}
.sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 .e_txtwrap_01 .txt_01:last-of-type {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sec_plan_project .plan_project_list_01 .item_01 {
    margin: 0 auto 120px;
  }
  .sec_plan_project .plan_project_box_01 .box_ttl_01 {
    margin: 0 auto 40px;
    padding: 0 0 24px;
    font-size: 30px;
    line-height: 1.6;
  }
  .sec_plan_project .plan_project_box_01 .box_ttl_01::after {
    width: 120px;
    height: 8px;
  }
  .sec_plan_project .plan_project_box_01 .box_ttl_01 .str_01 {
    display: block;
    padding: 0;
  }
  .sec_plan_project .plan_project_box_01 .box_g_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sec_plan_project .plan_project_box_01 .box_g_01 .box_img_01 {
    width: 65%;
    margin: 0 auto;
    text-align: center;
  }
  .sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 {
    width: 100%;
    margin: 24px auto 0;
    padding: 24px 0 0;
    border: none;
    border-top: 2px solid #48B8CC;
  }
  .sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 .e_ttl_01 {
    font-size: 20px;
  }
  .sec_plan_project .plan_project_box_01 .box_g_01 .box_ele_01 .e_txtwrap_01 {
    font-size: 16px;
    line-height: 2.1;
  }
}
/*---------------------
	sec_plan_works_01
---------------------*/
.sec_plan_works_01 {
  margin: 120px auto 0;
  padding: 0 0 160px;
}
.sec_plan_works_01 .ttl_01 {
  position: relative;
  padding: 0 0 32px;
  text-align: center;
  font-size: 55px;
  letter-spacing: 0.1em;
  color: #2E2E2E;
}
.sec_plan_works_01 .ttl_01 .en {
  display: block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sec_plan_works_01 .ttl_01 .en .ja {
  font-size: 60%;
  font-weight: bold;
}
.sec_plan_works_01 .ttl_01 .sub_txt_01 {
  display: block;
  margin: 32px auto 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2E2E2E;
}
.sec_plan_works_01 .ttl_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 8px;
  transform: translate(-50%, 0);
}
.sec_plan_works_01.ever .ttl_01:after {
  background: #7EC6B5;
}
.sec_plan_works_01.happy .ttl_01:after {
  background: #F7BE65;
}
.sec_plan_works_01.fit .ttl_01:after {
  background: #9ACC60;
}
.sec_plan_works_01.drive .ttl_01:after {
  background: #48B8CC;
}
.sec_plan_works_01 .slider_wrap_01 {
  margin: 64px auto 0;
}
.sec_plan_works_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 88px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_plan_works_01 {
    margin: 88px auto 0;
    padding: 0 0 88px;
  }
  .sec_plan_works_01 .ttl_01 {
    padding: 0 0 28px;
    font-size: 38px;
    line-height: 1.4;
  }
  .sec_plan_works_01 .ttl_01 .sub_txt_01 {
    margin: 24px auto 0;
    font-size: 18px;
  }
  .sec_plan_works_01 .ttl_01:after {
    height: 6px;
  }
  .sec_plan_works_01 .slider_wrap_01 {
    margin: 32px auto 0;
  }
  .sec_plan_works_01 .box_btnwrap_01 {
    width: 90%;
    margin: 32px auto 0;
  }
}
/*------------------------------
	WORKS
------------------------------*/
/*---------------------
	sec_works_archive
---------------------*/
.sec_works_archive {
  margin: 72px auto 0;
}
.sec_works_archive .container .head {
  margin-bottom: 56px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.sec_works_archive .container .center_text {
  margin: 40px auto 32px;
  font-size: 18px;
  text-align: center;
}
.sec_works_archive .container .tag_wrap {
  margin-bottom: 80px;
  padding: 40px 40px 64px;
  background: #F8F8F8;
}
.sec_works_archive .container .tag_wrap .tag_ttl {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #50926B;
}
.sec_works_archive .container .tag_wrap .tag_ttl .marker {
  /*
  background:linear-gradient(transparent 60%, #ff6 60%);
  */
}
.sec_works_archive .container .tag_wrap .center_text {
  font-size: 20px;
  line-height: 2;
  color: #2E2E2E;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.sec_works_archive .container .tag_wrap .tag_list {
  display: flex;
  justify-content: space-between;
}
.sec_works_archive .container .tag_wrap .tag_list .li {
  width: 30%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.sec_works_archive .container .tag_wrap .tag_list .li a {
  display: block;
  border-radius: 100px;
  padding: 16px 8px;
  color: white;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}
.sec_works_archive .container .tag_wrap .tag_list .li a:hover {
  background: #ffffff;
  text-decoration: none;
}
.sec_works_archive .container .tag_wrap .tag_list .li.ever a {
  border: 2px solid #7EC6B3;
  background: #7EC6B3;
}
.sec_works_archive .container .tag_wrap .tag_list .li.ever a:hover {
  background: #ffffff;
  color: #7EC6B3;
}
.sec_works_archive .container .tag_wrap .tag_list .li.happy a {
  border: 2px solid #F7BE65;
  background: #F7BE65;
}
.sec_works_archive .container .tag_wrap .tag_list .li.happy a:hover {
  background: #ffffff;
  color: #F7BE65;
}
.sec_works_archive .container .tag_wrap .tag_list .li.fit a {
  border: 2px solid #9ACC60;
  background: #9ACC60;
}
.sec_works_archive .container .tag_wrap .tag_list .li.fit a:hover {
  background: #ffffff;
  color: #9ACC60;
}
.sec_works_archive .container .tag_wrap .tag_list .li.drive a {
  border: 2px solid #48B8CC;
  background: #48B8CC;
}
.sec_works_archive .container .tag_wrap .tag_list .li.drive a:hover {
  background: #ffffff;
  color: #48B8CC;
}
.sec_works_archive .container .plan_name {
  position: relative;
  margin-bottom: 120px;
  font-size: 80px;
  text-align: center;
  font-weight: bold;
  color: #2E2E2E;
}
.sec_works_archive .container .plan_name::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 8px;
  background: #2E2E2E;
  transform: translate(-50%, 0%);
}
.sec_works_archive .container .plan_name.ever {
  color: #7EC6B3;
}
.sec_works_archive .container .plan_name.ever::after {
  background: #7EC6B3;
}
.sec_works_archive .container .plan_name.happy {
  color: #F7BE65;
}
.sec_works_archive .container .plan_name.happy::after {
  background: #F7BE65;
}
.sec_works_archive .container .plan_name.fit {
  color: #9ACC60;
}
.sec_works_archive .container .plan_name.fit::after {
  background: #9ACC60;
}
.sec_works_archive .container .plan_name.drive {
  color: #48B8CC;
}
.sec_works_archive .container .plan_name.drive::after {
  background: #48B8CC;
}

@media screen and (max-width: 768px) {
  .sec_works_archive {
    margin: 88px auto 0;
  }
  .sec_works_archive .container .head {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 2;
  }
  .sec_works_archive .container .center_text {
    margin: 32px auto 24px;
    font-size: 16px;
    line-height: 2;
  }
  .sec_works_archive .container .tag_wrap {
    margin-bottom: 40px;
    padding: 32px 32px 32px;
  }
  .sec_works_archive .container .tag_wrap .tag_list {
    flex-wrap: wrap;
  }
  .sec_works_archive .container .tag_wrap .tag_list .li {
    width: 256px;
    margin: 0 auto 24px;
  }
  .sec_works_archive .container .tag_wrap .tag_list .li:last-of-type {
    margin: 0 auto;
  }
  .sec_works_archive .container .tag_wrap .tag_list .li a {
    padding: 14px;
  }
  .sec_works_archive .container .plan_name {
    margin-bottom: 72px;
    font-size: 40px;
  }
  .sec_works_archive .container .plan_name::after {
    content: "";
    bottom: -30px;
    width: 60px;
    height: 6px;
  }
}
/*---------------------
	sec_works_post
---------------------*/
.sec_works_post {
  margin: 112px auto 160px;
}
.sec_works_post .container .work_name {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
  color: #50926B;
}
.sec_works_post .container .work_name::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 8px;
  transform: translate(-50%, 0%);
  background: #50926B;
}
.sec_works_post .container .cat_item {
  margin-bottom: 80px;
}
.sec_works_post .container .image {
  margin-bottom: 80px;
}
.sec_works_post .container .image img {
  width: 100%;
}
.sec_works_post .container .gallery {
  display: flex;
  flex-wrap: wrap;
}
.sec_works_post .container .gallery .li {
  width: 23.5%;
  margin: 0 2% 24px 0;
}
.sec_works_post .container .gallery .li:nth-of-type(4n) {
  margin: 0 0 24px;
}
.sec_works_post .container .gallery .li a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.sec_works_post .container .gallery .li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_works_post .container .post_box .sub_ttl {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #50926B;
}
.sec_works_post .container .post_box p {
  margin-bottom: 130px;
  font-size: 24px;
  line-height: 1.8;
}
.sec_works_post .btnwrap_01 {
  max-width: 440px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_works_post {
    margin: 80px auto 88px;
  }
  .sec_works_post .container .work_name {
    margin-bottom: 90px;
    font-size: 28px;
  }
  .sec_works_post .container .work_name::after {
    content: "";
    width: 60px;
    height: 6px;
  }
  .sec_works_post .container .cat_item {
    margin-bottom: 40px;
  }
  .sec_works_post .container .image {
    margin: 0 -16px 48px;
    text-align: center;
  }
  .sec_works_post .container .post_box .sub_ttl {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
  }
  .sec_works_post .container .post_box p {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 2;
  }
  .sec_works_post .btnwrap_01 {
    width: 90%;
    margin: 48px auto 0;
  }
}
/*---------------------
	sec_voice_post
---------------------*/
.sec_voice_post {
  margin: 112px auto 160px;
}
.sec_voice_post .container .work_name {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
  color: #50926B;
}
.sec_voice_post .container .work_name::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 8px;
  transform: translate(-50%, 0%);
  background: #50926B;
}
.sec_voice_post .container .image {
  margin-bottom: 80px;
}
.sec_voice_post .container .image img {
  width: 100%;
}
.sec_voice_post .container .question-box {
  margin: 0 auto 60px;
}
.sec_voice_post .container .question-box .question {
  color: #50926B;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.01em;
  padding-left: 26px;
  position: relative;
}
.sec_voice_post .container .question-box .question::after {
  content: "";
  display: block;
  background-color: #50926B;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
}
.sec_voice_post .container .question-box .answer {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin: 20px 0 0;
}
.sec_voice_post .container .voice-img {
  margin: 0 0 60px;
}
.sec_voice_post .container .voice-img img {
  width: 100%;
}
.sec_voice_post .container .voice_list {
  margin-top: 130px;
}
.sec_voice_post .btnwrap_01 {
  max-width: 440px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_voice_post {
    margin: 80px auto 88px;
  }
  .sec_voice_post .container .work_name {
    margin-bottom: 90px;
    font-size: 28px;
  }
  .sec_voice_post .container .work_name::after {
    content: "";
    width: 60px;
    height: 6px;
  }
  .sec_voice_post .container .image {
    margin: 0 -16px 48px;
    text-align: center;
  }
  .sec_voice_post .container .question-box {
    margin: 0 auto 40px;
  }
  .sec_voice_post .container .question-box .question {
    font-size: 18px;
    padding-left: 20px;
  }
  .sec_voice_post .container .question-box .question::after {
    width: 14px;
    top: 16px;
  }
  .sec_voice_post .container .question-box .answer {
    font-size: 16px;
    margin: 16px 0 0;
  }
  .sec_voice_post .container .voice-img {
    margin: 0 0 40px;
  }
  .sec_voice_post .container .voice_list {
    margin-top: 120px;
  }
  .sec_voice_post .btnwrap_01 {
    width: 90%;
    margin: 48px auto 0;
  }
}
/*------------------------------
	BLOG・COLUMN
------------------------------*/
.content_wrap_01 {
  display: flex;
  justify-content: space-between;
}
.content_wrap_01 .main_content {
  width: 75%;
}
.content_wrap_01 .side_content {
  width: 20%;
}

.side_content {
  display: none;
}
.side_content .side_item_block {
  margin: 0 auto 80px;
  padding: 218px 0 0;
}
.side_content .side_item_block .block_ttl_01 {
  position: relative;
  margin: 0 auto 40px;
  padding: 20px 10px 18px;
  border-bottom: 1px solid #707070;
  font-size: 30px;
  font-weight: bold;
  color: #2e2e2e;
  text-align: center;
}
.side_content .side_item_block .block_ele_01 {
  margin: 0 auto 24px;
  padding: 0 0 0 2em;
  font-size: 20px;
}
.side_content .side_item_block .block_ele_01 a {
  position: relative;
  padding: 0 0 0 1em;
  color: #2e2e2e;
}
.side_content .side_item_block .block_ele_01 a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.column .side_content {
  display: block;
}

@media screen and (max-width: 768px) {
  .content_wrap_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content_wrap_01 .main_content {
    width: 100%;
  }
  .content_wrap_01 .side_content {
    width: 100%;
  }
  .side_content .side_item_block {
    padding: 32px 0 0;
  }
  .side_content .side_item_block .block_ttl_01 {
    padding: 0 10px 18px;
    font-size: 28px;
  }
  .side_content .side_item_block .block_ele_01 {
    margin: 0 auto 24px;
    font-size: 18px;
  }
}
/*---------------------
	sec_blog_list
---------------------*/
.sec_blog_list {
  margin: 120px auto 0;
}
.sec_blog_list .container .cat_tab_area {
  margin-bottom: 120px;
  border-bottom: 2px solid #50926B;
}
.sec_blog_list .container .cat_tab_area .cat_tab_list {
  display: flex;
}
.sec_blog_list .container .cat_tab_area .cat_tab_list .li {
  width: 300px;
  text-align: center;
  font-size: 32px;
}
.sec_blog_list .container .cat_tab_area .cat_tab_list .li a {
  display: block;
  padding: 18px 10px 10px;
  margin: 0 0 8px 10px;
  border-top: 2px solid #50926B;
  border-right: 2px solid #50926B;
  color: #2e2e2e;
  text-align: center;
}
.sec_blog_list .container .cat_tab_area .cat_tab_list .li a:hover {
  color: #50926B;
  text-decoration: none;
}
.sec_blog_list .container .cat_tab_area .cat_tab_list .li:first-of-type a {
  margin: 0 0 8px 0;
}
.sec_blog_list .container .cat_tab_area .cat_tab_list .li.active a {
  margin: 0 0 0 10px;
  border-bottom: 8px solid #50926B;
  background: #50926B;
  color: #ffffff;
}
.sec_blog_list .container .cat_tab_area .cat_tab_list .li.active:first-of-type a {
  margin: 0 0 0 0;
}
.sec_blog_list .container .post_list_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 20px;
}
.sec_blog_list .container .post_list_ttl .din {
  margin-right: 24px;
  font-size: 56px;
  color: #50926B;
}
.sec_blog_list .container .article_list {
  margin-bottom: 80px;
}
.sec_blog_list .container .article_list .article {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #707070;
}
.sec_blog_list .container .article_list .article:first-child {
  border-top: 1px solid #707070;
}
.sec_blog_list .container .article_list .article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 64px;
  height: 64px;
  background: url(./images/post_more_icon.svg);
  background-size: cover;
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .sec_blog_list {
    margin: 80px auto 0;
  }
  .sec_blog_list .container .cat_tab_area {
    margin-bottom: 88px;
    border-bottom: 2px solid #50926B;
  }
  .sec_blog_list .container .cat_tab_area .cat_tab_list .li {
    width: 33%;
    font-size: 16px;
  }
  .sec_blog_list .container .cat_tab_area .cat_tab_list .li a {
    padding: 14px 10px 6px;
  }
  .sec_blog_list .container .post_list_ttl {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .sec_blog_list .container .post_list_ttl .din {
    margin-right: 16px;
    font-size: 48px;
  }
  .sec_blog_list .container .article_list {
    margin-bottom: 40px;
  }
  .sec_blog_list .container .article_list .article {
    padding: 24px 0;
  }
  .sec_blog_list .container .article_list .article::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    transform: translate(0%, 0%);
  }
}
/*---------------------
	sec_blog_post
---------------------*/
.sec_blog_post {
  margin: 112px auto 0;
  padding: 0 0 224px;
}
.sec_blog_post .container .post_cont {
  margin-bottom: 120px;
}
.sec_blog_post .container .post_cont .thum {
  margin-bottom: 80px;
  text-align: center;
}
.sec_blog_post .container .post_cont .post_ttl {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
  color: #50926B;
}
.sec_blog_post .single_post_nav .li {
  max-width: 320px;
}
.sec_blog_post .btnwrap_01 {
  max-width: 440px;
  margin: 120px auto 0;
}
.sec_blog_post .c_charge_content_01 {
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .sec_blog_post {
    margin: 80px auto 0;
    padding: 0 0 80px;
  }
  .sec_blog_post .container .post_cont {
    margin-bottom: 88px;
  }
  .sec_blog_post .container .post_cont .thum {
    margin: 0 -16px 48px;
    text-align: center;
  }
  .sec_blog_post .container .post_cont .post_ttl {
    margin: 0 0 64px;
    font-size: 28px;
  }
  .sec_blog_post .container .post_cont p {
    font-size: 16px;
  }
  .sec_blog_post .container .post_cont p strong {
    font-size: 20px;
  }
  .sec_blog_post .container .post_cont img {
    margin: 30px 0 0;
  }
  .sec_blog_post .btnwrap_01 {
    width: 90%;
    margin: 88px auto 0;
  }
}
.c_charge_content_01 {
  background: #F5F5F5;
  padding: 80px 0;
}
.c_charge_content_01 .inner {
  display: flex;
  align-items: center;
  padding: 0 32px;
}
.c_charge_content_01 .inner .charge_img_01 {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  aspect-ratio: 1/1;
}
.c_charge_content_01 .inner .charge_img_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #707070;
  background: #ffffff;
}
.c_charge_content_01 .inner .charge_ele_00 {
  width: 30%;
  padding: 0 5%;
  box-sizing: border-box;
}
.c_charge_content_01 .inner .charge_ele_00 .e_btnwrap_01 {
  margin: 40px auto 0;
}
.c_charge_content_01 .inner .charge_ele_01 {
  width: 70%;
}
.c_charge_content_01 .inner .charge_ele_01 .e_ttl_01 {
  margin: 0 auto 12px;
  font-size: 32px;
  font-weight: bold;
  color: #191919;
  line-height: 1.6;
}
.c_charge_content_01 .inner .charge_ele_01 .e_ttl_01 .sub_txt_01 {
  display: inline-block;
  padding: 0 0 0 1em;
  font-size: 70%;
}
.c_charge_content_01 .inner .charge_ele_01 .e_ttl_01 .sub_txt_01:before {
  content: "/";
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.c_charge_content_01 .inner .charge_ele_01 .e_txt_01 {
  font-size: 18px;
  line-height: 2;
  color: #191919;
}

@media screen and (max-width: 768px) {
  .c_charge_content_01 {
    padding: 64px 0;
  }
  .c_charge_content_01 .inner {
    display: block;
  }
  .c_charge_content_01 .inner .charge_ele_00 {
    width: 100%;
    padding: 0 10%;
    margin: 0 auto 32px;
    text-align: center;
  }
  .c_charge_content_01 .inner .charge_ele_01 {
    width: 100%;
  }
  .c_charge_content_01 .inner .charge_ele_01 .e_ttl_01 {
    font-size: 24px;
  }
  .c_charge_content_01 .inner .charge_ele_01 .e_txt_01 {
    font-size: 16px;
    line-height: 2.2;
  }
}
/*------------------------------
	EVENT
------------------------------*/
/*---------------------
	sec_event_list
---------------------*/
.sec_event_list {
  margin: 80px auto 0;
}
.sec_event_list .container .head {
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.8;
}
.sec_event_list .container .article_list .article {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  background: #F7F7F7;
}
.sec_event_list .container .article_list .article .thumb {
  width: 50%;
}
.sec_event_list .container .article_list .article .text_box {
  width: 50%;
}
.sec_event_list .container .article_list .article .text_box .e_cat {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  padding: 15px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.sec_event_list .container .article_list .article .text_box .inner {
  padding: 40px;
}
.sec_event_list .container .article_list .article .text_box .inner .time {
  margin-bottom: 16px;
  font-size: 18px;
  color: #5C5C5C;
}
.sec_event_list .container .article_list .article .text_box .inner .post_ttl {
  display: block;
  margin-bottom: 64px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #50926B;
}
.sec_event_list .container .article_list .article .text_box .inner .post_ttl::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 80px;
  height: 10px;
  transform: translate(0%, 50%);
  background-color: #50926B;
}
.sec_event_list .container .article_list .article .text_box .inner .more {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec_event_list .container .head {
    margin-bottom: 64px;
    font-size: 22px;
  }
}
/*---------------------
	sec_event_post
---------------------*/
.sec_event_post {
  margin: 80px auto 0;
}
.sec_event_post .post_head_01 {
  margin: 0 auto 80px;
}
.sec_event_post .post_head_01 .head_info_01 {
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01 {
  margin: 0 24px 0 0;
  min-width: 140px;
  padding: 6px 8px 7px;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01.modelhouse {
  color: #ffffff;
  background: #b0b3d5;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01.consultation_meeting {
  color: #ffffff;
  background: #d5b260;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01.study {
  color: #ffffff;
  background: #383c57;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01.completion_tour {
  color: #ffffff;
  background: #f8b62d;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01.house_counseling {
  color: #ffffff;
  background: #5d8165;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01.tateuri {
  color: #ffffff;
  background: #fba164;
}
.sec_event_post .post_head_01 .head_info_01 .info_cat_01.inheritance_cafe {
  color: #ffffff;
  background: #b8d2cf;
}
.sec_event_post .post_head_01 .head_info_01 .info_day_01 {
  margin: 0 24px 0 0;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #2E2E2E;
}
.sec_event_post .post_head_01 .head_info_01 .info_place_01 {
  padding: 0 0 0 16px;
  border-left: 1px solid #2E2E2E;
  font-size: 26px;
  font-weight: bold;
  color: #2E2E2E;
}
.sec_event_post .post_ttl_01 {
  position: relative;
  padding: 0 0 28px;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #50926B;
}
.sec_event_post .post_ttl_01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #50926B;
}
.sec_event_post .post_ttl_02 {
  position: relative;
  padding: 0 0 32px;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #50926B;
}
.sec_event_post .event__event_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.sec_event_post .event__event_tag_list .tag_item {
  margin: 0 12px 12px 0;
}
.sec_event_post .event__event_tag_list .tag_item a {
  display: inline-block;
  padding: 8px 12px;
  background: #A8A8A8;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out;
}
.sec_event_post .event__event_tag_list .tag_item a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #50926B;
}
.sec_event_post .post_main_01 .post_thum_01 {
  margin: 0 auto 64px;
  text-align: center;
}
.sec_event_post .post_main_01 .info_list_01 {
  margin: 0 auto 104px;
}
.sec_event_post .post_main_01 .info_list_01 .li {
  margin: 0 auto 24px;
}
.sec_event_post .post_main_01 .info_list_01 .li .set_01 {
  display: flex;
}
.sec_event_post .post_main_01 .info_list_01 .li .set_01 .s_ttl_01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #50926B;
}
.sec_event_post .post_main_01 .info_list_01 .li .set_01 .s_ttl_01:after {
  content: "：";
}
.sec_event_post .post_main_01 .info_list_01 .li .set_01 .s_ele_01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #2E2E2E;
}

@media screen and (max-width: 768px) {
  .sec_event_post {
    margin: 50px auto 0;
  }
  .sec_event_post .post_head_01 {
    margin: 0 auto 40px;
  }
  .sec_event_post .post_head_01 .head_info_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 40px;
  }
  .sec_event_post .post_head_01 .head_info_01 .info_cat_01 {
    margin: 0 0 20px 0;
    min-width: 140px;
    font-size: 18px;
  }
  .sec_event_post .post_head_01 .head_info_01 .info_day_01 {
    margin: 0 16px 0 0;
    font-size: 18px;
  }
  .sec_event_post .post_head_01 .head_info_01 .info_place_01 {
    font-size: 20px;
  }
  .sec_event_post .post_ttl_01 {
    padding: 0 0 24px;
    font-size: 20px;
  }
  .sec_event_post .post_ttl_01:before {
    width: 60px;
    height: 6px;
  }
  .sec_event_post .post_ttl_02 {
    padding: 0 0 24px;
    font-size: 28px;
  }
  .sec_event_post .post_main_01 .post_thum_01 {
    margin: 0 -16px 40px;
  }
  .sec_event_post .post_main_01 .info_list_01 {
    margin: 0 auto 50px;
  }
  .sec_event_post .post_main_01 .info_list_01 .li {
    margin: 0 auto 20px;
  }
  .sec_event_post .post_main_01 .info_list_01 .li .set_01 {
    display: block;
  }
  .sec_event_post .post_main_01 .info_list_01 .li .set_01 .s_ttl_01 {
    font-size: 18px;
    margin: 0 auto 8px;
    line-height: 1.4;
  }
  .sec_event_post .post_main_01 .info_list_01 .li .set_01 .s_ttl_01:after {
    content: "";
  }
  .sec_event_post .post_main_01 .info_list_01 .li .set_01 .s_ele_01 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.sec_event_form_01 {
  margin: 144px auto 160px;
}
.sec_event_form_01 .event_form_01 {
  margin: 112px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_event_form_01 {
    margin: 32px auto 72px;
  }
  .sec_event_form_01 .event_form_01 {
    margin: 64px auto 0;
  }
}
/*------------------------------
	APPLICATION
------------------------------*/
/*---------------------
	sec_app_form_01
---------------------*/
.sec_app_form_01 {
  padding: 64px 0 160px;
}
.sec_app_form_01 .app_form_01 {
  margin: 160px auto 0;
}

@media screen and (max-width: 768px) {
  .sec_app_form_01 {
    padding: 8px 0 104px;
  }
  .sec_app_form_01 .app_form_01 {
    margin: 104px auto 0;
  }
}
/*---------------------
	フォーム関連
---------------------*/
.form_wrap_01 .w_ttl_01 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  color: #50926B;
}
.form_wrap_01 .w_txt_01 {
  margin: 56px auto 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  color: #363636;
}
.form_wrap_01 .form_flow_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 64px auto;
}
.form_wrap_01 .form_flow_01 .flow_item_01 {
  position: relative;
  width: calc(32% - 20px);
  height: 64px;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  background: #AAAAAA;
  font-size: 21px;
  line-height: 64px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.form_wrap_01 .form_flow_01 .flow_item_01:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 32px solid transparent;
  border-left: 20px solid #AAAAAA;
  border-bottom: 32px solid transparent;
  border-right: none;
}
.form_wrap_01 .form_flow_01 .flow_item_01:last-of-type {
  width: 32%;
  margin: 0;
}
.form_wrap_01 .form_flow_01 .flow_item_01:last-of-type:after {
  content: none;
}
.form_wrap_01 .form_flow_01 .flow_item_01.step_01 {
  background: #50926B;
}
.form_wrap_01 .form_flow_01 .flow_item_01.step_01:after {
  border-left: 20px solid #50926B;
}
.form_wrap_01 .form_flow_01.step_03 .flow_item_01.step_01 {
  background: #50926B;
}
.form_wrap_01 .form_flow_01.step_03 .flow_item_01.step_01:after {
  border-left: 20px solid #50926B;
}
.form_wrap_01 .form_flow_01.step_03 .flow_item_01.step_02 {
  background: #50926B;
}
.form_wrap_01 .form_flow_01.step_03 .flow_item_01.step_02:after {
  border-left: 20px solid #50926B;
}
.form_wrap_01 .form_flow_01.step_03 .flow_item_01.step_03 {
  background: #50926B;
}
.form_wrap_01 .form_list_01 .li {
  padding: 24px 0;
  border-bottom: 1px dashed #707070;
}
.form_wrap_01 .form_item_01 {
  position: relative;
  display: flex;
}
.form_wrap_01 .form_item_01 .form_ttl_01 {
  position: relative;
  width: 300px;
  padding: 16px 0;
  font-size: 21px;
  font-weight: bold;
  box-sizing: border-box;
}
.form_wrap_01 .form_item_01 .form_ttl_01 .must {
  position: absolute;
  top: 14px;
  right: 0;
  display: inline-block;
  padding: 3px 8px 5px;
  background: #D54A00;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}
.form_wrap_01 .form_item_01 .form_ttl_01 .any {
  position: absolute;
  top: 14px;
  right: 0;
  display: inline-block;
  padding: 3px 8px 5px;
  background: #B1B1B1;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}
.form_wrap_01 .form_item_01 .form_ele_01 {
  width: calc(100% - 300px);
  padding: 0 0 0 48px;
  box-sizing: border-box;
}
.form_wrap_01 .form_item_01 .form_ele_01 .e_item_01 {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
.form_wrap_01 .form_item_01 .form_ele_01 .e_item_01 .item_txt_01 {
  display: inline-block;
  font-size: 24px;
  padding: 0 0.75em;
}
.form_wrap_01 .form_item_01 .form_ele_01 .e_item_02 {
  margin: 0 0 24px;
}
.form_wrap_01 .form_item_01 .form_ele_01 .daytime_block {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 24px;
}
.form_wrap_01 .chk_box_overwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.form_wrap_01 .chk_box_overwrap .must {
  display: inline-block;
  padding: 3px 8px 5px;
  background: #D54A00;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}
.form_wrap_01 .privacy_box_01 {
  margin: 40px auto 0;
  padding: 40px;
  background: #F8F8F8;
}
.form_wrap_01 .privacy_box_01 .box_ttl_01 {
  font-size: 21px;
  color: #717171;
  line-height: 2;
  text-align: center;
}
.form_wrap_01 .privacy_box_01 .box_ttl_01 .str_01 {
  font-size: 28px;
  font-weight: bold;
  color: #555555;
  line-height: 1;
}
.form_wrap_01 .privacy_box_01 .box_ele_01 {
  height: 328px;
  margin: 32px auto 0;
  padding: 24px;
  border: 1px solid #707070;
  background: #ffffff;
  overflow-y: scroll;
}
.form_wrap_01 .privacy_box_01 .box_ele_01 .privacy-inner .main-title {
  margin: 0 auto 1em;
  padding: 0 0 0 8px;
  border-left: 3px solid #50926B;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.form_wrap_01 .privacy_box_01 .box_ele_01 .privacy-inner .sub-title {
  margin: 0 auto 1em;
  padding: 0 0 5px 3px;
  border-bottom: 1px dashed #555555;
  font-size: 16px;
  line-height: 1.2;
}
.form_wrap_01 .privacy_box_01 .box_ele_01 .txt-name {
  margin: 12px 0;
  text-align: right;
  font-size: 15px;
  color: #363636;
}
.form_wrap_01 .privacy_box_01 .box_ele_01 .txt_01 {
  margin: 0 auto 1.8em;
  font-size: 15px;
  line-height: 1.6;
  color: #363636;
}

@media screen and (max-width: 768px) {
  .form_wrap_01 .w_ttl_01 {
    font-size: 34px;
  }
  .form_wrap_01 .w_txt_01 {
    margin: 32px auto 0;
    font-size: 16px;
  }
  .form_wrap_01 .form_flow_01 {
    margin: 64px auto;
  }
  .form_wrap_01 .form_flow_01 .flow_item_01 {
    width: calc(32% - 20px);
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .form_wrap_01 .form_flow_01 .flow_item_01:after {
    border-top: 20px solid transparent;
    border-left: 20px solid #AAAAAA;
    border-bottom: 20px solid transparent;
  }
  .form_wrap_01 .form_list_01 .li {
    padding: 24px 0;
    border-bottom: none;
  }
  .form_wrap_01 .form_item_01 {
    position: relative;
    display: block;
  }
  .form_wrap_01 .form_item_01 .form_ttl_01 {
    position: relative;
    width: 100%;
    padding: 0 0 16px;
    font-size: 16px;
  }
  .form_wrap_01 .form_item_01 .form_ttl_01 .must {
    top: -2px;
    right: 0;
  }
  .form_wrap_01 .form_item_01 .form_ttl_01 .any {
    top: -2px;
  }
  .form_wrap_01 .form_item_01 .form_ele_01 {
    width: 100%;
    padding: 0 0 0 0;
  }
  .form_wrap_01 .form_item_01 .form_ele_01 .e_item_01 {
    margin: 0 0 16px;
  }
  .form_wrap_01 .form_item_01 .form_ele_01 .e_item_02 {
    margin: 0 0 16px;
  }
  .form_wrap_01 .form_item_01 .form_ele_01 .daytime_block {
    grid-template-columns: 1fr;
  }
  .form_wrap_01 .privacy_box_01 {
    margin: 32px auto 0;
    padding: 32px 16px;
  }
  .form_wrap_01 .privacy_box_01 .box_ttl_01 {
    font-size: 16px;
  }
  .form_wrap_01 .privacy_box_01 .box_ttl_01 .str_01 {
    font-size: 21px;
  }
  .form_wrap_01 .privacy_box_01 .box_ele_01 {
    height: 280px;
    margin: 24px auto 0;
  }
  .form_wrap_01 .privacy_box_01 .box_ele_01 .e_txt_01 {
    font-size: 15px;
  }
}
.form_type_01 input,
.form_type_01 button,
.form_type_01 select,
.form_type_01 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.form_type_01 textarea {
  resize: vertical;
}
.form_type_01 input[type=checkbox],
.form_type_01 input[type=radio] {
  display: none;
}
.form_type_01 input[type=submit],
.form_type_01 input[type=button],
.form_type_01 label,
.form_type_01 button,
.form_type_01 select {
  cursor: pointer;
}
.form_type_01 select::-ms-expand {
  display: none;
}
.form_type_01 .text_type_01 {
  width: 100%;
  padding: 16px 24px;
  background: #F8F8F8;
  border: 1px solid #A8A8A8;
  box-sizing: border-box;
  font-size: 16px;
}
.form_type_01 .text_type_02 {
  max-width: 240px;
  width: 100%;
  padding: 16px 24px;
  background: #F8F8F8;
  border: 1px solid #A8A8A8;
  box-sizing: border-box;
  font-size: 16px;
}
.form_type_01 .textarea_type_01 {
  width: 100%;
  min-height: 210px;
  padding: 16px 24px;
  background: #F8F8F8;
  border: 1px solid #A8A8A8;
  box-sizing: border-box;
  font-size: 16px;
}
.form_type_01 .rdo_type_01 {
  display: block;
  padding: 16px 0;
}
.form_type_01 .rdo_type_01 input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  color: #555555;
  font-size: 16px;
}
.form_type_01 .rdo_type_01 input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #555555;
}
.form_type_01 .rdo_type_01 input[type=radio]:checked + span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #555555;
  border-radius: 50%;
}
.form_type_01 .wpcf7-acceptance {
  display: block;
  padding: 16px 0;
}
.form_type_01 .wpcf7-acceptance input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  color: #555555;
  font-size: 16px;
}
.form_type_01 .wpcf7-acceptance input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #555555;
}
.form_type_01 .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 7px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
}
.form_type_01 .acceptance-send_01 input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
}
.form_type_01 .acceptance-send_01 input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #555555;
}
.form_type_01 .acceptance-send_01 input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  display: block;
  border-right: 3px solid #555555;
  border-bottom: 3px solid #555555;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
}
.form_type_01 .form_btn_wrap_01 {
  margin: 80px auto 0;
}
.form_type_01 .form_confirm_btn_wrap_01 {
  position: relative;
  max-width: 360px;
  margin: 0 auto 24px;
  background: #50926B;
  transition: all 0.3s ease-out;
}
.form_type_01 .form_confirm_btn_wrap_01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 19px;
  background: url(./images/arrow_06_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.form_type_01 .form_confirm_btn_wrap_01 .conf_btn_01 {
  width: 100%;
  padding: 24px 0 25px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.form_type_01 .form_confirm_btn_wrap_01:hover {
  background: #f8b62d;
}
.form_type_01 .form_confirm_btn_wrap_01:hover:before {
  right: 8px;
  background: url(./images/arrow_06_r_b.svg) center center no-repeat;
}
.form_type_01 .form_confirm_btn_wrap_01:hover .conf_btn_01 {
  color: #272727;
}
.form_type_01 .form_send_btn_wrap_01 {
  position: relative;
  max-width: 360px;
  margin: 0 auto 24px;
  background: #50926B;
  transition: all 0.3s ease-out;
}
.form_type_01 .form_send_btn_wrap_01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 19px;
  background: url(./images/arrow_06_r_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.form_type_01 .form_send_btn_wrap_01 .send_btn_01 {
  width: 100%;
  padding: 24px 0 25px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.form_type_01 .form_send_btn_wrap_01:hover {
  background: #f8b62d;
}
.form_type_01 .form_send_btn_wrap_01:hover:before {
  right: 8px;
  background: url(./images/arrow_06_r_b.svg) center center no-repeat;
}
.form_type_01 .form_send_btn_wrap_01:hover .send_btn_01 {
  color: #272727;
}
.form_type_01 .back_btn_01 {
  display: block;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  padding: 24px 0 25px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background: #959595;
  text-align: center;
  transition: all 0.3s ease-out;
}
.form_type_01 .back_btn_01:hover {
  background: #A8A8A8;
}
.form_type_01 .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 110%);
}
.form_type_01 .wpcf7-not-valid-tip {
  padding: 8px 0;
}
.form_type_01 .wpcf7-response-output {
  padding: 8px !important;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .form_type_01 .text_type_01 {
    padding: 12px 16px;
  }
  .form_type_01 .text_type_02 {
    max-width: 100%;
    padding: 12px 16px;
  }
  .form_type_01 .textarea_type_01 {
    padding: 12px 16px;
  }
  .form_type_01 .form_btn_wrap_01 {
    width: 90%;
    margin: 32px auto 0;
  }
  .form_type_01 .form_confirm_btn_wrap_01 .conf_btn_01 {
    width: 100%;
    padding: 20px 0 21px;
    font-size: 18px;
  }
  .form_type_01 .form_send_btn_wrap_01 .send_btn_01 {
    width: 100%;
    padding: 20px 0 21px;
    font-size: 18px;
  }
  .form_type_01 .back_btn_01 {
    padding: 20px 0 21px;
    font-size: 16px;
  }
}
.c_tel_box_01 {
  position: relative;
  margin: 104px auto -84px;
  padding: 24px 0 148px;
}
.c_tel_box_01 .box_tel_block {
  padding: 72px 0 72px;
  text-align: center;
  background: #50926B;
}
.c_tel_box_01 .box_ttl_01 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.c_tel_box_01 .box_tel_01 {
  display: inline-block;
  margin: 24px auto;
}
.c_tel_box_01 .box_schedule_01 {
  font-size: 20px;
  color: #ffffff;
}
.c_tel_box_01 .box_schedule_01 .set_ttl_01 {
  display: inline-block;
  margin-right: 1em;
}
.c_tel_box_01 .box_schedule_01 .set_ele_01 {
  display: inline-block;
}
.c_tel_box_01 .box_txt_01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
}
.c_tel_box_01 .img_01 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 170px;
  z-index: 0;
}
.c_tel_box_01 .img_02 {
  position: absolute;
  bottom: 0;
  right: -25px;
  max-width: 268px;
  z-index: 0;
}
.c_tel_box_01.app {
  margin: 184px auto -220px;
}
.c_tel_box_01.app .box_txt_01 {
  position: absolute;
  top: 0;
  right: -77px;
  transform: translate(0, -62%);
}

@media screen and (max-width: 768px) {
  .c_tel_box_01 {
    margin: 48px -16px;
    padding: 170px 0 0px;
  }
  .c_tel_box_01 .box_tel_block {
    border-radius: 0;
  }
  .c_tel_box_01 .box_tel_block .box_ttl_01 {
    font-size: 20px;
    margin: 0 auto 24px;
  }
  .c_tel_box_01 .box_tel_block .box_tel_01 {
    width: 74%;
    max-width: 420px;
    margin: 0 auto;
    padding: 16px 16px;
    border-radius: 50px;
    background: #ffffff;
    box-sizing: border-box;
  }
  .c_tel_box_01 .box_tel_block .box_schedule_01 {
    display: block;
    margin: 32px auto 0;
  }
  .c_tel_box_01 .box_tel_block .box_schedule_01 .set_ttl_01 {
    display: block;
    margin: 0 auto 8px;
    font-size: 18px;
  }
  .c_tel_box_01 .box_tel_block .box_schedule_01 .set_ele_01 {
    font-size: 18px;
  }
  .c_tel_box_01 .box_txt_01 {
    width: 370px;
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  .c_tel_box_01 .img_01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18.5%;
    max-width: 118px;
    z-index: 5;
  }
  .c_tel_box_01 .img_02 {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 30%;
    max-width: 198px;
    z-index: 5;
  }
  .c_tel_box_01.app {
    margin: 88px -16px 0;
    padding: 140px 0 0px;
  }
  .c_tel_box_01.app .box_txt_01 {
    position: absolute;
    width: 370px;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
.form_thanks_box_01 {
  margin: 120px auto;
}
.form_thanks_box_01 .box_ttl_01 {
  margin: 0 auto 40px;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.2;
  color: #50926B;
  text-align: center;
}
.form_thanks_box_01 .box_txt_01 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.5;
  color: #363636;
  text-align: left;
}
.form_thanks_box_01 .box_btnwrap_01 {
  max-width: 440px;
  margin: 72px auto 0;
}

@media screen and (max-width: 768px) {
  .form_thanks_box_01 {
    margin: 88px auto;
  }
  .form_thanks_box_01 .box_ttl_01 {
    margin: 0 auto 16px;
    font-size: 20px;
    line-height: 1.4;
  }
  .form_thanks_box_01 .box_txt_01 {
    margin: 0 auto;
    font-size: 14px;
  }
  .form_thanks_box_01 .box_btnwrap_01 {
    width: 90%;
  }
}
.optput_wrap_01 p {
  margin: 0 0 2em;
  font-size: 24px;
  line-height: 2.05;
}
.optput_wrap_01 p:last-of-type {
  margin: 0 0;
}
.optput_wrap_01 img {
  margin: 30px 0;
}

.event .optput_wrap_01 p {
  margin: 0 0 2em;
  font-size: 20px;
  line-height: 2.05;
}
.event .optput_wrap_01 p:last-of-type {
  margin: 0 0;
}
.event .optput_wrap_01 img {
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .optput_wrap_01 p {
    font-size: 16px;
  }
  .event .optput_wrap_01 p {
    font-size: 16px;
  }
}
/*------------------------------
	Document
------------------------------*/
.doc_card_list_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.doc_card_01 {
  border: 1px solid #707070;
  padding: 32px 17px 16px 17px;
  letter-spacing: 0.1em;
  width: calc(30% - 20px);
  margin-top: 20px;
}
.doc_card_01 .card_img_01 {
  text-align: center;
  width: 100%;
}
.doc_card_01 .card_ttl_01 {
  font-size: 24px;
  border-left: 2px solid #50926B;
  padding-left: 8px;
  font-weight: bold;
  margin-top: 16px;
}
.doc_card_01 .card_txt_01 {
  margin-top: 16px;
  line-height: 150%;
}
.doc_card_01 .card_btn_01 {
  margin-top: 24px;
  text-align: center;
  line-height: 54px;
  width: 100%;
  height: 54px;
  background: #50926B;
  border-radius: 11px;
  font-weight: bold;
}
.doc_card_01 .card_btn_01 a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.doc_card_01 .card_btn_01 a:hover {
  text-decoration: none;
  border-radius: 11px;
  background: #f8b62d;
  color: #272727;
}

.sec_document_01 {
  margin: 80px auto 160px;
}
.sec_document_01 .dl {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 150%;
}
.sec_document_01 .dl .dl_item {
  width: 45%;
}
.sec_document_01 .dl .dl_item .item_ttl_01 {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 32px;
}
.sec_document_01 .dl .dl_item .item_txt_01 {
  margin-bottom: 24px;
}
.sec_document_01 .dl .dl_item .item_img_01 {
  display: block;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
.sec_document_01 .form_download_01 {
  width: 50%;
  border: 1px solid #707070;
  padding: 40px;
  box-sizing: border-box;
}
.sec_document_01 .form_download_01 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.sec_document_01 .form_text {
  margin-bottom: 40px;
}
.sec_document_01 .form .label {
  display: block;
  font-weight: bold;
}
.sec_document_01 .red {
  color: #FF0000;
  margin-left: 5px;
}
.sec_document_01 input[type=text], .sec_document_01 input[type=email] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.sec_document_01 .question {
  margin-bottom: 10px;
}
.sec_document_01 input[type=checkbox] {
  margin-bottom: 10px;
}
.sec_document_01 input[type=submit] {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  line-height: 54px;
  width: 100%;
  height: 54px;
  background: #50926B;
  border-radius: 11px;
  font-weight: bold;
  margin-top: 40px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-out;
  border: none;
  cursor: pointer;
}
.sec_document_01 input[type=submit]:hover {
  text-decoration: none;
  border-radius: 11px;
  background: #f8b62d;
  color: #272727;
}

.download_thnaks_01 {
  margin: 80px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.download_thnaks_01 .ttl_01 {
  margin-bottom: 1.2em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.download_thnaks_01 .txt_01 {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .doc_card_list_01 {
    margin: 56px auto 0px;
  }
  .doc_card_01 {
    width: 100%;
  }
  .sec_document_01 .dl .dl_item {
    width: 100%;
    margin-bottom: 16px;
  }
  .sec_document_01 .form_download_01 {
    width: 100%;
    padding: 20px;
  }
}
/* 20250802追加 */
/*==============================
	お客様の声関連
===============================*/
.voice_slide_01 .slide_item {
  margin: 0 20px;
}
.voice_slide_01 .slide-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.voice_slide_01 .slide-arrow.prev-arrow {
  left: 0;
  background: url(./images/arrow_01_l_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0%, -50%);
  z-index: 99;
}
.voice_slide_01 .slide-arrow.next-arrow {
  right: 0;
  background: url(./images/arrow_01_r_g.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0%, -50%);
  z-index: 99;
}

.ever .voice_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_lg.svg) center center no-repeat;
  background-size: contain;
}
.ever .voice_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_lg.svg) center center no-repeat;
  background-size: contain;
}

.happy .voice_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_o.svg) center center no-repeat;
  background-size: contain;
}
.happy .voice_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_o.svg) center center no-repeat;
  background-size: contain;
}

.fit .voice_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_yg.svg) center center no-repeat;
  background-size: contain;
}
.fit .voice_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_yg.svg) center center no-repeat;
  background-size: contain;
}

.drive .voice_slide_01 .slide-arrow.prev-arrow {
  background: url(./images/arrow_01_l_rb.svg) center center no-repeat;
  background-size: contain;
}
.drive .voice_slide_01 .slide-arrow.next-arrow {
  background: url(./images/arrow_01_r_rb.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .voice_slide_01 .slide_item {
    margin: 0 24px;
  }
  .voice_slide_01 .slide-arrow {
    width: 48px;
    height: 48px;
  }
}
.voice_card_list_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}
.voice_card_list_01 .li {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .voice_card_list_01 {
    gap: 20px 4%;
  }
  .voice_card_list_01 .li {
    width: 48%;
  }
}
a.voice_card_01 {
  display: block;
}
a.voice_card_01 .card_img_01 {
  padding-top: 120%;
}
a.voice_card_01 .card_ele_01 {
  position: relative;
  background: #F7F7F7;
  padding: 56px 0 32px;
}
a.voice_card_01 .card_ele_01 .card_tag {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
}
a.voice_card_01 .card_ele_01 .card_tag .tag {
  min-width: 180px;
  border-radius: 50px;
  padding: 12px 8px 14px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #50926B;
}
a.voice_card_01 .card_ele_01 .card_tag .tag.fit {
  background: #9ACC60;
}
a.voice_card_01 .card_ele_01 .card_tag .tag.happy {
  background: #F7BE65;
}
a.voice_card_01 .card_ele_01 .card_tag .tag.ever {
  background: #7EC6B3;
}
a.voice_card_01 .card_ele_01 .card_tag .tag.drive {
  background: #48B8CC;
}
a.voice_card_01 .card_ele_01 .card_ttl_01 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #50926B;
  text-align: center;
}
a.voice_card_01 .card_ele_01 .card_btnwrap_01 {
  width: 200px;
  margin: 50px auto 0;
}
a.voice_card_01.mini_01 .card_img_01 {
  padding-top: 80%;
}
a.voice_card_01:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.voice_card_01 {
    display: block;
  }
  a.voice_card_01 .card_img_01 {
    padding-top: 93.75%;
  }
  a.voice_card_01 .card_ele_01 {
    padding: 48px 8px 24px;
  }
  a.voice_card_01 .card_ele_01 .card_tag .tag {
    min-width: auto;
    padding: 10px 8px 12px;
    font-size: 15px;
  }
  a.voice_card_01 .card_ele_01 .card_ttl_01 {
    font-size: 15px;
  }
  a.voice_card_01 .card_ele_01 .card_btnwrap_01 {
    width: 180px;
    margin: 50px auto 0;
  }
  a.voice_card_01.mini_sp_01 .card_ele_01 .card_tag .tag {
    width: 144px;
    min-width: auto;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    font-size: 13px;
  }
  a.voice_card_01.mini_sp_01 .card_ele_01 .card_btnwrap_01 {
    width: 80%;
    min-width: 130px;
    max-width: 200px;
    margin: 50px auto 0;
  }
}

/*# sourceMappingURL=style.css.map */