@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
}

th, td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

caption {
  text-align: left;
}

/* font-sizeを可変に */
html {
  scroll-behavior: auto;
  overflow-anchor: none;
  font-size: 0.6944444444vw;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #000000;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  background: var(--white);
}
body main {
  position: relative;
  overflow: hidden;
}
body strong {
  font-weight: bold;
}
body ul li {
  list-style: none;
}
body * {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* リンク
--------------------- */
a {
  color: #231815;
  text-decoration: none;
}

/* 文字詰め
--------------------- */
.ls-0 {
  letter-spacing: normal;
}

/* フォントサイズ
--------------------- */
.font-10 {
  font-size: 1rem;
}

.font-11 {
  font-size: 1.1rem;
}

.font-12 {
  font-size: 1.2rem;
}

.font-13 {
  font-size: 1.3rem;
}

.font-14 {
  font-size: 1.4rem;
}

.font-15 {
  font-size: 1.5rem;
}

.font-16 {
  font-size: 1.6rem;
  line-height: 3.4rem;
}

.font-17 {
  font-size: 1.7rem;
}

.font-18 {
  font-size: 1.8rem;
}

.font-19 {
  font-size: 1.9rem;
}

.font-20 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .font-10 {
    font-size: 1rem;
  }
  .font-11 {
    font-size: 1.1rem;
  }
  .font-12 {
    font-size: 1.1rem;
  }
  .font-13 {
    font-size: 1.15rem;
  }
  .font-14 {
    font-size: 1.3rem;
  }
  .font-15 {
    font-size: 1.4rem;
  }
  .font-16 {
    font-size: 1.45rem;
    line-height: 2.7rem;
  }
  .font-17 {
    font-size: 1.5rem;
  }
  .font-18 {
    font-size: 1.5rem;
  }
  .font-19 {
    font-size: 1.6rem;
  }
  .font-20 {
    font-size: 1.7rem;
  }
}
/* テキスト装飾
--------------------- */
.en {
  letter-spacing: 0;
  font-family: "Manrope", sans-serif;
}

/* レスポンシブ
--------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* flex
--------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-start {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  flex-direction: row-reverse;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* カラー
--------------------- */
.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.red {
  color: #E60012;
}

.grey {
  color: #DDDDDD;
}

.bg-white {
  background: #ffffff;
}

.bg-red {
  background: #E60012;
}

.bg-gray {
  background: #F6F6F6;
}

/* 余白
--------------------- */
.pd-top-100 {
  padding-top: 10rem;
}

.pd-top-120 {
  padding-top: 12rem;
}

.pd-top-150 {
  padding-top: 15rem;
}

.pd-bottom-100 {
  padding-bottom: 10rem;
}

.pd-bottom-120 {
  padding-bottom: 12rem;
}

.pd-bottom-150 {
  padding-bottom: 15rem;
}

.pd-bottom-200 {
  padding-bottom: 20rem;
}

.pd-bottom-220 {
  padding-bottom: 22rem;
}

@media screen and (max-width: 768px) {
  .pd-top-100 {
    padding-top: 5rem;
  }
  .pd-top-120 {
    padding-top: 5rem;
  }
  .pd-top-150 {
    padding-top: 9rem;
  }
  .pd-bottom-100 {
    padding-bottom: 5rem;
  }
  .pd-bottom-120 {
    padding-bottom: 5rem;
  }
  .pd-bottom-150 {
    padding-bottom: 9rem;
  }
  .pd-bottom-200 {
    padding-bottom: 12rem;
  }
  .pd-bottom-220 {
    padding-bottom: 9rem;
  }
}
/* root
--------------------- */
:root {
  --white: #ffffff;
  --black: #000000;
  --red: #E60012;
  --gray: #DDDDDD;
  --gray02: #FAFAFA;
  --hover_ani_time: all 0.3s ease;
}

/* 共通インナー
--------------------- */
.inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}
/* 背景追加
--------------------- */
.add-bg-top-white {
  position: relative;
}
.add-bg-top-white::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 10rem;
  background: url("../../common/img/add_bg_white.svg") no-repeat center/cover;
}

.add-bg-bottom-white {
  position: relative;
}
.add-bg-bottom-white::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotate(180deg);
  width: 100%;
  height: 10rem;
  background: url("../../common/img/add_bg_white.svg") no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .add-bg-top-white::before {
    width: 100%;
    height: 2.72rem;
    transform: translateY(-210%);
  }
  .add-bg-bottom-white::after {
    width: 100%;
    height: 2.72rem;
  }
}
/* 背景追加
--------------------- */
.add-white-bottom {
  position: relative;
}
.add-white-bottom::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 8.8rem;
  border-radius: 0 0 3rem 3rem;
  background: var(--white);
}

@media screen and (max-width: 768px) {
  .add-white-bottom::before {
    transform: translateY(100%);
    height: 4.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
.add-circle-white {
  position: relative;
}
.add-circle-white::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 10.7rem;
  background: url("../../common/img/add_circle_bg_white.svg") no-repeat top/110%;
}

@media screen and (max-width: 768px) {
  .add-circle-white::before {
    content: "";
    height: 2.7rem;
    background: url("../../common/img/add_circle_bg_white.svg") no-repeat top/110%;
  }
}
.add-circle-red {
  position: relative;
}
.add-circle-red::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 10.7rem;
  background: url("../../common/img/add_circle_bg_red.svg") no-repeat top/110%;
}

@media screen and (max-width: 768px) {
  .add-circle-red::before {
    content: "";
    height: 2.7rem;
    background: url("../../common/img/add_circle_bg_red.svg") no-repeat top/110%;
  }
}
/* 見出し02
--------------------- */
.con-title02 .en {
  display: block;
  font-weight: 700;
  text-align: center;
}
.con-title02 h2 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .con-title02 .en {
    font-size: 1.5rem;
  }
  .con-title02 h2 {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
/* ヘッダー
--------------------- */
#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 8rem;
  background: var(--white);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 2.7rem;
}
#header .logo a img {
  display: block;
  width: auto;
  height: 8rem;
}
#header .logo .txt {
  margin-left: 3rem;
}
#header .logo .txt span {
  display: block;
  line-height: 1;
}
#header .logo .txt .jp {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.7rem;
}
#header .logo .txt .en {
  font-weight: 600;
}
#header nav {
  display: flex;
  height: 100%;
}
#header nav .btn-box {
  display: flex;
  width: 20.89vw;
}
#header nav .btn-box a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-weight: 700;
  transition: var(--hover_ani_time);
}
#header nav .btn-box a:nth-of-type(1) {
  background-color: #4C4948;
}
#header nav .btn-box a:nth-of-type(2) {
  background-color: var(--black);
}
#header nav .btn-box a .jp {
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: var(--hover_ani_time);
}
#header nav .btn-box a .en {
  display: block;
  font-weight: 600;
  line-height: 1;
  transition: var(--hover_ani_time);
}
#header .hamburger-menu {
  position: relative;
  z-index: 20;
  width: 5.7vw;
  height: 100%;
  cursor: pointer;
  background-color: var(--red);
}
#header .hamburger-menu .line {
  display: block;
  position: absolute;
  width: 3vw;
  height: 1px;
  right: 1.9rem;
  background-color: var(--white);
  transition: var(--hover_ani_time);
}
#header .hamburger-menu .line:nth-of-type(1) {
  top: 3.3rem;
}
#header .hamburger-menu .line:nth-of-type(2) {
  top: 4.1rem;
}
#header .hamburger-menu .line:nth-of-type(3) {
  top: 4.9rem;
}
#header .hamburger-menu.active > .line:nth-of-type(1) {
  top: 4rem;
  transform: rotate(20deg);
}
#header .hamburger-menu.active > .line:nth-of-type(2) {
  opacity: 0;
}
#header .hamburger-menu.active > .line:nth-of-type(3) {
  top: 4rem;
  bottom: auto;
  transform: rotate(-20deg);
}

@media screen and (min-width: 769px) {
  #header nav .btn-box a:hover:nth-of-type(1) {
    background-color: var(--white);
  }
  #header nav .btn-box a:hover:nth-of-type(2) {
    background-color: var(--white);
  }
  #header nav .btn-box a:hover .jp {
    color: var(--black);
  }
  #header nav .btn-box a:hover .en {
    color: var(--black);
  }
  #header nav .btn-box a:nth-of-type(1) {
    border: 1px solid #4C4948;
  }
  #header nav .btn-box a:nth-of-type(2) {
    border: 1px solid var(--black);
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: 6rem;
  }
  #header .logo {
    margin-left: 0;
  }
  #header .logo a img {
    height: 6rem;
  }
  #header .logo .txt {
    display: none;
  }
  #header nav .btn-box {
    display: none;
    position: fixed;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100vw;
    border-top: 1px solid var(--black);
  }
  #header nav .btn-box a {
    height: 5.9rem;
    width: 100%;
    text-align: center;
  }
  #header .hamburger-menu {
    width: 18vw;
    margin-left: 0;
  }
  #header .hamburger-menu .line {
    width: 3rem;
  }
  #header .hamburger-menu .line:nth-of-type(1) {
    top: 2.1rem;
  }
  #header .hamburger-menu .line:nth-of-type(2) {
    top: 2.9rem;
  }
  #header .hamburger-menu .line:nth-of-type(3) {
    top: 3.7rem;
  }
  #header .hamburger-menu.active > .line:nth-of-type(1) {
    top: 2.9rem;
  }
  #header .hamburger-menu.active > .line:nth-of-type(3) {
    top: 2.9rem;
  }
}
/* メニュー
--------------------- */
.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 15;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transition: var(--hover_ani_time);
}
.menu.active {
  opacity: 1;
  pointer-events: auto;
}
.menu .menu-inner {
  position: relative;
  padding: 14rem 6.5rem 4em 8rem;
  border-radius: 0 0 8rem 8rem;
  background: var(--white);
}
.menu .menu-inner .scroll {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  z-index: 1;
}
.menu .menu-inner .scroll .right {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 6.5rem;
}
.menu .menu-inner .scroll .right h2 {
  font-size: 4.6rem;
  line-height: 6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.menu .menu-inner .scroll .right .en {
  display: block;
  font-weight: 500;
  color: #4C4948;
  white-space: nowrap;
}
.menu .menu-inner .scroll .left {
  width: 69%;
}
.menu .menu-inner .scroll .left .nav-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu .menu-inner .scroll .left .nav-area .box {
  position: relative;
  border-top: 1px solid var(--gray);
}
.menu .menu-inner .scroll .left .nav-area .box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 2.4vw;
  height: 1px;
  background: var(--red);
}
.menu .menu-inner .scroll .left .nav-area .box:not(:nth-last-of-type(3)) {
  width: calc(50% - 4rem);
}
.menu .menu-inner .scroll .left .nav-area .box:not(:nth-last-child(-n+2)) {
  margin-bottom: 4rem;
}
.menu .menu-inner .scroll .left .nav-area .box:nth-of-type(3) {
  width: 100%;
  margin-bottom: 4rem;
}
.menu .menu-inner .scroll .left .nav-area .box:nth-of-type(3) .item:not(:first-child) {
  margin-top: 0;
}
.menu .menu-inner .scroll .left .nav-area .box:nth-of-type(3) .item.item-title {
  position: relative;
  line-height: 1;
  margin: 0.5rem 0 0.3rem;
  width: 100%;
  font-weight: 600;
  padding-top: 1.5rem;
}
.menu .menu-inner .scroll .left .nav-area .box h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  padding: 0.8rem 0 0.4rem;
}
.menu .menu-inner .scroll .left .nav-area .box .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item {
  margin-right: 2.2rem;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item.start {
  width: 100%;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item:last-child {
  margin-right: 0;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item.brochure a {
  background: url("../../common/img/tab_red.svg") no-repeat center left/1.1vw;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item.brochure a:hover {
  background: url("../../common/img/tab_white.svg") no-repeat center left/1.1vw;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item a {
  position: relative;
  font-weight: 400;
  padding: 0.3rem 0 0.5rem 2.2rem;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item a::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 0;
  width: round(nearest, 1.2vw, 1px);
  height: round(nearest, 1.2vw, 1px);
  transition: var(--hover_ani_time);
  background: url("../../common/img/btn_arrow_red.png") no-repeat center/cover;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item a::after {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 14%;
  left: 0;
  width: round(nearest, 1.2vw, 1px);
  height: round(nearest, 1.2vw, 1px);
  transition: var(--hover_ani_time);
  background: url("../../common/img/btn_arrow_white.png") no-repeat center/cover;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item a:hover::before {
  opacity: 0;
  pointer-events: none;
}
.menu .menu-inner .scroll .left .nav-area .box .list .item a:hover::after {
  opacity: 1;
  pointer-events: all;
}
.menu .menu-inner .vertical {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #F0F0F0;
}
.menu .menu-inner .vertical:nth-child(1) {
  left: 0rem;
}
.menu .menu-inner .vertical:nth-child(2) {
  left: 8rem;
}
.menu .menu-inner .vertical:nth-child(3) {
  left: 16rem;
}
.menu .menu-inner .vertical:nth-child(4) {
  left: 24rem;
}
.menu .menu-inner .vertical:nth-child(5) {
  left: 32rem;
}
.menu .menu-inner .vertical:nth-child(6) {
  left: 40rem;
}
.menu .menu-inner .vertical:nth-child(7) {
  left: 48rem;
}
.menu .menu-inner .vertical:nth-child(8) {
  left: 56rem;
}
.menu .menu-inner .vertical:nth-child(9) {
  left: 64rem;
}
.menu .menu-inner .vertical:nth-child(10) {
  left: 72rem;
}
.menu .menu-inner .vertical:nth-child(11) {
  left: 80rem;
}
.menu .menu-inner .vertical:nth-child(12) {
  left: 88rem;
}
.menu .menu-inner .vertical:nth-child(13) {
  left: 96rem;
}
.menu .menu-inner .vertical:nth-child(14) {
  left: 104rem;
}
.menu .menu-inner .vertical:nth-child(15) {
  left: 112rem;
}
.menu .menu-inner .vertical:nth-child(16) {
  left: 120rem;
}
.menu .menu-inner .vertical:nth-child(17) {
  left: 128rem;
}
.menu .menu-inner .vertical:nth-child(18) {
  left: 136rem;
}
.menu .menu-inner .vertical:nth-child(19) {
  left: 144rem;
}
.menu .menu-inner .vertical:nth-child(20) {
  left: 152rem;
}
.menu .menu-inner .horizontal {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F0F0F0;
}
.menu .menu-inner .horizontal:nth-child(1) {
  top: 0rem;
}
.menu .menu-inner .horizontal:nth-child(2) {
  top: 8rem;
}
.menu .menu-inner .horizontal:nth-child(3) {
  top: 16rem;
}
.menu .menu-inner .horizontal:nth-child(4) {
  top: 24rem;
}
.menu .menu-inner .horizontal:nth-child(5) {
  top: 32rem;
}
.menu .menu-inner .horizontal:nth-child(6) {
  top: 40rem;
}
.menu .menu-inner .horizontal:nth-child(7) {
  top: 48rem;
}
.menu .menu-inner .horizontal:nth-child(8) {
  top: 56rem;
}
.menu .menu-inner .horizontal:nth-child(9) {
  top: 64rem;
}
.menu .menu-inner .horizontal:nth-child(10) {
  top: 72rem;
}
.menu .menu-inner .horizontal:nth-child(11) {
  top: 80rem;
}
.menu .menu-inner .horizontal:nth-child(12) {
  top: 88rem;
}
.menu .menu-inner .horizontal:nth-child(13) {
  top: 96rem;
}
.menu .menu-inner .horizontal:nth-child(14) {
  top: 104rem;
}
.menu .menu-inner .horizontal:nth-child(15) {
  top: 112rem;
}
.menu .menu-inner .horizontal:nth-child(16) {
  top: 120rem;
}
.menu .menu-inner .horizontal:nth-child(17) {
  top: 128rem;
}
.menu .menu-inner .horizontal:nth-child(18) {
  top: 136rem;
}
.menu .menu-inner .horizontal:nth-child(19) {
  top: 144rem;
}
.menu .menu-inner .horizontal:nth-child(20) {
  top: 152rem;
}
.menu .menu-inner .horizontal:nth-child(21) {
  top: 160rem;
}
.menu .menu-inner .horizontal:nth-child(22) {
  top: 168rem;
}
.menu .menu-inner .horizontal:nth-child(23) {
  top: 176rem;
}
.menu .menu-inner .horizontal:nth-child(24) {
  top: 184rem;
}
.menu .menu-inner .horizontal:nth-child(25) {
  top: 192rem;
}
.menu .menu-inner .horizontal:nth-child(26) {
  top: 200rem;
}
.menu .menu-inner .horizontal:nth-child(27) {
  top: 208rem;
}
.menu .menu-inner .horizontal:nth-child(28) {
  top: 216rem;
}
.menu .menu-inner .horizontal:nth-child(29) {
  top: 224rem;
}
.menu .menu-inner .horizontal:nth-child(30) {
  top: 232rem;
}

@media screen and (min-width: 769px) {
  .menu {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
  }
  .menu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu-inner {
    height: 97vh;
    height: 97dvh;
    padding: 0;
    border-radius: 0 0 3rem 3rem;
  }
  .menu .menu-inner .scroll {
    overflow-y: scroll;
    display: block;
    height: 100%;
    padding: 12.5rem 2.5rem 0;
  }
  .menu .menu-inner .scroll .right {
    display: block;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .menu .menu-inner .scroll .right h2 {
    font-size: 3.5rem;
    line-height: 4.6rem;
    margin-bottom: 1rem;
  }
  .menu .menu-inner .scroll .right .en {
    display: block;
    font-weight: 500;
    color: #4C4948;
    white-space: nowrap;
  }
  .menu .menu-inner .scroll .left {
    width: 100%;
  }
  .menu .menu-inner .scroll .left .nav-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu .menu-inner .scroll .left .nav-area .box {
    margin-bottom: 1.5rem;
  }
  .menu .menu-inner .scroll .left .nav-area .box::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 2.4vw;
    height: 1px;
    background: var(--red);
  }
  .menu .menu-inner .scroll .left .nav-area .box:not(:nth-last-of-type(3)) {
    width: 100%;
  }
  .menu .menu-inner .scroll .left .nav-area .box:not(:nth-last-child(-n+2)) {
    margin-bottom: 1.5rem;
  }
  .menu .menu-inner .scroll .left .nav-area .box:nth-of-type(3) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .menu .menu-inner .scroll .left .nav-area .box:nth-of-type(3) .item {
    margin: 0 2rem 0.8rem 0;
  }
  .menu .menu-inner .scroll .left .nav-area .box:nth-of-type(3) .item:not(:first-child) {
    margin: 0 2rem 0.8rem 0;
  }
  .menu .menu-inner .scroll .left .nav-area .box:nth-of-type(3) .item.item-title {
    padding-top: 1rem;
    margin: 0.5rem 0 0.5rem 0;
  }
  .menu .menu-inner .scroll .left .nav-area .box h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    padding: 0.8rem 0 0.8rem;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item {
    margin: 0 3rem 0.8rem 0;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item.start {
    width: 100%;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item.brochure a {
    background: url("../../common/img/tab_red.svg") no-repeat center left/4vw;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item.brochure a:hover {
    background: url("../../common/img/tab_white.svg") no-repeat center left/4vw;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item a {
    font-size: 1.4rem;
    padding: 0.3rem 0 0.5rem 2.6rem;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item a::before {
    top: 1vw;
    width: 5vw;
    height: 5vw;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item a::after {
    top: 1vw;
    width: 5vw;
    height: 5vw;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item a:hover::before {
    opacity: 1;
    pointer-events: all;
  }
  .menu .menu-inner .scroll .left .nav-area .box .list .item a:hover::after {
    opacity: 0;
    pointer-events: none;
  }
  .menu .menu-inner .vertical:nth-child(1) {
    left: 0rem;
  }
  .menu .menu-inner .vertical:nth-child(2) {
    left: 2.5rem;
  }
  .menu .menu-inner .vertical:nth-child(3) {
    left: 5rem;
  }
  .menu .menu-inner .vertical:nth-child(4) {
    left: 7.5rem;
  }
  .menu .menu-inner .vertical:nth-child(5) {
    left: 10rem;
  }
  .menu .menu-inner .vertical:nth-child(6) {
    left: 12.5rem;
  }
  .menu .menu-inner .vertical:nth-child(7) {
    left: 15rem;
  }
  .menu .menu-inner .vertical:nth-child(8) {
    left: 17.5rem;
  }
  .menu .menu-inner .vertical:nth-child(9) {
    left: 20rem;
  }
  .menu .menu-inner .vertical:nth-child(10) {
    left: 22.5rem;
  }
  .menu .menu-inner .vertical:nth-child(11) {
    left: 25rem;
  }
  .menu .menu-inner .vertical:nth-child(12) {
    left: 27.5rem;
  }
  .menu .menu-inner .vertical:nth-child(13) {
    left: 30rem;
  }
  .menu .menu-inner .vertical:nth-child(14) {
    left: 32.5rem;
  }
  .menu .menu-inner .vertical:nth-child(15) {
    left: 35rem;
  }
  .menu .menu-inner .vertical:nth-child(16) {
    left: 37.5rem;
  }
  .menu .menu-inner .vertical:nth-child(17) {
    left: 40rem;
  }
  .menu .menu-inner .vertical:nth-child(18) {
    left: 42.5rem;
  }
  .menu .menu-inner .vertical:nth-child(19) {
    left: 45rem;
  }
  .menu .menu-inner .vertical:nth-child(20) {
    left: 47.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(1) {
    top: 0rem;
  }
  .menu .menu-inner .horizontal:nth-child(2) {
    top: 2.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(3) {
    top: 5rem;
  }
  .menu .menu-inner .horizontal:nth-child(4) {
    top: 7.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(5) {
    top: 10rem;
  }
  .menu .menu-inner .horizontal:nth-child(6) {
    top: 12.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(7) {
    top: 15rem;
  }
  .menu .menu-inner .horizontal:nth-child(8) {
    top: 17.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(9) {
    top: 20rem;
  }
  .menu .menu-inner .horizontal:nth-child(10) {
    top: 22.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(11) {
    top: 25rem;
  }
  .menu .menu-inner .horizontal:nth-child(12) {
    top: 27.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(13) {
    top: 30rem;
  }
  .menu .menu-inner .horizontal:nth-child(14) {
    top: 32.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(15) {
    top: 35rem;
  }
  .menu .menu-inner .horizontal:nth-child(16) {
    top: 37.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(17) {
    top: 40rem;
  }
  .menu .menu-inner .horizontal:nth-child(18) {
    top: 42.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(19) {
    top: 45rem;
  }
  .menu .menu-inner .horizontal:nth-child(20) {
    top: 47.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(21) {
    top: 50rem;
  }
  .menu .menu-inner .horizontal:nth-child(22) {
    top: 52.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(23) {
    top: 55rem;
  }
  .menu .menu-inner .horizontal:nth-child(24) {
    top: 57.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(25) {
    top: 60rem;
  }
  .menu .menu-inner .horizontal:nth-child(26) {
    top: 62.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(27) {
    top: 65rem;
  }
  .menu .menu-inner .horizontal:nth-child(28) {
    top: 67.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(29) {
    top: 70rem;
  }
  .menu .menu-inner .horizontal:nth-child(30) {
    top: 72.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(31) {
    top: 75rem;
  }
  .menu .menu-inner .horizontal:nth-child(32) {
    top: 77.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(33) {
    top: 80rem;
  }
  .menu .menu-inner .horizontal:nth-child(34) {
    top: 82.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(35) {
    top: 85rem;
  }
  .menu .menu-inner .horizontal:nth-child(36) {
    top: 87.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(37) {
    top: 90rem;
  }
  .menu .menu-inner .horizontal:nth-child(38) {
    top: 92.5rem;
  }
  .menu .menu-inner .horizontal:nth-child(39) {
    top: 95rem;
  }
  .menu .menu-inner .horizontal:nth-child(40) {
    top: 97.5rem;
  }
}
/* フッター
--------------------- */
#footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#footer .red-sec {
  display: flex;
  justify-content: space-between;
  padding: 7.7rem 0 8rem 0;
}
#footer .red-sec .right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .red-sec .right .txt .jp {
  display: block;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
#footer .red-sec .right .txt .en {
  display: block;
}
#footer .red-sec .right .title {
  position: relative;
  z-index: 1;
}
#footer .red-sec .right .title h2 {
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#footer .red-sec .right .title .en {
  font-weight: 700;
}
#footer .red-sec .right .item-img {
  position: absolute;
  z-index: 0;
  bottom: -8rem;
  left: 4rem;
  width: 23vw;
}
#footer .red-sec .left {
  margin-top: 0.7rem;
  width: 66%;
}
#footer .red-sec .left .nav-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .red-sec .left .nav-area .box:nth-of-type(3) {
  width: 100%;
}
#footer .red-sec .left .nav-area .box:nth-of-type(3) .item.item-title {
  line-height: 1;
  margin: 1rem 0 0.1rem 0;
  width: 100%;
  font-weight: 600;
  padding-top: 1.5rem;
}
#footer .red-sec .left .nav-area .box:not(:nth-last-of-type(3)) {
  width: calc(50% - 2.5rem);
}
#footer .red-sec .left .nav-area .box:not(:nth-last-child(-n+2)) {
  margin-bottom: 4.7rem;
}
#footer .red-sec .left .nav-area .box h3 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
#footer .red-sec .left .nav-area .box .list {
  display: flex;
  flex-wrap: wrap;
}
#footer .red-sec .left .nav-area .box .list .item {
  margin-right: 3rem;
}
#footer .red-sec .left .nav-area .box .list .item.start {
  width: 100%;
}
#footer .red-sec .left .nav-area .box .list .item.brochure a {
  padding-right: 2rem;
  background: url("../../common/img/tab_white_white.svg") no-repeat center right/0.83vw;
}
#footer .red-sec .left .nav-area .box .list .item.item-title {
  font-size: 1.5rem;
  font-weight: 600;
}
#footer .red-sec .left .nav-area .box .list .item a {
  font-weight: 500;
  padding: 0 0 0.1rem 2.5rem;
  transition: var(--hover_ani_time);
  background: url("../../common/img/btn_arrow_white.svg") no-repeat center left/1.2vw;
}
#footer .red-sec .left .nav-area .box .list .item a:hover {
  background: url("../../common/img/btn_arrow_red_bd_white.svg") no-repeat center left/1.2vw;
}
#footer .logo-box {
  background-color: #EFEFEF;
  padding: 2.7rem 0;
}
#footer .logo-box .logo {
  width: 14.4%;
}
#footer .bottom {
  background-color: var(--white);
  padding: 2.9rem 0;
  display: flex;
}
#footer .bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .bottom .inner .list {
  display: flex;
}
#footer .bottom .inner .list .item:not(:nth-last-of-type(1)) {
  margin-right: 3rem;
}
#footer .bottom .inner .list .item a {
  transition: var(--hover_ani_time);
}
#footer .bottom .inner .list .item a:hover {
  opacity: 0.7;
}
#footer .bottom .inner .en {
  color: #4C4948;
}

@media screen and (max-width: 768px) {
  #footer .red-sec {
    display: block;
    padding: 7rem 0 5rem 0;
  }
  #footer .red-sec .right {
    display: block;
  }
  #footer .red-sec .right .txt {
    margin-bottom: 2.5rem;
  }
  #footer .red-sec .right .txt .jp {
    margin-bottom: 0.1rem;
  }
  #footer .red-sec .right .title {
    margin-bottom: 6rem;
  }
  #footer .red-sec .right .title h2 {
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 0.8rem;
  }
  #footer .red-sec .right .item-img {
    bottom: 0rem;
    left: 27rem;
    width: 45vw;
  }
  #footer .red-sec .left {
    margin-top: 0.7rem;
    width: 100%;
  }
  #footer .red-sec .left .nav-area {
    display: block;
  }
  #footer .red-sec .left .nav-area .box:not(:nth-last-of-type(1)) {
    width: 100%;
    margin-bottom: 4.2rem;
  }
  #footer .red-sec .left .nav-area .box:nth-of-type(3) .item.item-title {
    font-size: 1.4rem;
    margin: 0.85rem 0 0.2rem 0;
  }
  #footer .red-sec .left .nav-area .box:not(:nth-last-of-type(3)) {
    width: 100%;
  }
  #footer .red-sec .left .nav-area .box:not(:nth-last-of-type(3)) .item.item-title {
    line-height: 1;
    margin: 5.5rem 0 0.3rem;
    width: 100%;
    padding-top: 1.5rem;
  }
  #footer .red-sec .left .nav-area .box:not(:nth-last-child(-n+2)) {
    margin-bottom: 4.2rem;
  }
  #footer .red-sec .left .nav-area .box h3 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  #footer .red-sec .left .nav-area .box .list .item {
    margin-right: 2.3rem;
  }
  #footer .red-sec .left .nav-area .box .list .item.mg_r {
    margin-right: 4rem;
  }
  #footer .red-sec .left .nav-area .box .list .item.brochure a {
    padding-right: 1.5rem;
    background: url("../../common/img/tab_white_white.svg") no-repeat center right/2.5vw;
  }
  #footer .red-sec .left .nav-area .box .list .item a {
    padding: 0 0 0.12rem 2rem;
    transition: var(--hover_ani_time);
    background: url("../../common/img/btn_arrow_white.svg") no-repeat center left/3.5vw;
  }
  #footer .red-sec .left .nav-area .box .list .item a:hover {
    background: url("../../common/img/btn_arrow_red_bd_white.svg") no-repeat center left/3.5vw;
  }
  #footer .logo-box {
    padding: 2.7rem 0 2.2rem 0;
  }
  #footer .logo-box .logo {
    width: 50%;
    margin: 0 auto;
  }
  #footer .bottom {
    padding: 1.9rem 0 8rem;
  }
  #footer .bottom .inner {
    display: block;
  }
  #footer .bottom .inner .list {
    justify-content: center;
  }
  #footer .bottom .inner .list .item:not(:nth-last-of-type(1)) {
    margin-right: 2rem;
  }
  #footer .bottom .inner .en {
    font-size: 0.9rem;
  }
}
/* 下層fv
--------------------- */
.con-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.con-fv .wrapper {
  padding: 10.3rem 9.2rem 0 9rem;
}
.con-fv .wrapper .breadcrumb {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-bottom: 10.3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.con-fv .wrapper .breadcrumb ul {
  display: flex;
}
.con-fv .wrapper .breadcrumb ul li a {
  position: relative;
  transition: var(--hover_ani_time);
}
.con-fv .wrapper .breadcrumb ul li a:hover {
  opacity: 0.7;
}
.con-fv .wrapper .breadcrumb ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
.con-fv .wrapper .breadcrumb ul li:not(:nth-last-of-type(1))::after {
  content: "/";
  margin: 0 1.35rem;
}
.con-fv .wrapper .title {
  position: relative;
  z-index: 2;
}
.con-fv .wrapper .title h1 {
  display: flex;
  font-size: 5.7rem;
  line-height: 7.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.con-fv .wrapper .title h1 span {
  display: block;
  line-height: 8.5rem;
  width: 5.6vw;
}
.con-fv .wrapper .title .sub {
  font-weight: 700;
}
.con-fv .page__marquee {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.con-fv .page__marquee .marquee__item {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 20px;
}
.con-fv .page__marquee .marquee__item:nth-child(odd) {
  animation: loop 100s -50s linear infinite;
}
.con-fv .page__marquee .marquee__item:nth-child(even) {
  animation: loop2 100s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.con-fv .vertical {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #F0F0F0;
}
.con-fv .vertical:nth-child(1) {
  left: 0rem;
}
.con-fv .vertical:nth-child(2) {
  left: 8rem;
}
.con-fv .vertical:nth-child(3) {
  left: 16rem;
}
.con-fv .vertical:nth-child(4) {
  left: 24rem;
}
.con-fv .vertical:nth-child(5) {
  left: 32rem;
}
.con-fv .vertical:nth-child(6) {
  left: 40rem;
}
.con-fv .vertical:nth-child(7) {
  left: 48rem;
}
.con-fv .vertical:nth-child(8) {
  left: 56rem;
}
.con-fv .vertical:nth-child(9) {
  left: 64rem;
}
.con-fv .vertical:nth-child(10) {
  left: 72rem;
}
.con-fv .vertical:nth-child(11) {
  left: 80rem;
}
.con-fv .vertical:nth-child(12) {
  left: 88rem;
}
.con-fv .vertical:nth-child(13) {
  left: 96rem;
}
.con-fv .vertical:nth-child(14) {
  left: 104rem;
}
.con-fv .vertical:nth-child(15) {
  left: 112rem;
}
.con-fv .vertical:nth-child(16) {
  left: 120rem;
}
.con-fv .vertical:nth-child(17) {
  left: 128rem;
}
.con-fv .vertical:nth-child(18) {
  left: 136rem;
}
.con-fv .vertical:nth-child(19) {
  left: 144rem;
}
.con-fv .vertical:nth-child(20) {
  left: 152rem;
}
.con-fv .horizontal {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F0F0F0;
}
.con-fv .horizontal:nth-child(1) {
  top: 0rem;
}
.con-fv .horizontal:nth-child(2) {
  top: 8rem;
}
.con-fv .horizontal:nth-child(3) {
  top: 16rem;
}
.con-fv .horizontal:nth-child(4) {
  top: 24rem;
}
.con-fv .horizontal:nth-child(5) {
  top: 32rem;
}
.con-fv .horizontal:nth-child(6) {
  top: 40rem;
}
.con-fv .horizontal:nth-child(7) {
  top: 48rem;
}
.con-fv .horizontal:nth-child(8) {
  top: 56rem;
}
.con-fv .horizontal:nth-child(9) {
  top: 64rem;
}
.con-fv .horizontal:nth-child(10) {
  top: 72rem;
}
.con-fv .horizontal:nth-child(11) {
  top: 80rem;
}
.con-fv .horizontal:nth-child(12) {
  top: 88rem;
}
.con-fv .horizontal:nth-child(13) {
  top: 96rem;
}
.con-fv .horizontal:nth-child(14) {
  top: 104rem;
}
.con-fv .horizontal:nth-child(15) {
  top: 112rem;
}
.con-fv .horizontal:nth-child(16) {
  top: 120rem;
}
.con-fv .horizontal:nth-child(17) {
  top: 128rem;
}
.con-fv .horizontal:nth-child(18) {
  top: 136rem;
}
.con-fv .horizontal:nth-child(19) {
  top: 144rem;
}
.con-fv .horizontal:nth-child(20) {
  top: 152rem;
}
.con-fv .horizontal:nth-child(21) {
  top: 160rem;
}
.con-fv .horizontal:nth-child(22) {
  top: 168rem;
}
.con-fv .horizontal:nth-child(23) {
  top: 176rem;
}
.con-fv .horizontal:nth-child(24) {
  top: 184rem;
}
.con-fv .horizontal:nth-child(25) {
  top: 192rem;
}
.con-fv .horizontal:nth-child(26) {
  top: 200rem;
}
.con-fv .horizontal:nth-child(27) {
  top: 208rem;
}
.con-fv .horizontal:nth-child(28) {
  top: 216rem;
}
.con-fv .horizontal:nth-child(29) {
  top: 224rem;
}
.con-fv .horizontal:nth-child(30) {
  top: 232rem;
}

@media screen and (min-width: 769px) {
  .con-fv {
    height: 64rem;
  }
  .con-fv .wrapper .title.long-title h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .con-fv .wrapper .title.long-title .block {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .con-fv {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .con-fv::after {
    display: none;
  }
  .con-fv .wrapper {
    padding: 9.5rem 0 10rem 2rem;
  }
  .con-fv .wrapper .breadcrumb {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .con-fv .wrapper .breadcrumb ul li a:hover {
    opacity: 1;
  }
  .con-fv .wrapper .scrollbar {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .con-fv .wrapper .scrollbar::-webkit-scrollbar {
    height: 4px; /* 横スクロールはheight */
  }
  .con-fv .wrapper .scrollbar::-webkit-scrollbar-track {
    background: none;
  }
  .con-fv .wrapper .scrollbar::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
  }
  .con-fv .wrapper .scrollbar::-webkit-scrollbar-thumb:hover {
    background: #bbb;
  }
  .con-fv .wrapper .scrollbar ul {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 7rem;
  }
  .con-fv .wrapper .title h1 {
    display: block;
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 0.2rem;
  }
  .con-fv .wrapper .title h1 span {
    display: inline;
    width: auto;
    line-height: 4.4rem;
    letter-spacing: 0.7rem;
  }
  .con-fv .wrapper .title .sub {
    font-size: 1.05rem;
  }
  .con-fv .pth {
    position: absolute;
    z-index: 1;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 65vw;
  }
  .con-fv .page__marquee {
    bottom: 0;
  }
  .con-fv .page__marquee .marquee__item {
    font-size: 7rem;
    padding-right: 20px;
  }
  .con-fv .page__marquee .marquee__item:nth-child(odd) {
    animation: loop 100s -50s linear infinite;
  }
  .con-fv .page__marquee .marquee__item:nth-child(even) {
    animation: loop2 100s linear infinite;
  }
  .con-fv .vertical:nth-child(1) {
    left: 0rem;
  }
  .con-fv .vertical:nth-child(2) {
    left: 3rem;
  }
  .con-fv .vertical:nth-child(3) {
    left: 6rem;
  }
  .con-fv .vertical:nth-child(4) {
    left: 9rem;
  }
  .con-fv .vertical:nth-child(5) {
    left: 12rem;
  }
  .con-fv .vertical:nth-child(6) {
    left: 15rem;
  }
  .con-fv .vertical:nth-child(7) {
    left: 18rem;
  }
  .con-fv .vertical:nth-child(8) {
    left: 21rem;
  }
  .con-fv .vertical:nth-child(9) {
    left: 24rem;
  }
  .con-fv .vertical:nth-child(10) {
    left: 27rem;
  }
  .con-fv .vertical:nth-child(11) {
    left: 30rem;
  }
  .con-fv .vertical:nth-child(12) {
    left: 33rem;
  }
  .con-fv .vertical:nth-child(13) {
    left: 36rem;
  }
  .con-fv .vertical:nth-child(14) {
    left: 39rem;
  }
  .con-fv .vertical:nth-child(15) {
    left: 42rem;
  }
  .con-fv .vertical:nth-child(16) {
    left: 45rem;
  }
  .con-fv .vertical:nth-child(17) {
    left: 48rem;
  }
  .con-fv .vertical:nth-child(18) {
    left: 51rem;
  }
  .con-fv .vertical:nth-child(19) {
    left: 54rem;
  }
  .con-fv .vertical:nth-child(20) {
    left: 57rem;
  }
  .con-fv .horizontal:nth-child(1) {
    top: 0rem;
  }
  .con-fv .horizontal:nth-child(2) {
    top: 3rem;
  }
  .con-fv .horizontal:nth-child(3) {
    top: 6rem;
  }
  .con-fv .horizontal:nth-child(4) {
    top: 9rem;
  }
  .con-fv .horizontal:nth-child(5) {
    top: 12rem;
  }
  .con-fv .horizontal:nth-child(6) {
    top: 15rem;
  }
  .con-fv .horizontal:nth-child(7) {
    top: 18rem;
  }
  .con-fv .horizontal:nth-child(8) {
    top: 21rem;
  }
  .con-fv .horizontal:nth-child(9) {
    top: 24rem;
  }
  .con-fv .horizontal:nth-child(10) {
    top: 27rem;
  }
  .con-fv .horizontal:nth-child(11) {
    top: 30rem;
  }
  .con-fv .horizontal:nth-child(12) {
    top: 33rem;
  }
  .con-fv .horizontal:nth-child(13) {
    top: 36rem;
  }
  .con-fv .horizontal:nth-child(14) {
    top: 39rem;
  }
  .con-fv .horizontal:nth-child(15) {
    top: 42rem;
  }
  .con-fv .horizontal:nth-child(16) {
    top: 45rem;
  }
  .con-fv .horizontal:nth-child(17) {
    top: 48rem;
  }
  .con-fv .horizontal:nth-child(18) {
    top: 51rem;
  }
  .con-fv .horizontal:nth-child(19) {
    top: 54rem;
  }
  .con-fv .horizontal:nth-child(20) {
    top: 57rem;
  }
  .con-fv .horizontal:nth-child(21) {
    top: 60rem;
  }
  .con-fv .horizontal:nth-child(22) {
    top: 63rem;
  }
  .con-fv .horizontal:nth-child(23) {
    top: 66rem;
  }
  .con-fv .horizontal:nth-child(24) {
    top: 69rem;
  }
  .con-fv .horizontal:nth-child(25) {
    top: 72rem;
  }
  .con-fv .horizontal:nth-child(26) {
    top: 75rem;
  }
  .con-fv .horizontal:nth-child(27) {
    top: 78rem;
  }
  .con-fv .horizontal:nth-child(28) {
    top: 81rem;
  }
  .con-fv .horizontal:nth-child(29) {
    top: 84rem;
  }
  .con-fv .horizontal:nth-child(30) {
    top: 87rem;
  }
}
/* 下層fv02
--------------------- */
.con-fv.con-fv02 {
  height: auto;
}
.con-fv.con-fv02 .wrapper {
  padding: 10.3rem 9rem 10.3rem 9rem;
}
.con-fv.con-fv02 .wrapper .breadcrumb {
  margin-bottom: 10.3rem;
}
.con-fv.con-fv02 .wrapper .title {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.con-fv.con-fv02 .wrapper .title h1 {
  display: block;
  font-size: 4.5rem;
  line-height: 7.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.con-fv.con-fv02 .wrapper .title h1 span {
  display: inline;
  line-height: 8.5rem;
  width: auto;
}
.con-fv.con-fv02 .wrapper .title .sub {
  display: block;
  text-align: center;
  font-weight: 700;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .con-fv.con-fv02 {
    height: auto;
  }
  .con-fv.con-fv02 .wrapper {
    padding: 9.5rem 0 4.5rem 0;
  }
  .con-fv.con-fv02 .wrapper .breadcrumb {
    margin-left: 2rem;
    margin-bottom: 3.8rem;
  }
  .con-fv.con-fv02 .wrapper .title {
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
  .con-fv.con-fv02 .wrapper .title h1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .con-fv.con-fv02 .wrapper .title h1 span {
    display: inline;
    line-height: 3.8rem;
    letter-spacing: 0.09em;
    width: auto;
  }
  .con-fv.con-fv02 .wrapper .title .sub {
    display: block;
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin-top: 1rem;
  }
}
/* フッター上ボタン
----------------------------*/
#btn-sec {
  display: flex;
}
#btn-sec a {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 5.8rem 0 5.8rem;
  border-top: 1px solid #4C4948;
  transition: var(--hover_ani_time);
  background: url("../../common/img/btn_arrow_red.svg") no-repeat center right 3rem/1.8vw;
}
#btn-sec a:hover {
  transition: var(--hover_ani_time);
}
#btn-sec a:hover .jp {
  color: var(--black);
}
#btn-sec a:hover .en {
  color: var(--black);
}
#btn-sec a:hover.new {
  background-color: var(--white);
}
#btn-sec a:hover.career {
  background-color: var(--white);
}
#btn-sec a .jp {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: 2.2rem;
  margin-right: 0.75rem;
  transition: var(--hover_ani_time);
}
#btn-sec a .en {
  display: block;
  font-weight: 600;
  line-height: 1;
  font-size: 2.4rem;
  transition: var(--hover_ani_time);
}
#btn-sec a.new {
  background-color: #4C4948;
}
#btn-sec a.career {
  background-color: var(--black);
}

@media screen and (max-width: 768px) {
  #btn-sec {
    position: fixed;
    z-index: 10;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.9rem;
    border-top: none;
  }
  #btn-sec a {
    flex-direction: column;
    padding: 1rem;
    text-align: center;
    background: url("../../common/img/btn_arrow_red.svg") no-repeat center right 1.2rem/4vw;
  }
  #btn-sec a:hover {
    transition: var(--hover_ani_time);
  }
  #btn-sec a:hover .jp {
    color: var(--white);
  }
  #btn-sec a:hover .en {
    color: var(--white);
  }
  #btn-sec a:hover.new {
    background-color: #4C4948;
  }
  #btn-sec a:hover.career {
    background-color: var(--black);
  }
  #btn-sec a .jp {
    font-size: 1.4rem;
    margin-right: 0.75rem;
    margin-bottom: 0.5rem;
  }
  #btn-sec a .en {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=common.css.map */