@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@1,700&family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@700&display=swap");
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

figure {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0;
  outline: none;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

main {
  display: block;
}

a:hover {
  cursor: pointer;
}

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

@font-face {
  font-family: "Maax-Regular";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Maax-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Maax-Medium";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/Maax-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Maax-Bold";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/Maax-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "TazuganeGothicForKodanshaLt";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/TazuganeGothicForKodanshaLt.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "TazuganeGothicForKodanshaMd";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/TazuganeGothicForKodanshaMd.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "TazuganeGothicForKodanshaHv";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/TazuganeGothicForKodanshaHv.woff2") format("woff2");
  font-display: swap;
}
/*---------
全体レイアウト
------------*/
html {
  font-size: 62.5%;
  font-family: "Maax-Regular", sans-serif;
  color: #212121;
  line-height: 1.8;
  position: relative;
  min-height: 100%;
  z-index: -100;
}

body {
  height: 100%;
  font-size: 1.6rem;
  opacity: 1;
  -webkit-transition: 0.2s 0.1s;
  transition: 0.2s 0.1s;
  position: absolute;
  width: 100%;
  padding-bottom: 0;
  z-index: -100;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  /* chrome safari opera */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    min-height: 100%;
  }
}

img {
  width: 100%;
  height: auto;
}

/* 共通パーツ */
.mt-15 {
  margin-top: 15px;
}

.p_lr {
  padding: 0 3.333333vw;
}

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

.medium {
  font-family: "Maax-Medium";
}

.regular {
  font-family: "Maax-Regular";
}

.bold {
  font-family: "Maax-Bold";
}

.jpFontLight {
  font-family: "TazuganeGothicForKodanshaLt";
}

.jpFontMedium {
  font-family: "TazuganeGothicForKodanshaMd";
}

.jpFontHeavy {
  font-family: "TazuganeGothicForKodanshaHv";
}

.underLine {
  line-height: 1;
}
.underLine a {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1480px) {
  .underLine a {
    font-size: 0.975vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 743px) {
  .underLine a {
    font-size: 3.47vw;
    margin-top: 0;
  }
}

a {
  text-decoration: none;
  color: #000;
}

.b_box {
  width: 7.292vw;
  text-align: center;
  border: 1px solid #000;
}
.b_box a, .b_box > span {
  display: block;
  background-color: #000;
  font-size: 0.833333vw;
  font-family: "Maax-Medium";
  color: #fff;
  line-height: 1;
  padding: 0.6771vw 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 1480px) {
  .b_box {
    width: 9.46vw;
  }
  .b_box a, .b_box > span {
    font-size: 1.081078vw;
    padding: 0.8784vw 0;
  }
}
@media screen and (max-width: 743px) {
  .b_box {
    width: 32vw;
  }
  .b_box a, .b_box > span {
    font-size: 3.47vw;
    padding: 3.47vw 0;
  }
}

.hideContents {
  width: 100% !important;
  margin-top: 2.6vw;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.hideContents .ttl {
  color: #fff;
  background-color: #000;
  padding: 1vw 1.5vw;
}
.hideContents .ttl span {
  display: block;
  font-size: 0.833333em;
}
.hideContents .txt {
  padding: 1vw 1.5vw;
}
.hideContents .txt .flex_box {
  margin-bottom: 1.25vw;
}
.hideContents .txt .flex_box .num {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hideContents .txt .flex_box .num p {
  width: 1.66666666vw;
  padding: 0.313vw 0;
  text-align: center;
  font-size: 0.833333em;
  line-height: 1;
  color: #fff;
  background-color: #000;
}
.hideContents .txt .flex_box .num::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #000;
  margin: 0 auto;
}
.hideContents .txt .flex_box .t_box {
  margin-left: 1vw;
}
.hideContents .txt .flex_box .t_box .bold {
  line-height: 1.4;
}
.hideContents .txt .flex_box .t_box .small {
  font-size: 0.833333em;
  line-height: 1.7;
}
.hideContents .txt .flex_box:last-of-type {
  margin-bottom: 0;
}
.hideContents .txt .flex_box:last-of-type .num::after {
  display: none;
}
.hideContents table {
  width: 100%;
}
.hideContents table thead tr th {
  width: 30%;
  line-height: 1;
  text-align: center;
}
.hideContents table thead tr th:first-of-type {
  width: 40%;
}
.hideContents table tbody tr {
  border-bottom: 2px solid #000;
}
.hideContents table tbody tr:last-of-type {
  border-bottom: none;
}
.hideContents table tbody tr th {
  width: 40%;
  font-size: 1.666666vw;
  padding: 0 1.666666vw;
  line-height: 1.2;
}
.hideContents table tbody tr th span {
  display: block;
  font-size: 0.4375em;
  font-family: "Maax-Regular", sans-serif;
  line-height: 1.6;
  margin-top: 1vw;
}
.hideContents table tbody tr td {
  width: 30%;
  font-size: 0;
  vertical-align: top;
  padding: 1.666666vw 0;
}
.hideContents table tbody tr td:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.hideContents table tbody tr td img {
  display: block;
  width: 10.417vw;
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .hideContents {
    margin-top: 6.67vw;
    border: 1px solid #000;
  }
  .hideContents .ttl {
    padding: 2.14vw 4vw;
  }
  .hideContents .ttl span {
    display: block;
  }
  .hideContents .txt {
    padding: 4.27vw 4vw;
  }
  .hideContents .txt .flex_box {
    margin-bottom: 6.67vw;
  }
  .hideContents .txt .flex_box .num p {
    width: 6.4vw;
    padding: 1.2vw 0;
  }
  .hideContents .txt .flex_box .num::after {
    height: 116%;
  }
  .hideContents .txt .flex_box .t_box {
    margin-left: 4.8vw;
  }
  .hideContents .txt .flex_box .t_box .bold {
    line-height: 1.3;
  }
  .hideContents .txt .flex_box .t_box .small {
    line-height: 1.8;
  }
  .hideContents table thead tr th {
    width: 33.3%;
  }
  .hideContents table thead tr th:first-of-type {
    width: 33.4%;
  }
  .hideContents table tbody tr {
    border-bottom: 1px solid #000;
  }
  .hideContents table tbody tr th {
    width: 33.4%;
    font-size: 4.27vw;
    padding: 0 2.4vw;
  }
  .hideContents table tbody tr th span {
    font-size: 0.4375em;
    margin-top: 1.87vw;
    line-height: 1.4;
  }
  .hideContents table tbody tr td {
    width: 33.3%;
    padding: 4vw 0;
  }
  .hideContents table tbody tr td img {
    width: 22.824vw;
  }
}

.tag_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
}
.tag_name li {
  font-size: 1.041666vw;
  height: 1.615vw;
  line-height: 1.4535vw;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 0.5vw;
  padding: 0 0.72915vw;
}
.tag_name li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 743px) {
  .tag_name {
    margin-bottom: 4.8vw;
  }
  .tag_name li {
    font-size: 5.34vw;
    height: 7.47vw;
    line-height: 6.723vw;
    margin-left: 2.14vw;
    padding: 0 4vw;
  }
}

/* ページ汎用 */
#keyVisual {
  height: 90.704vh;
  height: 62.5vw;
  font-size: 0;
  position: relative;
}
#keyVisual .logo {
  display: none;
  width: 500px;
  font-size: 0;
  position: absolute;
  top: 30px;
  left: 24px;
  z-index: 10;
}
#keyVisual .btn_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
#keyVisual .btn_g .btn_s {
  width: 76px;
  height: 76px;
  background-color: #fff;
  margin-left: 12px;
  position: relative;
  cursor: pointer;
}
#keyVisual .btn_g .btn_s span {
  display: block;
  width: 30px;
  height: 30px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
#keyVisual .btn_g .bd span {
  top: 37.5%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
#keyVisual .btn_g .bu span {
  top: 57.5%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#keyVisual .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#keyVisual .wrap .sc {
  height: 90.704vh;
  height: 62.5vw;
  margin: 0;
  overflow: hidden;
}
#keyVisual .wrap .sc#slide_1 {
  width: 46%;
}
#keyVisual .wrap .sc#slide_2 {
  width: 30%;
}
#keyVisual .wrap .sc#slide_3 {
  width: 24%;
}
#keyVisual .wrap .sc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#keyVisual .wrap .sc .item img {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1480px) {
  #keyVisual .logo {
    width: 33.1vw;
    top: 1.6216vw;
    left: 1.6216vw;
  }
  #keyVisual .btn_g {
    bottom: 1.0135vw;
    right: 1.0135vw;
  }
  #keyVisual .btn_g .btn_s {
    width: 3.96vw;
    height: 3.96vw;
    margin-left: 0.6757vw;
  }
  #keyVisual .btn_g .btn_s span {
    width: 1.8vw;
    height: 1.8vw;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
  }
}
@media screen and (max-width: 743px) {
  #keyVisual {
    height: 51vh;
  }
  #keyVisual .logo {
    display: none;
  }
  #keyVisual .btn_g {
    display: none;
    bottom: 1.0135vw;
    right: 1.0135vw;
  }
  #keyVisual .btn_g .btn_s {
    width: 3.96vw;
    height: 3.96vw;
    margin-left: 0.6757vw;
  }
  #keyVisual .btn_g .btn_s span {
    width: 1.8vw;
    height: 1.8vw;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
  }
  #keyVisual .wrap .sc {
    height: 51vh;
  }
  #keyVisual .wrap .sc#slide_1 {
    width: 61%;
  }
  #keyVisual .wrap .sc#slide_2 {
    width: 39%;
  }
  #keyVisual .wrap .sc#slide_3 {
    width: 0;
  }
  #keyVisual .wrap .sc .item {
    height: 100vh;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets {
  width: 500px !important;
  height: 59px !important;
  top: 30px !important;
  left: 24px !important;
  right: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  background-image: url(/img/logo_w.svg);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background-image: url(/img/logo_b.svg);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background-image: url(/img/logo_b.svg);
}
@media screen and (max-width: 1480px) {
  .swiper-pagination-vertical.swiper-pagination-bullets {
    width: 33.1vw !important;
    height: 4vw !important;
    top: 1.6216vw !important;
    left: 1.6216vw !important;
  }
}
@media screen and (max-width: 743px) {
  .swiper-pagination-vertical.swiper-pagination-bullets {
    display: none;
  }
}

.desktop.noIpad header a, .desktop.noIpad footer a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.desktop.noIpad header a:hover, .desktop.noIpad footer a:hover {
  opacity: 0.3;
}
.desktop.noIpad .dpg .qa dl.q1:hover dd {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.desktop.noIpad .dpg .qa dl.a1 dd a:hover {
  opacity: 0.3;
}
.desktop.noIpad .imgEffect {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.desktop.noIpad .imgEffect:hover {
  opacity: 0.5;
}
.desktop.noIpad .b_box a:hover {
  background-color: #fff;
  color: #000;
}
.desktop.noIpad .fadeEffect img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.desktop.noIpad .fadeEffect p {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.desktop.noIpad .fadeEffect:hover img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.desktop.noIpad .fadeEffect:hover p {
  opacity: 0.3;
}
.desktop.noIpad .txtEffect {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desktop.noIpad .txtEffect .arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desktop.noIpad .txtEffect .arrow::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desktop.noIpad .txtEffect:hover {
  color: #000 !important;
}
.desktop.noIpad .txtEffect:hover .arrow {
  border-top: 0.313vw solid #000 !important;
  border-right: 0.313vw solid #000 !important;
}
.desktop.noIpad .txtEffect:hover .arrow::before {
  background-color: #000 !important;
}
.desktop.noIpad .linkEffect {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.desktop.noIpad .linkEffect:hover {
  opacity: 0.3 !important;
}
.desktop.noIpad .modal .contentsField .outer .inner .check label span a:hover {
  opacity: 0.3;
}
.desktop.noIpad .modal .contentsField .outer .inner .flex_box li#m_yes:hover a {
  background-color: #fff;
  color: #000;
}
.desktop.noIpad .modal .contentsField .outer .inner .flex_box li#m_no:hover span {
  background-color: #000;
  color: #fff;
}
.desktop.noIpad .jpOnlyModal .contentsField .outer .inner .check span a:hover {
  opacity: 0.3;
}
.desktop.noIpad .jpOnlyModal .contentsField .outer .inner .flex_box li:hover span {
  background-color: #000;
  color: #fff;
}

body.activeMdl,
body.hasLb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.activeMdl .modal {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

body.activeMdl .modal .closeField {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.activeMdl .modal .contentsField {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal .closeField {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 101;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.modal .contentsField {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.11));
  max-width: 840px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 102;
  border: 2px solid #000;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal .contentsField .outer {
  width: 100%;
}

.modal .contentsField .outer .inner {
  background: #fff;
}

.modal .contentsField .outer .inner p {
  background: #000;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0;
}

.modal .contentsField .outer .inner .check {
  padding: 40px;
}

.modal .contentsField .outer .inner .check label {
  line-height: 135%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .contentsField .outer .inner .check label input[type=checkbox] {
  position: relative;
  border: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.modal .contentsField .outer .inner .check label input[type=checkbox]:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 10px;
  width: 15px;
  height: 7.5px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
  border: 4px solid #333;
  border-top-style: none;
  border-right-style: none;
}

.modal .contentsField .outer .inner .check label input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
}

.modal .contentsField .outer .inner .check label span {
  font-size: 32px;
  margin-left: 60px;
  line-height: 1.4;
}

.modal .contentsField .outer .inner .check label input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1);
}

.modal .contentsField .outer .inner .check label span a {
  border-bottom: 2px solid #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal .contentsField .outer .inner .flex_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.modal .contentsField .outer .inner .flex_box li {
  width: 305px;
  margin: 0 20px;
  border: 2px solid #000;
  text-align: center;
}

.modal .contentsField .outer .inner .flex_box li a,
.modal .contentsField .outer .inner .flex_box li span {
  display: block;
  font-size: 32px;
  line-height: 2.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.modal .contentsField .outer .inner .flex_box li#m_yes {
  background-color: #eee;
  border: 2px solid #b7b7b7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}

.modal .contentsField .outer .inner .flex_box li#m_yes a {
  color: #d6d6d6;
  cursor: not-allowed;
}

.modal .contentsField .outer .inner .flex_box li#m_yes.active {
  background-color: #000;
  border: 2px solid #000;
  pointer-events: auto;
}

.modal .contentsField .outer .inner .flex_box li#m_yes.active a {
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1480px) {
  .modal .contentsField {
    max-width: none;
    width: 65%;
  }
  .modal .contentsField .outer .inner p {
    font-size: 1.62162vw;
    padding: 1.35133vw 0;
  }
  .modal .contentsField .outer .inner .check {
    padding: 2.7027vw;
  }
  .modal .contentsField .outer .inner .check label input[type=checkbox]:before {
    top: 0.946vw;
    left: 0.676vw;
    width: 1.014vw;
    height: 0.507vw;
    border: 0.3vw solid #333;
    border-top-style: none;
    border-right-style: none;
  }
  .modal .contentsField .outer .inner .check label input[type=checkbox]:after {
    top: 0.406vw;
    width: 2.163vw;
    height: 2.163vw;
  }
  .modal .contentsField .outer .inner .check label span {
    font-size: 1.756666vw;
    margin-left: 4.05406vw;
  }
  .modal .contentsField .outer .inner .flex_box {
    padding-bottom: 3.3784vw;
  }
  .modal .contentsField .outer .inner .flex_box li {
    width: 21vw;
    margin: 0 1.35133vw;
  }
  .modal .contentsField .outer .inner .flex_box li a,
  .modal .contentsField .outer .inner .flex_box li span {
    font-size: 1.756666vw;
  }
}
@media screen and (max-width: 743px) {
  .modal .contentsField {
    width: 92%;
  }
  .modal .contentsField .outer .inner p {
    font-size: 4vw;
    padding: 4vw 0;
  }
  .modal .contentsField .outer .inner .check {
    padding: 4vw 4vw 8vw;
  }
  .modal .contentsField .outer .inner .check label input[type=checkbox]:before {
    top: 3.2vw;
    left: 1.6vw;
    width: 2.14vw;
    height: 1.07vw;
    border: 3px solid #333;
    border-top-style: none;
    border-right-style: none;
  }
  .modal .contentsField .outer .inner .check label input[type=checkbox]:after {
    top: 6px;
    width: 5.34vw;
    height: 5.34vw;
  }
  .modal .contentsField .outer .inner .check label span {
    font-size: 4vw;
    margin-left: 9.6vw;
  }
  .modal .contentsField .outer .inner .flex_box {
    padding-bottom: 10.67vw;
  }
  .modal .contentsField .outer .inner .flex_box li {
    width: 45%;
    margin: 0 1.34vw;
  }
  .modal .contentsField .outer .inner .flex_box li a,
  .modal .contentsField .outer .inner .flex_box li span {
    font-size: 4vw;
  }
}
html[lang=ja] .modal .contentsField .outer .inner p {
  font-size: 21.6px;
}

html[lang=ja] .modal .contentsField .outer .inner .check label span {
  font-size: 28.8px;
}

@media screen and (max-width: 1480px) {
  html[lang=ja] .modal .contentsField .outer .inner p {
    font-size: 1.459458vw;
  }
  html[lang=ja] .modal .contentsField .outer .inner .check label span {
    font-size: 1.5809994vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .modal .contentsField .outer .inner p {
    font-size: 3.6vw;
  }
  html[lang=ja] .modal .contentsField .outer .inner .check label span {
    font-size: 3.6vw;
  }
}
body.hasLb .product {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

body.hasLb.readyLb .product,
body.hasLb.closeLb .product {
  opacity: 0;
}

body.hasLb.readyLb .product .contentsField,
body.hasLb.closeLb .product .contentsField {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}

.product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.product .closeField {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 11;
}

.product .contentsField {
  max-width: 60%;
  width: 100%;
  position: relative;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 12;
}

.product .contentsField.rectangle_v {
  max-width: 26%;
}

.product .contentsField.square {
  max-width: 42.5%;
}

.product .contentsField .closeButton {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-bottom: 10px;
  cursor: pointer;
}

.product .contentsField .closeButton span {
  position: relative;
  display: block;
}

.product .contentsField .closeButton span::before {
  content: "";
  display: inline-block;
  height: 30px;
  border-left: 3px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 7px;
  left: 22px;
}

.product .contentsField .inner {
  font-size: 0;
}

.product .contentsField .closeButton span::after {
  content: "";
  display: inline-block;
  height: 30px;
  border-left: 3px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 23px;
}

@media screen and (max-width: 743px) {
  .product .contentsField {
    width: 92%;
    max-width: none;
  }
  .product .contentsField.rectangle_v {
    max-width: none;
  }
  .product .contentsField.square {
    max-width: none;
  }
}
@media screen and (orientation: portrait) {
  .matchIpad .product .contentsField {
    width: 90%;
    max-width: none;
  }
  .matchIpad .product .contentsField.rectangle_v {
    width: 70%;
    max-width: none;
  }
  .matchIpad .product .contentsField.square {
    width: 75%;
    max-width: none;
  }
}
body.jpActive .jpOnlyModal {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

body.jpActive .jpOnlyModal .closeField {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.jpActive .jpOnlyModal .contentsField {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.jpOnlyModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.jpOnlyModal .closeField {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 101;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.jpOnlyModal .contentsField {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.11));
  max-width: 840px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 102;
  border: 2px solid #000;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.jpOnlyModal .contentsField .outer {
  width: 100%;
}

.jpOnlyModal .contentsField .outer .inner {
  background: #fff;
}

.jpOnlyModal .contentsField .outer .inner p {
  background: #000;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0;
}

.jpOnlyModal .contentsField .outer .inner .check {
  padding: 40px;
}

.jpOnlyModal .contentsField .outer .inner .check span {
  font-size: 28.8px;
  line-height: 1.4;
}

.jpOnlyModal .contentsField .outer .inner .check span a {
  border-bottom: 2px solid #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.jpOnlyModal .contentsField .outer .inner .flex_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.jpOnlyModal .contentsField .outer .inner .flex_box li {
  width: 305px;
  margin: 0 20px;
  border: 2px solid #000;
  text-align: center;
}

.jpOnlyModal .contentsField .outer .inner .flex_box li span {
  display: block;
  font-size: 32px;
  line-height: 2.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 1480px) {
  .jpOnlyModal .contentsField {
    max-width: none;
    width: 65%;
  }
  .jpOnlyModal .contentsField .outer .inner p {
    font-size: 1.459458vw;
    padding: 1.35133vw 0;
  }
  .jpOnlyModal .contentsField .outer .inner .check {
    padding: 2.7027vw;
  }
  .jpOnlyModal .contentsField .outer .inner .check span {
    font-size: 1.5809994vw;
  }
  .jpOnlyModal .contentsField .outer .inner .flex_box {
    padding-bottom: 3.3784vw;
  }
  .jpOnlyModal .contentsField .outer .inner .flex_box li {
    width: 21vw;
    margin: 0 1.35133vw;
  }
  .jpOnlyModal .contentsField .outer .inner .flex_box li span {
    font-size: 1.756666vw;
  }
}
@media screen and (max-width: 743px) {
  .jpOnlyModal .contentsField {
    width: 92%;
  }
  .jpOnlyModal .contentsField .outer .inner p {
    font-size: 3.6vw;
    padding: 4vw 0;
  }
  .jpOnlyModal .contentsField .outer .inner .check {
    padding: 4vw 4vw 8vw;
  }
  .jpOnlyModal .contentsField .outer .inner .check span {
    font-size: 3.6vw;
  }
  .jpOnlyModal .contentsField .outer .inner .flex_box {
    padding-bottom: 10.67vw;
  }
  .jpOnlyModal .contentsField .outer .inner .flex_box li {
    width: 45%;
    margin: 0 1.34vw;
  }
  .jpOnlyModal .contentsField .outer .inner .flex_box li span {
    font-size: 4vw;
  }
}
/* header */
#header {
  width: 100%;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.11));
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .outer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2vw 1.25vw 2vw 1.666666vw;
  padding: 28px 24px 28px 32px;
}
#header .outer .logo {
  width: 26.042vw;
  width: 500px;
  font-size: 0;
}
#header .outer .logo .sp {
  display: none;
}
#header .outer nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .outer nav ul li {
  margin-left: 1.5vw;
  margin-left: 28px;
}
#header .outer nav ul li a {
  display: block;
  font-size: 1.25vw;
  font-size: 24px;
  letter-spacing: -0.05em;
}
#header .outer nav .lng {
  width: 72px;
  height: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 2.8125vw;
  margin-left: 54px;
  background-color: #d0d0d0;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#header .outer nav .lng div {
  height: 35px;
  text-align: center;
  font-size: 0;
  position: absolute;
  top: 0;
}
#header .outer nav .lng div.en {
  left: 10px;
}
#header .outer nav .lng div.jp {
  right: 10px;
}
#header .outer nav .lng div.current {
  width: 50%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
