@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ABeeZee&display=swap");
@-webkit-keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  display: block;
}

body {
  background: #ffffff;
  color: #1B1C1C !important;
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", system-ui, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased !important;
  word-break: break-all;
  line-break: strict;
  hanging-punctuation: force-end;
  overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px !important;
  }
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

::-moz-selection {
  background: #1B1C1C;
  color: #ffffff;
}

::selection {
  background: #1B1C1C;
  color: #ffffff;
}

::-moz-selection {
  background: #1B1C1C;
  color: #ffffff;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

main {
  background: #ffffff;
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
  a:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
.posts {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#content p {
  margin: 0;
}
#content p a {
  border-bottom: solid 1px;
}
#content img {
  height: 100%;
}

a:hover {
  text-decoration: none !important;
}

figure {
  line-height: 0;
}

.post {
  padding: 0;
  margin: 0;
}

h1 {
  margin: initial;
  padding: initial;
  font-size: initial;
  font-weight: initial;
  background: none;
  text-shadow: none;
}

h3 {
  margin: initial;
  padding: initial !important;
  font-size: initial;
  font-weight: initial;
  border-bottom: none !important;
}
h3::before {
  display: none;
}
h3::after {
  display: none;
}

.btn {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin: 0 auto;
  transition: gap 0.3s ease 0s;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url("../img/common/circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1000px) {
  .btn {
    font-size: 22px;
  }
  .btn:hover {
    opacity: 0.6;
    gap: 2rem;
  }
}

.title-section--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
.title-section--en span {
  color: #48B4E4;
}
.title-section--jp {
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .title-section {
    margin-bottom: 50px;
  }
  .title-section--en {
    font-size: 65px;
  }
  .title-section--jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .title-section {
    margin-bottom: 20px;
  }
  .title-section--en {
    font-size: 35px;
  }
  .title-section--jp {
    font-size: 13px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.25em;
  white-space: nowrap;
  overflow: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .breadcrumb {
    margin: 105px 2rem 100px;
  }
  .breadcrumb li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .breadcrumb {
    margin: 70px 5% 0;
  }
  .breadcrumb li {
    font-size: 11px;
  }
}

.swiper:has(.list-article) {
  padding-bottom: 6px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #3B3939;
  border-right: 1px solid #3B3939;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
@media screen and (min-width: 1000px) {
  .swiper-button-prev:hover {
    opacity: 0.8;
  }
}

.swiper-button-next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .swiper-button-next:hover {
    opacity: 0.8;
  }
}

.list-article {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  border-radius: 2px;
}
.list-article > li {
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.list-article > li a {
  display: block;
}
.list-article__image {
  aspect-ratio: 390/272;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.list-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease 0s;
}
.list-article__content {
  padding: 20px;
}
.list-article__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 1rem;
  display: inline;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  padding-bottom: 0.1em;
  transition: background-size 0.5s ease;
}
.list-article__taglist {
  color: #7C7C7C;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .list-article__taglist {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article__taglist {
    font-size: 10px;
  }
}
.list-article__taglist li {
  display: inline-block;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list-article__tag {
  font-weight: 600;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media screen and (min-width: 1000px) {
  .list-article__tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article__tag {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .list-article > li a:hover .list-article__image img {
    transform: scale(1.05);
  }
  .list-article > li a:hover .list-article__title {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article__title {
    font-size: 17px;
  }
  .list-article__taglist {
    gap: 0.5rem;
  }
}

.list-article-full > li {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}
.list-article-full > li:not(:first-child) {
  margin-top: 30px;
}
.list-article-full > li a {
  display: flex;
}
.list-article-full__image {
  aspect-ratio: 600/324;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
}
.list-article-full__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
}
.list-article-full__date {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.list-article-full__title {
  line-height: 1.5;
  color: #4B4848;
  font-weight: bold;
  display: inline;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  padding-bottom: 0.1em;
  transition: background-size 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .list-article-full__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article-full__title {
    font-size: 21px;
  }
}
.list-article-full__tag {
  font-weight: 600;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  background-color: #DBDBDB;
  margin-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1000px) {
  .list-article-full__tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article-full__tag {
    font-size: 10px;
  }
}
.list-article-full__tag.tag-all {
  color: #ffffff;
  background-color: #2963AD;
}
.list-article-full__tag.tag-blue {
  background-color: #62C1EB;
}
.list-article-full__tag.tag-green {
  background-color: #8BCE7D;
}
.list-article-full__tag.tag-other {
  background-color: #57A2EF;
}
.list-article-full__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}
.list-article-full__list li {
  color: #7C7C7C;
}
@media screen and (min-width: 1000px) {
  .list-article-full__list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article-full__list li {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .list-article-full__image {
    width: 50%;
  }
  .list-article-full__content {
    width: 50%;
    padding: 2.5rem 2.5rem;
  }
  .list-article-full > li a:hover .list-article-full__image img {
    transform: scale(1.05);
  }
  .list-article-full > li a:hover .list-article-full__title {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article-full__content {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .list-article-full__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1000px) {
  .list-article-full__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .list-article-full__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .list-article-full__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .list-article-full > li a {
    flex-direction: column;
  }
}

.list-tag {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.list-tag__top {
  display: flex;
  align-items: center;
  gap: 2px;
}
.list-tag__top span {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #EFEDED;
  border-radius: 20px;
}
.list-tag__top p {
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .list-tag__top p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .list-tag__top p {
    font-size: 17px;
  }
}
.list-tag__content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}
.list-tag__content li a {
  font-weight: 600;
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  background-color: #DBDBDB;
}
@media screen and (min-width: 1000px) {
  .list-tag__content li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .list-tag__content li a {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .list-tag__content li a:hover {
    opacity: 0.4;
  }
}
.list-tag .tag-all {
  color: #ffffff;
  background-color: #2963AD;
}
.list-tag .tag-blue {
  background-color: #62C1EB;
}
.list-tag .tag-green {
  background-color: #8BCE7D;
}
.list-tag .tag-other {
  background-color: #57A2EF;
}

.list-youtube {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}
.list-youtube__image {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 1rem;
}
.list-youtube__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease 0s;
}
.list-youtube__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: inline;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  padding-bottom: 0.1em;
  transition: background-size 0.5s ease;
}
.list-youtube__text {
  margin-top: 1rem;
}
@media screen and (min-width: 1000px) {
  .list-youtube > li a:hover .list-youtube__title {
    background-size: 100% 1px;
  }
  .list-youtube > li a:hover .list-youtube__image img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1000px) {
  .list-youtube__image {
    margin-bottom: 0.5rem;
  }
  .list-youtube__title {
    line-height: 1.3;
  }
}

.pagenation {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 50px;
}
.pagenation .prev-btn,
.pagenation .next-btn {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
}
.pagenation .next-btn::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url("../img/common/circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pagenation .prev-btn::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url("../img/common/circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.pagenation__divide {
  display: inline-block;
  width: 1px;
  height: 100%;
  min-height: 56px;
  background-color: rgba(112, 112, 112, 0.2);
}
@media screen and (min-width: 1000px) {
  .pagenation .prev-btn,
.pagenation .next-btn {
    font-size: 22px;
  }
  .pagenation .prev-btn:hover,
.pagenation .next-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .pagenation .prev-btn,
.pagenation .next-btn {
    font-size: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .page-single-content__inner, .page-youtube__inner, .page-featured-content__inner, .page-featured-fv__inner, .page-articles__inner, .page-home-new__inner, .page-home-pickup__inner, .section-checked__inner {
    width: 100%;
    max-width: 1280px;
    padding: 100px 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .page-single-content__inner, .page-youtube__inner, .page-featured-content__inner, .page-featured-fv__inner, .page-articles__inner, .page-home-new__inner, .page-home-pickup__inner, .section-checked__inner {
    width: 100%;
    padding: 60px 5%;
  }
}

@media screen and (min-width: 1000px) {
  .page-special-bottom__inner, .page-special-mid__inner, .page-special-head__inner {
    width: 100%;
    max-width: 1200px;
    padding: 100px 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .page-special-bottom__inner, .page-special-mid__inner, .page-special-head__inner {
    width: 100%;
    padding: 60px 5%;
  }
}

.section-checked {
  background-color: #FAFAFA;
}
.section-checked__title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  line-height: 1;
}
.section-checked__title--en::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #48B4E4;
  margin-bottom: 1.5rem;
}
.section-checked__title--jp {
  font-size: 20px;
  margin-top: 0.5rem;
}
.section-checked__list {
  margin-top: 4rem;
  padding: 3px;
}
@media screen and (min-width: 1000px) {
  .section-checked__inner {
    padding: 100px 40px 150px;
  }
}
.section-checked .list-article {
  flex-wrap: nowrap;
  gap: 0;
}
.section-checked .swiper-area {
  position: relative;
}
.section-checked .swiper-area .swiper-button-next,
.section-checked .swiper-area .swiper-button-prev {
  top: 40%;
}
.section-checked .swiper-area .swiper-button-next {
  right: -40px;
}
.section-checked .swiper-area .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 1000px) {
  .section-checked__title--en {
    font-size: 39px;
  }
  .section-checked__title--jp {
    font-size: 13px;
  }
  .section-checked__list {
    margin-top: 20px;
  }
  .section-checked .swiper-area {
    position: relative;
  }
  .section-checked .swiper-area .swiper-button-next,
.section-checked .swiper-area .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: 40%;
  }
  .section-checked .swiper-area .swiper-button-next::after,
.section-checked .swiper-area .swiper-button-prev::after {
    width: 5px;
    height: 5px;
  }
  .section-checked .swiper-area .swiper-button-next {
    right: -10px;
  }
  .section-checked .swiper-area .swiper-button-prev {
    left: -10px;
  }
}

@-webkit-keyframes header {
  0% {
    opacity: 1;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header {
  0% {
    opacity: 1;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 2vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 2vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.global-header {
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  border-bottom: solid 1px #48B4E4;
  -webkit-animation: header 1s ease;
          animation: header 1s ease;
}
.global-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-header__logo--center img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .global-header {
    height: 80px;
  }
  .global-header__logo {
    height: 72px;
  }
  .global-header__logo--center {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header {
    height: 60px;
  }
  .global-header__logo {
    padding-left: 1rem;
  }
}

.global-header-nav {
  display: flex;
  align-items: center;
}
.global-header-nav__link {
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.global-header-nav__link::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 48px;
  background-color: #48B4E4;
}

.global-header-menu {
  position: fixed;
  height: 100%;
  right: -100vw;
  z-index: 9999;
  background-color: #48B4E4;
  transition: all 0.3s ease 0s;
  transition-property: right;
}
.global-header-menu__inner {
  padding: 20px;
}
.global-header-menu__list > li {
  border-top: solid 1px #ffffff;
}
.global-header-menu__list > li:last-of-type {
  border-bottom: solid 1px #ffffff;
}
.global-header-menu__list > li > a {
  display: block;
  width: 100%;
  padding: 20px 5px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .global-header-menu__list > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-menu__list > li > a {
    font-size: 17px;
  }
}
.global-header-menu__btn {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 5px;
  margin-top: 1.5rem;
  color: #48B4E4;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .global-header-menu__btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-menu__btn {
    font-size: 17px;
  }
}
.global-header-menu .page-home-columns__link {
  margin-top: 2rem;
}
.global-header-menu .page-home-columns__link > li {
  border-top: solid 1px #ffffff;
}
.global-header-menu .page-home-columns__link > li:last-of-type {
  border-bottom: solid 1px #ffffff;
}
.global-header-menu .page-home-columns__link > li a {
  color: #ffffff;
  padding: 1rem;
}
@media screen and (min-width: 1000px) {
  .global-header-menu {
    top: 80px;
    width: 40vw;
  }
  .global-header-menu__list li a:hover {
    opacity: 0.6;
  }
  .global-header-menu__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-menu {
    top: 60px;
    width: 90vw;
  }
  .global-header-menu__inner {
    padding: 20px 5%;
  }
  .global-header-menu__list > li > a {
    padding: 1rem 5px;
  }
  .global-header-menu__btn {
    padding: 1rem;
  }
  .global-header-menu .page-home-columns__link {
    margin-top: 1rem;
  }
  .global-header-menu .page-home-columns__link > li a {
    padding: 1rem 5px;
  }
}

.global-header-humberger {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background-color: #48B4E4;
}
.global-header-humberger span {
  display: inline-block;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s ease 0s;
  transition-property: margin, transform;
}
.global-header-humberger p {
  font-family: "ABeeZee", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .global-header-humberger {
    width: 98px;
    height: 80px;
  }
  .global-header-humberger span {
    width: 41px;
  }
  .global-header-humberger span:nth-of-type(2) {
    margin-top: 9px;
  }
  .global-header-humberger span:nth-of-type(3) {
    margin-top: 9px;
  }
  .global-header-humberger p {
    font-size: 13px;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-humberger {
    width: 60px;
    height: 60px;
    align-items: center;
  }
  .global-header-humberger span {
    width: 24px;
  }
  .global-header-humberger span:nth-of-type(2) {
    margin-top: 4px;
  }
  .global-header-humberger span:nth-of-type(3) {
    margin-top: 4px;
  }
  .global-header-humberger p {
    font-size: 8px;
    margin-top: 3px;
  }
}

.drawer-open .global-header-humberger span:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.drawer-open .global-header-humberger span:nth-of-type(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.drawer-open .global-header-humberger span:nth-of-type(3) {
  opacity: 0;
}
.drawer-open .global-header-menu {
  right: 0;
}
.global-footer {
  position: relative;
  z-index: 999;
}
.global-footer__top {
  position: relative;
}
.global-footer__top__bg {
  width: 100%;
}
.global-footer__top__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .global-footer__top__bg {
    height: 200px;
  }
}
.global-footer__top__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global-footer-nav__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .global-footer-nav {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-nav {
    padding: 60px 5%;
  }
  .global-footer-nav__logo {
    width: 50%;
  }
}

.global-footer-copyright {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .global-footer-copyright {
    font-size: 11px;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-copyright {
    font-size: 10px;
    margin-top: 3rem;
  }
}

.page-home-fv__list li {
  position: relative;
}
.page-home-fv__list li a {
  display: block;
}
.page-home-fv__list__image {
  border-radius: 2px;
  overflow: hidden;
}
.page-home-fv__list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease 0s;
}
.page-home-fv__list__box {
  width: 92%;
  margin: -75px auto 0;
  padding: 30px 30px 25px 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  border: 1px solid #3B3939;
  box-shadow: 10px 10px 0 0 rgba(124, 124, 124, 0.39);
  display: flex;
  justify-content: space-between;
}
.page-home-fv__list__box__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.page-home-fv__list__date {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.page-home-fv__list__title {
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  margin-top: 0.5rem;
  display: inline;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  padding-bottom: 0.1em;
  transition: background-size 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .page-home-fv__list__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-fv__list__title {
    font-size: 21px;
  }
}
.page-home-fv__list__tag {
  line-height: 1;
  font-weight: bold;
  color: #3B3939;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 15px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .page-home-fv__list__tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-fv__list__tag {
    font-size: 10px;
  }
}
.page-home-fv__list__num {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: #48B4E4;
  font-size: 35px;
}
.page-home-fv__list__btn {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.page-home-fv__list__btn::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1px solid #7C7C7C;
  border-right: 1px solid #7C7C7C;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .page-home-fv {
    padding-top: 180px;
  }
  .page-home-fv__list__image {
    aspect-ratio: 946/464;
  }
  .page-home-fv__list__box__content {
    width: 80%;
  }
  .page-home-fv__list li a:hover .page-home-fv__list__image img {
    transform: scale(1.05);
  }
  .page-home-fv__list li a:hover .page-home-fv__list__title {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-fv {
    padding-top: 100px;
  }
  .page-home-fv__list__image {
    height: 250px;
  }
  .page-home-fv__list__box {
    margin: -35px auto 0;
    padding: 20px;
  }
  .page-home-fv__list__box__content {
    display: flex;
    flex-direction: column;
  }
  .page-home-fv__list__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-home-fv .swiper-pagination {
  position: relative;
  margin: 60px auto 0;
  display: flex;
  gap: 6px;
  width: 250px;
  max-width: 50%;
}
.page-home-fv .swiper-pagination-bullet {
  height: 2px;
  background-color: #7C7C7C;
  border-radius: 0;
  margin: 0 !important;
  flex: 1;
}
.page-home-fv .swiper-pagination-bullet-active {
  background-color: #48B4E4;
}
.page-home-fv .swiper-button-prev {
  left: 12%;
}
.page-home-fv .swiper-button-next {
  right: 12%;
}

@media screen and (min-width: 1000px) {
  .page-home-pickup__list > li {
    width: calc((100% - 120px) / 3);
  }
}

.page-home-columns {
  position: relative;
  z-index: 1;
}
.page-home-columns__menu__inner {
  padding: 60px 40px 80px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-home-columns__menu__wrap:not(:first-of-type) {
  margin-top: 4rem;
}
.page-home-columns__menu__title {
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid rgba(195, 195, 195, 0.5);
  padding-bottom: 0.5rem;
  margin-bottom: 11px;
}
@media screen and (min-width: 1000px) {
  .page-home-columns__menu__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-columns__menu__title {
    font-size: 17px;
  }
}
.page-home-columns__menu__form {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 1rem;
}
.page-home-columns__menu__form input {
  flex: 1;
  height: 40px;
  min-height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.page-home-columns__menu__form input:focus {
  outline: none;
}
.page-home-columns__menu__form button {
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}
.page-home-columns__menu__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
.page-home-columns__menu__tag > li a {
  display: inline-block;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  padding-bottom: 0.1em;
  transition: background-size 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .page-home-columns__menu__tag > li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-columns__menu__tag > li a {
    font-size: 10px;
  }
}
.page-home-columns__menu__list > li {
  font-size: 14px;
  color: #000000;
}
.page-home-columns__menu__list > li a {
  display: inline-block;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  padding-bottom: 0.1em;
  transition: background-size 0.5s ease;
}
.page-home-columns__menu__list--sub {
  padding-left: 1em;
}
.page-home-columns__menu__list--sub li a {
  display: inline-block;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  padding-bottom: 0.1em;
  transition: background-size 0.5s ease;
}
.page-home-columns__articles > li:not(:first-of-type) {
  margin-top: 2rem;
}
.page-home-columns__articles__num {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.page-home-columns__articles__image {
  border-radius: 2px;
  overflow: hidden;
}
.page-home-columns__articles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease 0s;
}
.page-home-columns__articles__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 12px;
  display: inline;
  background-image: linear-gradient(90deg, #000 100%, #000 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
}
.page-home-columns__articles__tag {
  display: flex;
  gap: 0.75em;
  margin-top: 2rem;
  position: relative;
}
.page-home-columns__articles__tag::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgba(195, 195, 195, 0.5);
  display: block;
  position: absolute;
  top: -1rem;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .page-home-columns__articles__tag li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-columns__articles__tag li {
    font-size: 10px;
  }
}
.page-home-columns__link {
  margin-top: 3.5rem;
}
.page-home-columns__link > li {
  width: 100%;
  border-top: solid 1px rgba(112, 112, 112, 0.31);
}
.page-home-columns__link > li:last-of-type {
  border-bottom: solid 1px rgba(112, 112, 112, 0.31);
}
.page-home-columns__link > li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1rem;
}
.page-home-columns__link__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-home-columns__link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .page-home-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
  }
  .page-home-columns__content {
    grid-column: 1/2;
  }
  .page-home-columns__menu {
    grid-column: 2/2;
    margin-top: 235px;
    margin-right: 80px;
  }
  .page-home-columns__menu__form button:hover {
    opacity: 0.7;
  }
  .page-home-columns__menu__tag a:hover {
    background-size: 100% 1px;
  }
  .page-home-columns__menu__list li a:hover {
    background-size: 100% 1px;
  }
  .page-home-columns__articles > li a:hover .page-home-columns__articles__title {
    background-size: 100% 1px;
  }
  .page-home-columns__articles > li a:hover .page-home-columns__articles__image img {
    transform: scale(1.05);
  }
  .page-home-columns__link li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-columns__menu__inner {
    padding: 60px 5%;
  }
}

.page-home-interview {
  position: relative;
  overflow: visible;
  min-height: 100vh;
}
.page-home-interview__inner {
  margin: 0 auto;
  position: relative;
}
.page-home-interview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #FAFAFA;
  z-index: -1;
}
.page-home-interview__btn {
  margin: 3rem auto 0;
}
@media screen and (min-width: 1000px) {
  .page-home-interview {
    padding: 90px 0 165px;
  }
  .page-home-interview__inner {
    padding-left: 80px;
  }
  .page-home-interview__list {
    margin-top: 70px;
  }
  .page-home-interview__list > li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .page-home-interview__inner {
    padding: 60px 5%;
  }
}

.page-home-office__inner {
  position: relative;
}
.page-home-office__tag {
  border-bottom: none;
}
.page-home-office__tag li a {
  padding: 0.25rem 2rem;
}
.page-home-office__btn {
  margin: 3rem auto 0;
}
@media screen and (min-width: 1000px) {
  .page-home-office__inner {
    padding-top: 100px;
    padding-left: 80px;
    margin: 0 auto;
  }
  .page-home-office__list {
    margin-top: 50px;
  }
  .page-home-office__list > li {
    width: calc((100% - 60px) / 2);
  }
  .page-home-office .list-tag {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-office__inner {
    padding: 60px 5%;
  }
  .page-home-office__tag li a {
    padding: 0.25rem 1rem;
  }
}

.page-home-youtube__inner {
  position: relative;
}
.page-home-youtube__btn {
  margin: 40px auto 0;
}
@media screen and (min-width: 1000px) {
  .page-home-youtube__inner {
    padding-top: 100px;
    padding-left: 80px;
    padding-bottom: 120px;
    margin: 0 auto;
  }
  .page-home-youtube__list > li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .page-home-youtube__inner {
    padding: 60px 5%;
  }
}

@media screen and (min-width: 1000px) {
  .page-articles__list {
    gap: 50px 60px;
    margin-top: 100px;
  }
  .page-articles__list > li {
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 1000px) {
  .page-articles__list {
    margin-top: 60px;
  }
}

.page-featured-fv {
  background: linear-gradient(180deg, #35AECB 0%, #2C9CD8 25%, #007CCC 50%, #007CCC 75%, #0C5EA4 100%);
}
.page-featured-fv .breadcrumb {
  color: #ffffff;
}
.page-featured-fv .title-section {
  margin-bottom: 0;
}
.page-featured-fv .title-section--en {
  color: #ffffff;
}
.page-featured-fv .title-section--jp {
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-featured-fv .breadcrumb {
    color: #ffffff;
    margin: 90px 2rem 0;
    padding-top: 10px;
  }
}

.page-featured-content {
  background: url("../img/featured/featured-bg.png") no-repeat top center/contain;
}
.page-featured-content__list {
  margin-top: 100px;
}
.page-youtube__list {
  margin-top: 120px;
}
@media screen and (min-width: 1000px) {
  .page-youtube__list > li {
    width: calc((100% - 120px) / 3);
  }
}

.page-single-fv {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 700px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 2.5rem;
}
.page-single-fv__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-single-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-single-fv__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.page-single-fv__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.page-single-fv .breadcrumb {
  color: #ffffff;
  margin: 0;
}
.page-single-fv .list-tag {
  border-bottom: none;
  padding-bottom: 0;
}
.page-single-fv__content {
  padding: 1rem calc(5% - 1rem);
  margin-top: auto;
}
.page-single-fv__date {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.page-single-fv__title {
  font-size: clamp(1.25rem, 2.77777vw, 55px);
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 2.5rem;
}
.page-single-fv__text {
  margin-top: 1rem;
  padding: 0 calc(5% - 1rem);
}
.page-single-fv__division {
  color: #ffffff;
  font-weight: bold;
}
.page-single-fv__name {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
  color: #ffffff;
}
.page-single-fv__name--jp {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.page-single-fv__name--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.page-single-fv__spbox {
  display: contents;
}
@media screen and (max-width: 1000px) {
  .page-single-fv {
    width: 100%;
    min-height: auto;
    margin-top: 60px;
    padding: 0;
  }
  .page-single-fv .list-tag .list-tag__content {
    margin-top: 0.5rem;
  }
  .page-single-fv__content {
    padding: 1rem 0 0;
    margin-top: auto;
  }
  .page-single-fv__title {
    margin-top: 0.5rem;
  }
  .page-single-fv__text {
    margin-top: 1rem;
    padding: 0 5%;
  }
  .page-single-fv__division {
    color: #3B3939;
  }
  .page-single-fv__name {
    color: #3B3939;
    margin-top: 0.5rem;
    gap: 0.5rem;
  }
  .page-single-fv__name--jp {
    font-size: 20px;
  }
  .page-single-fv__spbox {
    min-height: 360px;
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem 5%;
  }
}

.page-single-content__inner h2 {
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .page-single-content__inner h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .page-single-content__inner h2 {
    font-size: 23px;
  }
}
.page-single-content__inner h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.25);
  margin-top: 32px;
}
.page-single-content__inner p {
  line-height: 2;
}
.page-single-content__inner p:not(:first-child) {
  margin-top: 2em;
}
.page-single-content__inner .wp-block-image:not(:first-child) {
  margin-top: 2em;
}
.page-single-content__row {
  display: flex;
  gap: 60px;
}
.page-single-content__row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-single-content__row:not(:first-child) {
  margin-top: 100px;
}
.page-single-content__text {
  flex: 1;
}
.page-single-content__image {
  width: 40%;
}
.page-single-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .page-single-content__inner .wp-block-image.size-full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page-single-content__row {
    flex-direction: column;
  }
  .page-single-content__row:nth-of-type(even) {
    flex-direction: column;
  }
  .page-single-content__row:not(:first-child) {
    margin-top: 60px;
  }
  .page-single-content__text {
    width: 100%;
  }
  .page-single-content__image {
    width: 100%;
  }
}

.page-single-main.water .page-single-fv__image::before {
  background: linear-gradient(to right, rgba(90, 187, 230, 0.6) 0%, transparent 100%);
}
.page-single-main.water .page-single-fv__image::after {
  background: linear-gradient(to top, rgb(90, 187, 230) 0%, transparent 100%);
}
.page-single-main.water .page-single-content__text h2 {
  color: #62C1EB;
}
.page-single-main.green .page-single-fv__image::before {
  background: linear-gradient(to right, rgb(139, 206, 125) 0%, transparent 100%);
}
.page-single-main.green .page-single-fv__image::after {
  background: linear-gradient(to top, rgb(139, 206, 125) 0%, transparent 100%);
}
.page-single-main.green .page-single-content__text h2 {
  color: #8BCE7D;
}

.page-special-fv {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 700px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 2.5rem;
}
.page-special-fv__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-special-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-special-fv__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #009CE2 0%, transparent 100%);
}
.page-special-fv__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, #0C5EA4 60%, transparent 100%);
}
.page-special-fv .breadcrumb {
  color: #ffffff;
  margin: 0;
}
.page-special-fv__content {
  padding: 1rem calc(5% - 1rem);
  margin-top: auto;
}
.page-special-fv__date {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.page-special-fv__title {
  font-size: clamp(1.25rem, 2.77777vw, 55px);
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 50px;
}
.page-special-fv__people {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  padding: 0 calc(5% - 1rem);
  box-sizing: border-box;
  z-index: 10;
}
.page-special-fv__people > li {
  display: flex;
  width: calc((100% - 40px) / 2);
}
.page-special-fv__people__image {
  width: 25%;
  height: 100%;
}
.page-special-fv__people__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-special-fv__people__content {
  flex: 1;
  padding: 1.5rem;
  background-color: #ffffff;
}
.page-special-fv__people__division {
  font-weight: bold;
  color: #0C5EA4;
  position: relative;
}
.page-special-fv__people__division::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.25);
  position: absolute;
  bottom: -5px;
}
.page-special-fv__people__name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
.page-special-fv__people__name--jp {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.page-special-fv__people__name--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #707070;
  line-height: 1;
}
.page-special-fv__spbox {
  display: contents;
}
@media screen and (max-width: 1000px) {
  .page-special-fv {
    width: 100%;
    min-height: auto;
    margin-top: 60px;
    padding: 0;
  }
  .page-special-fv__content {
    padding: 1rem 0 0;
    margin-top: auto;
  }
  .page-special-fv__title {
    margin-top: 0.5rem;
  }
  .page-special-fv__text {
    margin-top: 3rem;
  }
  .page-special-fv__name {
    margin-top: 0.5rem;
  }
  .page-special-fv__name--jp {
    font-size: 24px;
  }
  .page-special-fv__people {
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
  }
  .page-special-fv__people > li {
    width: 100%;
  }
  .page-special-fv__people__image {
    display: none;
  }
  .page-special-fv__people__content {
    flex: 1;
    padding: 0.75rem;
  }
  .page-special-fv__people__division {
    font-size: 11px;
  }
  .page-special-fv__people__name {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
    gap: 0.5rem;
  }
  .page-special-fv__people__name--jp {
    font-size: 17px;
  }
  .page-special-fv__people__name--en {
    font-size: 10px;
  }
  .page-special-fv__spbox {
    min-height: 360px;
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem 5%;
  }
}

.page-single-content__row {
  display: flex;
  gap: 60px;
}
.page-single-content__row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-single-content__row:not(:first-child) {
  margin-top: 10rem;
}
.page-single-content__text {
  width: 60%;
}
.page-single-content__text h2 {
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .page-single-content__text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .page-single-content__text h2 {
    font-size: 23px;
  }
}
.page-single-content__text h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.25);
  margin-top: 32px;
}
.page-single-content__text p {
  line-height: 2;
}
.page-single-content__text p:not(:first-of-type) {
  margin-top: 1em;
}
.page-single-content__text .wp-block-image:not(:first-child) {
  margin-top: 2em;
}
.page-single-content__image {
  width: 40%;
}
.page-single-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .page-single-content__row {
    flex-direction: column;
  }
  .page-single-content__row:nth-of-type(even) {
    flex-direction: column;
  }
  .page-single-content__row:not(:first-child) {
    margin-top: 5rem;
  }
  .page-single-content__text {
    width: 100%;
  }
  .page-single-content__image {
    width: 100%;
  }
}

.page-special-title {
  font-weight: bold;
  line-height: 1.5;
  color: #0C5EA4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .page-special-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .page-special-title {
    font-size: 23px;
  }
}
.page-special-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.25);
  margin-top: 32px;
}

.page-single-content__text h2 {
  color: #0C5EA4;
}

.page-special-head {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url("../img/featured/featured-bg.png") no-repeat top center/contain;
}
.page-special-head:not(:first-child) {
  margin-top: 100px;
}
.page-special-head:first-child {
  margin-top: -100px;
}
.page-special-head__lead {
  font-weight: bold;
  text-align: center;
}
.page-special-head__text p {
  line-height: 2;
}
.page-special-head__text p:not(:first-of-type) {
  margin-top: 1em;
}
.page-special-head__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .page-special-head__lead {
    font-size: 16px;
    padding: 60px 120px;
  }
  .page-special-head__content {
    display: flex;
    gap: 4rem;
    padding-top: 60px;
  }
  .page-special-head__image {
    width: 42%;
  }
  .page-special-head__text {
    width: 58%;
  }
}
@media screen and (max-width: 1000px) {
  .page-special-head:first-child {
    margin-top: -60px;
  }
  .page-special-head__lead {
    font-size: 15px;
    text-align: left;
    padding: 60px 0;
  }
  .page-special-head__image {
    margin-top: 1.5rem;
  }
}

.page-special-mid {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(180deg, #35AECB 0%, #2C9CD8 33.33%, #007CCC 66.67%, #0C5EA4 100%);
  position: relative;
}
.page-special-mid::before {
  content: "";
  display: block;
  width: 100%;
  height: 161px;
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
}
.page-special-mid__inner {
  position: relative;
  z-index: 1;
}
.page-special-mid__image {
  margin-bottom: 64px;
}
.page-special-mid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-special-mid p {
  color: #ffffff;
  line-height: 2;
}
.page-special-mid p:not(:first-of-type) {
  margin-top: 1em;
}
.page-special-mid .page-special-title {
  color: #ffffff;
}
.page-special-mid .page-special-title::after {
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 32px;
}
@media screen and (min-width: 1000px) {
  .page-special-mid__inner {
    padding: 60px 40px 100px;
  }
}

.page-special-bottom {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-special-bottom:last-of-type {
  margin-bottom: -100px;
}
.page-special-bottom .page-special-title {
  display: flex;
  flex-direction: column;
}
.page-special-bottom .page-special-title::after {
  display: inline-block;
}
.page-special-bottom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-special-bottom p {
  line-height: 2;
}
.page-special-bottom p:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (min-width: 1000px) {
  .page-special-bottom__image {
    float: left;
    width: 42%;
    margin: 0 64px 40px 0;
  }
  .page-special-bottom .page-special-title {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-special-bottom:last-of-type {
    margin-bottom: -60px;
  }
  .page-special-bottom .page-special-title {
    margin-top: 1.5rem;
  }
}

.page-special-footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}