@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4154589372vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-height: 1;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, figure,
  form, input, textarea, select, button, div {
    font-size: 1.6rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

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

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .wrap {
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 32rem;
  }
}

.content {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
body {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 7.2rem;
  }
}

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  padding: 0 3%;
  background: #0D0D0D;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    justify-content: center;
    height: 7.2rem;
  }
}
.header_wrap .logo {
  width: 29.8rem;
}
@media screen and (max-width: 768px) {
  .header_wrap .logo {
    width: 23.9rem;
  }
}
.header_wrap .logo img {
  width: 100%;
}
.header_wrap .header_btn_list {
  display: flex;
  align-items: center;
}
.header_wrap .header_btn {
  width: 16rem;
  height: 5rem;
}

.header_nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: calc(2% + 11.3rem);
}
@media screen and (max-width: 768px) {
  .header_nav {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.header_nav .header_btn_list {
  display: flex;
  align-items: center;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .header_nav .header_btn_list {
    height: 6rem;
    width: 32rem;
    margin: 0 auto;
  }
}
.header_nav .header_btn {
  width: 16rem;
  height: 5rem;
  border-radius: 4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header_nav .header_btn {
    width: 8.3rem;
    height: 4.4rem;
  }
}
.header_nav .header_btn + .header_btn {
  margin-left: 1.7rem;
}
@media screen and (max-width: 768px) {
  .header_nav .header_btn + .header_btn {
    margin-left: 0.5rem;
  }
}
.header_nav .header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0.2rem;
  border-radius: 4rem;
  border: 1px solid #333;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header_nav .header_btn a {
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
.header_nav .header_btn.red a {
  background: #DB4D4D;
  color: #fff;
}
.header_nav .header_btn.green a {
  background: #009846;
  color: #fff;
}

.menu_btn {
  position: fixed;
  z-index: 10001;
  top: 0.6rem;
  right: 2%;
  width: 6.8rem;
  height: 6.8rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu_btn {
    top: auto;
    bottom: 0.8rem;
    right: 2.4rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.menu_btn .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3rem;
  height: 0.4rem;
  background: #333;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .menu_btn .line {
    width: 2rem;
    height: 0.2rem;
  }
}
.menu_btn .line:nth-child(1) {
  top: -2.2rem;
}
@media screen and (max-width: 768px) {
  .menu_btn .line:nth-child(1) {
    top: -1.5rem;
  }
}
.menu_btn .line:nth-child(3) {
  bottom: -2.2rem;
}
@media screen and (max-width: 768px) {
  .menu_btn .line:nth-child(3) {
    bottom: -1.5rem;
  }
}
.menu_btn.active .line:nth-child(1) {
  top: 0;
  transform: rotate(40deg);
}
.menu_btn.active .line:nth-child(2) {
  opacity: 0;
}
.menu_btn.active .line:nth-child(3) {
  bottom: 0;
  transform: rotate(-40deg);
}

.gnav {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -2.4rem;
  height: 100vh;
  overflow: auto;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .gnav {
    top: auto;
    bottom: 0;
    height: 100vh;
    padding-top: 0;
  }
}
.gnav.active {
  opacity: 1;
  visibility: visible;
}
.gnav .gnav_wrap {
  display: none;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1366px) {
  .gnav .gnav_wrap {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    min-height: 100vh;
  }
}
.gnav .gnav_list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    justify-content: flex-end;
    min-height: calc(100vh - 3rem);
  }
}
.gnav .gnav_list li {
  background: #fff;
  border-radius: 3.3rem 0 0 3.3rem;
  transform: translateX(5rem);
  opacity: 0;
}
.gnav .gnav_list li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li + li {
    margin-top: 1rem;
  }
}
.gnav .gnav_list li a {
  display: block;
  padding: 1.5rem 5rem 1.5rem 3rem;
  background: #fff;
  border: 0.4rem solid #333;
  border-radius: 3.3rem 0 0 3.3rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    padding: 1.3rem 4rem 1.3rem 2rem;
    border-width: 1px;
  }
}
.gnav .gnav_list li .en_txt {
  font-size: 1.4rem;
  color: #DB4D4D;
}
.gnav.active .gnav_list li {
  animation: gnav_anm 0.2s forwards;
}
.gnav.active .gnav_list li:nth-of-type(1) {
  animation-delay: 0s;
}
.gnav.active .gnav_list li:nth-of-type(2) {
  animation-delay: 0.03s;
}
.gnav.active .gnav_list li:nth-of-type(3) {
  animation-delay: 0.06s;
}
.gnav.active .gnav_list li:nth-of-type(4) {
  animation-delay: 0.09s;
}
.gnav.active .gnav_list li:nth-of-type(5) {
  animation-delay: 0.12s;
}
.gnav.active .gnav_list li:nth-of-type(6) {
  animation-delay: 0.15s;
}
.gnav.active .gnav_list li:nth-of-type(7) {
  animation-delay: 0.18s;
}
.gnav.active .gnav_list li:nth-of-type(8) {
  animation-delay: 0.21s;
}

@keyframes gnav_anm {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.gnav_bg {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 6.5rem 0;
  }
}
.footer_wrap .footer_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .footer_btn + .footer_btn {
    margin-top: 6.5rem;
  }
}
.footer_wrap .footer_box .footer_btn a {
  display: block;
}
.footer_wrap .footer_box .footer_btn a .footer_btn_txt {
  padding-left: 5.5rem;
  margin-bottom: 1.5rem;
  background: url(../img/common/ico_arw01.svg) no-repeat 2rem center;
  background-size: 2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .footer_btn a .footer_btn_txt {
    padding-left: 2.3rem;
    background-size: 1.7rem;
    background-position: left center;
    font-size: 2.4rem;
  }
}
.footer_wrap .footer_box .footer_btn a .footer_btn_txt .en_txt {
  margin-left: 1rem;
  font-size: 1.6rem;
  color: #DB4D4D;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .footer_btn a .footer_btn_txt .en_txt {
    margin-left: 1.5rem;
    font-size: 1.4rem;
  }
}
.footer_wrap .footer_box .footer_btn a .img_box {
  position: relative;
  z-index: 1;
  width: 57.8rem;
  height: 47.1rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .footer_btn a .img_box {
    width: 32rem;
    height: 26rem;
  }
}
.footer_wrap .footer_box .footer_btn a .img_box .video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 100.2%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .footer_btn a .img_box .video {
    min-height: 101%;
  }
}
.footer_wrap .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .btn_box {
    flex-direction: column;
    align-items: center;
    margin-top: 4.5rem;
  }
}
.footer_wrap .footer_round_btn + .footer_round_btn {
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_round_btn + .footer_round_btn {
    margin-left: 0;
    margin-top: 4.5rem;
  }
}
.footer_wrap .footer_round_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 8rem;
  background: #333;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_round_btn a {
    width: 24.5rem;
    height: 5.8rem;
  }
}
.footer_wrap .footer_round_btn a img {
  width: auto;
  height: 3.9rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_round_btn a img {
    height: 2.8rem;
  }
}

.copy_box .wrap {
  padding: 5.5rem 0 2.5rem;
  border-top: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .copy_box .wrap {
    padding: 2.5rem 0 8.5rem;
  }
}
.copy_box .copy {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .copy_box .copy {
    font-size: 1.2rem;
  }
}

.pagetop_btn {
  position: fixed;
  z-index: 999;
  right: 2rem;
  bottom: 2rem;
  width: 8.1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .pagetop_btn {
    right: 1rem;
    bottom: 8rem;
    width: 4rem;
  }
}
.pagetop_btn a {
  display: block;
}
.pagetop_btn.fix {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 2;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.txt_red {
  color: #DB4D4D;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .txt {
    line-height: 1.8;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
/* ------------------------------
	.btn
------------------------------ */
/* ------------------------------
	.box
------------------------------ */
.flex {
  display: flex;
  justify-content: space-between;
}

.sec_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_wrap {
    display: block;
  }
}
.sec_wrap .wrap {
  display: flex;
  justify-content: space-between;
  padding: 7rem 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .sec_wrap .wrap {
    display: block;
  }
}
.sec_wrap .left_box {
  flex-shrink: 0;
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .sec_wrap .left_box {
    width: 100%;
  }
}
.sec_wrap .left_box .sticky {
  position: sticky;
  top: 7rem;
}
@media screen and (min-width: 769px) {
  .sec_wrap .left_box .pc_tate {
    letter-spacing: 0.1em;
  }
}
.sec_wrap .left_box .tate {
  letter-spacing: 0.1em;
}
.sec_wrap .sec_box {
  width: 100%;
}

/* ------------------------------
	.breadcrumb_list
------------------------------ */
.breadcrumb {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb .wrap {
    max-width: 92%;
  }
}
.breadcrumb .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb_list li,
.breadcrumb .breadcrumb_list li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.3;
}
.breadcrumb .breadcrumb_list li {
  position: relative;
  padding: 0.2rem 0;
  font-size: 1.4rem;
}
.breadcrumb .breadcrumb_list li + li {
  margin-left: 0.5rem;
}
.breadcrumb .breadcrumb_list li + li::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 1em;
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 0.5rem;
}
.breadcrumb .breadcrumb_list li a {
  font-size: 1.2rem;
  color: #BABABA;
}

/* ------------------------------
	.lead
------------------------------ */
.lead {
  overflow: hidden;
}
.lead .wrap {
  position: relative;
  padding: 4.5rem 0 6.5rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .lead .wrap {
    padding: 2.5rem 0 6rem;
  }
}
.lead .lead_ttl {
  position: relative;
  z-index: 2;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lead .lead_ttl {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.lead .lead_ttl .big {
  font-size: 15rem;
}
@media screen and (max-width: 768px) {
  .lead .lead_ttl .big {
    font-size: 6rem;
  }
}
.lead .lead_ttl .mid {
  display: inline-block;
  font-size: 9rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lead .lead_ttl .mid {
    font-size: 4rem;
  }
}
.lead .lead_ttl .min {
  display: inline-block;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .lead .lead_ttl .min {
    font-size: 3rem;
  }
}
.lead .lead_ttl .l0 {
  letter-spacing: 0;
}
.lead .txt {
  position: relative;
  z-index: 2;
  margin-top: 5rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lead .txt {
    margin-top: 17rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.lead .lead_txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.lead .lead_txt img {
  width: 100%;
}