@font-face {
  font-family: "Hiragino Kaku Gothic Pro W6";
  src: url("fonts/Hiragino Kaku Gothic Pro W6.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN W3";
  src: url("fonts/Hiragino Kaku Gothic ProN W3.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Mincho Pro W6";
  src: url("fonts/Hiragino Mincho Pro W6.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Connoisseurs";
  src: url("fonts/Connoisseurs.otf") format("opentype");
  font-display: swap;
}
.s_ttl {
  color: #fff;
}
.s_ttl .en {
  font-size: 84px;
  display: block;
}
@media screen and (max-width: 1900px) {
  .s_ttl .en {
    font-size: 84rem;
  }
}
@media screen and (max-width: 768px) {
  .s_ttl .en {
    font-size: 90rem;
  }
}
.s_ttl .jp_go {
  font-size: 24px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .s_ttl .jp_go {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s_ttl .jp_go {
    font-size: 30rem;
  }
}

.sec_contain {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .sec_contain {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_contain {
    max-width: 100%;
  }
}

.s_sec_ttl {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .s_sec_ttl {
    font-size: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sec_ttl {
    font-size: 60rem;
  }
}
.s_sec_ttl::after {
  content: "";
  position: relative;
  width: 100px;
  display: block;
  height: 2px;
  background-color: #009669;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_sec_ttl::after {
    width: 100rem;
    margin-top: 30rem;
  }
}

#s_fv {
  position: relative;
  padding: 0;
}
#s_fv .s_ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  bottom: 70px;
}
@media screen and (max-width: 1900px) {
  #s_fv .s_ttl {
    bottom: 70rem;
  }
}
#s_fv .s_ttl .arc {
  font-size: 140px;
}
@media screen and (max-width: 1900px) {
  #s_fv .s_ttl .arc {
    font-size: 140rem;
  }
}
@media screen and (max-width: 768px) {
  #s_fv .s_ttl .arc {
    font-size: 100rem;
    text-align: center;
  }
}
#s_fv .s_ttl .jp_go {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_fv .s_ttl .jp_go {
    margin-top: 50rem;
  }
}
#s_fv .s_ttl::before, #s_fv .s_ttl::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 1px;
  height: 25px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_fv .s_ttl::before, #s_fv .s_ttl::after {
    bottom: -70rem;
    height: 25rem;
  }
}
#s_fv .s_ttl::after {
  background-color: #009669;
  transform: translateY(100%);
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb {
    gap: 10rem;
  }
}
.breadcrumb .icon_home {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.breadcrumb .icon_home svg {
  width: 22px;
  height: 20px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb .icon_home svg {
    width: 22rem;
    height: 20rem;
  }
}
.breadcrumb .icon_home:hover svg path {
  fill: #009669;
}
.breadcrumb svg.arw {
  width: 6px;
  height: 11px;
  margin-left: 10px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb svg.arw {
    width: 6rem;
    height: 11rem;
    margin-left: 10rem;
  }
}
.breadcrumb a.m_txt {
  margin-left: 0;
  color: black;
}
.breadcrumb a.m_txt:hover {
  color: #009669;
}

#s_case .sec_contain .cat-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  padding: 65px;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .cat-div {
    padding: 65rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_case .sec_contain .cat-div {
    padding: 0;
  }
}
#s_case .sec_contain .cat-div .item {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #009669;
  color: #000;
  text-align: center;
  cursor: pointer;
}
#s_case .sec_contain .cat-div .item.active {
  background-color: #009669;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .cat-div .item {
    font-size: 21rem;
    padding: 16rem;
  }
}
@media screen and (max-width: 768px) {
  #s_case .sec_contain .cat-div .item {
    font-size: 28rem;
  }
}
#s_case .sec_contain .item_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_list {
    margin-top: 100rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_case .sec_contain .item_list {
    grid-template-columns: 1fr;
  }
}
#s_case .sec_contain .item_list .item {
  position: relative;
  overflow: hidden;
}
#s_case .sec_contain .item_list .item:hover img {
  transform: scale(1.2);
}
#s_case .sec_contain .item_list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#s_case .sec_contain .item_list .item .item_info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 370px;
  padding: 15px;
  padding-left: 30px;
  background-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_list .item .item_info {
    width: 370rem;
    padding: 15rem;
    padding-left: 30rem;
  }
}
#s_case .sec_contain .item_list .item .item_info .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#s_case .sec_contain .item_list .item .item_info .meta .tag {
  width: 140px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_list .item .item_info .meta .tag {
    width: 140rem;
    padding: 5rem;
  }
}
#s_case .sec_contain .item_list .item .item_info .item_ttl {
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
#s_case .sec_contain .item_list .item .item_info .item_ttl:hover {
  color: #009669;
  text-decoration: underline;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_list .item .item_info .item_ttl {
    margin-top: 15rem;
  }
}
#s_case .sec_contain .item_detail {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #s_case .sec_contain .item_detail {
    margin-top: 70rem;
  }
}
#s_case .sec_contain .item_detail .sub_ttl {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #009669;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_detail .sub_ttl {
    padding-bottom: 10rem;
  }
}
#s_case .sec_contain .item_detail .meta {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_detail .meta {
    margin-top: 30rem;
  }
}
#s_case .sec_contain .item_detail .meta .tag {
  width: 140px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_detail .meta .tag {
    width: 140rem;
    padding: 5rem;
  }
}
#s_case .sec_contain .item_detail .content {
  margin: 30px 0;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_detail .content {
    margin: 30rem 0;
  }
}
#s_case .sec_contain .item_detail .featured_image {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .item_detail .featured_image {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  #s_case .sec_contain .item_detail .featured_image {
    max-width: 100%;
  }
}
#s_case .sec_contain .pagination {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .pagination {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #s_case .sec_contain .pagination {
    margin-top: 250rem;
    width: 100%;
  }
}
#s_case .sec_contain .pagination .prev a,
#s_case .sec_contain .pagination .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .pagination .prev a,
  #s_case .sec_contain .pagination .next a {
    gap: 10rem;
  }
}
#s_case .sec_contain .pagination .prev a svg,
#s_case .sec_contain .pagination .next a svg {
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .pagination .prev a svg,
  #s_case .sec_contain .pagination .next a svg {
    width: 41rem;
    height: 41rem;
  }
}
#s_case .sec_contain .pagination .prev a:hover,
#s_case .sec_contain .pagination .next a:hover {
  color: #009669;
}
#s_case .sec_contain .pagination .to_list a {
  width: 365px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #009669;
  background-color: #009669;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .pagination .to_list a {
    width: 365rem;
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  #s_case .sec_contain .pagination .to_list a {
    position: absolute;
    top: -150rem;
    left: 0;
    width: 100%;
  }
}
#s_case .sec_contain .pagination .to_list a svg {
  width: 11px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  #s_case .sec_contain .pagination .to_list a svg {
    width: 11rem;
    height: 19rem;
    right: 30rem;
  }
}
#s_case .sec_contain .pagination .to_list a:hover {
  background-color: #fff;
  color: #009669;
}
#s_case .sec_contain .pagination .to_list a:hover svg path {
  stroke: #009669;
}

