@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

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

a {
  color: inherit;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

html {
  scroll-behavior: smooth;
}

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

.br-pc_tab {
  display: block;
}
@media screen and (max-width: 564px) {
  .br-pc_tab {
    display: none;
  }
}

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

.l-inner {
  width: 1184px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 58px;
  padding-right: 58px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .l-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 564px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner_sec {
  margin: 0 auto;
  width: 864px;
  max-width: 100%;
}

.l-footer {
  margin-top: 140px;
}
.l-footer .l-footer_cv {
  font-size: 18px;
  color: #526E96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 600;
}
.l-footer .l-footer_cv .l-footer_cv--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  width: 320px;
  max-width: 100%;
  min-height: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #526E96;
  color: #fff;
  border: 1px solid #526E96;
  padding: 24px 40px;
  gap: 10px;
  width: 320px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer .l-footer_cv .l-footer_cv--btn img.icon-mail {
  width: 20px;
  height: 16px;
}
.l-footer .l-footer_cv .l-footer_cv--btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #526E96;
  border: 1px solid #526E96;
}
.l-footer .l-footer_cv .l-footer_cv--btn:hover img.icon-mail {
  -webkit-filter: invert(66%) sepia(75%) saturate(361%) hue-rotate(176deg) brightness(87%) contrast(77%);
          filter: invert(66%) sepia(75%) saturate(361%) hue-rotate(176deg) brightness(87%) contrast(77%);
}
.l-footer .l-footer_line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
  margin: 40px 0;
}
.l-footer .l-footer_logo {
  text-align: center;
}
.l-footer .l-footer_logo img.logo {
  width: auto;
  height: 60px;
  margin: 30px;
}
.l-footer .l-footer_copyright {
  padding-bottom: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 769px) {
  .l-footer .l-footer_cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    text-align: center;
    font-size: 16px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-header .l-header_left {
  background-color: #fff;
  padding: 0 16px 0 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(34, 34, 34, 0.15);
          box-shadow: 0 2px 4px rgba(34, 34, 34, 0.15);
}
.l-header .l-header_left .l-header_logo img.logo {
  max-height: 100%;
  width: auto;
  height: 40px;
  margin: 20px;
}
.l-header .l-header_left .l-header_company {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.l-header .l-header_right {
  margin-right: 20px;
}
.l-header .l-header_right .l-header_right__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 180px;
  max-width: 100%;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background-color: #E67A14;
  color: #fff;
  border: 1px solid #E67A14;
  -webkit-box-shadow: 0 2px 4px rgba(34, 34, 34, 0.15);
          box-shadow: 0 2px 4px rgba(34, 34, 34, 0.15);
}
.l-header .l-header_right .l-header_right__btn:hover {
  opacity: 0.95;
  background-color: #fff;
  color: #E67A14;
}
.l-header .l-header_right .l-header_right__btn::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@media screen and (max-width: 769px) {
  .l-header .l-header_left {
    padding-right: 16px;
    height: 60px;
  }
  .l-header .l-header_left .l-header_logo img.logo {
    height: 30px;
    margin: 15px;
  }
  .l-header .l-header_left .l-header_company {
    font-size: 14px;
  }
  .l-header .l-header_left .l-header_company span {
    display: block;
  }
  .l-header .l-header_right {
    margin-right: 15px;
  }
}
@media screen and (max-width: 564px) {
  .l-header .l-header_right {
    margin-right: 15px;
  }
  .l-header .l-header_right .l-header_right__btn {
    width: 160px;
  }
}
@media screen and (max-width: 410px) {
  .l-header .l-header_left {
    padding-right: 8px;
    gap: 0;
  }
  .l-header .l-header_left .l-header_company {
    font-size: 13px;
  }
  .l-header .l-header_right {
    margin-right: 4px;
  }
  .l-header .l-header_right .l-header_right__btn {
    width: 32vw;
    min-width: 100px;
    padding: 8px 24px 8px 16px;
    font-size: 12px;
  }
  .l-header .l-header_right .l-header_right__btn::after {
    top: 48%;
    right: 12px;
    width: 7px;
    height: 7px;
  }
}
.l-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.c-title_h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}
.c-title_h3 span.big_text {
  font-size: 120%;
}
@media screen and (max-width: 564px) {
  .c-title_h3 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.c-title_h3__center {
  text-align: center;
}
.c-title_h3__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.c-title_h3__line::before, .c-title_h3__line::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-title_h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 564px) {
  .c-title_h4 {
    font-size: 24px;
  }
}
.c-title_h4__center {
  text-align: center;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 320px;
  max-width: 100%;
  min-height: 50px;
  padding: 14px 40px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px;
  line-height: 1.4;
}
.c-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 564px) {
  .c-btn {
    width: 100%;
    font-size: 14px;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn--events_none {
  background-color: #D9D9D9;
  color: #fff;
  border: #D9D9D9;
  pointer-events: none;
}
.c-btn--events_none::before, .c-btn--events_none::after {
  display: none;
}
.c-btn {
  /* カラー */
}
.c-btn--key {
  background-color: #E67A14;
  color: #fff;
  border: 1px solid #E67A14;
}
.c-btn--key:hover {
  background-color: #fff;
  color: #E67A14;
}

.c-totop {
  position: fixed;
  right: 24px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #01315B;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.c-totop::before {
  content: "";
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'%3E%3C!-- Generator: Adobe Illustrator 29.8.5, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cpath d='M13,7.8v12.2h-2V7.8l-5.6,5.6-1.4-1.4L12,4l8,8-1.4,1.4s-5.6-5.6-5.6-5.6Z' fill='%23fff'/%3E%3C/svg%3E");
}
.c-totop.is-show {
  opacity: 0.3;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.c-totop:hover {
  opacity: 0.7;
}
@media screen and (max-width: 564px) {
  .c-totop {
    width: 40px;
    height: 40px;
  }
  .c-totop::before {
    width: 20px;
    height: 20px;
  }
}

/* 非表示 */
@media screen and (min-width: 961px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 564px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .u-hidden-tab_pc {
    display: none;
  }
}
@media screen and (max-width: 961px) {
  .u-hidden-tab_pc {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .u-hidden-tab_pc {
    display: none;
  }
}
@media screen and (max-width: 564px) {
  .u-hidden-tab_pc {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .u-hidden-tab_sp {
    display: none;
  }
}

/* テキスト寄せ */
.u-text__center {
  text-align: center;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

.u-text__center-left {
  text-align: center;
}
@media screen and (max-width: 564px) {
  .u-text__center-left {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

/* テキスト装飾 */
.u-text_underline {
  text-decoration: underline;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-64 {
  margin-top: 64px;
}
@media screen and (max-width: 564px) {
  .u-mt-64 {
    margin-top: 40px;
  }
}

.u-mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 564px) {
  .u-mt-80 {
    margin-top: 40px;
  }
}

.u-mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 564px) {
  .u-mt-100 {
    margin-top: 64px;
  }
}

.u-mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 564px) {
  .u-mt-120 {
    margin-top: 80px;
  }
}

.u-mb-4 {
  margin-bottom: 4px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mb-40 {
  margin-bottom: 32px;
}

.u-mb-64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 564px) {
  .u-mb-64 {
    margin-bottom: 40px;
  }
}

.u-mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 564px) {
  .u-mb-100 {
    margin-bottom: 64px;
  }
}

.u-mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 564px) {
  .u-mb-120 {
    margin-bottom: 80px;
  }
}

.u-ml-4 {
  margin-left: 4px;
}

.u-ml-8 {
  margin-left: 8px;
}

.u-mr-4 {
  margin-right: 4px;
}

.u-mr-8 {
  margin-right: 8px;
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-pt-4 {
  padding-top: 4px;
}

.u-pt-8 {
  padding-top: 8px;
}

.u-pt-16 {
  padding-top: 16px;
}

.u-pt-24 {
  padding-top: 24px;
}

.u-pt-64 {
  padding-top: 64px;
}
@media screen and (max-width: 564px) {
  .u-pt-64 {
    padding-top: 40px;
  }
}

.u-pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 564px) {
  .u-pt-100 {
    padding-top: 64px;
  }
}

.u-pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 564px) {
  .u-pt-120 {
    padding-top: 80px;
  }
}

.u-pb-4 {
  padding-bottom: 4px;
}

.u-pb-8 {
  padding-bottom: 8px;
}

.u-pb-16 {
  padding-bottom: 16px;
}

.u-pb-24 {
  padding-bottom: 24px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pb-64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 564px) {
  .u-pb-64 {
    padding-bottom: 40px;
  }
}

.u-pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 564px) {
  .u-pb-80 {
    padding-bottom: 64px;
  }
}

.u-pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 564px) {
  .u-pb-100 {
    padding-bottom: 64px;
  }
}

.u-pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 564px) {
  .u-pb-120 {
    padding-bottom: 80px;
  }
}

.u-pl-4 {
  padding-left: 4px;
}

.u-pl-8 {
  padding-left: 8px;
}

.u-pr-4 {
  padding-right: 4px;
}

.u-pr-8 {
  padding-right: 8px;
}

/* ディスプレイ */
.u-d_ib {
  display: inline-block;
}

.u-d_block {
  display: block;
}

.u-d_inline {
  display: inline;
}

.u-d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-d_none {
  display: none;
}

/* Flex配置 */
.u-jc_flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-jc_flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc_space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-jc_space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-ai_flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-ai_flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-ai_stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* Flex方向*/
.u-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.u-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#p-top section {
  margin-bottom: 120px;
}
#p-top section:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 564px) {
  #p-top section {
    margin-bottom: 100px;
  }
  #p-top section:first-of-type {
    margin-top: 64px;
  }
}
#p-top main {
  margin-top: 90px;
}
#p-top .p-top_hero {
  position: relative;
  height: 560px;
  overflow: hidden;
}
#p-top .p-top_hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#p-top .p-top_hero__catch {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 20;
  color: #fff;
  background-color: rgba(1, 31, 91, 0.9);
  -webkit-box-shadow: 4px 0 6px rgba(1, 31, 91, 0.2);
          box-shadow: 4px 0 6px rgba(1, 31, 91, 0.2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 120px 40px 80px;
}
#p-top .p-top_hero__catch_main {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
#p-top .p-top_hero__catch_main span {
  font-size: 90%;
}
#p-top .p-top_hero__catch_sub {
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 769px) {
  #p-top .p-top_hero {
    height: 500px;
  }
  #p-top .p-top_hero__img {
    -o-object-position: 30% center;
       object-position: 30% center;
  }
  #p-top .p-top_hero__catch {
    padding: 100px 40px 60px;
  }
  #p-top .p-top_hero__catch_main {
    font-size: 30px;
  }
  #p-top .p-top_hero__catch_sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 564px) {
  #p-top .p-top_hero__img {
    -o-object-position: 36% center;
       object-position: 36% center;
  }
  #p-top .p-top_hero__catch {
    left: 4%;
    padding: 100px 24px 60px;
  }
  #p-top .p-top_hero__catch_main {
    font-size: 28px;
  }
  #p-top .p-top_hero__catch_sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 410px) {
  #p-top .p-top_hero__catch {
    padding: 100px 16px 60px;
  }
  #p-top .p-top_hero__catch_main {
    font-size: 26px;
  }
  #p-top .p-top_hero__catch_sub {
    font-size: 13px;
  }
}
#p-top #sec-issue .p-top_issue {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  background-color: #F8F9FB;
  padding: 40px;
  width: 990px;
  max-width: 100%;
  margin: 0 auto;
}
#p-top #sec-issue .p-top_issue__items {
  text-align: center;
}
#p-top #sec-issue .p-top_issue__icon {
  width: 110px;
  height: 110px;
  background: #01315B;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#p-top #sec-issue .p-top_issue__icon img {
  width: 60px;
  height: 60px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#p-top #sec-issue .p-top_issue__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  min-width: 0;
}
@media screen and (max-width: 769px) {
  #p-top #sec-issue .p-top_issue {
    grid-template-columns: 1fr;
    width: 500px;
  }
  #p-top #sec-issue .p-top_issue__items {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  #p-top #sec-issue .p-top_issue__icon {
    width: 110px;
    height: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    margin: 0;
  }
  #p-top #sec-issue .p-top_issue__icon img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 564px) {
  #p-top #sec-issue .p-top_issue {
    width: 380px;
    padding: 32px 16px;
  }
  #p-top #sec-issue .p-top_issue__icon {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  #p-top #sec-issue .p-top_issue__icon img {
    width: 40px;
    height: 40px;
  }
  #p-top #sec-issue .p-top_issue__text {
    font-size: 16px;
    line-height: 1.4;
  }
}
#p-top #sec-feature {
  margin-bottom: 80px;
}
#p-top #sec-feature .l-inner {
  background-image: url(../images/bg-img01.png);
  background-position: right 15% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#p-top #sec-feature .p-top_feature__point {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#p-top #sec-feature .p-top_feature__point__item + .p-top_feature__point__item {
  margin-top: 0;
}
#p-top #sec-feature .p-top_feature__point__item span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #01315B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F2F2F2));
  background: linear-gradient(transparent 70%, #F2F2F2 70%);
}
#p-top #sec-feature .p-top_feature__point__item span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 564px) {
  #p-top #sec-feature {
    margin-bottom: 64px;
  }
  #p-top #sec-feature .l-inner {
    background-position: right top 16%;
    background-size: 280px auto;
  }
  #p-top #sec-feature .p-top_feature__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  #p-top #sec-feature .p-top_feature__point__item span {
    padding-left: 30px;
  }
  #p-top #sec-feature .p-top_feature__point__item span::before {
    width: 20px;
    height: 20px;
  }
  #p-top #sec-feature .p-top_feature__point__item span::after {
    width: 20px;
  }
}
#p-top #sec-system {
  background-color: #01427C;
  background-image: url(../images/bg-img02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-top: 80px;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
}
#p-top #sec-system h3.c-title_h3 {
  color: #fff;
}
#p-top #sec-system .p-top_system {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
#p-top #sec-system .p-top_system__items {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#p-top #sec-system .p-top_system__text {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  #p-top #sec-system .p-top_system {
    gap: 16px;
  }
  #p-top #sec-system .p-top_system__items {
    padding: 24px 16px;
  }
  #p-top #sec-system .p-top_system__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #p-top #sec-system {
    background-size: auto 60%;
  }
  #p-top #sec-system .p-top_system {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #p-top #sec-system .p-top_system__items {
    padding: 24px;
  }
}
@media screen and (max-width: 564px) {
  #p-top #sec-system {
    padding-top: 40px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
}
#p-top #sec-flow .p-top_flow {
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#p-top #sec-flow .p-top_flow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 180px;
  text-align: center;
}
#p-top #sec-flow .p-top_flow__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
#p-top #sec-flow .p-top_flow__line::before, #p-top #sec-flow .p-top_flow__line::after {
  content: "";
  height: 1px;
  background: #01315B;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#p-top #sec-flow .p-top_flow__dot {
  width: 10px;
  height: 10px;
  background: #01315B;
  border-radius: 50%;
  margin: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#p-top #sec-flow .p-top_flow__num {
  font-size: 20px;
  color: #01315B;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
}
#p-top #sec-flow .p-top_flow__icon {
  width: 80px;
  height: 80px;
  background: #F8F9FB;
  border-radius: 50%;
  margin: 0 auto 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#p-top #sec-flow .p-top_flow__icon img {
  width: 44px;
  height: 44px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#p-top #sec-flow .p-top_flow__text {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 8px;
}
#p-top #sec-flow .p-top_flow__text span {
  display: inline-block;
}
#p-top #sec-flow .p-top_flow__item:first-child .p-top_flow__line::before {
  background: transparent !important;
}
#p-top #sec-flow .p-top_flow__item:last-child .p-top_flow__line::after {
  background: transparent !important;
}
@media screen and (max-width: 769px) {
  #p-top #sec-flow .p-top_flow {
    display: block;
    max-width: 440px;
  }
  #p-top #sec-flow .p-top_flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 20px 0;
    max-width: 100%;
  }
  #p-top #sec-flow .p-top_flow__line {
    width: 24px;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
  #p-top #sec-flow .p-top_flow__line::before {
    display: none;
  }
  #p-top #sec-flow .p-top_flow__line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    bottom: -8px;
    height: 94px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background: #01315B;
  }
  #p-top #sec-flow .p-top_flow__dot {
    margin: 0;
  }
  #p-top #sec-flow .p-top_flow__item > :not(.p-top_flow__line) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  #p-top #sec-flow .p-top_flow__num {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #p-top #sec-flow .p-top_flow__icon {
    width: 80px;
    height: 80px;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #p-top #sec-flow .p-top_flow__icon img {
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #p-top #sec-flow .p-top_flow__item:first-child .p-top_flow__line::before {
    display: none !important;
  }
  #p-top #sec-flow .p-top_flow__item:last-child .p-top_flow__line::after {
    display: none !important;
  }
}
@media screen and (max-width: 564px) {
  #p-top #sec-flow .p-top_flow {
    max-width: 300px;
  }
  #p-top #sec-flow .p-top_flow__line::after {
    height: 74px;
  }
  #p-top #sec-flow .p-top_flow__icon {
    width: 60px;
    height: 60px;
  }
  #p-top #sec-flow .p-top_flow__icon img {
    width: 32px;
    height: 32px;
  }
}
#p-top #sec-faq {
  background-color: #F8F9FB;
}
#p-top #sec-faq .p-top_faq__item {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 24px;
  padding: 16px 40px;
}
#p-top #sec-faq .p-top_faq__item__q {
  color: #01315B;
  font-weight: bold;
  margin-bottom: 4px;
}
#p-top #sec-faq .p-top_faq__item__q, #p-top #sec-faq .p-top_faq__item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
#p-top #sec-faq .p-top_faq__item__label {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
@media screen and (max-width: 769px) {
  #p-top #sec-faq .p-top_faq__item {
    padding: 16px;
  }
}