@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*アニメーション*/
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomInTrigger, .zoomOutTrigger {
  opacity: 0;
}
/*アニメーションここまで*/
/*アニメーション*/
.katakata {
  animation: katakata 3s infinite ease-in-out;
}
@keyframes katakata {
  /* カタカタ：0%〜25%（1秒） */
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(-2deg);
  }
  5% {
    transform: rotate(2deg);
  }
  8% {
    transform: rotate(-2deg);
  }
  12% {
    transform: rotate(2deg);
  }
  16% {
    transform: rotate(-1deg);
  }
  20% {
    transform: rotate(1deg);
  }
  25% {
    transform: rotate(0deg);
  }
  /* 静止：25%〜100%（3秒） */
  100% {
    transform: rotate(0deg);
  }
}
.katakata02 {
  animation-name: katakata02;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
}
@keyframes katakata02 {
  0% {
    transform: translateY(-2px) rotate(6deg);
  }
  10% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(0) rotate(-6deg);
  }
  30% {
    transform: translateY(-2px) rotate(0deg);
  }
  40% {
    transform: translateY(-2px) rotate(6deg);
  }
  50% {
    transform: translate(2px) rotate(-2deg);
  }
  60% {
    transform: translateY(2px) rotate(0deg);
  }
  70% {
    transform: translate(0) rotate(6deg);
  }
  80% {
    transform: translate(2px) rotate(-2deg);
  }
  90% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translateY(-2px) rotate(6deg);
  }
}
/*アニメーションここまで*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
br.sp {
  display: none;
}
.blue {
  color: #172a88;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.top h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 220px;
  background-color: #fff100;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.top h2 .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  writing-mode: vertical-rl;
  font-size: 70px;
  color: #fff;
  background-color: #172a88;
  text-align: center;
  width: 100px;
  padding: 0 10px 0 0;
}
.top h2 .main {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 150px;
  letter-spacing: 3px;
  color: #172a88;
  background-color: #fff100;
  text-align: center;
  width: 700px;
  padding: 0 10px 0 0;
}
.top h2 .main .jp {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: -20px;
}
.top h2 figure {
  width: 200px;
  position: absolute;
  right: -100px;
  bottom: -70px;
}
.top .slide {
  width: 50%;
}
.top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.top .left_box ul li:nth-child(1) {
  width: 60%;
  height: 55vh;
  min-height: 400px;
}
.top .left_box ul li:nth-child(2) {
  width: 40%;
  height: 55vh;
  min-height: 400px;
}
.top .left_box ul li:nth-child(3) {
  width: 40%;
  height: 45vh;
  min-height: 200px;
}
.top .left_box ul li:nth-child(4) {
  width: 60%;
  height: 45vh;
  min-height: 200px;
}
.top .right_box ul li:nth-child(1) {
  width: 60%;
  height: 45vh;
  min-height: 200px;
}
.top .right_box ul li:nth-child(2) {
  width: 40%;
  height: 45vh;
  min-height: 200px;
}
.top .right_box ul li:nth-child(3) {
  width: 40%;
  height: 55vh;
  min-height: 400px;
}
.top .right_box ul li:nth-child(4) {
  width: 60%;
  height: 55vh;
  min-height: 400px;
}
.top .left_box ul li:nth-child(1) figure {
  height: 55vh;
  min-height: 400px;
}
.top .left_box ul li:nth-child(2) figure {
  height: 55vh;
  min-height: 400px;
}
.top .left_box ul li:nth-child(3) figure {
  height: 45vh;
  min-height: 200px;
}
.top .left_box ul li:nth-child(4) figure {
  height: 45vh;
  min-height: 200px;
}
.top .right_box ul li:nth-child(1) figure {
  height: 45vh;
  min-height: 200px;
}
.top .right_box ul li:nth-child(2) figure {
  height: 45vh;
  min-height: 200px;
}
.top .right_box ul li:nth-child(3) figure {
  height: 55vh;
  min-height: 400px;
}
.top .right_box ul li:nth-child(4) figure {
  height: 55vh;
  min-height: 400px;
}
.top .slide ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 230px 0 70px;
  position: relative;
  overflow: hidden;
}
.contents h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 150px;
  letter-spacing: 3px;
  color: #172a88;
  margin: 0;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 3;
}
.contents h2 .sub {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  margin: -15px 0 0 15px;
}
/*-------------------コンセプト-------------------*/
.contents.concept {
  padding: 70px 0;
  background-color: #fff100;
}
.contents.concept:after {
  content: "";
  width: 2000%;
  height: 2000%;
  background-image: url("../img/bg_logo_yellow.png");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  animation: bgscroll 300s linear infinite;
  position: absolute;
  top: -1000%;
  left: -1000%;
  z-index: 1;
  transform: rotate(-30deg);
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px -100%;
  }
}
.contents.concept h3 {
  font-size: 42px;
  color: #172a88;
  text-align: center;
  background-color: #fff;
  padding: 10px 0 15px;
  width: 500px;
  margin: 0 auto 50px;
  position: relative;
}
.contents.concept h3 .en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62px;
}
.contents.concept h3:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top-color: #fff;
}
.contents.concept .kokoroe {
  margin-bottom: 100px;
}
.contents.concept .kokoroe ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.contents.concept .kokoroe ul li {
  width: 240px;
  height: 240px;
  line-height: 240px;
  border-radius: 240px;
  background-color: #172a88;
  border: solid 5px #fff100;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.contents.concept .kokoroe ul li:nth-child(2), .contents.concept .kokoroe ul li:nth-child(3) {
  margin-left: -30px;
}
.contents.concept .rinen h3 {
  width: 400px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents.concept .rinen .box {
  border: solid 3px #172a88;
  padding: 70px 0 50px;
  position: relative;
}
.contents.concept .rinen h4 {
  font-size: 48px;
  text-align: center;
  color: #172a88;
  margin: 0 auto 30px;
  position: relative;
}
.contents.concept .rinen h4 .b {
  font-size: 58px;
}
.contents.concept .rinen h4 .border {
  background: linear-gradient(transparent 70%, #fff 0%);
}
.contents.concept .rinen p {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #172a88;
  margin: 0;
}
/*-------------------代表挨拶-------------------*/
.contents.message {
  padding: 230px 0 50px;
  background-color: #fff;
}
.contents.message .inner {
  position: relative;
}
.contents.message h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #172a88;
  font-size: 58px;
  line-height: 88px;
  margin: 0 auto 50px;
}
.contents.message h3 .border {
  background: linear-gradient(transparent 0%, #fff100 0%);
  padding: 10px 10px;
}
.contents.message .txt p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}
.contents.message .txt .b {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #172a88;
}
.contents.message .txt .b02 {
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  color: #172a88;
}
.contents.message .txt .b02 .border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}
.contents.message .ceo_box {
  position: absolute;
  top: 100px;
  right: 0;
}
.contents.message .ceo_box figure {
  width: 450px;
  height: 450px;
  border-radius: 450px;
  border: solid 7px #fff100;
  overflow: hidden;
}
.contents.message .ceo_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents.message .ceo_box .name {
  text-align: center;
  margin: 20px auto 0;
}
.contents.message .ceo_box .sub {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.contents.message .ceo_box img {
  width: 230px;
}
/*-------------------会社概要-------------------*/
.contents.company {
  background-color: #fff100;
}
.contents.company .dl_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.company dl {
  width: 49%;
  margin: 0 0 10px 0;
  display: flex;
  background-color: #fff;
}
.contents.company dl dt {
  width: 25%;
  color: #fff;
  background-color: #172a88;
  padding: 20px 5%;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.contents.company dl dd {
  margin: 0;
  width: 75%;
  padding: 20px 5%;
  display: flex;
  align-items: center;
}
.contents.company dl:last-child dd {
  display: block;
}
/*-------------------歴史年表-------------------*/
.contents.history {
  background-color: #fff;
}
.contents.history .inner .dl_box dl {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.contents.history .inner .dl_box dl dt {
  width: 140px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 32px;
  background-color: #172a88;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  position: relative;
}
.contents.history .inner .dl_box dl dt:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff100;
  border: solid 3px #172a88;
  position: absolute;
  top: 38px;
  right: -12px;
  margin: auto;
  z-index: 2;
}
.contents.history .inner .dl_box dl:nth-child(6) dt {
  position: relative;
}
.contents.history .inner .dl_box dl:nth-child(6) dt:after {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 0;
  height: 0;
  content: '';
  border: 40px solid transparent;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top-color: #172a88;
}
.contents.history .inner .dl_box dl dd {
  background-color: #fff100;
  border: solid 3px #172a88;
  border-radius: 10px;
  margin: 10px 0;
  width: 80%;
  position: relative;
}
.contents.history .inner .dl_box dl dd:before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #172a88;
  position: absolute;
  top: 37px;
  left: -20%;
  margin: auto;
  z-index: -1;
}
.contents.history .inner .dl_box dl dd h4 {
  background-color: #172a88;
  color: #fff100;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 15px 5% 20px;
}
.contents.history .inner .dl_box dl dd h4 .sub {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
}
.contents.history .inner .dl_box dl dd .txt {
  padding: 20px 5%;
}
.contents.history .inner .dl_box dl dd .txt p {
  font-size: 15px;
  text-align: justify;
  margin: 0 auto 20px;
}
.contents.history .inner .dl_box .dl_box dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.contents.history .inner .dl_box .dl_box dl dt {
  background-color: #fff;
  color: #172a88;
  border: solid 2px #172a88;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  width: 130px;
  padding: 0;
}
.contents.history .inner .dl_box dl:nth-child(6) .dl_box dl dt:after {
  display: none !important;
}
.contents.history .inner .dl_box .dl_box dl dd {
  background: no-repeat;
  border: none;
  border-radius: 0;
  margin: 0 0 0 20px;
  font-size: 15px;
  color: #172a88;
}
.contents.history .inner .dl_box .dl_box dl dt:before {
  display: none !important;
}
.contents.history .inner .dl_box .dl_box dl dd:before {
  display: none !important;
}
/*-------------------MVV-------------------*/
.contents.mvv {
  background-color: #fff100;
}
.contents.mvv:after {
  content: "";
  width: 2000%;
  height: 2000%;
  background-image: url("../img/bg_logo_yellow.png");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  animation: bgscroll 500s linear infinite;
  position: absolute;
  top: -1000%;
  left: -1000%;
  z-index: 1;
  transform: rotate(-30deg);
}
.contents.mvv .inner {
  width: 90%;
}
.contents.mvv h2 .jp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 58px;
}
.contents.mvv .p {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: #172a88;
  margin: 0 auto 140px;
}
.contents.mvv .p .border {
  background: linear-gradient(transparent 70%, #fff 0%);
}
.contents.mvv h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 58px;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  background-color: #172a88;
  padding: 10px 0 12px;
  width: 400px;
  margin: 0 auto 70px;
  position: relative;
}
.contents.mvv h3:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top-color: #172a88;
}
.contents.mvv .inner .box {
  position: relative;
}
.contents.mvv .inner .box.mission {
  background-color: #fff;
  padding: 70px 0 50px;
  margin: 0 auto 100px;
}
.contents.mvv .inner .box.mission h3 {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents.mvv .inner .box.mission h4 {
  font-size: 48px;
  font-weight: 700;
  color: #172a88;
  text-align: center;
  margin: 0;
}
.contents.mvv .inner .box.mission h4 .b {
  font-size: 58px;
}
.contents.mvv .inner .box.mission h4 .border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}
.contents.mvv .inner .box.mission figure.left {
  width: 150px;
  position: absolute;
  left: -900px;
  right: 0;
  top: -50px;
  margin: auto;
}
.contents.mvv .inner .box.mission figure.right {
  width: 400px;
  position: absolute;
  left: 0;
  right: -1050px;
  top: -100px;
  margin: auto;
}
.contents.mvv .inner .box.value {
  margin: 0 auto 70px;
}
.contents.mvv .inner .box.value ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.contents.mvv .inner .box.value ul li {
  width: 48%;
  background-color: #fff;
  padding: 50px 0 30px;
  margin: 0 1% 50px;
  position: relative;
}
.contents.mvv .inner .box.value ul li h4 {
  font-size: 24px;
  font-weight: 700;
  color: #172a88;
  text-align: center;
  margin: 0;
}
.contents.mvv .inner .box.value ul li .no {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 65px;
  background-color: #172a88;
  color: #fff;
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents.mvv .inner .box.value figure.left {
  width: 200px;
  position: absolute;
  left: -500px;
  right: 0;
  top: -80px;
  margin: auto;
}
.contents.mvv .inner .box.value figure.right {
  width: 300px;
  position: absolute;
  left: 0;
  right: -600px;
  top: -100px;
  margin: auto;
}
.contents.mvv .inner .box.vision ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.contents.mvv .inner .box.vision ul li {
  width: 31%;
  background-color: #fff;
  padding: 50px 0 30px;
  margin: 0 1% 15px;
  position: relative;
}
.contents.mvv .inner .box.vision ul li h4 {
  font-size: 24px;
  font-weight: 700;
  color: #172a88;
  text-align: center;
  margin: 0 auto 10px;
}
.contents.mvv .inner .box.vision ul li .no {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 65px;
  background-color: #172a88;
  color: #fff;
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents.mvv .inner .box.vision ul li p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.contents.mvv .inner .box.vision figure.left {
  width: 330px;
  position: absolute;
  left: -600px;
  right: 0;
  top: -100px;
  margin: auto;
}
.contents.mvv .inner .box.vision figure.right {
  width: 170px;
  position: absolute;
  left: 0;
  right: -450px;
  top: -100px;
  margin: auto;
}
/*-------------------Q&A-------------------*/
.contents.faq {
  padding: 70px 0 30px;
  background-color: #fffcdb;
  overflow: visible;
}
.contents.faq h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: static;
  margin-bottom: 50px;
}
.contents.faq h2 .sub {
  margin-bottom: 10px;
}
.contents.faq h2 .main {
  display: block;
  background-color: #fff;
  border: solid 3px #172a88;
  border-radius: 50px;
  font-size: 58px;
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0 0 5px;
}
.contents.faq h2 .main .en {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 68px;
}
.contents.faq h2 .main .sub02 {
  display: block;
  background-color: #fff100;
  border: solid 3px #172a88;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  font-size: 38px;
  line-height: 110px;
  position: absolute;
  top: -20px;
  right: -50px;
}
.contents.faq h2 .main .sub02 .en {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 68px;
  position: relative;
  bottom: -2px;
}
.contents.faq .inner {
  width: 1000px;
}
.contents.faq .box {
  margin-bottom: 30px;
}
.contents.faq .box .q {
  color: #fff;
  background-color: #172a88;
  padding: 5px 10px 7px;
  font-size: 24px;
  font-weight: 700;
  text-align: justify;
  display: inline-block;
  margin: 0 auto 15px;
}
.contents.faq .box .q span {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  margin-right: 10px;
}
.contents.faq .box .a span {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #e60012;
  margin-right: 10px;
}
.contents.faq .box .a {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  text-indent: -2.1em;
  padding-left: 2.1em;
  margin: 0 auto 0 12px;
}
.contents.faq figure.left {
  width: 350px;
  position: absolute;
  left: -900px;
  right: 0;
  top: -100px;
  margin: auto;
  z-index: 1;
}
.contents.faq figure.bottom {
  width: 500px;
  position: absolute;
  right: -15%;
  bottom: -50px;
}
/*-------------------doubleの日常-------------------*/
.contents.life {
  padding: 280px 0 70px;
  background-color: #fff;
}
.contents.life:after {
  content: "";
  width: 2000%;
  height: 2000%;
  background-image: url("../img/bg_logo_blue.png");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  animation: bgscroll 300s linear infinite;
  position: absolute;
  top: -1000%;
  left: -1000%;
  z-index: 1;
  transform: rotate(-30deg);
}
.contents.life .inner {
  width: 90%;
}
.contents.life ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.life ul li {
  width: 47%;
  position: relative;
}
.contents.life ul li:nth-child(2) {
  position: relative;
  top: -100px;
}
.contents.life ul li .no {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 65px;
  background-color: #fff100;
  color: #172a88;
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 3;
}
.contents.life ul li .circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -18px;
  left: -18px;
  mix-blend-mode: screen;
}
.contents.life ul li .circle img {
  width: 100%;
}
.contents.life ul li .circle.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 30s;
}
@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.contents.life ul li h3 {
  color: #fff100;
  background-color: #172a88;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  width: 350px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  z-index: 2;
}
.contents.life ul li h3:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top-color: #172a88;
}
.contents.life ul li figure.left {
  width: 350px;
  position: absolute;
  right: -100px;
  bottom: -70px;
  z-index: 2;
}
.contents.life ul li figure.right {
  width: 300px;
  position: absolute;
  right: -50px;
  bottom: -70px;
  z-index: 2;
}
.contents.life ul li .slide ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.contents.life ul li .slide ul li {
  width: 50%;
  position: static;
}
.contents.life ul li .slide ul li:nth-child(1) .swiper:nth-child(1) {
  height: 300px;
}
.contents.life ul li .slide ul li:nth-child(1) .swiper:nth-child(2) {
  height: 250px;
}
.contents.life ul li .slide ul li:nth-child(2) .swiper:nth-child(1) {
  height: 250px;
}
.contents.life ul li .slide ul li:nth-child(2) .swiper:nth-child(2) {
  height: 300px;
}
.contents.life ul li .slide figure {
  width: 100%;
  height: 100%;
}
.contents.life ul li .slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------------------なぜ-------------------*/
.contents.charm {
  padding: 50px 0;
  background-color: #fff100;
}
.contents.charm h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 58px;
  line-height: 98px;
  position: static;
  text-align: center;
  margin-bottom: 30px;
}
.contents.charm h2 .border {
  background: linear-gradient(transparent 70%, #fff 0%);
}
.contents.charm h2 .en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
}
.contents.charm h2 .maru span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 58px;
  letter-spacing: normal;
  line-height: 90px;
  color: #fff;
  background-color: #172a88;
  text-align: center;
}
.contents.charm h2 .maru span:nth-child(2) {
  margin-left: -20px;
}
.contents.charm ul {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}
.contents.charm ul li {
  background-color: #fff;
  border: solid 3px #172a88;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 90%;
}
.contents.charm ul li:nth-child(even) {
  margin: 0 0 10px auto;
}
.contents.charm ul li h3 {
  border-radius: 15px 0 20px 0;
  background-color: #172a88;
  margin: 0;
  display: inline-block;
  color: #fff100;
  font-size: 28px;
  padding: 10px 25px 10px 20px;
}
.contents.charm ul li h3 .no {
  display: inline-block;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  color: #172a88;
  background-color: #fff100;
  padding: 5px 20px 6px;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.contents.charm ul li h3 .no .number {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-left: 5px;
}
.contents.charm ul li .border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}
.contents.charm ul li .inner02 {
  padding: 15px 5% 20px;
}
.contents.charm ul li .inner02 p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}
.contents.charm .txt h3 {
  font-size: 48px;
  font-weight: 700;
  color: #172a88;
  margin: 0;
}
.contents.charm .txt p {
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  text-align: justify;
  color: #172a88;
}
.contents.charm .txt p .border {
  font-size: 28px;
  line-height: 48px;
  background: linear-gradient(transparent 70%, #fff 0%);
}
.contents.charm figure.bottom {
  width: 650px;
  position: absolute;
  right: -10%;
  bottom: -70px;
}
/*-------------------課題-------------------*/
.contents.task {
  padding: 50px 0;
  background-color: #fffcdb;
}
.contents.task h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 58px;
  line-height: 98px;
  position: static;
  text-align: center;
  margin-bottom: 30px;
}
.contents.task h2 .border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}
.contents.task h2 .en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
}
.contents.task h2 .maru span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 58px;
  letter-spacing: normal;
  line-height: 90px;
  color: #fff100;
  background-color: #172a88;
  text-align: center;
}
.contents.task h2 .maru span:last-child {
  margin-left: -20px;
}
.contents.task ul {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}
.contents.task ul li {
  background-color: #fff;
  border: solid 3px #fff100;
  border-radius: 20px;
  padding: 20px 5%;
  margin: 0 auto 10px 0;
  width: 80%;
}
.contents.task ul li:nth-child(even) {
  margin: 0 0 10px auto;
}
.contents.task ul li h4 {
  font-size: 24px;
  font-weight: 700;
  color: #172a88;
  margin: 0 auto 10px;
}
.contents.task ul li .no {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #172a88;
  color: #fff100;
  text-align: center;
  font-size: 24px;
  margin-right: 15px;
}
.contents.task ul li p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.contents.task .txt h3 {
  font-size: 48px;
  font-weight: 700;
  color: #172a88;
  margin: 0;
}
.contents.task .txt p {
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  text-align: justify;
  color: #172a88;
}
.contents.task .txt p .border {
  font-size: 28px;
  line-height: 48px;
  background: linear-gradient(transparent 70%, #fff100 0%);
}
.contents.task figure.bottom {
  width: 680px;
  position: absolute;
  right: -10%;
  bottom: -70px;
}
/*-------------------キャリアステップ-------------------*/
.contents.career {
  padding: 150px 0 0;
  background-color: #fff;
}
.contents.career .inner {
  width: 90%;
}
.contents.career .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contents.career .inner ul li {
  width: 16.66%;
}
.contents.career .inner ul li h4 {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  color: #fff100;
  background-color: #172a88;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  animation: fuwafuwa 2s linear infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
  100% {
    transform: translateY(0)
  }
}
.contents.career .inner ul li h4:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top-color: #172a88;
}
.contents.career .inner ul li h4 .sub {
  display: block;
  width: 100px;
  color: #172a88;
  background-color: #fff100;
  border: solid 2px #172a88;
  text-align: center;
  font-size: 12px;
  padding: 1px 0 2px;
  border-radius: 50px;
  transform: rotate(-5deg);
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  margin: auto;
}
.contents.career .inner ul li h4 .h4 {
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contents.career .inner ul li h4 .h4 .sub_h4 {
  display: block;
  font-size: 16px;
  margin-bottom: -5px;
}
.contents.career .inner ul li:nth-child(5) h4 .h4 {
  font-size: 14px;
}
.contents.career .inner ul li:nth-child(5) h4 .h4 .sub_h4 {
  font-size: 12px;
  margin-bottom: 0;
}
.contents.career .inner ul li .txt {
  background-color: #fffcdb;
  outline: solid 3px #fff100;
}
.contents.career .inner ul li:nth-child(even) .txt {
  background-color: #fff9b1;
}
.contents.career .inner ul li:nth-child(1) .txt {
  height: 295px;
}
.contents.career .inner ul li:nth-child(2) .txt {
  height: 350px;
}
.contents.career .inner ul li:nth-child(3) .txt {
  height: 405px;
}
.contents.career .inner ul li:nth-child(4) .txt {
  height: 460px;
}
.contents.career .inner ul li:nth-child(5) .txt {
  height: 515px;
}
.contents.career .inner ul li:nth-child(6) .txt {
  height: 570px;
}
.contents.career .inner ul li .txt h5 {
  padding: 10px 5% 15px;
  color: #172a88;
  background-color: #fff100;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.contents.career .inner ul li .txt h5 .en {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
}
.contents.career .inner ul li .txt .txt02 {
  padding: 10px 5%;
}
.contents.career .inner ul li .txt .txt02 h6 {
  color: #172a88;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.contents.career .inner ul li .txt .txt02 h6 .sub {
  display: block;
  background-color: #172a88;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 1px 0 2px;
  border-radius: 50px;
  width: 120px;
  margin: 5px auto 0;
}
.contents.career .inner ul li .txt .txt02 ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: disc;
  display: block;
  font-size: 14px;
}
.contents.career .inner ul li .txt .txt02 ul li {
  width: 100%;
}
.contents.career figure.left {
  width: 150px;
  position: absolute;
  left: 5%;
  top: 220px;
}
/*-------------------福利厚生・休暇-------------------*/
.contents.welfare {
  padding: 70px 0 30px;
  background-color: #fff100;
}
.contents.welfare .box {
  margin-bottom: 30px;
}
.contents.welfare .box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #172a88;
  text-align: center;
  background-color: #fff;
  border: solid 3px #172a88;
  padding: 5px 0 7px;
  width: 200px;
  border-radius: 50px;
  margin: 0 auto 20px 0;
}
.contents.welfare .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.contents.welfare .box ul li {
  width: 20%;
  background-color: #fff;
  padding: 10px 2% 12px;
  margin: 0 0.5% 10px;
}
.contents.welfare .box ul li h5 {
  font-size: 18px;
  font-weight: 700;
  color: #172a88;
  margin: 0 auto 5px;
}
.contents.welfare .box ul li p {
  margin: 0;
  font-size: 14px;
}
/*-------------------エントリー-------------------*/
.contents.entry {
  padding: 70px 0;
  background-color: #e60012;
}
.contents.entry:after {
  content: "";
  width: 2000%;
  height: 2000%;
  background-image: url("../img/bg_logo_red.png");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  animation: bgscroll 100s linear infinite;
  position: absolute;
  top: -1000%;
  left: -1000%;
  z-index: 1;
  transform: rotate(-30deg);
}
.contents.entry .btn {
  margin: 0;
}
.contents.entry .btn a {
  display: block;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 3px;
  background-color: #e60012;
  border: solid 3px #fff;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 10px 0 25px;
  width: 700px;
  margin: 0 auto;
}
.contents.entry .btn a .sub {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  margin-top: -10px;
}
.contents.entry .btn a:hover {
  opacity: 1;
  color: #e60012;
  background-color: #fff;
  border: solid 3px #e60012;
}
/*-------------------404-------------------*/
.not_found {
  background-color: #fff100;
  position: relative;
  overflow: hidden;
}
.not_found:after {
  content: "";
  width: 500%;
  height: 500%;
  background-image: url("../img/bg_logo_yellow.png");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  animation: bgscroll 100s linear infinite;
  position: absolute;
  top: -250%;
  left: -250%;
  z-index: 1;
  transform: rotate(-30deg);
}
.not_found p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  text-align: center;
  color: #172a88;
  margin: 300px auto;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    min-height: 400px;
    display: block;
  }
  .top h2 {
    position: absolute;
    top: -5%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 95px;
  }
  .top h2 .sub {
    font-size: 30px;
    width: 40px;
    padding: 0;
  }
  .top h2 .main {
    font-size: 58px;
    letter-spacing: 2px;
    width: 260px;
    padding: 0 2px 0 0;
  }
  .top h2 .main .jp {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: -5px;
  }
  .top h2 figure {
    width: 80px;
    position: absolute;
    right: -45px;
    bottom: -20px;
  }
  .top .slide {
    width: auto;
    height: 50vh;
    min-height: 200px;
  }
  .top .left_box ul li:nth-child(1) {
    height: 20vh;
    min-height: 50px;
  }
  .top .left_box ul li:nth-child(2) {
    height: 20vh;
    min-height: 50px;
  }
  .top .left_box ul li:nth-child(3) {
    height: 30vh;
    min-height: 150px;
  }
  .top .left_box ul li:nth-child(4) {
    height: 30vh;
    min-height: 150px;
  }
  .top .right_box ul li:nth-child(1) {
    height: 30vh;
    min-height: 150px;
  }
  .top .right_box ul li:nth-child(2) {
    height: 30vh;
    min-height: 150px;
  }
  .top .right_box ul li:nth-child(3) {
    height: 20vh;
    min-height: 50px;
  }
  .top .right_box ul li:nth-child(4) {
    height: 20vh;
    min-height: 50px;
  }
  .top .left_box ul li:nth-child(1) figure {
    height: 20vh;
    min-height: 50px;
  }
  .top .left_box ul li:nth-child(2) figure {
    height: 20vh;
    min-height: 50px;
  }
  .top .left_box ul li:nth-child(3) figure {
    height: 30vh;
    min-height: 150px;
  }
  .top .left_box ul li:nth-child(4) figure {
    height: 30vh;
    min-height: 150px;
  }
  .top .right_box ul li:nth-child(1) figure {
    height: 30vh;
  }
  .top .right_box ul li:nth-child(2) figure {
    height: 30vh;
    min-height: 150px;
  }
  .top .right_box ul li:nth-child(3) figure {
    height: 20vh;
    min-height: 50px;
  }
  .top .right_box ul li:nth-child(4) figure {
    height: 20vh;
    min-height: 50px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 100px 0 40px;
  }
  .contents h2 {
    font-size: 58px;
    letter-spacing: 2px;
    position: absolute;
    top: -10px;
  }
  .contents h2 .sub {
    font-size: 20px;
    margin: -5px 0 0 10px;
  }
  /*-------------------コンセプト-------------------*/
  .contents.concept {
    padding: 40px 0;
  }
  .contents.concept:after {
    background-size: 150px;
  }
  .contents.concept h3 {
    font-size: 24px;
    padding: 10px 0 15px;
    width: 300px;
    margin: 0 auto 30px;
  }
  .contents.concept h3 .en {
    font-size: 34px;
  }
  .contents.concept .kokoroe {
    margin-bottom: 80px;
  }
  .contents.concept .kokoroe ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .contents.concept .kokoroe ul li {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 110px;
    border: solid 3px #fff100;
    font-size: 28px;
  }
  .contents.concept .kokoroe ul li:nth-child(2), .contents.concept .kokoroe ul li:nth-child(3) {
    margin-left: -15px;
  }
  .contents.concept .rinen h3 {
    width: 250px;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents.concept .rinen .box {
    padding: 30px 0 20px;
  }
  .contents.concept .rinen h4 {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .contents.concept .rinen h4 .b {
    font-size: 28px;
  }
  .contents.concept .rinen p {
    font-size: 18px;
  }
  /*-------------------代表挨拶-------------------*/
  .contents.message {
    padding: 100px 0 30px;
  }
  .contents.message .ceo_box {
    position: static;
  }
  .contents.message h3 {
    font-size: 27px;
    line-height: 44px;
    margin: 0 auto 20px;
  }
  .contents.message h3 .border {
    padding: 5px 5px;
  }
  .contents.message .txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .contents.message .txt .b {
    font-size: 18px;
    line-height: 28px;
  }
  .contents.message .txt .b02 {
    font-size: 20px;
    line-height: 30px;
  }
  .contents.message .ceo_box figure {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: solid 5px #fff100;
    margin: 0 auto;
  }
  .contents.message .ceo_box .name {
    text-align: center;
    margin: 15px auto 0;
  }
  .contents.message .ceo_box .sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contents.message .ceo_box img {
    width: 150px;
  }
  /*-------------------会社概要-------------------*/
  .contents.company .dl_box {
    display: block;
  }
  .contents.company dl {
    width: auto;
    margin: 0 0 5px 0;
  }
  .contents.company dl dt {
    width: 30%;
    padding: 15px 5%;
  }
  .contents.company dl dd {
    width: 70%;
    padding: 15px 5%;
  }
  /*-------------------歴史年表-------------------*/
  .contents.history .inner .dl_box dl dt {
    width: 70px;
    font-size: 20px;
    padding-top: 35px;
  }
  .contents.history .inner .dl_box dl dt:before {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    position: absolute;
    right: -8px;
  }
  .contents.history .inner .dl_box dl:nth-child(6) dt:after {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 0;
    height: 0;
    content: '';
    border: 20px solid transparent;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top-color: #172a88;
  }
  .contents.history .inner .dl_box dl dd {
    margin: 5px 0;
    width: 70%;
  }
  .contents.history .inner .dl_box dl dd:before {
    content: "";
    width: 35%;
    position: absolute;
    left: -35%;
  }
  .contents.history .inner .dl_box dl dd h4 {
    font-size: 20px;
    padding: 10px 5% 15px;
  }
  .contents.history .inner .dl_box dl dd h4 .sub {
    font-size: 16px;
  }
  .contents.history .inner .dl_box dl dd .txt {
    padding: 10px 5%;
  }
  .contents.history .inner .dl_box dl dd .txt p {
    margin: 0 auto 15px;
  }
  .contents.history .inner .dl_box .dl_box dl dt {
    width: 220px;
  }
  /*-------------------MVV-------------------*/
  .contents.mvv:after {
    background-size: 150px;
  }
  .contents.mvv h2 .jp {
    font-size: 38px;
  }
  .contents.mvv .p {
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 80px;
  }
  .contents.mvv h3 {
    font-size: 28px;
    letter-spacing: 3px;
    width: 250px;
    margin: 0 auto 50px;
  }
  .contents.mvv .inner .box.mission {
    padding: 30px 0 20px;
    margin: 0 auto 50px;
  }
  .contents.mvv .inner .box.mission h4 {
    font-size: 18px;
  }
  .contents.mvv .inner .box.mission h4 .b {
    font-size: 28px;
  }
  .contents.mvv .inner .box.mission figure.left {
    width: 80px;
    position: absolute;
    left: -250px;
    right: 0;
    top: -70px;
    margin: auto;
  }
  .contents.mvv .inner .box.mission figure.right {
    width: 150px;
    position: absolute;
    left: 0;
    right: -300px;
    top: -80px;
    margin: auto;
  }
  .contents.mvv .inner .box.value {
    margin: 0 auto 50px;
  }
  .contents.mvv .inner .box.value ul {
    width: auto;
    display: block;
  }
  .contents.mvv .inner .box.value ul li {
    width: auto;
    padding: 30px 0 20px;
    margin: 0 auto 30px;
  }
  .contents.mvv .inner .box.value ul li:last-child {
    margin-bottom: 0;
  }
  .contents.mvv .inner .box.value ul li h4 {
    font-size: 20px;
  }
  .contents.mvv .inner .box.value ul li .no {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 20px;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents.mvv .inner .box.value figure.left {
    width: 80px;
    position: absolute;
    left: -200px;
    right: 0;
    top: -40px;
    margin: auto;
  }
  .contents.mvv .inner .box.value figure.right {
    width: 120px;
    position: absolute;
    left: 0;
    right: -250px;
    top: -20px;
    margin: auto;
  }
  .contents.mvv .inner .box.vision ul {
    display: block;
  }
  .contents.mvv .inner .box.vision ul li {
    width: auto;
    padding: 30px 0 20px;
    margin: 0 auto 30px;
  }
  .contents.mvv .inner .box.vision ul li:last-child {
    margin-bottom: 0;
  }
  .contents.mvv .inner .box.vision ul li h4 {
    font-size: 20px;
    margin: 0 auto 5px;
  }
  .contents.mvv .inner .box.vision ul li .no {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 20px;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents.mvv .inner .box.vision ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  .contents.mvv .inner .box.vision figure.left {
    width: 120px;
    position: absolute;
    left: -250px;
    right: 0;
    top: -20px;
    margin: auto;
  }
  .contents.mvv .inner .box.vision figure.right {
    width: 80px;
    position: absolute;
    left: 0;
    right: -250px;
    top: -40px;
    margin: auto;
  }
  /*-------------------Q&A-------------------*/
  .contents.faq {
    padding: 40px 0 10px;
  }
  .contents.faq h2 {
    letter-spacing: normal;
    margin-bottom: 30px;
  }
  .contents.faq h2 .sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contents.faq h2 .main {
    font-size: 20px;
    width: auto;
    padding: 5px 0;
  }
  .contents.faq h2 .main .en {
    font-size: 24px;
  }
  .contents.faq h2 .main .sub02 {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    font-size: 18px;
    line-height: 60px;
    position: absolute;
    top: -17px;
    right: -20px;
  }
  .contents.faq h2 .main .sub02 .en {
    font-size: 38px;
  }
  .contents.faq .inner {
    width: 90%;
  }
  .contents.faq .box {
    margin-bottom: 25px;
  }
  .contents.faq .box .q {
    font-size: 18px;
    margin: 0 auto 10px;
  }
  .contents.faq .box .q span {
    font-size: 22px;
    margin-right: 5px;
  }
  .contents.faq .box .a span {
    font-size: 22px;
    margin-right: 5px;
  }
  .contents.faq .box .a {
    font-size: 16px;
    line-height: 24px;
    text-indent: -1.7em;
    padding-left: 1.7em;
  }
  .contents.faq figure.left {
    width: 150px;
    position: absolute;
    left: -300px;
    right: 0;
    top: -50px;
    margin: auto;
  }
  .contents.faq figure.bottom {
    display: none;
  }
  /*-------------------doubleの日常-------------------*/
  .contents.life {
    padding: 140px 0 40px;
  }
  .contents.life:after {
    background-size: 150px;
  }
  .contents.life ul {
    display: block;
  }
  .contents.life ul li {
    width: auto;
    margin-bottom: 80px;
  }
  .contents.life ul li:nth-child(2) {
    position: relative;
    top: auto;
    margin-bottom: 0;
  }
  .contents.life ul li .no {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: -15px;
  }
  .contents.life ul li .circle {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -13px;
    left: -13px;
    mix-blend-mode: screen;
  }
  .contents.life ul li h3 {
    padding: 15px 0 17px;
    font-size: 20px;
    width: 240px;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
  }
  .contents.life ul li figure.left {
    width: 150px;
    position: absolute;
    right: -50px;
    bottom: -30px;
  }
  .contents.life ul li figure.right {
    width: 140px;
    position: absolute;
    right: -50px;
    bottom: -30px;
  }
  .contents.life ul li .slide ul li {
    margin: 0;
  }
  .contents.life ul li .slide ul li:nth-child(1) .swiper:nth-child(1) {
    height: 200px;
  }
  .contents.life ul li .slide ul li:nth-child(1) .swiper:nth-child(2) {
    height: 150px;
  }
  .contents.life ul li .slide ul li:nth-child(2) .swiper:nth-child(1) {
    height: 150px;
  }
  .contents.life ul li .slide ul li:nth-child(2) .swiper:nth-child(2) {
    height: 200px;
  }
  /*-------------------なぜ-------------------*/
  .contents.charm {
    padding: 30px 0;
  }
  .contents.charm h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .contents.charm h2 .en {
    font-size: 34px;
  }
  .contents.charm h2 .maru span {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    font-size: 24px;
    line-height: 42px;
  }
  .contents.charm h2 .maru span:nth-child(2) {
    margin-left: -10px;
  }
  .contents.charm ul {
    margin: 0 auto 20px;
  }
  .contents.charm ul li {
    margin-bottom: 10px;
    width: auto;
  }
  .contents.charm ul li:nth-child(even) {
    margin: 0 auto 10px;
  }
  .contents.charm ul li h3 {
    border-radius: 15px 0 20px 0;
    font-size: 20px;
    padding: 10px 20px 10px 15px;
  }
  .contents.charm ul li h3 .no {
    font-size: 16px;
    padding: 5px 10px 6px;
    margin-right: 10px;
    position: relative;
    top: -1px;
  }
  .contents.charm ul li h3 .no .number {
    font-size: 18px;
    margin-left: 5px;
  }
  .contents.charm ul li .inner02 p {
    font-size: 16px;
    line-height: 24px;
  }
  .contents.charm .txt h3 {
    font-size: 24px;
  }
  .contents.charm .txt p {
    font-size: 16px;
    line-height: 28px;
  }
  .contents.charm .txt p .border {
    font-size: 20px;
    line-height: 32px;
  }
  .contents.charm figure.bottom {
    width: 150px;
    position: absolute;
    right: -5%;
    bottom: -70px;
  }
  /*-------------------課題-------------------*/
  .contents.task {
    padding: 30px 0;
  }
  .contents.task h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .contents.task h2 .en {
    font-size: 34px;
  }
  .contents.task h2 .maru span {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    font-size: 24px;
    line-height: 42px;
  }
  .contents.task h2 .maru span:last-child {
    margin-left: -10px;
  }
  .contents.task ul {
    margin: 0 auto 20px;
  }
  .contents.task ul li {
    margin: 0 auto 10px;
    width: auto;
  }
  .contents.task ul li:nth-child(even) {
    margin: 0 auto 10px;
  }
  .contents.task ul li h4 {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .contents.task ul li .no {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 18px;
    margin-right: 10px;
  }
  .contents.task ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  .contents.task .txt h3 {
    font-size: 24px;
  }
  .contents.task .txt p {
    font-size: 16px;
    line-height: 28px;
  }
  .contents.task .txt p .border {
    font-size: 20px;
    line-height: 32px;
  }
  .contents.task figure.bottom {
    width: 150px;
    position: absolute;
    right: -5%;
    bottom: -70px;
  }
  /*-------------------キャリアステップ-------------------*/
  .contents.career {
    padding: 140px 0 0;
  }
  .contents.career .inner {
    width: 100%;
  }
  .contents.career .inner ul {
    display: block;
  }
  .contents.career .inner ul li {
    width: auto;
    position: relative;
  }
  .contents.career .inner ul li h4 {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0 auto 20px;
    position: absolute;
    top: -20px;
    right: -10px;
  }
  .contents.career .inner ul li h4:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    width: 0;
    height: 0;
    content: '';
    border: 10px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top-color: #172a88;
  }
  .contents.career .inner ul li h4 .sub {
    width: 80px;
    font-size: 10px;
  }
  .contents.career .inner ul li h4 .h4 {
    font-size: 20px;
  }
  .contents.career .inner ul li h4 .h4 .sub_h4 {
    font-size: 13px;
  }
  .contents.career .inner ul li:nth-child(5) h4 .h4 {
    font-size: 12px;
  }
  .contents.career .inner ul li:nth-child(5) h4 .h4 .sub_h4 {
    font-size: 10px;
  }
  .contents.career .inner ul li:nth-child(1) .txt {
    height: auto;
  }
  .contents.career .inner ul li:nth-child(2) .txt {
    height: auto;
  }
  .contents.career .inner ul li:nth-child(3) .txt {
    height: auto;
  }
  .contents.career .inner ul li:nth-child(4) .txt {
    height: auto;
  }
  .contents.career .inner ul li:nth-child(5) .txt {
    height: auto;
  }
  .contents.career .inner ul li:nth-child(6) .txt {
    height: auto;
  }
  .contents.career .inner ul li:nth-child(1) {
    width: 70%;
  }
  .contents.career .inner ul li:nth-child(2) {
    width: 75%;
  }
  .contents.career .inner ul li:nth-child(3) {
    width: 80%;
  }
  .contents.career .inner ul li:nth-child(4) {
    width: 85%;
  }
  .contents.career .inner ul li:nth-child(5) {
    width: 90%;
  }
  .contents.career .inner ul li:nth-child(6) {
    width: 95%;
  }
  .contents.career .inner ul li .txt {
    outline: solid 3px #fff100;
  }
  .contents.career .inner ul li .txt h5 {
    padding: 5px 5% 10px;
    font-size: 18px;
    text-align: left;
  }
  .contents.career .inner ul li .txt h5 .en {
    font-size: 28px;
  }
  .contents.career .inner ul li .txt .txt02 {
    padding: 10px 5% 15px;
  }
  .contents.career .inner ul li .txt .txt02 h6 {
    font-size: 18px;
    text-align: left;
  }
  .contents.career .inner ul li .txt .txt02 h6 .sub {
    margin: 5px auto 0 0;
  }
  .contents.career .inner ul li .txt .txt02 ul {
    font-size: 13px;
  }
  .contents.career figure.left {
    width: 80px;
    position: absolute;
    left: auto;
    right: 5%;
    top: 50px;
  }
  .contents.career figure.left img {
    transform: scaleX(-1);
  }
  /*-------------------福利厚生・休暇-------------------*/
  .contents.welfare {
    padding: 30px 0 10px;
  }
  .contents.welfare .box {
    margin-bottom: 20px;
  }
  .contents.welfare .box h4 {
    font-size: 18px;
    width: 150px;
    margin: 0 auto 10px 0;
  }
  .contents.welfare .box ul li {
    width: 43%;
    padding: 10px 3% 12px;
    margin: 0 0.5% 3px;
  }
  .contents.welfare .box ul li h5 {
    font-size: 16px;
  }
  .contents.welfare .box ul li p {
    font-size: 13px;
  }
  /*-------------------エントリー-------------------*/
  .contents.entry {
    padding: 30px 0;
  }
  .contents.entry:after {
    background-size: 150px;
  }
  .contents.entry .btn a {
    font-size: 48px;
    letter-spacing: 2px;
    padding: 10px 0 15px;
    width: auto;
  }
  .contents.entry .btn a .sub {
    font-size: 18px;
    margin-top: -5px;
  }
  /*-------------------404-------------------*/
  .not_found:after {
    background-size: 150px;
  }
  .not_found p {
    font-size: 28px;
    margin: 150px auto;
  }
}