@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}



body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

main {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #343434;
}
main strong {
  font-weight: 600;
}
main * {
  line-height: 1;
  box-sizing: border-box;
}
main picture,
main img {
  display: block;
  max-width: 100%;
}
main strong {
  font-weight: 600;
}
main #fs-mv .fs-mv-wrapper {
  position: relative;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main #fs-mv .fs-mv-wrapper {
    background-image: url(/-/Media/com/v5/20250321/crocetin/assets/img/mv.jpg);
    height: 31.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper {
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper {
    height: 239.6875px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper {
    background-image: url(/-/Media/com/v5/20250321/crocetin/assets/img/mv.sp.jpg);
    height: 42.6666666667vw;
  }
}
main #fs-mv .fs-mv-wrapper .fs-mv-txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (min-width: 768px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt {
    margin-left: auto;
    margin-right: auto;
    width: 73.4375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt {
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt {
    width: 563.265625px;
  }
}
main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span {
  display: block;
}
main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first {
  color: #e9dc11;
  font-weight: 600;
  text-shadow: 0px 4px 5.88px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first {
    font-size: 2.96875vw;
    margin-bottom: 2.34375vw;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first {
    font-size: 22.7703125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first {
    font-size: 4.6666666667vw;
    margin-bottom: 2vw;
    margin-right: 2.6666666667vw;
    text-align: right;
  }
}
main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first sup {
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first sup {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first sup {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first sup {
    font-size: 14.38125px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.first sup {
    font-size: 2.4vw;
  }
}
main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #063287;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    width: 34.375vw;
    height: 11.5625vw;
    font-size: 2.34375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    width: 440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    width: 263.65625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    height: 148px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    height: 88.684375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    font-size: 17.9765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second {
    width: 56vw;
    height: 20vw;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second > span {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second > span {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second > span {
    font-size: 35.953125px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.second > span {
    font-size: 8vw;
  }
}
main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.third {
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.third {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.third {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.third {
    font-size: 7.190625px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-mv .fs-mv-wrapper .fs-mv-txt h1 > span.third {
    font-size: 2.9333333333vw;
    margin-right: 4vw;
  }
}
main #fs-anchor .fs-anchor-wrapper {
  background-color: #271a55;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper {
    border-top: 1px solid #d3c571;
    border-bottom: 1px solid #d3c571;
  }
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper ul {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73.4375vw;
    border-left: 1px solid #d3c571;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul {
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul {
    width: 563.265625px;
  }
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper ul li {
    width: 33.3333333333%;
    border-right: 1px solid #d3c571;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li {
    border-bottom: 1px solid #d3c571;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li:first-child {
    border-top: 1px solid #d3c571;
  }
}
main #fs-anchor .fs-anchor-wrapper ul li:first-child a {
  color: #d3c571;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    width: 1.171875vw;
    height: 0.859375vw;
    margin-top: -0.4296875vw;
    background-image: url(/-/Media/com/v5/20250321/crocetin/assets/img/arrow-02.png);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    width: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    width: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    height: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    height: 6.59140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    margin-top: -5.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    margin-top: -3.295703125px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li:last-child a:after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
    margin-top: -1.3333333333vw;
    background-image: url(/-/Media/com/v5/20250321/crocetin/assets/img/arrow-02.sp.png);
  }
}
main #fs-anchor .fs-anchor-wrapper ul li a {
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper ul li a {
    line-height: 1.2;
    text-align: center;
    font-size: 1.171875vw;
    height: 4.296875vw;
    transition: background-color 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a {
    font-size: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li a {
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a {
    height: 32.95703125px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:hover {
    background-color: #503b98;
  }
}
main #fs-anchor .fs-anchor-wrapper ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    width: 0.859375vw;
    height: 1.171875vw;
    margin-top: -0.5859375vw;
    margin-right: 1.171875vw;
    background-image: url(/-/Media/com/v5/20250321/crocetin/assets/img/arrow-01.png);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    width: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    width: 6.59140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    height: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    margin-top: -7.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    margin-top: -4.494140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    margin-right: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper ul li a:after {
    width: 2.6666666667vw;
    height: 3.7333333333vw;
    margin-top: -1.8666666667vw;
    margin-right: 4vw;
    background-image: url(/-/Media/com/v5/20250321/crocetin/assets/img/arrow-01.sp.png);
  }
}
main #fs-anchor .fs-anchor-wrapper ul li a.active {
  background-color: #503b98;
  pointer-events: none;
}
main #sect-01 {
  background-color: #f2f7fc;
}
@media screen and (min-width: 768px) {
  main #sect-01 {
    padding-top: 3.125vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 {
    padding-top: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 {
    padding-bottom: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper {
    width: 73.4375vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper {
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper {
    width: 563.265625px;
  }
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-left: 5.078125vw;
    padding-right: 5.078125vw;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    padding-left: 38.94921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    padding-right: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    padding-right: 38.94921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    margin-bottom: 35.953125px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-img {
    width: 20.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-img {
    width: 258px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-img {
    width: 154.5984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-img {
    width: 73.8666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt {
    width: 40.078125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt {
    width: 513px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt {
    width: 307.39921875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt p {
  color: #004fa1;
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt p {
    font-size: 1.796875vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt p {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt p {
    font-size: 13.78203125px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt p {
    font-size: 4.4vw;
    line-height: 1.7;
  }
}
main #sect-01 .sect-01-wrapper .sect-01-flex .sect-01-flex-txt p strong {
  font-weight: 600;
  font-size: 130%;
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel {
    padding-left: 5.078125vw;
    padding-right: 5.078125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel {
    padding-left: 38.94921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel {
    padding-right: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel {
    padding-right: 38.94921875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
  background-color: #004fa1;
  color: #fff;
  font-weight: 600;
  font-feature-settings: "halt";
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    font-size: 1.796875vw;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    font-size: 13.78203125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    padding-top: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    padding-bottom: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dt {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
  color: #343434;
  font-feature-settings: "palt";
  background-color: #fff;
  border-left: 2px solid #004fa1;
  border-right: 2px solid #004fa1;
  border-bottom: 2px solid #004fa1;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    line-height: 1.7;
    font-size: 1.40625vw;
    padding-top: 1.953125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    font-size: 10.7859375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-top: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-bottom: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-left: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-right: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper .sect-01-panel dl dd {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
main #sect-01 .sect-01-wrapper .sect-01-panel dl dd strong {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(196, 237, 253) 100%);
}
@media screen and (min-width: 768px) {
  main #sect-02 {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 {
    padding-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 {
    padding-bottom: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 {
    padding-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper {
    width: 73.4375vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper {
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper {
    width: 563.265625px;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-ttl {
  background-color: #fff;
  border: 2px solid #443285;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-top: 0.390625vw;
    padding-bottom: 0.390625vw;
    padding-right: 0.390625vw;
    padding-left: 0.390625vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-bottom: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-right: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    padding-left: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    margin-bottom: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl {
    border: 1px solid #443285;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    padding-left: 1.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
  background-color: #443285;
  color: #fff;
  font-feature-settings: "halt";
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    font-size: 2.421875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    padding-top: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    padding-bottom: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    font-size: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    font-size: 18.57578125px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-ttl h2 {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex {
    margin-top: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex.reverse {
    flex-direction: row-reverse;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex.first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt {
    width: 43.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt {
    width: 335.5625px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt {
    margin-bottom: 4.6666666667vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p {
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p {
    line-height: 1.7;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p {
    font-size: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p {
    line-height: 1.7;
    font-size: 4vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p sup {
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p sup {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p sup {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p sup {
    font-size: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p sup {
    font-size: 2.4vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p strong {
  position: relative;
  z-index: 1;
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c4edfd;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p strong:after {
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p strong:after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p strong:after {
    height: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p strong:after {
    height: 1.4666666667vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p.note {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p.note {
    font-size: 0.9375vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p.note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p.note {
    font-size: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p.note {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p.note {
    margin-top: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-txt p.note {
    font-size: 2.9333333333vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-img {
    width: 26.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-img {
    width: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-flex .sect-02-content-flex-img {
    width: 203.734375px;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full {
    margin-top: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full {
    margin-top: 5.3333333333vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p {
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p {
    line-height: 1.7;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p {
    font-size: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p {
    line-height: 1.7;
    font-size: 4vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p sup {
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p sup {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p sup {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p sup {
    font-size: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p sup {
    font-size: 2.4vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p strong {
  position: relative;
  z-index: 1;
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c4edfd;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p strong:after {
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p strong:after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p strong:after {
    height: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p strong:after {
    height: 1.4666666667vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p.note {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p.note {
    font-size: 0.9375vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p.note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p.note {
    font-size: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p.note {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p.note {
    margin-top: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-content .sect-02-content-full p.note {
    font-size: 2.9333333333vw;
    margin-top: 2vw;
  }
}
main #sect-03 {
  background-color: #f2f7fc;
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper {
    padding-top: 3.90625vw;
    padding-bottom: 4.296875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-03 .sect-03-wrapper {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper {
    padding-top: 29.9609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-03 .sect-03-wrapper {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper {
    padding-bottom: 32.95703125px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper {
    padding-top: 10vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper .sect-03-head {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-03 .sect-03-wrapper .sect-03-head {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-head {
    margin-bottom: 14.98046875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-head {
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper .sect-03-head h2 {
    width: 63.515625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-03 .sect-03-wrapper .sect-03-head h2 {
    width: 813px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-head h2 {
    width: 487.16484375px;
  }
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper .sect-03-note {
    width: 63.515625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-03 .sect-03-wrapper .sect-03-note {
    width: 813px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-note {
    width: 487.16484375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-note {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
main #sect-03 .sect-03-wrapper .sect-03-note p {
  font-feature-settings: "halt";
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper .sect-03-note p {
    line-height: 1.5;
    font-size: 0.859375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-03 .sect-03-wrapper .sect-03-note p {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-note p {
    font-size: 6.59140625px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-note p {
    line-height: 1.3636363636;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 {
    padding-top: 6.25vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 {
    padding-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 {
    padding-bottom: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 {
    padding-top: 13.3333333333vw;
    padding-bottom: 7.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper {
    width: 73.4375vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper {
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper {
    width: 563.265625px;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-ttl {
  background-color: #fff;
  border: 2px solid #443285;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-top: 0.390625vw;
    padding-bottom: 0.390625vw;
    padding-right: 0.390625vw;
    padding-left: 0.390625vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-bottom: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-right: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    padding-left: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    margin-bottom: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl {
    border: 1px solid #443285;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    padding-left: 1.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
  background-color: #443285;
  color: #fff;
  font-feature-settings: "halt";
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    font-size: 2.421875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    padding-top: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    padding-bottom: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    font-size: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    font-size: 18.57578125px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-ttl h2 {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item {
    margin-bottom: 3.90625vw;
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item {
    margin-bottom: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item:nth-of-type(2n) .sect-04-content-list-item-ttl {
    grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item:nth-of-type(2n) .sect-04-content-list-item-ttl > div {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item:nth-of-type(2n) .sect-04-content-list-item-img {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item:nth-of-type(2n) .sect-04-content-list-item-txt {
    grid-column: 1;
    margin-left: 0;
    margin-right: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item:nth-of-type(2n) .sect-04-content-list-item-txt {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item:nth-of-type(2n) .sect-04-content-list-item-txt {
    margin-right: 23.96875px;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl {
    grid-column: 2;
    align-self: end;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl {
    text-align: center;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
  position: relative;
  border-top: 1px solid #004fa1;
  border-bottom: 1px solid #004fa1;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-top: 0.390625vw;
    padding-bottom: 0.390625vw;
    padding-left: 1.953125vw;
    padding-right: 1.953125vw;
    margin-left: 3.125vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-bottom: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-left: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-right: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    margin-left: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    margin-bottom: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-bottom-width: 0;
  border-color: #004fa1 transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-top-width: 0.625vw;
    border-right-width: 0.5078125vw;
    border-left-width: 0.5078125vw;
    margin-bottom: -0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-top-width: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-top-width: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-right-width: 6.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-right-width: 3.894921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-left-width: 6.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-left-width: 3.894921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    margin-bottom: -8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    margin-bottom: -4.79375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div:after {
    border-top-width: 2.1333333333vw;
    border-right-width: 1.7333333333vw;
    border-left-width: 1.7333333333vw;
    margin-bottom: -2.1333333333vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p {
    margin-right: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p {
    margin-right: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p {
    margin-right: 2.6666666667vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span {
  display: block;
  text-align: center;
  color: #004fa1;
  font-weight: 600;
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:first-child {
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:first-child {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:first-child {
    font-size: 7.78984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:first-child {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:last-child {
    font-size: 2.890625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:last-child {
    font-size: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:last-child {
    font-size: 22.17109375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div p > span:last-child {
    font-size: 8vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div h2 {
  font-weight: 600;
  font-feature-settings: "halt";
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div h2 {
    font-size: 2.109375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div h2 {
    font-size: 16.17890625px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-ttl > div h2 {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-img {
    grid-column: 1;
    grid-row: 1/span 2;
    width: 35.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-img {
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-img {
    width: 269.6484375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-img {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt {
    grid-column: 2;
    margin-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt {
    margin-left: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p {
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p {
    padding-top: 1.171875vw;
    line-height: 1.7;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p {
    padding-top: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p {
    font-size: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p {
    line-height: 1.7333333333;
    font-size: 4vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-list .sect-04-content-list-item .sect-04-content-list-item-txt p > span.underline {
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(196, 237, 253) 100%);
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
  border: 1px solid #8d8d8d;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    margin-top: 3.90625vw;
    width: 35.15625vw;
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    margin-top: 29.9609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    width: 269.6484375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-top: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-bottom: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-left: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    padding-right: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box {
    margin-top: 10.6666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box p {
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box p {
    line-height: 1.5;
    font-size: 0.8203125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box p {
    font-size: 10.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box p {
    font-size: 6.291796875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-box p {
    line-height: 1.5;
    font-size: 2.8vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
  background-color: #443285;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    margin-top: 6.25vw;
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    margin-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    padding-top: 29.9609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    padding-bottom: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more {
    margin-top: 10.6666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 6vw;
    padding-bottom: 6.6666666667vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more h2 {
    font-size: 1.5625vw;
    margin-bottom: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more h2 {
    font-size: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more h2 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more h2 {
    margin-bottom: 14.98046875px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more h2 {
    font-size: 3.7333333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #443285;
  font-weight: 600;
  font-feature-settings: "halt";
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    width: 46.875vw;
    height: 4.296875vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    width: 359.53125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    height: 32.95703125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    font-size: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a {
    width: 80vw;
    height: 12vw;
    font-size: 3.8666666667vw;
  }
}
main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/-/Media/com/v5/20250321/crocetin/assets/img/arrow-03.png);
}
@media screen and (min-width: 768px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    width: 0.9375vw;
    height: 1.25vw;
    margin-top: -0.625vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    width: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    width: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    height: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    margin-top: -8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    margin-top: -4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    margin-right: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-04 .sect-04-wrapper .sect-04-content .sect-04-content-more a:after {
    width: 2.6666666667vw;
    height: 3.7333333333vw;
    margin-top: -1.8666666667vw;
    margin-right: 3.3333333333vw;
  }
}