@charset "UTF-8";
* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #222222;
  color: #ffffff;
}

::selection {
  background: #222222;
  color: #ffffff;
}

html {
  font-size: 10px;
  height: 100%;
  overflow-x: hidden;
}

body {
  color: #222;
  font-style: normal;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2em;
}

section {
  position: relative;
}

.eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.inner.wide {
  max-width: 1680px;
}

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

a {
  transition: all 0.15s ease-in;
}

li {
  list-style: none;
}

.indent {
  display: inline !important;
  margin-left: -0.5em;
}

.bracket {
  display: inline !important;
  margin-right: -0.3em;
}

.mid,
.sp {
  display: none;
}

.flex {
  display: flex;
}

.anker {
  padding-top: 50px;
  margin-top: -50px;
}

@media only screen and (max-width: 1080px) {
  .mid {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@keyframes page-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes loop1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.fade01 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 0.3s;
  transform: translateY(20px);
}
.fade01.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade02 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 0.4s;
  transform: translateY(20px);
}
.fade02.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade03 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 0.5s;
  transform: translateY(20px);
}
.fade03.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade04 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 0.6s;
  transform: translateY(20px);
}
.fade04.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade05 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 0.7s;
  transform: translateY(20px);
}
.fade05.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade06 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 0.8s;
  transform: translateY(20px);
}
.fade06.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade07 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 0.9s;
  transform: translateY(20px);
}
.fade07.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade08 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 1s;
  transform: translateY(20px);
}
.fade08.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade09 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 1.1s;
  transform: translateY(20px);
}
.fade09.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade10 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 1.2s;
  transform: translateY(20px);
}
.fade10.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade11 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 1.3s;
  transform: translateY(20px);
}
.fade11.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade12 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 1.4s;
  transform: translateY(20px);
}
.fade12.action01 {
  opacity: 1;
  transform: translateY(0);
}

.fade13 {
  display: inline-block;
  opacity: 0;
  transition: 0.4s ease-out 1.5s;
  transform: translateY(20px);
}
.fade13.action01 {
  opacity: 1;
  transform: translateY(0);
}

.blur01 {
  opacity: 0;
  transition: 0.6s ease-in-out 0.3s;
  filter: blur(10px);
}
.blur01.action01 {
  opacity: 1;
  filter: blur(0);
}

.blur02 {
  opacity: 0;
  transition: 0.6s ease-in-out 0.5s;
  filter: blur(10px);
}
.blur02.action01 {
  opacity: 1;
  filter: blur(0);
}

.blur03 {
  opacity: 0;
  transition: 0.6s ease-in-out 0.7s;
  filter: blur(10px);
}
.blur03.action01 {
  opacity: 1;
  filter: blur(0);
}

.animation-bg {
  content: "";
  display: block;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  animation: page-fade 0.3s 0.6s ease-in-out forwards;
  pointer-events: none;
}

.btn {
  display: block;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background: #222222;
  border: 1px solid #222222;
  font-size: 1.5rem;
  line-height: 48px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  background: url(img/arrow-wht.svg) no-repeat center/cover;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  transition: all 0.15s ease-in;
}

@media (hover: hover) {
  .btn:hover {
    background: #fff;
    color: #222222;
  }
  .btn:hover:after {
    background: url(img/arrow-blk.svg) no-repeat center/cover;
    transform: translateX(5px);
  }
}
.ttl {
  font-size: 6rem;
  font-weight: 900;
  margin-bottom: 40px;
}
.ttl .sub-txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #a5a5a5;
  margin-top: 20px;
}

.contact-cnt {
  align-items: center;
  width: 80%;
  max-width: 1000px;
  padding: 50px 60px;
  border-radius: 30px;
  margin: auto;
}
.contact-cnt .ttl {
  font-size: 4rem;
  margin-bottom: 30px;
}
.contact-cnt .ttl .sub-txt {
  font-size: 1.4rem;
  margin-top: 10px;
}
.contact-cnt .txt-cnt {
  width: calc(100% - 320px);
  margin-right: 80px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1080px) {
  .ttl {
    font-size: 5rem;
  }
  .ttl .sub-txt {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .ttl {
    font-size: 4rem;
    margin-bottom: 25px;
  }
  .ttl .sub-txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .contact-cnt .ttl {
    margin-bottom: 20px;
  }
  .contact-cnt .txt-cnt {
    width: calc(100% - 320px);
    margin-right: 80px;
    font-size: 1.5rem;
  }
}
header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
}
header h1 {
  position: absolute;
  left: 30px;
  width: 340px;
  z-index: 2;
}
header h1 img {
  transition: all 0.3s ease;
}
header .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease-in;
}
header .nav .img-cnt {
  width: 50vw;
  background: url(img/nav-img.jpg) no-repeat center/cover;
}
header .nav .img-cnt .logo {
  width: 340px;
  margin: 21px 0 0 30px;
}
header .nav ul {
  background: url(img/noise-texture.png) repeat-y;
  width: 50%;
  padding-left: 100px;
  justify-content: center;
  flex-direction: column;
}
header .nav ul li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  margin-bottom: 40px;
}
header .nav ul li span {
  display: block;
  color: #a5a5a5;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 3px;
}
header .nav ul li p:not(:last-of-type) {
  margin-right: 20px;
}
@media (hover: hover) {
  header .nav ul a:hover {
    opacity: 0.6;
  }
}
header.openNav .nav {
  pointer-events: auto;
  opacity: 1;
  z-index: 90;
}

@media (hover: hover) {
  header h1 a:hover img {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 50px;
  }
  header h1 {
    width: 240px;
    left: 10px;
  }
  header .nav .img-cnt {
    display: none;
  }
  header .nav .sp {
    position: absolute;
    width: 240px;
    top: 9px;
    left: 10px;
  }
  header .nav ul {
    width: 100%;
    padding: 0;
  }
  header .nav ul li {
    width: 90%;
    border-top: 1px solid #222222;
    font-size: 1.6rem;
    padding: 20px 10px;
    margin: 0 auto;
    position: relative;
  }
  header .nav ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    background: url(img/arrow-blk.svg) no-repeat center/cover;
    width: 13px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .nav ul li span {
    display: none;
  }
  header .nav ul li.flex {
    padding-right: 0;
    justify-content: flex-end;
  }
}
#navToggle {
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #222222;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  margin: auto;
  background-color: #ffffff;
  height: 2px;
  width: 34px;
  transition: all 0.15s ease-in;
}

#navToggle span.bar2 {
  margin: 6px 0;
}

.openNav #navToggle {
  position: fixed;
}

.openNav #navToggle span.bar1 {
  transform: translateY(10px);
  opacity: 0;
}

.openNav #navToggle span.bar3 {
  transform: translateY(-10px);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #navToggle {
    width: 50px;
    height: 50px;
  }
  #navToggle span {
    width: 24px;
  }
}
.mv {
  position: relative;
  display: flex;
  align-items: center;
}
.mv .copy {
  position: absolute;
  width: calc(50% - 120px);
  left: 120px;
  bottom: 140px;
}
.mv .copy span {
  color: #ffffff;
  display: block;
  font-size: clamp(2.4rem, 2.7vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.mv .copy span:not(:last-of-type) {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1400px) {
  .mv .copy {
    left: 80px;
    bottom: 100px;
  }
  .mv .copy span:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1080px) {
  .mv .copy {
    width: calc(50% - 60px);
    left: 60px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .mv .copy {
    width: calc(100% - 20px);
    margin: 0;
    left: 20px;
    bottom: 30px;
  }
  .mv .copy span {
    font-size: 2.2rem;
  }
  .mv .copy span:not(:last-of-type) {
    margin-bottom: 0.3em;
  }
  .mv .copy span.bracket {
    padding: 0;
  }
}
.message {
  padding: 120px 0;
}
.message:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url(img/bg-noise1.png) repeat-x;
  z-index: -1;
  position: absolute;
  top: 0;
}
.message .inner {
  text-align: center;
}
.message p {
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
  .message {
    padding: 80px 0;
  }
  .message p {
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
}
.mission {
  padding: 0 0 60px;
}
.mission .flex {
  align-items: center;
  justify-content: space-between;
}
.mission .txt-cnt {
  width: 50%;
}
.mission .txt-cnt p {
  margin-bottom: 1em;
}
.mission .txt-cnt p .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #222222;
  margin: 0 5px 0.25em 10px;
}
.mission .txt-cnt .lead {
  font-size: 1.5em;
  font-weight: 700;
}
.mission .img {
  width: calc(50% - 200px);
}
.mission .img img {
  border-radius: 30px;
}

@media only screen and (max-width: 1080px) {
  .mission .img {
    width: calc(50% - 100px);
  }
}
@media only screen and (max-width: 768px) {
  .mission {
    padding: 0 0 40px;
  }
  .mission .flex {
    flex-wrap: wrap;
  }
  .mission .txt-cnt {
    width: 100%;
  }
  .mission .txt-cnt .lead {
    font-size: 1.8rem;
    line-height: 1.6em;
  }
  .mission .img {
    width: 100%;
  }
  .mission .img img {
    border-radius: 20px;
  }
}
.business {
  padding: 80px 0 100px;
}
.business .txt {
  margin-bottom: 60px;
}
.business .flex {
  flex-wrap: wrap;
}
.business .flex li {
  background: url(img/noise-texture.png) repeat-y;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.business .flex li:nth-child(odd) {
  margin-right: 40px;
}
.business .flex li {
  border-radius: 30px;
  padding: 50px 60px;
  position: relative;
}
.business .flex p {
  position: relative;
}
.business .flex .heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.business .flex .numb {
  color: #ffffff;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  bottom: -15px;
  right: 40px;
}

@media only screen and (max-width: 768px) {
  .business {
    padding: 40px 0 80px;
  }
  .business .txt {
    margin-bottom: 25px;
  }
  .business .flex li {
    width: 100%;
    margin-bottom: 25px;
  }
  .business .flex li:nth-child(odd) {
    margin-right: 0;
  }
  .business .flex li {
    border-radius: 15px;
    padding: 20px 30px;
  }
  .business .flex p {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
  .business .flex .heading {
    font-size: 2rem;
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  .business .flex .numb {
    right: 20px;
  }
}
.txt-mov-cnt {
  width: 100vw;
  overflow: hidden;
  display: flex;
  margin-bottom: -6.5rem;
}

.txt-mov {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-block;
  font-size: 13rem;
  font-weight: 700;
  line-height: 1em;
  padding-left: 20px;
}
.txt-mov:nth-child(odd) {
  animation: loop1 50s -25s linear infinite;
}
.txt-mov:nth-child(even) {
  animation: loop2 50s linear infinite;
}

.studio {
  padding: 230px 0 180px;
  background: #f5f5f5;
  z-index: -2;
}
.studio:after {
  content: "";
  display: block;
  width: 100%;
  height: 590px;
  background: url(img/bg-noise2.png) repeat-x;
  background-blend-mode: darken;
  z-index: -1;
  position: absolute;
  bottom: 0;
}
.studio h3 {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
}
.studio h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #222222;
  margin: 15px 0 30px;
}
.studio h3 .eng {
  font-size: 1em;
}
.studio .flex {
  margin-bottom: 140px;
  align-items: center;
  justify-content: space-between;
}
.studio .inner-s {
  max-width: 1400px;
  margin: 0 auto 140px;
}
.studio .inner-s.flex {
  align-items: start;
}
.studio .img {
  width: calc(50% - 40px);
}
.studio .img img {
  border-radius: 30px;
}
.studio .txt-cnt {
  width: calc(50% - 40px);
}
.studio .remov-eng {
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 15px;
}
.studio .lead {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 15px;
}
.studio .list {
  margin: 30px 0 50px;
  padding-left: 1.5em;
}
.studio .list li {
  list-style: disc;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
.studio .fact-desc {
  border: 1px solid #222222;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
.studio .fact-desc .eng {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.studio .flow .flex {
  align-items: start;
}
.studio .flow .flex li {
  width: calc(25% - 21px);
  margin-right: 28px;
}
.studio .flow .flex li:last-child {
  margin-right: 0;
}
.studio .flow .flex li .eng {
  color: #a5a5a5;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
}
.studio .flow .flex li .img {
  width: 100%;
}
.studio .flow .flex li .img img {
  border-radius: 20px;
}
.studio .flow .flex li .txt-box {
  padding: 15px 15px 0;
}
.studio .flow .flex li .heading {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1080px) {
  .studio {
    padding: 200px 0 160px;
  }
  .studio h3:after {
    margin: 20px 0;
  }
  .studio .flex {
    margin-bottom: 100px;
  }
  .studio .img {
    width: 40%;
  }
  .studio .txt-cnt {
    width: calc(60% - 60px);
  }
}
@media only screen and (max-width: 768px) {
  .txt-mov-cnt {
    margin-bottom: -3.5rem;
  }
  .txt-mov {
    font-size: 7rem;
    padding-left: 20px;
  }
  .studio {
    padding: 120px 0 0;
  }
  .studio h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .studio h3:after {
    margin: 10px 0;
  }
  .studio h3 .eng {
    font-size: 1em;
  }
  .studio .flex {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .studio .inner-s {
    margin: 0 auto;
  }
  .studio .img {
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
  }
  .studio .img img {
    border-radius: 0;
  }
  .studio .txt-cnt {
    width: 100%;
  }
  .studio .remov-eng {
    font-size: 2.6rem;
  }
  .studio .lead,
  .studio b {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .studio .list {
    margin: 20px 0 25px;
  }
  .studio .fact-desc {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 40px;
  }
  .studio .fact-desc p {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
  .studio .fact-desc .eng {
    font-size: 2.4rem;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
  .studio .fact-desc .eng span {
    display: block;
    font-size: 0.8em;
  }
  .studio .flow .flex li {
    width: 100%;
    margin: 0 0 40px;
  }
  .studio .flow .flex li .eng {
    margin: 0 0 10px 10px;
  }
  .studio .flow .flex li .img {
    width: 100%;
    margin: 0;
  }
  .studio .flow .flex li .img img {
    border-radius: 15px;
  }
  .studio .flow .flex li .txt-box {
    padding: 10px 10px 0;
  }
}
.reserve {
  position: relative;
}
.reserve .contact-cnt {
  background: #ffffff;
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  bottom: auto;
}

@media only screen and (max-width: 1080px) {
  .reserve .contact-cnt {
    top: -60%;
  }
}
@media only screen and (max-width: 768px) {
  .reserve .contact-cnt {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 0 0 40px;
    flex-wrap: wrap;
  }
  .reserve .txt-cnt {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.company {
  padding: 140px 0 120px;
}
.company:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url(img/bg-noise1.png) repeat-x;
  z-index: -1;
  position: absolute;
  top: 0;
}
.company dl {
  width: calc(50% - 40px);
  flex-wrap: wrap;
}
.company dl:first-of-type {
  margin-right: 80px;
}
.company dl .list-cnt {
  width: 100%;
}
.company dl .list-cnt.bottom dt {
  border-bottom: 1px solid #222222;
}
.company dl .list-cnt.bottom dd {
  border-bottom: 1px solid #d9d9d9;
}
.company dl dt {
  width: 160px;
  padding: 30px 20px;
  border-top: 1px solid #222222;
  min-height: 130px;
}
.company dl dd {
  width: calc(100% - 160px);
  padding: 30px 20px;
  border-top: 1px solid #d9d9d9;
}

@media only screen and (max-width: 1080px) {
  .company dl dt {
    width: 100px;
    padding: 20px 15px;
  }
  .company dl dd {
    width: calc(100% - 100px);
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .company {
    padding: 60px 0;
  }
  .company .flex {
    flex-wrap: wrap;
  }
  .company .ttl {
    margin-bottom: 40px;
  }
  .company dl {
    width: 100%;
  }
  .company dl:first-of-type {
    margin-right: 0;
  }
  .company dl:first-of-type .list-cnt.bottom dt,
  .company dl:first-of-type .list-cnt.bottom dd {
    border-bottom: 0;
  }
  .company dl dt {
    width: 70px;
    padding: 20px 0;
    min-height: 0;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
  .company dl dd {
    width: calc(100% - 70px);
    padding: 20px 0 20px 10px;
    font-size: 1.4rem;
    line-height: 1.6em;
    letter-spacing: 0;
  }
}
.contact:after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: url(img/bg-noise3.jpg) repeat-x;
  z-index: -1;
  position: absolute;
  bottom: 0;
}
.contact .contact-cnt {
  background: url(img/noise-texture.png) repeat-y;
  margin: 0 auto;
  transform: translateY(50px);
}

@media only screen and (max-width: 768px) {
  .contact .contact-cnt {
    position: relative;
    width: 90%;
    border-radius: 15px;
    padding: 25px;
    flex-wrap: wrap;
    transform: translateY(0);
  }
  .contact .contact-cnt .ttl {
    font-size: 3rem;
  }
  .contact .contact-cnt .ttl .sub-txt {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .contact .contact-cnt p {
    line-height: 1.8em;
  }
  .contact .txt-cnt {
    width: 100%;
    margin: 0 auto 20px;
  }
}
footer {
  background: #222222;
  padding: 210px 0 30px;
}
footer .footer-logo {
  width: 340px;
}
footer .flex {
  margin: 30px 0 60px;
}
footer .flex li {
  width: 30px;
}
footer .flex li:not(:last-child) {
  margin-right: 20px;
}
footer .flex li img {
  transition: all 0.15s ease-in;
}
footer .sub-txt {
  color: #ffffff;
  font-size: 1.3rem;
  text-align: right;
}
footer .sub-txt a {
  text-decoration: underline;
  margin-right: 40px;
}

@media (hover: hover) {
  footer .flex li:hover img {
    opacity: 0.6;
  }
  footer .sub-txt a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 60px 0 30px;
    border-radius: 0;
  }
  footer .footer-logo {
    width: 240px;
    margin: 0 auto;
  }
  footer .flex {
    justify-content: center;
  }
  footer .sub-txt {
    text-align: center;
  }
  footer .sub-txt a {
    text-decoration: underline;
    margin-right: 20px;
  }
}
.pages {
  padding: 200px 0 120px;
}
.pages .inner {
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  .pages {
    padding: 120px 0 60px;
  }
}
.privacy section:not(:last-of-type) {
  margin-bottom: 50px;
}
.privacy .ttl {
  margin-bottom: 100px;
}
.privacy h3 {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.privacy h3 span {
  font-size: 1.1em;
  margin: 0 0.07em;
}
.privacy p {
  margin-bottom: 1em;
}
.privacy ol {
  padding: 0 0 0 2em;
}
.privacy ol li {
  list-style-type: decimal;
  font-size: 1.6rem;
  line-height: 2em;
  margin: 0 0 1em -0.5em;
}
.privacy a {
  text-decoration: underline;
}
@media (hover: hover) {
  .privacy a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) {
  .privacy .ttl {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
}
.notfound {
  height: 60vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.notfound p {
  margin-bottom: 40px;
}
.notfound p.eng {
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .notfound {
    height: 80vh;
  }
  .notfound p.eng {
    font-size: 4rem;
  }
}/*# sourceMappingURL=style.css.map */