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

body {
  background-color: rgba(238, 238, 238, 0.3);
  color: #202529;
  font-family: fangsong, serif;
}

@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;
  }
}

.bold {
  font-weight: 700;
  color: #f98e3f;
  font-family: Stick, sans-serif;
}

.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;
  }
}

a {
  text-decoration: none;
  color: #333;
}

.top_contents_btn a button {
  border: none;
  padding: 20px 120px;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
  background-color: #f98e3f;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn a button {
    padding: 20px 90px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    padding: 10px 80px;
    font-size: 12.5px;
  }
}
.top_contents_btn a button:hover {
  background-color: #fff;
  color: #f98e3f;
  border: 1px double #f98e3f;
}
.top_contents_btn a button .fa-solid {
  padding-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn a button .fa-solid {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button .fa-solid {
    padding-left: 20px;
  }
}

.contents_btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contents_btn {
    margin-top: 40px;
  }
}
.contents_btn a button {
  border: none;
  padding: 20px 180px;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
  background-color: #f98e3f;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_btn a button {
    padding: 20px 90px;
  }
}
@media screen and (max-width: 768px) {
  .contents_btn a button {
    padding: 10px 80px;
    font-size: 12.5px;
  }
}
.contents_btn a button:hover {
  background-color: #fff;
  border: 2px solid #f98e3f;
  color: #f98e3f;
}
.contents_btn a button .fa-solid {
  padding-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_btn a button .fa-solid {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents_btn a button .fa-solid {
    padding-left: 20px;
  }
}

.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: 18px;
  font-family: serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 12.5px;
  }
}

h1 {
  font-size: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 36px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

.lower {
  background-size: cover;
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .lower {
    padding-bottom: 40px;
  }
}

.lower_headbox {
  width: 50% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headbox {
    width: 80% !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lower_headbox {
    width: 90% !important;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.lower_headbox .lower_head_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .lower_headbox .lower_head_leftTop .line01 {
    top: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
.lower_headbox .lower_head_leftTop .line02 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .lower_headbox .lower_head_leftTop .line02 {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 30px;
  }
}
.lower_headbox .lower_head_rightBottom .line01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .lower_headbox .lower_head_rightBottom .line01 {
    bottom: 10px;
    right: 15px;
    width: 2px;
    height: 30px;
  }
}
.lower_headbox .lower_head_rightBottom .line02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .lower_headbox .lower_head_rightBottom .line02 {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 2px;
  }
}

.lower_headline_image {
  text-align: center;
}

.lower_headline {
  text-align: center;
  font-family: Stick, sans-serif;
}

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

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

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 60px;
  display: flex;
  align-items: center;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: #000;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 45px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 25px;
  }
}

.hamburger span:nth-child(1) {
  top: 20px;
}

.hamburger span:nth-child(2) {
  top: 30px;
}

.hamburger span:nth-child(3) {
  top: 40px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 45%;
  transform: rotate(-45deg) translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 20px;
  }
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10%;
  transform: rotate(45deg) translate(50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    left: 6%;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: start;
  padding-left: 20px;
  transform: translateX(400%);
  transition: all 0.6s;
  width: 25%;
  height: 100vh;
  visibility: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp {
    width: 40%;
    transform: translateX(250%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
    transform: translateX(100%);
  }
}

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

nav.globalMenuSp ul img {
  margin: 20px 0;
  height: 100px;
  margin-left: -30%;
}
@media screen and (min-width: 1441px) {
  nav.globalMenuSp ul img {
    margin-left: -20%;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-top: 40px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:last-child a::after {
  display: none;
}
nav.globalMenuSp ul li:last-child i::before {
  margin-right: 10px;
}

nav.globalMenuSp ul li a {
  text-decoration: none;
  color: #333;
  font-family: Stick, sans-serif;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
nav.globalMenuSp ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -5px 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
nav.globalMenuSp ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 12.5px;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(300%);
  visibility: visible;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp.active {
    transform: translateX(150%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
}

.header_logo {
  height: 150px;
  display: inline-block;
  margin-top: 90px;
  margin-left: -10%;
  margin-top: 90px;
  transition: all 1s 0s ease;
  filter: grayscale(4%) drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.6));
}
@media screen and (max-width: 768px) {
  .header_logo {
    height: 100px;
    margin-top: 5%;
    margin-left: -25%;
  }
}
.header_logo img {
  height: 100%;
}

.header_contact_btn {
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .header_contact_btn {
    display: none;
  }
}
.header_contact_btn a button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: none;
  transition: all 0.3s;
  background: rgb(0, 157, 255);
  transition: all 0.4s;
}
.header_contact_btn a button:hover {
  background-color: rgb(109, 189, 240);
}
.header_contact_btn a button .fa-solid {
  color: #fff;
  font-size: 20px;
}

.header_tel_btn {
  position: absolute;
  top: 0;
  right: 120px;
  width: 220px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header_tel_btn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel_btn .tel_pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
.header_tel_btn a {
  text-decoration: none;
}
.header_tel_btn a button {
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0px 5px;
  letter-spacing: 3px;
  font-size: 18px;
  background: #f98e3f;
  color: #fff;
  font-family: Stick, sans-serif;
}
.header_tel_btn a button i {
  margin-right: 10px;
}

main {
  background-size: cover;
}

#top_main {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #top_main {
    padding: 0;
    margin-bottom: 40px;
  }
}
#top_main .slide-images {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  height: 85vh;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#top_main .slide-images::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list {
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .slide-images .slick-next {
  display: none !important;
}
#top_main .slide-images .slick-next::before {
  display: none;
}
#top_main .top_main_text {
  position: absolute;
  height: 300px;
  top: 70%;
  left: 8%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text {
    height: auto;
  }
}
#top_main .top_main_text .top_main_headline {
  font-size: 55px;
  font-weight: 600;
  color: #f98e3f;
  text-shadow: 0 1px 8px #fff;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_text .top_main_headline {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_headline {
    font-size: 20px;
  }
}
#top_main .top_main_text .top_main_writing {
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 1px 8px #fff;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_text .top_main_writing {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_writing {
    font-size: 13px;
  }
}

#top_news {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    margin-bottom: 40px;
  }
}
#top_news .top_news_contents {
  width: 100%;
  background-color: #F0F0F0;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents {
    width: 100%;
    bottom: 35%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents {
    display: none;
  }
}
#top_news .top_news_contents .top_news_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_title {
    margin-bottom: 20px;
  }
}
#top_news .top_news_contents .top_news_title h2 {
  font-family: "Stick", sans-serif;
  color: #f98e3f;
  position: relative;
}
#top_news .top_news_contents .top_news_title h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f98e3f;
}
#top_news .top_news_contents .top_news_title p {
  color: #202529;
  margin-bottom: 20px;
}
#top_news .top_news_contents ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul {
    width: 100%;
  }
}
#top_news .top_news_contents ul a {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#top_news .top_news_contents ul a li {
  position: relative;
  padding-right: 20px;
}
#top_news .top_news_contents ul a li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f98e3f;
}
#top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #202529;
}
#top_news .top_news_contents ul a li .outline .news_list_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_contents ul a li .outline .news_list_text .date {
  margin-right: 40px;
  padding: 5px;
  background-color: #f98e3f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline .news_list_text .date {
    margin-right: 10px;
    font-size: 12.5px;
  }
}
#top_news .top_news_contents ul a li .outline .news_list_text .title {
  width: 300px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline .news_list_text .title {
    font-size: 12.5px;
    width: 250px;
  }
}
#top_news .top_news_contents .top_news_icon a {
  text-decoration: none;
}
#top_news .top_news_contents .top_news_icon a button {
  padding: 15px 60px;
  border: none;
  background-color: #f98e3f;
  color: #fff;
  transition: all 0.4s;
}
#top_news .top_news_contents .top_news_icon a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f98e3f;
  color: #f98e3f;
}
#top_news .top_news_contents .top_news_icon a button i {
  margin-left: 20px;
}
#top_news .top_news_contents_sp {
  width: 100%;
  background-color: #F0F0F0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  right: 0;
  bottom: 0;
  padding: 20px 10px 40px;
  flex-flow: column;
}
@media screen and (min-width: 1441px) {
  #top_news .top_news_contents_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_news .top_news_contents_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents_sp {
    display: none;
  }
}
#top_news .top_news_contents_sp .top_news_title {
  text-align: center;
  margin-bottom: 20px;
}
#top_news .top_news_contents_sp .top_news_title h2 {
  font-family: "HGP創英角ゴシックUB";
  color: #f98e3f;
  position: relative;
}
#top_news .top_news_contents_sp .top_news_title h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f98e3f;
}
#top_news .top_news_contents_sp .top_news_title p {
  color: #202529;
}
#top_news .top_news_contents_sp ul {
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
}
#top_news .top_news_contents_sp ul a {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents_sp ul a {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#top_news .top_news_contents_sp ul a li {
  position: relative;
  padding-right: 20px;
}
#top_news .top_news_contents_sp ul a li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f98e3f;
}
#top_news .top_news_contents_sp ul a li .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #202529;
}
#top_news .top_news_contents_sp ul a li .outline .news_list_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_contents_sp ul a li .outline .news_list_text .date {
  margin-right: 40px;
  padding: 5px;
  background-color: #f98e3f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents_sp ul a li .outline .news_list_text .date {
    margin-right: 10px;
    font-size: 12.5px;
  }
}
#top_news .top_news_contents_sp ul a li .outline .news_list_text .title {
  width: 300px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents_sp ul a li .outline .news_list_text .title {
    font-size: 12.5px;
    width: 250px;
  }
}
#top_news .top_news_contents_sp .top_news_icon a {
  text-decoration: none;
}
#top_news .top_news_contents_sp .top_news_icon a button {
  padding: 15px 60px;
  border: none;
  background-color: #f98e3f;
  color: #fff;
  transition: all 0.4s;
}
#top_news .top_news_contents_sp .top_news_icon a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f98e3f;
  color: #f98e3f;
}
#top_news .top_news_contents_sp .top_news_icon a button i {
  margin-left: 20px;
}

#top_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 360px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_about {
    padding: 0;
    margin-bottom: 40px;
    height: 830px;
    align-items: flex-start;
  }
}
#top_about .top_about_contents {
  width: 60% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_contents {
    width: 80% !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents {
    width: 90% !important;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
#top_about .top_about_contents .top_about_contents_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_leftTop .line01 {
    top: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_about .top_about_contents .top_about_contents_leftTop .line02 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_leftTop .line02 {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_about .top_about_contents .top_about_logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_logo {
    width: 120px;
  }
}
#top_about .top_about_contents .top_about_logo img {
  width: 100%;
}
#top_about .top_about_contents .top_about_headline {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #202529;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_contents .top_about_headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_headline {
    font-size: 15px;
  }
}
#top_about .top_about_contents .top_about_text {
  line-height: 28px;
  color: #202529;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_text {
    line-height: 24px;
    font-size: 12.5px;
  }
}
#top_about .top_about_contents .top_about_contents_rightBottom .line01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_rightBottom .line01 {
    bottom: 10px;
    right: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_about .top_about_contents .top_about_contents_rightBottom .line02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_rightBottom .line02 {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_about .top_about_image {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_image {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_image {
    width: 100%;
    height: 300px;
  }
}
#top_about .top_about_image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_image img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_image img {
    height: 200px;
  }
}

#top_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 360px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 768px) {
  #top_area {
    padding: 0;
    margin-bottom: 40px;
    height: 600px;
    align-items: flex-start;
  }
}
#top_area .top_area_contents {
  width: 60% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px;
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents {
    width: 80% !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents {
    width: 90% !important;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
#top_area .top_area_contents .top_area_contents_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_contents_leftTop .line01 {
    top: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_area .top_area_contents .top_area_contents_leftTop .line02 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_contents_leftTop .line02 {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_area .top_area_contents .top_area_logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_logo {
    width: 120px;
  }
}
#top_area .top_area_contents .top_area_logo img {
  width: 100%;
}
#top_area .top_area_contents .top_area_headline {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #202529;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents .top_area_headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_headline {
    font-size: 15px;
  }
}
#top_area .top_area_contents .top_area_text {
  line-height: 28px;
  color: #202529;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_text {
    line-height: 24px;
    font-size: 12.5px;
  }
}
#top_area .top_area_contents .top_area_contents_rightBottom .line01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_contents_rightBottom .line01 {
    bottom: 10px;
    right: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_area .top_area_contents .top_area_contents_rightBottom .line02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_contents_rightBottom .line02 {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_area .top_area_image {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_image {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_image {
    width: 100%;
    height: 300px;
  }
}
#top_area .top_area_image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_image img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_image img {
    height: 200px;
  }
}

#top_recruit .top_recruit_contents {
  background-position: center;
  background-size: cover;
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity {
    padding: 40px 0;
    padding-left: 0px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content {
  width: 50%;
  margin: auto;
  padding: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content {
    width: 90%;
    margin: auto;
    padding: 20px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_title {
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_title {
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_text {
  line-height: 28px;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_text {
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn button {
  background-color: #fff;
  color: #202529;
  transition: all 0.4s;
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn button:hover {
  background-color: #f98e3f;
  color: #fff;
}

#top_three {
  width: 100%;
  height: 800px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  #top_three {
    height: 1300px;
  }
}
#top_three .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(250, 221, 191, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .triangle_top {
    border-width: 600px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top_three .triangle_top {
    border-width: 800px 300px 0 0;
  }
}
#top_three .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(250, 221, 191, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .triangle_bottom {
    border-width: 600px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .triangle_bottom {
    border-width: 800px 0 0 300px;
  }
}
#top_three .top_three_contents {
  width: 30% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 60px;
  position: absolute;
  top: -5%;
  left: 35%;
  z-index: 60;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three_contents {
    width: 40% !important;
    margin-bottom: 40px;
    top: 0%;
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three_contents {
    width: 65% !important;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 20px;
    top: -3%;
    left: 18%;
  }
}
#top_three .top_three_contents .top_three_contents_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_contents .top_three_contents_leftTop .line01 {
    top: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_three .top_three_contents .top_three_contents_leftTop .line02 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_contents .top_three_contents_leftTop .line02 {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_three .top_three_contents .top_three_logo {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_contents .top_three_logo {
    width: 120px;
  }
}
#top_three .top_three_contents .top_three_logo img {
  width: 100%;
}
#top_three .top_three_contents .top_three_headline {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #202529;
  text-align: center;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three_contents .top_three_headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three_contents .top_three_headline {
    font-size: 15px;
  }
}
#top_three .top_three_contents .top_three_contents_rightBottom .line01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_contents .top_three_contents_rightBottom .line01 {
    bottom: 10px;
    right: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_three .top_three_contents .top_three_contents_rightBottom .line02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_contents .top_three_contents_rightBottom .line02 {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_three .top_three_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three_container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three_container {
    display: block;
    width: 100%;
    height: 100%;
    top: 60%;
  }
}
#top_three .top_three {
  width: 33.3333333333%;
  margin: auto;
  margin-bottom: 240px;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three {
    width: 100%;
    margin-bottom: 80px;
  }
}
#top_three .top_three .top_business_contents {
  position: absolute;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_business_contents {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_business_contents {
    height: 300px;
  }
}
#top_three .top_three .top_business_contents .top_contents_title {
  position: absolute;
  z-index: 50;
  bottom: 60px;
  left: 20px;
  color: #fff;
}
#top_three .top_three .top_business_contents .top_contents_title i::before {
  margin-left: 40px;
  font-size: 20px;
}
#top_three .top_three .top_business_contents .top_contents_title .top_contents_title_text {
  font-family: "Stick", sans-serif;
}
#top_three .top_three .top_business {
  background-position: center;
  background-size: cover;
  height: 600px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_business {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_business {
    height: 300px;
  }
}
#top_three .top_three .top_business .top_business_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#top_three .top_three .top_three_btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #f98e3f;
}
#top_three .top_three .top_three_btn a {
  text-decoration: none;
}
#top_three .top_three .top_three_btn a button {
  width: 20vw;
  margin: auto;
  padding: 20px 0;
  background-color: #fff;
  color: #202529;
  border: none;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_three_btn a button {
    width: 80vw;
  }
}
#top_three .top_three .top_three_btn a button:hover {
  background-color: #f98e3f;
  color: #fff;
}
#top_three .top_three .top_three_btn a button i {
  margin-left: 20px;
}
#top_three .top_three {
  width: 33.3333333333%;
  margin: auto;
  margin-bottom: 240px;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three {
    width: 100%;
    margin-bottom: 80px;
  }
}
#top_three .top_three .top_company_contents {
  position: absolute;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_company_contents {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company_contents {
    height: 300px;
  }
}
#top_three .top_three .top_company_contents .top_company_number {
  z-index: 50;
  position: absolute;
  top: -30px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company_contents .top_company_number {
    top: -10px;
    right: 9px;
  }
}
#top_three .top_three .top_company_contents .top_company_number h2 {
  font-size: 600%;
  opacity: 0.6;
  color: #fff;
  font-style: italic;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company_contents .top_company_number h2 {
    font-size: 300%;
    opacity: 0.8;
  }
}
#top_three .top_three .top_company_contents .top_contents_title {
  position: absolute;
  z-index: 50;
  bottom: 60px;
  left: 20px;
  color: #fff;
}
#top_three .top_three .top_company_contents .top_contents_title i::before {
  margin-left: 40px;
  font-size: 20px;
}
#top_three .top_three .top_company_contents .top_contents_title .top_contents_title_text {
  font-family: "Stick", sans-serif;
}
#top_three .top_three .top_company {
  background-position: center;
  background-size: cover;
  height: 600px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_company {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company {
    height: 300px;
  }
}
#top_three .top_three .top_company .top_company_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#top_three .top_three {
  width: 33.3333333333%;
  margin: auto;
  margin-bottom: 240px;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three {
    width: 100%;
    margin-bottom: 80px;
  }
}
#top_three .top_three .top_works_contents {
  position: absolute;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_works_contents {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_works_contents {
    height: 300px;
  }
}
#top_three .top_three .top_works_contents .top_contents_title {
  position: absolute;
  z-index: 50;
  bottom: 60px;
  left: 20px;
  color: #fff;
}
#top_three .top_three .top_works_contents .top_contents_title i::before {
  margin-left: 40px;
  font-size: 20px;
}
#top_three .top_three .top_works_contents .top_contents_title .top_contents_title_text {
  font-family: "Stick", sans-serif;
}
#top_three .top_three .top_works {
  background-position: center;
  background-size: cover;
  height: 600px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_works {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_works {
    height: 300px;
  }
}
#top_three .top_three .top_works .top_works_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* 基本のコンテナとレイアウト */
.p-supplier-section {
  padding: 60px 0; /* セクションの上下余白 */
  background-color: #f8f8f8; /* 背景色（任意） */
}

.p-supplier-section__heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #cc5500; /* メインカラーのオレンジ系 */
}

/* 日本ペイントを強調するエリア */
.p-supplier__feature {
  margin-bottom: 50px;
  text-align: center;
}

.p-supplier__caption {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.p-supplier-item.is-featured {
  max-width: 300px; /* 日本ペイントのロゴサイズ */
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #cc5500; /* オレンジ色の枠線で強調 */
  border-radius: 8px;
  background-color: #fff;
}

.p-supplier-item.is-featured img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 5社ずつのリスト表示エリア */
.p-supplier__list {
  max-width: 1200px; /* リスト全体の最大幅 */
  margin: 0 auto;
}

.p-supplier__row {
  display: flex;
  justify-content: space-between; /* 均等に配置 */
  gap: 20px; /* 要素間の隙間 */
  margin-bottom: 20px;
}

.p-supplier-item {
  flex-basis: calc(20% - 16px); /* 5社表示するため、幅を20%から隙間分を引く */
  width: calc(20% - 16px);
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box; /* paddingを含めて幅を計算 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-height: 80px; /* 高さの最低保証 */
}

.p-supplier-item img {
  max-width: 100%;
  max-height: 50px; /* ロゴの最大高さを制限 */
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7; /* 透明度を下げて、目立ちすぎないように */
  transition: all 0.3s;
}

/* ホバーエフェクト（任意） */
.p-supplier-item img:hover {
  filter: grayscale(0%); /* ホバーでカラーに戻す */
  opacity: 1;
}

/* --- レスポンシブ対応 (モバイル向け) --- */
@media (max-width: 768px) {
  .p-supplier-section {
    padding: 100px 0 0;
  }
  /* 日本ペイントのフィーチャーアイテム */
  .p-supplier-item.is-featured {
    max-width: 90%; /* スマホ中央に少しゆとりをもって配置 */
    padding: 15px;
  }
  /* その他特約店を2列で表示する調整 */
  .p-supplier__list {
    padding: 0 10px; /* 画面端に少し余白 */
  }
  /* その他特約店を1列で表示する調整 */
  .p-supplier__row {
    flex-direction: column; /* 縦に並べる */
    gap: 10px;
  }
  .p-supplier-item {
    /* 1列表示にする */
    flex-basis: 100%;
    width: 100%;
    max-width: 300px; /* あえて最大幅を持たせて中央寄せにする場合 */
    margin: 0 auto; /* 中央寄せ */
  }
  /* 2段目の最後の1社（合計10社のうちの最後の1社）が中央に寄ることを防ぎ、左寄せにする調整 */
  /* 実際には、rowが2つあり、それぞれ5つずつなので、この調整は必須ではありませんが、予備として */
  /* .p-supplier__row:last-child .p-supplier-item:last-child {
      margin-right: auto;
  } */
}
.l-inner {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-inner {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    height: 1100px;
  }
}
.l-inner .top_three_contents {
  width: 30% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 60px;
  position: absolute;
  top: -160%;
  left: 35%;
  z-index: 60;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-inner .top_three_contents {
    width: 40% !important;
    margin-bottom: 40px;
    top: -70%;
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner .top_three_contents {
    width: 65% !important;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 20px;
    top: -13%;
    left: 18%;
  }
}
.l-inner .top_three_contents .top_three_contents_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .l-inner .top_three_contents .top_three_contents_leftTop .line01 {
    top: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
.l-inner .top_three_contents .top_three_contents_leftTop .line02 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .l-inner .top_three_contents .top_three_contents_leftTop .line02 {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 30px;
  }
}
.l-inner .top_three_contents .top_three_logo {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner .top_three_contents .top_three_logo {
    width: 120px;
  }
}
.l-inner .top_three_contents .top_three_logo img {
  width: 100%;
}
.l-inner .top_three_contents .top_three_headline {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #202529;
  text-align: center;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-inner .top_three_contents .top_three_headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-inner .top_three_contents .top_three_headline {
    font-size: 15px;
  }
}
.l-inner .top_three_contents .top_three_contents_rightBottom .line01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 3px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .l-inner .top_three_contents .top_three_contents_rightBottom .line01 {
    bottom: 10px;
    right: 15px;
    width: 2px;
    height: 30px;
  }
}
.l-inner .top_three_contents .top_three_contents_rightBottom .line02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 3px;
  height: 60px;
  background-color: #f98e3f;
}
@media screen and (max-width: 768px) {
  .l-inner .top_three_contents .top_three_contents_rightBottom .line02 {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 2px;
  }
}

#service_main {
  width: 100%;
  position: relative;
  height: 60vh;
}
#service_main #service_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_main #service_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #service_main #service_main_bg {
    padding-top: 280px;
  }
}
#service_main #service_main_bg .service_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_main #service_main_bg .service_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #service_main #service_main_bg .service_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#service .service_writing {
  background-size: cover;
  background-position: bottom;
  margin-top: 40px;
}
#service .service_writing .service_bg {
  padding: 60px 0;
  background-color: rgba(137, 102, 36, 0.6);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service_writing .service_bg {
    padding: 30px 0;
  }
}
#service .service_writing .service_bg .service_writing_headline {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #service .service_writing .service_bg .service_writing_headline {
    font-size: 21px;
  }
}
#service .service_writing .service_bg .service_writing_text {
  color: #fff;
  width: 45%;
  margin: auto;
  line-height: 35px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_writing .service_bg .service_writing_text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_writing .service_bg .service_writing_text {
    width: 90%;
    line-height: 25px;
  }
}
#service .service_contents {
  width: 100%;
  padding: 120px 0;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents {
    width: 100%;
  }
}
#service .service_contents .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(250, 221, 191, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .triangle_top {
    border-width: 1200px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .triangle_top {
    border-width: 1100px 300px 0 0;
  }
}
#service .service_contents .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(250, 221, 191, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .triangle_bottom {
    border-width: 1200px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .triangle_bottom {
    border-width: 1100px 0 0 300px;
  }
}
#service .service_contents .service_content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .service_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content {
    width: 90%;
  }
}
#service .service_contents .service_content .service_contents_image {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_contents_image {
    height: 150px;
  }
}
#service .service_contents .service_content .service_contents_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#service .service_contents .service_content .service_detail_contents {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents {
    padding: 40px 20px;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail {
    flex-flow: column;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing {
    width: 100%;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing h2 {
  border-left: 6px double #f98e3f;
  padding: 0.5rem 2rem;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: Stick, sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing h2 {
    padding: 0.5rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing h2 {
    padding: 0.5rem;
    font-size: 20px;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing p {
  padding: 0 1vw;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing p {
    margin-bottom: 20px;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_image {
    width: 100%;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_image img {
  width: 100%;
}
#service .service_contents .service_content .service_detail_contents .service_detail:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail:nth-child(2n) {
    flex-flow: column-reverse;
  }
}

#works_main {
  width: 100%;
  position: relative;
  height: 80vh;
}
#works_main #works_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
  height: 80vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_main #works_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #works_main #works_main_bg {
    padding-top: 280px;
  }
}
#works_main #works_main_bg .works_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_main #works_main_bg .works_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #works_main #works_main_bg .works_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#works .works_contents {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}
#works .works_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works_contents ul li {
  width: 30%;
  margin-top: 3vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .thumb {
    height: 220px;
  }
}
#works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
#works .works_contents ul li .outline {
  background-color: #fff;
  padding: 20px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline {
    height: 150px;
  }
}
#works .works_contents ul li .outline .title {
  color: #f98e3f;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 15px;
  }
}
#works .works_contents ul li .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .descn {
    font-size: 12.5px;
  }
}
#works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works_contents .navigation {
    margin-top: 40px;
  }
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: 560px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 30%;
  right: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#news_main {
  width: 100%;
  position: relative;
  height: 60vh;
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg {
    padding-top: 280px;
  }
}
#news_main #news_main_bg .news_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#news .news_contents {
  width: 60%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 90%;
    padding: 40px 0;
  }
}
#news .news_contents ul {
  background-color: #fff;
  list-style: none;
  padding: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #news .news_contents ul {
    padding: 20px;
  }
}
#news .news_contents ul li {
  width: 100%;
}
#news .news_contents ul li a .outline {
  background-color: #fff;
  padding: 20px;
  height: 180px;
  padding: 40px 0;
  border-bottom: 1px solid #f98e3f;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline {
    padding: 20px 0;
    height: 140px;
  }
}
#news .news_contents ul li a .outline:hover {
  opacity: 0.5;
}
#news .news_contents ul li a .outline .title {
  color: #66a5c9;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline .title {
    font-size: 15px;
  }
}
#news .news_contents ul li a .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline .descn {
    font-size: 12.5px;
  }
}
#news .navigation {
  padding-bottom: 80px;
  text-align: center;
}

#news_main {
  width: 100%;
  position: relative;
  height: 60vh;
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg {
    padding-top: 280px;
  }
}
#news_main #news_main_bg .news_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_title {
    left: 55%;
    font-size: 24px;
  }
}
#news_main #news_main_bg .news_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  background-color: rgba(238, 238, 238, 0.3);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_logo {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo {
    width: 45%;
    height: 100px;
  }
}
#news_main #news_main_bg .news_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo .news_main_text {
    font-size: 10px;
  }
}

#news_single .news_contents {
  width: 60%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 90%;
    padding: 40px 0;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul .outline {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .date {
    font-size: 12.5px;
  }
}
#news_single .news_contents ul .outline .title {
  color: #66a5c9;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .title {
    font-size: 15px;
  }
}
#news_single .news_contents ul .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .descn {
    font-size: 12.5px;
  }
}

#company_main {
  width: 100%;
  position: relative;
  height: 60vh;
}
#company_main #company_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main #company_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #company_main #company_main_bg {
    padding-top: 280px;
  }
}
#company_main #company_main_bg .company_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main #company_main_bg .company_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #company_main #company_main_bg .company_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#company {
  margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    height: 2200px;
  }
}
@media screen and (max-width: 768px) {
  #company {
    height: 1700px;
    margin-bottom: 80px;
  }
}
#company .company_contents {
  width: 100%;
  padding: 60px 0;
  margin: auto;
  margin-bottom: 80px;
  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%;
  }
}
#company .company_contents .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(250, 221, 191, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .triangle_top {
    border-width: 1200px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .triangle_top {
    border-width: 1100px 300px 0 0;
  }
}
#company .company_contents .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(250, 221, 191, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .triangle_bottom {
    border-width: 1200px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .triangle_bottom {
    border-width: 1100px 0 0 300px;
  }
}
#company .company_contents .company_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 90%;
    padding: 40px 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  padding: 20px 0;
  border-bottom: 2px solid #f98e3f;
  text-align: end;
  padding-right: 40px;
  color: #f98e3f;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 25%;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  padding-left: 40px;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 75%;
  }
}

#recruit_main {
  width: 100%;
  position: relative;
  height: 60vh;
}
#recruit_main #recruit_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main #recruit_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main #recruit_main_bg {
    padding-top: 280px;
  }
}
#recruit_main #recruit_main_bg .recruit_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main #recruit_main_bg .recruit_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main #recruit_main_bg .recruit_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#recruit .recruit_writing {
  position: relative;
  height: 400px;
  width: 100%;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing {
    height: 200px;
  }
}
#recruit .recruit_writing::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 20%;
  left: 0;
  width: 60%;
  height: 300px;
  background-color: rgba(255, 208, 169, 0.5);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing::after {
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing::after {
    top: 0;
    width: 80%;
    height: 150px;
  }
}
#recruit .recruit_writing .recruit_writing_text {
  position: absolute;
  width: 50%;
  top: 40%;
  left: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing .recruit_writing_text {
    top: 30%;
    left: 20%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text {
    top: 10%;
    left: 15%;
    width: 80%;
  }
}
#recruit .recruit_writing .recruit_writing_text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text h2 {
    font-size: 18px;
  }
}
#recruit .recruit_writing .recruit_writing_text p {
  line-height: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing .recruit_writing_text p {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text p {
    line-height: 20px;
  }
}
#recruit .recruit_contents {
  width: 100%;
  padding: 120px 0;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
  background-color: #F2F3F2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
#recruit .recruit_contents .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(250, 221, 191, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .triangle_top {
    border-width: 500px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .triangle_top {
    border-width: 500px 300px 0 0;
  }
}
#recruit .recruit_contents .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(250, 221, 191, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .triangle_bottom {
    border-width: 500px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .triangle_bottom {
    border-width: 500px 0 0 300px;
  }
}
#recruit .recruit_contents h2 {
  text-align: center;
  color: #f98e3f;
  margin-bottom: 40px;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents h2 {
    position: relative;
    z-index: 50;
  }
}
#recruit .recruit_contents .recruit_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail {
    width: 90%;
    padding: 40px 20px;
  }
}
#recruit .recruit_contents .recruit_detail table {
  margin: 0;
  width: 100%;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  border-bottom: 2px solid #f98e3f;
  text-align: end;
  padding-right: 40px;
  color: #f98e3f;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  padding-left: 40px;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 65%;
  }
}
#recruit .recruit_contents .recruit_detail table tr:first-child th {
  background-color: rgba(255, 208, 169, 0.5);
  border: none;
}
#recruit .recruit_contents .recruit_detail table tr:first-child td {
  background-color: #f98e3f;
  color: #fff;
  border: none;
}

.junbi {
  width: 80%;
  text-align: center;
  margin: 200px auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
  position: relative;
  padding: 20vw;
}
.junbi h1 {
  font-size: 36px;
  font-weight: 600;
  color: #f98e3f;
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  .junbi h1 {
    font-size: 24px;
  }
}

#contact_main {
  width: 100%;
  position: relative;
  height: 60vh;
}
#contact_main #contact_main_bg {
  background-position: bottom;
  background-size: cover;
  padding-top: 500px;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main #contact_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #contact_main #contact_main_bg {
    padding-top: 280px;
  }
}
#contact_main #contact_main_bg .contact_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main #contact_main_bg .contact_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #contact_main #contact_main_bg .contact_main_title {
    left: 55%;
    font-size: 24px;
  }
}

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

#mw_wp_form_mw-wp-form-197 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mw_wp_form_mw-wp-form-197 {
    font-size: 12.5px;
  }
}

#policy_main {
  width: 100%;
  position: relative;
  height: 60vh;
}
#policy_main #policy_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg {
    padding-top: 280px;
  }
}
#policy_main #policy_main_bg .policy_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 55%;
    font-size: 24px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

#top_contact {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  #top_contact {
    padding: 80px 0;
  }
}
#top_contact .top_contact_image {
  width: 30%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top_contact .top_contact_image img {
  width: 100%;
}
#top_contact .top_contact_text {
  text-align: center;
}
#top_contact .top_contact_text .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_text .text {
    margin-bottom: 10px;
  }
}
#top_contact .top_contact_text .address {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_text .address {
    margin-bottom: 10px;
  }
}
#top_contact .top_contact_text .fax {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_text .fax {
    margin-bottom: 20px;
  }
}
#top_contact .top_contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents {
    flex-flow: column;
  }
}
#top_contact .top_contact_contents .form {
  width: 45%;
  height: 300px;
  padding: 40px;
  text-align: center;
  background: rgba(255, 235, 217, 0.8);
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form {
    height: 250px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#top_contact .top_contact_contents .form .form_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form .form_title .form_image img {
    width: 150px;
  }
}
#top_contact .top_contact_contents .form .form_title .form_title_text h2 {
  font-size: 24px;
  font-family: Stick, sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .form .form_title .form_title_text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form .form_title .form_title_text h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .form .top_contents_btn a button {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form .top_contents_btn a button {
    padding: 15px 60px;
  }
}
#top_contact .top_contact_contents .tel {
  width: 45%;
  height: 300px;
  padding: 40px;
  text-align: center;
  background: rgba(255, 235, 217, 0.8);
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel {
    width: 90%;
    margin: auto;
    height: 250px;
  }
}
#top_contact .top_contact_contents .tel .tel_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel .tel_title .tel_image img {
    width: 150px;
  }
}
#top_contact .top_contact_contents .tel .tel_title .tel_title_text h2 {
  font-size: 24px;
  font-family: Stick, sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .tel .tel_title .tel_title_text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel .tel_title .tel_title_text h2 {
    font-size: 15px;
  }
}
#top_contact .top_contact_contents .tel .top_contents_tel_number a {
  font-size: 24px;
  font-weight: 600;
  color: #f98e3f;
}
@media screen and (min-width: 1441px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number a {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number a {
    display: none;
  }
}
#top_contact .top_contact_contents .tel .top_contents_tel_number .tel_pc {
  font-size: 36px;
  color: #f98e3f;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number .tel_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number .tel_pc {
    display: none;
  }
}
#top_contact .top_contact_contents .tel .top_contents_tel_number p {
  margin-top: 10px;
}

.map {
  width: 80%;
  margin: 0 auto;
}
.map iframe {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 300px;
  }
}

footer {
  background-color: #f98e3f;
}
footer ul {
  padding: 40px 0;
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer ul {
    justify-content: space-between;
  }
}
footer ul .footer_menu_sp_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer ul .footer_menu_sp_left {
    flex-flow: column;
  }
}
footer ul .footer_menu_sp_left li:first-child {
  margin-left: 0;
}
footer ul .footer_menu_sp_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer ul .footer_menu_sp_right {
    flex-flow: column;
  }
}
footer ul li {
  margin-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer ul li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer ul li {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
footer ul li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: Stick, sans-serif;
}
footer ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -5px 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
footer ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer ul li a {
    font-size: 12.5px;
  }
}
footer .copyright {
  text-align: center;
  padding: 5px 0;
  background-color: rgb(238, 238, 238);
}
footer .copyright p {
  font-size: 12.5px;
  color: rgb(0, 192, 166);
  font-family: Stick, sans-serif;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 10px;
  }
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
}
@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;
}

.lower_headline_img {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .lower_headline_img {
    height: 40px;
  }
}

.header.change-color {
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.header.change-color .header_logo {
  margin-left: -5%;
  margin-top: 0;
  height: 80px;
  transition: all 1s 0s ease;
}

.lower_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  background-color: rgba(238, 238, 238, 0.3);
  top: 50%;
  left: 4%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_main_logo {
    height: 200px;
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  .lower_main_logo {
    width: 45%;
    left: 0;
    height: 100px;
  }
}
.lower_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lower_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lower_main_logo .news_main_text {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */