@charset "UTF-8";
.mincho {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.fontWide {
  letter-spacing: 0.4em;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .fontWide {
    letter-spacing: 0.3em;
  }
}
/* ========== end △ */

.case-main {
  margin-bottom: 0;
}

.wrap {
  width: 1065px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .wrap {
    width: 76.5625vw;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    margin-top: 30vw;
  }
}
/* ========== end △ */

.wideWrap {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1200px) {
  .wideWrap {
    width: 90vw;
    max-width: 1280px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .wideWrap {
    /*width: 76.5625vw;*/
    width: 90vw;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .wideWrap {
    margin-top: 30vw;
  }
}
/* ========== end △ */

.case-sec__lead {
  margin-top: 100px;
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .case-sec__lead {
    margin-top: 10vw;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .spSpace {
    margin-right: 9.52381vw;
    margin-left: 9.52381vw;
  }
}
/* ========== end △ */

.anchor {
  margin-top: 300px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .anchor {
    margin-top: 35vw;
    padding: 0 5px;
  }
}
/* ========== end △ */
.anchor .ttl {
  font-size: min(2.1vw, 30px);
  text-align: center;
  font-weight: 400;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .anchor .ttl {
    font-size: 5vw;
  }
}
/* ========== end △ */
.anchor .fl {
  margin-top: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .anchor .fl {
    margin-top: 10vw;
    gap: 5px;
  }
}
/* ========== end △ */
.anchor .box {
  display: block;
  position: relative;
}
.anchor .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anchor .box .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .anchor .box .inner {
    font-size: 2vw;
  }
}
/* ========== end △ */
.anchor .box span {
  display: block;
  font-size: min(2.1vw, 30px);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .anchor .box span {
    font-size: 4vw;
  }
}
/* ========== end △ */
.anchor .box:hover .inner {
  background: rgba(0, 0, 0, 0.8);
}
.anchor .anchor_draw {
  max-width: 800px;
  margin: 100px auto 0;
}
.anchor .anchor_draw .case-sec__txt {
  margin-top: 100px;
  margin-bottom: 28px;
}

.privacy {
  margin: 300px auto 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy {
    margin-top: 35vw;
  }
}
/* ========== end △ */
.privacy .main {
  padding-left: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .main {
    padding-left: 5vw;
  }
}
/* ========== end △ */
.privacy .main .inner {
  position: relative;
}
.privacy .main img {
  display: block;
  padding-left: 150px;
  max-width: 1600px;
  margin-left: auto;
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .main img {
    padding-left: 10vw;
  }
}
/* ========== end △ */
.privacy .main .text {
  position: absolute;
  top: 7vw;
  left: 0;
  font-size: 1.7vw;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .main .text {
    font-size: 4vw;
    margin-top: -10vw;
  }
}
/* ========== end △ */
.privacy .main .text span {
  font-size: 6vw;
  display: block;
  margin-bottom: 70px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .main .text span {
    font-size: 12vw;
    margin-bottom: 5vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .main .text {
    position: static;
  }
}
/* ========== end △ */
.privacy .main .wideWrap {
  margin-top: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .main .wideWrap {
    margin-left: -5vw;
    margin-top: 15vw;
  }
}
/* ========== end △ */
.privacy .--01 {
  max-width: 800px;
}
.privacy .--02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .--02 {
    display: block;
  }
}
/* ========== end △ */
.privacy .--02 .div1 {
  grid-area: 1/2/3/3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .--02 .div1 {
    margin-left: 20vw;
    margin-right: 20vw;
  }
}
/* ========== end △ */
.privacy .--02 .div2 {
  grid-area: 2/1/3/2;
}
.privacy .--02 .div3 {
  grid-area: 1/1/2/2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .--02 .div3 {
    margin-top: 10vw;
  }
}
/* ========== end △ */
.privacy .--03 .wideWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .--03 .wideWrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* ========== end △ */
.privacy .--03 .wrap {
  margin-top: 0;
}
.privacy .--04 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .--04 .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
/* ========== end △ */
.privacy .--04 .grid .div1 {
  grid-area: 1/1/3/3;
}
.privacy .--04 .grid .div2 {
  grid-area: 1/3/2/5;
}
.privacy .--04 .grid .div3 {
  grid-area: 2/3/3/4;
}
.privacy .--04 .grid .div4 {
  grid-area: 2/4/3/5;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .--04 .grid .div1 {
    grid-area: 1/1/3/3;
  }
  .privacy .--04 .grid .div2 {
    grid-area: 3/1/4/3;
  }
  .privacy .--04 .grid .div3 {
    grid-area: 4/1/5/2;
  }
  .privacy .--04 .grid .div4 {
    grid-area: 4/2/5/3;
  }
}
/* ========== end △ */
.privacy .--04 .grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.privacy .--06 .grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .privacy .--06 .grid {
    gap: 20px;
    margin-top: 10vw;
  }
}
/* ========== end △ */

.interaction {
  margin-top: 300px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction {
    margin-top: 30vw;
  }
}
/* ========== end △ */
.interaction .main {
  padding-right: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .main {
    padding-right: 5vw;
  }
}
/* ========== end △ */
.interaction .main .inner {
  position: relative;
}
.interaction .main img {
  display: block;
  padding-right: 150px;
  max-width: 1600px;
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .main img {
    padding-right: 10vw;
  }
}
/* ========== end △ */
.interaction .main .text {
  position: absolute;
  top: 7vw;
  right: 0;
  font-size: 1.7vw;
  text-align: right;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .main .text {
    font-size: 4vw;
    margin-top: -10vw;
  }
}
/* ========== end △ */
.interaction .main .text span {
  font-size: 6vw;
  display: block;
  margin-bottom: 70px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .main .text span {
    font-size: 12vw;
    margin-bottom: 5vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .main .text {
    position: static;
  }
}
/* ========== end △ */
.interaction .main .wideWrap {
  margin-top: 80px;
}
.interaction .main .wideWrap p {
  text-align: right;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .main .wideWrap p {
    text-align: left;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .interaction .main .wideWrap {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .main .wideWrap {
    margin-left: 3vw;
    margin-top: 15vw;
  }
}
/* ========== end △ */
.interaction .--01 .wideWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .--01 .wideWrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* ========== end △ */
.interaction .--01 .wrap {
  margin-top: 0;
}
.interaction .--03 .grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .--03 .grid {
    gap: 20px;
    margin-top: 10vw;
  }
}
/* ========== end △ */
.interaction .--03 .grid_top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .--03 .grid_top {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
/* ========== end △ */
.interaction .--03 .grid_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interaction .--03 .grid_top .div1 {
  grid-area: 1/1/3/2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .--03 .grid_top .div1 {
    grid-area: 1/1/2/3;
  }
}
/* ========== end △ */
.interaction .--03 .grid_top .div2 {
  grid-area: 1/2/2/3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .--03 .grid_top .div2 {
    grid-area: 2/1/3/2;
  }
}
/* ========== end △ */
.interaction .--03 .grid_top .div3 {
  grid-area: 2/2/3/3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .interaction .--03 .grid_top .div3 {
    grid-area: 2/2/3/3;
  }
}
/* ========== end △ */

.draw {
  margin-top: 300px;
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .draw {
    margin-top: 30vw;
    margin-bottom: 10vw;
  }
}
/* ========== end △ */

#tab {
  display: flex;
  justify-content: center;
  font-size: 30px;
  letter-spacing: 0.1em;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #tab {
    font-size: 4.5vw;
    margin-top: 30vw;
  }
}
/* ========== end △ */
#tab li {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#tab li:nth-child(n+2) {
  margin-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #tab li:nth-child(n+2) {
    margin-left: 10px;
  }
}
/* ========== end △ */
#tab li a {
  display: block;
  padding: 5px 20px;
}
#tab li.active {
  border-bottom: 2px solid #000;
  position: relative;
  z-index: 3;
}
#tab li.active a {
  padding: 5px 40px;
}

.tabcont {
  display: none;
}
.tabcont.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  border-top: 1px solid #fff;
  padding-top: 50px;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .tabcont.active {
    padding-top: 15vw;
    grid-template-columns: 1fr;
    gap: 10vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .tabcont .before,
  .tabcont .after {
    margin-right: 9.52381vw;
    margin-left: 9.52381vw;
    display: none;
  }
}
/* ========== end △ */
.tabcont .before.active,
.tabcont .after.active {
  display: block;
}
.tabcont .ttl {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  border-bottom: 3px solid;
  letter-spacing: 0.2em;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .tabcont .ttl {
    font-size: 6vw;
  }
}
/* ========== end △ */
.tabcont img {
  height: 60rem;
  display: block;
  margin: 0 auto;
}
.tabcont .img_b1f {
  height: 45rem;
  margin-top: 12rem;
}
.tabcont .img_1f {
  height: 70rem;
}
.tabcont .img_2f {
  margin-top: 6rem;
}
.tabcont .img_3f {
  margin-top: 6rem;
}

#tab_sp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  margin-right: 9.52381vw;
  margin-left: 9.52381vw;
}
#tab_sp a {
  display: block;
  color: #fff;
  border: 1px solid;
  padding: 4vw 0;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 4.5vw;
  font-weight: bold;
}
#tab_sp .active a {
  background: #fff;
  color: #000;
}/*# sourceMappingURL=05.css.map */