@charset "UTF-8";
#_ #fv {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #_ #fv {
    padding-top: 73px;
  }
}
#_ #fv::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background-color: #d8f2ff;
}
#_ #fv .fv-main {
  padding-inline: 20px;
}
#_ #fv .fv-heading {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-heading {
    font-size: 1.8rem;
  }
}
#_ #fv .fv-heading span.-l {
  display: block;
  font-size: 1.2857142857em;
  letter-spacing: 0.05em;
  margin-top: -2px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-heading span.-l {
    font-size: 1.3333333333em;
    margin-top: 0;
    margin-bottom: 0px;
  }
}
#_ #fv .fv-heading span.-wrap {
  display: inline-block;
}
#_ #fv .fv-heading img {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-heading img {
    max-width: 200px;
    margin-top: 20px;
  }
}
#_ #fv .fv-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-text {
    font-size: 14px;
  }
}
#_ #fv .fv-text span {
  display: inline-block;
}
#_ #fv .cta-button-wrap {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #_ #fv .cta-button-wrap {
    margin-top: 30px;
  }
}
#_ #fv .fv-cloud {
  position: absolute;
  top: 180px;
  right: 50%;
  transform: translateX(-334px);
  display: block;
  max-width: 335px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-cloud {
    top: auto;
    bottom: 229px;
    right: auto;
    left: -30px;
    transform: none;
    max-width: 140px;
  }
}
#_ #fv .fv-cloud2 {
  position: absolute;
  top: 187px;
  left: 50%;
  transform: translateX(310px);
  display: block;
  max-width: 361px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-cloud2 {
    top: auto;
    bottom: 229px;
    left: auto;
    right: -35px;
    transform: none;
    max-width: 140px;
  }
}
#_ #fv .fv-wave {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 337px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-wave {
    height: auto;
    margin-top: 84px;
  }
}
#_ #fv .fv-wave img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  min-width: 1440px;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-wave img {
    min-width: 1156px;
  }
}
#_ #fv .fv-boat {
  position: absolute;
  z-index: 1;
  left: 3.125%;
  bottom: 88px;
  max-width: 297px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-boat {
    left: -11px;
    bottom: 61px;
    max-width: 138px;
  }
}
#_ #fv .fv-scroll {
  position: absolute;
  z-index: 2;
  bottom: 110px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-scroll {
    right: 17px;
    bottom: 45px;
  }
}
#_ #fv .fv-scroll-text {
  display: block;
  color: var(--color-white);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-scroll-text {
    font-size: 1rem;
  }
}
#_ #fv .fv-scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  #_ #fv .fv-scroll-line {
    height: 50px;
  }
}
#_ #fv .fv-scroll-line::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  animation: fv-scroll 2s cubic-bezier(0.43, 0.05, 0.17, 1) infinite;
}

@keyframes fv-scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#_ #point {
  position: relative;
}
#_ #point .point-accent {
  position: absolute;
  top: -77px;
  left: 40px;
  max-width: 196px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #_ #point .point-accent {
    top: -14px;
    left: 20px;
    max-width: 90px;
  }
}
#_ #point .point-list {
  display: grid;
  row-gap: 48px;
}
@media screen and (max-width: 767px) {
  #_ #point .point-list {
    row-gap: 20px;
  }
}
#_ #point .point-list-item {
  counter-increment: number;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 40px;
  border-radius: 20px;
  background-color: #deeaf5;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  #_ #point .point-list-item {
    flex-direction: column;
    row-gap: 30px;
    border-radius: 10px;
    padding: 20px 15px;
  }
}
#_ #point .point-list-item:nth-of-type(even) {
  flex-direction: row-reverse;
  background-color: #eef4fa;
}
@media screen and (max-width: 767px) {
  #_ #point .point-list-item:nth-of-type(even) {
    flex-direction: column;
  }
}
#_ #point .point-accent2 {
  position: absolute;
  top: -40px;
  right: 90px;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  #_ #point .point-accent2 {
    top: -23px;
    right: 0;
    max-width: 90px;
  }
}
#_ #point .point-content {
  flex-shrink: 0;
  width: 46%;
}
@media screen and (max-width: 767px) {
  #_ #point .point-content {
    width: 100%;
  }
}
#_ #point .point-content-heading {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #_ #point .point-content-heading {
    font-size: 1.6rem;
  }
}
#_ #point .point-content-heading::before {
  content: "POINT " counter(number, decimal-leading-zero);
  display: block;
  color: var(--color-primary);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 5px;
}
#_ #point .point-content-heading span {
  color: var(--color-secondary);
  font-size: 1.6em;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #_ #point .point-content-heading span {
    font-size: 1.5em;
  }
}
#_ #point .point-content-list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #_ #point .point-content-list {
    margin-top: 20px;
  }
}
#_ #point .point-content-list li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  #_ #point .point-content-list li {
    font-size: 1.6rem;
  }
}
#_ #point .point-content-list li + li {
  margin-top: 10px;
}
#_ #point .point-content-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-primary);
}
#_ #point .point-content-list li span {
  display: inline-block;
}
#_ #point .point-button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  width: fit-content;
  background-color: var(--color-primary);
  border-radius: 5px;
  box-shadow: 0 4px 0 0 #092956;
  padding: 10px 12px;
  margin: 34px auto 0;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  #_ #point .point-button {
    font-size: 1.6rem;
    padding: 10px 13px;
    margin-top: 20px;
  }
}
#_ #point .point-button:hover {
  box-shadow: none;
  transform: translateY(4px);
}
#_ #point .point-button::after {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}

#_ #skills-build {
  position: relative;
  background-color: #f5f5f5;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  #_ #skills-build {
    padding-block: 50px;
  }
}
#_ #skills-build .skills-build-accent {
  position: absolute;
  z-index: 2;
  top: -112px;
  right: 110px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  #_ #skills-build .skills-build-accent {
    max-width: 60px;
    top: -55px;
    right: 35px;
  }
}
#_ #skills-build .skills-build-text-wrap p {
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #_ #skills-build .skills-build-text-wrap p {
    font-size: 1.4rem;
  }
}
#_ #skills-build .skills-build-text-wrap p + p {
  margin-top: 20px;
}
#_ #skills-build .skills-build-logo {
  display: block;
  width: 100%;
  max-width: 266px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #_ #skills-build .skills-build-logo {
    margin-top: 30px;
  }
}
#_ #skills-build .skills-build-video {
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #_ #skills-build .skills-build-video {
    margin-top: 20px;
  }
}

#_ #cta .cta-inner {
  position: relative;
  background-color: var(--color-back);
  border-radius: 20px;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  #_ #cta .cta-inner {
    border-radius: 10px;
    padding-block: 40px;
  }
}
#_ #cta .cta-accent {
  position: absolute;
  top: -40px;
  right: 84px;
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #_ #cta .cta-accent {
    max-width: 100px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #_ #cta .cta-accent {
    top: -40px;
    right: 13px;
    max-width: 55px;
  }
}
@media screen and (max-width: 430px) {
  #_ #cta .cta-accent {
    top: -21px;
  }
}
#_ #cta .cta-heading {
  position: relative;
  z-index: 2;
}
#_ #cta .cta-button-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #_ #cta .cta-button-wrap {
    margin-top: 30px;
  }
}

#_ #voice {
  position: relative;
}
#_ #voice .voice-accent {
  position: absolute;
  max-width: 187px;
  width: 100%;
  top: -94px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  #_ #voice .voice-accent {
    top: -51px;
    max-width: 90px;
  }
}
#_ #voice .voice-item-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #_ #voice .voice-item-unit {
    gap: 15px;
  }
}
#_ #voice .voice-item {
  width: calc((100% - 56px) / 3);
  min-width: 346px;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  padding: 30px 25px;
}
@media screen and (max-width: 767px) {
  #_ #voice .voice-item {
    min-width: 0;
    max-width: 300px;
    width: 100%;
    padding: 20px 15px;
  }
}
#_ #voice .voice-item-icon {
  display: block;
  max-width: 120px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #_ #voice .voice-item-icon {
    max-width: 70px;
    border-width: 1px;
  }
}
#_ #voice .voice-item-title {
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #_ #voice .voice-item-title {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
#_ #voice .voice-item-job {
  font-size: 1.2rem;
  margin-top: 5px;
}
#_ #voice .voice-item-text {
  border-top: 2px solid var(--color-primary);
  padding-top: 17px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #_ #voice .voice-item-text {
    padding-top: 12px;
    margin-top: 10px;
  }
}

#_ #contact {
  background-color: var(--color-primary);
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  #_ #contact {
    padding-block: 50px;
  }
}

#_ #contact .wpcf7-response-output {
  color: var(--color-primary);
  max-width: 1000px;
  width: 100%;
  text-align: center;
  background-color: var(--color-white);
  border: none;
  border-radius: 5px;
  line-height: 1.5;
  padding: 10px 15px;
  margin-inline: auto;
  margin-bottom: 0;
}
#_ #contact .form {
  max-width: 1000px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 60px 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #_ #contact .form {
    border-radius: 10px;
    padding: 30px 15px;
  }
}
#_ #contact .form-inner {
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}
#_ #contact .form-item-unit {
  display: grid;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  #_ #contact .form-item-unit {
    row-gap: 25px;
  }
}
#_ #contact .form-item {
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 10px 20px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #_ #contact .form-item {
    grid-template-columns: 1fr;
  }
}
#_ #contact .form-item:has(.form-input, .form-textarea) .form-label {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #_ #contact .form-item:has(.form-input, .form-textarea) .form-label {
    margin-top: 0;
  }
}
#_ #contact .form-head small {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 1em;
  margin-top: 5px;
}
#_ #contact .form-head small::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}
#_ #contact .form-head small span {
  display: inline-block;
}
#_ #contact .form-label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#_ #contact .form-label--req::after {
  display: block;
  content: "必須";
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 700;
  background-color: var(--color-secondary);
  border-radius: 2px;
  line-height: 1;
  padding: 2px 5px;
}
#_ #contact .form-main {
  line-height: 1.5;
  font-size: 1.6rem;
}
#_ #contact .form-main .wpcf7-not-valid-tip {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
#_ #contact .form-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: flex-start;
}
#_ #contact .form-radio .wpcf7-list-item {
  margin: 0;
}
#_ #contact .form-radio label {
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
}
#_ #contact .form-radio input {
  appearance: none;
  width: 18px;
  aspect-ratio: 1;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  margin-top: 4px;
}
#_ #contact .form-radio input:checked {
  background-image: radial-gradient(circle, var(--color-primary) calc(50% - 1px), transparent 50%);
}
#_ #contact .form-input,
#_ #contact .form-textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 15px 20px;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  #_ #contact .form-input,
  #_ #contact .form-textarea {
    padding-inline: 15px;
  }
}
#_ #contact .form-input::placeholder,
#_ #contact .form-textarea::placeholder {
  color: #aeaeae;
}
#_ #contact .form-input:focus,
#_ #contact .form-textarea:focus {
  outline: none;
  box-shadow: 0px 0px 6px rgba(58, 103, 167, 0.6);
}
#_ #contact .form-textarea {
  resize: vertical;
  min-height: 150px;
}
#_ #contact .wpcf7-form-control-wrap:has(.form-checkbox) {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #_ #contact .wpcf7-form-control-wrap:has(.form-checkbox) {
    margin-top: 30px;
  }
}
#_ #contact .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
}
#_ #contact .form-checkbox .wpcf7-list-item {
  margin: 0;
}
#_ #contact .form-checkbox label {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #_ #contact .form-checkbox label {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
#_ #contact .form-checkbox input {
  appearance: none;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 2px;
  border: 1px solid var(--color-primary);
  margin-top: 3px;
  transition: background-color 0.3s;
}
#_ #contact .form-checkbox input:checked {
  background-color: var(--color-primary);
  background-image: url("../img/top/check.svg");
  background-repeat: no-repeat;
  background-position: center top 50%;
  background-size: 64%;
}
#_ #contact .form-checkbox .wpcf7-list-item-label {
  display: block;
}
#_ #contact .form-checkbox .wpcf7-list-item-label::before, #_ #contact .form-checkbox .wpcf7-list-item-label::after {
  content: none;
}
#_ #contact .button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #_ #contact .button {
    margin-top: 30px;
  }
}
#_ #contact .form-shiryou-hidden {
  display: none !important;
}

#_ #news {
  position: relative;
}
#_ #news .news-accent {
  position: absolute;
  top: -40px;
  right: 130px;
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #_ #news .news-accent {
    top: -10px;
    right: 15px;
    max-width: 90px;
  }
}
#_ #news .news-item-unit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  justify-content: center;
  gap: 30px 30px;
}
@media screen and (max-width: 767px) {
  #_ #news .news-item-unit {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  #_ #news .news-item-unit {
    grid-template-columns: 1fr;
  }
}
#_ #news .news-item-unit.-one {
  display: flex;
  justify-content: center;
}
#_ #news .news-item-unit.-one .news-item {
  max-width: 346px;
  width: 100%;
}
#_ #news .news-item-unit.-one .news-link {
  display: block;
}
#_ #news .news-item-unit.-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  justify-content: center;
  gap: 30px 30px;
  max-width: 724px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #_ #news .news-item-unit.-two {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  #_ #news .news-item-unit.-two {
    grid-template-columns: 1fr;
  }
}
#_ #news .news-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
#_ #news .news-link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  background-color: var(--color-white);
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  padding: 30px 25px;
}
@media (hover: hover) {
  #_ #news .news-link .news-thumb {
    transition: transform 0.3s;
  }
  #_ #news .news-link:hover .news-thumb {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 767px) {
  #_ #news .news-link {
    padding: 15px;
  }
}
#_ #news .news-title {
  flex-grow: 1;
  display: flex;
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #_ #news .news-title {
    font-size: 1.6rem;
  }
}
#_ #news .news-thumb {
  aspect-ratio: 297/168;
  object-fit: cover;
  margin-top: 10px;
}
#_ #news .news-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #_ #news .news-text {
    -webkit-line-clamp: 4;
  }
}
#_ #news .news-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: var(--color-primary);
  max-width: 154px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 15px auto 0;
}
#_ #news .news-button::after {
  display: block;
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#_ #news .button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #_ #news .button {
    max-width: 305px;
    width: 100%;
    margin: 30px auto 0;
  }
}

#_thanks .thanks {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  #_thanks .thanks {
    padding-top: 120px;
  }
}
#_thanks .thanks-head {
  text-align: center;
}
#_thanks .thanks-head p {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #_thanks .thanks-head p {
    font-size: 6rem;
  }
}
#_thanks .thanks-head h1 {
  color: var(--color-primary);
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #_thanks .thanks-head h1 {
    margin-top: 10px;
  }
}
#_thanks .thanks-text {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #_thanks .thanks-text {
    margin-top: 40px;
  }
}
#_thanks .button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #_thanks .button {
    margin-top: 30px;
  }
}

#_news main {
  overflow: visible;
}
#_news .news-head-inner {
  text-align: center;
}
#_news .news-head-inner h1 {
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #_news .news-head-inner h1 {
    font-size: 1.6rem;
  }
}
#_news .news-head-inner h1::before {
  color: var(--color-black);
  display: block;
  content: attr(data-en);
  text-transform: uppercase;
  font-family: var(--font-en);
  font-size: 3.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #_news .news-head-inner h1::before {
    margin-bottom: 5px;
  }
}
#_news .news-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #_news .news-wrap {
    margin-top: 30px;
  }
}
#_news .news-item-unit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  #_news .news-item-unit {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  #_news .news-item-unit {
    grid-template-columns: 1fr;
  }
}
#_news .news-link {
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
@media (hover: hover) {
  #_news .news-link .news-thumb {
    transition: transform 0.3s;
  }
  #_news .news-link:hover .news-thumb {
    transform: scale(0.95);
  }
}
#_news .news-title {
  flex-grow: 1;
  display: flex;
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 700;
}
#_news .news-thumb {
  aspect-ratio: 297/168;
  object-fit: cover;
  margin-top: 10px;
}
#_news .news-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: var(--color-primary);
  width: fit-content;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 15px auto 0;
}
#_news .news-button::after {
  display: block;
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#_news .news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  margin-top: 70px;
}
#_news .news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 700;
  width: 32px;
  aspect-ratio: 1;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
}
@media (hover: hover) {
  #_news .news-pagination .page-numbers:not(.prev, .next, .dots) {
    transition-property: color, background-color;
    transition-duration: 0.3s;
  }
  #_news .news-pagination .page-numbers:not(.prev, .next, .dots):hover {
    color: var(--color-white);
    background-color: var(--color-primary);
  }
}
#_news .news-pagination .page-numbers.current {
  color: var(--color-white);
  background-color: var(--color-primary);
}
#_news .news-pagination .page-numbers.dots {
  border: none;
  width: auto;
  padding-bottom: 0.4em;
}
#_news .news-pagination .page-numbers.prev, #_news .news-pagination .page-numbers.next {
  border: none;
  background-image: url("../img/common/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@media (hover: hover) {
  #_news .news-pagination .page-numbers.prev, #_news .news-pagination .page-numbers.next {
    transition: background-position 0.3s;
  }
  #_news .news-pagination .page-numbers.prev:hover, #_news .news-pagination .page-numbers.next:hover {
    background-position: right 4px center;
  }
}
#_news .news-pagination .page-numbers.prev {
  transform: scale(-1, 1);
}

#_single .single-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-back);
  min-height: 200px;
  padding-block: 50px;
}
@media screen and (max-width: 767px) {
  #_single .single-title {
    min-height: 150px;
    padding-block: 30px;
  }
}
#_single .single-title h1 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #_single .single-title h1 {
    font-size: 2rem;
  }
}
#_single .single-wrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: flex-start;
  column-gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  #_single .single-wrap {
    grid-template-columns: 1fr;
    row-gap: 70px;
    margin-top: 40px;
  }
}
#_single .single-time {
  display: block;
  font-size: 1.4rem;
}
#_single .single_thumb {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #_single .single_thumb {
    margin-top: 10px;
  }
}
#_single .single-content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #_single .single-content {
    margin-top: 30px;
  }
}
#_single .single-content > :first-child {
  margin-top: 0;
}
#_single .single-content h2,
#_single .single-content h3,
#_single .single-content h4 {
  margin-block: 2em 1em;
}
#_single .single-content h2 {
  color: var(--color-primary);
  font-size: 1.6em;
  font-weight: 500;
  border-block: 2px solid var(--color-primary);
  padding: 7px 10px;
}
#_single .single-content h3 {
  color: var(--color-primary);
  font-size: 1.4em;
  font-weight: 500;
  border-left: 3px solid var(--color-primary);
  padding-left: 10px;
}
#_single .single-content > p,
#_single .single-content > ul,
#_single .single-content > ol {
  margin-top: 1lh;
}
#_single .single-content > figure {
  margin-top: 2lh;
}
#_single .single-content > figure img {
  max-width: 100%;
}
#_single .single-content p a,
#_single .single-content li a {
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 500;
}
@media (hover: hover) {
  #_single .single-content p a,
  #_single .single-content li a {
    transition: opacity 0.3s;
  }
  #_single .single-content p a:hover,
  #_single .single-content li a:hover {
    opacity: 0.7;
  }
}
#_single .single-content p a[target=_blank]::after,
#_single .single-content li a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 0.85em;
  height: 0.85em;
  background-image: url("../img/single/icon-new-tab.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.3em;
}
@media (hover: hover) {
  #_single .single-content figure a {
    transition: opacity 0.3s;
  }
  #_single .single-content figure a:hover {
    opacity: 0.7;
  }
}
#_single .single-content ul > li {
  position: relative;
  padding-left: 1em;
}
#_single .single-content ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
  color: var(--color-primary);
  transform: scale(1.4);
}
#_single .single-content ol > li {
  counter-increment: number;
  position: relative;
  padding-left: 1.3em;
}
#_single .single-content ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: counter(number) ".";
  color: var(--color-primary);
}
#_single .single-side {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
}
#_single .single-side-heading {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
}
#_single .single-side-post-unit {
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  #_single .single-side-post-unit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #_single .single-side-post-unit {
    display: block;
  }
}
#_single .single-side-post:not(:first-of-type) {
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  #_single .single-side-post:not(:first-of-type) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #_single .single-side-post:not(:first-of-type) {
    padding-top: 20px;
  }
}
#_single .single-side-post + .single-side-post {
  border-top: 1px solid var(--color-primary);
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #_single .single-side-post + .single-side-post {
    margin-top: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #_single .single-side-post + .single-side-post {
    border-top: 1px solid var(--color-primary);
    margin-top: 20px;
  }
}
#_single .single-side-post a {
  display: grid;
  grid-template-columns: 30% 1fr;
  column-gap: 15px;
  align-items: center;
}
@media (hover: hover) {
  #_single .single-side-post a .single-side-thumb {
    transition: transform 0.3s;
  }
  #_single .single-side-post a:hover .single-side-thumb {
    transform: scale(0.95);
  }
}
#_single .single-side-post .single-side-thumb {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
}
#_single .single-side-post .single-side-title {
  font-size: 1.3rem;
}
#_single .single-foot {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 50px;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #_single .single-foot {
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin-top: 70px;
  }
}
#_single .single-foot-break {
  font-size: 1.4rem;
}
#_single .single-foot-break:not(.single-foot-break--index, .single-foot-break--notLink) {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: var(--color-back);
  border-radius: 5px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #_single .single-foot-break--prev {
    order: 1;
  }
}
@media (hover: hover) {
  #_single .single-foot-break--prev::before {
    transition: transform 0.3s;
  }
  #_single .single-foot-break--prev:hover::before {
    transform: translateX(-3px) rotate(-45deg);
  }
}
#_single .single-foot-break--prev::before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 0.8em;
  aspect-ratio: 1;
  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
  transform: rotate(-45deg);
}
#_single .single-foot-break--next {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #_single .single-foot-break--next {
    order: 2;
  }
}
@media (hover: hover) {
  #_single .single-foot-break--next::after {
    transition: transform 0.3s;
  }
  #_single .single-foot-break--next:hover::after {
    transform: translateX(3px) rotate(45deg);
  }
}
#_single .single-foot-break--next::after {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 0.8em;
  aspect-ratio: 1;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  transform: rotate(45deg);
}
#_single .single-foot-break--index {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #_single .single-foot-break--index {
    order: 3;
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (hover: hover) {
  #_single .single-foot-break--index {
    transition: color 0.3s;
  }
  #_single .single-foot-break--index:hover {
    color: var(--color-primary);
  }
}
#_single .single-foot-break span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#_notfound .notfound-content h1 {
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
}
#_notfound .notfound-content p {
  color: var(--color-primary);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
#_notfound .notfound-content .button {
  margin: 4rem auto 0;
}
