@charset "UTF-8";
br.sp {
  display: none;
}

br.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 0 20px;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    max-width: 100;
  }
}

.main-inner {
  border: none !important;
}

@media screen and (max-width: 1280px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 100px 0;
  }
  .bg_light_grey .wrapper {
    background-color: #efefef;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 92%;
    min-width: auto;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .inner {
    width: 100%;
    padding: 0;
  }
  .bg_light_grey .wrapper {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    line-height: 1.1em;
  }
}
/* FV */
#main_v {
  height: 800px;
  background-image: url(../images/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1480px) {
  #main_v {
    padding-right: 60px;
  }
}
@media screen and (max-width: 500px) {
  #main_v {
    padding-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  #main_v {
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  #main_v {
    background-image: url(../images/mv.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #main_v .wrapper {
    padding: 8vw 0;
  }
}
#main_v .inner {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  position: relative;
  padding: 167px 0 104px 29px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  #main_v .inner {
    width: 100%;
    max-width: 100%;
    padding: 167px 20px 104px 29px;
  }
}
@media screen and (max-width: 980px) {
  #main_v .inner {
    padding: 140px 20px 20px 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  #main_v .inner {
    padding: 100px 20px 20px 20px;
  }
}
@media screen and (max-width: 980px) {
  #main_v .inner .left .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#main_v .inner .main-text {
  position: relative;
  z-index: 10;
}
#main_v .inner .main-text h1 {
  width: auto;
  font-weight: 700;
  font-size: 64px;
  line-height: 86px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #main_v .inner .main-text h1 {
    line-height: 1.34375em;
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  #main_v .inner .main-text h1 {
    font-size: 3.2rem;
  }
}
#main_v .inner .main-text h1 .main-small {
  font-size: 40px;
}
@media screen and (max-width: 500px) {
  #main_v .inner .main-text h1 .main-small {
    font-size: 1.984rem;
  }
}
#main_v .inner .main-text h1 .main-text-pc {
  display: block;
}
@media screen and (max-width: 1200px) {
  #main_v .inner .main-text h1 .main-text-pc {
    display: none;
  }
}
#main_v .inner .main-text h1 .main-text-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  #main_v .inner .main-text h1 .main-text-sp {
    display: block;
  }
}
#main_v .inner .medal-wrapper {
  display: flex;
  margin-bottom: 40px;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  #main_v .inner .medal-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  #main_v .inner .medal-wrapper {
    margin-bottom: 10px;
  }
}
#main_v .inner .medal-wrapper .medal {
  width: 140px;
  height: 140px;
}
#main_v .inner .medal-wrapper .medal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  #main_v .inner .medal-wrapper .medal img {
    object-fit: contain;
  }
}
#main_v .inner .fv-btn-contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #f38200;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 20.05px 20px;
  width: 360px;
  height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  #main_v .inner .fv-btn-contact {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  #main_v .inner .fv-btn-contact {
    width: 100%;
  }
}
#main_v .right {
  height: 100%;
  width: 480px;
  display: block;
  position: relative;
}
@media screen and (max-width: 980px) {
  #main_v .right {
    height: auto;
    display: block;
    width: 100%;
  }
}
#main_v .right .fv-form {
  position: absolute;
  right: 0;
  top: -120px;
  text-align: center;
  /* form終わり*/
}
@media screen and (max-width: 980px) {
  #main_v .right .fv-form {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#main_v .right .fv-form .contact-area h3.form-ttl {
  width: 100%;
  background: #003820;
  position: relative;
  text-align: center;
  padding: 22px 10px 24px;
  max-width: 480px;
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, #003820 0%, #007845 100%);
  border-radius: 16px 16px 0px 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  padding-left: 138px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  #main_v .right .fv-form .contact-area h3.form-ttl {
    margin: 0 auto;
    padding-left: 110px;
  }
}
@media screen and (max-width: 500px) {
  #main_v .right .fv-form .contact-area h3.form-ttl {
    padding-left: 80px;
    font-size: 18px;
  }
}
#main_v .right .fv-form .contact-area h3.form-ttl .icon-free {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  background: gold;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 20px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #ffcc00;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  #main_v .right .fv-form .contact-area h3.form-ttl .icon-free {
    width: 60px;
    height: 60px;
    left: 10px;
  }
}
#main_v .right .fv-form .contact-area .contact-inner {
  background: #fff;
  padding: 35px 40px 28px;
  border-radius: 0 0 16px 16px;
  max-width: 480px;
}
@media screen and (max-width: 980px) {
  #main_v .right .fv-form .contact-area .contact-inner {
    margin: 0 auto;
    padding: 25px 20px 25px;
  }
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr th,
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td {
  width: 100%;
  display: block;
  text-align: left;
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr th {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 10px;
  white-space: nowrap;
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td {
  padding-bottom: 20px;
  position: relative;
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td input {
  padding: 0px 20px;
  width: 100%;
  height: 44px;
  background: #f4f3ec;
  border-radius: 4px;
  border: 0;
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td input#mfp_element_8,
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td input#mfp_element_10 {
  width: 20px;
}
@media screen and (max-width: 500px) {
  #main_v .right .fv-form .contact-area .contact-inner .contact-table tr td input#mfp_element_8,
  #main_v .right .fv-form .contact-area .contact-inner .contact-table tr td input#mfp_element_10 {
    width: 15px;
  }
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td label#mfp_element_8_label {
  display: inline-block;
  margin-right: 20px;
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td select#mfp_element_3 {
  height: 40px;
  width: 50%;
}
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td.name,
#main_v .right .fv-form .contact-area .contact-inner .contact-table tr td.tel {
  display: flex;
  align-items: center;
}
#main_v .right .fv-form .contact-area .contact-inner br.PcOnly {
  display: none;
}
#main_v .right .fv-form .contact-area .contact-inner button.submitBtnDownload {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 320px;
  height: 56px;
  background: #7fbe26;
  border-radius: 28px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border: 0;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #main_v .right .fv-form .contact-area .contact-inner button.submitBtnDownload {
    width: 100%;
  }
}
#main_v .right .fv-form .contact-area .contact-inner button.submitBtnDownload:hover {
  opacity: 0.8;
  cursor: pointer;
}
#main_v .right .fv-form .contact-area .contact-inner p.note {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
#main_v .right .fv-form .contact-area .contact-inner span.red.mail {
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  #main_v h3 {
    font-size: 20px;
    word-break: keep-all;
  }
  #main_v p {
    font-size: 15px;
  }
}
/** 問い合わせ先 追従バナー
---------------------------------------------**/
.contactBnrArea {
  position: fixed;
  right: 30px;
  bottom: 44px;
  z-index: 1;
}
@media screen and (max-width: 1390px) {
  .contactBnrArea {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contactBnrArea {
    bottom: 15vh;
  }
}

.contactBnrArea .contactBnr {
  width: 56px;
  z-index: 99;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .contactBnrArea .contactBnr {
    width: 2.5rem;
  }
}

.contactBnrArea .contactBnr a {
  display: block;
  margin-bottom: 5px;
}

@media print, screen and (max-width: 500px) {
  .contactBnrArea {
    display: none;
  }
}
.intro {
  padding: 102px 0 92px;
}
@media screen and (max-width: 500px) {
  .intro {
    padding: 80px 0 60px;
  }
}
.intro .head .sub {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #989898;
  margin-bottom: 31px;
}
.intro .head h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .intro .head h2 {
    font-size: 3rem;
  }
}
.intro .main .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 64px;
}
@media screen and (max-width: 500px) {
  .intro .main .text {
    font-size: 14px;
  }
}
.intro .image-inner {
  max-width: 1113px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.intro .image-inner .item-wrapper.item-wrapper-pc {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1133px) {
  .intro .image-inner .item-wrapper.item-wrapper-pc {
    display: none;
  }
}
.intro .image-inner .item-wrapper.item-wrapper-pc:nth-child(2) {
  justify-content: flex-end;
}
@media screen and (max-width: 1133px) {
  .intro .image-inner .item-wrapper.item-wrapper-pc:nth-child(2) {
    justify-content: center;
  }
}
.intro .image-inner .item-wrapper.item-wrapper-sp {
  display: none;
}
@media screen and (max-width: 1133px) {
  .intro .image-inner .item-wrapper.item-wrapper-sp {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.intro .image-inner .item {
  width: 185px;
  height: 185px;
  background: linear-gradient(180deg, #fafafa 0%, #e0f0df 100%);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1133px) {
  .intro .image-inner .item {
    width: calc((100% - 36px) / 3);
    max-width: 185px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .intro .image-inner .item {
    width: calc((100% - 20px) / 3);
    height: auto;
  }
}
.intro .image-inner .item img {
  display: block;
}

.case {
  padding: 124px 0 104px;
}
@media screen and (max-width: 750px) {
  .case {
    padding: 80px 0 60px;
  }
}
.case .head {
  margin-bottom: 68px;
}
.case .head h2 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 68px;
}
.case .head .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
}
.case .main {
  display: flex;
  justify-content: space-between;
  flex-direction: flex-start;
  padding-top: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .case .main {
    gap: 20px;
    justify-content: center;
  }
}
.case .main .item {
  width: 32%;
  height: 685px;
}
@media screen and (max-width: 1000px) {
  .case .main .item {
    width: 320px;
    height: auto;
    margin-bottom: 30px;
    gap: 20px;
  }
}
.case .main .item .item-head {
  background: #e2e2e2;
  border-radius: 8px 8px 0 0;
  padding: 61px 30px 40px 30px;
  position: relative;
}
.case .main .item .item-head::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -16px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #e2e2e2;
  border-bottom: 0;
}
.case .main .item .item-head .number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  position: absolute;
  width: 120px;
  height: 30px;
  background: #7fbe26;
  border-radius: 15px;
  top: -15px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
}
.case .main .item .item-head .type {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.case .main .item .item-head h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.case .main .item .item-head .text {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.case .main .item .item-main {
  background-color: #7fbe26;
  padding: 40px 30px 30px;
  border-radius: 0 0 8px 8px;
}
.case .main .item .item-main .main-head .sub-ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 22px;
  text-align: center;
}
.case .main .item .item-main .main-head .text {
  padding: 20px 0 20px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.case .main .item .item-main .main-head .result-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}
.case .main .item .item-main .main-head .result-item:last-child {
  margin-bottom: 0;
}
.case .main .item .item-main .main-head .result-item .result-item-ttl {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #7fbe26;
}
.case .main .item .item-main .main-head .result-item .result-number .num {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  color: #7fbe26;
}
.case .main .item .item-main .main-head .result-item .result-number .unit {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* Green--100 */
  color: #7fbe26;
}
.case .main .item.case01 .item-main {
  background-color: #7fbe26;
}
.case .main .item.case02 .item-main {
  background-color: #4b87ba;
}
.case .main .item.case03 .item-main {
  background-color: #ba4ba4;
}
.case .main .item.case01 .item-head .number {
  background-color: #7fbe26;
}
.case .main .item.case02 .item-head .number {
  background-color: #4b87ba;
}
.case .main .item.case03 .item-head .number {
  background-color: #ba4ba4;
}
.case .main .item.case02 .item-main .main-head .result-item .result-item-ttl,
.case .main .item.case02 .item-main .main-head .result-item .result-number .num,
.case .main .item.case02 .item-main .main-head .result-item .result-number .unit {
  color: #4b87ba;
}
.case .main .item.case03 .item-main .main-head .result-item .result-item-ttl,
.case .main .item.case03 .item-main .main-head .result-item .result-number .num,
.case .main .item.case03 .item-main .main-head .result-item .result-number .unit {
  color: #ba4ba4;
}

.problem .bg {
  background-color: #202020;
  padding: 70px 0 28px;
}
.problem .head h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .problem .head h2 {
    font-size: 22px;
    line-height: 1.6em;
  }
}
.problem .head h2 .problem-ttl-color {
  color: #7fbe26;
}
.problem .main {
  display: flex;
  justify-content: space-between;
  flex-direction: flex-start;
  row-gap: 40px;
  flex-wrap: wrap;
}
.problem .main .card {
  width: 46%;
  display: block;
  text-align: center;
}
.problem .main .card .image {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.problem .main .card h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .problem .main .card h3 {
    font-size: 19px;
  }
}
.problem .main .card .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: left;
}
.problem .bg-gradation {
  height: 240px;
  width: 100%;
  height: 240px;
  background: linear-gradient(180deg, #202020 0%, #003820 100%);
}
@media screen and (max-width: 750px) {
  .problem .bg-gradation {
    height: 150px;
  }
}

.service {
  padding: 42px 0 120px;
  background-color: #003820;
}
.service .head .sub-ttl {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .service .head .sub-ttl {
    font-size: 42px;
  }
}
.service .head .sub-ttl .service-ttl-color {
  color: #7fbe26;
}
.service .head h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.service .head .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 48px;
}
.service .main {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.service .main .card .image {
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.service .main .card .main {
  width: 100%;
  background-color: #fff;
  padding: 40px 10% 80px 10%;
  border-radius: 0 0 8px 8px;
}
.service .main .card .main .ttl-wrapper {
  height: 162px;
  margin-bottom: 24px;
}
.service .main .card .main .ttl-wrapper .service-ttl {
  height: 162px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .main .card .main .ttl-wrapper .service-ttl .jp {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.service .main .card .main .ttl-wrapper .service-ttl .en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #7fbe26;
}
.service .main .card .main .ttl-wrapper .service-ttl::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  color: #e0e0e0;
  opacity: 0.3;
  text-align: center;
}
.service .main .card .main .ttl-wrapper .service-ttl.service01::after {
  content: "01";
}
.service .main .card .main .ttl-wrapper .service-ttl.service02::after {
  content: "02";
}
.service .main .card .main .ttl-wrapper .service-ttl.service03::after {
  content: "03";
}
.service .main .card .main .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

.suggestion {
  padding: 0 0 80px;
  background-color: #003820;
}
@media screen and (max-width: 500px) {
  .suggestion {
    padding: 0 0 60px;
  }
}
.suggestion .head {
  margin-bottom: 80px;
}
.suggestion .head h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .suggestion .head h2 {
    font-size: 36px;
    line-height: 1.6em;
  }
}
.suggestion .head .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.suggestion .main {
  /* ラジオ非表示 */
  /* タブボタン */
  /* コンテンツ非表示 */
  /* 選択されたタブ＋コンテンツ表示 */
}
.suggestion .main .tab-switch {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
  gap: 0 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 51px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .suggestion .main .tab-switch {
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .suggestion .main .tab-switch {
    margin-bottom: 0;
    gap: 20px;
  }
}
.suggestion .main .tab-switch input {
  display: none;
}
.suggestion .main .tab-switch label {
  padding: 0.7em 1em;
  background: #eee;
  cursor: pointer;
  order: -1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 44px;
  background: #00613a;
  border-radius: 9px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
@media screen and (max-width: 500px) {
  .suggestion .main .tab-switch label {
    width: 40%;
  }
}
.suggestion .main .tab-switch label::before {
  position: absolute;
  left: -8.5px;
  bottom: -9px;
  width: 240px;
  height: 2px;
  background-color: #fff;
  content: "";
  display: block;
  transform: scale(0, 1);
  transform-origin: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 500px) {
  .suggestion .main .tab-switch label::before {
    left: -2%;
    width: 104%;
  }
}
.suggestion .main .tab-switch label:hover {
  color: rgba(255, 255, 255, 0.6);
}
.suggestion .main .tab-switch label:hover::before {
  transform: scale(1);
}
.suggestion .main .tab-content {
  display: none;
  width: 100%;
  padding: 1.5em 0;
}
.suggestion .main .tab-switch input:checked + label {
  background: var(--tab-color);
  background: #00613a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 44px;
  background: #00613a;
  border-radius: 9px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 9px;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .suggestion .main .tab-switch input:checked + label {
    width: 40%;
  }
}
.suggestion .main .tab-switch input:checked + label + .tab-content {
  display: block;
}
.suggestion .main .tab .links-block {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 51px;
  margin-bottom: 60px;
}
.suggestion .main .tab .links-block .tab-link {
  width: 240px;
  height: 55px;
  position: relative;
}
.suggestion .main .tab .links-block .tab-link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  display: block;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.3s;
}
.suggestion .main .tab .links-block .tab-link:hover::before {
  transform: scale(1);
}
.suggestion .main .tab .links-block .tab-link .tab-link-btn {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 44px;
  background: #00613a;
  border-radius: 9px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 9px;
  color: #ffffff;
}
.suggestion .main .tab .links-block .tab-link .tab-link-btn:hover {
  color: rgba(255, 255, 255, 0.6);
}
.suggestion .main .tab .tab-content {
  /*swiper*/
  /* PC時のスタイル */
}
@media screen and (min-width: 751px) {
  .suggestion .main .tab .tab-content .tab-silicon,
  .suggestion .main .tab .tab-content .tab-resin {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 16px;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px 20px;
    gap: 20px;
    width: 320px;
    max-width: 320px;
    height: 486px;
    background: #ffffff;
    border-radius: 8px;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide .image,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide .image {
    border-radius: 8px;
    overflow: hidden;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide .content,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide .content {
    padding: 0 10px 0 10px;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide .card-ttl,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide .card-ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide .text,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide .card-list,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide .card-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    background: rgba(127, 190, 38, 0.16);
    border-radius: 4px;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide .card-list ul li,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide .card-list ul li {
    padding-left: 27px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* または171% */
    letter-spacing: 0.02em;
    /* Green--200 */
    color: #003820;
  }
  .suggestion .main .tab .tab-content .tab-silicon .swiper-slide .card-list ul li::before,
  .suggestion .main .tab .tab-content .tab-resin .swiper-slide .card-list ul li::before {
    content: "";
    width: 12px;
    height: 9px;
    background-image: url(../images/ico_check.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7.5px;
  }
}
@media screen and (max-width: 750px) {
  .suggestion .main .tab .tab-content {
    max-width: 100%;
    margin-left: 20px;
  }
  .suggestion .main .tab .tab-content .swiper-wrapper {
    padding-bottom: 60px;
  }
  .suggestion .main .tab .tab-content .swiper-pagination {
    bottom: 0 !important;
  }
  .suggestion .main .tab .tab-content .swiper-pagination-bullet {
    background: #989898 !important;
    opacity: 0.7 !important;
  }
  .suggestion .main .tab .tab-content .swiper-pagination-bullet-active {
    background: #7fbe26 !important;
  }
  .suggestion .main .tab .tab-content .swiper-slide {
    padding: 10px 10px 20px;
    gap: 20px;
    max-width: 320px;
    width: 320px;
    background: #ffffff;
    border-radius: 8px;
    min-height: 490px;
  }
  .suggestion .main .tab .tab-content .swiper-slide .image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .suggestion .main .tab .tab-content .swiper-slide .card-ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  .suggestion .main .tab .tab-content .swiper-slide .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  .suggestion .main .tab .tab-content .swiper-slide .card-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    background: rgba(127, 190, 38, 0.16);
    border-radius: 4px;
  }
  .suggestion .main .tab .tab-content .swiper-slide .card-list ul li {
    padding-left: 27px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    /* Green--200 */
    color: #003820;
  }
  .suggestion .main .tab .tab-content .swiper-slide .card-list ul li::before {
    content: "";
    width: 12px;
    height: 9px;
    background-image: url(../images/ico_check.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7.5px;
  }
}
.why {
  padding: 153px 0 128px;
}
@media screen and (max-width: 750px) {
  .why {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 500px) {
  .why {
    padding: 80px 0 80px;
  }
}
.why .head {
  margin-bottom: 80px;
}
.why .head .why-ttl .en {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 30px;
}
.why .head .why-ttl .jp {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
}
.why .main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.why .main .card {
  border-top: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 33.333%;
  height: 490px;
}
@media screen and (max-width: 1000px) {
  .why .main .card {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .why .main .card {
    width: 100%;
  }
}
.why .main .card .image {
  height: 195px;
  min-height: 195px;
  border-radius: 8px;
  overflow: hidden;
}
.why .main .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why .main .card h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000000;
}
.why .main .card .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #000000;
}
.why .main .card:nth-child(3),
.why .main .card:nth-child(6) {
  border-right: #e0e0e0 1px solid;
}
.why .main .card:nth-child(4),
.why .main .card:nth-child(5),
.why .main .card:nth-child(6) {
  border-bottom: #e0e0e0 1px solid;
}
@media screen and (max-width: 1000px) {
  .why .main .card:nth-child(2),
  .why .main .card:nth-child(4),
  .why .main .card:nth-child(6) {
    border-right: #e0e0e0 1px solid;
  }
  .why .main .card:nth-child(3) {
    border-right: 0;
  }
  .why .main .card:nth-child(4) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .why .main .card:nth-child(1),
  .why .main .card:nth-child(3),
  .why .main .card:nth-child(4),
  .why .main .card:nth-child(5),
  .why .main .card:nth-child(6) {
    border-right: #e0e0e0 1px solid;
  }
  .why .main .card:nth-child(5) {
    border-bottom: 0;
  }
}

.company {
  padding: 0px 0 160px;
}
@media screen and (max-width: 500px) {
  .company {
    padding: 0px 0 80px;
  }
}
.company .head .company-ttl {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 54px;
}
.company .main dl.company-info {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .company .main dl.company-info {
    flex-direction: column;
  }
}
.company .main dl.company-info dt {
  width: 320px;
  padding: 30px 0 30px 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 750px) {
  .company .main dl.company-info dt {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .company .main dl.company-info dt {
    padding: 20px 0 20px 0;
  }
}
.company .main dl.company-info dd {
  width: calc(100% - 320px);
  padding: 30px 0 30px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 750px) {
  .company .main dl.company-info dd {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .company .main dl.company-info dd {
    padding: 20px 0 20px 0;
  }
}
.company .main dl.company-info dd ol.business-items {
  margin-left: 17px;
}
.company .main dl.company-info dd ol.business-items li {
  margin-bottom: 2px;
  list-style-type: decimal;
}
.company .main dl.company-info dd dl.executives-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 213px;
}
@media screen and (max-width: 750px) {
  .company .main dl.company-info dd dl.executives-list {
    width: 100%;
    justify-content: space-between;
    gap: 30px;
    row-gap: 0;
  }
}
.company .main dl.company-info dd dl.executives-list dt {
  width: 114px;
  margin-bottom: 2px;
  border-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding: 0;
}
.company .main dl.company-info dd dl.executives-list dd {
  width: 69px;
  margin-bottom: 2px;
  border-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .company .main dl.company-info dd dl.executives-list dd {
    width: calc(100% - 30px - 114px);
  }
}

.cta {
  padding: 70px 0 92px;
  background-image: url(../images/bg-cta.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .cta {
    padding: 60px 0 70px;
  }
}
.cta .head .cta-ttl {
  font-weight: 700;
  font-size: 36px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  margin-bottom: 44px;
}
@media screen and (max-width: 500px) {
  .cta .head .cta-ttl {
    font-size: 26px;
    line-height: 1.58em;
  }
}
.cta .main {
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  display: flex;
}
@media screen and (max-width: 750px) {
  .cta .main {
    flex-direction: column;
    align-items: center;
  }
}
.cta .main .contact-item {
  width: 50%;
  padding: 36px 0 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .cta .main .contact-item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cta .main .contact-item {
    padding: 32px 0 32px;
  }
}
.cta .main .contact-item h3 {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
}
@media screen and (max-width: 860px) {
  .cta .main .contact-item h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .cta .main .contact-item h3 {
    font-size: 22px;
  }
}
.cta .main .contact-item .btn-contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #f38200;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 20.05px 65.5px;
  width: 300px;
}
.cta .main .introduction-item {
  width: 50%;
  padding: 36px 0 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .cta .main .introduction-item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cta .main .introduction-item {
    padding: 32px 0 32px;
  }
}
.cta .main .introduction-item h3 {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
}
@media screen and (max-width: 860px) {
  .cta .main .introduction-item h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .cta .main .introduction-item h3 {
    font-size: 22px;
  }
}
.cta .main .introduction-item .btn-introduction {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #7fbe26;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 20.05px 65.5px;
  width: 300px;
}

.newtab {
  padding-left: 8px;
}

footer {
  background-color: #000000;
}
footer .footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  footer .footer-inner {
    padding: 0 20px;
  }
}
footer .footer-inner .head {
  padding: 109px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .footer-inner .head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-inner .head {
    padding: 80px 0 0 0;
  }
}
footer .footer-inner .head .logo-block {
  text-align: left;
}
@media screen and (max-width: 500px) {
  footer .footer-inner .head .logo-block {
    margin-bottom: 30px;
  }
}
footer .footer-inner .head .logo-block .logo-image {
  width: 200px;
  height: 75px;
  margin-bottom: 15px;
}
footer .footer-inner .head .logo-block .caption {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-inner .head .footer-menu a {
  /* プライバシーポリシー */
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #989898;
  display: block;
}
footer .footer-inner .copyright {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 28px 0 28px;
}

/* アニメーション fadeIn */
.fadeIn li::before {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeIn li.delay1::before {
  animation-delay: 0.6s;
}
.fadeIn li.delay2::before {
  animation-delay: 0.9s;
}
.fadeIn li.delay3::before {
  animation-delay: 1.2s;
}
.fadeIn li.delay4::before {
  animation-delay: 1.5s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger li::before {
  opacity: 0;
}

.hvr-sweep-to-right:before {
  background: rgba(255, 255, 255, 0.1) !important; /* ホバー時に流れる色 */
  opacity: 0.9 !important;
  border-radius: 30px !important;
}

.hvr-sweep-to-right:hover {
  color: #ffffff !important;
  border-radius: 30px !important;
}

a:hover {
  opacity: 0.8 !important;
}

.btn-contact:hover {
  opacity: 0.8 !important;
  transition: all 0.5s;
}

.btn-introduction:hover {
  opacity: 0.8 !important;
  transition: all 0.5s;
}

#fix-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  #fix-cta {
    display: block;
    position: fixed;
    bottom: -172px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease;
    z-index: 9999;
    padding: 16px 10px;
  }
  #fix-cta .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #fix-cta .buttons .contact-item,
  #fix-cta .buttons .introduction-item {
    width: calc((100% - 12px) / 2);
  }
  #fix-cta .buttons .btn-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: #f38200;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 20.05px 10px;
    width: 100%;
  }
  #fix-cta .buttons .btn-introduction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: #7fbe26;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 20.05px 10px;
    width: 100%;
  }
  #fix-cta.show {
    bottom: 0;
  }
}
a.go-top {
  position: absolute;
  bottom: 96px;
  display: block;
  right: 16px;
}
a.go-top::before {
  content: "";
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 0.5;
  display: block;
}/*# sourceMappingURL=main.css.map */