@charset "UTF-8";
@import url("https://use.typekit.net/ush6yud.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 22px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

.l-inner .ftool-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  display: block;
  position: relative;
}
.l-inner .ftool-wrapper .col--02--Y {
  max-width: 100%;
}
.l-inner .ftool-wrapper img {
  max-width: 100%;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover, a:active, a.active {
  color: #333333;
}

i {
  font-style: normal;
}

h3, h4, h2, form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 10px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #EAEDF6;
  color: #EAEDF6; /* アクティブなドットの色 */
  opacity: 1;
}

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 180px;
  height: 68px;
  background-image: url(../images/logo_slobe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

.sec .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .main_visual {
  width: 40vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 0;
  background-color: #314675;
}
.sec .inner .main_visual .inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
.sec .inner .main_visual .inner .photo {
  width: 100%;
  position: relative;
}
.sec .inner .main_visual .inner .photo .text {
  width: 75%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.sec .inner .main_visual .inner .photo .text h2 {
  padding: 0 !important;
  margin: 0 !important;
}
.sec .inner .container {
  width: 60vw;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  position: relative;
}
.sec .inner .container .lead {
  width: 62.9722921914%;
  margin: 60px auto;
  position: relative;
  text-align: center;
}
.sec .inner .container .lead.on .lead_text {
  opacity: 1;
}
.sec .inner .container .lead.on .sub_title {
  opacity: 1;
}
.sec .inner .container .lead.on h3 {
  opacity: 1;
}
.sec .inner .container .lead .sub_title {
  color: #314675;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .lead h3 {
  color: #314675;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 10px 0 40px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .lead .lead_text {
  margin: 0 auto;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
.sec .inner .container .lead .lead_text:not(:last-child) {
  padding-bottom: 10px;
}
.sec .inner .container .item {
  width: 62.9722921914%;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background-color: #EAEDF6;
  border: solid 1px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.sec .inner .container .item.on {
  opacity: 1;
}
.sec .inner .container .item {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .item .item_text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.sec .inner .container .item .item_text h4 {
  color: #314675;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .item .item_text .text p {
  color: #314675;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .item .item_text .text p span {
  display: block;
  padding-top: 20px;
  color: #314675;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .item .item_text .spec dl {
  color: #314675;
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .container .item .item_text .spec dl:not(:last-child) {
  padding-bottom: 10px;
}
.sec .inner .container .item .item_text .button > p {
  display: inline-block;
}
.sec .inner .container .item .item_text .button > p a {
  padding: 5px 20px;
  color: #FFF;
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  background-color: #314675;
}
.sec .inner .container .item .item_text .button > p a:hover {
  opacity: 0.5;
}
.sec .inner .container .stories {
  width: 100%;
  padding: 100px 0 100px;
}
.sec .inner .container .stories.bg_beige {
  background-color: #F3F2F0;
}
.sec .inner .container .stories_main {
  width: 62.9722921914%;
  margin: 0 auto 100px;
}
.sec .inner .container .stories_main.on .stories_main_text {
  opacity: 1;
}
.sec .inner .container .stories_main.on .stories_main_photo {
  opacity: 1;
}
.sec .inner .container .stories_main_text {
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .stories_main_text .title {
  width: 100%;
}
.sec .inner .container .stories_main_text .title .num {
  width: 100%;
  color: #314675;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .stories_main_text .title .num span {
  font-weight: 700;
  padding-right: 5px;
}
.sec .inner .container .stories_main_text .title .name {
  width: 100%;
  padding: 10px 0 0;
  margin: 10px auto 0 0;
  border-top: solid 1px #314675;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.sec .inner .container .stories_main_text .title .name p {
  margin-bottom: 0;
  color: #314675;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .stories_main_text .title .name p:nth-child(2) {
  color: #314675;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .stories_main_text_lead p {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .stories_main_photo {
  width: 100%;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .stories_content {
  width: 100%;
}
.sec .inner .container .stories_content_photo {
  width: 100%;
  margin: 0 auto;
}
.sec .inner .container .stories_content_photo.on {
  opacity: 1;
}
.sec .inner .container .stories_content_photo {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .stories_content_photo.type1 {
  width: 50.3778337531%;
  margin: 0 auto;
}
.sec .inner .container .stories_content_photo.type2 {
  width: 45.3400503778%;
  margin: 0 auto;
  transform: translateX(-15.1133501259%);
}
.sec .inner .container .stories_content_photo.type3 {
  width: 80.604534005%;
  margin: 0 auto;
}
.sec .inner .container .stories_content_photo.type4 {
  width: 45.3400503778%;
  margin: 0 auto;
  transform: translateX(15.1133501259%);
}
.sec .inner .container .stories_content_text {
  width: 50.3778337531%;
  margin: 100px auto;
}
.sec .inner .container .stories_content_text.on {
  opacity: 1;
}
.sec .inner .container .stories_content_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .stories_content_text .q {
  color: #314675;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 30px;
}
.sec .inner .container .stories_content_text .a {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .stories_content_profile {
  width: 62.9722921914%;
  margin: 0 auto;
  padding: 30px 0 0;
  border-top: dashed 1px #314675;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.sec .inner .container .stories_content_profile.on {
  opacity: 1;
}
.sec .inner .container .stories_content_profile {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec .inner .container .stories_content_profile p:nth-child(1) {
  color: #314675;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .stories_content_profile p:nth-child(2) {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .stories_content_profile p:nth-child(3) {
  color: #314675;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .information {
  width: 62.9722921914%;
  margin: 100px auto 150px;
  text-align: center;
}
.sec .inner .container .information h4 {
  color: #314675;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
  padding: 0 0 20px;
}
.sec .inner .container .information p {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .information .staff {
  padding: 80px 0 0;
}
.sec .inner .container .information .staff p {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
.sec .inner .container .logos {
  width: 62.9722921914%;
  margin: 0 auto 150px;
}
.sec .inner .container .logos .logos_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sec .inner .container .logos .logos_inner p {
  width: 110px;
}

/* ---- common credits ---- */
.credits {
  width: 100%;
}
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 8px;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  padding: 2px 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong {
  color: #333333;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 3px;
}
.credits > div dl dt span {
  color: #333333;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  margin-left: 3px;
}
.credits > div dl dd {
  margin-left: 14px;
}
.credits > div dl dd > div a {
  color: #FFF;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 20px 3px;
  display: block;
  background-color: #314675;
  border-radius: 4px;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd > div a:hover {
  opacity: 0.5;
}
.credits > div dl dd > div .item-d-none a {
  display: none;
}
.credits > div dl dd > div .item-d-none span {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  padding: 3px 0;
  display: inline-block;
}
.credits > div dl dd > div span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.slider li {
  width: 100%;
}

.slider img {
  border-radius: 0;
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 16px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  font-size: 40px; /* ドットのサイズ */
  color: #ccc; /* ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  color: #1C2E4A; /* アクティブなドットの色 */
  opacity: 1;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 180px;
    height: 39px;
  }
  #loader .bar {
    height: 8px;
  }
  .l-inner {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .l-inner .ftool-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-inner .ftool-wrapper a:hover {
    text-decoration: none;
  }
  .l-inner .ftool-wrapper ul li {
    list-style: none;
  }
  .l-inner .ftool-wrapper div {
    box-sizing: border-box;
  }
  .l-inner .ftool-wrapper .col--02--Y {
    max-width: 100%;
  }
  .sec .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .main_visual {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    top: 0;
    background-color: #314675;
  }
  .sec .inner .main_visual .inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
  }
  .sec .inner .main_visual .inner .photo {
    width: 100%;
    position: relative;
  }
  .sec .inner .main_visual .inner .photo .text {
    width: 75%;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .sec .inner .container {
    width: 100vw;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    position: relative;
  }
  .sec .inner .container .lead {
    width: 84%;
    margin: 50px auto;
    position: relative;
    text-align: center;
  }
  .sec .inner .container .lead .sub_title {
    color: #314675;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .lead h3 {
    color: #314675;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 10px 0 30px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  .sec .inner .container .lead .lead_text {
    margin: 0 auto;
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .sec .inner .container .item {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    gap: 30px;
  }
  .sec .inner .container .item .item_text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .sec .inner .container .item .item_text h4 {
    color: #314675;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .item .item_text .text p {
    color: #314675;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .item .item_text .text p span {
    display: block;
    padding-top: 15px;
    color: #314675;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .item .item_text .spec dl {
    color: #314675;
    font-family: "avenir-next-lt-pro-condensed", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .container .item .item_text .spec dl:not(:last-child) {
    padding-bottom: 10px;
  }
  .sec .inner .container .item .item_text .button > p {
    display: inline-block;
  }
  .sec .inner .container .item .item_text .button > p a {
    padding: 4px 16px;
    color: #FFF;
    font-family: "avenir-next-lt-pro-condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories {
    width: 100%;
    padding: 80px 0 80px;
  }
  .sec .inner .container .stories.bg_beige {
    background-color: #F3F2F0;
  }
  .sec .inner .container .stories_main {
    width: 90%;
    margin: 0 auto 80px;
  }
  .sec .inner .container .stories_main_text {
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .sec .inner .container .stories_main_text .title {
    width: 100%;
  }
  .sec .inner .container .stories_main_text .title .num {
    width: 100%;
    color: #314675;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories_main_text .title .num span {
    font-weight: 700;
    padding-right: 5px;
  }
  .sec .inner .container .stories_main_text .title .name {
    width: 100%;
    padding: 10px 0 0;
    margin: 10px auto 0 0;
    border-top: solid 1px #314675;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec .inner .container .stories_main_text .title .name p {
    margin-bottom: 0;
    color: #314675;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories_main_text .title .name p:nth-child(2) {
    color: #314675;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories_main_text_lead p {
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories_main_photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec .inner .container .stories_content {
    width: 100%;
  }
  .sec .inner .container .stories_content_photo {
    width: 100%;
    margin: 0 auto;
  }
  .sec .inner .container .stories_content_photo.type1 {
    width: 86%;
    margin: 0 auto;
  }
  .sec .inner .container .stories_content_photo.type2 {
    width: 80%;
    margin: 0 auto;
    transform: translateX(-7.556675063%);
  }
  .sec .inner .container .stories_content_photo.type3 {
    width: 100%;
    margin: 0 auto;
  }
  .sec .inner .container .stories_content_photo.type4 {
    width: 80%;
    margin: 0 auto;
    transform: translateX(7.556675063%);
  }
  .sec .inner .container .stories_content_text {
    width: 80%;
    margin: 80px auto;
  }
  .sec .inner .container .stories_content_text .q {
    color: #314675;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 20px;
  }
  .sec .inner .container .stories_content_text .a {
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories_content_profile {
    width: 86%;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: dashed 1px #314675;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  .sec .inner .container .stories_content_profile p:nth-child(1) {
    color: #314675;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories_content_profile p:nth-child(2) {
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .stories_content_profile p:nth-child(3) {
    color: #314675;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .information {
    width: 80%;
    margin: 60px auto 80px;
    text-align: center;
  }
  .sec .inner .container .information h4 {
    color: #314675;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
    padding: 0 0 10px;
  }
  .sec .inner .container .information p {
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  .sec .inner .container .logos {
    width: 60%;
    margin: 0 auto 100px;
  }
  .sec .inner .container .logos .logos_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .sec .inner .container .logos .logos_inner p {
    width: calc((100% - 40px) / 2);
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 2px 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div dl dt .s {
    font-size: 1rem;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dd .item-d-none a {
    display: none;
  }
  .credits > div dl dd .item-d-none span {
    color: #000;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */