/*
Theme Name:サンプルカンパニー
*/
@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap"); */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.top-return-button {
  text-align: center;
  z-index: 10000;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border: 1px solid #333333;
  font-size: 20px;
  color: #333333;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-return-button:hover {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  background-color: #333333;
}

.top-return-button.scroll-active {
  opacity: 1;
  visibility: visible;
}

.sp-menu-toggle {
  z-index: 10000;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 17px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

.sp-menu ul {
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-left: 20px;
}

.sp-menu ul a {
  font-size: 20px;
  font-weight: 400;
}

.sp-menu ul li {
  color: #000;
  padding: 10px 20px;
  margin-top: 30px;
}

.sp-menu ul li.sp-menu_contact {
  display: inline-block;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #ff9d00;
}

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

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

header {
  z-index: 10000;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-shadow: 1px 1px 1px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

@media (max-width: 767px) {
  header .header-inner {
    padding: 0 10px;
  }
}

header.scroll-active {
  background-color: #fff;
  color: #333333;
  text-shadow: none;
  border-bottom: 1px solid #333333;
}

header.scroll-active a {
  color: #333333;
}

header.scroll-active .header-contact-button {
  color: #fff;
}

header.scroll-active .borderLeftRight:hover::after {
  background-color: #333333;
}

header a {
  color: #fff;
}

header .logo {
  font-size: 24px;
}

header .logo:hover {
  text-decoration: none;
}

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

@media (max-width: 1199px) {
  header .pc-header {
    display: none;
  }
}

header .pc-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .pc-header ul a {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 30px;
  position: relative;
  white-space: nowrap;
}

header .pc-header ul a::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  -webkit-box-shadow: #333333 1px 1px 1px;
  box-shadow: #333333 1px 1px 1px;
}

header .pc-header ul a.scroll-active::before {
  background-color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .pc-header ul a:nth-of-type(6)::before,
header .pc-header ul a:nth-of-type(7)::before {
  display: none;
}

header .pc-header ul .header-contact-button {
  text-shadow: none;
  border-radius: 5px;
  padding: 20px 30px;
  background-color: #ff9d00;
}

header .pc-header ul .header-contact-button:hover {
  opacity: 0.8;
}

/* HTMLの対象にborderLeftRightのクラスを入れる */
.borderLeftRight {
  display: inline-block;
  position: relative;
}

.borderLeftRight::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: #333333 1px 1px 1px;
  box-shadow: #333333 1px 1px 1px;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.2s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}

.scroll-active .borderLeftRight::after {
  background-color: #191919;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.borderLeftRight:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

footer {
  background-color: #606060;
  color: #fff;
}

footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

footer .footer-nav ul .footer-nav_container {
  position: relative;
  width: 50%;
  height: 400px;
  overflow: hidden;
}

@media (max-width: 767px) {
  footer .footer-nav ul .footer-nav_container {
    width: 100%;
    height: 100px;
  }
}

@media (max-width: 991px) {
  footer .footer-nav ul .footer-nav_container {
    height: 200px;
  }
}

footer .footer-nav ul a {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 500;
}

footer .footer-nav ul a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

footer .footer-nav ul a.footer-nav_overview {
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  footer .footer-nav ul a.footer-nav_overview {
    background-image: url(images/footer-overview.webp);
  }
}

@media (max-width: 767px) {
  footer .footer-nav ul a.footer-nav_overview {
    background-image: url(images/sp-footer-overview.webp);
  }
}

footer .footer-nav ul a.footer-nav_business {
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  footer .footer-nav ul a.footer-nav_business {
    background-image: url(images/footer-business.webp);
  }
}

@media (max-width: 767px) {
  footer .footer-nav ul a.footer-nav_business {
    background-image: url(images/sp-footer-business.webp);
  }
}

footer .footer-nav ul a.footer-nav_recruit {
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  footer .footer-nav ul a.footer-nav_recruit {
    background-image: url(images/footer-recruit.webp);
  }
}

@media (max-width: 767px) {
  footer .footer-nav ul a.footer-nav_recruit {
    background-image: url(images/sp-footer-recruit.webp);
  }
}

footer .footer-nav ul a.footer-nav_access {
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  footer .footer-nav ul a.footer-nav_access {
    background-image: url(images/footer-access.webp);
  }
}

@media (max-width: 767px) {
  footer .footer-nav ul a.footer-nav_access {
    background-image: url(images/sp-footer-access.webp);
  }
}

footer .footer-nav ul li {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  text-shadow: #333333 3px 3px 3px;
}

@media (max-width: 767px) {
  footer .footer-nav ul li {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  footer .footer-nav ul li {
    font-size: 28px;
  }
}

footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
  }
}

footer .footer-bottom a {
  color: #333333;
  text-decoration: none;
}

footer .footer-bottom a:hover {
  color: #333333;
  text-decoration: none;
}

footer .footer-bottom .footer-left {
  width: 50%;
  margin-top: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-left {
    width: 100%;
    padding-right: 0;
  }
}

footer .footer-bottom .footer-left a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

footer .footer-bottom .footer-left p:nth-of-type(1) {
  margin: 10px 0;
  font-size: 20px;
}

footer .footer-bottom .footer-left p:nth-of-type(2) {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-left p:nth-of-type(2) {
    padding-bottom: 0;
  }
}

footer .footer-bottom .footer-center {
  padding-top: 90px;
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-center {
    padding-top: 50px;
  }
}

footer .footer-bottom .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0ca2e6;
  padding: 0 40px;
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
  }
}

footer .footer-bottom .footer-contact:hover {
  cursor: pointer;
  opacity: 0.8;
}

footer .footer-bottom .footer-contact p {
  color: #fff;
  margin-bottom: 20px;
}

footer .copy-light {
  background-color: #333;
  padding: 30px 0;
}

footer .copy-light p {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 54px;
  font-weight: 600;
}

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

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

.page-top {
  text-align: center;
  width: 100%;
  height: 300px;
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-shadow: #333333 3px 3px 3px;
}

.page-top h1 {
  padding-top: 150px;
}

.pan {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 100px;
}

.archive-single {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.sidebar {
  width: 20%;
}

@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 100px;
  }
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar article {
  width: 100%;
  margin-top: 50px;
}

.sidebar article:first-of-type {
  margin-top: 0;
}

.sidebar article .sidebar-title {
  width: 100%;
  text-align: center;
  background-color: #0ca2e6;
  padding: 20px 0;
  color: #fff;
  font-size: 20px;
}

.sidebar article ul li {
  padding: 20px;
  border-bottom: 1px solid #333333;
}

.is-sp {
  display: none;
}

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

.is-pc {
  display: none;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

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

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

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

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

.top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 80vh;
}

@media (max-width: 500px) {
  .top {
    background-position: top;
    background-image: url(images/sp-top.webp);
  }
}

@media (min-width: 500px) {
  .top {
    background-image: url(images/top.webp);
  }
}

.top-news {
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center top;
}

@media (max-width: 767px) {
  .top-news {
    background-image: url(images/sp-news-bg.webp);
  }
}

@media (min-width: 768px) {
  .top-news {
    background-image: url(images/news-bg.webp);
  }
}

.top-news .top-news-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .top-news .top-news-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.top-news .top-news-container h2 {
  color: #fff;
}

@media (max-width: 767px) {
  .top-news .top-news-container h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .top-news .top-news-container .top-news_post-box {
    height: 40vh;
    overflow-y: scroll;
  }
}

.top-news .top-news-container article {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b5b5b5;
  padding: 20px 0;
  overflow: hidden;
}

.top-news .top-news-container article.scroll-animation {
  -webkit-animation: topNewsScrollAnime 0.3s forwards;
  animation: topNewsScrollAnime 0.3s forwards;
}

@media (max-width: 767px) {
  .top-news .top-news-container article {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-news .top-news-container .top-news_left {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .top-news .top-news-container .top-news_left {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-news .top-news-container .top-news_left .top-news-date {
  margin-bottom: 20px;
  color: #b5b5b5;
  font-size: 18px;
}

@media (max-width: 767px) {
  .top-news .top-news-container .top-news_left .top-news-date {
    margin-bottom: 0;
    margin: 0 10px;
  }
}

.top-news .top-news-container .top-news_left .top-news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #0ca2e6;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .top-news .top-news-container .top-news_left .top-news-category {
    margin: 0 10px;
  }
}

.top-news .top-news-container .top-news-right {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .top-news .top-news-container .top-news-right {
    margin-top: 20px;
  }
}

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

.top-news .top-news-container .top-news-more a {
  position: relative;
  color: #fff;
  padding: 17px 80px;
  background-color: #333333;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-news .top-news-container .top-news-more a::after {
  position: absolute;
  content: "▶";
  margin-left: 20px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.top-news .top-news-container .top-news-more a:hover {
  color: #333333;
  background-color: #fff;
}

.top-news .top-news-container .top-news-more a:hover::after {
  overflow: hidden;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

h2.president {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.page-top_overview {
  background-image: url(images/page-conpany.webp);
  background-position: center;
  background-size: cover;
}

.president-container {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.president-img {
  width: 50%;
}

@media (max-width: 767px) {
  .president-img {
    width: 100%;
  }
}

.president-img img {
  width: 100%;
}

.president-text {
  width: 50%;
  padding: 20px;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .president-text {
    width: 100%;
    padding: 0;
    padding: 20px 0;
  }
}

.overview-content {
  margin-top: 100px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr th {
  border: none;
  padding: 20px;
  line-height: 1.6em;
  vertical-align: middle;
  text-align: left;
}

table tr th:nth-of-type(1) {
  text-align: center;
  width: 130px;
  color: #fff;
  background-color: #0ca2e6;
  font-size: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table tr th:nth-of-type(1):first-of-type {
  border-top: 1px solid #0ca2e6;
}

table tr th:nth-of-type(1):last-of-type {
  border-bottom: 1px solid #0ca2e6;
}

table tr th:nth-of-type(2) {
  border: 1px solid #333333;
  border-left: none;
}

.page-top_business {
  background-image: url(images/page-business.webp);
  background-position: center;
  background-size: cover;
}

.page-business {
  margin-top: 100px;
}

.page-business img {
  width: 100%;
  height: 340px;
}

@media (max-width: 767px) {
  .page-business img {
    height: 230px;
  }
}

.page-business .page-business_textarea {
  padding: 20px;
}

@media (max-width: 767px) {
  .page-business .page-business_textarea {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-business .page-business_textarea h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.page-business .page-business_textarea p {
  margin-top: 20px;
  line-height: 1.6em;
}

.page_business-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.page_business-vertical article {
  width: 50%;
  margin: 0 10px;
}

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

.page_business-horizontal {
  width: 100%;
  margin-top: 100px;
}

.page_business-horizontal article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

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

.page_business-horizontal article:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .page_business-horizontal article:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page_business-horizontal article div {
  width: 50%;
}

@media (max-width: 767px) {
  .page_business-horizontal article div {
    width: 100%;
  }
}

.page_business-horizontal .page-business_textarea {
  width: 50%;
}

@media (max-width: 767px) {
  .page_business-horizontal .page-business_textarea {
    width: 100%;
  }
}

.page-top_archive {
  background-image: url(images/page-news.png);
  background-position: center;
  background-size: cover;
}

.page-top_date,
.page-top_category {
  background-image: url(images/page-category.png);
  background-position: center;
  background-size: cover;
}

.news-archive_post {
  width: 70%;
}

.news-archive_post a {
  color: #333333;
}

@media (max-width: 767px) {
  .news-archive_post {
    width: 100%;
  }
}

.news-archive_post article {
  padding: 20px 0;
  border-bottom: 1px solid #b5b5b5;
}

.news-archive_post .news-archive_date {
  font-size: 16px;
  color: #b5b5b5;
  display: inline-block;
}

.news-archive_post .news-archive_category {
  margin-left: 10px;
  padding: 10px 10px;
  color: #fff;
  background-color: #0ca2e6;
  display: inline-block;
}

.news-archive_post .news-archive_title {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}

.news-archive_post p {
  line-height: 1.6em;
}

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

.news-archive_post .pagination .page-numbers {
  padding: 13px 20px;
  border: 1px solid #333333;
}

.news-archive_post .pagination span {
  color: #fff;
  background-color: #0ca2e6;
  border: none;
}

.news-archive_post .pagination .next,
.news-archive_post .pagination .prev {
  border: none;
}

.news-archive_post .pagination .next::after {
  content: " ▶";
}

.news-archive_post .pagination .prev::before {
  content: "◀ ";
}

.page-top_single {
  background-image: url(images/single.webp);
  background-position: center;
  background-size: cover;
}

.news-single_post {
  width: 70%;
}

.news-single_post a {
  color: #333333;
}

@media (max-width: 767px) {
  .news-single_post {
    width: 100%;
  }
}

.news-single_post article a {
  text-decoration: underline;
}

.news-single_post .news-single_date {
  font-size: 16px;
  color: #b5b5b5;
  display: inline-block;
}

.news-single_post .news-single_category {
  font-size: 16px;
  margin-left: 20px;
  color: #fff;
  background-color: #0ca2e6;
  display: inline-block;
  padding: 10px 20px;
}

.news-single_post .news-single_title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 50px;
}

.news-single_post p {
  line-height: 1.6em;
}

.news-single_post .prev-next-news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

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

.news-single_post .prev-next-news_container a {
  padding: 10px 20px;
  border: 1px solid #333333;
}

.news-single_post .prev-next-news_container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
}

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

.news-single_post .prev-next-news_container article.prev-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.news-single_post .prev-next-news_container article.prev-box p {
  margin-left: 10px;
}

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

@media (max-width: 767px) {
  .news-single_post .prev-next-news_container article.next-box {
    width: 50%;
  }
}

.news-single_post .prev-next-news_container article.next-box p {
  margin-right: 10px;
  margin-left: 10px;
}

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

.page-top_recruit {
  background-image: url(images/page-recruit.webp);
  background-position: center;
  background-size: cover;
}

.page-recruit {
  margin-top: 100px;
  line-height: 1.6em;
}

.page-top_access {
  background-image: url(images/page-access.webp);
  background-position: center;
  background-size: cover;
}

.page-access {
  line-height: 1.6em;
  margin-top: 100px;
}

.access-map {
  margin-top: 30px;
  width: 100%;
  height: 600px;
}

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

.page-top_contact {
  background-image: url(images/page-contact.webp);
  background-position: center;
  background-size: cover;
}

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

.page-contact .page-contact_top-return-button {
  text-align: center;
  margin-bottom: 50px;
  background-color: #fff;
  margin-top: 100px;
}

.page-contact .page-contact_top-return-button a {
  padding: 10px 20px;
  border: 1px solid #000;
}

.page-contact .page-contact_top-return-button a:hover {
  color: #007bff;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.page-contact span.wpcf7-not-valid-tip,
.page-contact .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

@-webkit-keyframes copy {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes copy {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes topNewsScrollAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes topNewsScrollAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */
