@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

em {
  font-style: normal;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
}
body.top::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/bg01.jpg") no-repeat 0 0/cover;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body.top::before {
    background-image: url("../../img/bg01s.jpg");
  }
}
body:not(.top)::before {
  content: '';
  position: absolute;
  top: -133px;
  left: calc(50% + 520px);
  width: 366px;
  background: #fff100;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body:not(.top)::before {
    top: -45.3333333333vw;
    left: 77.6vw;
    width: 97.6vw;
    z-index: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

.asterisk {
  font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}

.pcNone {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

.color01 {
  color: #f00;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .left-sp {
    text-align: left !important;
  }
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

.hover a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .hover a:hover img {
    opacity: .7;
  }
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus {
  outline-offset: -2px;
}
input[type="submit"]:-moz-focus-inner {
  border: 0;
}

input[type=radio], input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.selectGroup01 {
  position: relative;
  display: inline-block;
  border: 1px solid #1A1A1A;
  border-radius: 8px;
}
.selectGroup01:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
}
.selectGroup01:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  transform: rotate(-45deg);
  transition: all .2s;
}

.select01 {
  position: relative;
  padding: 5px 100px 5px 10px;
  height: 40px;
  font-family: inherit;
  font-size: 1.6rem;
}

.mwform-radio-field {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mwform-radio-field {
    display: block;
    margin-top: 10px;
  }
}

.mwform-radio-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 34px;
}
.mwform-radio-field-text:before, .radio01 + .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  border-radius: 50%;
  box-sizing: border-box;
}
.mwform-radio-field-text:before {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #E6ECF2;
}
.radio01 + .mwform-radio-field-text:after {
  top: 2px;
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #aaa;
  transition: all .2s;
  opacity: 0;
}
.radio01:checked + .mwform-radio-field-text:after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mwform-checkbox-field {
    display: block;
    margin-top: 10px;
  }
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
}
.mwform-checkbox-field-text:before, .check01 + .mwform-checkbox-field-text:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  box-sizing: border-box;
}
.mwform-checkbox-field-text:before {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #E6ECF2;
}
.check01 + .mwform-checkbox-field-text:after {
  top: 7px;
  left: 4px;
  width: 11px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  transition: all .2s;
  opacity: 0;
}
.check01:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.check01:checked + .mwform-checkbox-field-text:before {
  background: #aaa;
}

.gnav01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 21px;
}
@media screen and (max-width: 950px) {
  .gnav01 {
    gap: 5px 21px;
  }
}
@media screen and (max-width: 767px) {
  .gnav01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
  }
}
.gnav01 > li {
  position: relative;
}
.gnav01 > li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .3s;
}
@media screen and (max-width: 950px) {
  .gnav01 > li a {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .gnav01 > li a {
    font-size: 1.6rem;
  }
}
.gnav01 > li a::before {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  content: '・';
}
@media screen and (min-width: 768px) {
  .gnav01 > li a:hover {
    opacity: 0.7;
  }
}

.btnList01 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btnList01 {
    gap: 16px;
    flex-direction: column;
  }
}
.btnList01 li a {
  width: 110px;
  height: 100%;
  min-height: 92px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .btnList01 li a {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .btnList01 li a {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .btnList01 li a {
    width: 100%;
    height: 68px;
    font-size: 3.7333333333vw;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) {
  .btnList01 li a:hover {
    background-color: #6a9fcb;
  }
}
.btnList01 li:nth-child(2) a {
  background: url("../img/grade_blue.png") no-repeat 0 0/100% 100%;
}

.header01 {
  position: fixed;
  top: 40px;
  left: 50%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateX(-50%);
  z-index: 99999999999999;
}
@media screen and (max-width: 767px) {
  .header01 {
    left: 4.2666666667vw;
    top: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 91.4666666667vw;
    transform: translateX(0);
  }
}
.header01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 {
    padding: 10px;
    align-items: center;
  }
}
.header01 > .inner01 > .inner02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  border: 1px solid #F1F2F3;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .inner02 {
    width: auto;
    border: none;
    padding: 0;
  }
}
.header01 > .inner01 > .inner02 .logo {
  flex: 0 0 208px;
  margin-right: 55px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .inner02 .logo {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.header01 > .inner01 > .inner02 .logo a {
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.header01 > .inner01 > .inner02 .logo a img {
  width: 114px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .inner02 .logo a img {
    margin-bottom: 1.3333333333vw;
  }
}
.header01 > .inner01 > .inner02 .logo a span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .inner02 .logo a span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 > .inner02 .logo a:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 > .inner02 .fixMenu {
    flex: 1 1 calc(100% - 208px - 55px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .inner02 .fixMenu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
    position: fixed;
    top: 79px;
    right: 0;
    background: #fff;
    transition: transform 0.6s cubic-bezier(0.15, 0.85, 0.25, 1);
    transform: translateX(120%);
    width: 100%;
    height: 100%;
    padding: 24px 16px;
    z-index: 10;
    overflow-y: scroll;
  }
  .header01 > .inner01 > .inner02 .fixMenu.js-initialized {
    visibility: visible;
    opacity: 1;
  }
  .header01 > .inner01 > .inner02 .fixMenu.active {
    transform: translateX(0);
  }
  .header01 > .inner01 > .inner02 .fixMenu.active .gnav01 {
    opacity: 1;
  }
  .header01 > .inner01 > .inner02 .fixMenu .gnav01 {
    gap: 8px;
  }
  .header01 > .inner01 > .inner02 .fixMenu .gnav01 > li {
    width: 100%;
  }
  .header01 > .inner01 > .inner02 .fixMenu .gnav01 > li a {
    padding: 16px;
    background: #F1F2F3 url("../img/ic_arrow01.svg") no-repeat calc(100% - 15px) 50%;
  }
  .header01 > .inner01 > .inner02 .fixMenu .gnav01 > li a::before {
    content: '';
  }
}
.header01 > .inner01 > .inner02 .gnav01 {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 > .inner02 .gnav01 {
    margin-right: 20px;
    align-content: center;
  }
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 > .inner02 .btnList01 {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .inner02 .btnList01 {
    width: 100%;
    margin-top: 16px;
  }
}
.header01 > .inner01 .menuBtn {
  cursor: pointer;
  position: relative;
  width: 10.6666666667vw;
  height: 13.8666666667vw;
  width: 40px;
  height: 52px;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 .menuBtn {
    display: none;
  }
}
.header01 > .inner01 .menuBtn > span {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 1px;
  background: #000;
  transition: transform .3s;
}
.header01 > .inner01 .menuBtn > span + span {
  position: absolute;
  top: calc(50% - 3px);
}
.header01 > .inner01 .menuBtn.active > span {
  top: calc(50% - 10px);
  left: calc(50% - 23px);
  width: 45px;
  transform: rotate(45deg);
}
.header01 > .inner01 .menuBtn.active > span + span {
  transform: rotate(-45deg);
  top: calc(50% - 10px);
}
.header01 > .inner01 .menuBtn em {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
}

.footer01 {
  padding: 80px 0 80px;
  background: #F1F2F3;
}
@media screen and (max-width: 767px) {
  .footer01 {
    padding: 21.3333333333vw 0 8vw;
  }
}
.footer01 .ti01 {
  color: #10386B;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer01 .ti01 {
    font-size: 6.9333333333vw;
  }
}
.footer01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 4.347826087%;
  margin-top: 60px;
  margin-left: 11.6666666667%;
  margin-right: 11.6666666667%;
}
@media screen and (max-width: 767px) {
  .footer01 ul {
    justify-content: flex-start;
    gap: 20px 6.7055393586%;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer01 ul li {
  flex: 0 0 21.7391304348%;
}
@media screen and (max-width: 767px) {
  .footer01 ul li {
    flex: 0 0 46.6472303207%;
  }
}
.footer01 ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .footer01 ul li a:hover {
    opacity: .7;
  }
}

.footer02 {
  padding: 80px 0 120px;
  background: #F1F2F3;
}
@media screen and (max-width: 767px) {
  .footer02 {
    padding: 8vw 0 21.3333333333vw;
  }
}
.footer02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.733102253%;
  margin-left: 1.9166666667%;
  margin-right: 1.9166666667%;
}
@media screen and (max-width: 767px) {
  .footer02 ul {
    gap: 16vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer02 ul li {
  flex: 0 0 44.8006932409%;
}
@media screen and (max-width: 767px) {
  .footer02 ul li {
    flex: 0 0 100%;
  }
}
.footer02 ul li a {
  display: block;
  text-decoration: none;
  border-radius: 24px;
  color: #fff;
  padding: 0 100px 0 60px;
  min-height: 270px;
  background: url("../img/ic_arrow02.svg") no-repeat calc(100% - 30px) 50%/66px, url("../img/grade_green.png") no-repeat 0 0/100% 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .footer02 ul li a {
    background: url("../img/ic_arrow02.svg") no-repeat calc(100% - 4.2666666667vw) 50% / 10.6666666667vw, url("../img/grade_green.png") no-repeat 0 0/100% 100%;
    padding: 4.2666666667vw 19.2vw 4.2666666667vw 4.2666666667vw;
    min-height: auto;
  }
}
.footer02 ul li a p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer02 ul li a p {
    font-size: 6.4vw;
  }
}
.footer02 ul li a p + p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .footer02 ul li a:hover {
    opacity: .7;
  }
}
.footer02 ul li:nth-child(2) a {
  background: url("../img/ic_arrow02.svg") no-repeat calc(100% - 30px) 50%/66px, url("../img/grade_blue.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .footer02 ul li:nth-child(2) a {
    background: url("../img/ic_arrow02.svg") no-repeat calc(100% - 4.2666666667vw) 50% / 10.6666666667vw, url("../img/grade_blue.png") no-repeat 0 0/100% 100%;
  }
}

.footer03 {
  background: #10386B;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .footer03 {
    padding: 21.3333333333vw 0 21.8666666667vw;
  }
}
.footer03 .footer03_inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer03 .footer03_inner01 .textWrap {
  flex: 0 0 33.6666666667%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer03 .footer03_inner01 .textWrap {
    flex-basis: 100%;
  }
}
.footer03 .footer03_inner01 .textWrap .logo01 {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .footer03 .footer03_inner01 .textWrap .logo01 {
    width: 64vw;
  }
}
.footer03 .footer03_inner01 .textWrap .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 1.6em;
}
.footer03 .footer03_inner01 .textWrap .tx02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0.6em;
}
.footer03 .footer03_inner01 .textWrap .logo02 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .footer03 .footer03_inner01 .textWrap .logo02 {
    width: 41.0666666667vw;
    margin-top: 9.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer03 .footer03_inner01 .navWrap {
  flex: 0 0 61.3333333333%;
  border-left: 1px solid #fff;
  padding: 2px 0 5px 59px;
}
@media screen and (max-width: 767px) {
  .footer03 .footer03_inner01 .navWrap {
    display: none;
  }
}
.footer03 .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 7.3964497041%;
}
.footer03 .nav > li {
  flex: 0 0 28.4023668639%;
}
.footer03 .nav > li > a {
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
}
.footer03 .nav > li > a > span {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer03 .nav > li > a:hover {
    opacity: .7;
  }
}
.footer03 .nav > li > ul {
  margin: 17px 0 0 20px;
}
.footer03 .nav > li > ul > li + li {
  margin-top: 12px;
}
.footer03 .nav > li > ul > li > a {
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
}
.footer03 .nav > li > ul > li > a > span {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  display: block;
}
.footer03 .nav > li > ul > li > a > span::before {
  content: 'ー';
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .footer03 .nav > li > ul > li > a:hover {
    opacity: .7;
  }
}
.footer03 .copyright {
  text-align: center;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .footer03 .copyright {
    margin-top: 10.4vw;
    font-size: 2.1333333333vw;
  }
}

.pagetop01 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.pagetop01.fadeIn {
  opacity: 1.0;
  visibility: visible;
}

.wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.wrap01:not(:first-child) {
  margin-top: 50px;
}
[class*="heading"] + .wrap01 {
  margin-top: 40px;
}
.wrap01.bC {
  justify-content: center;
}
.wrap01.between {
  justify-content: space-between;
}
.wrap01.aC {
  align-items: center;
}
.wrap01.aEnd {
  align-items: flex-end;
}
.wrap01.reverse {
  flex-direction: row-reverse;
}

.areaLink {
  cursor: pointer;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .areaLink:hover {
    opacity: .7;
  }
}

.CSInner00,
.CSInner01,
.CSInner02,
.CSInner03,
.CSInner04,
.CSInner05,
.CSInner06 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .CSInner00,
  .CSInner01,
  .CSInner02,
  .CSInner03,
  .CSInner04,
  .CSInner05,
  .CSInner06 {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.CSInner01 {
  max-width: 780px;
}

.CSInner02 {
  max-width: 1180px;
}

.CSInner03 {
  max-width: 1120px;
}
.CSInner03 .CSInner01 {
  padding-left: 0;
  padding-right: 0;
}

.CSInner04 {
  max-width: 1240px;
}

.CSInner05 {
  max-width: 1300px;
}

.CSInner06 {
  max-width: 1304px;
}

/* 16:9でレスポンシブ */
.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 → 9 ÷ 16 × 100 */
  overflow: hidden;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
}
.slider * {
  -webkit-user-select: none;
  user-select: none;
}
.slider img {
  -webkit-user-drag: none;
  user-select: none;
}
.slider .viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.slider .viewport .list {
  display: flex;
  transition: transform .45s ease;
  gap: 60px;
}
.slider .viewport .list a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .slider .viewport .list a:hover {
    opacity: .7;
  }
}
.slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .slider .arrow {
    top: 45%;
  }
}
.slider .arrow span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slider .arrow::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .slider .arrow::before {
    width: 10px;
    height: 10px;
  }
}

.slider.slider--card {
  overflow: hidden;
  --arrow-offset: 470px;
  --arrow-edge: 0px;
}
@media screen and (max-width: 767px) {
  .slider.slider--card {
    --arrow-edge: 4px;
  }
}
.slider.slider--card .viewport .list .card {
  flex: 0 0 80%;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .slider.slider--card .viewport .list .card {
    flex: 0 0 85.33%;
  }
}
.slider.slider--card .arrow {
  width: 66px;
  height: 66px;
  border: none;
  border-radius: 50%;
  background-color: #F0EA0C;
  transition: background-color .3s;
}
@media screen and (max-width: 767px) {
  .slider.slider--card .arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.slider.slider--card .arrow.prev {
  left: clamp(var(--arrow-edge), calc(50% - var(--arrow-offset)), 50%);
}
.slider.slider--card .arrow.prev::before {
  transform: translate(-56%, -50%) rotate(0deg);
}
.slider.slider--card .arrow.next {
  right: clamp(var(--arrow-edge), calc(50% - var(--arrow-offset)), 50%);
}
.slider.slider--card .arrow.next::before {
  transform: translate(-56%, -50%) rotate(180deg);
}
.slider.slider--card .arrow::before {
  width: 15px;
  height: 24px;
  background: url("../img/ic_arrow03.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .slider.slider--card .arrow::before {
    width: 2.424vw;
    height: 3.88vw;
  }
}
@media screen and (min-width: 768px) {
  .slider.slider--card .arrow:hover {
    background-color: #f5f055;
  }
}

.slider.slider--simple {
  overflow: visible;
  margin: 40px 0;
}
.slider.slider--simple .viewport .list .card {
  flex: 0 0 100%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider.slider--simple .viewport .list .card {
    flex: 0 0 100%;
    margin: 0;
  }
}
.slider.slider--simple .arrow {
  width: 47px;
  height: 70px;
  border: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .slider.slider--simple .arrow {
    width: 31px;
    height: 34px;
  }
}
.slider.slider--simple .arrow.prev {
  transition: left .6s ease;
  left: -47px;
}
@media screen and (max-width: 1147px) {
  .slider.slider--simple .arrow.prev {
    left: 0;
  }
}
.slider.slider--simple .arrow.prev::before {
  transform: translate(-23%, -50%) rotate(-135deg);
}
.slider.slider--simple .arrow.next {
  transition: right .6s ease;
  right: -47px;
}
@media screen and (max-width: 1147px) {
  .slider.slider--simple .arrow.next {
    right: 0;
  }
}
.slider.slider--simple .arrow.next::before {
  transform: translate(-81%, -50%) rotate(45deg);
}
.slider.slider--simple .arrow::before {
  width: 35px;
  height: 35px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
@media screen and (max-width: 767px) {
  .slider.slider--simple .arrow::before {
    width: 10px;
    height: 10px;
  }
}

.anchorArea {
  margin-top: -132px;
  padding-top: 132px;
}
@media screen and (max-width: 767px) {
  .anchorArea {
    margin-top: -96px;
    padding-top: 96px;
  }
}

.fadeInBottom {
  opacity: 0;
  transform: translateY(70px);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.fadeInBottom.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.heading01,
.heading02 {
  position: relative;
  z-index: 1;
}
.heading01 .en,
.heading02 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .heading01 .en,
  .heading02 .en {
    font-size: 3.5rem;
    margin-bottom: 2.6666666667vw;
  }
}
.heading01 .ja,
.heading02 .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .heading01 .ja,
  .heading02 .ja {
    font-size: 2.6rem;
  }
}

.heading02 .en {
  text-align: center;
  font-size: 4.8rem;
}
.heading02 .ja {
  text-align: center;
}

.heading03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}

.lead01 {
  color: #007BC7;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}

.text01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}

.text02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.text03 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}

.text04 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

.textArea .textBlock + .textBlock {
  margin-top: 60px;
}
.textArea .textBlock .imgWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .textArea .textBlock .imgWrap {
    gap: 24px;
  }
}
.textArea .textBlock .imgWrap .thumb {
  flex: 0 0 46.2962962963%;
}
@media screen and (max-width: 767px) {
  .textArea .textBlock .imgWrap .thumb {
    flex: 0 0 100%;
  }
}
.textArea .textBlock .imgWrap .textWrap {
  flex: 1;
}
.textArea .textBlock .imgWrap + .text01 {
  margin-top: 30px;
}
.textArea .textBlock .lead01 + .text01 {
  margin-top: 24px;
}
.textArea .list01 li {
  padding-left: 1em;
  position: relative;
}
.textArea .list01 li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.list03 li {
  padding-left: 1em;
  position: relative;
}
.list03 li::before {
  font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
  content: '●';
  position: absolute;
  left: 0;
}

.btn01 > button,
.btn01 > a {
  min-width: 215px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  padding: 6px 20px 9px;
  background: #007BC7;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .btn01 > button:hover,
  .btn01 > a:hover {
    opacity: .7;
  }
}
.btn01.type02 > button,
.btn01.type02 > a {
  color: #10386B;
  background: #fff;
}

.btn02 > button,
.btn02 > a {
  display: inline-block;
  min-width: 260px;
  color: #fff;
  cursor: pointer;
  border-radius: 9999px;
  border: 0;
  text-decoration: none;
  padding: 16px 20px 19px;
  background: #007BC7;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .btn02 > button:hover,
  .btn02 > a:hover {
    opacity: .7;
  }
}
.btn02 > button span,
.btn02 > a span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-right: 25px;
  position: relative;
}
.btn02 > button span::before,
.btn02 > a span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 16px;
  background: url("../img/ic_arrow03.svg") no-repeat 0 0/contain;
  transform: translateY(-50%) rotate(180deg);
}

.list01 li {
  padding-left: 1em;
  position: relative;
}
.list01 li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.formItem.is-error .errorText {
  display: block;
}
.formItem .formLabel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.formItem .formLabel .labelText {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
.formItem .formLabel .required {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #FF7070;
}
.formItem .formInput {
  width: 100%;
  padding: 14px 16px;
  border-radius: 4px;
  background: #E6ECF2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .formItem .formInput {
    font-size: 1.6rem;
  }
}
.formItem .formInput:focus {
  border-color: #007BC7;
}
.formItem .errorText {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #FF7070;
  display: none;
}
.formItem .radioItem,
.formItem .checkboxItem {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}
.formItem .radioItem {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
}
.formItem .checkboxItem {
  display: flex;
  align-items: flex-start;
}
.formItem .radioItem input,
.formItem .checkboxItem input {
  position: absolute;
  opacity: 0;
}
.formItem .radioMark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E6ECF2;
  margin-right: 12px;
  position: relative;
}
.formItem .radioItem input:checked + .radioMark::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #2d2d7a;
}
.formItem .checkboxMark {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #E6ECF2;
  margin-right: 12px;
  position: relative;
  top: 3px;
  flex-shrink: 0;
}
.formItem .checkboxText {
  line-height: 1.6;
}
.formItem .checkboxText strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.formItem .checkboxItem input:checked + .checkboxMark::after {
  content: '';
  position: absolute;
  left: 6.5625px;
  top: 2.5px;
  width: 5px;
  height: 9.375px;
  border-right: 2.5px solid #2d2d7a;
  border-bottom: 2.5px solid #2d2d7a;
  transform: rotate(45deg);
}

.hex-video {
  width: 1092px;
  overflow: hidden;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
}
@media screen and (max-width: 767px) {
  .hex-video {
    width: 291.2vw;
  }
}
.hex-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hexItem {
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
}

.infoBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap {
    margin-bottom: 60px;
  }
}
.infoBoxWrap .fig01 {
  flex: 0 0 38.8888888889%;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .fig01 {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.infoBoxWrap .infoBox {
  flex: 0 0 59.4444444444%;
  border: 4px solid #10386B;
  padding: 18px 16px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .infoBox {
    flex: 0 0 100%;
  }
}
.infoBoxWrap .infoBox .tx01 {
  color: #007BC7;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .infoBox .tx01 {
    font-size: 1.728rem;
  }
}
.infoBoxWrap .infoBox .tx02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .infoBox .tx02 {
    font-size: 1.728rem;
  }
}
.infoBoxWrap .infoBox dl {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.infoBoxWrap .infoBox dl + dl {
  margin-top: 10px;
}
.infoBoxWrap .infoBox dl dt {
  flex: 0 0 48px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  border: 1px solid #000;
  min-width: 48px;
  padding-right: 0.15em;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .infoBox dl dt {
    font-size: 1.512rem;
  }
}
.infoBoxWrap .infoBox dl dd {
  flex: 1 1 calc(100% - 48px);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.33;
  padding-top: 0.15em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .infoBox dl dd {
    font-size: 1.44rem;
  }
}
.infoBoxWrap .infoBox dl dd p {
  line-height: 1.1;
}
.infoBoxWrap .infoBox dl dd p + p {
  margin-top: 0.9em;
}
.infoBoxWrap .infoBox dl.type02 dd {
  padding-top: 0;
}
.infoBoxWrap .infoBox .textWrap {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .infoBox .textWrap {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.infoBoxWrap .infoBox .qr01 {
  flex: 0 0 150px;
}
@media screen and (max-width: 870px) {
  .infoBoxWrap .infoBox .qr01 {
    flex: 0 0 24.9169435216%;
  }
}
@media screen and (max-width: 767px) {
  .infoBoxWrap .infoBox .qr01 {
    flex: 0 0 50%;
  }
}

.topArea04 .youtubeContainer,
.projectsArea06 .youtubeContainer,
.projectsArea08 .youtubeContainer {
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}

.projectsArea06 .youtubeContainer {
  margin-top: 60px;
  margin-bottom: 110px;
}

.projectsArea08 .youtubeContainer {
  margin-bottom: 120px;
}

.topArea01 {
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  min-height: 1024px;
}
@media screen and (max-width: 767px) {
  .topArea01 {
    min-height: 216.5333333333vw;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 {
    width: 77.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.topArea01 .inner01 .item01 {
  position: absolute;
  top: 836px;
  left: calc(50% - 456px);
  width: 116.52px;
  background: url("../img/grade_blue.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 .item01 {
    display: none;
  }
}
.topArea01 .inner01 .item02 {
  position: absolute;
  top: 718px;
  left: calc(50% - 569px);
  width: 172px;
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 .item02 {
    display: none;
  }
}
.topArea01 .inner01 .item03 {
  position: absolute;
  top: 273px;
  left: calc(50% - 681px);
  width: 487px;
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 .item03 {
    width: 129.8666666667vw;
    top: 70.1333333333vw;
    left: -48.2666666667vw;
  }
}
.topArea01 .inner01 .item04 {
  position: absolute;
  top: -155px;
  left: calc(50% - 306px);
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 .item04 {
    left: 50%;
  }
}
.topArea01 .inner01 .item05 {
  position: absolute;
  top: 553px;
  left: calc(50% - 420px);
  width: 366px;
  background: rgba(255, 241, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 .item05 {
    top: 144.8vw;
    left: 21.3333333333vw;
    width: 97.6vw;
  }
}
.topArea01 .inner01 .item06 {
  position: absolute;
  top: -170px;
  left: calc(50% + 481px);
  width: 366px;
  background: #fff100;
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 .item06 {
    top: -45.3333333333vw;
    left: 77.6vw;
    width: 97.6vw;
  }
}
.topArea01 .inner01 > .inner02 {
  padding-top: 342px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topArea01 .inner01 > .inner02 {
    padding-top: 52.2666666667vw;
  }
}

.topArea02 {
  padding: 130px 0 120px;
}
@media screen and (max-width: 767px) {
  .topArea02 {
    position: relative;
    overflow: hidden;
    padding: 34.4vw 0 21.3333333333vw;
  }
  .topArea02::before {
    content: '';
    position: absolute;
    background: rgba(255, 241, 0, 0.8);
    top: -71.7333333333vw;
    left: 21.3333333333vw;
    width: 97.6vw;
    aspect-ratio: 1092 / 1262;
    clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  }
}
.topArea02 .topArea02_inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.topArea02 .topArea02_inner01 .titleWrap {
  flex: 0 0 37.8333333333%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topArea02 .topArea02_inner01 .titleWrap {
    flex-basis: 100%;
  }
}
.topArea02 .topArea02_inner01 .titleWrap::before {
  content: '';
  position: absolute;
  top: -88px;
  left: -40px;
  width: 213px;
  background: url("../img/grade_yellow01.png") no-repeat 0 0/100% 100%;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
}
@media screen and (max-width: 767px) {
  .topArea02 .topArea02_inner01 .titleWrap::before {
    top: -24vw;
    left: 0vw;
    width: 56.8vw;
  }
}
.topArea02 .topArea02_inner01 .titleWrap .ti01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topArea02 .topArea02_inner01 .titleWrap .ti01 {
    font-size: 5.3333333333vw;
    margin-left: 10.6666666667vw;
  }
}
.topArea02 .topArea02_inner01 .titleWrap .ti02 {
  position: relative;
  margin-top: 16px;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .topArea02 .topArea02_inner01 .titleWrap .ti02 {
    margin-top: 3.7333333333vw;
    margin-left: auto;
    width: 77.3333333333vw;
  }
}
.topArea02 .topArea02_inner01 .textWrap {
  flex: 0 0 55.5833333333%;
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .topArea02 .topArea02_inner01 .textWrap {
    flex-basis: 100%;
    padding-top: 16.5333333333vw;
  }
}
.topArea02 .topArea02_inner01 .textWrap .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.8;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .topArea02 .topArea02_inner01 .textWrap .tx01 {
    font-size: 5.3333333333vw;
    margin-bottom: 1.1em;
  }
}

.topArea03 {
  background: url("../../img/map01.svg") no-repeat calc(50% + 156.5px) calc(100% + 847px), url("../../img/bg02.jpg") no-repeat 0 0/cover;
  padding: 48px 0 151px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topArea03 {
    background: url("../../img/bg02s.jpg") no-repeat 0 0/cover;
    padding: 21.8666666667vw 0 21.3333333333vw;
  }
}
.topArea03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 331px;
  background: url("../../img/bg03.svg") no-repeat 50% 100%/cover;
}
@media screen and (max-width: 767px) {
  .topArea03::before {
    height: 88.2666666667vw;
    background: url("../../img/bg03.svg") no-repeat 0% 100%/cover;
  }
}
.topArea03 .topArea03_inner01 {
  color: #fff;
}
.topArea03 .topArea03_inner01 .titleWrap {
  min-height: 283px;
}
.topArea03 .topArea03_inner01 .titleWrap .ti01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.8;
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .topArea03 .topArea03_inner01 .titleWrap .ti01 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.topArea03 .topArea03_inner01 .titleWrap .heading01 {
  position: relative;
}
.topArea03 .topArea03_inner01 .titleWrap .heading01 .en {
  margin-bottom: 22px;
}
@media screen and (max-width: 920px) {
  .topArea03 .topArea03_inner01 .titleWrap .heading01 .en {
    font-size: 6.9565217391vw;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .topArea03 .topArea03_inner01 .titleWrap .heading01 .en {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.topArea03 .topArea03_inner01 .titleWrap .ti03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topArea03 .topArea03_inner01 .titleWrap .ti03 {
    font-size: 2.6rem;
  }
}
.topArea03 .topArea03_inner01 .textWrap {
  padding-top: 21px;
}
.topArea03 .topArea03_inner01 .textWrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7777777778%;
  margin-top: 67px;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .topArea03 .topArea03_inner01 .textWrap ul {
    gap: 24px;
    margin-top: 9.6vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.topArea03 .topArea03_inner01 .textWrap ul li {
  flex: 0 0 31.4814814815%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .topArea03 .topArea03_inner01 .textWrap ul li {
    flex: 0 0 100%;
  }
}
.topArea03 .topArea03_inner01 .textWrap ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 37px 10px 87px;
  background: url("../img/ic_arrow01.svg") no-repeat 50% calc(100% - 50px);
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .topArea03 .topArea03_inner01 .textWrap ul li a {
    padding: 16px 10px;
    background: url("../img/ic_arrow01.svg") no-repeat calc(100% - 24.50px) 50%;
  }
}
.topArea03 .topArea03_inner01 .textWrap ul li a span {
  text-align: center;
  color: #10386B;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .topArea03 .topArea03_inner01 .textWrap ul li a span {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .topArea03 .topArea03_inner01 .textWrap ul li a:hover {
    opacity: .7;
  }
}

.topArea04 {
  background: url("../../img/map01.svg") no-repeat calc(50% + 156.5px) -696px, linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  padding: 83px 0 117px;
}
@media screen and (max-width: 767px) {
  .topArea04 {
    background: url("../../img/map01.svg") no-repeat -2.1333333333vw -186.6666666667vw, linear-gradient(0deg, #10386b 0%, #007bc7 100%);
    padding: 21.6vw 0 21.0666666667vw;
  }
}
.topArea04 .topArea04_inner01 {
  color: #fff;
}
.topArea04 .topArea04_inner01 .titleWrap .heading01 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .topArea04 .topArea04_inner01 .titleWrap .heading01 {
    margin-bottom: 10.4vw;
  }
}
.topArea04 .topArea04_inner01 .titleWrap .heading01 .en {
  margin-bottom: 12px;
}
@media screen and (max-width: 920px) {
  .topArea04 .topArea04_inner01 .titleWrap .heading01 .en {
    font-size: 6.9565217391vw;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .topArea04 .topArea04_inner01 .titleWrap .heading01 .en {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.topArea04 .topArea04_inner01 .btn01 {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .topArea04 .topArea04_inner01 .btn01 {
    margin-top: 61.8666666667vw;
    text-align: center;
  }
}
.topArea04 .topArea04_inner01 .btn01 a {
  min-width: 215px;
}
.topArea04 .topArea04_inner01 .youtubeContainer {
  max-width: 58.4166666667%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .topArea04 .topArea04_inner01 .youtubeContainer {
    max-width: 100%;
  }
}

.heading01Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.heading01Wrap .heading01 .en {
  margin-bottom: 23px;
}
@media screen and (max-width: 920px) {
  .heading01Wrap .heading01 .en {
    font-size: 6.9565217391vw;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .heading01Wrap .heading01 .en {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.heading01Wrap .btn01 {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .heading01Wrap .btn01 {
    display: none;
  }
}

.topArea05 {
  background: #F1F2F3;
  padding: 143px 0 180px;
}
@media screen and (max-width: 767px) {
  .topArea05 {
    padding: 21.3333333333vw 0 7.2vw;
  }
}
.topArea05 .slider {
  margin-top: 79px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topArea05 .slider {
    margin-top: 9.6vw;
    margin-bottom: 9.3333333333vw;
  }
}
.topArea05 .interviewBox {
  border: 10px solid #007BC7;
  background: #fff;
  border-radius: 24px;
  padding: 48px 54px 47px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topArea05 .interviewBox {
    border-width: 5px;
    padding: 4vw;
  }
}
.topArea05 .interviewBox .interviewBox_inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .topArea05 .interviewBox .interviewBox_inner01 {
    margin-bottom: 5.3333333333vw;
  }
}
.topArea05 .interviewBox .interviewBox_inner01 .img01 {
  flex: 0 0 45.0980392157%;
}
@media screen and (max-width: 767px) {
  .topArea05 .interviewBox .interviewBox_inner01 .img01 {
    flex-basis: 100%;
  }
}
.topArea05 .interviewBox .interviewBox_inner01 .textWrap {
  flex: 0 0 52.1008403361%;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .topArea05 .interviewBox .interviewBox_inner01 .textWrap {
    flex-basis: 100%;
    padding-top: 0;
    margin-bottom: 8vw;
  }
}
.topArea05 .interviewBox .interviewBox_inner01 .textWrap .ti01 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .topArea05 .interviewBox .interviewBox_inner01 .textWrap .ti01 {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.topArea05 .interviewBox .interviewBox_inner01 .textWrap .ti01 span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 6.4rem;
  margin-left: 0.1em;
}
@media screen and (max-width: 767px) {
  .topArea05 .interviewBox .interviewBox_inner01 .textWrap .ti01 span {
    font-size: 9.3333333333vw;
    margin-left: 0.18em;
  }
}
.topArea05 .interviewBox .interviewBox_inner01 .textWrap .ti02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topArea05 .interviewBox .interviewBox_inner01 .textWrap .ti02 {
    font-size: 5.8666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .topArea06 {
    background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
    min-height: 720px;
  }
}
@media screen and (max-width: 767px) {
  .topArea06 {
    background: #F1F2F3;
    position: relative;
  }
  .topArea06::before {
    content: '';
    position: absolute;
    top: 14.4vw;
    left: 0;
    width: 100%;
    height: calc(100% - 34.4vw);
    background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  }
}
@media screen and (max-width: 767px) {
  .topArea06 .CSInner05 {
    padding-left: 0;
    padding-right: 0;
  }
}
.topArea06 .itemWrap {
  margin-left: 16px;
  margin-right: -16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.topArea06 .itemWrap .item {
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
  color: #fff;
  position: absolute;
}
.topArea06 .itemWrap .item .heading01 {
  text-align: center;
}
.topArea06 .itemWrap .item .heading01 .en {
  margin-bottom: 23px;
}
@media screen and (max-width: 920px) {
  .topArea06 .itemWrap .item .heading01 .en {
    font-size: 6.9565217391vw;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item .heading01 .en {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item .heading01 ja {
    font-size: 6.9333333333vw;
  }
}
.topArea06 .itemWrap .item .text02 {
  max-width: 431px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item .text02 {
    margin-top: 6.4vw;
  }
}
.topArea06 .itemWrap .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .topArea06 .itemWrap .item a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item a {
    background: url("../img/ic_arrow02.svg") no-repeat 50% 89.2% / 11.7333333333vw;
  }
}
.topArea06 .itemWrap .item a > .inner01 {
  padding-top: 164px;
  padding-bottom: 122px;
  background: url("../img/ic_arrow02.svg") no-repeat 50% 100%/66px;
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item a > .inner01 {
    padding: 5.3333333333vw 4.2666666667vw 0;
    background: none;
  }
}
.topArea06 .itemWrap .item:nth-child(1) {
  top: -220px;
  left: 0;
  width: 655.5px;
  aspect-ratio: 1098 / 1262;
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item:nth-child(1) {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 2;
    aspect-ratio: 928 / 1262;
  }
}
.topArea06 .itemWrap .item:nth-child(2) {
  top: 40px;
  right: 0;
  width: 682.5px;
  aspect-ratio: 1098 / 1262;
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item:nth-child(2) {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: -26.9333333333vw;
    aspect-ratio: 928 / 1262;
  }
}
.topArea06 .itemWrap .item:nth-child(2) .text02 {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item:nth-child(2) .text02 {
    margin-top: 6.4vw;
  }
}
.topArea06 .itemWrap .item:nth-child(2) a > .inner01 {
  padding-top: 71px;
  padding-bottom: 108px;
}
@media screen and (max-width: 767px) {
  .topArea06 .itemWrap .item:nth-child(2) a > .inner01 {
    padding: 5.3333333333vw 4.2666666667vw 0;
  }
}

.topArea07 {
  background: #F1F2F3;
  padding: 120px 0 108px;
}
@media screen and (max-width: 767px) {
  .topArea07 {
    padding: 22.9333333333vw 0 21.0666666667vw;
  }
}
.topArea07 .heading01 .en {
  margin-left: -8px;
}
.topArea07 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 4.1366906475%;
  margin: 84px 44px 0;
}
@media screen and (max-width: 767px) {
  .topArea07 ul {
    margin: 36px 0;
    gap: 9.6vw 0;
  }
}
.topArea07 ul li {
  flex: 0 0 30.5755395683%;
}
@media screen and (max-width: 767px) {
  .topArea07 ul li {
    flex-basis: 100%;
  }
}
.topArea07 ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
.topArea07 ul li a figure {
  margin-bottom: 18px;
}
.topArea07 ul li a .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  line-height: 1.4;
  padding-right: 24px;
  background: url("../img/ic_arrow01.svg") no-repeat 100% 3px;
  margin-bottom: 20px;
  min-height: 22px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .topArea07 ul li a:hover {
    opacity: .7;
  }
}

.topArea08 {
  background: #fff;
  padding: 121px 0 121px;
}
@media screen and (max-width: 767px) {
  .topArea08 {
    padding: 21.3333333333vw 0 21.3333333333vw;
  }
}
.topArea08 .heading01 .en {
  margin-left: -7px;
}
.topArea08 ul {
  border-top: 1px solid #E7E7E7;
  margin: 75px 0 0;
}
@media screen and (max-width: 767px) {
  .topArea08 ul {
    margin: 9.3333333333vw 0 9.3333333333vw;
  }
}
.topArea08 ul li {
  border-bottom: 1px solid #E7E7E7;
}
.topArea08 ul li a {
  display: block;
  text-decoration: none;
  padding: 39px 11.6666666667% 39px 4.9166666667%;
  background: url("../img/ic_arrow01.svg") no-repeat calc(100% - 60px) 50%;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .topArea08 ul li a {
    padding: 5.3333333333vw 8vw 5.3333333333vw 0;
    background: url("../img/ic_arrow01.svg") no-repeat 100% 50%;
  }
}
.topArea08 ul li a dl {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .topArea08 ul li a dl {
    flex-direction: column;
    gap: 0;
  }
}
.topArea08 ul li a dl dt {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  width: 8em;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .topArea08 ul li a dl dt {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .topArea08 ul li a:hover {
    opacity: .7;
  }
}

.pickupBox {
  margin-top: 100px;
  margin-left: -10px;
  margin-right: -10px;
  border: 10px solid #007BC7;
  border-radius: 24px;
  padding: 54px 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickupBox {
    border-width: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px;
  }
}
.pickupBox::before {
  content: '';
  position: absolute;
  bottom: -43px;
  right: -84px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  width: 152px;
  background: url("../img/grade_blue.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .pickupBox::before {
    bottom: -30.96px;
    right: -60.48px;
    width: 109.44px;
  }
}
.pickupBox::after {
  content: '';
  position: absolute;
  bottom: -59px;
  right: 21px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  width: 90px;
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .pickupBox::after {
    bottom: -42.48px;
    right: 15.12px;
    width: 64.8px;
  }
}
.pickupBox .new {
  position: absolute;
  top: -66px;
  left: -33px;
  padding: 11px 0 0 47px;
}
@media screen and (max-width: 767px) {
  .pickupBox .new {
    top: -66px;
    left: -4vw;
  }
}
.pickupBox .new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  width: 115px;
  background: #fff100;
}
@media screen and (max-width: 767px) {
  .pickupBox .new::before {
    width: 82.8px;
  }
}
.pickupBox .new span {
  position: relative;
  color: #004DA7;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.8;
  text-shadow: white 4px 0px 0px, white 3.87565px 0.989616px 0px, white 3.51033px 1.917702px 0px, white 2.926755px 2.726555px 0px, white 2.161209px 3.365884px 0px, white 1.261289px 3.795938px 0px, white 0.282949px 3.98998px 0px, white -0.712984px 3.935944px 0px, white -1.664587px 3.63719px 0px, white -2.512695px 3.112293px 0px, white -3.204574px 2.393888px 0px, white -3.69721px 1.526644px 0px, white -3.95997px 0.56448px 0px, white -3.976519px -0.432781px 0px, white -3.745827px -1.403133px 0px, white -3.282238px -2.286245px 0px, white -2.614574px -3.02721px 0px, white -1.78435px -3.579957px 0px, white -0.843183px -3.91012px 0px, white 0.150409px -3.997171px 0px, white 1.134649px -3.835697px 0px, white 2.048342px -3.435738px 0px, white 2.834679px -2.822161px 0px, white 3.44477px -2.033116px 0px, white 3.840681px -1.117662px 0px, white 3.997798px -0.132717px 0px;
}
@media screen and (max-width: 767px) {
  .pickupBox .new span {
    font-size: 4.608rem;
  }
}
.pickupBox .pickupBox_inner01 {
  display: flex;
  flex-wrap: wrap;
  gap: 9.6456692913%;
}
.pickupBox .pickupBox_inner01 .img01 {
  flex: 0 0 39.3700787402%;
}
@media screen and (max-width: 767px) {
  .pickupBox .pickupBox_inner01 .img01 {
    flex: 0 0 100%;
  }
}
.pickupBox .pickupBox_inner01 .textWrap {
  flex: 0 0 50.9842519685%;
}
@media screen and (max-width: 767px) {
  .pickupBox .pickupBox_inner01 .textWrap {
    flex: 0 0 100%;
    margin-top: 20px;
    position: relative;
  }
}
.pickupBox .pickupBox_inner01 .textWrap .ti01 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .pickupBox .pickupBox_inner01 .textWrap .ti01 {
    font-size: 2.304rem;
  }
}
.pickupBox .pickupBox_inner01 .textWrap .ti01 span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .pickupBox .pickupBox_inner01 .textWrap .ti01 span {
    font-size: 4.032rem;
  }
}
.pickupBox .pickupBox_inner01 .textWrap .ti02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .pickupBox .pickupBox_inner01 .textWrap .ti02 {
    font-size: 2.016rem;
  }
}
.pickupBox .pickupBox_inner01 .textWrap .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  position: relative;
  text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}

.interviewArea01 {
  padding-top: 166px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .interviewArea01 {
    padding-top: 34.4vw;
    overflow: hidden;
  }
}
.interviewArea01 .slider {
  margin-top: 79px;
  z-index: 1;
}
.interviewArea01 .slider .viewport .list {
  gap: 65px;
}
@media screen and (max-width: 767px) {
  .interviewArea01 .slider .viewport .list {
    gap: 30px;
  }
}
.interviewArea01 .slider.slider--card .viewport .list .card {
  flex: 0 0 45.76%;
  max-width: 659px;
}
@media screen and (max-width: 767px) {
  .interviewArea01 .slider.slider--card .viewport .list .card {
    flex: 0 0 70%;
  }
}

.interviewArea02 {
  padding-top: 100px;
}
.interviewArea02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 2.7777777778%;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .interviewArea02 ul {
    gap: 36px 4%;
  }
}
.interviewArea02 ul li {
  flex: 0 0 30.5555555556%;
}
@media screen and (max-width: 767px) {
  .interviewArea02 ul li {
    flex: 0 0 48%;
  }
}
.interviewArea02 ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
.interviewArea02 ul li a img {
  margin-bottom: 10px;
}
.interviewArea02 ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .interviewArea02 ul li a span {
    font-size: 1.296rem;
  }
}
.interviewArea02 ul li a > span {
  display: flex;
  padding: 0 40px 0 0;
  background: url("../img/ic_arrow01.svg") no-repeat 100% 50%;
}
@media screen and (max-width: 767px) {
  .interviewArea02 ul li a > span {
    padding: 0 28.8px 0 0;
  }
}
.interviewArea02 ul li a > span > span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .interviewArea02 ul li a:hover {
    opacity: .7;
  }
}
.interviewArea02 .btn01 {
  text-align: center;
}

.interview_heading01Wrap {
  padding-top: 72px;
  margin-bottom: 67px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview_heading01Wrap {
    padding-top: 43.2px;
    margin-bottom: 40.2px;
  }
}
.interview_heading01Wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -140px;
  width: 167px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  background: url("../img/grade_blue.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .interview_heading01Wrap::before {
    top: 20px;
    left: -44px;
    width: 100.2px;
  }
}
.interview_heading01Wrap::after {
  content: '';
  position: absolute;
  top: 111px;
  left: -34px;
  width: 82px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  background: url("../img/grade_navy.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .interview_heading01Wrap::after {
    top: 86.6px;
    left: 19.6px;
    width: 49.2px;
  }
}

.interview_heading01 {
  padding: 0 30px 10px;
  max-width: 994px;
  margin-left: 86px;
  border-bottom: 2px solid #10386B;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview_heading01 {
    margin-left: 61.92px;
  }
}
.interview_heading01::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -75px;
  width: 74.5px;
  height: 2px;
  background: #10386B;
  transform: rotate(59.3deg);
  transform-origin: right bottom;
}
.interview_heading01 .en {
  color: #0A2E63;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .interview_heading01 .en {
    font-size: 2.4rem;
  }
}
.interview_heading01 .ja {
  color: #10386B;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .interview_heading01 .ja {
    font-size: 2.4rem;
  }
}

.interviewArea03 {
  padding-top: 10px;
}
.interviewArea03 .hdg01Wrap {
  padding-bottom: 22px;
  margin-bottom: 35px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.interviewArea03 .hdg01Wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #007BC7 0, #007BC7 5px, transparent 5px, transparent 10px);
}
.interviewArea03 .hdg01Wrap .hdg01_sub {
  color: #007BC7;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .interviewArea03 .hdg01Wrap .hdg01_sub {
    font-size: 1.728rem;
  }
}
.interviewArea03 .hdg01Wrap .hdg01 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.interviewArea03 .hdg01Wrap .hdg01 span {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .interviewArea03 .hdg01Wrap .hdg01 span {
    font-size: 1.44rem;
  }
}
.interviewArea03 .hdg01Wrap .hdg01 span.palceWrap {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .interviewArea03 .hdg01Wrap .hdg01 span.palceWrap {
    font-size: 2.592rem;
  }
}
.interviewArea03 .hdg01Wrap .hdg01 span span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .interviewArea03 .hdg01Wrap .hdg01 span span {
    font-size: 1.728rem;
    margin-left: auto;
  }
}
.interviewArea03 .hdg01Wrap .hdg01 span.name {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .interviewArea03 .hdg01Wrap .hdg01 span.name {
    font-size: 2.592rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewArea03 .hdg01Wrap .hdg01 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .interviewArea03 .hdg01Wrap .hdg01 .nameWrap {
    margin-left: auto;
  }
}
.interviewArea03 .youtubeContainer {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .interviewArea03 .youtubeContainer {
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .interviewArea03 .youtubeContainer {
    margin-bottom: 60px;
  }
}

.interview_nav {
  padding: 0 3.3333333333%;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .interview_nav {
    padding: 0;
  }
}
.interview_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.3650793651%;
  margin-bottom: 52px;
}
.interview_nav ul li {
  width: 47.8174603175%;
}
.interview_nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .interview_nav ul li a:hover {
    opacity: .7;
  }
}
.interview_nav ul li a .text {
  display: inline-block;
  color: #10386B;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li a .text {
    font-size: 1.728rem;
  }
}
.interview_nav ul li a .text::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 14px;
  height: 23px;
  background: url("../img/ic_arrow01.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li a .text::before {
    width: 10.08px;
    height: 16.56px;
  }
}
.interview_nav ul li a .box {
  border: 8px solid #007BC7;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li a .box {
    border-width: 4px;
    padding: 17.28px;
  }
}
.interview_nav ul li a .box .thumb {
  flex: 0 0 52.1531100478%;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li a .box .thumb {
    flex: 0 0 100%;
  }
}
.interview_nav ul li a .box .textWrap {
  flex: 1;
}
.interview_nav ul li a .box .textWrap .tx01 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li a .box .textWrap .tx01 {
    font-size: 2.88rem;
    margin-bottom: 10.8px;
  }
}
.interview_nav ul li a .box .textWrap .tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li a .box .textWrap .tx02 {
    font-size: 1.728rem;
  }
}
.interview_nav ul li.prev a .text {
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li.prev a .text {
    padding-left: 31.68px;
  }
}
.interview_nav ul li.prev a .text::before {
  left: 0;
  transform: translateY(-40%) rotate(180deg);
}
.interview_nav ul li.next a .text {
  padding-right: 44px;
}
@media screen and (max-width: 767px) {
  .interview_nav ul li.next a .text {
    padding-right: 31.68px;
  }
}
.interview_nav ul li.next a .text::before {
  right: 0;
  transform: translateY(-40%) rotate(0deg);
}
.interview_nav .btn01 {
  text-align: center;
}

.ventureArea01 .ventureArea02 {
  padding-top: 166px;
  background: url("../../venture_village/img/bg01.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea02 {
    padding-top: 34.4vw;
  }
}
.ventureArea01 .ventureArea02 .CSInner04 {
  min-height: 596px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea02 .CSInner04 {
    min-height: 168.2666666667vw;
  }
}
.ventureArea01 .ventureArea02 .CSInner04 .tx01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.8;
  text-shadow: 0 7px 4px rgba(0, 0, 0, 0.48);
  position: absolute;
  bottom: 62px;
  right: 22px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea02 .CSInner04 .tx01 {
    font-size: 7.4666666667vw;
  }
}
.ventureArea01 .ventureArea03 {
  padding-top: 61px;
  padding-bottom: 61px;
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  color: #fff;
  text-align: center;
}
.ventureArea01 .ventureArea03 .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea03 .tx01 {
    font-size: 1.728rem;
  }
}
.ventureArea01 .ventureArea03 .tx01 + .tx01 {
  margin-top: 1.98em;
}
.ventureArea01 .ventureArea03 .ventureArea03_inner01 {
  position: relative;
  z-index: 1;
}
.ventureArea01 .ventureArea03 .CSInner04 {
  position: relative;
}
.ventureArea01 .ventureArea03 .CSInner04::before {
  content: '';
  position: absolute;
  top: -208px;
  left: calc(50% - 673px);
  width: 238px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea03 .CSInner04::before {
    top: -36.8vw;
    left: -17.3333333333vw;
    width: 43.976vw;
  }
}
.ventureArea01 .ventureArea03 .CSInner04::after {
  content: '';
  position: absolute;
  top: -52px;
  left: calc(50% - 501px);
  width: 124px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  background: url("../img/grade_yellow02.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea03 .CSInner04::after {
    top: -8.0106666667vw;
    left: 14.408vw;
    width: 22.9653333333vw;
  }
}
.ventureArea01 .ventureArea04 {
  padding-top: 83px;
  padding-bottom: 81px;
  text-align: center;
  color: #10386B;
}
.ventureArea01 .ventureArea04 .inner01 + .inner01 {
  margin-top: 80px;
}
.ventureArea01 .ventureArea04 .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea04 .tx01 {
    font-size: 2.304rem;
  }
}
.ventureArea01 .ventureArea04 .tx01 .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  margin-right: 0.05em;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea04 .tx01 .en {
    font-size: 2.592rem;
  }
}
.ventureArea01 .ventureArea04 .tx02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .ventureArea01 .ventureArea04 .tx02 {
    font-size: 1.44rem;
  }
}
.ventureArea01 .ventureArea04 .tx02 + .tx02 {
  margin-top: 1.8em;
}

.ventureArea05 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F1F2F3;
}
.ventureArea05 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2773722628%;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .ventureArea05 ul {
    margin-left: 0;
    margin-right: 0;
    gap: 24px;
  }
}
.ventureArea05 ul li {
  border: 8px solid #007BC7;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  flex: 1 1 32.4817518248%;
}
@media screen and (max-width: 767px) {
  .ventureArea05 ul li {
    border-width: 4px;
    padding: 17.28px;
    flex: 1 1 100%;
  }
}
.ventureArea05 ul li figure {
  margin-bottom: 9px;
}
.ventureArea05 ul li .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.4;
}
.ventureArea05 ul li .tx01 + .tx02 {
  margin-top: 30px;
}
.ventureArea05 ul li .tx02 {
  text-align: right;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  line-height: 1.4;
}

.ventureArea06 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.ventureArea06 .itemWrap {
  margin-top: 60px;
}
.ventureArea06 .itemWrap .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .itemWrap .item {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.ventureArea06 .itemWrap .item + .item {
  margin-top: 60px;
}
.ventureArea06 .itemWrap .item.reverse {
  flex-direction: row-reverse;
}
.ventureArea06 .itemWrap .item.reverse .textWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ventureArea06 .itemWrap .item.reverse .textWrap > .inner01 {
  margin-right: 56px;
  padding-left: 20px;
  padding-right: 0;
  max-width: 504px;
  width: 100%;
}
.ventureArea06 .itemWrap .item dl {
  display: flex;
  flex-wrap: wrap;
}
.ventureArea06 .itemWrap .item dl dt,
.ventureArea06 .itemWrap .item dl dd {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.ventureArea06 .itemWrap .item dl dd {
  flex: 1;
}
.ventureArea06 .itemWrap .item dl dd .note {
  margin-left: 5em;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .itemWrap .item dl dd .note {
    margin-left: 0;
    font-size: 1.3rem;
  }
}
.ventureArea06 .itemWrap .item figure {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .itemWrap .item figure {
    flex: 0 0 100%;
  }
}
.ventureArea06 .itemWrap .item figure img {
  width: 100%;
}
.ventureArea06 .itemWrap .item .textWrap {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .itemWrap .item .textWrap {
    flex: 0 0 100%;
  }
}
.ventureArea06 .itemWrap .item .textWrap > .inner01 {
  padding-left: 56px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .itemWrap .item .textWrap > .inner01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ventureArea06 .itemWrap .item .hdg01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
}
.ventureArea06 .itemWrap .item .list01 li {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.ventureArea06 .itemWrap .item .list01 li + li {
  margin-top: 10px;
}
.ventureArea06 .btn01 {
  text-align: center;
  margin: 60px 0;
}
.ventureArea06 .btn01 a {
  min-width: 287px;
}
.ventureArea06 .box {
  border: 4px solid #007BC7;
  border-radius: 24px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .box {
    padding: 28.8px;
  }
}
.ventureArea06 .box .hdg01 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
  margin-top: -0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .box .hdg01 {
    font-size: 2.592rem;
    margin-bottom: 20px;
  }
}
.ventureArea06 .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ventureArea06 .box ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ventureArea06 .box ul {
    gap: 12px;
  }
}
.ventureArea06 .box ul li {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .box ul li {
    font-size: 1.3rem;
    padding-left: 14px;
  }
}
.ventureArea06 .box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #007BC7;
}
@media screen and (max-width: 767px) {
  .ventureArea06 .box ul li::before {
    width: 5px;
  }
}

.ventureArea07 {
  padding-top: 81px;
  padding-bottom: 61px;
  background: #EDF7FB;
}
.ventureArea07 ul {
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.ventureArea07 ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  width: 100%;
}
.ventureArea07 ul li .question {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding: 26px 65px 26px 84px;
  min-height: 84px;
}
@media screen and (max-width: 767px) {
  .ventureArea07 ul li .question {
    padding: 18.72px 46.8px 18.72px 60.48px;
  }
}
.ventureArea07 ul li .question .ico.q {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: url("../img/ic_Q.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .ventureArea07 ul li .question .ico.q {
    width: 31.68px;
    height: 31.68px;
  }
}
.ventureArea07 ul li .question .ico.q span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ventureArea07 ul li .question::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 17px;
  background: url("../img/ic_arrow04.svg") no-repeat 0 0/contain;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .ventureArea07 ul li .question::before {
    right: 14.4px;
    width: 20px;
    height: 13.6px;
  }
}
.ventureArea07 ul li .question.open::before {
  transform: translateY(-50%) rotate(0);
}
.ventureArea07 ul li .answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
}
.ventureArea07 ul li .answer.is-open {
  opacity: 1;
}
.ventureArea07 ul li .answer .answerInner {
  position: relative;
  padding: 25px 20px 25px 123px;
}
@media screen and (max-width: 767px) {
  .ventureArea07 ul li .answer .answerInner {
    padding: 18px 14.4px 18px 88.56px;
  }
}
.ventureArea07 ul li .answer .answerInner.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ventureArea07 ul li .answer .answerInner.flex .text02 {
  flex: 0 0 calc(100% - 208px - 20px);
}
@media screen and (max-width: 767px) {
  .ventureArea07 ul li .answer .answerInner.flex .text02 {
    flex: 0 0 100%;
  }
}
.ventureArea07 ul li .answer .answerInner.flex .btn01 {
  flex: 0 0 208px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .ventureArea07 ul li .answer .answerInner.flex .btn01 {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.ventureArea07 ul li .answer .answerInner.flex .btn01 > a {
  font-size: 1.6rem;
}
.ventureArea07 ul li .answer .ico.a {
  position: absolute;
  left: 60px;
  top: 19px;
  width: 44px;
  height: 44px;
  background: url("../img/ic_A.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .ventureArea07 ul li .answer .ico.a {
    left: 43.2px;
    top: 13.68px;
    width: 31.68px;
    height: 31.68px;
  }
}
.ventureArea07 ul li .answer .ico.a span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ventureArea07 ul li .answer p + p {
  margin: 0.6em 0 0;
}

.projectsArea01 .heading01 {
  color: #fff;
}
.projectsArea01 .video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 500px;
  transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .video {
    height: calc(32vw + 334px);
  }
}
.projectsArea01 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .video video {
    width: auto;
    height: 100%;
  }
}
.projectsArea01 .projectsArea02 {
  padding-top: 166px;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea02 {
    padding-top: 34.4vw;
  }
}
.projectsArea01 .projectsArea02 .CSInner04 {
  min-height: 334px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea02 .CSInner04 {
    min-height: 98.9333333333vw;
  }
}
.projectsArea01 .projectsArea02 .CSInner04 .tx01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.8;
  text-shadow: 0 7px 4px rgba(0, 0, 0, 0.48);
  position: absolute;
  bottom: 62px;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea02 .CSInner04 .tx01 {
    font-size: 7.4666666667vw;
  }
}
.projectsArea01 .projectsArea03 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea03 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.projectsArea01 .projectsArea03 .itemWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .projectsArea01 .projectsArea03 .itemWrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.projectsArea01 .projectsArea03 .itemWrap .item {
  border: 10px solid #007BC7;
  border-radius: 24px;
  padding: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea03 .itemWrap .item {
    border-width: 5px;
    padding: 20px;
  }
}
.projectsArea01 .projectsArea03 .itemWrap .item .textWrap {
  flex: 0 0 53.29218107%;
  padding-bottom: 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea03 .itemWrap .item .textWrap {
    flex-basis: 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.projectsArea01 .projectsArea03 .itemWrap .item .textWrap .hdg01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: -0.22em;
}
.projectsArea01 .projectsArea03 .itemWrap .item .textWrap .hdg01 + .text02 {
  margin-top: 0.57em;
}
@media screen and (min-width: 768px) {
  .projectsArea01 .projectsArea03 .itemWrap .item .textWrap .btn01 {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea03 .itemWrap .item .textWrap .btn01 {
    text-align: center;
    margin-top: 0.57em;
  }
}
.projectsArea01 .projectsArea03 .itemWrap .item .textWrap .btn01 a {
  min-width: 287px;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea03 .itemWrap .item .textWrap .btn01 a {
    min-width: auto;
  }
}
.projectsArea01 .projectsArea03 .itemWrap .item .imgWrap {
  flex: 0 0 41.1522633745%;
}
@media screen and (max-width: 767px) {
  .projectsArea01 .projectsArea03 .itemWrap .item .imgWrap {
    flex-basis: 100%;
  }
}
.projectsArea01 .projectsArea04 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  color: #fff;
  text-align: center;
}
.projectsArea01 .projectsArea04 .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
}
.projectsArea01 .projectsArea04 .btn01 a {
  min-width: 287px;
}

.projectsArea05 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  color: #fff;
  text-align: center;
}
.projectsArea05 .hdg01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.6;
}
.projectsArea05 .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}

.projectsArea06 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.projectsArea06 .box {
  border: 10px solid #007BC7;
  border-radius: 24px;
  padding: 54px;
}
@media screen and (max-width: 767px) {
  .projectsArea06 .box {
    border-width: 5px;
    padding: 20px;
  }
}
.projectsArea06 .box .text01 + .text01 {
  margin-top: 2em;
}

.projectsArea07 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F1F2F3;
}
.projectsArea07 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 7.4074074074%;
}
.projectsArea07 ul li {
  flex: 0 0 46.2962962963%;
  border-radius: 24px;
  overflow: hidden;
}

.projectsArea08 {
  padding-top: 80px;
  padding-bottom: 120px;
}
.projectsArea08 .list01 {
  margin-top: 20px;
}
.projectsArea08 .list01 li {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}
.projectsArea08 .list01 li + li {
  margin-top: 1.2em;
}
.projectsArea08 .list02 li {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.4;
  padding-left: 1em;
  position: relative;
}
.projectsArea08 .list02 li::before {
  content: '・';
  position: absolute;
  left: 0;
}
.projectsArea08 .expoBlock01,
.projectsArea08 .expoBlock02 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.projectsArea08 .expoBlock01 .hdg01,
.projectsArea08 .expoBlock02 .hdg01 {
  background: #007BC7;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .projectsArea08 .expoBlock01 .hdg01,
  .projectsArea08 .expoBlock02 .hdg01 {
    width: 100%;
  }
}
.projectsArea08 .expoBlock01 .hdg01 + .tx01,
.projectsArea08 .expoBlock02 .hdg01 + .tx01 {
  margin-top: 24px;
}
.projectsArea08 .expoBlock01 .hdg02,
.projectsArea08 .expoBlock02 .hdg02 {
  background: #007BC7;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 10px;
  margin-bottom: 16px;
}
.projectsArea08 .expoBlock01 .tx01,
.projectsArea08 .expoBlock02 .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
}
.projectsArea08 .expoBlock01 .tx02,
.projectsArea08 .expoBlock02 .tx02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
}
.projectsArea08 .expoBlock01 .name01,
.projectsArea08 .expoBlock02 .name01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
}
.projectsArea08 .expoBlock01 .name02,
.projectsArea08 .expoBlock02 .name02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
}
.projectsArea08 .expoBlock01 .imgWrap,
.projectsArea08 .expoBlock02 .imgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12.1580547112%;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.projectsArea08 .expoBlock01 .imgWrap .thumb,
.projectsArea08 .expoBlock02 .imgWrap .thumb {
  flex: 0 0 27.397260274%;
}
.projectsArea08 .expoBlock01 .imgWrap .textWrap,
.projectsArea08 .expoBlock02 .imgWrap .textWrap {
  flex: 1;
}
.projectsArea08 .expoBlock01 .imgWrap .textWrap .text01,
.projectsArea08 .expoBlock02 .imgWrap .textWrap .text01 {
  line-height: 1.8;
}
.projectsArea08 .expoBlock01 .imgWrap .textWrap .text01 + .name01,
.projectsArea08 .expoBlock02 .imgWrap .textWrap .text01 + .name01 {
  margin-top: 0.65em;
}
.projectsArea08 .expoBlock01 .imgWrap .textWrap .text01 + .name02,
.projectsArea08 .expoBlock02 .imgWrap .textWrap .text01 + .name02 {
  margin-top: 0.3em;
}
.projectsArea08 .expoBlock02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7.4074074074%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .projectsArea08 .expoBlock02 {
    gap: 40px;
  }
}
.projectsArea08 .expoBlock02 > .inner01 {
  flex: 0 0 46.2962962963%;
}
@media screen and (max-width: 767px) {
  .projectsArea08 .expoBlock02 > .inner01 {
    flex-basis: 100%;
  }
}
.projectsArea08 .expoBlock02 > .inner01 .block + .block {
  margin-top: 40px;
}
.projectsArea08 .expoBlock02 > .block {
  flex: 0 0 46.2962962963%;
}
@media screen and (max-width: 767px) {
  .projectsArea08 .expoBlock02 > .block {
    flex-basis: 100%;
  }
}
.projectsArea08 .expoBlock02 .text01 + .text01 {
  margin-top: 1.5em;
}
.projectsArea08 .expoBlock02 .imgWrap {
  margin-top: 0;
  margin-bottom: 24px;
  gap: 4%;
}
.projectsArea08 .expoBlock02 .imgWrap .thumb {
  flex: 0 0 30%;
}
.projectsArea08 .itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.2773722628%;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .projectsArea08 .itemWrap {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 1104px) {
  .projectsArea08 .itemWrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.projectsArea08 .itemWrap .item {
  flex: 0 0 32.4817518248%;
  border: 8px solid #007BC7;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .projectsArea08 .itemWrap .item {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .projectsArea08 .itemWrap .item {
    border-width: 4px;
    padding: 16px;
  }
}
.projectsArea08 .itemWrap .item .btn01 {
  width: 100%;
  margin-top: 24px;
}
.projectsArea08 .itemWrap .item .btn01 a {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .projectsArea08 .itemWrap .item .btn01 a {
    min-width: auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .projectsArea08 .itemWrap .item .btn01 a {
    font-size: 2rem;
  }
}

.miryokuArea01 .miryokuArea02 {
  padding-top: 166px;
  background: url("../../miryoku/img/bg01.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea02 {
    padding-top: 34.4vw;
  }
}
.miryokuArea01 .miryokuArea02 .CSInner04 {
  min-height: 596px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea02 .CSInner04 {
    min-height: 168.2666666667vw;
  }
}
.miryokuArea01 .miryokuArea02 .CSInner04 .tx01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.8;
  text-shadow: 0 7px 4px rgba(0, 0, 0, 0.48);
  position: absolute;
  bottom: 62px;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea02 .CSInner04 .tx01 {
    font-size: 7.4666666667vw;
  }
}
.miryokuArea01 .miryokuArea03 {
  margin-top: -43px;
  padding-bottom: 120px;
}
.miryokuArea01 .miryokuArea03 .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 5.462962963%;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea03 .block {
    gap: 20px;
  }
  .miryokuArea01 .miryokuArea03 .block + .block {
    margin-top: 40px;
  }
}
.miryokuArea01 .miryokuArea03 .block:nth-child(even) {
  flex-direction: row-reverse;
}
.miryokuArea01 .miryokuArea03 .block:nth-child(even) .titleWrap .num {
  right: 0;
  left: 12.9px;
}
.miryokuArea01 .miryokuArea03 .titleWrap {
  flex: 0 0 321px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea03 .titleWrap {
    flex-basis: 100%;
  }
}
.miryokuArea01 .miryokuArea03 .titleWrap .num {
  position: absolute;
  bottom: 0;
  right: 12.9px;
  width: 102.6px;
  background: url("../img/grade_yellow01.png") no-repeat 0 0/100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.miryokuArea01 .miryokuArea03 .titleWrap .num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.miryokuArea01 .miryokuArea03 .titleWrap .title {
  width: 100%;
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
  padding: 17px 22px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.miryokuArea01 .miryokuArea03 .titleWrap .title .hdg01 {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0.95em;
}
.miryokuArea01 .miryokuArea03 .titleWrap .title .hdg02 {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.8;
}
.miryokuArea01 .miryokuArea03 .textWrap {
  flex: 1;
}
.miryokuArea01 .miryokuArea03 .textWrap .tx01 {
  color: #10386B;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
}
.miryokuArea01 .miryokuArea03 .textWrap .tx01 + .tx01 {
  margin-top: 1.8em;
}
.miryokuArea01 .miryokuArea04 .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 5.462962963%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.miryokuArea01 .miryokuArea04 .block:nth-child(odd) {
  background: #FFF100;
}
.miryokuArea01 .miryokuArea04 .block:nth-child(1) .titleWrap .hdg03 span {
  margin-right: 0.21em;
}
.miryokuArea01 .miryokuArea04 .block:nth-child(2) .titleWrap .hdg03 span {
  font-size: 9.8rem;
  margin-right: 0.2em;
}
.miryokuArea01 .miryokuArea04 .block:nth-child(3) .titleWrap .hdg03 span {
  font-size: 5.6rem;
  letter-spacing: -0.02em;
  margin-right: 0.345em;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block:nth-child(3) .titleWrap .hdg03 span {
    margin-right: 0.845em;
  }
}
.miryokuArea01 .miryokuArea04 .block:nth-child(4) .titleWrap .hdg03 span {
  margin-right: 0.21em;
}
.miryokuArea01 .miryokuArea04 .block:nth-child(4) .titleWrap .hdg03 img {
  position: relative;
  top: 11px;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block:nth-child(1) .titleWrap .hdg03 img {
    width: 24.7813411079%;
    width: 22.44vw;
  }
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block:nth-child(2) .titleWrap .hdg03 img {
    width: 36.443148688%;
    width: 33vw;
  }
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block:nth-child(3) .titleWrap .hdg03 img {
    width: 88.0466472303%;
    width: 79.728vw;
  }
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block:nth-child(4) .titleWrap .hdg03 img {
    width: 82.5072886297%;
    width: 74.712vw;
  }
}
.miryokuArea01 .miryokuArea04 .block .CSInner03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block .CSInner03 {
    gap: 40px;
  }
}
.miryokuArea01 .miryokuArea04 .block .titleWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block .titleWrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.miryokuArea01 .miryokuArea04 .block .titleWrap .attractions {
  width: 147px;
}
.miryokuArea01 .miryokuArea04 .block .titleWrap .hdg03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block .titleWrap .hdg03 {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
  }
}
.miryokuArea01 .miryokuArea04 .block .titleWrap .hdg03 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block .titleWrap .hdg03 span {
    line-height: 1.4;
  }
}
.miryokuArea01 .miryokuArea04 .block .imgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5.5555555556%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block .imgWrap {
    gap: 40px;
  }
}
.miryokuArea01 .miryokuArea04 .block .imgWrap.type02 {
  flex-direction: row-reverse;
}
.miryokuArea01 .miryokuArea04 .block .imgWrap .thumb {
  flex: 0 0 46.2962962963%;
}
@media screen and (max-width: 767px) {
  .miryokuArea01 .miryokuArea04 .block .imgWrap .thumb {
    flex-basis: 100%;
  }
}
.miryokuArea01 .miryokuArea04 .block .imgWrap .textWrap {
  flex: 1;
}
.miryokuArea01 .miryokuArea04 .block .imgWrap .textWrap .text01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  line-height: 1.8;
}
.miryokuArea01 .miryokuArea04 .block .imgWrap .textWrap .text01 + .text01 {
  margin-top: 1.8em;
}

.aboutArea01 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1024px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .video {
    height: 216.5333333333vw;
  }
}
.aboutArea01 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .video video {
    width: auto;
    height: 100%;
  }
}
.aboutArea01 .hdg01,
.aboutArea01 .hdg02 {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding-left: 1.1em;
  padding-right: 1.1em;
  position: relative;
  margin-bottom: 27px;
}
.aboutArea01 .hdg01::before, .aboutArea01 .hdg01::after,
.aboutArea01 .hdg02::before,
.aboutArea01 .hdg02::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 17px;
  background: #FFF100;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
}
.aboutArea01 .hdg01::before,
.aboutArea01 .hdg02::before {
  left: 0;
}
.aboutArea01 .hdg01::after,
.aboutArea01 .hdg02::after {
  right: 0;
}
.aboutArea01 .hdg01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
.aboutArea01 .hdg02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .hdg02 {
    font-size: 2.4rem;
  }
}
.aboutArea01 .hdg03 {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  position: relative;
}
.aboutArea01 .hdg03::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.aboutArea01 .hdg03.icon01 {
  padding-left: 27px;
}
.aboutArea01 .hdg03.icon01::before {
  width: 21px;
  height: 20px;
  background: url("../img/ic_air.svg") no-repeat 0 0/contain;
}
.aboutArea01 .hdg03.icon02 {
  padding-left: 38px;
}
.aboutArea01 .hdg03.icon02::before {
  width: 32px;
  height: 20px;
  background: url("../img/ic_train.svg") no-repeat 0 0/contain;
}
.aboutArea01 .hdg03.icon03 {
  padding-left: 41px;
}
.aboutArea01 .hdg03.icon03::before {
  width: 35px;
  height: 20px;
  background: url("../img/ic_car.svg") no-repeat 0 0/contain;
}
.aboutArea01 .tx01 {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .aboutArea01 .tx01 {
    text-align: center;
  }
}
.aboutArea01 .text01 {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .text03 {
    font-size: 1.4rem;
  }
}
.aboutArea01 .list03 {
  color: #fff;
}
.aboutArea01 .list03 li .note01 {
  margin-left: -1em;
  margin-bottom: 1em;
}
.aboutArea01 .aboutArea02 {
  padding-top: 166px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 {
    padding-top: 34.4vw;
  }
}
.aboutArea01 .aboutArea02 .heading01 {
  color: #fff;
  margin-bottom: 196px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .heading01 {
    margin-bottom: 0;
    height: 160.8vw;
  }
}
.aboutArea01 .aboutArea02 .CSInner04 {
  min-height: 858px;
}
.aboutArea01 .aboutArea02 .CSInner04 .map {
  position: absolute;
  top: 74px;
  left: calc(50% + 87px);
  width: 601px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .CSInner04 .map {
    top: 24.8vw;
    left: 6.4vw;
    width: 119.4666666667vw;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .CSInner04 .dataSection {
    padding: 17.6vw 4.2666666667vw;
  }
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul {
  max-width: 621px;
  width: 51.75%;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .CSInner04 .dataSection ul {
    width: 100%;
  }
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li {
    padding-bottom: 10px;
  }
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li + li {
  margin-top: 21px;
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl {
    flex-wrap: wrap;
  }
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl dt,
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl dd {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  line-height: 1.4;
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl dt sup,
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl dd sup {
  position: relative;
  top: -1em;
  font-size: 0.8rem;
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl dt {
  flex: 0 0 5em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl dt {
    flex-basis: 100%;
    text-align: left;
  }
}
.aboutArea01 .aboutArea02 .CSInner04 .dataSection ul li dl dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea02 .CSInner04 .dataSection {
    background: #10386B;
    margin-left: -4.2666666667vw;
    margin-right: -4.2666666667vw;
  }
}
.aboutArea01 .aboutArea03 {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #10386B;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea03 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.aboutArea01 .aboutArea03 .center + .tx01 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .aboutArea01 .aboutArea03 .center + .tx01 {
    text-align: center;
  }
}
.aboutArea01 .aboutArea03 .center + .tx01 + .text01 {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .aboutArea01 .aboutArea03 .center + .tx01 + .text01 {
    text-align: center;
  }
}
.aboutArea01 .aboutArea03 .text01 {
  color: #fff;
}
.aboutArea01 .aboutArea03 .text01 strong {
  color: #FFF100;
}
.aboutArea01 .aboutArea03 .map {
  margin-top: 60px;
  margin-bottom: 34px;
}
.aboutArea01 .aboutArea03 section + section {
  margin-top: 34px;
}
.aboutArea01 .aboutArea04 {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #F1F2F3;
}
.aboutArea01 .aboutArea04 .hdg02 {
  color: #10386B;
}
.aboutArea01 .aboutArea04 .itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.1702838063%;
}
.aboutArea01 .aboutArea04 .itemWrap .item {
  flex: 0 0 23.3722871452%;
}
@media screen and (max-width: 910px) {
  .aboutArea01 .aboutArea04 .itemWrap .item {
    flex-basis: 48.9148580968%;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea04 .itemWrap .item {
    flex-basis: 100%;
  }
}
.aboutArea01 .aboutArea04 .itemWrap .item .hdg04 {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
  min-height: calc(5.5em + 2px);
  padding-bottom: 0.7em;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.aboutArea01 .aboutArea04 .itemWrap .item figure {
  width: 100%;
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea04 .itemWrap .item figure {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutArea01 .aboutArea04 .itemWrap .item figure.fig01 img {
  width: 44.2857142857%;
}
.aboutArea01 .aboutArea04 .itemWrap .item figure.fig02 img {
  width: 85.3571428571%;
}
.aboutArea01 .aboutArea04 .itemWrap .item figure.fig03 img {
  width: 90.3571428571%;
}
.aboutArea01 .aboutArea04 .itemWrap .item figure.fig04 img {
  width: 100%;
}
.aboutArea01 .aboutArea04 .itemWrap .item .text01 + .text04 {
  margin-top: 1em;
}
.aboutArea01 .aboutArea05 {
  padding-top: 80px;
  padding-bottom: 120px;
}
.aboutArea01 .aboutArea05 .hdg02 {
  color: #10386B;
}
.aboutArea01 .aboutArea05 .itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 7.4074074074%;
}
.aboutArea01 .aboutArea05 .itemWrap .item {
  flex: 0 0 46.2962962963%;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea05 .itemWrap .item {
    flex-basis: 100%;
  }
}
.aboutArea01 .aboutArea05 .itemWrap .item.type02 {
  flex-basis: 100%;
}
.aboutArea01 .aboutArea05 .itemWrap .item.type02 figure img {
  width: 100%;
}
.aboutArea01 .aboutArea05 .itemWrap .item .hdg04 {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea05 .itemWrap .item .hdg04 {
    font-size: 2rem;
  }
}
.aboutArea01 .aboutArea05 .itemWrap .item .figureWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea05 .itemWrap .item .figureWrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
.aboutArea01 .aboutArea05 .itemWrap .item .figureWrap figure {
  flex-basis: 49.5777777778%;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea05 .itemWrap .item .figureWrap figure {
    flex-basis: 100%;
  }
}
.aboutArea01 .aboutArea05 .itemWrap .item .figureWrap figure + figure {
  flex-basis: 47.3842592593%;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutArea05 .itemWrap .item .figureWrap figure + figure {
    flex-basis: 100%;
  }
}
.aboutArea01 .aboutArea05 .itemWrap .item figure {
  width: 100%;
  text-align: center;
  margin: 24px 0;
}
.aboutArea01 .aboutArea05 .itemWrap .item figure img {
  width: 96.8%;
}
.aboutArea01 .aboutArea05 .itemWrap .item figure.fig01 img {
  width: 44.2857142857%;
}
.aboutArea01 .aboutArea05 .itemWrap .item figure.fig02 img {
  width: 85.3571428571%;
}
.aboutArea01 .aboutArea05 .itemWrap .item figure.fig03 img {
  width: 90.3571428571%;
}
.aboutArea01 .aboutArea05 .itemWrap .item figure.fig04 img {
  width: 100%;
}
.aboutArea01 .aboutArea05 .itemWrap .item .text01 + .text03 {
  margin-top: 1em;
}

.nagato_6gArea01 .heading01 {
  color: #FFF;
}
.nagato_6gArea01 .nagato_6gArea02 {
  padding-top: 166px;
  background: url("../../nagato_6g/img/bg01.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea02 {
    padding-top: 34.4vw;
  }
}
.nagato_6gArea01 .nagato_6gArea02 .CSInner04 {
  min-height: 596px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea02 .CSInner04 {
    min-height: 168.2666666667vw;
  }
}
.nagato_6gArea01 .nagato_6gArea02 .CSInner04 .inner01 {
  margin-top: 125px;
  color: #fff;
  text-align: center;
}
.nagato_6gArea01 .nagato_6gArea02 .CSInner04 .inner01 .tx01 {
  margin-bottom: 23px;
}
.nagato_6gArea01 .nagato_6gArea02 .CSInner04 .inner01 .tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
}
.nagato_6gArea01 .nagato_6gArea02 .CSInner04 .inner01 .tx02 + .tx02 {
  margin-top: 24px;
}
.nagato_6gArea01 .nagato_6gArea03 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  color: #fff;
  text-align: center;
}
.nagato_6gArea01 .nagato_6gArea03 .text01 + .text01 {
  margin-top: 1.98em;
}
.nagato_6gArea01 .nagato_6gArea03 .nagato_6gArea03_inner01 {
  position: relative;
  z-index: 1;
}
.nagato_6gArea01 .nagato_6gArea03 .CSInner04 {
  position: relative;
}
.nagato_6gArea01 .nagato_6gArea03 .CSInner04::before {
  content: '';
  position: absolute;
  top: -208px;
  left: calc(50% - 673px);
  width: 238px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea03 .CSInner04::before {
    top: -36.8vw;
    left: -17.3333333333vw;
    width: 43.976vw;
  }
}
.nagato_6gArea01 .nagato_6gArea03 .CSInner04::after {
  content: '';
  position: absolute;
  top: -52px;
  left: calc(50% - 501px);
  width: 124px;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  background: url("../img/grade_yellow02.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea03 .CSInner04::after {
    top: -8.0106666667vw;
    left: 14.408vw;
    width: 22.9653333333vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 {
  padding-top: 120px;
  padding-bottom: 81px;
  text-align: center;
}
.nagato_6gArea01 .nagato_6gArea04 .heading03 {
  color: #000;
  line-height: 1;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .heading03 {
    line-height: 1.6;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .tx01 {
  color: #10386B;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea04 .tx01 + .tx02 {
  margin-top: 1.8em;
}
.nagato_6gArea01 .nagato_6gArea04 .tx01 .strong01 {
  color: #007BC7;
  font-size: 2.4rem;
}
.nagato_6gArea01 .nagato_6gArea04 .tx01 .strong02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
.nagato_6gArea01 .nagato_6gArea04 .tx01 .strong03 {
  font-size: 2.4rem;
}
.nagato_6gArea01 .nagato_6gArea04 .tx01 span.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.582278481%;
  padding-top: 59px;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap {
    padding-top: 4.5245398773vw;
  }
}
@media screen and (min-width: 768px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap {
    padding-top: 0;
    gap: 60px;
    width: 87.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork {
  width: 32.2784810127%;
  display: flex;
  flex-wrap: wrap;
  gap: 4.9019607843%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork {
    position: relative;
    width: 100%;
    padding-top: 15.7333333333vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork + .frameWork {
  width: 66.1392405063%;
  gap: 2.3923444976%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork + .frameWork {
    width: 100%;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork + .frameWork .titleWrap {
  flex: 0 0 23.2057416268%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork + .frameWork .titleWrap {
    flex-basis: 48.4732824427%;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork {
    justify-content: space-between;
    gap: 0;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork .titleWrap {
  flex: 0 0 47.5490196078%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .frameWork .titleWrap {
    flex-basis: 48.4732824427%;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01,
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #10386B;
  text-align: center;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01,
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02 {
    font-size: 1.226993865vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01,
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02 {
    font-size: 4.2666666667vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01::before,
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 50%;
  border: 2px solid #10386B;
  border-bottom: none;
  height: 19px;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01::before,
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02::before {
    top: 2.6840490798vw;
    height: 1.4570552147vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01::before,
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02::before {
    top: 9.3333333333vw;
    height: 5.0666666667vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01 {
  left: 0;
  width: 31.0917721519%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01 {
    width: 100%;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01::before {
  width: calc(100% - 70px);
  transform: translateX(-50.5%);
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title01::before {
    width: 98%;
    transform: translateX(-50%);
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02 {
  right: 0;
  width: 65.3481012658%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02 {
    width: 100%;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02::before {
  width: calc(100% - 55px);
  transform: translateX(-50.25%);
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .title02::before {
    width: 98%;
    transform: translateX(-50%);
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap {
  padding-right: 7px;
  padding-bottom: 21px;
  position: relative;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap {
    padding-right: 0.536809816vw;
    padding-bottom: 1.6104294479vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap {
    padding-right: 0;
    padding-bottom: 4.1093333333vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .num {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72px;
  background: url("../img/grade_yellow01.png") no-repeat 0 0/100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .num {
    width: 5.5214723926vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .num {
    width: 12.8vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title {
  width: 100%;
  background: url("../img/grade_blue.png") no-repeat 0 0/100% 100%;
  padding: 0 5px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title {
    padding: 0 0.3834355828vw 0.3834355828vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 0;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 {
    font-size: 2.4539877301vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01.type02 {
  margin-bottom: 0.05em;
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01.type02 .en {
  margin-bottom: -5px;
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01.type02 .en img {
  height: 32px;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01.type02 .en img {
    height: 2.4539877301vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01.type02 .en img {
    height: 8.5333333333vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 .en {
  display: block;
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 .en img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 .en img {
    height: 1.8404907975vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 .en img {
    height: 6.4vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 .jp {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  line-height: 1.8;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 .jp {
    font-size: 1.226993865vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_hdg01 .jp {
    font-size: 4.2666666667vw;
  }
}
.nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_tx01 {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.51;
}
@media screen and (max-width: 1304px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_tx01 {
    font-size: 1.3803680982vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea04 .frameWorkWrap .titleWrap .title .hexItem_tx01 {
    font-size: 4.8vw;
  }
}
.nagato_6gArea01 .nagato_6gArea05 {
  padding-top: 120px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
}
.nagato_6gArea01 .nagato_6gArea05 .heading03 {
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .heading03 {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .text03 {
  color: #fff;
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock + .textBlock {
  margin-top: 60px;
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 {
  max-width: 81.2037037037%;
  margin-left: 3.9814814815%;
  background: rgba(255, 255, 255, 0.25);
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 {
    max-width: 100%;
    width: 80vw;
    margin-left: auto;
    padding: 6.4vw;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 .roadmap {
  position: absolute;
  top: 0;
  left: -36px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 .roadmap {
    left: -36px;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .num {
    flex: 0 0 60px;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .tx01 {
  line-height: 1;
  margin-left: 10px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .tx01 {
    margin-right: 0;
    flex: 0 0 calc(100% - 70px);
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .tx01 .ja {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .tx01 .ja {
    line-height: 1.2;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .tx01 .en {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .tx01 .en img {
    height: 5.3333333333vw;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .text03 {
  flex: 1;
  color: #fff;
  margin-bottom: 0;
  margin-right: -0.5em;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box01 > .inner01 .text03 {
    margin-top: 40px;
    margin-right: 0;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 {
  max-width: 85.7407407407%;
  background: #D3D419;
  padding: 24px;
  position: relative;
  margin-left: auto;
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 {
    max-width: 100%;
    width: 80vw;
    padding: 6.4vw;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 + .box02 {
  margin-top: 36px;
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 .tx02 {
  flex: 1;
  color: #10386B;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.1;
  margin: -9px 0 -8px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 .tx02 {
    flex-basis: 100%;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 .tx02 strong {
  display: inline-block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0.4em;
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 .btn01 a {
  min-width: 287px;
}
@media screen and (max-width: 400px) {
  .nagato_6gArea01 .nagato_6gArea05 .textBlock .box02 .btn01 a {
    min-width: 76.5333333333vw;
    margin-left: -4.6666666667vw;
    margin-right: -4.6666666667vw;
  }
}
.nagato_6gArea01 .nagato_6gArea05 .textBlock .box02::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 24px solid #d3d419;
  border-top: 0;
}
.nagato_6gArea01 .nagato_6gArea06 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea06 .heading03 {
  color: #10386B;
  text-align: center;
  line-height: 1;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .heading03 {
    line-height: 1.6;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .text03 {
  color: #10386B;
  text-align: center;
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea06 .pdfWrap {
  max-width: 900px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(3.2%);
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .pdfWrap {
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .nagato_6gArea01 .nagato_6gArea06 .pdfWrap .text01 {
    text-align: center;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .pdfWrap .btn01 {
  margin-top: 60px;
}
.nagato_6gArea01 .nagato_6gArea06 .pdfWrap .btn01 a {
  width: 100%;
}
.nagato_6gArea01 .nagato_6gArea06 .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 53px;
  max-width: 1138px;
}
.nagato_6gArea01 .nagato_6gArea06 .block + .block {
  margin-top: 100px;
}
.nagato_6gArea01 .nagato_6gArea06 .block.typeImg {
  max-width: 1140px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea06 .block.typeImg + .text01 {
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap {
  flex: 0 0 606.6px;
  padding-bottom: 63px;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap {
    flex-basis: 51.406779661vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap {
    flex-basis: 100%;
    padding-bottom: 48.8vw;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap::before {
  width: 0;
}
.nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 236.5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap .img {
    width: 20.0423728814vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap .img {
    width: 63.0666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block.typeImg .titleWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nagato_6gArea01 .nagato_6gArea06 .block.type02, .nagato_6gArea01 .nagato_6gArea06 .block.type04 {
  margin-left: auto;
  flex-direction: row-reverse;
}
.nagato_6gArea01 .nagato_6gArea06 .block.type02 .title, .nagato_6gArea01 .nagato_6gArea06 .block.type04 .title {
  margin-left: auto;
}
.nagato_6gArea01 .nagato_6gArea06 .block.type02 .titleWrap, .nagato_6gArea01 .nagato_6gArea06 .block.type04 .titleWrap {
  flex: 0 0 587px;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.type02 .titleWrap, .nagato_6gArea01 .nagato_6gArea06 .block.type04 .titleWrap {
    flex-basis: 49.7457627119vw;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block.type02 .titleWrap::before, .nagato_6gArea01 .nagato_6gArea06 .block.type04 .titleWrap::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.type02 .titleWrap::before, .nagato_6gArea01 .nagato_6gArea06 .block.type04 .titleWrap::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block.type02 {
  justify-content: space-between;
}
.nagato_6gArea01 .nagato_6gArea06 .block.type02 .textWrap {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.type02 .textWrap {
    max-width: 100%;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block.type02 .textWrap .tx01 {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.type02 .textWrap .tx01 {
    margin-right: 0;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block.type03 {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block.type03 {
    gap: 53px;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block.type04 {
  gap: 41px;
}
.nagato_6gArea01 .nagato_6gArea06 .block.type05 {
  gap: 36px;
}
.nagato_6gArea01 .nagato_6gArea06 .block .titleWrap {
  flex: 0 0 591px;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap {
    flex-basis: 50.0847457627vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap {
    flex-basis: 100%;
    padding-bottom: 38.1333333333vw;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .titleWrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 184.17px;
  background: url("../img/grade_yellow01.png") no-repeat 0 0/100% 100%;
  aspect-ratio: 1092 / 1262;
  clip-path: polygon(50% 100%, 0% 75%, 0% 25%, 50% 0%, 100% 25%, 100% 75%);
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap::before {
    width: 15.6076271186vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap::before {
    left: 50%;
    transform: translateX(-50%);
    width: 49.112vw;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title {
  width: 452px;
  background: url("../img/grade_green.png") no-repeat 0 0/100% 100%;
  padding: 0 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title {
    width: 38.3050847458vw;
    padding: 0 4.7457627119vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title {
    width: 120.5573333333vw;
    padding: 0 14.2786666667vw;
    margin-left: -14.544vw;
    margin-right: -14.544vw;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title.type02 {
  padding: 0 16px 0;
}
.nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title .hdg01 {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title .hdg01 {
    font-size: 2.7118644068vw;
    margin-bottom: 2.0338983051vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title .hdg01 {
    font-size: 3.2rem;
    margin-bottom: 22px;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title .hdg02 {
  text-align: center;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title .hdg02 {
    font-size: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .titleWrap .title .hdg02 {
    font-size: 2rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap {
  flex: 1;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 + .tx01 {
  margin-top: 10px;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 + ul {
  margin-top: 6px;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 {
    font-size: 1.3559322034vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 {
    font-size: 1.6rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01.type02 {
  text-align: right;
  margin-bottom: 37px;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-right: 0.35em;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 strong {
    font-size: 2.0338983051vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 strong {
    font-size: 2.4rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 .price {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin-left: 0.55em;
  margin-right: 0.15em;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 .price {
    font-size: 2.5423728814vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx01 .price {
    font-size: 3rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx02 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx02 {
    font-size: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx02 {
    font-size: 2rem;
  }
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx02 + p {
    text-align: left;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx02 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx02 strong {
    font-size: 2.5423728814vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx02 strong {
    font-size: 3rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx03 {
  text-align: right;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx03 {
    font-size: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx03 {
    font-size: 2rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx03 a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-decoration: none;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx03 a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 {
    font-size: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 {
    font-size: 2rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 strong {
    font-size: 2.5423728814vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 strong {
    font-size: 3rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 + .tx04 {
  margin-top: 40px;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .tx04 + .btn01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .btn01 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap .btn01.right {
    text-align: center !important;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap .btn01 a {
  min-width: 287px;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul + .tx03 {
  margin-top: 20px;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li {
  padding-bottom: 10px;
  border-bottom: 2px dashed #007BC7;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li + li {
  margin-top: 12px;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dt,
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dt,
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dd {
    font-size: 1.3559322034vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dt,
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dd {
    font-size: 1.6rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dt strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dt strong {
    font-size: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dt strong {
    font-size: 2rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dd .price {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin-right: 0.15em;
}
@media screen and (max-width: 1180px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dd .price {
    font-size: 2.5423728814vw;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .block .textWrap ul li dl dd .price {
    font-size: 3rem;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .box01 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 92px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 8px solid #007BC7;
  border-radius: 24px;
  padding: 24px 18px 24px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .box01 {
    padding: 30px 18px 24px;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .box01 .hdg03 {
  position: absolute;
  top: -57px;
  right: 18px;
  color: #10386B;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  padding: 15px 25px;
  background: #FFF100;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .box01 .hdg03 {
    text-align: center;
    width: 90%;
    top: -37px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.8vw;
    padding: 10px 15px;
    white-space: nowrap;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .box01 figure {
  flex: 0 0 49.0690032859%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea06 .box01 figure {
    flex-basis: 100%;
  }
  .nagato_6gArea01 .nagato_6gArea06 .box01 figure + figure {
    margin-top: 20px;
  }
}
.nagato_6gArea01 .nagato_6gArea06 .box01 figure img {
  width: 100%;
}
.nagato_6gArea01 .nagato_6gArea06 .box01 figure figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 13px;
  margin-bottom: 4px;
}
.nagato_6gArea01 .nagato_6gArea07 {
  padding-top: 120px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
}
.nagato_6gArea01 .nagato_6gArea07 .heading03 {
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea07 .heading03 {
    line-height: 1.6;
  }
}
.nagato_6gArea01 .nagato_6gArea07 .text03 {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea07 .lead01 {
  color: #fff;
}
.nagato_6gArea01 .nagato_6gArea07 .text01 {
  color: #fff;
}
.nagato_6gArea01 .nagato_6gArea08 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 {
    padding-bottom: 80px;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .heading03 {
  text-align: center;
  color: #10386B;
  line-height: 1;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .heading03 {
    line-height: 1.6;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .text03 {
  text-align: center;
  color: #10386B;
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea08 .textArea {
  margin-bottom: 60px;
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .text01 + .text01 {
  margin-top: 60px;
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
  color: #10386B;
  align-items: center;
  gap: 0;
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .textWrap {
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .textWrap {
    margin-bottom: 20px;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx01 {
    font-size: 1.44rem;
    margin-bottom: 6.48px;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 22px;
  border-bottom: 2px solid #007BC7;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx02 {
    font-size: 2.16rem;
    margin-bottom: 18px;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx03 {
    font-size: 1.728rem;
    margin-bottom: 14.4px;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx04 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx04 {
    font-size: 1.44rem;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx05 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx05 {
    font-size: 1.728rem;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx05 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .textArea .imgWrap .tx05 span {
    font-size: 2.592rem;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .infoBoxWrap {
  margin-bottom: 0;
}
.nagato_6gArea01 .nagato_6gArea08 .infoBoxWrap .infoBox {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 55.7407407407%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .infoBoxWrap .infoBox {
    flex-basis: 100%;
  }
}
.nagato_6gArea01 .nagato_6gArea08 .infoBoxWrap .fig01 {
  flex: 0 0 40.7407407407%;
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .infoBoxWrap .fig01 {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .nagato_6gArea01 .nagato_6gArea08 .infoBoxWrap .textWrap {
    margin-bottom: 0;
  }
}

.contactArea01 .contactArea02 {
  padding-top: 166px;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactArea02 {
    padding-top: 34.4vw;
  }
}
.contactArea01 .contactArea02 .CSInner04 {
  min-height: 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactArea02 .CSInner04 {
    min-height: 60.5333333333vw;
  }
}
.contactArea01 .contactArea02 .CSInner04 .tx01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.8;
  text-shadow: 0 7px 4px rgba(0, 0, 0, 0.48);
  position: absolute;
  bottom: 62px;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactArea02 .CSInner04 .tx01 {
    font-size: 7.4666666667vw;
  }
}
.contactArea01 .contactArea03,
.contactArea01 .contactArea05 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, #10386b 0%, #007bc7 100%);
  color: #fff;
  text-align: center;
}
.contactArea01 .contactArea03 .text03 + .text03,
.contactArea01 .contactArea05 .text03 + .text03 {
  margin-top: 1.98em;
}
.contactArea01 .contactArea03 .tx01,
.contactArea01 .contactArea05 .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactArea03 .tx01,
  .contactArea01 .contactArea05 .tx01 {
    font-size: 4.8vw;
  }
}
.contactArea01 .contactArea03 .tx02,
.contactArea01 .contactArea05 .tx02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactArea03 .tx02,
  .contactArea01 .contactArea05 .tx02 {
    font-size: 6.6666666667vw;
  }
}
.contactArea01 .contactArea03 .text01,
.contactArea01 .contactArea05 .text01 {
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactArea03 .text01,
  .contactArea01 .contactArea05 .text01 {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
}
.contactArea01 .contactArea04 {
  padding-top: 80px;
  padding-bottom: 200px;
}
.contactArea01 .contactArea04 .ti01 {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
.contactArea01 .contactArea04 .formItemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
  margin-bottom: 56px;
}
.contactArea01 .contactArea04 .formItemWrap .formItem {
  width: 100%;
}
.contactArea01 .contactArea04 .formItemWrap .formItem.type02 {
  width: 46.3680387409%;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactArea04 .formItemWrap .formItem.type02 {
    width: 100%;
  }
}

/* Clearfix
*****************************************/
.cf::after {
  content: "";
  display: block;
  clear: both;
}
