.p-corporation {
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
}
.p-corporation .roboto {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.p-corporation .c-inner {
  width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .p-corporation .c-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.p-corporation .c-ttl {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #fff;
  background-color: #1D8D3C;
  padding: 15px 0 45px 0;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-corporation .c-ttl {
    font-size: 24px;
    padding: 20px 0 30px 0;
  }
}
.p-corporation .c-ttl::before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px), print {
  .p-corporation .c-ttl::before {
    bottom: 16%;
  }
}
.p-corporation .mv {
  position: relative;
  height: 340px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .mv {
    height: 250px;
  }
}
.p-corporation .mv__img {
  width: 100%;
  height: 100%;
}
.p-corporation .mv__img figure {
  width: 100%;
  height: 100%;
}
.p-corporation .mv__img figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-corporation .mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px), print {
  .p-corporation .mv__ttl {
    text-align: center;
  }
}
.p-corporation .mv__ttl h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (max-width: 767px), print {
  .p-corporation .mv__ttl h1 {
    font-size: 28px;
    white-space: nowrap;
  }
}
.p-corporation .s-heading {
  margin-top: 30px;
}
.p-corporation .s-heading__ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #1D8D3C;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-heading__ttl {
    font-size: 24px;
  }
}
.p-corporation .s-heading__subTtl {
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-heading__subTtl {
    font-size: 20px;
    margin-top: 20px;
    text-align: left;
  }
}
.p-corporation .s-heading__txt {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #000000;
  width: 650px;
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-heading__txt {
    width: 100%;
    margin-top: 5px;
  }
}
.p-corporation .s-heading__imgWrap {
  margin-top: 40px;
  width: 1100px;
  height: auto;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-heading__imgWrap {
    width: 100%;
    margin-top: 30px;
  }
}
.p-corporation .s-heading__imgWrap picture {
  width: 100%;
  height: 100%;
}
.p-corporation .s-heading__imgWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corporation .s-heading__fee {
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  height: auto;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-heading__fee {
    width: 100%;
    margin-top: 20px;
  }
}
.p-corporation .s-heading__fee img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-corporation .s-service {
  margin-top: 100px;
  padding-bottom: 70px;
  background-color: rgba(24, 138, 65, 0.05);
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.p-corporation .s-service h3 {
  display: block;
  margin-top: 60px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #0E8E46;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service h3 {
    margin-top: 20px;
    font-size: 22px;
    text-align: left;
  }
}
.p-corporation .s-service ul:nth-of-type(1) {
  margin-top: 70px;
  padding: 0 60px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) {
    margin-top: 20px;
    padding: 0;
  }
}
.p-corporation .s-service ul:nth-of-type(1) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-corporation .s-service ul:nth-of-type(1) li:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.p-corporation .s-service ul:nth-of-type(1) li:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) li:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-corporation .s-service ul:nth-of-type(1) li figure {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) li figure {
    width: 100%;
  }
}
.p-corporation .s-service ul:nth-of-type(1) li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corporation .s-service ul:nth-of-type(1) li div {
  width: 48%;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) li div {
    width: 100%;
    margin-top: 20px;
  }
}
.p-corporation .s-service ul:nth-of-type(1) li div h4 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #0E8E46;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) li div h4 {
    font-size: 20px;
  }
}
.p-corporation .s-service ul:nth-of-type(1) li div p {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(1) li div p {
    margin-top: 10px;
    font-size: 13px;
  }
}
.p-corporation .s-service ul:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 48px;
  margin-top: 40px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(2) {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-top: 25px;
  }
}
.p-corporation .s-service ul:nth-of-type(2) li figure {
  height: 100px;
  margin-inline: auto;
}
.p-corporation .s-service ul:nth-of-type(2) li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corporation .s-service ul:nth-of-type(2) li figure.icon-01 {
  width: 82.5px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(2) li figure.icon-01 {
    width: 75px;
  }
}
.p-corporation .s-service ul:nth-of-type(2) li figure.icon-02 {
  width: 136px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(2) li figure.icon-02 {
    width: 117px;
  }
}
.p-corporation .s-service ul:nth-of-type(2) li figure.icon-03 {
  width: 95px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(2) li figure.icon-03 {
    width: 74px;
  }
}
.p-corporation .s-service ul:nth-of-type(2) li figure.icon-04 {
  width: 74px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(2) li figure.icon-04 {
    width: 60px;
  }
}
.p-corporation .s-service ul:nth-of-type(2) li span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #1D8D3C;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(2) li span {
    margin-top: 10px;
    text-align: left;
  }
}
.p-corporation .s-service ul:nth-of-type(2) li p {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-service ul:nth-of-type(2) li p {
    margin-top: 10px;
  }
}
.p-corporation .s-feature {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-feature {
    padding-bottom: 40px;
  }
}
.p-corporation .s-feature ul {
  margin-top: 80px;
  padding: 0 60px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-feature ul {
    margin-top: 20px;
    padding: 0;
  }
}
.p-corporation .s-feature ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-feature ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-corporation .s-feature ul li:nth-of-type(n + 2) {
  margin-top: 32px;
}
.p-corporation .s-feature ul li div:nth-of-type(1) {
  position: relative;
  z-index: 1;
  width: 35.7%;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-feature ul li div:nth-of-type(1) {
    width: 100%;
  }
}
.p-corporation .s-feature ul li div:nth-of-type(1) figure {
  width: 100%;
  height: auto;
}
.p-corporation .s-feature ul li div:nth-of-type(1) figure img {
  width: 100%;
  height: 100%;
}
.p-corporation .s-feature ul li div:nth-of-type(1) span {
  position: absolute;
  top: 1px;
  left: 5px;
  z-index: 2;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
}
.p-corporation .s-feature ul li div:nth-of-type(2) {
  width: 60%;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-feature ul li div:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.p-corporation .s-feature ul li div:nth-of-type(2) h4 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #0E8E46;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-feature ul li div:nth-of-type(2) h4 {
    font-size: 18px;
  }
}
.p-corporation .s-feature ul li div:nth-of-type(2) p {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-feature ul li div:nth-of-type(2) p {
    font-size: 15px;
    margin-top: 10px;
  }
}
.p-corporation .s-shop {
  padding-bottom: 84px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-shop {
    padding-bottom: 40px;
  }
}
.p-corporation .s-shop ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
  margin-top: 70px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-shop ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
    margin-top: 20px;
  }
}
.p-corporation .s-shop ul li {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-shop ul li {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
.p-corporation .s-shop ul li figure {
  height: auto;
}
.p-corporation .s-shop ul li figure:nth-of-type(1) {
  width: 100%;
}
.p-corporation .s-shop ul li figure:nth-of-type(2) {
  width: 70%;
  margin-inline: auto;
  margin-top: 12px;
}
.p-corporation .s-shop ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corporation .s-shop ul li span {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #000000;
  text-align: center;
}
.p-corporation .s-shop ul li a {
  position: relative;
  display: block;
  margin-inline: auto;
  width: 70%;
  background-color: #1D8D3C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-shop ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-shop ul li a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.p-corporation .s-shop__bottom {
  background-color: #F3F9F5;
  margin-top: 5rem;
  padding: 2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-shop__bottom {
    margin-top: 3rem;
    padding: 2rem;
  }
}
.p-corporation .s-shop__bottom p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-shop__bottom p {
    text-align: left;
  }
}
.p-corporation .s-qa {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-qa {
    padding-bottom: 40px;
  }
}
.p-corporation .s-qa ul {
  margin-top: 70px;
  padding: 0 60px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-qa ul {
    padding: 0;
    margin-top: 20px;
  }
}
.p-corporation .s-qa ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}
.p-corporation .s-qa ul li .acc-q {
  position: relative;
  background-color: #F2F2F2;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #000000;
  padding: 24px 30px 24px 40px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-qa ul li .acc-q {
    font-size: 16px;
    padding: 8px 40px 8px 20px;
    line-height: 1.4;
  }
}
.p-corporation .s-qa ul li .acc-q::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1D8D3C;
  border-bottom: 2px solid #1D8D3C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-qa ul li .acc-q::before {
    right: 20px;
    width: 6px;
    height: 6px;
  }
}
.p-corporation .s-qa ul li .acc-q.open::before {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.p-corporation .s-qa ul li .acc-a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #000000;
  padding: 24px 30px 24px 40px;
  background-color: rgba(24, 138, 65, 0.05);
  display: none;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-qa ul li .acc-a {
    font-size: 16px;
    padding: 8px 15px;
    line-height: 1.4;
  }
}
.p-corporation .s-qa ul li .acc-a a {
  color: #1D8D3C;
  text-decoration: underline;
  white-space: nowrap;
}
.p-corporation .s-qa ul li .s-qa__heading {
  padding-right: 8px;
}
.p-corporation .s-qa ul li .s-qa__heading.green-txt {
  color: #1D8D3C;
}
.p-corporation .s-flow {
  padding-bottom: 80px;
  background-color: rgba(24, 138, 65, 0.05);
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-flow {
    padding-bottom: 40px;
  }
}
.p-corporation .s-flow ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
  margin-top: 80px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-flow ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-top: 20px;
  }
}
.p-corporation .s-flow ul li {
  background-color: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.p-corporation .s-flow ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -19px;
  width: 16px;
  height: 28px;
  content: "";
  background: url(../images/corporation/flow-ic.png) no-repeat center/contain;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-flow ul li:not(:last-child)::after {
    top: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: -25px;
  }
}
.p-corporation .s-flow ul li b {
  display: block;
  font-size: 34px;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #1D8D3C;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-flow ul li b {
    font-size: 28px;
  }
}
.p-corporation .s-flow ul li span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #1D8D3C;
  text-align: left;
  display: block;
  margin-top: 13px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-flow ul li span {
    margin-top: 10px;
    font-size: 18px;
  }
}
.p-corporation .s-flow ul li p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #000000;
  text-align: left;
  display: block;
  margin-top: 13px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-flow ul li p {
    margin-top: 10px;
  }
}
.p-corporation .s-seminar__inner {
  padding: 0 60px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__inner {
    padding: 0;
  }
}
.p-corporation .s-seminar__heading {
  font-size: 18px;
  font-weight: 500;
  margin-top: 70px;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__heading {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }
}
.p-corporation .s-seminar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  margin-top: 50px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top {
    padding: 0;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-corporation .s-seminar__top-item {
  width: 47.6%;
  padding: 25px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item:nth-of-type(2) {
    margin-top: 30px;
  }
}
.p-corporation .s-seminar__top-item figure {
  width: 100%;
  height: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item figure {
    padding: 0;
  }
}
.p-corporation .s-seminar__top-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corporation .s-seminar__top-item h4 {
  display: block;
  margin-top: 14px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #1D8D3C;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item h4 {
    font-size: 22px;
  }
}
.p-corporation .s-seminar__top-item p {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item p {
    margin-top: 10px;
  }
}
.p-corporation .s-seminar__top-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-corporation .s-seminar__top-item-wrap:nth-of-type(1) {
  margin-top: 20px;
}
.p-corporation .s-seminar__top-item-wrap:nth-of-type(2) {
  margin-top: 10px;
}
.p-corporation .s-seminar__top-item-wrap span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #1D8D3C;
  padding: 6px 15px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item-wrap span {
    white-space: nowrap;
  }
}
.p-corporation .s-seminar__top-item-wrap p {
  display: block;
  margin-top: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__top-item-wrap p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-corporation .s-seminar__bottom {
  padding: 30px 60px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__bottom {
    padding: 0;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
.p-corporation .s-seminar__bottom-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__bottom-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-corporation .s-seminar__bottom-head figure {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__bottom-head figure {
    width: 100%;
  }
}
.p-corporation .s-seminar__bottom-head figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corporation .s-seminar__bottom-head-wrap {
  width: 54%;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__bottom-head-wrap {
    width: 100%;
  }
}
.p-corporation .s-seminar__bottom-head-wrap h4 {
  display: block;
  margin-top: 14px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #1D8D3C;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__bottom-head-wrap h4 {
    font-size: 22px;
  }
}
.p-corporation .s-seminar__bottom-head-wrap p {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__bottom-head-wrap p {
    line-height: 1.7;
  }
}
.p-corporation .s-seminar__bottom-head-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-corporation .s-seminar__bottom-head-group:nth-of-type(1) {
  margin-top: 20px;
}
.p-corporation .s-seminar__bottom-head-group:nth-of-type(2) {
  margin-top: 10px;
}
.p-corporation .s-seminar__bottom-head-group span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #1D8D3C;
  padding: 6px 15px;
}
.p-corporation .s-seminar__bottom-head-group p {
  display: block;
  margin-top: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #000000;
}
.p-corporation .s-seminar__bottom ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 55px;
  margin-top: 40px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-seminar__bottom ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
    margin-top: 20px;
  }
}
.p-corporation .s-seminar__bottom ul li span {
  position: relative;
  padding-left: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #000000;
}
.p-corporation .s-seminar__bottom ul li span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000000;
}
.p-corporation .s-seminar__bottom ul li p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #000000;
  display: block;
  margin-top: 5px;
}
.p-corporation .s-plan {
  margin-top: 90px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-plan {
    margin-top: 64px;
    padding-bottom: 30px;
  }
}
.p-corporation .s-plan h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #1D8D3C;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-plan h3 {
    font-size: 22px;
  }
}
.p-corporation .s-plan figure {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-plan figure {
    margin-top: 10px;
    width: 100vw;
    margin-left: -20px;
  }
}
.p-corporation .s-plan figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corporation .s-plan__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-plan__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
    margin-top: 20px;
  }
}
.p-corporation .s-plan__tel .tel-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.p-corporation .s-plan__tel p {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px), print {
  .p-corporation .s-plan__tel p {
    font-size: 18px;
  }
}
.p-corporation .s-plan__tel p a {
  color: #1D8D3C;
  font-size: 24px;
}
@media screen and (min-width: 768px), print {
  .p-corporation .s-plan__tel p a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.p-corporation__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-corporation__footer-copy {
  text-align: right;
}