@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #003279;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%;
}

a {
  color: #003279;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: col;
}

.flex-col-rev {
  flex-direction: col-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

/*margin*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

/*padding*/
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

select {
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #E8E8E8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}
textarea:focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url("../img/common/btn-prev.png") no-repeat center center;
  background-size: cover;
}

.slick-next {
  right: 30px;
  background: url("../img/common/btn-next.png") no-repeat center center;
  background-size: cover;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
}
/***************************

style/header.scss

***************************/
/* toggle button */
.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: none;
  height: 55px;
  border: none;
  outline: none;
  position: absolute;
  padding: 0 20px;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 60;
}
.toggle__bar {
  position: relative;
  margin: 8px auto;
  user-select: none;
}
.toggle__bar:before {
  top: -8px;
}
.toggle__bar:after {
  top: 8px;
}
.toggle__bar, .toggle__bar:before, .toggle__bar:after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #003279;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.toggle__bar:before, .toggle__bar:after {
  position: absolute;
  content: "";
}
.toggle.active {
  height: 40px;
}
.toggle.active .toggle__bar {
  background-color: transparent;
}
.toggle.active .toggle__bar:before {
  transform: translateY(8px) rotate(30deg);
  background-color: #fff;
}
.toggle.active .toggle__bar:after {
  transform: translateY(-8px) rotate(-30deg);
  background-color: #fff;
}

/***************************

 header

***************************/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  min-height: 55px;
  z-index: 50;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .header {
    display: none;
  }
}
.header-wrap {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .logo h1 {
  line-height: 1;
}
.header .logo p {
  font-weight: 500;
  font-size: 1.3rem;
}

.gnav {
  position: fixed;
  content: "";
  width: calc(100vw - 30px);
  height: calc(100lvh - 5px);
  background: #003279;
  padding-bottom: 20px;
  border-bottom-left-radius: 25px;
  top: 0;
  right: 0;
  translate: 100% 0;
  transition: all 0.6s;
  z-index: 55;
}
.gnav.active {
  translate: 0 0;
}
.gnav.scroll {
  overflow-y: scroll;
}
.gnav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 20px);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.gnav .ttl {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
  padding: 0 20px;
  background: #003279;
  border-bottom: 1px solid #fff;
}
.gnav .ttl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 20px);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.gnav-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.gnav .wrap {
  width: 100%;
  padding: 0 20px;
}
.gnav .main-nav {
  width: 100%;
  background: #003279;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.gnav .main-nav li:not(:last-child) {
  border-bottom: 2px dotted #fff;
}
.gnav .main-nav li:first-child a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 35px;
  z-index: 1;
  width: 25px;
  height: 80px;
  background: linear-gradient(-45deg, transparent, #009ada 85%);
  opacity: 0.5;
  rotate: -45deg;
  transform-origin: top center;
}
.gnav .main-nav li:first-child a span {
  background: url("../img/common/menu-arrow-back.webp") no-repeat center center;
  background-size: cover;
}
.gnav .main-nav li:first-child a span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 10px;
  height: 8px;
  z-index: 2;
  background: url("../img/common/menu-arrow.webp") no-repeat center center;
  background-size: cover;
}
.gnav .main-nav li:nth-child(2) a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 35px;
  z-index: 1;
  width: 25px;
  height: 80px;
  background: linear-gradient(-45deg, transparent, #f3ff65 85%);
  opacity: 0.5;
  rotate: -45deg;
  transform-origin: top center;
}
.gnav .main-nav li:nth-child(2) a span {
  background-color: color-mix(in srgb, #f8ffa3 60%, #fff);
}
.gnav .main-nav li:nth-child(3) a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 35px;
  z-index: 1;
  width: 25px;
  height: 80px;
  background: linear-gradient(-45deg, transparent, #906ad9 85%);
  opacity: 0.5;
  rotate: -45deg;
  transform-origin: top center;
}
.gnav .main-nav li:nth-child(3) a span {
  background-color: #ded2f4;
}
.gnav .main-nav li:last-child a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 35px;
  z-index: 1;
  width: 25px;
  height: 80px;
  background: linear-gradient(-45deg, transparent, #25c5bb 85%);
  opacity: 0.5;
  rotate: -45deg;
  transform-origin: top center;
}
.gnav .main-nav li:last-child a span {
  background-color: color-mix(in srgb, #25c5bb 30%, #fff);
}
.gnav .main-nav a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.17em;
  padding: 20px;
}
.gnav .main-nav a span {
  position: absolute;
  width: 27px;
  height: 27px;
  background-image: url(../img/common/menu-arrow.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 8px;
  border: 1px solid #003279;
  border-radius: 100%;
  right: 35px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}

.sns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/***************************

style/footer.scss

***************************/
.footer {
  position: relative;
  width: 100%;
  background: #003279;
  padding-bottom: 40px;
  color: #fff;
}
.footer-wave {
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
  display: flex;
}
.footer-wave svg {
  fill: #003279;
  stroke: #003279;
}
.footer-wave svg path {
  width: 400px;
  height: auto;
}
.footer .wrap315 {
  position: relative;
  z-index: 2;
}
.footer .ttl {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer .ttl:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  z-index: 2;
}
.footer small {
  display: block;
  font-weight: 100;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

/*////////////////////////

 user common css

////////////////////////*/
body.hidden {
  overflow: hidden;
}

.wrap315 {
  max-width: 355px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .wrap315 {
    max-width: 405px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.ls5 {
  letter-spacing: 0.05em;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh14 {
  line-height: 1.4;
}

.lh1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

.fz36 {
  font-size: 3.6rem;
}

.fz30 {
  font-size: 3rem;
}

.fz29 {
  font-size: 2.9rem;
}

.fz20 {
  font-size: 2rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz10 {
  font-size: 1rem;
}

.fz8 {
  font-size: 0.8rem;
}

.col_white {
  color: #fff;
}

.note {
  position: relative;
  padding-left: 1em;
}
.note:before {
  position: absolute;
  content: "※";
  left: 0;
}

.g0 {
  gap: 0px;
}

.g5 {
  gap: 5px;
}

.g10 {
  gap: 10px;
}

.g15 {
  gap: 15px;
}

.g20 {
  gap: 20px;
}

.g25 {
  gap: 25px;
}

.g30 {
  gap: 30px;
}

.g35 {
  gap: 35px;
}

.g40 {
  gap: 40px;
}

.g45 {
  gap: 45px;
}

.g50 {
  gap: 50px;
}

.g55 {
  gap: 55px;
}

.g60 {
  gap: 60px;
}

.g65 {
  gap: 65px;
}

.g70 {
  gap: 70px;
}

.g75 {
  gap: 75px;
}

.g80 {
  gap: 80px;
}

.g85 {
  gap: 85px;
}

.g90 {
  gap: 90px;
}

.g95 {
  gap: 95px;
}

.g100 {
  gap: 100px;
}

.rg0 {
  row-gap: 0px;
}

.rg5 {
  row-gap: 5px;
}

.rg10 {
  row-gap: 10px;
}

.rg15 {
  row-gap: 15px;
}

.rg20 {
  row-gap: 20px;
}

.rg25 {
  row-gap: 25px;
}

.rg30 {
  row-gap: 30px;
}

.rg35 {
  row-gap: 35px;
}

.rg40 {
  row-gap: 40px;
}

.rg45 {
  row-gap: 45px;
}

.rg50 {
  row-gap: 50px;
}

.rg55 {
  row-gap: 55px;
}

.rg60 {
  row-gap: 60px;
}

.rg65 {
  row-gap: 65px;
}

.rg70 {
  row-gap: 70px;
}

.rg75 {
  row-gap: 75px;
}

.rg80 {
  row-gap: 80px;
}

.rg85 {
  row-gap: 85px;
}

.rg90 {
  row-gap: 90px;
}

.rg95 {
  row-gap: 95px;
}

.rg100 {
  row-gap: 100px;
}

.cg0 {
  column-gap: 0px;
}

.cg5 {
  column-gap: 5px;
}

.cg10 {
  column-gap: 10px;
}

.cg15 {
  column-gap: 15px;
}

.cg20 {
  column-gap: 20px;
}

.cg25 {
  column-gap: 25px;
}

.cg30 {
  column-gap: 30px;
}

.cg35 {
  column-gap: 35px;
}

.cg40 {
  column-gap: 40px;
}

.cg45 {
  column-gap: 45px;
}

.cg50 {
  column-gap: 50px;
}

.cg55 {
  column-gap: 55px;
}

.cg60 {
  column-gap: 60px;
}

.cg65 {
  column-gap: 65px;
}

.cg70 {
  column-gap: 70px;
}

.cg75 {
  column-gap: 75px;
}

.cg80 {
  column-gap: 80px;
}

.cg85 {
  column-gap: 85px;
}

.cg90 {
  column-gap: 90px;
}

.cg95 {
  column-gap: 95px;
}

.cg100 {
  column-gap: 100px;
}

.under_yellow.--10 {
  background: linear-gradient(0deg, #f3ff65 10px, transparent 10px);
}
.under_yellow.--15 {
  background: linear-gradient(0deg, #f3ff65 15px, transparent 15px);
}

/***************************

object/project/effects.scss

***************************/
@keyframes wavetop {
  from {
    translate: 0 0;
  }
  to {
    translate: -100% 0;
  }
}
.wavetop {
  animation: wavetop 3s linear infinite both;
}

@keyframes waverotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.waverotate {
  animation: waverotate 20s linear infinite both;
}

@keyframes yurayura {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}
.animation01 {
  animation: yurayura 3s linear infinite both;
  animation-delay: var(--delay, 0s);
}

@keyframes yurayura2 {
  0% {
    rotate: 0;
  }
  25% {
    rotate: -10deg;
  }
  50% {
    rotate: 0;
  }
  75% {
    rotate: 10deg;
  }
  100% {
    rotate: 0;
  }
}
.animation02 {
  animation: yurayura2 3s linear infinite both;
  animation-delay: var(--delay, 0s);
}

@keyframes yurayura3 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 10px;
  }
}
.animation03 {
  animation: yurayura3 3s linear infinite both;
  animation-delay: var(--delay, 0s);
}

/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  max-width: 285px;
  width: 100%;
  min-height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #003279;
  box-shadow: 3px 3px 0 #fff;
  border-radius: 47px;
}
.btn-A:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  z-index: 2;
  width: 27px;
  height: 27px;
  background-color: #fff;
  background-image: url(../img/common/menu-arrow.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 8px;
  border: 1px solid #003279;
  border-radius: 100%;
}
.btn-A.--campus {
  background: #25c5bb;
  box-shadow: 3px 3px 0 #fff;
}
.btn-A.--request {
  background: #906ad9;
  box-shadow: 3px 3px 0 #fff;
}
.btn-A.--top {
  background: #fff;
  font-size: 1.4rem;
  color: #003279;
  box-shadow: 3px 3px 0 #003279;
}
.btn-A.--data {
  background: #fff;
  font-size: 1.4rem;
  color: #003279;
  box-shadow: 3px 3px 0 #f8ffa3;
}
.btn-A.--data:after {
  background-color: color-mix(in srgb, #f8ffa3 60%, #fff);
}
.btn-A.--reason {
  background: #fff;
  font-size: 1.4rem;
  color: #003279;
  box-shadow: 3px 3px 0 #ded2f4;
}
.btn-A.--reason:after {
  background-color: #ded2f4;
}
.btn-A.--story {
  background: #fff;
  font-size: 1.4rem;
  color: #003279;
  box-shadow: 3px 3px 0 #25c5bb;
}
.btn-A.--story:after {
  background-color: color-mix(in srgb, #25c5bb 30%, #fff);
}

.btn-B {
  position: relative;
  max-width: 265px;
  width: 100%;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  background: #fff;
  border: 1px solid #003279;
  box-shadow: 3px 3px 0 #003279;
  border-radius: 17px;
}
.btn-B:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/common/btn-arrow.webp);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #003279;
  border-radius: 100%;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  z-index: 2;
}
.btn-B:hover {
  box-shadow: 0 0 0 #003279;
  scale: 1.1;
  transition: all 0.6s;
}
.btn-B.--line {
  max-width: 310px;
  gap: 10px;
  min-height: 40px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #06bf55;
  border-radius: 40px;
  border-color: #06bf55;
  box-shadow: 3px 3px 0 #06bf55;
  padding: 5px;
}
.btn-B.--line img {
  width: 26px;
}
.btn-B.--line:after {
  width: 26px;
  height: 26px;
  background-color: #06bf55;
}
.btn-B.--line:hover {
  opacity: 1;
  box-shadow: 0 0 0 #06bf55;
  transition: all 0.6s;
  scale: 1.05;
}
.btn-B.--request {
  max-width: 310px;
  min-height: 40px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #906ad9;
  border-radius: 40px;
  border-color: #906ad9;
  box-shadow: 3px 3px 0 #906ad9;
  padding: 5px;
}
.btn-B.--request:after {
  width: 26px;
  height: 26px;
  background-color: #906ad9;
}
.btn-B.--request:hover {
  opacity: 1;
  box-shadow: 0 0 0 #906ad9;
  transition: all 0.6s;
  scale: 1.05;
}
.btn-B.--campus {
  max-width: 310px;
  min-height: 40px;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 40px;
  padding: 5px;
}
.btn-B.--campus:after {
  width: 26px;
  height: 26px;
}
.btn-B.--campus:hover {
  opacity: 1;
  transition: all 0.6s;
  scale: 1.05;
}

.btn-C {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  font-weight: 600;
  background: color-mix(in srgb, #f3ff65 90%, #fff);
  border: 1px solid #003279;
  box-shadow: 3px 3px 0 #003279;
  border-radius: 28px;
  padding-left: 25px;
  padding-right: 60px;
}
.btn-C:after {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background-color: #003279;
  background-image: url("../img/common/btn-arrow-l.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px 25px;
  border-radius: 100%;
  right: -5px;
  top: -1px;
  z-index: 2;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin-left: auto;
    margin-right: auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
/***************************

object/top.scss

***************************/
.home {
  position: relative;
  background: #33a4d4;
}
.home:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #003279 1px, transparent 1px), linear-gradient(to right, #003279 1px, transparent 1px);
  background-size: 15px 15px;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}

.mainContent {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mainContent {
    justify-content: center;
  }
}
.mainContent-block {
  display: block;
}
.mainContent-block.--main {
  width: 375px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mainContent-block.--main {
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .mainContent-block.--main {
    max-width: 100%;
  }
}
.mainContent-block.--aside {
  position: sticky;
  top: 0;
  width: calc((100% - 375px) / 2);
  height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .mainContent-block.--aside.--left {
    width: calc(100% - 375px);
  }
}
@media screen and (max-width: 768px) {
  .mainContent-block.--aside.--left {
    display: none;
  }
}
.mainContent-block.--aside.--left .btn-A.--campus {
  box-shadow: 3px 3px 0 #003279;
}
.mainContent-block.--aside.--left .btn-A.--request {
  box-shadow: 3px 3px 0 #003279;
}
@media screen and (max-width: 1080px) {
  .mainContent-block.--aside.--right {
    display: none;
  }
}
.mainContent-block.--aside.--right .aside-inner {
  max-width: 319px;
}
.mainContent-block.--aside .aside-inner {
  max-width: 285px;
  width: 100%;
}
.mainContent-block.--aside .aside-inner ul.flexbox li {
  width: 50%;
}
.mainContent-block.--aside .aside-inner ul.flexbox li .btn-A {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 5px 30px;
  padding-left: 15px;
}
.mainContent-block.--aside .aside-inner ul.flexbox li .btn-A:after {
  width: 24px;
  height: 24px;
}
.mainContent-block.--aside .aside-logo {
  max-width: 188px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mainContent-block.--aside .aside-anchor-banner-list {
  width: 319px;
}
.mainContent-block.--aside .aside-anchor-banner-list li:not(:last-child) {
  margin-bottom: 30px;
}
.mainContent-block.--aside .aside-anchor-banner-list li a {
  position: relative;
  display: block;
}
.mainContent-block.--aside .aside-anchor-banner-list li a.hand:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 61px;
  background: url("../img/anchor-banner/hand.webp") no-repeat center center;
  background-size: cover;
  right: -5px;
  bottom: 0;
  z-index: 2;
}
.mainContent-block.--aside .aside-anchor-banner-list li a.cursor:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 47px;
  background: url("../img/anchor-banner/cursor.webp") no-repeat center center;
  background-size: cover;
  left: -10px;
  bottom: 0;
  z-index: 2;
}
.mainContent-block.--aside .aside-anchor-banner-list li a img {
  transition: all 0.6s;
}
.mainContent-block.--aside .aside-anchor-banner-list li a:hover {
  opacity: 1;
}
.mainContent-block.--aside .aside-anchor-banner-list li a:hover.hand:after {
  transition: all 0.6s;
  scale: 1.1;
  rotate: -15deg;
}
.mainContent-block.--aside .aside-anchor-banner-list li a:hover.cursor:after {
  transition: all 0.6s;
  scale: 1.1;
  rotate: 15deg;
}
.mainContent-block.--aside .aside-anchor-banner-list li a:hover img {
  scale: 0.95;
}

.mv {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.main-visual {
  position: relative;
  width: 100%;
  padding: 140px 0;
  z-index: 10;
}
.main-visual-inner {
  position: relative;
  padding-left: 50px;
  z-index: 5;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .main-visual-inner {
    padding-left: 20vw;
  }
}
.main-visual .arrow01 {
  position: absolute;
  top: 80px;
  left: 110px;
}
.main-visual .arrow02 {
  position: absolute;
  bottom: 95px;
  left: 265px;
}
.main-visual .arrow03 {
  position: absolute;
  left: 150px;
  bottom: 45px;
}
.main-visual .people01 {
  position: absolute;
  top: 140px;
  right: 25px;
}
.main-visual .people02 {
  position: absolute;
  left: 25px;
  bottom: 0;
}
.main-visual .drone {
  position: absolute;
  top: 60px;
  right: 10px;
}
.main-visual .drone-light {
  position: absolute;
  top: 90px;
  left: 0;
}
.main-visual .bag {
  position: absolute;
  top: 105px;
  left: 25px;
}
.main-visual .building {
  position: absolute;
  right: 30px;
  bottom: 125px;
}
.main-visual-under {
  text-align: center;
}
.main-visual-under p:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1px solid #003279;
  margin-bottom: 10px;
}
.main-visual-back {
  position: absolute;
  width: 375px;
  height: 575px;
  aspect-ratio: 375/520;
  z-index: 2;
  top: 0;
  left: 0;
}
.main-visual-back:before {
  position: absolute;
  content: "";
  max-width: 331px;
  width: 100%;
  height: 410px;
  aspect-ratio: 331/410;
  background: url("../img/mv/mv-back-illustration.webp") no-repeat center center;
  background-size: cover;
  top: 80px;
  left: 50%;
  translate: -50% 0;
  z-index: 4;
}
.main-visual-back .image {
  position: absolute;
  min-width: 1936px;
  height: 1188px;
  left: -900px;
  bottom: 0;
}
.main-visual-back .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.main-visual-back .image .top {
  z-index: 3;
}
.main-visual-back .image .back {
  z-index: 2;
}
.main-visual-back svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 178px;
  rotate: 180deg;
  z-index: 1;
  fill: rgba(51, 162, 213, 0.5);
}

.anchor-banner {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  background: repeating-linear-gradient(0deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 10px), repeating-linear-gradient(90deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 10px);
}
.anchor-banner-list li:not(:last-child) {
  margin-bottom: 30px;
}
.anchor-banner-list li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .anchor-banner-list li a img {
    width: 100%;
  }
}
.anchor-banner-list li a.hand:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 61px;
  background: url("../img/anchor-banner/hand.webp") no-repeat center center;
  background-size: cover;
  right: -5px;
  bottom: 0;
  z-index: 2;
}
.anchor-banner-list li a.cursor:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 47px;
  background: url("../img/anchor-banner/cursor.webp") no-repeat center center;
  background-size: cover;
  left: -10px;
  bottom: 0;
  z-index: 2;
}
.anchor-banner-list li a img {
  transition: all 0.6s;
}
.anchor-banner-list li a:hover {
  opacity: 1;
}
.anchor-banner-list li a:hover.hand:after {
  transition: all 0.6s;
  scale: 1.1;
  rotate: -15deg;
}
.anchor-banner-list li a:hover.cursor:after {
  transition: all 0.6s;
  scale: 1.1;
  rotate: 15deg;
}
.anchor-banner-list li a:hover img {
  scale: 0.95;
}

.content-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
.content-section .section-head {
  position: relative;
  z-index: 2;
}
.content-section .section-ttl {
  position: absolute;
  left: 0;
  bottom: calc(100% + 20px);
  z-index: 5;
}
.content-section .section-copy {
  position: relative;
  text-align: center;
  z-index: 5;
}
.content-section .wrap315 {
  position: relative;
  z-index: 2;
}

.data {
  background: color-mix(in srgb, #fdffe0 60%, #fff);
}
.data .section-head .people {
  position: absolute;
  top: -3px;
  left: 25px;
  height: 113px;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 100%, 60% 100%, 0 90%, 0 0);
  z-index: 4;
}
.data .section-head .graph01 {
  position: absolute;
  top: -65px;
  left: -40px;
  z-index: 2;
}
.data .section-head .graph02 {
  position: absolute;
  height: 122px;
  top: 38px;
  right: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.data-back {
  position: absolute;
  width: 375px;
  height: 670px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .data-back {
    width: 100%;
  }
}
.data-back.top {
  top: 0;
}
.data-back.bottom {
  bottom: 0;
  rotate: 180deg;
}
.data-back .image {
  position: absolute;
}
.data-back .image.top {
  min-width: 948px;
  height: 577px;
  aspect-ratio: 948/577;
  top: -280px;
  left: -355px;
  z-index: 4;
}
.data-back .image.bottom {
  min-width: 1936px;
  height: 1276px;
  aspect-ratio: 1936px/1276;
  top: -670px;
  left: -900px;
  z-index: 2;
}
.data-back svg {
  position: absolute;
  top: 205px;
  left: 0;
  width: auto;
  height: 240px;
  rotate: 180deg;
  fill: #f7ffa0;
  z-index: 3;
}
.data-box {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #003279;
  box-shadow: 3px 3px 0 #003279;
  border-radius: 10px;
  padding-top: 30px;
}
.data-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(0deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 30px), repeating-linear-gradient(90deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 30px);
  border-radius: 10px;
  z-index: -1;
}
.data-box:not(:last-of-type) {
  margin-bottom: 45px;
}
.data-box-wrap {
  padding-right: 15px;
  padding-left: 20px;
}
.data-box-ttl {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 2px;
  border-radius: 40px;
  background: #003279;
  top: -14px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.data-box .point {
  position: relative;
  max-width: 295px;
  width: calc(100% - 20px);
  background: color-mix(in srgb, #fbffd1 70%, #fff);
  border: 0.75px solid #003279;
  border-left: 0;
  border-radius: 0 7px 7px 0;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .data-box .point {
    max-width: 100%;
  }
}
.data-box .point-ttl {
  position: absolute;
  top: -20px;
  left: -5px;
  z-index: 2;
}
.data-box.--01 .graph-ttl {
  position: relative;
  z-index: 3;
}
.data-box.--01 .graph-ttl:after {
  position: absolute;
  content: "※";
  font-size: 1rem;
  vertical-align: top;
  translate: -7px 0;
}
.data-box.--01 .graph {
  position: relative;
  text-align: center;
}
.data-box.--01 .graph:before {
  position: absolute;
  content: "";
  width: 164px;
  height: 250px;
  background: linear-gradient(0deg, #f3ff65, #25c5bb);
  clip-path: polygon(45% 14%, 100% 49%, 100% 100%, 0 100%, 0% 42%);
  opacity: 0.6;
  bottom: 50%;
  left: 50%;
  translate: -50% 0;
  rotate: -45deg;
  transform-origin: center bottom;
  z-index: 1;
}
.data-box.--01 .graph img {
  position: relative;
  z-index: 2;
}
.data-box.--01 .graph .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
}
.data-box.--01 .point {
  padding: 17px 0;
}
.data-box.--01 .point ul li {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.data-box.--01 .point ul li:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
.data-box.--01 .point ul li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 245px;
  height: 2px;
  background: #003279;
  bottom: 0;
  right: 15px;
}
.data-box.--01 .point .mw245 {
  max-width: 245px;
  width: 100%;
  margin-left: auto;
}
.data-box.--01 .bag {
  position: absolute;
  top: 55px;
  right: 15px;
}
.data-box.--02 .graph-ttl {
  position: relative;
  z-index: 5;
}
.data-box.--02 .graph {
  position: relative;
  width: 188px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
}
.data-box.--02 .graph:before {
  position: absolute;
  content: "";
  width: 188px;
  height: 250px;
  background: linear-gradient(0deg, #f3ff65, #25c5bb);
  clip-path: polygon(51% 11%, 100% 48%, 100% 100%, 0 100%, 0% 49%);
  opacity: 0.6;
  bottom: 50%;
  left: 50%;
  translate: -50% 0;
  rotate: -45deg;
  transform-origin: center bottom;
  z-index: 1;
}
.data-box.--02 .graph canvas {
  position: relative;
  z-index: 5;
}
.data-box.--02 .graph img {
  position: absolute;
  min-width: 238px;
  top: 50%;
  right: -28px;
  translate: 0 -50%;
  z-index: 10;
}
.data-box.--02 .point {
  padding: 15px;
}
.data-box.--02 .point:after {
  position: absolute;
  content: "";
  width: 129px;
  height: 107px;
  background: url("../img/data/deco-map.webp") no-repeat center center;
  background-size: cover;
  bottom: -45px;
  right: -30px;
  z-index: 5;
}
.data-box.--03 .bag {
  position: absolute;
  top: 45px;
  right: -20px;
}
.data-box.--03 .flag {
  position: absolute;
  top: 145px;
  left: -30px;
}
.data-box.--03 .floor {
  position: absolute;
  bottom: 35px;
  right: -30px;
}

.reason {
  background: #e9e1f7;
}
.reason .section-head .people {
  position: absolute;
  top: 70px;
  right: 20px;
  z-index: 4;
}
.reason .section-head .arrow {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
}
.reason-box {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #003279;
  box-shadow: 3px 3px 0 #003279;
  border-radius: 10px;
}
.reason-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(0deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 30px), repeating-linear-gradient(90deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 30px);
  border-radius: 10px;
  z-index: 1;
}
.reason-box:not(:last-of-type) {
  margin-bottom: 45px;
}
.reason-box-inner {
  position: relative;
  z-index: 2;
}
.reason-box.--01 .reason-box-inner {
  padding-top: 50px;
  padding-bottom: 25px;
}
.reason-box.--01 .reason-box-ttl {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 50%;
  translate: -50% 0;
}
.reason-box.--01 .support-image {
  text-align: center;
}
.reason-box.--01 .support-point {
  width: 100%;
}
.reason-box.--01 .support-point-box:not(:last-child) {
  margin-bottom: 20px;
}
.reason-box.--01 .support-point-box:first-child .ttl:before {
  position: absolute;
  content: "";
  width: 52px;
  height: 108px;
  background: linear-gradient(180deg, #25c5bb 5%, #906ad9);
  clip-path: polygon(0 48%, 100% 0, 100% 100%, 0 100%);
  bottom: 50%;
  left: 0;
  rotate: -45deg;
  transform-origin: center bottom;
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 320px) {
  .reason-box.--01 .support-point-box:first-child .ttl:before {
    height: 83px;
    clip-path: polygon(0 62%, 100% 0, 100% 100%, 0 100%);
  }
}
.reason-box.--01 .support-point-box:nth-child(2) .ttl:before {
  position: absolute;
  content: "";
  width: 52px;
  height: 108px;
  background: linear-gradient(180deg, #f3ff65 5%, #906ad9);
  clip-path: polygon(0 48%, 100% 0, 100% 100%, 0 100%);
  bottom: 50%;
  left: 0;
  rotate: -45deg;
  transform-origin: center bottom;
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 320px) {
  .reason-box.--01 .support-point-box:nth-child(2) .ttl:before {
    height: 83px;
    clip-path: polygon(0 62%, 100% 0, 100% 100%, 0 100%);
  }
}
.reason-box.--01 .support-point-box:last-child .ttl:before {
  position: absolute;
  content: "";
  width: 52px;
  height: 108px;
  background: linear-gradient(180deg, #906ad9 5%, #25c5bb);
  clip-path: polygon(0 48%, 100% 0, 100% 100%, 0 100%);
  bottom: 50%;
  left: 0;
  rotate: -45deg;
  transform-origin: center bottom;
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 320px) {
  .reason-box.--01 .support-point-box:last-child .ttl:before {
    height: 83px;
    clip-path: polygon(0 62%, 100% 0, 100% 100%, 0 100%);
  }
}
.reason-box.--01 .support-point-box .ttl {
  position: relative;
  margin-bottom: 10px;
}
.reason-box.--01 .support-point-box .ttl img {
  position: relative;
  z-index: 2;
}
.reason-box.--01 .support-point-box p {
  font-weight: 500;
  max-width: 237px;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .reason-box.--01 .support-point-box p {
    margin-left: 2em;
  }
}
.reason-box.--02 .reason-box-inner {
  padding-top: 55px;
  padding-bottom: 25px;
}
.reason-box.--02 .reason-box-ttl {
  position: absolute;
  width: 100%;
  top: -30px;
  left: 50%;
  translate: -50% 0;
}
.reason-box.--02 .education-point {
  position: relative;
  max-width: 295px;
  width: calc(100% - 20px);
  background: color-mix(in srgb, #fbffd1 70%, #fff);
  padding: 25px 5px 10px 5px;
  border: 0.75px solid #003279;
  border-left: 0;
  border-radius: 0 7px 7px 0;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .reason-box.--02 .education-point {
    max-width: 100%;
  }
}
.reason-box.--02 .education-point-inner {
  max-width: 245px;
  width: 100%;
  margin-left: auto;
  margin-right: 10px;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .reason-box.--02 .education-point-inner {
    margin-right: auto;
  }
}
.reason-box.--02 .education-point-ttl {
  position: absolute;
  top: -20px;
  left: -5px;
  z-index: 2;
}
.reason-box.--02 .education-point .ttl {
  border-bottom: 2px solid #003279;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.reason-box.--02 .education-map {
  text-align: center;
}
.reason-box.--02 .reason-check-box {
  position: relative;
}
.reason-box.--02 .reason-check-box:after {
  position: absolute;
  content: "";
  width: 71px;
  height: 82px;
  background: url("../img/reason/reason-people.webp") no-repeat center center;
  background-size: cover;
  bottom: -42px;
  right: -8px;
  z-index: 2;
}
.reason-box.--03 .reason-box-inner {
  padding-top: 50px;
  padding-bottom: 25px;
}
.reason-box.--03 .reason-box-ttl {
  position: absolute;
  width: 100%;
  top: -25px;
  left: 50%;
  translate: -50% 0;
}
.reason-box.--03 .learning-list {
  width: 100%;
}
.reason-box.--03 .learning-list-box {
  padding-bottom: 3px;
}
.reason-box.--03 .learning-list-box:not(:last-child) {
  margin-bottom: 45px;
}
.reason-box.--03 .learning-list-box:first-child .image:after, .reason-box.--03 .learning-list-box:last-child .image:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background: linear-gradient(40deg, #25c5bb 5%, #906ad9);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.reason-box.--03 .learning-list-box:first-child .image .ttl, .reason-box.--03 .learning-list-box:last-child .image .ttl {
  max-width: 276px;
  width: 100%;
  margin-top: -20px;
}
.reason-box.--03 .learning-list-box:nth-child(2) .image:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background: linear-gradient(40deg, #f3ff65 5%, #25c5bb);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.reason-box.--03 .learning-list-box:nth-child(2) .image .ttl {
  max-width: 233px;
  width: 100%;
  margin-top: -30px;
}
.reason-box.--03 .learning-list-box:last-child .image .ttl {
  max-width: 254px;
  width: 100%;
  margin-top: -20px;
}
.reason-box.--03 .learning-list-box .image {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.reason-box.--03 .learning-list-box .image img {
  position: relative;
  z-index: 2;
}
.reason-box.--03 .learning-list-box .image .ttl {
  position: relative;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #906ad9;
  border: 0.75px solid #003279;
  border-left: 0;
  text-align: left;
  padding: 5px 10px;
}
.reason-box.--03 .learning-list-box p {
  max-width: 237px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}
.reason-box.--03 .reason-check-box {
  position: relative;
  padding-left: 35px;
}
.reason-box.--03 .reason-check-box:after {
  position: absolute;
  content: "";
  width: 83px;
  height: 62px;
  background: url("../img/reason/reason-hands.webp") no-repeat center center;
  background-size: cover;
  bottom: -20px;
  right: -8px;
  z-index: 2;
}
.reason-box.--03 .reason-check-box p {
  letter-spacing: 0.025em;
}
.reason-box-wrap {
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .reason-box-wrap {
    max-width: 325px;
  }
}
.reason-box .story-btn-top {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.reason-box .story-btn-top:before {
  position: absolute;
  content: "";
  top: 50%;
  translate: -15px -50%;
  width: 2px;
  height: 1em;
  background: #003279;
  rotate: -45deg;
}
.reason-box .story-btn-top:after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 10px -50%;
  width: 2px;
  height: 1em;
  background: #003279;
  rotate: 45deg;
}
.reason-check-box {
  position: relative;
  max-width: 295px;
  width: calc(100% - 20px);
  padding: 20px 20px 25px 32px;
  background: #ded2f4;
  border: 1px solid #003279;
  border-left: 0;
  border-radius: 0 7px 7px 0;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .reason-check-box {
    max-width: 100%;
  }
}
.reason-check-box:before {
  position: absolute;
  content: "";
  width: 103px;
  height: 60px;
  background: url("../img/reason/check-icn.webp") no-repeat center center;
  background-size: cover;
  top: -17px;
  left: -30px;
  z-index: 2;
}
.reason-check-box h3 {
  max-width: 230px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #906ad9;
}
.reason .story-btn:hover {
  opacity: 1;
}
.reason .story-btn:hover img {
  scale: 1.05;
  transition: all 0.6s;
}
.reason-back {
  position: absolute;
  width: 375px;
  height: 670px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .reason-back {
    width: 100%;
  }
}
.reason-back.top {
  top: 0;
}
.reason-back.bottom {
  bottom: 0;
  rotate: 180deg;
}
.reason-back .image {
  position: absolute;
}
.reason-back .image.top {
  min-width: 948px;
  height: 577px;
  aspect-ratio: 948/577;
  top: -280px;
  left: -355px;
  z-index: 4;
}
.reason-back .image.bottom {
  min-width: 1936px;
  height: 1276px;
  aspect-ratio: 1936px/1276;
  top: -670px;
  left: -900px;
  z-index: 2;
}
.reason-back svg {
  position: absolute;
  top: 205px;
  left: 0;
  width: auto;
  height: 240px;
  rotate: 180deg;
  fill: #bca7e8;
  z-index: 3;
}

.story {
  background: color-mix(in srgb, #d3f3f1 80%, #fff);
  padding-bottom: 200px;
}
.story .section-head .people {
  position: absolute;
  top: -27px;
  left: 10px;
  height: 150px;
  z-index: 4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  overflow: hidden;
}
.story .section-head .flag {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
}
.story-block {
  position: relative;
  width: 100%;
  z-index: 5;
}
.story .storySlider {
  max-width: 318px;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .story .storySlider {
    max-width: 368px;
  }
}
.story .storySlider a {
  display: block;
}
.story .storySlider a:hover {
  opacity: 1;
  cursor: pointer;
}
.story .storySlider-pagination .swiper-pagination-bullet {
  background: color-mix(in srgb, #003279 70%, #fff);
}
.story .storySlider-pagination .swiper-pagination-bullet-active {
  background: #003279;
}
.story .storySlider-control {
  position: relative;
  max-width: 318px;
  width: 100%;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.story .storySlider-control .swiper-button-next, .story .storySlider-control .swiper-button-prev {
  width: 46px;
  height: 46px;
}
.story .storySlider-control .swiper-button-next:after {
  content: "";
  width: 46px;
  height: 46px;
  background: url("../img/common/next.webp") no-repeat center center;
  background-size: cover;
}
.story .storySlider-control .swiper-button-prev:after {
  content: "";
  width: 46px;
  height: 46px;
  background: url("../img/common/prev.webp") no-repeat center center;
  background-size: cover;
}
.story-back {
  position: absolute;
  width: 375px;
  height: 590px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .story-back {
    width: 100%;
  }
}
.story-back.top {
  top: 0;
}
.story-back .image {
  position: absolute;
}
.story-back .image.top {
  min-width: 948px;
  height: 574px;
  aspect-ratio: 948/574;
  top: -270px;
  left: -355px;
  z-index: 4;
}
.story-back .image.bottom {
  min-width: 1936px;
  height: 1299px;
  aspect-ratio: 1936/1299;
  bottom: 0;
  left: -900px;
  z-index: 2;
}
.story-back svg {
  position: absolute;
  top: 205px;
  left: 0;
  width: auto;
  height: 240px;
  rotate: 180deg;
  fill: color-mix(in srgb, #25c5bb 60%, #fff);
  z-index: 3;
}

.information {
  position: relative;
  width: 100%;
  background: color-mix(in srgb, #003279 90%, #fff);
  padding-bottom: 100px;
}
.information .section-ttl {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.information .section-ttl:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.information-list {
  width: 100%;
}
.information-list-block:not(:last-child) {
  margin-bottom: 35px;
}
.information-back {
  position: absolute;
  width: 375px;
  height: 180px;
  left: 0;
  bottom: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .information-back {
    width: 100%;
  }
}
.information-back .image {
  position: absolute;
}
.information-back .image.bottom {
  min-width: 1653px;
  height: 1120px;
  aspect-ratio: 1653/1120;
  top: -27px;
  left: -765px;
  z-index: 2;
}
.information-back svg {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: auto;
  height: 180px;
  fill: color-mix(in srgb, #003279 90%, #fff);
  stroke: color-mix(in srgb, #003279 90%, #fff);
  z-index: 3;
}

.modal-block {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  max-width: 375px;
  width: 100%;
  height: 100lvh;
  overflow-y: auto;
  z-index: 100;
  background: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 1081px) {
  .modal-block {
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .modal-block {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-block {
    top: 0;
    left: 50%;
    translate: -50% 0;
    max-width: 100%;
  }
}
.modal-block::-webkit-scrollbar {
  display: none;
}
.modal-block.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}

.modal-body {
  width: 100%;
  height: 100%;
}

.modal-inner {
  position: relative;
}
.modal-inner .close {
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  z-index: 110;
  top: 15px;
  right: 15px;
}
.modal-inner .close:before, .modal-inner .close:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background: #003279;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.modal-inner .close:before {
  rotate: -35deg;
}
.modal-inner .close:after {
  rotate: 35deg;
}
.modal-inner .close:hover {
  cursor: pointer;
}

.modal-mv {
  position: relative;
  width: 100%;
  padding: 70px 25px 55px;
}
.modal-mv:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(0deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 25px), repeating-linear-gradient(90deg, rgba(0, 50, 121, 0.1), rgba(0, 50, 121, 0.1) 1px, transparent 1px, transparent 25px);
  z-index: -1;
}
.modal-mv-image {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  z-index: 2;
}
.modal-mv-image:before {
  position: absolute;
  content: "";
  width: 140px;
  height: 325px;
  background: linear-gradient(135deg, #f3ff65, #25c5bb);
  rotate: -45deg;
  transform-origin: center bottom;
  bottom: 50%;
  z-index: 2;
  opacity: 0.5;
}
.modal-mv-image img {
  position: relative;
  z-index: 3;
}
.modal-mv-copy {
  position: absolute;
  right: 15px;
  top: 70px;
  z-index: 2;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .modal-mv-copy {
    right: calc((100% - 345px) / 2);
  }
}
.modal-mv-info .last {
  max-width: 320px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #25c5bb;
  border-radius: 13px;
  margin-left: auto;
  margin-right: auto;
}
.modal-mv-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.modal-mv-deco .flag01 {
  position: absolute;
  top: 85px;
  left: 45px;
  z-index: 2;
}
.modal-mv-deco .flag02 {
  position: absolute;
  top: 135px;
  left: -30px;
  z-index: 1;
}
.modal-mv-deco .flag03 {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 1;
}

.modal-main {
  position: relative;
  background: url("../img/modal01/back.webp") no-repeat center top;
  background-size: 100% calc(100% - 350px);
  padding-bottom: 50px;
}
.modal-main-ttl {
  position: absolute;
  top: -27px;
  right: 20px;
  z-index: 2;
}
.modal-main-close {
  position: relative;
  display: block;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #003279;
}
.modal-main-close:hover {
  letter-spacing: 0.1em;
  opacity: 1;
  transition: letter-spacing 0.6s;
  cursor: pointer;
}

_::-webkit-full-page-media, _:future, :root .modal-main {
  padding-bottom: 80px;
}

.modal-story-list {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
.modal-story-list:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #003279;
  top: 0;
  left: 30px;
  z-index: 2;
}
.modal-story-list-block {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  z-index: 3;
}
.modal-story-list-block:first-child {
  padding-top: 40px;
}
.modal-story-list-block:last-child {
  padding-bottom: 40px;
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .modal-story-list-block:last-child {
    padding-bottom: 70px;
  }
}
.modal-story-list-block .inner {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.modal-story-list-block .inner:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 75px;
  top: 100%;
  z-index: 1;
}
.modal-story-list-block .inner.pink:after {
  background: #ffacd9;
}
.modal-story-list-block .inner.pink .flag {
  background: #ffacd9;
}
.modal-story-list-block .inner .time {
  font-size: 1.6rem;
  padding: 0 30px;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 1;
}
.modal-story-list-block .inner .flag {
  position: relative;
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 36px;
  padding: 5px 0 5px 25px;
}
.modal-story-list-block .inner .flag:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
  z-index: 2;
}
.modal-story-list-block .inner .flag:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at center, white 5px, rgba(255, 255, 255, 0.3) 5px);
  border-radius: 100%;
  top: 50%;
  left: -41px;
  translate: 0 -50%;
  z-index: 2;
}
.modal-story-list-block .inner .flag p {
  position: relative;
  z-index: 3;
  letter-spacing: 0.1em;
}
.modal-story-list-block .inner .flag .gear {
  position: absolute;
  right: -10px;
  top: -2px;
  z-index: 2;
}
.modal-story-list-block .inner .flag .people {
  position: absolute;
  z-index: 2;
  top: -33px;
  right: 20px;
}
.modal-story-list-block .box:not(:last-of-type) {
  padding-bottom: 25px;
}
.modal-story-list-block .txt {
  color: #fff;
  letter-spacing: 0.03em;
}
.modal-story-list-block .txt span {
  color: #003279;
}

.modal-future-box {
  position: relative;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #003279;
  box-shadow: 3px 3px 0 #003279;
  padding: 25px 25px 45px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .modal-future-box {
    text-align: center;
  }
}
.modal-future-box:before {
  position: absolute;
  content: "";
  width: 66px;
  height: 58px;
  background: url("../img/modal01/story-image03.webp") no-repeat center center;
  background-size: cover;
  bottom: calc(100% + 10px);
  right: -20px;
}
.modal-future-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 50, 121, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(0, 50, 121, 0.1) 1px, transparent 1px);
  background-repeat: repeat;
  background-size: 30px 30px;
  border-radius: 10px;
  z-index: 2;
}
.modal-future-box .flag {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.modal-future-box .inner {
  position: relative;
  z-index: 3;
}
.modal-future-box .inner .image {
  position: relative;
}
.modal-future-box .inner .image:after {
  position: absolute;
  content: "";
  width: 287px;
  height: 160px;
  background: url("../img/modal01/future-image-back.webp") no-repeat center center;
  background-size: cover;
  bottom: 1px;
  left: -25px;
  z-index: -1;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .modal-future-box .inner .image:after {
    width: calc(100% - (100% - 261px) / 2 + 25px);
    height: 162px;
    background: linear-gradient(90deg, #f3ff65, #25c5bb);
    clip-path: polygon(0 0, 92% 0, 100% 15%, 100% 100%, 46% 100%);
    left: -25px;
    bottom: 0;
    opacity: 0.5;
  }
}
.modal-future-box .btn-B {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  padding-right: 25px;
}
.modal-future-box .btn-B:hover {
  opacity: 1;
}

#modal02 .modal-mv-image:before {
  background: linear-gradient(135deg, #7d67ac, #25c5bb);
}
#modal02 .modal-mv-info .last {
  max-width: 230px;
  background: #906ad9;
  margin-left: auto;
  margin-right: auto;
}
#modal02 .modal-main {
  background: url("../img/modal02/back.webp") no-repeat center top;
  background-size: 100% calc(100% - 350px);
}
#modal02 .modal-story-list-block:last-child {
  padding-bottom: 90px;
}
#modal02 .modal-story-list-block .inner .flag .people01 {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 2;
}
#modal02 .modal-story-list-block .inner .flag .people02 {
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 2;
}
#modal02 .modal-future-box:before {
  width: 71px;
  height: 72px;
  background: url("../img/modal02/story-image03.webp") no-repeat center center;
  background-size: cover;
  bottom: calc(100% + 5px);
  right: 5px;
}
#modal02 .modal-future-box .inner .image:after {
  background: url("../img/modal02/future-image-back.webp") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  #modal02 .modal-future-box .inner .image:after {
    width: calc(100% - (100% - 261px) / 2 + 25px);
    height: 162px;
    background: linear-gradient(90deg, #906ad9, #25c5bb);
    clip-path: polygon(0 0, 92% 0, 100% 15%, 100% 100%, 46% 100%);
    left: -25px;
    bottom: 0;
    opacity: 0.5;
  }
}/*# sourceMappingURL=style.css.map */