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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 2.5vw;
  }
}

#lower {
  width: 100%;
}
#lower .lower {
  position: relative;
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 30vh;
  }
}
#lower .lower .lower_image {
  width: 75%;
  height: 50vh;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 30vh;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lower .lower .lower_title {
  padding: 5vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #E84708;
  position: absolute;
  bottom: 0%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    padding: 8vw;
  }
}
#lower .lower .lower_title h2 {
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  margin-bottom: 0.8vw;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 5vw;
  }
}
#lower .breadcrumbs {
  margin: 2vw 0 8vw 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs {
    margin: 3vw 0 10vw 3vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs {
    margin: 4vw 0 12vw 4vw;
  }
}
#lower .breadcrumbs p {
  font-size: 0.8vw;
  color: #E84708;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p {
    font-size: 2vw;
  }
}
#lower .breadcrumbs p a {
  text-decoration: none;
  color: #888;
}
#lower .breadcrumbs p span {
  margin: 0 1vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p span {
    margin: 0 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

/*
 * 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.top_contents_btn {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 80%;
  }
}
.top_contents_btn a {
  text-decoration: none;
  text-align: center;
  width: 40%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a {
    width: 60%;
  }
}
.top_contents_btn a button {
  width: 100%;
  padding: 1.4vw 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    padding: 3vw 0;
    font-size: 2.6vw;
  }
}
.top_contents_btn a button:hover {
  background-color: #E84708;
  color: #fff;
  border: none;
}
.top_contents_btn a button i {
  margin-left: 1vw;
}

header {
  position: fixed;
  z-index: 999999;
  width: 100%;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 60px;
}
header #header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header #header_pc .header_menu ul li {
  border-left: 1px solid #fff;
}
header #header_pc .header_menu ul li:first-child {
  border: none;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 2vw;
  font-size: 0.9vw;
  text-shadow: 0 0px 3px #333;
}
header #header_pc .header_menu ul li a i {
  font-size: 2vw;
}
header #header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2vw;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp {
    height: 60px;
  }
}
header #header_sp .header_logo {
  height: 60px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    height: 40px;
  }
}
header #header_sp .header_logo img {
  height: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #E84708;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 35%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  background: #E84708;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #E84708;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active {
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(232, 71, 8, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translate(100%);
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
  }
}
nav.globalMenuSp ul li a i {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a i {
    font-size: 6vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(0%);
}

.header.change-color {
  background-color: #fff;
  transition: 0.3s;
}
.header.change-color .header_menu ul li {
  border-left: 1px solid #333 !important;
}
.header.change-color .header_menu ul li:first-child {
  border: none !important;
}
.header.change-color .header_menu ul li a {
  color: #333 !important;
}

#top_main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_main .top_main_bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
}
#top_main .top_main_logo {
  position: absolute;
  z-index: 100;
  top: 35%;
  left: 50%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_logo {
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
  }
}
#top_main .top_main_logo img {
  width: 100%;
}
#top_main .effect {
  position: absolute;
  z-index: 120;
  top: 40%;
  left: 28%;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .effect {
    top: 36%;
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .effect {
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
  }
}
#top_main .effect .en {
  font-size: 3.5vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3vw;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_main .effect .en {
    font-size: 4.5vw;
  }
}
#top_main .effect .ja {
  font-size: 1.5vw;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.3vw;
  line-height: 2.6vw;
}
@media screen and (max-width: 768px) {
  #top_main .effect .ja {
    font-size: 3vw;
  }
}
#top_main .slide-images {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 90vh;
  }
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes topMainText {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#top_about .top_about {
  margin: 6vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    margin: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    margin: 12vw 0;
  }
}
#top_about .top_about .top_about_title {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_title {
    width: 70%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_about .top_about .top_about_title h3 {
  text-align: center;
  margin-bottom: 4vw;
  font-family: serif;
  font-weight: 300;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_title h3 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title h3 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
#top_about .top_about .top_about_title p {
  letter-spacing: 0.3vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_title p {
    letter-spacing: 0.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title p {
    letter-spacing: 0.8vw;
    line-height: 5vw;
  }
}

#top_works {
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #top_works {
    margin-bottom: 12vw;
  }
}
#top_works .top_works {
  position: relative;
}
#top_works .top_works .top_works_title {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
#top_works .top_works .top_works_title h2 {
  color: #E84708;
}
#top_works .top_works .top_works_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_bg {
    width: 60%;
  }
}
#top_works .top_works .top_works_bg img {
  width: 100%;
}
#top_works .top_works .top_works_contents ul {
  list-style: none;
  width: 80%;
  margin: auto;
  margin-bottom: 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul {
    flex-flow: column;
  }
}
#top_works .top_works .top_works_contents ul a {
  display: block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a {
    width: 80%;
    margin-bottom: 4vw;
  }
}
#top_works .top_works .top_works_contents ul a li {
  position: relative;
}
#top_works .top_works .top_works_contents ul a li .thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
#top_works .top_works .top_works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#top_works .top_works .top_works_contents ul a li .thumb .thumb_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
#top_works .top_works .top_works_contents ul a li .outline {
  position: absolute;
  bottom: 8%;
  left: 5%;
}
#top_works .top_works .top_works_contents ul a li .outline .date {
  color: #fff;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-left: 0.2vw;
  padding-right: 0.8vw;
}
#top_works .top_works .top_works_contents ul a li .outline .title {
  color: #fff;
  font-size: 12.5px;
  border-bottom: 1px solid #fff;
  padding-left: 0.2vw;
  padding-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents ul a li .outline .title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#top_works .top_works .top_contents_btn {
  width: 80%;
}
#top_works .top_works .top_contents_btn a {
  margin-left: 0;
  margin-right: auto;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_contents_btn a {
    width: 50%;
  }
}

#top_service {
  margin-bottom: 6vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_service {
    margin-bottom: 12vw;
  }
}
#top_service .top_service {
  width: 100%;
}
#top_service .top_service .top_service_title {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
#top_service .top_service .top_service_title h2 {
  color: #E84708;
}
#top_service .top_service .top_service_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    flex-flow: column;
  }
}
#top_service .top_service .top_service_contents .top_service_content:first-child {
  width: 45vw;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content:first-child {
    width: 100%;
    height: 60vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.4);
  transition: all 0.4s;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img:hover::after {
  background: rgba(232, 71, 8, 0.8);
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 90%;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title h4 {
  text-align: center;
  margin-bottom: 1vw;
  letter-spacing: 0.4vw;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title p {
  text-align: center;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title p {
    font-size: 1.6vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_service .top_service .top_service_contents .top_service_content:last-child {
  width: 55vw;
  height: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content:last-child {
    width: 100%;
    height: 240vw;
    flex-flow: column;
  }
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img {
  position: relative;
  width: 50%;
  height: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img {
    width: 100%;
    height: 60vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.4);
  transition: all 0.4s;
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img:hover::after {
  background: rgba(232, 71, 8, 0.8);
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 90%;
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title h4 {
  text-align: center;
  margin-bottom: 1vw;
  letter-spacing: 0.4vw;
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title p {
  text-align: center;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title p {
    font-size: 1.6vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_company {
  margin-bottom: 6vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_company {
    margin-bottom: 12vw;
  }
}
#top_company .top_company {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 80vh;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #top_company .top_company {
    height: 60vh;
  }
}
#top_company .top_company .top_company_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#top_company .top_company .top_company_bg .top_company_contents {
  width: 70%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_company .top_company .top_company_bg .top_company_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_company .top_company .top_company_bg .top_company_contents {
    width: 95%;
  }
}
#top_company .top_company .top_company_bg .top_company_contents .top_company_title {
  color: #fff;
  margin-bottom: 2vw;
}
#top_company .top_company .top_company_bg .top_company_contents .top_company_text {
  color: #fff;
  margin-bottom: 4vw;
}
#top_company .top_company .top_company_bg .top_company_contents .top_company_text p {
  letter-spacing: 0.3vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_company .top_company .top_company_bg .top_company_contents .top_company_text p {
    letter-spacing: 0.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_company .top_company .top_company_bg .top_company_contents .top_company_text p {
    letter-spacing: 0.8vw;
    line-height: 5vw;
  }
}
#top_company .top_company .top_company_bg .top_company_contents .top_contents_btn {
  width: 100%;
}
#top_company .top_company .top_company_bg .top_company_contents .top_contents_btn a {
  width: 25%;
  margin-left: 0;
  margin-right: auto;
}
#top_company .top_company .top_company_bg .top_company_contents .top_contents_btn a button {
  border: 1px solid #fff;
  color: #fff;
}
#top_company .top_company .top_company_bg .top_company_contents .top_contents_btn a button:hover {
  border: none;
}

#top_news .top_news_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc {
    display: none;
  }
}
#top_news .top_news_pc .top_news_title {
  width: 30%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_title {
    width: 100%;
    padding: 20px 0;
  }
}
#top_news .top_news_pc .top_news_title h2 {
  color: #E84708;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 5px;
}
#top_news .top_news_pc .top_news_title p {
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_title p {
    margin-bottom: 20px;
  }
}
#top_news .top_news_pc .top_news_contents {
  margin: auto;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents {
    width: 95%;
    margin: auto;
    padding-left: 0;
    padding-top: 20px;
  }
}
#top_news .top_news_pc .top_news_contents ul {
  list-style: none;
}
#top_news .top_news_pc .top_news_contents ul a {
  text-decoration: none;
}
#top_news .top_news_pc .top_news_contents ul a li {
  margin-bottom: 20px;
  position: relative;
  width: 700px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li {
    width: 370px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#top_news .top_news_pc .top_news_contents ul a li:hover::after {
  visibility: visible;
  bottom: 0px;
  opacity: 1;
}
#top_news .top_news_pc .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
#top_news .top_news_pc .top_news_contents ul a li .outline .date {
  margin-right: 40px;
  padding: 5px 10px;
  color: #333;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .date {
    margin-right: 20px;
    font-size: 10px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li .outline .title {
  color: #333;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .title {
    font-size: 12.5px;
  }
}
#top_news .top_news_pc .top_news_btn {
  position: absolute;
  width: 25%;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top_news .top_news_pc .top_news_btn a {
  margin-left: 0;
  margin-right: auto;
  width: 25%;
}
#top_news .top_news_pc .top_news_btn a button {
  width: 100%;
  padding: 1.4vw 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  transition: all 0.4s;
  cursor: pointer;
}
#top_news .top_news_pc .top_news_btn a button i {
  margin-left: 1vw;
}
#top_news .top_news_pc .top_news_btn a button:hover {
  background-color: transparent;
}
@media screen and (min-width: 1441px) {
  #top_news .top_news_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_news .top_news_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_sp {
    display: none;
  }
}
#top_news .top_news_sp .top_news_title {
  width: 30%;
  height: 100%;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_title {
    width: 100%;
    padding: 80px 0;
    padding-top: 0;
  }
}
#top_news .top_news_sp .top_news_title h2 {
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
}
#top_news .top_news_sp .top_news_title p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_title p {
    margin-bottom: 20px;
  }
}
#top_news .top_news_sp .top_news_contents {
  width: 70%;
  padding-left: 40px;
  background-color: #E0E0E1;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents {
    width: 95%;
    margin: auto;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }
}
#top_news .top_news_sp .top_news_contents ul {
  list-style: none;
  margin-bottom: 40px;
}
#top_news .top_news_sp .top_news_contents ul a {
  text-decoration: none;
}
#top_news .top_news_sp .top_news_contents ul a li {
  margin-bottom: 20px;
  position: relative;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li {
    width: 330px;
    padding-left: 10px;
  }
}
#top_news .top_news_sp .top_news_contents ul a li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#top_news .top_news_sp .top_news_contents ul a li:hover::after {
  visibility: visible;
  bottom: 0px;
  opacity: 1;
}
#top_news .top_news_sp .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_sp .top_news_contents ul a li .outline .date {
  margin-right: 40px;
  padding: 5px 10px;
  color: #333;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li .outline .date {
    margin-right: 20px;
    font-size: 10px;
  }
}
#top_news .top_news_sp .top_news_contents ul a li .outline .title {
  color: #333;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li .outline .title {
    font-size: 12.5px;
  }
}
#top_news .top_news_sp .top_news_contents .top_news_btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
}
#top_news .top_news_sp .top_news_contents .top_news_btn button {
  padding: 10px 40px;
  border: none;
  color: #333;
  background-color: transparent;
}

#top_voice {
  padding-top: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_voice {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #top_voice {
    padding-top: 5rem;
  }
}
#top_voice .top_voice_h {
  text-align: center;
}
#top_voice .top_voice_h h2 {
  font-weight: 600;
  color: #E84708;
  position: relative;
  margin-bottom: 0.5rem;
}
#top_voice .top_voice_h p {
  font-size: 100%;
}
#top_voice #top_voice_contents {
  width: 80%;
  height: 500px;
  margin: 3rem auto;
  padding: 1rem;
  border: solid 2px #e4e4e4;
  overflow: auto;
  overflow-y: scroll;
}
#top_voice #top_voice_contents::-webkit-scrollbar {
  width: 16px;
}
#top_voice #top_voice_contents::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
#top_voice #top_voice_contents::-webkit-scrollbar-thumb {
  background-color: #E84708;
  border-radius: 5px;
}
#top_voice #top_voice_contents ul {
  list-style: none;
  padding: 3rem 0;
}
#top_voice #top_voice_contents ul li {
  width: 95%;
  margin: 0 auto 3rem;
  padding: 2rem;
  color: #333;
  border: 2px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #aeaeae;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_voice #top_voice_contents ul li {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_voice #top_voice_contents ul li {
    width: 90%;
  }
}
#top_voice #top_voice_contents ul li .review_title {
  margin-bottom: 1rem;
}
#top_voice #top_voice_contents ul li .review_title h4 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top_voice #top_voice_contents ul li .review_title h4 {
    font-size: 1.5rem;
  }
}
#top_voice #top_voice_contents ul li .review_title p {
  margin-bottom: 1rem;
}
#top_voice #top_voice_contents ul li .review_title span {
  font-size: 2.5rem;
  color: #ffc954;
}
@media screen and (max-width: 768px) {
  #top_voice #top_voice_contents ul li .review_title span {
    font-size: 1.3rem;
  }
}

#news {
  position: relative;
  margin-bottom: 80px;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #E84708;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents ul a li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline {
    height: 150px;
  }
}
#news .news_contents ul a li .outline .title {
  color: #E84708;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .descn p {
    font-size: 10px;
  }
}
#news .news_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #E84708;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #E84708;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#works .works .works_contents h2 {
  text-align: start;
  background-color: #E84708;
  color: #fff;
  padding: 1.5vw 0;
  padding-left: 4vw;
  width: 40%;
  margin-left: 10%;
  margin-bottom: 4vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents h2 {
    width: 45%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents h2 {
    width: 80%;
    margin-left: 2.5%;
  }
}
#works .works .works_contents h2::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #fff;
  border-bottom: 50px solid transparent;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents h2::after {
    right: -1%;
  }
}
#works .works .works_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    width: 95%;
    flex-wrap: wrap;
  }
}
#works .works .works_contents ul a {
  display: block;
  text-decoration: none;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a {
    width: 45%;
  }
}
#works .works .works_contents ul a li {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li {
    margin-bottom: 4vw;
  }
}
#works .works .works_contents ul a li .thumb {
  margin-bottom: 1vw;
  width: 100%;
  height: 15vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .thumb {
    height: 30vw;
  }
}
#works .works .works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul a li .outline {
  padding: 0 1vw;
}
#works .works .works_contents ul a li .outline .date {
  color: #E84708;
  margin-bottom: 0.3vw;
}
#works .works .works_contents ul a li .outline .title {
  color: #333;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#works .works .navigation {
  text-align: center;
  margin: 2vw 0;
  margin-bottom: 8vw;
}

#works_single .works_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents {
    margin-bottom: 12vw;
  }
}
#works_single .works_contents ul li .thumb {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents ul li .thumb {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb {
    width: 95%;
  }
}
#works_single .works_contents ul li .thumb .works_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .works_images {
    flex-flow: column;
  }
}
#works_single .works_contents ul li .thumb .works_images img {
  width: 30%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .works_images img {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#works_single .works_contents ul li .thumb .b_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a {
    flex-flow: column;
  }
}
#works_single .works_contents ul li .thumb .b_a .before, #works_single .works_contents ul li .thumb .b_a .during, #works_single .works_contents ul li .thumb .b_a .after {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .before, #works_single .works_contents ul li .thumb .b_a .during, #works_single .works_contents ul li .thumb .b_a .after {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .before::before {
  position: absolute;
  content: "Before";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #E84708;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .before::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .during::before {
  position: absolute;
  content: "During";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #E84708;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .during::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .after::before {
  position: absolute;
  content: "After";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #E84708;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .after::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works_single .works_contents ul li .outline {
  width: 80%;
  margin: auto;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline {
    margin-top: 8vw;
    width: 95%;
  }
}
#works_single .works_contents ul li .outline .date {
  margin-bottom: 1vw;
  color: #E84708;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .date {
    margin-bottom: 2vw;
  }
}
#works_single .works_contents ul li .outline .title {
  font-size: 1.4vw;
  margin-bottom: 4vw;
  font-weight: 600;
  border-bottom: 1px solid #E84708;
  display: inline-block;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents ul li .outline .title {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .title {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
#works_single .works_contents ul li .outline .descn {
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .descn {
    font-size: 1.4vw;
  }
}

#news_single {
  position: relative;
  margin-bottom: 80px;
}
#news_single .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_single .news_contents ul li .outline {
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline {
    height: 150px;
  }
}
#news_single .news_contents ul li .outline .title {
  color: #E84708;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_single .news_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .descn p {
    font-size: 10px;
  }
}

#company {
  margin-top: 120px;
  padding-top: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #company {
    margin: 0;
    padding: 0;
  }
}
#company .lower_headline {
  text-align: center;
}
#company .lower_headline h4 {
  color: #E84708;
  letter-spacing: 0.6vw;
}
#company .company_contents {
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 0;
    padding-bottom: 80px;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_detail_title h4 {
  padding: 20px 60px;
  background-color: #E84708;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h4 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 70%;
  margin: auto;
  padding: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 95%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
  font-size: 1vw;
  letter-spacing: 0.2vw;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 3vw;
    padding: 4vw 0;
  }
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  border-bottom: 2px solid #E84708;
  text-align: end;
  padding-right: 40px;
  color: #E84708;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 20px;
    font-size: 10px;
    width: 25%;
    border-bottom: 1px solid #E84708;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 10px;
    width: 75%;
    border-bottom: 1px solid #333;
  }
}
#company .company_map {
  width: 100%;
}
#company .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_map iframe {
    height: 240px;
  }
}

#contact {
  margin-bottom: 6vw;
}
#contact .contact .contact_contents .contact_headline {
  text-align: center;
  margin-bottom: 2vw;
}
#contact .contact .contact_contents .contact_headline h4 {
  color: #E84708;
}
#contact .contact .contact_contents .contact_text {
  text-align: center;
  margin-bottom: 4vw;
}
#contact .contact .contact_contents form {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form {
    width: 95%;
  }
}
#contact .contact .contact_contents form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #E84708;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr {
    display: flex;
    flex-flow: column;
  }
}
#contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 3vw;
  }
}
#contact .contact .contact_contents form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #E84708;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#contact .contact .contact_contents form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th span {
    padding: 5px;
  }
}
#contact .contact .contact_contents form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #E84708;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#contact .contact .contact_contents form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td input {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr:nth-child(4) th span {
  background-color: blue;
}
#contact .contact .contact_contents form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#contact .contact .contact_contents form .agree {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .agree {
    margin: 10px 0;
  }
}
#contact .contact .contact_contents form .submit {
  text-align: center;
}
#contact .contact .contact_contents form .submit input {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #E84708;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input {
    padding: 10px 90px;
  }
}
#contact .contact .contact_contents form .submit input:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #E84708;
  color: #E84708;
}
#contact .contact .contact_contents form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact .contact .contact_contents form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#exterior .exterior .merit {
  margin-bottom: 8vw;
}
#exterior .exterior .merit h3 {
  text-align: center;
  letter-spacing: 0.3vw;
  margin-bottom: 4vw;
}
#exterior .exterior .merit .merit_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .merit .merit_flex {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .merit .merit_flex {
    width: 95%;
    flex-flow: column;
  }
}
#exterior .exterior .merit .merit_flex .merit_text {
  width: 60%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .merit .merit_flex .merit_text {
    margin-bottom: 8vw;
  }
}
#exterior .exterior .merit .merit_flex .merit_text p {
  font-size: 1vw;
  color: #555;
  letter-spacing: 0.2vw;
  line-height: 2.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .merit .merit_flex .merit_text p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .merit .merit_flex .merit_text p {
    font-size: 3vw;
    line-height: 6vw;
    letter-spacing: 0.4vw;
  }
}
#exterior .exterior .merit .merit_flex .merit_image {
  width: 30%;
}
#exterior .exterior .merit .merit_flex .merit_image h5 {
  text-align: center;
  color: #E84708;
  letter-spacing: 0.3vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .merit .merit_flex .merit_image h5 {
    font-size: 4vw;
    letter-spacing: 0.4vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .merit .merit_flex .merit_image {
    width: 80%;
  }
}
#exterior .exterior .merit .merit_flex .merit_image img {
  width: 100%;
}
#exterior .exterior .symptoms {
  padding: 4vw 0;
  background-color: #f1f1f1;
  z-index: -10;
  position: relative;
}
#exterior .exterior .symptoms h4 {
  text-align: center;
}
#exterior .exterior .symptoms .slash {
  text-align: center;
  color: #E84708;
  margin: 1vw 0;
}
#exterior .exterior .symptoms .symptoms_text {
  text-align: center;
  margin-bottom: 8vw;
}
#exterior .exterior .symptoms .exterior_wall {
  position: relative;
  z-index: 100;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .exterior_wall {
    margin-bottom: 38vw;
  }
}
#exterior .exterior .symptoms .exterior_wall .exterior_wall_bg {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 95%;
  top: 5%;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .exterior_wall .exterior_wall_bg {
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .exterior_wall .exterior_wall_bg {
    top: 2%;
    width: 97%;
    height: 105%;
  }
}
#exterior .exterior .symptoms .exterior_wall .exterior_wall_icon {
  text-align: center;
  width: 7%;
  margin: auto;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .exterior_wall .exterior_wall_icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .exterior_wall .exterior_wall_icon {
    width: 15%;
  }
}
#exterior .exterior .symptoms .exterior_wall .exterior_wall_icon img {
  width: 100%;
}
#exterior .exterior .symptoms .exterior_wall h4 {
  color: #E84708;
  margin-bottom: 4vw;
  font-size: 3vw;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .exterior_wall h4 {
    font-size: 4vw;
  }
}
#exterior .exterior .symptoms .exterior_wall ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .exterior_wall ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .exterior_wall ul {
    width: 95%;
  }
}
#exterior .exterior .symptoms .exterior_wall ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .exterior_wall ul li {
    width: 80%;
    margin: auto;
  }
}
#exterior .exterior .symptoms .exterior_wall ul li img {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1vw;
}
#exterior .exterior .symptoms .exterior_wall ul li p {
  height: 15vw;
  color: #555;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .exterior_wall ul li p {
    height: 35vw;
  }
}
#exterior .exterior .symptoms .exterior_wall ul li p span {
  font-weight: 600;
  display: block;
  font-size: 1.4vw;
  margin-bottom: 1vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .exterior_wall ul li p span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .exterior_wall ul li p span {
    font-size: 4vw;
  }
}
#exterior .exterior .symptoms .exterior_wall ul li p br {
  display: none;
}
#exterior .exterior .symptoms .roof {
  position: relative;
  z-index: 100;
}
#exterior .exterior .symptoms .roof .roof_bg {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 95%;
  top: 5%;
  right: 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .roof .roof_bg {
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .roof .roof_bg {
    top: 2%;
    width: 97%;
    height: 100%;
  }
}
#exterior .exterior .symptoms .roof .roof_icon {
  text-align: center;
  width: 7%;
  margin: auto;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .roof .roof_icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .roof .roof_icon {
    width: 15%;
  }
}
#exterior .exterior .symptoms .roof .roof_icon img {
  width: 100%;
}
#exterior .exterior .symptoms .roof h4 {
  color: #E84708;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .roof h4 {
    font-size: 4vw;
  }
}
#exterior .exterior .symptoms .roof ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .roof ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .roof ul {
    width: 95%;
  }
}
#exterior .exterior .symptoms .roof ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .roof ul li {
    width: 80%;
    margin: auto;
  }
}
#exterior .exterior .symptoms .roof ul li img {
  width: 100%;
  margin-bottom: 1vw;
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .roof ul li img {
    height: 25vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .roof ul li img {
    height: 40vw;
  }
}
#exterior .exterior .symptoms .roof ul li p {
  height: 15vw;
  color: #555;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .roof ul li p {
    height: 35vw;
  }
}
#exterior .exterior .symptoms .roof ul li p span {
  font-weight: 600;
  display: block;
  font-size: 1.4vw;
  margin-bottom: 1vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .symptoms .roof ul li p span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .symptoms .roof ul li p span {
    font-size: 4vw;
  }
}
#exterior .exterior .symptoms .roof ul li p br {
  display: none;
}

.flow {
  padding: 8vw 0;
}
.flow .flow_title {
  text-align: center;
  margin-bottom: 4vw;
}
.flow .flow_contents {
  width: 75%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents {
    width: 90%;
  }
}
.flow .flow_contents nav {
  display: none;
  padding: 0 2vw;
}
.flow .flow_contents nav ul {
  list-style: none;
}
.flow .flow_contents nav ul li {
  position: relative;
  margin-bottom: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents nav ul li {
    margin-bottom: 12vw;
    flex-flow: column;
  }
}
.flow .flow_contents nav ul li::after {
  position: absolute;
  content: "";
  bottom: -2vw;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
  border-bottom: 1px dashed #323232;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents nav ul li::after {
    bottom: -6vw;
  }
}
.flow .flow_contents nav ul li::before {
  position: absolute;
  z-index: 10;
  content: "↓";
  bottom: -3.5vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #323232;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents nav ul li::before {
    bottom: -9vw;
    width: 5vw;
    height: 5vw;
  }
}
.flow .flow_contents nav ul li:last-child::after {
  display: none;
}
.flow .flow_contents nav ul li:last-child::before {
  display: none;
}
.flow .flow_contents nav ul li .title {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents nav ul li .title {
    width: 100%;
  }
}
.flow .flow_contents nav ul li .title h4 {
  margin-bottom: 1.4vw;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents nav ul li .title h4 {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
}
.flow .flow_contents nav ul li .title h4 span {
  color: #E84708;
}
.flow .flow_contents nav ul li .title h4 .kome {
  font-size: 0.8vw;
  padding-left: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents nav ul li .title h4 .kome {
    font-size: 2vw;
    padding-left: 2vw;
  }
}
.flow .flow_contents nav ul li .flow_image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents nav ul li .flow_image {
    width: 90%;
  }
}
.flow .flow_contents nav ul li .flow_image img {
  width: 100%;
}
.flow .flow_contents .nav-open {
  padding: 1.4vw;
  color: #333;
  font-size: 1.6vw;
  background: #f1f1f1;
  position: relative;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents .nav-open {
    padding: 3.5vw;
    font-size: 2.4vw;
  }
}
.flow .flow_contents .nav-open .span01 {
  color: #898989;
  padding: 0 2vw;
}
.flow .flow_contents .nav-open .span02 {
  color: #E84708;
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents .nav-open .span02 {
    font-size: 1.5vw;
  }
}
.flow .flow_contents .nav-open::before { /* 閉じている時 */
  content: "CLOSE ↑";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #333;
  padding: 0.5vw 1.6vw;
  font-size: 0.8vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents .nav-open::before {
    font-size: 2vw;
  }
}
.flow .flow_contents .nav-open.active::before { /* 開いている時 */
  content: "OPEN ↓";
}

.qa {
  padding: 4vw 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 12vw 0;
  }
}
.qa h4 {
  text-align: center;
}
.qa .slash {
  text-align: center;
  color: #E84708;
  margin: 1vw 0;
}
.qa .symptoms_text {
  text-align: center;
  margin-bottom: 8vw;
}
.qa .qa_contents {
  width: 75%;
  margin: auto;
  padding: 4vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents {
    width: 90%;
  }
}
.qa .qa_contents .qa_content nav {
  display: none;
  padding: 0 2vw;
}
.qa .qa_contents .qa_content nav ul {
  list-style: none;
}
.qa .qa_contents .qa_content nav ul li {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents .qa_content nav ul li {
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.qa .qa_contents .qa_content nav ul li::after {
  position: absolute;
  content: "";
  bottom: -2vw;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
  border-bottom: 1px dashed #323232;
}
.qa .qa_contents .qa_content nav ul li:last-child::after {
  display: none;
}
.qa .qa_contents .qa_content nav ul li:last-child::before {
  display: none;
}
.qa .qa_contents .qa_content nav ul li .title {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents .qa_content nav ul li .title {
    width: 100%;
  }
}
.qa .qa_contents .qa_content nav ul li .title h4 {
  text-align: start;
  margin-bottom: 1.4vw;
  font-size: 1.2vw;
  color: #E84708;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents .qa_content nav ul li .title h4 {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
}
.qa .qa_contents .qa_content nav ul li .title h4 span {
  color: #E84708;
}
.qa .qa_contents .qa_content nav ul li .title h4 .kome {
  font-size: 0.8vw;
  padding-left: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents .qa_content nav ul li .title h4 .kome {
    font-size: 2vw;
    padding-left: 2vw;
  }
}
.qa .qa_contents .qa_content nav ul li .flow_image {
  width: 40%;
}
.qa .qa_contents .qa_content nav ul li .flow_image img {
  width: 100%;
}
.qa .qa_contents .qa_content .nav-open {
  padding: 1.4vw;
  color: #333;
  font-size: 1.6vw;
  background: #f1f1f1;
  position: relative;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents .qa_content .nav-open {
    padding: 3.5vw;
    font-size: 2.4vw;
  }
}
.qa .qa_contents .qa_content .nav-open .span01 {
  color: #898989;
  padding: 0 2vw;
}
.qa .qa_contents .qa_content .nav-open .span02 {
  color: #E84708;
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents .qa_content .nav-open .span02 {
    font-size: 1.5vw;
  }
}
.qa .qa_contents .qa_content .nav-open::before { /* 閉じている時 */
  content: "CLOSE ↑";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #333;
  padding: 0.5vw 1.6vw;
  font-size: 0.8vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .qa .qa_contents .qa_content .nav-open::before {
    font-size: 2vw;
  }
}
.qa .qa_contents .qa_content .nav-open.active::before { /* 開いている時 */
  content: "OPEN ↓";
}

#reform .reform {
  position: relative;
}
#reform .reform .reform_contents {
  width: 80%;
  margin: auto;
}
#reform .reform .reform_contents ul {
  list-style: none;
}
#reform .reform .reform_contents ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30vw;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li {
    flex-flow: column;
  }
}
#reform .reform .reform_contents ul li::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 40%;
  top: 5%;
  right: 0;
  z-index: -1;
  background-color: #f1f1f1;
}
#reform .reform .reform_contents ul li:last-child {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li:last-child {
    flex-flow: column;
  }
}
#reform .reform .reform_contents ul li:last-child::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 40%;
  top: 72%;
  right: 0;
  bottom: 0% !important;
  left: 0 !important;
  z-index: -1;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li:last-child::after {
    top: 55%;
  }
}
#reform .reform .reform_contents ul li .reform_writing {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li .reform_writing {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#reform .reform .reform_contents ul li .reform_writing h4 {
  margin-bottom: 2vw;
  color: #E84708;
  font-size: 2.5vw;
  border-bottom: 2px solid #E84708;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li .reform_writing h4 {
    font-size: 4vw;
  }
}
#reform .reform .reform_contents ul li .reform_writing h4 span {
  font-size: 4vw;
  font-style: italic;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li .reform_writing h4 span {
    font-size: 7vw;
  }
}
#reform .reform .reform_contents ul li .reform_writing p {
  line-height: 2.5vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li .reform_writing p {
    line-height: 4vw;
  }
}
#reform .reform .reform_contents ul li .reform_image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #reform .reform .reform_contents ul li .reform_image {
    width: 100%;
  }
}
#reform .reform .reform_contents ul li .reform_image img {
  width: 100%;
}

.reform_main {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

#solar .solar .solar_contents01 {
  width: 80%;
  margin: auto;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents01 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents01 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents01 {
    margin-bottom: 8vw;
  }
}
#solar .solar .solar_contents01 .solar_contents01_headline {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents01 .solar_contents01_headline h4 {
    font-size: 3vw;
  }
}
#solar .solar .solar_contents01 .solar_contents01_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents01 .solar_contents01_text {
    flex-flow: column-reverse;
  }
}
#solar .solar .solar_contents01 .solar_contents01_text p {
  width: 55%;
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents01 .solar_contents01_text p {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents01 .solar_contents01_text p {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
  }
}
#solar .solar .solar_contents01 .solar_contents01_text img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents01 .solar_contents01_text img {
    margin-bottom: 4vw;
  }
}
#solar .solar .solar_contents02 {
  width: 80%;
  margin: auto;
  background-color: #f0f0f0;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents02 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents02 {
    width: 95%;
    padding: 7vw;
  }
}
#solar .solar .solar_contents02 .solar_contents02_headline {
  color: #E84708;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents02 .solar_contents02_headline {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents02 .solar_contents02_headline h4 {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}
#solar .solar .solar_contents02 .solar_contents02_text {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents02 .solar_contents02_text {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents02 .solar_contents02_text {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}
#solar .solar .solar_contents02 .solar_contents02_list ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents02 .solar_contents02_list ul {
    flex-wrap: wrap;
  }
}
#solar .solar .solar_contents02 .solar_contents02_list ul li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents02 .solar_contents02_list ul li {
    width: 45%;
    margin-bottom: 6vw;
  }
}
#solar .solar .solar_contents02 .solar_contents02_list ul li .icon {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background-color: #E84708;
  margin: auto;
  margin-bottom: 1vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents02 .solar_contents02_list ul li .icon {
    width: 20vw;
    height: 20vw;
    margin-bottom: 3vw;
  }
}
#solar .solar .solar_contents02 .solar_contents02_list ul li .icon img {
  width: 70%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
#solar .solar .solar_contents02 .solar_contents02_list ul li .icon_text {
  text-align: center;
}
#solar .solar .solar_contents02 .solar_contents02_list ul li .icon_text p {
  letter-spacing: 0.1vw;
}
#solar .solar .solar_contents03 {
  width: 80%;
  margin: auto;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents03 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents03 {
    width: 95%;
  }
}
#solar .solar .solar_contents03 .solar_contents03_headline {
  text-align: center;
  margin-bottom: 4vw;
  color: #E84708;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents03 .solar_contents03_headline h4 {
    font-size: 3vw;
  }
}
#solar .solar .solar_contents03 .solar_contents03_text {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents03 .solar_contents03_text {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents03 .solar_contents03_text {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}
#solar .solar .solar_contents03 .solar_contents03_structure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents03 .solar_contents03_structure {
    flex-flow: column;
  }
}
#solar .solar .solar_contents03 .solar_contents03_structure .structure_text {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents03 .solar_contents03_structure .structure_text {
    width: 100%;
  }
}
#solar .solar .solar_contents03 .solar_contents03_structure .structure_text h5 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents03 .solar_contents03_structure .structure_text h5 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
#solar .solar .solar_contents03 .solar_contents03_structure .structure_text p {
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents03 .solar_contents03_structure .structure_text p {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents03 .solar_contents03_structure .structure_text p {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}
#solar .solar .solar_contents03 .solar_contents03_structure .structure_image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents03 .solar_contents03_structure .structure_image {
    width: 60%;
    margin-bottom: 8vw;
  }
}
#solar .solar .solar_contents03 .solar_contents03_structure .structure_image img {
  width: 100%;
}
#solar .solar .solar_contents04 {
  background-color: #E84708;
  padding: 4vw;
  margin-bottom: 8vw;
}
#solar .solar .solar_contents04 .solar_contents04_headline {
  text-align: center;
  color: #E84708;
  background-color: #fff;
  margin-bottom: 4vw;
  padding: 1.4vw;
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
#solar .solar .solar_contents04 .solar_contents04_list h4 {
  text-align: center;
  margin-bottom: 4vw;
  color: #fff;
}
#solar .solar .solar_contents04 .solar_contents04_list ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents04 .solar_contents04_list ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents04 .solar_contents04_list ul {
    flex-flow: column;
  }
}
#solar .solar .solar_contents04 .solar_contents04_list ul li {
  width: 30%;
  border: 5px solid #fff;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents04 .solar_contents04_list ul li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents04 .solar_contents04_list ul li {
    width: 90%;
    margin-bottom: 4vw;
  }
}
#solar .solar .solar_contents04 .solar_contents04_list ul li .solar_contents04_icon {
  width: 60%;
  margin: auto;
  margin-bottom: 1.5vw;
}
#solar .solar .solar_contents04 .solar_contents04_list ul li .solar_contents04_icon img {
  width: 100%;
}
#solar .solar .solar_contents04 .solar_contents04_list ul li .solar_contents_text {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents04 .solar_contents04_list ul li .solar_contents_text p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents04 .solar_contents04_list ul li .solar_contents_text p {
    font-size: 4vw;
  }
}
#solar .solar .solar_contents05 {
  position: relative;
  margin-bottom: 12vw;
}
#solar .solar .solar_contents05 .solar_contents05_image {
  width: 45%;
  height: 40vw;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents05 .solar_contents05_image {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents05 .solar_contents05_image {
    height: 80vw;
  }
}
#solar .solar .solar_contents05 .solar_contents05_image::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 10%;
  right: 10%;
  width: 180%;
  height: 100%;
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents05 .solar_contents05_image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 95%);
  }
}
#solar .solar .solar_contents05 .solar_contents05_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#solar .solar .solar_contents05 .solar_contents05_writing {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents05 .solar_contents05_writing {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents05 .solar_contents05_writing {
    top: 30%;
    width: 70%;
    z-index: 100;
  }
}
#solar .solar .solar_contents05 .solar_contents05_writing .solar_contents05_headline {
  margin-bottom: 2vw;
  color: #E84708;
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents05 .solar_contents05_writing .solar_contents05_headline {
    margin-bottom: 4vw;
  }
}
#solar .solar .solar_contents05 .solar_contents05_writing .solar_contents05_text p {
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #solar .solar .solar_contents05 .solar_contents05_writing .solar_contents05_text p {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #solar .solar .solar_contents05 .solar_contents05_writing .solar_contents05_text p {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}

footer {
  background-color: #333;
}
footer #footer_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  footer #footer_contact {
    flex-flow: column;
    padding: 8vw 0;
  }
}
footer #footer_contact .top_contact_title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_title {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_title p {
    text-align: center;
  }
}
footer #footer_contact .top_contact_tel {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2vw 1vw;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel {
    width: 80%;
    margin: auto;
    padding: 6vw 3vw;
  }
}
footer #footer_contact .top_contact_tel h4 {
  margin-bottom: 0.5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel h4 {
    margin-bottom: 4vw;
  }
}
footer #footer_contact .top_contact_tel h5 {
  text-align: center;
  letter-spacing: 0.3vw;
  margin-bottom: 0.5vw;
  font-size: 1.4vw;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel h5 {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
}
footer #footer_contact .top_contact_tel h5 i {
  margin-right: 0.5vw;
}
footer #footer_contact .top_contact_tel p {
  text-align: center;
}
footer #footer_contact .top_contact_form {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2vw 1vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_form {
    width: 80%;
    margin: auto;
    border-top: none;
    padding: 6vw 3vw;
  }
}
footer #footer_contact .top_contact_form h4 {
  margin-bottom: 0.8vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_form h4 {
    margin-bottom: 4vw;
  }
}
footer #footer_contact .top_contact_form a {
  text-decoration: none;
}
footer #footer_contact .top_contact_form a button {
  border: none;
  background-color: #fff;
  padding: 1vw 0;
  width: 60%;
  margin: auto;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_form a button {
    padding: 4vw 0;
    width: 90%;
  }
}
footer #footer_contact .top_contact_form a button:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
footer #footer_contact .top_contact_form a button i {
  margin-left: 1vw;
}
footer .footer {
  padding-bottom: 6vw;
}
footer .footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents {
    width: 95%;
    flex-flow: column-reverse;
  }
}
footer .footer .footer_contents .footer_company {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company {
    width: 50%;
  }
}
footer .footer .footer_contents .footer_company .footer_logo {
  width: 80%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_logo {
    width: 100%;
  }
}
footer .footer .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer .footer .footer_contents .footer_company .footer_logo .sns {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_logo .sns {
    display: block;
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_company .footer_text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_text {
    display: none;
  }
}
footer .footer .footer_contents .footer_company .footer_text p {
  letter-spacing: 0.2vw;
  line-height: 2.4vw;
}
footer .footer .footer_contents .footer_company .footer_text .sns {
  width: 80%;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company .footer_text .sns {
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_company .footer_text .sns a {
  text-decoration: none;
}
footer .footer .footer_contents .footer_company .footer_text .sns a img {
  width: 100%;
}
footer .footer .footer_contents .footer_menu {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menu {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_contents .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer .footer_contents .footer_menu ul li {
  margin-bottom: 1vw;
}
footer .footer .footer_contents .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 2.5vw;
  font-size: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu ul li a {
    font-size: 2.8vw;
    letter-spacing: 1vw;
    line-height: 8.5vw;
  }
}
footer .copyright {
  padding: 2vw 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 4vw 0;
    font-size: 1.5vw;
  }
}
footer .copyright p {
  letter-spacing: 0.3vw;
}/*# sourceMappingURL=style.css.map */