@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

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

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

area {
  outline: none;
  border: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

:root {
  --color-main-font: #1f2c5c;
  --color-main:#dbbf4b;
  --color-white: #fff;
  --color-gray: #D5D5D5;
  --color-dark-gray: #707070;
  --color-gray-bg:#F9F9F9;
  --color-black: #333;
  --color-red: #CF4949;
  --color-yellow: #edc006;
  --color-blue: #7F8CC4;
  --color-dark-blue: #646898;
  --color-blue-bg:#e9eaf2;
  --color-yellow-bg:#FFF3D1;
  --transition-duration: .6s;
  --transition-timing-function: ease-out;
}

body {
  background-color: #fff;
  color: var(--color-main-font);
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  color: var(--color-main-font);
  text-decoration: none;
}

p {
  line-height: 1.8;
}

p + p {
  margin-top: 1.25rem;
}

strong {
  font-weight: bold;
}
.ef-fade01 {
  transform: translate(0, 10%);
  opacity: 0;
  transition: 1s;
}

.fade01 {
  transform: translate(0, 0);
  opacity: 1;
}

.swiper-container, .swiper-container2 {
  margin: 2.5rem auto;
  overflow: hidden;
}
.swiper-container ._recruit .swiper-pic, .swiper-container2 ._recruit .swiper-pic {
  position: relative;
  left: 0;
  border: 1px solid var(--color-gray);
  border-radius: 50%;
  background: #fff;
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  overflow: hidden;
}
.swiper-container ._recruit .swiper-pic img, .swiper-container2 ._recruit .swiper-pic img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  margin: 0 auto;
  border-radius: 10px;
  height: 100%;
  text-align: left;
}
.swiper-slide img {
  border-radius: 10px;
}

.swiper-pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.swiper-pic::before {
  display: block;
  padding-top: 65.25%;
  content: "";
}
.swiper-pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}

.swiper-box {
  display: flex;
  position: relative;
  margin-top: 40px;
  height: 36px;
}

.swiper-text {
  display: block;
  padding-top: 0.5rem;
}

.swiper-pagination {
  position: relative;
  z-index: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  position: absolute;
  z-index: 2 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
}

.header {
  display: flex;
  position: fixed !important;
  top: 0;
  justify-content: flex-start;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background: var(--color-main);
  padding: 1rem;
  width: 100%;
  height: 3.75rem;
}
.header a {
  text-decoration: none;
}
.header_logo {
  height: 50px;
}
.header_logo img {
  width: auto;
  height: 100%;
}
.header_nav {
  transition: 0.5s;
  margin-left: auto;
}

.main {
  margin-top: 0;
  overflow-x: hidden;
}
.main_head {
  margin-bottom: 2.5rem;
}
.main_content {
  margin: 0 auto;
  padding: 0 1.875rem;
  max-width: 1920px;
}
.main_contact {
  margin: 0 auto;
  padding: 0 1.875rem;
}
.main_news {
  margin: 1.25rem auto;
  text-align: left;
}
.main_land {
  margin: 1.25rem auto;
  text-align: left;
}
.main_blog {
  margin: 5rem 0;
  background-color: var(--color-gray-bg);
  padding: 5rem 0;
  text-align: left;
}
.main_works {
  margin: 5rem auto 0;
  background-color: var(--color-gray-bg);
  padding: 5rem 0 0;
  text-align: left;
}
.main_post {
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
}
.main_article {
  margin: 0 auto;
  padding: 0 30px;
}
.main_page {
  margin: 0 auto;
  padding: 0 30px;
}
.main_company {
  margin: 0 auto;
  padding: 0 30px;
}
.main._concept {
  padding-bottom: 3.75rem;
}

.footer {
  margin: 0 auto;
  border-top: 1px solid var(--color-gray);
  text-align: center;
}
.footer_copyright {
  display: block;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-gray);
  padding: 0.625rem 2.5rem;
  font-size: 0.8125rem;
}
.footer_copyright p {
  margin-bottom: 0.625rem;
}
.footer_copyright a {
  font-size: 0.8125rem;
  text-decoration: none;
}
.footer ._privacy {
  display: block;
  margin-bottom: 1.25rem;
}

.headerNav {
  -webkit-overflow-scrolling: touch;
  display: flex;
  position: fixed;
  top: 60px;
  right: -100%;
  z-index: 100 !important;
  background-color: var(--color-main-font);
  padding: 0 40px;
  width: 100%;
  height: 91%;
  overflow-y: auto;
}
.headerNav.active {
  display: flex;
  right: 0;
}
.headerNav_list {
  display: block;
  padding-bottom: 20px;
  width: 100%;
}
.headerNav_item {
  border-bottom: 1px solid var(--color-white);
  padding: 14px;
}
.headerNav_item a {
  display: block;
  transition: all 0.5s ease;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.headerNav_child_list {
  display: block;
  padding: 14px 0 0 16px;
}
.headerNav_child_item {
  padding-bottom: 10px;
}
.headerNav ._child {
  margin-bottom: 10px;
}
.headerNav_sns {
  display: flex;
  margin-left: 30px;
}
.headerNav_sns a {
  display: block;
  margin: 0 10px;
  width: auto;
  height: 24px;
}
.headerNav_sns a img {
  width: auto;
  height: 100%;
}

.footerNav {
  border-bottom: 1px solid var(--color-gray);
  background: var(--color-gray-bg);
  padding: 30px;
}
.footerNav_company {
  margin-bottom: 30px;
  font-size: 0.875rem;
  text-align: left;
}
.footerNav_logo {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 220px;
}
.footerNav_name {
  margin: 0 auto 16px;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.footerNav_address, .footerNav_tel {
  margin-top: 5px;
}
.footerNav_box {
  display: flex;
}
.footerNav_list {
  margin-right: 10px;
  text-align: left;
}
.footerNav_bnr {
  margin-left: auto;
}
.footerNav_item {
  margin-right: 10px;
  margin-bottom: 8px;
}
.footerNav_item a {
  font-size: 0.75rem;
  text-decoration: none;
}
.footerNav_item._child {
  padding-left: 12px;
}

.fixedContact {
  display: flex;
  position: fixed;
  bottom: 0;
  background-color: var(--color-main);
  width: 100%;
}
.fixedContact_item {
  width: 50%;
}
.fixedContact_item:first-child {
  border-right: 1px solid #fff;
}
.fixedContact a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.fixedContact a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 30px;
  text-align: center;
}

#nav-toggle, .close {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  transform: translateX(-50%);
  z-index: 1000;
  cursor: pointer;
  margin: 0 !important;
  box-shadow: none;
  border: none;
  background: none;
  padding: 0;
  width: 24px;
  height: 30px;
}

#top-head {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

#nav-toggle div {
  position: relative;
  top: 0;
}

#nav-toggle span {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  background: var(--color-main-font);
  width: 32px;
  height: 2px;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 8px;
}

#nav-toggle span:nth-child(3) {
  top: 16px;
}

#nav-toggle {
  display: block;
}

.open #nav-toggle span {
  display: block;
}

.open #nav-toggle span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  top: 11px;
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  display: none;
}

.open #nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  top: 11px;
  transform: rotate(-315deg);
}

/*PC*/
/* **************************************************************************************

project : kv

************************************************************************************** */
.kv {
  margin-top: 60px;
  height: 46vh;
  overflow: hidden;
}
.kv_txt {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin: auto;
  width: 100%;
  height: 46vh;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.375rem;
  text-align: center;
}

.bxslider {
  position: relative;
  width: 100%;
  height: 92vh;
  min-height: 760px;
}
.bxslider_pic {
  z-index: 100;
  width: 100% !important;
  height: calc(60vh - 60px);
}
.bxslider_pic:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: calc(60vh - 60px);
  content: " ";
}
.bxslider_pic img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mainHead {
  position: relative;
  border-bottom: 1px solid var(--color-gray);
  background: linear-gradient(to right, var(--color-gray-bg), var(--color-gray-bg));
  padding: 10px 0;
  width: 100%;
}
.mainHead_heading {
  margin-bottom: 0;
  color: var(--color-main-font);
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.mainHead_heading span {
  display: block;
  opacity: 0.6;
  font-size: 0.75rem;
}
.mainHead_btn {
  margin: 20px 0 0;
  padding: 0 30px;
}
.homeNews {
  position: relative;
  margin-top: 60px;
  padding: 0 30px;
}
.homeNews_inner {
  align-items: center;
}
.homeNews_heading {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeNews_heading::before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../img/icon_news.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: "";
}
.homeNews_heading span {
  display: block;
  opacity: 0.3;
  color: var(--color-dark-gray);
  font-size: 1rem;
}
.homeNews_body {
  margin-left: 0;
  width: auto;
}
.homeNews_item {
  display: flex;
  margin: 1.25rem 0 0;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 1.25rem;
}
.homeNews_date {
  margin-right: 2.5rem;
}
.homeNews_btn {
  margin: 2.5rem auto;
  width: 15rem;
  text-align: center;
}
.homeNews_btn a {
  display: block;
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  padding: 0.625rem;
  color: var(--color-main-font);
  text-align: center;
  text-decoration: none;
}
.homeNews_btn a::before {
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: var(--color-main);
  width: 20px;
  height: 1px;
  content: "";
}
.homeNews_btn a::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 1px;
  content: "";
}

.homeBlog {
  position: relative;
  padding: 100px 40px 60px;
}
.homeBlog_heading {
  position: relative;
  margin-bottom: 3.75rem;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeBlog_heading::before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../img/icon_note.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: "";
}
.homeBlog_heading span {
  display: block;
  opacity: 0.3;
  color: var(--color-dark-gray);
  font-size: 1rem;
}
.homeBlog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homeBlog_list::after {
  display: block;
  width: 48%;
  height: 0;
  content: "";
}
.homeBlog_list::before {
  display: block;
  order: 1;
  width: 48%;
  height: 0;
  content: "";
}
.homeBlog_item {
  margin-bottom: 20px;
  width: 48%;
  text-align: left;
}
.homeBlog_pic {
  display: block;
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.homeBlog_pic::before {
  display: block;
  padding-top: 65.25%;
  content: "";
}
.homeBlog_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.homeBlog_date {
  color: var(--color-dark-gray);
}
.homeBlog_btn {
  margin: 2.5rem auto;
  width: 15rem;
  text-align: center;
}
.homeBlog_btn a {
  display: block;
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  padding: 0.625rem;
  color: var(--color-main-font);
  text-align: center;
  text-decoration: none;
}
.homeBlog_btn a::before {
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: var(--color-main);
  width: 20px;
  height: 1px;
  content: "";
}
.homeBlog_btn a::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 1px;
  content: "";
}

.homeLand {
  position: relative;
  padding: 100px 40px 60px;
}
.homeLand_heading {
  position: relative;
  margin-bottom: 3.75rem;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeLand_heading::before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  content: "";
  /*background-image: url("../img/icon_note.png");
  background-repeat: no-repeat;
  background-size: 100% auto;*/
}
.homeLand_heading span {
  display: block;
  opacity: 0.3;
  color: var(--color-dark-gray);
  font-size: 1rem;
}
.homeLand_item {
  display: block;
  margin: 1.25rem 0 0;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 1.25rem;
}
.homeLand_title {
  margin-top: 10px;
  font-size: 1rem;
}
.homeLand_text {
  margin-top: 10px;
  color: var(--color-dark-gray);
  font-size: 0.875rem;
}
.homeLand_date {
  margin-right: 2.5rem;
  width: 90px;
}
.homeLand_btn {
  margin: 2.5rem auto;
  width: 15rem;
  text-align: center;
}
.homeLand_btn a {
  display: block;
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  padding: 0.625rem;
  color: var(--color-main-font);
  text-align: center;
  text-decoration: none;
}
.homeLand_btn a::before {
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: var(--color-main);
  width: 20px;
  height: 1px;
  content: "";
}
.homeLand_btn a::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 1px;
  content: "";
}

.homeFeature {
  position: relative;
  padding: 0 30px;
}
.homeFeature_body::after {
  display: block;
  position: absolute;
  top: 100px;
  left: 20%;
  z-index: -1;
  background-color: var(--color-blue-bg);
  width: 80%;
  height: 40vw;
  content: "";
}
.homeFeature_heading {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeFeature_heading span {
  display: block;
  opacity: 0.3;
  color: var(--color-dark-gray);
  font-size: 1rem;
}
.homeFeature_pic1 {
  margin-top: 20px;
}
.homeFeature_btn {
  margin: 2.5rem auto;
  width: 15rem;
  text-align: center;
}
.homeFeature_btn a {
  display: block;
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  padding: 0.625rem;
  color: var(--color-main-font);
  text-align: center;
  text-decoration: none;
}
.homeFeature_btn a::before {
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: var(--color-main);
  width: 20px;
  height: 1px;
  content: "";
}
.homeFeature_btn a::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 1px;
  content: "";
}

.homeWorks {
  position: relative;
  padding: 6.25rem 2.5rem 3.75rem;
}
.homeWorks_heading {
  position: relative;
  margin-bottom: 3.75rem;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeWorks_heading::before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../img/icon_works.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: "";
}
.homeWorks_heading span {
  display: block;
  opacity: 0.3;
  color: var(--color-dark-gray);
  font-size: 1rem;
}
.homeWorks_list::after {
  display: block;
  width: 23%;
  height: 0;
  content: "";
}
.homeWorks_list::before {
  display: block;
  order: 1;
  width: 23%;
  height: 0;
  content: "";
}
.homeWorks_item {
  margin-bottom: 20px;
  text-align: left;
}
.homeWorks_pic {
  display: block;
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.homeWorks_pic::before {
  display: block;
  padding-top: 65.25%;
  content: "";
}
.homeWorks_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.homeWorks_date {
  color: var(--color-dark-gray);
}
.homeWorks_btn {
  margin: 2.5rem auto;
  width: 15rem;
  text-align: center;
}
.homeWorks_btn a {
  display: block;
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  padding: 0.625rem;
  color: var(--color-main-font);
  text-align: center;
  text-decoration: none;
}
.homeWorks_btn a::before {
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: var(--color-main);
  width: 20px;
  height: 1px;
  content: "";
}
.homeWorks_btn a::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 1px;
  content: "";
}

.categoryList {
  display: flex;
  position: relative;
}
.categoryList_item {
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0.375rem;
  border-radius: 30px;
  background-color: var(--color-blue);
  padding: 0.1875rem 1rem;
  color: #fff;
  font-size: 0.8125rem;
}

.works {
  position: relative;
  background-color: #fff;
  padding: 0 1.875rem;
}
.works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_list::after {
  display: block;
  width: 23%;
  height: 0;
  content: "";
}
.works_list::before {
  display: block;
  order: 1;
  width: 23%;
  height: 0;
  content: "";
}
.works_item {
  margin-bottom: 20px;
  text-align: left;
}
.works_pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  margin-bottom: 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.works_pic::before {
  display: block;
  padding-top: 65.25%;
  content: "";
}
.works_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.post {
  position: relative;
  background-color: #fff;
}
.post_title {
  border-bottom: 1px solid var(--color-gray);
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_title ._cate {
  display: inline-block;
  margin-right: 5px;
  border-radius: 30px;
  background-color: var(--color-blue);
  padding: 3px 16px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_title ._cate a {
  color: #fff;
}
.post_title ._sub {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_heading {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_info {
  margin: 20px 0 8px;
  font-size: 0.8125rem;
}
.post_date::after {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  content: " | ";
}
.post_category a {
  margin-right: 10px;
}
.post_list {
  margin: 80px 0 20px;
}
.post_body {
  margin-top: 40px;
}
.post_body img {
  max-width: 100%;
}
.post_body ._sec {
  margin-bottom: 100px;
}
.post_body h2 {
  position: relative;
  margin: 40px 0 30px;
  padding-top: 20px;
  font-weight: 700;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body h2::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--color-main);
  width: 20px;
  height: 2px;
  content: "";
}
.post_body h2::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-gray);
  width: 80px;
  height: 2px;
  content: "";
}
.post_body h3 {
  margin: 30px 0 20px;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body h4 {
  margin: 30px 0 30px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body h5 {
  margin: 40px 0 30px;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body b, .post_body strong {
  font-weight: bold;
}
.post_body figure {
  margin: 40px 0;
}
.post_body figure img {
  max-width: 100%;
}
.post_body figcaption {
  margin-top: 6px;
  color: var(--color-dark-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.post_body blockquote {
  margin: 30px 0;
  border: 1px solid var(--color-gray);
  background-color: var(--color-gray-bg);
  padding: 20px;
}
.post_body blockquote cite {
  color: var(--color-dark-gray);
  font-size: 0.875rem;
}
.post_body blockquote cite:before {
  padding-right: 6px;
  content: "―";
}
.post_body hr {
  display: block;
  margin: 40px 0;
  border: 0;
  border-top: 1px solid var(--color-dark-gray);
  width: 100%;
  height: 1px;
}
.post_body ul {
  margin: 30px 0 30px 20px;
}
.post_body ul li {
  margin: 0.5rem 0;
  list-style-type: disc !important;
}
.post_body ol {
  margin: 30px 0 30px 20px;
}
.post_body ol li {
  margin: 8px 0;
  list-style-type: decimal !important;
}
.post_body a {
  color: var(--color-blue);
}
.post_body table {
  margin: 20px 0;
  border: 1px solid var(--color-gray);
  border-collapse: collapse;
  width: 100%;
}
.post_body table tr td:first-child {
  border: none;
  background-color: var(--color-main-font);
  color: var(--color-white);
}
.post_body table tr td:first-child a {
  color: var(--color-white);
  text-decoration: underline;
}
.post_body table td {
  display: block;
  border: none;
  padding: 15px;
  width: 100%;
}
.post_body .wp-block-table tr, .post_body .wp-block-table td {
  line-height: 1.8;
}
.post_body .is-vertically-aligned-top h3 {
  margin-top: 30px !important;
}
.post_body .box {
  margin: 20px 0;
  border: 1px solid var(--color-gray);
  background-color: var(--color-gray-bg);
  padding: 20px;
}
.postList {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.postList_link {
  font-size: 0.8125rem;
  text-decoration: none;
}
.postList_link._prev {
  position: relative;
  padding-left: 1.875rem;
}
.postList_link._prev::before {
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  transform: rotate(45deg);
  margin: 0 10px;
  border-bottom: 2px solid var(--color-blue);
  border-left: 2px solid var(--color-blue);
  width: 8px;
  height: 8px;
  content: "";
}
.postList_link._next {
  position: relative;
  padding-right: 1.875rem;
}
.postList_link._next::before {
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  right: 0;
  transform: rotate(45deg);
  margin: 0 10px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  width: 8px;
  height: 8px;
  content: "";
}
.postList ._no {
  opacity: 0.2;
}

.entry {
  position: relative;
}
.entry a {
  text-decoration: none;
}
.entry_heading {
  position: relative;
  margin-bottom: 1.875rem;
  padding-left: 0.75rem;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.entry_heading::before {
  position: absolute;
  top: 0.375rem;
  left: 0;
  background-color: var(--color-black);
  width: 0.1875rem;
  height: 1.875rem;
  content: "";
}
.entry_heading::after {
  position: absolute;
  top: 0.375rem;
  left: 0;
  background-color: var(--color-blue);
  width: 0.1875rem;
  height: 0.375rem;
  content: "";
}
.entry_list {
  display: block;
}
.entry_item {
  margin-bottom: 1.875rem;
  width: 100%;
}
.entry_pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.entry_pic::before {
  display: block;
  padding-top: 65.25%;
  content: "";
}
.entry_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.entry_info {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
.entry_date::after {
  display: inline-block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  content: " | ";
}
.entry._news .entry_list {
  display: block;
  width: 100%;
}
.entry._news .entry_item {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--color-gray);
  padding: 1.5625rem 0;
  width: 100%;
}
.entry._news .entry_item:nth-child(2n) {
  margin-left: 0;
}

.article {
  position: relative;
  padding: 0;
}
.article_content {
  padding: 0 30px;
}
.article_side {
  position: relative;
  margin: 30px 0 0;
  padding: 30px 30px;
  width: 100%;
}
.article_side::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-yellow-bg);
  width: 100%;
  height: 100%;
  content: "";
}

.side {
  position: relative;
}
.side_title {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.side_title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-main);
  width: 4px;
  height: 26px;
  content: "";
}
.side_list {
  margin: 14px 0 40px;
}
.side_list a {
  display: block;
  margin: 16px 0;
  padding: 0;
}
.side_list .children .side_item {
  border-bottom: none;
}
.side_list .children a {
  padding-left: 10px;
}
.side_list .children a::before {
  content: "－";
}
.side_item {
  margin: 0;
  border-bottom: 1px solid var(--color-main);
  padding: 0;
}

.contact {
  position: relative;
  padding: 0 30px;
}
.contact_tel {
  margin: 0 auto;
}
.contact_form {
  margin: 80px auto 0;
}
.contact_thanks {
  margin: 80px auto;
  text-align: center;
}
.contact_thanks p {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.contactTel {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.contactTel a {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.contactTel_tel {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
  color: var(--color-blue);
  text-align: center;
}
.contactTel_tel ._tel {
  display: inline-block;
  position: relative;
  padding-left: 2.375rem;
  font-size: 2rem;
}
.contactTel_tel ._tel::before {
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0;
  background-image: url("../img/i_phone.png");
  background-size: 1.875rem auto;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
}

.form {
  position: relative;
}
.form_heading {
  position: relative;
  margin: 40px 0 30px;
  padding-top: 20px;
  font-weight: 700;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
.form_heading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--color-main);
  width: 20px;
  height: 2px;
  content: "";
}
.form_heading::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-gray);
  width: 80px;
  height: 2px;
  content: "";
}
.form_list {
  display: block;
  border-bottom: 1px solid var(--color-gray);
  padding: 25px 0;
}
.form_term {
  position: relative;
  margin-right: 40px;
  margin-bottom: 8px;
  padding-top: 6px;
  width: 100%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.form_desc {
  flex-grow: 1;
}
.form_label {
  display: flex;
  margin-bottom: 5px;
}
.form_policy {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.form_btn {
  margin: 40px auto;
  text-align: center;
}
.form .request_item {
  display: flex;
  margin-top: 10px;
}
.form ._ind {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-left: auto;
  background-color: var(--color-red);
  padding: 2px 10px;
  color: #fff;
  font-size: 0.8125rem;
}
.form .error {
  margin: 40px 0;
}
.form .error_box {
  border: 1px solid var(--color-red);
  border-radius: 10px;
  padding: 30px;
}
.form .error span {
  display: block;
  margin: 4px 0;
  color: var(--color-red);
}

.input {
  position: relative;
}
.input_radio {
  position: relative;
  cursor: pointer;
  width: 26px;
}
.input_radio::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: "";
}
.input_radio:checked {
  color: var(--color-main);
}
.input_radio:checked::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: var(--color-main);
  width: 16px;
  height: 16px;
  content: "";
}
.input_checkbox {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--color-gray);
  width: 24px;
  height: 24px;
}
.input_checkbox:checked {
  position: relative;
}
.input_checkbox:checked::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 4px;
  transform: rotate(-45deg);
  opacity: 1;
  margin: auto;
  border-bottom: 3px solid var(--color-blue);
  border-left: 3px solid var(--color-blue);
  width: 12px;
  height: 5px;
  content: "";
}
.input_label {
  display: inline;
  cursor: pointer;
  padding: 2px 0 0 5px;
  width: 90%;
}
.input_text {
  display: block;
  border: 1px solid var(--color-gray);
  padding: 10px;
  width: 100%;
  font-size: 100%;
}
.input_text._small {
  width: 150px;
}
.input_textarea {
  display: block;
  border: 1px solid var(--color-gray);
  padding: 10px;
  width: 100%;
  height: 12.5rem;
  font-size: 100%;
}
.input_zip {
  display: flex;
  margin: 0 0 10px;
}
.input_zip span {
  margin-right: 5px;
  line-height: 2;
}
.input_submit {
  display: block;
  background-color: var(--color-blue);
  padding: 18px 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.input_submit._back {
  display: block;
  margin: 60px auto 0;
  background-color: var(--color-dark-gray);
  padding: 14px 0;
  width: 60%;
  text-align: center;
}
.input_submit[disabled=disabled] {
  opacity: 0.5;
  cursor: default;
}

.sns {
  position: fixed;
  top: 13px;
  right: 65px;
}
.sns_item {
  width: 30px;
}

._sec {
  position: relative;
  margin-bottom: 5rem;
}

.breadcrumb {
  position: relative;
  border-bottom: 1px solid var(--color-gray);
  background: #ededed;
  padding: 0.625rem;
  padding-top: 4.375rem;
  text-decoration: none;
}
.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.breadcrumb_item {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 0.8125rem;
}
.breadcrumb_item:first-child::before {
  display: block;
  position: relative;
  margin-right: 0.25rem;
  margin-left: 0.125rem;
  background: url("../img/i_home.svg") 0 0 no-repeat;
  background-size: contain;
  width: 0.875rem;
  height: 0.6875rem;
  content: "";
}
.breadcrumb_item::before {
  display: block;
  position: relative;
  margin-right: 0.75rem;
  margin-left: 0.8125rem;
  background: url("../img/i_arr_breadcrumb.svg") 0 0 no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.625rem;
  content: "";
}
.breadcrumb_link {
  color: #ACACAC;
  line-height: 1;
  text-decoration: none;
}
.breadcrumb_current {
  color: var(--color-black);
  line-height: 1;
}
.pic {
  position: relative;
  margin: 1.875rem 0;
}

.wp-pagenavi {
  position: relative;
  margin: 5rem 0 0;
  text-align: center;
}

.wp-pagenavi .current {
  border: 1px solid var(--color-main);
  background: var(--color-main);
  padding: 8px 14px;
  color: var(--color-white);
}
.wp-pagenavi a {
  display: inline-block;
  transition: all 0.6s ease-out;
  margin: 0 5px;
  border: 1px solid var(--color-main);
  padding: 8px 14px;
  font-size: 14px;
  text-decoration: none;
}
.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid var(--color-main);
  padding: 5px 12px;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  body a {
    transition: all 0.5s ease;
  }
  body a:hover {
    opacity: 0.6;
  }
  ._sp {
    display: none !important;
  }
  .swiper-container, .swiper-container2 {
    margin: 2.5rem auto;
    max-width: 1200px;
    overflow: hidden;
  }
  .swiper-container ._recruit .swiper-pic, .swiper-container2 ._recruit .swiper-pic {
    width: 16.25rem;
    min-width: 16.25rem;
    height: 16.25rem;
  }
  .swiper-button-prev {
    left: 0 !important;
    margin-left: 40%;
  }
  .swiper-button-next {
    right: 0 !important;
    margin-right: 40%;
  }
  .header {
    padding: 0.5rem 2.5rem;
    height: auto;
  }
  .header_logo {
    height: 60px;
  }
  .main._home {
    padding-top: 5rem;
  }
  .main_head {
    margin-bottom: 6.25rem;
  }
  .main_content {
    margin-bottom: 5rem;
    max-width: 1000px;
  }
  .main_contact {
    margin-bottom: 5rem;
    max-width: 1000px;
  }
  .main_news {
    max-width: 1000px;
  }
  .main_land {
    max-width: 1000px;
  }
  .main_post {
    padding: 0;
    max-width: 1000px;
  }
  .main_article {
    padding: 0;
    max-width: 1000px;
  }
  .main_page {
    padding: 0;
    max-width: 1000px;
  }
  .main_company {
    padding: 0;
    max-width: 1000px;
  }
  .footer {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer_copyright p {
    margin-bottom: 0;
  }
  .footer_copyright {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer ._privacy {
    display: flex;
    margin-bottom: 0;
  }
  .headerNav {
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    background-color: var(--color-main);
    padding: 20px 40px 0;
    height: auto;
    overflow-y: visible;
  }
  .headerNav_list {
    display: flex;
    gap: 0 40px;
  }
  .headerNav_item {
    border-bottom: none;
    padding: 0;
  }
  .headerNav_item a {
    color: var(--color-main-font);
    font-size: 0.9375rem;
  }
  .headerNav_item a:hover {
    color: var(--color-main-font);
  }
  .headerNav_child_list {
    display: none;
    position: absolute;
    margin-top: 0;
    margin-left: -15px;
    background: var(--color-main);
    padding: 12px 20px 5px;
  }
  .headerNav ._child::after {
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 0 2px 8px;
    border-right: 2px solid var(--color-dark-gray);
    border-bottom: 2px solid var(--color-dark-gray);
    width: 8px;
    height: 8px;
    content: "";
  }
  .footerNav {
    display: flex;
    padding: 60px 40px;
  }
  .footerNav_company {
    margin-bottom: 0;
    text-align: left;
  }
  .footerNav_logo {
    margin: 0;
  }
  .footerNav_name {
    margin: 10px 0;
    font-size: 1.125rem;
    text-align: left;
  }
  .footerNav_list {
    margin-right: 50px;
    margin-left: 50px;
  }
  .footerNav_item a {
    font-size: 0.875rem;
  }
  .fixedContact {
    display: block;
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translate(0, -50%);
    background: none;
    width: auto;
  }
  .fixedContact_item {
    margin: 16px;
  }
  .fixedContact_item:first-child {
    border-right: none;
  }
  .fixedContact a {
    display: block;
    border-radius: 50%;
    background: var(--color-main);
    padding: 14px;
    width: 60px;
    height: 60px;
  }
  .fixedContact a img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    text-align: center;
  }
  #nav-toggle, .close {
    display: none;
  }
  .kv {
    height: 92vh;
  }
  .kv_txt {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: auto;
    font-size: 2.375rem;
  }
  .bxslider {
    height: calc(96vh - 80px);
    min-height: 760px;
  }
  .bxslider_pic:before {
    height: 92vh;
  }
  .bxslider_pic {
    height: 92vh;
    min-height: 760px;
  }
  .bxslider_pic img {
    width: 100%;
    height: 100%;
  }
  .mainHead {
    display: flex;
    align-items: center;
    padding: 0;
    height: 10rem;
  }
  .mainHead_heading {
    margin-bottom: 0;
    margin-left: 40px;
    font-size: 2.25rem;
    text-align: left;
  }
  .mainHead_heading span {
    padding-left: 5px;
    font-size: 1rem;
  }
  .mainHead_btn {
    margin-left: 80px;
  }
  .homeNews_inner {
    display: flex;
  }
  .homeNews_heading {
    margin-top: 60px;
    width: 200px;
    font-size: 2.25rem;
  }
  .homeNews_heading::before {
    top: -52px;
    width: 35px;
    height: 35px;
  }
  .homeNews_body {
    flex-grow: 1;
    margin-left: 40px;
  }
  .homeNews_btn a:hover {
    opacity: 1;
    border: 1px solid var(--color-main);
    background-color: var(--color-white);
    color: var(--color-main-font);
  }
  .homeNews_btn a:hover::after {
    background-color: var(--color-main);
  }
  .homeBlog_heading {
    font-size: 2.25rem;
  }
  .homeBlog_heading::before {
    top: -52px;
    width: 35px;
    height: 35px;
  }
  .homeBlog_list::after {
    width: 23%;
    height: 0;
  }
  .homeBlog_list::before {
    width: 23%;
    height: 0;
  }
  .homeBlog_item {
    width: 23%;
  }
  .homeBlog_date {
    font-size: 0.8125rem;
  }
  .homeBlog_btn a:hover {
    opacity: 1;
    border: 1px solid var(--color-main);
    background-color: var(--color-white);
    color: var(--color-main-font);
  }
  .homeBlog_btn a:hover::after {
    background-color: var(--color-main);
  }
  .homeLand_heading {
    font-size: 2.25rem;
  }
  .homeLand_heading::before {
    top: -52px;
    width: 35px;
    height: 35px;
  }
  .homeLand_item {
    display: flex;
  }
  .homeLand_title {
    margin-top: 0;
    margin-right: 20px;
    width: 280px;
  }
  .homeLand_text {
    margin-top: 0;
    width: 620px;
  }
  .homeLand_btn a:hover {
    opacity: 1;
    border: 1px solid var(--color-main);
    background-color: var(--color-white);
    color: var(--color-main-font);
  }
  .homeLand_btn a:hover::after {
    background-color: var(--color-main);
  }
  .homeFeature_body {
    min-height: 50.6666666667vw;
  }
  .homeFeature_box {
    position: absolute;
    top: 0;
    left: 46%;
    padding-right: 1.875rem;
  }
  .homeFeature_heading {
    font-size: 2.25rem;
  }
  .homeFeature_pic1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40%;
  }
  .homeFeature_btn a:hover {
    opacity: 1;
    border: 1px solid var(--color-main);
    background-color: var(--color-white);
    color: var(--color-main-font);
  }
  .homeFeature_btn a:hover::after {
    background-color: var(--color-main);
  }
  .homeWorks_heading {
    font-size: 2.25rem;
  }
  .homeWorks_heading::before {
    top: -52px;
    width: 35px;
    height: 35px;
  }
  .homeWorks_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homeWorks_item {
    width: 23%;
  }
  .homeWorks_date {
    font-size: 0.8125rem;
  }
  .homeWorks_btn a:hover {
    opacity: 1;
    border: 1px solid var(--color-main);
    background-color: var(--color-white);
    color: var(--color-main-font);
  }
  .homeWorks_btn a:hover::after {
    background-color: var(--color-main);
  }
  .works_item {
    width: 23%;
  }
  .post_title {
    margin-bottom: 60px;
    padding-bottom: 40px;
    font-size: 2.125rem;
  }
  .post_heading {
    font-size: 1.875rem;
  }
  .post_body h2 {
    font-size: 1.625rem;
  }
  .post_body h3 {
    font-size: 1.375rem;
  }
  .post_body h4 {
    font-size: 1.25rem;
  }
  .post_body h5 {
    font-size: 1.125rem;
  }
  .post_body table tr td:first-child {
    border: 1px solid var(--color-gray);
    width: 25%;
  }
  .post_body table td {
    display: table-cell;
    border: 1px solid var(--color-gray);
  }
  .post_body .is-vertically-aligned-top h3 {
    margin-top: 0 !important;
  }
  .postList_link {
    font-size: 1rem;
  }
  .postList_link._prev::before {
    top: 0.5rem;
  }
  .postList_link._next::before {
    top: 0.5rem;
  }
  .entry a {
    transition: all 0.6s ease-out;
  }
  .entry a:hover {
    opacity: 0.5;
  }
  .entry_heading::before {
    height: 2.375rem;
  }
  .entry_heading {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }
  .entry_list {
    display: flex;
    flex-wrap: wrap;
  }
  .entry_item {
    width: 100%;
  }
  .article_inner {
    display: flex;
  }
  .article_content {
    padding-right: 30px;
    width: 720px;
  }
  .article_side {
    margin: 0;
    padding: 10px 0 0;
    width: 280px;
  }
  .article_side::after {
    top: -120px;
    left: 0;
    width: 1200px;
    height: calc(100% + 120px);
  }
  .side_nav {
    padding-left: 30px;
  }
  .contact {
    padding: 0;
  }
  .contact_thanks p {
    font-size: 1.5rem;
  }
  .contactTel a {
    font-size: 3.75rem;
  }
  .contactTel_tel ._tel {
    padding-left: 3.25rem;
    font-size: 3.125rem;
  }
  .contactTel_tel ._tel::before {
    top: 1.25rem;
    background-size: 2.5rem auto;
  }
  .form_heading {
    font-size: 1.625rem;
  }
  .form_list {
    display: flex;
    padding: 25px;
  }
  .form_term {
    margin-bottom: 0;
    width: auto;
    min-width: 320px;
  }
  .input_checkbox {
    width: 30px;
    height: 30px;
  }
  .input_checkbox:checked::after {
    width: 16px;
    height: 6px;
  }
  .input_label {
    padding: 5px 0 0 5px;
  }
  .input_submit {
    display: inline-block;
    padding: 24px 120px;
    width: auto;
    font-size: 1.125rem;
  }
  .input_submit._back {
    display: block;
    margin: 20px auto;
    padding: 14px 60px;
    width: auto;
  }
  .sns {
    position: static;
  }
  ._sec {
    margin-bottom: 7.5rem;
  }
  .breadcrumb {
    padding-top: 5.875rem;
    font-size: 1rem;
  }
  .breadcrumb_item {
    font-size: 0.8125rem;
  }
  .pic {
    margin: 2.5rem 0;
  }
  .wp-pagenavi a:hover {
    background: var(--color-main);
    color: var(--color-white) !important;
  }
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .header {
    padding: 1rem;
    height: 3.75rem;
  }
  .header_logo {
    height: 50px;
  }
  .main_post {
    padding: 0 30px;
  }
  .main_article {
    padding: 0 30px;
  }
  .main_page {
    padding: 0 30px;
  }
  .main_company {
    padding: 0 30px;
  }
  .headerNav {
    display: flex;
    position: fixed;
    top: 60px;
    right: -100%;
    padding-bottom: 80px;
    height: 91%;
    overflow-y: auto;
  }
  .headerNav_list {
    display: block;
  }
  .headerNav_item {
    border-bottom: 1px solid var(--color-white);
    padding: 14px;
  }
  .headerNav_item a {
    color: #fff;
  }
  .headerNav_child_list {
    display: block;
    position: relative;
    box-shadow: none;
    background: none;
    padding: 0 0 0 16px;
  }
  .headerNav ._child::after {
    display: none;
  }
  .footerNav_name {
    font-size: 1.125rem;
  }
  .footerNav_list {
    margin-right: 30px;
    margin-left: 30px;
  }
  #nav-toggle, .close {
    display: block;
    top: 20px;
    right: 10px;
  }
  #nav-toggle span {
    width: 32px;
    height: 4px;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  .kv {
    height: 58vh;
  }
  .kv_txt {
    height: 46vh;
  }
  .bxslider_pic:before {
    height: 58vh;
  }
  .bxslider_pic {
    height: 58vh;
  }
  .bxslider_pic img {
    width: auto;
    height: 100%;
  }
  .mainHead {
    display: block;
    padding: 40px 0;
    height: auto;
    text-align: left;
  }
  .mainHead_heading {
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 2.25rem;
    text-align: left;
  }
  .mainHead_btn {
    margin-left: 10px;
    width: 380px;
  }
  .homeNews_heading {
    width: 240px;
    font-size: 2rem;
  }
  .homeLand_item {
    display: flex;
  }
  .homeLand_title {
    margin-top: 0;
    margin-right: 20px;
    width: 280px;
  }
  .homeFeature_body {
    height: 60vw;
  }
  .article_content {
    padding: 0 30px;
    width: 720px;
  }
  .contact {
    padding: 0 30px;
  }
  .contactTel_tel ._tel {
    padding-left: 3.25rem;
    font-size: 2.625rem;
  }
  .contactTel_tel ._tel::before {
    top: 0.75rem;
  }
  .sns {
    position: fixed;
    top: 16px;
    right: 65px;
  }
  ._sec {
    margin-bottom: 7.5rem;
  }
  .breadcrumb {
    padding-top: 4.375rem;
  }
}
