@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* メディアクエリの設定 */
#yoshin .yoshin-about__inner .area_shikakuimg .area_inner .box_shikakuimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#yoshin .yoshin-about__inner .area_shikakuimg .area_inner .box_shikakuimg .bl_shikakuimg {
  width: 16%;
  text-align: center;
}
#yoshin .yoshin-about__inner .area_shikakuimg .area_inner .box_shikakuimg .bl_shikakuimg img {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 481px) {
  #yoshin .yoshin-about__inner .area_shikakuimg .area_inner .box_shikakuimg .bl_shikakuimg {
    width: 50%;
    text-align: center;
  }
}

.contact2 {
  background-color: #348a02;
  padding: 10px 0;
  margin-bottom: 40px;
}
.contact2 .bgimg {
  position: absolute;
  width: 400px;
  right: 0;
  transform: scale(-1, -1);
}
.contact2 .bgimg2 {
  position: absolute;
  width: 400px;
}
.contact2 .contact2_innner {
  width: min(95%, 1000px);
  margin: 0 auto;
}
.contact2 .contact2_innner .box_contact2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.contact2 .contact2_innner .box_contact2 .bl_txt {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.contact2 .contact2_innner .box_contact2 .bl_txt p {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .contact2 .contact2_innner .box_contact2 .bl_txt {
    width: 100%;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
  }
}
.contact2 .contact2_innner .box_contact2 .bl_btn {
  width: 40%;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .contact2 .contact2_innner .box_contact2 .bl_btn {
    width: 100%;
  }
  .contact2 .contact2_innner .box_contact2 .bl_btn img {
    width: 350px;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .contact2 .contact2_innner .box_contact2 .bl_btn {
    width: 100%;
  }
  .contact2 .contact2_innner .box_contact2 .bl_btn img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .contact2 .contact2_innner {
    width: 100%;
  }
}
.contact2.fst {
  margin-bottom: 0;
}
.contact2.fst .box_contact2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media screen and (min-width: 0px) and (max-width: 481px) {
  .contact2.fst .box_contact2 {
    padding: 20px 0;
  }
}
.contact2.fst .box_contact2 .bl_txt {
  width: 40% !important;
  padding-bottom: 0;
}
.contact2.fst .box_contact2 .bl_btn {
  width: 60% !important;
}
@media screen and (min-width: 0px) and (max-width: 481px) {
  .contact2.fst .box_contact2 .bl_txt {
    width: 90% !important;
    padding-bottom: 0;
  }
  .contact2.fst .box_contact2 .bl_txt p {
    font-size: 20px !important;
  }
  .contact2.fst .box_contact2 .bl_btn {
    width: 90% !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 481px) {
  .yoshinlp .yoshin-about__title {
    font-size: 26px;
    margin: 10px 0 0 0;
    text-align: left;
    line-height: 1.2;
    padding: 10px;
    box-sizing: border-box;
  }
}
.yoshin-kadai .yoshin-kadai__list li .sec_icon {
  text-align: center;
  padding: 5% 10% 0;
  box-sizing: border-box;
}
.yoshin-kadai figure.sec_icon img {
  width: 50px;
}

.yoshinlp .yoshin-kadai__list.ptn2 {
  width: auto;
}

.yoshin-about .db_img .dbimg_inner figure img {
  width: 100%;
  padding: 0 40px 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .yoshin-about .db_img .dbimg_inner figure img {
    padding: 0 10px 10px;
  }
}

.yoshinlp .yoshin-kadai__list.ptn2 > li {
  width: 33.3%;
  background-color: #ffffff;
  margin-right: 2%;
  padding: 1.7%;
  box-sizing: border-box;
  border: solid 1px #dfdfdf;
}

@media screen and (min-width: 0px) and (max-width: 1001px) {
  .yoshinlp .yoshin-kadai__list.ptn2 > li {
    width: 46%;
    background-color: #ffffff;
    margin-right: 2%;
    padding: 0.7%;
  }
}
.contact2 {
  background: linear-gradient(135deg, #00a556, #0d5f76);
  padding: 10px 0;
}
.contact2 .contact2_innner {
  width: 900px;
  margin: 50px auto;
  /* background-color: #fff; */
  border-radius: 30px;
  padding: 0 70px;
  box-sizing: border-box;
}
.contact2 .contact2_innner .box_contact2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
}
.contact2 .contact2_innner .box_contact2 .bl_txt {
  width: 100%;
  text-align: center;
}
.contact2 .contact2_innner .box_contact2 .bl_txt p {
  font-size: 32px;
  color: #333639;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2 .contact2_innner .box_contact2 .bl_txt {
    width: 100%;
    z-index: 100;
  }
}
.contact2 .contact2_innner .box_contact2 .bl_btn {
  width: 100%;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2 .contact2_innner .box_contact2 .bl_txt {
    width: 100%;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
  }
  .contact2 .contact2_innner .box_contact2 .bl_btn img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .contact2 .contact2_innner .box_contact2 .bl_btn {
    width: 100%;
  }
  .contact2 .contact2_innner .box_contact2 .bl_btn img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2 .contact2_innner {
    width: 100%;
  }
}

.contact2_ptn2 {
  background: linear-gradient(135deg, #00a556, #0d5f76);
  padding: 10px 0;
}
.contact2_ptn2 .contact2_innner {
  width: 900px;
  margin: 50px auto;
  /* background-color: #fff; */
  border-radius: 30px;
  box-sizing: border-box;
}
.contact2_ptn2 .contact2_innner .box_contact2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
}
.contact2_ptn2 .contact2_innner .box_contact2 .bl_txt {
  width: 50%;
  text-align: center;
}
.contact2_ptn2 .contact2_innner .box_contact2 .bl_txt p {
  font-size: 24px;
  color: #333639;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_txt {
    width: 100%;
    z-index: 100;
  }
}
.contact2_ptn2 .contact2_innner .box_contact2 .bl_btn {
  width: 50%;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_txt {
    width: 100%;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
  }
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_btn img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_btn {
    width: 100%;
  }
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_btn img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2_ptn2 .contact2_innner {
    width: 100%;
  }
}

.external_service .act_img {
  width: 100%;
}
.external_service .act_img img {
  width: 100%;
  padding: 0 40px 40px;
  box-sizing: border-box;
}
.external_service .act_img.ptn2 {
  width: 100%;
}
.external_service .act_img.ptn2 img {
  width: 100%;
  padding: 0 0px 40px;
  box-sizing: border-box;
}

.yoshin-about.ptn2 {
  background-color: #fff;
}

.yoshinlp .yoshin-about__point > strong {
  display: inline;
  font-size: 30px;
}

.yoshin-about__point.ptn_greeen {
  display: inline;
  font-size: 28px;
  color: #56992e;
  font-weight: bold;
}

.yoshin-about__point.ptn2 {
  width: 100%;
}

.yoshin-about__point.ptn2.lasttxt {
  padding: 4%;
}

.yoshin-about__point.ptn2.lasttxt2 {
  padding: 4% 0;
}

p.cost__text.external_title.txt_centter {
  text-align: center;
}

.workflow figure {
  text-align: center;
}
.workflow figure .cost__graph {
  width: auto;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .workflow figure .cost__graph {
    width: 100%;
  }
}
.workflow .wf_imgtxt {
  text-align: center;
}
.workflow .cost__text span {
  background-color: #fff9c0;
}

span.highlight {
  background-color: #fff9c0;
  padding: 5px;
}

.yoshin-about__point.ptn2 {
  width: 100%;
}

.yoshinlp .cost__graph.ptn2 {
  width: 100%;
  padding: 0 10% 0%;
  box-sizing: border-box;
}

.yoshinlp .rm_about .yoshin-about__point.ptn2 {
  width: 100%;
}

.yoshinlp .db_api .yoshin-about__point > span > strong {
  background-color: #fff;
  background-image: none;
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .yoshinlp .yoshin-about__item > .point {
    float: left;
  }
}
.yoshinlp .external_service .yoshin-about__point > span > strong {
  font-size: 22px;
}

.yoshinlp .external_service .yoshin-about__item > img {
  float: left;
  margin-right: 1%;
  width: 4%;
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .yoshinlp .external_service .yoshin-about__item > img {
    float: none;
    display: none;
  }
}
.yoshinlp .yoshin-about__point.companytxt {
  width: auto;
  color: rgba(0, 16, 14, 0.56);
  font-size: 16px;
  font-weight: 900;
}

.yoshinlp .yoshin-about__item > .companylogo {
  width: 150px;
}

.yoshin-about__point.ptn_itemttl {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 20px;
}

.yoshinlp .yoshin-about__point.ptn2 {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
}
.yoshinlp .yoshin-about__point.ptn2 span {
  display: inline;
  font-weight: bold;
}

.db_api .yoshin-about__point.ptn3 {
  text-align: center;
  font-weight: 900;
  font-size: 32px;
  width: 100%;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  padding-bottom: 40px;
}

.yoshin-kadai__point .bl_txt {
  font-size: 18px;
  padding: 0 10% 10%;
}

.h2__point2 {
  margin-top: 2%;
}

.h2__point2 .ttl_h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
}

.h2__point2 .ttl_h2_ptn2 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
  padding-bottom: 4%;
}

.h2__point2 .h2_p {
  color: rgba(0, 16, 14, 0.32);
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  text-indent: 0.02em;
}

.yoshin-kadai__point.ptnkadai {
  margin-top: 2%;
}

.shikaku_txt {
  font-size: 12px;
  line-height: 1.2;
}

.about_li_txt {
  font-size: 16px;
  line-height: 1.84;
  padding-bottom: 30px;
}

.yoshin-about__item.ptn_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.about_txt {
  text-align: left;
  font-size: 16px;
}

.box_company {
  display: flex;
  align-items: center;
  background-color: #f7f8f8;
  padding: 2%;
  box-sizing: border-box;
  border-radius: 12px;
}
.box_company .bl_company1 {
  width: 20%;
}
.box_company .bl_company1 figure {
  width: 100%;
}
.box_company .bl_company1 figure img {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.box_company .bl_company2 {
  width: 80%;
  padding: 0 2%;
}

.subttl {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
}

.subttl_ptn2 {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}

.about_li {
  padding-bottom: 10px;
}

.company2_list {
  text-align: left;
}

.flow_subttl {
  color: #8cc178;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  text-indent: 0.02em;
}

.fv_box {
  display: flex;
  align-items: center;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.yoshin-kadai__inner_ptn2 {
  width: min(95%, 1000px);
  margin: 0 auto;
  padding-top: 0%;
}

section#db_api {
  margin-top: 4%;
}

.arrow {
  width: 80px;
  display: block;
  margin: 0rem auto;
  padding-top: 1rem;
}
.arrow img {
  width: 100%;
  text-align: center;
}

.y_txt_arrow {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

　 .bgimg {
  position: absolute;
  width: 300px;
  right: 10%;
  transform: scale(-1, -1);
  z-index: 0;
}
　 .bgimg img {
  width: 100%;
}

.bgimg2 {
  position: absolute;
  width: 100px;
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .yoshin-kadai__inner_ptn2 {
    width: 90%;
  }
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .yoshinlp .cost__text {
    font-size: 22px;
    padding: 4%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 481px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .h2__point2 .ttl_h2_ptn2 {
    font-size: 24px;
  }
  .h2__point2 .ttl_h2 {
    font-size: 24px;
  }
  .h2__point2 .h2_p {
    font-size: 16px;
  }
  .yoshinlp .yoshin-about__point.ptn2 {
    text-align: left;
  }
  .db_api .yoshin-about__point.ptn3 {
    font-size: 22px;
  }
  .yoshinlp .yoshin-kadai__list.ptn2 > li {
    width: 100%;
  }
  .yoshinlp .flow_txt {
    padding: 0 6% 6%;
  }
  .box_company .bl_company1 {
    display: none;
  }
  .box_company .bl_company2 {
    width: 100%;
  }
  .yoshinlp .cost__text {
    box-sizing: border-box;
  }
  .subttl_ptn2 {
    text-align: left;
  }
  .external_service .act_img img {
    padding: 0 10px 10px;
  }
  .yoshin-about .db_img .dbimg_inner figure img {
    padding: 0;
  }
  .yoshinlp .cost__text.ptnocr {
    text-align: left;
  }
  .yoshinlp .cost__graph {
    padding: 0 2% 10%;
  }
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_txt p {
    font-size: 20px;
    color: #333639;
    font-weight: bold;
    color: #fff;
  }
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_btn img {
    width: 80%;
  }
  .contact2_ptn2 .contact2_innner {
    margin: 20px auto;
  }
  .yoshinlp .yoshin-kadai__list > li.li_ptn2 {
    width: 100%;
  }
  .yoshin-kadai__inner_ptn2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0%;
  }
  .arrow {
    padding-top: 2rem;
  }
  .yoshinlp .yoshin-about__list {
    padding: 4% 4%;
  }
  .contact2 .contact2_innner .box_contact2 .bl_txt p {
    font-size: 20px;
  }
  .contact2 .contact2_innner {
    padding: 0 5%;
  }
  .contact2 .contact2_innner .box_contact2 .bl_btn img {
    width: 90%;
    padding: 5px;
    box-sizing: border-box;
  }
  .yoshinlp .cost__text {
    font-size: 18px;
    padding: 2%;
  }
  p.external_title.subttl_ptn2.cost__text {
    font-size: 18px;
    box-sizing: border-box;
  }
  .yoshinlp .external_service .yoshin-about__point > span > strong {
    font-size: 19px;
  }
  .yoshinlp .nav {
    padding-bottom: 6%;
  }
  .yoshin-kadai__point.ptnkadai {
    padding-bottom: 6%;
  }
  .yoshinlp .yoshin-about__item {
    margin-bottom: 0%;
  }
  .contact2 .contact2_innner {
    margin: 5% auto;
  }
  .contact2 .contact2_innner .box_contact2 {
    padding: 20px 0;
  }
  .h2__point2 {
    margin-top: 2%;
    padding-bottom: 40px;
  }
  .yoshinlp .flow__title {
    font-size: 22px;
  }
  .contact2 .bgimg2 {
    display: none;
  }
  .yoshin-about__item.ptn_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .yoshinlp .yoshin-about__point.companytxt {
    width: 100%;
    padding: 10px 0;
  }
  .yoshinlp .cost__graph.ptn2 {
    width: 100%;
    padding: 0 0% 0%;
  }
}
#yoshin_accordion .yoshin_accordion_inner .accordion_area_ul .accordion_area_li {
  border-bottom: solid 1px #efefef;
  background-color: #fff;
}

#yoshin_accordion .yoshin_accordion_inner ul .accordion_area_li:first-child {
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}

#yoshin_accordion .yoshin_accordion_inner .box_list .bl_subtxt_inner {
  display: flex;
  align-items: center;
  padding-bottom: 0.3%;
}

#yoshin_accordion .bl_subtxt_inner .emt_txt {
  width: auto;
  margin-right: 2%;
  text-align: center;
  padding: 0.2% 1%;
  font-size: 12px;
  background-color: #348a02;
}

#yoshin_accordion .bl_subtxt_inner .emt_txt2 {
  width: auto;
  margin-right: 2%;
  text-align: center;
  padding: 0.2% 1%;
  font-size: 12px;
  background-color: #be3935;
}

#yoshin_accordion .bl_subtxt_inner .emt_txt p {
  color: #fff;
}

#yoshin_accordion .bl_subtxt_inner .emt_txt2 p {
  color: #fff;
}

.toggle {
  position: relative;
  color: #1a1c1d;
  display: block;
  font-weight: bold;
  padding: 35px 70px 35px 10px;
  cursor: pointer;
}

.toggle i {
  position: absolute;
  right: 15px;
  top: 40%;
  font-size: 2em;
  transition: 0.3s ease-in-out;
  color: #fc6b02;
}

.toggle:hover {
  color: rgba(229, 229, 229, 0.965);
}

.accordion-body {
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.details {
  padding: 10px;
}

.rotation-enter,
.rotation-leave-to {
  transform: rotateX(180deg);
}

.yoshin_accordion_inner .accordion_ul .accordion_li {
  padding-bottom: 8px;
  border-top: none;
  border-bottom: none;
}

.yoshin_accordion_inner .accordion_ul {
  padding-bottom: 10px;
}

.yoshin_accordion_inner .accordion_ul .accordion_li:first-child {
  padding-bottom: 8px;
  border-top: none;
  border-bottom: none;
}

.yoshin_accordion_inner .accordion_box {
  padding: 15px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  margin-bottom: 30px;
}

#yoshin_accordion a:hover {
  text-decoration: none;
}

#yoshin_accordion .link_txt {
  text-decoration: underline;
  color: #348a02;
}

p.cost__text.external_title2 {
  font-size: 26px;
  font-weight: bold;
}

.es_txt {
  padding-bottom: 30px;
}

.es_txt > .es_p {
  font-size: 18px;
  padding-bottom: 30px;
}

.es_btn {
  padding: 80px 0;
  text-align: center;
  background-color: #eeffe7;
}

p.external_title.subttl_ptn2.cost__text {
  font-size: 18px;
  box-sizing: border-box;
}

.es_p > a {
  color: #399602;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 900px) {
  #yoshin_accordion .about_li_img img {
    width: 100%;
  }
  #yoshin_accordion .about_li_img2 img {
    width: 100%;
  }
  p.cost__text.external_title2 {
    font-size: 18px;
    font-weight: bold;
  }
  p.cost__text.external_title.txt_centter {
    text-align: left;
  }
  section#external_service {
    padding: 0 15px;
  }
  .es_txt > .es_p {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .es_txt {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .bl_btn img {
    width: 300px;
  }
}
@media screen and (min-width: 900px) and (max-width: 2800px) {
  #yoshin_accordion .about_li_img img {
    height: 431px;
    text-align: center;
    padding-bottom: 20px;
  }
  #yoshin_accordion .about_li_img {
    text-align: center;
  }
  #yoshin_accordion .about_li_img2 img {
    height: 741px;
    text-align: center;
    padding-bottom: 20px;
  }
  #yoshin_accordion .about_li_img2 {
    text-align: center;
  }
}
.yoshin_subttl h3 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.yoshin_subttl p {
  text-align: right;
}

.accordion_area_li h4 {
  font-size: 18px;
}

.yoshin_accordion_wrap {
  padding: 20px;
  box-sizing: border-box;
  background-color: #eeffe7;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
  border: solid 1px #dfdfdf;
}

.tooltip {
  position: relative;
  z-index: 10000;
}

.balloon2 {
  position: absolute;
  display: inline-block;
  margin: 1.5em 0;
  padding: 12px 14px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
  right: 0;
  top: -40px;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
  border-radius: 12px;
  background: #fff;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 6%;
  margin-left: -18px;
  border: 11px solid transparent;
  border-top: 11px solid #fff;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 5.6%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 13px solid #dfdfdf;
  z-index: 1;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.sec_logo .inner_sec_logo {
  width: min(1000px, 90%);
  margin: 0 auto;
}
.sec_logo .inner_sec_logo .area_ttl h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
}
.sec_logo .inner_sec_logo .area_ttl h2 span {
  font-size: 40px;
}
.sec_logo .inner_sec_logo .area_ttl .area_txt {
  text-align: center;
  width: min(90%, 1000px);
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
}
.sec_logo .inner_sec_logo .area_logo .inner_area_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .sec_logo .inner_sec_logo .area_logo .inner_area_logo .box_logo img {
    width: 100px;
  }
}

.y_service .inner_y_service {
  width: min(1000px, 90%);
  margin: 0 auto;
}
.y_service .inner_y_service .area_ttl h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
}
@media screen and (max-width: 1000px) {
  .y_service .inner_y_service .area_ttl h2 {
    font-size: 24px;
  }
}
.y_service .inner_y_service .area_ttl .sub_txt {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 {
  padding-top: 0;
  padding: 0 2%;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 .sec3_box {
  border: solid 2px #348a02;
  margin: 0 1% 2% 0;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 .sec3_box figure img {
  width: 90%;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 .sec3_box .bl_btn {
  text-align: center;
  margin-bottom: 2%;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 .sec3_box .bl_btn .emt_btn {
  background-color: #ff9243;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  padding: 1% 7%;
  color: #fff;
  font-weight: bold;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 .sec3_box .bl_btn .emt_btn:hover {
  opacity: 0.6;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 .sec3_box .bl_txt {
  padding: 0 4% 5%;
}
.y_service .inner_y_service .yoshin-kadai__point-list.ptn2 .sec3_box h3 {
  font-size: 23px;
  padding: 5% 4% 2%;
}
.y_service .inner_y_service .area_link .inner_area_link {
  padding: 0% 0 2%;
}
.y_service .inner_y_service .area_link .inner_area_link p {
  text-align: right;
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.sec_topics {
  margin-top: 2%;
}
.sec_topics .inner_sec_topics {
  width: min(1000px, 90%);
  margin: 0 auto;
}
.sec_topics .inner_sec_topics .area_ttl h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
}
@media screen and (max-width: 1000px) {
  .sec_topics .inner_sec_topics .area_ttl h2 {
    font-size: 24px;
  }
}
.sec_topics .inner_sec_topics .area_ttl .box_subttl {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card {
  width: 30%;
  box-sizing: border-box;
  padding: 2% 2% 2%;
  border-radius: 12px;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
  border: solid 1px #dfdfdf;
  border: solid 2px #348a02;
}
@media screen and (max-width: 600px) {
  .sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card {
    width: 100%;
    margin-bottom: 4%;
  }
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card .inner_box_card figure {
  width: 100%;
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card .inner_box_card figure img {
  width: 100%;
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card .inner_box_card .bl_btn {
  text-align: center;
  margin-bottom: 2%;
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card .inner_box_card .bl_btn .emt_btn {
  background-color: #ff9243;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  padding: 1% 7%;
  color: #fff;
  font-weight: bold;
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card .inner_box_card .bl_btn .emt_btn:hover {
  opacity: 0.6;
}
.sec_topics .inner_sec_topics .area_topics .inner_area_topics .box_card .inner_box_card .bl_txt {
  padding-bottom: 3%;
}
.sec_topics .inner_sec_topics .area_link .inner_area_link {
  padding: 2% 0;
}
.sec_topics .inner_sec_topics .area_link .inner_area_link p {
  text-align: right;
  width: 100%;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

.sec_solution .inner_sec_solution {
  width: min(1000px, 90%);
  margin: 0 auto;
}
.sec_solution .inner_sec_solution .area_ttl h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
}
@media screen and (max-width: 1000px) {
  .sec_solution .inner_sec_solution .area_ttl h2 {
    font-size: 24px;
  }
}
.sec_solution .inner_sec_solution .area_ttl .box_subttl {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card {
  width: 30%;
  padding: 2% 2% 2%;
  border-radius: 12px;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card {
    width: 100%;
    margin-bottom: 4%;
  }
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card .inner_box_card {
  min-height: 270px;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card .inner_box_card h3 {
  font-size: 20px;
  font-weight: 900;
  padding: 5% 0% 2%;
  line-height: 1.2;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card .inner_box_card figure {
  text-align: center;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card .inner_box_card figure img {
  width: 100%;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card .bl_btn {
  text-align: center;
  margin-bottom: 2%;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card .bl_btn .emt_btn {
  background-color: #ff9243;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  padding: 1% 7%;
  color: #fff;
  font-weight: bold;
}
.sec_solution .inner_sec_solution .area_solution .inner_area_solution .box_card .bl_btn .emt_btn:hover {
  opacity: 0.6;
}
.sec_solution .inner_sec_solution .area_link .inner_area_link {
  padding: 2% 0;
}
.sec_solution .inner_sec_solution .area_link .inner_area_link p {
  text-align: right;
  width: 100%;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

/* sec_fv */
.sec_fv {
  padding-top: 10vh;
  background: url(/lp07/images/main2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .sec_fv {
    background: url(/lp07/images/main_sp2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.sec_fv .inner_sec_fv {
  height: 500px;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 601px) {
  .sec_fv .inner_sec_fv {
    height: 300px;
  }
}
@media screen and (max-width: 401px) {
  .sec_fv .inner_sec_fv {
    height: 250px;
  }
}
.sec_fv .inner_sec_fv .area_fv {
  text-align: center;
}
.sec_fv .inner_sec_fv .area_fv .subtxt1 {
  font-size: 28px;
  border: solid 4px;
  font-weight: 900;
  color: #3b9c01;
  border-radius: 50px;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv .subtxt1 {
    font-size: 3.8vw;
    border: solid 2px;
  }
}
.sec_fv .inner_sec_fv .area_fv .subtxt2 {
  font-size: 46px;
  font-weight: 500;
  color: #474747;
  padding-bottom: 3%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv .subtxt2 {
    font-size: 5vw;
  }
}
.sec_fv .inner_sec_fv .area_fv h1 {
  font-size: 40px;
  font-weight: 900;
  color: #3b9c01;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv h1 {
    font-size: 5vw;
  }
}
.sec_fv .inner_sec_fv .area_fv h1 span {
  font-size: 60px;
}
@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv h1 span {
    font-size: 6.5vw;
  }
}

main {
  padding-bottom: 4%;
}

.sitelink {
  line-height: 2;
  font-size: 18px !important;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 24px !important;
  }
}

.bl_txt .inner_bl_txt h3 {
  text-align: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
}
.bl_txt .inner_bl_txt p {
  font-size: 16px;
  line-height: 1.84;
  padding-bottom: 30px;
}

.bl2_txt .inner_bl2_txt h3 {
  text-align: left;
  width: 100%;
  font-size: 24px;
  font-weight: 900;
}
.bl2_txt .inner_bl2_txt p {
  font-size: 16px;
  line-height: 1.84;
  padding-bottom: 30px;
}

img.point_ptn2 {
  width: auto;
}

figure {
  text-align: center;
}
figure img.img_zu {
  width: min(95%, 400px);
  margin: 0 auto;
}

#sec_case .box_txt {
  font-size: 18px;
  padding-bottom: 30px;
}
#sec_case figure {
  margin-bottom: 2%;
}

#sec_case2 .box_txt {
  font-size: 18px;
  padding-bottom: 30px;
}
#sec_case2 figure {
  margin-bottom: 2%;
}

#header {
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  /* margin: 0 2%; */
  z-index: 1000;
  padding-top: 1%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 2% 2%;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
#header .area1_logo figure img {
  width: clamp(100px, 30vw, 200px);
  padding: 12% 0 12% 0;
}
#header .area2_cvbtn {
  width: 80%;
}
#header .area2_cvbtn .inner_area2_cvbtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #header .area2_cvbtn .inner_area2_cvbtn {
    display: none;
  }
}
#header .area2_cvbtn .inner_area2_cvbtn .box_nav {
  padding-right: 4%;
}
#header .area2_cvbtn .inner_area2_cvbtn .box_nav p {
  font-weight: bold;
}
#header .area2_cvbtn .inner_area2_cvbtn .box_nav.ptn2 {
  padding-right: 0%;
}
#header .area2_cvbtn .inner_area2_cvbtn .box1_btn {
  font-size: clamp(12px, 2vw, 20px);
  background-color: #ff9243;
  box-shadow: 0px 4.16418px 8.32836px rgba(0, 0, 0, 0.15);
  border-radius: 69.403px;
  padding: clamp(12px, 2vw, 18px) clamp(12px, 2vw, 230px);
  color: #fff;
}

.inner_area2_cvbtn_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .inner_area2_cvbtn_sp {
    display: block;
  }
  .inner_area2_cvbtn_sp header2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4em;
    background: #2d303a;
    border-bottom: 2px solid #3c4356;
  }
  .inner_area2_cvbtn_sp .logotype {
    font-family: sans-serif;
    font-size: 24px;
    color: #ffffff;
  }
  .inner_area2_cvbtn_sp nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) and (max-width: 48em) {
  .inner_area2_cvbtn_sp nav nav {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .inner_area2_cvbtn_sp .menu__box {
    display: flex;
    flex-direction: row;
    list-style-type: none;
  }
}
@media screen and (max-width: 600px) and (max-width: 48em) {
  .inner_area2_cvbtn_sp .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 20em;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-color: #2d303a;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .inner_area2_cvbtn_sp .menu__item {
    display: flex;
    flex-direction: column;
    padding: 0 1em 0 1.9em;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 600px) and (max-width: 48em) {
  .inner_area2_cvbtn_sp .menu__item {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 18px;
    transition-duration: 0.5s;
  }
  .inner_area2_cvbtn_sp .menu__item:hover {
    background-color: #4f5464;
  }
}
@media screen and (max-width: 600px) {
  .inner_area2_cvbtn_sp #menu__toggle {
    opacity: 0;
  }
  .inner_area2_cvbtn_sp #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  .inner_area2_cvbtn_sp #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background: #399602;
  }
  .inner_area2_cvbtn_sp #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background: #399602;
  }
  .inner_area2_cvbtn_sp #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    margin: 0;
  }
  .inner_area2_cvbtn_sp .menu__btn {
    transition-duration: 0.25s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  .inner_area2_cvbtn_sp .menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
  }
  .inner_area2_cvbtn_sp .menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    content: "";
    top: -8px;
    transition-duration: 0.25s;
  }
  .inner_area2_cvbtn_sp .menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    content: "";
    top: 8px;
    transition-duration: 0.25s;
  }
}
@media screen and (max-width: 600px) and (min-width: 48em) {
  .inner_area2_cvbtn_sp .menu__btn {
    display: none;
  }
}

.inner_area2_cvbtn_sp .menu__btn span {
  background-color: #000000;
}

.inner_area2_cvbtn_sp .menu__btn span::after {
  background-color: #000000;
}

.inner_area2_cvbtn_sp .menu__btn span::before {
  background-color: #000000;
}

#footer {
  background-color: #ececec;
  width: auto;
}
#footer .inner_footer {
  margin: 0 auto;
  width: min(95%, 1000px);
}
#footer .inner_footer .area_footer .inner_area_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2%;
  padding-top: 2%;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer {
    flex-wrap: wrap;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_logo {
  width: 33%;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer .box_logo {
    width: 100%;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_logo figure {
  text-align: center;
}
#footer .inner_footer .area_footer .inner_area_footer .box_logo figure img {
  width: 200px;
}
#footer .inner_footer .area_footer .inner_area_footer .box_company {
  width: 33%;
  background-color: #ececec;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer .box_company {
    width: 100%;
    justify-content: center;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_company .inner_box_company {
  text-align: left;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer .box_company .inner_box_company {
    text-align: center;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_company .inner_box_company p {
  padding-bottom: 4%;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer .box_company .inner_box_company p {
    padding: 0;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_linklist {
  width: 33%;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer .box_linklist {
    width: 100%;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_linklist .inner_box_linklist {
  border-left: solid 2px #000;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer .box_linklist .inner_box_linklist {
    border: none;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_linklist .inner_box_linklist ul li {
  text-align: left;
  padding-bottom: 2%;
}
@media screen and (max-width: 600px) {
  #footer .inner_footer .area_footer .inner_area_footer .box_linklist .inner_box_linklist ul li {
    text-align: center;
  }
}
#footer .inner_footer .area_footer .inner_area_footer .box_linklist .inner_box_linklist ul .fl_img {
  width: 15px;
  margin-left: 10px;
}
#footer .inner_footer .area_copy {
  text-align: center;
}
#footer .inner_footer .area_copy small {
  color: #000;
}

.contact2_ptn2 {
  background: linear-gradient(135deg, #00a556, #0d5f76);
  padding: 5px 0;
}
.contact2_ptn2 .contact2_innner {
  width: 900px;
  margin: 20px auto;
  /* background-color: #fff; */
  border-radius: 30px;
  box-sizing: border-box;
}
.contact2_ptn2 .contact2_innner .box_contact2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
}
.contact2_ptn2 .contact2_innner .box_contact2 .bl_txt {
  width: 50%;
  text-align: center;
}
.contact2_ptn2 .contact2_innner .box_contact2 .bl_txt p {
  font-size: 24px;
  color: #333639;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_txt {
    width: 100%;
    z-index: 100;
  }
}
.contact2_ptn2 .contact2_innner .box_contact2 .bl_btn {
  width: 50%;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_txt {
    width: 100%;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
  }
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_btn img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_btn {
    width: 100%;
  }
  .contact2_ptn2 .contact2_innner .box_contact2 .bl_btn img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 1001px) {
  .contact2_ptn2 .contact2_innner {
    width: 100%;
  }
}

.bl_btn {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 2%;
}
.bl_btn .emt_btn {
  background-color: #ff9243;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  padding: 1% 7%;
  color: #fff;
  font-weight: bold;
}
.bl_btn .emt_btn:hover {
  opacity: 0.6;
}

#topback_btn {
  text-align: center;
  padding: 2%;
}
#topback_btn .box_btn {
  display: inline-block;
  background-color: #333639;
  color: #fff;
  width: 200px;
  font-size: 18px;
  padding: 0.7% 0;
}
#topback_btn .box_btn:hover {
  opacity: 0.7;
}

#topback_btn2 {
  text-align: center;
  padding: 2%;
}
#topback_btn2 .inner_topback_btn2 {
  width: min(90%, 1000px);
  margin: 0 auto;
}
#topback_btn2 .inner_topback_btn2 .area_btn .inner_area_btn {
  display: flex;
  justify-content: center;
  gap: 15%;
}
@media screen and (max-width: 600px) {
  #topback_btn2 .inner_topback_btn2 .area_btn .inner_area_btn {
    flex-wrap: wrap;
    width: 100%;
  }
}
#topback_btn2 .inner_topback_btn2 .area_btn .inner_area_btn .box_btn {
  width: 100%;
}
#topback_btn2 .inner_topback_btn2 .area_btn .inner_area_btn .box_btn .bl_btn {
  display: inline-block;
  background-color: #333639;
  color: #fff;
  min-width: 200px;
  font-size: 18px;
  padding: 3% 8%;
}
#topback_btn2 .inner_topback_btn2 .area_btn .inner_area_btn .box_btn .bl_btn:hover {
  opacity: 0.7;
}

#fv_ttl {
  background-color: #edffdc;
  margin-bottom: 2%;
}
#fv_ttl .inner_fv_ttl {
  width: min(95%, 1000px);
  margin: 0 auto;
}
#fv_ttl .inner_fv_ttl .area_fvttl {
  padding-top: 15%;
}
#fv_ttl .inner_fv_ttl .area_fvttl h1 {
  font-size: 48px;
  text-align: left;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
  padding-bottom: 2%;
}
@media screen and (max-width: 600px) {
  #fv_ttl .inner_fv_ttl .area_fvttl h1 {
    font-size: 24px;
  }
}
#fv_ttl .inner_fv_ttl .area_punkuzu {
  padding-bottom: 2%;
}
#fv_ttl .inner_fv_ttl .area_punkuzu .inner_area_punkuzu {
  display: flex;
}
#fv_ttl .inner_fv_ttl .area_punkuzu .inner_area_punkuzu p {
  padding-right: 1%;
  font-size: 18px;
  font-weight: 500;
}
#fv_ttl .inner_fv_ttl .area_txt p {
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 4%;
}

#fv_ttl2 {
  margin-bottom: 2%;
}
#fv_ttl2 .inner_fv_ttl {
  width: min(95%, 1000px);
  margin: 0 auto;
}
#fv_ttl2 .inner_fv_ttl .area_punkuzu {
  padding-top: 15%;
  padding-bottom: 2%;
}
#fv_ttl2 .inner_fv_ttl .area_punkuzu .inner_area_punkuzu {
  display: flex;
}
#fv_ttl2 .inner_fv_ttl .area_punkuzu .inner_area_punkuzu p {
  padding-right: 1%;
  font-size: 18px;
  font-weight: 500;
}
#fv_ttl2 .inner_fv_ttl .area_fvttl {
  padding-top: 0;
}
#fv_ttl2 .inner_fv_ttl .area_fvttl h1 {
  font-size: 48px;
  text-align: left;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
  padding-bottom: 4%;
}
@media screen and (max-width: 600px) {
  #fv_ttl2 .inner_fv_ttl .area_fvttl h1 {
    font-size: 24px;
  }
}
#fv_ttl2 .inner_fv_ttl .area_update .inner_area_update {
  display: flex;
  justify-content: flex-end;
}
#fv_ttl2 .inner_fv_ttl .area_update .inner_area_update .box_txt {
  padding-bottom: 4%;
}
#fv_ttl2 .inner_fv_ttl .area_txt p {
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 4%;
}

#topics_maincontent {
  padding-bottom: 4%;
}
#topics_maincontent .inner_topics_maincontent {
  width: min(95%, 1000px);
  margin: 0 auto;
}
#topics_maincontent .inner_topics_maincontent .area_mcontent .inner_area_maincontent {
  font-size: 18px;
  padding: 0 0% 2%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  gap: 2%;
}
#topics_maincontent .inner_topics_maincontent .area_mcontent .inner_area_maincontent .box_card {
  border-radius: 12px;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
  border: solid 1px #dfdfdf;
  width: 100%;
  padding: 2% 2% 2%;
}
@media screen and (max-width: 600px) {
  #topics_maincontent .inner_topics_maincontent .area_mcontent .inner_area_maincontent .box_card {
    width: 90%;
    margin: 0 auto;
  }
}
#topics_maincontent .inner_topics_maincontent .area_mcontent .inner_area_maincontent .box_card .inner_box_card h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
#topics_maincontent .inner_topics_maincontent .area_mcontent .inner_area_maincontent .box_card .bl_sub_ttl {
  font-size: 18px;
  padding: 0 0% 2%;
}
.sec_logo {
  padding: 0% 0 4%;
}
.sec_logo .inner_sec_logo {
  width: min(1000px, 90%);
  margin: 0 auto;
}
.sec_logo .inner_sec_logo .area_ttl2 {
  margin: 0 auto;
  text-align: center;
}
.sec_logo .inner_sec_logo .area_ttl2 h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
  padding-bottom: 3%;
}
.sec_logo .inner_sec_logo .area_ttl2 .area_txt {
  text-align: center;
  width: min(90%, 1000px);
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 2%;
}
.sec_logo .inner_sec_logo .inner_area_border {
  border: solid 1px #dfdfdf;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
  border-radius: 20px;
  padding: 2% 0;
}
.sec_logo .inner_sec_logo .area_ttl h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0.04em;
  padding-bottom: 2%;
}
.sec_logo .inner_sec_logo .area_ttl h2 span {
  font-size: 40px;
}
.sec_logo .inner_sec_logo .area_logo .inner_area_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .sec_logo .inner_sec_logo .area_logo .inner_area_logo .box_logo img {
    width: 100px;
  }
}
.sec_logo .last_txt {
  text-align: center;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2%;
}

.mt3 {
  margin-top: 3%;
}

#solution_maincontent {
  padding-bottom: 4%;
}
#solution_maincontent .inner_solution_maincontent {
  width: min(95%, 1000px);
  margin: 0 auto;
}
#solution_maincontent .inner_solution_maincontent .area_ttl h2 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 2%;
}
#solution_maincontent .inner_solution_maincontent .area_mcontent .inner_area_maincontent {
  font-size: 18px;
  padding: 0 0% 2%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  gap: 2%;
  justify-content: space-between;
}
#solution_maincontent .inner_solution_maincontent .area_mcontent .inner_area_maincontent .box_card {
  border-radius: 12px;
  box-shadow: 0 4px 10px -2px rgba(0, 16, 14, 0.08), 0 4px 20px 8px rgba(0, 16, 14, 0.03);
  border: solid 1px #dfdfdf;
  width: 45%;
  padding: 2% 2% 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 600px) {
  #solution_maincontent .inner_solution_maincontent .area_mcontent .inner_area_maincontent .box_card {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2%;
  }
}
#solution_maincontent .inner_solution_maincontent .area_mcontent .inner_area_maincontent .box_card .inner_box_card h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
#solution_maincontent .inner_solution_maincontent .area_mcontent .inner_area_maincontent .box_card .inner_box_card .bl_sub_ttl {
  font-size: 18px;
  padding: 0 0% 2%;
}
#solution_maincontent .inner_solution_maincontent .area_mcontent .inner_area_maincontent .box_card .inner_box_card figure {
  text-align: center;
}

.sns {
  width: 30px;
}

/* sec_fv */
.sec_fv {
  padding-top: 75px;
  background: url(/lp07/images/main2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 900px) {
  .sec_fv {
    background: url(/lp07/images/main_sp2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.sec_fv .inner_sec_fv {
  display: flex;
  justify-content: center;
  padding: 2% 0 5.5%;
  height: 504px;
}

.sec_fv .inner_sec_fv .area_fv {
  width: min(850px, 85%);
}

.sec_fv .inner_sec_fv .area_fv .in_area_fv .box_2col {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4%;
}

.sec_fv .inner_sec_fv .area_fv .in_area_fv .box_2col .bl_txt {
  padding-bottom: 0.5%;
}

@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv .in_area_fv .box_2col .bl_txt {
    width: 80%;
  }
}
.sec_fv .inner_sec_fv .area_fv .in_area_fv .box_2col .bl_img {
  width: 150px;
}

@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv .in_area_fv .box_2col .bl_img {
    width: 20%;
  }
}
.sec_fv .inner_sec_fv .area_fv .in_area_fv .box_2col .bl_img figure {
  display: flex;
  align-items: flex-end;
}

.sec_fv .inner_sec_fv .area_fv .in_area_fv .box_main {
  text-align: left;
}

@media screen and (max-width: 901px) {
  .sec_fv .inner_sec_fv {
    height: 410px;
  }
}
@media screen and (max-width: 700px) {
  .sec_fv .inner_sec_fv {
    height: 350px;
  }
}
@media screen and (max-width: 601px) {
  .sec_fv .inner_sec_fv {
    height: 250px;
  }
}
@media screen and (max-width: 401px) {
  .sec_fv .inner_sec_fv {
    height: 200px;
  }
}
.sec_fv .inner_sec_fv .area_fv .subtxt1 {
  font-size: 28px;
  border: solid 4px;
  font-weight: 900;
  color: #3b9c01;
  border-radius: 50px;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv .subtxt1 {
    font-size: 2.8vw;
    border: solid 2px;
    padding: 0 1%;
  }
}
.sec_fv .inner_sec_fv .area_fv .subtxt2 {
  font-size: 46px;
  font-weight: 500;
  color: #474747;
  padding-bottom: 3%;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv .subtxt2 {
    font-size: 4.5vw;
  }
}
.sec_fv .inner_sec_fv .area_fv h1 {
  font-size: 40px;
  font-weight: 900;
  color: #3b9c01;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv h1 {
    font-size: 5vw;
  }
}
.sec_fv .inner_sec_fv .area_fv h1 span {
  font-size: 60px;
}

@media screen and (max-width: 900px) {
  .sec_fv .inner_sec_fv .area_fv h1 span {
    font-size: 6.5vw;
  }
}
.area_img {
  position: relative;
}

.area_img img {
  position: relative;
  bottom: 30px;
}

.area_img img.abc {
  width: 200px;
}

@media screen and (max-width: 400px) {
  .area_img img.abc {
    width: 50vw;
  }
}/*# sourceMappingURL=parts.css.map */