#header .outer nav .lng div.current.en {
  top: -1px;
  left: 0;
  border-left: none;
}
#header .outer nav .lng div.current.jp {
  top: -1px;
  right: 0;
  border-right: none;
}
#header .outer nav .lng div.current span {
  color: #000;
}
#header .outer nav .lng div span {
  display: block;
  height: 100%;
  font-size: 1.6rem;
  line-height: 31px;
  color: #999;
}
#header .outer nav .lng.disabled {
  display: none;
}
#header .outer .menu {
  display: none;
}
@media screen and (max-width: 1480px) {
  #header .outer {
    padding: 2.027vw 2.7027vw;
  }
  #header .outer .logo {
    width: 34.055vw;
  }
  #header .outer nav ul li {
    background-color: transparent;
    margin-left: 2.16216vw;
  }
  #header .outer nav ul li a {
    font-size: 1.62162vw;
  }
  #header .outer nav .lng {
    width: 5vw;
    height: 2.5vw;
    margin-left: 4.054vw;
    border-radius: 20px;
  }
  #header .outer nav .lng div {
    height: 2.5vw;
  }
  #header .outer nav .lng div.en {
    left: 0.675675vw;
  }
  #header .outer nav .lng div.jp {
    right: 0.675675vw;
  }
  #header .outer nav .lng div span {
    font-size: 1.081078vw;
    line-height: 2.3vw;
  }
}
@media screen and (max-width: 743px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
  }
  #header .outer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.67vw 2.54vw;
  }
  #header .outer .logo {
    width: 40vw;
    height: 9.6vw;
  }
  #header .outer .logo .pc {
    display: none;
  }
  #header .outer .logo .sp {
    display: block;
  }
  #header .outer .logo svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
  }
  #header .outer nav {
    display: block;
    width: 100%;
    height: calc(100vh - 14.68vw);
    padding-bottom: 30vw;
    overflow-y: scroll;
    position: fixed;
    top: 14.68vw;
    left: 0;
    background-color: #f5f5f5;
    background-image: url(/img/top/bg/menu_bg.svg);
    background-position: 55% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  }
  #header .outer nav.active {
    opacity: 1;
    visibility: visible;
  }
  #header .outer nav ul {
    display: block;
    text-align: center;
    margin: 30vw 0 13.34vw;
  }
  #header .outer nav ul li {
    margin-left: 0;
  }
  #header .outer nav ul li a {
    font-size: 11.2vw;
  }
  #header .outer nav .lng {
    width: 28.533333vw;
    height: 12vw;
    margin: 0 auto;
    border-radius: 60px;
  }
  #header .outer nav .lng div {
    height: 12vw;
    top: 0;
  }
  #header .outer nav .lng div.en {
    left: 4.8vw;
  }
  #header .outer nav .lng div.jp {
    right: 4.8vw;
  }
  #header .outer nav .lng div.current {
    width: 12vw;
  }
  #header .outer nav .lng div.current span {
    color: #000;
  }
  #header .outer nav .lng div span {
    font-size: 4.94vw;
    line-height: 12vw;
  }
  #header .outer .menu {
    display: block;
    font-size: 3.74vw;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  #header.scr, #header.open {
    background-color: #f5f5f5;
  }
  #header.scr .outer .logo svg, #header.open .outer .logo svg {
    fill: #000;
  }
  #header.scr .outer .menu, #header.open .outer .menu {
    color: #000;
  }
  body:not(.top) #header {
    position: sticky;
    background-color: #f5f5f5;
  }
  body:not(.top) #header .outer .logo svg {
    fill: #000;
  }
  body:not(.top) #header .outer .menu {
    color: #000;
  }
}

html[lang=ja] #header .outer nav ul li a {
  font-size: 1.125vw;
  font-size: 21.6px;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] #header .outer nav ul li a {
    font-size: 1.459458vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] #header .outer nav ul li a {
    font-size: 10.08vw;
  }
}

/* footer */
#footer {
  width: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 95px 64px;
}
#footer .fb_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
#footer .fb_block:first-child .b_item:nth-child(2) {
  margin-left: 30px;
}
#footer .fb_block:nth-child(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .fb_block:nth-child(2) .b_item {
  width: 50%;
}
#footer .fb_block .b_item p, #footer .fb_block .b_item address {
  font-size: 1.4rem;
  margin-bottom: 25px;
  line-height: 1;
}
#footer .fb_block .b_item p.address span, #footer .fb_block .b_item address.address span {
  display: block;
  margin-top: 20px;
}
#footer .fb_block .b_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .fb_block .b_item ul li {
  line-height: 1;
}
#footer .fb_block .b_item ul li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .fb_block .b_item ul li:nth-child(2)::before, #footer .fb_block .b_item ul li:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  margin: 0 7px;
}
#footer .fb_block .b_item ul li a {
  display: block;
}
#footer .fb_block .b_item ul.mb {
  margin-bottom: 30px;
}
#footer .b_title {
  width: 18rem;
  font-size: 0;
}
#footer .headline {
  font-size: 4.1rem;
  margin-bottom: 50px;
}
#footer .copy {
  font-size: 1.44rem;
  margin-top: 40px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1480px) {
  #footer {
    padding: 6.2838vw 3.7838vw;
  }
  #footer .fb_block:first-child .b_item:nth-child(2) {
    margin-left: 2.027vw;
  }
  #footer .fb_block .b_item p, #footer .fb_block .b_item address {
    font-size: 0.975vw;
    margin-bottom: 1.6892vw;
  }
  #footer .fb_block .b_item ul li a {
    font-size: 0.975vw;
  }
  #footer .b_title {
    width: 9.38vw;
  }
  #footer .headline {
    font-size: 2.774vw;
    margin-bottom: 3.3784vw;
  }
  #footer .copy {
    font-size: 0.975vw;
    margin-top: 3.3784vw;
  }
}
@media screen and (max-width: 743px) {
  #footer {
    padding: 12vw 4vw 20vw;
  }
  #footer .flex_box {
    display: block;
  }
  #footer .fb_block {
    display: block;
    width: auto;
  }
  #footer .fb_block:first-child .b_item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
  #footer .fb_block:first-child .b_item:nth-child(2) p:nth-child(2) {
    margin-left: 20vw;
  }
  #footer .fb_block:first-child .b_item:nth-child(2) p:nth-child(3) {
    margin-top: 5.34vw;
  }
  #footer .fb_block:first-child .b_item:nth-child(2) p:nth-child(4) {
    margin-top: 5.34vw;
    margin-left: 16.2vw;
  }
  #footer .fb_block:last-child .b_item:nth-child(1) {
    display: none;
  }
  #footer .fb_block:last-child .b_item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  #footer .fb_block:last-child .b_item:nth-child(2) div {
    margin-left: 5.34vw;
    line-height: 1;
  }
  #footer .fb_block:last-child .b_item:nth-child(2) div a {
    font-size: 3.47vw;
  }
  #footer .fb_block .b_item {
    margin-bottom: 10.67vw;
  }
  #footer .fb_block .b_item p, #footer .fb_block .b_item address {
    font-size: 3.47vw;
    margin-bottom: 0;
  }
  #footer .fb_block .b_item p.address, #footer .fb_block .b_item address.address {
    display: none;
  }
  #footer .fb_block .b_item address {
    margin-left: 5.34vw;
  }
  #footer .fb_block .b_item ul {
    margin-top: 5.34vw;
  }
  #footer .fb_block .b_item ul li a {
    font-size: 3.47vw;
  }
  #footer .fb_block .b_item ul.mb {
    margin-bottom: 10.67vw;
  }
  #footer .b_title {
    width: 42.666666vw;
    margin-bottom: 6.94vw;
  }
  #footer .headline {
    font-size: 6.94vw;
    margin-bottom: 11.47vw;
  }
  #footer .copy {
    font-size: 3.34vw;
    margin-top: 21.34vw;
  }
}

.top .sect {
  background-color: #f5f5f5;
  border-top: 2px solid #000;
  position: relative;
}
.top .sect .outer {
  position: relative;
}
.top .sect .bg {
  width: 61.6666666vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 743px) {
  .top .sect .bg {
    width: 74.666667vw;
  }
}
.top .idx_hl {
  font-size: 6.25vw;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1480px) {
  .top .idx_hl {
    font-size: 5.945949vw;
  }
}
@media screen and (max-width: 743px) {
  .top .idx_hl {
    font-size: 13.86666vw;
  }
}
.top #welcome {
  padding: 9.4vw 3.333333vw;
}
.top #welcome::before {
  height: 100%;
  background-image: url(/img/top/bg/sec1_bg.svg);
  background-size: cover;
}
.top #welcome .logo {
  width: 61.563vw;
  margin: 0 auto 6.77vw;
}
.top #welcome .ttl {
  font-size: 3.75vw;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 1.666666vw;
}
.top #welcome .inner {
  padding: 0 0.8854vw;
}
.top #welcome .inner p {
  width: 50%;
  font-size: 1.666666vw;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.top #welcome .inner p:last-child {
  margin-left: 3.38541vw;
}
@media screen and (max-width: 1480px) {
  .top #welcome {
    padding: 7.3648vw 2.7027vw;
  }
  .top #welcome .logo {
    margin: 0 auto 4.7297vw;
  }
  .top #welcome .ttl {
    font-size: 3.64865vw;
    margin-bottom: 1.081078vw;
  }
  .top #welcome .inner {
    padding: 0 1.081078vw;
  }
  .top #welcome .inner p {
    font-size: 1.62162vw;
  }
}
@media screen and (max-width: 743px) {
  .top #welcome {
    padding: 20.53333vw 4vw;
  }
  .top #welcome::before {
    background-size: contain;
  }
  .top #welcome .logo {
    width: 72vw;
    margin: 0 auto 8vw;
  }
  .top #welcome .ttl {
    font-size: 11.2vw;
    margin-bottom: 5.87vw;
    text-align: left;
  }
  .top #welcome .inner {
    display: block;
    padding: 0 0.8854vw;
  }
  .top #welcome .inner p {
    width: auto;
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .top #welcome .inner p:last-child {
    margin-left: 0;
    margin-top: 5.34vw;
  }
}
.top #title_examples {
  background-color: #fff;
  padding: 10vw 3.333333vw 7.3vw;
}
.top #title_examples::before {
  height: 100%;
  background-image: url(/img/top/bg/sec2_bg.svg);
}
.top #title_examples .idx_hl {
  margin-bottom: 4.4271vw;
  padding: 0 0.8854vw;
}
.top #title_examples .inner {
  padding: 0 0.8854vw;
}
.top #title_examples .inner ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top #title_examples .inner ul li {
  width: 14.166666vw;
  margin: 0 0.45vw 2.5vw;
}
.top #title_examples .inner ul li a {
  display: block;
  text-align: center;
}
.top #title_examples .inner ul li a img {
  display: block;
  width: 77.21%;
  margin: 0 auto 1.25vw;
}
.top #title_examples .inner ul li a p {
  font-size: 1.25vw;
  line-height: 1.4;
}
@media screen and (max-width: 1480px) {
  .top #title_examples {
    padding: 7.3648vw 2.7027vw 4.8vw;
  }
  .top #title_examples .idx_hl {
    margin-bottom: 4.7297vw;
    padding: 0 1.081078vw;
  }
  .top #title_examples .inner {
    padding: 0;
  }
  .top #title_examples .inner ul li {
    width: 18.379vw;
    margin: 0 2.36489vw 3.3784vw;
  }
  .top #title_examples .inner ul li:nth-child(6n+1) {
    margin: 0 2.36489vw 3.3784vw;
  }
  .top #title_examples .inner ul li a img {
    width: 88.24%;
    margin: 0 auto 1.35135vw;
  }
  .top #title_examples .inner ul li a p {
    font-size: 1.35135vw;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 743px) {
  .top #title_examples {
    padding: 24vw 4vw 12vw;
  }
  .top #title_examples .idx_hl {
    margin-bottom: 9.34vw;
    padding: 0;
  }
  .top #title_examples .inner {
    padding: 0;
  }
  .top #title_examples .inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top #title_examples .inner ul li {
    width: 50%;
    margin: 0 0 7.6vw;
  }
  .top #title_examples .inner ul li:nth-child(6n+1) {
    margin: 0 0 7.6vw;
  }
  .top #title_examples .inner ul li a img {
    width: 89%;
    margin: 0 auto 4vw;
  }
  .top #title_examples .inner ul li a p {
    font-size: 4.27vw;
    line-height: 1.1;
  }
}
.top #past_cases {
  padding: 10vw 3.333333vw 9vw;
}
.top #past_cases::before {
  height: 100%;
  background-image: url(/img/top/bg/sec3_bg.svg);
}
.top #past_cases .idx_hl {
  margin-bottom: 3.64585vw;
  padding: 0 0.8854vw;
}
.top #past_cases .inner .item {
  display: block;
  margin-bottom: 4.166666vw;
  padding: 0 0.8854vw 4.166666vw;
  border-bottom: 2px solid #ccc;
}
.top #past_cases .inner .item:last-of-type {
  padding: 0 0.8854vw;
  margin-bottom: 0;
  border-bottom: none;
}
.top #past_cases .inner .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top #past_cases .inner .item dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 41.666666vw;
  font-size: 0;
}
.top #past_cases .inner .item dl dt span.caption {
  display: block;
  font-size: 0.625vw;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-top: 0.5vw;
}
.top #past_cases .inner .item dl dt span.caption .copy {
  font-size: 0.6vw;
  display: inline;
  vertical-align: text-bottom;
}
.top #past_cases .inner .item dl dd {
  margin-left: 5.73vw;
}
.top #past_cases .inner .item dl dd .ttl {
  font-size: 3.75vw;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 2.6vw;
}
.top #past_cases .inner .item dl dd .ttl span {
  display: inline-block;
}
.top #past_cases .inner .item dl dd .txt {
  font-size: 1.25vw;
  line-height: 1.5;
  margin-bottom: 1.666666vw;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1480px) {
  .top #past_cases {
    padding: 8.1081vw 2.7027vw 12.3vw;
  }
  .top #past_cases .idx_hl {
    margin-bottom: 3.64585vw;
    padding: 0 1.081078vw;
  }
  .top #past_cases .inner .item {
    margin-bottom: 5.4054vw;
    padding: 0 1.081078vw 5.4054vw;
  }
  .top #past_cases .inner .item:last-of-type {
    padding: 0 1.081078vw;
  }
  .top #past_cases .inner .item dl dt {
    width: 41.666666vw;
  }
  .top #past_cases .inner .item dl dd {
    margin-left: 6.4865vw;
  }
  .top #past_cases .inner .item dl dd .ttl {
    font-size: 3.64865vw;
    margin-bottom: 2.16216vw;
  }
  .top #past_cases .inner .item dl dd .txt {
    font-size: 1.35135vw;
    margin-bottom: 1.7568vw;
  }
}
@media screen and (max-width: 743px) {
  .top #past_cases {
    padding: 23vw 4vw 15vw;
  }
  .top #past_cases .idx_hl {
    margin-bottom: 6.67vw;
    padding: 0;
  }
  .top #past_cases .inner .item {
    margin-bottom: 10.67vw;
    padding: 0;
    border-bottom: none;
  }
  .top #past_cases .inner .item:last-of-type {
    padding: 0;
  }
  .top #past_cases .inner .item dl {
    display: block;
  }
  .top #past_cases .inner .item dl dt {
    width: auto;
    margin-bottom: 6vw;
  }
  .top #past_cases .inner .item dl dt span.caption {
    font-size: 2.933vw;
    line-height: 1.3;
    margin: 1.5vw auto 0;
    width: 92vw;
  }
  .top #past_cases .inner .item dl dt span.caption .copy {
    font-size: 2.9vw;
  }
  .top #past_cases .inner .item dl dd {
    margin-left: 0;
  }
  .top #past_cases .inner .item dl dd .ttl {
    font-size: 11.2vw;
    margin-bottom: 6.67vw;
  }
  .top #past_cases .inner .item dl dd .ttl span {
    display: block;
  }
  .top #past_cases .inner .item dl dd .txt {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.top #faq {
  padding: 10.2vw 3.333333vw 8.7vw;
}
.top #faq .idx_hl {
  margin-bottom: 3.64585vw;
  padding: 0 0.8854vw;
}
.top #faq .inner {
  padding: 0 0.8854vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top #faq .inner .dpg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3.38541vw;
  grid-template-areas: "areaA areaC" "areaB areaC";
}
.top #faq .inner .dpg .areaA {
  grid-area: areaA;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #000;
}
.top #faq .inner .dpg .areaB {
  grid-area: areaB;
}
.top #faq .inner .dpg .areaC {
  grid-area: areaC;
}
.top #faq .inner .dpg .qa {
  cursor: pointer;
}
.top #faq .inner .dpg .qa.active dl.a1 {
  margin-top: 2.083333vw;
  max-height: var(--max-height);
}
.top #faq .inner .dpg .qa dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top #faq .inner .dpg .qa dl.q1 dt {
  color: #071A70;
}
.top #faq .inner .dpg .qa dl.q1 dd {
  font-size: 1.666666vw;
  line-height: 1.6;
}
.top #faq .inner .dpg .qa dl.a1 {
  margin-top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  max-height: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}
.top #faq .inner .dpg .qa dl.a1::-webkit-scrollbar {
  display: none;
}
.top #faq .inner .dpg .qa dl.a1 dt {
  color: #F4333F;
}
.top #faq .inner .dpg .qa dl.a1 dd {
  font-size: 1.25vw;
  line-height: 1.6;
}
.top #faq .inner .dpg .qa dl dt {
  width: 22%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3.75vw;
  line-height: 1;
}
.top #faq .inner .dpg .qa dl dd {
  width: 78%;
}
.top #faq .inner .dpg .qa dl dd.underline a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top #faq .inner .b_box {
  margin-left: auto;
}
.top #faq .inner::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1480px) {
  .top #faq {
    padding: 10.8108vw 2.7027vw 8.1081vw;
  }
  .top #faq .idx_hl {
    margin-bottom: 6.7568vw;
    padding: 0 1.081078vw;
  }
  .top #faq .inner {
    padding: 0 1.081078vw;
  }
  .top #faq .inner .dpg {
    display: block;
  }
  .top #faq .inner .dpg .qa {
    margin-top: 2.8379vw;
    padding-top: 2.8379vw;
    border-top: 1px solid #000;
  }
  .top #faq .inner .dpg .qa dl.q1 {
    margin-bottom: 2.083333vw;
  }
  .top #faq .inner .dpg .qa dl.q1 dd {
    font-size: 1.62162vw;
    line-height: 1.4;
  }
  .top #faq .inner .dpg .qa dl.a1 dd {
    font-size: 1.081078vw;
  }
  .top #faq .inner .dpg .qa dl dt {
    width: 8.109vw;
    font-size: 3.64865vw;
  }
  .top #faq .inner .dpg .areaA {
    margin: 0;
    padding: 0;
    border: none;
  }
  .top #faq .inner .b_box {
    position: static;
    margin: 2.027vw auto 0;
  }
  .top #faq .inner::after {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .top #faq {
    padding: 22.4vw 4vw 20.8vw;
  }
  .top #faq .idx_hl {
    margin-bottom: 10vw;
    padding: 0;
  }
  .top #faq .inner {
    padding: 0;
  }
  .top #faq .inner .dpg .qa {
    margin-top: 9.34vw;
    padding-top: 9.34vw;
    pointer-events: none;
  }
  .top #faq .inner .dpg .qa dl.q1 dd {
    font-size: 6.4vw;
  }
  .top #faq .inner .dpg .qa dl.a1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 6.67vw;
    overflow: visible;
    max-height: none;
  }
  .top #faq .inner .dpg .qa dl.a1 dd {
    font-size: 4.8vw;
  }
  .top #faq .inner .dpg .qa dl.a1 dd a {
    pointer-events: auto;
  }
  .top #faq .inner .dpg .qa dl dt {
    width: 27%;
    font-size: 9.6vw;
  }
  .top #faq .inner .dpg .qa dl dd {
    width: 73%;
  }
  .top #faq .inner .dpg .areaA {
    margin: 0;
    padding: 0;
  }
  .top #faq .inner .b_box {
    margin: 8.54vw 0 0;
  }
}
.top #contact_us {
  padding: 10vw 3.333333vw 9vw;
}
.top #contact_us::before {
  height: 100%;
  background-image: url(/img/top/bg/sec5_bg.svg);
  background-size: cover;
}
.top #contact_us .idx_hl {
  margin-bottom: 3.64585vw;
}
.top #contact_us .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top #contact_us .inner .bold {
  font-size: 3.75vw;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1480px) {
  .top #contact_us {
    padding: 8.7838vw 2.7027vw 6.2838vw;
  }
  .top #contact_us .idx_hl {
    margin-bottom: 2.027vw;
    padding: 0 1.081078vw;
  }
  .top #contact_us .inner {
    padding: 0 1.081078vw;
  }
  .top #contact_us .inner .bold {
    font-size: 3.64865vw;
  }
}
@media screen and (max-width: 743px) {
  .top #contact_us {
    padding: 22.66666vw 4vw 22vw;
  }
  .top #contact_us::before {
    background-size: contain;
  }
  .top #contact_us .idx_hl {
    margin-bottom: 12vw;
    padding: 0;
  }
  .top #contact_us .inner {
    display: block;
    padding: 0;
  }
  .top #contact_us .inner .bold {
    font-size: 11.2vw;
    line-height: 1.2;
    margin-bottom: 10.67vw;
  }
}
.top #link {
  background-color: #ccc;
  padding: 10.416666vw 3.333333vw 10vw;
}
.top #link .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top #link .inner .idx_hl {
  color: #fff;
}
.top #link .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10.416666vw;
  width: 100%;
}
.top #link .inner ul li {
  width: 30%;
}
.top #link .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.top #link .inner ul li a .bold {
  font-size: 3.75vw;
  margin-right: 1.041666vw;
  letter-spacing: -0.02em;
}
.top #link .inner ul li a .arrow {
  display: block;
  width: 2.188vw;
  height: 2.188vw;
  border-top: 0.313vw solid #fff;
  border-right: 0.313vw solid #fff;
  position: relative;
}
.top #link .inner ul li a .arrow::before {
  content: "";
  display: block;
  width: 0.313vw;
  height: 2.188vw;
  background-color: #fff;
  position: absolute;
  top: -0.4166666vw;
  right: 0.52vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1480px) {
  .top #link {
    padding: 8.7838vw 2.7027vw;
  }
  .top #link .inner {
    padding: 0 1.081078vw;
  }
  .top #link .inner ul {
    margin-left: 12.5vw;
  }
  .top #link .inner ul li {
    width: 30%;
  }
  .top #link .inner ul li a .bold {
    font-size: 3.64865vw;
    margin-right: 1.35133vw;
  }
  .top #link .inner ul li a .arrow {
    width: 2.433vw;
    height: 2.433vw;
  }
  .top #link .inner ul li a .arrow::before {
    width: 0.313vw;
    height: 2.703vw;
    top: -0.5vw;
    right: 0.675676vw;
  }
}
@media screen and (max-width: 743px) {
  .top #link {
    padding: 24vw 9.34vw 20vw;
  }
  .top #link .inner {
    display: block;
    padding: 0;
  }
  .top #link .inner .idx_hl {
    margin-bottom: 8.94vw;
  }
  .top #link .inner ul {
    display: block;
    margin-left: 0;
  }
  .top #link .inner ul li {
    width: auto;
  }
  .top #link .inner ul li a .bold {
    font-size: 11.2vw;
    margin-right: 3.2vw;
    line-height: 1.6;
  }
  .top #link .inner ul li a .arrow {
    width: 6.54vw;
    height: 6.54vw;
    border-top: 0.935vw solid #fff;
    border-right: 0.935vw solid #fff;
  }
  .top #link .inner ul li a .arrow::before {
    width: 0.935vw;
    height: 8.14vw;
    top: -1.6vw;
    right: 2vw;
  }
}

html[lang=ja] .top .idx_hl {
  font-size: 5.625vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .top .idx_hl {
    font-size: 5.3513541vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .top .idx_hl {
    font-size: 12.479994vw;
  }
}
html[lang=ja] .top #welcome .ttl {
  font-size: 3.375vw;
}
html[lang=ja] .top #welcome .inner p {
  font-size: 1.4999994vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .top #welcome .ttl {
    font-size: 3.283785vw;
  }
  html[lang=ja] .top #welcome .inner p {
    font-size: 1.459458vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .top #welcome .ttl {
    font-size: 10.08vw;
  }
  html[lang=ja] .top #welcome .inner p {
    font-size: 5.76vw;
  }
}
html[lang=ja] .top #title_examples .inner ul li a p.jpFontHeavy {
  font-size: 1.125vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .top #title_examples .inner ul li a p.jpFontHeavy {
    font-size: 1.216215vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .top #title_examples .inner ul li a p.jpFontHeavy {
    font-size: 3.843vw;
  }
}
html[lang=ja] .top #past_cases .inner .item dl dd .ttl span {
  font-size: 3.375vw;
}
html[lang=ja] .top #past_cases .inner .item dl dd .txt {
  font-size: 1.125vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .top #past_cases .inner .item dl dd .ttl span {
    font-size: 3.283785vw;
  }
  html[lang=ja] .top #past_cases .inner .item dl dd .txt {
    font-size: 1.216215vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .top #past_cases .inner .item dl dd .ttl span {
    font-size: 10.08vw;
  }
  html[lang=ja] .top #past_cases .inner .item dl dd .txt {
    font-size: 4.32vw;
  }
}
html[lang=ja] .top #faq .inner .dpg .qa dl.q1 dd {
  font-size: 1.4999994vw;
}
html[lang=ja] .top #faq .inner .dpg .qa dl.a1 dd {
  font-size: 1.125vw;
}
html[lang=ja] .top #faq .inner .dpg .qa dl dt {
  font-size: 3.375vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .top #faq .inner .dpg .qa dl.q1 dd {
    font-size: 1.459458vw;
  }
  html[lang=ja] .top #faq .inner .dpg .qa dl.a1 dd {
    font-size: 0.9729702vw;
  }
  html[lang=ja] .top #faq .inner .dpg .qa dl dt {
    font-size: 3.283785vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .top #faq .inner .dpg .qa dl.q1 dd {
    font-size: 5.76vw;
  }
  html[lang=ja] .top #faq .inner .dpg .qa dl.a1 dd {
    font-size: 4.32vw;
  }
  html[lang=ja] .top #faq .inner .dpg .qa dl dt {
    font-size: 8.64vw;
  }
}
html[lang=ja] .top #contact_us .inner .jpFontHeavy {
  font-size: 3.375vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .top #contact_us .inner .jpFontHeavy {
    font-size: 3.283785vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .top #contact_us .inner .jpFontHeavy {
    font-size: 10.08vw;
    line-height: 1.2;
    margin-bottom: 10.67vw;
  }
}

.faq {
  background-color: #f5f5f5;
}
.faq main {
  padding: 10.2vw 3.333333vw 8.7vw;
  border-top: 2px solid #000;
  position: relative;
}
.faq main .bg {
  width: 61.6666666vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1480px) {
  .faq main {
    padding: 10.8108vw 2.7027vw 8.1081vw;
  }
}
@media screen and (max-width: 743px) {
  .faq main {
    padding: 22.4vw 4vw 20.8vw;
  }
  .faq main .bg {
    width: 74.666667vw;
  }
}
.faq .idx_hl {
  font-size: 6.25vw;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 3.64585vw;
  padding: 0 0.8854vw;
}
@media screen and (max-width: 1480px) {
  .faq .idx_hl {
    font-size: 5.945949vw;
    margin-bottom: 6.7568vw;
    padding: 0 1.081078vw;
  }
}
@media screen and (max-width: 743px) {
  .faq .idx_hl {
    font-size: 13.86666vw;
    margin-bottom: 10vw;
    padding: 0;
  }
}
.faq .underline a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq .underline a:hover {
  opacity: 0.3;
}
.faq #faq {
  padding: 0;
}
.faq #faq .inner {
  padding: 0 0.8854vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.faq #faq .inner .dpg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq #faq .inner .dpg .column_wrap {
  width: 44.2vw;
}
.faq #faq .inner .dpg .qa {
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.faq #faq .inner .dpg .qa:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq #faq .inner .dpg .qa.active dl.a1 {
  margin-top: 2.083333vw;
  max-height: var(--max-height);
}
.faq #faq .inner .dpg .qa dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq #faq .inner .dpg .qa dl.q1 dt {
  color: #071A70;
}
.faq #faq .inner .dpg .qa dl.q1 dd {
  font-size: 1.666666vw;
  line-height: 1.6;
}
.faq #faq .inner .dpg .qa dl.a1 {
  margin-top: 2.083333vw;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  max-height: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}
.faq #faq .inner .dpg .qa dl.a1::-webkit-scrollbar {
  display: none;
}
.faq #faq .inner .dpg .qa dl.a1 dt {
  color: #F4333F;
}
.faq #faq .inner .dpg .qa dl.a1 dd {
  font-size: 1.25vw;
  line-height: 1.6;
}
.faq #faq .inner .dpg .qa dl.a1 dd ul {
  margin: 1.3vw 0;
}
.faq #faq .inner .dpg .qa dl dt {
  width: 22%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3.75vw;
  line-height: 1;
}
.faq #faq .inner .dpg .qa dl dd {
  width: 78%;
}
.faq #faq .inner::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1480px) {
  .faq #faq .inner {
    padding: 0 1.081078vw;
  }
  .faq #faq .inner .dpg .qa dl.q1 dd {
    font-size: 1.62162vw;
    line-height: 1.4;
  }
  .faq #faq .inner .dpg .qa dl.a1 {
    margin-top: 2.083333vw;
  }
  .faq #faq .inner .dpg .qa dl.a1 dd {
    font-size: 1.081078vw;
  }
  .faq #faq .inner .dpg .qa dl dt {
    font-size: 3.64865vw;
  }
}
@media screen and (max-width: 743px) {
  .faq #faq .inner {
    padding: 0;
  }
  .faq #faq .inner .dpg {
    display: block;
  }
  .faq #faq .inner .dpg .column_wrap {
    width: auto;
  }
  .faq #faq .inner .dpg .column_wrap:first-of-type .qa:last-of-type {
    margin-bottom: 9.34vw;
    padding-bottom: 9.34vw;
    border-bottom: 1px solid #000;
  }
  .faq #faq .inner .dpg .qa {
    margin-bottom: 9.34vw;
    padding-bottom: 9.34vw;
    pointer-events: none;
  }
  .faq #faq .inner .dpg .qa dl.q1 dd {
    font-size: 6.4vw;
  }
  .faq #faq .inner .dpg .qa dl.a1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 6.67vw;
    overflow: visible;
    max-height: none;
  }
  .faq #faq .inner .dpg .qa dl.a1 dd {
    font-size: 4.8vw;
  }
  .faq #faq .inner .dpg .qa dl.a1 dd a {
    pointer-events: auto;
  }
  .faq #faq .inner .dpg .qa dl.a1 dd ul {
    margin: 5.33333vw 0;
  }
  .faq #faq .inner .dpg .qa dl dt {
    width: 27%;
    font-size: 9.6vw;
  }
  .faq #faq .inner .dpg .qa dl dd {
    width: 73%;
  }
  .faq #faq .inner::after {
    display: none;
  }
}

html[lang=ja] .faq .idx_hl {
  font-size: 5.625vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .faq .idx_hl {
    font-size: 5.3513541vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .faq .idx_hl {
    font-size: 12.479994vw;
  }
}
html[lang=ja] .faq #faq .inner .dpg .qa dl.q1 dd {
  font-size: 1.4999994vw;
}
html[lang=ja] .faq #faq .inner .dpg .qa dl.a1 dd {
  font-size: 1.125vw;
}
html[lang=ja] .faq #faq .inner .dpg .qa dl dt {
  font-size: 3.375vw;
}
@media screen and (max-width: 1480px) {
  html[lang=ja] .faq #faq .inner .dpg .qa dl.q1 dd {
    font-size: 1.459458vw;
  }
  html[lang=ja] .faq #faq .inner .dpg .qa dl.a1 dd {
    font-size: 0.9729702vw;
  }
  html[lang=ja] .faq #faq .inner .dpg .qa dl dt {
    font-size: 3.283785vw;
  }
}
@media screen and (max-width: 743px) {
  html[lang=ja] .faq #faq .inner .dpg .qa dl.q1 dd {
    font-size: 5.76vw;
  }
  html[lang=ja] .faq #faq .inner .dpg .qa dl.a1 dd {
    font-size: 4.32vw;
  }
  html[lang=ja] .faq #faq .inner .dpg .qa dl dt {
    font-size: 8.64vw;
  }
}

.title {
  background-color: #f5f5f5;
}
.title main {
  padding: 8vw 3.333333vw 0;
  border-top: 2px solid #000;
  position: relative;
}
.title main .bg {
  width: 61.6666666vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .title main {
    padding: 23vw 4vw 0;
  }
  .title main .bg {
    width: 74.666667vw;
  }
}
.title .idx_hl {
  font-size: 6.25vw;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 743px) {
  .title .idx_hl {
    font-size: 13.86666vw;
  }
}
.title .common_ttl {
  font-size: 3.75vw;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 1.666666vw;
}
@media screen and (max-width: 743px) {
  .title .common_ttl {
    font-size: 11.2vw;
    margin-bottom: 10.67vw;
  }
}
.title #titleContents {
  padding: 0 0 4.4271vw;
}
.title #titleContents .outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.4791vw 3.38541vw;
  grid-template-areas: "areaA areaB" "areaC areaB" "areaD areaD";
}
.title #titleContents .outer .ttlArea {
  grid-area: areaA;
}
.title #titleContents .outer .ttlArea span {
  display: block;
  font-size: 3.75vw;
  margin-top: 2vw;
}
.title #titleContents .outer .imgArea {
  grid-area: areaB;
}
.title #titleContents .outer .imgArea div {
  width: 29.167vw;
  margin: 0 auto 3.333333vw;
  font-size: 0;
}
.title #titleContents .outer .imgArea p {
  font-size: 2.5vw;
  font-family: "Comic Neue", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
}
.title #titleContents .outer .txtArea {
  grid-area: areaC;
}
.title #titleContents .outer .txtArea p {
  font-size: 1.25vw;
  line-height: 1.6;
}
.title #titleContents .outer .txtArea p.min_ttl {
  font-size: 2.1875vw;
  margin-bottom: 1.25vw;
}
.title #titleContents .outer .metaBox {
  grid-area: areaD;
  background-color: #fff;
  border: 2px solid #000;
  padding: 2.5vw 1.5625vw;
}
.title #titleContents .outer .metaBox ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw 3vw;
  grid-template-areas: "areaA areaC" "areaB areaD";
}
.title #titleContents .outer .metaBox ul li p {
  font-size: 1.25vw;
  line-height: 1.6;
}
.title #titleContents .outer .metaBox ul li p.prop {
  font-size: 2.1875vw;
  letter-spacing: -0.05em;
  margin-bottom: 0.8vw;
}
.title #titleContents .outer .metaBox ul li:nth-child(1) {
  grid-area: areaA;
}
.title #titleContents .outer .metaBox ul li:nth-child(2) {
  grid-area: areaB;
}
.title #titleContents .outer .metaBox ul li:nth-child(3) {
  grid-area: areaC;
}
@media screen and (max-width: 743px) {
  .title #titleContents {
    padding: 0 0 17.33333vw;
  }
  .title #titleContents .outer {
    display: block;
  }
  .title #titleContents .outer .ttlArea {
    margin-bottom: 10.14vw;
  }
  .title #titleContents .outer .ttlArea span {
    font-size: 11.2vw;
    letter-spacing: 0;
    margin-top: 5.07vw;
  }
  .title #titleContents .outer .imgArea {
    margin-bottom: 8vw;
  }
  .title #titleContents .outer .imgArea div {
    width: 70.13333vw;
    margin: 0 auto 9.34vw;
  }
  .title #titleContents .outer .imgArea p {
    font-size: 8vw;
    padding: 0 5.34vw;
    word-wrap: break-word;
  }
  .title #titleContents .outer .txtArea p {
    font-size: 4.8vw;
    font-family: "Maax-Regular";
  }
  .title #titleContents .outer .txtArea p.min_ttl {
    font-size: 8.54vw;
    font-family: "Maax-Bold";
    margin-bottom: 2.67vw;
  }
  .title #titleContents .outer .metaBox {
    margin: 10.67vw 0 0;
    padding: 8.54vw 4.54vw;
  }
  .title #titleContents .outer .metaBox ul {
    display: block;
  }
  .title #titleContents .outer .metaBox ul li {
    margin-bottom: 10.67vw;
  }
  .title #titleContents .outer .metaBox ul li:last-of-type {
    margin-bottom: 0;
  }
  .title #titleContents .outer .metaBox ul li p {
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .title #titleContents .outer .metaBox ul li p.prop {
    font-size: 8.54vw;
    line-height: 1;
    margin-bottom: 4vw;
  }
}
.title #ip-case {
  margin-bottom: 4.166666vw;
  padding: 0;
}
.title #ip-case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title #ip-case ul li {
  width: 31%;
  margin: 0 0 3.333333vw 3.5%;
}
.title #ip-case ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.title #ip-case ul li a figure {
  font-size: 0;
}
.title #ip-case ul li a figure iframe {
  width: 28.93vw;
  height: 16.275vw;
  margin-bottom: 0.8vw;
}
.title #ip-case ul li a figure img {
  margin-bottom: 0.8vw;
}
.title #ip-case ul li a figure figcaption {
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 0.7812vw;
  font-size: 0.625vw;
  letter-spacing: 0;
}
.title #ip-case ul li a figure figcaption span {
  display: inline-block;
}
.title #ip-case ul li a figure figcaption span.copy {
  display: inline;
}
.title #ip-case ul li a figure figcaption span.medium {
  font-size: 1.25vw;
}
@media screen and (max-width: 743px) {
  .title #ip-case {
    margin-bottom: 16vw;
  }
  .title #ip-case ul {
    display: block;
  }
  .title #ip-case ul li {
    width: auto;
    margin-left: 0;
    margin-bottom: 8vw;
  }
  .title #ip-case ul li:last-of-type {
    margin-bottom: 0;
  }
  .title #ip-case ul li a figure iframe {
    width: 91.794vw;
    height: 51.7512vw;
  }
  .title #ip-case ul li a figure img {
    margin-bottom: 2vw;
  }
  .title #ip-case ul li a figure figcaption {
    font-size: 2.933vw;
    margin-bottom: 2.14vw;
  }
  .title #ip-case ul li a figure figcaption span.medium {
    font-size: 3.8vw;
  }
}
.title #related-link {
  margin-bottom: 6vw;
  padding: 0;
}
.title #related-link .outer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.title #related-link .outer ul li {
  width: 25%;
}
.title #related-link .outer ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.title #related-link .outer ul li a .bold {
  font-size: 2.1875vw;
  margin-right: 0.833333vw;
  letter-spacing: -0.02em;
}
.title #related-link .outer ul li a .arrow {
  display: block;
  width: 1.3026vw;
  height: 1.3026vw;
  border-top: 0.157vw solid #000;
  border-right: 0.157vw solid #000;
  position: relative;
}
.title #related-link .outer ul li a .arrow::before {
  content: "";
  display: block;
  width: 0.157vw;
  height: 1.5vw;
  background-color: #000;
  position: absolute;
  top: -0.2vw;
  right: 0.45vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 743px) {
  .title #related-link {
    margin-bottom: 20vw;
  }
  .title #related-link .outer ul {
    display: block;
  }
  .title #related-link .outer ul li {
    width: auto;
    margin-bottom: 5.34vw;
  }
  .title #related-link .outer ul li:last-of-type {
    margin-bottom: 0;
  }
  .title #related-link .outer ul li a .bold {
    font-size: 8.54vw;
    margin-right: 3.2vw;
    line-height: 1.6;
  }
  .title #related-link .outer ul li a .arrow {
    width: 4.54vw;
    height: 4.54vw;
    border-top: 0.935vw solid #000;
    border-right: 0.935vw solid #000;
  }
  .title #related-link .outer ul li a .arrow::before {
    width: 0.935vw;
    height: 5.34vw;
    top: -0.8vw;
    right: 1.6vw;
  }
}
.title #pick-up {
  margin-bottom: 4.166666vw;
}
.title #pick-up .outer h3 {
  font-size: 2.8125vw;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 0.75vw;
}
.title #pick-up .outer .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title #pick-up .outer .inner .imgArea {
  width: 47.5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.title #pick-up .outer .inner .imgArea div {
  font-size: 0;
  margin-bottom: 2vw;
}
.title #pick-up .outer .inner .imgArea div span.caption {
  display: block;
  font-size: 0.625vw;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 0.5vw;
}
.title #pick-up .outer .inner .imgArea div iframe {
  width: 100%;
  height: 25vw;
}
.title #pick-up .outer .inner .txtArea {
  width: 47.5%;
}
.title #pick-up .outer .inner .txtArea p {
  font-size: 1.25vw;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.title #pick-up .outer .inner .txtArea p.txt1 {
  margin-bottom: 1.25vw;
}
.title #pick-up .outer .inner .txtArea p a {
  text-decoration: underline;
}
@media screen and (max-width: 743px) {
  .title #pick-up {
    margin-bottom: 16vw;
  }
  .title #pick-up .outer h3 {
    font-size: 8.54vw;
    margin-bottom: 4.8vw;
  }
  .title #pick-up .outer h3 span {
    display: inline-block;
  }
  .title #pick-up .outer .inner {
    display: block;
  }
  .title #pick-up .outer .inner .imgArea {
    width: auto;
  }
  .title #pick-up .outer .inner .imgArea div {
    font-size: 0;
    margin-bottom: 8vw;
  }
  .title #pick-up .outer .inner .imgArea div span.caption {
    font-size: 2.933vw;
    line-height: 1.3;
    margin: 1.5vw auto 0;
    width: 92vw;
  }
  .title #pick-up .outer .inner .imgArea div iframe {
    height: 52vw;
  }
  .title #pick-up .outer .inner .txtArea {
    width: auto;
  }
  .title #pick-up .outer .inner .txtArea p {
    font-size: 4.8vw;
  }
  .title #pick-up .outer .inner .txtArea p.txt1 {
    margin-bottom: 4.8vw;
  }
}

html[lang=ja] .title .idx_hl {
  font-size: 5.625vw;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .title .idx_hl {
    font-size: 12.479994vw;
  }
}
html[lang=ja] .title .common_ttl {
  font-size: 3.375vw;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .title .common_ttl {
    font-size: 10.08vw;
  }
}
html[lang=ja] .title #titleContents .outer .ttlArea span {
  font-size: 3.375vw;
  font-family: "Noto Sans JP", sans-serif;
}
html[lang=ja] .title #titleContents .outer .imgArea p {
  font-size: 2.25vw;
  font-family: "Noto Serif JP", serif;
}
html[lang=ja] .title #titleContents .outer .txtArea p {
  font-size: 1.125vw;
}
html[lang=ja] .title #titleContents .outer .txtArea p.min_ttl {
  font-size: 2.1875vw;
}
html[lang=ja] .title #titleContents .outer .metaBox ul li p {
  font-size: 1.125vw;
}
html[lang=ja] .title #titleContents .outer .metaBox ul li p.prop {
  font-size: 1.96875vw;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .title #titleContents .outer .ttlArea span {
    font-size: 10.08vw;
  }
  html[lang=ja] .title #titleContents .outer .imgArea p {
    font-size: 7.2vw;
  }
  html[lang=ja] .title #titleContents .outer .txtArea p {
    font-size: 4.32vw;
    font-family: "Maax-Regular";
  }
  html[lang=ja] .title #titleContents .outer .txtArea p.min_ttl {
    font-size: 8.54vw;
    font-family: "Maax-Bold";
  }
  html[lang=ja] .title #titleContents .outer .metaBox ul li p {
    font-size: 4.32vw;
  }
  html[lang=ja] .title #titleContents .outer .metaBox ul li p.prop {
    font-size: 7.686vw;
  }
}
html[lang=ja] .title #related-link .outer ul li a .jpFontHeavy {
  font-size: 1.96875vw;
  margin-right: 0.833333vw;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .title #related-link .outer ul li a .jpFontHeavy {
    font-size: 7.686vw;
    margin-right: 3.2vw;
    line-height: 1.6;
  }
}
html[lang=ja] .title #pick-up .outer h3 small {
  font-size: 2.53125vw;
}
html[lang=ja] .title #pick-up .outer .inner .imgArea div span.caption {
  font-size: 0.5625vw;
}
html[lang=ja] .title #pick-up .outer .inner .txtArea p {
  font-size: 1.125vw;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .title #pick-up .outer h3 small {
    font-size: 7.686vw;
  }
  html[lang=ja] .title #pick-up .outer .inner .imgArea div span.caption {
    font-size: 2.6397vw;
  }
  html[lang=ja] .title #pick-up .outer .inner .txtArea p {
    font-size: 4.32vw;
  }
}

.past-cases {
  background-color: #f5f5f5;
}
.past-cases main {
  padding: 10vw 4.166666vw 3.64585vw;
  border-top: 2px solid #000;
  position: relative;
}
.past-cases main .bg {
  width: 61.6666666vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .past-cases main {
    padding: 24vw 0 15.46666vw;
  }
  .past-cases main .bg {
    width: 74.666667vw;
  }
}
.past-cases .idx_hl {
  font-size: 6.25vw;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 3.64585vw;
  padding: 0;
}
@media screen and (max-width: 743px) {
  .past-cases .idx_hl {
    font-size: 13.86666vw;
    margin-bottom: 13.34vw;
    padding: 0 6.67vw;
  }
}
.past-cases .idx_s {
  font-size: 3.75vw;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 1.666666vw;
  padding: 0;
}
@media screen and (max-width: 743px) {
  .past-cases .idx_s {
    font-size: 11.2vw;
    margin-bottom: 10.67vw;
    padding: 0 4vw;
  }
}
.past-cases .underline a {
  text-decoration: underline;
}
.past-cases #past_cases {
  margin-bottom: 6.25vw;
}
.past-cases #past_cases .inner .item {
  display: block;
  padding: 4.166666vw 0;
  border-bottom: 2px solid #ccc;
}
.past-cases #past_cases .inner .item:nth-of-type(odd) dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.past-cases #past_cases .inner .item:last-of-type {
  padding: 4.166666vw 0 0;
  margin-bottom: 0;
  border-bottom: none;
}
.past-cases #past_cases .inner .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.past-cases #past_cases .inner .item dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  font-size: 0;
}
.past-cases #past_cases .inner .item dl dt span.caption {
  display: block;
  font-size: 0.625vw;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 0.5vw;
}
.past-cases #past_cases .inner .item dl dt span.caption span {
  display: block;
}
.past-cases #past_cases .inner .item dl dt img {
  width: 41.666666vw;
}
.past-cases #past_cases .inner .item dl dt iframe {
  width: 44.271vw;
  height: 24.844vw;
}
.past-cases #past_cases .inner .item dl dd {
  width: 44.948vw;
}
.past-cases #past_cases .inner .item dl dd .ttl {
  font-size: 3.75vw;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 0.75vw;
}
.past-cases #past_cases .inner .item dl dd .ttl span {
  display: inline-block;
}
.past-cases #past_cases .inner .item dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
}
.past-cases #past_cases .inner .item dl dd ul li {
  font-size: 1.041666vw;
  height: 1.615vw;
  line-height: 1.1;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 0.5vw;
  padding: 0 0.72915vw;
}
.past-cases #past_cases .inner .item dl dd ul li:first-of-type {
  margin-left: 0;
}
.past-cases #past_cases .inner .item dl dd p {
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.past-cases #past_cases .inner .item dl dd p.txt {
  margin-bottom: 1.666666vw;
}
@media screen and (max-width: 743px) {
  .past-cases #past_cases {
    margin-bottom: 10.67vw;
  }
  .past-cases #past_cases .idx_s {
    padding: 0 6.67vw;
  }
  .past-cases #past_cases .inner .item {
    margin-bottom: 0;
    padding: 8vw 0 0;
    border-bottom: none;
  }
  .past-cases #past_cases .inner .item:last-of-type {
    padding: 8vw 0 0;
  }
  .past-cases #past_cases .inner .item dl {
    display: block;
  }
  .past-cases #past_cases .inner .item dl dt span.caption {
    font-size: 2.933vw;
    line-height: 1.3;
    margin: 1.5vw auto 0;
    width: 92vw;
  }
  .past-cases #past_cases .inner .item dl dt img {
    width: 100%;
  }
  .past-cases #past_cases .inner .item dl dt iframe {
    width: 100%;
    height: 56.266666vw;
  }
  .past-cases #past_cases .inner .item dl dd {
    width: 92vw;
    margin: 5.34vw auto 12vw;
  }
  .past-cases #past_cases .inner .item dl dd .ttl {
    font-size: 11.2vw;
    margin-bottom: 4.8vw;
  }
  .past-cases #past_cases .inner .item dl dd ul {
    margin-bottom: 4.8vw;
  }
  .past-cases #past_cases .inner .item dl dd ul li {
    font-size: 5.34vw;
    height: 7.47vw;
    line-height: 5.34vw;
    margin-left: 2.14vw;
    padding: 0 4vw;
  }
  .past-cases #past_cases .inner .item dl dd ul li:first-of-type {
    margin-left: 0;
  }
  .past-cases #past_cases .inner .item dl dd p {
    font-size: 4.8vw;
    margin-bottom: 9.34vw;
  }
  .past-cases #past_cases .inner .item dl dd p.txt {
    margin-bottom: 9.34vw;
  }
}
.past-cases #other_case_studies {
  padding: 7vw 0 0;
  border-top: 2px solid #000;
}
.past-cases #other_case_studies .flex_box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.past-cases #other_case_studies .flex_box .item {
  width: 31%;
  margin: 0 0 3.333333vw 3.5%;
}
.past-cases #other_case_studies .flex_box .item iframe {
  width: 28.93vw;
  height: 16.275vw;
}
.past-cases #other_case_studies .flex_box .item p {
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 0.7812vw;
  font-size: 0.625vw;
  letter-spacing: 0;
}
.past-cases #other_case_studies .flex_box .item p span {
  display: inline-block;
}
.past-cases #other_case_studies .flex_box .item p span.copy {
  font-size: 0.6vw;
  display: inline;
  vertical-align: text-bottom;
}
.past-cases #other_case_studies .flex_box .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
}
.past-cases #other_case_studies .flex_box .item ul li {
  font-size: 1.041666vw;
  height: 1.615vw;
  line-height: 1.1;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 0.5vw;
  padding: 0 0.72915vw;
}
.past-cases #other_case_studies .flex_box .item ul li:first-of-type {
  margin-left: 0;
}
.past-cases #other_case_studies .flex_box .item:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 743px) {
  .past-cases #other_case_studies {
    padding: 20vw 0 0;
  }
  .past-cases #other_case_studies .flex_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4vw;
  }
  .past-cases #other_case_studies .flex_box .item {
    width: 46.38%;
    margin: 0 0 3.333333vw;
  }
  .past-cases #other_case_studies .flex_box .item iframe {
    width: 42.693vw;
    height: 24vw;
  }
  .past-cases #other_case_studies .flex_box .item p {
    font-size: 2.933vw;
    line-height: 1.3;
    margin-bottom: 2.67vw;
  }
  .past-cases #other_case_studies .flex_box .item p span:not(.copy) {
    display: block;
  }
  .past-cases #other_case_studies .flex_box .item p span.copy {
    font-size: 2.9vw;
  }
  .past-cases #other_case_studies .flex_box .item ul {
    margin-bottom: 4.8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .past-cases #other_case_studies .flex_box .item ul li {
    font-size: 4vw;
    height: 5.6vw;
    line-height: 4vw;
    margin-left: 2.14vw;
    margin-bottom: 2.14vw;
    padding: 0 2.14vw;
  }
  .past-cases #other_case_studies .flex_box .item ul li:first-of-type {
    margin-left: 0;
  }
  .past-cases #other_case_studies .flex_box .item ul li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .past-cases #other_case_studies .flex_box .item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}

html[lang=ja] .past-cases .idx_hl {
  font-size: 5.625vw;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .past-cases .idx_hl {
    font-size: 12.479994vw;
  }
}
html[lang=ja] .past-cases #past_cases .inner .item dl dd .ttl span {
  font-size: 3.375vw;
}
html[lang=ja] .past-cases #past_cases .inner .item dl dd ul li {
  font-size: 0.9374994vw;
}
html[lang=ja] .past-cases #past_cases .inner .item dl dd p {
  font-size: 1.125vw;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .past-cases #past_cases .inner .item dl dd .ttl {
    font-size: 10.08vw;
  }
  html[lang=ja] .past-cases #past_cases .inner .item dl dd .ttl span {
    font-size: 10.08vw;
  }
  html[lang=ja] .past-cases #past_cases .inner .item dl dd ul li {
    font-size: 4.806vw;
  }
  html[lang=ja] .past-cases #past_cases .inner .item dl dd p {
    font-size: 4.32vw;
  }
}
html[lang=ja] .past-cases #other_case_studies .flex_box .item ul li {
  font-size: 0.9374994vw;
}
@media screen and (max-width: 743px) {
  html[lang=ja] .past-cases #other_case_studies .flex_box .item ul li {
    font-size: 3.6vw;
  }
}

body.cookie {
  background-color: #f5f5f5;
}
body.cookie main {
  padding: 10.2vw 3.333333vw 8.7vw;
  border-top: 2px solid #000;
  position: relative;
}
body.cookie main .bg {
  width: 61.6666666vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1480px) {
  body.cookie main {
    padding: 10.8108vw 2.7027vw 8.1081vw;
  }
}
@media screen and (max-width: 743px) {
  body.cookie main {
    padding: 22.4vw 4vw 20.8vw;
  }
  body.cookie main .bg {
    width: 74.666667vw;
  }
}
body.cookie .idx_hl {
  font-size: 6.25vw;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 3.64585vw;
  padding: 0 0.8854vw;
}
@media screen and (max-width: 1480px) {
  body.cookie .idx_hl {
    font-size: 5.945949vw;
    margin-bottom: 6.7568vw;
    padding: 0 1.081078vw;
  }
}
@media screen and (max-width: 743px) {
  body.cookie .idx_hl {
    font-size: 13.86666vw;
    margin-bottom: 10vw;
    padding: 0;
  }
}
body.cookie #cookie {
  padding: 0;
}
body.cookie #cookie .inner {
  padding: 0 0.8854vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1480px) {
  body.cookie #cookie .inner {
    padding: 0 1.081078vw;
  }
}
@media screen and (max-width: 743px) {
  body.cookie #cookie .inner {
    padding: 0;
  }
}
body.cookie .cookie-list {
  background-color: #fff;
  padding: 2vh 2vw;
  text-align: center;
}
body.cookie .ot-sdk-cookie-policy {
  font-size: 14px !important;
}

#ot-pc-content,
.ot-pc-scrollbar,
.ot-pc-header,
.ot-pc-logo img,
#ot-pc-title,
#ot-pc-desc,
#ot-category-title,
.ot-acc-grpdesc,
.ot-category-desc,
.ot-btn-container,
.ot-pc-footer-logo,
.ot-pc-footer-logo img {
  cursor: auto !important;
}

html[lang=ja] #cookie-policy-title,
html[lang=ja] .ot-sdk-cookie-policy-group,
html[lang=ja] #ot-sdk-btn,
html[lang=ja] #onetrust-pc-btn-handler,
html[lang=ja] #onetrust-accept-btn-handler,
html[lang=ja] #ot-pc-title,
html[lang=ja] #ot-category-title,
html[lang=ja] .ot-accordion-layout.ot-cat-item,
html[lang=ja] .ot-btn-container button {
  font-family: "TazuganeGothicForKodanshaMd" !important;
}

html[lang=ja] #cookie-policy-description,
html[lang=ja] .ot-sdk-cookie-policy-group-desc,
html[lang=ja] .oot-table-header,
html[lang=ja] .ot-cookies-type-td-content,
html[lang=ja] #onetrust-policy-text,
html[lang=ja] #ot-pc-desc {
  font-family: "TazuganeGothicForKodanshaLt" !important;
}
/*# sourceMappingURL=style.css.map */
