@charset "UTF-8";
/*!
  Theme Name: モルテン採用情報｜molten モルテン
  Author: 株式会社LIG
  Author URI: https://www.molten.co.jp/job/
  Description: モルテン（molten）の採用情報サイトです。スポーツ用品で認知の高いモルテンですが大きく４つの事業を展開しており、サイト内では事業領域の紹介、プロジェクトストーリーの紹介、代表や社員の紹介、企業情報・採用情報の紹介をしています。
  Version: 1.0
  Date: 2022.2.28
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-size: 16px;
  color: #000;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica", "Meiryo W53 Regular", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.8;
  width: 100%;
  overflow-x: hidden;
  background: #fcfcfc;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.3s;
}

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

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

li {
  list-style: none;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section,
.section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

canvas {
  display: inline-block;
}

iframe {
  vertical-align: middle;
}

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

input,
select,
textarea {
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  outline: none;
  padding: 5px;
  width: 100%;
  -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #005bac;
}

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

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

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

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

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: stheimkpiloartie;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

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

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

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

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

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

 user common css

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

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#loading-logo01,
#loading-logo02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading-logo01 {
  width: 13%;
  min-width: 170px;
  animation: fadeinout 2s 0s forwards;
  opacity: 0;
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#loading-logo02 {
  width: 27%;
  min-width: 320px;
}

#loading-logo02 span {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 5%;
  padding: 0 5px;
}

#loading-logo02 span::after,
#loading-logo02 span::before {
  background: #005bac;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  transform: translate(-101%, 0);
  animation: mask-bg 1.2s 2s cubic-bezier(0.8, 0, 0.17, 1);
}

#loading-logo02 span::before {
  background: #fcfcfc;
  animation: mask-bg02 1.2s 4s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

@keyframes mask-bg02 {
  0% {
    transform: translate(-101%, 0);
  }

  100% {
    transform: translate(0%, 0);
  }
}

#loading-logo02 img {
  opacity: 0;
  width: 100%;
  animation: opacity 0.3s 2.4s forwards;
}

#loading-logo01 img,
#loading-logo02 img {
  width: 100%;
}

.loading-bg {
  display: none;
}

body.show .loading-bg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh) * 100);
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #005bac;
  animation-name: PageAnime;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  40% {
    transform-origin: left;
    transform: scaleX(1);
  }

  65% {
    transform-origin: right;
    transform: scaleX(1);
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

.wrapper {
  overflow-x: hidden;
  opacity: 0;
}

body.show .wrapper {
  animation: fade 1s 0.8s forwards;
  opacity: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.container,
.container-l,
.container-s {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-l {
  max-width: 1130px;
}

.container-s {
  max-width: 970px;
}

.bold {
  font-weight: bold;
}

.t-under {
  text-decoration: underline;
}

a.t-under:hover {
  color: #005bac;
  text-decoration: underline;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-en {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}

.c-blue {
  color: #005bac;
}

.bg-gray {
  background-color: #f3f3f3;
}

.fade {
  opacity: 0;
}

.fade.is-show {
  animation: fadeUp 1.2s 0s forwards;
}

.fadein {
  opacity: 0;
}

.fadein.is-show {
  animation: fade 0.8s 0s forwards;
}

.subpage section:first-of-type {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hdg01,
.hdg02 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  line-height: 1.2;
}

.hdg01 {
  text-align: center;
  padding-bottom: 60px;
}

.hdg01 .hdg01__wrap {
  display: block;
  overflow: hidden;
}

.hdg02 .hdg02__wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.hdg01 .hdg01__wrap span {
  display: inline-block;
  transform: translateY(100%);
}

.hdg02 .hdg02__wrap span {
  display: inline-block;
  transform: translateX(-20px);
  opacity: 0;
}

.hdg01.is-show span {
  animation: slideUp 1s forwards;
}

.hdg02.is-show .hdg02__wrap span {
  animation: slide 0.4s 0.2s forwards;
}

.hdg01.is-show span:nth-child(2) {
  animation-delay: 50ms;
}

.hdg01.is-show span:nth-child(3) {
  animation-delay: 100ms;
}

.hdg01.is-show span:nth-child(4) {
  animation-delay: 150ms;
}

.hdg01.is-show span:nth-child(5) {
  animation-delay: 200ms;
}

.hdg01.is-show span:nth-child(6),
.hdg02.is-show .hdg02__wrap span:nth-child(2) {
  animation-delay: 250ms;
}

.hdg01.is-show span:nth-child(7),
.hdg02.is-show .hdg02__wrap span:nth-child(3) {
  animation-delay: 300ms;
}

.hdg01.is-show span:nth-child(8),
.hdg02.is-show .hdg02__wrap span:nth-child(4) {
  animation-delay: 350ms;
}

.hdg01.is-show span:nth-child(9),
.hdg02.is-show .hdg02__wrap span:nth-child(5) {
  animation-delay: 400ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(6) {
  animation-delay: 450ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(7) {
  animation-delay: 500ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(8) {
  animation-delay: 550ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(9) {
  animation-delay: 600ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(10) {
  animation-delay: 650ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(11) {
  animation-delay: 700ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(12) {
  animation-delay: 750ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(13) {
  animation-delay: 800ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(14) {
  animation-delay: 850ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(15) {
  animation-delay: 900ms;
}

.hdg02.is-show .hdg02__wrap span:nth-child(16) {
  animation-delay: 950ms;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.hdg01::before {
  content: "";
  width: 2px;
  height: 0;
  background-color: #000;
  transition: all 0.3s 0.7s;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -1px;
}

.hdg01.is-show::before {
  height: 30px;
}

.hdg02::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -1px;
}

.hdg02.is-show::before {
  width: 30px;
}

.hdg03 {
  font-size: 2.8rem;
  line-height: 1;
}

.hdg03 .line {
  display: inline-block;
  opacity: 0;
  position: relative;
  transition: all 1.2s;
  overflow: hidden;
  padding: 0 5px;
  margin-bottom: 0;
  line-height: 1.6;
}

.hdg03 .line::after {
  background: #005bac;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transform: translate(-101%, 0);
}

.hdg03.is-show .line {
  opacity: 1;
}

.hdg03.is-show .line:first-of-type {
  transition-delay: 0.3s;
}

.hdg03.is-show .line:nth-of-type(2) {
  transition-delay: 0.6s;
}

.hdg03.is-show .line:nth-of-type(3) {
  transition-delay: 0.6s;
}

.hdg03.is-show .line::after {
  animation: mask-bg 1.2s 0s cubic-bezier(0.8, 0, 0.17, 1);
}

.hdg03.is-show .line:nth-of-type(2)::after {
  animation-delay: 0.2s;
}

.hdg03.is-show .line:nth-of-type(3)::after {
  animation-delay: 0.4s;
}

.hdg04 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  line-height: 1.2;
  padding-bottom: 40px;
}

.hdg04 .hdg04__sub {
  display: block;
  font-size: 1.6rem;
  margin-top: 15px;
}

.hdg04::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #005bac;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
}

.btn01 {
  font-weight: bold;
  padding-top: 4px;
  padding-right: 58px;
  position: relative;
}

.btn01::before,
.btn01::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}

.btn01::before {
  width: 30px;
  height: 2px;
  background-color: #000;
  right: 6px;
  top: 50%;
  margin-top: -1px;
}

.btn01::after {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
}

a:hover .btn01,
.btn01:hover {
  opacity: 1;
  color: #005bac;
}

a:hover .btn01::before,
.btn01:hover::before {
  background-color: #005bac;
  right: 0;
  width: 20px;
}

a:hover .btn01::after,
.btn01:hover::after {
  border-color: #005bac;
}

.btn02,
.btn02 span {
  display: inline-block;
  position: relative;
}

.btn02 {
  padding: 0 30px 0 0;
  font-weight: bold;
}

.btn02::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fcfcfc;
  border-right: 2px solid #fcfcfc;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(45deg);
  transition: all 0.4s linear;
}

a:hover .btn02::before {
  right: 0;
}

.btn03 {
  display: block;
  border-radius: 30px;
  background-color: #fff;
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

.btn04,
.btn06 {
  display: block;
  max-width: 320px;
  text-align: center;
  color: #fff;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-weight: bold;
  background-color: #005bac;
}

.btn04.btn-career {
  background-color: #002d61;
}

.btn05 {
  display: block;
  max-width: 300px;
  height: 80px;
  line-height: 80px;
  background-color: #005bac;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.btn-pointer {
  display: block;
  cursor: none;
  overflow: hidden;
}

.btn-pointer:hover {
  opacity: 1;
}

.cursor {
  position: fixed;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #005bac;
  z-index: 1000;
  transform: translate(0, 0) scale(0.5);
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.1s;
}

.cursor__txt {
  position: fixed;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1001;
  transform: translate(0, 0);
  pointer-events: none;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  opacity: 0;
  transition: all 0.1s;
}

.cursor.show {
  opacity: 1;
  transform: scale(1);
}

.cursor__txt.show {
  opacity: 1;
}

.btn02 > span {
  padding-bottom: 2px;
}

.btn02 > span::after,
.btn02 > span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.btn02 > span::before {
  transform: scale(0, 1);
  transition: all 0.3s 0.3s;
}

a:hover .btn02 > span::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

a:hover .btn02 span::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.table01 th {
  vertical-align: text-top;
  padding: 40px 0;
  width: 210px;
  border-bottom: 1px dashed #c4c4c4;
  line-height: 1.2;
  font-size: 2rem;
  color: #005bac;
  text-align: left;
}

.table01 td {
  padding: 40px 45px 40px 0;
  border-bottom: 1px dashed #c4c4c4;
  width: calc(100% - 210px);
}

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

.table02 th {
  width: 160px;
  vertical-align: text-top;
  padding: 20px 0;
  font-weight: bold;
  text-align: left;
}

.table02 td {
  padding: 20px 50px 20px 0;
  width: calc(100% - 160px);
}

.sp,
.sp02 {
  display: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hdg01,
  .hdg02 {
    font-size: 2.8rem;
  }

  .hdg01 {
    padding-bottom: 45px;
  }

  .hdg01::before {
    width: 2px;
    top: 50px;
  }

  .hdg01.is-show::before {
    height: 25px;
  }

  .hdg02::before {
    left: -40px;
  }

  .hdg02.is-show::before {
    width: 25px;
  }

  .hdg03 {
    font-size: 2rem;
  }

  .hdg04 {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }

  .hdg04 .hdg04__sub {
    font-size: 1.4rem;
  }

  .hdg04::before {
    width: 20px;
    margin-left: -10px;
  }

  .hdg03 .line {
    padding: 0 3px;
  }

  .btn01 {
    padding-right: 30px;
    color: #005bac;
    padding-top: 0;
  }

  .btn01::before,
  .btn01:hover::before {
    width: 16px;
    height: 2px;
    right: 0;
    background-color: #005bac;
    margin-top: -2px;
  }

  .btn01::after {
    width: 9px;
    height: 9px;
    border-color: #005bac;
    margin-top: -1px;
  }

  .btn02,
  .btn02 span {
    display: inline-block;
    position: relative;
  }

  .btn02 {
    padding-right: 20px;
  }

  .btn02::before {
    width: 6px;
    height: 6px;
    margin-top: -6px;
  }

  .btn03 {
    display: block;
    border-radius: 30px;
    background-color: #fff;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
  }

  .btn04,
  .btn06 {
    max-width: 300px;
    font-size: 1.6rem;
  }

  .btn05 {
    max-width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
  }

  .btn06 {
    height: 60px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .cursor,
  .cursor__txt {
    display: none;
  }

  .table01 th {
    display: block;
    padding: 20px 15px 5px;
    width: 100%;
    border-bottom: none;
    font-size: 1.8rem;
  }

  .table01 td {
    display: block;
    width: 100%;
    padding: 0 15px 15px;
    border-bottom: 1px dashed #c4c4c4;
  }

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

  .table02 th {
    width: 100%;
    display: block;
    padding: 0;
  }

  .table02 td {
    padding: 5px 0 15px;
    width: 100%;
    display: block;
  }
}

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

  .sp02 {
    display: block;
  }
}

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

 header

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

.header {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fcfcfc;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 25px 100px 25px 10px;
  transition: all 0.5s;
}

.header .h-logo {
  position: absolute;
  top: 0;
  left: 23px;
}

.header.top {
  position: absolute;
  transform: translateY(-100%);
}

.header.top .h-logo {
  top: 100px;
}

.header.top.is-fixed {
  position: fixed;
}

.header.top.is-fixed .h-logo {
  top: 0;
}

.header .h-entry {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  background-color: #005bac;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 0 auto;
}

.header .gnav .nav-list {
  padding: 15px 0;
}

.header .gnav {
  position: fixed;
  width: 100%;
  background-color: #005bac;
  z-index: 99;
  height: 100vh;
  height: calc(var(--vh) * 100);
  top: 0;
  right: 0;
  /* overflow-y: scroll;
  -webkit-overflow-scrolling: touch; */
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.header .gnav.active {
  opacity: 1;
  visibility: visible;
}

.header .gnav a {
  color: #fff;
}

.header .gnav a:hover {
  opacity: 0.5;
}

.header .gnav .gnav-img {
  width: 38%;
  height: 100%;
  position: absolute;
  left: -50px;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1s;
}

.header .gnav.active .gnav-img {
  left: 0;
  opacity: 1;
}

.header .gnav .gnav-img .gnav-img__item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 0.5s 0s ease-in-out;
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }

  40%,
  60% {
    transform: translate(0%, 0);
  }

  100% {
    transform: translate(100%, 0);
  }
}

.header .gnav .gnav-img .gnav-img__item.is-hover {
  opacity: 1;
  z-index: 1;
}

.header .gnav .gnav-wrap {
  width: 62%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  transition: all 1s 0.3s ease-out;
}

.header .gnav.active .gnav-wrap {
  opacity: 1;
}

.header .gnav .gnav-wrap .inner {
  width: 70%;
  max-width: 560px;
  padding-bottom: 60px;
  margin: auto;
}

.header .gnav .nav-list .nav-list__item {
  margin-bottom: 20px;
  width: 240px;
}

.header .gnav .nav-list .nav-list__item a {
  font-weight: bold;
  font-size: 2.3rem;
  display: block;
  padding: 10px 0;
}

.header .gnav .btn-entry {
  display: block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 90px;
  line-height: 82px;
  border: 4px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 30px;
}

.header .gnav .btn-entry:hover {
  background-color: #fff;
  color: #005bac;
  opacity: 1;
}

.header .gnav .sub-nav {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

.sub-nav {
  font-size: 1.4rem;
}

.sub-nav .sub-nav__item:first-child {
  margin-right: 20px;
  position: relative;
}

.sub-nav .sub-nav__item:first-child::after {
  content: "｜";
  position: absolute;
  right: -17px;
  top: 0;
}

.sub-nav .sub-nav__item img {
  vertical-align: -1px;
}

.header .gnav .sub-nav .sub-nav__item:first-child::after {
  color: #fff;
}

.header .toggle {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 999;
  right: 0;
  top: 0;
  background-color: #fff;
  cursor: pointer;
}

.header .toggle span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #005bac;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.header .toggle span:first-child {
  margin-top: -10px;
}

.header .toggle span:nth-child(3) {
  margin-top: 10px;
}

.header .toggle.active span:first-child {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .toggle.active span:nth-child(2) {
  opacity: 0;
}

.header .toggle.active span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1280px) {
  .header .gnav .nav-list .nav-list__item {
    margin-bottom: 10px;
  }

  .header .gnav .nav-list .nav-list__item a {
    font-size: 2rem;
    padding: 5px 0;
  }

  .header .gnav .sub-nav {
    bottom: 40px;
  }

  .header .gnav .btn-entry {
    height: 70px;
    line-height: 62px;
    font-size: 2rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 15px 14px;
    height: 70px;
  }

  .header .h-logo {
    position: static;
    width: 65px;
    line-height: 1;
  }

  .header.top {
    transform: translateY(0);
    position: fixed;
  }

  .header .h-entry {
    display: none;
  }

  .header .gnav .nav-list {
    padding: 0 0 5px;
  }

  .header .gnav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .header .gnav .gnav-img {
    display: none;
  }

  .header .gnav .nav-list .nav-list__item {
    margin-bottom: 15px;
  }

  .header .gnav .nav-list .nav-list__item a {
    font-size: 1.8rem;
    padding: 0;
  }

  .header .gnav .gnav-wrap {
    width: 100%;
    position: static;
  }

  .header .gnav .gnav-wrap .inner {
    width: 100%;
    max-width: 500px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
  }

  .header .gnav .btn-entry {
    height: 70px;
    line-height: 62px;
    background-color: #fff;
    color: #005bac;
    font-size: 2.2rem;
    margin-top: 20px;
  }

  .header .gnav .sub-nav {
    bottom: 35px;
  }

  .header .toggle {
    width: 70px;
    height: 69px;
  }

  .header .toggle span {
    width: 28px;
  }

  .header .toggle span:first-child {
    margin-top: -9px;
  }

  .header .toggle span:nth-child(3) {
    margin-top: 9px;
  }
}

@media screen and (max-width: 550px) {
  .header .gnav .gnav-wrap .inner {
    padding: 100px 20px 35px;
  }

  .header .gnav .sub-nav {
    position: static;
    margin-top: 45px;
  }
}

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

footer

////////////////////////*/
.footer {
  padding-bottom: 60px;
}

.footer .f-entry {
  display: block;
  text-align: center;
  height: 140px;
  line-height: 140px;
  background-color: #005bac;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}

.footer .f-content {
  background-color: #000;
  padding: 100px 0 80px;
  color: #fff;
  position: relative;
}

.footer .f-content .breadcrumb {
  position: absolute;
  left: 20px;
  top: 15px;
}

.footer .f-content .breadcrumb ol li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
}

.footer .f-content .breadcrumb ol li:not(:last-child) {
  margin-right: 15px;
  position: relative;
}

.footer .f-content .breadcrumb ol li:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: -11px;
  top: 6px;
  transform: rotate(45deg);
}

.footer .f-content .breadcrumb ol li a {
  color: #fff;
}

.footer .f-content .breadcrumb ol li:last-child a {
  cursor: default;
}

.footer .f-content .breadcrumb ol li:not(:last-child) a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer .f-content .f-hdg {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
}

.footer .f-content .f-sns {
  margin-bottom: 60px;
}

.footer .f-content .f-sns .sns-list .sns-list__item {
  width: 24%;
}

.footer .f-content .f-sns .sns-list .sns-list__item a {
  display: block;
  background-color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  padding: 0 8px;
  position: relative;
}

.footer .f-content .f-sns .sns-list .sns-list__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.footer .f-content .f-sns .sns-list .sns-list__item a:hover {
  opacity: 1;
}

.footer .f-content .f-sns .sns-list .sns-list__item a:hover::before {
  opacity: 1;
}

.footer .f-content .f-movie .movie-slider.swiper {
  overflow: visible;
}

.footer .f-content .f-movie .movie-slider .swiper-slide {
  max-width: 472px;
}

.footer .f-nav-wrap {
  padding-top: 60px;
  font-size: 1.4rem;
}

.footer .f-nav-wrap .f-add {
  width: 305px;
}

