@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #555555;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.heading--lv3 span {
  color: #f6a71a;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 215px;
  background: #f6a71a;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 8px;
}
.button--pattern-1 .icon, .button--pattern-1 .text {
  color: #ffffff;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.button--pattern-2 {
  display: flex;
  justify-content: center;
  width: 265px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}
.button--pattern-2 .text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.button--pattern-2 .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}
.button--pattern-2:hover {
  background: #3a8d78;
}
.button--pattern-2:hover .text, .button--pattern-2:hover .icon {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 215px;
    background: #f6a71a;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .button--pattern-1 .icon, .button--pattern-1 .text {
    color: #ffffff;
  }
  .button--pattern-1 .text {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .button--pattern-2 {
    display: flex;
    justify-content: center;
    width: 235px;
    padding: 10px;
    position: relative;
  }
  .button--pattern-2 .text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .button--pattern-2 .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 10px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
  position: relative;
}
.header--top {
  height: 100vh;
}
.header--sub {
  height: 45vh;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.header-bar__logo img {
  border-radius: 0 0 8px 0;
}

.header-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-visual__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 1040px;
}
.header-visual__title--top {
  width: 85%;
}
.header-visual__title--sub {
  display: block;
  width: 860px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
}
.header-visual__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
.header-visual__item {
  width: 18%;
}

@media only screen and (max-width: 767px) {
  .header {
    background: url(../img/layout/header/visual--top.jpg) no-repeat center left -250px/cover;
    position: relative;
  }
  .header--top {
    height: 525px;
  }
  .header--sub {
    background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
    height: 250px;
  }
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-bar__logo {
    width: 135px;
  }
  .header-bar__button {
    display: none;
  }
  .header-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .header-visual__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 95%;
    max-width: 420px;
    margin-top: 60px;
  }
  .header-visual__title--top {
    width: 95%;
  }
  .header-visual__title--sub {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .header-visual__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2%;
    width: 80%;
  }
  .header-visual__item {
    width: 32%;
  }
}
.footer-action {
  background: url(../img/layout/footer/bg.jpg) no-repeat center/cover;
}
.footer-action__inner {
  padding: 80px 0;
}
.footer-action__title--lv4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer-action__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.footer-action__contents {
  display: flex;
  justify-content: space-between;
  background: url(../img/layout/footer/bg--left.png) no-repeat top left/20%, #ffffff;
  padding: 60px 100px;
  box-sizing: border-box;
  position: relative;
}
.footer-action__list {
  display: flex;
  gap: 50px;
}
.footer-action__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 330px;
}
.footer-action__button {
  width: 100%;
  height: 60px;
  padding: 10px;
}
.footer-action__button .text {
  font-size: 1.8rem;
  line-height: 1.2;
}
.footer-action__button .text span {
  font-size: 1.4rem;
}
.footer-action__img {
  position: absolute;
  bottom: -1px;
  left: 160px;
}

.footer-bar {
  background: linear-gradient(180deg, rgba(58, 141, 120, 0) 95%, rgb(58, 141, 120) 95%);
  padding: 100px 0;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer-bar__logo {
  display: block;
  margin-bottom: 30px;
}
.footer-bar__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.footer-bar__info .address, .footer-bar__info .hour {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer-bar__nav {
  display: flex;
  gap: 60px;
}
.footer-bar__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer-bar__other {
  display: flex;
  justify-content: space-between;
}
.footer-bar__other .copyright {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer-bar__other .list {
  display: flex;
  gap: 30px;
}
.footer-bar__other .item a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.fixed-banner {
  display: block;
  width: 385px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.fixed-banner:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .footer-action__inner {
    padding: 50px 0;
  }
  .footer-action__title--lv3 {
    margin-bottom: 10px;
  }
  .footer-action__title--lv4 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .footer-action__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .footer-action__contents {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px 20px;
    position: relative;
  }
  .footer-action__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer-action__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 330px;
  }
  .footer-action__button {
    width: 100%;
    height: 60px;
    padding: 10px;
  }
  .footer-action__button .icon {
    width: 25px;
  }
  .footer-action__button .text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .footer-action__button .text span {
    font-size: 1.3rem;
  }
  .footer-action__img {
    width: 20%;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .footer-bar {
    padding: 50px 0 150px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-bar__logo {
    width: 135px;
    margin: 0 auto 20px;
  }
  .footer-bar__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .footer-bar__info .address, .footer-bar__info .hour {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__other {
    display: flex;
    justify-content: center;
  }
  .footer-bar__other .copyright {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .footer-bar__other .list {
    display: none;
  }
  .fixed-banner {
    display: block;
    width: 60%;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #3a8d78;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100dvh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__logo {
  display: block;
  width: 135px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail, .drawer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 80%;
  margin: 0 auto 20px;
  background: #f6a71a;
  padding: 15px;
  border-radius: 8px;
}
.drawer-mail .icon, .drawer-line .icon {
  width: 25px;
}
.drawer-mail i, .drawer-mail span, .drawer-line i, .drawer-line span {
  color: #ffffff;
}
.drawer-mail span, .drawer-line span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-message {
  background: url(../img/pages/top/message/bg--left.png) no-repeat bottom left/13%, url(../img/pages/top/message/bg--right.png) no-repeat top right/13%;
  padding: 80px 0;
}
.top-message__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.top-message__title .speech-bubble {
  background: #3a8d78;
  padding: 0 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.top-message__title .speech-bubble::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/12;
  background: url(../img/pages/top/message/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-message__title .text {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.top-message__title .text span {
  color: #f6a71a;
}

@media only screen and (max-width: 767px) {
  .top-message {
    background: url(../img/pages/top/message/bg--left.png) no-repeat bottom left/25%, url(../img/pages/top/message/bg--right.png) no-repeat top right/25%;
    padding: 50px 0;
  }
  .top-message__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .top-message__title .speech-bubble {
    padding: 0 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    position: relative;
  }
  .top-message__title .speech-bubble::before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-message__title .text {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
.top-problem {
  background: #f6f6f2;
  padding: 80px 0 0;
}
.top-problem__title--lv3 {
  text-align: center;
  margin-bottom: 40px;
}
.top-problem__title--lv4 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.top-problem__title--lv4 .icon {
  display: block;
  width: 150px;
}
.top-problem__title--lv4 .text {
  font-size: clamp(2rem, 1.15vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.top-problem__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.top-problem__item {
  width: 32%;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
}
.top-problem__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-problem__point {
  display: flex;
  gap: 5px;
}
.top-problem__point .icon {
  color: #3a8d78;
}
.top-problem__point .text {
  font-size: clamp(1.5rem, 0.83vw, 1.6rem);
  font-weight: 500;
}

.top-problem-message {
  background: #fff4e1;
  margin-top: 125px;
  position: relative;
}
.top-problem-message::before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/29;
  background: url(../img/pages/top/problem/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-problem-message__inner {
  padding: 30px 0;
  position: relative;
}
.top-problem-message__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-problem-message__title .speech-bubble {
  background: #f6a71a;
  padding: 0 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-problem-message__title .text {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.top-problem-message__title .text .strong-number, .top-problem-message__title .text .strong-text {
  color: #f6a71a;
}
.top-problem-message__title .text .strong-number {
  font-size: 4.6rem;
}
.top-problem-message__title .text .underline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgb(255, 255, 255) 75%);
}
.top-problem-message__img {
  position: absolute;
  bottom: -10px;
  right: -100px;
}

@media only screen and (max-width: 767px) {
  .top-problem {
    padding: 50px 0 0;
  }
  .top-problem__title--lv3 {
    margin-bottom: 30px;
  }
  .top-problem__title--lv4 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
  .top-problem__title--lv4 .icon {
    display: block;
    width: 80px;
  }
  .top-problem__title--lv4 .text {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .top-problem__list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
  }
  .top-problem__item {
    width: 100%;
    padding: 30px;
  }
  .top-problem__points {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-problem__point {
    display: flex;
    gap: 5px;
  }
  .top-problem__point .text {
    font-size: 1.5rem;
  }
  .top-problem-message {
    margin-top: 80px;
    position: relative;
  }
  .top-problem-message::before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-problem-message__inner {
    padding: 30px 0;
    position: relative;
  }
  .top-problem-message__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-problem-message__title .speech-bubble {
    padding: 0 20px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .top-problem-message__title .text {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
  }
  .top-problem-message__title .text .strong-number {
    font-size: 3.2rem;
  }
  .top-problem-message__img {
    width: 105px;
    position: absolute;
    bottom: -40px;
    right: 15px;
  }
}
.top-skill {
  padding: 80px 0 0;
}
.top-skill__title--lv3 {
  text-align: center;
  margin-bottom: 40px;
}
.top-skill__title--lv4 {
  display: block;
  width: 920px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}
.top-skill__title--lv4 .dot {
  color: #3a8d78;
  font-size: 4rem;
  position: relative;
}
.top-skill__title--lv4 .dot::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #3a8d78;
  border-radius: 90px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-skill__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  background: #f6f6f2;
  padding: 75px 40px 50px;
  box-sizing: border-box;
  margin-top: -40px;
}
.top-skill__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 23%;
  background: #3a8d78;
  padding: 10px 20px;
  box-sizing: border-box;
}
.top-skill__item .text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}

.top-skill-message {
  background: #fff4e1;
  margin-top: 45px;
  position: relative;
}
.top-skill-message::before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/29;
  background: url(../img/pages/top/skill/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-skill-message__inner {
  padding: 30px 0 40px;
  position: relative;
}
.top-skill-message__title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.top-skill-message__title .strongth {
  background: #ffffff;
  padding: 0 15px;
  margin: 0 5px;
  border-radius: 8px;
  color: #f6a71a;
}

@media only screen and (max-width: 767px) {
  .top-skill {
    padding: 60px 0 0;
  }
  .top-skill__title--lv3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .top-skill__title--lv4 {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 5px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
  }
  .top-skill__title--lv4 .dot {
    font-size: 2.6rem;
    position: relative;
  }
  .top-skill__title--lv4 .dot::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-skill__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-top: 0;
  }
  .top-skill__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 49%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .top-skill__item .icon {
    width: 30px;
  }
  .top-skill__item .text {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .top-skill-message {
    margin-top: 45px;
    position: relative;
  }
  .top-skill-message::before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-skill-message__inner {
    padding: 30px 0 40px;
    position: relative;
  }
  .top-skill-message__title {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .top-skill-message__title .strongth {
    padding: 0 15px;
    margin: 0 5px;
  }
}
.top-assumption {
  padding: 80px 0;
}
.top-assumption__title {
  text-align: center;
  margin-bottom: 40px;
}
.top-assumption__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2%;
}
.top-assumption__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 32%;
}
.top-assumption__question {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.top-assumption__question .img {
  display: block;
  width: 80px;
}
.top-assumption__question .text {
  background: #f6f6f2;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
}
.top-assumption__question .text::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/9;
  background: url(../img/pages/top/assumption/icon--arrow-light.png) no-repeat center/cover;
  position: absolute;
  bottom: -8px;
  left: 15px;
}
.top-assumption__answer {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.top-assumption__answer .img {
  width: 100px;
}
.top-assumption__answer .text {
  background: #3a8d78;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
}
.top-assumption__answer .text::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/9;
  background: url(../img/pages/top/assumption/icon--arrow-green.png) no-repeat center/cover;
  position: absolute;
  bottom: -8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .top-assumption {
    padding: 50px 0;
  }
  .top-assumption__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .top-assumption__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 60px;
  }
  .top-assumption__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .top-assumption__question {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .top-assumption__question .img {
    display: block;
    width: 80px;
  }
  .top-assumption__question .text {
    padding: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    position: relative;
  }
  .top-assumption__answer {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }
  .top-assumption__answer .img {
    width: 100px;
  }
  .top-assumption__answer .text {
    padding: 10px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
.top-guide {
  background: url(../img/pages/top/guide/bg--right.png) no-repeat bottom right/22%, #f6f6f2;
}
.top-guide__inner {
  padding: 80px 0;
}
.top-guide__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 2%;
}
.top-guide__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}
.top-guide__item .contents {
  flex-grow: 1;
  background: #ffffff;
  padding: 30px 30px 60px;
  box-sizing: border-box;
}
.top-guide__item .img {
  margin-bottom: 20px;
}
.top-guide__item .title {
  display: block;
  width: 100%;
  color: #3a8d78;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
}
.top-guide__item .body {
  padding: 0 20px;
  box-sizing: border-box;
}
.top-guide__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-guide__item .button {
  margin-top: -30px;
}

.top-guide-message {
  background: url(../img/pages/top/guide/bg.jpg) no-repeat bottom center/cover;
  position: relative;
}
.top-guide-message::before {
  content: "";
  display: block;
  width: 134px;
  aspect-ratio: 134/41;
  background: url(../img/pages/top/guide/icon--arrow.png) no-repeat bottom center/cover;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-guide-message__inner {
  padding: 40px 0;
  position: relative;
}
.top-guide-message__img {
  position: absolute;
  bottom: 0;
  left: -100px;
}
.top-guide-message__contents {
  width: 980px;
  margin: 0 0 0 auto;
}
.top-guide-message__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top-guide-message__title .background {
  font-size: 4rem;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0 15px;
}
.top-guide-message__title .color {
  color: #f6a71a;
}
.top-guide-message__text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 767px) {
  .top-guide {
    background: url(../img/pages/top/guide/bg--right.png) no-repeat bottom right/25%, #f6f6f2;
  }
  .top-guide__inner {
    padding: 50px 0;
  }
  .top-guide__list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .top-guide__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .top-guide__item .contents {
    flex-grow: 1;
    padding: 30px 30px 50px;
  }
  .top-guide__item .img {
    margin-bottom: 20px;
  }
  .top-guide__item .title {
    display: block;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-guide__item .body {
    padding: 0 10px;
  }
  .top-guide__item .text {
    font-size: 1.5rem;
  }
  .top-guide__item .button {
    margin-top: -30px;
  }
  .top-guide-message::before {
    content: "";
    display: block;
    width: 90px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-guide-message__inner {
    padding: 30px 0;
  }
  .top-guide-message__img {
    width: 105px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .top-guide-message__contents {
    width: auto;
    margin: 0 0 0 auto;
  }
  .top-guide-message__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .top-guide-message__title .background {
    font-size: 2.6rem;
    line-height: 1.8;
    padding: 0 15px;
  }
  .top-guide-message__text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.top-corporation {
  background: url(../img/pages/top/corporation/bg.jpg) no-repeat center/cover;
  padding: 80px 0;
  overflow: hidden;
}
.top-corporation__inner {
  position: relative;
}
.top-corporation__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.top-corporation__title .speech-bubble {
  background: #0070d0;
  padding: 0 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-corporation__title .text {
  color: #0070d0;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.top-corporation__title .text span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgb(255, 252, 39) 75%);
}
.top-corporation__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.top-corporation__contents {
  width: 1080px;
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto;
}
.top-corporation__text {
  margin-bottom: 30px;
}
.top-corporation__button {
  width: 330px;
  margin: 0 auto;
}
.top-corporation__img {
  position: absolute;
  bottom: 0;
}
.top-corporation__img--left {
  left: -180px;
}
.top-corporation__img--right {
  right: -180px;
}

@media only screen and (max-width: 767px) {
  .top-corporation {
    padding: 50px 0;
  }
  .top-corporation__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .top-corporation__title .speech-bubble {
    padding: 10px 20px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .top-corporation__title .text {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .top-corporation__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
  }
  .top-corporation__contents {
    width: auto;
    padding: 30px 20px 80px;
    margin: 0 auto;
  }
  .top-corporation__button {
    width: 100%;
    margin: 0 auto;
  }
  .top-corporation__img {
    width: 165px;
    position: absolute;
    bottom: -50px;
  }
  .top-corporation__img--left {
    left: 0;
  }
  .top-corporation__img--right {
    right: 0;
  }
}
.top-column {
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.top-column__time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #787878;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-column__button {
    position: relative;
    margin: 0 auto;
  }
}
.top-news {
  background: linear-gradient(90deg, rgb(246, 246, 242) 38%, rgba(246, 246, 242, 0) 38%);
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0;
}
.top-news__time {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  width: 600px;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    padding: 15px 0;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    position: relative;
  }
}
.rasson-value {
  background: url(../img/pages/reason/value/bg--left.png) no-repeat center left/12%, url(../img/pages/reason/value/bg--right.png) no-repeat top right/12%;
  padding: 80px 0;
}
.rasson-value__title--lv3 {
  margin-bottom: 30px;
}
.rasson-value__title--lv4 {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
  color: #3a8d78;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.rasson-value__list {
  display: flex;
  gap: 30px;
}
.rasson-value__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 340px;
}
.rasson-value__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f6f6f2;
  padding: 30px 0;
  border-radius: 8px;
}
.rasson-value__text {
  color: #3a8d78;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.rasson-value__text span {
  font-size: 4.6rem;
}
.rasson-value__caption {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .rasson-value {
    background: url(../img/pages/reason/value/bg--left.png) no-repeat center left/25%, url(../img/pages/reason/value/bg--right.png) no-repeat top right/25%;
    padding: 50px 0;
  }
  .rasson-value__title--lv3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .rasson-value__title--lv4 {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .rasson-value__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .rasson-value__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .rasson-value__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f6f6f2;
    padding: 30px 0;
    border-radius: 8px;
  }
  .rasson-value__text {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .rasson-value__text span {
    font-size: 4.2rem;
  }
  .rasson-value__caption {
    display: block;
    font-size: 1.2rem;
  }
}
.rasson-point {
  background: #f6f6f2;
  padding: 80px 0;
}
.rasson-point__title--lv3 {
  text-align: center;
  margin-bottom: 30px;
}
.rasson-point__list {
  display: flex;
  gap: 30px;
}
.rasson-point__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 340px;
  padding: 30px 0;
  position: relative;
}
.rasson-point__item .title {
  color: #3a8d78;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.rasson-point__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.rasson-point__item::before {
  content: "";
  display: block;
  width: 63px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.rasson-point__item:first-child::before {
  background: url(../img/pages/reason/point/icon--01.png) no-repeat center/cover;
}
.rasson-point__item:nth-child(2)::before {
  background: url(../img/pages/reason/point/icon--02.png) no-repeat center/cover;
}
.rasson-point__item:nth-child(3)::before {
  background: url(../img/pages/reason/point/icon--03.png) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .rasson-point {
    padding: 50px 0;
  }
  .rasson-point__title--lv3 {
    margin-bottom: 30px;
  }
  .rasson-point__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .rasson-point__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  .rasson-point__item .title {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .rasson-point__item .text {
    font-size: 1.5rem;
  }
  .rasson-point__item::before {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.rasson-merit {
  padding: 80px 0;
}
.rasson-merit__title--lv3 {
  text-align: center;
  margin-bottom: 30px;
}
.rasson-merit__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rasson-merit__item {
  display: flex;
  gap: 30px;
  background: #f6f6f2;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.rasson-merit__item:before {
  content: "";
  display: block;
  width: 139px;
  aspect-ratio: 139/165;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rasson-merit__item:first-child:before {
  background: url(../img/pages/reason/merit/icon--01.png) no-repeat center/cover;
}
.rasson-merit__item:nth-child(2):before {
  background: url(../img/pages/reason/merit/icon--02.png) no-repeat center/cover;
}
.rasson-merit__item:nth-child(3):before {
  background: url(../img/pages/reason/merit/icon--03.png) no-repeat center/cover;
}
.rasson-merit__item:nth-child(4):before {
  background: url(../img/pages/reason/merit/icon--04.png) no-repeat center/cover;
}
.rasson-merit__item:nth-child(5):before {
  background: url(../img/pages/reason/merit/icon--05.png) no-repeat center/cover;
}
.rasson-merit__item .title {
  display: block;
  background: #ffffff;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #3a8d78;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.rasson-merit__item .title::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/9;
  background: url(../img/pages/reason/merit/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: -8px;
  left: 20px;
}
.rasson-merit__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .rasson-merit {
    padding: 50px 0;
  }
  .rasson-merit__title--lv3 {
    margin-bottom: 30px;
  }
  .rasson-merit__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .rasson-merit__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px 120px;
    position: relative;
  }
  .rasson-merit__item:before {
    content: "";
    display: block;
    width: 105px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 10px;
  }
  .rasson-merit__item .title {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 0;
    position: relative;
  }
  .rasson-merit__item .text {
    font-size: 1.4rem;
  }
}
.difference-number {
  padding: 80px 0;
}
.difference-number__title--lv3 {
  margin-bottom: 10px;
}
.difference-number__text {
  margin-bottom: 50px;
}
.difference-number__head {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.difference-number__head .title--empty {
  width: 230px;
}
.difference-number__head .title--franchise {
  width: 420px;
}
.difference-number__head .title--franchise span {
  display: block;
  width: 60%;
  margin: 0 auto;
  background: #f6f6f2;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.difference-number__head .title--lifesupport {
  width: 420px;
  text-align: center;
}
.difference-number__head .title--lifesupport span {
  display: block;
  width: 60%;
  margin: 0 auto;
  background: #3a8d78;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.difference-number__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
}
.difference-number__row .title {
  display: block;
  width: 230px;
  color: #3a8d78;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.difference-number__row .box {
  width: 420px;
  padding: 10px;
  box-sizing: border-box;
}
.difference-number__row .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.difference-number__row .wrapper--lifesupport {
  background: #f6f6f2;
}
.difference-number__row .name {
  display: none;
}
.difference-number__row .number {
  color: #3a8d78;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.difference-number__row .number .big {
  font-size: 3.2rem;
}
.difference-number__row .number .small {
  font-size: 1.8rem;
}
.difference-number__row .number--center {
  text-align: center;
}
.difference-number__row .text {
  display: block;
  min-height: 102px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .difference-number {
    padding: 50px 0;
  }
  .difference-number__title--lv3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .difference-number__text {
    margin-bottom: 0;
  }
  .difference-number__head {
    display: none;
  }
  .difference-number__row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0;
  }
  .difference-number__row .title {
    display: block;
    width: 100%;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .difference-number__row .box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .difference-number__row .wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .difference-number__row .name {
    display: block;
  }
  .difference-number__row .name--franchise {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: #f6f6f2;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .difference-number__row .name--lifesupport {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: #3a8d78;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .difference-number__row .number {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .difference-number__row .number .big {
    font-size: 2.8rem;
  }
  .difference-number__row .number .small {
    font-size: 1.5rem;
  }
  .difference-number__row .number--center {
    text-align: center;
  }
  .difference-number__row .text {
    display: block;
    min-height: auto;
    font-size: 1.4rem;
  }
}
.support-price {
  background: url(../img/pages/support/price/bg--left.png) no-repeat left/12%, url(../img/pages/support/price/bg--right.png) no-repeat top right/12%;
  padding: 80px 0;
}
.support-price__title--lv3 {
  margin-bottom: 30px;
}
.support-price__title--lv4 {
  display: block;
  width: 220px;
  background: #3a8d78;
  padding: 5px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 8px;
  text-align: center;
}
.support-price__title--lv5 {
  color: #3a8d78;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.support-price__wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
}
.support-price__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 42%;
  position: relative;
}
.support-price__contents:nth-child(2)::before {
  content: "+";
  display: block;
  color: #f6a71a;
  font-size: 7.2rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -60px;
}
.support-price__cost {
  color: #3a8d78;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}
.support-price__cost span {
  font-size: 2.2rem;
}
.support-price__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.support-price__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.support-price__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 530px;
  background: #f6f6f2;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.support-price__point {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .support-price {
    background: url(../img/pages/support/price/bg--left.png) no-repeat left/25%, url(../img/pages/support/price/bg--right.png) no-repeat top right/25%;
    padding: 50px 0;
  }
  .support-price__title--lv3 {
    margin-bottom: 30px;
  }
  .support-price__title--lv4 {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
  }
  .support-price__title--lv5 {
    color: #3a8d78;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .support-price__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 30px;
  }
  .support-price__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: relative;
  }
  .support-price__contents:nth-child(2)::before {
    display: block;
    font-size: 4.6rem;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .support-price__cost {
    font-size: 4.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .support-price__cost span {
    font-size: 2.2rem;
  }
  .support-price__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .support-price__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .support-price__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 20px;
  }
  .support-price__point {
    font-size: 1.5rem;
  }
}
.support-review {
  background: #f6f6f2;
  padding: 80px 0;
}
.support-review__title--lv3 {
  text-align: center;
  margin-bottom: 30px;
}
.support-review__title--lv4 {
  color: #3a8d78;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.support-review__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.support-review__item {
  width: 520px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.support-review__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.support-review__thumbnai {
  width: 150px;
  aspect-ratio: 1/1;
  background: url(../img/pages/support/review/no-img.jpg) no-repeat center/cover;
  border-radius: 90px;
}
.support-review__thumbnai img {
  border-radius: 90px;
}
.support-review__contents {
  width: 290px;
}
.support-review__characteristics {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.support-review__text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .support-review {
    padding: 50px 0;
  }
  .support-review__title--lv3 {
    margin-bottom: 30px;
  }
  .support-review__title--lv4 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .support-review__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .support-review__item {
    width: 100%;
    padding: 30px 20px;
  }
  .support-review__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }
  .support-review__thumbnai {
    width: 100px;
  }
  .support-review__contents {
    width: 100%;
  }
  .support-review__characteristics {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .support-review__text {
    font-size: 1.5rem;
  }
}
.support-faq {
  background: url(../img/pages/support/faq/bg--left.png) no-repeat bottom left/20%;
  padding: 80px 0;
}
.support-faq__title--lv3 {
  text-align: center;
  margin-bottom: 30px;
}
.support-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #c2c2c2;
  padding: 25px 0;
}
.support-faq__question {
  display: flex;
  gap: 10px;
}
.support-faq__question .text {
  color: #3a8d78;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.support-faq__answer {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .support-faq {
    background: url(../img/pages/support/faq/bg--left.png) no-repeat bottom left/30%;
    padding: 50px 0;
  }
  .support-faq__title--lv3 {
    margin-bottom: 0;
  }
  .support-faq__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #c2c2c2;
    padding: 25px 0;
  }
  .support-faq__question {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .support-faq__question .icon {
    width: 35px;
  }
  .support-faq__question .text {
    color: #3a8d78;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .support-faq__answer {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.corporation-problem {
  background: url(../img/pages/corporation/problem/bg--left.png) no-repeat center left/12%, url(../img/pages/corporation/problem/bg--right.png) no-repeat top right/12%;
  padding: 80px 0 0;
}
.corporation-problem__title--lv3 {
  margin-bottom: 30px;
}
.corporation-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.corporation-problem__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  background: #f6f6f2;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #3a8d78;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
}
.corporation-problem__item:before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/9;
  background: url(../img/pages/corporation/problem/icon--bubble.png) no-repeat center left/cover;
  position: absolute;
  bottom: -8px;
  left: 20px;
}

.corporation-problem-message {
  background: #fff4e1;
  margin-top: 100px;
  position: relative;
}
.corporation-problem-message::before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/29;
  background: url(../img/pages/corporation/problem/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.corporation-problem-message__inner {
  padding: 30px 0 40px;
  position: relative;
}
.corporation-problem-message__title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.corporation-problem-message__title .strongth {
  background: #ffffff;
  padding: 0 15px;
  margin: 0 5px;
  border-radius: 8px;
  color: #f6a71a;
}

@media only screen and (max-width: 767px) {
  .corporation-problem {
    background: url(../img/pages/corporation/problem/bg--left.png) no-repeat center left/20%, url(../img/pages/corporation/problem/bg--right.png) no-repeat top right/20%;
    padding: 50px 0 0;
  }
  .corporation-problem__title--lv3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .corporation-problem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .corporation-problem__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
  }
  .corporation-problem-message {
    margin-top: 60px;
    position: relative;
  }
  .corporation-problem-message::before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .corporation-problem-message__inner {
    padding: 30px 0;
    position: relative;
  }
  .corporation-problem-message__title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .corporation-problem-message__title .strongth {
    padding: 0 15px;
    margin: 0 5px;
  }
}
.corporation-feature {
  background: #f6f6f2;
  padding: 80px 0;
}
.corporation-feature__title--lv3 {
  text-align: center;
  margin-bottom: 30px;
}
.corporation-feature__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.corporation-feature__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 340px;
  position: relative;
}
.corporation-feature__item .title {
  color: #3a8d78;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.corporation-feature__item .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.corporation-feature__item::before {
  content: "";
  display: block;
  width: 63px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.corporation-feature__item:first-child::before {
  background: url(../img/pages/corporation/feature/icon--01.png) no-repeat center/cover;
}
.corporation-feature__item:nth-child(2)::before {
  background: url(../img/pages/corporation/feature/icon--02.png) no-repeat center/cover;
}
.corporation-feature__item:nth-child(3)::before {
  background: url(../img/pages/corporation/feature/icon--03.png) no-repeat center/cover;
}
.corporation-feature__item:nth-child(4)::before {
  background: url(../img/pages/corporation/feature/icon--04.png) no-repeat center/cover;
}
.corporation-feature__item:nth-child(5)::before {
  background: url(../img/pages/corporation/feature/icon--05.png) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .corporation-feature {
    padding: 50px 0;
  }
  .corporation-feature__title--lv3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .corporation-feature__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .corporation-feature__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: relative;
  }
  .corporation-feature__item .title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .corporation-feature__item .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .corporation-feature__item::before {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.corporation-example {
  padding: 80px 0 0;
}
.corporation-example__title--lv3 {
  text-align: center;
  margin-bottom: 30px;
}
.corporation-example__title--lv4 {
  color: #3a8d78;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.corporation-example__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.corporation-example__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.corporation-example__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
  width: 720px;
  background: #f6f6f2;
  padding: 20px;
  box-sizing: border-box;
}
.corporation-example__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 32%;
}
.corporation-example__item .icon {
  color: #3a8d78;
}

.corporation-example-message {
  background: #fff4e1;
  margin-top: 100px;
  position: relative;
}
.corporation-example-message::before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/29;
  background: url(../img/pages/corporation/example/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.corporation-example-message__inner {
  padding: 30px 0 40px;
  position: relative;
}
.corporation-example-message__title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.corporation-example-message__title .strongth {
  background: #ffffff;
  padding: 0 15px;
  margin: 0 5px;
  border-radius: 8px;
  color: #f6a71a;
}

@media only screen and (max-width: 767px) {
  .corporation-example {
    padding: 50px 0 0;
  }
  .corporation-example__title--lv3 {
    margin-bottom: 20px;
  }
  .corporation-example__title--lv4 {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .corporation-example__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .corporation-example__contents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .corporation-example__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .corporation-example__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 49%;
  }
  .corporation-example__item .text {
    font-size: 1.4rem;
  }
  .corporation-example-message {
    margin-top: 60px;
    position: relative;
  }
  .corporation-example-message::before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .corporation-example-message__inner {
    padding: 30px 0;
    position: relative;
  }
  .corporation-example-message__title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .corporation-example-message__title .strongth {
    padding: 0 15px;
    margin: 0 5px;
  }
}
.corporation-case {
  background: #f6f6f2;
  padding: 80px 0;
}
.corporation-case__title--lv3 {
  text-align: center;
  margin-bottom: 30px;
}
.corporation-case__title--lv4 {
  color: #3a8d78;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.corporation-case__title--lv5 {
  color: #3a8d78;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
}
.corporation-case__title--lv5::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3a8d78;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.corporation-case__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.corporation-case__item {
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.corporation-case__wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.corporation-case__thumbnail {
  width: 400px;
  aspect-ratio: 400/270;
  background: url(../img/pages/corporation/case/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
}
.corporation-case__contents {
  width: 570px;
}
.corporation-case__desc {
  font-size: 1.6rem;
  font-weight: 500;
}
.corporation-case__points {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.corporation-case__point {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.corporation-case__text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .corporation-case {
    padding: 50px 0;
  }
  .corporation-case__title--lv3 {
    margin-bottom: 20px;
  }
  .corporation-case__title--lv4 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .corporation-case__title--lv5 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-left: 20px;
  }
  .corporation-case__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .corporation-case__item {
    padding: 30px 20px;
  }
  .corporation-case__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  .corporation-case__thumbnail {
    width: 100%;
  }
  .corporation-case__contents {
    width: 100%;
  }
  .corporation-case__desc {
    font-size: 1.5rem;
  }
  .corporation-case__points {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .corporation-case__point {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .corporation-case__text {
    font-size: 1.4rem;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #3a8d78;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #3a8d78;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */