.h_menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  a {
    text-decoration: none;
    color: inherit;
  }
  #news_main .entry_content p {
    margin: 10px 0px;
  }


  #news_main .entry_ttl {
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #007038;
    margin-bottom: 25px;
    padding: 15px 10px;
  }

  #news_main .entry_meta a,
  #news_main .pagenav a {
    font-size: 13px;
    text-decoration: underline;
    color: #007038;
  }

  #news_main .entry_footer {
    margin-top: 35px;
    position: relative;
  }

  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  main {
    max-width: 720px;
  }

  img.pc {
    display: none;
  }

  img.smp {
    max-width: 33px;
    position: relative;
    vertical-align: baseline;
    margin-right: 5px;
  }

  main h1.page_ttl {
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #007038;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  main .page_ttl_h1 {
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #007038;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  main .h1 {
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #007038;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  #feature_main h1.page_ttl {
    font-size: 4.4vw;
  }

  #feature_main .page_ttl_h1 {
    font-size: 4.4vw;
  }

  br.sp {
    display: none;
  }

  #flow_main .layer1 p {
    margin-bottom: 15px;
    padding: 0 10px;
  }

  #professional_main h2 {
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    width: 100%;
    text-align: center;
    padding-top: 1em;
  }


  #privacy_main h2 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  #privacy_main h3 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-left: 15px;
    margin-left: 10px;
    position: relative;
  }

  #privacy_main p {
    padding: 5px;
  }

  #privacy_main ul li {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    padding: 5px 0px 0px 5px;
    list-style: decimal;
    list-style-position: outside;
    list-style-position: outside;
    margin-left: 25px;
  }

  #privacy_main p.right {
    text-align: right;
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  .contents_page_top {
    display: none;
  }

  .col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
  }

  .col_3>li {
    width: 33.33333%;
    padding: 20px 3px;
  }

  #case_main #building,
  #case_main #mansion,
  #case_main #apartment {
    margin-bottom: 5%;
  }

  #case_main p,
  #owner_main p,
  #timing_main p,
  #types_main p {
    padding: 0px 15px;
  }

  #timing_main .layer2 img,
  #timing_main .layer3 img {
    margin-bottom: 20px;
  }

  #timing_main section .layer2 h3 {
    font-size: 118%;
    line-height: 22.5px;
    color: #007a49;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  #professional_main p {
    padding: 15px 15px 0px 15px;
  }

  #company_main .layer1 p {
    padding: 0px 25px;
  }

  #company_main .layer1 .signature {
    line-height: 29px;
    color: #000;
    padding: 20px;
    position: relative;
    text-align: right;
  }

  #company_main table,
  #contact_main table {
    font-size: 13px;
    line-height: 28px;
    color: #000;
    margin-top: 25px;
    max-width: 720px;
    width: 100%;
    table-layout: fixed;
  }

  #company_main table tr:nth-of-type(odd),
  #company_main table tr:nth-of-type(2n+1) {
    padding: 15px 0px 10px;
    display: block;
    background-color: #f1f1f1;
    line-height: 1.5;
    border-bottom: 1px solid #d6d6d6;
    max-width: 720px;
  }

  #company_main table tr:nth-of-type(even),
  #company_main table tr:nth-of-type(2n) {
    padding: 15px 0px 10px;
    display: block;
    background-color: #fff;
    line-height: 1.5;
    border-bottom: 2px solid #d6d6d6;
    max-width: 720px;
  }

  #company_main table th {
    padding-left: 15px;
    width: 115px;
    border-right: 3px solid #005f20;
  }

  #company_main table td {
    padding-left: 15px;
    padding-right: 15px;
  }

  #company_main .layer2 br.smp {
    display: inline;
  }

  #company_main .layer1 br.smp,
  #company_main .layer2 span.smp,
  {
  display: none;
}

#owner_main .layer2 h3 {
  font-size: 145%;
  font-weight: bold;
  color: #010000;
  background: url(../images/owner_sec01_ttl_bg.png) no-repeat center 40px;
  line-height: 45px;
  padding-top: 18px;
  text-align: center;
  padding-bottom: 10px;
}

#timing_main section .layer3>div:last-of-type {
  background: url(../images/timing_sec02_img02.png) no-repeat;
  width: 293px;
  height: 281px;
  content: "";
  margin: 15px auto;
}

#timing_main section .layer3>div:last-of-type h3 {
  color: #007038;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 120px;
  width: 293px;
}

#timing_main section .layer3>div:last-of-type .table_bg {
  width: 293px;
  height: 152px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#timing_main section .layer3>div:last-of-type table {
  width: 212px;
  height: 110px;
  font-size: 15px;
  color: #000;
}

#timing_main section .layer3>div:last-of-type table th {
  position: relative;
  padding-left: 12px;
}

#timing_main section .layer3>div:last-of-type table th:before {
  content: "";
  background-color: #007038;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
}

#owner_main .fl_l,
#owner_main .fl_r {
  margin-bottom: 20px;
}

#owner_main .img_50 {
  width: 50%;
  margin: 0 auto;
}

#types_main section .types_box h3 {
  font-size: 20px;
  font-weight: bold;
  width: 205px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 75px;
}

#types_main section .types_box .middle {
  width: 122px;
  text-align: center;
  float: left;
  padding-top: 65px;
}

#types_main section .types_box .right {
  width: 400px;
  padding: 20px 25px;
  float: left;
  font-size: 13px;
  line-height: 1.7;
}

#types_main section .types_box .right span {
  color: #9b7636;
}

#types_main section .types_box {
  height: 185px;
  width: 730px;
}

#types_main section .types_box:first-of-type {
  margin-top: 30px;
  background: url(../images/types_bg_001.png) no-repeat;
}

#types_main section .types_box:nth-of-type(2) {
  background: url(../images/types_bg_002.png) no-repeat;
}

#types_main section .types_box:nth-of-type(3) {
  background: url(../images/types_bg_003.png) no-repeat;
}

#types_main section .types_box:nth-of-type(4) {
  background: url(../images/types_bg_004.png) no-repeat;
}

#types_main section .types_box:nth-of-type(5) {
  background: url(../images/types_bg_005.png) no-repeat;
}

.responsive .section_ttl {
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  background: url(../images/ttl_bg_01-2.jpg) no-repeat;
  width: 100%;
  line-height: 8.5vw;
  padding-left: 3vw;
  margin-bottom: 20px;
  margin-top: 20px;
  background-size: contain;
}

#feature_main .responsive .section_ttl {
  font-size: 3.3vw;
  margin-bottom: 10px;
  margin-top: 15px;
}

#flow_main .section_ttl2 {
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  background: url(../images/ttl_bg_02.jpg) no-repeat;
  background-size: auto;
  width: 100%;
  line-height: 8.5vw;
  padding-left: 3vw;
  margin-bottom: 20px;
  margin-top: 20px;
  background-size: contain;
}

.responsive .section_ttl span {
  color: #007038;
  margin-right: 3px;
  font-size: 65%;
  vertical-align: middle;
}

.responsive .section_ttl.top {
  margin-top: 0;
}

.sp-hide,
.site-logo h1,
.pc-nav {
  display: none !important;
}

#tab_box>div {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.inlush_top {
  line-height: 0;
}

.inlush_top img {
  margin-bottom: 0 !important;
}

.iso img {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

img.full {
  width: 100%;
  height: auto;
}

a.btn,
img.btn {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slide_inner {
  width: auto;
}

.slide_inner img {
  width: 100%;
  height: auto;
}

.slick-initialized .slick-slide {
  margin: 0;
}

header .inner,
footer .inner {
  width: 100%;
}

.fl_l {
  float: none;
}

#sub,
.side_top {
  display: none;
  float: none;
}

main {
  width: 100%;
  float: none;
  padding-bottom: 0;
}

#header {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  height: 74px;
}

#header.on {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.site-logo img {
  max-width: 280px;
  width: 100%;
  height: auto;
}

#header ul.nav li.parent a {
  display: block;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  color: #333;
}

#footer {
  padding: 0;
  font-size: 13px;
  margin-top: 40px;
}

#footer .inner {
  padding: 0;
  position: relative;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer .sp-flex-footer {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  background-color: #007038;
  color: #fff;
}

#footer .sp-flex-footer .sp-top {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px auto 0;
  padding: 0;
}

#footer .sp-flex-footer .sp-top nav {
  padding: 20px;
}

#footer nav li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 5px;
  color: #fff;
}

#footer .sp-flex-footer .sp-bottom {
  text-align: center;
  margin: 20px auto;
  padding: 0 20px;
}

#footer .sp-flex-footer .sp-bottom2 {
  text-align: center;
  margin-bottom: 20px;
}

#footer li {
  padding-bottom: 1em;
}

#footer .sp-flex-footer .sp-bottom p {
  padding-top: 1em;
  text-align: left;
  margin: auto;
}

#footer .footer_top {
  height: auto;
}

.footer_btm_bg {
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d4b572;
}

.page_top {
  display: block;
  text-align: right;
}

.page_top img {
  display: none;
}

#footer .page_top a {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -35px;
}

#footer .page_top a:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 15px 20px;
  color: #fff;
  background-color: #007038;
}

.anchor {
  display: block;
  padding-top: 160px;
  margin-top: -160px;
}

#feature_main section p {
  margin: auto 30px;
}

#feature_main .feature_point {
  background-color: #e6f1ec;
  border: 3px solid #007038;
  box-shadow: 0px 5px 5px #ccc;
  margin-bottom: 30px;
  padding: 5px;
  margin-top: 20px;
  clear: both;
}

#feature_main .feature_point .point_text {
  border-bottom: 2px solid #007038;
  width: 665px;
  margin: auto;
  padding-bottom: 15px;
}

#feature_main .layer2 p {
  width: 345px;
  float: left;
  margin: 10px 15px 25px 35px;
}

#feature_main .layer2 img {
  float: right;
  margin-top: 5px;
  margin-bottom: 15px;
}

#feature_main .point_text p,
#feature_main .point_text2 p {
  font-size: 110%;
  font-weight: bold;
  float: right;
  width: 78%;
}

#feature_main .point_text p {
  margin: 35px 10px;
}

#feature_main .point_text2 p {
  margin: 20px 10px;
}

#feature_main .feature_point h4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#feature_main .feature_point h4.point2 {
  background-image: url(../images/feature_img05.jpg);
  background-position: center bottom;
  padding-bottom: 370px;
}

#feature_main .feature_point h4.point3 {}

#feature_main .feature_point p.text {
  font-size: 15px;
  font-weight: normal;
  background-image: url(../images/feature_img06.jpg);
  background-position: -10px top;
  padding: 190px 20px 30px 470px;
  margin: 0;
  float: none;
  width: 700px;
  line-height: 1.4;
}

#feature_main .feature_point h4.point4 {
  background-image: url(../images/feature_img07.jpg);
  background-position: center bottom;
  padding-bottom: 366px;
}

#feature_main .feature_matome {
  background-color: #e6f1ec;
  padding: 20px;
  margin: 20px auto;
  width: 90%;
}

#feature_main .feature_matome h5 {
  color: #007038;
  font-weight: bold;
  border-left: 12px solid #007038;
  line-height: 0.8;
  padding-left: 10px;
  margin: 15px 30px 5px;
}

#feature_main .feature_matome p {
  padding-left: 22px;
}

}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  main h1.page_ttl {
    font-size: 150%;
  }

  .responsive .section_ttl {
    font-size: 150%;
    font-weight: bold;
    color: #000;
    background: url(../images/ttl_bg_01-2.jpg) no-repeat;
    line-height: 7vw;
    padding-left: 4vw;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 720px;
    width: 100%;
  }

  .responsive .section_ttl.top {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {

  main,
  main p,
  main span {
    font-size: 13px;
  }

  #feature_main .feature_point {
    background-color: #e6f1ec;
    border: 3px solid #007038;
    box-shadow: 0px 5px 5px #ccc;
    margin-bottom: 20px;
    padding: 5px;
    margin-top: 5px;
    clear: both;
    display: inline-block;
  }

  #feature_main .point_text img,
  #feature_main .point_text2 img {
    width: 80px;
  }

  #feature_main .point_text p,
  #feature_main .point_text2 p {
    font-size: 3vW;
    font-weight: bold;
    float: right;
    margin: 15px 5px 10px 0px;
    width: 70%;
  }

  #feature_main h3.section_ttl {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 3.5vw;
  }

  #feature_main section p {
    margin: auto 20px;
  }

  #feature_main .feature_point .point_text {
    border-bottom: 2px solid #007038;
    width: 95%;
    margin: auto;
    padding-bottom: 5px;
    display: inline-block;
    margin-left: 6px;
  }

  #feature_main .layer2 p {
    width: 44%;
    float: left;
    margin: 0px 10px 10px;
  }

  #feature_main .layer2 img {
    float: right;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 50%;
  }

  #feature_main .feature_point h4 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 0 20px;
  }

  #feature_main .feature_point h4.point2 {
    background-image: url(../images/sp/feature_img05_smp.jpg);
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 380px;
    height: 0;
  }

  #feature_main .feature_point p.text {
    font-size: 80%;
    font-weight: normal;
    background-image: url(../images/sp/feature_img06_smp.jpg);
    background-position: 0px top;
    padding: 227px 15px 15px 170px;
    margin: 0;
    float: none;
    width: 100%;
    line-height: 1.2;
    background-size: contain;
  }

  #feature_main .feature_point h4.point4 {
    background-image: url(../images/sp/feature_img07_smp.jpg);
    background-position: center bottom;
    padding-bottom: 366px;
    background-size: contain;
    clear: both;
    height: 0;
  }

  #feature_main .feature_matome {
    background-color: #e6f1ec;
    padding: 2px 2px 12px;
    margin: 15px auto;
    width: 100%;
  }

  #feature_main .feature_matome h5 {
    color: #007038;
    font-weight: bold;
    border-left: 10px solid #007038;
    line-height: 0.8;
    padding-left: 5px;
    margin: 15px 15px 5px;
  }

  #feature_main .feature_matome p {
    padding-left: 10px;
    line-height: 1.3;
  }

  #types_main section .types_box h3 {
    font-size: 140%;
    width: 335px;
    height: 50px;
    padding-top: 16px;
    float: none;
  }

  #types_main section .types_box .middle {
    width: 325px;
    height: 45px;
    padding-top: 17px;
    float: none;
  }

  #types_main section .types_box .middle br {
    display: none;
  }

  #types_main section .types_box .right {
    width: 335px;
    height: 170px;
    padding: 20px;
    float: none;
    line-height: 1.5;
  }

  #types_main section .types_box {
    height: 275px;
    width: 100%;
  }

  #types_main section .types_box:first-of-type {
    background: url(../images/sp/types_bg_001_smp.png) no-repeat;
  }

  #types_main section .types_box:nth-of-type(2) {
    background: url(../images/sp/types_bg_002_smp.png) no-repeat;
  }

  #types_main section .types_box:nth-of-type(3) {
    background: url(../images/sp/types_bg_003_smp.png) no-repeat;
  }

  #types_main section .types_box:nth-of-type(4) {
    background: url(../images/sp/types_bg_004_smp.png) no-repeat;
  }

  #types_main section .types_box:nth-of-type(5) {
    background: url(../images/sp/types_bg_005_smp.png) no-repeat;
  }

}

@media screen and (max-width: 320px) {
  .site-logo img {
    max-width: 220px;
  }
}

@media screen and (min-width: 768px) {
  #footer .sp-flex-footer {
    display: flex;
    flex-direction: row;
  }

  #footer .sp-flex-footer .sp-top {
    width: auto;
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 751px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .page_top {
    position: fixed;
    z-index: 999;
    bottom: 0;
    top: unset;
  }

  .page_top a {
    display: block !important;
    position: fixed !important;
    bottom: 10px !important;
    top: unset !important;
    right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .page_top a {
    bottom: 82px !important;
  }
}


/*240531　追記*/

@media screen and (max-width: 1024px) {
  .importance_contents .txt_box {
    flex-direction: column;
  }
}


.importance_contents .inner {
  background: #d4b572;
  padding: 20px;
}

.importance_contents .sub_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.importance_contents .title {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  margin: 10px 0 10px 0;
  font-family: serif;
}

.importance_contents .txt_box {
  display: flex;
  align-items: center;
}

.importance_contents .txt_box .left {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 70%);
}

.importance_contents .txt_box .right {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 70%);
}

.importance_contents .txt_box .txt_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffe100 60%);
  display: block;
  width: 150px;
  margin: 0 auto 10px;
}

.importance_contents .txt_box .txt {
  font-size: 14px;
  line-height: 1.6;
}

.importance_contents .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 30px;
  height: 0.3em;
  background: currentColor;
  position: relative;
}

.importance_contents .dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.importance_contents .bottom_txt {
  margin: 30px 0 0 0;
  font-size: 35px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, 0px 0px 0 #fff, -1px 1px 0 #fff, 0px 0px 0 #fff, 0px 0px 0 #fff, 0 0px 0 #fff, 0px 0px 0 #fff, 0px -1px 0 #fff;
  text-align: center;
}

.three_contents {
  margin: 0 0 15px 0;
}

.three_contents .inner {
  background: #ee816a;
  padding: 15px;
}

.three_contents .top {
  display: flex;
  position: relative;
  margin: 0 0 40px 0;
}

.three_contents .left {
  position: absolute;
  background: #de432d;
  border-radius: 0 0 100px 0;
  top: -15px;
  left: -15px;
}

.three_contents .left p {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  width: 160px;
  height: 130px;
  text-align: center;
  padding: 35px 15px 35px 0px;
}

.three_contents .right {
  padding: 0 0 0 170px;
}

.three_contents .right .title {
  margin: 20px 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 2px 4px 0 #de432d, 0px 0px 0 #de432d, -2px 4px 0 #de432d, 0px 0px 0 #de432d, 0px 5px 0 #de432d, 0 0px 0 #de432d, 0px 3px 0 #de432d, 0px -2px 0 #de432d;
}

.three_contents .right .title span {
  font-size: 50px;
}

.three_contents .right .txt {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.three_contents .bottom img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 5px solid #fff;
}

.commitment_contents .inner {
  background: #21b665;
}

.commitment_contents .left {
  background: #077e2c;
}

.commitment_contents .right .title {
  text-shadow: 2px 4px 0 #077e2c, 0px 0px 0 #077e2c, -2px 4px 0 #077e2c, 0px 0px 0 #077e2c, 0px 5px 0 #077e2c, 0 0px 0 #077e2c, 0px 3px 0 #077e2c, 0px -2px 0 #077e2c;
}

.afterfollow_contents .inner {
  background: #f49d18;
}

.afterfollow_contents .left {
  background: #ed6706;
}

.afterfollow_contents .right .title {
  text-shadow: 2px 4px 0 #ed6706, 0px 0px 0 #ed6706, -2px 4px 0 #ed6706, 0px 0px 0 #ed6706, 0px 5px 0 #ed6706, 0 0px 0 #ed6706, 0px 3px 0 #ed6706, 0px -2px 0 #ed6706;
  letter-spacing: -1px;
  font-size: 28px;
}

.afterfollow_contents .right .title span {
  font-size: 47px;
  letter-spacing: -4px;
}
}

.sp-600 {
  display: block !important;
}

@media screen and (max-width: 600px) {
  .sp-600 {
    display: block !important;
  }

  .importance_contents .inner {
    padding: 10px;
  }

  .importance_contents .title {
    font-size: 25px;
  }

  .importance_contents .txt_box .txt_title {
    font-size: 22px;
  }

  .importance_contents .bottom_txt {
    font-size: 25px !important;
  }
}

.feature_txt_content {
  position: relative;
}

.feature_txt_content .feature_txt .left {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.feature_txt_content .feature_txt .left .title {
  margin: 0;
  padding: 0px 0 7px 0;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0px 2px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 2px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 4px 0 #3b3b3b, 0 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b;
}

.feature_txt_content .feature_txt .left .des_txt {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #2968bd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-weight: bold;
  padding: 0 22px 0 0;
  color: #2968bd;
  width: 200px;
  margin: 0 auto;
}

.feature_txt_content .feature_txt .left .des_txt span {
  background: #2968bd;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
}

.feature_txt_content .feature_txt .right {
  position: absolute;
  bottom: 10px;
  right: 50px;
}

.feature_txt_content .feature_txt .right .title {
  margin: 0;
  padding: 0px 0 7px 0;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0px 2px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 2px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 4px 0 #3b3b3b, 0 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b;
}

.feature_txt_content .feature_txt .right .des_txt {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #df0c1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-weight: bold;
  padding: 0 22px 0 0;
  color: #df0c1b;
  width: 200px;
  margin: 0 auto;
}

.feature_txt_content .feature_txt .right .des_txt span {
  background: #df0c1b;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
}

.keyvisual_content {
  position: relative;
  margin: 20px 0 10px;
}

.keyvisual_content .keyvisual {
  border: 1px solid #939393;
  box-shadow: 0px 10px 5px 0px rgb(0 0 0 / 10%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.keyvisual_content h1 {
  position: absolute;
  text-shadow: 3px 1px 0 #007038, 0px 1px 0 #007038, -1px 1px 0 #007038, 1px 1px 0 #007038, -1px 1px 0 #007038, 0px 1px 0 #007038, 1px 1px 0 #007038, 2px 1px 0 #007038;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  font-size: 5vw;
  top: 4vw;
  left: 6vw;
  line-height: 1.1;
}

@media screen and (max-width: 600px) {
  .three_contents .left p {
    width: 115px;
    height: 90px;
    padding: 20px 20px 0 0px;
    line-height: 1.2;
    font-size: 18px;
  }

  .three_contents .right {
    padding: 0 0 0 110px;
  }

  .three_contents .right .title {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    text-shadow: 1px 1px 0 #de432d, 0px 0px 0 #de432d, -1px 1px 0 #de432d, 0px 0px 0 #de432d, 0px 0px 0 #de432d, 0 0px 0 #de432d, 0px 1px 0 #de432d, 0px -2px 0 #de432d;
  }

  .three_contents .right .title span {
    font-size: 25px;
  }

  .three_contents .right .txt {
    font-size: 12px;
  }

  .three_contents .top {
    margin: 0 0 10px 0;
  }

  .commitment_contents .right .title {
    text-shadow: 1px 1px 0 #077e2c, 0px 0px 0 #077e2c, -1px 1px 0 #077e2c, 0px 0px 0 #077e2c, 0px 0px 0 #077e2c, 0 0px 0 #077e2c, 0px 0px 0 #077e2c, 0px -1px 0 #077e2c;
  }

  .afterfollow_contents .right .title {
    text-shadow: 1px 1px 0 #ed6706, 0px 0px 0 #ed6706, -1px 1px 0 #ed6706, 0px 0px 0 #ed6706, 0px 0px 0 #ed6706, 0 0px 0 #ed6706, 0px 0px 0 #ed6706, 0px -1px 0 #ed6706;
  }

  .feature_txt_content {
    position: relative;
  }

  .feature_txt_content .feature_txt .left {
    position: absolute;
    bottom: 5px;
    left: 3px;
  }

  .feature_txt_content .feature_txt .left .title {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 0px 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 1px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 1px 0 #3b3b3b, 0 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b;
  }

  .feature_txt_content .feature_txt .left .des_txt {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #2968bd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 0;
    color: #2968bd;
    width: 100px;
    margin: 0 auto;
  }

  .feature_txt_content .feature_txt .left .des_txt span {
    background: #2968bd;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 5px 0 0 5px;
  }

  .feature_txt_content .feature_txt .right {
    position: absolute;
    bottom: 5px;
    right: 20px;
  }

  .feature_txt_content .feature_txt .right .title {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 0px 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 1px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 1px 0 #3b3b3b, 0 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b, 0px 0px 0 #3b3b3b;
  }

  .feature_txt_content .feature_txt .right .des_txt {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #df0c1b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 0;
    color: #df0c1b;
    width: 100px;
    margin: 0 auto;
  }

  .feature_txt_content .feature_txt .right .des_txt span {
    background: #df0c1b;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 5px 0 0 5px;
  }

}

.mt20 {
  margin-top: 10px;
}

/* 20240701 追記 */
.img_text {
  position: relative;
}

.img_text .text_01 {
  position: absolute;
  top: 27%;
  width: fit-content;
  font-weight: 700;
  left: 5%;
  padding: 0 !important;
  font-size: 1rem;
}

.img_text .text_02 {
  position: absolute;
  top: 13%;
  width: fit-content;
  left: 27%;
  font-weight: 700;
  padding: 0 !important;
  font-size: 1.2rem;
}

.img_text .text_03 {
  position: absolute;
  top: 13%;
  width: fit-content;
  right: 16%;
  font-weight: 700;
  padding: 0 !important;
  font-size: 1.2rem;
}

.img_text .text_04 {
  position: absolute;
  top: 40%;
  width: fit-content;
  right: 6%;
  font-weight: 700;
  padding: 0 !important;
  font-size: 1.1rem;
}

@media screen and (max-width: 648px) {
  .img_text .text_01 {
    font-size: 0.8rem;
  }

  .img_text .text_02 {
    font-size: 0.9rem;
  }

  .img_text .text_03 {
    font-size: 0.9rem;
  }

  .img_text .text_04 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 500px) {
  .img_text .text_01 {
    font-size: 0.5rem;
  }

  .img_text .text_02 {
    font-size: 0.6rem;
  }

  .img_text .text_03 {
    font-size: 0.6rem;
  }

  .img_text .text_04 {
    font-size: 0.5rem;
  }
}

/* 20240719 追記 */
@media screen and (max-width: 1024px) {
  .timing_img_txt01 {
    position: relative;
  }

  .timing_img_txt01 .txt01 {
    position: absolute;
    top: 19.3%;
    width: fit-content;
    left: 11.5%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 0.9rem;
    color: #007038;
  }

  .timing_img_txt01 .txt02 {
    line-height: 18px;
    position: absolute;
    top: 25%;
    width: fit-content;
    left: 9%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 0.8rem;
    text-align: center;
  }

  .timing_img_txt01 .sub_txt02 {
    font-size: 20px;
    ;
  }

  .timing_img_txt01 .txt03 {
    position: absolute;
    top: 19.5%;
    left: 73.5%;
    font-weight: 700;
    font-size: 0.9rem;
    color: #007038;
  }

  .timing_img_txt01 .txt04 {
    position: absolute;
    top: 25.5%;
    width: fit-content;
    left: 77%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 1.2rem;
  }

  .timing_img_txt01 .txt05 {
    position: absolute;
    top: 79.3%;
    left: 9.5%;
    font-weight: 700;
    font-size: 0.9rem;
    color: #007038;
  }

  .timing_img_txt01 .txt06 {
    position: absolute;
    top: 85.5%;
    width: fit-content;
    left: 13%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 1.1rem;
  }

  .timing_img_txt01 .txt07 {
    position: absolute;
    top: 79%;
    left: 73.5%;
    font-weight: 700;
    font-size: 0.9rem;
    color: #007038;
  }

  .timing_img_txt01 .txt08 {
    position: absolute;
    top: 85.5%;
    width: fit-content;
    left: 74%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .timing_img_txt01 {
    position: relative;
  }

  .timing_img_txt01 .txt01 {
    position: absolute;
    top: 19%;
    width: fit-content;
    left: 11.5%;
    font-weight: 700;
    padding: 0 !important;
    font-size: .4rem;
    color: #007038;
  }

  .timing_img_txt01 .txt02 {
    line-height: 9px;
    position: absolute;
    top: 24%;
    width: fit-content;
    left: 9%;
    font-weight: 700;
    padding: 0 !important;
    font-size: .4rem;
    text-align: center;
  }

  .timing_img_txt01 .sub_txt02 {
    font-size: 0.5rem;
  }

  .timing_img_txt01 .txt03 {
    position: absolute;
    top: 19%;
    left: 71.5%;
    font-weight: 700;
    font-size: .4rem;
    color: #007038;
  }

  .timing_img_txt01 .txt04 {
    position: absolute;
    top: 24.5%;
    width: fit-content;
    left: 77%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 0.6rem;
  }

  .timing_img_txt01 .txt05 {
    position: absolute;
    top: 76.6%;
    left: 7.5%;
    font-weight: 700;
    font-size: .4rem;
    color: #007038;
  }

  .timing_img_txt01 .txt06 {
    position: absolute;
    top: 82%;
    width: fit-content;
    left: 12.5%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 0.6rem;
  }

  .timing_img_txt01 .txt07 {
    position: absolute;
    top: 76.5%;
    left: 71.5%;
    font-weight: 700;
    font-size: .4rem;
    color: #007038;
  }

  .timing_img_txt01 .txt08 {
    position: absolute;
    top: 81.5%;
    width: fit-content;
    left: 72.5%;
    font-weight: 700;
    padding: 0 !important;
    font-size: 0.6rem;
  }
}

/* 240723 追記 */
.top_reason_box_area {
  text-align: center;
}

#top_reason_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 50px auto 0;
}

#top_reason_box .item {
  background: linear-gradient(180deg, #007038 0%, #007038 50%, #00611e 50%, #00611e 100%);
  padding: 20px;
  border-radius: 50%;
  width: 100%;
  height: 220px;
}

#top_reason_box .p_01 {
  position: relative;
}

#top_reason_box .p_01 span {
  font-size: 20px;
  font-weight: bold;
  height: 200px;
  position: absolute;
  width: 20px;
  left: 106px;
  top: -30px;
  transform-origin: bottom center;
}

#top_reason_box .p_01 .char1 {
  transform: rotate(-31deg);
}

#top_reason_box .p_01 .char2 {
  transform: rotate(-23deg);
}

#top_reason_box .p_01 .char3 {
  transform: rotate(-15deg);
}

#top_reason_box .p_01 .char4 {
  transform: rotate(-7deg);
}

#top_reason_box .p_01 .char5 {
  transform: rotate(1deg);
}

#top_reason_box .p_01 .char6 {
  transform: rotate(7deg);
}

#top_reason_box .p_01 .char7 {
  transform: rotate(12deg);
}

#top_reason_box .p_01 .char8 {
  transform: rotate(20deg);
}

#top_reason_box .p_01 .char9 {
  transform: rotate(27deg);
}

#top_reason_box .p_01_02 .char1 {
  transform: rotate(-30deg);
}

#top_reason_box .p_01_02 .char2 {
  transform: rotate(-22deg);
}

#top_reason_box .p_01_02 .char3 {
  transform: rotate(-15deg);
}

#top_reason_box .p_01_02 .char4 {
  transform: rotate(-8deg);
}

#top_reason_box .p_01_02 .char5 {
  transform: rotate(-1deg);
}

#top_reason_box .p_01_02 .char6 {
  transform: rotate(6deg);
}

#top_reason_box .p_01_02 .char7 {
  transform: rotate(13deg);
}

#top_reason_box .p_01_02 .char8 {
  transform: rotate(20deg);
}

#top_reason_box .p_01_02 .char9 {
  transform: rotate(27deg);
}

#top_reason_box .p_01_02 span {
  left: 100px;
}

#top_reason_box .p_01_03 .char1 {
  transform: rotate(-30deg);
}

#top_reason_box .p_01_03 .char2 {
  transform: rotate(-22deg);
}

#top_reason_box .p_01_03 .char3 {
  transform: rotate(-15deg);
}

#top_reason_box .p_01_03 .char4 {
  transform: rotate(-8deg);
}

#top_reason_box .p_01_03 .char5 {
  transform: rotate(-1deg);
}

#top_reason_box .p_01_03 .char6 {
  transform: rotate(6deg);
}

#top_reason_box .p_01_03 .char7 {
  transform: rotate(13deg);
}

#top_reason_box .p_01_03 .char8 {
  transform: rotate(20deg);
}

#top_reason_box .p_01_03 .char9 {
  transform: rotate(27deg);
}

#top_reason_box .p_01_03 .char10 {
  transform: rotate(33deg);
}

#top_reason_box .p_01_03 span {
  left: 100px;
}

#top_reason_box .small {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto !important;
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 700;
  font-size: 14px !important;
  text-shadow: 2px 2px 5px #000;
}

#top_reason_box .p_01_04 .char1 {
  transform: rotate(-30deg);
}

#top_reason_box .p_01_04 .char2 {
  transform: rotate(-22deg);
}

#top_reason_box .p_01_04 .char3 {
  transform: rotate(-15deg);
}

#top_reason_box .p_01_04 .char4 {
  transform: rotate(-8deg);
}

#top_reason_box .p_01_04 .char5 {
  transform: rotate(-1deg);
}

#top_reason_box .p_01_04 .char6 {
  transform: rotate(6deg);
}

#top_reason_box .p_01_04 .char7 {
  transform: rotate(13deg);
}

#top_reason_box .p_01_04 .char8 {
  transform: rotate(20deg);
}

#top_reason_box .p_01_04 .char9 {
  transform: rotate(27deg);
}

#top_reason_box .p_01_04 span {
  left: 100px;
}

#top_reason_box .box {
  position: relative;
  width: 220px;
}

#top_reason_box .box .text_01 {
  position: absolute;
  bottom: 57px;
  right: 0;
  left: 0px;
  margin: auto;
  color: #efe4aa;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
  font-size: 23px;
  text-shadow: 1px 1px 2px #000;
}

#top_reason_box .box .text_02 {
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 700;
  font-size: 30px;
  text-shadow: 2px 2px 5px #000;
}

#top_reason_box .box .text_02 span {
  font-size: 45px;
  margin: 0 3px;
}

#top_reason_box .box .text_02_04 span {
  font-size: 32px !important;
}

@media screen and (max-width: 648px) {
  #top_reason_box {
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
  }

  #top_reason_box .box {
    margin: 20px;
  }

  #top_reason_box .box .text_02 {
    bottom: 0;
  }

  #top_reason_box .box .text_02 span {
    bottom: 0;
  }
}

.timing_table_box_class {
  position: relative;
}

.timing_table_box_class .attention {
  position: absolute;
  top: 70px;
  right: 0;
  margin-bottom: 0;
}

#timing_table_box {
  display: flex;
  margin-bottom: 32px;
}

#timing_table_box img {
  margin-bottom: 0 !important;
  margin-right: 10px;
}

#timing_table_box .text_area {
  width: 100%;
  border: solid 1px;
  padding: 5px 5px 2px 5px;
}

#timing_table_box .text_area ul li {
  display: flex;
  height: 60px;
  line-height: 60px;
  margin-bottom: 3px;
  justify-content: space-between;
}

#timing_table_box .text_area ul .item_03_li {
  border-top: solid 2px red;
}

#timing_table_box .text_area ul li span {
  width: 30%;
  display: block;
  text-align: center;
}

#timing_table_box .text_area ul li .item_01 {
  background-color: #b6d21f;
  color: #fff;
  font-weight: bold;
}

#timing_table_box .text_area ul li .item_02 {
  background-color: #9ebf28;
  color: #fff;
  font-weight: bold;
}

#timing_table_box .text_area ul li .item_03 {
  background-color: #86ac2e;
  color: #fff;
  font-weight: bold;
}

#timing_table_box .text_area ul li .item_04 {
  background-color: #6e9a32;
  color: #fff;
  font-weight: bold;
}

#timing_table_box .text_area ul li .item_05 {
  background-color: #558a35;
  color: #fff;
  font-weight: bold;
}

#timing_table_box .text_area ul li .item_06 {
  background-color: #377b37;
  color: #fff;
  font-weight: bold;
}

#timing_table_box .text_area ul li .item_07 {
  background-color: #007038;
  color: #fff;
  font-weight: bold;
}

#timing_table_box .text_area ul li .item_01_02 {
  width: 69.5%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

#timing_table_box .text_area ul li .item_02_02 {
  width: 69.5%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

#timing_table_box .text_area ul li .item_03_02 {
  background-color: #f8b036;
  font-weight: bold;
  width: 69.5%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

#timing_table_box .text_area ul li .item_04_02 {
  background-color: #f69fa9;
  font-weight: bold;
  width: 69.5%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

#timing_table_box .text_area ul li .item_05_02 {
  background-color: #d1a2cc;
  font-weight: bold;
  width: 69.5%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

#timing_table_box .text_area ul li .item_06_02 {
  background-color: #abb2d7;
  font-weight: bold;
  width: 69.5%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

#timing_table_box .text_area ul li .item_07_02 {
  background-color: #abb2d7;
  font-weight: bold;
  width: 69.5%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

@media screen and (max-width: 648px) {
  #timing_table_box .text_area ul li .item_01_02 {
    font-size: 14px;
    padding-left: 10px;
  }

  #timing_table_box .text_area ul li .item_02_02 {
    font-size: 14px;
    padding-left: 10px;
  }

  #timing_table_box .text_area ul li .item_03_02 {
    font-size: 14px;
    padding-left: 10px;
  }

  #timing_table_box .text_area ul li .item_04_02 {
    font-size: 14px;
    padding-left: 10px;
  }

  #timing_table_box .text_area ul li .item_05_02 {
    font-size: 14px;
    padding-left: 10px;
  }

  #timing_table_box .text_area ul li .item_06_02 {
    font-size: 14px;
    padding-left: 10px;
  }

  #timing_table_box .text_area ul li .item_07_02 {
    font-size: 14px;
    padding-left: 10px;
  }

  .timing_table_box_class .attention {
    width: 23%;
    top: 24%;
  }
}

/* 240723 END */

/* sp版のトップ ４つの画像サイズ修正 */
@media screen and (max-width: 540px) {
  #top_reason_box .box {
    width: 185px;
    scale: 0.8;
    margin: 0;
  }

  #top_reason_box .item {
    height: 185px;
  }

  #top_reason_box .p_01 span,
  #top_reason_box .p_01_02 span,
  #top_reason_box .p_01_03 span,
  #top_reason_box .p_01_04 span {
    left: 85px;
  }
}

/* 20250117追加 */
@media screen and (max-width: 600px) {
  main #column .left span {
    font-size: 16px;
  }
  main #column .left p {
    font-size: 16px;
  }
}

/* 20250117追加 */