.footer .f-nav-wrap .f-add .f-add__hdg {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.footer .f-nav-wrap .f-add dl {
  margin-top: 20px;
}

.footer .f-nav-wrap .f-add dl dt {
  width: 40px;
  background-color: #005bac;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 18px;
  line-height: 18px;
  margin: 0 10px 3px 0;
}

.footer .f-nav-wrap .f-add dl dd {
  width: calc(100% - 50px);
  margin-bottom: 3px;
}

.footer .f-nav-wrap .f-sub-nav {
  width: calc(100% - 305px);
  max-width: 500px;
}

.footer .f-nav-wrap .f-sub-nav .f-nav .f-nav__item {
  margin: 20px 0 0;
  min-width: 145px;
}

.footer .f-nav-wrap .f-sub-nav .f-nav .f-nav__item a {
  font-weight: bold;
}

.footer .f-nav-wrap .f-sub-nav .f-nav .f-nav__item a,
.footer .f-nav-wrap .copy-wrap .sub-nav .sub-nav__item a span {
  position: relative;
  display: inline-block;
}

.footer .f-nav-wrap .f-sub-nav .f-nav .f-nav__item a::after,
.footer .f-nav-wrap .copy-wrap .sub-nav .sub-nav__item a span::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.footer .f-nav-wrap .f-sub-nav .f-nav .f-nav__item a:hover::after,
.footer .f-nav-wrap .copy-wrap .sub-nav .sub-nav__item a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer .f-nav-wrap .copy-wrap {
  border-top: 1px solid #005bac;
  margin-top: 40px;
  padding-top: 20px;
}

.footer .f-nav-wrap .copy-wrap .copy small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 35px;
  }

  .footer .f-entry {
    height: 100px;
    line-height: 100px;
    font-size: 2.2rem;
  }

  .footer .f-content {
    padding: 70px 0;
  }

  .footer .f-content .f-hdg {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .footer .f-content .f-sns {
    margin-bottom: 50px;
  }

  .footer .f-content .f-movie .movie-slider .swiper-slide {
    width: 90%;
  }

  .footer .f-nav-wrap {
    padding-top: 50px;
  }

  .footer .f-nav-wrap .f-add {
    width: 100%;
  }

  .footer .f-nav-wrap .f-add .f-add__hdg {
    margin-bottom: 25px;
  }

  .footer .f-nav-wrap .f-add dl {
    margin-top: 15px;
  }

  .footer .f-nav-wrap .pc02 {
    width: 100%;
    max-width: 100%;
  }

  .footer .f-nav-wrap .f-sub-nav {
    width: 100%;
    max-width: 350px;
    margin-top: 40px;
  }

  .footer .f-nav-wrap .f-sub-nav .f-nav .f-nav__item {
    margin: 0 0 12px;
    min-width: 143px;
  }

  .footer .f-nav-wrap .f-sub-nav .f-nav .f-nav__item a {
    font-weight: 500;
  }

  .footer .f-nav-wrap .copy-wrap {
    margin-top: 15px;
    padding-top: 30px;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .footer .f-nav-wrap .copy-wrap .copy {
    width: 100%;
    text-align: center;
  }

  .sub-nav {
    width: 100%;
    font-size: 1.2rem;
  }

  .sub-nav .sub-nav__item img {
    width: 13px;
  }
}

@media screen and (max-width: 550px) {
  .footer .f-content .f-sns .sns-list .sns-list__item {
    width: 100%;
    margin-bottom: 2px;
  }

  .footer .f-content .f-sns .sns-list .sns-list__item a img {
    width: 137px;
  }

  .footer .f-content .f-sns .sns-list .sns-list__item:first-child a img {
    width: 142px;
  }

  .footer .f-nav-wrap {
    max-width: 330px;
    margin: 0 auto;
  }

  .footer .f-nav-wrap .sp02 {
    margin-top: 40px;
  }

  .footer .f-nav-wrap .f-sub-nav .f-nav:not(:first-of-type) {
    margin-left: 0;
  }
}

/* top */

.main-v {
  position: relative;
}

.main-v .main-hdg {
  position: absolute;
  z-index: 10;
  left: 4%;
  top: 16%;
  width: 20%;
  min-width: 270px;
  line-height: 1;
  text-align: center;
}

.main-v .main-hdg span {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-bottom: 5%;
  padding: 0 5px;
}

.main-v .main-hdg span::after {
  background: #005bac;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transform: translate(-101%, 0);
}

.main-v .main-hdg span img {
  opacity: 0;
  width: 100%;
}

.main-v .main-hdg.is-show span:first-of-type::after {
  animation: mask-bg 1.2s 0.3s cubic-bezier(0.8, 0, 0.17, 1);
}

.main-v .main-hdg.is-show span:nth-of-type(2)::after {
  animation: mask-bg 1.3s 0.4s cubic-bezier(0.8, 0, 0.17, 1);
}

.main-v .main-hdg.is-show span:first-of-type img {
  animation: opacity 0.3s 0.7s forwards;
}

.main-v .main-hdg.is-show span:nth-of-type(2) img {
  animation: opacity 0.3s 0.8s forwards;
}

.main-v .main-hdg span:first-of-type {
  width: 100%;
}

.main-v .main-hdg span:nth-of-type(2) {
  width: 96%;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main-v .main-v__slider-wrap {
  position: relative;
}

.main-v .main-v__slider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.main-v .main-slider.swiper {
  width: 100%;
}

.main-v .main-slider .main-slider__item {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-left: 2%;
  background-color: #fcfcfc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-v .main-slider .main-slider__item .img-people,
.main-v .main-slider .main-slider__item img {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.main-v .main-slider .main-slider__item .img-people {
  position: absolute;
  z-index: 1;
  bottom: 0;
  transform: scale(1.15);
  max-height: 55%;
}

.main-v .main-slider .main-slider__item.swiper-slide-active .img-people {
  animation: mainpeople 1s 0s forwards;
}

@keyframes mainpeople {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.main-v .main-slider .main-slider__item.swiper-slide-prev .img-people {
  animation: mainpeople02 2s 0s forwards;
}

@keyframes mainpeople02 {
  0% {
    transform: scale(1);
  }

  60% {
    opacity: 0;
  }

  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

.main-v .main-slider .main-slider__item .img-people.img-people01 {
  width: 28%;
  left: 4%;
}

.main-v .main-slider .main-slider__item .img-people.img-people02 {
  width: 32%;
  left: 0;
}

.main-v .main-slider .main-slider__item .img-people.img-people03 {
  width: 18%;
  left: 6%;
}

.main-v .main-slider .main-slider__item .img-people.img-people04 {
  width: 23%;
  left: 8%;
}

.main-v .main-slider .main-slider__item .img-people.img-people05 {
  width: 26%;
  left: 2%;
}

.main-v .main-slider .main-slider__item .img-people img {
  width: 100%;
  max-height: 100%;
}

.main-v .main-slider .main-slider__item .sub-slider {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 72%;
  height: calc(100vh - 120px);
}

.main-v .sub-slider .sub-slider__item {
  width: 100%;
  height: calc(100vh - 120px);
}

.main-v .sub-slider .sub-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-assets {
  width: 240px;
}

.slider-prev,
.slider-next {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
}

.slider-prev::before,
.slider-next::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.5s;
}

.slider-prev::before {
  left: 0;
  border-width: 7.5px 7.5px 7.5px 0;
  border-color: transparent #000 transparent transparent;
}

.slider-next::before {
  right: 0;
  border-width: 7.5px 0 7.5px 7.5px;
  border-color: transparent transparent transparent #000;
}

.slider-prev:hover::before {
  border-color: transparent #005bac transparent transparent;
}

.slider-next:hover::before {
  border-color: transparent transparent transparent #005bac;
}

.slider-prev02,
.slider-next02 {
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  width: 70px;
  height: 70px;
  background-color: #005bac;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -35px;
  z-index: 5;
}

.slider-prev02 {
  margin-left: -460px;
}

.slider-next02 {
  margin-left: 460px;
}

.slider-prev02::before,
.slider-next02::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
}

.slider-prev02::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 53%;
}

.slider-next02::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 48%;
}

.main-v .main-slider .swiper-assets {
  position: absolute;
  right: 30px;
  bottom: 60px;
  z-index: 10;
  width: 280px;
}

.main-v .main-slider .main-slider__item .slider-hdg {
  width: 240px;
  text-align: center;
  position: absolute;
  right: 50px;
  bottom: 58px;
  font-size: 1.8rem;
  line-height: 1;
}

.main-v .main-slider .main-slider__item .slider-hdg .num {
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  margin-right: 38px;
  position: relative;
}

.main-v .main-slider .main-slider__item .slider-hdg .num::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #000;
  right: -31px;
  top: 50%;
}

.main-v .main-slider .progressbar {
  width: 51%;
  max-width: 655px;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.main-v .main-slider .progressbar .progressbar__item {
  width: 19.5%;
  background-color: #e5e5e5;
  height: 3px;
  position: relative;
}

.main-v .main-slider .progressbar .progressbar__item span {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: width 4s linear;
}

.main-v .main-slider .progressbar .progressbar__item.wheeliy span {
  background-color: #fabe00;
}

.main-v .main-slider .progressbar .progressbar__item.myfootballkit span {
  background-color: #e94709;
}

.main-v .main-slider .progressbar .progressbar__item.cars span {
  background-color: #69a9e1;
}

.main-v .main-slider .progressbar .progressbar__item.bplus span {
  background-color: #000000;
}

.main-v .main-slider .progressbar .progressbar__item.marine span {
  background-color: #00a33e;
}

.main-v .main-slider .main-slider__item.swiper-slide-active .progressbar .progressbar__item.is-active span {
  width: 100%;
}

.main-v .top-news {
  background-color: #fff;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.05);
  width: calc(100% - 40px);
  max-width: 1020px;
  position: static;
  margin: 20px auto 0;
  z-index: 2;
  min-height: 80px;
  padding: 10px 35px;
}

.main-v .top-news .top-news-hdg {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}

.main-v .top-news .news-slider {
  width: calc(100% - 110px);
  font-size: 1.4rem;
  padding-right: 110px;
  margin: 0;
}

.main-v .top-news .news-slider p {
  font-weight: bold;
  color: #4b4b4b;
  width: 110px;
}

.main-v .top-news .news-slider .news-slider-hdg {
  width: calc(100% - 110px);
  font-weight: bold;
  font-size: 1.4rem;
}

.main-v .top-news .news-slider .news-slider-hdg a {
  color: #005bac;
  text-decoration: underline;
  word-break: break-all;
}

.main-v .top-news .swiper-assets--news {
  width: 110px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
  padding-left: 20px;
  background-color: #fff;
}

.main-v .top-news .swiper-assets--news .swiper-num {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #c4c4c4;
}

.main-v .top-news .swiper-assets--news .swiper-num span {
  font-weight: bold;
  color: #000;
  margin: 0 5px;
}

.main-v .top-news .swiper-assets--news .swiper-num .swiper-pagination-current {
  font-size: 1.6rem;
}

.main-v .top-news .swiper-assets--news .slider-prev::before,
.main-v .top-news .swiper-assets--news .slider-next::before {
  top: 2px;
}

.main-v .top-news .swiper-assets--news .slider-prev::before {
  border-width: 5px 5px 5px 0;
}

.main-v .top-news .swiper-assets--news .slider-next::before {
  border-width: 5px 0 5px 5px;
}

.top-txtwrap {
  margin-top: 60px;
  margin-bottom: 140px;
}

.top-txtwrap #typo-pc .cls-1,
.top-txtwrap #typo-pc .cls-2 {
  fill: none;
}

.top-txtwrap #typo-pc .cls-2 {
  stroke: #e5e5e5;
  stroke-miterlimit: 10;
  stroke-opacity: 0.4;
}

.top-txtwrap #typo-pc .cls-3 {
  fill: transparent;
}

.top-txtwrap #typo-pc .cls-4 {
  fill: #c4c4c4;
  transition: all 0.3s;
}

.top-txtwrap #typo-pc .cls-5 {
  opacity: 0.3;
  transition: all 0.3s;
}

.top-txtwrap #typo-pc .cls-6 {
  fill: #595656;
}

.top-txtwrap #typo-pc .cls-7 {
  fill: #fabe00;
}

.top-txtwrap #typo-pc .cls-8 {
  fill: #4d4d4d;
}

.top-txtwrap #typo-pc .cls-9 {
  fill: #00a33e;
}

.top-txtwrap #typo-pc .cls-10 {
  fill: #e94709;
}

.top-txtwrap #typo-pc .cls-11 {
  fill: #00a7ea;
}

.top-txtwrap #typo-pc .cls-12 {
  fill: #595757;
}

.top-txtwrap #typo-pc .cls-13 {
  clip-path: url(#clip-path);
}

.top-txtwrap #typo-pc .cls-14 {
  clip-path: url(#clip-path-2);
}

.top-txtwrap #typo-pc .cls-15 {
  fill: #231815;
}

.top-txtwrap #typo-pc .cls-16 {
  fill: #0d0d0d;
}

.top-txtwrap #typo-pc a:hover .cls-5 {
  opacity: 1;
}

.top-txtwrap #typo-pc a:hover .cls-4 {
  fill: #005bac;
}

.top-txtwrap #typo-sp .cls-1,
.top-txtwrap #typo-sp .cls-2 {
  fill: none;
}

.top-txtwrap #typo-sp .cls-2 {
  stroke: #e5e5e5;
  stroke-miterlimit: 10;
  stroke-opacity: 0.4;
}

.top-txtwrap #typo-sp .cls-3 {
  fill: transparent;
}

.top-txtwrap #typo-sp .cls-4 {
  fill: #c4c4c4;
}

.top-txtwrap #typo-sp .cls-5 {
  opacity: 0.3;
}

.top-txtwrap #typo-sp .cls-6 {
  fill: #00a33e;
}

.top-txtwrap #typo-sp .cls-7 {
  fill: #e94709;
}

.top-txtwrap #typo-sp .cls-8 {
  fill: #fabe00;
}

.top-txtwrap #typo-sp .cls-9 {
  fill: #00a7ea;
}

.top-txtwrap #typo-sp .cls-10 {
  fill: #595757;
}

.top-txtwrap #typo-sp .cls-11 {
  fill: #4d4d4d;
}

.top-txtwrap #typo-sp .cls-12 {
  fill: #595656;
}

.top-txtwrap #typo-sp .cls-13 {
  clip-path: url(#clip-path01);
}

.top-txtwrap #typo-sp .cls-14 {
  clip-path: url(#clip-path02);
}

.top-bnr {
  padding-bottom: 160px;
}

.top-bnr .container {
  max-width: 1300px;
}

.top-bnr .top-bnr__item {
  width: 49%;
}

.top-bnr .top-bnr__item .btn-message {
  margin: 0;
  width: 100%;
}

.top-bnr .top-bnr__item .btn-message .thumb img {
  min-height: 260px;
  width: auto;
  object-fit: cover;
}

.top-bnr .top-bnr__item .message-link {
  margin-bottom: 0;
}

.top-business {
  padding-bottom: 160px;
}

.top-business .hdg01 {
  margin-bottom: 30px;
}

.top-business .slider-wrap {
  position: relative;
  padding: 60px 0 100px;
  z-index: 1;
}

.top-business .slider-wrap::before {
  content: "";
  width: calc(50% - 130px);
  height: 100%;
  background-color: #005bac;
  position: absolute;
  left: -40px;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s 0.7s;
}

.top-business.is-show .slider-wrap::before {
  opacity: 1;
  left: 0;
}

.top-business .slider-wrap .business-slider {
  max-width: 1280px;
  padding: 0 50px;
}

.top-business .slider-wrap .business-slider .slider-prev,
.top-business .slider-wrap .business-slider .slider-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
}

.top-business .slider-wrap .business-slider .slider-prev {
  left: calc(50% + 20px);
}

.top-business .slider-wrap .business-slider .slider-prev::before {
  border-width: 10px 10px 10px 0;
}

.top-business .slider-wrap .business-slider .slider-next {
  right: 70px;
}

.top-business .slider-wrap .business-slider .slider-next::before {
  border-width: 10px 0 10px 10px;
}

.top-business .slider-wrap .business-slider .swiper-slide .img-wrap {
  width: calc(50% - 50px);
  max-width: 520px;
  overflow: hidden;
  position: relative;
  background-color: #c4c4c4;
  opacity: 0;
  left: -40px;
  transition: all 0.6s 1.2s;
}

.top-business.is-show .slider-wrap .business-slider .swiper-slide .img-wrap {
  opacity: 1;
  left: 0;
}

.top-business .slider-wrap .business-slider .swiper-slide .txt-wrap {
  width: calc(50% - 100px);
  margin: 0 auto;
  background-color: #fcfcfc;
}

.top-business .slider-wrap .business-slider .slider-prev,
.top-business .slider-wrap .business-slider .slider-next,
.top-business .slider-wrap .business-slider .swiper-slide .txt-wrap .wrap {
  opacity: 0;
  transition: all 1.2s 1.4s;
}

.top-business.is-show .slider-wrap .business-slider .slider-prev,
.top-business.is-show .slider-wrap .business-slider .slider-next,
.top-business.is-show .slider-wrap .business-slider .swiper-slide .txt-wrap .wrap {
  opacity: 1;
}

.top-business .slider-wrap .business-slider .swiper-slide .img-wrap img {
  width: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s, transform 1s;
}

.top-business .slider-wrap .business-slider .swiper-slide.swiper-slide-active .img-wrap img {
  opacity: 1;
}

.top-business .slider-wrap .business-slider .swiper-slide a:hover .img-wrap img {
  transform: scale(1.1);
}

.top-business .slider-wrap .business-slider .swiper-slide .img-wrap::after {
  background: #fcfcfc;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transform: translate(-100%, 0);
}

.top-business .slider-wrap .business-slider .swiper-slide.swiper-slide-active .img-wrap::after {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
}

.top-business .slider-wrap .business-slider .txt {
  padding: 0 30px;
  margin: 50px auto 0;
  position: relative;
  min-height: 270px;
}

.top-business .slider-wrap .business-slider .txt .business-hdg {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center;
  color: #005bac;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.top-business .slider-wrap .business-slider .txt p {
  letter-spacing: 0.03rem;
  max-width: 310px;
  margin: 0 auto;
}

.btn-business {
  display: block;
  position: relative;
}

.btn-business:hover {
  opacity: 1;
}

.thumb {
  overflow: hidden;
}

.thumb img {
  transition: all 1s;
}

a:hover .thumb img {
  transform: scale(1.1);
}

.btn-business .thumb img {
  width: 100%;
}

.btn-business::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./img/common/mask01.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.btn-business .txt {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.btn-business .txt h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
}

.top-people {
  position: relative;
  z-index: 1;
}

.top-people::before {
  content: "";
  width: 79%;
  height: calc(100% - 26px);
  position: absolute;
  right: -40px;
  bottom: 0;
  background-color: #f3f3f3;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s 0.8s;
}

.top-people.is-show::before {
  opacity: 1;
  right: 0;
}

.top-people .hdg02 {
  margin-bottom: 120px;
  margin-left: 12%;
}

.top-people .people-wrap {
  width: 87%;
  margin: 0 0 120px auto;
  position: relative;
  left: 40px;
  opacity: 0;
  transition: all 0.6s 1.2s;
}

.top-people.is-show .people-wrap {
  left: 0;
  opacity: 1;
}

.people-wrap .swiper-slide {
  max-width: 345px;
}

.people-wrap .swiper-slide img {
  width: 100%;
}

.people-wrap .img-wrap {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.people-wrap .year {
  font-size: 1.2rem;
  background-color: #005bac;
  text-align: center;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

.people-wrap .name-box {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.people-wrap .name-box .job span {
  font-size: 1.2rem;
  padding: 5px 20px;
  background-color: #005bac;
  display: inline-block;
}

.people-wrap .name-box .name {
  font-size: 2rem;
  display: inline-block;
  padding: 5px 20px 8px;
  background-color: #005bac;
}

.people-wrap .name-box .name .name__en {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  display: block;
}

.people-wrap .txt {
  background-color: #fcfcfc;
  min-height: 130px;
  padding: 20px;
}

.people-wrap .swiper-slide .txt .comment {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

.top-people .people-wrap .swiper-assets {
  margin-top: 40px;
  width: 290px;
}

.top-people .people-wrap .slider-prev::before,
.top-leapfrog .leapfrog-slider .slider-prev::before {
  border-width: 10px 10px 10px 0;
}

.top-people .people-wrap .slider-next::before,
.top-leapfrog .leapfrog-slider .slider-next::before {
  border-width: 10px 0 10px 10px;
}

.swiper-assets .slider-pagination {
  width: 130px;
  font-family: "Barlow", sans-serif;
  color: transparent;
  line-height: 1;
  position: relative;
  padding: 3px 0 2px;
  bottom: 0;
}

.swiper-assets .slider-pagination::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
}

.swiper-assets .slider-pagination span {
  color: #000;
}

.swiper-assets .slider-pagination .swiper-pagination-current {
  font-size: 2.2rem;
}

.swiper-assets .slider-pagination .swiper-pagination-total {
  font-size: 1.6rem;
}

.top-people .people-wrap .btn01 {
  position: absolute;
  right: 110px;
  bottom: 0;
  z-index: 2;
}

.top-people .interview-wrap .hdg03 {
  margin: 0 0 80px 10%;
}

.top-people .interview-wrap .fade {
  position: relative;
  bottom: -40px;
  opacity: 0;
  transition: all 0.5s 1.5s;
}

.top-people .interview-wrap.is-show .fade {
  opacity: 1;
  bottom: 0;
}

.top-people .interview-wrap .interview-slider.swiper {
  overflow: visible;
}

.top-people .interview-wrap .interview-slider .swiper-slide {
  transition: 0.8s;
  max-width: 780px;
  transform: scale(0.75);
}

.top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-prev {
  margin-right: -1%;
  margin-left: 1%;
}

.top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-next {
  margin-left: -1%;
  margin-right: 1%;
}

.top-people .interview-wrap .interview-slider .swiper-slide .thumb {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%, 0 25%);
}

.top-people .interview-wrap .interview-slider .swiper-slide .thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./img/common/mask01.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%, 0 25%);
  opacity: 0;
  transition: all 0.2s;
}

.top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-active .thumb::before {
  opacity: 1;
}

.top-people .interview-wrap .interview-slider .swiper-slide img {
  width: 100%;
}

.top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-active::before {
  content: "";
  width: 100%;
  height: 50%;
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.top-people .interview-wrap .interview-slider .swiper-slide .num {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  line-height: 1;
  font-size: 8rem;
  font-weight: 500;
  position: absolute;
  left: -6%;
  top: -2%;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s 0.3s;
}

.top-people .interview-wrap .interview-slider .swiper-slide .num span {
  font-size: 6rem;
}

.top-people .interview-wrap .interview-slider .swiper-slide .interview-txt {
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.interview-txt .interview-hdg {
  font-size: 3rem;
  white-space: nowrap;
}

.interview-txt .interview-hdg span {
  font-size: 1.6rem;
  display: block;
}

.interview-txt .btn02 {
  font-size: 1.6rem;
  margin-top: 20px;
}

.top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-active .num {
  opacity: 1;
  top: -7%;
}

.top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-active .interview-txt {
  opacity: 1;
}

.top-people .interview-wrap .interview-slider .swiper-slide a:hover {
  opacity: 1;
}

.top-leapfrog {
  padding-top: 170px;
}

.top-leapfrog .hdg03 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.top-leapfrog .hdg03 .logo {
  display: block;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s 0.2s;
}

.top-leapfrog .hdg03.is-show .logo {
  opacity: 1;
  transform: translateY(0);
}

.top-leapfrog .leapfrog-slider--wrap {
  position: relative;
  padding: 145px 0 240px 300px;
  z-index: 1;
}

.top-leapfrog .leapfrog-slider--wrap::before {
  content: "";
  width: 750px;
  height: 815px;
  background-color: #f3f3f3;
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s 0.4s;
}

.top-leapfrog .leapfrog-slider--wrap.is-show::before {
  left: 0;
  opacity: 1;
}

.top-leapfrog .leapfrog-slider.swiper {
  overflow: visible;
  opacity: 0;
  left: -40px;
  transition: all 0.6s 1s;
}

.top-leapfrog .leapfrog-slider--wrap.is-show .leapfrog-slider.swiper {
  opacity: 1;
  left: 0;
}

.top-leapfrog .leapfrog-slider .swiper-slide {
  width: 280px;
  height: 320px;
  overflow: visible;
}

.top-leapfrog .leapfrog-slider .swiper-slide .thumb {
  position: absolute;
  width: 280px;
  height: 320px;
  transition: all 0.5s 0.1s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top-leapfrog .leapfrog-slider .swiper-slide .thumb::after,
.top-leapfrog .leapfrog-slider .swiper-slide .thumb::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e5e5e5;
  z-index: -2;
}

.top-leapfrog .leapfrog-slider .swiper-slide .thumb::before {
  width: 0;
  background-color: #005bac;
  z-index: -1;
  transition: width 5s linear;
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .thumb::after {
  z-index: 1;
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .thumb::before {
  width: 100%;
  z-index: 3;
}

.top-leapfrog .leapfrog-slider .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .thumb {
  margin-left: -125px;
  width: 630px;
  height: 605px;
  padding-bottom: 5px;
  z-index: 5;
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.1);
}

.top-leapfrog .leapfrog-slider .swiper-slide .thumb .thumb-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.5s;
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .thumb .thumb-mask {
  height: calc(100% - 5px);
  background: rgba(0, 91, 172, 0.9);
  mix-blend-mode: multiply;
}

.top-leapfrog .leapfrog-slider .swiper-slide .txt-wrap {
  color: #fff;
  position: absolute;
  width: 100%;
  height: calc(100% - 5px);
  left: 0;
  top: 0;
  z-index: 2;
}

.top-leapfrog .leapfrog-slider .swiper-slide .cate {
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 30px;
  line-height: 1;
}

.top-leapfrog .leapfrog-slider .swiper-slide .project-hdg {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.top-leapfrog .leapfrog-slider .swiper-slide .project-hdg .num {
  font-size: 4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.top-leapfrog .leapfrog-slider .swiper-slide .project-hdg .en {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  margin-left: 25px;
  vertical-align: 8px;
  display: none;
}

.top-leapfrog .leapfrog-slider .swiper-slide .project-hdg .txt {
  display: none;
  line-height: 1.4;
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .cate {
  font-size: 1.6rem;
  right: auto;
  bottom: auto;
  left: 30px;
  top: 40px;
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .project-hdg {
  max-width: 540px;
  min-height: 135px;
  width: 90%;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  opacity: 0;
  animation: fadeup 0.5s ease 0.5s forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    bottom: 40px;
  }

  100% {
    opacity: 1;
    bottom: 70px;
  }
}

@keyframes fadeup-sp {
  0% {
    opacity: 0;
    bottom: 0px;
  }

  100% {
    opacity: 1;
    bottom: 20px;
  }
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .project-hdg .en {
  display: inline-block;
}

.top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .project-hdg .txt {
  display: block;
  margin-top: 20px;
}

.top-leapfrog .leapfrog-slider .swiper-slide a:hover {
  opacity: 1;
}

.top-leapfrog .leapfrog-slider .swiper-assets {
  position: absolute;
  right: 110px;
  margin-top: 50px;
  width: 290px;
}

.top-about {
  padding: 120px 0 100px;
}

.top-about .hdg01 {
  margin-bottom: 40px;
}

.top-about .about-box .about-box__item {
  width: calc(50% - 2px);
  max-width: 510px;
  margin: 0 1px;
  position: relative;
  opacity: 0;
  bottom: -40px;
  transition: all 0.6s 1s;
}

.top-about .about-box .about-box__item:nth-child(2) {
  transition-delay: 1.2s;
}

.top-about .anima.is-show .about-box__item {
  opacity: 1;
  bottom: 0;
}

.top-about .about-box .about-box__item .txt {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}

.top-about .about-box .about-box__item .txt p:not(.btn02) {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.top-about .career-wrap {
  margin-top: 120px;
}

.top-about .career-wrap .txt-wrap {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

.top-about .career-wrap .txt-wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  top: 0;
  left: 0;
  background-color: #005bac;
  position: absolute;
  z-index: -1;
}

.top-about .career-wrap .container {
  position: relative;
}

.top-about .career-wrap .txt {
  position: absolute;
  left: 20px;
  top: 0;
}

.top-about .career-wrap .txt .hdg03 {
  color: #fff;
}

.top-about .career-wrap .txt .hdg03 .line::after {
  background: #fff;
}

.top-about .career-wrap .txt .hdg03 .line span {
  margin-left: -2rem;
  margin-right: -1.5rem;
}

.top-about .career-wrap .txt .btn03 {
  margin-top: 40px;
}

.top-about .career-wrap .txt .btn-wrap {
  opacity: 0;
  transition: all 1s 1.2s;
}

.top-about .career-wrap .anima.is-show .txt .btn-wrap {
  opacity: 1;
}

.top-about .career-wrap .img {
  width: 52%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
  transition: all 0.5s 1.5s;
}

.top-about .career-wrap .img img {
  width: 100%;
  opacity: 0;
  transition: all 0.1s 2s;
}

.top-about .career-wrap .anima.is-show .img img {
  opacity: 1;
}

.top-about .career-wrap .img::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transform: translate(-100%, 0);
}

.top-about .career-wrap .anima.is-show .img {
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.1);
}

.top-about .career-wrap .anima.is-show .img::after {
  animation: mask-bg 1s 1.5s cubic-bezier(0.8, 0, 0.17, 1);
}

.top-about .career-wrap .recruit-btn {
  margin: 60px auto 0;
  max-width: 680px;
  width: 90%;
}

.top-about .career-wrap .recruit-btn .recruit-btn__item {
  width: 48%;
  max-width: 320px;
}

@media screen and (max-width: 1000px) {
  .top-business .slider-wrap .business-slider .swiper-slide .txt-wrap {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .main-v .main-v__slider-wrap {
    position: relative;
    height: 100vh;
  }

  .main-v .main-hdg {
    width: 49%;
    min-width: auto;
    max-width: 280px;
    top: auto;
    left: 53%;
    bottom: 5%;
    transform: translateX(-50%);
  }

  .main-v .main-hdg span {
    margin-bottom: 0;
    line-height: 1;
  }

  .main-v .main-slider.swiper {
    width: 100%;
    margin: 0;
  }

  .main-v .main-slider .main-slider__item {
    height: 100vh;
    padding-left: 0;
  }

  .main-v .main-slider .main-slider__item .img-people {
    height: auto;
    left: 0 !important;
    bottom: calc(5% + 170px);
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    transform: scale(1.15);
  }

  .main-v .main-slider .main-slider__item .img-people img {
    width: auto;
    max-width: 400px;
    min-height: 280px;
    max-height: 40vh;
    transform: none;
  }

  .main-v .main-slider .main-slider__item .img-people.img-people02 img {
    width: 95%;
  }

  .main-v .main-slider .main-slider__item .sub-slider {
    right: 0;
    top: 70px;
    width: 100%;
    height: calc(100% - 330px);
  }

  .swiper-assets {
    width: 240px;
  }

  .slider-prev,
  .slider-next {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
  }

  .slider-prev::before,
  .slider-next::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.5s;
  }

  .slider-prev::before {
    left: 0;
    border-width: 7.5px 7.5px 7.5px 0;
    border-color: transparent #005bac transparent transparent;
  }

  .slider-next::before {
    right: 0;
    border-width: 7.5px 0 7.5px 7.5px;
    border-color: transparent transparent transparent #005bac;
  }

  .slider-prev02,
  .slider-next02 {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    left: auto;
    transform: translateX(0);
  }

  .slider-prev02 {
    margin-left: 0;
    left: 0;
  }

  .slider-next02 {
    margin-left: 0;
    right: 0;
  }

  .slider-prev02::before,
  .slider-next02::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(45deg);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
  }

  .slider-prev02::before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 53%;
  }

  .slider-next02::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 48%;
  }

  .main-v .main-slider .swiper-assets {
    right: auto;
    width: 86%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: calc(5% + 140px);
    z-index: 2;
    height: 16px;
  }

  .main-v .main-slider .main-slider__item .slider-hdg {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: calc(5% + 140px);
    font-size: 1.6rem;
    line-height: 1;
  }

  .main-v .main-slider .main-slider__item .slider-hdg .num {
    font-size: 1.8rem;
  }

  .main-v .main-slider .progressbar {
    width: 86%;
    max-width: 300px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: calc(5% + 120px);
  }

  .main-v .main-slider .progressbar .progressbar__item {
    height: 2px;
  }

  .main-v .top-news.flexbox {
    display: block;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
    width: calc(100% - 30px);
    margin: 0 auto;
    position: static;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    min-height: 80px;
    padding: 25px 30px 30px;
  }

  .main-v .top-news .top-news-hdg {
    font-size: 2.2rem;
    margin-bottom: 0;
    position: absolute;
    top: 25px;
    left: 30px;
  }

  .main-v .top-news .news-slider {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }

  .main-v .top-news .news-slider .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-v .top-news .news-slider .swiper-slide .flexbox {
    display: block;
    position: relative;
  }

  .main-v .top-news .news-slider p {
    color: #c4c4c4;
    font-size: 1.2rem;
  }

  .main-v .top-news .news-slider .news-slider-hdg {
    width: 100%;
    line-height: 1.6;
  }

  .main-v .top-news .swiper-assets--news {
    width: 90px;
    height: auto;
    position: absolute;
    right: 0;
    top: 6px;
    transform: translateY(0);
    padding-left: 0;
  }

  .top-txtwrap {
    margin: 50px 0 60px;
    padding: 0 5px;
  }

  .top-bnr {
    padding-bottom: 70px;
  }

  .top-bnr .top-bnr__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-bnr .top-bnr__item .btn-message .thumb img {
    min-height: auto;
    width: 100%;
  }

  .top-business {
    padding-bottom: 90px;
  }

  .top-business .slider-wrap {
    padding: 0;
  }

  .top-business .slider-wrap::before {
    content: none;
  }

  .top-business .slider-wrap .business-slider {
    padding: 0;
  }

  .top-business .slider-wrap .business-slider .slider-prev,
  .top-business .slider-wrap .business-slider .slider-next {
    position: absolute;
    top: 3px;
    z-index: 2;
  }

  .top-business .slider-wrap .business-slider .slider-prev {
    left: calc(50% - 150px);
  }

  .top-business .slider-wrap .business-slider .slider-next {
    right: calc(50% - 150px);
  }

  .top-business .slider-wrap .business-slider .swiper-slide .flexbox {
    display: block;
  }

  .top-business .slider-wrap .business-slider .swiper-slide .img-wrap {
    width: 100%;
    max-width: 100%;
    padding-bottom: 55%;
  }

  .top-business .slider-wrap .business-slider .swiper-slide a:hover .img-wrap img,
  .top-business .slider-wrap .business-slider .swiper-slide .img-wrap img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .top-business .slider-wrap .business-slider .swiper-slide .txt-wrap {
    width: 100%;
  }

  .top-business .slider-wrap .business-slider .swiper-slide .txt-wrap .img {
    text-align: center;
    padding: 0 35px;
  }

  .top-business .slider-wrap .business-slider .txt {
    padding: 0;
    margin-top: 30px;
  }

  .top-business .slider-wrap .business-slider .txt .business-hdg {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }

  .top-business .slider-wrap .business-slider .txt p {
    padding: 30px;
    max-width: 500px;
  }

  .btn-business .txt h4 {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }

  .top-people::before {
    height: calc(100% - 18px);
  }

  .top-people .hdg02 {
    margin: 0 0 50px 55px;
  }

  .top-people .people-wrap {
    margin-bottom: 50px;
  }

  .top-people .people-wrap {
    padding-bottom: 50px;
  }

  .people-wrap .swiper-slide {
    max-width: 260px !important;
    width: 80% !important;
  }

  .people-wrap .swiper-slide .img-wrap::before {
    content: "";
    width: 40px;
    height: 35px;
    background: url(./img/common/arrow.png) no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .people-wrap .swiper-slide .year {
    top: 0;
  }

  .people-wrap .swiper-slide .name-box .name .name__en {
    letter-spacing: 0.1rem;
  }

  .people-wrap .swiper-slide .name-box .name {
    font-size: 1.6rem;
  }

  .people-wrap .swiper-slide .name-box .job {
    font-size: 1.1rem;
  }

  .people-wrap .swiper-slide .txt {
    min-height: 100px;
    padding: 10px;
  }

  .people-wrap .swiper-slide .txt .comment {
    font-size: 1.6rem !important;
  }

  .top-people .people-wrap .swiper-assets {
    margin-top: 30px;
    width: 190px;
  }

  .swiper-assets .slider-pagination {
    width: 110px;
  }

  .swiper-assets .slider-pagination::before {
    width: 60px;
    margin-left: -25px;
  }

  .swiper-assets .slider-pagination .swiper-pagination-current {
    font-size: 2rem;
  }

  .swiper-assets .slider-pagination .swiper-pagination-total {
    font-size: 1.4rem;
  }

  .top-people .people-wrap .btn01 {
    right: 38px;
  }

  .top-people .interview-wrap .hdg03 {
    margin: 0 0 60px 15%;
  }

  .top-people .interview-wrap .interview-slider .swiper-slide {
    width: calc(100% - 30px);
  }

  .top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-prev,
  .top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-next {
    margin-left: 0;
  }

  .top-people .interview-wrap .interview-slider .swiper-slide .num {
    font-size: 6rem;
    color: #005bac;
    left: -15px;
    top: 0;
  }

  .top-people .interview-wrap .interview-slider .swiper-slide .num span {
    font-size: 4rem;
  }

  .interview-txt .interview-hdg {
    font-size: 2rem;
    line-height: 1.4;
  }

  .interview-txt .interview-hdg span,
  .interview-txt .btn02 {
    font-size: 1.2rem;
  }

  .interview-txt .interview-hdg span {
    margin-bottom: 5px;
  }

  .interview-txt .btn02 {
    margin-top: 15px;
  }

  .top-people .interview-wrap .interview-slider .swiper-slide.swiper-slide-active .num {
    top: -30px;
  }

  .top-people .interview-wrap .interview-slider .swiper-slide img {
    min-height: 240px;
    width: auto;
    object-fit: cover;
  }

  .top-leapfrog {
    padding-top: 70px;
  }

  .top-leapfrog .hdg03 {
    margin-bottom: 50px;
  }

  .top-leapfrog .hdg03 .logo {
    width: 70%;
    margin: 0 auto 25px;
  }

  .top-leapfrog .leapfrog-slider--wrap {
    padding: 0;
  }

  .top-leapfrog .leapfrog-slider--wrap::before {
    content: none;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide {
    width: 100%;
    height: auto;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .thumb {
    position: static;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    transform: translate(0);
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .thumb::after,
  .top-leapfrog .leapfrog-slider .swiper-slide .thumb::before {
    height: 4px;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .thumb {
    margin-left: 0;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .thumb img {
    width: 100%;
    height: 100%;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .txt-wrap {
    height: calc(100% - 4px);
  }

  .top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .thumb .thumb-mask {
    height: calc(100% - 4px);
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .cate {
    font-size: 1.2rem;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .project-hdg {
    font-size: 2.4rem;
    left: 20px;
    bottom: 0;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .project-hdg .num {
    font-size: 3.5rem;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide .project-hdg .en {
    font-size: 1.2rem;
    margin-left: 20px;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .cate {
    font-size: 1.2rem;
    left: 17px;
    top: 25px;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .project-hdg {
    width: calc(100% - 60px);
    bottom: 0;
    animation: fadeup-sp 0.5s ease 0.5s forwards;
  }

  .top-leapfrog .leapfrog-slider .swiper-assets {
    right: auto;
    left: 50%;
    margin: 30px 0 0 -95px;
    width: 190px;
  }

  .top-about {
    padding: 140px 0 90px;
  }

  .top-about .hdg01 {
    margin-bottom: 30px;
  }

  .top-about .about-box .about-box__item {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 5px;
    position: relative;
  }

  .top-about .about-box .about-box__item a {
    position: relative;
  }

  .top-about .about-box .about-box__item a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(./img/common/arrow02.png) no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .top-about .about-box .about-box__item .txt p:not(.btn02) {
    margin-bottom: 0;
  }

  .top-about .about-box .about-box__item .thumb img {
    height: 130px;
    width: 100%;
  }

  .top-about .career-wrap {
    margin-top: 85px;
  }

  .top-about .career-wrap .txt-wrap {
    padding-top: 0;
  }

  .top-about .career-wrap .txt-wrap::before {
    content: none;
  }

  .top-about .career-wrap .anima {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .top-about .career-wrap .container {
    position: relative;
    padding: 0;
    top: -35px;
  }

  .top-about .career-wrap .txt {
    position: static;
    background-color: #005bac;
    padding: 70px 0 50px;
  }

  .top-about .career-wrap .txt .hdg03 {
    text-align: center;
  }

  .top-about .career-wrap .txt .hdg03 .line span {
    margin: 0;
  }

  .top-about .career-wrap .txt .btn03 {
    margin: 30px auto 0;
  }

  .top-about .career-wrap .img {
    width: 90%;
    background-color: #fcfcfc;
    transition: all 0.5s 0s;
  }

  .top-about .career-wrap .img img {
    transition: all 0.1s 0.3s;
  }

  .top-about .career-wrap .anima.is-show .img::after {
    animation-delay: 0s;
  }

  .top-about .career-wrap .recruit-btn {
    margin-top: 0;
  }

  .top-about .career-wrap .recruit-btn .recruit-btn__item {
    width: 100%;
    margin: 0 auto 10px;
  }

  .top-about .career-wrap .recruit-btn .recruit-btn__item .btn04 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .top-leapfrog .leapfrog-slider .swiper-slide .thumb {
    height: 355px;
  }

  .top-leapfrog .leapfrog-slider .swiper-slide.swiper-slide-active .thumb {
    height: 355px;
  }
}

/* subpage */

.submain {
  padding-top: 250px;
}

.submain__hdg {
  font-size: 4rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #005bac;
  padding: 40px 70px 0;
  position: relative;
  max-width: 1310px;
  margin: 0 auto 80px;
}

.submain__hdg::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #005bac;
  position: absolute;
  left: 70px;
  top: 0;
}

.submain .submain__img {
  height: 520px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subpage .top-people {
  margin: 200px 0 160px;
}

@media screen and (max-width: 768px) {
  /* subpage */

  .submain {
    padding-top: 130px;
  }

  .submain__hdg {
    font-size: 2.6rem;
    padding: 20px 15px 0;
    margin: 0 auto 40px;
  }

  .submain__hdg::before {
    width: 30px;
    height: 2px;
    left: 15px;
  }

  .submain .submain__img {
    height: 250px;
  }

  .subpage .top-people {
    margin: 90px 0;
  }
}

@media screen and (max-width: 550px) {
  .submain .submain__img {
    height: 240px;
  }
}

/* outlinefresh */

.recruit-message {
  padding: 100px 0;
}

.recruit-message .hdg03 {
  font-size: 3.2rem;
}

.recruit-message .txt {
  width: calc(100% - 430px);
  max-width: 500px;
  line-height: 2;
}

.recruit-message .txt p {
  margin-bottom: 20px;
}

.recruit-person {
  background-color: #005bac;
  color: #fff;
  padding: 90px 0 130px;
}

.recruit-person h2 {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.recruit-person ul {
  max-width: 660px;
  border: 1px solid #fff;
  padding: 50px 40px 20px;
  margin: 0 auto;
}

.recruit-person ul li {
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
}

.recruit-person ul li:not(:first-child) {
  position: relative;
  line-height: 1.4;
  margin-bottom: 25px;
  padding-left: 2rem;
}

.recruit-person ul li:not(:first-child)::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.submain.outlinefresh .submain__img {
  background-image: url(./img/outlinefresh/mv@2x.jpg);
}

.outlinefresh01 {
  padding: 80px 0 70px;
  position: relative;
  z-index: 1;
}

.outlinefresh01::before {
  content: "";
  width: calc(50% - 200px);
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.outlinefresh01.career {
  padding-bottom: 60px;
}

.outlinefresh01.career::before {
  height: 100%;
}

.outlinefresh01 .inner {
  background-color: #fff;
  padding: 30px 15px 20px;
}

.outlinefresh01 .btn05 {
  margin-top: 70px;
}

.outlinefresh01 .table01 {
  max-width: 780px;
  margin: 0 auto;
}

.outlinefresh01 .table01 td p span {
  display: block;
  margin-left: -6px;
}

.outlinefresh01 .table01 td p:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .recruit-message {
    padding: 60px 0 40px;
  }

  .recruit-message .hdg03 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .recruit-message .txt {
    width: 100%;
    max-width: 100%;
    line-height: 1.8;
  }

  .recruit-person {
    padding: 60px 0 50px;
  }

  .recruit-person h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }

  .recruit-person ul {
    max-width: 310px;
    padding: 30px 15px 15px;
  }

  .recruit-person ul li {
    margin-bottom: 15px;
    padding-left: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .outlinefresh01 {
    padding: 60px 0 50px;
  }

  .outlinefresh01::before {
    width: 35%;
  }

  .outlinefresh01 .inner {
    padding: 15px 15px 20px;
  }

  .outlinefresh01 .btn05 {
    margin-top: 50px;
  }
}

/* outlinecareer */

.submain.outlinecareer .submain__img {
  background-image: url(./img/outlinecareer/mv@2x.jpg);
}

.outlinecareer01 {
  padding: 160px 0 80px;
}

.outlinecareer01 .outline-list .outline-list__item {
  margin-bottom: 10px;
}

.outlinecareer01 .outline-list .outline-list__item a {
  padding: 20px 90px 20px 40px;
  min-height: 110px;
  background-color: #f3f3f3;
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}

.outlinecareer01 .outline-list .outline-list__item a::before {
  content: "\f1c1";
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
  color: #cf0000;
  position: absolute;
  right: 40px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}

.outlinecareer01 .outline-list .outline-list__item a:hover::before {
  color: #fff;
}

.outlinecareer01 .outline-list .outline-list__item a:hover,
.outlinecareer01 .outlinebox .outlinebox-hdg-wrap.active {
  background-color: #005bac;
  color: #fff;
}

.outlinecareer01 .outlinebox .outlinebox-hdg-wrap:hover::before,
.outlinecareer01 .outlinebox .outlinebox-hdg-wrap.active::before {
  background-color: #fff;
}

.outlinecareer01 .outlinebox .outlinebox-hdg-wrap:hover .outlinebox-hdg::before,
.outlinecareer01 .outlinebox .outlinebox-hdg-wrap:hover .outlinebox-hdg::after,
.outlinecareer01 .outlinebox .outlinebox-hdg-wrap.active .outlinebox-hdg::before,
.outlinecareer01 .outlinebox .outlinebox-hdg-wrap.active .outlinebox-hdg::after {
  background-color: #005bac;
}

.outlinecareer01 .outlinebox .outlinebox-hdg-wrap.active .outlinebox-hdg::before,
.outlinecareer01 .outlinebox .outlinebox-hdg-wrap.active .outlinebox-hdg::after {
  transform: rotate(0deg);
}

.outlinecareer01 .outlinebox .outlinebox__item {
  padding-bottom: 70px;
  max-width: 820px;
  padding: 0 20px 70px;
  margin: 0 auto;
  display: none;
}

.outlinebox {
  padding: 0 20px;
}

.outlinebox .outlinebox-hdg02 {
  font-size: 2rem;
  padding-left: 20px;
  color: #005bac;
  position: relative;
  margin: 50px 0 20px;
}

.outlinebox .outlinebox-hdg02::before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #005bac;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  opacity: 1;
}

.outlinecareer01 .outlinebox .bb {
  border-bottom: 1px dashed #c4c4c4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.outlinebox p {
  margin-top: 20px;
}

.outlinebox p a {
  border-bottom: 1px solid #000;
}

.outlinecareer01 .outlinebox .outlinebox-cont p:not(.bb) {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .outlinecareer01 {
    padding: 60px 0 0;
  }

  .outlinecareer01 .outline-list .outline-list__item a {
    padding: 15px 50px 15px 20px;
    min-height: 70px;
    font-size: 1.6rem;
  }

  .outlinecareer01 .outline-list .outline-list__item a::before {
    right: 20px;
  }

  .outlinecareer01 .outlinebox .outlinebox-hdg-wrap::before {
    width: 30px;
    height: 30px;
    right: 20px;
    margin-top: -15px;
  }

  .outlinecareer01 .outlinebox .outlinebox-hdg {
    font-size: 1.8rem;
  }

  .outlinecareer01 .outlinebox .outlinebox-hdg::before,
  .outlinecareer01 .outlinebox .outlinebox-hdg::after {
    width: 16px;
    right: -43px;
  }

  .outlinecareer01 .outlinebox .outlinebox__item {
    padding: 0 15px 40px;
  }

  .outlinebox {
    padding: 0 15px;
  }

  .outlinebox .outlinebox-hdg02 {
    font-size: 1.6rem;
    padding-left: 15px;
    margin: 30px 0 20px;
  }

  .outlinebox .outlinebox-hdg02::before {
    height: 16px;
    top: 5px;
    left: 2px;
  }

  .outlinecareer01 .outlinebox .bb {
    padding-bottom: 10px;
  }

  .outlinecareer01 .outlinebox p.bb {
    padding-bottom: 20px;
  }

  .outlinecareer01 .outlinebox .outlinebox-cont p:first-of-type {
    padding-top: 0 !important;
  }
}

/* about */

.submain.about .submain__img {
  background-image: url(./img/about/mv@2x.jpg);
}

.about01 {
  padding: 120px 0 70px;
  position: relative;
  z-index: 1;
}

.about01::before {
  content: "";
  width: 100%;
  height: calc(100% - 610px);
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: 190px;
  z-index: -1;
}

.about01 .hdg04 {
  margin-bottom: 80px;
}

.about01 .inner {
  max-width: 860px;
  margin: 0 auto;
}

.about01 .num-list .num-list__item {
  width: 48%;
  max-width: 400px;
  min-height: 360px;
  padding: 30px 10px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.about01 .num-list .num-list__item .num-hdg {
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.about01 .num-list .num-list__item:first-child img {
  width: 77%;
}

.about01 .num-list .num-list__item:nth-child(2) img {
  width: 75%;
}

.about01 .num-list .num-list__item:nth-child(3) img {
  width: 62%;
}

.about01 .num-list .num-list__item:nth-child(4) img {
  width: 46%;
}

.about01 .num-list .num-list__item:nth-child(5) img {
  width: 86%;
  margin-right: 8%;
}

.about01 .num-list .num-list__item:nth-child(6) img {
  width: 67%;
}

.about01 .num-list .num-list__item:nth-child(7) img {
  width: 57%;
  margin-right: 10%;
}

.about01 .num-list .num-list__item:nth-child(8) img {
  width: 72%;
}

.about02 {
  padding: 100px 0 60px;
}

.about02 .hdg04 {
  margin-bottom: 80px;
}

.about02 .csr-list .csr-list__item {
  width: 32%;
  margin: 0 2% 40px 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 35px 30px;
  min-height: 500px;
}

.about02 .csr-list .csr-list__item:nth-child(3n) {
  margin-right: 0;
}

.about02 .csr-list .csr-list__item .img {
  text-align: center;
  margin-bottom: 20px;
}

.about02 .csr-list .csr-list__item .csr-hdg {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.about03 {
  padding-top: 120px;
}

.about03 .hdg04 {
  margin-bottom: 80px;
}

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

.about03 .tab .tab__item,
.recruit-flow .tab .tab__item {
  width: 50%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  font-size: 2.2rem;
  color: #c4c4c4;
  font-weight: bold;
}

.about03 .tab .tab__item.is-active,
.recruit-flow .tab .tab__item.is-active {
  background-color: #005bac;
  color: #fff;
}

.about03 .tab-cont-wrap {
  background-image: url(./img/about/map-bg.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.about03 .tab-cont {
  display: none;
  padding: 45px 0 55px;
}

.about03 .tab-cont.is-show {
  display: block;
}

.about03 .tab-cont .inner {
  position: relative;
}

.about03 .tab-cont .map {
  position: absolute;
  z-index: 1;
  width: calc(100% - 320px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about03 .tab-cont .map .map-pin {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.2s;
}

.about03 .tab-cont .map .map-pin .num {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
}

.about03 .tab-cont .map .map-pin.is-active {
  transform: translate(-50%, -25%) scale(1.5);
  z-index: 2 !important;
}

.about03 .tab-cont .map .map-pin.is-active .num {
  color: #005bac;
}

.about03 .tab-cont .map .map-pin:hover,
.about03 .tab-cont .map .map-pin.is-hover {
  z-index: 3 !important;
}

.about03 .tab-cont .map .map-pin.is-active svg path,
.about03 .tab-cont .map .map-pin:hover svg path,
.about03 .tab-cont .map .map-pin.is-hover svg path {
  fill: #005bac;
}

.about03 .tab-cont .map-txt {
  width: 400px;
  position: relative;
  z-index: 2;
  height: 600px;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.8);
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 20px;
  margin: 0 50px 0 auto;
}

.about03 .tab-cont .map-txt::-webkit-scrollbar {
  display: none;
}

.about03 .tab-cont .map-txt dl {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}

.about03 .tab-cont .map-txt dl::before,
.about03 .tab-cont .map-txt dl::after {
  content: "";
  position: absolute;
  top: 20px;
}

.about03 .tab-cont .map-txt dl::before {
  color: #005bac;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  left: 0;
}

.about03 .tab-cont .map-txt dl:first-of-type:before {
  content: "01";
}

.about03 .tab-cont .map-txt dl:nth-of-type(2):before {
  content: "02";
}

.about03 .tab-cont .map-txt dl:nth-of-type(3):before {
  content: "03";
}

.about03 .tab-cont .map-txt dl:nth-of-type(4):before {
  content: "04";
}

.about03 .tab-cont .map-txt dl:nth-of-type(5):before {
  content: "05";
}

.about03 .tab-cont .map-txt dl:nth-of-type(6):before {
  content: "06";
}

.about03 .tab-cont .map-txt dl:nth-of-type(7):before {
  content: "07";
}

.about03 .tab-cont .map-txt dl:nth-of-type(8):before {
  content: "08";
}

.about03 .tab-cont .map-txt dl:nth-of-type(9):before {
  content: "09";
}

.about03 .tab-cont .map-txt dl:nth-of-type(10):before {
  content: "10";
}

.about03 .tab-cont .map-txt dl:nth-of-type(11):before {
  content: "11";
}

.about03 .tab-cont .map-txt dl:nth-of-type(12):before {
  content: "12";
}

.about03 .tab-cont .map-txt dl:nth-of-type(13):before {
  content: "13";
}

.about03 .tab-cont .map-txt dl::after {
  width: 20px;
  height: 20px;
  background-color: #005bac;
  right: 0;
  z-index: -1;
  transition: all 0.5s;
}

.about03 .tab-cont .map-txt dl.is-active::after {
  background-color: #c4c4c4;
}

.about03 .tab-cont .map-txt dl dt {
  position: relative;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 30px 15px 30px;
  z-index: 1;
  transition: color 0.5s;
}

.about03 .tab-cont .map-txt dl dt::before,
.about03 .tab-cont .map-txt dl dt::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 30px;
  transition: all 0.5s;
}

.about03 .tab-cont .map-txt dl dt::before {
  transform: rotate(-90deg);
}

.about03 .tab-cont .map-txt dl dt::after {
  transform: rotate(-180deg);
}

.about03 .tab-cont .map-txt dl dt:hover,
.about03 .tab-cont .map-txt dl.is-active dt {
  color: #005bac;
}

.about03 .tab-cont .map-txt dl.is-active dt::before,
.about03 .tab-cont .map-txt dl.is-active dt::after {
  background-color: #005bac;
  transform: rotate(0deg);
}

.about03 .tab-cont .map-txt dl dd {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 15px;
  display: none;
}

.about03 .tab-cont .map-txt dl dd p {
  margin-bottom: 5px;
}

.about03 .tab-cont .map-txt dl dd a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 10px;
}

.about03 .tab-cont.map-jp .map .map-pin.map01 {
  left: 17%;
  bottom: 26%;
}

.about03 .tab-cont.map-jp .map .map-pin.map02 {
  left: 51.8%;
  bottom: 24%;
}

.about03 .tab-cont.map-jp .map .map-pin.map03 {
  left: 78%;
  bottom: 80%;
}

.about03 .tab-cont.map-jp .map .map-pin.map04 {
  left: 64.5%;
  bottom: 44%;
}

.about03 .tab-cont.map-jp .map .map-pin.map05 {
  left: 50.3%;
  bottom: 27%;
}

.about03 .tab-cont.map-jp .map .map-pin.map06 {
  left: 51%;
  bottom: 26%;
}

.about03 .tab-cont.map-jp .map .map-pin.map07 {
  left: 37.3%;
  bottom: 24.5%;
}

.about03 .tab-cont.map-jp .map .map-pin.map08 {
  left: 30.5%;
  bottom: 24.5%;
}

.about03 .tab-cont.map-jp .map .map-pin.map09 {
  left: 7%;
  bottom: 23.5%;
}

.about03 .tab-cont.map-jp .map .map-pin.map10 {
  left: 17.5%;
  bottom: 27%;
}

.about03 .tab-cont.map-jp .map .map-pin.map11 {
  left: 17%;
  bottom: 26%;
}

.about03 .tab-cont.map-jp .map .map-pin.map12 {
  left: 18%;
  bottom: 28%;
}

.about03 .tab-cont.map-jp .map .map-pin.map13 {
  left: 13%;
  bottom: 25%;
}

.about03 .tab-cont.map-world .map {
  width: calc(100% - 440px);
}

.about03 .tab-cont.map-world .map .map-pin.map01 {
  left: 67%;
  bottom: 48%;
}

.about03 .tab-cont.map-world .map .map-pin.map02 {
  left: 76.5%;
  bottom: 50.5%;
}

.about03 .tab-cont.map-world .map .map-pin.map03 {
  left: 70.7%;
  bottom: 40.3%;
}

.about03 .tab-cont.map-world .map .map-pin.map04 {
  left: 8%;
  bottom: 57%;
}

.about03 .tab-cont.map-world .map .map-pin.map05 {
  left: 30%;
  bottom: 38%;
}

.about03 .tab-cont.map-world .map .map-pin.map06 {
  left: 29.7%;
  bottom: 40.5%;
  z-index: 0;
}

.about03 .tab-cont.map-world .map .map-pin.map07 {
  left: 36%;
  bottom: 45%;
}

.about03 .tab-cont.map-world .map .map-pin.map08 {
  left: 35.5%;
  bottom: 47.5%;
  z-index: 0;
}

.about03 .tab-cont.map-world .map .map-pin.map09 {
  left: 36.5%;
  bottom: 47%;
}

.about03 .tab-cont.map-world .map .map-pin.map10 {
  left: 31.4%;
  bottom: 36%;
}

.about04 {
  padding: 120px 0 160px;
}

.about04 .hdg04 {
  margin-bottom: 50px;
}

.about04 .logo {
  margin-bottom: 70px;
}

.about04 .logo img {
  width: 180px;
}

.about04 .table02 {
  max-width: 740px;
  margin: 0 auto;
}

.about04 .table02 th {
  width: 270px;
  padding: 30px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #c4c4c4;
}

.about04 .table02 td {
  padding: 30px 50px 30px 0;
  width: calc(100% - 270px);
  border-bottom: 1px solid #c4c4c4;
}

@media screen and (max-width: 768px) {
  .about01 {
    padding: 60px 0 40px;
  }

  .about01::before {
    height: calc(100% - 400px);
    bottom: 140px;
  }

  .about01 .hdg04 {
    margin-bottom: 40px;
  }

  .about01 .num-list .num-list__item {
    width: 49%;
    padding: 20px 10px;
    margin-bottom: 15px;
    min-height: 43vw;
  }

  .about01 .num-list .num-list__item .num-hdg {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .about02 {
    padding: 60px 0 40px;
  }

  .about02 .hdg04 {
    margin-bottom: 40px;
  }

  .about02 .csr-list .csr-list__item {
    width: 49%;
    margin: 0 2% 20px 0;
    padding: 30px 20px;
    min-height: auto;
  }

  .about02 .csr-list .csr-list__item:nth-child(3n) {
    margin-right: 2%;
  }

  .about02 .csr-list .csr-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .about02 .csr-list .csr-list__item .img {
    width: 60%;
    margin: 0 auto 15px;
  }

  .about02 .csr-list .csr-list__item .csr-hdg {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .about03 {
    padding-top: 60px;
  }

  .about03 .hdg04 {
    margin-bottom: 40px;
  }

  .about03 .tab .tab__item,
  .recruit-flow .tab .tab__item {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }

  .about03 .tab-cont-wrap {
    background-repeat: repeat;
    background-size: auto;
  }

  .about03 .tab-cont {
    padding: 30px 0 40px;
  }

  .about03 .tab-cont .map {
    position: static;
    width: 100%;
    transform: translateY(0);
    margin: 0 auto 30px;
  }

  .about03 .tab-cont .map-txt {
    width: 90%;
    max-width: 400px;
    height: 250px;
    padding: 10px 15px 15px;
    margin: 0 auto;
  }

  .about03 .tab-cont .map-txt dl::before,
  .about03 .tab-cont .map-txt dl::after {
    top: 15px;
  }

  .about03 .tab-cont .map-txt dl::before {
    font-size: 1.5rem;
  }

  .about03 .tab-cont .map-txt dl dt {
    font-size: 1.5rem;
    padding: 15px 30px 10px 25px;
  }

  .about03 .tab-cont .map-txt dl dt::before,
  .about03 .tab-cont .map-txt dl dt::after {
    top: 25px;
  }

  .about03 .tab-cont .map-txt dl dd {
    padding-bottom: 10px;
  }

  .about03 .tab-cont .map-txt dl dd p {
    font-size: 1.3rem;
  }

  .about03 .tab-cont .map-txt dl dd a {
    margin-top: 5px;
  }

  .about03 .tab-cont.map-world .map {
    width: 100%;
  }

  .about04 {
    padding: 60px 0 100px;
  }

  .about04 .hdg04 {
    margin-bottom: 30px;
  }

  .about04 .logo {
    margin-bottom: 40px;
  }

  .about04 .logo img {
    width: 150px;
  }

  .about04 .table02 th {
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.6rem;
    border-bottom: none;
  }

  .about04 .table02 td {
    padding: 0 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .about01 .num-list .num-list__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
    min-height: 250px;
  }

  .about02 .csr-list .csr-list__item {
    width: 100%;
    margin: 0 auto 15px;
    padding: 20px 15px;
  }

  .about02 .csr-list .csr-list__item:nth-child(3n),
  .about02 .csr-list .csr-list__item:nth-child(2n) {
    margin-right: auto;
  }
}

/* wheeliy */

.submain02 {
  margin-top: 100px;
  position: relative;
}

.submain02 .submain__hdg {
  position: absolute;
  top: 150px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.submain__hdg .sub-hdg {
  font-size: 1.8rem;
  color: #c4c4c4;
  position: absolute;
  left: 130px;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
}

.submain02 .submain__logo {
  position: absolute;
  width: 100%;
  max-width: 1310px;
  padding: 0 70px;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  z-index: 1;
}

.submain02 .submain02__img {
  width: calc(50vw + 350px);
  max-width: 78%;
  margin: 0 0 0 auto;
}

.submain02 .submain02__img img {
  width: 100%;
  height: 840px;
  object-fit: cover;
}

.project-intro {
  padding: 140px 0 160px;
}

.project-intro .container {
  max-width: 1295px;
  padding-right: 0;
}

.project-intro .flexbox {
  max-width: 1150px;
  margin: 0 0 0 auto;
}

.project-intro .flexbox .txt {
  width: 45%;
  max-width: 460px;
}

.project-intro .flexbox .img {
  width: 52%;
  max-width: 590px;
}

.project-intro .flexbox .txt .hdg03 {
  margin-bottom: 50px;
}

.project-intro .flexbox .txt p {
  line-height: 2.2;
}

.project-product {
  padding-bottom: 160px;
}

.project-product .flexbox {
  max-width: 940px;
}

.project-product .img {
  width: 41%;
  max-width: 380px;
}

.project-product .txt {
  width: 57%;
  max-width: 500px;
  padding-top: 15px;
}

.project-product .txt .product-logo {
  margin-bottom: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}

.project-product a {
  display: inline-block;
  margin-top: 20px;
}

.project-product a + a {
  margin-top: 5px;
}

.project-product a:hover {
  color: #005bac;
}

.story-main {
  padding: 45px 0 80px;
  position: relative;
}

.project-story {
  padding-bottom: 140px;
}

.story-main::before,
.story-main::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 1;
}

.story-main::before {
  border-width: 0 140px 140px 0;
  border-color: transparent #005bac transparent transparent;
  right: 0;
  top: 0;
}

.story-main::after {
  border-width: 240px 0 0 240px;
  border-color: transparent transparent transparent #005bac;
  left: 0;
  bottom: 0;
}

.story-main .hdg04 {
  margin-bottom: 60px;
}

.story-main .img {
  overflow: hidden;
}

.story-main .img img {
  width: 100%;
  transition: all 1s;
}

.story-main a.pc:hover .img img {
  transform: scale(1.1);
}

.project-story02 {
  padding-bottom: 140px;
}

.project-story02 .leapfrog-cont:first-of-type {
  padding-top: 0;
}

.project-story02 .leapfrog-cont:last-of-type {
  padding-bottom: 0;
}

.project-story .profile {
  margin: 30px auto 60px;
  max-width: 660px;
}

.project-story .profile .name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.project-story .profile .name .space {
  letter-spacing: -0.1rem;
}

.project-story .profile .name .en {
  font-size: 1.2rem;
  color: #4b4b4b;
  margin-left: 20px;
}

.project-story .profile .job {
  font-size: 1.4rem;
  color: #4b4b4b;
  font-weight: bold;
}

.project-story .profile dl {
  margin-top: 30px;
  font-size: 1.4rem;
}

.project-story .profile dl dt {
  width: 66px;
}

.project-story .profile dl dd {
  width: calc(100% - 66px);
}

.project-story .outline {
  max-width: 780px;
  margin: 0 auto 80px;
  background-color: #005bac;
  color: #fff;
  border-radius: 40px;
  padding: 70px 20px 50px;
}

.project-story .outline .inner {
  max-width: 620px;
  margin: 0 auto;
}

.project-story .outline .outline-hdg {
  font-size: 2.4rem;
  margin-bottom: 50px;
}

.project-story .outline p {
  margin-bottom: 40px;
  line-height: 2.2;
}

.project-story .mokuji {
  background-color: #f3f3f3;
  padding: 40px 60px;
  max-width: 780px;
  margin: 0 auto 20px;
}

.project-story .mokuji .mokuji-hdg {
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}

.project-story .mokuji .mokuji-hdg::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: -2px;
}

.project-story .mokuji .mokuji-list .mokuji-list__item:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}

.project-story .mokuji .mokuji-list .mokuji-list__item a {
  display: block;
  padding: 20px 0 20px 130px;
  position: relative;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #4b4b4b;
}

.project-story .mokuji .mokuji-list .mokuji-list__item a:hover {
  color: #005bac;
  opacity: 1;
}

.project-story .mokuji .mokuji-list .mokuji-list__item a::before {
  position: absolute;
  left: 0;
  top: 20px;
}

.project-story .mokuji .mokuji-list .mokuji-list__item:first-child a::before {
  content: "エピソード 01";
}

.project-story .mokuji .mokuji-list .mokuji-list__item:nth-child(2) a::before {
  content: "エピソード 02";
}

.project-story .mokuji .mokuji-list .mokuji-list__item:nth-child(3) a::before {
  content: "エピソード 03";
}

.project-story .mokuji .mokuji-list .mokuji-list__item:nth-child(4) a::before {
  content: "エピソード 04";
}

.project-story .episode {
  padding-top: 90px;
}

.project-story .episode .txt {
  max-width: 720px;
  padding: 0 10px;
  margin: 0 auto;
}

.project-story .episode .txt .num {
  background-color: #005bac;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 0 20px 20px 0;
  padding-left: 12px;
  margin-bottom: 15px;
}

.project-story .episode .episode-hdg {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 2px solid #005bac;
}

.project-story .episode .episode-hdg02 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 35px;
}

.project-story .episode .txt p,
.project-story .episode .txt table {
  line-height: 2.3;
  margin-bottom: 80px;
}

.project-story .episode .txt p.mb {
  margin-bottom: 40px;
}

.project-story .episode .txt p.mb0 {
  margin-bottom: 0;
}

.project-story .episode .txt table th {
  font-weight: normal;
  white-space: nowrap;
  text-align-last: left;
  padding-right: 1rem;
  vertical-align: top;
}

.project-story .episode .txt table tr th:nth-child(2) {
  width: 60px;
}

.project-story .episode .img {
  text-align: center;
}

.project-story .episode .img.img02 {
  margin-bottom: 80px;
}

.project-story .episode .img.img03 {
  margin-bottom: 30px;
}

.project-story .episode .episode-end {
  margin-top: 80px;
}

.project-story .btn04 {
  max-width: 440px;
  margin: 120px auto 0;
  font-size: 1.8rem;
}

.project-other {
  padding-bottom: 160px;
}

.project-other .hdg02 {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.project-other .hdg02::before {
  background-color: #005bac;
}

.project-other .project-list .project-list__item {
  width: 280px;
  display: block;
  margin-right: 10px;
}

.project-other .project-list .project-list__item .thumb {
  width: 280px;
}

.project-other .project-list .project-list__item a {
  display: block;
  position: relative;
}

.project-other .project-list .project-list__item .thumb-mask,
.project-other .project-list .project-list__item .txt-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-other .project-list .project-list__item .thumb-mask {
  background: rgba(0, 91, 172, 0.9);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.5s;
}

.project-other .project-list .project-list__item a:hover,
.project-other .project-list .project-list__item a:hover .thumb-mask,
.project-other .project-list .project-list__item a:hover .txt-wrap .project-hdg {
  opacity: 1;
}

.project-other .project-list .project-list__item .txt-wrap {
  z-index: 2;
  color: #fff;
  font-weight: bold;
}

.project-other .project-list .project-list__item .txt-wrap .cate {
  position: absolute;
  font-size: 1.8rem;
  right: 20px;
  bottom: 30px;
  line-height: 1;
  transition: all 0.3s;
}

.project-other .project-list .project-list__item a:hover .txt-wrap .cate {
  font-size: 1.4rem;
  bottom: 20px;
}

.project-other .project-list .project-list__item .txt-wrap .project-hdg {
  max-width: 220px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin: 20px auto 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.project-other .project-list .project-list__item .txt-wrap .num,
.project-other .project-list .project-list__item .txt-wrap .project-hdg .en {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}

.project-other .project-list .project-list__item .txt-wrap .project-hdg .num {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}

.project-other .project-list .project-list__item .txt-wrap .project-hdg .en {
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: 8px;
  margin-left: 10px;
}

.project-other .project-list .project-list__item .txt-wrap .project-hdg .txt {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
}

.project-other .project-list .project-list__item .txt-wrap p.num {
  font-size: 4rem;
  font-weight: 600;
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s;
}

.project-other .project-list .project-list__item a:hover .txt-wrap p.num {
  opacity: 0;
}

.wheeliy .project-product .txt .product-logo {
  max-width: 200px;
}

.myfootballkit .project-product .txt .product-logo {
  max-width: 200px;
}

.shootingmachine .submain02 .submain__hdg {
  mix-blend-mode: screen;
  z-index: 2;
}

.shootingmachine .submain02 .submain__hdg .sub-hdg {
  mix-blend-mode: normal;
}

.shootingmachine .submain02__img {
  position: relative;
}

.bplus .submain__logo img {
  width: 176px;
  margin-left: 75px;
}

.bplus .project-product .txt .product-logo {
  width: 84px;
}

@media screen and (max-width: 1100px) {
  .project-other .project-list.flex-justify-center {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .project-other .project-list::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .submain02 {
    margin-top: 130px;
  }

  .submain02 .submain__hdg {
    position: static;
    top: 80px;
    transform: none;
  }

  .submain__hdg .sub-hdg {
    font-size: 1.6rem;
    left: 55px;
  }

  .submain02 .submain__logo {
    padding: 0 20px;
    left: 0;
    transform: translateX(0);
    position: static;
    max-width: 460px;
    width: 80%;
    text-align: center;
    margin: 40px auto 0;
  }

  .submain02 .submain02__img {
    width: 100%;
    max-width: 100%;
  }

  .submain02 .submain02__img img {
    height: auto;
    min-height: auto;
  }

  .project-intro {
    padding: 60px 0 80px;
  }

  .project-intro .container {
    padding: 0;
  }

  .project-intro .flexbox {
    max-width: 1150px;
    margin: 0 0 0 auto;
  }

  .project-intro .flexbox .txt {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 40px;
  }

  .project-intro .flexbox .img {
    width: 100%;
    margin: 0 auto;
  }

  .project-intro .flexbox .txt .hdg03 {
    margin-bottom: 20px;
  }

  .project-intro .flexbox .txt p {
    line-height: 1.8;
  }

  .project-product {
    padding-bottom: 80px;
  }

  .project-product .img {
    width: 100%;
    margin: 0 auto 20px;
  }

  .project-product .txt {
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }

  .story-main {
    padding: 30px 0 40px;
  }

  .project-story,
  .project-story02 {
    padding-bottom: 70px;
  }

  .story-main::before,
  .story-main::after {
    content: normal;
  }

  .story-main .hdg04 {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .story-main .flexbox.flex-wrap {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .project-story .profile {
    margin: 20px auto 40px;
  }

  .project-story .profile .name {
    font-size: 1.8rem;
  }

  .project-story .profile .name .en {
    font-size: 1rem;
    margin-left: 15px;
  }

  .project-story .profile dl {
    margin-top: 20px;
  }

  .project-story .outline {
    margin-bottom: 40px;
    border-radius: 30px;
    padding: 30px 20px 20px;
  }

  .project-story .outline .outline-hdg {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .project-story .outline p {
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .project-story .mokuji {
    padding: 20px;
    max-width: 780px;
    margin: 0 auto 20px;
  }

  .project-story .mokuji .mokuji-hdg {
    margin-bottom: 10px;
  }

  .project-story .mokuji .mokuji-hdg::before {
    width: 8px;
    height: 8px;
    top: 0px;
  }

  .project-story .mokuji .mokuji-list .mokuji-list__item a {
    padding: 35px 0 15px;
    font-size: 1.4rem;
  }

  .project-story .mokuji .mokuji-list .mokuji-list__item a::before {
    top: 15px;
  }

  .project-story .episode {
    padding-top: 60px;
  }

  .project-story .episode .txt .num {
    font-size: 1.2rem;
    width: 100px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .project-story .episode .episode-hdg {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .project-story .episode .episode-hdg02 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .project-story .episode .txt p,
  .project-story .episode .txt table {
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .project-story .episode .txt table th,
  .project-story .episode .txt table td {
    padding-bottom: 5px;
  }

  .project-story .episode .txt table tr th:nth-child(2) {
    width: 50px;
  }

  .project-story .episode .img {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }

  .project-story .episode .img.img02 {
    margin-bottom: 40px;
  }

  .project-story .episode .episode-end {
    margin-top: 40px;
  }

  .project-story .btn04 {
    max-width: 300px;
    margin: 40px auto 0;
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
  }

  .project-other {
    padding-bottom: 90px;
  }

  .project-other .hdg02 {
    font-size: 2.2rem;
    padding-left: 40px;
    margin-bottom: 30px;
  }

  .project-other .hdg02::before {
    left: 0;
  }

  .project-other .project-list .project-list__item .thumb-mask {
    opacity: 1;
  }

  .project-other .project-list .project-list__item a .txt-wrap .cate {
    font-size: 1.4rem;
    bottom: 20px;
  }

  .project-other .project-list .project-list__item .txt-wrap .project-hdg {
    opacity: 1;
  }

  .project-other .project-list .project-list__item .txt-wrap p.num {
    opacity: 0;
  }

  .wheeliy .submain02 .submain__logo {
    max-width: 70%;
  }

  .bplus .submain02 .submain__logo {
    max-width: 35%;
    padding: 0 5px;
  }

  .bplus .submain02 .submain__logo img {
    margin-left: 0;
  }
}

/* cars */

.submain.cars .submain__img {
  background-image: url(./img/businessdomain/cars/mv@2x.jpg);
}

.business-intro {
  padding: 80px 0 120px;
}

.business-intro .container {
  max-width: 1210px;
}

.business-intro .business-hdg {
  margin-bottom: 100px;
  font-size: 2.2rem;
  line-height: 1.2;
}

.business-intro .business-hdg .catch {
  display: block;
  margin-bottom: 40px;
}

.business-intro .img-wrap {
  margin-bottom: 60px;
}

.business-intro .img-wrap .img {
  width: 49%;
  max-width: 580px;
  position: relative;
}

.business-intro .img-wrap .img figcaption {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 0;
  transform: translateY(110%);
  font-size: 1.2rem;
  color: #4b4b4b;
}

.business-intro .txt {
  max-width: 540px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.2;
}

.business-feature {
  padding-bottom: 180px;
}

.business-feature .hdg04 {
  margin-bottom: 80px;
}

.business-feature .feature-list {
  margin-bottom: 80px;
}

.business-feature .feature-list .feature-list__item {
  width: 25%;
  max-width: 320px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 0 10px 50px;
}

.business-feature .feature-list .feature-list__item:nth-child(odd) {
  background-color: #002d61;
}

.business-feature .feature-list .feature-list__item:nth-child(even) {
  background-color: #005bac;
}

.business-feature .feature-list .feature-list__item .hdg-wrap {
  min-height: 120px;
}

.business-feature .feature-list .feature-list__item .hdg-wrap .feature-hdg {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
}

.business-feature .feature-list .feature-list__item p {
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.business-feature .feature-list .feature-list__item p > span:not(.min) {
  display: block;
  padding: 5px 0;
  min-height: 120px;
}

.business-feature .feature-list .feature-list__item p > span.pt {
  padding-top: 25px;
}

.business-feature .feature-list .feature-list__item p > span.jp {
  font-size: 9.8rem;
  margin-top: -6px;
  padding: 0 0 28px;
}

.business-feature .feature-list .feature-list__item .min {
  font-size: 1.2rem;
}

.business-feature .feature-list .feature-list__item .percent {
  position: relative;
}

.business-feature .feature-list .feature-list__item .percent::after {
  content: "%";
  font-size: 3rem;
  position: absolute;
  right: -33px;
  top: 27px;
}

.product-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.product-slider .swiper-wrapper .swiper-slide {
  max-width: 200px;
}

.project-story .flexbox .img {
  width: 50%;
}

.project-story .flexbox .img img {
  height: 640px;
  object-fit: cover;
}

.project-story .flexbox .txt {
  width: 50%;
  max-width: 500px;
  padding: 30px 20px 0 100px;
}

.project-story .flexbox .txt h3.t-center {
  font-size: 2.4rem;
}

.project-story .flexbox .txt .logo {
  margin: 80px 0 100px;
}

.project-story .flexbox .txt .logo img {
  max-width: 220px;
}

.project-story .flexbox .txt p {
  font-size: 1.7rem;
  line-height: 2.3;
}

.business-flow {
  padding-bottom: 160px;
}

.business-flow .flow-wrap {
  position: relative;
  z-index: 1;
  padding: 80px 130px 100px;
}

.business-flow .flow-wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.business-flow .flow-wrap .flow-slider.swiper {
  overflow: visible;
}

.business-flow .flow-wrap .flow-slider .swiper-slide {
  width: 480px;
}

.business-flow .flow-wrap .flow-slider .flow-box {
  background-color: #fff;
  filter: drop-shadow(-5px 10px 20px rgba(0, 0, 0, 0.05));
  padding: 100px 40px 40px;
  min-height: 470px;
  position: relative;
}

.business-flow .flow-wrap .flow-slider .flow-box::before {
  color: #005bac;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 40px;
  left: 35px;
  z-index: 1;
}

.business-flow .flow-wrap .flow-slider .swiper-slide:first-of-type .flow-box::before {
  content: "01";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(2) .flow-box::before {
  content: "02";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(3) .flow-box::before {
  content: "03";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(4) .flow-box::before {
  content: "04";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(5) .flow-box::before {
  content: "05";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(6) .flow-box::before {
  content: "06";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(7) .flow-box::before {
  content: "07";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(8) .flow-box::before {
  content: "08";
}

.business-flow .flow-wrap .flow-slider .swiper-slide:nth-of-type(9) .flow-box::before {
  content: "09";
}

.business-flow .flow-wrap .flow-slider .flow-box .icn {
  width: 100%;
  height: 96px;
  margin-bottom: 30px;
}

.business-flow .flow-wrap .flow-slider .flow-box .flow-hdg {
  font-size: 2.2rem;
  color: #005bac;
  line-height: 1.2;
  position: absolute;
  top: 50px;
  left: 85px;
}

.business-flow .flow-wrap .flow-slider .flow-box .flow-sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.business-flow .flow-wrap .flow-slider .flow-box p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2;
}

.swiper-horizontal > .swiper-scrollbar.scrollbar01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 780px;
  height: 4px;
  background-color: #e5e5e5;
}

.swiper-horizontal > .swiper-scrollbar.scrollbar01 .swiper-scrollbar-drag {
  height: 8px;
  background-color: #005bac;
  top: -4px;
}

.business-people > .container {
  position: relative;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 1;
}

.business-people > .container::before {
  content: "";
  width: calc(calc(50vw - 50%) + 100%);
  height: 400px;
  background-color: #f3f3f3;
  position: absolute;
  z-index: -1;
  left: 50px;
  top: 20px;
}

.business-people .hdg02 {
  font-size: 3.2rem;
  margin-bottom: 80px;
}

.business-people .people-wrap .swiper-slide {
  width: calc(50% - 30px);
  max-width: 320px;
}

.business-people .people-wrap .swiper-slide .name-box .name {
  line-height: 1.4;
}

.business-people .people-wrap .swiper-slide .txt {
  min-height: 120px;
}

.business-people .people-wrap .swiper-slide .txt .comment {
  font-size: 1.8rem;
}

.business-people .people-wrap .swiper-slide:not(:last-of-type) {
  margin-right: 60px;
}

.business-people .btn-wrap {
  margin: 60px auto 140px;
  text-align: center;
}

.business-people .btn-business .txt h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 50px;
}

.business-people .btn-business .txt h2 img {
  width: 27px;
  vertical-align: 2px;
}

.business-people .btn-business p {
  font-weight: bold;
}

.business-people .other-business {
  padding: 85px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.business-people .other-business .other-hdg {
  font-size: 2.8rem;
  padding-right: 70px;
  position: relative;
}

.business-people .other-business .other-hdg::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #005bac;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.business-people .other-business .other-slider {
  width: calc(100% - 266px);
  max-width: 500px;
}

.other-box {
  background-color: #fcfcfc;
}

.business-people .other-business .other-box .img {
  margin-bottom: 40px;
  text-align: center;
}

.business-people .other-business .other-box p {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #005bac;
  font-size: 3rem;
  line-height: 1.2;
}

.business-people .other-business .other-slider .slider-prev,
.business-people .other-business .other-slider .slider-next {
  position: absolute;
  bottom: 12px;
  z-index: 2;
}

.business-people .other-business .other-slider .slider-prev {
  left: 0;
}

.business-people .other-business .other-slider .slider-next {
  right: 0;
}

@media screen and (max-width: 1100px) {
  .project-story .flexbox .txt {
    padding: 30px 50px 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .business-intro {
    padding: 60px 0 90px;
  }

  .business-intro .business-hdg {
    margin-bottom: 70px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .business-intro .business-hdg .catch {
    max-width: 90%;
    margin: 0 auto 20px;
  }

  .business-intro .business-hdg .catch img {
    max-width: 271px;
  }

  .business-intro .img-wrap {
    margin: 0 -15px 30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 1.8em;
  }

  .business-intro .img-wrap::-webkit-scrollbar {
    display: none;
  }

  .business-intro .img-wrap .img {
    width: 100%;
    min-width: 240px;
  }

  .business-intro .img-wrap .img:first-of-type {
    margin-right: 10px;
  }

  .business-intro .txt {
    font-size: 1.6rem;
    line-height: 2;
  }

  .business-feature {
    padding-bottom: 80px;
    position: relative;
  }

  .business-feature .hdg04 {
    margin-bottom: 300px;
  }

  .business-feature .feature-list {
    margin: 0 auto;
    max-width: 100%;
  }

  .business-feature .feature-list .feature-list__item {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    padding: 0 10px 30px;
  }

  .business-feature .feature-list .feature-list__item .hdg-wrap {
    min-height: 70px;
  }

  .business-feature .feature-list .feature-list__item .hdg-wrap .feature-hdg {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .business-feature .feature-list .feature-list__item p > span:not(.min) {
    min-height: 80px;
    padding: 0;
  }

  .business-feature .feature-list .feature-list__item p > span.jp {
    font-size: 9rem;
  }

  .business-feature .feature-list .feature-list__item p > span.pt {
    padding-top: 10px;
  }

  .business-feature .feature-list .feature-list__item img {
    width: auto;
    max-height: 70px;
  }

  .business-feature .feature-list .feature-list__item .h94 img {
    max-height: 94px;
  }

  .business-feature .feature-list .feature-list__item p .jp {
    font-size: 8rem;
    margin-bottom: 10px;
    line-height: 1;
  }

  .business-feature .feature-list .feature-list__item .percent::after {
    font-size: 2.4rem;
    top: 24px;
  }

  .business-feature .feature-list .feature-list__item .min {
    font-size: 1.4rem;
    margin-top: 5px;
    display: inline-block;
  }

  .business-feature .product-slider {
    position: absolute;
    left: 0;
    top: 80px;
  }

  .project-story .flexbox .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .project-story .img {
    padding: 35px 0 20px;
    position: relative;
  }

  .story-main .img::before,
  .story-main .img::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
  }

  .story-main .img::before {
    border-width: 0 70px 70px 0;
    border-color: transparent #005bac transparent transparent;
    right: 0;
    top: 0;
  }

  .story-main .img::after {
    border-width: 120px 0 0 120px;
    border-color: transparent transparent transparent #005bac;
    left: 0;
    bottom: 0;
  }

  .project-story02 .story-main .img::before,
  .project-story02 .story-main .img::after {
    content: none;
  }

  .project-story .flexbox .img img {
    height: auto;
  }

  .project-story .flexbox .txt {
    padding: 140px 0 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .project-story .flexbox .txt h3.t-center {
    line-height: 1.5;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .project-story .flexbox .txt .logo {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
  }

  .project-story .flexbox .txt .logo img {
    max-width: 180px;
  }

  .project-story .flexbox .txt p {
    font-size: 1.5rem;
    line-height: 2;
    width: 100%;
    max-width: 380px;
    padding: 0 30px;
    margin: 0 auto 40px;
  }

  .business-flow {
    padding-bottom: 80px;
  }

  .business-flow .flow-wrap {
    padding: 40px 0 60px;
  }

  .business-flow .flow-wrap::before {
    height: calc(100% - 30px);
  }

  .business-flow .flow-wrap .flow-slider .swiper-slide {
    width: calc(100vw - 25px);
    max-width: 340px;
  }

  .business-flow .flow-wrap .flow-slider .flow-box {
    padding: 60px 15px 30px;
    min-height: 390px;
  }

  .business-flow .flow-wrap .flow-slider .flow-box::before {
    font-size: 2.6rem;
    top: 20px;
    left: 15px;
  }

  .business-flow .flow-wrap .flow-slider .flow-box .icn {
    margin-bottom: 20px;
  }

  .business-flow .flow-wrap .flow-slider .flow-box .flow-hdg {
    font-size: 1.8rem;
    top: 25px;
    left: 50px;
  }

  .business-flow .flow-wrap .flow-slider .flow-box .flow-sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .business-flow .flow-wrap .flow-slider .flow-box p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .business-people > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .business-people > .container::before {
    width: calc(100% - 80px);
    height: calc(100% - 100px);
    left: auto;
    right: 0;
    top: 15px;
  }

  .business-people .hdg02 {
    font-size: 2.6rem;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .business-people .hdg02::before {
    left: 0;
    top: 17px;
  }

  .business-people .people-wrap.flex-justify-center {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px 0 0;
  }

  .business-people .people-wrap::-webkit-scrollbar {
    display: none;
  }

  .business-people .people-wrap .swiper-slide:not(:last-of-type) {
    margin-right: 10px;
  }

  .business-people .people-wrap .swiper-slide .txt {
    min-height: 100px;
  }

  .business-people .btn-wrap {
    margin: 40px auto 80px;
  }

  .business-people .btn-business .txt h2 {
    font-size: 1.8rem;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .business-people .btn-business .txt h2 img {
    width: 17px;
    vertical-align: 2px;
  }

  .business-people .other-business {
    padding: 60px 0 80px;
    display: none;
  }

  .business-people .other-business .other-hdg {
    font-size: 2rem;
    padding-right: 40px;
    margin-bottom: 40px;
  }

  .business-people .other-business .other-hdg::before {
    width: 20px;
  }

  .business-people .other-business .other-slider {
    width: 100%;
  }

  .business-people .other-business .other-box .img {
    margin-bottom: 30px;
  }

  .business-people .other-business .other-box p {
    font-size: 1.8rem;
  }

  .business-people .other-business .other-slider .slider-prev,
  .business-people .other-business .other-slider .slider-next {
    bottom: 5px;
  }
}

/* sports */

.submain.sports .submain__img {
  background-image: url(./img/businessdomain/sports/mv@2x.jpg);
  background-position: center top;
}

/* medical */

.submain.medical .submain__img {
  background-image: url(./img/businessdomain/medical/mv@2x.jpg);
  background-position: center top;
}

/* material */

.submain.material .submain__img {
  background-image: url(./img/businessdomain/material/mv@2x.jpg);
  background-position: center bottom;
}

/* people */

.submain .interview-top .img {
  width: 58%;
}

.submain .interview-top .img img {
  width: 100%;
}

.submain .interview-top .txt-wrap {
  width: 42%;
  background-color: #005bac;
  padding: 0 20px 0 70px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.submain .interview-top .txt-wrap .name {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.submain .interview-top .txt-wrap .name .en {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 20px;
}

.submain .interview-top .txt-wrap .job {
  margin-bottom: 50px;
}

.submain .interview-top .txt-wrap .profile {
  line-height: 2;
}

.project-story.people {
  padding-bottom: 0;
}

.people-job {
  position: relative;
  z-index: 1;
  padding: 100px 0 170px;
}

.people-job::before {
  content: "";
  width: 100%;
  height: calc(100% - 360px);
  background-color: #f3f3f3;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.people-job.president::before {
  height: calc(100% - 100px);
}

.people-job .flexbox {
  max-width: 940px;
  margin: 0 auto;
}

.people-job .box01 {
  width: 49%;
  max-width: 460px;
  padding: 60px 55px;
  background-color: #fff;
  margin-bottom: 30px;
}

.people-job .box01 h2.c-blue {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}

.people-job .box01 p.mb {
  margin-bottom: 20px;
}

.people-job .box01.schedule {
  width: 100%;
  max-width: 100%;
}

.people-job .box01.schedule table {
  line-height: 1.4;
}

.people-job .box01.schedule table th {
  width: 140px;
  padding: 15px 20px;
  font-size: 2rem;
  vertical-align: text-top;
  border-bottom: 1px dotted #c4c4c4;
  text-align: left;
}

.people-job .box01.schedule table td {
  width: calc(100% - 140px);
  padding: 15px 0;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px dotted #c4c4c4;
}

.people-job .box01.schedule table td img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin-top: 25px;
}

.people-job .box01.schedule .t-right {
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: bold;
}

.people-job .img {
  margin-top: 100px;
}

.other-people {
  background-color: #f3f3f3;
  padding: 95px 0 150px;
  position: relative;
}

.other-people .hdg02 {
  position: absolute;
  top: 0;
  left: 200px;
  transform: translateY(-50%);
  font-size: 3.2rem;
}

.other-people .hdg02::before {
  background-color: #005bac;
}

.other-people .people-slider02 {
  padding-bottom: 70px;
}

.other-people .btn-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .submain .interview-top .txt-wrap {
    padding: 0 20px;
  }

  .people-job .box01 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .submain .interview-top .img {
    width: 100%;
  }

  .submain .interview-top .txt-wrap {
    width: 100%;
    padding: 30px 15px;
  }

  .submain .interview-top .txt-wrap .name {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .submain .interview-top .txt-wrap .name .en {
    font-size: 1.2rem;
    margin-left: 15px;
  }

  .submain .interview-top .txt-wrap .job {
    margin-bottom: 30px;
  }

  .project-story .episode .txt p.mb {
    margin-bottom: 15px;
  }

  .people-job {
    padding: 60px 0 90px;
  }

  .people-job::before {
    height: 90%;
  }

  .people-job.president::before {
    height: calc(100% - 50px);
  }

  .people-job .box01 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
  }

  .people-job .box01 h2.c-blue {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .people-job .box01.schedule table th {
    width: 80px;
    padding: 15px 10px;
    font-size: 1.6rem;
  }

  .people-job .box01.schedule table td {
    width: calc(100% - 80px);
    padding: 15px 0;
    font-size: 1.6rem;
  }

  .people-job .box01.schedule table td img {
    margin-top: 15px;
  }

  .people-job .img {
    margin: 50px -15px 0;
  }

  .other-people {
    padding: 80px 0 100px;
  }

  .other-people .hdg02 {
    left: 50px;
    font-size: 2.6rem;
  }

  .other-people .people-slider02 {
    padding-bottom: 50px;
  }

  .other-people .btn-wrap {
    margin-top: 40px;
  }
}

/* leapfrog */

.leapfrog-intro .logo {
  margin-bottom: 60px;
}

.leapfrog-intro p {
  margin-bottom: 20px;
  line-height: 2;
}

.leapfrog-cont {
  padding-top: 130px;
}

.leapfrog-cont .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.leapfrog-cont .logo-wrap {
  height: 370px;
  width: 50%;
}

.leapfrog-cont .logo-wrap .logo {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.leapfrog-cont .bg_img {
  width: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  overflow: hidden;
}

.leapfrog-cont .bg_img img {
  transition: all 1s;
}

.leapfrog-cont .bg_img.hover img {
  transform: scale(1.1);
}

.leapfrog-cont .txt {
  background-color: #fcfcfc;
  width: 480px;
}

.leapfrog-cont .txt a {
  padding: 50px 50px 0;
}

.leapfrog-cont .txt .c-blue {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 25px;
}

.leapfrog-cont .txt .c-blue .num {
  font-size: 4rem;
  vertical-align: -7px;
  margin-right: 20px;
}

.leapfrog-cont .txt p {
  min-height: 100px;
}

.leapfrog-cont .txt .t-right {
  margin-top: 40px;
}

.leapfrog-cont .img {
  max-width: 390px;
}

.leapfrog-cont:nth-of-type(odd) .logo-wrap,
.project-story02 .leapfrog-cont:nth-of-type(even) .logo-wrap {
  margin: 0 auto 0 0;
}

.leapfrog-cont:nth-of-type(even) .logo-wrap,
.project-story02 .leapfrog-cont:nth-of-type(odd) .logo-wrap {
  margin: 0 0 0 auto;
}

.leapfrog-cont:nth-of-type(odd) .bg_img,
.project-story02 .leapfrog-cont:nth-of-type(even) .bg_img {
  right: 0;
  left: auto;
}

.leapfrog-cont:nth-of-type(even) .bg_img,
.project-story02 .leapfrog-cont:nth-of-type(odd) .bg_img {
  left: 0;
  right: auto;
}

.leapfrog-cont:last-of-type {
  padding-bottom: 230px;
}

@media screen and (max-width: 768px) {
  .leapfrog-intro .logo {
    padding-top: 15px;
    margin-bottom: 40px;
  }

  .leapfrog-intro .logo img {
    max-width: 220px;
  }

  .leapfrog-intro p {
    line-height: 1.8;
  }

  .leapfrog-cont {
    padding-top: 80px;
  }

  .leapfrog-cont .logo-wrap {
    height: auto;
    width: 100%;
    margin-bottom: 30px !important;
  }

  .leapfrog-cont .logo-wrap .logo {
    font-size: 2.6rem;
  }

  .leapfrog-cont.gameunit .logo-wrap img,
  .leapfrog-cont.wheeliy .logo-wrap img {
    width: 220px;
  }

  .leapfrog-cont.myfootballkit .logo-wrap img {
    width: 240px;
  }

  .leapfrog-cont.shootingmachine .logo-wrap img {
    width: 280px;
  }

  .leapfrog-cont .bg_img {
    width: 100%;
    position: static;
    text-align: center;
  }

  .leapfrog-cont .txt {
    margin: 40px auto;
  }

  .leapfrog-cont .txt a {
    padding-top: 0;
  }

  .leapfrog-cont .txt p {
    min-height: auto;
  }

  .leapfrog-cont:nth-of-type(odd) .flexbox:not(.logo-wrap),
  .project-story02 .leapfrog-cont:nth-of-type(even) .flexbox:not(.logo-wrap) {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .leapfrog-cont:nth-of-type(even) .flexbox:not(.logo-wrap),
  .project-story02 .leapfrog-cont:nth-of-type(odd) .flexbox:not(.logo-wrap) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .leapfrog-cont .img {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .leapfrog-cont:last-of-type {
    padding-bottom: 120px;
  }
}

/* message */

.message .submain .interview-top .txt-wrap .job {
  margin-bottom: 0;
}

.message01 {
  margin-bottom: 90px;
}

.message02 {
  margin-bottom: 50px;
}

.people-message {
  margin: 90px 0 160px;
}

.people-message .hdg03 img {
  max-width: 700px;
  width: 100%;
}

.people-message .hdg03.c-blue {
  margin: 30px 0 60px;
}

.people-message p {
  font-size: 2.6rem;
}

.btn-message {
  display: block;
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto 120px;
}

.btn-message h2 {
  margin-bottom: 20px;
}

.message .top-business {
  padding-bottom: 0;
}

.message .top-business .hdg02 {
  margin: 0 0 50px 50px;
}

.message .top-business .slider-wrap::before {
  background-color: #f3f3f3;
}

@media screen and (min-width: 769px) {
  .message .top-business .hdg02 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .message01 {
    margin-bottom: 50px;
  }

  .message02 {
    margin-bottom: 30px;
  }

  .people-message {
    margin: 50px 0 80px;
  }

  .people-message .hdg03.c-blue {
    margin: 20px 0 30px;
  }

  .people-message p {
    font-size: 2rem;
  }

  .btn-message {
    display: block;
    width: 90%;
    max-width: 860px;
    margin: 0 auto 80px;
  }

  .btn-message h2 {
    margin: 0 auto 10px;
    max-width: 60%;
  }

  .message .top-business .container {
    padding: 0;
  }
}

/* manufacturing */

.submain.manufacturing {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.submain.manufacturing::before {
  content: "";
  width: 52%;
  height: calc(100% - 90px);
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.submain.manufacturing > .flexbox {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.submain.manufacturing .flexbox .txt {
  max-width: 530px;
  width: 60%;
}

.submain.manufacturing .flexbox .txt h2 {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.submain.manufacturing .flexbox .txt .president {
  max-width: 340px;
}

.submain.manufacturing .flexbox .txt .president h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-left: 40px;
}

.submain.manufacturing .flexbox .other-slider {
  width: 38%;
}

.submain.manufacturing .flexbox .other-slider .swiper-slide img {
  opacity: 0;
  transition: opacity 1s;
}

.submain.manufacturing .flexbox .other-slider .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transition: opacity 1s;
}

.bg-gray {
  padding: 80px 0 50px;
  margin-bottom: 120px;
}

.bg-gray .anchorlink li {
  margin-bottom: 20px;
}

.bg-gray .anchorlink li a {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 40px;
}

.bg-gray .anchorlink li a:hover {
  color: #005bac;
}

.bg-gray .anchorlink li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #005bac;
  border-right: 3px solid #005bac;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 11px;
}

.m-cont {
  padding-bottom: 160px;
}

.m-hdg01 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 50px;
}

.m-hdg01 .sub {
  display: block;
  font-size: 1.8rem;
  color: #005bac;
  margin-bottom: 20px;
}

.m-hdg02 {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.m-cont .intro .txt {
  width: 47%;
  max-width: 520px;
  line-height: 2;
}

.m-cont .intro > .img {
  width: 45%;
  max-width: 500px;
}

.m-cont .strengths {
  margin: 120px -10px 140px;
}

.m-cont .strengths .business-item {
  width: 25%;
  padding: 0 10px;
}

.m-cont .strengths .business-item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.m-cont .strengths .business-item .img {
  position: relative;
}

.m-cont .strengths .business-item .img figcaption {
  position: absolute;
  font-size: 1.2rem;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(110%);
  text-align: right;
  color: #4b4b4b;
}

.m-cont .strengths .business-item .txt {
  padding: 25px 10px 20px;
  font-size: 1.4rem;
}

.m-cont .strengths .business-item .txt h4 {
  font-size: 2.2rem;
  color: #005bac;
  margin-bottom: 15px;
}

.m-cont .txt p:not(:last-of-type) {
  margin-bottom: 25px;
}

.m-cont .content .txt {
  width: 42%;
  max-width: 460px;
  line-height: 2;
}

.m-cont .content .img {
  width: 50%;
  max-width: 540px;
}

.manufacturing02 .m-hdg01,
.manufacturing04 .m-hdg01 {
  margin-bottom: 100px;
}

.manufacturing03 .content,
.manufacturing04 .content {
  margin-top: 100px;
}

.manufacturing03 > .img {
  margin-top: 100px;
}

.m-cont > .img img {
  width: 100%;
}

.m-cont .inner {
  max-width: 700px;
  margin: 100px auto 0;
  line-height: 2;
}

.m-cont.manufacturing05 .inner {
  margin: 0 auto 100px;
}

.m-cont.manufacturing05 .btn06 {
  margin: 50px auto 0;
}

.m-cont .slider-wrap {
  position: relative;
}

.m-cont .slider-wrap .btn-slider {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.m-cont .slider-wrap .prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.m-cont .slider-wrap .next {
  right: 0;
  transform: translate(50%, -50%);
}

.m-cont .logo {
  margin-bottom: 100px;
  text-align: center;
}

.m-cont .product-slider02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.m-cont .product-slider02 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.m-cont .product-slider02 .swiper-slide {
  width: 408px;
}

.message-link {
  margin-bottom: 160px;
}

.message-link .btn-pointer {
  max-width: 860px;
  margin: 0 auto;
}

.message-link .btn-pointer .link-box {
  position: relative;
  padding-left: 80px;
  z-index: 1;
}

.message-link .btn-pointer .link-box::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background-color: #005bac;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.message-link .btn-pointer .link-box .img {
  width: 273px;
}

.message-link .btn-pointer .link-box .txt {
  position: absolute;
  color: #fff;
  right: 100px;
  top: 58%;
  transform: translateY(-50%);
}

.message-link .btn-pointer .link-box .txt .link-hdg {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
}

.message-link .btn-pointer .link-box .txt .btn02 .en {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 10px;
}

.top-business.m-business {
  padding-bottom: 0;
}

.top-business.m-business .slider-wrap::before {
  background-color: #f3f3f3;
}

.top-business.m-business .hdg02 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}

.ruby-wrap {
  position: relative;
}

.ruby-wrap .ruby {
  font-size: 1rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}

@media screen and (max-width: 768px) {
  .submain.manufacturing {
    margin-bottom: 60px;
  }

  .submain.manufacturing::before {
    width: 80%;
    height: 50%;
  }

  .submain.manufacturing > .flexbox {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .submain.manufacturing .flexbox .txt {
    width: 100%;
    margin: 40px auto 0;
  }

  .submain.manufacturing .flexbox .txt h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }

  .submain.manufacturing .flexbox .txt .president h3 {
    font-size: 1.8rem;
    margin-left: 20px;
  }

  .submain.manufacturing .flexbox .other-slider {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
  }

  .bg-gray {
    padding: 50px 0 40px;
    margin-bottom: 100px;
  }

  .bg-gray .anchorlink li {
    margin-bottom: 10px;
  }

  .bg-gray .anchorlink li a {
    font-size: 1.8rem;
    padding-left: 25px;
  }

  .bg-gray .anchorlink li a::before {
    width: 6px;
    height: 6px;
    border-width: 2px;
  }

  .m-cont {
    padding-bottom: 100px;
  }

  .m-hdg01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .m-hdg01 .sub {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .m-hdg02 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .m-cont .intro .txt {
    width: 100%;
    margin: 0 auto 50px;
  }

  .m-cont .intro > .img {
    width: 90%;
    margin: 0 auto;
  }

  .m-cont .strengths {
    margin: 80px 0 60px;
  }

  .m-cont .strengths .flexbox {
    max-width: 560px;
    margin: 0 auto;
  }

  .m-cont .strengths .business-item {
    width: 50%;
    padding: 0 10px;
  }

  .m-cont .strengths .business-item:nth-child(2n) {
    border-right: none;
  }

  .m-cont .strengths .business-item:first-child,
  .m-cont .strengths .business-item:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
  }

  .m-cont .strengths .business-item:last-child,
  .m-cont .strengths .business-item:nth-child(3) {
    padding-top: 20px;
  }

  .m-cont .strengths .business-item .txt h4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .m-cont .txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .m-cont .content .txt {
    width: 100%;
    margin: 0 auto 40px;
    line-height: 1.8;
  }

  .m-cont .content .img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .manufacturing02 .m-hdg01,
  .manufacturing04 .m-hdg01 {
    margin-bottom: 40px;
  }

  .manufacturing03 .content,
  .manufacturing04 .content {
    margin-top: 60px;
  }

  .manufacturing03 > .img {
    margin-top: 60px;
  }

  .m-cont .inner {
    margin-top: 60px;
    line-height: 1.8;
  }

  .m-cont.manufacturing05 .inner {
    margin-bottom: 60px;
  }

  .m-cont.manufacturing05 .btn06 {
    margin-top: 40px;
  }

  .m-cont .slider-wrap {
    width: 84%;
    max-width: 500px;
    margin: 0 auto;
  }

  .m-cont .slider-wrap .btn-slider {
    width: 50px;
  }

  .m-cont .logo {
    margin-bottom: 60px;
  }

  .m-cont .logo img {
    max-width: 70%;
  }

  .m-cont .product-slider02 .swiper-slide {
    width: 200px;
  }

  .message-link {
    margin-bottom: 120px;
  }

  .message-link .btn-pointer .link-box {
    padding-left: 20px;
  }

  .message-link .btn-pointer .link-box .txt {
    right: 30px;
  }

  .message-link .btn-pointer .link-box .txt .link-hdg {
    font-size: 2.2rem;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .message-link .btn-pointer .link-box .img {
    max-width: 50%;
  }

  .top-business.m-business {
    padding-bottom: 0;
  }

  .top-business.m-business .hdg02 {
    font-size: 2.6rem;
    margin-left: 50px;
  }
}

@media screen and (max-width: 550px) {
  .m-cont .strengths .business-item {
    width: 100%;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 40px;
  }

  .m-cont .strengths .business-item .img {
    text-align: center;
  }

  .ruby-wrap .ruby {
    position: static;
    transform: none;
    font-size: 1.4rem;
  }

  .ruby-wrap .ruby::before {
    content: "（";
  }

  .ruby-wrap .ruby::after {
    content: "）";
  }
}

/* businessdomain */

.swiper.b-slider {
  padding-bottom: 30px;
}

.swiper.b-slider img {
  width: 100%;
}

.swiper.b-slider .slider-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 615px;
  position: absolute;
  z-index: 10;
  margin: 0;
}

.swiper.b-slider .slider-pagination .swiper-pagination-bullet {
  width: calc(25% - 5px);
  border-radius: 0;
  height: 5px;
  margin: 0 2.5px;
}

.b-intro {
  padding: 60px 0 80px;
}

.b-intro p {
  font-weight: bold;
  font-size: 2rem;
  max-width: 485px;
  margin: 0 auto 100px;
  line-height: 2.5;
}

.b-intro .link-list li {
  margin: 0 30px;
}

.b-intro .link-list li a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #4b4b4b;
  padding-bottom: 15px;
  position: relative;
}

.b-intro .link-list li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.3s;
}

.b-intro .link-list li a:hover {
  color: #005bac;
}

.b-intro .link-list li a:hover::before {
  bottom: -5px;
  border-color: #005bac;
}

.b-cont {
  margin-top: 110px;
  padding-bottom: 100px;
  position: relative;
}

.b-cont::before {
  content: "";
  width: 50%;
  height: 330px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.b-cont .container-l {
  position: relative;
  z-index: 1;
}

.b-cont .num {
  font-family: "Barlow", sans-serif;
  font-size: 30rem;
  font-weight: 600;
  color: #e5e5e5;
  line-height: 1;
  position: absolute;
  left: calc(50% + 370px);
  top: -110px;
  z-index: -1;
}

.b-cont .num::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #000;
  left: -145px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}

.b-hdg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  color: #005bac;
}

.b-hdg-sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.b-cont .img {
  width: 60%;
  overflow: hidden;
}

.b-cont .img img {
  transition: all 1s;
}

.b-cont .img.hover img {
  transform: scale(1.1);
}

.b-cont .txt {
  width: 31%;
}

.b-cont .txt p {
  font-size: 1.8rem;
  margin-bottom: 50px;
}

.subpage .top-people.b-people {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.top-people.b-people .hdg02 {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .swiper.b-slider {
    padding-bottom: 20px;
  }

  .swiper.b-slider .slider-pagination .swiper-pagination-bullet {
    width: calc(25% - 4px);
    height: 2px;
    margin: 0 2px;
  }

  .b-intro {
    padding: 40px 0;
  }

  .b-intro p {
    font-size: 1.6rem;
    max-width: 300px;
    margin-bottom: 60px;
    line-height: 1.8;
  }

  .b-intro .link-list {
    max-width: 300px;
    margin: 0 auto;
  }

  .b-intro .link-list li {
    margin: 0 0 20px;
    width: 100%;
  }

  .b-intro .link-list li a {
    font-size: 1.6rem;
    padding: 0 0 0 25px;
  }

  .b-intro .link-list li a::before {
    width: 6px;
    height: 6px;
    border-right: 2px solid #4b4b4b;
    border-bottom: 2px solid #4b4b4b;
    left: 0;
    bottom: auto;
    top: 8px;
    transform: translateX(0) rotate(-45deg);
  }

  .b-intro .link-list li a:hover {
    color: #005bac;
  }

  .b-intro .link-list li a:hover::before {
    bottom: -5px;
    border-color: #005bac;
  }

  .b-cont {
    margin-top: 40px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .b-cont::before {
    content: normal;
  }

  .b-cont .num {
    font-size: 20rem;
    left: 100%;
    margin-left: -200px;
    top: -40px;
    z-index: -1;
    color: #f3f3f3;
  }

  .b-cont .num::before {
    content: normal;
  }

  .b-hdg {
    max-width: 300px;
    margin: 0 auto 10px;
    font-size: 2.4rem;
  }

  .b-hdg-sub {
    font-size: 1.4rem;
    max-width: 300px;
    margin: 0 auto 40px;
  }

  .b-cont .img {
    width: calc(100% + 30px);
    margin: 0 -15px;
    text-align: center;
  }

  .b-cont .txt {
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
  }

  .b-cont .txt p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 40px;
  }

  .subpage .top-people.b-people {
    margin-bottom: 90px;
    padding-bottom: 0;
  }

  .top-people.b-people::before {
    height: 400px;
    bottom: auto;
    top: 15px;
  }

  .top-people.b-people .people-wrap {
    padding-bottom: 80px;
  }

  .top-people.b-people .people-wrap .btn01 {
    right: 57%;
    transform: translateX(50%);
    white-space: nowrap;
  }

  .top-people.b-people .hdg02 {
    font-size: 2.4rem;
  }
}

/* career */

.submain__img02 img {
  width: 100%;
}

.career01 {
  margin: 120px 0;
}

.career01 .hdg04,
.career02 article .hdg04 {
  text-align: left;
  padding-top: 40px;
}

.career01 .hdg04::before,
.career02 article .hdg04::before {
  left: 0;
  bottom: auto;
  margin-left: 0;
  top: 0;
}

.career01 .txt {
  margin-bottom: 20px;
}

.career01 p {
  line-height: 2;
}

.career01 .txt p {
  line-height: 2;
  max-width: 480px;
  margin: 0 0 60px;
}

.career01 .inner {
  max-width: 500px;
  margin: 90px auto 0;
}

.career01 dl {
  padding-left: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
}

.career01 dl::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #005bac;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.career01 dl dt {
  width: 210px;
}

.career01 dl dd {
  width: calc(100% - 210px);
  position: relative;
}

.career01 dl dd::before {
  content: "：";
  position: absolute;
  left: -30px;
  top: 0;
}

.career02 {
  position: relative;
  z-index: 1;
}

.career02::before {
  content: "";
  width: calc(50vw + 200px);
  height: calc(100% - 330px);
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.career02 .container-s {
  max-width: 890px;
}

.career02 .container-s .hdg04 {
  margin-bottom: 60px;
}

.career02 .txt {
  line-height: 2;
  max-width: 500px;
  margin: 60px auto 80px;
}

.career02 .img img {
  width: 100%;
}

.career02 article .hdg04 {
  padding-top: 30px;
  font-size: 2.4rem;
  margin-bottom: 20px !important;
}

.career02 article .btn-business .interview-txt {
  font-size: 3rem;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
}

.career03 {
  margin: 160px 0 120px;
}

.career03 .hdg04 {
  margin-bottom: 60px;
}

.career03 .txt {
  line-height: 2;
}

.career03 .container > .txt {
  max-width: 710px;
  margin: 0 auto 80px;
}

.career03 .container > .img {
  max-width: 700px;
  margin: 0 auto;
}

.career03 .anima svg g {
  opacity: 0;
}

.career03 .anima.is-show #img01 {
  animation: fade 1.4s 0s forwards;
}

.career03 .anima.is-show #txt01 {
  animation: slide 0.8s 0.5s forwards;
}

.career03 .anima.is-show #img02 {
  animation: fade 1.4s 1s forwards;
}

.career03 .anima.is-show #txt02 {
  animation: slide 0.8s 1.5s forwards;
}

.career03 .anima.is-show #img03 {
  animation: fade 1.4s 2s forwards;
}

.career03 .anima.is-show #txt03 {
  animation: slide 0.8s 2.5s forwards;
}

.career03 .tab-area {
  margin: 90px auto 0;
  max-width: 1100px;
}

.career03 .tab-area .tab {
  width: 170px;
  padding-right: 30px;
}

.career03 .tab-area .tab .tab__item {
  padding: 20px 0 20px 30px;
  line-height: 1;
  color: #005bac;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}

.career03 .tab-area .tab .tab__item::before {
  content: "";
  width: calc(50vw - 50%);
  height: 100%;
  border-radius: 0 40px 40px 0;
  background-color: #fcfcfc;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}

.career03 .tab-area .tab .tab__item.is-active {
  color: #fff;
}

.career03 .tab-area .tab .tab__item.is-active::before {
  background-color: #005bac;
}

.career03 .tab-area .tab-cont {
  display: none;
  width: calc(100% - 170px);
  padding: 10px 0 10px 30px;
  border-left: 1px solid #e5e5e5;
}

.career03 .tab-area .tab-cont.is-show {
  display: block;
}

.career03 .tab-cont__hdg {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005bac;
  margin-bottom: 20px;
}

.career03 .tab-area .mycareer__item {
  width: 31%;
  margin: 0 3.5% 40px 0;
}

.career03 .tab-area .mycareer__item:nth-child(3n) {
  margin-right: 0;
}

.career03 .tab-hdg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  margin: 10px 0 15px;
  line-height: 1.5;
}

.career03 .mycareer__item .txt p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .career01 {
    margin: 80px 0 100px;
  }

  .career01 .hdg04,
  .career02 article .hdg04 {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .career02 article .btn-business .thumb img {
    min-height: 200px;
    object-fit: cover;
  }

  .career01 .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .career01 .txt {
    margin-bottom: 40px;
  }

  .career01 p {
    line-height: 1.8;
    max-width: 100%;
    margin: 0 0 40px;
  }

  .career01 dl {
    margin-bottom: 10px;
  }

  .career01 dl::before {
    top: 6px;
  }

  .career01 dl dt {
    width: 100%;
  }

  .career01 dl dd {
    width: 100%;
    padding-left: 1.5rem;
  }

  .career01 dl dd::before {
    left: 0;
  }

  .career01 .img {
    width: 100%;
    text-align: center;
  }

  .career02::before {
    width: 70%;
    height: 80%;
  }

  .career02 .container-s .hdg04 {
    margin-bottom: 40px;
  }

  .career02 .txt {
    line-height: 1.8;
    margin: 40px auto 60px;
  }

  .career02 article .hdg04 {
    padding-top: 20px;
    font-size: 2.2rem;
  }

  .career02 article .btn-business .interview-hdg {
    font-size: 2.2rem;
  }

  .career02 article .btn-business .interview-hdg span {
    font-size: 1.4rem;
  }

  .career02 .btn-business .thumb img {
    height: auto;
  }

  .career03 {
    margin: 100px 0 120px;
  }

  .career03 .hdg04 {
    margin-bottom: 40px;
  }

  .career03 .txt {
    line-height: 1.8;
  }

  .career03 .container > .txt {
    margin: 0 auto 60px;
  }

  .career03 .container > .img {
    margin-bottom: 60px;
  }

  .career03 .tab-area {
    display: none;
  }

  .career03 .mycareer-box {
    margin-bottom: 50px;
  }

  .career03 .tab-cont__hdg {
    font-size: 1.5rem;
    padding: 0 30px;
    margin-bottom: 20px;
  }

  .career03 .tab-cont__hdg span {
    display: block;
    max-width: 120px;
    font-size: 1.6rem;
    background-color: #005bac;
    color: #fff;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 15px -30px;
    border-radius: 0 30px 30px 0;
  }

  .career03 .mycareer-scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 30px;
  }

  .career03 .mycareer-scroll::-webkit-scrollbar {
    display: none;
  }

  .career03 .mycareer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    padding-right: 30px;
  }

  .career03 .mycareer .mycareer__item {
    width: 280px;
    margin: 0 20px 0 0;
  }

  .career03 .mycareer .mycareer__item .img {
    width: 280px;
  }
}

/* people */

.people01 {
  margin-top: 80px;
  padding-bottom: 80px;
}

.people01 .container {
  max-width: 1030px;
}

.people01 .people-list .people-list__item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 80px;
}

.people01 .people-list .people-list__item:nth-child(3n) {
  margin-right: 0;
}

.people01 .people-list .people-list__item img {
  width: 100%;
}

.people02 {
  padding-bottom: 80px;
}

.people02 .hdg02,
.hdg02.people {
  font-size: 2.8rem;
  letter-spacing: -0.3rem;
  margin-bottom: 110px;
}

.people02 .hdg02::before,
.hdg02.people::before {
  background-color: #005bac;
}

.interview-wrap .hdg02.people::before {
  left: -40px;
}

.people02 ul li {
  width: 47%;
  max-width: 460px;
  margin-bottom: 80px;
  position: relative;
}

.people02 ul li .num {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  line-height: 1;
  font-size: 7rem;
  font-weight: 500;
  position: absolute;
  left: -30px;
  top: -35px;
  z-index: 3;
  transition: all 0.5s 0.3s;
}

.people02 ul li .num span {
  font-size: 5rem;
}

.people02 ul li .thumb {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%, 0 25%);
}

.people02 ul li .interview-hdg {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 25px;
}

.people02 ul li .interview-hdg span {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .people01 {
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .people01 .people-list .people-list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }

  .people01 .people-list .people-list__item:nth-child(3n) {
    margin-right: 4%;
  }

  .people01 .people-list .people-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .people02 {
    padding-bottom: 40px;
  }

  .people02 .hdg02,
  .hdg02.people {
    font-size: 2.4rem;
    margin-left: 40px;
    margin-bottom: 60px;
  }

  .hdg02.people {
    margin-left: 50px;
  }

  .people02 ul li {
    width: 100%;
    margin: 0 auto 60px;
  }

  .people02 ul li .num {
    font-size: 6rem;
    left: -15px;
    top: -25px;
  }

  .people02 ul li .num span {
    font-size: 4rem;
  }

  .people02 ul li .interview-hdg {
    font-size: 2rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 550px) {
  .people01 .people-list .people-list__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 60px;
  }

  .people01 .people-list .people-list__item:nth-child(2n),
  .people01 .people-list .people-list__item:nth-child(3n) {
    margin-right: auto;
  }
}

.link-none {
  pointer-events: none;
}

.cont404 {
  padding: 310px 0 180px;
}

.cont404 p {
  font-size: 2rem;
  line-height: 1.5;
}

.cont404 .btn06 {
  margin: 60px auto 120px;
}

.cont404 .bg {
  width: 100%;
  height: 122px;
  background: url(./img/common/404bg.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 30s linear infinite;
  animation: bgroop 30s linear infinite;
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2036px 0;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2036px 0;
  }
}

@media screen and (max-width: 768px) {
  .cont404 {
    padding: 200px 0 100px;
  }

  .cont404 p {
    font-size: 1.8rem;
  }

  .cont404 .btn06 {
    margin: 40px auto 80px;
  }
}

.recruit-flow {
  padding-top: 80px;
}

.recruit-flow .hdg04 {
  margin-bottom: 80px;
}

.recruit-flow .tab {
  position: relative;
  margin-bottom: 50px;
  background-color: #f3f3f3;
}

.recruit-flow .tab::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #005bac;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.recruit-flow .tab-cont {
  display: none;
}

.recruit-flow .tab-cont.is-show {
  display: block;
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item {
  padding: 13px 10px 20px 90px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  min-height: 80px;
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item::before {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #005bac;
  color: #005bac;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item:first-child:before {
  content: "01";
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item:nth-child(2):before {
  content: "02";
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item:nth-child(3):before {
  content: "03";
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item:nth-child(4):before {
  content: "04";
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item:nth-child(5):before {
  content: "05";
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item:nth-child(6):before {
  content: "06";
}

.recruit-flow .recruit-flow-list .recruit-flow-list__item span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: normal;
}

.recruit-flow .notes {
  margin: 40px 0 60px;
}

.recruit-flow .notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  margin-top: 5px;
}

.recruit-flow .c-blue {
  font-size: 2rem;
  font-weight: bold;
}

.recruit-flow .btn05 {
  margin-top: 40px;
}

.recruit-flow.career .btn05 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .recruit-flow {
    padding-top: 60px;
  }

  .recruit-flow .hdg04 {
    margin-bottom: 40px;
  }

  .recruit-flow .tab {
    margin-bottom: 30px;
  }

  .recruit-flow .tab::before {
    content: "";
    width: 100%;
    height: 2px;
  }

  .recruit-flow .recruit-flow-list .recruit-flow-list__item {
    padding: 10px 10px 15px 60px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.6;
    min-height: 60px;
  }

  .recruit-flow .recruit-flow-list .recruit-flow-list__item::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem;
  }

  .recruit-flow .recruit-flow-list .recruit-flow-list__item span {
    margin-top: 5px;
  }

  .recruit-flow .notes {
    margin: 30px 0 50px;
  }

  .recruit-flow .c-blue {
    font-size: 1.8rem;
  }

  .recruit-flow .btn05 {
    margin-top: 30px;
  }
}

/* crosstalk */

.crosstalk-intro {
  padding: 100px 0 130px;
}

.crosstalk-intro .crosstalk-hdg {
  text-align: center;
  margin-bottom: 70px;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #005bac;
}

.crosstalk-intro .crosstalk-hdg span {
  display: block;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 5px;
}

.crosstalk-intro .container-s > .txt {
  line-height: 2.2;
  max-width: 500px;
  margin: 0 auto 80px;
}

.crosstalk-intro .crosstalk-member .member-item {
  width: calc(25% - 15px);
  margin-right: 20px;
}

.crosstalk-intro .crosstalk-member .member-item:last-child {
  margin-right: 0;
}

.crosstalk-intro .crosstalk-member .member-item .img {
  margin-bottom: 15px;
}

.crosstalk-intro .crosstalk-member .member-item .txt .name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.crosstalk-intro .crosstalk-member .member-item .txt p {
  font-size: 1.4rem;
}

.crosstalk-cont {
  padding-bottom: 110px;
}

.crosstalk-cont .crosstalk-hdg-wrap {
  margin-bottom: 70px;
}

.crosstalk-cont .crosstalk-hdg-wrap .num {
  font-size: 4rem;
  color: #fff;
  background-color: #005bac;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.crosstalk-cont .crosstalk-hdg {
  font-size: 2.8rem;
}

.crosstalk-cont .crosstalk-hdg-wrap .crosstalk-hdg {
  width: calc(100% - 120px);
}

.crosstalk-cont .container-s > .txt {
  max-width: 700px;
  margin: 0 auto 80px;
}

.crosstalk-cont .container-s > .txt.mb-0 {
  margin-bottom: 0;
}

.crosstalk-cont .container-s > .img.mt {
  margin-top: 80px;
}

.crosstalk-cont .container-s > .img.mb {
  margin-bottom: 80px;
}

.crosstalk-cont .txt p {
  margin-bottom: 40px;
  line-height: 2.2;
}

.crosstalk-cont .txt p:last-of-type {
  margin-bottom: 0;
}

.crosstalk-cont .txt-wrap {
  position: relative;
}

.crosstalk-cont .txt-wrap .txt {
  width: 62%;
  max-width: 580px;
}

.crosstalk-cont .txt-wrap .img {
  width: 51%;
  max-width: 470px;
  position: absolute;
  top: 5px;
  right: -170px;
}

.crosstalk-cont .txt-wrap02 {
  margin-top: 80px;
}

.crosstalk-cont .txt-wrap02 .txt {
  margin: 0 0 0 auto;
}

.crosstalk-cont .txt-wrap02 .img {
  right: auto;
  left: -170px;
}

.crosstalk-cont .img-wrap {
  margin-top: 80px;
}

.crosstalk-cont .img-wrap .img {
  width: calc(50% - 10px);
  margin-top: 20px;
}

.crosstalk-cont .img-wrap02 {
  max-width: 1100px;
  margin: 0 auto;
}

.crosstalk-cont .img-wrap02 .img {
  width: 24.5%;
}

.crosstalk-cont .comment-wrap .comment {
  margin-top: 60px;
}

.crosstalk-cont .comment-wrap .comment .img {
  width: 220px;
}

.crosstalk-cont .comment-wrap .comment .txt {
  width: calc(100% - 260px);
}

.crosstalk-cont .comment-wrap .comment .txt h3 {
  font-size: 1.6rem;
}

.crosstalk-cont .comment-wrap .comment .txt p {
  margin-bottom: 0;
}

.crosstalk-cont .cl {
  clear: both;
}

.crosstalk-cont .crossover-txt {
  margin-top: 60px;
}

.crosstalk-cont .crossover-txt .img {
  max-width: 150px;
}

.crosstalk-cont .crossover-txt .img-left {
  float: left;
  margin-right: 30px;
}

.crosstalk-cont .crossover-txt .img-right {
  float: right;
  margin-left: 30px;
}

.crosstalk-cont .crossover-txt .p-left,
.crosstalk-cont .crossover-txt .p-right {
  overflow: hidden;
}

.aruaru {
  padding: 115px 0 80px;
  background-color: #f3f3f3;
  margin: 20px 0 170px;
}

.aruaru .container-l {
  position: relative;
}

.aruaru .aruaru-sub {
  position: absolute;
  color: #fff;
  top: -10px;
  left: 15px;
  z-index: 1;
  line-height: 1.5;
}

.aruaru .aruaru-sub::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 200px 0 0;
  border-color: #005bac transparent transparent transparent;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: -1;
}

.aruaru .aruaru-hdg {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

.aruaru .flexbox {
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 15px;
}

.aruaru .flexbox .aruaru-item {
  padding: 0 50px;
}

.aruaru .flexbox .aruaru-item:first-child {
  border-right: 1px solid #e5e5e5;
}

.aruaru .flexbox .aruaru-item h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.aruaru .flexbox .aruaru-item h3 img {
  vertical-align: text-bottom;
  margin-right: 15px;
}

.aruaru .flexbox .aruaru-item ul li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 5px;
}

.aruaru .flexbox .aruaru-item ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.other-talk {
  padding-bottom: 100px;
}

.other-talk.pt {
  padding-top: 80px;
}

.other-talk .hdg02 {
  font-size: 3.2rem;
  margin: 0 0 70px 50px;
}

.other-talk .hdg02::before {
  background-color: #005bac;
}

.other-talk .cross-wrap {
  position: relative;
}

.other-talk .cross-slider .thumb {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%, 0 25%);
}

.other-talk .cross-slider .thumb img {
  width: 100%;
}

.other-talk .cross-slider .interview-hdg {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 20px;
}

.other-talk .cross-slider .interview-hdg span {
  font-size: 1.6rem;
  display: block;
}

.other-talk .cross-wrap .slider-prev03,
.other-talk .cross-wrap .slider-next03 {
  width: 70px;
  height: 70px;
  background-color: #005bac;
  position: absolute;
  z-index: 3;
  top: calc(50% - 70px);
  cursor: pointer;
}

.other-talk .cross-wrap .slider-prev03 {
  left: 0;
  transform: translateX(-50%);
}

.other-talk .cross-wrap .slider-next03 {
  right: 0;
  transform: translateX(50%);
}

.other-talk .cross-wrap .slider-prev03::before,
.other-talk .cross-wrap .slider-next03::before {
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
  margin-top: -7px;
}

.other-talk .cross-wrap .slider-prev03::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-left: -5px;
}

.other-talk .cross-wrap .slider-next03::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: -9px;
}

@media screen and (max-width: 1280px) {
  .crosstalk-cont .txt-wrap .txt {
    width: 50%;
  }

  .crosstalk-cont .txt-wrap .img {
    width: 45%;
    right: -5%;
  }
}

@media screen and (max-width: 768px) {
  .crosstalk-intro {
    padding: 50px 0 70px;
  }

  .crosstalk-intro .crosstalk-hdg {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .crosstalk-intro .crosstalk-hdg span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .crosstalk-intro .container-s > .txt {
    line-height: 2;
    margin: 0 auto 50px;
  }

  .crosstalk-cont .container-s > .img.mt,
  .crosstalk-cont .txt-wrap02 {
    margin-top: 50px;
  }

  .crosstalk-cont .container-s > .img.mb {
    margin-bottom: 50px;
  }

  .crosstalk-intro .crosstalk-member .member-item {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .crosstalk-intro .crosstalk-member .member-item:last-child {
    margin-right: auto;
  }

  .crosstalk-intro .crosstalk-member .member-item .img {
    margin-bottom: 0;
    width: 120px;
  }

  .crosstalk-intro .crosstalk-member .member-item .txt {
    max-width: calc(100% - 120px);
    padding-left: 15px;
  }

  .crosstalk-intro .crosstalk-member .member-item .txt .name {
    text-align: left;
    font-size: 1.8rem;
  }

  .crosstalk-intro .crosstalk-member .member-item .txt p {
    font-size: 1.2rem;
  }

  .crosstalk-cont {
    padding-bottom: 70px;
  }

  .crosstalk-cont .crosstalk-hdg-wrap {
    margin-bottom: 40px;
  }

  .crosstalk-cont .crosstalk-hdg-wrap .num {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .crosstalk-cont .crosstalk-hdg {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .crosstalk-cont .crosstalk-hdg-wrap .crosstalk-hdg {
    width: calc(100% - 55px);
  }

  .crosstalk-cont .container-s > .txt {
    margin-bottom: 50px;
  }

  .crosstalk-cont .container-s > .img {
    margin: 0 -15px;
  }

  .crosstalk-cont .txt p {
    margin-bottom: 30px;
    line-height: 2;
  }

  .crosstalk-cont .txt-wrap .txt {
    width: 100%;
    margin: 40px auto 0;
  }

  .crosstalk-cont .txt-wrap .img {
    width: 100%;
    margin: 0 auto;
    position: static;
  }

  .crosstalk-cont .img-wrap {
    margin: 40px -15px 0;
  }

  .crosstalk-cont .img-wrap .img {
    width: calc(50% - 2.5px);
    margin-top: 5px;
  }

  .crosstalk-cont .comment-wrap .comment {
    margin: 40px auto 0;
    max-width: 500px;
  }

  .crosstalk-cont .comment-wrap .comment .img {
    width: 120px;
    margin: 0 auto 20px;
  }

  .crosstalk-cont .comment-wrap .comment .txt {
    width: 100%;
  }

  .crosstalk-cont .comment-wrap .comment .txt h3 {
    font-size: 1.5rem;
  }

  .crosstalk-cont .comment-wrap .comment .txt p {
    margin-bottom: 0;
  }

  .aruaru {
    padding: 30px 0 70px;
    margin: 20px 0 100px;
  }

  .aruaru .aruaru-sub {
    top: -60px;
    left: 10px;
    font-size: 1.2rem;
  }

  .aruaru .aruaru-sub::before {
    border-width: 120px 140px 0 0;
    left: -10px;
    top: -10px;
  }

  .aruaru .aruaru-hdg {
    font-size: 2rem;
  }

  .aruaru .flexbox {
    border-radius: 0;
    padding: 50px 15px;
    margin: 0 -15px;
    display: block;
  }

  .aruaru .flexbox .aruaru-item {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
  }

  .aruaru .flexbox .aruaru-item:first-child {
    border-right: none;
    margin-bottom: 50px;
  }

  .aruaru .flexbox .aruaru-item h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .aruaru .flexbox .aruaru-item h3 img {
    margin-right: 10px;
    margin-left: 10px;
  }

  .aruaru .flexbox .aruaru-item:first-child h3 img {
    width: 17px;
  }

  .aruaru .flexbox .aruaru-item:nth-child(2) h3 img {
    width: 30px;
  }

  .other-talk {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 90px;
  }

  .other-talk.pt {
    padding-top: 40px;
  }

  .other-talk .hdg02 {
    font-size: 2.4rem;
    margin: 0 0 30px 30px;
  }

  .other-talk .cross-slider .interview-hdg {
    font-size: 2rem;
  }

  .other-talk .cross-slider .interview-hdg span {
    font-size: 1.2rem;
  }

  .other-talk .cross-wrap .slider-prev03,
  .other-talk .cross-wrap .slider-next03 {
    width: 50px;
    height: 50px;
    top: calc(50% - 40px);
  }

  .other-talk .cross-wrap .slider-prev03 {
    transform: translateX(-15px);
  }

  .other-talk .cross-wrap .slider-next03 {
    transform: translateX(15px);
  }

  .other-talk .cross-wrap .slider-prev03::before,
  .other-talk .cross-wrap .slider-next03::before {
    width: 7px;
    height: 7px;
    margin-top: -4px;
  }

  .other-talk .cross-wrap .slider-prev03::before {
    margin-left: -3px;
  }

  .other-talk .cross-wrap .slider-next03::before {
    margin-left: -5px;
  }

  .crosstalk-cont .crossover-txt {
    margin-top: 50px;
  }

  .crosstalk-cont .crossover-txt .img-left {
    width: 80px;
    margin-right: 20px;
  }

  .crosstalk-cont .crossover-txt .img-right {
    width: 80px;
    margin-left: 20px;
  }

  .crosstalk-cont .crossover-txt .p-left,
  .crosstalk-cont .crossover-txt .p-right {
    overflow: visible;
  }

  .crosstalk-cont .img-wrap02 .img {
    width: calc(50% - 2.5px);
    margin-top: 5px;
  }

  .crosstalk-cont .img-wrap02 .img img {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .crosstalk .submain__img02 img {
    height: 220px;
    object-fit: cover;
  }
}

@media screen and (min-width: 767px) {
  .people-wrap.pc {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 20px;
  }
}
