@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.headline-1 {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  font-weight: 400;
  line-height: 0.85;
  color: #000000;
  text-align: center;
  font-size: 3rem;
  padding: 0 0 0.83rem 0;
  border-bottom: 3px solid #20b208;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .headline-1 {
    left: 50%;
    font-size: 3.6rem;
    padding: 0 0 1rem 0;
    border-bottom: 4px solid #20b208;
    margin-bottom: 5rem;
  }
}

.headline-1:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -3.2rem;
  border-style: solid;
  border-color: transparent transparent transparent #20b208;
  border-width: 1.5rem 0 1.5rem 2.25rem;
}
@media (min-width: 768px) {
  .headline-1:before {
    left: -4.7rem;
    border-width: 1.8rem 0 1.8rem 2.7rem;
  }
}

.headline-1 span {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .headline-1 span {
    font-size: 2rem;
  }
}

.lower-headline-1 {
  position: relative;
  left: calc(50% + 1.25rem);
  transform: translate(-50%, 0);
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: left;
  font-size: 2.1rem;
  padding: 0 0 0.83rem 0;
  border-bottom: 3px solid #20b208;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .lower-headline-1 {
    left: calc(50% + 2.35rem);
    font-size: 3.6rem;
    padding: 0 0 1rem 0;
    border-bottom: 4px solid #20b208;
    margin-bottom: 5rem;
  }
}

.lower-headline-1:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -2.5rem;
  border-style: solid;
  border-color: transparent transparent transparent #20b208;
  border-width: 1.05rem 0 1.05rem 1.575rem;
}
@media (min-width: 768px) {
  .lower-headline-1:before {
    left: -4.7rem;
    border-width: 1.8rem 0 1.8rem 2.7rem;
  }
}

.lower-headline-1 span {
  display: inline-block;
}

.headline-2 {
  position: relative;
  display: inline-block;
  width: calc(100% - 1.75rem);
  left: 2.8rem;
  font-weight: 400;
  color: #000000;
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .headline-2 {
    line-height: 1;
    left: 3.7rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.headline-2 span {
  display: inline-block;
}

.headline-2-v {
  position: relative;
  padding: 1rem 0.5rem;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .headline-2-v {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

.headline-2-v:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#DEFFCB), to(#24D900));
  background-image: -webkit-linear-gradient(right, #51FD26 0%, #24D900 100%);
  background-image: linear-gradient(to left, #51FD26 0%, #24D900 100%);
}

.headline-2:before {
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  left: -2.8rem;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 1.8rem;
  border-color: transparent transparent transparent #20b208;
  position: absolute;
}
@media (min-width: 768px) {
  .headline-2:before {
    top: 1px;
    left: -3.7rem;
    border-width: 1.5rem 0 1.5rem 2.25rem;
  }
}

.headline-3 {
  position: relative;
  left: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding: 0 0 0.5rem 0;
  border-bottom: 2px solid #20b208;
}
@media (min-width: 768px) {
  .headline-3 {
    font-size: 2.4rem;
    padding: 0 0 0.67rem 0;
    border-bottom: 3px solid #20b208;
    margin: 3rem 0;
  }
}
.headline-3 span {
  display: inline-block;
}

.headline-4 {
  position: relative;
  left: 0;
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .headline-4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #20b208;
}

.bluelink a {
  word-break: break-all;
  color: #0004FF;
}

.bluelink a:hover {
  color: #ff0000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.img-max {
  width: 100%;
}

.section-area {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section-area {
    padding: 10rem 0;
  }
}

.lower-section-area {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .lower-section-area {
    padding: 5rem 0;
  }
}

.lower-top-margin {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .lower-top-margin {
    margin-top: 5rem;
  }
}

.side-padding {
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 768px) {
  .side-padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.bottom-margin200 {
  margin-bottom: 20rem;
}

.lower-section-area.side-padding.bottom-margin200 {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .lower-section-area.side-padding.bottom-margin200 {
    margin-bottom: 20rem;
  }
}

.title-bar.bottom-margin200 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .title-bar.bottom-margin200 {
    margin-bottom: 20rem;
  }
}

.strengths-bg-container.bottom-margin200 {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .strengths-bg-container.bottom-margin200 {
    margin-bottom: 20rem;
  }
}

.strengths-bg-container.bottom-margin5 {
  margin-bottom: 5rem;
}

.boundary-bg-container.bottom-margin10 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .boundary-bg-container.bottom-margin10 {
    margin-bottom: 10rem;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.center {
  text-align: center;
}

.left {
  display: inline-block;
  text-align: left;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  height: 9rem;
  padding: 0 2rem;
}

.logo-nav-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.nav-button-area {
  /*
      font-size: 3.5rem;
      line-height: 1;
      color: $black;
      cursor: pointer;
      margin-left: 2rem;
      @media (min-width: 1025px)  {
          display: none;
      }
  */
}

.sp-nav {
  position: absolute;
  top: 9rem;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 9rem);
  padding: 0 4rem;
  background: #eeeeee;
}

.sp-nav-list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-weight: bold;
  list-style: none;
}
.sp-nav-list li {
  line-height: 1;
  border-bottom: solid 1px #dddddd;
  padding: 2rem 0;
}
.sp-nav-list img {
  display: block;
  margin: 2rem auto 0;
}
.sp-nav-list li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 1rem;
}

.pc-nav {
  display: none;
}
@media (min-width: 1076px) {
  .pc-nav {
    display: block;
  }
}

.pc-nav-list {
  display: flex;
  list-style: none;
}
.pc-nav-list li {
  border-left: solid #cccccc 1px;
  padding: 0 2rem; /*テキストと線の間の余白の指定*/
}
.pc-nav-list li:last-child {
  border-right: solid #cccccc 1px;
}

.pc-nav-list li span {
  display: block;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1px;
  opacity: 0.6;
}

.pc-nav-list li a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  text-align: center;
  padding: 1rem;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
}

.pc-nav-list li a::before {
  content: "";
  width: 200%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #20b208;
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}

.pc-nav-list li a:hover {
  color: #fff;
}

.pc-nav-list li a:hover::before {
  transform: translateX(0);
}

.textshadow {
  text-shadow: 0 0 1.1rem rgba(0, 0, 0, 0.24);
}

/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.nav-button {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  flex-shrink: 0;
  background: #20b208;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: 2rem;
}
@media (min-width: 1076px) {
  .nav-button {
    display: none;
  }
}

/*ボタン内側*/
.nav-button span {
  display: inline-block;
  transition: all; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}

.nav-button span:nth-of-type(1) {
  top: 13px;
}

.nav-button span:nth-of-type(2) {
  top: 19px;
}

.nav-button span:nth-of-type(3) {
  top: 25px;
}

.nav-button span:nth-of-type(3)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 4px;
  left: -6px;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.nav-button.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.nav-button.active span:nth-of-type(3)::after {
  content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 3px;
  left: 1px;
}

.nav-button .openbtn-area {
  transition: all; /*アニメーションの設定*/
  width: 50px;
  height: 50px;
}

.mv {
  padding-top: 9rem;
  width: 100%;
}

.mv-area {
  position: relative;
  left: 0;
  width: 100%;
  max-height: 78.9rem;
}

.mv-img img {
  width: 100vw;
  max-height: 78.9rem;
  object-fit: contain;
  line-height: 1;
  border-bottom: solid 5px #20b208;
}
@media (min-width: 1281px) {
  .mv-img img {
    object-fit: cover;
  }
}

.catch {
  width: 100%;
  max-width: 1280px;
  line-height: 1.3;
}

.main-catch {
  position: absolute;
  top: 5%;
  left: 5%;
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  text-align: left;
  text-shadow: 0 0px 11px rgba(0, 0, 0, 0.75);
}
@media (min-width: 501px) {
  .main-catch {
    font-size: 3.6rem;
  }
}
@media (min-width: 769px) {
  .main-catch {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .main-catch {
    font-size: 8rem;
  }
}

.sub-catch {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  text-align: right;
  text-shadow: 0 0px 11px rgb(0, 0, 0);
}
@media (min-width: 501px) {
  .sub-catch {
    font-size: 3.6rem;
  }
}
@media (min-width: 769px) {
  .sub-catch {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .sub-catch {
    font-size: 8rem;
  }
}

.title-bar {
  width: 100%;
  height: 19rem;
}
@media (min-width: 768px) {
  .title-bar {
    height: 39rem;
  }
}

.title-bar-area {
  position: relative;
  top: 9rem;
  left: 0;
  width: 100%;
  height: 10rem;
}
@media (min-width: 768px) {
  .title-bar-area {
    height: 30rem;
  }
}

.title-bar-img img {
  position: absolute;
  width: 100vw;
  height: 10rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .title-bar-img img {
    height: 30rem;
  }
}

.title-bar-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .title-bar-catch img {
    height: 8rem;
  }
}

.banner-container {
  width: 100%;
  text-align: center;
}
.banner-container li {
  margin-bottom: 2rem;
}
.banner-container li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .banner-container {
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
    background-color: #f4f4f4;
    padding: 4.5rem;
  }
  .banner-container li {
    margin: 0 4.0625% 0 0;
  }
  .banner-container li:last-child {
    margin-right: 0;
  }
}

.reminder-area {
  width: 100%;
  color: #333333;
  background-color: #ecffe4;
  margin: 0 auto;
  text-align: center;
  padding: 5rem;
}

.reminder-text {
  display: inline-block;
  font-weight: bold;
  padding: 2rem;
  border: 2px solid #333333;
  text-align: left;
}

@media (min-width: 768px) {
  .reminder-text {
    max-width: 1280px;
  }
}
.whatsnew-bg-container {
  width: 100%;
  background-color: #ecffe4;
}

.whatsnew-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-top: solid 1px #dddddd;
}

.whatsnew-box {
  width: 100%;
  max-width: 1280px;
  border-bottom: solid 1px #dddddd;
  padding: 2rem 5%;
  margin: 0 auto;
  /*
      @media (min-width: 600px) {
          padding: 2.4rem 0;
          margin: 3.2rem auto 0;
      }
  */
}

.whatsnew-date {
  margin-right: 1.6rem;
}
@media (min-width: 768px) {
  .whatsnew-date {
    margin-right: 4.4rem;
  }
}

.whatsnew-titletext {
  color: #0004FF;
  font-weight: bold;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.whatsnew-titletext:hover {
  color: #ff0000;
}

.whatsnew-text {
  font-weight: 400;
}

.whatsnew-text a {
  color: #0004FF;
  text-decoration: underline;
}

.whatsnew-text a:hover {
  color: #ff0000;
}

.whatsnew-link-box {
  display: block;
  background-color: #20b208;
  color: #fff;
  line-height: 6rem;
  width: 100%;
  max-width: 20rem;
  text-align: center;
  position: relative;
  margin: 5rem auto 0;
  border: 2px solid #20b208;
  transition: all 0.5s 0s ease;
}

.whatsnew-link-box:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%) rotate(45deg);
}

.whatsnew-link-box:hover {
  background-color: #fff;
  color: #20b208;
}

.whatsnew-link-box:hover:before {
  border-color: #20b208;
}

.whatsnew-lower-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.iv {
  width: 100%;
  min-height: 21rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .iv {
    height: 54rem;
    margin-bottom: 10rem;
  }
}

.iv-area {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 21rem;
}
@media (min-width: 768px) {
  .iv-area {
    height: 54rem;
  }
}
.iv-area mark {
  color: #fff;
  background: #20b208;
  padding: 0 5px;
}

.iv-img img {
  position: absolute;
  width: 100vw;
  object-fit: cover;
  min-height: 21rem;
}
@media (min-width: 768px) {
  .iv-img img {
    height: 54rem;
  }
}
@media (min-width: 1921px) {
  .iv-img img {
    object-fit: cover;
  }
}

.iv-img-right img {
  object-position: 100% 100%;
}

.iv-img-left img {
  object-position: 0% 0%;
}

.iv-catch-sp {
  position: absolute;
  padding: 0 5%;
}

.iv-catch-sp.right {
  position: absolute;
  padding: 0 5%;
  right: 0;
}

.iv-main-catch-left {
  position: absolute;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  opacity: 0.5;
  left: 2rem;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .iv-main-catch-left {
    line-height: 1.4;
    font-size: 4.6rem;
    top: 14.4rem;
  }
}
@media (min-width: 768px) {
  .iv-main-catch-left {
    line-height: 0.65;
    font-size: 8rem;
    bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .iv-main-catch-left {
    line-height: 0.65;
    font-size: 12rem;
    left: 5rem;
    bottom: 5rem;
  }
}

.iv-main-catch-right {
  position: absolute;
  text-align: right;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  opacity: 0.5;
  right: 2rem;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .iv-main-catch-right {
    line-height: 1.4;
    font-size: 4.6rem;
    top: 14.4rem;
  }
}
@media (min-width: 768px) {
  .iv-main-catch-right {
    line-height: 0.65;
    font-size: 8rem;
    bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .iv-main-catch-right {
    line-height: 0.65;
    font-size: 12rem;
    right: 5rem;
    bottom: 5rem;
  }
}

.iv-sub-catch-left {
  position: absolute;
  width: 100%;
  text-align: left;
  left: 0;
  font-size: 1.4rem;
  line-height: 1;
}
.iv-sub-catch-left span {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .iv-sub-catch-left {
    top: 21rem;
  }
  .iv-sub-catch-left span {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .iv-sub-catch-left {
    bottom: 0;
  }
  .iv-sub-catch-left span {
    font-size: 4.8rem;
  }
}

.iv-sub-catch-right {
  position: absolute;
  width: 100%;
  text-align: right;
  right: 0;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .iv-sub-catch-right {
    top: 21rem;
  }
  .iv-sub-catch-right span {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .iv-sub-catch-right {
    bottom: 0;
  }
  .iv-sub-catch-right span {
    font-size: 4.8rem;
  }
}

.iv-box-left {
  width: 100%;
  left: 0;
  padding: 0 5%;
  padding-top: 22rem;
  background: rgba(254, 254, 254, 0.7);
  font-size: 1.6rem;
}
.iv-box-left p {
  font-size: 1.6rem;
}
.iv-box-left span {
  display: inline-block;
  font-size: 2.2rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .iv-box-left {
    position: absolute;
    padding-top: 0;
    min-height: 540px;
    max-width: 63.6%;
  }
  .iv-box-left p {
    font-size: 1.6rem;
  }
  .iv-box-left span {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1000px) {
  .iv-box-left {
    position: absolute;
    padding-top: 0;
    max-width: 63.6%;
  }
  .iv-box-left p {
    font-size: 2rem;
  }
}

.iv-box-right {
  width: 100%;
  right: 0;
  padding: 0 5%;
  padding-top: 22rem;
  background: rgba(254, 254, 254, 0.7);
  font-size: 1.6rem;
}
.iv-box-right p {
  font-size: 1.6rem;
}
.iv-box-right span {
  display: inline-block;
  font-size: 2.2rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .iv-box-right {
    position: absolute;
    padding-top: 0;
    min-height: 540px;
    max-width: 63.6%;
  }
  .iv-box-right p {
    font-size: 1.6rem;
  }
  .iv-box-right span {
    display: inline;
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1000px) {
  .iv-box-right {
    position: absolute;
    padding-top: 0;
    max-width: 63.6%;
  }
  .iv-box-right p {
    font-size: 2rem;
  }
}

.iv-box-title-text {
  width: 100%;
  color: #20b208;
  margin-bottom: 2rem;
  /*    
      @media (min-width: 768px) {
          strong {
              font-size: 2.3rem;
          }
          span {
              font-size: 4.6rem;
          }
      }
      @media (min-width: 968px) {
          strong {
              font-size: 3rem;
          }
          span {
              font-size: 6rem;
          }
      }
      @media (min-width: 1285px) {
          strong {
              font-size: 4rem;
          }
          span {
              font-size: 8rem;
          }
      }
      @media (min-width: 1601px) {
          strong {
              font-size: 5rem;
          }
          span {
              font-size: 10rem;
          }
      }
  */
}
.iv-box-title-text strong {
  font-size: 2.3rem;
}
.iv-box-title-text span {
  font-size: 4.6rem;
}
@media (min-width: 768px) {
  .iv-box-title-text strong {
    font-size: clamp(2rem, 1.75vw + 1rem, 5rem);
  }
  .iv-box-title-text span {
    font-size: clamp(4rem, 3.5vw + 2rem, 10rem);
  }
}

.iv-box-title-left {
  text-align: left;
}

.iv-box-title-right {
  text-align: right;
}

.iv-box-text {
  width: 100%;
  text-align: justify;
}

.iv-box-text-green {
  width: 100%;
  color: #20b208;
  margin-bottom: 1rem;
  text-align: justify;
}

.boundary-bg-container {
  background-color: #20b208;
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .boundary-bg-container {
    padding: 2rem 0;
  }
}

.boundary-title-text {
  width: 100%;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .boundary-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7rem;
  }
}

.introduction-area {
  width: 100%;
  background-image: url(../images/introduction-img/correlation-diagram_bg.png); /* 画像のURLを指定       */
  background-repeat: no-repeat; /* 画像の繰り返しを指定  */
  background-size: cover;
  background-position: 100% 100%;
  padding: 5rem 5%;
}
@media (min-width: 768px) {
  .introduction-area {
    padding: 5rem;
  }
}

.introduction-container {
  width: 100%;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .introduction-container {
    display: flex;
    margin: 0 auto;
  }
}

.introduction-title-text {
  width: 100%;
  text-align: center;
  color: #20b208;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1;
}
.introduction-title-text strong {
  font-size: clamp(2.4rem, 2.25vw + 1.5rem, 5rem);
}
@media (min-width: 850px) {
  .introduction-title-text {
    margin-bottom: 4rem;
  }
}

.introduction-text {
  top: 0;
  width: 100%;
  font-size: 1.6rem;
  text-align: justify;
  margin: 0 auto;
  /*
      span {
          display: inline-block;
      }
  */
}
@media (min-width: 850px) {
  .introduction-text {
    position: absolute;
    width: 55%;
    padding: 3rem 2rem;
  }
}
@media (min-width: 1036px) {
  .introduction-text {
    width: 55%;
    font-size: 2rem;
  }
}
@media (min-width: 1062px) {
  .introduction-text {
    padding-top: 4rem;
  }
}
@media (min-width: 1135px) {
  .introduction-text {
    padding-top: 5rem;
  }
}
@media (min-width: 1170px) {
  .introduction-text {
    padding-top: 6rem;
  }
}
@media (min-width: 1279px) {
  .introduction-text {
    padding-top: 10rem;
  }
}

.introduction-text span.blueb18 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #20b208;
}

.introduction-text span.blueb {
  font-size: 2.4rem;
  font-weight: 700;
  color: #20b208;
}

.introduction-text span.b {
  font-weight: 700;
  color: #20b208;
}

.introduction-img {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 850px) {
  .introduction-img {
    position: relative;
    width: 100%;
    object-fit: cover;
  }
}

.introduction-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
}

/* 1. 基本のbox-shadow */
.img-shadow {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.service-container {
  width: 100%;
  max-width: calc(1280px + 10%);
  margin: 0 auto;
  justify-content: center;
  padding: 0 5%;
}
.service-container li {
  margin-bottom: 7.5rem;
}
.service-container li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service-container {
    display: flex;
  }
  .service-container li {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .service-container li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .service-container {
    display: flex;
  }
  .service-container li {
    margin-bottom: 0;
    margin-right: 6rem;
  }
  .service-container li:last-child {
    margin-right: 0;
  }
}

.service-box {
  width: 100%;
}

.service-box img {
  width: 100%;
  object-fit: cover;
}

/*
.service-box h4 {
    padding: 0;
    font-size: 2rem;
    font-weight: 400;
    border-left: 0;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: left;
    color: #333;
    @media (min-width: 960px) {
        font-size: 2.4rem;
        li {
            margin-right: 6rem;
            &:last-child {
                margin-right: 0;
            }
        }
    }
    @media (min-width: 1280px) {
        font-size: 3rem;
        font-weight: 400;
        li {
            margin-right: 6rem;
            &:last-child {
                margin-right: 0;
            }
        }
    }
}
*/
/*
.service-box h4:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #3ea5d0;
    margin-top: 15px;
}

.service-box p {
    line-height: 1.8;
    font-size: 1.4rem;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-weight: 400;
    @media (min-width: 1280px) {
        font-size: 1.8rem;
        font-weight: 400;
    }

}
*/
.link-box {
  display: block;
  background-color: #20b208;
  color: #fff;
  line-height: 6rem;
  text-align: center;
  position: relative;
  margin-top: 2rem;
  border: 2px solid #20b208;
  transition: all 0.5s 0s ease;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .link-box {
    font-size: 1.2rem;
  }
}
@media (min-width: 800px) {
  .link-box {
    font-size: 1.4rem;
  }
}
@media (min-width: 900px) {
  .link-box {
    font-size: 1.6rem;
  }
}

.link-box:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%) rotate(45deg);
}

.link-box:hover {
  background-color: #fff;
  color: #20b208;
}

.link-box:hover:before {
  border-color: #20b208;
}

.lower-service-container {
  width: 100%;
}
@media (min-width: 768px) {
  .lower-service-container {
    display: flex;
  }
}

.lower-service-img {
  width: 100%;
  flex-shrink: 0;
  margin: 0 4rem 4rem 0;
}
@media (min-width: 768px) {
  .lower-service-img {
    width: 50%;
    margin-bottom: 2rem;
  }
}

.certificate-service-img {
  flex-shrink: 0;
  margin-bottom: 2rem 0;
}

.lower-service-text {
  width: 100%;
  max-width: 1280px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .lower-service-text span {
    width: 50%;
    font-size: 2rem;
    display: inline-block;
  }
}

.flex-box-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-item-2 {
  width: 45%;
  margin-bottom: 4rem;
}

.flex-box-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-item-3 {
  width: 30%;
  margin-bottom: 4rem;
}

.certificate-title-text {
  font-size: 1.4rem;
}
.certificate-title-text span {
  display: inline-block;
}
@media (min-width: 768px) {
  .certificate-title-text {
    font-size: 1.8rem;
  }
}

.service-section-inner {
  --wm: calc(100% - 1200px);
  --m: calc(var(--wm) / 2);
  --sa: calc(var(--m) - 80px);
  width: calc(100% - var(--sa));
  margin-left: 0;
  background-color: red;
}

.service-section-area {
  width: 100%;
  max-width: 1360px;
  margin: 0 0 0 auto;
  padding: 4rem;
}
@media (min-width: 768px) {
  .service-section-area {
    padding: 5rem 4rem;
  }
}

.sp_b {
  display: block !important;
}

@media print, screen and (min-width: 768px) {
  .sp_b {
    display: none !important;
  }
}
.sp_i {
  display: inline !important;
}

@media print, screen and (min-width: 768px) {
  .sp_i {
    display: none !important;
  }
}
.sp_ib {
  display: inline-block !important;
}

@media print, screen and (min-width: 768px) {
  .sp_ib {
    display: none !important;
  }
}
.pc_b {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .pc_b {
    display: block !important;
  }
}
.pc_i {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .pc_i {
    display: inline !important;
  }
}
.pc_ib {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .pc_ib {
    display: inline-block !important;
  }
}
.srv-detail-title {
  text-align: center;
}

.srv-detail-title .en {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  color: #20b208;
  font-size: 8.07292vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .srv-detail-title .en {
    font-size: 46px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-detail-title .en {
    font-size: 2.39583vw;
  }
}
.srv-detail-title .ja {
  display: block;
  font-family: YakuHanMPs, Noto Serif JP, serif;
  font-size: 3.125vw;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-top: 0.39062vw;
}

@media print, screen and (min-width: 768px) {
  .srv-detail-title .ja {
    font-size: 18px;
    margin-top: 3px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-detail-title .ja {
    font-size: 0.9375vw;
    margin-top: 0.15625vw;
  }
}
.srv-idx-box {
  position: relative;
  padding-bottom: 13.02083vw;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .srv-idx-box {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box {
    max-width: none;
    width: 72.91667vw;
  }
}
.srv-idx-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 32.55208vw);
  background-color: #ecffe4;
  content: "";
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box:before {
    left: 80px;
    width: calc(100% - 80px);
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .srv-idx-box:before {
    left: 350px;
    width: calc(100% - 350px);
  }
}
@media print, screen and (min-width: 1200px) {
  .srv-idx-box:before {
    left: 400px;
    width: calc(100% - 500px);
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box:before {
    left: 27.08333vw;
    width: calc(100% - 32.29167vw);
  }
}
@media print, screen and (min-width: 768px) {
  .srv-idx-box.right:before {
    left: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .srv-idx-box.right:before {
    left: 100px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box.right:before {
    left: 5.20833vw;
  }
}
.srv-idx-box + .srv-idx-box {
  margin-top: 18.22917vw;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box + .srv-idx-box {
    margin-top: 140px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box + .srv-idx-box {
    margin-top: 9.375vw;
  }
}
@media print, screen and (min-width: 768px) {
  .srv-idx-box_inner {
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 1200px) {
  .srv-idx-box_inner {
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box_inner {
    padding-right: 5.20833vw;
  }
}
@media print, screen and (min-width: 768px) {
  .srv-idx-box.right .srv-idx-box_inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1200px) {
  .srv-idx-box.right .srv-idx-box_inner {
    padding-right: 0;
    padding-left: 100px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box.right .srv-idx-box_inner {
    padding-left: 5.20833vw;
  }
}
.srv-idx-box .srv-img {
  position: relative;
  margin-bottom: 8.46354vw;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-img {
    top: -40px;
    width: 45%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .srv-idx-box .srv-img {
    top: -60px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box .srv-img {
    top: -3.125vw;
    width: 33.33333vw;
  }
}
.srv-idx-box .srv-img img {
  width: 92.1875vw;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-img img {
    width: 100%;
  }
}
.srv-idx-box.right .srv-img {
  text-align: right;
}

.srv-idx-box .srv-detail {
  width: 84.375vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-detail {
    width: 55%;
    margin: 0;
    padding: 52px 40px 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .srv-idx-box .srv-detail {
    padding: 52px 60px 60px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box .srv-detail {
    width: 29.6875vw;
    padding: 2.70833vw 0 3.125vw 4.6875vw;
  }
}
@media print, screen and (min-width: 768px) {
  .srv-idx-box.right .srv-detail {
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-detail-title {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-detail-title .en {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box .srv-detail-title .en {
    margin-right: 0.78125vw;
    font-size: 1.97917vw;
  }
}
.srv-idx-box .srv-detail-title .ja {
  margin-top: 1.17188vw;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-detail-title .ja {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box .srv-detail-title .ja {
    margin-top: 0;
  }
}
.srv-idx-box hr {
  height: 0.39062vw;
  margin: 5.07812vw 0 4.03646vw;
  border: none;
  background: url(../../images/sp/common/bg_line_01.png) no-repeat top center/100%;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box hr {
    height: 2px;
    margin: 29px 0 17px;
    background-image: url(../../images/pc/index/bg_line_box.png);
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box hr {
    width: 25vw;
    height: 0.10417vw;
    margin: 1.51042vw 0 0.88542vw;
  }
}
.srv-idx-box .srv-detail-text {
  margin-bottom: 6.77083vw;
  font-size: 3.64583vw;
  line-height: 1.92857;
  text-align: justify;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-detail-text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box .srv-detail-text {
    margin-bottom: 1.66667vw;
    font-size: 0.9375vw;
  }
}
.srv-idx-box .srv-detail-text + .srv-detail-text {
  margin-top: -2.34375vw;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-detail-text + .srv-detail-text {
    margin-top: -12px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box .srv-detail-text + .srv-detail-text {
    margin-top: -0.625vw;
  }
}
.lang-en .srv-idx-box .srv-detail-text {
  text-align: left;
}

.anchor {
  position: relative;
  top: -200px;
}

.srv-idx-box + .anchor {
  margin-top: 18.22917vw;
}

@media print, screen and (min-width: 768px) {
  .srv-idx-box + .anchor {
    margin-top: 140px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box + .anchor {
    margin-top: 9.375vw;
  }
}
table {
  border-top: 1px solid #e9e9e9;
  border-spacing: 1px;
  border-collapse: inherit;
}

table {
  border-top: 1px solid #e5e5e5;
  margin: 5px -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th, table td {
  border: none;
  margin-right: 2px;
  border-bottom: 1px solid #e9e9e9;
}

table th, table td {
  border: 1px solid #e5e5e5;
  padding: 10px 10px;
  vertical-align: top;
}

table th, table thead th {
  background-color: #ecffe4;
  white-space: nowrap;
}

table ul {
  padding-left: 2rem;
}

table ul li, table ol li {
  list-style: disc;
  padding: 0px;
}

table li::marker {
  font-size: 1rem;
}

#form-inline {
  width: 100%;
  height: 1300px;
}

.form-bg-color {
  width: 100%;
  background-color: #20b208;
  padding: 2rem;
}

.contact-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact-form p {
  margin-bottom: 2rem;
}
.contact-form label {
  text-align: left;
  color: white;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form input[type=tel], form select, form textarea {
  width: 100%;
  color: black;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: white;
  padding: 10px 5px;
  outline: 0;
  margin: 5px 5px 5px 0;
  -webkit-appearance: none;
  font-size: 100%;
}

.contact-form-submit {
  color: #20b208;
  background-color: #fff;
  font-size: 124%;
  line-height: 160%;
  display: block;
  margin: 0 auto;
  padding: 12px 20px 10px;
  width: 30%;
  border-radius: 4px;
  text-align: center;
  border: none;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}

.srv-detail-title .cs {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  color: #20b208;
  font-size: 4.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .srv-detail-title .cs {
    font-size: 46px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-detail-title .cs {
    font-size: 2.39583vw;
  }
}
@media print, screen and (min-width: 768px) {
  .srv-idx-box .srv-detail-title .cs {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 1680px) {
  .srv-idx-box .srv-detail-title .cs {
    margin-right: 0.78125vw;
    font-size: 1.22vw;
  }
}
.lower-csvoice-container {
  width: 100%;
}
@media (min-width: 768px) {
  .lower-csvoice-container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
  }
}

.lower-csvoice-img {
  width: 100%;
  flex-shrink: 0;
  margin: 0 0 0 4rem;
}
@media (min-width: 768px) {
  .lower-csvoice-img {
    width: 30%;
    margin-bottom: 2rem;
  }
}

.lower-csvoice-text {
  width: 100%;
  max-width: 1280px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .lower-csvoice-text {
    width: 70%;
    font-size: 2rem;
    display: inline-block;
  }
}

.csvoice-text {
  width: 100%;
  max-width: 1280px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .csvoice-text {
    font-size: 2rem;
  }
}

.privacy-container p {
  margin-bottom: 2rem;
}
.privacy-container ul, .privacy-container ol {
  padding-left: 4rem;
}
.privacy-container ul li:marker, .privacy-container ol li:marker {
  color: red;
}
.privacy-container ul li {
  list-style: disc;
  padding: 0px;
  margin-bottom: 1rem;
}
.privacy-container ul li:last-child {
  margin-bottom: 2rem;
}
.privacy-container ol li {
  list-style: decimal;
  padding: 0px;
  margin-bottom: 1rem;
}
.privacy-container ol li:last-child {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .sp-left, .sp-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-left, .pc-center, .pc-right {
    display: none;
  }
}

.footer {
  background-color: #eeeeee;
  color: #000000;
  line-height: 1;
  padding: 0 0 0 0;
}

.footer-menu-container {
  width: 100%;
  max-width: 1360px;
  padding: 3rem 4rem;
  margin: 0 auto;
  text-align: center;
}

.footer-menu-logo {
  display: inline-block;
}

.footer-menu-list {
  width: 100%;
  text-align: center;
}
.footer-menu-list li {
  text-align: left;
  margin-bottom: 2rem;
}
@media (min-width: 375px) {
  .footer-menu-list li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-menu-list {
    padding: 3rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
}

.footer-menu-list-sp {
  margin: 3rem 0;
}
@media (min-width: 375px) {
  .footer-menu-list-sp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 342px;
    margin: 3rem auto;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer-menu-list-sp {
    display: none;
  }
}

.footer-menu-text {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 0 2rem;
  color: #000000;
  font-size: 1.4rem;
}

.footer-menu-text:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #000000;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%) rotate(45deg);
}

.footer-menu-text:hover:before {
  border-color: #20b208;
}

.tel-banner {
  display: inline-block;
}

.copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #20b208;
  font-size: 1.2rem;
  padding: 2.8rem 2rem;
}
.copyright span {
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .copyright {
    font-size: 1.6rem;
    padding: 3.5rem 2rem;
  }
  .copyright span {
    font-size: 1.6rem;
  }
}
@media (max-width: 421px) {
  .copyright span {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.7;
  }
}

.strengths-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: center;
}
.strengths-container li {
  margin-bottom: 7.5rem;
}
.strengths-container li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .strengths-container {
    display: flex;
  }
  .strengths-container li {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .strengths-container li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .strengths-container {
    display: flex;
  }
  .strengths-container li {
    margin-bottom: 0;
    margin-right: 6rem;
  }
  .strengths-container li:last-child {
    margin-right: 0;
  }
}

.strengths-box {
  width: 100%;
}

.strengths-box img {
  width: 100%;
  object-fit: cover;
}

/*
.link-box {
    display: block;
    background-color: #20b208;
    color: #fff;
    line-height: 6rem;
    text-align: center;
    position: relative;
    margin-top: 2rem;
    padding: 0 3.5rem;
	border: 2px solid #20b208;
    transition: all 0.5s 0s ease;
}

.link-box:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%) rotate(45deg);
}

.link-box:hover {
    background-color: #fff;
    color: #20b208;
}

.link-box:hover:before {
    border-color: #20b208;
}
*/
.lower-strengths-container {
  width: 100%;
}
@media (min-width: 768px) {
  .lower-strengths-container {
    display: flex;
  }
}

.lower-strengths-bg-container {
  width: 100%;
  background-color: #ecffe4;
  padding: 4rem 5%;
}

.lower-strengths-img {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .lower-strengths-img {
    width: 50%;
    margin-top: 0;
    margin-left: 4rem;
  }
}

.lower-strengths-text-box {
  width: 50%;
}

.lower-strengths-text {
  width: 100%;
  max-width: 1280px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .lower-strengths-text {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .lower-strengths-text span {
    display: inline-block;
  }
}

.lower-strengths-text-color {
  color: #20b208;
  font-weight: bold;
}

/*    テキスト、画像を交互に表示する用
@media screen and (min-width: 769px) {
    .entry-body .lower-section-area .lower-strengths-container {
        display: flex;
        flex-direction: row-reverse;
    }
    .entry-body .lower-section-area:nth-of-type(2n) .lower-strengths-container {
        flex-direction: row;
    }
}
*/
.strengths-bg-container {
  background-color: #20b208;
  padding: 4rem 0;
  text-align: center;
}

.strengths-container-t {
  width: 100%;
  max-width: calc(1280px + 10%);
  text-align: center;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 768px) {
  .strengths-container-t {
    display: flex;
    margin: 0 auto;
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }
}

.top-strengths-title-text {
  width: 100%;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .top-strengths-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
  }
}

.strengths-title-text {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.strengths-title-text span {
  display: inline-block;
}
@media (min-width: 768px) {
  .strengths-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
  }
}

.strengths-text {
  text-align: left;
  width: 100%;
  color: white;
}
@media (min-width: 768px) {
  .strengths-text {
    display: flex;
    align-items: center;
    width: 80%;
  }
}

.strengths-link-box {
  display: inline-block;
  background-color: #20b208;
  color: #fff;
  line-height: 6rem;
  text-align: center;
  position: relative;
  margin-top: 2rem;
  padding: 0 3.5rem;
  border: 2px solid white;
  transition: all 0.5s 0s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .strengths-link-box {
    margin-top: 0;
    margin-left: 4rem;
  }
}

.strengths-link-box:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%) rotate(45deg);
}

.strengths-link-box:hover {
  background-color: #fff;
  color: #20b208;
}

.strengths-link-box:hover:before {
  border-color: #20b208;
}

.h-strengths-text {
  flex-shrink: 1;
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: justify;
}
@media (min-width: 768px) {
  .h-strengths-text {
    width: 100%;
    font-size: 2rem;
  }
}

.h-strengths-title {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .h-strengths-title {
    font-size: 2.4rem;
  }
}
.h-strengths-title span {
  display: inline-block;
}

.sw-Title {
  text-align: center;
}

.sw-Title .en {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  color: #20b208;
  font-size: 8.07292vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .sw-Title .en {
    font-size: 46px;
  }
}
.sw-Title .ja {
  display: block;
  font-family: YakuHanMPs, Noto Serif JP, serif;
  font-size: 3.125vw;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-top: 0.39062vw;
}

@media print, screen and (min-width: 768px) {
  .sw-Title .ja {
    font-size: 18px;
    margin-top: 3px;
  }
}
.idx-Box {
  position: relative;
  padding-bottom: 13.02083vw;
}

@media print, screen and (min-width: 768px) {
  .idx-Box {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .idx-Box {
    width: calc(100% - 80px);
  }
}
.idx-Box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 32.55208vw);
  background-color: #ecffe4;
  content: "";
}

@media print, screen and (min-width: 768px) {
  .idx-Box:before {
    left: 140px;
    width: calc(100% - 140px);
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .idx-Box:before {
    left: 350px;
    width: calc(100% - 350px);
  }
}
@media print, screen and (min-width: 1200px) {
  .idx-Box:before {
    left: 500px;
    width: calc(100% - 500px);
  }
}
@media print, screen and (min-width: 768px) {
  .idx-Box.right:before {
    left: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .idx-Box.right:before {
    left: 100px;
  }
}
.idx-Box + .idx-Box {
  margin-top: 18.22917vw;
}

@media print, screen and (min-width: 768px) {
  .idx-Box + .idx-Box {
    margin-top: 140px;
  }
}
@media print, screen and (min-width: 768px) {
  .idx-Box_Inner {
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .idx-Box.right .idx-Box_Inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1200px) {
  .idx-Box.right .idx-Box_Inner {
    padding-right: 0;
    padding-left: 100px;
  }
}
.idx-Box .photo {
  position: relative;
  margin-bottom: 8.46354vw;
}

@media print, screen and (min-width: 768px) {
  .idx-Box .photo {
    top: -60px;
    left: 60px;
    width: 45%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .idx-Box .photo {
    top: -60px;
  }
}
.idx-Box .photo img {
  width: 92.1875vw;
}

@media print, screen and (min-width: 768px) {
  .idx-Box .photo img {
    width: 100%;
  }
}
.idx-Box.right .photo {
  text-align: right;
  left: 0;
}

.idx-Box .body {
  width: 84.375vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .idx-Box .body {
    width: 55%;
    margin: 0;
    padding: 52px 60px 52px 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .idx-Box .body {
    padding: 52px 60px 52px 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .idx-Box.right .body {
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .idx-Box .sw-Title {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .idx-Box .sw-Title .en {
    font-size: 38px;
  }
}
.idx-Box .sw-Title .ja {
  margin-top: 1.17188vw;
}

@media print, screen and (min-width: 768px) {
  .idx-Box .sw-Title .ja {
    margin-top: 5px;
  }
}
.idx-Box hr {
  height: 0.39062vw;
  margin: 5.07812vw 0 4.03646vw;
  border: none;
  background: url(../../images/sp/common/bg_line_01.png) no-repeat top center/100%;
}

@media print, screen and (min-width: 768px) {
  .idx-Box hr {
    height: 2px;
    margin: 29px 0 17px;
    background-image: url(../../images/pc/index/bg_line_box.png);
  }
}
.idx-Box .text {
  margin-bottom: 6.77083vw;
  font-size: 3.64583vw;
  line-height: 1.92857;
  text-align: justify;
}

@media print, screen and (min-width: 768px) {
  .idx-Box .text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 2;
  }
}
.idx-Box .text + .text {
  margin-top: -2.34375vw;
}

@media print, screen and (min-width: 768px) {
  .idx-Box .text + .text {
    margin-top: -12px;
  }
}
.idx-Box .title-box {
  position: absolute;
  z-index: -1;
  top: -67px;
  width: 100%;
  max-width: 525px;
  max-height: 384px;
  padding-bottom: 25%;
  background-color: #20b208;
  content: "";
}

@media print, screen and (min-width: 768px) {
  .idx-Box .title-box {
    top: -127px;
    width: 45%;
    margin-bottom: 0;
  }
}
.title-box .sw-Title .en {
  font-size: min(7vw, 38px);
  color: white;
}

@media print, screen and (min-width: 768px) {
  .title-box .sw-Title .en {
    display: flex;
    align-items: center;
    height: 6.9rem;
    padding-left: 6rem;
    font-size: clamp(2rem, 2vw + 0.5rem, 3.4rem);
    text-align: left;
  }
}

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