@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}
body.is-open {
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  z-index: 20;
  position: fixed;
  display: grid;
  grid-template-columns: 503fr 885fr;
  padding: 44px 36px 46px 16px;
  width: 100vw;
  height: 160px;
  background: #fff;
}
.c-header .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 503px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-header .link-wrap {
  justify-self: end;
}
.c-header .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding-left: 40px;
}
.c-header .link-list .link-item {
  height: 100%;
}
.c-header .link-list .link-item:last-child {
  margin-left: 10px;
  padding-bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-header .link-list .link-item:last-child .fund-btn {
  color: #000;
  background: #FBC400;
  padding: 14px 19px 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.c-header .link-list .link-item:last-child .fund-btn::after {
  content: none;
}
.c-header .link-list .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-header .link-list .link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 17px;
  height: 12px;
  background: #000;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-header .fund-link-area {
  margin-top: 28px;
}
.c-header .fund-link-area .fund-ttl {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
}
.c-header .fund-link-area .fund-link-list {
  max-width: 520px;
  margin-inline: auto;
}
.c-header .fund-link-area .fund-link-list > li + li {
  margin-top: 10px;
}
.c-header .fund-link-area .fund-link-list .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 7px;
  background: #FBC400;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.c-header .menu-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.fund-modal-block {
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 80px 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.fund-modal-block .fund-modal-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.fund-modal-block .fund-modal-cont {
  z-index: 2;
  max-width: 700px;
  max-height: 577px;
  padding: 20px 40px;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.fund-modal-block .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fund-modal-block .fund-modal-ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
.fund-modal-block .fund-close-btn {
  margin-top: 60px;
  position: relative;
  width: 100%;
  max-width: 298px;
  padding: 14px 20px;
  color: #fff;
  font-weight: bold;
  border: solid 1px #1E9BD7;
  background: #1E9BD7;
}
.fund-modal-block .fund-close-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 35px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-mask: url(../img/ico-close.svg) no-repeat center/contain;
          mask: url(../img/ico-close.svg) no-repeat center/contain;
}

.c-footer {
  padding: 0 50px 18px;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  background: #000;
}
.c-footer .bold {
  font-weight: bold;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  padding-top: 160px;
}
.home .anim {
  opacity: 0;
}
.home .anim.is-animated {
  -webkit-animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
          animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}
.home .anim.to-right.is-animated {
  -webkit-animation: slideInRight 0.5s ease-out 0.2s forwards;
          animation: slideInRight 0.5s ease-out 0.2s forwards;
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.home .c-ttl01 {
  color: #fff;
  padding-block: 1px 5px;
  padding-inline: 128px 146px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  overflow: clip;
}
.home .c-ttl01.black {
  background-color: black;
}
.home .c-ttl01.blue {
  background-color: #1E9BD7;
}
.home .c-ttl01::before {
  position: absolute;
  content: "";
  background-color: #fff;
  rotate: 30deg;
  width: 100px;
  height: 100px;
  top: 16px;
  right: -70px;
}
.home .c-sec {
  padding-block: 100px;
}
.home .c-sec.gray {
  background: #e6e6e6;
}
.home .c-sec.gray .c-ttl01::before {
  background: #e6e6e6;
}
.home .c-sec.black {
  background: #000;
}
.home .c-sec.black .c-ttl01::before {
  background: #000;
}
.home .c-num {
  position: relative;
  display: block;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.05em;
}
.home .c-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #FBC400;
}
.home .c-note-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.home .c-note-list > li .bold {
  font-weight: bold;
}
.home .c-note-list > li::before {
  display: block;
  white-space: nowrap;
}
.home .c-note-list > li.bold {
  font-weight: bold;
}
.home .c-note-list > li.red {
  color: #EE0303;
}
.home .c-note-list > li.timespan::before {
  content: "期間：";
}
.home .c-note-list > li.timespan01::before {
  content: "*期間：";
}
.home .c-note-list > li.timespan02::before {
  content: "**期間：";
}
.home .c-note-list > li.ref::before {
  content: "出所：";
}
.home .c-note-list > li.kome::before {
  content: "※";
}
.home .c-note-list > li.ast::before, .home .c-note-list > li.cross::before {
  width: 20px;
  min-width: 20px;
}
.home .c-note-list > li.ast::before {
  content: "*";
}
.home .c-note-list > li.ast02::before {
  content: "**";
}
.home .c-note-list > li.ast03::before {
  content: "***";
}
.home .c-note-list > li.cross::before {
  content: "†";
}
.home .c-link-list > li + li {
  margin-top: 20px;
}
.home .c-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 16px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  border-radius: 8px;
  min-height: 70px;
  background: #FBC400;
}
.home .mv-section .copy {
  padding: 16px 62px 13px 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.home .mv-section .ttl-area {
  margin-top: 32px;
  padding-left: 70px;
}
.home .mv-section .nisa {
  position: relative;
  margin-left: 20px;
  padding: 18px 30px 14px 87px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100px;
  background: #CF121F;
}
.home .mv-section .nisa::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -20px;
  width: 77px;
  height: 80px;
  background: url(../img/logo-nisa.png.webp) no-repeat center/contain;
}
.home .mv-section .ttl {
  margin-top: 32px;
  display: block;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.4;
}
.home .mv-section .course {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.home .mv-section .txt {
  display: block;
  margin-top: 4px;
  font-weight: bold;
  font-size: 20px;
}
.home .mv-section .ref-block {
  padding: 16px 20px;
  color: #fff;
  font-weight: bold;
  background: #1E9BD7;
}
.home .mv-section .ref-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  max-width: 1100px;
  font-size: 15px;
  line-height: 1.6;
}
.home .mv-section .ref-txt > span {
  white-space: nowrap;
}
.home .merit-section .anker-block {
  padding-block: 100px 59px;
}
.home .merit-section .anker-block .inner-block {
  margin-top: 66px;
}
.home .merit-section .anker-block .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.home .merit-section .anker-block .link-list li {
  width: calc((100% - 48px) / 3);
  background: #1E9BD7;
  margin-bottom: 20px;
  color: #fff;
}
.home .merit-section .anker-block .link-list li a {
  padding-block: 10px 40px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
}
.home .merit-section .anker-block .link-list .arrow {
  background: #000;
  width: 38px;
  height: 100%;
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .merit-section .anker-block .link-list .arrow::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 65px;
  background-image: url("../img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 24px;
  left: 15px;
}
.home .merit-section .anker-block .link-list .txt {
  padding-right: 40px;
  line-height: 1.5;
  font-size: 27px;
  font-weight: 700;
}
.home .merit-section .content-block {
  padding-block: 120px 110px;
  background: url("../img/bg-img01.png.webp") repeat-y top center/contain;
}
.home .merit-section .content-block .merit-block {
  background: #fff;
}
.home .merit-section .content-block .merit-block + .merit-block {
  margin-top: 80px;
}
.home .merit-section .content-block .ttl-area {
  padding: 3px 29px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  background: #1E9BD7;
}
.home .merit-section .content-block .ttl-area .inn {
  padding-top: 4px;
}
.home .merit-section .content-block .cont-area {
  padding: 42px 30px;
  background: #fff;
}
.home .merit-section .content-block .cont + .cont {
  margin-top: 40px;
}
.home .merit-section .content-block .cont-ttl {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #1E9BD7;
}
.home .merit-section .content-block .cont-ttl.black {
  color: #000;
}
.home .merit-section .content-block .cont-desc {
  font-weight: bold;
}
.home .merit-section .content-block .cont-desc .blue {
  color: #1E9BD7;
}
.home .merit-section .content-block .horiz {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.home .merit-section .content-block .graph-ttl {
  margin-bottom: 20px;
  padding: 7px 10px 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background: #000;
}
.home .merit-section .content-block .awards-list {
  margin-block: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .merit-section .content-block .awards-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px 24px;
  border-left: solid 1px #BBB;
}
.home .merit-section .content-block .awards-list .awards-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.home .merit-section .content-block .awards-list .awards-sub-ttl {
  text-align: center;
  font-size: 18px;
}
.home .merit-section .content-block .awards-list .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .merit-section .content-block .awards-list .txt-wrap {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
.home .merit-section .content-block .awards-list .award-name {
  font-size: 19px;
  line-height: 1.2;
}
.home .merit-section .content-block .awards-list .blue {
  font-size: 22px;
  color: #1E9BD7;
  line-height: 1.2;
}
.home .merit-section .content-block .awards-list .txt {
  font-size: 13px;
  line-height: 2;
}
.home .merit-section .content-block .case-wrap {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
}
.home .merit-section .content-block .case-wrap .case-ttl {
  padding: 6px 4px 7px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #555;
}
.home .merit-section .content-block .case-wrap .bg-area {
  margin-top: 6px;
}
.home .merit-section .content-block .case-wrap .bold {
  font-weight: bold;
}
.home .merit-section .content-block .case-wrap .blue {
  font-weight: bold;
  color: #1E9BD7;
}
.home .merit-section .content-block .case-wrap .cost-tag {
  margin-top: 14px;
  padding-block: 4px;
  text-align: center;
  border: solid 1px #000;
}
.home .merit-section .content-block .case-wrap .acc-btn {
  position: relative;
  margin-top: 11px;
  padding: 12px 20px 9px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #1E9BD7;
  background: #1E9BD7;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.home .merit-section .content-block .case-wrap .acc-btn.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.home .merit-section .content-block .case-wrap .acc-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 32px;
  width: 16px;
  height: 14px;
  background: #fff;
  -webkit-mask: url(../img/ico-acc-arrow.svg) no-repeat center/contain;
          mask: url(../img/ico-acc-arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.home .merit-section .content-block .case-wrap .acc-cont {
  margin-top: 11px;
  display: none;
}
.home .merit-section .content-block .case-wrap .acc-txt {
  padding: 12px;
  background: #EDEDED;
}
.home .merit-section .content-block .case-wrap .acc-img-wrap {
  margin-top: 12px;
}
.home .merit-section .content-block .cont.perform-cont .cont-desc {
  margin-bottom: 18px;
}
.home .merit-section .content-block .cont.perform-cont .graph-ttl {
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.home .merit-section .content-block .cont.award-cont .cont-ttl {
  margin-bottom: 12px;
}
.home .merit-section .content-block .cont.research-cont .cont-desc {
  margin-bottom: 30px;
}
.home .merit-section .content-block .cont.research-cont .c-note-list {
  margin-top: 25px;
}
.home .merit-section .content-block .cont.return-cont .c-note-list {
  margin-top: 20px;
}
.home .merit-section .content-block .cont.product-cont .c-note-list {
  margin-top: 20px;
}
.home .merit-section .content-block .cont.sim-cont .cont-desc {
  margin-bottom: 18px;
}
.home .merit-section .content-block .cont.sim-cont .graph-ttl {
  margin-bottom: 32px;
}
.home .merit-section .content-block .cont.sim-cont .c-note-list {
  margin-top: 22px;
}
.home .video-section .c-ttl01 {
  padding-right: 66px;
}
.home .video-section .c-ttl01 .br01 {
  display: none;
}
.home .video-section .video-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.home .video-section .video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.home .video-section .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.home .video-section .img-clip {
  border: solid 1px #fff;
  overflow: clip;
}
.home .video-section .img-clip > img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.home .video-section .video-tag {
  padding: 3px 8px 1px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  color: #1E9BD7;
  background: #fff;
  border: solid 1px #1E9BD7;
}
.home .video-section .video-ttl {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.home .ab-section .horiz {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 572fr 384fr;
  gap: 44px;
}
.home .ab-section .desc {
  font-weight: bold;
}
.home .ab-section .ico-area {
  margin-top: 40px;
  padding-inline: 30px;
}
.home .ab-section .ico-txt {
  margin-top: 10px;
  font-size: 13px;
}
.home .fund-detail-section {
  padding-top: 76px;
}
.home .fund-detail-section .fund-detail-ttl {
  margin-bottom: 52px;
  font-size: 42px;
  font-weight: bold;
}
.home .fund-detail-section .c-link-list {
  max-width: 386px;
}
.home .info-section {
  padding-top: 90px;
}
.home .info-section .inner-block {
  max-width: 930px;
}
.home .info-section .info-ttl {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: bold;
}
.home .info-section .info-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.home .info-section .info-link {
  display: block;
  padding: 5px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.home .info-section .info-link .inn {
  position: relative;
  display: block;
  padding: 16px 20px 14px 0;
  font-weight: bold;
  color: #1E9BD7;
  text-align: center;
  border: solid 1px #1E9BD7;
  border-radius: 8px;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.home .info-section .info-link .inn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  width: 7px;
  height: 11px;
  background: #1E9BD7;
  -webkit-mask: url(../img/ico-right.svg) no-repeat center/contain;
          mask: url(../img/ico-right.svg) no-repeat center/contain;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.home .info-section .info-wrap + .info-wrap {
  margin-top: 44px;
}
.home .note-section {
  padding-bottom: 80px;
}
.home .note-section .note-block-wrap {
  padding: 32px 30px;
  background: #fff;
}
.home .note-section .note-block {
  font-size: 14px;
  font-weight: 500;
}
.home .note-section .note-block + .note-block {
  margin-top: 18px;
}
.home .note-section .note-ttl {
  font-weight: bold;
}
.home .note-section .dot-list > li {
  position: relative;
  padding-left: 20px;
}
.home .note-section .dot-list > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0.65em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
.home .note-section .circle-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .note-section .circle-list > li::before {
  content: "●";
}
.home .note-section .circle-list > li .red {
  color: #EE0303;
  font-weight: bold;
}
.home .note-section .aste-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .note-section .aste-list > li::before {
  content: "※";
}
.home .note-section .note-txt {
  margin-top: 34px;
  font-size: 14px;
}
.home .note-section .note-txt .link-txt {
  color: #1E9BD7;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    max-width: 560px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .pc {
    display: none !important;
  }
  .c-header .img-wrap {
    max-width: 272px;
  }
  .c-footer {
    padding: 10px 16px 20px;
    line-height: 1.5;
  }
  .home {
    padding-top: 68px;
  }
  .home .c-ttl01 {
    padding: 1px 62px 1px 23px;
    font-size: 24px;
  }
  .home .c-sec {
    padding-block: 50px;
  }
  .home .c-num {
    font-size: 22px;
  }
  .home .c-note-list {
    margin-top: 15px;
  }
  .home .c-note-list > li {
    font-size: 12px;
  }
  .home .c-link-list > li + li {
    margin-top: 10px;
  }
  .home .c-link {
    padding: 4px;
    min-height: auto;
    height: 54px;
    font-size: 17px;
  }
  .home .mv-section .copy-area {
    padding-top: clamp(202px, 53.3333333333vw, 400px);
    padding-bottom: 12px;
    background: url(../img/bg-mv-sp.jpg.webp) no-repeat center/cover;
  }
  .home .mv-section .copy {
    padding: 10px 20px 15px 25px;
    font-size: 21px;
  }
  .home .mv-section .ttl-area {
    margin-top: 0;
    padding: 15px 15px 4px;
    background: url(../img/bg-img-cloud.jpg.webp) no-repeat center/cover;
  }
  .home .mv-section .nisa {
    padding: 5px 15px 5px 45px;
    font-size: 11px;
    line-height: 1.4;
  }
  .home .mv-section .nisa::before {
    width: 50px;
    height: 60px;
  }
  .home .mv-section .ttl-wrap {
    text-align: center;
  }
  .home .mv-section .ttl {
    margin-top: 24px;
    font-size: 23px;
  }
  .home .mv-section .course {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
  }
  .home .mv-section .txt {
    font-size: 11px;
  }
  .home .mv-section .ref-block {
    padding: 10px 13px;
  }
  .home .mv-section .ref-txt {
    font-size: 10px;
    max-width: 520px;
  }
  .home .merit-section .anker-block {
    padding-block: 50px 12px;
  }
  .home .merit-section .anker-block .inner-block {
    margin-top: 25px;
  }
  .home .merit-section .anker-block .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .home .merit-section .anker-block .link-list li:nth-child(2) a {
    padding-block: 0px;
  }
  .home .merit-section .anker-block .link-list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .home .merit-section .anker-block .link-list li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 6px 10px 5px;
    gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 43px;
  }
  .home .merit-section .anker-block .link-list .arrow {
    top: 5px;
    width: 25px;
    height: 57px;
  }
  .home .merit-section .anker-block .link-list .arrow::after {
    top: 13px;
    left: 12px;
    width: 6px;
    height: 26.5px;
  }
  .home .merit-section .anker-block .link-list .txt {
    padding-right: 30px;
    line-height: 1.2;
    font-size: 17px;
  }
  .home .merit-section .content-block {
    padding-block: 50px 105px;
  }
  .home .merit-section .content-block .merit-block + .merit-block {
    margin-top: 40px;
  }
  .home .merit-section .content-block .ttl-area {
    padding: 0 13px 2px;
    gap: 6px;
    font-size: 20px;
    line-height: 1.2;
    min-height: 50px;
  }
  .home .merit-section .content-block .ttl-area .inn {
    padding-top: 0;
  }
  .home .merit-section .content-block .cont-area {
    padding: 28px 10px 20px;
  }
  .home .merit-section .content-block .cont-ttl {
    margin-bottom: 8px;
    font-size: 19px;
  }
  .home .merit-section .content-block .graph-ttl {
    padding: 7px 10px 5px;
    min-height: auto;
    font-size: 15px;
  }
  .home .merit-section .content-block .awards-list > li + li {
    margin-top: 22px;
  }
  .home .merit-section .content-block .awards-list .awards-ttl {
    font-size: 20px;
    line-height: 1.8;
  }
  .home .merit-section .content-block .awards-list .awards-sub-ttl {
    font-size: 14px;
  }
  .home .merit-section .content-block .awards-list .img-wrap.small {
    max-width: 220px;
  }
  .home .merit-section .content-block .awards-list .txt-wrap {
    margin-top: 24px;
  }
  .home .merit-section .content-block .awards-list .award-name {
    font-size: 15px;
    line-height: 1.3;
  }
  .home .merit-section .content-block .awards-list .blue {
    font-size: 20px;
  }
  .home .merit-section .content-block .awards-list .txt {
    margin-top: 2px;
    font-size: 12px;
  }
  .home .merit-section .content-block .case-wrap .case-ttl {
    font-size: 15px;
  }
  .home .merit-section .content-block .case-wrap .case-inner {
    padding-inline: 12px;
  }
  .home .merit-section .content-block .case-wrap .acc-btn::after {
    right: 28px;
  }
  .home .merit-section .content-block .cont.perform-cont .cont-desc {
    margin-bottom: 20px;
  }
  .home .merit-section .content-block .cont.perform-cont .graph-ttl {
    margin-bottom: 20px;
    padding-inline: 5px;
    padding-bottom: 6px;
  }
  .home .merit-section .content-block .cont.award-cont .cont-ttl {
    margin-bottom: 20px;
  }
  .home .merit-section .content-block .cont.process-cont .cont-ttl {
    margin-bottom: 20px;
  }
  .home .merit-section .content-block .cont.research-cont {
    margin-top: 31px;
  }
  .home .merit-section .content-block .cont.research-cont .cont-desc {
    margin-bottom: 20px;
  }
  .home .merit-section .content-block .cont.research-cont .c-note-list {
    margin-top: 16px;
  }
  .home .merit-section .content-block .cont.return-cont {
    margin-top: 24px;
  }
  .home .merit-section .content-block .cont.return-cont .cont-ttl {
    margin-bottom: 20px;
  }
  .home .merit-section .content-block .cont.return-cont .c-note-list {
    margin-top: 16px;
  }
  .home .merit-section .content-block .cont.product-cont .cont-ttl {
    margin-bottom: 20px;
  }
  .home .merit-section .content-block .cont.product-cont .c-note-list {
    margin-top: 16px;
  }
  .home .merit-section .content-block .cont.case-cont {
    margin-top: 20px;
  }
  .home .merit-section .content-block .cont.case-cont .graph-ttl {
    margin-bottom: 27px;
  }
  .home .merit-section .content-block .cont.sim-cont .graph-ttl {
    margin-bottom: 16px;
  }
  .home .merit-section .content-block .cont.sim-cont .horiz {
    gap: 15px;
  }
  .home .video-section .c-ttl01 {
    padding-right: 40px;
  }
  .home .video-section .video-block {
    gap: 12px;
  }
  .home .video-section .video-block:last-child {
    margin-inline: auto;
    max-width: 250px;
    gap: 18px;
  }
  .home .video-section .video-tag {
    padding: 1px 8px;
    font-size: 14px;
  }
  .home .video-section .video-ttl {
    font-size: 18px;
  }
  .home .ab-section .horiz {
    margin-top: 26px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home .ab-section .ico-area {
    margin-top: 25px;
    padding-inline: 10px;
  }
  .home .ab-section .ico-txt {
    font-size: 12px;
  }
  .home .ab-section .right {
    max-width: 280px;
    margin-inline: auto;
  }
  .home .fund-detail-section {
    padding-block: 0;
  }
  .home .fund-detail-section .cont-wrap {
    background: url(../img/bg-img-cloud.jpg.webp) no-repeat center top/cover;
  }
  .home .fund-detail-section .inner-block {
    padding: 12px 22px 50px;
  }
  .home .fund-detail-section .fund-detail-ttl {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .home .fund-detail-section .c-link-list {
    max-width: 330px;
    margin-inline: auto;
  }
  .home .info-section .inner-block {
    padding-inline: 22px;
  }
  .home .info-section .info-ttl {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .home .info-section .info-link {
    border-radius: 4px;
  }
  .home .info-section .info-link .inn {
    padding-block: 7px;
    border-radius: 4px;
  }
  .home .info-section .info-link .inn::after {
    right: 9px;
  }
  .home .info-section .info-wrap + .info-wrap {
    margin-top: 60px;
  }
  .home .note-section {
    padding-block: 58px 30px;
  }
  .home .note-section .note-block-wrap {
    padding: 32px 10px;
  }
  .home .note-section .note-block {
    font-size: 12px;
    line-height: 1.5;
  }
  .home .note-section .note-block + .note-block {
    margin-top: 16px;
  }
  .home .note-section .note-ttl {
    font-size: 12px;
  }
  .home .note-section .dot-list > li {
    padding-left: 18px;
  }
  .home .note-section .note-txt {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1080px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .home .c-num.small {
    padding-bottom: 0;
    font-size: 40px;
  }
  .home .mv-section .txt-block {
    padding: 73px 40px 20px 0;
    background: url(../img/bg-img02.jpg.webp) no-repeat center/cover;
  }
  .home .merit-section .anker-block .link-list li {
    min-width: 317px;
  }
  .home .merit-section .content-block .cont.perform-cont .c-note-list {
    margin-top: 20px;
  }
  .home .ab-section .c-ttl01 {
    padding-right: 110px;
  }
  .home .ab-section .right {
    padding-right: 30px;
  }
  .home .fund-detail-section {
    background: url(../img/bg-img02.jpg.webp) no-repeat center/cover;
  }
}
@media only screen and (max-width: 1080px) {
  .c-header {
    display: block;
  }
  .c-header .link-wrap {
    position: fixed;
    top: 148px;
    left: 0;
    width: 100%;
    height: calc(100vh - 148px);
    padding: 0 40px 40px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    overflow-y: auto;
  }
  .c-header .link-wrap.is-open {
    opacity: 1;
    visibility: visible;
  }
  .c-header .link-list .link-item {
    width: 100%;
    border-bottom: solid 1px #CCC;
  }
  .c-header .link-list .link-item:last-child {
    display: none;
  }
  .c-header .link-list .link {
    gap: 30px;
    padding-block: 14px;
    min-height: auto;
    font-size: 24px;
  }
  .c-header .link-list .link::after {
    position: static;
    display: block;
    margin: 0;
  }
  .c-header .link-list .link .br01 {
    display: none;
  }
  .c-header .menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
  .c-header .menu-btn > span {
    display: block;
    width: 42px;
    height: 4px;
    background: #000;
    -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-header .menu-btn.is-open > span:nth-child(1) {
    -webkit-transform: translateY(21px) rotate(40deg);
            transform: translateY(21px) rotate(40deg);
  }
  .c-header .menu-btn.is-open > span:nth-child(2) {
    opacity: 0;
  }
  .c-header .menu-btn.is-open > span:nth-child(3) {
    -webkit-transform: translateY(-21px) rotate(-40deg);
            transform: translateY(-21px) rotate(-40deg);
  }
  .fund-modal-block {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .c-header {
    height: 68px;
    padding: 18px 7px;
  }
  .c-header .link-wrap {
    top: 65px;
    height: calc(100vh - 65px);
    padding: 35px 22px;
  }
  .c-header .link-list .link {
    gap: 15px;
    padding-block: 9px 10px;
    font-size: 17px;
  }
  .c-header .menu-btn {
    right: 20px;
    gap: 8px;
  }
  .c-header .menu-btn > span {
    width: 21px;
    height: 2px;
  }
  .c-header .menu-btn.is-open > span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(40deg);
            transform: translateY(10px) rotate(40deg);
  }
  .c-header .menu-btn.is-open > span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-40deg);
            transform: translateY(-10px) rotate(-40deg);
  }
}
@media only screen and (max-width: 767px) and (max-width: 330px) {
  .c-header .img-wrap {
    max-width: 260px;
  }
}
@media (any-hover: hover) {
  .c-header .img-wrap:hover {
    opacity: 0.5;
  }
  .c-header .link-list .link-item:last-child .fund-btn:hover {
    color: #fff;
    background: #1E9BD7;
  }
  .c-header .link-list .link:hover {
    color: #1E9BD7;
  }
  .c-header .link-list .link:hover::after {
    background: #1E9BD7;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-header .fund-link-area .fund-link-list .link:hover {
    color: #fff;
    background: #1E9BD7;
  }
  .c-header .menu-btn:hover > span {
    background: #1E9BD7;
  }
  .fund-modal-block .fund-close-btn:hover {
    color: #1E9BD7;
    background: #fff;
  }
  .fund-modal-block .fund-close-btn:hover::after {
    background: #1E9BD7;
  }
  .home .c-link:hover {
    color: #fff;
    background: #1E9BD7;
  }
  .home .merit-section .anker-block .link-list li a:hover .arrow {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .home .merit-section .content-block .case-wrap .acc-btn:hover {
    color: #1E9BD7;
    background: #fff;
  }
  .home .merit-section .content-block .case-wrap .acc-btn:hover::after {
    background: #1E9BD7;
  }
  .home .video-section .video-block:hover .img-clip > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home .info-section .info-link:hover {
    background: #1E9BD7;
  }
  .home .info-section .info-link:hover .inn {
    color: #fff;
    border-color: #fff;
  }
  .home .info-section .info-link:hover .inn::after {
    background: #fff;
  }
  .home .note-section .note-txt .link-txt:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media only screen and (min-width: 1081px) {
  .c-header .link-list {
    height: 80px;
  }
  .c-header .fund-link-area {
    display: none;
  }
  .fund-modal-block.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1300px) {
  .c-header .link-list {
    padding-left: 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1080px) {
  .c-header .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-inline: 11px;
    gap: 0;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) and (max-width: 330px) {
  .c-header .menu-btn {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 355px) {
  .home .c-link {
    min-height: 54px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1070px) {
  .home .merit-section .anker-block .link-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 40px;
  }
}
@media only screen and (max-width: 880px) {
  .home .merit-section .content-block .horiz {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home .info-section .info-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 930px) {
  .home .merit-section .content-block .awards-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 560px;
    margin-inline: auto;
  }
  .home .merit-section .content-block .awards-list > li {
    border-right: solid 1px #BBB;
  }
  .home .merit-section .content-block .awards-list .img-wrap {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 930px) and (max-width: 767px) {
  .home .merit-section .content-block .awards-list {
    margin-block: 20px;
  }
  .home .merit-section .content-block .awards-list > li {
    padding: 3px 6px;
  }
}
@media only screen and (min-width: 931px) {
  .home .merit-section .content-block .awards-list > li {
    width: 100%;
    max-width: 33.3333333333%;
  }
  .home .merit-section .content-block .awards-list > li:last-child {
    border-right: solid 1px #BBB;
  }
  .home .merit-section .content-block .awards-list .img-wrap {
    height: 161px;
  }
}
@media only screen and (max-width: 1075px) {
  .home .merit-section .content-block .case-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px 23px;
  }
}
@media only screen and (max-width: 1075px) and (max-width: 767px) {
  .home .merit-section .content-block .case-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 1076px) {
  .home .merit-section .content-block .case-wrap .bg-area {
    min-height: 191px;
  }
  .home .merit-section .content-block .case-wrap .acc-txt {
    min-height: 296px;
  }
}
@media only screen and (min-width: 881px) {
  .home .merit-section .content-block .cont.return-cont .graph-ttl {
    min-height: 70px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .home .video-section .c-ttl01 {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) and (max-width: 365px) {
  .home .video-section .c-ttl01 {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 365px) {
  .home .video-section .c-ttl01 .br01 {
    display: inline;
  }
}
@media only screen and (max-width: 990px) {
  .home .video-section .video-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 990px) and (max-width: 767px) {
  .home .video-section .video-wrap {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 990px) and (max-width: 767px) and (max-width: 450px) {
  .home .video-section .video-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 991px) {
  .home .video-section .video-block {
    width: 315px;
  }
  .home .video-section .video-block:last-child {
    width: 240px;
  }
  .home .video-section .img-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 880px) and (max-width: 520px) {
  .home .info-section .info-list {
    grid-template-columns: 1fr;
    max-width: 230px;
    margin-inline: auto;
    gap: 16px;
  }
}