/* Theme Name: VIE HUIT */
* {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  line-height: 1;
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body {
  color: #333;
  margin: 0;
  background-color: #F9F9F9;
  color: #1D1D1D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

video {
  filter: drop-shadow(0px 0px #000);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  color: #1D1D1D;
}

li {
  list-style: none;
}

span {
  display: block;
}

@media (max-width: 800px) {
  * {
    font-size: 10px;
  }
}
.slidein-item {
  transform: translateX(50px);
  opacity: 0;
  filter: blur(5px);
}

.slidein {
  animation-name: slideIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(50px);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0px);
  }
}
.slideup-item {
  transform: translateY(50px);
  opacity: 0;
  filter: blur(5px);
}

.slideup {
  animation-name: slideUp;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  padding: 20px 60px;
}
header .logo {
  width: 120px;
  z-index: 40;
}
header .hum {
  z-index: 40;
  position: relative;
  width: 60px;
  height: 60px;
  border: #1D1D1D 2px solid;
  border-radius: 60px;
  cursor: pointer;
}
header .hum span {
  transition: all 0.3s ease;
  height: 4px;
  background-color: #1D1D1D;
  position: absolute;
}
header .hum span:first-child {
  top: 15px;
  width: 40px;
  left: 5px;
}
header .hum span:nth-child(2) {
  top: 25px;
  opacity: 1;
  width: 25px;
  left: 5px;
}
header .hum span:last-child {
  top: 35px;
  width: 40px;
  left: 5px;
}
header .span-open {
  border: none;
}
header .span-open span {
  transition: all 0.3s ease;
}
header .span-open span:first-child {
  top: 25px;
  transform: rotate(45deg);
}
header .span-open span:nth-child(2) {
  opacity: 0;
}
header .span-open span:last-child {
  top: 25px;
  transform: rotate(-45deg);
}
header .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  height: 100vh;
  width: 100%;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(249, 249, 249, 0.5);
}
header .mask .nav {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 25;
}
header .mask .nav .nav-item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
}
header .mask .nav .nav-item .nav-ja {
  font-size: 1.5rem;
  letter-spacing: 5px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
header .mask .nav .nav-item .nav-ja:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
header .mask .nav .nav-item .nav-line {
  width: 80px;
  height: 2px;
  background-color: #a4a4a4;
  margin: 10px auto 5px auto;
}
header .mask .nav .nav-item .nav-en {
  color: #a4a4a4;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-align: center;
}
header .blur {
  transition: all 0.3s ease;
}

@media (max-width: 800px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    padding: 10px 20px;
  }
  header .logo {
    width: 80px;
    z-index: 40;
  }
  header .hum {
    z-index: 40;
    position: relative;
    width: 40px;
    height: 40px;
    border: #1D1D1D 1px solid;
    border-radius: 40px;
    cursor: pointer;
  }
  header .hum span {
    transition: all 0.3s ease;
    height: 2px;
    background-color: #1D1D1D;
    position: absolute;
  }
  header .hum span:first-child {
    top: 10px;
    width: 25px;
    left: 5px;
  }
  header .hum span:nth-child(2) {
    top: 18px;
    opacity: 1;
    width: 20px;
    left: 5px;
  }
  header .hum span:last-child {
    top: 25px;
    width: 25px;
    left: 5px;
  }
  header .span-open {
    border: none;
  }
  header .span-open span {
    transition: all 0.3s ease;
  }
  header .span-open span:first-child {
    top: 18px;
    transform: rotate(45deg);
  }
  header .span-open span:nth-child(2) {
    opacity: 0;
  }
  header .span-open span:last-child {
    top: 18px;
    transform: rotate(-45deg);
  }
  header .mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    height: 100vh;
    width: 100%;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    background-color: rgba(249, 249, 249, 0.5);
  }
  header .mask .nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 25;
  }
  header .mask .nav .nav-item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px auto;
  }
  header .mask .nav .nav-item .nav-ja {
    font-size: 1.5rem;
    letter-spacing: 5px;
    text-align: center;
    font-weight: bold;
  }
  header .mask .nav .nav-item .nav-line {
    width: 80px;
    height: 1px;
    background-color: #a4a4a4;
    margin: 8px auto 3px auto;
  }
  header .mask .nav .nav-item .nav-en {
    color: #a4a4a4;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-align: center;
  }
  header .blur {
    transition: all 0.3s ease;
  }
}
#mainvisual {
  position: relative;
  background-color: #1D1D1D;
}
#mainvisual .main-img {
  height: 100vh;
  opacity: 0.8;
}
#mainvisual .main-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#mainvisual .main-text-box .fadein-item {
  display: inline-block;
  font-size: 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 30px;
  font-weight: bold;
  color: #F9F9F9;
  opacity: 0;
  line-height: 2;
}
#mainvisual .fadein-animation {
  animation-name: FadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@media (max-width: 800px) {
  #mainvisual {
    position: relative;
    background-color: #1D1D1D;
  }
  #mainvisual .main-img {
    height: 100vh;
    opacity: 0.8;
  }
  #mainvisual .main-text-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #mainvisual .main-text-box .fadein-item {
    display: inline-block;
    font-size: 3rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
    font-weight: bold;
    color: #F9F9F9;
    opacity: 0;
    line-height: 2;
  }
  #mainvisual .fadein-animation {
    animation-name: FadeIn;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
}
@keyframes FadeIn {
  0% {
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@media (max-width: 800px) {
  #mainvisual .main-img {
    height: 600px;
  }
}
.text {
  font-size: 1rem;
  line-height: 2.5;
}

.view-more {
  border: #1D1D1D solid 1px;
  letter-spacing: 3px;
  font-size: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  width: 200px;
  transition: all ease 0.3s;
}
.view-more:hover {
  background-color: #1D1D1D;
  transition: all ease 0.3s;
  border: #1D1D1D solid 1px;
  color: #F9F9F9;
}
.view-more:hover a {
  color: #F9F9F9;
}

.button-inside {
  padding: 15px 0;
  text-align: center;
  font-size: 0.8rem;
}

@media (max-width: 800px) {
  .view-more {
    border: #1D1D1D solid 1px;
    border-width: thin;
    letter-spacing: 3px;
    font-size: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 20px;
    width: 150px;
  }
  .text {
    line-height: 2;
  }
  .button-inside {
    padding: 10px 0;
    text-align: center;
    font-size: 0.8rem;
  }
}
.section-title {
  padding-left: 20px;
  padding-right: 20px;
}
.section-title .title-ja span {
  font-size: 3rem;
  margin-right: 15px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.section-title .title-ja .color-white {
  color: #F9F9F9;
}
.section-title .title-line {
  width: 160px;
  height: 2px;
  background-color: #a4a4a4;
  margin: 20px 0 10px 0;
  transition: all 2s ease;
}
.section-title .title-en {
  font-size: 1rem;
  color: #a4a4a4;
  letter-spacing: 5px;
}

@media (max-width: 800px) {
  .section-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-title .title-ja span {
    font-size: 2.5rem;
    margin-right: 10px;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  .section-title .title-line {
    width: 100px;
    height: 2px;
    background-color: #a4a4a4;
    margin: 10px 0 5px 0;
    transition: all 2s ease;
  }
  .section-title .title-en {
    font-size: 1rem;
    color: #a4a4a4;
    letter-spacing: 3px;
  }
}
.delay-time01 {
  animation-delay: 0.1s;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time07 {
  animation-delay: 0.7s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time09 {
  animation-delay: 0.9s;
}

.delay-time10 {
  animation-delay: 1s;
}

.delay-time11 {
  animation-delay: 1.1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.breadcrumb-area {
  display: flex;
  margin: 10px 0 0 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb-area span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px;
}

@media (max-width: 800px) {
  .breadcrumb-area {
    display: flex;
    margin: 20px 0 0 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .breadcrumb-area span {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 5px;
  }
}
#manage {
  padding-top: 160px;
  padding-bottom: 80px;
}
#manage .manage-text {
  margin: 80px 0;
  padding: 0 20px;
}
#manage .manage-text .manage-text-bold {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#manage .manage-text .manage-text-misson {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
}

.manage-slide-window {
  overflow: hidden;
}
.manage-slide-window .manage-slide-imgs {
  display: flex;
  transform: translateX(0);
  animation-name: slider;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.manage-slide-window .manage-slide-imgs .manage-slide-img {
  width: 400px;
}
@keyframes slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2000px);
  }
}

@media (max-width: 800px) {
  #manage {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #manage .manage-text {
    margin: 30px 0;
    padding: 0 20px;
  }
  #manage .manage-text .manage-text-bold {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #manage .manage-text .manage-text-misson {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .manage-slide-window {
    overflow: hidden;
  }
  .manage-slide-window .manage-slide-imgs {
    display: flex;
    transform: translateX(0);
    animation-name: slider;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  .manage-slide-window .manage-slide-imgs .manage-slide-img {
    width: 200px;
  }
  @keyframes slider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1000px);
    }
  }
}
#service {
  padding-top: 160px;
  margin-bottom: 60px;
  background-color: #1D1D1D;
}
#service .service-link {
  margin-top: 80px;
}
#service .service-link .service-link-item {
  overflow: hidden;
}
#service .service-link .service-link-item a {
  position: relative;
}
#service .service-link .service-link-item a .service-link-img {
  transition: all 0.5s ease;
  height: 300px;
  opacity: 0.7;
}
#service .service-link .service-link-item a .service-link-text {
  position: absolute;
  left: 40px;
  top: 100px;
}
#service .service-link .service-link-item a .service-link-text .service-name {
  font-size: 3rem;
  margin-bottom: 30px;
  letter-spacing: 15px;
  font-weight: bold;
  color: #F9F9F9;
  line-height: 1.5;
}
#service .service-link .service-link-item a .service-link-text .service-link-detail {
  line-height: 1.5;
}
#service .service-link .service-link-item a:hover .service-link-img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

@media (max-width: 800px) {
  #service {
    padding-top: 80px;
    margin-bottom: 20px;
  }
  #service .service-link {
    margin-top: 40px;
  }
  #service .service-link .service-link-item {
    overflow: hidden;
  }
  #service .service-link .service-link-item a {
    position: relative;
  }
  #service .service-link .service-link-item a .service-link-img {
    transition: all 0.5s ease;
    height: 140px;
    opacity: 0.8;
  }
  #service .service-link .service-link-item a .service-link-text {
    position: absolute;
    top: 50px;
    left: 20px;
  }
  #service .service-link .service-link-item a .service-link-text .service-name {
    font-size: 2.5rem;
    margin-bottom: 20px;
    letter-spacing: 8px;
    font-weight: bold;
    color: #F9F9F9;
    line-height: 1.5;
  }
}
#member {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 160px;
  margin-bottom: 60px;
}
#member .member-content {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 0 20px;
  margin: 80px auto 0 auto;
}
#member .member-content .member-slide-item {
  position: relative;
  margin: 0 auto;
  height: 300px;
}
#member .member-content .member-slide-item .member-img {
  height: 300px;
  margin: 0 auto;
  -o-object-position: top;
     object-position: top;
}
#member .member-content .member-slide-item .member-name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  background-color: rgba(34, 34, 34, 0.5);
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
#member .member-content .member-slide-item .member-name .name-ja {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #F9F9F9;
}
#member .member-content .member-slide-item .member-name .name-line {
  width: 100px;
  height: 1px;
  background-color: #F9F9F9;
  margin: 20px 0 10px 0;
}
#member .member-content .member-slide-item .member-name .name-en {
  font-size: 1rem;
  color: #F9F9F9;
}
#member .view-more {
  margin: 40px auto;
}

@media (max-width: 800px) {
  #member {
    padding-top: 100px;
    margin-bottom: 40px;
  }
  #member .member-content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin: 40px auto 0 auto;
  }
  #member .member-content .member-slide-item {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 250px;
  }
  #member .member-content .member-slide-item .member-img {
    height: 250px;
    margin: 0 auto;
    -o-object-position: top;
       object-position: top;
    width: 90%;
  }
  #member .member-content .member-slide-item .member-name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(34, 34, 34, 0.5);
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
  }
  #member .member-content .member-slide-item .member-name .name-ja {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #F9F9F9;
  }
  #member .member-content .member-slide-item .member-name .name-line {
    width: 100px;
    height: 1px;
    background-color: #F9F9F9;
    margin: 10px auto 5px auto;
  }
  #member .member-content .member-slide-item .member-name .name-en {
    font-size: 1.5rem;
    color: #F9F9F9;
    text-align: center;
  }
  #member .view-more {
    margin: 20px auto;
  }
}
#sns {
  background-color: #1D1D1D;
  padding-top: 160px;
  padding-bottom: 60px;
}
#sns .section-title {
  max-width: 1080px;
  margin: 0 auto;
}
#sns .sns-content {
  max-width: 1080px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#sns .sns-content .sns-item {
  padding: 40px;
}
#sns .sns-content .sns-item .sns-name {
  font-size: 2rem;
  letter-spacing: 5px;
  padding-left: 40px;
  margin: 20px 0;
  font-weight: bold;
  color: #F9F9F9;
}
#sns .sns-content .sns-item .sns-detail {
  font-size: 0.8rem;
  line-height: 2.5;
  padding-left: 40px;
  color: #F9F9F9;
}
#sns .slide-arrow {
  position: absolute;
  top: 250px;
  z-index: 15;
  font-size: 2rem;
  color: #F9F9F9;
  cursor: pointer;
}
#sns .prev-arrow {
  left: -30px;
  width: -moz-fit-content;
  width: fit-content;
}
#sns .next-arrow {
  right: -30px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 800px) {
  #sns {
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #sns .sns-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  #sns .sns-content .sns-item {
    padding: 40px 0;
    margin-right: 10px;
  }
  #sns .sns-content .sns-item .sns-name {
    font-size: 2rem;
    letter-spacing: 3px;
    padding-left: 10px;
    margin: 10px 0;
    font-weight: bold;
  }
  #sns .sns-content .sns-item .sns-detail {
    font-size: 0.8rem;
    line-height: 2;
    padding-left: 10px;
  }
  #sns .slide-arrow {
    position: absolute;
    top: 150px;
    z-index: 15;
    font-size: 2rem;
    color: #1D1D1D;
    cursor: pointer;
  }
  #sns .prev-arrow {
    left: -20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #sns .next-arrow {
    right: -20px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#news {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 160px;
  margin-bottom: 60px;
}
#news .news-content {
  padding: 80px 20px;
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
}
#news .news-content .news-item .news-link {
  padding: 20px;
  border-top: 1px solid #1D1D1D;
}
#news .news-content .news-item .news-link .news-date {
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #a4a4a4;
}
#news .news-content .news-item .news-link .news-title {
  line-height: 1.5;
  letter-spacing: 2px;
}
#news .news-content .news-item:nth-of-type(2) {
  border-bottom: 1px solid #1D1D1D;
}
#news .news-content .news-item:nth-of-type(4) {
  border-bottom: 1px solid #1D1D1D;
}
#news .view-more {
  margin: 20px auto;
}

@media (max-width: 800px) {
  #news {
    padding-top: 100px;
    margin-bottom: 40px;
  }
  #news .news-content {
    padding: 40px 10px;
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
  #news .news-content .news-item .news-link {
    padding: 10px;
    border-top: 1px solid #1D1D1D;
  }
  #news .news-content .news-item .news-link .news-date {
    margin-bottom: 8px;
    letter-spacing: 2px;
    color: #a4a4a4;
  }
  #news .news-content .news-item .news-link .news-title {
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #news .news-content .news-item:nth-of-type(2) {
    border-bottom: none;
  }
  #news .news-content .news-item:nth-of-type(4) {
    border-bottom: 1px solid #1D1D1D;
  }
  #news .view-more {
    margin: 10px auto;
  }
}
#company {
  background-color: #1D1D1D;
  padding-top: 160px;
  padding-bottom: 60px;
}
#company .section-title {
  max-width: 1080px;
  margin: 0 auto;
}
#company .company-content {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
}
#company .company-content .company-detail {
  width: 55%;
}
#company .company-content .company-detail .info {
  padding: 0 20px;
}
#company .company-content .company-detail .info li {
  display: flex;
  margin-bottom: 40px;
  padding: 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a4a4a4;
}
#company .company-content .company-detail .info li .info-item {
  width: 25%;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #F9F9F9;
}
#company .company-content .company-detail .info li .info-description {
  width: 75%;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #F9F9F9;
}
#company .company-content .company-detail .tel {
  font-size: 1rem;
  padding: 10px 40px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 5px;
  background-color: #1D1D1D;
  border: 1px solid #F9F9F9;
  transition: all 0.3s ease;
  color: #F9F9F9;
}
#company .company-content .company-detail .tel:hover {
  background-color: #F9F9F9;
  transition: all 0.3s ease;
  border: 1px solid #F9F9F9;
  color: #1D1D1D;
}
#company .company-content .company-map {
  width: 45%;
}
#company .company-content .company-map .map {
  display: block;
  height: 100%;
}
#company .sns-buttons {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  padding: 0 20px;
}
#company .sns-buttons .sns-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1D1D1D;
  padding: 10px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  border: 1px solid #F9F9F9;
  color: #F9F9F9;
}
#company .sns-buttons .sns-button i {
  display: inline-block;
  margin-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
#company .sns-buttons .sns-button:hover {
  background-color: #F9F9F9;
  transition: all 0.3s ease;
  border: 1px solid #F9F9F9;
  color: #1D1D1D;
}

@media (max-width: 800px) {
  #company {
    padding-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  #company .company-content {
    margin-top: 40px;
    flex-direction: column;
  }
  #company .company-content .company-detail {
    width: 100%;
  }
  #company .company-content .company-detail .info {
    padding: 0 20px;
  }
  #company .company-content .company-detail .info li {
    display: flex;
    margin-bottom: 20px;
    padding: 0 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a4a4a4;
  }
  #company .company-content .company-detail .info li .info-item {
    width: 25%;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  #company .company-content .company-detail .info li .info-description {
    width: 75%;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #company .company-content .company-detail .tel {
    font-size: 1rem;
    padding: 10px 40px;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 5px;
    background-color: #1D1D1D;
    border: 1px solid #F9F9F9;
  }
  #company .company-content .company-map {
    width: 100%;
  }
  #company .company-content .company-map .map {
    display: block;
    height: 200px;
  }
  #company .sns-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 20px auto;
    padding: 0 20px;
  }
  #company .sns-buttons .sns-button {
    width: 48%;
    background-color: #1D1D1D;
    padding: 8px;
    letter-spacing: 1px;
    font-size: 1rem;
    border: 1px solid #F9F9F9;
    color: #F9F9F9;
  }
  #company .sns-buttons .sns-button i {
    display: inline-block;
    margin-right: 5px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#footer {
  background-color: #1D1D1D;
  padding: 80px;
  padding-bottom: 0;
}
#footer .f-flex {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 200px;
       column-gap: 200px;
  padding-bottom: 80px;
}
#footer .f-flex .footer-logos {
  width: 20%;
}
#footer .f-flex .footer-logos .footer-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#footer .f-flex .footer-logos .f-adress {
  font-size: 0.8rem;
  color: #a4a4a4;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
}
#footer .f-flex .footer-logos .google-map {
  color: #F9F9F9;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 5px 10px;
  border: 1px solid #F9F9F9;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  transition: all ease 0.3s;
}
#footer .f-flex .footer-logos .google-map:hover {
  opacity: 0.5;
  transition: all ease 0.3s;
}
#footer .footer-nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#footer .footer-nav .f-company-detail .f-nav-title {
  color: #F9F9F9;
  letter-spacing: 2px;
  margin-bottom: 25px;
  line-height: 1.5;
}
#footer .footer-nav .f-company-detail .nav-item-bold {
  color: #F9F9F9;
  letter-spacing: 2px;
  margin-bottom: 25px;
  line-height: 1.5;
  transition: all ease 0.3s;
}
#footer .footer-nav .f-company-detail .nav-item-bold:hover {
  opacity: 0.5;
  transition: all ease 0.3s;
}
#footer .footer-nav .f-company-detail .f-nav-links .footer-nav-item {
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
  color: #a4a4a4;
  margin-bottom: 25px;
  line-height: 1.5;
  transition: all ease 0.3s;
}
#footer .footer-nav .f-company-detail .f-nav-links .footer-nav-item:hover {
  opacity: 0.5;
  transition: all ease 0.3s;
}
#footer .copy-right {
  height: 20px;
}
#footer .copy-right .copy-right-text {
  color: #F9F9F9;
  font-size: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 2px;
}

@media (max-width: 800px) {
  #footer {
    background-color: #1D1D1D;
    padding: 40px 20px;
    padding-bottom: 0;
  }
  #footer .f-flex {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-bottom: 40px;
  }
  #footer .f-flex .footer-logos {
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .f-flex .footer-logos .footer-logo {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #footer .f-flex .footer-logos .f-adress {
    width: 80px;
    font-size: 0.7rem;
    color: #a4a4a4;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
  }
  #footer .f-flex .footer-logos .google-map {
    color: #F9F9F9;
    font-size: 0.7rem;
    letter-spacing: 1px;
    padding: 5px;
    border: 1px solid #F9F9F9;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    transition: all ease 0.3s;
  }
  #footer .f-flex .footer-logos .google-map:hover {
    opacity: 0.5;
    transition: all ease 0.3s;
  }
  #footer .footer-nav {
    width: 65%;
    display: flex;
    justify-content: space-between;
  }
  #footer .footer-nav .f-company-detail {
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .footer-nav .f-company-detail .f-nav-title {
    color: #F9F9F9;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 0.8rem;
  }
  #footer .footer-nav .f-company-detail .nav-item-bold {
    color: #F9F9F9;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 0.7rem;
  }
  #footer .footer-nav .f-company-detail .f-nav-links .footer-nav-item {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: o;
    color: #a4a4a4;
    margin-bottom: 12px;
    font-size: 0.7rem;
  }
  #footer .copy-right {
    height: 20px;
  }
  #footer .copy-right .copy-right-text {
    color: #F9F9F9;
    font-size: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 2px;
  }
}
#contact {
  padding-top: 160px;
  max-width: 1080px;
  margin: 0 auto;
}
#contact .form {
  padding: 80px 20px;
}
#contact .form input, #contact .form textarea {
  display: block;
}
#contact .form .radio p {
  width: 75%;
  margin: 0 0 0 auto;
  margin-bottom: 20px;
}
#contact .form .radio .wpcf7-radio {
  display: flex;
}
#contact .form .radio .wpcf7-radio .wpcf7-list-item {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 80px;
}
#contact .form .radio .wpcf7-radio .wpcf7-list-item label {
  width: -moz-fit-content;
  width: fit-content;
}
#contact .form .radio .wpcf7-radio .wpcf7-list-item label input {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
#contact .form .radio .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  width: -moz-fit-content;
  width: fit-content;
}
#contact .form p label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#contact .form p label .form-title {
  display: flex;
  width: 35%;
}
#contact .form p label .form-title .form-name {
  width: -moz-fit-content;
  width: fit-content;
}
#contact .form p label .form-title .red-text {
  color: red;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .form p label input, #contact .form p label textarea {
  padding: 10px;
  border: #1D1D1D solid 1px;
  line-height: 1.5;
}
#contact .form .wpcf7-submit {
  padding: 10px 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  background-color: #e4e4e4;
  color: #1D1D1D;
  letter-spacing: 2px;
}
#contact .form .wpcf7-response-output {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 80px;
}
#contact .form .wpcf7-not-valid-tip {
  margin-top: 5px;
}

@media (max-width: 800px) {
  #contact {
    padding-top: 100px;
  }
  #contact .form {
    padding: 40px 20px;
  }
  #contact .form input, #contact .form textarea {
    display: block;
  }
  #contact .form .radio p {
    width: 100%;
    margin: 0 0 0 auto;
    margin-bottom: 10px;
  }
  #contact .form .radio .wpcf7-radio {
    display: flex;
  }
  #contact .form .radio .wpcf7-radio .wpcf7-list-item {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 40px;
  }
  #contact .form .radio .wpcf7-radio .wpcf7-list-item label {
    display: inline-block;
  }
  #contact .form .radio .wpcf7-radio .wpcf7-list-item label input {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
  }
  #contact .form .radio .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    transform: translateY(-2px);
  }
  #contact .form p label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  #contact .form p label .form-title {
    display: flex;
    width: 100%;
  }
  #contact .form p label .form-title .form-name {
    width: -moz-fit-content;
    width: fit-content;
  }
  #contact .form p label .form-title .red-text {
    color: red;
    width: -moz-fit-content;
    width: fit-content;
  }
  #contact .form p label .wpcf7-form-control-wrap .wpcf7-text {
    color: #a4a4a4;
  }
  #contact .form p label input, #contact .form p label textarea {
    padding: 5px;
    border: #1D1D1D solid 1px;
    line-height: 1.5;
  }
  #contact .form .wpcf7-submit {
    padding: 10px 80px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    background-color: #e4e4e4;
    color: #1D1D1D;
    letter-spacing: 2px;
  }
  #contact .form .wpcf7-response-output {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
  }
  #contact .form .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
}
.page-section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-section-title .title-line {
  margin: 20px auto 10px auto;
}
.page-section-title .title-en {
  text-align: center;
}

@media (max-width: 800px) {
  .page-section-title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .page-section-title .title-line {
    margin: 10px auto 5px auto;
  }
  .page-section-title .title-en {
    text-align: center;
  }
}
#page-member {
  padding-top: 160px;
  padding-bottom: 160px;
}
#page-member .p-member-content {
  padding: 160px 40px 0 40px;
}
#page-member .p-member-content .p-member-top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
#page-member .p-member-content .member-item {
  position: relative;
  height: 300px;
}
#page-member .p-member-content .member-item .front-member-item {
  transition: all 0.3s ease;
}
#page-member .p-member-content .member-item .front-member-item .front-member-img {
  height: 300px;
  -o-object-position: top;
     object-position: top;
}
#page-member .p-member-content .member-item .front-member-item .member-name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  background-color: rgba(34, 34, 34, 0.5);
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
#page-member .p-member-content .member-item .front-member-item .member-name .name-ja {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #F9F9F9;
}
#page-member .p-member-content .member-item .front-member-item .member-name .name-line {
  width: 100px;
  height: 1px;
  background-color: #F9F9F9;
  margin: 20px 0 10px 0;
}
#page-member .p-member-content .member-item .front-member-item .member-name .name-en {
  font-size: 1rem;
  color: #F9F9F9;
}
#page-member .p-member-content .member-item:hover .front-member-item {
  opacity: 0;
  transition: all 0.3s ease;
}
#page-member .p-member-content .member-item:hover .back-member-item {
  opacity: 1;
  transition: all 0.3s ease;
}
#page-member .p-member-content .back-member-item {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #1D1D1D;
  height: 300px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
#page-member .p-member-content .back-member-item .back-member-img {
  height: 100%;
}
#page-member .p-member-content .back-member-item .back-member-text {
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  padding: 20px;
  line-height: 1.5;
  text-align: center;
  color: #F9F9F9;
  background-color: rgba(34, 34, 34, 0.5);
}

@media (max-width: 800px) {
  #page-member {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #page-member .p-member-content {
    padding: 40px 20px 0 20px;
  }
  #page-member .p-member-content .p-member-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  #page-member .p-member-content .member-item {
    position: relative;
    height: 200px;
  }
  #page-member .p-member-content .member-item .front-member-item {
    transition: all 0.3s ease;
  }
  #page-member .p-member-content .member-item .front-member-item .front-member-img {
    height: 200px;
    -o-object-position: top;
       object-position: top;
  }
  #page-member .p-member-content .member-item .front-member-item .member-name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(34, 34, 34, 0.5);
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
  }
  #page-member .p-member-content .member-item .front-member-item .member-name .name-ja {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #F9F9F9;
  }
  #page-member .p-member-content .member-item .front-member-item .member-name .name-line {
    width: 80px;
    height: 1px;
    background-color: #F9F9F9;
    margin: 10px auto 5px auto;
  }
  #page-member .p-member-content .member-item .front-member-item .member-name .name-en {
    font-size: 1rem;
    color: #F9F9F9;
    text-align: center;
  }
  #page-member .p-member-content .member-item:hover .front-member-item {
    opacity: 0;
    transition: all 0.3s ease;
  }
  #page-member .p-member-content .member-item:hover .back-member-item {
    opacity: 1;
    transition: all 0.3s ease;
  }
  #page-member .p-member-content .back-member-item {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #1D1D1D;
    height: 200px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
  }
  #page-member .p-member-content .back-member-item .back-member-img {
    height: 100%;
  }
  #page-member .p-member-content .back-member-item .back-member-text {
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    color: #F9F9F9;
    background-color: rgba(34, 34, 34, 0.5);
  }
}
#page-archive {
  padding-top: 160px;
}
#page-archive .p-archive-content {
  padding: 80px;
  padding-bottom: 0;
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}
#page-archive .p-archive-content .news-item .news-link {
  padding: 20px;
  border-top: 1px solid #1D1D1D;
}
#page-archive .p-archive-content .news-item .news-link .news-date {
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #a4a4a4;
}
#page-archive .p-archive-content .news-item .news-link .news-title {
  line-height: 1.5;
  letter-spacing: 2px;
}
#page-archive .p-archive-content .news-item:last-child {
  border-bottom: 1px solid #1D1D1D;
}
#page-archive .p-archive-content .news-item:nth-of-type(5) {
  border-bottom: 1px solid #1D1D1D;
}
#page-archive .p-archive-content .news-item:nth-of-type(10) {
  border-bottom: 1px solid #1D1D1D;
}
#page-archive .view-more {
  margin: 80px auto;
}
#page-archive .nav-links {
  max-width: 300px;
  margin: 0 auto 80px auto;
}
#page-archive .nav-links .page-numbers {
  display: flex;
  justify-content: space-between;
}
#page-archive .nav-links .page-numbers li {
  width: -moz-fit-content;
  width: fit-content;
}
#page-archive .nav-links .page-numbers li .page-numbers {
  padding: 10px 20px;
  border: 1px solid #1D1D1D;
  transition: all 0.3s ease;
}
#page-archive .nav-links .page-numbers li .page-numbers:hover {
  background-color: #1D1D1D;
  transition: all 0.3s ease;
  border: solid #1D1D1D 1px;
  color: #F9F9F9;
}
#page-archive .nav-links .page-numbers li .current {
  background-color: #1D1D1D;
  border: solid #1D1D1D 1px;
  color: #F9F9F9;
}

@media (max-width: 800px) {
  #page-archive {
    padding-top: 60px;
  }
  #page-archive .p-archive-content {
    padding: 40px 10px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
  #page-archive .p-archive-content .news-item .news-link {
    padding: 10px;
    border-top: 1px solid #1D1D1D;
  }
  #page-archive .p-archive-content .news-item .news-link .news-date {
    margin-bottom: 8px;
    letter-spacing: 2px;
    color: #a4a4a4;
  }
  #page-archive .p-archive-content .news-item .news-link .news-title {
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #page-archive .p-archive-content .news-item:last-child {
    border-bottom: 1px solid #1D1D1D;
  }
  #page-archive .p-archive-content .news-item:nth-of-type(5) {
    border-bottom: none;
  }
  #page-archive .p-archive-content .news-item:nth-of-type(10) {
    border-bottom: 1px solid #1D1D1D;
  }
  #page-archive .view-more {
    margin: 40px auto;
  }
  #page-archive .nav-links {
    max-width: 200px;
    margin: 0 auto 40px auto;
  }
  #page-archive .nav-links .page-numbers {
    display: flex;
    justify-content: space-between;
  }
  #page-archive .nav-links .page-numbers li {
    width: -moz-fit-content;
    width: fit-content;
  }
  #page-archive .nav-links .page-numbers li .page-numbers {
    padding: 10px;
    border: 1px solid #1D1D1D;
  }
  #page-archive .nav-links .page-numbers li .current {
    background-color: #1D1D1D;
    border: solid #1D1D1D 1px;
    color: #F9F9F9;
  }
}
#single {
  padding-top: 160px;
}
#single .single-content {
  padding: 80px 40px;
  max-width: 1000px;
  margin: 0 auto;
}
#single .single-content .single-date {
  font-size: 1rem;
  color: #a4a4a4;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#single .single-content .single-title {
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 2px #1D1D1D;
}
#single .single-content .single-maintext p {
  line-height: 2;
  letter-spacing: 2px;
}
#single .single-content img {
  margin: 40px 0;
}
#single .single-content h1, #single .single-content h2, #single .single-content h3, #single .single-content h4 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1D1D1D;
}

@media (max-width: 800px) {
  #single {
    padding-top: 60px;
  }
  #single .single-content {
    padding: 40px 20px;
  }
  #single .single-content .single-date {
    font-size: 1rem;
    color: #a4a4a4;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  #single .single-content .single-title {
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 2px #1D1D1D;
  }
  #single .single-content .single-maintext p {
    line-height: 2;
    letter-spacing: 2px;
  }
  #single .single-content img {
    margin: 20px 0;
  }
  #single .single-content h1, #single .single-content h2, #single .single-content h3, #single .single-content h4 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1D1D1D;
  }
}
.page-buttons {
  position: relative;
  width: 800px;
  margin: 160px auto;
  height: 80px;
}
.page-buttons .page-button {
  position: absolute;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-align: center;
  border: solid 1px #1D1D1D;
  width: 200px;
  transition: all ease 0.3s;
}
.page-buttons .page-button:hover {
  background-color: #1D1D1D;
  transition: all ease 0.3s;
  border: #1D1D1D solid 1px;
}
.page-buttons .page-button:hover a {
  color: #F9F9F9;
}
.page-buttons .page-button a {
  padding: 15px 0;
}
.page-buttons .next {
  left: 0;
}
.page-buttons .middle {
  left: 50%;
  transform: translateX(-50%);
}
.page-buttons .prev {
  right: 0;
}

@media (max-width: 800px) {
  .page-buttons {
    position: relative;
    width: 300px;
    margin: 40px auto;
    height: 40px;
  }
  .page-buttons .page-button {
    position: absolute;
    top: 0;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-align: center;
    border: solid 1px #1D1D1D;
    width: 80px;
  }
  .page-buttons .page-button a {
    padding: 10px 0;
    font-size: 0.8rem;
  }
  .page-buttons .next {
    left: 0;
  }
  .page-buttons .middle {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-buttons .prev {
    right: 0;
  }
}
#page-delivery {
  padding-top: 160px;
}
#page-delivery .catchphrase-back {
  position: relative;
  margin-top: 80px;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#page-delivery .catchphrase-back .catchphrase-back-img {
  filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
}
#page-delivery .catchphrase-back .catchphrase {
  font-size: 3rem;
  letter-spacing: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-family: "Klee One", cursive;
  font-style: normal;
  color: #1D1D1D;
}
#page-delivery .delivery-content {
  padding-top: 80px;
}

@media (max-width: 800px) {
  #page-delivery {
    padding-top: 60px;
  }
  #page-delivery .catchphrase-back {
    position: relative;
    margin-top: 40px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #page-delivery .catchphrase-back .catchphrase-back-img {
    filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-delivery .catchphrase-back .catchphrase {
    font-size: 2.5rem;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-family: "Klee One", cursive;
    font-style: normal;
    color: #1D1D1D;
  }
  #page-delivery .delivery-content {
    padding-top: 40px;
  }
}
.service-detail-title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .service-detail-title {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 5px;
    padding-left: 20px;
    line-height: 1.5;
  }
}
.service-detail {
  padding-bottom: 160px;
}
.service-detail .item-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.service-detail .item-flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.service-detail .service-detail-item {
  padding: 60px 40px 40px 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.service-detail .service-detail-item .service-detail-title2 {
  font-size: 2rem;
  letter-spacing: 5px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.service-detail .service-detail-item .service-detail-text {
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 40px;
}
.service-detail .service-detail-item .service-detail-left {
  width: 50%;
}
.service-detail .service-detail-item .service-detail-right {
  width: 50%;
}
.service-detail .service-detail-item .service-detail-imgs {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.service-detail .service-detail-item .service-detail-imgs .service-detail-img {
  width: 50%;
}
.service-detail .service-detail-item tbody {
  border-collapse: collapse;
  border: #1D1D1D 1px solid;
  display: block;
}
.service-detail .service-detail-item tbody tr {
  display: flex;
  border-bottom: 1px solid #1D1D1D;
}
.service-detail .service-detail-item tbody tr:last-child {
  border-bottom: none;
}
.service-detail .service-detail-item tbody tr td {
  padding: 20px 0 20px 20px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.service-detail .service-detail-item tbody tr td:first-child {
  width: 200px;
  border-right: 1px solid #1D1D1D;
}

@media (max-width: 800px) {
  .service-detail {
    padding-bottom: 80px;
  }
  .service-detail .item-flex {
    flex-direction: column;
  }
  .service-detail .item-flex:nth-child(odd) {
    flex-direction: column;
  }
  .service-detail .service-detail-item {
    padding: 30px;
  }
  .service-detail .service-detail-item .service-detail-title2 {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .service-detail .service-detail-item .service-detail-text {
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .service-detail .service-detail-item .service-detail-left {
    width: 100%;
  }
  .service-detail .service-detail-item .service-detail-right {
    width: 100%;
  }
  .service-detail .service-detail-item .service-detail-imgs {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .service-detail .service-detail-item .service-detail-imgs .service-detail-img {
    width: 50%;
  }
  .service-detail .service-detail-item tbody {
    border-collapse: collapse;
    border: #1D1D1D 1px solid;
    display: block;
  }
  .service-detail .service-detail-item tbody tr {
    display: flex;
    border-bottom: 1px solid #1D1D1D;
  }
  .service-detail .service-detail-item tbody tr:last-child {
    border-bottom: none;
  }
  .service-detail .service-detail-item tbody tr td {
    padding: 10px 0 10px 10px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .service-detail .service-detail-item tbody tr td:first-child {
    width: 160px;
    border-right: 1px solid #1D1D1D;
  }
}
.recruit-content {
  padding-top: 80px;
}
.recruit-content .recruit-cta .service-detail-title {
  text-align: center;
}
.recruit-content .recruit-cta .view-more {
  margin: 80px auto;
}
.recruit-content .service-detail .service-detail-imgs {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.recruit-content .service-detail .service-detail-imgs .service-detail-img {
  width: 33%;
}
.recruit-content .service-detail .issue-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 500px;
}
.recruit-content .service-detail .issue-flex .issue-item .issue-img {
  height: 250px;
  padding-bottom: 20px;
}
.recruit-content .service-detail .issue-flex .issue-item .issue-answer-box {
  display: none;
}
.recruit-content .service-detail .issue-flex .issue-item .issue-answer-box .issue-answer {
  padding: 20px;
  margin: 20px 0;
  font-size: 0.8rem;
  border-radius: 20px;
  border: #1D1D1D solid 1px;
  position: relative;
}
.recruit-content .service-detail .issue-flex .issue-item .issue-answer-box .issue-answer::after {
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  content: "";
  border-bottom: 10px solid #1D1D1D;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.recruit-content .service-detail .issue-flex .issue-item .issue-answer-box .issue-answer::before {
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  content: "";
  border-bottom: 10px solid #F9F9F9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  top: -19.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.recruit-content .service-detail .issue-flex .issue-item .issue-button {
  margin: 0 auto;
  border: #1D1D1D solid 1px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.recruit-content .service-detail .issue-flex .issue-item .issue-button .button-inside {
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 30px;
}
.recruit-content .service-detail .flow-flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  border: #1D1D1D solid 1px;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.recruit-content .service-detail .flow-flex .service-detail-title2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  line-height: 1;
}
.recruit-content .service-detail .flow-flex .service-detail-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  line-height: 1;
}
.recruit-content .service-detail .flow-arrow {
  margin-left: 40px;
  height: 0;
  width: 0;
  border-top: 20px solid #a4a4a4;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media (max-width: 800px) {
  .recruit-content {
    padding-top: 80px;
  }
  .recruit-content .recruit-cta .service-detail-title {
    text-align: center;
  }
  .recruit-content .recruit-cta .view-more {
    margin: 40px auto;
  }
  .recruit-content .service-detail .service-detail-imgs {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-direction: column;
  }
  .recruit-content .service-detail .service-detail-imgs .service-detail-img {
    width: 100%;
  }
  .recruit-content .service-detail .issue-flex {
    flex-direction: column;
    height: auto;
  }
  .recruit-content .service-detail .issue-flex .issue-item {
    margin-bottom: 40px;
  }
  .recruit-content .service-detail .issue-flex .issue-item .issue-img {
    height: 250px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .recruit-content .service-detail .issue-flex .issue-item .issue-answer-box {
    display: none;
  }
  .recruit-content .service-detail .issue-flex .issue-item .issue-answer-box .issue-answer {
    padding: 20px;
    margin: 20px 0;
    font-size: 1rem;
    border-radius: 20px;
    border: #1D1D1D solid 1px;
    position: relative;
  }
  .recruit-content .service-detail .issue-flex .issue-item .issue-answer-box .issue-answer::after {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    content: "";
    border-bottom: 10px solid #1D1D1D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .recruit-content .service-detail .issue-flex .issue-item .issue-answer-box .issue-answer::before {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    content: "";
    border-bottom: 10px solid #F9F9F9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    top: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .recruit-content .service-detail .issue-flex .issue-item .issue-button {
    margin: 0 auto;
    border: #1D1D1D solid 1px;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
  }
  .recruit-content .service-detail .issue-flex .issue-item .issue-button .button-inside {
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 30px;
  }
  .recruit-content .service-detail .flow-flex {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    border: #1D1D1D solid 1px;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .recruit-content .service-detail .flow-flex .service-detail-title2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .recruit-content .service-detail .flow-flex .service-detail-text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
    line-height: 1.5;
    padding-left: 10px;
  }
  .recruit-content .service-detail .flow-arrow {
    margin-left: 20px;
    height: 0;
    width: 0;
    border-top: 10px solid #a4a4a4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.management-content {
  padding-top: 80px;
}
.management-content .service-detail-text {
  font-size: 1.5rem;
}

@media (max-width: 800px) {
  .recruit-content {
    padding-top: 40px;
  }
  .management-content {
    padding-top: 40px;
  }
  .management-content .service-detail {
    padding-bottom: 40px;
  }
  .management-content .management-item {
    padding: 40px 30px 0 30px;
  }
  .management-content .management-item .service-detail-text {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */