@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sub-first {
  background-color: #eff3ef;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1000px) {
  .sub-first {
    padding: 30px 0;
  }
}
.sub-first::before {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  border-top-color: #eff3ef;
  border-width: 50px;
  margin-left: -50px;
  margin-top: -25px;
}
@media (max-width: 768px) {
  .sub-first::before {
    margin-top: -30px;
  }
}
.sub-first .flex {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .sub-first .flex {
    max-width: 90%;
    flex-wrap: wrap;
  }
}
.sub-first .flex .sub-first-left {
  width: 65%;
  position: relative;
  box-sizing: border-box;
  padding-right: 50px;
  top: 20px;
}
@media (max-width: 1000px) {
  .sub-first .flex .sub-first-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.sub-first .flex .sub-first-left h1 {
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #008b56;
}
@media (max-width: 1000px) {
  .sub-first .flex .sub-first-left h1 {
    font-size: 25px;
    line-height: 2rem;
    padding-bottom: 15px;
  }
}
.sub-first .flex .sub-first-left p {
  margin-top: 20px;
  font-size: 24px;
  color: #008b56;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .sub-first .flex .sub-first-left p {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.sub-first .flex .sub-first-right {
  width: 35%;
}
@media (max-width: 1000px) {
  .sub-first .flex .sub-first-right {
    width: 90%;
    margin: 0 auto;
  }
}

.sub-second {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1000px) {
  .sub-second {
    max-width: 90%;
    padding: 60px 0;
  }
}
.sub-second::before {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  border-top-color: #fff;
  border-width: 50px;
  margin-left: -50px;
  margin-top: -25px;
}
@media (max-width: 768px) {
  .sub-second::before {
    margin-top: -30px;
  }
}
.sub-second .sub-second-title {
  text-align: center;
}
.sub-second .sub-second-title h2 {
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .sub-second .sub-second-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .sub-second .sub-second-title h2 {
    margin-bottom: 30px;
  }
}
.sub-second .sub-second-title h2 span {
  color: #008b56;
}
.sub-second .sub-second-content .flex .content {
  width: calc(33.33% - 50px);
  margin-right: 75px;
  text-align: center;
}
@media (max-width: 768px) {
  .sub-second .sub-second-content .flex .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.sub-second .sub-second-content .flex .content:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .sub-second .sub-second-content .flex .content:last-child {
    margin-bottom: 0px;
  }
}
.sub-second .sub-second-content .flex .content img {
  height: 90px;
  width: auto;
  margin-bottom: 25px;
}
.sub-second .sub-second-content .flex .content:nth-child(2) {
  position: relative;
  top: 15px;
}
@media (max-width: 768px) {
  .sub-second .sub-second-content .flex .content:nth-child(2) {
    top: 0px;
  }
}
.sub-second .sub-second-content .flex .content:nth-child(2) img {
  height: 77px;
}
.sub-second .sub-second-content .flex .content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .sub-second .sub-second-content .flex .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sub-second .sub-second-content .flex .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.sub-second .sub-second-content .flex .content h4 {
  font-size: 14px;
  margin-bottom: 20px;
  color: #777777;
  position: relative;
}
@media (max-width: 768px) {
  .sub-second .sub-second-content .flex .content h4 {
    margin-bottom: 10px;
  }
}
.sub-second .sub-second-content .flex .content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: #c9c9c9;
  left: 0;
}
@media (max-width: 1000px) {
  .sub-second .sub-second-content .flex .content h4::before {
    width: 55px;
  }
}
@media (max-width: 768px) {
  .sub-second .sub-second-content .flex .content h4::before {
    width: 90px;
  }
}
.sub-second .sub-second-content .flex .content h4:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: #c9c9c9;
  right: 0;
}
@media (max-width: 1000px) {
  .sub-second .sub-second-content .flex .content h4:after {
    width: 55px;
  }
}
@media (max-width: 768px) {
  .sub-second .sub-second-content .flex .content h4:after {
    width: 90px;
  }
}
.sub-second .sub-second-content .flex .content p {
  text-align: left;
}

.sub-third {
  background-image: url(/wp-content/uploads/2023/06/tm-backgroundimage1@2x-100-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .sub-third {
    padding: 60px 0;
  }
}
.sub-third .sub-third-title {
  text-align: center;
}
.sub-third .sub-third-title h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 1000px) {
  .sub-third .sub-third-title h2 {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .sub-third .sub-third-title h2 {
    font-size: 24px;
    line-height: 2rem;
  }
}
.sub-third .sub-third-title p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .sub-third .sub-third-title p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sub-third .sub-third-title p {
    font-size: 18px;
  }
}

.sub-four {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .sub-four {
    padding: 60px 0;
  }
}
.sub-four .sub-fourinner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .sub-four .sub-fourinner {
    max-width: 90%;
  }
}
.sub-four .sub-fourinner .content-top {
  align-items: center;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-top {
    flex-wrap: wrap;
  }
}
.sub-four .sub-fourinner .content-top .image {
  width: 40%;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-top .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sub-four .sub-fourinner .content-top .text {
  width: calc(60% - 70px);
  margin-left: 70px;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-top .text {
    width: 100%;
    margin-left: 0px;
  }
}
.sub-four .sub-fourinner .content-top .text h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .sub-four .sub-fourinner .content-top .text h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-top .text h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.sub-four .sub-fourinner .content-top .text h3 span {
  color: #137e45;
}
.sub-four .sub-fourinner .content-top .text p {
  font-size: 20px;
  font-weight: medium;
  line-height: 2rem;
}
@media (max-width: 1000px) {
  .sub-four .sub-fourinner .content-top .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-top .text p {
    font-size: 15px;
    text-align: center;
    line-height: 1.5rem;
  }
}
.sub-four .sub-fourinner .content-middle {
  margin: 50px auto;
  max-width: 550px;
  text-align: center;
}
.sub-four .sub-fourinner .content-middle h3 {
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #008b56;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-middle h3 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
.sub-four .sub-fourinner .content-middle h4 {
  font-size: 24px;
  padding-top: 20px;
  font-weight: bold;
  color: #008b56;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-middle h4 {
    font-size: 18px;
    padding-top: 10px;
  }
}
.sub-four .sub-fourinner .content-bottom .content {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-bottom .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}
.sub-four .sub-fourinner .content-bottom .content h4 {
  font-size: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  font-weight: bold;
}
.sub-four .sub-fourinner .content-bottom .content h3 {
  font-size: 40px;
  padding-top: 20px;
  color: #137e45;
}
@media (max-width: 1000px) {
  .sub-four .sub-fourinner .content-bottom .content h3 {
    font-size: 30px;
  }
}
.sub-four .sub-fourinner .content-bottom .content h3 span {
  font-size: 17px;
  font-weight: bold;
}
.sub-four .sub-fourinner .content-bottom .content p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}
.sub-four .sub-fourinner .content-bottom .content a {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  border-radius: 6px;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-bottom .content a {
    font-size: 18px;
  }
}
.sub-four .sub-fourinner .content-bottom .content a span img {
  height: 20px;
  width: auto;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-bottom .content a span img {
    top: 4px;
  }
}
.sub-four .sub-fourinner .content-bottom .content:first-child {
  background-color: #eff2f7;
  border: 6px solid #dae1ed;
}
.sub-four .sub-fourinner .content-bottom .content:first-child a {
  background-color: #008b56;
}
@media (max-width: 1000px) {
  .sub-four .sub-fourinner .content-bottom .content:first-child h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-bottom .content:first-child h4 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.sub-four .sub-fourinner .content-bottom .content:last-child {
  margin-right: 0;
  background-color: #eff3ef;
  border: 6px solid #dce5dc;
}
@media (max-width: 768px) {
  .sub-four .sub-fourinner .content-bottom .content:last-child {
    margin-bottom: 0px;
  }
}
.sub-four .sub-fourinner .content-bottom .content:last-child a {
  background-color: #f67100;
}
.sub-four .sub-fourinner .content-bottom .content:last-child h4 {
  font-size: 23px;
}
@media (max-width: 1000px) {
  .sub-four .sub-fourinner .content-bottom .content:last-child h4 {
    font-size: 20px;
  }
}
.sub-four .bottom-text {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .sub-four .bottom-text {
    margin-top: 20px;
  }
}

.sub-five {
  background-color: #f3ece1;
  padding: 50px 0;
  box-sizing: border-box;
}
.sub-five .sub-fiveinner {
  max-width: 1000px;
  margin: 0 auto;
}
.sub-five .sub-fiveinner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.sub-five .sub-fiveinner h3 span {
  color: #008b56;
}
.sub-five .subscribe-btn {
  margin-top: 40px;
  text-align: center;
}
.sub-five .subscribe-btn p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-five .subscribe-btn p {
    font-size: 18px;
  }
}

/* アコーディオンここから */
.accordion-content {
  display: none;
}

.accordion-header .accordion-button {
  width: 100%;
  text-align: left;
}

.accordion-button:focus {
  outline: none;
}

.icon {
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 20px;
  width: 11px;
  height: auto;
}

.accordion-header {
  margin: 0;
  position: relative;
  cursor: pointer;
}

.accordion-item {
  margin-bottom: 10px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-header .accordion-button {
  padding: 15px 25px;
  background-color: #fff;
  border: 0px;
  font-size: 15px;
  line-height: 26px;
  color: #333333;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accordion-header .accordion-button {
    padding: 15px 60px 15px 25px;
  }
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .accordion {
    width: 90%;
  }
}

.accordion-content p {
  margin: 0;
  padding: 15px 25px;
  background-color: #fff;
  font-size: 14px;
  margin-top: 1px;
}

/* アコーディオンここまで */
.sub-six .sub-sixinner {
  max-width: 1000px;
  margin: 70px auto;
}
@media (max-width: 1000px) {
  .sub-six .sub-sixinner {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .sub-six .sub-sixinner {
    margin: 50px auto;
  }
}
.sub-six .sub-sixinner .content {
  margin-bottom: 30px;
}
.sub-six .sub-sixinner .content:last-child {
  margin-bottom: 0;
}
.sub-six .sub-sixinner .content h4 {
  color: #008b56;
  margin-bottom: 5px;
}

.tm-row-right {
  display: none;
}/*# sourceMappingURL=subscribe.css.map */