@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  font-style: normal;
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  text-align: justify;
}

#root,
#__next {
  isolation: isolate;
}

:root {
  --brand: #00afcc;
  --accent: #f7931e;
  --gray-600: #757575;
  --gray-300: #e0e0e0;
  --gray-100: #f5f5f5;
  --color-white: #ffffff;
  --color-grey: #212121;
  --color-black: #000000;
  --color-grey-lightness: #f0f0f0;
  --color-pink-light: #ffedf5;
  --color-pink-dark: #f896c5;
  --color-background: ;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.6;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  width: calc(100% - 64px);
  max-width: 1130px;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
  }
}

.container-l {
  max-width: 1200px;
  margin-inline: auto;
}
.container-l.u-wrap-side {
  max-width: 1264px;
  padding-inline: 32px;
}

.container-s {
  max-width: 940px;
  margin-inline: auto;
}

.container-xs {
  max-width: 660px;
  margin-inline: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-inline: 32px;
  padding-block: 40px;
  isolation: isolate;
  background: transparent;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease, background 0.45s;
}
@media (max-width: 1023px) {
  header {
    z-index: 100;
    padding-block: 8px;
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  header.is-dark {
    background: #fff;
  }
}
header .container {
  width: 90%;
  max-width: 100%;
}
@media (max-width: 599px) {
  header .container {
    width: 100%;
  }
}
header .site-title {
  line-height: 1;
}
header .logo {
  display: inline-block;
  color: #fff; /* デフォルト白 */
  transition: color 0.3s ease;
}
header .logo.is-dark {
  color: var(--brand);
}
header .logo svg {
  width: 160px;
  height: auto;
}
@media (max-width: 1023px) {
  header .logo svg {
    width: 100px;
  }
}
@media (max-width: 599px) {
  header .logo svg {
    width: 80px;
  }
}
header .header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header .header-cta .btn {
  display: inline-block;
  padding: 0.8em 1.5em;
  border: 8px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
header .header-cta .btn::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f061";
  padding-right: 8px;
}
header .header-cta .btn.is-dark {
  background-color: var(--brand);
  color: #fff;
}
@media (max-width: 1023px) {
  header .header-cta .btn {
    font-size: 14px;
    padding: 0.6em 1.6em;
  }
}
header .header-menu {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 50px;
  padding-block: 24px;
  background-color: var(--color-white);
  border-radius: calc(infinity * 1px);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  header .header-menu {
    padding-block: 12px;
    z-index: auto;
  }
}
@media (max-width: 1023px) {
  header .header-menu .site-title {
    width: 100%;
  }
  header .header-menu .site-title img {
    margin-inline: auto;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .header-menu .site-title img {
    height: 29px;
  }
}
header .header-menu .global-sp_navi {
  position: relative;
  display: none;
}
@media (max-width: 1023px) {
  header .header-menu .global-sp_navi {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
header .header-menu .global-sp_navi span {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--color-black);
  left: 16px;
  transition: all 0.2s;
}
header .header-menu .global-sp_navi span:nth-of-type(1) {
  top: 18px;
}
header .header-menu .global-sp_navi span:nth-of-type(2) {
  top: 25px;
}
header .header-menu .global-sp_navi span:nth-of-type(3) {
  top: 32px;
}
header .header-menu .global-sp_navi.active span:nth-of-type(1) {
  top: 25px;
  transform: rotate(45deg);
}
header .header-menu .global-sp_navi.active span:nth-of-type(2) {
  display: none;
}
header .header-menu .global-sp_navi.active span:nth-of-type(3) {
  top: 25px;
  transform: rotate(-45deg);
}
header .header-menu .global-menu {
  display: block;
}
@media (max-width: 1023px) {
  header .header-menu .global-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    z-index: -1;
    padding-inline: 32px;
    background-color: var(--color-pink-light);
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
header .header-menu .global-menu.active {
  right: 0;
}
header .header-menu .global-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  header .header-menu .global-menu ul {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  header .header-menu .global-menu ul li {
    width: 100%;
  }
  header .header-menu .global-menu ul li:not(:last-of-type) {
    border-bottom: 1px solid var(--color-black);
  }
}
header .header-menu .global-menu ul li a {
  position: relative;
  display: inline-block;
  color: var(--color-black);
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  header .header-menu .global-menu ul li a {
    display: block;
    padding: 16px 40px;
    text-align: center;
  }
  header .header-menu .global-menu ul li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
  }
}
header .header-menu .global-menu ul li a:hover {
  color: var(--color-pink-dark);
}
header .header-menu .global-menu ul li.current-menu-item a {
  color: var(--color-pink-dark);
}

.header--hide {
  opacity: 0;
  transform: translateY(-30px);
}

/* 上スクロールで表示（ふわっと下から出てくる） */
.header--show {
  opacity: 1;
  transform: translateY(0);
}

.contents_2col {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1023px) {
  .contents_2col {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

/* side */
.side {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
@media (max-width: 599px) {
  .side {
    gap: 48px;
  }
}
.side .side_author {
  position: relative;
  padding: 40px 24px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: var(--white);
}
.side .side_author .side_author-title {
  position: absolute;
  width: max-content;
  text-align: center;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/speech_pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 8px 32px 16px;
  font-size: 21px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.side .side_author .side_author-image img {
  width: 130px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-grey);
  object-fit: cover;
  margin-inline: auto;
  margin-bottom: 20px;
}
.side .side_author .side_author-name {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.side .side_author .side_author-desc {
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
.side .side_author .side_author-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.side .side_author .side_author-link a {
  color: var(--color-black);
}
.side .side_box .side_box-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.side .side_related .side_related-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
}
.side .side_related .side_related-posts .post_detail {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 0;
  align-items: center;
  background-color: var(--color-grey-lightness);
  color: var(--color-black);
}
.side .side_related .side_related-posts .post_detail:not(:last-of-type) {
  border-bottom: 1px solid var(--color-white);
}
.side .side_related .side_related-posts .post_detail .post_detail-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: var(--color-grey);
}
.side .side_related .side_related-posts .post_detail .post_detail-title {
  padding: 24px;
  font-size: 14px;
}
.side .side_category .side_category-list {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  border: 1px solid var(--color-black);
  padding-inline: 0;
}
.side .side_category .side_category-list:not(:last-of-type) {
  border-bottom: none;
}
.side .side_category .side_category-list li:not(:last-of-type) {
  border-bottom: 1px solid var(--color-black);
  background-color: var(--color-white);
}
.side .side_category .side_category-list li.cat-item-none {
  position: relative;
  padding: 16px;
}
.side .side_category .side_category-list li.cat-item-none::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
.side .side_category .side_category-list li a {
  position: relative;
  color: var(--color-black);
  display: block;
  padding: 16px;
}
.side .side_category .side_category-list li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  right: 24px;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
.side .side_category .side_category-list li a:hover::after {
  right: 16px;
}
.side .side_archive select {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  background-color: var(--color-pink-light);
  border: none;
  border-radius: 6px;
}

main {
  overflow: clip;
}

/* footer */
footer {
  position: relative;
  padding-block: 80px;
  overflow: hidden;
  background-color: var(--brand);
  text-align: center;
  color: #fff;
}
@media (max-width: 599px) {
  footer {
    padding-inline: 16px;
  }
}
footer .logo {
  margin-inline: auto;
  margin-bottom: 48px;
}
footer .logo.white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(120deg) brightness(106%) contrast(104%);
}

/* sp */
.sp-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
}
@media (max-width: 599px) {
  .sp-fixed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    z-index: 200;
    background-color: var(--color-pink);
  }
}
.sp-fixed a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--color-black);
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
.sp-fixed a i {
  font-size: 18px;
}

/* parts */
.breadcrumbs i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.breadcrumbs a {
  text-decoration: underline;
  color: var(--color-black);
}

.wp-pagenavi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  padding-block: 64px;
}
@media (max-width: 1023px) {
  .wp-pagenavi {
    padding-block: 40px;
  }
}
.wp-pagenavi a {
  color: var(--color-black);
}

.navigation {
  padding-block: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 599px) {
  .navigation {
    flex-direction: column;
  }
}

.headline01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .headline01 {
    gap: 8px;
  }
}
@media (max-width: 599px) {
  .headline01 {
    gap: 8px;
  }
}
.headline01 .ja {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .headline01 .ja {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .headline01 .ja {
    font-size: 24px;
  }
}
.headline01 .en {
  font-size: 20px;
  font-weight: bold;
  color: var(--brand);
}
@media (max-width: 1023px) {
  .headline01 .en {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .headline01 .en {
    font-size: 14px;
  }
}

.en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

div.wpcf7 .wpcf7-spinner {
  display: none;
}

.fadein-section {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein-section.active {
  opacity: 1;
  transform: translateY(0);
}