@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --black: #000;
  --white: #fff;
  --mainBlue: #2850A2;
  --darkBlue: #113786;
  --gray: #E9E9E9;
  --gray10: #F5F5F5;
  --gray20: #D2D2D2;
  --gray30: #8B8B8B;
  --yellow: #FFD943;
  --sns-timeline: #005071;
  --ffAll: "Barlow Semi Condensed", "Zen Kaku Gothic New", sans-serif;
  --ffZenKakuG: "Zen Kaku Gothic New", sans-serif;
  --ffBarlow: "Barlow Semi Condensed", sans-serif;
  --fwBlack: 900;
  --fwBold: 700;
  --fwMedium: 500;
  --fwRegular: 400;
  --lh140: 140%;
  --lh150: 150%;
  --lh160: 160%;
  --lh170: 170%;
  --lh200: 200%;
  --lh240: 240%;
  --lh280: 280%;
  --w1200: 1200px;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: 62.5%;
  font-family: var(--ffZenKakuG);
}

body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  color: var(--mainBlue);
  font-size: 1.6rem;
  background-color: var(--gray10);
}
@media screen and (max-width: 767px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body:not(.isTop) .main {
  padding-top: 80px;
}

main {
  display: block;
}
@media screen and (max-width: 767px) {
  main {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding-left: 0;
}
ul > li {
  list-style-type: none;
}

h1 {
  font-size: 4.6rem;
  font-weight: var(--fwBold);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: var(--fwBlack);
  letter-spacing: 0.1em;
}

h2.en {
  font-size: 2rem;
  font-weight: var(--fwBold);
  font-style: italic;
  letter-spacing: 0.03em;
}

h3 {
  font-size: 3rem;
  font-weight: var(--fwBold);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: var(--lh140);
  }
}

h4 {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 2rem;
    line-height: var(--lh140);
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
}

.c-text-big {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  line-height: var(--lh240);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-text-big {
    font-size: 1.7rem;
    line-height: var(--lh200);
  }
}

.c-text-normal {
  font-weight: var(--fwMedium);
  line-height: 28px;
}

.c-text-small {
  font-size: 1.4rem;
  font-weight: var(--fwMedium);
  line-height: var(--lh170);
}

.c-text-h4 {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
}
@media screen and (max-width: 767px) {
  .c-text-h4 {
    font-size: 2rem;
    line-height: var(--lh140);
  }
}

.c-text-h5 {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
}

.c-ul li {
  display: flex;
  align-items: flex-start;
  column-gap: 13px;
  line-height: 28px;
  list-style-type: none;
}
.c-ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 9px;
  background-color: var(--yellow);
  border-radius: 50%;
}
.c-ul li::marker {
  color: var(--yellow);
}

.c-btn {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  line-height: var(--lh280);
  letter-spacing: 0.1em;
}

.c-link-btn01 {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  height: 60px;
  margin-left: auto;
  padding-inline: 44px 8px;
  background-color: var(--darkBlue);
  border-radius: 30px;
}
.c-link-btn01 > span,
.c-link-btn01 > a {
  position: relative;
  z-index: 2;
}
.c-link-btn01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transform: skewX(-10deg);
}
.c-link-btn01:hover {
  background-color: var(--white);
  transition: all 1ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
}
.c-link-btn01:hover > span,
.c-link-btn01:hover > a {
  color: var(--darkBlue);
}
.c-link-btn01:hover::before {
  left: 0;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-link-btn01 span {
  flex: 1;
  display: block;
  color: var(--yellow);
  font-weight: var(--fwBold);
  letter-spacing: 0.1em;
}
.c-link-btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  background: url(../../files/images/icon_btn_arrow.webp) var(--yellow) no-repeat 50%/28px;
  border-radius: 50%;
}
.c-link-btn01:hover::after {
  background-image: url(../../files/images/icon_btn_arrow_w.webp);
}

.c-link-btn02 {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  height: 60px;
  margin-left: auto;
  padding-inline: 44px 8px;
  background-color: var(--mainBlue);
  border-radius: 30px;
}
.c-link-btn02 > span,
.c-link-btn02 > a {
  position: relative;
  z-index: 2;
}
.c-link-btn02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transform: skewX(-10deg);
}
.c-link-btn02:hover {
  background-color: var(--white);
  transition: all 1ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
}
.c-link-btn02:hover > span,
.c-link-btn02:hover > a {
  color: var(--darkBlue);
}
.c-link-btn02:hover::before {
  left: 0;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-link-btn02 {
    width: calc(100% - 60px);
    margin-inline: auto;
  }
}
.c-link-btn02 span {
  flex: 1;
  display: block;
  margin-top: -3px;
  color: var(--yellow);
  font-weight: var(--fwBold);
  letter-spacing: 0.1em;
}
.c-link-btn02::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url(../../files/images/icon_btn_arrow.webp) var(--yellow) no-repeat 50%/28px;
  border-radius: 50%;
  transform: rotate(-90deg);
}
.c-link-btn02:hover::after {
  background-image: url(../../files/images/icon_btn_arrow_w.webp);
}

.c-text-link--outer {
  display: inline-flex;
  align-items: center;
}
.c-text-link--outer::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url(../../files/images/icon_outer_link.webp) no-repeat 50%/16px;
  border-radius: 50%;
}

.c-width {
  max-width: var(--w1200);
  margin-inline: auto;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .c-width {
    padding-inline: 16px;
  }
}

/* .effect {
    opacity: 0;
    position: relative;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
} */
/* .effect-item {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: opacity 0.5s ease-out, top 0.5s ease-out;
}

 */ /* アニメーションを開始するクラス（JSで付与） */ /*
.effect-item.show {
  opacity: 1;
  top: 0;
} */
/*
.img-anim {
  position: relative;
  overflow: hidden;

  img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 1s ease; // 任意の拡大効果
  }

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 150%;
    height: 100%;
    background: var(--mainBlue);
    transform: skewX(-10deg) translateX(0%);
    z-index: 2;
    transition: transform 1.2s ease;
    pointer-events: none;
  }

  &.is-inview::before {
    transform: skewX(-10deg) translateX(200%);
  }

  &.is-inview img {
    transform: scale(1.02); // お好みで
  }

    &.item {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.75s ease, transform 0.75s ease;

      &.is-inview {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .item__img-wrapper {
      position: relative;
      overflow: hidden;

      img {
        display: block;
        width: 100%;
        height: auto;
      }

      .img-overlay {
        content: '';
        position: absolute;
        top: 0;
        left: -120%;
        width: 250%;
        height: 100%;
        background: var(--mainBlue);
        z-index: 2;
        transform: skewX(-10deg) translateX(0%);
        transition: transform 1s ease 0.75s; // 少し遅れて流れる
        pointer-events: none;
      }

      .is-inview & .img-overlay {
        transform: skewX(-10deg) translateX(200%);
      }
    }
} */
@media screen and (max-width: 767px) {
  .isPC {
    display: none;
    visibility: hidden;
    height: 0;
  }
}

.isSP {
  display: none;
  visibility: hidden;
  height: 0;
}
@media screen and (max-width: 767px) {
  .isSP {
    display: block;
    visibility: visible;
    height: auto;
  }
}

.pc-br {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
    visibility: hidden;
  }
}

.sp-br {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    visibility: visible;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-inline: 1.3888888889%;
  background-color: transparent;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px;
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header__sp-nav-btn {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .header__sp-nav-btn {
    display: block;
    visibility: visible;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 60px;
    height: 60px;
    color: transparent;
    font-size: 0;
    background-color: var(--mainBlue);
    border-radius: 50%;
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header__sp-nav-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
    margin-inline: auto;
    background-color: var(--white);
  }
  .header__sp-nav-btn span::before, .header__sp-nav-btn span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
  }
  .header__sp-nav-btn span::before {
    top: -8px;
  }
  .header__sp-nav-btn span::after {
    bottom: -8px;
  }
}
.header__logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    position: relative;
    z-index: 1;
    position: fixed;
    left: 20px;
    top: 24px;
    width: 83px;
  }
}
.header__logo a {
  display: block;
}
.header__logo svg {
  width: 120px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .header__logo svg {
    width: 83px;
    height: 32px;
  }
}
.header__logo svg path {
  fill: var(--mainBlue);
}
@media screen and (max-width: 767px) {
  .header__logo svg path {
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header__nav-cont-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 40px;
  width: 995px;
}
@media screen and (max-width: 767px) {
  .header__nav-cont-wrapper {
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    width: 0;
    height: 100dvh;
    background-color: var(--darkBlue);
    transition: width 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header__nav-cont-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    width: 141px;
    height: 100dvh;
    background: url(../../files/images/top/bk_sp_nav.svg) no-repeat left 0 top 0;
    background-size: 141px;
    transition: width 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header__nav {
  display: flex;
  align-items: center;
  width: 995px;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: block;
    max-width: 0;
    width: 0;
    height: 100dvh;
    transition: width 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header__nav a,
.header__nav button {
  padding-block: 15px;
  font-size: 1.5rem;
  font-weight: var(--fwBlack);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .header__nav a,
  .header__nav button {
    font-size: 1.7rem;
    font-weight: var(--fwBold);
    text-align: left;
  }
}
.header__nav .nav-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-right: 50px;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .header__nav .nav-list {
    opacity: 0;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-right: 0;
    background-color: transparent;
    padding-top: 102px;
    padding-inline: 44% 30px;
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 767px) {
  .header__nav .nav-list li {
    width: 100%;
  }
}
.header__nav .nav-list li.spLink {
  display: none;
  visibility: hidden;
}
.header__nav .nav-list > li > a,
.header__nav .nav-list > li > button {
  display: grid;
  place-content: center;
  height: 80px;
  padding-inline: 8px;
}
@media screen and (max-width: 767px) {
  .header__nav .nav-list > li > a,
  .header__nav .nav-list > li > button {
    display: block;
    height: 50px;
    padding-inline: 0;
    color: var(--white);
  }
}
.header__nav .nav-list > li > a:hover,
.header__nav .nav-list > li > button:hover {
  color: var(--yellow);
}
@media screen and (max-width: 767px) {
  .header__nav .nav-list > li > button {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
  .header__nav .nav-list > li > button::after {
    content: "";
    display: block;
    width: 11px;
    height: 5px;
    background: url(../../files/images/icon_arrow_bottom.svg) no-repeat 50%/100%;
  }
}
.header__nav .nav-sub-list {
  opacity: 0;
  position: absolute;
  right: -20px;
  height: 0;
  padding-inline: 49px;
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .header__nav .nav-sub-list {
    position: relative;
    top: 0;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}
.header__nav .nav-sub-list.isPrograms {
  width: 749px;
}
@media screen and (max-width: 767px) {
  .header__nav .nav-sub-list.isPrograms {
    width: 100%;
  }
}
.header__nav .nav-sub-list.isTopic {
  width: 404px;
}
@media screen and (max-width: 767px) {
  .header__nav .nav-sub-list.isTopic {
    width: 100%;
  }
}
.header__nav .nav-sub-list li {
  width: 100%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .header__nav .nav-sub-list li {
    position: relative;
    color: var(--white);
    padding-left: 1em;
  }
  .header__nav .nav-sub-list li::before {
    content: "-";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 1.5rem;
  }
}
.header__nav .nav-sub-list li a {
  color: transparent;
  font-size: 0;
}
.header__nav .nav-sub-list.isSubNavView {
  opacity: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 18px;
  height: auto;
  padding-block: 32px 64px;
  background-color: var(--mainBlue);
  transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .header__nav .nav-sub-list.isSubNavView {
    margin-top: 16px;
    padding: 0;
    background-color: transparent;
  }
}
.header__nav .nav-sub-list.isSubNavView.isTop {
  top: 50px;
}
.header__nav .nav-sub-list.isSubNavView li {
  width: 100%;
  height: auto;
}
.header__nav .nav-sub-list.isSubNavView li a {
  display: inline-block;
  padding: 8px 0;
  color: var(--white);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header__nav .nav-sub-list.isSubNavView li a {
    font-size: 1.4rem;
  }
}
.header__nav .nav-sub-list.isSubNavView li a:hover {
  color: var(--yellow);
}
.header__nav .nav-sub-list.isSubNavView li.top-link a {
  font-weight: var(--fwBlack);
}
@media screen and (max-width: 767px) {
  .header__nav .nav-sub-list.isSubNavView li.top-link a {
    font-weight: var(--fwBold);
  }
}
.header__nav .nav-list > li:hover > a,
.header__nav .nav-list > li:hover > button {
  color: var(--yellow);
}
.header__nav .nav-list > li.isNavView > a,
.header__nav .nav-list > li.isNavView > button {
  color: var(--yellow);
}
.header__nav .nav-list > li.isNavView > a::after,
.header__nav .nav-list > li.isNavView > button::after {
  transform: rotate(180deg);
}
.header .header__to-contact {
  overflow: hidden;
  position: relative;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 50px;
  padding-inline: 8px;
  color: var(--yellow);
  font-size: 1.5rem;
  font-weight: var(--fwBlack);
  text-align: center;
  letter-spacing: 0.2em;
  background-color: var(--mainBlue);
  border-radius: 50px;
}
.header .header__to-contact > span,
.header .header__to-contact > a {
  position: relative;
  z-index: 2;
}
.header .header__to-contact::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  transform: skewX(-10deg);
}
.header .header__to-contact:hover {
  background-color: var(--yellow);
  transition: all 1ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
}
.header .header__to-contact:hover > span,
.header .header__to-contact:hover > a {
  color: var(--mainBlue);
}
.header .header__to-contact:hover::before {
  left: 0;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .header .header__to-contact {
    opacity: 0;
    margin-left: 44%;
    padding-inline: 0;
    color: var(--white);
    font-size: 1.7rem;
    font-weight: var(--fwBold);
    background-color: transparent;
    position: relative;
    top: 20px;
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header .header__to-contact a {
  display: block;
  width: 100%;
  height: 100%;
  padding-block: 14px;
}
.header.isTop {
  padding: 60px 53px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .header.isTop {
    padding: 10px;
  }
}
.header.isTop .header__logo {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .header.isTop .header__logo {
    opacity: 1;
  }
  .header.isTop .header__logo svg {
    width: 89px;
    height: 32px;
  }
}
.header.isTop .header__nav .nav-list {
  padding-inline: 50px;
  background-color: var(--mainBlue);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .header.isTop .header__nav .nav-list {
    visibility: hidden;
    width: 0;
    padding-inline: 0;
    background-color: transparent;
  }
}
.header.isTop .header__nav .nav-list > li > a,
.header.isTop .header__nav .nav-list > li > button {
  height: 50px;
  color: var(--white);
}
.header.isTop .header__nav .nav-list > li:first-of-type > a, .header.isTop .header__nav .nav-list > li:first-of-type > button {
  border-radius: 25px 0 0 25px;
}
.header.isTop .header__nav .nav-list > li:nth-of-type(4) > a, .header.isTop .header__nav .nav-list > li:nth-of-type(4) > button {
  border-radius: 0 25px 25px 0;
}
.header.isTop .header__nav .nav-list > li:hover > a,
.header.isTop .header__nav .nav-list > li:hover > button {
  color: var(--yellow);
}
.header.isTop .nav-sub-list {
  top: 110px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header.isTop .nav-sub-list {
    top: 0;
  }
}
.header.isTop .nav-sub-list li a {
  color: var(--white);
}
.header.isTop .nav-sub-list li a:hover {
  color: var(--yellow);
}
.header.isTop .nav-sub-list li.top-link a {
  font-weight: var(--fwBlack);
}
@media screen and (max-width: 767px) {
  .header.isTop .nav-sub-list li.top-link a {
    font-weight: var(--fwBold);
  }
}
.header.isTop .header__to-contact {
  color: var(--mainBlue);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .header.isTop .header__to-contact {
    opacity: 0;
    width: 0;
    color: var(--white);
    background-color: transparent;
  }
}
.header.isTop .header__to-contact:hover {
  color: var(--yellow);
  background-color: var(--yellow);
}
@media screen and (max-width: 767px) {
  .header.isTop .header__to-contact:hover {
    color: var(--white);
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .header.isTop .header__to-contact:hover::before {
    background-color: transparent;
  }
}
.header.isTop.isScrolled, .header.isTop.isScrolled.isTop {
  padding: 0 30px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .header.isTop.isScrolled, .header.isTop.isScrolled.isTop {
    padding: 10px;
    background-color: transparent;
  }
}
.header.isTop.isScrolled .header__logo, .header.isTop.isScrolled.isTop .header__logo {
  opacity: 1;
}
.header.isTop.isScrolled .header__nav .nav-list, .header.isTop.isScrolled.isTop .header__nav .nav-list {
  margin-right: 0;
  background-color: transparent;
}
.header.isTop.isScrolled .header__nav .nav-list > li > a,
.header.isTop.isScrolled .header__nav .nav-list > li > button, .header.isTop.isScrolled.isTop .header__nav .nav-list > li > a,
.header.isTop.isScrolled.isTop .header__nav .nav-list > li > button {
  height: 80px;
  color: var(--darkBlue);
}
.header.isTop.isScrolled .header__nav .nav-list > li > a:hover,
.header.isTop.isScrolled .header__nav .nav-list > li > button:hover, .header.isTop.isScrolled.isTop .header__nav .nav-list > li > a:hover,
.header.isTop.isScrolled.isTop .header__nav .nav-list > li > button:hover {
  color: var(--yellow);
}
.header.isTop.isScrolled .header__nav .nav-list > li.isNavView .nav-sub-list, .header.isTop.isScrolled.isTop .header__nav .nav-list > li.isNavView .nav-sub-list {
  top: 65px;
  right: -20px;
}
.header.isTop.isScrolled .header__nav .nav-sub-list, .header.isTop.isScrolled.isTop .header__nav .nav-sub-list {
  top: 80px;
}
.header.isTop.isScrolled .header__to-contact, .header.isTop.isScrolled.isTop .header__to-contact {
  color: var(--yellow);
  background-color: var(--mainBlue);
}
@media screen and (max-width: 767px) {
  .header.isTop.isScrolled .header__to-contact, .header.isTop.isScrolled.isTop .header__to-contact {
    background-color: transparent;
  }
}
.header.isTop.isScrolled .header__to-contact:hover, .header.isTop.isScrolled.isTop .header__to-contact:hover {
  color: var(--mainBlue);
  background-color: var(--yellow);
}
@media screen and (max-width: 767px) {
  .header.isTop.isScrolled .header__to-contact:hover, .header.isTop.isScrolled.isTop .header__to-contact:hover {
    color: var(--white);
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .header.isTop.isScrolled .header__to-contact:hover::before, .header.isTop.isScrolled.isTop .header__to-contact:hover::before {
    background-color: transparent;
  }
}
.header .header__logo {
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header.isTop.isScrolled {
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header.isTop.isScrolled .header__logo {
  transition: opacity 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
}

@media screen and (max-width: 767px) {
  body .header {
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body.isNavView .header {
    transition: all 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body.isNavView .header .header__logo svg path {
    fill: var(--white);
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  }
  body.isNavView .header .header__sp-nav-btn {
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 150ms;
    background-color: var(--white);
  }
  body.isNavView .header .header__sp-nav-btn span {
    background-color: transparent;
  }
  body.isNavView .header .header__sp-nav-btn span::before {
    top: 0;
    background-color: var(--mainBlue);
    transform: rotate(45deg);
  }
  body.isNavView .header .header__sp-nav-btn span::after {
    top: 0;
    background-color: var(--mainBlue);
    transform: rotate(-45deg);
  }
  body.isNavView .header .header__nav {
    max-width: 100%;
    width: 100%;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body.isNavView .header .header__nav-cont-wrapper {
    visibility: visible;
    opacity: 1;
    width: 100vw;
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body.isNavView .header .header__nav-cont-wrapper::after {
    left: 0;
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
  }
  body.isNavView .header .header__nav .nav-list {
    opacity: 1;
    visibility: visible;
    width: auto;
    padding-inline: 44% 30px;
    transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 350ms;
  }
  body.isNavView .header .header__nav .nav-list li.spLink {
    display: block;
    visibility: visible;
  }
  body.isNavView .header .header__nav .header__to-contact {
    opacity: 1;
    width: auto;
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 350ms;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.isNavView .header .header__nav .header__to-contact:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.isNavView .header .header__nav .header__to-contact:hover::before {
    background-color: transparent;
  }
}
.mail-magazine {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: 153px;
  min-height: 225px;
}
@media screen and (max-width: 767px) {
  .mail-magazine {
    display: block;
    margin-top: 118px;
    min-height: 180px;
  }
}
.mail-magazine__left {
  display: flex;
  align-items: center;
  column-gap: 52px;
  width: 62.7083333333%;
  background-color: var(--yellow);
  padding: 56px 84px;
}
@media screen and (max-width: 767px) {
  .mail-magazine__left {
    display: block;
    width: 100%;
    padding: 65px 30px 60px;
  }
}
.mail-magazine__left .label {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mail-magazine__left .label {
    margin-bottom: 17px;
  }
}
.mail-magazine__left .label::before, .mail-magazine__left .label::after {
  content: "";
  display: block;
  width: 8px;
  height: 44px;
  background: url(../../files/images/top/bk_white_arrow.webp) no-repeat 50%/100%;
}
@media screen and (max-width: 767px) {
  .mail-magazine__left .label::before, .mail-magazine__left .label::after {
    height: 36px;
  }
}
.mail-magazine__left .label::after {
  transform: rotate(180deg);
}
.mail-magazine__left .label span {
  display: inline-block;
  position: relative;
  padding-inline: 36px 9px;
  font-size: 2.4rem;
  line-height: 44px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .mail-magazine__left .label span {
    font-size: 2rem;
    font-weight: var(--fwBold);
    line-height: 36px;
  }
}
.mail-magazine__left .label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 22px;
  height: 55px;
  background: url(../../files/images/top/sec01_exclamation.webp) no-repeat 50%/100%;
}
.mail-magazine__left .texts {
  flex: 1;
}
.mail-magazine__left .texts .c-text-normal {
  text-align: center;
}
.mail-magazine__left .texts .c-link-btn02 {
  width: 320px;
  max-width: 100%;
  margin-top: 25px;
  margin-inline: auto;
}
.mail-magazine__left .texts .c-link-btn02::after {
  background: url(../../files/images/icon_outer_link.webp) var(--yellow) no-repeat 50%/16px;
  transform: rotate(0deg);
}
.mail-magazine__right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .mail-magazine__right {
    height: 180px;
  }
}
.mail-magazine__right a {
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  padding-inline: 44px 8px;
  width: 100%;
  height: 100%;
  padding: 56px 20px;
  background: url(../../files/images/top/bk_mail_magazine_square.svg) var(--mainBlue) no-repeat right 0 top 50%/contain;
}
.mail-magazine__right a > span,
.mail-magazine__right a > a {
  position: relative;
  z-index: 2;
}
.mail-magazine__right a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transform: skewX(-10deg);
}
.mail-magazine__right a:hover {
  background-color: var(--white);
  transition: all 1ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
}
.mail-magazine__right a:hover > span,
.mail-magazine__right a:hover > a {
  color: var(--darkBlue);
}
.mail-magazine__right a:hover::before {
  left: 0;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .mail-magazine__right a {
    display: block;
    width: 100%;
    padding: 60px 40px;
  }
}
.mail-magazine__right a .flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .mail-magazine__right a .flex {
    width: 100%;
    justify-content: space-between;
    line-height: var(--lh150);
  }
}
.mail-magazine__right a .flex::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  background: url(../../files/images/icon_outer_link.webp) var(--yellow) no-repeat 50%/16px;
  border-radius: 50%;
}
.mail-magazine__right a .flex span {
  flex: 1;
  display: block;
  color: var(--yellow);
  font-size: 2.2rem;
  font-weight: var(--fwBlack);
}
@media screen and (max-width: 767px) {
  .mail-magazine__right a .flex span {
    line-height: var(--lh150);
  }
}
.mail-magazine__right a::before {
  left: -130%;
  width: 120%;
}
.mail-magazine__right a:hover {
  background-color: var(--white);
}
.mail-magazine__right a:hover::before {
  left: -10%;
}
.mail-magazine__right a:hover span.flex span {
  color: var(--mainBlue);
}

.footer {
  display: grid;
  grid-template-areas: "left right" ".    bottom";
  column-gap: 11.1111111111%;
  padding: 175px 70px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    grid-template-areas: "right" "left " "bottom";
    padding: 90px 30px 0;
  }
}
.footer__left {
  grid-area: left;
}
.footer__left .logo {
  max-width: 500px;
  margin-bottom: 66px;
  aspect-ratio: 500/194;
}
@media screen and (max-width: 767px) {
  .footer__left .logo {
    max-width: 261px;
    margin-bottom: 38px;
  }
}
.footer__left .logo svg {
  width: 100%;
  height: auto;
}
.footer__left .logo svg path {
  fill: var(--mainBlue);
}
.footer__left .keyword {
  max-width: 493px;
  aspect-ratio: 493/258;
}
@media screen and (max-width: 767px) {
  .footer__left .keyword {
    max-width: 261px;
    aspect-ratio: 261/136;
  }
}
.footer__left .keyword svg {
  width: 100%;
  height: auto;
}
.footer__right {
  grid-area: right;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__right {
    padding-bottom: 80px;
  }
}
.footer .main-organizations-list {
  display: flex;
  column-gap: 20px;
  width: 77.7777777778%;
  padding-bottom: 83px;
  border-bottom: 1px solid var(--gray20);
}
@media screen and (max-width: 767px) {
  .footer .main-organizations-list {
    flex-wrap: wrap;
    row-gap: 40px;
    width: 100%;
  }
}
.footer .main-organizations-list > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .footer .main-organizations-list > * {
    width: 100%;
  }
}
.footer .main-organizations-list .organization-link .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  aspect-ratio: 270/180;
  width: 100%;
  margin-bottom: 12px;
  background: url(../../files/images/icon_outer_link.webp) no-repeat var(--white) bottom 10px right 10px/16px;
  border-radius: 4px;
}
.footer .main-organizations-list .organization-link .img .img-kanagawaken {
  aspect-ratio: 184/84;
  width: 81.8518518519%;
  display: inline-block;
  margin-inline: auto;
}
.footer .main-organizations-list .organization-link .img .img-planA {
  aspect-ratio: 114/36;
  width: 42.2222222222%;
  display: inline-block;
  margin-inline: auto;
}
.footer .main-organizations-list dl dt {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray20);
}
.footer .footer-nav {
  width: 77.7777777778%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    width: 100%;
    margin-top: 32px;
  }
}
.footer .footer-nav .main-list {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "topPage philosophy" "about topics" "programs contact" "links links";
  column-gap: 50px;
  row-gap: 34px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .main-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .main-list > li + li {
    margin-top: 24px;
  }
}
.footer .footer-nav .main-list > li > a,
.footer .footer-nav .main-list > li > span {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  letter-spacing: 0.1em;
}
.footer .footer-nav .main-list > li > span {
  margin-bottom: 17px;
}
.footer .footer-nav .main-list > li:nth-of-type(1) {
  grid-area: topPage;
}
.footer .footer-nav .main-list > li:nth-of-type(2) {
  grid-area: about;
}
.footer .footer-nav .main-list > li:nth-of-type(3) {
  grid-area: programs;
}
.footer .footer-nav .main-list > li:nth-of-type(4) {
  grid-area: philosophy;
  padding-right: 55px;
}
.footer .footer-nav .main-list > li:nth-of-type(5) {
  grid-area: topics;
  padding-right: 55px;
}
.footer .footer-nav .main-list > li:nth-of-type(6) {
  grid-area: contact;
  padding-right: 55px;
}
.footer .footer-nav .main-list > li:nth-of-type(7) {
  grid-area: links;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .main-list > li:nth-of-type(7) {
    margin-top: 65px;
  }
}
.footer .footer-nav .sub-list {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .sub-list {
    margin-top: 12px;
  }
}
.footer .footer-nav .sub-list > li {
  margin-bottom: 7px;
  margin-left: 0.5em;
  padding-left: 0.5em;
  list-style-type: "-";
}
.footer .footer-nav .sub-list > li > a {
  font-size: 1.4rem;
  font-weight: var(--fwMedium);
  line-height: 28px;
}
.footer .footer-nav .icon-list {
  display: flex;
  column-gap: 8px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .icon-list {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.footer .footer-nav .icon-list li {
  width: calc((100% - 32px) / 5);
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .icon-list li {
    width: calc((100% - 16px) / 3);
  }
}
.footer .footer-nav .icon-list li a {
  display: grid;
  place-content: center;
  aspect-ratio: 104/104;
  background-color: var(--white);
  border-radius: 4px;
}
.footer .footer-nav .icon-list li:nth-of-type(1) img {
  padding-inline: 12px;
  padding-inline: 11.5384615385%;
}
.footer .footer-nav .icon-list li:nth-of-type(2) img {
  padding-inline: 28px;
  padding-inline: 26.9230769231%;
}
.footer .footer-nav .icon-list li:nth-of-type(3) img {
  padding-inline: 32px;
  padding-inline: 30.7692307692%;
}
.footer .footer-nav .icon-list li:nth-of-type(4) img {
  padding-inline: 11px;
  padding-inline: 10.5769230769%;
}
.footer .footer-nav .icon-list li:nth-of-type(5) img {
  padding-inline: 12px;
  padding-inline: 11.5384615385%;
}
.footer__bottom-line {
  grid-area: bottom;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 77.7777777778%;
  margin-top: 45px;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-line {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 65px;
  }
}

/*# sourceMappingURL=styles.css.map */