#s_company .sec_contain .s_sec_ttl {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_company .sec_contain .s_sec_ttl {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_company .sec_contain .s_sec_ttl {
    margin-top: 70rem;
  }
}
#s_company .sec_contain .info_list {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_company .sec_contain .info_list {
    margin-top: 50rem;
  }
}
#s_company .sec_contain .info_list .item {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 1900px) {
  #s_company .sec_contain .info_list .item {
    padding: 20rem;
  }
}
#s_company .sec_contain .info_list .item .key {
  width: 188px;
}
@media screen and (max-width: 1900px) {
  #s_company .sec_contain .info_list .item .key {
    width: 188rem;
  }
}
@media screen and (max-width: 768px) {
  #s_company .sec_contain .info_list .item .key {
    width: 200rem;
  }
}
#s_company .sec_contain .info_list .item .val {
  width: calc(100% - 188px);
}
@media screen and (max-width: 1900px) {
  #s_company .sec_contain .info_list .item .val {
    width: calc(100% - 188rem);
  }
}
@media screen and (max-width: 768px) {
  #s_company .sec_contain .info_list .item .val {
    width: calc(100% - 200rem);
  }
}

#s_reason .sec_contain .s_sec_ttl {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  #s_reason .sec_contain .s_sec_ttl {
    margin-top: 50rem;
  }
}
#s_reason .sec_contain .desc {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_reason .sec_contain .desc {
    margin-top: 50rem;
  }
}

.msg-div {
  background-color: #f4f4f4;
}
.msg-div .sec_contain {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 100px;
}
@media screen and (max-width: 1900px) {
  .msg-div .sec_contain {
    gap: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .msg-div .sec_contain {
    flex-direction: column;
    gap: 30rem;
  }
}
.msg-div .sec_contain .img {
  width: 350px;
  margin-right: -200px;
}
@media screen and (max-width: 1900px) {
  .msg-div .sec_contain .img {
    width: 350rem;
    margin-right: -200rem;
  }
}
@media screen and (max-width: 768px) {
  .msg-div .sec_contain .img {
    width: 100%;
    margin-right: 0;
  }
}
.msg-div .sec_contain .msg_text .s_sec_ttl {
  margin-left: 0;
}
.msg-div .sec_contain .msg_text .s_sec_ttl::after {
  content: none;
}
.msg-div .sec_contain .msg_text p.m_txt {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .msg-div .sec_contain .msg_text p.m_txt {
    margin-top: 50rem;
  }
}
.msg-div .sec_contain .msg_text p.name {
  text-align: right;
  font-weight: bold;
  width: 100%;
}

#s_privacy .sec_contain .section-description {
  font-size: 18px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-description {
    font-size: 18rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-description {
    font-size: 24rem;
  }
}
#s_privacy .sec_contain .section-list .list-item {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .list-item {
    font-size: 28rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-list .list-item {
    font-size: 32rem;
  }
}
#s_privacy .sec_contain .section-list .list-description {
  margin-top: 10px;
  font-size: 18px;
  word-break: auto-phrase;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .list-description {
    font-size: 18rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-list .list-description {
    font-size: 24rem;
  }
}
#s_privacy .sec_contain .section-list .contact-info {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .contact-info {
    margin-top: 30rem;
  }
}
#s_privacy .sec_contain .section-list .sub-list {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .sub-list {
    margin-top: 40rem;
  }
}
#s_privacy .sec_contain .section-list .sub-list .sub-list-item {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .sub-list .sub-list-item {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-list .sub-list .sub-list-item {
    font-size: 24rem;
  }
}

#s_r_features .sec_contain .s_sec_ttl {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .sec_contain .s_sec_ttl {
    margin-top: 50rem;
  }
}
#s_r_features .sec_contain .desc {
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  #s_r_features .sec_contain .desc {
    margin-top: 50rem;
  }
}
#s_r_features .features_list {
  margin-top: 50px;
  background: #009669;
  display: flex;
  flex-direction: column;
  gap: 140px;
  padding: 150px 0;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list {
    margin-top: 50rem;
    gap: 140rem;
    padding: 150rem 0;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list {
    gap: 100rem;
    padding: 0;
  }
}
#s_r_features .features_list .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item {
    padding: 40rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 100rem;
  }
}
#s_r_features .features_list .item .content {
  width: 1680px;
  padding: 80px 400px;
  background: #fff;
  padding-right: 475px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item .content {
    width: 1680rem;
    padding: 80rem 400rem;
    padding-right: 475rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item .content {
    width: 100%;
    display: block;
    padding: 40rem;
  }
}
#s_r_features .features_list .item .content .sign {
  padding-right: 25px;
  border-right: 1px solid #A8E2C0;
  margin-right: 25px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item .content .sign {
    padding-right: 25rem;
    margin-right: 25rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item .content .sign {
    border-right: none;
  }
}
#s_r_features .features_list .item .content .sign .en {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item .content .sign .en {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item .content .sign .en {
    font-size: 24rem;
  }
}
#s_r_features .features_list .item .content .sign .num {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item .content .sign .num {
    font-size: 60rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item .content .sign .num {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item .content .txt_div {
    margin-top: 50rem;
  }
}
#s_r_features .features_list .item .content .txt_div .lg_txt {
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item .content .txt_div .lg_txt {
    margin-top: 30rem;
  }
}
#s_r_features .features_list .item .content .txt_div .m_txt {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item .content .txt_div .m_txt {
    margin-top: 30rem;
  }
}
#s_r_features .features_list .item .img-div {
  width: 620px;
  position: absolute;
  top: -30px;
  right: 0;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item .img-div {
    width: 620rem;
    top: -30rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item .img-div {
    position: relative;
    width: 100%;
    top: 0;
  }
}
#s_r_features .features_list .item.f_02 .content {
  width: 100%;
  padding: 80px 550px;
  padding-right: 580px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item.f_02 .content {
    padding: 80rem 550rem;
    padding-right: 580rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item.f_02 .content {
    padding: 40rem;
  }
}
#s_r_features .features_list .item.f_02 .img-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item.f_02 .img-div {
    position: relative;
    top: unset;
    transform: unset;
  }
}
#s_r_features .features_list .item.f_02 .img-div img:first-child {
  width: 340px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item.f_02 .img-div img:first-child {
    width: 340rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item.f_02 .img-div img:first-child {
    width: 50%;
    margin-bottom: 0;
  }
}
#s_r_features .features_list .item.f_02 .img-div img:last-child {
  width: 340px;
  margin-top: 25px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item.f_02 .img-div img:last-child {
    width: 340rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item.f_02 .img-div img:last-child {
    width: 50%;
    margin-top: 0;
  }
}
#s_r_features .features_list .item.f_03 .content {
  position: relative;
  margin: auto;
  margin-right: 0;
  padding: 80px 450px;
}
@media screen and (max-width: 1900px) {
  #s_r_features .features_list .item.f_03 .content {
    padding: 80rem 450rem;
  }
}
@media screen and (max-width: 768px) {
  #s_r_features .features_list .item.f_03 .content {
    padding: 40rem;
  }
}
#s_r_features .features_list .item.f_03 .img-div {
  right: unset;
  left: 0;
}

#s_service_info .sec_contain .s_sec_ttl {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  #s_service_info .sec_contain .s_sec_ttl {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service_info .sec_contain .s_sec_ttl {
    margin-top: 70rem;
  }
}
#s_service_info .sec_contain p.m_txt {
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  #s_service_info .sec_contain p.m_txt {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service_info .sec_contain p.m_txt {
    margin-top: 70rem;
  }
}
#s_service_info .sec_contain .sub_ttl.underlined {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  border-bottom: 2px solid #009669;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  #s_service_info .sec_contain .sub_ttl.underlined {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service_info .sec_contain .sub_ttl.underlined {
    margin-top: 70rem;
  }
}
#s_service_info .sec_contain .ex-list {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  #s_service_info .sec_contain .ex-list {
    margin-top: 60rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service_info .sec_contain .ex-list {
    display: block;
    margin-top: 70rem;
  }
}
#s_service_info .sec_contain .ex-list .item {
  width: calc((100% - 60px) / 3);
  border: 2px solid #289358;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  #s_service_info .sec_contain .ex-list .item {
    width: calc((100% - 60rem) / 3);
    padding: 20rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service_info .sec_contain .ex-list .item {
    width: 100%;
    margin-top: 50rem;
  }
}
#s_service_info .sec_contain .ex-list .item:last-child {
  width: 100%;
}
#s_service_info .sec_contain .ex-list .item p.m_txt {
  margin-top: 0;
}

#s_service-sec2 {
  background-color: #f4f4f4;
}
#s_service-sec2 .sec_contain p.m_txt {
  text-align: center;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_service-sec2 .sec_contain p.m_txt {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service-sec2 .sec_contain p.m_txt {
    margin-top: 70rem;
  }
}
#s_service-sec2 .sec_contain .works_list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1900px) {
  #s_service-sec2 .sec_contain .works_list {
    margin-top: 50rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service-sec2 .sec_contain .works_list {
    grid-template-columns: 1fr;
    margin-top: 70rem;
    gap: 100rem;
  }
}
#s_service-sec2 .sec_contain .item {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_service-sec2 .sec_contain .item {
    padding: 40rem;
  }
}
#s_service-sec2 .sec_contain .item.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #s_service-sec2 .sec_contain .item.sp {
    display: block;
  }
}
#s_service-sec2 .sec_contain .item.pc {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  #s_service-sec2 .sec_contain .item.pc {
    gap: 40rem;
    margin-top: 60rem;
  }
}
#s_service-sec2 .sec_contain .item.pc img {
  width: 435px;
  margin-top: 0;
}
@media screen and (max-width: 1900px) {
  #s_service-sec2 .sec_contain .item.pc img {
    width: 435rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service-sec2 .sec_contain .item.pc {
    display: none;
  }
}
#s_service-sec2 .sec_contain .item p.m_txt {
  margin-top: 30px;
  text-align: left;
  height: 12em;
}
@media screen and (max-width: 1900px) {
  #s_service-sec2 .sec_contain .item p.m_txt {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service-sec2 .sec_contain .item p.m_txt {
    height: auto;
  }
}
#s_service-sec2 .sec_contain .item img {
  margin-top: 45px;
}
@media screen and (max-width: 1900px) {
  #s_service-sec2 .sec_contain .item img {
    margin-top: 45rem;
  }
}

#s_guide .sec_contain .anchor-div {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: auto;
  margin-top: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  #s_guide .sec_contain .anchor-div {
    gap: 40rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_guide .sec_contain .anchor-div {
    flex-direction: column;
    width: 100%;
  }
}
#s_guide .sec_contain .s_sec_ttl {
  margin-top: 120px;
}
@media screen and (max-width: 1900px) {
  #s_guide .sec_contain .s_sec_ttl {
    margin-top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  #s_guide .sec_contain .s_sec_ttl {
    text-align: center;
  }
}
#s_guide .sec_contain .desc {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_guide .sec_contain .desc {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_guide .sec_contain .desc {
    text-align: center;
  }
}
#s_guide .sec_contain img {
  width: 685px;
  margin: auto;
  margin-top: 85px;
}
@media screen and (max-width: 1900px) {
  #s_guide .sec_contain img {
    width: 685rem;
    margin-top: 85rem;
  }
}
@media screen and (max-width: 768px) {
  #s_guide .sec_contain img {
    width: 100%;
  }
}

#s_g_flow .sec_contain .step-list {
  margin-top: 90px;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list {
    margin-top: 90rem;
  }
}
#s_g_flow .sec_contain .step-list .step {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step {
    gap: 30rem;
    margin-top: 60rem;
  }
}
#s_g_flow .sec_contain .step-list .step:last-child .num::before {
  content: none;
}
#s_g_flow .sec_contain .step-list .step .num {
  width: 100px;
  height: 100px;
  background: #009669;
  border-radius: 999px;
  color: white;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .num {
    width: 100rem;
    height: 100rem;
    font-size: 48rem;
  }
}
#s_g_flow .sec_contain .step-list .step .num::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 300px;
  border-left: 4px dashed #A8E2C0;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .num::before {
    height: 300rem;
    border-left: 4rem dashed #A8E2C0;
  }
}
@media screen and (max-width: 768px) {
  #s_g_flow .sec_contain .step-list .step .num::before {
    height: 780rem;
  }
}
#s_g_flow .sec_contain .step-list .step .content {
  width: calc(100% - 130px);
  padding: 35px 45px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content {
    width: calc(100% - 130rem);
    padding: 35rem 45rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_flow .sec_contain .step-list .step .content {
    flex-direction: column-reverse;
    gap: 50rem;
  }
}
#s_g_flow .sec_contain .step-list .step .content .txt-div {
  width: 480px;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .txt-div {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_flow .sec_contain .step-list .step .content .txt-div {
    width: 100%;
  }
}
#s_g_flow .sec_contain .step-list .step .content .txt-div h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .txt-div h3 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_flow .sec_contain .step-list .step .content .txt-div h3 {
    font-size: 54rem;
  }
}
#s_g_flow .sec_contain .step-list .step .content .txt-div p.m_txt {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .txt-div p.m_txt {
    margin-top: 30rem;
  }
}
#s_g_flow .sec_contain .step-list .step .content .img-div {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .img-div {
    width: 360rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_flow .sec_contain .step-list .step .content .img-div {
    width: 100%;
  }
}
#s_g_flow .sec_contain .step-list .step .content .img-div .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .img-div .phone {
    gap: 8rem;
  }
}
#s_g_flow .sec_contain .step-list .step .content .img-div .phone svg {
  width: 42px;
  height: 43px;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .img-div .phone svg {
    width: 42rem;
    height: 43rem;
  }
}
#s_g_flow .sec_contain .step-list .step .content .img-div .phone .lato {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .img-div .phone .lato {
    font-size: 40rem;
  }
}
#s_g_flow .sec_contain .step-list .step .content .img-div a.link {
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  #s_g_flow .sec_contain .step-list .step .content .img-div a.link {
    padding: 25rem;
    margin-top: 25rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_flow .sec_contain .step-list .step .content .img-div a.link {
    font-size: 24rem;
  }
}

#s_g_price {
  background-color: #EBFFF3;
}
#s_g_price .sec_contain .table-wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #s_g_price .sec_contain .table-wrapper {
    overflow-x: scroll;
  }
}
#s_g_price .sec_contain .table-wrapper table {
  margin-top: 100px;
  font-size: 18px;
  max-width: 1100px;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
@media screen and (max-width: 1900px) {
  #s_g_price .sec_contain .table-wrapper table {
    max-width: 1100rem;
    margin-top: 100rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_price .sec_contain .table-wrapper table {
    margin-top: 100rem;
    font-size: 24rem;
    width: 1100rem;
  }
}
#s_g_price .sec_contain .table-wrapper table.m-0 {
  margin: 0;
}
#s_g_price .sec_contain .table-wrapper table.m-0 tr th:last-child,
#s_g_price .sec_contain .table-wrapper table.m-0 tr td:last-child {
  border-right: none;
}
#s_g_price .sec_contain .table-wrapper table th {
  text-align: center;
}
#s_g_price .sec_contain .table-wrapper table th,
#s_g_price .sec_contain .table-wrapper table td {
  padding: 20px 30px;
  border-right: 1px solid #009669;
}
@media screen and (max-width: 1900px) {
  #s_g_price .sec_contain .table-wrapper table th,
  #s_g_price .sec_contain .table-wrapper table td {
    padding: 20rem 30rem;
  }
}
#s_g_price .sec_contain .table-wrapper table th:nth-child(3),
#s_g_price .sec_contain .table-wrapper table td:nth-child(3) {
  border-right: none;
  padding-left: 50px;
}
@media screen and (max-width: 1900px) {
  #s_g_price .sec_contain .table-wrapper table th:nth-child(3),
  #s_g_price .sec_contain .table-wrapper table td:nth-child(3) {
    padding-left: 50rem;
  }
}
#s_g_price .sec_contain .table-wrapper table th.p-0,
#s_g_price .sec_contain .table-wrapper table td.p-0 {
  padding: 0;
}
#s_g_price .sec_contain .table-wrapper table th.p-0 table,
#s_g_price .sec_contain .table-wrapper table td.p-0 table {
  width: 100% !important;
}
#s_g_price .sec_contain .table-wrapper table th.b-0,
#s_g_price .sec_contain .table-wrapper table td.b-0 {
  border-right: none;
}
#s_g_price .sec_contain .table-wrapper table th:first-child,
#s_g_price .sec_contain .table-wrapper table td:first-child {
  width: 340px;
}
@media screen and (max-width: 1900px) {
  #s_g_price .sec_contain .table-wrapper table th:first-child,
  #s_g_price .sec_contain .table-wrapper table td:first-child {
    width: 340rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_price .sec_contain .table-wrapper table th:first-child,
  #s_g_price .sec_contain .table-wrapper table td:first-child {
    min-width: 380rem;
    width: 100%;
  }
}
#s_g_price .sec_contain .table-wrapper table th:nth-child(2),
#s_g_price .sec_contain .table-wrapper table td:nth-child(2) {
  width: 290px;
}
@media screen and (max-width: 1900px) {
  #s_g_price .sec_contain .table-wrapper table th:nth-child(2),
  #s_g_price .sec_contain .table-wrapper table td:nth-child(2) {
    width: 290rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_price .sec_contain .table-wrapper table th:nth-child(2),
  #s_g_price .sec_contain .table-wrapper table td:nth-child(2) {
    min-width: 250rem;
    width: 100%;
  }
}
#s_g_price .sec_contain .table-wrapper table th:nth-child(3),
#s_g_price .sec_contain .table-wrapper table td:nth-child(3) {
  width: 470px;
}
@media screen and (max-width: 1900px) {
  #s_g_price .sec_contain .table-wrapper table th:nth-child(3),
  #s_g_price .sec_contain .table-wrapper table td:nth-child(3) {
    width: 470rem;
  }
}
@media screen and (max-width: 768px) {
  #s_g_price .sec_contain .table-wrapper table th:nth-child(3),
  #s_g_price .sec_contain .table-wrapper table td:nth-child(3) {
    min-width: 550rem;
    width: 100%;
  }
}
#s_g_price .sec_contain .table-wrapper table tr:nth-child(even) {
  background-color: #f4f4f4;
}
#s_g_price .sec_contain .table-wrapper table tr:first-child {
  background-color: #009669;
  color: #fff;
}
#s_g_price .sec_contain .table-wrapper table tr.lightgreen {
  background-color: #C9F2D9;
}/*# sourceMappingURL=sub.css.map */