/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
  A modern CSS reset
  https://github.com/Andy-set-studio/modern-css-reset
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Colors
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Site
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Header
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontSize
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Space
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* contentsMargin
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Shadow
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Icon
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        textlink hover
/* ------------------------------------------------- */
/* icon */
/* ------------------------------------------------- *
/*        button icon1
/* ------------------------------------------------- */
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

a {
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

*,
*::before,
*::after {
  word-break: break-all;
}

.u-none {
  display: none !important;
}

@media (min-width: 768px) {
  .u-md-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-sm-none {
    display: none !important;
  }
}

.u-color-red1 {
  color: #E60012 !important;
}

.u-ta-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .u-md-ta-center {
    text-align: center !important;
  }
}

.u-ta-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .u-md-ta-right {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .u-sm-ta-right {
    text-align: right !important;
  }
}

.u-ta-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .u-md-ta-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .u-sm-ta-left {
    text-align: left !important;
  }
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-fw-normal {
  font-weight: 400 !important;
}

.u-td-uline {
  text-decoration: underline;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-24 {
  font-size: 24px !important;
}

@media (min-width: 768px) {
  .u-md-fz-40 {
    font-size: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-sm-fz-32 {
    font-size: 32px !important;
  }
}

.u-tt-upper {
  text-transform: uppercase !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

@media (min-width: 768px) {
  .u-md-pe-none {
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .l-document {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .l-document {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .l-content {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .l-content {
    margin-bottom: 80px;
  }
}
.l-content:has(> .c-section1.is-blue1:last-child) {
  margin-bottom: 0;
}
.l-content:has(.p-top-section3:last-child) {
  margin-bottom: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  transition: translate 0.2s ease 0.2s;
}
@media (min-width: 768px) {
  .l-header {
    min-width: 1122px;
  }
}
@media (min-width: 768px) {
  .l-header.is-hidden, .l-header.is-hide {
    translate: 0 -100px;
  }
}
@media (max-width: 767px) {
  .l-header.is-hidden, .l-header.is-hide {
    translate: 0 -60px;
  }
}
@media (min-width: 768px) {
  .l-header.is-show {
    translate: 0 0;
  }
}
@media (max-width: 767px) {
  .l-header.is-show {
    translate: 0 0;
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .l-header__inner {
    height: 100px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    height: 60px;
    padding-left: 20px;
  }
}

/* logo */
/* menu */
@media (min-width: 768px) {
  .l-header__menu-button {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-header__menu {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-header__menu {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
  }
}

/* nav */
@media (max-width: 1279px) {
  .l-header__nav {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .l-header__nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .l-header__nav {
    order: 1;
    margin: 0;
  }
}

/* search */
@media (min-width: 768px) {
  .l-header__search {
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-header__search {
    order: 3;
    border-top: 1px solid #cccccc;
  }
}

@media (min-width: 768px) {
  .l-header__search-button {
    flex: 100px 0 0;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .l-header__search-button {
    display: none;
  }
}

/* contact */
@media (min-width: 768px) {
  .l-header__contact {
    flex: 100px 0 0;
    width: 100px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-header__contact {
    order: 2;
    margin: 0 20px 16px;
  }
}
@media (max-width: 767px) {
  .l-header__menu:not(:has(.l-header__nav)) .l-header__contact {
    margin-top: 16px;
  }
}

.l-footer {
  position: relative;
}
@media (min-width: 768px) {
  .l-footer {
    min-width: 1122px;
  }
}

/* top */
.l-footer__top {
  border-top: 1px solid #cccccc;
  background: #ECECEC;
}
@media (min-width: 768px) {
  .l-footer__top {
    padding: 14px 24px;
  }
}
@media (max-width: 767px) {
  .l-footer__top {
    padding: 16px 20px;
  }
}

/* main */
.l-footer__main {
  background: #fafafa;
}

/* bottom */
.l-footer__bottom {
  background: #002063;
}
@media (min-width: 768px) {
  .l-footer__bottom {
    padding: 40px 24px;
  }
}
@media (max-width: 767px) {
  .l-footer__bottom {
    padding: 40px 20px;
  }
}
.l-footer__bottom:has(> .p-footer-copyright:first-child) {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .c-smAccordion1 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1 {
    margin-top: 28px;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1 + .c-smAccordion1 {
    margin-top: 0;
  }
}
.c-smSection-wrapper1 .c-smAccordion1 {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .c-smSection-wrapper1 .c-smAccordion1:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .c-smSection-wrapper1 .c-section1:first-of-type .c-smAccordion1 {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .c-smSection-wrapper1 .c-section1:last-of-type .c-smAccordion1 {
    border-bottom: 1px solid #cccccc;
  }
}

@media (max-width: 767px) {
  .c-smSection-wrapper1 .c-section1:first-child .c-smAccordion1 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .c-smAccordion1__button1 {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1__button1[aria-expanded=true] {
    background: #D7E6F5;
  }
}

@media (max-width: 767px) {
  .c-smAccordion1__panel1 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1__panel1 {
    display: grid;
    transition: grid-template-rows 0.5s ease;
    grid-template-rows: 0fr;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1__button1[aria-expanded=true] + .c-smAccordion1__panel1 {
    grid-template-rows: 1fr;
    border-top: 1px solid #cccccc;
    background: #D7E6F5;
  }
}

@media (max-width: 767px) {
  .c-smAccordion1__panel-inner1 {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1__panel-inner1 .c-pagetop1 {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .c-section1 .c-article-list1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-section1 .c-article-list1 {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .c-article-list1__item1 {
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-article-list1__item1 {
    border-bottom: 1px solid #cccccc;
  }
}
.c-article-list1__item1:nth-child(even of :not(.is-hidden)) {
  background: #F0F5FA;
}
@media (min-width: 768px) {
  .c-article-list1__item1:nth-child(1 of :not(.is-hidden)) {
    border-top: 1px solid #fff;
  }
}

.c-article-list1__link1 {
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
}
@media (min-width: 768px) {
  .c-article-list1__link1 {
    gap: 30px;
    padding: 30px 88px 30px 30px;
  }
}
@media (max-width: 767px) {
  .c-article-list1__link1 {
    flex-wrap: wrap;
    gap: 12px 30px;
    padding: 20px 56px 20px 20px;
  }
}
.c-article-list1__link1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
@media (min-width: 768px) {
  .c-article-list1__link1::after {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .c-article-list1__link1::after {
    right: 20px;
  }
}
.c-article-list1__link1.is-pdf::after {
  background: #FA0F00;
  -webkit-mask-image: url(../images/icon_pdf1_1.svg);
          mask-image: url(../images/icon_pdf1_1.svg);
  -webkit-mask-size: 17px 22px;
          mask-size: 17px 22px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-article-list1__link1 {
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }
  .c-article-list1__link1::after {
    transition: translate 0.2s ease;
  }
  .c-article-list1__link1:hover {
    margin: -1px 0;
    background: #D7E6F5;
    border-top: 1px solid #D7E6F5;
    border-bottom: 1px solid #D7E6F5;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
  .c-article-list1__link1:hover::after {
    translate: 4px 0;
  }
}

.c-article-list1__time1 {
  color: #6E6E6E;
}
@media (min-width: 768px) {
  .c-article-list1__time1 {
    flex: auto 0 0;
  }
}
@media (min-width: 768px) {
  .c-article-list1__category1 {
    flex: auto 0 0;
  }
}
.c-article-list1__title1 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-article-list1__title1 {
    flex: auto 1 1;
  }
}
@media (max-width: 767px) {
  .c-article-list1__title1 {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-article-list1__title1 {
    transition: color 0.2s ease;
  }
  .c-article-list1__link1:hover .c-article-list1__title1 {
    color: #004098;
    text-decoration: underline;
  }
}

.c-article-list1__empty-text1 {
  display: none;
}
@media (min-width: 768px) {
  .c-article-list1__empty-text1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-article-list1__empty-text1 {
    margin: 40px 20px 0;
  }
}
.c-article-list1.is-empty .c-article-list1__empty-text1 {
  display: block;
}

@media (min-width: 768px) {
  .c-article-list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-article-list2.is-mdCol2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-article-list2.is-type2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .c-section1 .c-article-list2 {
    margin-top: -10px;
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .c-section1 .c-article-list2 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .c-section1 .c-title3 + .c-article-list2, .c-section1 .p-entry1__main h3 + .c-article-list2, .p-entry1__main .c-section1 h3 + .c-article-list2, .c-section1 .c-text1 + .c-article-list2, .c-section1 .p-entry1__main p + .c-article-list2, .p-entry1__main .c-section1 p + .c-article-list2 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .c-section1 .c-title3 + .c-article-list2, .c-section1 .p-entry1__main h3 + .c-article-list2, .p-entry1__main .c-section1 h3 + .c-article-list2, .c-section1 .c-text1 + .c-article-list2, .c-section1 .p-entry1__main p + .c-article-list2, .p-entry1__main .c-section1 p + .c-article-list2 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .c-article-list2__item1 + .c-article-list2__item1 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .c-article-list2.is-type2 .c-article-list2__item1 {
    flex: 33.33% 0 0;
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .c-article-list2.is-type2 .c-article-list2__item1.is-col2 {
    flex: 50% 0 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1.is-col2 + .c-article-list2__item1.is-col2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1 + .c-article-list2__item1:not(.is-col2) {
    margin-top: 0;
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1 + .c-article-list2__item1:not(.is-col2):last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1.is-col2 + .c-article-list2__item1:not(.is-col2) {
    margin-top: 40px;
  }
}

.c-article-list2__link1 {
  position: relative;
  display: block;
  color: #000;
}
@media (min-width: 768px) {
  .c-article-list2__link1 {
    padding: 30px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-article-list2__link1 {
    transition: background 0.2s ease, box-shadow 0.2s ease;
  }
  .c-article-list2__link1:hover {
    background: #D7E6F5;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1:not(.is-col2) .c-article-list2__link1 {
    padding: 16px 32px 16px 0;
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1:not(.is-col2) .c-article-list2__link1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: auto;
    background: #004098;
    -webkit-mask-image: url(../images/icon_arrow1_1.svg);
            mask-image: url(../images/icon_arrow1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 8px 13px;
            mask-size: 8px 13px;
  }
}

.c-article-list2__time1 {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 16px;
  background: #000;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-article-list2__time1 {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .c-article-list2__time1 {
    top: 0;
    left: 0;
  }
}

.c-article-list2__image1 {
  position: relative;
}
.c-article-list2__image1::before, .c-article-list2__image1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.c-article-list2__image1::before {
  background: #fff;
}
.c-article-list2__image1::after {
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
.c-section1.is-blue1 .c-article-list2__image1::before {
  background: #F0F5FA;
}

.c-article-list2__image1 img {
  width: 100%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-article-list2__image1::before {
    transition: background 0.2s ease;
  }
  .c-article-list2__image1::after {
    transition: translate 0.2s ease;
  }
  .c-article-list2__link1:hover .c-article-list2__image1::before {
    background: #D7E6F5;
  }
  .c-article-list2__link1:hover .c-article-list2__image1::after {
    translate: 4px 0;
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1:not(.is-col2) .c-article-list2__image1 {
    display: none;
  }
}

.c-article-list2__title1 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-article-list2__title1.is-big1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .c-article-list2__title1.is-big1 {
    font-size: 24px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-article-list2__title1 {
    transition: color 0.2s ease;
  }
  .c-article-list2__link1:hover .c-article-list2__title1 {
    color: #004098;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .c-article-list2.is-type2 .c-article-list2__item1:not(.is-col2) .c-article-list2__title1 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-article-list2__text1 {
  margin-top: 8px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .c-article-list2__sub1 {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .c-article-list2__sub1 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .c-article-list3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-section1 .c-article-list3 {
    margin-top: 16px;
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .c-section1 .c-article-list3 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .c-article-list3__item1 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
  }
}
@media (max-width: 767px) {
  .c-article-list3__item1 + .c-article-list3__item1 {
    border-top: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .c-article-list3.is-subgrid6 .c-article-list3__item1 {
    grid-row: span 6;
  }
}

@media (min-width: 768px) {
  .c-article-list3__article1 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .c-article-list3__article1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .c-article-list3.is-subgrid6 .c-article-list3__article1 {
    grid-row: span 6;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-article-list3__article1 {
    transition: background 0.2s ease, box-shadow 0.2s ease;
  }
  .c-article-list3__article1:hover {
    background: #D7E6F5;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
}

.c-article-list3__title1 {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .c-article-list3__title1__image1 {
    flex: 124px 0 0;
    width: 124px;
  }
}
@media (max-width: 767px) {
  .c-article-list3__title1__image1 {
    flex: 100px 0 0;
    width: 100px;
  }
}

.c-article-list3__title1__label1 {
  flex: auto 1 1;
  margin: 0;
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-article-list3__title1__label1 {
    width: calc(100% - 124px);
  }
}
@media (max-width: 767px) {
  .c-article-list3__title1__label1 {
    width: calc(100% - 100px);
  }
}

.c-article-list3__title2__image1 img {
  width: 100%;
  height: auto;
}

.c-article-list3__title2__label1 {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}

.c-article-list3__text1 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
}

.c-article-list3__table1 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #fff;
}
@media (min-width: 768px) {
  .c-article-list3__table1 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media (min-width: 768px) {
  .c-article-list3__table1 tbody {
    display: grid;
    grid-template-rows: subgrid;
    grid-template-columns: repeat(2, auto);
    grid-row: span 3;
  }
}
.c-article-list3__table1 th,
.c-article-list3__table1 td {
  border-top: 1px solid #E6E6E6;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .c-article-list3__table1 tr {
    display: grid;
    grid-template-rows: subgrid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
}
.c-article-list3__table1 tr:first-child th,
.c-article-list3__table1 tr:first-child td {
  border-top: none;
}
.c-article-list3__table1 th {
  padding: 8px 0 8px 16px;
  white-space: nowrap;
}
.c-article-list3__table1 td {
  padding: 8px 16px;
}
@media (min-width: 768px) {
  .c-article-list3.is-subgrid6 .c-article-list3__table1 {
    grid-row: span 4;
  }
}
@media (min-width: 768px) {
  .c-article-list3.is-subgrid6 .c-article-list3__table1 tbody {
    grid-row: span 4;
  }
}

.c-article-list3__button-set1.c-button-set1 {
  margin-top: 20px;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-article-list3__button-set1.c-button-set1 {
    align-items: normal;
  }
}
@media (min-width: 768px) {
  .c-article-list3__button-set1.c-button-set1 .c-button2:nth-child(2) {
    padding-left: 8px;
    padding-right: 24px;
  }
}
.c-article-list3__button-set1.c-button-set1 .c-button1:only-child,
.c-article-list3__button-set1.c-button-set1 .c-button2:only-child {
  width: 100%;
}
.c-article-list3__button-set1.c-button-set1.is-mdVertical {
  gap: 20px;
}
.c-article-list3__button-set1.c-button-set1.is-mdVertical .c-button1,
.c-article-list3__button-set1.c-button-set1.is-mdVertical .c-button2 {
  width: 100%;
}

@media (min-width: 768px) {
  .c-article-list3__empty-text1 {
    padding-top: 48px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-article-list3__empty-text1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.c-border1 {
  margin: 40px 0 0;
  border: none;
  border-top: 1px solid #cccccc;
}

.c-border2 {
  margin: 40px 0 0;
  border: none;
  border-top: 1px solid #E6E6E6;
}

.c-button1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 6px 48px;
  border: none;
  background: #004098;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-button1 {
    min-width: 360px;
  }
}
@media (max-width: 767px) {
  .c-button1 {
    min-width: 100%;
  }
}
.c-button1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #fff;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
.c-button1.is-back1::after {
  right: auto;
  left: 12px;
  rotate: 180deg;
}
.c-button1.is-anchor1::after {
  rotate: 90deg;
}
.c-button1.is-external1::after {
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-size: 13px;
          mask-size: 13px;
}
.c-button1.is-pdf1::after {
  -webkit-mask-image: url(../images/icon_pdf1_1.svg);
          mask-image: url(../images/icon_pdf1_1.svg);
  -webkit-mask-size: 17px 22px;
          mask-size: 17px 22px;
}
.c-button1.is-big1 {
  min-height: 80px;
  padding: 22px 48px;
}
@media (min-width: 768px) {
  .c-button1.is-big1 {
    min-width: 480px;
  }
}
.c-button1.is-small1 {
  min-height: 40px;
  padding: 5px 36px;
}
@media (min-width: 768px) {
  .c-button1.is-small1 {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .c-button1.is-small1 {
    min-width: 200px;
  }
}
.c-button1.is-small1::after {
  right: 8px;
}
.c-button1.is-small1.is-back1::after {
  right: auto;
  left: 8px;
}
.c-button1:disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: saturate(0%);
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-button1 {
    transition: background 0.2s ease;
  }
  .c-button1::after {
    transition: translate 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-button1:hover {
    background: #002063;
  }
  .c-button1:hover::after {
    translate: 4px 0;
  }
  .c-button1:hover.is-back1::after {
    translate: -4px 0;
  }
  .c-button1:hover.is-anchor1::after {
    translate: 0 4px;
  }
}

.c-button1__icon1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.c-button1__icon1.c-icon1 {
  background: #fff;
}
.c-button1.is-big1 .c-button1__icon1 {
  left: 16px;
}

.c-button1.is-small1 .c-button1__icon1 {
  left: 8px;
}

.c-button1__label1 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.c-button1__label1 > .is-sub1 {
  display: block;
  font-size: 14px;
}
.c-button1__label1:has(.is-sub1, br) {
  line-height: 1.5;
}
.c-button1.is-big1 .c-button1__label1 {
  font-size: 20px;
}

.c-button2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 6px 48px;
  border: 1px solid #004098;
  background: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-button2 {
    min-width: 360px;
  }
}
@media (max-width: 767px) {
  .c-button2 {
    min-width: 100%;
  }
}
.c-button2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
.c-button2.is-back1::after {
  right: auto;
  left: 12px;
  rotate: 180deg;
}
.c-button2.is-external1::after {
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-size: 13px;
          mask-size: 13px;
}
.c-button2.is-pdf1::after {
  -webkit-mask-image: url(../images/icon_pdf1_1.svg);
          mask-image: url(../images/icon_pdf1_1.svg);
  -webkit-mask-size: 17px 22px;
          mask-size: 17px 22px;
}
.c-button2.is-big1 {
  min-height: 80px;
  padding: 22px 48px;
}
@media (min-width: 768px) {
  .c-button2.is-big1 {
    min-width: 480px;
  }
}
.c-button2.is-small1 {
  min-height: 40px;
  padding: 5px 36px;
}
@media (min-width: 768px) {
  .c-button2.is-small1 {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .c-button2.is-small1 {
    min-width: 200px;
  }
}
.c-button2.is-small1::after {
  right: 8px;
}
.c-button2.is-small1.is-back1::after {
  right: auto;
  left: 8px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-button2 {
    transition: background 0.2s ease;
  }
  .c-button2::after {
    transition: translate 0.2s ease;
  }
  .c-button2:hover {
    background: #EFF3FA;
  }
  .c-button2:hover::after {
    translate: 4px 0;
  }
  .c-button2:hover.is-back1::after {
    translate: -4px 0;
  }
}

.c-button2__icon1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button2__icon1.c-icon1 {
  background: #004098;
}
.c-button2.is-big1 .c-button2__icon1 {
  left: 16px;
}

.c-button2.is-small1 .c-button2__icon1 {
  left: 8px;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-button2__icon1 {
    transition: background 0.2s ease;
  }
  .c-button2:hover .c-button2__icon1 {
    background: #002063;
  }
}

.c-button2__label1 {
  color: #004098;
  text-align: center;
  font-weight: 700;
}
.c-button2__label1 > .is-sub1 {
  display: block;
  font-size: 14px;
}
.c-button2__label1:has(.is-sub1, br) {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-button2__label1:has(wbr) {
    word-break: keep-all;
  }
}
.c-button2.is-big1 .c-button2__label1 {
  font-size: 20px;
}

#previousButton.c-button2 .c-button2__label1 {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-button2__label1 {
    transition: color 0.2s ease;
  }
  .c-button2:hover .c-button2__label1 {
    color: #002063;
  }
}

.c-button-set1 {
  display: flex;
}
@media (min-width: 768px) {
  .c-button-set1 {
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-button-set1 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-button-set1:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-button-set1.is-mdReverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .c-button-set1.is-mdVertical {
    flex-direction: column;
  }
}
.c-button-set1.is-col2 {
  flex-direction: row;
  gap: 12px;
}
.c-button-set1.is-col2 > .c-button1,
.c-button-set1.is-col2 > .c-button2 {
  min-width: initial;
  width: calc(50% - 6px);
}
@media (min-width: 768px) {
  .c-button-set1.is-col2 > .c-button1,
  .c-button-set1.is-col2 > .c-button2 {
    padding-left: 28px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-col2 > .c-button1,
  .c-button-set1.is-col2 > .c-button2 {
    padding-left: 12px;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .c-button-set1.is-col2 > .c-button1::after,
  .c-button-set1.is-col2 > .c-button2::after {
    right: 4px;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-col2 > .c-button1 .c-button1__label1,
  .c-button-set1.is-col2 > .c-button1 .c-button2__label1,
  .c-button-set1.is-col2 > .c-button2 .c-button1__label1,
  .c-button-set1.is-col2 > .c-button2 .c-button2__label1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-smCol2 {
    flex-direction: row;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-smCol2 > .c-button1,
  .c-button-set1.is-smCol2 > .c-button2 {
    justify-content: flex-start;
    min-width: initial;
    width: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-smCol2 > .c-button1:not(.is-back1),
  .c-button-set1.is-smCol2 > .c-button2:not(.is-back1) {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-smCol2 > .c-button1.is-back1,
  .c-button-set1.is-smCol2 > .c-button2.is-back1 {
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .c-button-set1.is-mdCol3 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px 30px;
  }
}
@media (min-width: 768px) {
  .c-button-set1.is-mdCol3 > * {
    width: calc(33.33% - 20px);
    min-width: initial;
  }
}
.c-button-set1.is-vertical1 {
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-button-set1.is-type1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-type1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-button-set1.is-type2 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-type2 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-button-set1.is-type3 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .c-button-set1.is-type3 {
    margin-top: 60px;
  }
}
.c-button-set1.is-type4 {
  margin-top: 20px;
}
.c-section1 .c-button-set1, .c-cv1 .c-button-set1 {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .c-section1 + .c-button-set1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-section1 + .c-button-set1 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .c-title4 + .c-button-set1, .p-entry1__main h4 + .c-button-set1 {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .c-title7 + .c-button-set1 {
    margin-top: 60px;
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .c-title7 + .c-button-set1 {
    margin-top: 60px;
    margin-bottom: -20px;
  }
}

.c-table1 + .c-button-set1 {
  margin-top: 80px;
}

.c-card1 {
  display: block;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .c-card1 .c-card1__label1 {
    transition: color 0.2s ease;
  }
  .c-card1 .c-card1__label1::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .c-card1:hover .c-card1__label1 {
    color: #004098;
    text-decoration: underline;
  }
  .c-card1:hover .c-card1__label1::after {
    background: #004098;
    translate: 4px 0;
  }
}

.c-card1__label1::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: -8px;
  vertical-align: top;
  margin-left: 4px;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
.c-card1__label1.u-va-middle::after {
  vertical-align: middle;
}
.c-card1.is-pdf1 .c-card1__label1::after {
  background: #FA0F00 !important;
  -webkit-mask-image: url(../images/icon_pdf1_1.svg);
          mask-image: url(../images/icon_pdf1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 17px 22px;
          mask-size: 17px 22px;
}

.c-card1.is-external1 .c-card1__label1::after {
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 13px;
          mask-size: 13px;
}

.c-cv1 {
  position: relative;
  background: #E6F0FA;
}
@media (min-width: 768px) {
  .c-cv1 {
    margin-top: 120px;
    margin-bottom: -120px;
  }
}
@media (max-width: 767px) {
  .c-cv1 {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
.c-section1.is-blue1 + .c-cv1 {
  margin-top: 0;
  margin-bottom: 0;
}

.c-smSection-wrapper1:has(.c-section1.is-blue1:last-child) + .c-cv1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-smSection-wrapper1:has(.c-section1.is-blue1:last-child) + .c-cv1 {
    margin-top: 0;
  }
}

.c-cv1__inner1 {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .c-cv1__inner1 {
    width: 1122px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .c-cv1__seal1 {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 209px;
    height: 117px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .c-cv1__seal1 {
    width: 143px;
    margin: 30px auto 0;
  }
}
.c-cv1__seal1 img {
  width: 100%;
  height: auto;
}

.c-filter1 {
  background: #002063;
}

@media (min-width: 768px) {
  .c-filter1__inner1 {
    display: flex;
    justify-content: space-between;
    width: 1122px;
    margin: auto;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .c-filter1__inner1 {
    padding: 24px 20px;
  }
}

@media (min-width: 768px) {
  .c-filter1__unit1:nth-child(1) {
    width: 802px;
  }
}
@media (min-width: 768px) {
  .c-filter1__unit1:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .c-filter1__unit1 + .c-filter1__unit1 {
    margin-top: 24px;
  }
}

.c-filter1__title1 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.c-filter1__title1 .c-icon1 {
  background: #fff;
}

.c-filter1__list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c-filter1__item1 {
    width: calc(25% - 6px);
  }
}
@media (max-width: 767px) {
  .c-filter1__item1 {
    width: calc(50% - 4px);
  }
}

@media (min-width: 768px) {
  .c-flex1-md {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-flex1-md .c-flex1__unit1 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .c-flex1-md .c-flex1__unit1.is-half1 {
    width: 521px;
  }
}
@media (min-width: 768px) {
  .c-flex1-md .c-flex1__unit1.is-image1 {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .c-flex1-md .c-flex1__unit1.is-text1 {
    width: 722px;
  }
}
@media (min-width: 768px) {
  .c-flex1-md.is-reverse1 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .c-flex1-md.is-type1 {
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-title5 + .c-flex1-md {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .c-form1__block1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-form1__block1 {
    margin-top: 40px;
  }
}
.c-form1__block1.is-consent1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .c-form1__block1.is-consent1 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .c-form1__block1.is-consent1 {
    margin-top: 24px;
  }
}

/* row1 */
.c-form1-row1 {
  display: flex;
}
@media (min-width: 768px) {
  .c-form1-row1 {
    border-bottom: 1px solid #E6E6E6;
  }
}
@media (max-width: 767px) {
  .c-form1-row1 {
    flex-direction: column;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .c-form1-row1:first-child {
    border-top: 1px solid #E6E6E6;
  }
}
@media (max-width: 767px) {
  .c-form1-row1:first-child {
    border-top: 1px solid #cccccc;
  }
}

.c-form1-row1__head1 {
  padding: 20px;
  background: #F0F5FA;
}
@media (min-width: 768px) {
  .c-form1-row1__head1 {
    flex: 380px 0 0;
    display: flex;
    align-items: center;
    width: 380px;
  }
}
@media (max-width: 767px) {
  .c-form1-row1__head1 {
    flex-direction: column;
  }
}

.c-form1-row1__body1 {
  padding: 20px;
}
@media (min-width: 768px) {
  .c-form1-row1__body1 {
    flex: auto 1 1;
  }
}
@media (max-width: 767px) {
  .c-form1-row1__body1 {
    flex-direction: column;
  }
}

/* label1 */
.c-form-label1 {
  display: block;
  line-height: 1.8;
  font-weight: 700;
}
.c-form-label1:has(.c-form-required1, .c-form-any1, .c-form-optional1) {
  position: relative;
}
@media (min-width: 768px) {
  .c-form-label1:has(.c-form-required1, .c-form-any1, .c-form-optional1) {
    padding-left: 62px;
  }
}
@media (max-width: 767px) {
  .c-form-label1:has(.c-form-required1, .c-form-any1, .c-form-optional1) {
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  .c-form-label1__sub1 {
    display: inline-block;
    font-size: 14px;
  }
}

/* label2 */
.c-form-label2 {
  display: block;
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 8px;
}
.c-form-label2:first-child {
  margin-top: 0;
}

/* required1 */
.c-form-required1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1px solid #E60012;
  background: #fff;
  color: #E60012;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-form-required1 {
    width: 50px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .c-form-required1 {
    width: 40px;
    margin-right: 8px;
  }
}
.c-form-label1 .c-form-required1 {
  position: absolute;
  left: 0;
}

/* any1 */
.c-form-any1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1px solid #6E6E6E;
  background: #fff;
  color: #6E6E6E;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-form-any1 {
    width: 50px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .c-form-any1 {
    width: 40px;
    margin-right: 8px;
  }
}
.c-form-label1 .c-form-any1 {
  position: absolute;
  left: 0;
}

/* optional1 */
.c-form-optional1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  border: 1px solid #6E6E6E;
  background: #fff;
  color: #6E6E6E;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-form-optional1 {
    width: 50px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .c-form-optional1 {
    width: 40px;
    margin-right: 8px;
  }
}
.c-form-label1 .c-form-optional1 {
  position: absolute;
  left: 0;
}

/* group1 */
.c-form-group1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .c-form-group1 {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .c-form-group1 {
    gap: 12px;
  }
}
.c-form-group1.is-col4 {
  flex-wrap: wrap;
}
.c-form-group1.is-tel1 {
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .c-form-group1.is-tel1 {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .c-form-group1.is-tel1 {
    gap: 12px;
  }
}
.c-form-group1.is-zipcode1 {
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .c-form-group1.is-zipcode1 {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .c-form-group1.is-zipcode1 {
    gap: 12px;
  }
}
.c-form-group1.is-zipcode1 .c-button1.is-small1 {
  min-width: 160px;
  padding-right: 12px;
  padding-left: 12px;
}
.c-form-group1.is-zipcode1 .c-button1.is-small1::after {
  display: none;
}
.c-form-group1.is-vertical1 {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .c-form-group1.is-vertical1 {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .c-form-group1.is-vertical1 {
    gap: 12px;
  }
}
.c-form-error1 + .c-form-group1 {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .c-form-group1.is-col4 .c-form-group1__item1 {
    width: calc(25% - 15px);
  }
}
@media (max-width: 767px) {
  .c-form-group1.is-col4 .c-form-group1__item1 {
    width: calc(50% - 6px);
  }
}

/* text1 */
.c-form-text1.is-type1 {
  margin-top: 16px;
}

.c-form-text1__input1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .c-form-text1__input1.is-short1 {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .c-form-text1__input1.is-short2 {
    width: 120px;
  }
}
.c-form-text1__input1.is-error1 {
  border-color: #E60012;
  background: #FEF5F6;
  color: #E60012;
}
.c-form1-row1__body1:has(.c-form-error1 ul) .c-form-text1__input1 {
  border-color: #E60012;
  background: #FEF5F6;
  color: #E60012;
}

/* textarea1 */
.c-form-textarea1__input1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: calc(24px + 7.2em);
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
  vertical-align: top;
  line-height: 1.8;
}
.c-form-textarea1__input1.is-error1 {
  border-color: #E60012;
  background: #FEF5F6;
  color: #E60012;
}
.c-form1-row1__body1:has(.c-form-error1 ul) .c-form-textarea1__input1 {
  border-color: #E60012;
  background: #FEF5F6;
  color: #E60012;
}

/* error1 */
.c-form-error1__text1 {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 36px;
  color: #E60012;
}
.c-form-error1__text1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #E60012;
  -webkit-mask-image: url(../images/icon_attention1_1.svg);
          mask-image: url(../images/icon_attention1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px 19px;
          mask-size: 22px 19px;
}
.c-form-error1__text1:empty {
  display: none;
}

/* checkbox1 */
.c-form-checkbox1 {
  position: relative;
}

.c-form-checkbox1__input1 {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.c-form-checkbox1__label1 {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  line-height: 1.8;
  cursor: pointer;
}
.c-form-checkbox1__label1::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  background: #fff;
}
.c-form-checkbox1__label1::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask-image: url(../images/icon_check1_1.svg);
          mask-image: url(../images/icon_check1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 14px 11px;
          mask-size: 14px 11px;
}
.c-form-checkbox1__input1:checked + .c-form-checkbox1__label1::before {
  border-color: #004098;
  background: #004098;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-form-checkbox1__label1 {
    transition: background 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-form-checkbox1__label1:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}

/* radio1 */
.c-form-radio1 {
  position: relative;
}

.c-form-radio1__input1 {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.c-form-radio1__label1 {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  line-height: 1.8;
  cursor: pointer;
}
.c-form-radio1__label1::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  border-radius: 100vmax;
  background: #fff;
}
.c-form-radio1__label1::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100vmax;
  background: #004098;
  opacity: 0;
}
.c-form-radio1__input1:checked + .c-form-radio1__label1::before {
  border: 3px solid #004098;
}
.c-form-radio1__input1:checked + .c-form-radio1__label1::after {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-form-radio1__label1 {
    transition: background 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-form-radio1__label1:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}

/* radio2 */
.c-form-radio2 {
  position: relative;
  width: 100%;
  height: 40px;
}

.c-form-radio2__input1 {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.c-form-radio2__label1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.c-form-radio2__input1:checked + .c-form-radio2__label1 {
  background: #fff;
  color: #004098;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-form-radio2__label1 {
    transition: background 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-form-radio2__label1:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}

/* select1 */
.c-form-select1 {
  position: relative;
  width: 100%;
}
.c-form-select1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow2_1.svg);
          mask-image: url(../images/icon_arrow2_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 13px 8px;
          mask-size: 13px 8px;
  pointer-events: none;
}
.c-form-select1.is-short1 {
  width: 200px;
}

.c-form-select1__select1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 10px 32px 10px 16px;
  border: 1px solid #cccccc;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.c-form-select1__select1::-ms-expand {
  display: none;
}

.c-frame1 {
  margin-top: 40px;
  border: 1px solid #cccccc;
  background: #F0F5FA;
}
@media (min-width: 768px) {
  .c-frame1 {
    padding: 24px 30px;
  }
}
@media (max-width: 767px) {
  .c-frame1 {
    padding: 20px;
  }
}
.c-frame1.is-white {
  background: #fff;
}
.c-frame1.is-gray {
  background: #fafafa;
}
.c-frame1.is-blue {
  background: #D7E6F5;
}
@media (min-width: 768px) {
  .c-frame1.is-narrow {
    width: calc(50% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .c-grid1__unit1 .c-frame1 {
    margin-top: 0;
    height: 100%;
  }
}

.c-frame2 {
  margin-top: 40px;
  background: #E6F0FA;
}
@media (min-width: 768px) {
  .c-frame2 {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-frame2 {
    padding: 40px 20px;
  }
}

.c-frame3 {
  padding: 24px 30px;
  border: 1px solid #cccccc;
  background: #fff;
}
@media (min-width: 768px) {
  .c-frame3 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .c-frame3 {
    margin-top: 24px;
  }
}
.c-frame3.is-scroll1 {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .c-frame3.is-scroll1 {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .c-frame3.is-scroll1 {
    height: 250px;
  }
}
.c-frame3.is-mdCol2 {
  padding: 0;
}
@media (min-width: 768px) {
  .c-frame3.is-mdCol2 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .c-frame3.is-mdCol2 .c-frame3__unit1 {
    flex: 360px 0 0;
    width: 360px;
    padding: 24px 30px;
  }
}
@media (max-width: 767px) {
  .c-frame3.is-mdCol2 .c-frame3__unit1 {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .c-frame3.is-mdCol2 .c-frame3__unit1 + .c-frame3__unit1 {
    flex: auto 1 1;
    width: auto;
    border-left: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-frame3.is-mdCol2 .c-frame3__unit1 + .c-frame3__unit1 {
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-frame3.is-smNarrow1 {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .c-frame3.is-type1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-frame3.is-type1 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .c-frame3.is-type2 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-frame3.is-type2 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-grid1__unit1 .c-frame3 {
    padding: 32px;
    height: calc(100% - 28px);
  }
}

.c-grid1-md {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-grid1-md {
    display: grid;
    gap: 40px;
  }
}
.c-grid1-md:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-grid1-md.is-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .c-grid1-md.is-col4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-col4md {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-col6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .c-grid1-md.is-col6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-gap8 {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .c-grid1-md.is-gap8 .c-grid1__unit1 + .c-grid1__unit1 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-mdReverse {
    grid-auto-flow: dense;
    direction: rtl;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-mdReverse .c-grid1__unit1 {
    direction: ltr;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-set1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    gap: 0 40px;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .c-grid1-md.is-set1 .c-grid1__unit1.is-rowSpan2 {
    grid-row: 2 span;
  }
}
.c-grid1-md.is-type1 {
  margin-top: 20px;
}
.c-grid1-md.is-type2 {
  margin-top: 60px;
}
.c-grid1-md + .c-grid1-md {
  padding-top: 40px;
  border-top: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .c-grid1-md .c-grid1__unit1.is-wide1 {
    width: 702px;
  }
}
@media (min-width: 768px) {
  .c-grid1-md .c-grid1__unit1.is-narrow1 {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .c-grid1-md .c-grid1__unit1 + .c-grid1__unit1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-grid1-md.is-col4 .c-grid1__unit1,
  .c-grid1-md.is-col6 .c-grid1__unit1 {
    margin-top: 0;
  }
}

.c-icon1 {
  display: inline-flex;
  width: 28px;
  height: 28px;
  background: #000;
}
.c-icon1.is-red1 {
  background: #E60012;
}
.c-icon1.is-blue1 {
  background: #004098;
}
.c-icon1.is-blue2 {
  background: #002063;
}
.c-icon1.is-tag1 {
  -webkit-mask-image: url(../images/icon_tag1_1.svg);
          mask-image: url(../images/icon_tag1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}
.c-icon1.is-calendar1 {
  -webkit-mask-image: url(../images/icon_calendar1_1.svg);
          mask-image: url(../images/icon_calendar1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 20px 21px;
          mask-size: 20px 21px;
}
.c-icon1.is-attention1 {
  -webkit-mask-image: url(../images/icon_attention1_1.svg);
          mask-image: url(../images/icon_attention1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px 19px;
          mask-size: 22px 19px;
}
.c-icon1.is-free-dial1 {
  width: 42px;
  height: 24px;
  background: url(../images/icon_free-dial1_1.svg) no-repeat 50% 50%;
  background-size: 42px 24px;
}
.c-icon1.is-swipe1 {
  width: 36px;
  height: 36px;
  -webkit-mask-image: url(../images/icon_swipe1_1.svg);
          mask-image: url(../images/icon_swipe1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 36px;
          mask-size: 36px;
}
.c-icon1.is-mail1 {
  -webkit-mask-image: url(../images/icon_mail1_1.svg);
          mask-image: url(../images/icon_mail1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 28px 21px;
          mask-size: 28px 21px;
}
.c-icon1.is-mail2 {
  -webkit-mask-image: url(../images/icon_mail2_1.svg);
          mask-image: url(../images/icon_mail2_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px 18px;
          mask-size: 24px 18px;
}
.c-icon1.is-tel1 {
  -webkit-mask-image: url(../images/icon_tel1_1.svg);
          mask-image: url(../images/icon_tel1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
}
.c-icon1.is-toggle1 {
  position: relative;
  background: none;
}
.c-icon1.is-toggle1::before, .c-icon1.is-toggle1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #004098;
}
.c-icon1.is-toggle1::after {
  rotate: 90deg;
}
.c-icon1.is-circle1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.c-icon1.is-circle1::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 9px;
  border-radius: 100vmax;
}
.c-icon1.is-circle1.is-red1::before {
  background: #E60012;
}
.c-icon1.is-circle1.is-blue1::before {
  background: #004098;
}
.c-icon1.is-circle1.is-blue2::before {
  background: #002063;
}

@media (min-width: 768px) {
  .c-image1.is-type1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-image1.is-type1 {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .c-image1.is-esg1 {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    width: 474px;
  }
}
@media (max-width: 767px) {
  .c-image1.is-esg1 {
    margin-top: 24px;
  }
}
.c-image1:first-child {
  margin-top: 0;
}
.c-image1 img {
  width: 100%;
  height: auto;
}

.c-image1__caption1 {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.c-image1-smScroll1 {
  margin-top: 40px;
}
.c-image1-smScroll1:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-image1-smScroll1__inner1 {
    overflow-x: auto;
    margin-top: 20px;
    margin-right: -20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .c-image1-smScroll1__inner1 .c-image1 {
    width: 268.6567164179%;
  }
}

@media (min-width: 768px) {
  .c-image-set1 {
    display: flex;
    gap: 60px;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .c-image-set1 > * {
    flex: auto 1 1;
  }
}
@media (max-width: 767px) {
  .c-image-set1 > * {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-image-set1 > *:nth-child(1) {
    margin-top: 140px;
  }
}
@media (min-width: 768px) {
  .c-image-set1 > *:nth-child(3) {
    margin-top: -140px;
  }
}
@media (min-width: 768px) {
  .c-image-set1.is-type1 {
    margin-top: -60px;
  }
}

.c-indent1 {
  margin-top: 40px;
  padding-left: 20px;
}
.c-indent1 li {
  margin-top: 8px;
}
.c-indent1 .c-indent1 {
  margin-top: 0;
  margin-bottom: 8px;
}
.c-indent1 .c-indent1 li .c-text-link1 {
  font-weight: 400;
}

.c-list1 {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-list1:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-list1.is-flex1, .c-list1.is-flex2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
}
.c-list1.is-type1 {
  margin-top: 12px;
}
.c-list1.is-type2 {
  margin-top: 8px;
}
.c-list1.is-type3 {
  margin-top: 20px;
}

.c-list1__item1 {
  position: relative;
  padding-left: 28px;
  line-height: 1.8;
}
.c-list1__item1::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background: #002063;
}
.c-list1__item1.is-check1 {
  padding-left: 32px;
}
.c-list1__item1.is-check1::before {
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: none;
  -webkit-mask-image: url(../images/icon_check1_1.svg);
          mask-image: url(../images/icon_check1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 20px 15px;
          mask-size: 20px 15px;
}
@media (min-width: 768px) {
  .c-list1.is-flex1 .c-list1__item1 {
    width: calc(33.33% - 26.666px);
  }
}

@media (min-width: 768px) {
  .c-list1.is-flex2 .c-list1__item1 {
    width: calc(50% - 20px);
  }
}

@media (min-width: 768px) {
  .c-list-indent1 {
    display: inline-grid;
    grid-template-columns: 1fr auto;
    gap: 0 1em;
  }
}
.c-list-indent1 dt {
  width: 8em;
}

.c-list-num1 {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: listnum1;
}
.c-list-num1:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-list-num1.is-flex1, .c-list-num1.is-flex2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
}
.c-list-num1.is-type1 {
  margin-top: 12px;
}
.c-list-num1.is-type2 {
  margin-top: 8px;
}
.c-list-num1.is-type3 {
  margin-top: 20px;
}

.c-list-num1__item1 {
  position: relative;
  padding-left: 28px;
  line-height: 1.8;
  counter-increment: listnum1;
}
.c-list-num1__item1::before {
  content: counter(listnum1) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-list-num1.is-flex1 .c-list-num1__item1 {
    width: calc(33.33% - 26.666px);
  }
}

@media (min-width: 768px) {
  .c-list-num1.is-flex2 .c-list-num1__item1 {
    width: calc(50% - 20px);
  }
}

.c-logo1 {
  display: block;
}
@media (min-width: 768px) {
  .c-logo1 {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .c-logo1 {
    width: 223px;
  }
}

.c-logo1__img {
  width: 100%;
  height: auto;
}

.c-notes1 {
  margin-top: 24px;
}

.c-notes1__item1 {
  display: flex;
  gap: 4px;
  font-size: 12px;
}
.c-notes1__item1::before {
  content: "※";
  flex: auto 0 0;
}

.c-notes-num1 {
  margin-top: 24px;
  counter-reset: notesnum1;
}

.c-notes-num1__item1 {
  display: flex;
  gap: 4px;
  font-size: 12px;
  line-height: 1.8;
  counter-increment: notesnum1;
}
.c-notes-num1__item1::before {
  content: "※" counter(notesnum1);
  flex: auto 0 0;
}

.c-pagenav1 {
  background: #002063;
}
.c-pagenav1.is-type2 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .c-pagenav1__inner1 {
    width: 1122px;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .c-pagenav1__inner1 {
    padding: 20px;
  }
}
.c-pagenav1.is-type1 .c-pagenav1__inner1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-pagenav1__title1 {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}

.c-pagenav1__text1 {
  color: #fff;
  line-height: 1.8;
}

.c-pagenav1__list1 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (min-width: 768px) {
  .c-pagenav1__list1 {
    display: flex;
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .c-pagenav1__list1 {
    display: grid;
    margin-top: 24px;
  }
}
.c-pagenav1__list1:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-pagenav1__list1:has(> :nth-child(7)) {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-pagenav1__list1:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .c-pagenav1__list1:has(> :nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .c-pagenav1__list1:has(> :nth-child(4)) {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .c-pagenav1__list1:has(> :nth-child(7)) {
    grid-template-rows: repeat(3, 1fr);
  }
}

.c-pagenav1__item1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .c-pagenav1__list1:has(> :nth-child(1):last-child) .c-pagenav1__item1 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c-pagenav1__list1:has(> :nth-child(2):last-child) .c-pagenav1__item1 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .c-pagenav1__list1:has(> :nth-child(3):last-child) .c-pagenav1__item1 {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .c-pagenav1__list1:has(> :nth-child(4):last-child) .c-pagenav1__item1, .c-pagenav1__list1:has(> :nth-child(7):last-child) .c-pagenav1__item1, .c-pagenav1__list1:has(> :nth-child(8):last-child) .c-pagenav1__item1 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .c-pagenav1__list1:has(> :nth-child(5):last-child) .c-pagenav1__item1, .c-pagenav1__list1:has(> :nth-child(9):last-child) .c-pagenav1__item1, .c-pagenav1__list1:has(> :nth-child(10):last-child) .c-pagenav1__item1 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .c-pagenav1__list1:has(> :nth-child(6):last-child) .c-pagenav1__item1, .c-pagenav1__list1:has(> :nth-child(11):last-child) .c-pagenav1__item1, .c-pagenav1__list1:has(> :nth-child(12):last-child) .c-pagenav1__item1 {
    width: 16.66%;
  }
}

.c-pagenav1__link1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-pagenav1__link1 {
    padding: 12px 43px;
  }
}
@media (max-width: 767px) {
  .c-pagenav1__link1 {
    padding: 8px 4px 28px;
  }
}
.c-pagenav1__link1::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #fff;
  -webkit-mask-image: url(../images/icon_arrow2_1.svg);
          mask-image: url(../images/icon_arrow2_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 13px 8px;
          mask-size: 13px 8px;
}
@media (min-width: 768px) {
  .c-pagenav1__link1::after {
    top: 0;
    right: 8px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-pagenav1__link1::after {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.c-pagenav1.is-type1 .c-pagenav1__link1 {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .c-pagenav1.is-type1 .c-pagenav1__link1 {
    line-height: 1.5;
    min-height: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-pagenav1__link1 {
    transition: background 0.2s ease;
  }
  .c-pagenav1__link1::after {
    transition: translate 0.2s ease;
  }
  .c-pagenav1__link1:hover {
    background: #004098;
  }
  .c-pagenav1__link1:hover::after {
    translate: 0 4px;
  }
}

.c-pagenav2 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .c-pagenav2 .c-pagenav3 {
    display: none;
  }
}
.c-section1 .c-pagenav2 {
  margin-top: 40px;
}

.c-title4 + .c-pagenav2, .p-entry1__main h4 + .c-pagenav2 {
  margin-top: 20px;
}

.c-pagenav2__inner1 {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .c-pagenav2__inner1 {
    width: 1122px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .c-section1 .c-pagenav2__inner1 {
    position: relative;
    top: 113px;
    translate: 0 -113px;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-section1 .c-pagenav2__inner1 {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-pagenav2__list1 {
  border-top: 1px solid #004098;
  border-left: 1px solid #004098;
}
@media (min-width: 768px) {
  .c-pagenav2__list1 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .c-pagenav2__list1 {
    display: grid;
    grid-auto-rows: 1fr;
  }
}
.c-pagenav2__list1:first-child {
  margin-top: 0;
}

.c-pagenav2__item1 {
  border-right: 1px solid #004098;
  border-bottom: 1px solid #004098;
}
@media (min-width: 768px) {
  .c-pagenav2__list1:has(> :nth-child(1):last-child) .c-pagenav2__item1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-pagenav2__list1:has(> :nth-child(1):last-child) {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .c-pagenav2__list1:has(> :nth-child(2):last-child) .c-pagenav2__item1 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .c-pagenav2__list1:has(> :nth-child(1):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .c-pagenav2__list1:has(> :nth-child(3):last-child) .c-pagenav2__item1 {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .c-pagenav2__list1:has(> :nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .c-pagenav2__list1:has(> :nth-child(4):last-child) .c-pagenav2__item1 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .c-pagenav2__list1:has(> :nth-child(5):last-child) .c-pagenav2__item1 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .c-pagenav2__list1:has(> :nth-child(6):last-child) .c-pagenav2__item1 {
    width: 16.66%;
  }
}

.c-pagenav2__link1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #004098;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-pagenav2__link1 {
    padding: 12px 32px;
  }
}
@media (max-width: 767px) {
  .c-pagenav2__link1 {
    padding: 8px 4px 28px;
  }
}
.c-pagenav2__link1::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow2_1.svg);
          mask-image: url(../images/icon_arrow2_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 13px 8px;
          mask-size: 13px 8px;
}
@media (min-width: 768px) {
  .c-pagenav2__link1::after {
    top: 0;
    right: 8px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-pagenav2__link1::after {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .c-pagenav2__list1.is-big1 .c-pagenav2__link1 {
    padding: 16px 40px;
    line-height: 1.8;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-pagenav2__link1 {
    transition: background 0.2s ease;
  }
  .c-pagenav2__link1::after {
    transition: translate 0.2s ease;
  }
  .c-pagenav2__link1:hover {
    background: #EFF3FA;
  }
  .c-pagenav2__link1:hover::after {
    translate: 0 4px;
  }
}

@media (min-width: 768px) {
  .c-pagenav2.is-mdFixed1 .c-pagenav2__inner1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1122px;
    z-index: 10;
    transition: translate 0.2s ease 0.2s, margin 0s linear 0.2s;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav2__list1 {
    border-top: none;
    border-left: none;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav2__item1 {
    border-top: 1px solid #fff;
    height: 60px;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav2__item1:last-child {
    border-right: none;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav2__item1:has(.c-pagenav2__link1.is-current1) {
    border-top-color: #004098;
    border-bottom-color: #fff;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav2__link1 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav3 {
    position: absolute;
    top: 60px;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 53px;
    margin-top: 0;
    background: #fff;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav2__link1.is-current1 + .c-pagenav3 {
    display: flex;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav3__list1 {
    border-left: none;
  }
  .c-pagenav2.is-mdFixed1 .c-pagenav3__item1:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .l-document:has(.l-header.is-hidden) .c-pagenav2.is-mdFixed1 .c-pagenav2__inner1, .l-document:has(.l-header.is-hide) .c-pagenav2.is-mdFixed1 .c-pagenav2__inner1 {
    margin-top: -1px;
    translate: 0 0;
  }
}

@media (min-width: 768px) {
  .l-document:has(.l-header:not(.is-hidden, .is-hide)) .c-pagenav2.is-mdFixed1 .c-pagenav2__inner1, .l-document:has(.l-header.is-show) .c-pagenav2.is-mdFixed1 .c-pagenav2__inner1 {
    margin-top: 0;
    translate: 0 100px;
  }
}

.c-pagenav3 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-pagenav3 {
    padding: 20px;
    background: #D7E6F5;
  }
}
@media (min-width: 768px) {
  .c-smAccordion1__panel1 .c-pagenav3 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .c-smAccordion1__panel1 .c-pagenav3 {
    margin-top: 20px;
    padding: 0;
    background: none;
  }
}

@media (min-width: 768px) {
  .c-pagenav3__list1 {
    display: flex;
    border-left: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-pagenav3__list1 {
    display: grid;
    grid-auto-rows: 1fr;
    border-top: 1px solid #004098;
    border-left: 1px solid #004098;
  }
}

@media (min-width: 768px) {
  .c-pagenav3__item1 {
    border-right: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-pagenav3__item1 {
    border-right: 1px solid #004098;
    border-bottom: 1px solid #004098;
  }
}
@media (max-width: 767px) {
  .c-pagenav3__list1:has(> :nth-child(1):last-child) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .c-pagenav3__list1:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .c-pagenav3__list1:has(> :nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .c-pagenav3__list1:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-pagenav3__link1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004098;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-pagenav3__link1 {
    padding: 0 52px 0 30px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .c-pagenav3__link1 {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 8px 4px 26px;
    line-height: 1;
  }
}
.c-pagenav3__link1::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow2_1.svg);
          mask-image: url(../images/icon_arrow2_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 13px 8px;
          mask-size: 13px 8px;
}
@media (min-width: 768px) {
  .c-pagenav3__link1::after {
    top: 0;
    right: 16px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-pagenav3__link1::after {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-pagenav3__link1::after {
    transition: translate 0.2s ease;
  }
  .c-pagenav3__link1:hover {
    text-decoration: underline;
  }
  .c-pagenav3__link1:hover::after {
    translate: 0 4px;
  }
}

@media (max-width: 767px) {
  .c-pagenav3.is-smFixed1 .c-pagenav3__inner1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: translate 0.2s ease 0.2s;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1 {
    border-top: none;
    border-left: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(1):last-child) .c-pagenav3__item1 {
    border-right: none;
    border-bottom: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(2):last-child) .c-pagenav3__item1 {
    border-bottom: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(2):last-child) .c-pagenav3__item1:last-child {
    border-right: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(3)) .c-pagenav3__item1 {
    border-top: 1px solid #004098;
    border-bottom: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(3)) .c-pagenav3__item1:nth-child(1), .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(3)) .c-pagenav3__item1:nth-child(2), .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(3)) .c-pagenav3__item1:nth-child(3) {
    border-top: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(3)) .c-pagenav3__item1:nth-child(3n) {
    border-right: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(4):last-child) .c-pagenav3__item1 {
    border-top: 1px solid #004098;
    border-bottom: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(4):last-child) .c-pagenav3__item1:nth-child(2n) {
    border-right: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(4):last-child) .c-pagenav3__item1:nth-child(1), .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(4):last-child) .c-pagenav3__item1:nth-child(2) {
    border-top: none;
  }
  .c-pagenav3.is-smFixed1 .c-pagenav3__list1:has(> :nth-child(4):last-child) .c-pagenav3__item1:nth-child(3) {
    border-right: 1px solid #004098;
  }
}
@media (max-width: 767px) {
  .l-document:has(.l-header.is-hidden) .c-pagenav3.is-smFixed1 .c-pagenav3__inner1, .l-document:has(.l-header.is-hide) .c-pagenav3.is-smFixed1 .c-pagenav3__inner1 {
    translate: 0 0;
  }
}

@media (max-width: 767px) {
  .l-document:has(.l-header:not(.is-hidden, .is-hide)) .c-pagenav3.is-smFixed1 .c-pagenav3__inner1, .l-document:has(.l-header.is-show) .c-pagenav3.is-smFixed1 .c-pagenav3__inner1 {
    translate: 0 60px;
  }
}

@media (max-width: 767px) {
  .c-smAccordion1__button1[aria-expanded=false] + .c-smAccordion1__panel1 .c-pagenav3.is-smFixed1 .c-pagenav3__inner1 {
    position: static;
  }
}

.c-pagetop1 {
  border-top: 1px solid #cccccc;
  text-align: right;
}
@media (min-width: 768px) {
  .c-pagetop1 {
    margin-top: 40px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .c-pagetop1 {
    margin-top: 44px;
    padding-top: 20px;
  }
}

.c-pagetop1__link1 {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 28px;
}
.c-pagetop1__link1::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin-left: 4px;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  rotate: -90deg;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-pagetop1__link1::before {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .c-pagetop1__link1:hover {
    color: #004098;
    text-decoration: underline;
  }
  .c-pagetop1__link1:hover::before {
    background: #004098;
    translate: 0 -4px;
  }
}

.scrollTrigger1[data-scroll=fade1] {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.scrollTrigger1[data-scroll=fade1].is-enter {
  opacity: 1;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1 {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 0.5s linear, translate 0.5s ease;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(1) {
  transition-delay: 0.15s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(2) {
  transition-delay: 0.3s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(3) {
  transition-delay: 0.45s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(4) {
  transition-delay: 0.6s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(5) {
  transition-delay: 0.75s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(6) {
  transition-delay: 0.9s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(7) {
  transition-delay: 1.05s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(8) {
  transition-delay: 1.2s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(9) {
  transition-delay: 1.35s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(10) {
  transition-delay: 1.5s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(11) {
  transition-delay: 1.65s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(12) {
  transition-delay: 1.8s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(13) {
  transition-delay: 1.95s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(14) {
  transition-delay: 2.1s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(15) {
  transition-delay: 2.25s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(16) {
  transition-delay: 2.4s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(17) {
  transition-delay: 2.55s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(18) {
  transition-delay: 2.7s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(19) {
  transition-delay: 2.85s;
}
.scrollTrigger1[data-scroll=fade2] .scrollTrigger1__item1:nth-of-type(20) {
  transition-delay: 3s;
}
.scrollTrigger1[data-scroll=fade2].is-enter .scrollTrigger1__item1 {
  opacity: 1;
  translate: 0 0;
}

@media (min-width: 768px) {
  .l-header .c-search-form1,
  .l-content .c-search-form1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}

.l-content .c-title2 + .c-search-form1, .l-content .p-entry1__main h2 + .c-search-form1, .p-entry1__main .l-content h2 + .c-search-form1 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .l-header .c-search-form1__label1,
  .l-content .c-search-form1__label1 {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .l-header .c-search-form1__label1,
  .l-content .c-search-form1__label1 {
    display: none;
  }
}

.l-header .c-search-form1__form1,
.l-content .c-search-form1__form1 {
  display: flex;
}

@media (min-width: 768px) {
  .l-content .c-search-form1__form1 {
    width: 100%;
  }
}

.l-header .c-search-form1__input1,
.l-content .c-search-form1__input1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 50px;
  margin: 0;
  padding: 10px 16px;
  border-top: 1px solid #cccccc;
  border-right: none;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .l-header .c-search-form1__input1,
  .l-content .c-search-form1__input1 {
    width: 100%;
  }
}
.l-header .c-search-form1__input1::-moz-placeholder, .l-content .c-search-form1__input1::-moz-placeholder {
  color: #6E6E6E;
}
.l-header .c-search-form1__input1::placeholder,
.l-content .c-search-form1__input1::placeholder {
  color: #6E6E6E;
}

@media (min-width: 768px) {
  .l-header .c-search-form1__input1 {
    width: 656px;
  }
}

@media (min-width: 768px) {
  .l-content .c-search-form1__input1 {
    width: 100%;
  }
}

.l-header .c-search-form1__button1,
.l-content .c-search-form1__button1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  background: #004098;
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-header .c-search-form1__button1,
  .l-content .c-search-form1__button1 {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .l-header .c-search-form1__button1,
  .l-content .c-search-form1__button1 {
    flex: 50px 0 0;
    width: 50px;
  }
}
.l-header .c-search-form1__button1::before,
.l-content .c-search-form1__button1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #fff;
  -webkit-mask-image: url(../images/icon_search2_1.svg);
          mask-image: url(../images/icon_search2_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
}
@media (min-width: 768px) {
  .l-header .c-search-form1__button1::before,
  .l-content .c-search-form1__button1::before {
    left: 8px;
  }
}
@media (max-width: 767px) {
  .l-header .c-search-form1__button1::before,
  .l-content .c-search-form1__button1::before {
    right: 0;
    left: 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .c-search-form1__button1,
  .l-content .c-search-form1__button1 {
    transition: background 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .c-search-form1__button1:hover,
  .l-content .c-search-form1__button1:hover {
    background: #002063;
  }
}

@media (min-width: 768px) {
  .l-header .c-search-form1__button1-label1,
  .l-content .c-search-form1__button1-label1 {
    color: #fff;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .l-header .c-search-form1__button1-label1,
  .l-content .c-search-form1__button1-label1 {
    display: block;
    text-indent: -999px;
  }
}

.c-search-results1 {
  margin-top: 40px;
}

.c-search-results1__head1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-search-results1__head1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-search-results1__head1 {
    margin-top: 40px;
  }
}

.c-search-results1__number1 {
  display: flex;
}
@media (min-width: 768px) {
  .c-search-results1__number1 {
    align-items: baseline;
    gap: 1em;
  }
}
@media (max-width: 767px) {
  .c-search-results1__number1 {
    flex-direction: column;
  }
}

.c-search-results1__number1__total1 {
  color: #002063;
  font-weight: 700;
}
.c-search-results1__number1__total1 .is-bold1 {
  font-size: 30px;
}

.c-search-results1__number1__show1 .is-bold1 {
  font-weight: 700;
}

.c-search-results1__sort1 {
  display: flex;
}

.c-search-results1__sort-button1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-search-results1__sort-button1 {
    width: 120px;
  }
}
.c-search-results1__sort1__item1.selected .c-search-results1__sort-button1 {
  background: #ECECEC;
  color: #6E6E6E;
  pointer-events: none;
}

.c-search-results1__sort-button1.is-current1 {
  background: #ECECEC;
  color: #6E6E6E;
  pointer-events: none;
}
.c-search-results1__sort1__item1 + .c-search-results1__sort1__item1 .c-search-results1__sort-button1 {
  border-left: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-search-results1__sort-button1 {
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-search-results1__sort-button1:hover {
    background: #EFF3FA;
    color: #004098;
  }
}

.c-search-results1__body1,
#ss-result {
  margin-top: 40px;
}

.c-search-results1__item1 {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.c-search-results1__item1:nth-child(odd) {
  background: #fff;
}
.c-search-results1__item1:nth-child(even) {
  background: #F0F5FA;
}
@media (max-width: 767px) {
  .c-search-results1__item1 {
    margin: 0 -20px;
  }
}
.c-search-results1__item1 + .c-search-results1__item1 {
  border-top: none;
}

.c-search-results1__item1__inner1 {
  position: relative;
  color: #000;
}
@media (min-width: 768px) {
  .c-search-results1__item1__inner1 {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 32px 92px 32px 32px;
  }
}
@media (max-width: 767px) {
  .c-search-results1__item1__inner1 {
    display: block;
    padding: 20px 56px 20px 20px;
  }
}
.c-search-results1__item1__inner1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
@media (min-width: 768px) {
  .c-search-results1__item1__inner1::after {
    right: 32px;
  }
}
@media (max-width: 767px) {
  .c-search-results1__item1__inner1::after {
    right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-search-results1__item1__inner1 {
    transition: color 0.2s ease;
  }
  .c-search-results1__item1__inner1::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .c-search-results1__item1__inner1:hover {
    color: #004098;
  }
  .c-search-results1__item1__inner1:hover::after {
    background: #004098;
    translate: 4px 0;
  }
}

@media (min-width: 768px) {
  .c-search-results1__item1__image1 {
    flex: 240px 0 0;
    width: 240px;
  }
}
@media (max-width: 767px) {
  .c-search-results1__item1__image1 {
    display: none;
  }
}

.c-search-results1__item1__title1 {
  font-size: 20px;
  font-weight: 700;
}

.c-search-results1__item1__summary1 {
  margin-top: 8px;
  line-height: 1.8;
}

.c-search-results1__item1__info1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 12px;
  color: #505050;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .c-search-results1__item1__info1 {
    justify-content: space-between;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-search-results1__item1__info1 {
    transition: color 0.2s ease;
  }
  .c-search-results1__item1__inner1:hover .c-search-results1__item1__info1 {
    color: #004098;
  }
}

@media (min-width: 768px) {
  .c-search-results1__item1__url1 {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 767px) {
  .c-search-results1__item1__url1 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c-search-results1__item1__content-length1 {
    margin: 0 0 0 auto;
  }
}

.c-search-results1__item1__last-modified1::before {
  content: "｜";
  margin-right: 1em;
}

.c-search-results1__pagination1,
.ss-pagination {
  position: relative;
  margin-top: 40px;
  display: flex;
  gap: 4px;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-search-results1__pagination1,
  .ss-pagination {
    margin: 40px -20px 0;
    padding: 0 84px;
  }
}

.c-search-results1__pagination1__page1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  font-weight: 700;
  cursor: pointer;
}
.c-search-results1__pagination1__page1.is-current1, .c-search-results1__pagination1__page1.ss-select-page {
  background: #ECECEC;
  color: #6E6E6E;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-search-results1__pagination1__page1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-search-results1__pagination1__page1:nth-of-type(1), .c-search-results1__pagination1__page1:nth-of-type(2) {
    display: flex;
  }
}
@media (max-width: 767px) {
  .c-search-results1__pagination1:has(.c-search-results1__pagination1__page-prev1) .c-search-results1__pagination1__page1:nth-of-type(2), .c-search-results1__pagination1:has(.c-search-results1__pagination1__page-prev1) .c-search-results1__pagination1__page1:nth-of-type(3) {
    display: flex;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-search-results1__pagination1__page1 {
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-search-results1__pagination1__page1:hover {
    background: #EFF3FA;
    color: #004098;
  }
}

.c-search-results1__pagination1__page-prev1,
.c-search-results1__pagination1__page-next1 {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 50px;
  margin: auto;
  font-weight: 700;
  cursor: pointer;
}

.c-search-results1__pagination1__page-prev1 {
  left: 0;
}
.c-search-results1__pagination1__page-prev1::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin-left: 4px;
  background: #004098;
  rotate: 180deg;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-search-results1__pagination1__page-prev1 {
    transition: color 0.2s ease;
  }
  .c-search-results1__pagination1__page-prev1::before {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .c-search-results1__pagination1__page-prev1:hover {
    color: #004098;
    text-decoration: underline;
  }
  .c-search-results1__pagination1__page-prev1:hover::before {
    background: #004098;
    translate: -4px 0;
  }
}

.c-search-results1__pagination1__page-next1 {
  right: 0;
}
.c-search-results1__pagination1__page-next1::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin-left: 4px;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-search-results1__pagination1__page-next1 {
    transition: color 0.2s ease;
  }
  .c-search-results1__pagination1__page-next1::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .c-search-results1__pagination1__page-next1:hover {
    color: #004098;
    text-decoration: underline;
  }
  .c-search-results1__pagination1__page-next1:hover::after {
    background: #004098;
    translate: 4px 0;
  }
}

/* === Preview === */
div#ss-preview {
  position: absolute;
  z-index: 100;
  width: 436px;
  height: 336px;
  background: url(data:image/gif;base64,R0lGODlhtAFQAdUAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PLy8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+Xl5eTk5OPj4+Li4uHh4eDg4N/f397e3tzc3Nvb29ra2tfX19XV1dTU1NPT09LS0tHR0dDQ0M/Pz87Ozs3NzczMzP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAC4ALAAAAAC0AVABAAb/QJdwqPCYVq2kcslsOp/QqHRKrVqv2Kx2y+16v+CweBxloTqJoXqIACFZLLJ8Tq/b7/i8fs9nrj4Ga0IRKS0sJBkLAgCMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaaTCRonSSUNaw5IKBKLp7W2t7i5uru8vb6/jwIVKC0rEEMHqyUHwM3Oz9DR0tPUnQsmLScHQiItKAnV4eLj5OXm5QmFHy4LcRPn8PHy8/T1khQsKwke2QH2/wADChx4SgA2DcQwEFzIsKFDghwOxQH3sKLFixifPWChIknGjyBDivxkIJ/HkShTqhQZAM7JlTBjyhTossXMmzhzkqups6fP/5+9eAIdSrToJ6FGkypd6ggp06dQfTqNSrXqyqlWs2rFiHWr168Du4IdSzae2LJo01I7q7atW19s38qdeyou3bt4O9nNy7fvpL1+AwcGLLgwXsKGE79FrLgxWsaOI3+FLLmyVcqWMz/FrLmzUc6eQ/8ELbo0TtKmU8NErbr1SNauY2eELbv2Q9q2cxPErbv3P96+g8sDLrx4OeLGk1dDrrw5NObOo/+CLr26LurWs9fCrr37KO7ew3sCL758JvLm01NCr779I/bu48OP334+/fT275fPrz88//7d/QdgdgIOWF2BBkaHYILNLchgcg4+WFyEEgZHYYW9XYhhbhpuWP9bhx7GBmKIrY1IYmomnlhaiiqGxmKLnb0IY2YyzlhZjTZGhmOOje3IY2I+/lhYkEIOFodNRUpIZJJ8LcnkYUc+yaCTUs5FZZWLRYklgFduqVaXXj6mZZj0gUnmWGaeOdmYaqqXZptavQnnZWzOKZ6cdkaFZ56b1cmndnv+qVSggn7mZ6HSEYroUIouOtqhjirXaKQ6TUrpaZBeKpylmsrEaaerZQqqbp+OmlKppr4maqqyocoqSK6+OtuqsqoWa60W3YrrbbTuKpquvjIEbLC79UqsZsMeG1Cyyv5mbLOSMQstPdJOO9yz1ipWbbbnbMvtcdh+K5i34opDbrnLhYv/bpPqrgvlS+5G2268Vs5Lb5bw3qutvfp+yW+/YuYL8Lj/DoxmwQavKXDC7C7M8LtIPuzXuRLnQnHFt1yM8XYIb6xnxx736XDI/o5McsARn4xvyiq3pXHLoLwM83ggz8xozTY/anLOceLMc6U+/4zpzkJTJXPRlhyN9HpBLx0q0U4vpXTUkExNdVNNX60q1FoTZXXXX2sd9tVjU1121Gc7nfbSayPddtFvCx33z3PzXHfOd9uc98x7w9x3y3+rHPjJg5NceMiHe5z4xotj3HjFj0sc+cOTM1x5wpcbnPnAmwPceb+f6xv6vaPTW3q8p7ub+rqro9t6ua+LG/u3s3Nb/3u2t1ub+7S7Q9t7s78rG/yxwxNbfLDH+5r8rsvj2nytz8sa/avTs1p9qtebmv2o24Pafaffaxr+peNTWn6k5zua/qLrI9p+oe8LGv+f8/NZf57325n/nPvD2X+b/1NTAM80QDIVMEwH9FICt7RALDWwSg+UUgSfNEEmVTBJFyxSBoW0wR91kEcfzFEIbTTCGZUQRidsUQpVtMITtZBELwxRDD00ww3VEEM3rFAOlZS1rsGqhz6cFdeCKBUgEjFXRjwir4aoxKGxrIlF2eGDpDilJEJxIVRMUBYNtMUBdZFLVrxiWMIoxmWRsYzOYiIaVfLF/rRRP2+8TxzLdMY1Utmrjna8lhrzKJI5ygePfOwWIAMJrj0SUohPPGRM/OgeRtZnkIoMhyPdBMlIrqWSlpTGJPFzJH9kEiYEgEMcFvBJmECAI9jYQClX4gEWjIADLTABLVY5EmJcQAErYAEFaDkSCxgiECHIhgJ4CZJ2tKADQkhACbJBEWJaRAHLRIEaHBCHFFhgAM58CAaQcIIFrKEB2GDBCTrggAJ4Mpv2KAAEOkCMWDJAEC5AgAc60od62vOe+MynPvfJzyuwAJnwZIMGSKCCI/XzoAhNqEIXytA+cIQEGNjGGoIAADs=) no-repeat 0 0;
  display: none;
}

div#ss-preview div#ss-preview-container {
  width: 407px;
  height: 307px;
  margin: 16px 0px 0px 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZcAAAEzCAMAAADKNb7HAAAAA3NCSVQICAjb4U/gAAAAeFBMVEX////+/v79/f38/Pz7+/v6+vr5+fn39/f29vb19fX09PTz8/Py8vLw8PDv7+/u7u7t7e3r6+vp6eno6Ojm5ubl5eXk5OTj4+Pf39/d3d3c3Nza2trZ2dnX19fT09PR0dHPz8/Nzc3KysrJycnIyMjHx8fExMTCwsKd9hHRAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA0LzEwLzA42Sli8QAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAObSURBVHic7dFddpkLAEBRCfEhfiK0RItqm3T+M7z32QSch71HcNY6oxEpL5PJ+Pnp6dEZ3JnPhun/Zx6dwZ3NarkYXsaPzuDOfrddvw6TR2dw53Q8vK/n00dncOdy/jhsl8OjM7hzu56Pu9Xs0Rnc+bxdTvvN/NEZ3Pn6c/3x/c2Xmn9/f/08vC0encEdX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5q+/lx/fH+bj17mm/3pcvv8+kfA1+ftctpv5qPJbLU7nq+3338J+H27no+71Ww0GZbbw8f5cv1FwPVy/jhsl8NoPJ2v3w/H008STsfD+3o+HT1Phtf1drf/diDg2363Xb8Ok9HT+GVYLFebNxI2q+VieBmPnp7Hk+kwmy9ImM+G6WT8/B+x7fT23apjWgAAAABJRU5ErkJggg==) no-repeat 0 0;
}

div#ss-preview img#ss-preview-image {
  border: 1px solid #CCCCCC;
}

div#ss-main.ie6 div#ss-preview, body.ie7 div#ss-preview {
  background: url(//image.syncsearch.jp/image/preview.gif) no-repeat 0 0;
}

div#ss-main.ie6 div#ss-preview-container, body.ie7 div#ss-preview-container {
  background: url(//image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
}

div#ss-loading-animation {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #808080, 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.5), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.7), 1.8em -1.8em 0 0em #808080, 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.5), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7), 2.5em 0em 0 0em #808080, 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5), 2.5em 0em 0 0em rgba(128, 128, 128, 0.7), 1.75em 1.75em 0 0em #808080, 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.5), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.7), 0em 2.5em 0 0em #808080, -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.5), 0em 2.5em 0 0em rgba(128, 128, 128, 0.7), -1.8em 1.8em 0 0em #808080, -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.5), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.7), -2.6em 0em 0 0em #808080, -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.5), -2.6em 0em 0 0em rgba(128, 128, 128, 0.7), -1.8em -1.8em 0 0em #808080;
  }
}
@media (min-width: 768px) {
  .c-section1 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-section1 {
    padding-top: 40px;
  }
}
.c-filter1 + .c-section1 {
  padding-top: 0;
}

.c-section1.is-blue1 {
  padding: 60px 0 80px;
  background: #F0F5FA;
}
@media (min-width: 768px) {
  .c-section1.is-blue1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-section1.is-blue1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-section1 + .c-section1:not(.is-blue1) {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .c-section1 + .c-section1:not(.is-blue1) {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .c-section1 + .c-section1.is-blue1 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .c-section1 + .c-section1.is-blue1 {
    margin-top: 60px;
  }
}
.p-intro1.is-type1 + .c-section1 {
  margin-top: 80px;
}

.c-section1__inner1 {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .c-section1__inner1 {
    width: 1122px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .c-smSection-wrapper1 {
    padding: 40px 20px 0;
  }
}
@media (max-width: 767px) {
  .c-smSection-wrapper1 .c-section1:has(.c-smAccordion1) {
    margin: 0;
    padding: 0;
    background: none;
  }
}
@media (max-width: 767px) {
  .c-smSection-wrapper1 .c-section1__inner1 {
    padding: 0;
  }
}

.c-step1 {
  background: #002063;
}
.c-step1.is-type1 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .c-step1__inner1 {
    width: 1122px;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .c-step1__inner1 {
    padding: 20px;
  }
}

.c-step1__list1 {
  display: flex;
  border: 1px solid #fff;
}

.c-step1__item1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 12px;
}
.c-step1__list1:has(> :nth-child(1):last-child) .c-step1__item1 {
  width: 100%;
}

.c-step1__list1:has(> :nth-child(2):last-child) .c-step1__item1 {
  width: 50%;
}

.c-step1__list1:has(> :nth-child(3):last-child) .c-step1__item1 {
  width: 33.33%;
}

.c-step1__item1 + .c-step1__item1::before, .c-step1__item1 + .c-step1__item1::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 11px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-step1__item1 + .c-step1__item1::before {
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  background: #fff;
}
.c-step1__item1 + .c-step1__item1::after {
  top: 0;
  left: -2px;
  height: 100%;
  background: #002063;
}
.c-step1__item1.is-current1 {
  background: #fff;
  color: #002063;
  font-weight: 700;
}
.c-step1__item1.is-current1 + .c-step1__item1::after {
  display: none;
}

.c-table1 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.c-table1:first-child {
  margin-top: 0;
}
.c-table1 th,
.c-table1 td {
  padding: 20px;
  border-top: 1px solid #E6E6E6;
  vertical-align: top;
  line-height: 1.8;
}
.c-table1 th.is-border1,
.c-table1 td.is-border1 {
  border-left: 1px solid #cccccc;
}
.c-table1 th.is-border2,
.c-table1 td.is-border2 {
  border-left: 1px solid #E6E6E6;
}
.c-table1 th.is-border3,
.c-table1 td.is-border3 {
  border-top-color: #E6E6E6;
}
.c-table1 tr:first-child th,
.c-table1 tr:first-child td {
  border-top: none;
}
.c-table1 th {
  background: #F0F5FA;
  text-align: left;
}
@media (min-width: 768px) {
  .c-table1 th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .c-table1 th {
    width: 40%;
  }
}
.c-table1 th + th {
  border-left: 1px solid #E6E6E6;
}
.c-table1 td {
  background: #fff;
}
.c-table1 td + td {
  border-left: 1px solid #E6E6E6;
}
.c-table1 thead th,
.c-table1 thead td {
  padding: 8px 20px;
}
.c-table1 thead td {
  background: #F0F5FA;
}
.c-table1 thead td.is-border1 {
  border-left: 1px solid #cccccc;
}
.c-table1 thead + tbody {
  border-top: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .c-table1.is-smVertical1 {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .c-table1.is-smVertical1 th,
  .c-table1.is-smVertical1 td {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-table1.is-smVertical1 th {
    width: 100%;
  }
}
.c-table1.is-blue1 th,
.c-table1.is-blue1 td {
  border-top-color: #cccccc;
}
.c-table1.is-blue1 th.is-border2,
.c-table1.is-blue1 td.is-border2 {
  border-left: 1px solid #E6E6E6;
}
.c-table1.is-blue1 th.is-border3,
.c-table1.is-blue1 td.is-border3 {
  border-top-color: #E6E6E6;
}
.c-table1.is-blue1 th {
  background: #D7E6F5;
  border-left-color: #cccccc;
}
.c-table1.is-blue1 th.is-th1 {
  background: #F0F5FA;
}
.c-table1.is-blue1.is-border1 th {
  background: #D7E6F5;
  border-left-color: #cccccc;
}
.c-table1.is-blue1.is-border1 th.is-th1 {
  background: #F0F5FA;
  border-top: 1px solid #E6E6E6;
}
.c-table1.is-blue1.is-border1 tr:first-child th.is-th1 {
  border-top-color: #cccccc;
}
.c-table1.is-blue1.is-border1 td {
  border-top-color: #E6E6E6;
  border-left-color: #cccccc;
}
.c-table1.is-fixed {
  table-layout: fixed;
}
.c-table1.is-nowrap {
  white-space: nowrap;
}
.c-table1.is-history1 th {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-table1.is-history1 th {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .c-table1.is-history1 th {
    width: auto;
  }
}
.c-table1.is-history1 th.is-th1 {
  background: #F0F5FA;
  border-left: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .c-table1.is-history1 th.is-th1 {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .c-table1.is-history1 th.is-th1 {
    width: auto;
  }
}
.c-table1.is-history1 th.is-th1:first-child {
  border-top-color: #E6E6E6;
}
.c-table1.is-history1 th.is-th1:first-child + td {
  border-top-color: #E6E6E6;
}
@media (min-width: 768px) {
  .c-table1.is-thwidth1 th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .c-table1.is-thwidth1 th {
    width: 35%;
  }
}
.c-table1.is-thwidthauto1 th {
  width: auto;
}
.c-table1.is-tdnowrap1 td {
  white-space: nowrap;
}

.c-table1-smScroll1 {
  margin-top: 40px;
}
.c-table1-smScroll1:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-table1-smScroll1__inner1 {
    overflow-x: auto;
    margin-top: 20px;
    margin-right: -20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .c-table1-smScroll1__inner1 .c-table1 {
    width: 200%;
  }
}
@media (max-width: 767px) {
  .c-table1-smScroll1__inner1 .c-table1.is-nowrap {
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table1-smScroll1__inner1 .c-table1.is-scrollwide1 {
    width: 300%;
  }
}

.c-tag1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  border: 1px solid #004098;
  background: #fff;
  color: #004098;
  font-size: 12px;
  font-style: normal;
}

.c-text1, .p-entry1__main p {
  margin-top: 24px;
  line-height: 1.8;
}
.c-text1:first-child, .p-entry1__main p:first-child {
  margin-top: 0;
}
.c-button-set1 + .c-text1, .p-entry1__main .c-button-set1 + p {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .c-title2 + .c-text1, .p-entry1__main h2 + .c-text1, .p-entry1__main .c-title2 + p, .p-entry1__main h2 + p {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-title2 + .c-text1, .p-entry1__main h2 + .c-text1, .p-entry1__main .c-title2 + p, .p-entry1__main h2 + p {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .c-title3 + .c-text1, .p-entry1__main h3 + .c-text1, .p-entry1__main .c-title3 + p, .p-entry1__main h3 + p {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-title3 + .c-text1, .p-entry1__main h3 + .c-text1, .p-entry1__main .c-title3 + p, .p-entry1__main h3 + p {
    margin-top: 20px;
  }
}

.c-text1.is-icon1, .p-entry1__main p.is-icon1 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-text1.is-note1, .p-entry1__main p.is-note1 {
  display: flex;
  gap: 4px;
  font-size: 12px;
}
.c-text1.is-note1::before, .p-entry1__main p.is-note1::before {
  content: "※";
  flex: auto 0 0;
}
.c-text1.is-note1 + .c-text1.is-note1, .p-entry1__main p.is-note1 + .c-text1.is-note1, .p-entry1__main .c-text1.is-note1 + p.is-note1, .p-entry1__main p.is-note1 + p.is-note1 {
  margin-top: 0;
}
.c-text1.is-caption1, .p-entry1__main p.is-caption1 {
  font-size: 14px;
}
.c-text1.is-type1, .p-entry1__main p.is-type1 {
  margin-top: 16px;
}
.c-text1.is-type2, .p-entry1__main p.is-type2 {
  margin-top: 8px;
}
.c-text1.is-type3, .p-entry1__main p.is-type3 {
  margin-top: 12px;
}
.c-text1.is-type4, .p-entry1__main p.is-type4 {
  margin-top: 40px;
}
.c-text1.is-type5, .p-entry1__main p.is-type5 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-text1.is-big1, .p-entry1__main p.is-big1 {
    font-size: 20px;
  }
}
.c-text1 a[target=_blank]:not(.c-text-link1.is-pdf1, .c-text-link1.is-arrow1)::after, .p-entry1__main p a[target=_blank]:not(.c-text-link1.is-pdf1, .c-text-link1.is-arrow1)::after {
  flex: auto 0 0;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 13px;
          mask-size: 13px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-text1 a[target=_blank]::after, .p-entry1__main p a[target=_blank]::after {
    transition: translate 0.2s ease;
  }
  .c-text1 a:hover, .p-entry1__main p a:hover {
    text-decoration: underline;
  }
  .c-text1 a:hover[target=_blank]::after, .p-entry1__main p a:hover[target=_blank]::after {
    translate: 2px 0;
  }
}

.c-text1__icon1 {
  flex: auto 0 0;
  width: 28px;
}

.c-text1__bold1 {
  color: #004098;
  font-size: 30px;
  font-weight: 700;
}
.c-text1__bold1.is-black1 {
  color: #000;
}

.c-text-link1 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.c-text-link1::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: -8px;
  vertical-align: top;
  margin-left: 4px;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
.c-text-link1.is-pdf1::after {
  background: #FA0F00 !important;
  -webkit-mask-image: url(../images/icon_pdf1_1.svg);
          mask-image: url(../images/icon_pdf1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 17px 22px;
          mask-size: 17px 22px;
}
.c-text-link1.is-external1::after {
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 13px;
          mask-size: 13px;
}
.c-text-link1.u-va-middle::after {
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-text-link1 {
    transition: color 0.2s ease;
  }
  .c-text-link1::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .c-text-link1:hover {
    color: #004098;
    text-decoration: underline;
  }
  .c-text-link1:hover::after {
    background: #004098;
    translate: 4px 0;
  }
}

.c-title1 {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #F0F5FA;
}
@media (min-width: 768px) {
  .c-title1 {
    min-height: 250px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-title1 {
    min-height: 200px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .c-title1:has(.c-title1__image1) {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .c-title1:has(.c-title1__image1) {
    min-height: 375px;
  }
}

.c-title1__label1 {
  position: relative;
  z-index: 1;
}

.c-title1__label1-main1 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-title1__label1-main1 {
    font-size: 40px;
  }
}
.c-title1:has(.c-title1__image1) .c-title1__label1-main1 {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.c-title1__category1 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
}
.c-title1:has(.c-title1__image1) .c-title1__category1 {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.c-title1__sub1 {
  position: absolute;
  color: #fff;
  font-family: "Marcellus", sans-serif;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-title1__sub1 {
    right: -20px;
    bottom: -48px;
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .c-title1__sub1 {
    left: -8px;
    bottom: -20px;
    min-width: calc(100% + 16px);
    font-size: 80px;
    text-align: right;
    white-space: nowrap;
  }
}
.c-title1__sub1::first-letter {
  text-transform: uppercase;
}
.c-title1:has(.c-title1__image1) .c-title1__sub1 {
  opacity: 0.5;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .c-title1__sub1.is-type1 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .c-title1__sub1.is-type1 {
    left: -18px;
  }
}

.c-title1__image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-title1__image1 img,
.c-title1__image1 picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-title2, .p-entry1__main h2 {
  margin-top: 80px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-title2, .p-entry1__main h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .c-title2, .p-entry1__main h2 {
    font-size: 32px;
  }
}
.c-title2:first-child, .p-entry1__main h2:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-title2.is-smToggle1, .p-entry1__main h2.is-smToggle1 {
    position: relative;
    padding: 13px 52px 13px 20px;
    border-bottom: none;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .c-title2.is-smToggle1 .c-icon1.is-toggle1, .p-entry1__main h2.is-smToggle1 .c-icon1.is-toggle1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-title2.is-smToggle1 .c-icon1.is-toggle1, .p-entry1__main h2.is-smToggle1 .c-icon1.is-toggle1 {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
}
.c-title2.is-smToggle1 .c-icon1.is-toggle1::after, .p-entry1__main h2.is-smToggle1 .c-icon1.is-toggle1::after {
  transition: rotate 0.2s ease;
}
@media (max-width: 767px) {
  .c-smAccordion1__button1[aria-expanded=true] .c-title2.is-smToggle1 .c-icon1.is-toggle1::after, .c-smAccordion1__button1[aria-expanded=true] .p-entry1__main h2.is-smToggle1 .c-icon1.is-toggle1::after, .p-entry1__main .c-smAccordion1__button1[aria-expanded=true] h2.is-smToggle1 .c-icon1.is-toggle1::after {
    rotate: 0deg;
  }
}

.c-title2.is-type1, .p-entry1__main h2.is-type1 {
  margin-top: 40px;
}

.c-title2-image1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (min-width: 768px) {
  .c-title2-image1 {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-title2-image1 {
    padding: 40px 13px;
  }
}

.c-title3, .p-entry1__main h3 {
  margin-top: 80px;
  padding: 8px 0 8px 24px;
  border-left: 4px solid #002063;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-title3, .p-entry1__main h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .c-title3, .p-entry1__main h3 {
    font-size: 24px;
  }
}
.c-title3:first-child, .p-entry1__main h3:first-child {
  margin-top: 0;
}
.c-title3.is-border, .p-entry1__main h3.is-border {
  position: relative;
}
.c-title3.is-border::before, .p-entry1__main h3.is-border::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -4px;
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #cccccc;
}
.c-title3.is-icon1, .p-entry1__main h3.is-icon1 {
  display: flex;
  gap: 4px;
  padding: 0;
  border-left: none;
}
@media (min-width: 768px) {
  .c-title3.is-icon1 .c-icon1, .p-entry1__main h3.is-icon1 .c-icon1 {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .c-title3.is-icon1 .c-icon1, .p-entry1__main h3.is-icon1 .c-icon1 {
    height: 36px;
  }
}
.c-title2 + .c-title3, .p-entry1__main h2 + .c-title3, .p-entry1__main .c-title2 + h3, .p-entry1__main h2 + h3 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .c-title2-image1 + .c-title3, .p-entry1__main .c-title2-image1 + h3 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-title2-image1 + .c-title3, .p-entry1__main .c-title2-image1 + h3 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .c-title3.is-smToggle1, .p-entry1__main h3.is-smToggle1 {
    position: relative;
    padding: 13px 52px 13px 20px;
    border-left: none;
  }
}
@media (min-width: 768px) {
  .c-title3.is-smToggle1 .c-icon1.is-toggle1, .p-entry1__main h3.is-smToggle1 .c-icon1.is-toggle1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-title3.is-smToggle1 .c-icon1.is-toggle1, .p-entry1__main h3.is-smToggle1 .c-icon1.is-toggle1 {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
}
.c-title3.is-smToggle1 .c-icon1.is-toggle1::after, .p-entry1__main h3.is-smToggle1 .c-icon1.is-toggle1::after {
  transition: rotate 0.2s ease;
}
@media (max-width: 767px) {
  .c-smAccordion1__button1[aria-expanded=true] .c-title3.is-smToggle1 .c-icon1.is-toggle1::after, .c-smAccordion1__button1[aria-expanded=true] .p-entry1__main h3.is-smToggle1 .c-icon1.is-toggle1::after, .p-entry1__main .c-smAccordion1__button1[aria-expanded=true] h3.is-smToggle1 .c-icon1.is-toggle1::after {
    rotate: 0deg;
  }
}

@media (max-width: 767px) {
  .c-title3.is-smTitle6, .p-entry1__main h3.is-smTitle6 {
    margin-top: 40px;
    padding: 4px 20px;
    border-left: none;
    background: #fff;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .c-title3.is-smTitle6:first-child, .p-entry1__main h3.is-smTitle6:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-title3.is-smTitle6:first-child, .p-entry1__main h3.is-smTitle6:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-article-list3 + .c-title3.is-smTitle6, .p-entry1__main .c-article-list3 + h3.is-smTitle6 {
    margin-top: 20px;
  }
}

.c-title3.is-type1, .p-entry1__main h3.is-type1 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-title3.is-type2, .p-entry1__main h3.is-type2 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-title3.is-type2, .p-entry1__main h3.is-type2 {
    margin-top: 40px;
  }
}

.c-title4, .p-entry1__main h4 {
  margin-top: 80px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.c-title4:first-child, .p-entry1__main h4:first-child {
  margin-top: 0;
}
.c-title4.is-icon1, .p-entry1__main h4.is-icon1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-title4.is-icon1:has(.c-icon1), .p-entry1__main h4.is-icon1:has(.c-icon1) {
  gap: 8px;
}
@media (min-width: 768px) {
  .c-title4.is-type1, .p-entry1__main h4.is-type1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-title4.is-type1, .p-entry1__main h4.is-type1 {
    margin-top: 36px;
  }
}
.c-title4.is-type2, .p-entry1__main h4.is-type2 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-title2 + .c-title4, .p-entry1__main h2 + .c-title4, .p-entry1__main .c-title2 + h4, .p-entry1__main h2 + h4 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-title2 + .c-title4, .p-entry1__main h2 + .c-title4, .p-entry1__main .c-title2 + h4, .p-entry1__main h2 + h4 {
    margin-top: 28px;
  }
}

.c-title3 + .c-title4, .p-entry1__main h3 + .c-title4, .p-entry1__main .c-title3 + h4, .p-entry1__main h3 + h4 {
  margin-top: 40px;
}

.c-title5 + .c-title4, .p-entry1__main .c-title5 + h4 {
  margin-top: 20px;
}

.c-image1 + .c-title4, .p-entry1__main .c-image1 + h4 {
  margin-top: 20px;
}

.c-title4 .c-text-link1::after, .p-entry1__main h4 .c-text-link1::after {
  vertical-align: text-top;
}

.c-title4__icon1 {
  flex: auto 0 0;
  width: 60px;
}
.c-title4__icon1.c-icon1 {
  width: 28px;
}

.c-title5 {
  margin-top: 60px;
  color: #002063;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-title5 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .c-title5 {
    font-size: 24px;
  }
}
.c-title5:first-child {
  margin-top: 0;
}
.c-title5:has(.c-title5__icon1) {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-title5.is-type1 {
  margin-top: 40px;
}
.c-title5.is-history1 {
  font-size: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .c-title3 + .c-title5, .p-entry1__main h3 + .c-title5 {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .c-title3 + .c-title5, .p-entry1__main h3 + .c-title5 {
    margin-top: 20px;
  }
}
.c-title3 + .c-title5.is-type1, .p-entry1__main h3 + .c-title5.is-type1 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .c-title9 + .c-title5 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-title9 + .c-title5 {
    text-align: left;
    line-height: 1.5;
    margin-top: 40px;
  }
}

.c-frame3 .c-title5 {
  line-height: 1.5;
}

.c-title5__sub1 {
  display: block;
  font-size: 20px;
}

.c-title5__icon1 {
  flex: 80px 0 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border: 2px solid #002063;
  border-radius: 100vmax;
  color: #000;
  font-size: 14px;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.c-title5__icon1__num1 {
  font-size: 30px;
  line-height: 1;
}

.c-title6 {
  margin-top: 40px;
  padding: 4px 20px;
  background: #F0F5FA;
  font-size: 20px;
  line-height: 1.8;
}
.c-title6:first-child {
  margin-top: 0;
}
.c-section1.is-blue1 .c-title6 {
  background: #fff;
}

@media (min-width: 768px) {
  .c-article-list3 + .c-title6 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .c-article-list3 + .c-title6 {
    margin-top: 20px;
  }
}

.c-title7 {
  background: #002063;
}
.c-title7.is-bottom1 {
  margin-top: 80px;
}

.c-title7__label1 {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-title7__label1 {
    width: 1122px;
    margin: 0 auto;
    padding: 28px 20px;
    font-size: 30px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .c-title7__label1 {
    padding: 24px 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.c-title7__lead1 {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-title7__lead1 {
    width: 1122px;
    margin: -8px auto 0;
    padding: 0 20px 30px;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .c-title7__lead1 {
    padding: 0 20px 24px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .c-title7__lead1:first-child {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-title7__lead1:first-child {
    padding-top: 24px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-title7__lead1.is-type1 {
  padding-bottom: 0;
}

.c-title7__note1 {
  display: flex;
  gap: 4px;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-title7__note1 {
    width: 1122px;
    margin: -8px auto 0;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-title7__note1 {
    padding: 0 20px;
    line-height: 1.5;
  }
}
.c-title7__note1::before {
  content: "※";
  flex: auto 0 0;
}

.c-title7__tab1 {
  display: flex;
  gap: 12px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .c-title7__tab1 {
    width: 1122px;
    margin: 22px auto 0;
  }
}
@media (max-width: 767px) {
  .c-title7__tab1 {
    margin: 16px 0 0;
  }
}
@media (min-width: 768px) {
  .c-title7__tab1:first-child {
    margin-top: 40px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-title7__tab1:first-child {
    margin-top: 20px;
    padding-top: 24px;
  }
}
.c-title7.is-bottom1 .c-title7__tab1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-title7.is-bottom1 .c-title7__tab1 {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-title7.is-bottom1 .c-title7__tab1 {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .c-title7.is-bottom1 .c-title7__tab1:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-title7.is-bottom1 .c-title7__tab1:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}

.c-title7__tab1__item1 {
  width: calc(50% - 6px);
}

.c-title7__tab1__button1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: 1px solid #fff;
  border-bottom: none;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-title7__tab1__button1 {
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-title7__tab1__button1:hover {
    color: #004098;
    background: #fff;
  }
}
.c-title7__tab1__button1.is-current1 {
  background: #fff;
  color: #004098;
  pointer-events: none;
}
.c-title7__tab1__button1.is-current1 span {
  position: relative;
  display: inline-block;
}
.c-title7__tab1__button1.is-current1 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #004098;
}
.c-title7.is-bottom1 .c-title7__tab1__button1 {
  border-top: none;
  border-bottom: 1px solid #fff;
}

.c-title8 {
  margin-top: 40px;
  color: #002063;
  line-height: 1.8;
  font-weight: 700;
}
.c-title8::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin-top: 16px;
  background: #002063;
}

.c-title9 {
  text-align: center;
}
@media (min-width: 768px) {
  .c-title9 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .c-title9 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .c-title9 .is-num1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .c-title9 .is-num1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .c-title9 .is-small1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .c-title9 .is-small1 {
    font-size: 24px;
  }
}
.c-title9 .is-small2 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-title9 .is-small2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .c-title9 .is-small2 {
    font-size: 30px;
  }
}

.c-title9__inner1 {
  position: relative;
  display: inline-block;
}
.c-title9__inner1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0;
  background: #000;
}

.l-footer .c-topicpath1 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-footer .c-topicpath1 {
    gap: 8px 16px;
  }
}
@media (max-width: 767px) {
  .l-footer .c-topicpath1 {
    gap: 16px;
  }
}

.l-footer .c-topicpath1__item1 {
  display: flex;
  gap: 16px;
  color: #6E6E6E;
  font-size: 12px;
}
@media (min-width: 768px) {
  .l-footer .c-topicpath1__item1 {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .l-footer .c-topicpath1__item1 {
    line-height: 1.5;
  }
}
.l-footer .c-topicpath1__item1::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #6E6E6E;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5px 8px;
          mask-size: 5px 8px;
}
.l-footer .c-topicpath1__item1:last-child:after {
  display: none;
}

.l-footer .c-topicpath1__link1 {
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .c-topicpath1__link1 {
    transition: color 0.2s ease;
  }
  .l-footer .c-topicpath1__link1:hover {
    color: #004098;
    text-decoration: underline;
  }
}

/* menu */
@media (max-width: 767px) {
  .l-header .p-header-menu-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 100%;
    margin: 0;
    padding: 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    border-left: none;
    background: #004098;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu-button[aria-expanded=true] {
    border-bottom-color: #004098;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-menu-button__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    margin: auto;
    background: #fff;
    transition: background 0.2s ease;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu-button__icon::before, .l-header .p-header-menu-button__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: translate 0.2s ease 0.2s, rotate 0.2s ease;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu-button__icon::before {
    translate: 0 -8px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu-button__icon::after {
    translate: 0 8px;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-menu-button[aria-expanded=true] .p-header-menu-button__icon {
    width: 26px;
    background: none;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu-button[aria-expanded=true] .p-header-menu-button__icon::before, .l-header .p-header-menu-button[aria-expanded=true] .p-header-menu-button__icon::after {
    translate: 0;
    transition: translate 0.2s ease, rotate 0.2s ease 0.2s;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu-button[aria-expanded=true] .p-header-menu-button__icon::before {
    rotate: 45deg;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu-button[aria-expanded=true] .p-header-menu-button__icon::after {
    rotate: -45deg;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-menu-button__label {
    display: block;
    text-indent: -999px;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-menu {
    width: 100%;
    background: #E6F0FA;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu {
    display: grid;
    transition: grid-template-rows 0.5s ease;
    grid-template-rows: 0fr;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-menu-button[aria-expanded=true] + .p-header-menu {
    grid-template-rows: 1fr;
  }
}

.l-header .p-header-menu__inner {
  display: flex;
}
@media (min-width: 768px) {
  .l-header .p-header-menu__inner {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-menu__inner {
    overflow: hidden;
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-menu-button[aria-expanded=true] + .p-header-menu .p-header-menu__inner {
    overflow-y: auto;
    max-height: calc(100svh - 60px);
  }
}

/* nav1
------------------------ */
@media (min-width: 768px) {
  .l-header .p-header-nav1 {
    height: 64px;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav1__list {
    display: flex;
    gap: 32px;
    height: 100%;
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .l-header .p-header-nav1__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav1__list {
    gap: 0;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav1__item {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav1__item {
    border-bottom: 1px solid #cccccc;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav1__link {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 36px;
    color: #000;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav1__link {
    position: relative;
    display: block;
    padding: 16px 60px 16px 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav1__item:has(.p-header-nav2) .p-header-nav1__link::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #004098;
    -webkit-mask-image: url(../images/icon_arrow2_1.svg);
            mask-image: url(../images/icon_arrow2_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 8px 5px;
            mask-size: 8px 5px;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-nav1__link::before, .l-header .p-header-nav1__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    display: inline-block;
    width: 16px;
    height: 2px;
    margin: auto;
    background: #004098;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav1__link::after {
    rotate: 90deg;
    transition: rotate 0.2s ease;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav1__link[aria-current=page] {
    color: #004098;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav1__link[aria-current=page]::before {
    transform: scaleX(1);
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav1__link.is-active {
    background: #D7E6F5;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header .p-header-nav1__link.is-active::after {
    rotate: 0deg;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav1__link {
    position: relative;
    transition: color 0.2s ease;
  }
  .l-header .p-header-nav1__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #004098;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 0.2s ease;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav1__item:has(.p-header-nav2) .p-header-nav1__link::after {
    transition: transform 0.2s ease;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav1__item:has(.p-header-nav2):hover .p-header-nav1__link {
    color: #004098;
    font-weight: 700;
  }
  .l-header .p-header-nav1__item:has(.p-header-nav2):hover .p-header-nav1__link::before {
    transform: scaleX(1);
  }
  .l-header .p-header-nav1__item:has(.p-header-nav2):hover .p-header-nav1__link::after {
    transform: rotate(180deg);
  }
}

/* nav2
------------------------ */
@media (min-width: 768px) {
  .l-header .p-header-nav2 {
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: #E6F0FA;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2.is-company::before, .l-header .p-header-nav2.is-value::before, .l-header .p-header-nav2.is-business::before, .l-header .p-header-nav2.is-achievements::before, .l-header .p-header-nav2.is-search::before {
    position: absolute;
    left: -16px;
    bottom: -28px;
    color: #fff;
    font-size: 160px;
    line-height: 1;
    font-family: "Marcellus", sans-serif;
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2.is-company::before {
    content: "Company";
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2.is-value::before {
    content: "Value";
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2.is-business::before {
    content: "Business Fields";
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2.is-achievements::before {
    content: "Achievements";
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2.is-search::before {
    content: "Chintai";
  }
}

@media (max-width: 767px) {
  .l-header .js-headerNav1Button.is-active + .p-header-nav2 {
    display: block;
    background: #D7E6F5;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav2 {
    display: grid;
    transition: grid-template-rows 0.5s ease;
    grid-template-rows: 0fr;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header:not(.is-hidden) .p-header-nav1__item:hover .p-header-nav2 {
    z-index: 99;
    grid-template-rows: 1fr;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav2__inner {
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav2__row {
    overflow: hidden;
    display: flex;
    gap: 40px;
    padding: 60px 40px;
  }
}

/* title */
@media (min-width: 768px) {
  .l-header .p-header-nav2__title {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title {
    border-top: 1px solid #DCDCDC;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav2__title-label {
    position: relative;
    padding-bottom: 17px;
    font-size: 32px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-label {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__title-label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 64px;
    height: 1px;
    background: #004098;
  }
}

.l-header .p-header-nav2__title-link {
  color: #000;
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__title-link {
    display: flex;
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-link {
    position: relative;
    display: block;
    padding: 12px 60px 12px 20px;
  }
}
.l-header .p-header-nav2__title-link::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5px 8px;
          mask-size: 5px 8px;
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__title-link::before {
    width: 24px;
    height: 24px;
    background: #000;
    -webkit-mask-size: 5px 8px;
            mask-size: 5px 8px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-link::before {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    background: #004098;
    -webkit-mask-size: 8px 13px;
            mask-size: 8px 13px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav2__title-link {
    transition: color 0.2s ease;
  }
  .l-header .p-header-nav2__title-link::before {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .l-header .p-header-nav2__title-link:hover {
    color: #004098;
    text-decoration: underline;
  }
  .l-header .p-header-nav2__title-link:hover::before {
    background: #004098;
    translate: 2px 0;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav2__title-sub {
    margin-top: -1px;
    padding: 30px 0 0;
    border-top: 1px solid #cccccc;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-sub {
    border-top: 1px solid #DCDCDC;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-sub:not(:has(.p-header-nav2__title-sub-link)) {
    padding: 12px 60px 12px 40px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__title-sub:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__title-sub + .p-header-nav2__title-sub {
    margin-top: 30px;
  }
}

.l-header .p-header-nav2__title-sub-link {
  color: #000;
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__title-sub-link {
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-sub-link {
    position: relative;
    display: block;
    padding: 12px 60px 12px 40px;
    font-weight: 700;
  }
}
.l-header .p-header-nav2__title-sub-link::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__title-sub-link::before {
    width: 24px;
    height: 24px;
    background: #000;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-sub-link::before {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    background: #004098;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav2__title-sub-link {
    transition: color 0.2s ease;
  }
  .l-header .p-header-nav2__title-sub-link::before {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .l-header .p-header-nav2__title-sub-link:hover {
    color: #004098;
    text-decoration: underline;
  }
  .l-header .p-header-nav2__title-sub-link:hover::before {
    background: #004098;
    translate: 4px 0;
  }
}

/* main */
@media (min-width: 768px) {
  .l-header .p-header-nav2__main {
    position: relative;
    flex: 3;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav2__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__list:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__list .is-noborder {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav2__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__item {
    border-top: 1px solid #DCDCDC;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav2__list.is-noborder .p-header-nav2__item {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.l-header .p-header-nav2__link {
  color: #000;
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__link {
    position: relative;
    display: block;
    padding: 12px 60px 12px 40px;
  }
}
.l-header .p-header-nav2__link::after {
  content: "";
  display: inline-block;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
@media (min-width: 768px) {
  .l-header .p-header-nav2__link::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__link::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 28px;
    height: 28px;
    margin: auto;
  }
}
.l-header .p-header-nav2__link[target=_blank]::after {
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-size: 13px;
          mask-size: 13px;
}
@media (max-width: 767px) {
  .l-header .p-header-nav2__title-sub + .p-header-nav2__list .p-header-nav2__link {
    padding-left: 60px;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav2__link {
    transition: color 0.2s ease;
  }
  .l-header .p-header-nav2__link::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .l-header .p-header-nav2__link:hover {
    color: #004098;
    text-decoration: underline;
  }
  .l-header .p-header-nav2__link:hover::after {
    background: #004098;
    translate: 4px 0;
  }
}

.l-header .p-header-nav2__link__sub {
  font-size: 12px;
}

/* nav3
------------------------ */
@media (min-width: 768px) {
  .l-header .p-header-nav3__list {
    display: flex;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-nav3__item {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav3__item:nth-child(1) {
    order: 3;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav3__item.is-smNav1 {
    margin: 0 0 16px;
    border-bottom: 1px solid #cccccc;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-nav3__link {
    display: flex;
    color: #004098;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav3__link {
    position: relative;
    display: block;
    padding: 8px 40px 8px 0;
    color: #505050;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-nav3__link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav3__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: auto;
    background: #004098;
    -webkit-mask-image: url(../images/icon_arrow1_1.svg);
            mask-image: url(../images/icon_arrow1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 8px 13px;
            mask-size: 8px 13px;
  }
}
.l-header .p-header-nav3__link[target=_blank]::after {
  background: #004098;
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  mask-image: url(../images/icon_external1_1.svg);
}
@media (min-width: 768px) {
  .l-header .p-header-nav3__link[target=_blank]::after {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav3__link[target=_blank]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: auto;
    -webkit-mask-size: 13px;
            mask-size: 13px;
  }
}

@media (max-width: 767px) {
  .l-header .p-header-nav3__item.is-smNav1 .p-header-nav3__link {
    position: relative;
    display: block;
    padding: 16px 60px 16px 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav3__item.is-smNav1 .p-header-nav3__link::before, .l-header .p-header-nav3__item.is-smNav1 .p-header-nav3__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    display: inline-block;
    width: 16px;
    height: 2px;
    margin: auto;
    background: #004098;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav3__item.is-smNav1 .p-header-nav3__link::after {
    -webkit-mask: none;
            mask: none;
    rotate: 90deg;
    transition: rotate 0.2s ease;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-nav3__item.is-smNav1 .p-header-nav3__link.is-active {
    background: #D7E6F5;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header .p-header-nav3__item.is-smNav1 .p-header-nav3__link.is-active::after {
    rotate: 0deg;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-nav3__link {
    position: relative;
    transition: color 0.2s ease;
  }
  .l-header .p-header-nav3__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #004098;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 0.2s ease;
  }
  .l-header .p-header-nav3__link[target=_blank]::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .l-header .p-header-nav3__link:hover {
    color: #004098;
    font-weight: 700;
  }
  .l-header .p-header-nav3__link:hover::before {
    transform: scaleX(1);
  }
  .l-header .p-header-nav3__link:hover[target=_blank]::after {
    background: #004098;
    translate: 4px 0;
  }
}

/* search */
.l-header .p-header-search-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-header .p-header-search-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 100%;
    background: #fafafa;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-search-button[aria-expanded=true] {
    border-bottom-color: #E6F0FA;
    background: #E6F0FA;
    color: #004098;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-search-button {
    transition: background 0.2s ease, color 0.2s ease;
  }
  .l-header .p-header-search-button:hover {
    background: #E6F0FA;
    color: #004098;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-search-button__icon {
    content: "";
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #000;
    -webkit-mask-image: url(../images/icon_search1_1.svg);
            mask-image: url(../images/icon_search1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 36px 30px;
            mask-size: 36px 30px;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-search-button[aria-expanded=true] .p-header-search-button__icon {
    background: none;
    -webkit-mask: none;
            mask: none;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-search-button[aria-expanded=true] .p-header-search-button__icon::before, .l-header .p-header-search-button[aria-expanded=true] .p-header-search-button__icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 26px;
    height: 2px;
    margin: auto;
    background: #004098;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-search-button[aria-expanded=true] .p-header-search-button__icon::before {
    rotate: 45deg;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-search-button[aria-expanded=true] .p-header-search-button__icon::after {
    rotate: -45deg;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-search-button__icon {
    transition: background 0.2s ease;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-search-button:hover .p-header-search-button__icon {
    background: #004098;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-search-button[aria-expanded=true]:hover .p-header-search-button__icon {
    transition: none;
    background: none;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-search-button__label {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-search {
    overflow: hidden;
    background: #E6F0FA;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-search::before {
    content: "Search";
    position: absolute;
    left: -16px;
    bottom: -22px;
    color: #fff;
    font-size: 120px;
    line-height: 1;
    font-family: "Marcellus", sans-serif;
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-header .p-header-search {
    display: grid;
    transition: grid-template-rows 0.5s ease;
    grid-template-rows: 0fr;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-search-button[aria-expanded=true] + .p-header-search {
    grid-template-rows: 1fr;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-search__inner {
    overflow: hidden;
    position: relative;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-search__row {
    position: relative;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-search__row {
    padding: 24px 20px;
  }
}

/* contact */
.l-header .p-header-contact-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-header .p-header-contact-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 100%;
    background: #004098;
    border-bottom: 1px solid #cccccc;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-contact-button {
    position: relative;
    display: block;
    padding: 8px 40px 8px 0;
    color: #505050;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-contact-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: auto;
    background: #505050;
    -webkit-mask-image: url(../images/icon_arrow1_1.svg);
            mask-image: url(../images/icon_arrow1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 8px 13px;
            mask-size: 8px 13px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-contact-button {
    transition: background 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header .p-header-contact-button:hover {
    background: #002063;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-contact-button__icon {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    -webkit-mask-image: url(../images/icon_contact1_1.svg);
            mask-image: url(../images/icon_contact1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 26px;
            mask-size: 26px;
  }
}
@media (max-width: 767px) {
  .l-header .p-header-contact-button__icon {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-header .p-header-contact-button__label {
    font-size: 14px;
  }
}

/* pagetop
------------------------ */
.l-footer .p-footer-pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
@media (min-width: 768px) {
  .l-footer .p-footer-pagetop {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-pagetop {
    right: 4px;
    bottom: 4px;
  }
}
.l-footer .p-footer-pagetop.is-active {
  opacity: 1;
  z-index: 9;
  pointer-events: all;
}
.l-footer .p-footer-pagetop.is-stop {
  position: absolute;
}

.l-footer .p-footer-pagetop__button {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  text-indent: -999px;
}
.l-footer .p-footer-pagetop__button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: auto;
  background: #fff;
  -webkit-mask-image: url(../images/icon_arrow3_1.svg);
          mask-image: url(../images/icon_arrow3_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 18px 11px;
          mask-size: 18px 11px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-footer .p-footer-pagetop__button {
    transition: translate 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-footer .p-footer-pagetop__button:hover {
    translate: 0 -4px;
  }
}

/* nav1
------------------------ */
@media (min-width: 768px) {
  .l-footer .p-footer-nav1.is-group {
    background: #fff;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1.is-group .p-footer-nav1__row {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__list {
    border-left: 1px solid #cccccc;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__item {
    padding-bottom: 16px;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__item {
    border-top: 1px solid #B4B4B4;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav1__item:last-child {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav1__item.is-image {
    position: relative;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__toggle {
    flex: auto 1 1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__toggle {
    display: grid;
    transition: grid-template-rows 0.5s ease;
    grid-template-rows: 0fr;
  }
}

@media (max-width: 767px) {
  .l-footer .p-footer-nav1__link.is-active + .p-footer-nav1__toggle {
    grid-template-rows: 1fr;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__toggle-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__toggle-inner {
    overflow: hidden;
  }
}

.l-footer .p-footer-nav1__link {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav1__link {
    padding: 12px 40px 12px 24px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__link {
    position: relative;
    padding: 16px 56px 16px 20px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__link.is-toggle::before, .l-footer .p-footer-nav1__link.is-toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    display: inline-block;
    width: 16px;
    height: 2px;
    margin: auto;
    background: #000;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__link.is-toggle::after {
    rotate: 90deg;
    transition: rotate 0.2s ease;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-footer .p-footer-nav1__link.is-toggle.is-active::after {
    rotate: 0deg;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__item.is-image .p-footer-nav1__link {
    display: flex;
    align-items: center;
    height: 90px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .l-footer a.p-footer-nav1__link {
    position: relative;
  }
}
@media (min-width: 768px) {
  .l-footer a.p-footer-nav1__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: auto;
    background: #000;
    -webkit-mask-image: url(../images/icon_arrow1_1.svg);
            mask-image: url(../images/icon_arrow1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 8px 13px;
            mask-size: 8px 13px;
  }
}
@media (min-width: 768px) {
  .l-footer a.p-footer-nav1__link[target=_blank]::after {
    -webkit-mask-image: url(../images/icon_external1_1.svg);
            mask-image: url(../images/icon_external1_1.svg);
    -webkit-mask-size: 13px;
            mask-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-footer a.p-footer-nav1__link {
    transition: color 0.2s ease;
  }
  .l-footer a.p-footer-nav1__link::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .l-footer a.p-footer-nav1__link:hover {
    color: #004098;
    text-decoration: underline;
  }
  .l-footer a.p-footer-nav1__link:hover::after {
    background: #004098;
    translate: 4px 0;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__logo {
    position: absolute;
    top: 16px;
    right: 40px;
    display: flex;
    align-items: center;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__logo.is-mitsui-chintai1 {
    padding: 4px 12px 28px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__logo.is-mitsui-chintai1 img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__logo.is-mitsuifudosan-group1 {
    padding: 23px 12px;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__logo.is-mitsuifudosan-group1 img {
    width: auto;
    height: 25px;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__title {
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 0 14px 0 24px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 700;
  }
}
/* nav2
------------------------ */
.l-footer .p-footer-nav2 {
  border-top: 1px solid rgba(204, 204, 204, 0.3);
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2 {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav2 {
    padding-top: 12px;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__item.is-image:has(.p-footer-nav2__list.is-imagelist) .p-footer-nav2 {
    padding-top: 0;
    border-top: none;
  }
}

.l-footer .p-footer-nav2__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav2__list {
    gap: 12px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-col4 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list .p-footer-nav2__list {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-imagelist {
    flex-direction: row;
    gap: 0;
    margin: 0 30px;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav2__item {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav2__item {
    padding: 0 20px 0 12px;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__item.is-hasItems:not(:first-child) {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__item .p-footer-nav2__item {
    padding-right: 0;
    padding-left: 18px;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-col4 .p-footer-nav2__item {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__item {
    width: 25%;
    padding: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    border-right: 1px solid rgba(204, 204, 204, 0.3);
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__item:first-child {
    border-left: 1px solid rgba(204, 204, 204, 0.3);
  }
}

.l-footer .p-footer-nav2__link {
  display: inline-flex;
  font-size: 12px;
  line-height: 1.8;
  color: #000;
}
.l-footer .p-footer-nav2__link::before {
  content: "";
  display: inline-block;
  background: #000;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5px 8px;
          mask-size: 5px 8px;
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__link::before {
    flex: 24px 0 0;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav2__link::before {
    flex: 28px 0 0;
    width: 28px;
    height: 28px;
  }
}
.l-footer .p-footer-nav2__link[target=_blank]::before {
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-size: 10px;
          mask-size: 10px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-footer .p-footer-nav2__link {
    transition: color 0.2s ease;
  }
  .l-footer .p-footer-nav2__link::before {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .l-footer .p-footer-nav2__link:hover {
    color: #004098;
    text-decoration: underline;
  }
  .l-footer .p-footer-nav2__link:hover::before {
    background: #004098;
    translate: 2px 0;
  }
}

.l-footer .p-footer-nav2__item.is-hasItems > .p-footer-nav2__link {
  font-weight: 700;
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link img {
    max-width: 316px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link img {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link .p-footer-nav2__link__label {
    transition: color 0.2s ease;
  }
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link .p-footer-nav2__link__label::after {
    transition: background 0.2s ease, translate 0.2s ease;
  }
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link:hover {
    text-decoration: none;
    color: #000;
  }
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link:hover .p-footer-nav2__link__label {
    color: #004098;
    text-decoration: underline;
  }
  .l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link:hover .p-footer-nav2__link__label::after {
    background: #004098;
    translate: 4px 0;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav2__link__text {
    padding: 12px 16px;
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav2__link__text {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav2__link__label {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    margin-top: 16px;
    padding: 0 40px 0 20px;
    background: #fafafa;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav2__link__label::after {
    content: "";
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    display: inline-block;
    background: #000;
    width: 24px;
    height: 24px;
    margin: auto;
    -webkit-mask-image: url(../images/icon_arrow1_1.svg);
            mask-image: url(../images/icon_arrow1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 5px 8px;
            mask-size: 5px 8px;
  }
}

.l-footer .p-footer-nav2__list.is-imagelist .p-footer-nav2__link[target=_blank] .p-footer-nav2__link__label::after {
  -webkit-mask-image: url(../images/icon_external1_1.svg);
          mask-image: url(../images/icon_external1_1.svg);
  -webkit-mask-size: 10px;
          mask-size: 10px;
}

/* logo
------------------------ */
.l-footer .p-footer-logo1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #cccccc;
  padding: 23px;
}
@media (max-width: 767px) {
  .l-footer .p-footer-logo1 img {
    width: auto;
    height: 25px;
  }
}

.l-footer .p-footer-nav1__logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-footer .p-footer-nav1__logo-list {
    margin: 16px 0 0;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__logo-list {
    flex-wrap: wrap;
    gap: 12px 0;
    padding: 12px 0;
    border-top: 1px solid #B4B4B4;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav1__logo-item {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-nav1__logo-item {
    width: 50%;
  }
}

/* link
------------------------ */
@media (min-width: 768px) {
  .l-footer .p-footer-link {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 30px;
  }
}

.l-footer .p-footer-link__item {
  font-size: 12px;
}
@media (min-width: 768px) {
  .l-footer .p-footer-link__item {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-link__item {
    line-height: 2.8;
  }
}
@media (min-width: 768px) {
  .l-footer .p-footer-link__item.is-span2 {
    grid-column: span 2;
  }
}

.l-footer .p-footer-link__link {
  color: #fff;
}
.l-footer .p-footer-link__link.is-pdf {
  position: relative;
}
.l-footer .p-footer-link__link.is-pdf::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #fff;
  -webkit-mask-image: url(../images/icon_pdf1_1.svg);
          mask-image: url(../images/icon_pdf1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 17px 22px;
          mask-size: 17px 22px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-footer .p-footer-link__link {
    background: linear-gradient(#fff, #fff) 0 100% no-repeat;
    background-size: 0 1px;
    transition: background 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-footer .p-footer-link__link:hover {
    background-size: 100% 1px;
  }
}

/* copyright
------------------------ */
.l-footer .p-footer-copyright {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-footer .p-footer-copyright {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-copyright {
    margin: 40px 0 0;
  }
}
.l-footer .p-footer-copyright:first-child {
  margin-top: 0;
}

/* address
------------------------ */
.l-footer .p-footer-address {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-footer .p-footer-address {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .l-footer .p-footer-address {
    margin: 40px 0 0;
  }
}
.l-footer .p-footer-address:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .p-entry1 {
    width: 1122px;
    margin: 60px auto 0;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-entry1 {
    margin-top: 40px;
    padding: 0 20px;
  }
}

/* top */
.p-entry1__top {
  display: flex;
  align-items: center;
  gap: 30px;
}

.p-entry1__time {
  color: #6E6E6E;
}

/* main */
.p-entry1__main {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-intro1 {
    position: relative;
    min-height: 788px;
  }
}
@media (min-width: 768px) {
  .p-intro1.is-type1 {
    min-height: initial;
  }
}
@media (min-width: 768px) {
  .p-intro1 .c-title7__label1 {
    padding-right: 581px;
  }
}
@media (min-width: 768px) {
  .p-intro1 .c-image1 {
    position: absolute;
    top: 40px;
    left: calc(50% + 20px);
    width: 521px;
  }
}

.p-intro1__inner1 {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .p-intro1__inner1 {
    width: 1122px;
    margin: 0 auto;
    padding-right: 581px;
  }
}
@media (min-width: 768px) {
  .p-intro1__inner1 .c-image1 + .c-text1 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-intro1__inner1 .c-text1 + .c-text1 {
    margin-top: 40px;
  }
}
.p-intro1.is-type1 .p-intro1__inner1 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-intro1.is-type1 .p-intro1__inner1 {
    min-height: 393px;
  }
}

.p-philosophy1 {
  position: relative;
}
@media (min-width: 768px) {
  .p-philosophy1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .p-philosophy1 {
    margin-top: 40px;
  }
}
.p-philosophy1::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  border-radius: 100vmax;
  background: radial-gradient(circle, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 66%);
}
@media (min-width: 768px) {
  .p-philosophy1::before {
    top: -81px;
    width: 602px;
    height: 602px;
  }
}
@media (max-width: 767px) {
  .p-philosophy1::before {
    top: -99px;
    width: 336px;
    height: 336px;
  }
}

.p-philosophy1__logo {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .p-philosophy1__logo {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .p-philosophy1__logo {
    position: relative;
    width: 200px;
  }
}

.p-philosophy1__body {
  position: relative;
}
@media (min-width: 768px) {
  .p-philosophy1__body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 442px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-philosophy1__body {
    margin-top: 40px;
  }
}

.p-philosophy1__unit {
  padding: 20px;
  border: 1px solid #cccccc;
  background: #fff;
}
@media (min-width: 768px) {
  .p-philosophy1__unit {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .p-philosophy1__unit {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .p-philosophy1__unit:nth-child(2) {
    order: 3;
  }
}
@media (min-width: 768px) {
  .p-philosophy1__unit:nth-child(3) {
    order: 2;
  }
}
@media (min-width: 768px) {
  .p-philosophy1__unit:nth-child(4) {
    order: 4;
  }
}

.p-philosophy1__title {
  margin: 0;
  padding: 0;
  color: #002063;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-philosophy1__title__sub {
  margin-left: 12px;
  color: #000;
  font-size: 12px;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
}

.p-philosophy1__text {
  margin-top: 12px;
  line-height: 1.8;
}

.p-philosophy1__button {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .p-esg1 {
    position: relative;
    margin-top: 40px;
    background: url(../images/img_company_esg1_1.jpg) no-repeat 0 0;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .p-esg1 {
    margin-top: 24px;
    background: url(../images/img_company_esg1_1_sp.jpg) no-repeat 0 0;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .p-esg1::before, .p-esg1::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background: #fff;
  }
}
@media (min-width: 768px) {
  .p-esg1::before {
    left: 33.33%;
  }
}
@media (min-width: 768px) {
  .p-esg1::after {
    right: 33.33%;
  }
}

@media (min-width: 768px) {
  .p-esg1__inner {
    display: flex;
    gap: 1px;
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .p-esg1__inner {
    padding: 40px 20px;
  }
}

@media (min-width: 768px) {
  .p-esg1__unit {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .p-esg1__unit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-esg1__unit:first-child {
    margin-top: 0;
  }
}

.p-esg1__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100vmax;
  text-align: center;
}
@media (min-width: 768px) {
  .p-esg1__title {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .p-esg1__title {
    flex: 100px 0 0;
    width: 100px;
    height: 100px;
  }
}

.p-esg1__title__main {
  color: #002063;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-esg1__title__main {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-esg1__title__main {
    font-size: 18px;
  }
}

.p-esg1__title__sub {
  color: #000;
  font-size: 12px;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.p-esg1__list {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-esg1__list {
    margin: 20px 10px 0 30px;
  }
}
@media (max-width: 767px) {
  .p-esg1__list {
    gap: 0;
    margin-top: 0;
  }
}
.p-esg1__list .c-list1__item1::before {
  background: #fff;
}

@media (min-width: 768px) {
  .p-esg1__pagenav1 {
    gap: 1px;
    margin-top: 20px;
    border: none;
  }
}
@media (min-width: 768px) {
  .p-esg1__pagenav1 .c-pagenav1__item1 {
    border: none;
  }
}
.p-esg1__pagenav1 .c-pagenav1__link1 {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .p-esg1__pagenav1 .c-pagenav1__link1 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .p-esg1__pagenav1 .c-pagenav1__link1 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-esg1__pagenav1 .c-pagenav1__link1:hover {
    background: #000;
  }
}

.p-esg2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-esg2 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
  }
}

@media (min-width: 768px) {
  .p-esg2__unit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 334px;
  }
}
@media (max-width: 767px) {
  .p-esg2__unit {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .p-esg2__unit:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.p-esg2__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.p-esg2__title__image {
  flex: 124px 0 0;
  width: 124px;
}

.p-esg2__title__label {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-esg2__title__label {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .p-esg2__text {
    margin: 20px 0 auto;
  }
}
@media (max-width: 767px) {
  .p-esg2__text {
    margin-top: 20px;
  }
}

.p-esg2__button {
  margin: 20px 0 0;
}

.p-hrm1 {
  position: relative;
}
@media (min-width: 768px) {
  .p-hrm1 {
    display: flex;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-hrm1 {
    position: relative;
    margin-top: 20px;
  }
}
.p-hrm1::before, .p-hrm1::after {
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .p-hrm1::before, .p-hrm1::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .p-hrm1::before, .p-hrm1::after {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .p-hrm1::before {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .p-hrm1::before {
    display: none;
  }
}
.p-hrm1::after {
  background: #002063;
}
@media (min-width: 768px) {
  .p-hrm1::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media (max-width: 767px) {
  .p-hrm1::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-top: -1px;
  }
}

.p-hrm1__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-hrm1__item {
    flex: 1;
    justify-content: center;
    padding: 16px 12px 16px 28px;
  }
}
@media (max-width: 767px) {
  .p-hrm1__item {
    flex-direction: column;
    padding: 36px 20px 12px;
  }
}
.p-hrm1__item:nth-child(1) {
  background: #ECECEC;
}
@media (min-width: 768px) {
  .p-hrm1__item:nth-child(1) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .p-hrm1__item:nth-child(1) {
    padding-top: 20px;
  }
}
.p-hrm1__item:nth-child(2) {
  background: #D7E6F5;
}
.p-hrm1__item:nth-child(3) {
  background: #004098;
  color: #fff;
}
.p-hrm1__item:nth-child(4) {
  padding-right: 24px;
  background: #002063;
  color: #fff;
}
.p-hrm1__item + .p-hrm1__item::before, .p-hrm1__item + .p-hrm1__item::after {
  content: "";
  position: absolute;
  left: -1px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-hrm1__item + .p-hrm1__item::before, .p-hrm1__item + .p-hrm1__item::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media (max-width: 767px) {
  .p-hrm1__item + .p-hrm1__item::before, .p-hrm1__item + .p-hrm1__item::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-hrm1__item + .p-hrm1__item::before {
  background: #fff;
}
@media (min-width: 768px) {
  .p-hrm1__item + .p-hrm1__item::before {
    top: -6px;
    width: 14px;
    height: calc(100% + 12px);
  }
}
@media (max-width: 767px) {
  .p-hrm1__item + .p-hrm1__item::before {
    top: 0;
    left: -17px;
    width: calc(100% + 34px);
    height: 22px;
  }
}
.p-hrm1__item + .p-hrm1__item::after {
  top: 0;
}
@media (min-width: 768px) {
  .p-hrm1__item + .p-hrm1__item::after {
    width: 12px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .p-hrm1__item + .p-hrm1__item::after {
    width: 100%;
    height: 20px;
    margin-top: -1px;
  }
}
.p-hrm1__item + .p-hrm1__item:nth-child(2)::after {
  background: #ECECEC;
}
.p-hrm1__item + .p-hrm1__item:nth-child(3)::after {
  background: #D7E6F5;
}
.p-hrm1__item + .p-hrm1__item:nth-child(4)::after {
  background: #004098;
}

.p-hrm1__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  border: 1px solid #cccccc;
  background: #fff;
  color: #004098;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-hrm1__icon {
    flex: 67px 0 0;
    height: 37px;
  }
}
@media (max-width: 767px) {
  .p-hrm1__icon {
    height: 30px;
  }
}

.p-hrm1__label {
  font-weight: 700;
}

.p-hrm2 {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-hrm2 {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-hrm2 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}

.p-hrm2__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 1px solid #cccccc;
  background: #F0F5FA;
}
@media (min-width: 768px) {
  .p-hrm2__item {
    padding: 20px 16px 24px;
  }
}
@media (max-width: 767px) {
  .p-hrm2__item {
    padding: 12px 8px;
  }
}
@media (min-width: 768px) {
  .p-hrm2__item.is-big {
    grid-column: span 2;
    gap: 8px;
    padding: 32px 15px;
  }
}
@media (max-width: 767px) {
  .p-hrm2__item.is-big {
    padding: 18px 8px;
  }
}

.p-hrm2__label {
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-hrm2__label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-hrm2__label {
    min-height: 2.5em;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .p-hrm2__item.is-big .p-hrm2__label {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-hrm2__item.is-big .p-hrm2__label {
    font-size: 20px;
  }
}

.p-hrm2__text {
  color: #004098;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-hrm2__item.is-big .p-hrm2__text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-hrm2__item.is-big .p-hrm2__text {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .p-hrm2__text__num {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .p-hrm2__text__num {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .p-hrm2__item.is-big .p-hrm2__text__num {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .p-hrm2__item.is-big .p-hrm2__text__num {
    font-size: 50px;
  }
}

.p-organization1 {
  position: relative;
}
@media (max-width: 767px) {
  .p-organization1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .p-organization1__linl1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-top-kv {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-kv {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .p-top-kv {
    height: 375px;
  }
}

.p-top-kv__image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-kv__image picture,
.p-top-kv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-top-kv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-top-kv__inner {
    align-items: flex-end;
    padding-top: 100px;
    padding-right: 58px;
  }
}
@media (max-width: 767px) {
  .p-top-kv__inner {
    justify-content: space-between;
    height: 100%;
    padding: 32px 20px;
  }
}

@media (max-width: 767px) {
  main:has(.p-top-important) .p-top-kv__inner {
    padding-bottom: 100px;
  }
}

.p-top-kv__title {
  display: flex;
  flex-direction: column;
  font-size: 0;
}
@media (min-width: 768px) {
  .p-top-kv__title {
    gap: 12px;
    text-align: right;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .p-top-kv__title {
    align-items: flex-start;
  }
}

.p-top-kv__title__main {
  color: #fff;
  font-family: "BIZ UDPMincho", serif;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top-kv__title__main {
    text-shadow: 0 0 20px #002063;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 767px) {
  .p-top-kv__title__main {
    letter-spacing: 0.1em;
  }
}
.p-top-kv__title__main .is-bracket {
  font-weight: 400;
}

.p-top-kv__title__main__line1 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .p-top-kv__title__main__line1 {
    padding-right: 22px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-top-kv__title__main__line1 {
    font-size: 16px;
  }
}

.p-top-kv__title__main__line2 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .p-top-kv__title__main__line2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .p-top-kv__title__main__line2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-top-kv__title__main__line2 .is-small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-top-kv__title__main__line2 .is-small {
    font-size: 14px;
  }
}

.p-top-kv__title__sub {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Marcellus", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-top-kv__title__sub {
    padding-right: 22px;
  }
}
.p-top-kv__title__sub::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  margin-right: 16px;
  background: #fff;
  vertical-align: middle;
}

.p-top-kv__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px 36px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-top-kv__button {
    min-width: 310px;
    margin-top: 24px;
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .p-top-kv__button {
    min-width: 100%;
  }
}
.p-top-kv__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #004098;
  -webkit-mask-image: url(../images/icon_arrow1_1.svg);
          mask-image: url(../images/icon_arrow1_1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-top-kv__button {
    transition: background 0.2s ease;
  }
  .p-top-kv__button::after {
    transition: translate 0.2s ease;
  }
  .p-top-kv__button:hover {
    background: #EFF3FA;
  }
  .p-top-kv__button:hover::after {
    translate: 4px 0;
  }
  .p-top-kv__button:hover.is-back1::after {
    translate: -4px 0;
  }
}

.p-top-kv__button__label {
  color: #004098;
  text-align: center;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-top-kv__button__label {
    transition: color 0.2s ease;
  }
  .p-top-kv__button:hover .p-top-kv__button__label {
    color: #002063;
  }
}

@media (min-width: 768px) {
  .p-top-kv__scroll-wrap {
    position: absolute;
    right: 187px;
    bottom: -22px;
    width: 18px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .p-top-kv__scroll-wrap {
    display: none;
  }
}

@media (min-width: 768px) {
  .p-top-kv__scroll {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .p-top-kv__scroll::before {
    content: "";
    display: block;
    width: 13px;
    height: 100%;
    background: #000;
    -webkit-mask-image: url(../images/icon_arrow4_1.svg);
            mask-image: url(../images/icon_arrow4_1.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    animation: arrowmove 2s ease-in-out infinite;
  }
}
@media (min-width: 768px) {
  .p-top-kv__scroll::after {
    position: absolute;
    bottom: 22px;
    left: 0;
    content: "";
    display: block;
    width: 2px;
    height: 58px;
    -webkit-backdrop-filter: invert(100%);
            backdrop-filter: invert(100%);
    animation: arrowmove3 2s ease-in-out infinite;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-top-kv__scroll {
    transition: opacity 0.2s ease;
  }
  .p-top-kv__scroll:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .p-top-kv__scroll-label {
    position: absolute;
    top: -1em;
    left: 8px;
    font-family: "Marcellus", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.1em;
    transform-origin: left bottom;
    rotate: 90deg;
    animation: arrowmove2 2s ease-in-out infinite;
  }
}

@media (min-width: 768px) {
  main:has(.p-top-important) .p-top-kv__scroll-wrap {
    bottom: -64px;
    height: 122px;
  }
}
@media (min-width: 768px) {
  main:has(.p-top-important) .p-top-kv__scroll::after {
    bottom: 64px;
  }
}

@keyframes arrowmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(1px);
  }
}
@keyframes arrowmove2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(1px);
  }
}
@keyframes arrowmove3 {
  0% {
    height: 58px;
  }
  50% {
    height: 53px;
  }
  100% {
    height: 57px;
  }
}
.p-top-kv.scrollTrigger1 .p-top-kv__image {
  background: #cccccc;
  transform: scaleX(0);
  transform-origin: left;
}
.p-top-kv.scrollTrigger1 .p-top-kv__image img {
  clip-path: inset(0 100% 0 0);
  transform: scale(1.2);
}
.p-top-kv.scrollTrigger1 .p-top-kv__title__sub,
.p-top-kv.scrollTrigger1 .p-top-kv__title__main__line1,
.p-top-kv.scrollTrigger1 .p-top-kv__title__main__line2 {
  overflow: hidden;
  white-space: nowrap;
  scale: 0 1;
}
@media (min-width: 768px) {
  .p-top-kv.scrollTrigger1 .p-top-kv__title__sub,
  .p-top-kv.scrollTrigger1 .p-top-kv__title__main__line1,
  .p-top-kv.scrollTrigger1 .p-top-kv__title__main__line2 {
    transform-origin: right;
  }
}
@media (max-width: 767px) {
  .p-top-kv.scrollTrigger1 .p-top-kv__title__sub,
  .p-top-kv.scrollTrigger1 .p-top-kv__title__main__line1,
  .p-top-kv.scrollTrigger1 .p-top-kv__title__main__line2 {
    transform-origin: left;
  }
}
.p-top-kv.scrollTrigger1 .p-top-kv__title__sub::after,
.p-top-kv.scrollTrigger1 .p-top-kv__title__main__line1::after,
.p-top-kv.scrollTrigger1 .p-top-kv__title__main__line2::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #004098;
}
.p-top-kv.scrollTrigger1 .p-top-kv__button,
.p-top-kv.scrollTrigger1 .p-top-kv__scroll-wrap {
  opacity: 0;
}
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__image {
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0s;
}
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__image img {
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.2s;
  animation: clip-to-right 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.2s forwards;
}
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__sub,
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line1,
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line2 {
  scale: 1;
  transition: scale 0.3s cubic-bezier(0.81, 0.1, 0.2, 0.97) 1s;
}
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__sub::after,
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line1::after,
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line2::after {
  scale: 0 1;
  transform-origin: left;
  transition: scale 0.6s cubic-bezier(0.81, 0.1, 0.2, 0.97) 1.3s;
}
@media (min-width: 768px) {
  .p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__sub::after,
  .p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line1::after,
  .p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line2::after {
    transform-origin: left;
  }
}
@media (max-width: 767px) {
  .p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__sub::after,
  .p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line1::after,
  .p-top-kv.scrollTrigger1.is-enter .p-top-kv__title__main__line2::after {
    transform-origin: right;
  }
}
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__button {
  opacity: 1;
  transition: opacity 0.5s ease 1.8s, translate 0.2s ease 1.8s;
}
.p-top-kv.scrollTrigger1.is-enter .p-top-kv__scroll-wrap {
  opacity: 1;
  transition: opacity 0.5s ease 2.5s, translate 0.2s ease 2.5s;
}

.p-top-important {
  position: absolute;
  display: flex;
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .p-top-important {
    gap: 24px;
    margin-right: 358px;
    padding: 24px;
    translate: 0 calc(-100% + 50px);
  }
}
@media (max-width: 767px) {
  .p-top-important {
    flex-direction: column;
    gap: 12px;
    margin-right: 20px;
    padding: 20px;
    translate: 0 calc(-100% + 132px);
  }
}

.p-top-important__title {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top-important__title {
    flex: auto 0 0;
  }
}

.p-top-important__text {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top-important__text {
    flex: auto 1 1;
  }
}

.p-top-section1 {
  background: #F0F5FA;
}

@media (min-width: 768px) {
  .p-top-section1__inner {
    display: flex;
    gap: 64px;
    padding: 40px 80px;
  }
}
@media (max-width: 767px) {
  .p-top-section1__inner {
    padding: 40px 20px 80px;
  }
}

@media (min-width: 768px) {
  .p-top-section1__unit.is-title {
    flex: auto 0 0;
  }
}
@media (min-width: 768px) {
  .p-top-section1__unit.is-body {
    flex: auto 1 1;
  }
}

@media (min-width: 768px) {
  main:has(.p-top-important) .p-top-section1__inner {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  main:has(.p-top-important) .p-top-section1__inner {
    padding-top: 150px;
  }
}

.p-top-section2 {
  position: relative;
}
.p-top-section2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: #F0F5FA;
}

@media (min-width: 768px) {
  .p-top-section2__inner {
    width: 1122px;
    margin: 0 auto;
    padding: 40px 20px 80px;
  }
}
@media (max-width: 767px) {
  .p-top-section2__inner {
    overflow: hidden;
    padding: 40px 20px 64px;
  }
}
@media (max-width: 767px) {
  .p-top-section2__inner .c-button-set1 {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-top-section3 {
  background: #F0F5FA;
}

.p-top-section3__inner {
  padding-bottom: 80px;
}

/* title1 */
.p-top-title1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-title1 + .c-text-link1 {
    display: inline-block;
    margin-top: 26px;
  }
}

.p-top-title1__main {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.p-top-title1__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.p-top-title1__sub::before, .p-top-title1__sub::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  background: #000;
}
@media (min-width: 768px) {
  .p-top-title1.is-mdLeft .p-top-title1__sub {
    justify-content: flex-start;
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .p-top-title1.is-mdLeft .p-top-title1__sub::after {
    display: none;
  }
}

.p-top-title1.scrollTrigger1 {
  opacity: 0;
  translate: 0 8px;
}
.p-top-title1.scrollTrigger1.is-enter {
  opacity: 1;
  translate: 0;
  transition: opacity 0.3s ease 0s, translate 0.3s ease 0s;
}

/* shortcut */
@media (min-width: 768px) {
  .p-top-shortcut {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-shortcut__unit {
  position: relative;
}
@media (min-width: 768px) {
  .p-top-shortcut__unit {
    padding-top: 80.2083333333%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .p-top-shortcut__unit {
    margin-top: 40px;
    padding-top: 82.1333333333%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .p-top-shortcut__unit:first-child {
    margin-top: 0;
  }
}

.p-top-shortcut__unit-inner {
  position: relative;
  z-index: 3;
  padding: 32px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top-shortcut__unit-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

.p-top-shortcut__image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
}
.p-top-shortcut__image img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-shortcut__text {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-top-shortcut__text {
    margin-bottom: 20px;
  }
}

.p-top-shortcut__button-set {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-top-shortcut__button-set {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .p-top-shortcut__button-set {
    margin-top: 24px;
  }
}

.p-top-shortcut__unit.scrollTrigger2__item1 .p-top-shortcut__image {
  background: #cccccc;
  transform: scaleX(0);
  transform-origin: left;
}
.p-top-shortcut__unit.scrollTrigger2__item1 .p-top-shortcut__image img {
  clip-path: inset(0 100% 0 0);
  transform: scale(1.2);
}
.p-top-shortcut__unit.scrollTrigger2__item1 .p-top-shortcut__unit-inner {
  transform: scaleX(0);
  transform-origin: left;
}
.p-top-shortcut__unit.scrollTrigger2__item1 .p-top-shortcut__unit-inner > * {
  opacity: 0;
  translate: 0 8px;
}
.p-top-shortcut__unit.scrollTrigger2__item1.is-enter .p-top-shortcut__image {
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0s;
}
.p-top-shortcut__unit.scrollTrigger2__item1.is-enter .p-top-shortcut__image img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.2s;
  animation: clip-to-right 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.2s forwards;
}
.p-top-shortcut__unit.scrollTrigger2__item1.is-enter .p-top-shortcut__unit-inner {
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.5s;
}
.p-top-shortcut__unit.scrollTrigger2__item1.is-enter .p-top-shortcut__unit-inner > * {
  opacity: 1;
  translate: 0;
}
.p-top-shortcut__unit.scrollTrigger2__item1.is-enter .p-top-shortcut__unit-inner > *:nth-child(1) {
  transition: opacity 0.2s ease 0.8s, translate 0.2s ease 0.8s;
}
.p-top-shortcut__unit.scrollTrigger2__item1.is-enter .p-top-shortcut__unit-inner > *:nth-child(2) {
  transition: opacity 0.2s ease 1s, translate 0.2s ease 1s;
}
.p-top-shortcut__unit.scrollTrigger2__item1.is-enter .p-top-shortcut__unit-inner > *:nth-child(3) {
  transition: opacity 0.2s ease 1.2s, translate 0.2s ease 1.2s;
}

/* article-list1 */
@media (max-width: 767px) {
  .p-top-article-list1 {
    margin-top: 24px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.p-top-article-list1 .c-article-list1__item1:nth-child(1 of :not(.is-hidden)) {
  border-top-color: #cccccc;
}
@media (max-width: 767px) {
  .p-top-article-list1 .c-article-list1__item1:first-child {
    border-top: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .p-top-article-list1 .c-article-list1__item1:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .p-top-article-list1 .c-article-list1__link1 {
    gap: 20px;
    padding: 20px 68px 20px 20px;
  }
}
@media (min-width: 768px) {
  .p-top-article-list1 .c-article-list1__link1::after {
    right: 20px;
  }
}

/* article-list2 */
@media (min-width: 768px) {
  .p-top-article-list2 {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper {
    position: relative;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper {
    overflow: visible;
    width: 335px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-wrapper {
    display: flex;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-slide {
    flex: auto 0 0;
    width: 272px;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100vmax;
    background: #cccccc;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-pagination-bullet-active {
    background: #002063;
    pointer-events: none;
  }
}
.p-top-article-list2 .swiper .swiper-button-prev,
.p-top-article-list2 .swiper .swiper-button-next {
  display: none;
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-button-prev::before,
  .p-top-article-list2 .swiper .swiper-button-next::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    -webkit-mask-image: url(../images/icon_arrow1_1.svg);
            mask-image: url(../images/icon_arrow1_1.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 8px 13px;
            mask-size: 8px 13px;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper.swiper-initialized .swiper-button-prev,
  .p-top-article-list2 .swiper.swiper-initialized .swiper-button-next {
    position: absolute;
    top: 234px;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-button-prev {
    left: calc(50% - 167.5px - 20px);
    translate: 0 0;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-button-prev::before {
    rotate: 180deg;
  }
}
@media (max-width: 767px) {
  .p-top-article-list2 .swiper .swiper-button-next {
    right: calc(50% - 167.5px - 20px);
    translate: 0 0;
  }
}
@media (min-width: 768px) {
  .p-top-article-list2.c-article-list2 {
    display: block;
  }
}
.p-top-article-list2.c-article-list2 .c-article-list2__image1 {
  overflow: hidden;
}
.p-top-article-list2.c-article-list2 .c-article-list2__image1::before {
  background: #F0F5FA;
}
@media (min-width: 768px) {
  .p-top-article-list2.c-article-list2 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-top-article-list2.c-article-list2 .c-article-list2__link1:hover .c-article-list2__image1::before {
    background: #D7E6F5;
  }
}

.c-article-list2__item1.scrollTrigger2__item1 .c-article-list2__image1 {
  background: #cccccc;
  transform: scaleX(0);
  transform-origin: left;
}
.c-article-list2__item1.scrollTrigger2__item1 .c-article-list2__image1 img {
  clip-path: inset(0 100% 0 0);
  transform: scale(1.2);
}
.c-article-list2__item1.scrollTrigger2__item1 .c-article-list2__title1 {
  opacity: 0;
  translate: 0 8px;
}
.c-article-list2__item1.scrollTrigger2__item1.is-enter .c-article-list2__image1 {
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0s;
}
.c-article-list2__item1.scrollTrigger2__item1.is-enter .c-article-list2__image1 img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.2s;
  animation: clip-to-right 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.2s forwards;
}
.c-article-list2__item1.scrollTrigger2__item1.is-enter .c-article-list2__title1 {
  opacity: 1;
  translate: 0;
  transition: opacity 0.2s ease 0.8s, translate 0.2s ease 0.8s;
}

@keyframes clip-to-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99.9% {
    clip-path: inset(-2% -4% -2% -2%);
  }
  to {
    clip-path: unset;
  }
}
.p-value1 {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-value1 {
    position: relative;
    min-height: 175px;
    padding-left: 280px;
  }
}
@media (max-width: 767px) {
  .p-value1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-value1 + .p-value1 {
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}

@media (min-width: 768px) {
  .p-value1__image {
    position: absolute;
    top: 40px;
    left: 0;
    width: 240px;
  }
}
@media (max-width: 767px) {
  .p-value1__image {
    flex: 158px 0 0;
  }
}

.p-value1__title {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-value1__title {
    flex: auto 1 1;
    width: calc(100% - 158px);
    padding-left: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .p-value1__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-value1__title + .p-value1__text {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-value1__button-set {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-business1 {
    position: relative;
    min-height: 852px;
    margin-top: 70px;
    padding-right: 622px;
  }
}
@media (max-width: 767px) {
  .p-business1 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .p-business1__image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .p-business1__image.c-image1.is-type1 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .p-business1__button-set {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .p-business1__button-set.c-button-set1.is-type1 {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=main.css.map*/