@charset "UTF-8";
/************************
mediaQuery
************************/
/************************
コンテンツのヘッダ
************************/
/************************
main
************************/
main.main {
  flex: 1;
}
main.main .container {
  margin: auto;
  width: 100%;
}
main.main .container .contents {
  margin: auto;
}
main.main .container .contents header .contents-header {
  margin: auto;
  padding: 0 150px;
  max-width: 1500px;
}
main.main .container .contents header .contents-header .mv {
  height: 205px;
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}
main.main .container .contents header .contents-header .mv .mv-bg {
  color: #F3F3F3;
  font-size: 20.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 205px;
  line-height: 90%;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
main.main .container .contents header .contents-header .mv h1 {
  font-size: 4.0rem;
  line-height: 1.0;
  position: absolute;
  left: 0;
  bottom: -7px;
  white-space: nowrap;
}
main.main .container .contents section .contents-body {
  padding: 115px 150px 200px;
  position: relative;
}
main.main .container .contents section .contents-body::after {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 115px;
}
main.main .container .contents section .contents-body h2 {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: auto;
  padding: 0 100px;
  width: 100%;
  position: relative;
  z-index: 10;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}

.contents-body:last-of-type {
  padding: 115px 150px 200px;
}

.privacy-inner {
  padding: 74px 100px 0 100px;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
.privacy-inner .privacy-policy .textbox {
  margin-bottom: 40px;
}
.privacy-inner .privacy-policy .textbox:last-of-type {
  margin-bottom: 0;
}
.privacy-inner .privacy-policy .textbox dt {
  margin-bottom: 10px;
}
.privacy-inner .privacy-policy .textbox dt h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.privacy-inner .privacy-policy .textbox dt h3 .num {
  background: #3B3B3B;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin-right: 10px;
  text-align: center;
  vertical-align: -2px;
  width: 30px;
}
.privacy-inner .privacy-policy .textbox dd .text {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 0 0 40px;
}
.privacy-inner .privacy-policy .textbox dd .sub {
  margin-top: 10px;
  padding: 0 0 0 40px;
}
.privacy-inner .privacy-policy .textbox dd .sub li {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 15px;
  position: relative;
}
.privacy-inner .privacy-policy .textbox dd .sub li::before {
  background: #3B3B3B;
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 6px;
  left: -30px;
}
.privacy-inner .privacy-policy .textbox dd .sub li:last-of-type {
  margin-bottom: 0;
}
