@charset "UTF-8";
/** @format */
/** @format */
/** @format */
/** @format */
/* bold */

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #333333;
  background-color: #f6f8f9;
  letter-spacing: 1px;
  font-size: 1em;
  overflow: hidden;
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

p {
  line-height: 1.4em;
  letter-spacing: 2px;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1.5s ease;
  transition: opacity 1s ease, -webkit-transform 1.5s ease;
  transition: opacity 1s ease, transform 1.5s ease;
  transition: opacity 1s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/** @format */

/* -----------------------------
   ページタイトルセクション（共通）
------------------------------ */
.page-title-section {
  width: 100%;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 800px) {
  .page-title-section {
    min-height: 180px;
  }
}
@media screen and (max-width: 533px) {
  .page-title-section {
    min-height: 100px;
  }
}

.page-title__inner {
  width: 100%;
  height: auto;
}

.page-title__text {
  position: absolute;
  top: 10vw;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 533px) {
  .page-title__text {
    top: 16vw;
  }
}
@media screen and (max-width: 400px) {
  .page-title__text {
    top: 21vw;
  }
}
.page-title__text .page-title__main {
  font-size: 2.8em;
  color: #01438b;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1120px) {
  .page-title__text .page-title__main {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 800px) {
  .page-title__text .page-title__main {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 533px) {
  .page-title__text .page-title__main {
    font-size: 1.6em;
  }
}

.page-title__sub {
  font-size: 1.4em;
  color: #a0a0a0;
}
@media screen and (max-width: 800px) {
  .page-title__sub {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 533px) {
  .page-title__sub {
    display: none;
  }
}

.section__title_img {
  width: 100%;
  aspect-ratio: 5/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1120px) {
  .section__title_img {
    aspect-ratio: 4/1;
  }
}
@media screen and (max-width: 533px) {
  .section__title_img {
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 400px) {
  .section__title_img {
    aspect-ratio: 2/1;
  }
}

/* -----------------------------
   パンくずリスト
------------------------------ */
.breadcrumb {
  padding: 32px 64px;
}
@media screen and (max-width: 800px) {
  .breadcrumb {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 400px) {
  .breadcrumb {
    padding: 24px;
  }
}
.breadcrumb__inner {
  font-size: 1.2em;
  color: #666;
}
.breadcrumb__link {
  color: #01438b;
  margin-right: 4px;
}
.breadcrumb__current {
  font-weight: bold;
  color: #333;
}

/* -----------------------------
   Contact（共通フッター）
------------------------------ */
.contact {
  padding: 64px;
  background-image: -webkit-linear-gradient(150deg, #03274d, transparent 66vw);
  background-image: linear-gradient(-60deg, #03274d, transparent 66vw);
  padding-top: 40px;
  margin-top: 0;
  background-color: #01438b;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .contact {
    margin-top: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 533px) {
  .contact {
    padding: 40px;
  }
}
@media screen and (max-width: 400px) {
  .contact {
    padding: 40px 0;
  }
}

.section__title_contact {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  padding: 0 40px;
  text-align: left;
  font-size: 2.2em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .section__title_contact {
    font-size: 1.8em;
    padding: 0;
  }
}
.section__title_contact::before {
  position: absolute;
  top: -64px;
  right: 0;
  letter-spacing: 8px;
  content: "CONTACT";
  font-family: "DIN Alternate", Bahnschrift, "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-size: 144px;
  color: #fff;
  opacity: 0.2;
  text-transform: uppercase;
  z-index: -10;
}
@media screen and (max-width: 533px) {
  .section__title_contact::before {
    display: none;
  }
}

.contact__text {
  max-width: 560px;
  font-size: 2em;
  color: #fff;
  letter-spacing: 3px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .contact__text {
    font-size: 1.6em;
  }
}

.contact__group {
  padding: 64px 40px 16px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .contact__group {
    padding: 40px 0 16px;
  }
}

.contact__concept_btn {
  display: block;
  margin: 0 0 0 auto;
  font-weight: 400;
  font-size: 1.8em;
  border: 2px solid #01438b;
  letter-spacing: 2px;
  padding: 16px 32px;
  color: #01438b;
  background-color: #fff;
  border-radius: 99px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 400px) {
  .contact__concept_btn {
    margin: 0 auto;
  }
}
.contact__concept_btn::after {
  background: #023770;
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-10deg) scale(1, 0);
          transform: skewY(-10deg) scale(1, 0);
  height: 140px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.contact__concept_btn:hover {
  border: 2px solid #fff;
  color: #fff;
}
.contact__concept_btn:hover::after {
  -webkit-transform: skewY(-10deg) scale(1, 1);
          transform: skewY(-10deg) scale(1, 1);
}

/* -----------------------------
   リソース一覧
------------------------------ */
.section-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .section-container {
    padding: 0;
  }
}

.resource-list {
  padding: 40px 64px 80px;
}
@media screen and (max-width: 800px) {
  .resource-list {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 533px) {
  .resource-list {
    padding: 32px 24px 48px;
  }
}

.resource-list__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .resource-list__grid {
    gap: 24px;
  }
}

.resource-card {
  width: calc(33.333% - 22px);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
@media screen and (max-width: 800px) {
  .resource-card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 533px) {
  .resource-card {
    width: 100%;
  }
}
.resource-card:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.resource-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.resource-card__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f4f8;
}

.resource-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.resource-card:hover .resource-card__img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.resource-card__no-img {
  width: 100%;
  height: 100%;
  background: #dde5ee;
}

.resource-card__body {
  background: #01438b;
  padding: 14px 16px;
}

.resource-card__title {
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 1px;
}

.resource-list__empty {
  text-align: center;
  color: #999;
  font-size: 1.4em;
  padding: 60px 0;
}

/* -----------------------------
   リソース詳細（ダウンロードフォーム）
------------------------------ */
.resource-detail {
  padding: 0 64px 80px;
}
@media screen and (max-width: 800px) {
  .resource-detail {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 533px) {
  .resource-detail {
    padding: 0 24px 48px;
  }
}

.resource-detail__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.resource-detail__title {
  font-size: 2.4em;
  font-weight: 700;
  color: #01438b;
  margin: 0 0 12px;
  letter-spacing: 2px;
  padding-bottom: 16px;
  border-bottom: 2px solid #01438b;
}
@media screen and (max-width: 800px) {
  .resource-detail__title {
    font-size: 2em;
  }
}
@media screen and (max-width: 533px) {
  .resource-detail__title {
    font-size: 1.8em;
  }
}

.resource-detail__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .resource-detail__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.resource-detail__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.resource-detail__cover {
  margin-bottom: 32px;
}

.resource-detail__cover-img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e0e0e0;
}

.resource-detail__points {
  margin-bottom: 28px;
}

.resource-detail__points-title {
  font-size: 1.7em;
  font-weight: 700;
  color: #01438b;
  margin: 0 0 14px;
  letter-spacing: 1px;
}

.resource-detail__points-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resource-detail__points-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 1.4em;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}

.resource-detail__points-icon {
  color: #01438b;
  font-weight: 700;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 2px;
}

.resource-detail__description {
  font-size: 1.4em;
  line-height: 1.8;
  color: #444;
  letter-spacing: 1px;
}

.resource-detail__right {
  width: 440px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .resource-detail__right {
    width: 380px;
  }
}
@media screen and (max-width: 800px) {
  .resource-detail__right {
    width: 100%;
  }
}

.resource-detail__form-box {
  background: #fff;
  border: 1px solid #dde5ee;
  border-radius: 4px;
  padding: 32px 28px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 533px) {
  .resource-detail__form-box {
    padding: 24px 16px;
  }
}

.resource-detail__form-box .wpcf7 p {
  margin-bottom: 16px;
}

.resource-detail__form-box .wpcf7 label {
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
  letter-spacing: 1px;
}

.resource-detail__form-box .wpcf7 input[type="text"],
.resource-detail__form-box .wpcf7 input[type="email"],
.resource-detail__form-box .wpcf7 input[type="tel"],
.resource-detail__form-box .wpcf7 textarea,
.resource-detail__form-box .wpcf7 select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 8px 10px;
  font-size: 1.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #333;
}

.resource-detail__form-box .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.resource-detail__form-box .wpcf7 input[type="submit"] {
  background: #01438b;
  color: #fff;
  border: 2px solid #01438b;
  border-radius: 99px;
  padding: 12px 40px;
  font-size: 1.6em;
  cursor: pointer;
  display: block;
  margin: 24px auto 0;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.resource-detail__form-box .wpcf7 input[type="submit"]:hover {
  background: #fff;
  color: #01438b;
}

.resource-detail__form-note {
  font-size: 1.2em;
  color: #999;
  line-height: 1.8;
}

/* パンくずリスト上部余白（ヘッダー分） */
.resource-detail .breadcrumb,
.resource-list .breadcrumb,
body .breadcrumb:first-child {
  padding-top: 96px;
}

/* カードの高さを揃える */
.resource-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resource-card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.resource-card__thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.resource-card__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 同じ行のカードの高さを揃える */
.resource-list__grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* サムネイルの高さを固定 */
.resource-card__thumb {
  height: 200px;
  aspect-ratio: unset;
}

/* サイトマップ */
.sitemap__inner {
    padding: 60px 0;
}

.sitemap__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap__item {
    margin-bottom: 24px;
}

.sitemap__item > .sitemap__link {
    font-size: 1.1rem;
    font-weight: bold;
    color: #01438b;
    text-decoration: none;
    border-left: 4px solid #01438b;
    padding-left: 12px;
}

.sitemap__item > .sitemap__link:hover {
    text-decoration: underline;
}

.sitemap__child-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 24px;
}

.sitemap__child-item {
    margin-bottom: 10px;
}

.sitemap__child-item > .sitemap__link {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
}

.sitemap__child-item > .sitemap__link::before {
    content: "– ";
    color: #01438b;
}

.sitemap__child-item > .sitemap__link:hover {
    text-decoration: underline;
}

.sitemap__grandchild-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 24px;
}

.sitemap__grandchild-item {
    margin-bottom: 8px;
}

.sitemap__grandchild-item > .sitemap__link {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}

.sitemap__grandchild-item > .sitemap__link::before {
    content: "• ";
    color: #01438b;
}

.sitemap__grandchild-item > .sitemap__link:hover {
    text-decoration: underline;
}

/* チェックボックス改善 */
.resource-detail__form-box .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px 0;
}
.resource-detail__form-box .wpcf7-list-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.resource-detail__form-box .privacy {
    font-size: 1.6em !important;
    line-height: 1.4;
}

/* チェックボックス横並び修正 */
.resource-detail__form-box .wpcf7-acceptance {
    display: flex;
    align-items: center;
}
.resource-detail__form-box .wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.resource-detail__form-box .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.6em;
    line-height: 1.4;
}
.resource-detail__form-box .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0;
}

/* チェックボックスと文字の横並び */
.resource-detail__form-box .col1.center p {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
}
.resource-detail__form-box .col1.center .wpcf7-form-control-wrap {
    display: flex;
    align-items: center;
}
.resource-detail__form-box .col1.center .wpcf7-list-item {
    margin: 0 !important;
}
.resource-detail__form-box .col1.center input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}
.resource-detail__form-box .privacy {
    font-size: 1.6em !important;
    line-height: 1.4 !important;
}
