@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none; }

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

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

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: kozuka-gothic-pro, sans-serif;
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }
  body a {
    transition: .4s ease;
    cursor: pointer; }
  body a:hover {
    text-decoration: none; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

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

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important; }

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important; }

.pc {
  display: block !important; }

.pc-inline-block {
  display: inline-block !important; }

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important; }

  .tb {
    display: block !important; }

  .tb-inline-block {
    display: inline-block !important; }

  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important; }

  .sp {
    display: block !important; }

  .sp-inline-block {
    display: inline-block !important; }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  body {
    font-size: 14px; }
    body *:not(img, ul, ol) {
      max-height: 100%; } }
.gototop {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 1000;
  background: #f9b737;
  height: 60px;
  width: 60px;
  color: #fff;
  text-align: center;
  padding-top: 16px;
  font-size: 33px; }

.fix_side {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 100; }
  .fix_side li {
    height: 140px; }
    .fix_side li img {
      height: 100%; }

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #fff;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loaded {
  opacity: 0;
  visibility: hidden; }

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
.p_category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  padding: 0; }
  .p_category__list a:hover {
    transform: translateY(-4px);
    /* 少し浮くような動き */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    /* 影を強調 */
    color: #f9b737;
    opacity: 0.8;
    background-color: #fff; }
  .p_category__list-item {
    line-height: 27px;
    padding: 20px 20px 0px 20;
    text-align: center;
    display: flex;
    justify-content: center;
    /* 水平方向の中央揃え */
    align-items: end;
    /* 垂直方向の中央揃え */
    width: 25%;
    aspect-ratio: 1;
    background-size: cover;
    /* 画像を div にフィット */
    background-position: center; }
    .p_category__list-item h4 {
      font-size: 20px;
      line-height: 26px;
      color: #fff;
      width: 100%;
      height: 66px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px; }
      @media screen and (max-width: 900px) {
        .p_category__list-item h4 {
          font-size: 16px;
          padding: 5px; } }
    @media screen and (max-width: 900px) {
      .p_category__list-item {
        width: 50%; } }

.gradation-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a00d4+0,490fee+100 */
  background: #6a00d4;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6a00d4 0%, #490fee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6a00d4 0%, #490fee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6a00d4 0%, #490fee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00d4', endColorstr='#490fee',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.gradation-white-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcd2f7+1,ffffff+100 */
  background: #dcd2f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcd2f7 1%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcd2f7 1%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcd2f7 1%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd2f7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.gradation-white-blue-reverse {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dcd2f7+99 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dcd2f7 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dcd2f7 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #dcd2f7 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcd2f7',GradientType=0 );
  /* IE6-9 */ }

.footer__navi .ttl, .menus .ttl {
  text-align: center;
  padding: 20px; }
.footer__navi li, .menus li {
  position: relative;
  text-align: center;
  padding: 19px 0;
  display: block;
  border-top: 1px solid #DCDCDE; }
  .footer__navi li a, .menus li a {
    color: #0f0f0f; }
  .footer__navi li :after, .menus li :after {
    content: ">";
    position: absolute;
    right: 20px; }

.pc {
  display: block; }

.sp {
  display: none; }

.font-L {
  font-size: 40px; }

.header.hide {
  top: -63px; }

.header {
  width: 100%;
  background: #fff;
  position: relative;
  background: #fff; }
  .header a {
    color: #000; }
  .header__sns-link {
    padding-left: 10px;
    margin-top: -5px; }
  .header__inner {
    padding: 0 20px 15px; }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px; }
  .header__logo {
    padding: 0;
    margin-right: auto;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end; }
    .header__logo-icn {
      font-size: 35px; }
    .header__logo .img_ttl {
      width: 162px;
      padding-top: 12px; }
    .header__logo img {
      width: 204px;
      height: 55px; }
    .header__logo-txt {
      line-height: 29px;
      font-size: 18px;
      margin-left: 19px; }
  .header__info {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header__menu {
    padding-top: 10px; }
    .header__menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 12px; }
    .header__menu-item {
      margin-left: 30px; }
      .header__menu-item:first-child {
        margin-left: 0; }
      .header__menu-item:last-child {
        margin-top: -4px;
        margin-left: 35px; }
    .header__menu-item {
      font-size: 16px;
      color: #000; }
      .header__menu-item:hover {
        color: #259CB5; }

.footer {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #F7F7F7;
  border-top: 10px solid #FFCC00; }
  .footer__inner {
    padding: 30px 0;
    text-align: center;
    width: 1100px;
    margin: 0 auto; }
  .footer__ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }
  .footer__notify {
    line-height: 30px;
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px; }
  .footer__info {
    display: flex; }
  .footer .address {
    margin-top: 30px;
    font-size: 12px;
    line-height: 16px; }
  .footer__footer {
    font-size: 30px;
    padding: 20px;
    font-weight: bold; }
  .footer .l {
    width: 330px;
    padding-right: 30px; }
  .footer .m {
    padding-right: 30px; }
  .footer .r {
    width: 270px; }
    .footer .r img {
      padding-bottom: 15px; }
  .footer__copy {
    background: #DDDDDD;
    padding: 10px;
    text-align: center;
    font-size: 12px; }

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .content {
    max-width: 100%;
    padding: 0 20px; }

  .footer__inner {
    width: 100%;
    padding: 50px 50px 20px 50px; }
    .footer__inner img {
      width: 100%; }

  .header * {
    zoom: 95%; } }
@media screen and (max-width: 900px) {
  .fix_side {
    display: none; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  body {
    min-width: initial; }

  .footer .address {
    margin-top: 0;
    padding: 10px 0 20px 0; }
  .footer__inner {
    width: 100%;
    padding: 60px 20px 0px 20px; }
  .footer__info {
    margin: 0 auto;
    max-width: 400px;
    display: block; }
    .footer__info img {
      width: 100%;
      padding-bottom: 20px; }
  .footer .l {
    padding: 0; }
  .footer .m {
    padding: 0; }
  .footer .r {
    width: 100%; }
    .footer .r img {
      width: 100%; }
  .footer__notify {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }

  .drawer {
    position: fixed;
    z-index: 2000;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px; }

  /* ハンバーガーアイコンの設置スペース */
  .drawer-open {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 14px;
    position: relative;
    right: 0;
    z-index: 1001;
    /* 重なり順を一番上に */
    cursor: pointer; }

  /* ハンバーガーメニューのアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute; }

  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px; }

  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 8px; }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0); }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #fff; }

  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff; }

  /* メニューのデザイン*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 1000;
    background: #fff;
    transition: .5s; }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 0;
    /* メニューを画面に入れる */ }

  .menus {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    opacity: 0.9;
    font-weight: bold; }
    .menus__title {
      font-size: 40px;
      font-family: vdl-v7mincho, sans-serif;
      text-align: center;
      padding: 50px;
      font-weight: bold; }
      .menus__title a {
        color: #000; }
    .menus .list-sns {
      margin-top: 30px; }
      .menus .list-sns .item {
        display: block;
        padding-bottom: 10px;
        text-align: center; } }
img.mark {
  position: absolute;
  bottom: 70px;
  right: 40px;
  width: 250px; }

.fv__right {
  width: 100%;
  background-size: cover;
  height: 100%; }

.fixed-bottom-left {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  margin-left: 10px;
  margin-bottom: 10px;
  display: block;
  width: 300px; }

.fixed-bottom-left img {
  width: 100%; }

.fixed-bottom-left.show {
  opacity: 1; }

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 50%;
  z-index: 1001; }

#loader-wrap {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 0.6s ease all;
  -moz-transition: 0.6s ease all;
  -ms-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  transition: 0.6s ease all;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

#loader-wrap.is-end {
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0; }

.fv-sp {
  display: none; }

.fv__inner {
  display: flex;
  height: 100%; }
.fv__left {
  width: 30%;
  padding: 40px;
  text-align: right;
  position: relative; }
  .fv__left img {
    position: relative;
    right: 0;
    height: 100%; }
  .fv__left .restart {
    position: absolute;
    font-size: 80px;
    line-height: 100px;
    bottom: 0;
    padding-bottom: 25px;
    left: 25px;
    font-weight: bold;
    opacity: 0.3;
    color: #fff; }
.fv__right {
  width: 70%;
  position: relative; }
  .fv__right img {
    height: 100%; }
  .fv__right .img-38 {
    position: absolute;
    right: 25px;
    height: auto;
    bottom: 25px; }

.content {
  margin: 0 auto;
  width: 1100px;
  padding-top: 60px; }
  .content__banner {
    display: flex;
    margin-bottom: 50px; }
    .content__banner-item {
      width: 50%;
      transition: 0.5s; }
      .content__banner-item:hover {
        opacity: 0.5;
        transition: 0.5s; }
    .content__banner-item:first-child {
      padding-right: 10px; }
    .content__banner-item:last-child {
      padding-left: 10px; }

.bg-new-mark {
  position: relative; }

.bg-new-mark::before {
  background: url(/bundles/web/img/base/new-mark.png) no-repeat;
  width: 50px;
  height: 43px;
  content: "";
  position: absolute;
  top: -33px;
  left: -7px;
  background-size: contain; }

.news {
  padding: 0px 0 50px 0; }
  .news__title {
    font-size: 80px;
    font-weight: bold;
    text-align: center; }
    .news__title .small {
      font-size: 16px; }
  .news__description {
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px; }
  .news__block {
    display: flex;
    gap: 40px; }
    .news__block h3 {
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 20px; }
  .news__block_sns_item img:hover {
    opacity: 0.9; }
  .news__block_sns_item .download {
    padding: 20px;
    width: 300px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto; }
  .news__block_sns_item:nth-child(2), .news__block_sns_item:nth-child(3) {
    width: 300px; }
    .news__block_sns_item:nth-child(2) img, .news__block_sns_item:nth-child(3) img {
      width: 100%; }
  .news__block_sns_item .ytb-img {
    padding-bottom: 20px; }
  .news__block_sns_item .img-head {
    padding-bottom: 20px; }

.marker-orange-bold {
  background: linear-gradient(transparent 80%, #f9b737 80%);
  font-weight: bold; }

.marker-green-bold {
  background: linear-gradient(transparent 80%, #8CB808 80%);
  font-weight: bold; }

.marker-purple-bold {
  background: linear-gradient(transparent 80%, #B186BA 80%);
  font-weight: bold; }

.vision2 {
  position: relative; }
  @media screen and (max-width: 900px) {
    .vision2 {
      padding: 20px 20px 40px 20px; } }
  .vision2 .bg-img1 {
    position: absolute;
    top: 383px;
    left: -922px;
    opacity: 0.5; }
    @media screen and (max-width: 900px) {
      .vision2 .bg-img1 {
        left: -834px; } }
  .vision2 .bg-img2 {
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    right: -550px; }
  .vision2__title {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    font-size: 60px;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 900px) {
      .vision2__title {
        font-size: 30px;
        line-height: 40px; } }
  .vision2__content_label {
    color: #f9b737;
    text-align: center;
    font-size: 30px;
    padding: 100px 0 0px 0;
    /* sp & tablet */ }
    @media screen and (max-width: 900px) {
      .vision2__content_label {
        font-size: 20px;
        line-height: 30px;
        padding: 50px 0 0px 0; } }
  .vision2__content_img {
    max-width: 800px;
    margin: 0 auto !important; }
    .vision2__content_img img {
      width: 100%;
      padding-bottom: 100px;
      padding-top: 100px; }
      @media screen and (max-width: 900px) {
        .vision2__content_img img {
          padding-bottom: 20px;
          padding-top: 20px; } }
    @media screen and (max-width: 900px) {
      .vision2__content_img {
        max-width: initial; } }
  .vision2__content_txt {
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    padding-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .vision2__content_txt {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        padding: 20px; } }
  .vision2__content_title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 40px; }
    @media screen and (max-width: 900px) {
      .vision2__content_title {
        font-size: 30px;
        line-height: 40px;
        padding: 20px; } }
  .vision2__content_body {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold; }
    @media screen and (max-width: 900px) {
      .vision2__content_body {
        font-size: 20px;
        line-height: 30px;
        z-index: 9999;
        position: relative; } }
  .vision2__content_list {
    margin-left: 100px;
    margin-top: 60px; }
    @media screen and (max-width: 900px) {
      .vision2__content_list {
        margin-left: 0px;
        margin-top: 0; } }
  .vision2__content_item {
    display: flex;
    /* sp & tablet */ }
    .vision2__content_item span {
      color: #fff;
      border-radius: 20px;
      text-align: center;
      padding-top: 10px;
      display: inline-block;
      width: 41px;
      height: 41px;
      font-size: 20px;
      margin-top: 6px; }
    .vision2__content_item .txt {
      font-weight: bold;
      padding-left: 20px;
      font-size: 40px;
      line-height: 47px;
      width: 900px;
      display: inline-block;
      padding-bottom: 60px; }
    .vision2__content_item .desc {
      font-size: 30px;
      padding-top: 20px;
      padding-left: 23px; }
    @media screen and (max-width: 900px) {
      .vision2__content_item {
        display: block; }
        .vision2__content_item .ttl {
          margin-top: -52px;
          font-size: 28px;
          line-height: 40px; }
        .vision2__content_item .desc {
          padding-left: 0; }
        .vision2__content_item span {
          background: none;
          width: 100%;
          color: #00f;
          font-style: italic;
          font-size: 140px;
          font-weight: bold;
          opacity: 0.05;
          margin-bottom: 20px; }
        .vision2__content_item .txt {
          text-align: center;
          width: 100%;
          font-size: 22px;
          line-height: 35px;
          padding: 0; }
          .vision2__content_item .txt .desc {
            font-size: 20px;
            line-height: 30px;
            padding-bottom: 20px;
            max-width: 400px;
            margin: 0 auto; } }

.vision {
  position: relative; }
  .vision__title {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    font-size: 60px;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: bold; }
  .vision .vision-img {
    position: absolute;
    left: -57px;
    top: 281px;
    opacity: 0.5; }
  .vision__content_space {
    padding: 100px 160px 0 240px; }
  .vision__content_item {
    display: flex; }
    .vision__content_item span {
      color: #fff;
      border-radius: 20px;
      text-align: center;
      padding-top: 10px;
      display: inline-block;
      width: 58px;
      height: 41px;
      font-size: 20px;
      margin-top: 6px; }
    .vision__content_item .txt {
      font-weight: bold;
      padding-left: 20px;
      font-size: 40px;
      line-height: 47px;
      width: 900px;
      display: inline-block;
      padding-bottom: 60px; }
    .vision__content_item .desc {
      font-size: 30px;
      padding-top: 20px; }

.policy {
  position: relative; }
  .policy__inner {
    z-index: 99;
    position: relative; }
  .policy .bg-img1 {
    position: absolute;
    top: 0;
    left: -1000px;
    opacity: 0.5; }
  .policy .bg-img2 {
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    right: -550px; }
  .policy__title {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    padding: 100px 0;
    font-weight: bold; }
    .policy__title .big {
      font-size: 120px;
      letter-spacing: 30px;
      font-family: vdl-v7mincho, sans-serif;
      padding-top: 40px;
      display: block; }
  .policy__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .policy__list:nth-child(odd) {
      width: 100%;
      /* 最後の要素が1つだけのとき */
      justify-content: center;
      /* 真ん中揃え */ }
    .policy__list-item {
      flex: 0 0 50%;
      padding-top: 100px; }
      .policy__list-item:nth-child(odd) {
        padding-right: 30px; }
      .policy__list-item:nth-child(even) {
        padding-left: 30px; }
      .policy__list-item .ttl {
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        padding-bottom: 20px;
        font-weight: bold; }
      .policy__list-item .movie {
        transition: 0.5s; }
        .policy__list-item .movie:hover {
          transition: 0.5s;
          opacity: 0.5;
          cursor: pointer; }
      .policy__list-item .description .ttl {
        padding: 30px 0 20px 0;
        font-size: 20px; }
        .policy__list-item .description .ttl span {
          font-size: 30px;
          font-weight: bold;
          padding-right: 10px;
          padding-left: 10px; }
      .policy__list-item .description .ima li {
        display: block;
        text-align: center; }
      .policy__list-item .description .mirai li {
        display: block;
        text-align: center; }
      .policy__list-item .description .detail {
        margin-top: 10px;
        padding: 10px;
        background-color: white;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease; }
        .policy__list-item .description .detail:hover {
          transform: translateY(-2px);
          /* 少し浮くような動き */
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
          /* 影を強調 */
          color: #f9b737; }
        .policy__list-item .description .detail .ttl {
          font-size: 30px; }
        .policy__list-item .description .detail ul {
          display: flex;
          align-items: center;
          gap: 10px;
          text-align: center; }
          .policy__list-item .description .detail ul li {
            flex: 1;
            display: inline-block; }
            .policy__list-item .description .detail ul li span {
              display: block;
              text-align: center;
              font-size: 30px;
              font-weight: bold; }
            .policy__list-item .description .detail ul li .r {
              font-size: 14px;
              font-weight: normal; }
        .policy__list-item .description .detail .count span {
          display: inline; }
      .policy__list-item .description ul li {
        font-size: 18px;
        line-height: 30px;
        display: flex;
        padding-bottom: 20px; }

.section-title {
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 60px; }
  .section-title span {
    border-bottom: 2px solid #B186BA; }

.profile {
  margin-top: 200px;
  /* sp & tablet */
  margin-left: calc(-50vw + 20%);
  margin-right: calc(-50vw + 50%);
  position: relative; }
  @media screen and (max-width: 900px) {
    .profile {
      margin-left: calc(-50vw + 50%); } }
  .profile .inner {
    padding: 100px 60px;
    width: 1100px;
    margin: 0 auto; }
  .profile .bg {
    position: absolute;
    top: -100px;
    right: 0;
    width: 41%;
    text-align: right; }
    .profile .bg img {
      max-width: 630px;
      width: 100%; }
  .profile__name {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold; }
    .profile__name span {
      font-size: 30px;
      display: block;
      margin-left: -20px; }
  .profile__year {
    font-size: 30px; }
  .profile__data {
    padding: 30px 0; }
    .profile__data-entry {
      display: flex;
      align-items: center;
      padding-bottom: 30px; }
      .profile__data-entry.motto .r {
        font-size: 40px;
        font-weight: bold;
        font-family: vdl-v7mincho, sans-serif; }
      .profile__data-entry .l {
        font-weight: bold;
        font-size: 20px;
        height: 100px;
        width: 100px;
        border-radius: 150px;
        text-align: center;
        padding-top: 41px; }
        .profile__data-entry .l.yellow {
          background: #F4D249; }
        .profile__data-entry .l.purple {
          background: #FFB4B4; }
      .profile__data-entry .r {
        padding-left: 30px;
        width: 550px;
        font-size: 16px;
        line-height: 30px; }
        .profile__data-entry .r li {
          display: flex; }
          .profile__data-entry .r li .y {
            width: 100px; }
  .profile__images {
    padding-top: 100px; }
    .profile__images-row1 {
      display: flex;
      padding-bottom: 30px; }
      .profile__images-row1 .l {
        width: 790px; }
        .profile__images-row1 .l img:hover {
          opacity: 0.5;
          transition: 0.5s; }
        .profile__images-row1 .l img {
          transition: 0.5s; }
      .profile__images-row1 .r {
        padding-left: 30px; }
    .profile__images-row2 {
      display: flex; }
      .profile__images-row2 .item .desc {
        padding-top: 15px;
        font-size: 16px;
        line-height: 24px; }
      .profile__images-row2 .item:first-child {
        padding-right: 30px; }
      .profile__images-row2 .item:last-child {
        padding-left: 30px; }
    .profile__images .btn-area {
      padding-top: 100px;
      text-align: center;
      margin: 0 auto;
      width: 300px; }
      .profile__images .btn-area .btn {
        display: block;
        color: #fff;
        padding: 20px;
        transition: 0.5s; }
        .profile__images .btn-area .btn:hover {
          opacity: 0.5;
          transition: 0.5s; }

.shishin {
  margin-top: 200px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative; }
  .shishin__boxes {
    margin-left: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin-right: -30px;
    width: 666px;
    z-index: 800;
    position: relative; }
    .shishin__boxes-item {
      flex: 0 0 50%;
      padding: 15px; }
      .shishin__boxes-item .circle {
        opacity: 0.8;
        border-radius: 400px;
        width: 300px;
        height: 300px; }
        .shishin__boxes-item .circle .ttl {
          font-family: vdl-v7mincho, sans-serif;
          text-align: center;
          font-size: 60px;
          font-weight: bold;
          padding: 30px 0 20px; }
        .shishin__boxes-item .circle .desc {
          font-size: 16px;
          line-height: 24px;
          padding: 0 50px; }
      .shishin__boxes-item:first-child .circle {
        background: #12C4AB; }
      .shishin__boxes-item:nth-child(2) .circle {
        background: #F4D249; }
      .shishin__boxes-item:nth-child(3) .circle {
        background: #FFB4B4; }
      .shishin__boxes-item:nth-child(4) .circle {
        background: #FCD1FF; }
  .shishin .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 1100px;
    margin: 0 auto; }
    .shishin .inner .section-title {
      text-align: right; }
  .shishin .bg {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 60%; }
    .shishin .bg img {
      max-width: 700px;
      width: 100%; }

.ketsui {
  text-align: center;
  margin-top: 100px; }
  .ketsui__title {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 30px; }
  .ketsui__lead {
    font-size: 40px;
    font-family: vdl-v7mincho, sans-serif;
    padding-bottom: 60px;
    font-weight: bold; }
  .ketsui__ttl {
    font-family: vdl-v7mincho, sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold; }
  .ketsui__desc {
    font-size: 20px;
    line-height: 35px;
    padding: 30px 0;
    width: 600px;
    margin: 0 auto; }
  .ketsui__box {
    z-index: 100;
    position: relative;
    text-align: center;
    padding: 10px;
    margin-top: 100px; }
    .ketsui__box-inner {
      background: #fff;
      padding-bottom: 30px; }
    .ketsui__box-desc {
      font-size: 20px;
      line-height: 30px; }
  .ketsui__kouenkai {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: url("/bundles/web/img/index/kouenkai.jpg") center center no-repeat;
    height: 810px;
    margin-top: -300px; }

.fixed-banner {
  position: fixed;
  right: 10px;
  z-index: 995;
  bottom: -400px;
  transition: .6s ease; }
  .fixed-banner.in {
    bottom: 10px; }

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .fv__left {
    width: 20%; }
  .fv__right {
    width: 80%; }

  .content__banner-item {
    width: 100%; }

  .vision__content_space {
    zoom: 90%; }

  .policy {
    zoom: 80%; }
    .policy__list-item img {
      width: 100%; }

  .profile .bg {
    width: 34%; }

  .profile .inner,
  .shishin .inner {
    width: 100%; }

  .profile__images img {
    width: 100%; }

  .shishin .inner {
    padding-right: 72px; }

  .ketsui__box {
    width: 82%;
    margin: 0 auto; } }
/* sp & tablet */
@media screen and (max-width: 900px) {
  .bg-new-mark::before {
    top: -36px;
    left: -15px; }

  .bnr_ytb {
    padding: 0 20px; }

  .header {
    display: none; }

  .fv {
    display: none; }

  .fv-sp {
    display: block; }

  .news {
    display: block;
    padding: 0px 0 50px 0; }
    .news__navi {
      display: flex !important;
      justify-content: space-between;
      flex-wrap: wrap; }
      .news__navi .item {
        line-height: 23px;
        text-align: center;
        flex: 0 0 50%;
        padding: 20px 0 !important;
        font-size: 16px;
        border-top: 10px #fff solid;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        .news__navi .item.active {
          border: none; }
        .news__navi .item .icon {
          padding-right: 10px; }
        .news__navi .item:first-child {
          background: #32A0EE;
          color: #fff; }
        .news__navi .item:last-child {
          background: #515CC6;
          color: #fff; }
    .news__block_sns_item {
      width: 100%;
      padding: 20px !important; }
      .news__block_sns_item:first-child {
        width: 100%;
        order: 2; }
        .news__block_sns_item:first-child img {
          width: 100%; }
      .news__block_sns_item:nth-child(2) {
        width: 100%;
        order: 0; }
        .news__block_sns_item:nth-child(2) .twitter-timeline {
          margin: 0 auto; }
      .news__block_sns_item:last-child {
        width: 100%;
        order: 1;
        display: none; }
    .news__block {
      width: 100%;
      flex-wrap: wrap; }
      .news__block .img-head {
        display: none; }
      .news__block h3 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 19px; }
      .news__block img {
        display: block;
        margin: 0 auto; }

  .news__title {
    font-size: 40px;
    text-align: center; }

  .news__description {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px; }

  .news__block_sns_item,
  .news__block_sns_item:first-child {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0; }

  .content {
    width: 100%;
    padding-top: 0px; }
    .content .nav {
      display: flex !important;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 20px; }
      .content .nav .item {
        color: #fff;
        text-align: center;
        flex: 0 0 50%; }
        .content .nav .item:first-child .inner {
          margin-right: 10px; }
        .content .nav .item:last-child .inner {
          margin-left: 10px; }
        .content .nav .item .inner {
          font-size: 16px;
          padding: 20px 20px 10px 20px; }
          .content .nav .item .inner:after {
            content: "﹀";
            display: block;
            padding-top: 15px; }
    .content__banner {
      display: block;
      padding: 20px; }
      .content__banner-item:first-child {
        padding: 0 0 20px 0; }
      .content__banner-item:last-child {
        padding: 0; }
      .content__banner-item {
        width: 100%;
        padding: 0; }
        .content__banner-item img {
          width: 100%; }

  .vision .vision-img {
    position: absolute;
    left: -57px;
    opacity: 0.2;
    z-index: -10; }
  .vision__title {
    font-family: kozuka-gothic-pro, sans-serif;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 2px;
    padding: 0; }
    .vision__title .desc {
      font-size: 20px;
      color: #FFCC00; }
    .vision__title .bg-img {
      padding: 60px 0 20px 0;
      background: url(/bundles/web/img/index/sp/Vision.png) 50% 34% no-repeat; }
  .vision__content_item {
    display: block; }
    .vision__content_item span {
      background: none;
      width: 100%;
      color: #00f;
      font-style: italic;
      font-size: 140px;
      font-weight: bold;
      opacity: 0.1;
      margin-bottom: 20px; }
    .vision__content_item .txt {
      text-align: center;
      width: 100%;
      font-size: 22px;
      line-height: 35px;
      padding: 0; }
      .vision__content_item .txt .desc {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
        max-width: 400px;
        margin: 0 auto; }
  .vision__content span {
    display: block; }
  .vision__content_space {
    padding: 16px; }

  .policy__navi {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-top: 30px; }
    .policy__navi .item {
      flex: 0 0 50%;
      padding: 0px 10px;
      position: relative; }
      .policy__navi .item .inner {
        display: block;
        border: 1px solid #dcdcdc;
        padding: 20px 20px 20px 10px;
        text-align: center;
        color: #000;
        font-weight: bold; }
      .policy__navi .item:after {
        content: "﹀";
        position: relative;
        top: -29px;
        right: -32vw; }

  .policy__title {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin-top: 30px; }
    .policy__title .big {
      font-size: 38px;
      line-height: 60px;
      letter-spacing: 10px;
      padding-top: 0px; }

  .policy__list-item:nth-child(2n) {
    padding: initial; }

  .policy__list-item:nth-child(odd) {
    padding: initial; }

  .policy__list {
    display: block;
    padding: 20px; }
    .policy__list-item img {
      width: 100%; }
    .policy__list-item .ttl {
      margin-top: 30px;
      font-size: 30px; }
    .policy__list-item .description .ttl {
      padding: 7px 0 40px;
      font-size: 16px; }
      .policy__list-item .description .ttl span {
        font-size: 26px; }
    .policy__list-item .description ul li {
      padding-bottom: 10px;
      font-size: 16px;
      line-height: 24px; }

  .section-title span {
    font-size: 40px;
    line-height: 60px; }

  .profile {
    margin-top: 30px; }
    .profile .inner {
      max-width: 400px;
      padding: 20px;
      width: 100%; }
    .profile__name {
      font-size: 40px;
      line-height: 60px; }
      .profile__name span {
        font-size: 20px;
        line-height: 30px;
        margin-left: -14px;
        margin-top: -10px; }
    .profile__images {
      padding: 0; }
    .profile__year {
      font-size: 20px;
      line-height: 30px; }
    .profile__data-entry.motto .r {
      font-size: 27px;
      line-height: 40px; }
    .profile__data-entry {
      display: block;
      padding-bottom: 0; }
      .profile__data-entry .l {
        height: auto;
        border-radius: 0;
        padding: 10px;
        display: block;
        font-size: 16px;
        margin-bottom: 20px; }
      .profile__data-entry .r {
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
        width: 100%; }
        .profile__data-entry .r ul li {
          display: block;
          padding-bottom: 5px; }
          .profile__data-entry .r ul li .y {
            width: 100px;
            display: inline-block;
            vertical-align: top; }
          .profile__data-entry .r ul li .d {
            width: calc(100% - 110px);
            display: inline-block;
            vertical-align: top; }
    .profile__images-row1 {
      display: block;
      padding-bottom: 10px; }
      .profile__images-row1 .r {
        padding: 0; }
    .profile__images-row2 {
      display: block; }
    .profile__images_sp {
      display: flex !important;
      justify-content: space-between;
      flex-wrap: wrap; }
      .profile__images_sp .item {
        flex: 0 0 50%; }
        .profile__images_sp .item:first-child {
          padding-right: 10px; }
        .profile__images_sp .item:last-child {
          padding-left: 10px; }
        .profile__images_sp .item .desc {
          font-size: 12px;
          line-height: 16px; }
        .profile__images_sp .item img {
          padding: 10px 0;
          width: 100%; }
    .profile__images .btn-area {
      padding: 60px 0; }

  .profile__images-row1 .l {
    width: 100%; }
    .profile__images-row1 .l img {
      width: 100%; }

  .profile__images-row2 .item:last-child {
    padding: 0; }

  .shishin {
    margin: 0; }
    .shishin .inner {
      width: 100%;
      padding: 0; }
    .shishin .bg {
      display: none; }
    .shishin__boxes {
      width: 100%;
      margin: 0; }
      .shishin__boxes-item {
        padding: 0; }
        .shishin__boxes-item .circle {
          border-radius: 0px;
          width: initial;
          height: 280px; }
          .shishin__boxes-item .circle .ttl {
            font-size: 40px; }
          .shishin__boxes-item .circle .desc {
            padding: 0 10px;
            font-size: 16px;
            line-height: 24px;
            max-width: 300px;
            margin: 0 auto; }

  .ketsui {
    margin-top: 20px;
    padding: 20px 20px 0 20px; }
    .ketsui__lead {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold; }
    .ketsui__box {
      margin-top: 60px; }
      .ketsui__box-inner img {
        max-width: 400px;
        width: 100%; }
    .ketsui__box-desc {
      font-size: 16px;
      line-height: 24px; }
    .ketsui__ttl {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold; }
    .ketsui__kouenkai {
      background-size: 238%;
      height: 340px;
      margin: -109px -20px 0 -20px; }
    .ketsui__desc {
      width: 100%;
      font-size: 16px;
      line-height: 24px;
      max-width: 400px; } }

/*# sourceMappingURL=index2.css.map */
