@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

.is-sp {
  display: none;
}

@media (max-width: 991px) {
  .is-sp {
    display: block;
  }
}

.header_logo,
.footer_logo {
  font-size: 25px;
  color: #fff;
  margin-bottom: 50px;
}

.header_logo span,
.footer_logo span {
  margin-left: 10px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.header_logo {
  color: #333;
  margin: 0;
}

.top_return-button {
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background-color: #e0644c;
  padding: 15px 20px;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .top_return-button {
    bottom: 10px;
    right: 10px;
  }
}

.top_return-button:hover {
  cursor: pointer;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #333;
  z-index: 9999;
  background-color: #fff;
  color: #333;
}

@media (max-width: 991px) {
  header {
    display: none;
  }
}

header#top_header {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header#top_header.top_header-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

header a {
  color: #333;
}

header li {
  font-family: "Noto Serif JP", serif;
  padding: 30px 10px;
  font-size: 20px;
}

header .header_inner {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

header .header_inner .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_inner .header_right .header-nav_works:hover {
  cursor: pointer;
}

header .header_inner .header_right .header_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_inner .header_right .header_ul li {
  position: relative;
  padding: 32px 20px;
}

header .header_inner .header_right .header_works-list {
  position: absolute;
  z-index: 8000;
  width: 170px;
  top: 101px;
  left: 0;
  border: 1px solid #333;
  border-top: none;
  background-color: #fff;
  line-height: 1.2;
  opacity: 1;
  display: none;
}

header .header_inner .header_right .header_works-list li {
  padding: 10px 20px;
}

header .header_inner .header_right .header_works-list a {
  display: inline-block;
  padding: 10px 0;
}

header .header_inner .header_right .header_contact {
  text-align: center;
  margin: 0 20px;
}

header .header_inner .header_right .header_contact a {
  padding: 5px 20px;
  display: inline-block;
  background-color: #ffb100;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

header .header_inner .header_right .header_contact .header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-top: 5px;
}

header .header_inner .header_right .header_contact .header_tel img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

header .header_inner .header_right .header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_inner .header_right .header_sns a {
  height: 60px;
}

header .header_inner .header_right .header_sns img {
  padding: 10px;
}

.sp-menu-toggle {
  display: none;
  z-index: 10000;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 22px;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
}

@media (max-width: 991px) {
  .sp-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sp-menu-toggle.open {
  border: 1px solid #333;
  background-color: #fff;
}

.sp-menu-toggle.scroll-active {
  border: 1px solid #333;
  background-color: #fff;
}

.sp-menu-toggle.scroll-active i:nth-of-type(1),
.sp-menu-toggle.scroll-active i:nth-of-type(2),
.sp-menu-toggle.scroll-active i:nth-of-type(3) {
  background-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sp-menu-toggle i:nth-of-type(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 18px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: #333 1px 1px 1px;
          box-shadow: #333 1px 1px 1px;
}

.sp-menu-toggle i:nth-of-type(1).open {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333;
}

.sp-menu-toggle i:nth-of-type(2) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 28px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: #333 1px 1px 1px;
          box-shadow: #333 1px 1px 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.sp-menu-toggle i:nth-of-type(2).open {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333;
}

.sp-menu-toggle i:nth-of-type(3) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 38px;
  z-index: 10000;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: #333 1px 1px 1px;
          box-shadow: #333 1px 1px 1px;
}

.sp-menu-toggle i:nth-of-type(3).open {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333;
}

.sp-menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  border-left: 1px solid #000;
  width: 250px;
  height: 102vh;
  overflow: hidden;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-menu.open {
  overflow: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sp-menu .question {
  position: relative;
}

.sp-menu .answer {
  display: none;
}

.sp-menu .toggle::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 120px;
  font-size: 30px;
  content: "";
  background-color: #000;
  width: 2px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sp-menu .toggle::after {
  position: absolute;
  top: calc(50% - 10px);
  left: 120px;
  content: "";
  background-color: #000;
  width: 2px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sp-menu .toggle.open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sp-menu ul {
  z-index: 2000;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.sp-menu ul a {
  color: #333;
}

.sp-menu ul li {
  font-size: 18px;
  padding: 10px 20px;
}

.sp-menu ul.sp-menu_works-list {
  margin-top: 0;
  margin-left: 30px;
  padding: 0;
}

.sp-menu .sp-menu_contact-button {
  display: inline-block;
  margin-top: 50px;
  margin-left: 20px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  background-color: #ffb100;
  border-radius: 5px;
}

.sp-menu .sp-menu_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-left: 20px;
}

.sp-menu .sp-menu_sns .sp-menu_twitter,
.sp-menu .sp-menu_sns .sp-menu_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-menu .sp-menu_sns .sp-menu_twitter a,
.sp-menu .sp-menu_sns .sp-menu_instagram a {
  padding: 10px;
}

.sp-menu .sp-menu_sns .sp-menu_twitter a img,
.sp-menu .sp-menu_sns .sp-menu_instagram a img {
  width: 100%;
  height: 100%;
}

.bg-close {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 102vw;
  height: 102vh;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-close.open {
  opacity: 0.2;
  visibility: visible;
}

h2 {
  font-size: 54px;
  color: #e0644c;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 36px;
  color: #e0644c;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

.more-button {
  text-align: center;
  margin-top: 50px;
}

.more-button a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  background-color: #e0644c;
  border-radius: 60px;
  padding: 15px 80px;
  border: 1px solid #e0644c;
}

.more-button a span {
  position: absolute;
  right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
  color: #fff;
}

.more-button a:hover {
  background-color: #fff;
  color: #e0644c;
}

.more-button a:hover span {
  margin-left: 20px;
  right: 40px;
  color: #e0644c;
}

.top_works h2,
.top_news h2,
.company-overview h2 {
  position: relative;
  text-align: center;
}

.top_works h2:after,
.top_news h2:after,
.company-overview h2:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  width: 60px;
  height: 4px;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #e0644c;
}

footer {
  padding: 50px 0;
  background-color: #e0644c;
  color: #fff;
}

footer .footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-inner a {
  color: #fff;
  display: inline-block;
}

footer .footer-inner p:nth-of-type(4) {
  margin-top: 30px;
}

footer .footer-inner .footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-inner .footer_right article {
  display: inline-block;
}

footer .footer-inner .footer_right .footer_twitter,
footer .footer-inner .footer_right .footer_instagram {
  padding: 10px;
}

@media (max-width: 767px) {
  footer .footer-inner .footer_right .footer_twitter,
  footer .footer-inner .footer_right .footer_instagram {
    margin-top: 50px;
  }
  footer .footer-inner .footer_right .footer_twitter img,
  footer .footer-inner .footer_right .footer_instagram img {
    width: 80%;
  }
}

.page-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 50px;
}

.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  height: 300px;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-shadow: 3px 3px 3px #333;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991px) {
  .page-top {
    height: 200px;
    margin-top: 0;
  }
  .page-top h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .page-top {
    height: 150px;
  }
}

.pan {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(139, 75, 0, 0.12);
}

@media (max-width: 991px) {
  .pan {
    height: 50px;
  }
}

.single-post_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .single-post_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-main {
  width: 100%;
}

.single_sidebar {
  width: 250px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .single_sidebar {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.single_sidebar .sidebar_name {
  width: 100%;
  padding: 10px 0;
  background-color: #e0644c;
  color: #fff;
  text-align: center;
}

.single_sidebar ul {
  width: 100%;
  padding: 20px;
}

.single_sidebar ul a {
  color: #333;
}

.single_sidebar ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e0644c;
}

.single_sidebar ul li:hover {
  opacity: 0.8;
}

.pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
}

.pagination .wp-pagenavi .pages {
  display: none;
}

.pagination .wp-pagenavi span,
.pagination .wp-pagenavi a {
  padding: 13px 20px;
}

.pagination .wp-pagenavi span {
  color: #fff;
  background-color: #e0644c;
  border: 1px #e0644c;
}

.pager_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .pager_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 50px;
  }
}

.pager_container a {
  padding: 10px 20px;
  border: 1px solid #333;
  color: #333;
}

.pager_container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .pager_container article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-top: 20px;
  }
}

.pager_container article.prev-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .pager_container article.prev-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}

.pager_container article.prev-box p {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .pager_container article.prev-box p {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .pager_container article.next-box {
    width: 50%;
  }
}

.pager_container article.next-box p {
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .pager_container article.next-box p {
    margin: 0;
  }
}

@-webkit-keyframes topSlideText {
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes topSlideText {
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@-webkit-keyframes topSlideText-p {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes topSlideText-p {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes scrollGuid {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

@keyframes scrollGuid {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

body {
  line-height: 1.8;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  position: relative;
}

@media (max-width: 991px) {
  .top {
    height: 70vh;
  }
}

.top .top_logo {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
  font-size: 25px;
  color: #fff;
  text-shadow: #333 3px 3px 3px;
}

@media (max-width: 991px) {
  .top .top_logo {
    top: 25px;
    left: 25px;
  }
}

.top .top_logo span {
  margin-left: 10px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.top .swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.top .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.top .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.top .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.top .swiper .top_slide-text {
  position: absolute;
  top: 50%;
  left: 10%;
  font-size: 54px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-shadow: #333 3px 3px 3px;
  overflow: hidden;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

@media (max-width: 767px) {
  .top .swiper .top_slide-text {
    font-size: 28px;
  }
}

.top .swiper .top_slide-text p {
  overflow: hidden;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.top .swiper .top_slide-text p:nth-of-type(2) {
  padding-left: 100px;
}

.top .swiper .swiper-slide-active .top_slide-text {
  overflow: hidden;
  -webkit-animation: topSlideText 1s 1s forwards;
          animation: topSlideText 1s 1s forwards;
}

.top .swiper .swiper-slide-active p {
  overflow: hidden;
  -webkit-animation: topSlideText-p 1s 1s forwards;
          animation: topSlideText-p 1s 1s forwards;
}

.top .top_sidebar {
  width: 420px;
  height: 800px;
  padding: 50px;
}

@media (max-width: 991px) {
  .top .top_sidebar {
    display: none;
  }
}

.top .top_sidebar .accordion-box {
  display: inline-block;
}

.top .top_sidebar .question {
  position: relative;
  display: inline-block;
}

.top .top_sidebar .toggle::before {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  font-size: 30px;
  content: "";
  background-color: #000;
  width: 2px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top .top_sidebar .toggle::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 0px;
  content: "";
  background-color: #000;
  width: 2px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.top .top_sidebar .toggle.open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.top .top_sidebar .answer {
  display: none;
  margin-left: 30px;
}

.top .top_sidebar #open {
  display: block;
}

.top .top_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top .top_sns .top_twitter,
.top .top_sns .top_instagram {
  padding: 10px;
}

.top .top_sns .top_twitter:hover,
.top .top_sns .top_instagram:hover {
  cursor: pointer;
  opacity: 0.8;
}

.top .top_contact-button {
  padding: 10px 30px;
  background-color: #ffb100;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 70;
}

.top .top_tel img {
  width: 30px;
  height: 30px;
}

.top .top_tel span {
  display: inline-block;
  font-size: 28px;
  margin-top: 20px;
  margin-left: 10px;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.top ul a,
.top ul .question {
  color: #333;
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.top ul .question {
  padding-right: 30px;
}

.top ul .question:hover {
  cursor: pointer;
  opacity: 0.8;
}

.top ul .answer ul {
  margin-top: 0;
}

.scroll-guid {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 150px;
  position: relative;
}

.scroll-guid::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 2px;
  height: 80px;
  background-color: #d6d6d6;
}

.scroll-guid::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 2px;
  height: 80px;
  background-color: #222;
  overflow: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-animation: scrollGuid 1.5s infinite;
          animation: scrollGuid 1.5s infinite;
}

.top-2 {
  height: 600px;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 991px) {
  .top-2 {
    height: auto;
  }
}

.top-2 .top-2_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(1, 50px);
          transform: translateY(1, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-2 .top-2_container.scroll-active {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate(1, 0);
          transform: translate(1, 0);
}

.top-2 .top-2_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

@media (max-width: 991px) {
  .top-2 .top-2_container img {
    position: static;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .top-2 .top-2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-2 .top-2_text {
  width: 50%;
  padding: 50px;
}

@media (max-width: 991px) {
  .top-2 .top-2_text {
    width: 100%;
    padding: 50px 0;
  }
}

.top-2 .top-2_text .text-hide-box {
  overflow: hidden;
}

.top-2 .top-2_text .text-hide-box:first-of-type {
  margin-bottom: 50px;
}

.top-2 .top-2_text h2 {
  font-size: 36px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-2 .top-2_text h2.scroll-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 991px) {
  .top-2 .top-2_text h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .top-2 .top-2_text h2 {
    font-size: 24px;
  }
}

.top-2 .top-2_text p {
  margin-bottom: 20px;
  -webkit-transform: translate(0, calc(100% + 20px));
          transform: translate(0, calc(100% + 20px));
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-2 .top-2_text p.scroll-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top-3 {
  padding: 100px 0;
  background-color: rgba(139, 75, 0, 0.12);
}

@media (max-width: 767px) {
  .top-3 {
    padding: 100px 0;
  }
}

.top-3 .top-3_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .top-3 .top-3_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.top-3 .top-3_container .top-3_box {
  width: 50%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .top-3 .top-3_container .top-3_box {
    width: 100%;
    margin-top: 50px;
  }
}

.top-3 .top-3_container .top-3_box img {
  width: 100%;
  opacity: 0;
}

.top-3 .top-3_container .top-3_box img.top-3_left-img {
  overflow: hidden;
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}

.top-3 .top-3_container .top-3_box img.top-3_right-img {
  overflow: hidden;
  -webkit-transform: translate(20%, 0);
          transform: translate(20%, 0);
}

.top-3 .top-3_container .top-3_box img.scroll-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top-3 .top-3_container .top-3_box .top-3_text {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  width: 65%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .top-3 .top-3_container .top-3_box .top-3_text {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .top-3 .top-3_container .top-3_box .top-3_text {
    padding: 20px;
  }
}

.top-3 .top-3_container .top-3_box .top-3_text.scroll-active {
  opacity: 1;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.top-3 .top-3_container .top-3_box .top-3_text p {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top-3 .top-3_container .top-3_box .top-3_text p {
    margin-top: 20px;
  }
}

.top_works {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(images/top_works-bg.png);
}

@media (max-width: 767px) {
  .top_works {
    padding-top: 100px;
  }
}

.top_works h2 {
  margin-bottom: 50px;
}

.top_works-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_works-container.scroll-active article {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.top_works-container.scroll-active article:nth-of-type(1) {
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.top_works-container.scroll-active article:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.top_works-container.scroll-active article:nth-of-type(3) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}

.top_works-container.scroll-active article:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.top_works-container.scroll-active article:nth-of-type(5) {
  -webkit-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.top_works-container.scroll-active article:nth-of-type(6) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.top_works-container article {
  position: relative;
  width: 32%;
  height: 350px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

@media (max-width: 991px) {
  .top_works-container article {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .top_works-container article {
    width: 49%;
    height: 200px;
  }
}

.top_works-container article a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_works-container article .works-category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #e0644c;
  padding: 5px 20px;
  display: inline-block;
}

.top_works-container article img {
  width: 100%;
  height: 100%;
}

.top_works-container article .works_guid-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #e0644c;
}

.top_works-container article .works_guid-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.top_works-container article .works_guid-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.top_works-container article p {
  padding: 10px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .top_works-container article p {
    font-size: 16px;
  }
}

.top_news {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .top_news {
    margin-top: 100px;
    padding: 100px 0;
  }
}

.top_news .top_news-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .top_news .top_news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_news .top_news-container a {
  width: 49%;
  color: #333;
}

@media (max-width: 991px) {
  .top_news .top_news-container a {
    width: 100%;
  }
}

.top_news .top_news-container.scroll-active article {
  overflow: hidden;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.top_news .top_news-container.scroll-active article:nth-of-type(1) {
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.top_news .top_news-container.scroll-active article:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.top_news .top_news-container.scroll-active article:nth-of-type(3) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}

.top_news .top_news-container.scroll-active article:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.top_news .top_news-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .top_news .top_news-container article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_news .top_news-container article .top_news-img {
  width: 70%;
  height: 200px;
  border: 2px solid #fff;
}

@media (max-width: 991px) {
  .top_news .top_news-container article .top_news-img {
    width: 50%;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .top_news .top_news-container article .top_news-img {
    width: 100%;
    height: 200px;
  }
}

.top_news .top_news-container article .top_news-img img {
  width: 100%;
  height: 100%;
}

.top_news .top_news-container article .top_news-right {
  position: relative;
  padding: 10px;
}

@media (max-width: 991px) {
  .top_news .top_news-container article .top_news-right {
    width: 100%;
  }
}

.top_news .top_news-container article .top_news-right .top_news-title {
  font-family: "Noto Serif JP", serif;
  color: #e0644c;
  font-size: 22px;
}

.top_news .top_news-container article .top_news-right .top_news-date {
  margin-top: 20px;
  position: static;
}

.top_news .more-button {
  margin-top: 100px;
}

.page-top_works {
  background-image: url(images/works-top.png);
}

.page-works_category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.page-works_category-list a {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  margin: 10px 10px;
  background-color: #e0644c;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .page-works_category-list a {
    padding: 5px 20px;
  }
}

.page-single h2 {
  text-align: center;
  margin-bottom: 50px;
}

.page-single .works-single_sumbnail {
  width: 100%;
}

.page-single .works-single_sumbnail img {
  width: 100%;
  height: 500px;
}

.page-single table {
  width: 100%;
  margin: 100px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.page-single table tr {
  width: 50%;
  height: 50px;
  border-left: 1px solid #e0644c;
  border-right: 1px solid #e0644c;
}

.page-single table th {
  width: 50%;
  color: #fff;
  background-color: #e0644c;
  vertical-align: middle;
}

.page-single table th:nth-of-type(1) {
  border-right: 1px solid #fff;
}

.page-single table td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #e0644c;
}

.page-single h3 {
  position: relative;
  margin-left: 20px;
}

.page-single h3::before {
  position: absolute;
  top: 50%;
  left: -20px;
  overflow: hidden;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
  content: "";
  width: 5px;
  height: 40px;
  background-color: #e0644c;
}

.page-single .works-single_contents {
  margin-top: 30px;
  margin-bottom: 100px;
}

.page-top_company {
  background-image: url(images/company-top.png);
}

.page-company h3:nth-of-type(1) {
  text-align: center;
}

.page-company .page-company_three-img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-company .page-company_three-img_container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.page-company .page-company_three-img_container .page-company_three-img {
  width: 32%;
  height: 216px;
}

@media (max-width: 767px) {
  .page-company .page-company_three-img_container .page-company_three-img {
    width: 48%;
    height: auto;
    margin-top: 10px;
  }
}

.page-company .page-company_three-img_container .page-company_three-img img {
  width: 100%;
  height: 100%;
}

.page-company .sanjou-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .page-company .sanjou-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
  }
}

.page-company .sanjou-area .sanjou-area_text {
  width: 50%;
  padding: 30px;
}

@media (max-width: 767px) {
  .page-company .sanjou-area .sanjou-area_text {
    width: 100%;
  }
}

.page-company .sanjou-area .sanjou-area_text p {
  margin-top: 30px;
}

.page-company .sanjou-area .sanjou-area_img {
  width: 50%;
}

@media (max-width: 767px) {
  .page-company .sanjou-area .sanjou-area_img {
    width: 100%;
  }
}

.page-company .sanjou-area .sanjou-area_img img {
  width: 100%;
}

.page-company .company-overview {
  margin-top: 150px;
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .page-company .company-overview {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.page-company table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 50px;
  font-size: 18px;
}

.page-company table tr {
  vertical-align: middle;
}

.page-company table tr td {
  border: 1px solid #e0644c;
  padding: 10px 0;
  text-align: left;
}

.page-company table tr td:nth-of-type(1) {
  width: 150px;
  text-align: center;
  color: #fff;
  background-color: #e0644c;
  border-bottom: 1px solid #fff;
}

.page-company table tr td:nth-of-type(2) {
  padding: 0 30px;
}

.page-company table tr td:last-of-type {
  border-bottom: 1px solid #e0644c;
}

.page-top_access {
  background-image: url(images/access-top.png);
}

.page-access {
  margin-bottom: 150px;
}

.page-access p {
  margin-bottom: 20px;
}

.page-access .access-map {
  width: 100%;
  height: 600px;
}

.page-access .access-map iframe {
  width: 100%;
  height: 100%;
}

.page-top_news_archive {
  background-image: url(images/news-top.png);
}

.page-news_archive {
  margin-bottom: 50px;
}

.page-news_archive article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .page-news_archive article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}

.page-news_archive article .page-news_archive-sumbnail {
  width: 30%;
  height: 150px;
}

@media (max-width: 767px) {
  .page-news_archive article .page-news_archive-sumbnail {
    width: 100%;
    height: 200px;
  }
}

.page-news_archive article .page-news_archive-sumbnail img {
  width: 100%;
  height: 100%;
}

.page-news_archive article .page-news_archive-text {
  width: 70%;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .page-news_archive article .page-news_archive-text {
    width: 100%;
  }
}

.page-news_archive article .page-news_archive-text .page-news_archive-title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #e0644c;
  font-weight: 500;
}

.page-news_archive article .page-news_archive-text .page-news_archive-date {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .page-news_archive article .page-news_archive-text .page-news_archive-date {
    margin-top: 20px;
    position: static;
  }
}

.page-news_single .page-news_single-date {
  font-size: 14px;
}

.page-news_single .page-news_single-title {
  font-size: 36px;
  color: #e0644c;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .page-news_single .page-news_single-title {
    font-size: 28px;
  }
}

.page-news_single .page-news_single-sumbnail {
  margin-top: 30px;
  width: 100%;
  height: 450px;
}

.page-news_single .page-news_single-sumbnail img {
  width: 100%;
  height: 100%;
}

.page-news_single .page-news_single-content {
  margin-top: 50px;
  margin-bottom: 100px;
}

.page-top_contact {
  background-image: url(images/contact-top.png);
}

.page-contact {
  margin-bottom: 100px;
  /* 必須マーク */
  /* 任意マーク */
  /* 項目名を太字にする */
  /* 入力項目を見やすくする */
  /* 必須項目の入力欄を黄色にする */
  /* 送信ボタンを見やすくする */
  /* エラーメッセージを見やすくする */
}

.page-contact .must {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #f92931;
  border-radius: 20px;
}

.page-contact .free {
  display: inline-block;
  color: #fff;
  padding: 6px 10px;
  background: #424242;
  border-radius: 20px;
}

.page-contact form p {
  margin-top: 50px;
  font-weight: 600;
}

.page-contact input.wpcf7-form-control.wpcf7-text,
.page-contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .page-contact input.wpcf7-form-control.wpcf7-text,
  .page-contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .page-contact input.wpcf7-form-control.wpcf7-text,
  .page-contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
  }
}

.page-contact textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

.page-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.page-contact textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}

.page-contact input.wpcf7-submit {
  width: 50%;
  height: 80px;
  text-align: center;
  background: #27c038;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .page-contact input.wpcf7-submit {
    width: 100%;
  }
}

.page-contact span.wpcf7-not-valid-tip,
.page-contact .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */