@charset "UTF-8";
/*============================
	index 共通
============================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0px 0 0;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #191919;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #17585d;
}

.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

.inner__large {
  position: relative;
  margin: 0 auto;
  max-width: 1720px;
}

.font-en {
  font-family: "Prompt", sans-serif;
}

.ps-r {
  position: relative;
}

.ps-a {
  position: absolute;
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
  position: relative;
  margin: 0 0 55px;
  text-align: center;
}

/*	汎用ボタン
---------------------------------*/
.btn-list .btn-cmn01 {
  margin: 0 30px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

header .hd__top {
  max-width: 320px;
  height: 100%;
  border-radius: 0 0 50px 0;
  filter: drop-shadow(17px 0px 29px rgba(0, 0, 0, 0.08));
}

@media screen and (max-width: 1280px) {
  header .hd__top {
    width: 130px;
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  header .hd__top {
    width: 77px;
    height: 90px;
    border-radius: 0 0 25px 0;
  }
}

main .kv__movie {
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 96%;
}

@media screen and (max-width: 1280px) {
  main .kv__movie {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  main .kv__movie {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  main .kv__movie {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  main .kv__movie {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

main .kv__movie--video {
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  max-height: 800px;
}

main .kv__movie--video video {
  width: 100%;
}

main .kv__bg--item {
  position: absolute;
}

main .kv__bg--item.item01 {
  left: 0;
  top: 3.5%;
}

@media screen and (max-width: 768px) {
  main .kv__bg--item.item01 {
    max-width: 30%;
    top: 40%;
  }
}

main .kv__bg--item.item02 {
  top: 0;
  left: calc(28% + 12px);
}

main .kv__bg--item.item03 {
  top: 24px;
  right: calc(30% - 2px);
}

@media screen and (max-width: 768px) {
  main .kv__bg--item.item03 {
    display: none;
  }
}

main .kv__bg--item.item04 {
  top: calc(16% + 1px);
  right: 0;
}

@media screen and (max-width: 767px) {
  main .kv__bg--item.item04 {
    display: none;
  }
}

main .kv__bg--item.item05 {
  bottom: 9px;
  right: 0;
}

@media screen and (max-width: 768px) {
  main .kv__bg--item.item05 {
    width: 40%;
  }
}

main .kv__bg--item.item06 {
  bottom: calc(7% + 4px);
  left: calc(17% + 14px);
}

@media screen and (max-width: 768px) {
  main .kv__bg--item.item06 {
    display: none;
  }
}

main .kv__icon--item {
  position: absolute;
  z-index: 2;
}

main .kv__icon--item.item07 {
  top: 4%;
  right: calc(16% - 1px);
  animation: pikopiko02 1s steps(2, start) infinite;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  main .kv__icon--item.item07 {
    max-width: 70px;
  }
}

@media screen and (max-width: 768px) {
  main .kv__icon--item.item07 {
    max-width: 40px;
  }
}

@media screen and (max-width: 599px) {
  main .kv__icon--item.item07 {
    right: 2%;
  }
}

main .kv__icon--item.item08 {
  top: calc(7% + 3px);
  right: calc(3% + 5px);
  animation: pikopiko 1s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

@media screen and (max-width: 1280px) {
  main .kv__icon--item.item08 {
    max-width: 60px;
  }
}

@media screen and (max-width: 768px) {
  main .kv__icon--item.item08 {
    max-width: 40px;
  }
}

@media screen and (max-width: 599px) {
  main .kv__icon--item.item08 {
    display: none;
  }
}

main .kv__icon--item.item09 {
  bottom: calc(14% - 3px);
  right: calc(26% - 4px);
  animation: pikopiko02 1s steps(2, start) infinite;
  opacity: 1;
}

@keyframes pikopiko02 {
  0% {
    transform: rotate(-20deg);
  }
  to {
    transform: rotate(10deg);
  }
}

@media screen and (max-width: 1280px) {
  main .kv__icon--item.item09 {
    max-width: 70px;
  }
}

@media screen and (max-width: 768px) {
  main .kv__icon--item.item09 {
    max-width: 40px;
    bottom: calc(5% - 3px);
  }
}

@media screen and (max-width: 599px) {
  main .kv__icon--item.item09 {
    right: 2%;
  }
}

main .kv__icon--item.item10 {
  bottom: calc(-5% + 6px);
  left: 7%;
  animation: pikopiko 1s steps(2, start) infinite;
}

@media screen and (max-width: 1280px) {
  main .kv__icon--item.item10 {
    max-width: 70px;
    left: calc(21% - 3px);
  }
}

@media screen and (max-width: 768px) {
  main .kv__icon--item.item10 {
    max-width: 50px;
  }
}

@media screen and (max-width: 599px) {
  main .kv__icon--item.item10 {
    left: 20%;
  }
}

main .kv__entry a {
  background-color: #498fe7;
  position: fixed;
  left: 0px;
  bottom: 0;
  width: 200px;
  height: 200px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 50px 0 0;
}

@media screen and (max-width: 1280px) {
  main .kv__entry a {
    width: 150px;
    height: 150px;
    border-radius: 0 25px 0 0;
  }
}

@media screen and (max-width: 768px) {
  main .kv__entry a {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 599px) {
  main .kv__entry a {
    width: 80px;
    height: 80px;
  }
}

main .kv__entry a p {
  font-size: 3.6rem;
  margin-top: 1px;
  margin-right: 4px;
  color: #fff;
  font-weight: bold;
  line-height: 1.667;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1280px) {
  main .kv__entry a p {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  main .kv__entry a p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  main .kv__entry a p {
    font-size: 1.6rem;
  }
}

main .kv__entry a figure {
  margin-right: 8px;
  margin-top: 13px;
}

main .kv__txt {
  position: absolute;
  left: calc(-17% + -8px);
  bottom: calc(-23% + 2px);
  z-index: 3;
  width: 100%;
}

main .kv__txt .bright {
  width: 100%;
}

.section__ttl {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.section__ttl span {
  position: relative;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
  display: block;
  margin-bottom: 50px;
  line-height: 1;
}

.section__ttl span::before {
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  background-color: #4a8fe7;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.section__ttl p {
  font-size: 5rem;
  letter-spacing: 0.075em;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .section__ttl p {
    font-size: 2.3rem;
  }
}

.point__inner {
  padding-top: 110px;
  padding-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .point__inner {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

.point__movie {
  width: 40%;
  position: absolute;
  top: calc(-3% - 5px);
  left: calc(7% - 9px);
  mix-blend-mode: darken;
  background-color: white;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .point__movie {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .point__movie {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    left: 0;
  }
}

.point__movie source {
  background-color: white;
}

.point__contents {
  height: 1200px;
}

@media screen and (max-width: 767px) {
  .point__contents {
    height: auto;
  }
}

.point__h2 {
  text-align: center;
  position: absolute;
  top: calc(36% + 46px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  .point__h2 {
    top: 40%;
  }
}

@media screen and (max-width: 767px) {
  .point__h2 {
    position: static;
    transform: translateX(0) !important;
    margin-top: 80px;
    width: 86%;
    margin: 80px auto;
  }
}

.point__h2--txt {
  display: block;
  margin-top: 25px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 1280px) {
  .point__h2--txt {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .point__h2--txt {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}

.point__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-in;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  width: auto;
  height: auto;
}

.point__box--ttl {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .point__box--ttl {
    font-size: 2.6rem;
    line-height: 2rem;
    padding-top: 1%;
  }
}

.point__box--txt {
  margin-top: 30px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.075em;
  max-width: 280px;
}

@media screen and (max-width: 1280px) {
  .point__box--txt {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .point__box--txt {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.point__box.item01 {
  background: url(../img/point/item05_bg.png) no-repeat;
  background-size: contain;
  min-width: 420px;
  min-height: 420px;
  position: absolute;
  opacity: 1;
  top: 0px;
  left: calc(34% + 69px);
}

@media screen and (max-width: 1280px) {
  .point__box.item01 {
    min-width: 280px;
    min-height: 280px;
    width: 280px;
    height: 280px;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media screen and (max-width: 767px) {
  .point__box.item01 {
    position: static;
    transform: translateX(0) !important;
    margin-top: 60px;
    margin: 0 auto;
    left: 0 !important;
    padding-top: 7.7%;
    padding-bottom: 11%;
  }
}

.point__box.item01.blockIn {
  opacity: 1;
  top: 0px;
  left: calc(34% + 69px);
}

@media screen and (max-width: 767px) {
  .point__box.item01.blockIn {
    left: 0 !important;
  }
}

.point__box.item02 {
  background: url(../img/point/item05_bg.png) no-repeat;
  min-width: 420px;
  min-height: 420px;
  position: absolute;
  top: calc(24% + 2px);
  left: 0%;
}

@media screen and (max-width: 1280px) {
  .point__box.item02 {
    background: url(../img/point/item02_bg.png) no-repeat center;
    min-width: 280px;
    min-height: 280px;
    width: 280px;
    height: 280px;
    top: calc(22% - 4px);
  }
}

@media screen and (max-width: 767px) {
  .point__box.item02 {
    position: static;
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 12%;
    left: 0;
    top: 0;
  }
}

.point__box.item03 {
  background: url(../img/point/item05_bg.png) no-repeat;
  min-width: 420px;
  min-height: 420px;
  position: absolute;
  top: calc(24% + 2px);
  right: 0px;
}

@media screen and (max-width: 1280px) {
  .point__box.item03 {
    background: url(../img/point/item02_bg.png) no-repeat center;
    min-width: 280px;
    min-height: 280px;
    width: 280px;
    height: 280px;
    top: calc(22% - 4px);
  }
}

@media screen and (max-width: 767px) {
  .point__box.item03 {
    position: static;
    margin: 0 auto;
    padding-top: 12.6%;
    padding-bottom: 15.1%;
    top: 0;
  }
}

.point__box.item04 {
  background: url(../img/point/item05_bg.png) no-repeat;
  min-width: 420px;
  min-height: 420px;
  position: absolute;
  left: calc(11% - 1px);
  bottom: 29px;
}

@media screen and (max-width: 1280px) {
  .point__box.item04 {
    background: url(../img/point/item02_bg.png) no-repeat center;
    min-width: 280px;
    min-height: 280px;
    width: 280px;
    height: 280px;
    left: 0;
    bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .point__box.item04 {
    position: static;
    margin: 0 auto;
    padding-top: 12%;
    padding-bottom: 15%;
    bottom: 0;
  }
}

.point__box.item05 {
  background: url(../img/point/item05_bg.png) no-repeat;
  min-width: 420px;
  min-height: 420px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  .point__box.item05 {
    background: url(../img/point/item02_bg.png) no-repeat center;
    min-width: 280px;
    min-height: 280px;
    width: 280px;
    height: 280px;
    right: 0;
    bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .point__box.item05 {
    position: static;
    margin: 0 auto;
    bottom: 0;
  }
}

.point__bg--item {
  position: absolute;
}

.point__bg--item.bg01 {
  left: 0;
  top: calc(19% + 13px);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .point__bg--item.bg01 {
    z-index: -1;
  }
}

.point__bg--item.bg02 {
  left: calc(12% + 13px);
  bottom: calc(21% + 5px);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .point__bg--item.bg02 {
    display: none;
  }
}

.point__bg--item.bg03 {
  right: calc(8% + 8px);
  top: calc(26% - 16px);
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .point__bg--item.bg03 {
    display: none;
  }
}

.point__bg--item.bg04 {
  right: 0;
  bottom: calc(22% + 12px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .point__bg--item.bg04 {
    display: none;
  }
}

.point__bg--item.bg05 {
  right: calc(8% + 8px);
  top: calc(14% - 1px);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .point__bg--item.bg05 {
    right: calc(0% + 7px);
    top: calc(-2% + 10px);
    width: 36%;
    z-index: -1;
  }
}

.gallery .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery .text__swiper {
  z-index: 2;
}

.gallery .gallery__swiper {
  z-index: 3;
  margin-top: -145px;
}

@media screen and (max-width: 767px) {
  .gallery .gallery__swiper {
    margin-top: -50px;
  }
}

.gallery .gallery__swiper img {
  border-radius: 0px;
}

.about {
  background: url(../img/about/about_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1280px) {
  .about {
    margin-top: 170px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-top: 120px;
  }
}

.about .about__h2 {
  color: #fff;
  margin-top: -3px;
  margin-bottom: 46px;
}

.about .about__h2 p {
  padding-top: 1px;
  margin-left: 13px;
}

.about .about__contents {
  display: grid;
  max-width: 1280px;
  grid-template-columns: 350px 230px 620px;
  grid-template-rows: 160px 350px 250px 200px;
  gap: 40px;
  grid-template-areas:
    "area1 area1 area2"
    "area1 area1 area3"
    "area4 area6 area7"
    "area5 area6 area7";
}

@media screen and (max-width: 1280px) {
  .about .about__contents {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "area1"
      "area2"
      "area3"
      "area4"
      "area5"
      "area6"
      "area7";
    width: 92%;
    margin: auto;
  }
}

.about .about__box {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 10;
  /*=========グラフ表示のためのCSS ===============*/
}

@media screen and (max-width: 1280px) {
  .about .about__box {
    padding: 40px;
    width: 620px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .about .about__box {
    width: 100%;
    padding: 30px;
  }
}

.about .about__box--ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.075em;
}

.about .about__box .chart-area {
  /*円グラフがスマホでつぶれないようにする*/
  width: 100%;
  height: 50vh;
}

.about .about__box .chart-area.chart-area-old {
  width: 500px;
  height: 200px;
}

.about .about__box.item01 {
  grid-area: area1;
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about .about__box.item01 {
    max-width: 100%;
  }
}

.about .about__box.item01 p {
  color: #2babca;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  line-height: 5.2rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .about .about__box.item01 p {
    font-size: 20px;
    line-height: 3rem;
  }
}

.about .about__box.item01 p .number {
  display: block;
  font-size: 5.5rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about .about__box.item01 p .number {
    font-size: 30px;
  }
}

.about .about__box.item01 p .number .persent {
  font-size: 2.3vw;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about .about__box.item01 p .number .persent {
    font-size: 20px;
  }
}

.about .about__box.item01 .chart_director {
  top: 52px;
  right: -40px;
}

@media screen and (max-width: 599px) {
  .about .about__box.item01 .chart_director {
    top: 95px;
    left: 48%;
  }
}

.about .about__box.item01 .chart_director .number {
  margin-top: -2px;
  margin-left: 5px;
}

.about .about__box.item01 .chart_designer {
  bottom: 34px;
  right: 0;
}

@media screen and (max-width: 599px) {
  .about .about__box.item01 .chart_designer {
    top: 250px;
    left: 15%;
  }
}

.about .about__box.item01 .chart_designer .number {
  margin-top: 2px;
  margin-left: 4px;
}

.about .about__box.item01 .chart_engineer {
  bottom: 100px;
  left: -26px;
  line-height: 4.4rem;
}

@media screen and (max-width: 599px) {
  .about .about__box.item01 .chart_engineer {
    top: 141px;
    left: 0%;
  }
}

.about .about__box.item01 .chart_engineer .number {
  margin-left: 20px;
}

.about .about__box.item01 .chart_backoffice {
  top: 2px;
  left: 33px;
}

@media screen and (max-width: 599px) {
  .about .about__box.item01 .chart_backoffice {
    top: 56px;
    left: 10%;
  }
}

.about .about__box.item01 .chart_backoffice .number {
  margin-top: -2px;
}

.about .about__box.item01 .about__box--ttl {
  color: #2babca;
  margin-top: 44px;
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .about .about__box.item01 .about__box--ttl {
    margin-top: 0;
  }
}

.about .about__box.item01 .about__box--ttl img {
  margin-right: 18px;
  margin-top: -5px;
}

.about .about__box.item01 h2 {
  text-align: center;
  color: #2babca;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
}

.about .about__box.item01 .chart-area {
  margin-top: 27px;
  position: relative;
  width: 393px;
  height: 393px;
}

@media screen and (max-width: 599px) {
  .about .about__box.item01 .chart-area {
    width: 323px;
    height: 323px;
  }
}

.about .about__box.item02 {
  grid-area: area2;
  position: relative;
}

.about .about__box.item02::after {
  content: "";
  /* background: url(../img/about/graph02_01.png) no-repeat; */
  position: absolute;
  bottom: -25px;
  left: 56.6%;
  transform: translate(-50%);
  width: 620px;
  height: 160px;
  z-index: -0;
}

@media screen and (max-width: 767px) {
  .about .about__box.item02::after {
    display: none;
  }
}

.about .about__box.item02 .about__box--ttl {
  color: #fe786c;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .about .about__box.item02 .about__box--ttl {
    margin-top: 0;
  }
}

.about .about__box.item02 .about__box--ttl img {
  margin-right: 12px;
  margin-top: -6px;
}

.about .about__box.item02 .about02_p {
  font-size: 5.7rem;
  position: relative;
  line-height: 1.7rem;
  color: #fe786c;

  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .about .about__box.item02 .about02_p {
    line-height: 5rem;
  }
}

.about .about__box.item02 .about02_p span {
  font-weight: 600;
  letter-spacing: 0.075em;
}

.about .about__box.item02 .about02_p .dot {
  font-size: 6.5rem;
  color: #f7c5c7;
  margin: 0 30px;
  letter-spacing: 0.075em;
}

.about .about__box.item02 .about02_p .unit {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .about .about__box.item02 .about02_p .unit {
    font-size: 3rem;
  }
}
.about .about__box.item03 {
  position: relative;
  grid-area: area3;
}

.about .about__box.item03 .about__box--ttl {
  color: #9c6b13;
  margin-top: 32px;
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .about .about__box.item03 .about__box--ttl {
    margin-top: 0;
  }
}

.about .about__box.item03 .about__box--ttl img {
  margin-right: 19px;
  margin-top: -6px;
}

.about .about__box.item03 h2 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: -8px;
  margin-left: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
}

.about .about__box.item03 .chart-area-old {
  position: relative;
  width: 196px;
  height: 195px;
}

.about .about__box.item03 .num {
  position: absolute;
  top: 83px;
  left: 88px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .about .about__box.item03 .num {
    top: 32%;
  }
}

@media screen and (max-width: 767px) {
  .about .about__box.item03 .num {
    position: absolute;
    top: 22%;
    left: 51%;
    transform: translateX(-50%);
    width: 96%;
  }
  .about .about__box.item03 .num img {
    display: block;
    margin: 0 auto;
  }
}

.about .about__box.item04 {
  grid-area: area4;
  position: relative;
  justify-content: space-around;
}

@media screen and (max-width: 1280px) {
  .about .about__box.item04 {
    padding: 60px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .about .about__box.item04 {
    padding: 30px;
  }
}

.about .about__box.item04 .about__box--ttl {
  color: #a471cd;
  font-size: 2.6rem;
  line-height: 2.143;
  margin-top: 22px;
  margin-bottom: 5px;
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .about .about__box.item04 .about__box--ttl {
    margin-top: 0;
  }
}

.about .about__box.item04 .about__box--ttl img {
  margin-right: 10px;
}

.about .about__box.item04 .about04_p {
  color: #a471cd;
  font-size: 4.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  /* padding-left: 50px;
  margin-top: -4px; */
}

@media screen and (max-width: 1280px) {
  .about .about__box.item04 .about04_p {
    position: static;
  }
}

@media screen and (max-width: 599px) {
  .about .about__box.item04 .about04_p {
    padding-left: 10px;
  }
}
.about .about__box.item04 .about04_p .font-en {
  font-size: 8rem;
}
.about .about__box.item04 .about04_p .unit {
  font-size: 2.6rem;
  /* margin: 0 40px 0 0; */
}

@media screen and (max-width: 1280px) {
  .about .about__box.item04 .about04_p .unit:last-child {
    margin: 0;
  }
}

.about .about__box.item04 figure {
  margin-right: 8px;
}

.about .about__box.item05 {
  grid-area: area5;
  position: relative;
  justify-content: space-around;
}

@media screen and (max-width: 1280px) {
  .about .about__box.item05 {
    padding: 60px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .about .about__box.item05 {
    padding: 30px;
  }
}

.about .about__box.item05 .about__box--ttl {
  color: #efaf25;
}

@media screen and (max-width: 767px) {
  .about .about__box.item05 .about__box--ttl {
    margin-top: 0;
  }
}

.about .about__box.item05 .about__box--ttl img {
  margin-right: 11px;
  margin-top: -4px;
}

.about .about__box.item05 .about02_p {
  font-size: 4.3rem;
  position: relative;
  line-height: 4rem;
  letter-spacing: 0.15rem;
  color: #efaf25;
  text-align: center;
  /* margin: -5px 15px; */
  /* position: absolute;
  bottom: 26px;
  left: 13%; */
}

@media screen and (max-width: 1280px) {
  .about .about__box.item05 .about02_p {
    /* margin: 18px 30px 0 100px; */
    position: static;
    line-height: 4rem;
    /* padding: 20px; */
  }
}

.about .about__box.item05 .about02_p .unit {
  /* margin-right: 55px; */
  font-size: 2.8rem;
}

.about .about__box.item06 {
  grid-area: area6;
  justify-content: space-between;
  position: relative;
}

.about .about__box.item06 .about__box--ttl {
  color: #49ba2a;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 26px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .about .about__box.item06 .about__box--ttl {
    margin-top: 0;
  }
}

.about .about__box.item06 .about__box--ttl img {
  margin-right: 12px;
  margin-top: -28px;
}

@media screen and (max-width: 767px) {
  .about .about__box.item06 .about__box--ttl img {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .about .about__box.item06 .about__box--ttl br {
    display: none;
  }
}

.about .about__box.item06 #box6 {
  margin-top: 60px;
}

.about .about__box.item06 #box6 p {
  position: absolute;
  font-size: 4.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.15rem;
  color: #49ba2a;
}

.about .about__box.item06 #box6 p .count-up {
  font-weight: 600;
}

.about .about__box.item06 #box6 p .unit {
  font-size: 2.5rem;
  font-weight: bold;
}

.about .about__box.item06 #box6 p small {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}

.about .about__box.item06 #box6 .about06_a {
  left: 0;
  text-align: center;
  transform: translate(5px, 80px);
}

@media screen and (max-width: 1280px) {
  .about .about__box.item06 #box6 .about06_a {
    transform: translate(110px, 70px);
  }
}

@media screen and (max-width: 767px) {
  .about .about__box.item06 #box6 .about06_a {
    transform: translate(40px, 70px);
  }
}

.about .about__box.item06 #box6 .about06_a .unit {
  margin-right: -7px;
}

.about .about__box.item06 #box6 .about06_a small {
  margin-top: 13px;
  display: block;
}

.about .about__box.item06 #box6 .about06_b {
  right: 0;
  text-align: end;
  transform: translate(-50%, -61px);
}

@media screen and (max-width: 1280px) {
  .about .about__box.item06 #box6 .about06_b {
    transform: translate(-50%, -66px);
  }
}

@media screen and (max-width: 767px) {
  .about .about__box.item06 #box6 .about06_b {
    transform: translate(-50%, -66px);
  }
}

.about .about__box.item06 #box6 .about06_b .count-up {
  margin-right: 2px;
}

.about .about__box.item06 #box6 .about06_b .unit {
  margin-right: 11px;
}

.about .about__box.item06 #box6 .about06_b small {
  margin-top: 13px;
  display: block;
}

.about .about__box.item06 .box6 {
  position: relative;
  width: calc(100% - 40px);
  height: 290px;
  overflow: hidden;
}

.about .about__box.item07 {
  grid-area: area7;
  justify-content: space-around;
}

.about .about__box.item07 .about__box--ttl {
  color: #113976;
  /* margin-bottom: 21px;
  margin-top: 37px; */
}

@media screen and (max-width: 767px) {
  .about .about__box.item07 .about__box--ttl {
    margin-top: 0;
  }
}

.about .about__box.item07 .about__box--ttl img {
  margin-right: 19px;
  margin-top: -8px;
}

.about .about__box.item07 figure {
  /* margin-left: 20px; */
}

.about .about__bg--item {
  position: absolute;
}

.about .about__bg--item.bg01 {
  left: 0;
  top: calc(-4% - 10px);
}

@media screen and (max-width: 1280px) {
  .about .about__bg--item.bg01 img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .about .about__bg--item.bg01 {
    top: calc(-2% - 3px);
  }
  .about .about__bg--item.bg01 img {
    width: 45%;
  }
}

.about .about__bg--item.bg02 {
  right: 0;
  bottom: calc(16% - 4px);
}

@media screen and (max-width: 767px) {
  .about .about__bg--item.bg02 {
    display: none;
  }
  .about .about__bg--item.bg02 img {
    width: 25%;
  }
}

.staff {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .staff {
    padding-top: 80px;
  }
}

.staff .staff__animation {
  width: fit-content;
  position: absolute;
  top: 13px;
  left: 83px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .staff .staff__animation {
    width: 26%;
    top: -52px;
    left: 5px;
  }
}

.staff .staff__animation figure {
  width: fit-content;
  box-sizing: border-box;
  animation: 10s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.staff .staff__animation span {
  font-size: 6rem;
  color: #ff9c97;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .staff .staff__animation span {
    font-size: 4rem;
  }
}

.staff .staff__h2 {
  margin-top: -3px;
  margin-bottom: 43px;
}

.staff .staff__h2 p {
  padding-top: 2px;
  margin-left: 5px;
}

.staff .staff__txt {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-left: 5px;
  margin-bottom: 79px;
}

@media screen and (max-width: 767px) {
  .staff .staff__txt {
    font-size: 2rem;
  }
}

.staff .staff__txt .br_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .staff .staff__txt .br_sp {
    display: block;
  }
}

.staff .staff__txt::before {
  content: url(../img/staff/txt_lift.png);
  display: inline-block;
  margin-right: 28px;
}

.staff .staff__txt::after {
  content: url(../img/staff/txt_right.png);
  display: inline-block;
  margin-left: 28px;
}

.staff .staff__contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1280px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .staff .staff__contents {
    flex-direction: column;
    align-items: center;
  }
}

.staff .staff__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  mix-blend-mode: multiply;
  position: relative;
}

@media screen and (max-width: 767px) {
  .staff .staff__box {
    margin-bottom: 30px;
  }
}

.staff .staff__box--img {
  margin-bottom: 22px;
}

.staff .staff__box--img img {
  display: block;
  margin: 0 auto;
}

.staff .staff__box--name {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/staff/arrow.png) no-repeat center right 20px #113976;
  width: 260px;
  border-radius: 30px;
  height: 60px;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .staff .staff__box--name {
    padding: 10px 40px 10px 20px;
    width: auto;
    height: auto;
  }
}

.staff .staff__box--name span {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .staff .staff__box--name span {
    font-size: 1.8rem;
  }
}

.staff .staff__box .image_box {
  position: relative;
  mix-blend-mode: multiply;
}

.staff .staff__box .image_box .img_wrap {
  transition: 0.5s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
  background-color: white;
}

.staff .staff__box .image_box .img_wrap2 {
  transform: rotateY(180deg);
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.staff .staff__box .image_box:hover {
  opacity: 1;
}

.staff .staff__box .image_box:hover .img_wrap {
  transform: rotateY(180deg);
}

@media screen and (max-width: 767px) {
  .staff .staff__box .image_box:hover .img_wrap {
    transform: none;
  }
}

.staff .staff__box .image_box:hover .img_wrap2 {
  opacity: 1;
  transform: rotateY(0);
}

@media screen and (max-width: 767px) {
  .staff .staff__box .image_box:hover .img_wrap2 {
    opacity: 0;
    transform: none;
  }
}

.staff .staff__box .image_box:hover .staff__box--name {
  background: url(../img/staff/arrow.png) no-repeat center right 20px #fdb417;
}

.modal {
  display: none;
}

.modaal-container {
  max-width: 1280px;
}

.modaal-content-container {
  border-radius: 20px;
  background-color: #fff;
  padding: 100px 9.4% 90px;
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 70px 5% 50px;
  }
}

.staff__modal {
  display: flex;
}

.staff__modal--animation {
  width: fit-content;
  position: absolute;
  top: -28px;
  left: 83px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .staff__modal--animation {
    width: 26%;
    left: -23px;
  }
}

.staff__modal--animation figure {
  width: fit-content;
  box-sizing: border-box;
  animation: 10s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.staff__modal--animation span {
  font-size: 6rem;
  color: #ff9c97;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .staff__modal--animation span {
    font-size: 4rem;
  }
}

.staff__modal--box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .staff__modal--box {
    flex-direction: column;
  }
}

.staff__modal--box figure {
  width: 40%;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .staff__modal--box figure {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff__modal--box figure img {
  display: block;
  margin: 0 auto;
}

.staff__modal--txt {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .staff__modal--txt {
    width: 100%;
  }
}

.staff__modal--name {
  position: relative;
  z-index: 2;
  font-size: 4.8rem;
  letter-spacing: 0.075em;
  margin-bottom: 35px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .staff__modal--name {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

.staff__modal--name span {
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .staff__modal--name span {
    font-size: 1.8rem;
    margin-left: 10px;
  }
}

.staff__modal--name::before {
  content: url(../img/staff/bg05.png);
  display: block;
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .staff__modal--name::before {
    top: -40px;
    left: 0px;
  }
}

.staff__modal--ttl {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .staff__modal--ttl {
    font-size: 2rem;
  }
}

.staff__modal p {
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .staff__modal p {
    font-size: 1.4rem;
  }
}

.modal__bg--item {
  position: absolute;
}

.modal__bg--item.bg06 {
  right: 100px;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .modal__bg--item.bg06 {
    display: none;
  }
}

.modal__bg--item.bg07 {
  bottom: -50px;
  right: 32%;
}

.staff .staff__bg--item {
  position: absolute;
}

.staff .staff__bg--item.bg01 {
  left: calc(1% + 8px);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .staff .staff__bg--item.bg01 {
    z-index: -1;
    width: 20%;
  }
}

.staff .staff__bg--item.bg02 {
  right: 0;
  z-index: -1;
  top: calc(27% + 7px);
}

@media screen and (max-width: 1280px) {
  .staff .staff__bg--item.bg02 {
    width: 21%;
    z-index: -1;
    top: calc(82% + 4px);
  }
}

.staff .staff__bg--item.bg03 {
  top: calc(11% + 1px);
  left: calc(34% - 9px);
}

@media screen and (max-width: 1280px) {
  .staff .staff__bg--item.bg03 {
    top: calc(10% - 5px);
    left: calc(31% - 14px);
  }
}

@media screen and (max-width: 767px) {
  .staff .staff__bg--item.bg03 {
    display: none;
  }
}

.staff .staff__bg--item.bg04 {
  right: calc(33% - 13px);
  top: calc(21% + 11px);
}

@media screen and (max-width: 1280px) {
  .staff .staff__bg--item.bg04 {
    right: calc(10% - 13px);
    top: calc(29% - 1px);
  }
}

@media screen and (max-width: 767px) {
  .staff .staff__bg--item.bg04 {
    display: none;
  }
}

.recruit {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #f0f4f4;
}

@media screen and (max-width: 768px) {
  .recruit {
    padding-top: 80px;
    height: 100%;
  }
}

.recruit .inner {
  width: 96%;
}

.recruit .recruit__h2 {
  position: relative;
  z-index: 1;
  margin-top: -3px;
  margin-bottom: 45px;
}

.recruit .recruit__h2 p {
  padding-top: 2px;
  margin-left: 5px;
}

.recruit .recruit__tab {
  display: flex;
  align-items: flex-end;
  height: 80px;
}

@media screen and (max-width: 1280px) {
  .recruit .recruit__tab {
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .recruit .recruit__tab {
    flex-wrap: wrap;
  }
}

.recruit .recruit__tab li {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 60px;
  background-color: #4a8fe7;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.075em;
  border-radius: 15px 15px 0 0;
  transition: 0.5s;
}

@media screen and (max-width: 1280px) {
  .recruit .recruit__tab li {
    height: 41px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .recruit .recruit__tab li {
    height: 41px;
    width: 50%;
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 0;
  }
}

.recruit .recruit__tab li.select {
  height: 70px;
  width: 250px;
  color: #4a8fe7;
  background-color: #fff;
  font-size: 2.2rem;
}

@media screen and (max-width: 1280px) {
  .recruit .recruit__tab li.select {
    height: 50px;
    padding: 20px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit .recruit__tab li.select {
    height: 41px;
    padding: 18px;
    width: 50%;
    font-size: 1.4rem;
  }
}
.recruit__area {
  background-color: #fff;
  padding: 60px 70px 50px;
}
@media screen and (max-width: 767px) {
  .recruit__area {
    padding: 30px 30px 40px;
  }
}
.top-pickup__tab {
  max-width: 1175px;
  margin: 0 auto 40px;
}
.pickup__tab {
  width: 24%;
  height: 42px;
  border: 2px solid #4a8fe7;
  font-size: 1.4rem;
  color: #498fe7;
  border-radius: 20px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.top-pickup__tab .swiper-slide-thumb-active {
  border: 2px solid #fe796c;
  color: #fe796c;
}

.top-pickup__item {
  max-width: 1500px;
  margin: 0 auto;
}
.top-pickup__item .swiper-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.pickup__item {
  opacity: 0;
  transition: 1s;
}
.pickup__item.swiper-slide-active {
  opacity: 1;
}

.recruit .recruit__table {
  width: 100%;
  border-collapse: collapse;
}

.recruit .recruit__table th {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  width: 200px;
  border-bottom: 2px solid #30b3c1;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .recruit .recruit__table th {
    width: 100%;
    display: block;
    padding: 16px;
    line-height: 2rem;
  }
}

.recruit .recruit__table th small {
  display: block;
}

.recruit .recruit__table td {
  font-size: 1.7rem;
  line-height: 25px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0px 18px 40px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .recruit .recruit__table td {
    width: 100%;
    display: block;
    padding: 16px;
  }
}

.recruit .recruit__table tr:last-child th,
.recruit .recruit__table tr:last-child td {
  border-bottom: none;
}

.recruit .recruit__bg--item {
  position: absolute;
}

.recruit .recruit__bg--item.bg01 {
  left: 0;
  top: calc(31% + 8px);
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .recruit .recruit__bg--item.bg01 {
    left: -10%;
    top: calc(62% + 5px);
    z-index: -1;
  }
  .recruit .recruit__bg--item.bg01 img {
    width: 30%;
  }
}

.recruit .recruit__bg--item.bg02 {
  left: calc(23% + 8px);
  top: calc(7% + 16px);
}

@media screen and (max-width: 1280px) {
  .recruit .recruit__bg--item.bg02 {
    left: calc(3% + 8px);
    top: calc(0% + 16px);
  }
}

@media screen and (max-width: 768px) {
  .recruit .recruit__bg--item.bg02 {
    left: calc(7% + 8px);
    top: calc(7% + 8px);
    width: 60px;
  }
}

.recruit .recruit__bg--item.bg03 {
  top: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
  .recruit .recruit__bg--item.bg03 {
    display: none;
  }
}

.recruit .recruit__bg--item.bg04 {
  right: calc(14% + 6px);
  top: calc(15% + 13px);
}

@media screen and (max-width: 1280px) {
  .recruit .recruit__bg--item.bg04 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .recruit .recruit__bg--item.bg04 {
    width: 60px;
    right: calc(9% + 5px);
    top: calc(10% + 8px);
  }
}

.recruit .recruit__bg--item.bg05 {
  right: calc(7% + 13px);
  bottom: calc(36% + 12px);
}

@media screen and (max-width: 768px) {
  .recruit .recruit__bg--item.bg05 {
    display: none;
  }
}

footer {
  background: url(../img/ft_bg.jpg) no-repeat;
  background-size: cover;
}

footer .ft__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}

footer .ft__contents .ft__cp {
  max-width: 700px;
  width: 100%;
  height: 110px;
  border: 10px solid #fff;
  border-radius: 55px;
  margin-bottom: 72px;
  background: url(../img/external_link.png) no-repeat center right 18.4%;
}

@media screen and (max-width: 768px) {
  footer .ft__contents .ft__cp {
    width: 92%;
    padding: 3px;
    margin-bottom: 30px;
    background-size: 6%;
  }
}

footer .ft__contents .ft__cp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  footer .ft__contents .ft__cp a {
    width: 94%;
    font-size: 18px;
  }
}

footer .ft__contents p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 50px;
  letter-spacing: 0.075em;
  margin-bottom: 112px;
}

@media screen and (max-width: 768px) {
  footer .ft__contents p {
    font-size: 16px;
    line-height: 3rem;
    margin-bottom: 50px;
  }
}

footer .ft__contents img {
  margin-bottom: 64px;
}

footer .ft__contents .ft__copyright {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 37px;
  font-weight: normal;
}

footer .js-pagetop {
  width: 223px;
  height: auto;
  z-index: 99;
  position: absolute;
  opacity: 1;
  transition: 0.5s;
  top: -89px;
  right: calc(3% + 9px);
}

@media screen and (max-width: 599px) {
  footer .js-pagetop {
    width: 70px;
    top: -50px;
  }
}

footer .js-pagetop.active {
  opacity: 1;
}

/*=========グラフ表示のためのCSS ===============*/
/*==================================================
スライダーのためのcss
===================================*/
.sp_noen {
  display: block;
}

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

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
  display: none;
}

@media screen and (max-width: 767px) {
  .slider {
    display: block;
    width: 100%;
  }
}

.slider img {
  height: auto;
}

.slider .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all 0.5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
  display: none !important;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}
.tab_area .tab_ul {
  overflow: hidden;
  margin: 0 0 0 auto;
}
.tab_area .tab_ul li {
  cursor: pointer;
}
.tab_area .content_area.hide {
  display: none;
  transition: 0.5s;
}
