:root {
  --color-red: #b92323;
  --color-light-yellow: #fbf7f2;
  --color-ocher: #d1c4b1;
  --color-brown: #413c3c;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
}

.zenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

.oswald {
  font-family: "Oswald", serif;
}

body {
  background-color: var(--color-light-yellow);
  overflow: auto;
  position: relative;
}

body.notScroll {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
}

.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 50px 14px 20px;
}

.header_logo {
  min-width: 288px;
  width: 24%;
}

.header_logo img {
  max-width: 288px;
  width: 100%;
}

.header_nav {
  font-weight: 600;
  display: flex;
  justify-content: right;
  width: 76%;
}

.sp_header_nav {
  display: none;
}

.header_menu {
  margin: 0 0 0 34px;
  /* margin: 0 0 0 clamp( 20px, 2.429vw, 34px); */
}

.header_link {
  color: #000;
  font-size: 16px;
  /* font-size: clamp(14px, 1.143vw, 16px); */
  position: relative;
  text-decoration: none;
}

.header_link img {
  display: none;
}

.header_link::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-red);
  bottom: -6px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.header_link:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.header_link.active::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.header_contact_link {
  border: 1px solid #b2b2b2;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  /* font-size: clamp(14px, 1.143vw, 16px); */
  padding: 4px 10px 6px;
  margin: 0 0 0 34px;
  text-decoration: none;
  transition: .2s;
}

.header_contact_link img {
  display: none;
}

.header_contact_link:hover {
  background-color: var(--color-red);
  color: #fff;
}

main {
  padding: 0 0 80px;
}

.mv {
  display: block;
  position: relative;
}

.mv_title_inner {
  background-color: rgb(255 255 255 / .9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mv_title {
  background-color: rgb(255 255 255 / .9);
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6em;
  padding: 32px 36px;
  text-align: center;
  z-index: 2;
}

.mv_slider_contents {
  margin: 78.28px 0 0;
}

.mv_slider_img {
  margin: 0 !important;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .4;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slide img {
  object-fit: cover;
  height: 69vh;
}

.prev-arrow {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.next-arrow {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.section {
  position: relative;
  padding: 80px 0 40px;
}

.news .section {
  padding: 192px 0 114px;
}

.section_title_wrapper {
  background-color: rgb(223 215 204 / .5);
  padding: 80px 0 120px;
}

.section_title {
  font-weight: 500;
  font-size: 28px;
  left: 7px;
  letter-spacing: 6px;
  margin: 0 auto 20px;
  text-align: center;
  width: 703px;
}

.section_title_sub {
  display: block;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
}

.section_title_sub.w42 {
  width: 42px;
}

.section_title_sub.w75 {
  width: 75px;
}

.section_title_sub.w104 {
  width: 108px;
}

.section_title_text,
.section_title_text02 {
  display: flex;
  justify-content: center;
  font-feature-settings: "palt";
  font-weight: 200;
  font-size: 16.4px;
  font-weight: 500;
  letter-spacing: .6px;
  line-height: 1.65;
  margin: 0 auto 60px;
  text-align: center;
}

.section_title_text span,
.section_title_text02 span {
  position: relative;
}

.section_title_text span::before,
.section_title_text span::after,
.section_title_text02 span::before,
.section_title_text02 span::after {
  border-top: 2px solid #000;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 20px;
}

.section_title_text span::before,
.section_title_text02 span::before {
  left: -30px;
}

.section_title_text span::after,
.section_title_text02 span::after {
  right: -30px;
}

.news .section_title_text {
  color: #000;
  font-size: 30px;
  margin: 0 0 20px;
  text-align: center;
  margin: 0 auto 20px;

  max-width: 1160px;
  padding: 0 80px;
  position: unset;
}

.news .section_date {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 60px;
}


.news_contents {
  margin: 0 auto 60px;
  max-width: 1160px;
  padding: 0 80px;
}

.news_contents > a:not(:first-of-type) {
  color: #000;
  text-decoration: none;
  border-top: 1px solid #e6e1dc;
  opacity: 1;
  transition: .2s;
}

.news_contents>a:hover {
  opacity: .6;
}

.news_contents>a {
  color: #000;
  text-decoration: none;
}

.news_content {
  display: flex;
  justify-content: left;
  padding: 20px 0;
}

.news_date {
  font-size: 14px;
  margin: 0 100px 0 0;
}

.news_text {
  font-size: 14px;
}

.news_arrow {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 80px;
  justify-content: end;
}

.news_arrow a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  transition: .2s;
}

.news_arrow a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.news_arrow img {
  margin: 0 10px 0 0;
  max-width: 40px;
  width: 100%;
}

.message_contents {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 80px;
}

.massage_head {
  /* font-size: 30px; */
  font-size: clamp(26px, 2.143vw, 30px);
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 50px;
  text-align: center;
}

.message_text {
  font-size: 16px;
  line-height: 38px;
  margin: 0 auto 50px;
  width: 72%;
}

.message_links {
  display: flex;
  justify-content: center;
}

.message_arrow a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  transition: .2s;
  margin: 0 40px;
}

.message_arrow a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.message_arrow img {
  margin: 0 10px 0 0;
  max-width: 40px;
  width: 100%;
}

.introduce_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  margin: -140px auto 0;
  max-width: 1160px;
  padding: 0 80px;
}

.introduce_content {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  gap: 1rem;
  background-color: #fff;
  padding: 50px 20px;
  width: 100%;
}

.introduce_content_img {
  margin: 0;
}

.introduce_content_title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

.introduce_content_title::after {
  border-bottom: 2px solid #dfd7cc;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 40px;
}

.introduce_content_head {
  color: #605748;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.introduce_content_text {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
  text-align: justify;
}

.introduce_arrow a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  transition: .2s;
}

.introduce_arrow a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.introduce_arrow img {
  margin: 0 10px 0 0;
  max-width: 40px;
  width: 100%;
}

footer {
  background-color: var(--color-brown);
  padding: 115px 0 20px;
}

.footer_links {
  display: flex;
  justify-content: center;
  padding: 0 0 50px;
}

.footer_link a {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: .2s;
}

.footer_link a:hover {
  opacity: .6;
}

.footer_link:not(:last-of-type) {
  margin: 0 30px 0 0;
}

.footer_logo {
  margin: 0 auto 40px;
  max-width: 330px;
  width: 100%;
}

.footer_copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.toTopScroll {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: 2;
}

.toTopScroll.active {
  opacity: 1;
  visibility: visible;
}

.toTopScroll img {
  max-width: 50px;
  width: 100%;
}

.show_pc {
  display: block !important;
}

.show_sp {
  display: none !important;
}

.show_flex_pc {
  display: flex !important;
}

.show_flex_sp {
  display: none !important;
}

.show_tab {
  display: none;
}

.show_flex_tab {
  display: none;
}

@media screen and (max-width: 1290px) {
  .show_tab {
    display: block;
  }

  .show_flex_tab {
    display: flex;
  }

  .header_container {
    margin: 0 auto;
    padding: 20px 0;
    width: 97%;
  }

  .header_nav {
    background-color: #fff;
    position: absolute;
    top: 90.28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: .2s;
  }

  .header_nav.active {
    opacity: 1;
    visibility: visible;
  }

  .header_link::after {
    position: unset;
    content: none;
  }

  .header_menu {
    border-top: 1px solid #c2c2c2;
    margin: 0;
  }

  .header_contact {
    border-top: 1px solid #c2c2c2;
  }

  .header_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12px 0;
    width: 90%;
  }

  .header_link img,
  .header_contact_link img {
    display: block;
    max-width: 20px;
    width: 100%;
  }

  .header_contact_link:hover {
    background-color: #fff;
    color: #000;
  }

  .header_contact_link {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin: 0 auto;
    padding: 12px 0;
    width: 90%;
  }

  .header_nav>li:last-of-type {
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
  }

  .target_inner {
    width: 40px;
    height: 30px;
    position: relative;
  }

  .sp_humberger {
    display: flex;
    justify-content: flex-end;
    width: 37%;
  }

  .target_inner_line {
    display: block;
    width: 36px;
    height: 3px;
    background: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
  }

  .target_inner_1 {
    top: 4px;
  }

  .target_inner_2 {
    top: 14px;
  }

  .target_inner_3 {
    top: 24px;
  }

  .linea {
    transform: rotate(135deg);
    top: 13px;
  }

  .lineb {
    opacity: 0;
  }

  .linec {
    transform: rotate(-135deg);
    top: 13px;
  }

  .slick-slide img {
    height: 62vh;
  }

  .mv_slider_contents {
    margin: 90.28px 0 0;
  }

  .message_text {
    width: 100%;
}
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }

  .show_sp {
    display: block !important;
  }

  .show_flex_pc {
    display: none !important;
  }

  .show_flex_sp {
    display: flex !important;
  }

  .header_logo {
    min-width: auto;
    max-width: 250px;
    width: 100%;
  }

  .header_nav {
    top: 83.64px;
  }

  .sp_humberger {
    width: 20%;
  }

  .mv_slider_contents {
    margin: 83.64px 0 0;
  }

  .slick-slide img {
    height: 110vw;
  }

  .slick-dots {
    bottom: 10px;
  }

  .prev-arrow {
    left: 10px;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
  }

  .next-arrow {
    right: 10px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  main {
    padding: 0 0 120px;
  }

  .mv_title {
    font-size: 17px;
    padding: 22px 32px;
  }

  .section {
    padding: 100px 0 20px;
  }

  #news.section {
    padding: 45px 0 0;
  }

  .section_title {
    font-size: 22px;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0 0 20px;
    letter-spacing: 6px;
    text-align: center;
    width: 100%;
  }

  .section_title_sub.w42 {
    width: 36px;
  }
  
  .section_title_sub.w75 {
    width: 66px;
  }
  
  .section_title_sub.w104 {
    width: 103.5px;
  }

  .section_title_text,
  .section_title_text02 {
    font-feature-settings: unset;
    font-size: 14px;
    position: unset;
    line-height: 1.65;
    margin: 0 0 30px;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
  }

  .news_arrow {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    width: 90%;
  }

  .news_arrow a {
    justify-content: center;
    font-size: 13px;
  }

  .news_arrow img {
    max-width: 30px;
  }

  .news_contents {
    margin: 30px auto 20px;
    padding: 0;
    width: 90%;
  }

  .news_contents>a {
    border-top: none;
  }

  .news_contents>a:last-of-type {
    border-bottom: none;
  }

  .news_date {
    margin: 0;
    font-size: 13px;
    width: 28%;
  }

  .news_text {
    font-size: 13px;
    width: 72%;
  }

  .message_contents {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }

  .massage_head {
    font-feature-settings: "palt";
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -1.14615px;
    margin: 0 0 30px;
  }

  .message_text {
    font-size: 14px;
    line-height: 32px;
    margin: 0 0 20px;
  }

  .message_links {
    flex-direction: column;
  }

  .message_links div:first-of-type {
    margin: 0 0 20px;
  }

  .message_arrow {
    display: flex;
    justify-content: flex-end;
  }

  .message_arrow a {
    justify-content: center;
    font-size: 13px;
    transition: .2s;
    margin: 0;
  }

  .section_title_wrapper {
    background-color: rgb(223 215 204 / .5);
    padding: 50px 0 20px;
  }

  .introduce_contents {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    max-width: 1160px;
    padding: 40px 0 0;
    width: 90%;
  }

  .introduce_contents > div:not(:last-of-type) {
    margin: 0 0 30px;
  }

  .introduce_content {
    padding: 30px 20px 40px;
    width: 100%;
  }

  .introduce_content_title {
    font-size: 16px;
  }

  .introduce_content_img {
    margin: 0 auto;
    max-width: 376px;
    width: 100%;
  }

  .introduce_content_head {
    font-size: 14px;
    margin: 0 0 14px;
    line-height: 23px;
    margin: 0 0 20px;
  }

  .introduce_content_title::after {
    bottom: -14px;
  }

  .introduce_content_text {
    font-size: 14px;
    line-height: 32px;
    margin: 0 0 20px;
  }

  .introduce_arrow {
    display: flex;
    justify-content: flex-end;
  }

  .introduce_arrow a {
    font-size: 13px;
    justify-content: center;
  }

  footer {
    padding: 40px 0 30px;
  }

  .footer_links {
    display: block;
    padding: 0 0 30px;
    margin: 0 auto;
    width: 90%;
  }

  .footer_link a::after {
    content: unset;
  }

  .footer_link {
    margin: 0;
  }

  .footer_link a {
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    width: 100%;
  }

  .footer_link img,
  .footer_link img {
    display: block;
    max-width: 20px;
    width: 100%;
  }

  .footer_links > li:not(:last-of-type) {
    border-bottom: 1px solid #817c7a;
  }

  .footer_link:not(:last-of-type) {
    margin: 0;
  }

  .footer_logo {
    margin: 0 auto 20px;
    max-width: 200px;
  }

  .footer_copy {
    font-size: 12px;
  }

  .toTopScroll {
    right: 10px;
    bottom: 10px;
  }
}


#posts .news_contents {
  position: relative;
}

#posts .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  text-align: center;
}

#posts .wp-pagenavi a {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0 20px;
}

#posts .wp-pagenavi a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#posts .previouspostslink {
  color: #000;
  font-size: 13px;
  order: 1;
}

#posts .pages {
  border: none;
  font-size: 14px;
  text-decoration: none;
  order: 2;
}

#posts .nextpostslink {
  color: #000;
  font-size: 13px;
  order: 3;
}

#posts .nextpostslink img {
  margin: 0 0 0 10px;
  max-width: 40px;
  width: 100%;
}

#posts .previouspostslink img {
  margin: 0 10px 0 0;
  max-width: 40px;
  transform: scale(-1, 1);
  width: 100%;
}

#post .news_arrow {
  display: flex;
}

#post .news_arrow a {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  #posts .section_title {
    margin: 0 0 6px;
  }

  #posts .section_title_text {
    margin: 0 0 50px;
  }

  #posts #news.section {
    padding: 160px 0 0;
  }

  #post #news.section {
    padding: 160px 0 0;
  }

  #posts .pages {
    font-size: 12px;
    top: -50px;
  }

  #posts .news_date {
    margin: 0 20px 0 0;
  }

  #posts .wp-pagenavi a {
    margin: 0 10px;
  }

  #posts .previouspostslink {
    margin: 0 10px 0 0 !important;
  }

  #posts .previouspostslink img {
    max-width: 40px;
  }

  #posts .nextpostslink {
    margin: 0 0 0 10px !important;
  }

  #posts .nextpostslink img {
    max-width: 40px;
  }

  #post .section_title_text {
    font-size: 22px;
    padding: 0;
    margin: 0 auto 20px;
    width: 90%;
  }

  .news .section_date {
    font-size: 16px;
    margin: 0 0 40px;
  }

  #post .news_contents {
    margin: 0 auto 30px;
  }

  #post .news_contents p {
    font-size: 14px;
    line-height: 2em;
  }

  #post .news_arrow {
    justify-content: space-evenly;
  }

  #post .news_arrow a {
    margin: 0;
  }
}

#post .news_contents h1 {
  font-size: 36px;
}

#post .news_contents h2 {
  font-size: 28px;
}

#post .news_contents h3 {
  font-size: 20px;
}

#post .news_contents h4,
#post .news_contents h5,
#post .news_contents h6 {
  font-size: 16px;
}

#post .news_contents p {
  font-size: 16px;
  line-height: 2em;
}

#post .news_contents li,
#post .news_contents a,
#post .news_contents cite,
#post .news_contents figcaption {
  font-size: 16px;
  word-break: break-all;
}

#post .news_contents th,
#post .news_contents td {
  font-size: 14px;
  border: 1px solid #000;
  padding: 2px;
}

#post .news_contents pre {
  font-size: 16px;
  line-height: 2em;
}

#post .news_contents code {
  background: #313131;
  color: #fff;
  padding: 6px 10px;
}

#post .news_contents iframe {
  width: 100%;
}



.page {
  margin: 78.28px 0 60px;
}

.page.page_02 {
  margin: 200px 0 60px;
}

.page .section_title_wrap {
  margin: 0 auto 90px;
  position: relative;
}

.page .section_title_bg {
  height: 450px;
  overflow: hidden;
}

.page.corporate .section_title_bg img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.page .section_title_bg img {
  height: 100%;
  object-fit: cover;
}

.page.recruit .section_title_bg img {
  height: 100%;
  object-fit: cover;
}

.page .section_title {
  font-size: 30px;
  border-left: unset;
  border-right: unset;
  color: #fff;
  display: flex;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  padding: 0;
  left: unset;
  letter-spacing: 6px;
  margin: 0;
  height: 75px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-shadow: 0 0 6px #222, 0 0 6px #222, 0 0 6px #222, 0 0 6px #222;
}

.page .section_title_02 {
  font-weight: 500;
  font-size: 28px;
  left: 7px;
  letter-spacing: 6px;
  margin: 0 auto 60px;
  text-align: center;
}

.page .news_arrow {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  justify-content: end;
  gap: 2rem;
}

.page_container {
  margin: 0 auto 60px;
  max-width: 1160px;
  padding: 0 80px;
}

@media screen and (max-width: 1290px) {
  .page {
    margin: 90.28px 0 60px;
  }

  .page.recruit .section_title_bg img {
    height: 100%;
  }

  .page .news_arrow {
    border-bottom: none;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .page {
    margin: 83.64px 0 60px;
  }

  .page .section_title_wrap {
    margin: 0 auto 50px;
  }

  .page .section_title_bg {
    height: 350px;
  }

  .page .section_title {
    margin: 0 auto;
    height: auto;
    width: 90%;
  }

  .page.page_02 {
    margin: 140px 0 0;
  }

  .page .section_title_02 {
    margin: 0 auto 30px;
  }

  .page_container {
    margin: 0 auto 60px;
    padding: 0;
    width: 90%;
  }
}

.corporate_head {
  font-size: 20px;
  margin: 0 0 10px;
}

.corporate_text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0 0 90px;
  text-align: center;
}

.corporate_content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}

.corporate_table {
  background-color: #fff;
  width: 70%;
}

.corporate_table_head {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 6px;
  width: 30%;
}

.corporate_table tr {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  width: 100%;
}

.corporate_table th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 16px;
  text-align: left;
  width: 35%;
}

.corporate_table td {
  font-size: 14px;
  padding: 10px 16px;
  text-align: left;
  width: 75%;
}

.education_content .corporate_table tr {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.education_content .corporate_table th {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  text-align: left;
  width: 28%;
}

.education_content .corporate_table td {
  font-size: 14px;
  padding: 10px 0;
  text-align: right;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .corporate_text {
    text-align: justify;
    margin: 0 auto 50px;
    width: 90%;
  }

  .corporate_content {
    flex-direction: column;
  }

  .corporate_table {
    width: 100%;
  }

  .corporate_table_head {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
  }

  .corporate_table tr {
    flex-direction: column;
  }

  .corporate_table th {
    padding: 20px 15px 0;
    line-height: 26px;
    width: 100%;
  }

  .corporate_table td {
    padding: 5px 15px 20px;
    line-height: 26px;
    width: 100%;
  }

  .education_content .corporate_table th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }

  .education_content .corporate_table td {
    padding: 5px 15px 20px;
    line-height: normal;
    text-align: left;
    width: 100%;
  }
}

.komeda_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 70px;
}

.page_content {
  width: 52%;
}

.twitterWrap {
  max-height: 600px;
  overflow-y: scroll;
  width: 44%;
}

.shion_img {
  width: 44%;
}

.pachinko .news_arrow {
  display: flex;
  margin: 0 0 90px;
  max-width: 100%;
  padding: 0;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .komeda_contents {
    flex-direction: column;
    margin: 0 0 50px;
  }

  .page_content {
    margin: 0 0 20px;
    width: 100%;
  }

  .twitterWrap {
    width: 100%;
  }

  .shion_img {
    width: 100%;
  }

  .pachinko .news_arrow {
    border-bottom: none;
    justify-content: center;
    margin: 0 0 50px;
  }
}

.komeda_head,
.education_head {
  font-size: 28px;
  font-weight: normal;
  text-underline-offset: 12px;
  padding: 0 0 26px;
}

.komeda_text {
  font-size: 14px;
  margin: 0 0 60px;
}

.nagominoyu_contents_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.nagominoyu_content {
  background-color: #fff;
  width: 30%;
}

.nagominoyu_head {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 10px;
}

.nagominoyu_img {
  margin: 0 0 10px;
}

.nagominoyu_text {
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px 10px;
  text-align: justify;
}

.torecruit.news_arrow {
  display: flex;
  margin: 0 auto 90px;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .nagominoyu_contents_inner {
    margin: 0;
    flex-direction: column;
  }

  .nagominoyu_content {
    margin: 0 0 50px;
    width: 100%;
  }

  .torecruit.news_arrow {
    border-bottom: none;
    margin: 0 auto 50px;
    padding: 0;
    width: 90%;
  }
}

.education_text {
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0 0 90px;
  text-align: center;
}

.education_title {
  font-size: 14px;
  margin: 0 0 20px;
}

.education_contents {
  margin: 0 auto 180px;
}

.education_content {
  display: flex;
  justify-content: space-between;
}

.education_head {
  width: 30%;
}

.education_items {
  width: 70%;
}

.education_caption {
  font-size: 14px;
  margin: 0 0 10px;
}

.table_list span {
  margin: 0 20px 0 0;
}

.education_arrow {
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  position: relative;
  transition: .2s;
}

.education_arrow:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.education_arrow img {
  margin: 0 10px 2px 0;
  max-width: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .education_title {
    margin: 0 0 10px;
    width: 100%;
  }

  .education_contents {
    margin: 0 auto 100px;
  }

  .education_content {
    flex-direction: column;
  }

  .education_head {
    text-align: center;
    width: 100%;
  }

  .education_items {
    width: 100%;
  }

  .table_list {
    display: flex;
    flex-direction: column;
  }
}

.recruit_table {
  background-color: #fff;
  margin: 0 0 40px;
  width: 100%;
}

.recruit_contents {
  margin: 0 0 90px;
}

.recruit_contents .news_arrow {
  display: flex;
  margin: 0 0 90px;
  max-width: 100%;
  padding: 0;
  justify-content: flex-end;
  width: 100%;
}

.recruit_head {
  background-color: #f1f1f1;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}

.recruit_table tr {
  display: flex;
  border-bottom: 1px solid #d1d1d1;
}

.recruit_table th {
  font-size: 14px;
  text-align: left;
  padding: 10px 16px;
  line-height: 26px;
  width: 40%;
}

.recruit_table td {
  font-size: 14px;
  text-align: left;
  padding: 10px 16px;
  line-height: 26px;
  width: 60%;
}

.recruit_text {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 50px;
  text-align: center;
}

.color_red {
  color: #d73f1d;
}

@media screen and (max-width: 768px) {
  .recruit_table tr {
    flex-direction: column;
  }

  .recruit_head {
    font-size: 16px;
    margin: 0;
    padding: 10px;
  }

  .recruit_table th {
    padding: 20px 15px 0;
    line-height: 26px;
    width: 100%;
  }

  .recruit_table td {
    padding: 5px 15px 20px;
    line-height: 26px;
    width: 100%;
  }

  .recruit_text {
    font-size: 16px;
    margin: 0 0 40px;
    text-align: left;
  }

  .recruit_contents .news_arrow {
    border-bottom: none;
    justify-content: center;
    margin: 0 0 50px;
  }
}

.sitemap_contents {
  display: flex;
  justify-content: center;
}

.sitemap_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitemap_content::after{
  content: "";
  display: block;
  width: 26%;
}

.sitemap_link {
  margin: 0 0 20px;
  width: 26%;
}

.sitemap_link a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.sitemap_link a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sitemap_link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .sitemap_contents {
    justify-content: start;
  }

  .sitemap_content {
    flex-direction: column;
  }

  .sitemap_link {
    margin: 0 0 20px 16px;
    width: 100%;
  }
}

.privacy_head {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px;
}

.privacy_text {
  font-size: 14px;
  margin: 0 0 50px;
  line-height: 1.8em;
}

.contact_form {
  font-size: 16px;
}

.wpcf7-form p {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: start;
  padding: 10px 0;
}

.label_title {
  background-color: #fff;
  color: #000;
  display: flex;
  font-size: 13px;
  align-items: center;
  width: 20%;
}

.wpcf7-list-item-label {
  font-size: 13px;
}

.date_lists {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.address_input {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}

.wpcf7-form-control-wrap {
  display: flex;
  font-size: 13px;
  align-items: center;
  width: 80%;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input[type="email"] {
  background-color: #ececec;
  border-radius: 4px;
  padding: 10px 8px;
  margin: 0 0 0 6px;
  width: 100%;
}

.wpcf7-form-control-wrap select {
  background-color: #ececec;
  border-radius: 4px;
  text-align: left;
  padding: 10px 40px;
  margin: 0 6px 0;
}

.address_contents {
  margin: 0 0 0 6px;
  width: 80%;
}

.address_input {
  width: 100%;
}

.mail_input,
.tel_input {
  display: flex;
  font-size: 13px;
  flex-direction: column;
  margin: 0 0 0 6px;
  width: 80%;
}

.tel_input input,
.mail_input input {
  margin: 0 !important;
}

.address_input .wpcf7-form-control-wrap,
.tel_input .wpcf7-form-control-wrap,
.mail_input .wpcf7-form-control-wrap {
  width: 100%;
}

.tel_input input,
.mail_input input {
  width: 100% !important;
}

.address_contents .wpcf7-form-control-wrap {
  width: 100%;
}

.address_head {
  width: 25%;
}

.address_contents input {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: .8em !important;
  position: absolute;
  right: 0;
  pointer-events: none;
}

.address_input_01 {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  width: 50%;
}

.address_input_01 .address_head {
  width: 6%;
}

.address_input_01 .wpcf7-form-control-wrap {
  width: 40%;
}

.address_input_02 {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  width: 100%;
}

.address_input_02 input {
  width: 30% !important;
}

.wpcf7-form {
  background-color: #fff;
  padding: 30px;
}

.wpcf7-submit {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  transition: .2s;
}

.wpcf7-form>p:last-of-type {
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.submit_img {
  margin: 0 10px 0 0;
  max-width: 40px;
  width: 100%;
}

.wpcf7-submit:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mail_input .wpcf7-form-control-wrap {
  margin: 6px 0;
}

.required {
  position: relative;
}

.required::after {
  position: absolute;
  color: #d73f1d;
  content: "※必須";
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  main.contact {
    padding: 0;
  }

  .label_title {
    margin: 10px 0;
    width: 100%;
  }

  .wpcf7-form {
    background-color: #fff;
    padding: 20px;
  }

  .wpcf7-form p {
    flex-direction: column;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
  }

  .address_input {
    flex-direction: column;
    align-items: start;
  }

  .address_input_02 {
    flex-direction: column;
    align-items: start;
  }

  .address_head {
    width: 100%;
  }

  .address_input_02 input {
    width: 100% !important;
  }

  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap textarea,
  .wpcf7-form-control-wrap input[type="email"] {
    margin: 0;
    width: 100%;
  }

  .address_contents {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .date_lists .wpcf7-form-control-wrap {
    width: auto;
  }

  .mail_input,
  .tel_input {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .address_input_01 {
    width: 100%;
  }

  .wpcf7-form>p:last-of-type {
    flex-direction: unset;
  }

  .wpcf7-spinner {
    visibility: hidden;
    display: block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 !important;
    position: relative;
  }

  .wpcf7-radio {
    line-height: 2em;
  }
}

@media screen and (max-width: 500px) {
  .date_lists {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}


td.sns {
  display: flex;
  gap: 10px;
  align-items: center;
}

td.sns img {
  max-width: 30px;
}

td.sns .p_logo {
  max-width: 88px;
}
