@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}
.editor-styles-wrapper .alignfull {
  width: auto !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}
.editor-styles-wrapper .alignfull > * {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
@import "bootstrap/variables";
@import "bootstrap/responsive-visibility";
@import "bootstrap/responsive-utilities";
*/
html {
  font-size: 16px;
  scroll-padding-top: 132px;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

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

a {
  color: #3957b5;
}

a:hover, a:active, a:focus {
  color: #3957b5;
}

/* Header
---------------------*/
#header {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  background: #fff;
  text-align: center;
}
@media (max-width: 1450px) {
  #header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 930px) {
  #header {
    display: none;
  }
}
@media (max-width: 499px) {
  #header {
    height: 80px;
    display: none;
  }
}
#header .header-container {
  max-width: 1410px;
  display: inline-block;
  width: 100%;
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: relative;
}
#header .header-inner .logo-wrap {
  min-width: 250px;
}
#header .header-inner .logo-wrap .logo {
  line-height: 1;
  text-align: center;
}
@media (max-width: 499px) {
  #header .header-inner .logo-wrap .logo {
    width: 50%;
    margin: 0 auto;
  }
}
#header .header-inner .logo-wrap .logo a {
  color: #222;
  font-size: 35px;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 1px;
}
#header .header-inner .logo-wrap .logo img {
  width: 358px;
}
#header .header-inner .logo-wrap .logo img.white-logo {
  display: block;
}
#header .header-inner .logo-wrap .logo img.black-logo {
  display: none;
}
#header .header-inner #primary-nav {
  margin-left: auto;
}
#header .header-inner #primary-nav ul {
  display: flex;
  justify-content: right;
  background-repeat: no-repeat;
}
#header .header-inner #primary-nav ul li {
  flex-grow: 1;
  height: 70px;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
#header .header-inner #primary-nav ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 1300px) {
  #header .header-inner #primary-nav ul li a {
    font-size: 15px;
    padding: 0 8px;
  }
}
@media (max-width: 1100px) {
  #header .header-inner #primary-nav ul li a {
    font-size: 13px;
    padding: 0 4px;
  }
}
#header .header-inner #primary-nav ul li a:hover {
  opacity: 0.9;
  color: #d90000;
}
#header .header-inner #primary-nav .sub-menu-active > .sub-menu {
  display: block;
}
#header .header-inner #primary-nav li.contact-btn {
  background: #d90000;
  border-radius: 8px;
}
#header .header-inner #primary-nav li.contact-btn a {
  font-size: 15px;
  color: #fff;
  position: relative;
}
#header .header-inner #primary-nav li.contact-btn a:after {
  content: "";
  background-image: url("../img/contact_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-left: 10px;
}
#header .header-inner #primary-nav li.contact-btn a:hover {
  color: #fff;
  opacity: 0.5;
}
#header .header-inner .sub-menu-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
#header .header-inner .sub-menu-more .down-arrow {
  position: relative;
}
#header .header-inner .sub-menu-more .down-arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
  display: none;
}
#header .header-inner #primary-nav ul li.hover-none > a:hover {
  opacity: 1;
  color: #333333;
}
#header .header-inner li.recruit-btn {
  position: relative;
}
#header .header-inner li.recruit-btn .sub-menu-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
#header .header-inner li.recruit-btn .sub-menu-more .down-arrow {
  position: relative;
}
#header .header-inner li.recruit-btn .sub-menu-more .down-arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
  display: none;
}
#header .header-inner #primary-nav2 {
  margin-left: 14px;
}
@media (max-width: 1300px) {
  #header .header-inner #primary-nav2 {
    margin-left: 10px;
  }
}
#header .header-inner #primary-nav2 ul {
  display: flex;
  align-items: center;
}
#header .header-inner #primary-nav2 ul li {
  margin-left: 8px;
}
@media (max-width: 1300px) {
  #header .header-inner #primary-nav2 ul li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  #header .header-inner #primary-nav2 ul li {
    margin-left: 5px;
  }
}
#header .header-inner #primary-nav2 ul li a {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  background: #47494e;
  color: #ffffff;
  white-space: normal;
  text-decoration: none;
  line-height: 1.4;
  height: 62px;
}
#header .header-inner #primary-nav2 ul li a:hover {
  opacity: 0.7;
}
#header .header-inner #primary-nav2 li.contact-btn a {
  background: #d90000;
}
@media (max-width: 1300px) {
  #header .header-inner #primary-nav2 li.contact-btn a {
    font-size: 14px;
    padding: 0 16px;
  }
}
@media (max-width: 1100px) {
  #header .header-inner #primary-nav2 li.contact-btn a {
    font-size: 13px;
    padding: 0 6px;
  }
}
#header .header-inner #primary-nav2 li.download-btn a {
  background: #47494e;
}
@media (max-width: 1300px) {
  #header .header-inner #primary-nav2 li.download-btn a {
    font-size: 14px;
    padding: 0 16px;
  }
}
@media (max-width: 1100px) {
  #header .header-inner #primary-nav2 li.download-btn a {
    font-size: 13px;
    padding: 0 8px;
  }
}

#header.change-color {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}
#header.change-color .header-inner {
  height: 90px;
}
#header.change-color .logo-wrap .logo img.white-logo {
  display: none;
}
#header.change-color .logo-wrap .logo img.black-logo {
  display: block;
}
#header.change-color #primary-nav {
  margin-left: auto;
  margin-top: 0;
}

#header .menu-item-has-children:hover .sub-menu {
  transition: 1s;
}
#header .menu-item-has-children {
  position: relative;
}
#header .header-inner #primary-nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  padding: 0;
}
#header .header-inner #primary-nav ul.sub-menu li {
  background: white;
  border-radius: 4px;
}
#header .header-inner #primary-nav ul.sub-menu li ul.sub-menu li a {
  text-indent: 1em;
  font-size: 15px;
}
#header .header-inner #primary-nav ul.sub-menu li ul.sub-menu li:last-child {
  border-radius: 0 0 6px 6px;
}
#header .header-inner #primary-nav ul.sub-menu li {
  height: 50px;
  text-align: left;
  border-radius: 0;
}
#header .header-inner #primary-nav ul.sub-menu li:first-child a {
  border-top: 0;
}
#header .header-inner #primary-nav ul.sub-menu li:last-child {
  border-radius: 0 0 4px 4px;
}
#header .header-inner #primary-nav ul.sub-menu li a {
  font-size: 13px;
  border-top: 1px solid #efefef;
  justify-content: left;
  padding: 0 9px;
}
@media (max-width: 1199px) {
  #header .header-inner #primary-nav ul.sub-menu li a {
    font-size: 13px;
  }
}
#header li.sub-menu-active ul.sub-menu li ul.sub-menu {
  display: block !important;
}

@media (min-width: 930px) {
  #header .header-inner #primary-nav li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
}
.admin-bar #header {
  top: 32px;
}
.admin-bar #header.change-color {
  top: 32px;
}
.admin-bar #header.change-color .header-inner #primary-nav {
  margin-top: 0;
}
.admin-bar #header.change-color .header-inner .logo-wrap {
  margin-top: 0;
}
.admin-bar #featured {
  padding-top: 60.666667%;
  display: none;
}

.page-template-homepage #header {
  background-color: rgba(241, 234, 228, 0);
  transition: all 0.3s;
  background: #fff;
}
.page-template-homepage #header .header-inner .logo-wrap .logo img.white-logo {
  display: block;
}
.page-template-homepage #header .header-inner .logo-wrap .logo img.black-logo {
  display: none;
}

.page-template-homepage #header.change-color {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #fff;
  transition: all 0.3s;
  z-index: 99999;
}
.page-template-homepage #header.change-color .header-inner .logo-wrap .logo img.white-logo {
  display: none;
}
.page-template-homepage #header.change-color .header-inner .logo-wrap .logo img.black-logo {
  display: block;
}
.page-template-homepage #header.change-color #primary-nav ul li a {
  color: #333333;
  letter-spacing: 0.05em;
}
.page-template-homepage #header.change-color #primary-nav ul li a:hover {
  opacity: 0.9;
  color: #d90000;
}
.page-template-homepage #header.change-color #primary-nav ul li.contact-btn a {
  color: #fff;
  letter-spacing: 0.05em;
}

#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap {
  background-color: rgba(241, 234, 228, 0);
}
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap h1.logo .logo-black {
  display: none;
}
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap .menu-btn span,
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap .menu-btn span:before,
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap .menu-btn span:after {
  background-color: #333333;
}
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap .menu-btn:after {
  color: #333333;
}
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap #menu-btn-check:checked ~ .menu-btn span::before {
  background-color: #333333;
}
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap #menu-btn-check:checked ~ .menu-btn span::after {
  background-color: #333333;
}
#header .header-inner .logo-wrap .logo img .page-template-homepage #xsnav-wrap #menu-btn-check:checked ~ .menu-btn:after {
  color: #333333;
}

.page-template-homepage #xsnav-wrap.change-color {
  background: #fff;
  transition: all 0.3s;
}
.page-template-homepage #xsnav-wrap.change-color h1.logo {
  opacity: 1;
  transition: all 0.3s;
}
.page-template-homepage #xsnav-wrap.change-color h1.logo .logo-black {
  display: block;
}
.page-template-homepage #xsnav-wrap.change-color h1.logo .logo-white {
  display: none;
}

#xsnav-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
}
@media screen and (min-width: 930px) {
  #xsnav-wrap {
    display: none;
  }
}
#xsnav-wrap h1.logo {
  margin-left: 10px;
}
#xsnav-wrap h1.logo img {
  max-height: 20px;
  width: auto;
}
#xsnav-wrap h1.logo .logo-black {
  display: none;
}
#xsnav-wrap .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: all 0.3s;
  background: #d90000;
}
#xsnav-wrap .menu-btn span,
#xsnav-wrap .menu-btn span:before,
#xsnav-wrap .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 37px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s;
}
#xsnav-wrap .menu-btn span:before {
  bottom: 12px;
}
#xsnav-wrap .menu-btn span:after {
  top: 12px;
}
@media screen and (max-width: 930px) {
  #xsnav-wrap .menu-btn {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 930px) {
  #xsnav-wrap .menu-btn {
    display: none;
  }
}
#xsnav-wrap #menu-btn-check {
  display: none;
}
#xsnav-wrap #menu-btn-check:checked ~ .menu-btn {
  border-radius: 0 0 0 0;
}
#xsnav-wrap #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(238, 241, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#xsnav-wrap #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#xsnav-wrap #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#xsnav-wrap #menu-btn-check:checked ~ .xsnav-content {
  transform: translateX(0);
}
#xsnav-wrap .xsnav-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 80;
}
@media (min-width: 500px) {
  #xsnav-wrap .xsnav-content {
    width: 345px;
  }
}
#xsnav-wrap .xsnav-content .xsnav-content-inner {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  overflow-y: auto;
  background-color: #fff3e1;
  background-color: #d90000;
  padding: 0 20px;
  padding-top: 16px;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav {
  background: #fff;
  padding: 16px;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li {
  border-bottom: 1px solid #efefef;
  list-style: none;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li:last-child {
  border: none;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li a {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 550px) {
  #xsnav-wrap .xsnav-content .xsnav-content-inner nav li a {
    font-size: 20px;
  }
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li a small {
  display: none;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li a span {
  font-size: 16px;
  padding-left: 30px;
  letter-spacing: 1px;
  color: #FFB587;
  vertical-align: middle;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li ul.sub-menu li {
  border-bottom: 0;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li ul.sub-menu li:last-child {
  margin-bottom: 10px;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li ul.sub-menu li a {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  padding: 11px 0 11px 20px;
  color: #333333;
}
#xsnav-wrap .xsnav-content .xsnav-content-inner nav li ul.sub-menu li a .font-english {
  font-size: 12px;
  color: #75624e;
  opacity: 0.5;
}
#xsnav-wrap .xsnav-content .sub-menu-active > .sub-menu {
  display: block;
}
#xsnav-wrap .xsnav-content .sns-area {
  background: #fff;
  height: 60px;
  display: flex;
  display: none;
}
#xsnav-wrap .xsnav-content .sns-area a {
  width: 50%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > a {
  padding: 12px 30px;
  position: relative;
  font-size: 16px;
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #d90000;
  border-right: solid 2px #d90000;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu {
  padding-left: 27px;
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu > li > a {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d90000;
  border-radius: 20px;
  position: absolute;
  left: 6px;
  top: 20px;
  transform: rotate(0);
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu > li > ul.sub-menu {
  padding-left: 32px;
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -2px;
  transform: rotate(0);
}
#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  padding-left: 32px;
}

#xsnav-wrap nav > ul > li.menu-item-has-children > a > a.sub-menu-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  width: 30px;
  right: 0;
  left: auto;
}

li.li-list-style-none {
  padding-left: 15px;
}
li.li-list-style-none a:before {
  display: none;
}

#xsnav-wrap .xsnav-content-inner > nav > ul > li > ul.sub-menu {
  display: none;
}

.xsnav-content .sub-menu-more {
  pointer-events: auto;
}
.xsnav-content .sub-menu-more .down-arrow:before {
  content: "";
  width: 2px;
  height: 20px;
  background: #cbcbcb;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  right: 9px;
}
.xsnav-content .sub-menu-more .down-arrow:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #cbcbcb;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1px;
  right: 0;
}
.xsnav-content .sub-menu-active .sub-menu-more .down-arrow {
  position: relative;
  width: 100%;
}
.xsnav-content .sub-menu-active .sub-menu-more .down-arrow:before {
  content: "";
  width: 2px;
  height: 0;
  background: #cbcbcb;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  right: 9px;
  transition: 0.5s;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > .sub-menu-more {
  position: absolute;
  top: 28px;
  right: 0px;
  transform: translateY(-50%);
  width: 50px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #efefef;
}
@media (max-width: 550px) {
  .menu-item-has-children > .sub-menu-more {
    top: 26px;
    height: 51px;
  }
}
.menu-item-has-children > .sub-menu-more .down-arrow {
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.menu-item-has-children > .sub-menu-more .down-arrow::before, .menu-item-has-children > .sub-menu-more .down-arrow::after {
  content: "";
  position: absolute;
  background-color: #333;
}
.menu-item-has-children > .sub-menu-more .down-arrow::before {
  width: 2px;
  height: 12px;
  left: 50%;
  top: 13px;
  transform: translateX(-50%);
}
.menu-item-has-children > .sub-menu-more .down-arrow::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.menu-item-has-children.sub-menu-active .down-arrow::before {
  height: 0;
}

.menu-item-has-children.sub-menu-active > .sub-menu {
  display: block;
}

.xsnav-content-cta {
  width: 100%;
  display: none;
}
.xsnav-content-cta ul {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
  display: none;
}
.xsnav-content-cta ul li {
  justify-content: center;
  align-items: end;
  display: flex;
  min-width: 68px;
  padding-bottom: 5px;
}
.xsnav-content-cta ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
.xsnav-content-cta ul li.recruit-btn {
  background: #e95835;
}
.xsnav-content-cta ul li.recruit-btn a {
  position: relative;
}
.xsnav-content-cta ul li.recruit-btn a:before {
  content: "";
  background-image: url(../img/icon_recruit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 21px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: -27px;
}
.xsnav-content-cta ul li.contact-btn {
  background: #d90000;
}
.xsnav-content-cta ul li.contact-btn a {
  position: relative;
}
.xsnav-content-cta ul li.contact-btn a:before {
  content: "";
  background-image: url("../img/icon_contact.png?24022103");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -29px;
}

.admin-bar #xsnav-wrap {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #xsnav-wrap {
    top: 46px;
  }
}
.admin-bar #xsnav-wrap .menu-btn, .admin-bar #xsnav-wrap .xsnav-content {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #xsnav-wrap .menu-btn, .admin-bar #xsnav-wrap .xsnav-content {
    top: 46px;
  }
}

.page-template-default #xsnav-wrap {
  background: #fff;
}
.page-template-default #xsnav-wrap h1.logo .logo-black {
  display: block;
}
.page-template-default #xsnav-wrap h1.logo .logo-white {
  display: none;
}

.post-type-archive-works #xsnav-wrap.change-color {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
.post-type-archive-works #xsnav-wrap.change-color h1.logo {
  opacity: 1;
  transition: all 0.3s;
}
.post-type-archive-works #xsnav-wrap.change-color h1.logo .logo-black {
  display: block;
}
.post-type-archive-works #xsnav-wrap.change-color h1.logo .logo-white {
  display: none;
}

.post-type-archive-works #xsnav-wrap {
  background-color: rgba(255, 255, 255, 0.9);
}
.post-type-archive-works #xsnav-wrap h1.logo .logo-black {
  display: block;
}

/* Totop TOPへ戻るボタン
---------------------*/
.totop {
  position: fixed;
  bottom: 50px;
  right: 60px;
  z-index: 2;
  width: 56px;
  height: 56px;
}
.totop a {
  padding: 0 0 0 16px;
  color: #d90000;
  text-decoration: none;
  font-size: 15px;
}
.totop a:before,
.totop a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.totop a:before {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #fff;
}
.totop a:after {
  top: 4px;
  left: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6b6b6b;
  border-right: 2px solid #6b6b6b;
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .totop {
    display: none;
  }
}

.totop {
  right: 0;
  bottom: 0;
}
.totop a:before {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: #d90000;
}
.totop a:after {
  left: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.totop a:hover:after {
  opacity: 0.7;
  transition: 0.5s;
}

/* Footer
---------------------*/
#footer {
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media (min-width: 1200px) {
  #footer .container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 1140px !important;
  }
}
@media (min-width: 1100px) {
  #footer .container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 1023px;
  }
}
#footer .footer-cta {
  padding-top: 54px;
  padding-bottom: 54px;
  width: 100%;
  background: linear-gradient(186deg, #eaeaea 50%, #f5f5f5 50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
#footer .footer-cta .f-container {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 991px) {
  #footer .footer-cta .f-container {
    display: block;
    margin-bottom: 0;
  }
}
#footer .footer-cta .f-container .f-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px 46px;
}
@media (max-width: 991px) {
  #footer .footer-cta .f-container .f-item {
    width: 100%;
    margin-bottom: 0;
    padding: 30px 20px;
  }
}
#footer .footer-cta .f-container .f-item:last-child .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link {
  background: #47494e;
}
#footer .footer-cta .en {
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 30px;
}
#footer .footer-cta h2.wp-block-heading {
  font-size: 22px;
  color: #47494e;
  margin-bottom: 70px;
  letter-spacing: 0.06em;
  position: relative;
}
#footer .footer-cta h2.wp-block-heading:before {
  content: "";
  height: 3px;
  width: 80px;
  background: #d90000;
  position: absolute;
  left: 0;
  bottom: -34px;
}
#footer .footer-cta h2.wp-block-heading:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #47494e;
  position: absolute;
  left: 0;
  bottom: -34px;
}
#footer .footer-cta .sub-text {
  text-align: center;
  font-size: 14px;
  color: #949494;
}
#footer .footer-cta .f-cta-container {
  display: flex;
  justify-content: center;
  justify-content: space-around;
  max-width: 100%;
}
@media (max-width: 991px) {
  #footer .footer-cta .f-cta-container {
    display: block;
  }
}
#footer .footer-cta .f-cta-container .f-cta-item {
  width: calc(50% - 15px);
  justify-content: center;
  display: flex;
}
@media (max-width: 991px) {
  #footer .footer-cta .f-cta-container .f-cta-item {
    width: 100%;
  }
}
#footer .footer-cta .wp-block-buttons {
  margin: 40px 0 20px 0;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button {
  width: 100%;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button {
    width: 100%;
  }
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link {
  background: #d90000;
  width: 430px;
  padding: 0;
  min-height: 90px;
  text-align: center;
  width: 100%;
  padding: 0 60px;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link:hover {
  opacity: 0.7;
  background: #f0f9ff;
  background: #d90000;
  transition: 0.3s;
  color: #fff;
}
@media (max-width: 1199px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link {
    padding: 0 30px;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link {
    padding: 0 10px;
  }
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link:after {
  background: #d90000;
  display: none;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button:after {
  display: none;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button .btn-sub {
  font-size: 15px;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link.btn-mail {
  position: relative;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link.btn-mail::before {
  content: "";
  background-image: url("../img/mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 17px;
  position: static;
  margin-top: 2px;
  margin-right: 10px;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link.btn-tel {
  position: relative;
  font-family: oswald;
  font-size: 28px;
  font-weight: 500;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link.btn-tel::before {
  content: "";
  background-image: url("../img/tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 24px;
  position: static;
  margin-top: 4px;
  margin-right: 6px;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link.btn-download {
  position: relative;
}
@media (max-width: 1199px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link.btn-download {
    font-size: 20px;
  }
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button a.wp-block-button__link.btn-download::before {
  content: "";
  background-image: url("../img/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 21px;
  position: static;
  margin-top: 4px;
  margin-right: 6px;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-tel {
  position: relative;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-tel:before {
  content: "お急ぎの場合はお電話にてご連絡ください。";
  position: absolute;
  font-size: 12px;
  letter-spacing: 0em;
  color: #fff;
  left: 50%;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-tel a.wp-block-button__link {
  font-size: 37px;
  font-weight: bold;
  color: #e95835;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1199px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-tel a.wp-block-button__link {
    font-size: 28px;
  }
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-tel a.wp-block-button__link .tel-num {
  position: relative;
  padding-left: 50px;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-tel a.wp-block-button__link .tel-num:before {
  content: "";
  background-image: url("../img/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-tel .tel-text {
  font-size: 12px;
  text-align: center;
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-contact a.wp-block-button__link {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-contact a.wp-block-button__link {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-contact a.wp-block-button__link {
    font-size: 18px;
  }
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-contact a.wp-block-button__link span {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 499px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-contact a.wp-block-button__link span {
    padding-left: 42px;
  }
}
#footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-contact a.wp-block-button__link span:before {
  content: "";
  background-image: url("../img/icon_contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 33px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 499px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.btn-contact a.wp-block-button__link span:before {
    width: 34px;
    height: 25px;
  }
}
@media (min-width: 500px) {
  #footer .footer-cta .wp-block-buttons.is-layout-flex .wp-block-button.tel-button a {
    pointer-events: none;
  }
}
#footer .footer-content {
  background: #f5f5f5;
}
#footer .footer-content .f-container {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 2;
}
@media (max-width: 991px) {
  #footer .footer-content .f-container {
    margin-top: 26px;
  }
}
@media (max-width: 930px) {
  #footer .footer-content .f-container {
    display: block;
  }
}
@media (max-width: 499px) {
  #footer .footer-content .f-container {
    margin-top: 26px;
  }
}
#footer .footer-content .f-container .f-item:first-child {
  width: 33%;
}
@media (max-width: 930px) {
  #footer .footer-content .f-container .f-item:first-child {
    width: 100%;
  }
}
#footer .footer-content .f-container .f-item:last-child {
  width: 67%;
}
@media (max-width: 930px) {
  #footer .footer-content .f-container .f-item:last-child {
    display: none;
  }
}
#footer .footer-content .f-container .f-item:last-child ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li {
  position: relative;
  line-height: 2.3;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #d90000;
  border-right: solid 2px #d90000;
  position: absolute;
  left: 0;
  top: 50%;
  top: 21px;
  margin-top: -5px;
  transform: rotate(45deg);
  display: none;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li a {
  color: #333333;
  font-size: 16px;
  padding-left: 20px;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li a:hover {
  opacity: 0.5;
  color: #d90000;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li.hover-none a:hover {
  opacity: 1;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li > ul.sub-menu {
  padding-left: 20px;
  margin-bottom: 20px;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li > ul.sub-menu li {
  position: relative;
  line-height: 2.3;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li > ul.sub-menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d90000;
  border-radius: 20px;
  position: absolute;
  left: 6px;
  top: 19px;
  margin-top: -3px;
  transform: rotate(0);
  display: block;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li > ul.sub-menu li > a {
  font-size: 12px;
}
#footer .footer-content .f-container .f-item:last-child ul.menu li > ul.sub-menu li > a:hover {
  opacity: 0.5;
}
#footer .footer-content .f-container #footer_menu:last-child ul {
  margin-right: 0;
}
#footer .footer-wrap .company-name {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 19px;
  display: flex;
  align-items: center;
}
#footer .footer-wrap .company-info {
  font-size: 16px;
  line-height: 2;
}
#footer .footer-wrap a {
  text-decoration: none;
}
@media (max-width: 499px) {
  #footer .footer-wrap a {
    font-size: 18px;
  }
}
#footer .footer-wrap a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
#footer .footer-wrap .p-e-none {
  pointer-events: none;
  font-size: 16px;
}
#footer .f-container.company-info {
  font-size: 14px;
}
@media (max-width: 1199px) {
  #footer .f-container.company-info {
    display: block;
  }
}
#footer .f-container.company-info .f-item {
  width: 33.33%;
}
@media (max-width: 1199px) {
  #footer .f-container.company-info .f-item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #footer .f-container.company-info .f-item:first-child {
    margin-bottom: 30px;
  }
}
#footer .f-info-container {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1150px) {
  #footer .f-info-container {
    max-width: 320px;
  }
}
#footer .f-info-container .f-info-item:first-child {
  width: 64%;
}
#footer .f-info-container .f-info-item:last-child {
  width: 33%;
  width: calc(33% - 10px); /* gap 分を引いた幅 */
}
#footer .fb-banner-container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 横と縦の間隔を統一 */
}
@media screen and (max-width: 1150px) {
  #footer .fb-banner-container {
    max-width: 320px;
  }
}
@media screen and (max-width: 990px) {
  #footer .fb-banner-container {
    max-width: 100%;
  }
}
#footer .fb-banner-container .fb-item {
  width: calc(33.33% - 10px); /* gap 分を引いた幅 */
  display: block;
}
#footer .fb-banner-container .fb-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
#footer #primary-nav {
  margin-bottom: 40px;
}
@media (max-width: 499px) {
  #footer #primary-nav {
    display: none;
  }
}
#footer #primary-nav ul {
  justify-content: right;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  #footer #primary-nav ul {
    justify-content: left;
  }
}
#footer #primary-nav ul li {
  white-space: nowrap;
}
#footer #primary-nav ul li a {
  color: #333333;
  padding: 0 15px 0 0;
  font-size: 14px;
}
#footer #primary-nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
#footer #primary-nav ul li.contact-btn a {
  padding-right: 0;
}
#footer .cta-text {
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  #footer .cta-text {
    font-size: 22px;
    font-weight: bold;
    margin-top: 60px;
  }
}
#footer .cta-mail {
  background: linear-gradient(to right, #d77515, #d72b18);
  color: #fff;
  font-weight: bold;
  padding: 15px;
  position: relative;
}
#footer .cta-mail:before {
  content: "";
  background: url(../img/mail.svg) no-repeat center center/contain;
  width: 21px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
@media (max-width: 499px) {
  #footer .cta-mail {
    padding: 39px 15px;
  }
}
#footer .cta-tel a {
  font-size: 42px;
  color: #333333;
  pointer-events: none;
  text-decoration: none;
}
#footer .cta-tel a:hover {
  text-decoration: none;
}
#footer a.p-e-none {
  color: #333333;
  pointer-events: none;
  text-decoration: none;
}
#footer a.p-e-none:hover {
  text-decoration: none;
}
#footer .tel-info {
  font-size: 13px;
}
#footer .sns-wrap {
  display: none;
}
#footer .sns-wrap a {
  margin-right: 12px;
}
#footer > .container {
  padding: 0;
}

.copyright {
  margin-top: 40px;
  font-size: 12px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 499px) {
  .copyright {
    padding-bottom: 30px;
  }
}

#footer-sp-cta-area {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 55px;
  text-align: center;
  bottom: 0;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  font-weight: bold;
  z-index: 20;
  display: none;
}
@media (min-width: 500px) {
  #footer-sp-cta-area {
    display: none;
  }
}
#footer-sp-cta-area a {
  height: 56px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d90000;
  color: #fff;
  text-decoration: none;
}
#footer-sp-cta-area a .tel {
  padding-left: 5px;
}
#footer-sp-cta-area a .mail {
  position: relative;
}
#footer-sp-cta-area a .mail:before {
  content: "";
  height: 17px;
  width: 16px;
  background: url(../img/mail.svg) no-repeat center center/contain;
  margin-right: 10px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -13px;
  left: -19px;
}
#footer-sp-cta-area .fa-angle-up {
  font-family: fontawesome;
}

/* Content-header
---------------------*/
.mask {
  position: absolute;
  left: 0;
  top: 96px;
  width: 100%;
  height: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
@media (max-width: 499px) {
  .mask {
    top: 0px;
    height: 240px;
  }
}

#content-header {
  text-align: center;
  padding-top: 0;
  position: relative;
  background: #000;
  background: linear-gradient(186deg, #eaeaea 50%, #f5f5f5 50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: auto;
  margin-top: 80px;
}
@media (max-width: 930px) {
  #content-header {
    margin-top: 60px;
  }
}
#content-header .container {
  position: relative;
}
#content-header .container .ch-h1-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 160px;
}
@media (max-width: 499px) {
  #content-header .container .ch-h1-wrap {
    padding-bottom: 20px;
    min-height: 150px;
  }
}
#content-header .container .ch-h1-wrap .heading {
  font-size: 46px;
  font-weight: 900;
  color: #333333;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 499px) {
  #content-header .container .ch-h1-wrap .heading {
    font-size: 36px;
    letter-spacing: 0.03em;
  }
}
#content-header .container .ch-h1-wrap .heading:before {
  content: "";
  height: 2px;
  width: 80px;
  background: #d90000;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
#content-header .container .ch-h1-wrap .heading:after {
  content: "";
  height: 2px;
  width: 40px;
  background: #47494e;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#content-header .container .ch-h1-wrap .en {
  letter-spacing: 1px;
  color: #d90000;
  font-weight: 900;
  font-size: 23px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 499px) {
  #content-header .container .ch-h1-wrap .en {
    font-size: 18px;
  }
}
#content-header .container .ch-h1-wrap .en .en-bg .icon-en {
  background: #e95835;
  height: 10px;
  width: 10px;
  border-radius: 40px;
  position: relative;
}
#content-header .container .ch-h1-wrap .en .en-bg .icon-en:before {
  content: "";
  background: #e95835;
  height: 10px;
  width: 10px;
  border-radius: 40px;
  position: relative;
}

.ch-h1-wrap-base {
  position: relative;
  display: none;
}
.ch-h1-wrap-base .ch-h1-wrap {
  position: absolute;
  bottom: -30px;
  line-height: 1.5;
}
@media (max-width: 499px) {
  .ch-h1-wrap-base .ch-h1-wrap {
    bottom: -10px;
  }
}
.ch-h1-wrap-base .ch-h1-wrap .heading {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background-color: #d90000;
  display: inline-block;
  padding: 10px 30px 0px 170px;
}
@media (max-width: 1199px) {
  .ch-h1-wrap-base .ch-h1-wrap .heading {
    padding: 10px 30px 0px 70px;
  }
}
@media (max-width: 991px) {
  .ch-h1-wrap-base .ch-h1-wrap .heading {
    padding: 10px 30px 0px 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 560px) {
  .ch-h1-wrap-base .ch-h1-wrap .heading {
    font-size: 24px;
  }
}
@media (max-width: 499px) {
  .ch-h1-wrap-base .ch-h1-wrap .heading {
    font-size: 24px;
  }
}
.ch-h1-wrap-base .ch-h1-wrap .en {
  font-size: 72px;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 991px) {
  .ch-h1-wrap-base .ch-h1-wrap .en {
    font-size: 40px;
  }
}
@media screen and (max-width: 560px) {
  .ch-h1-wrap-base .ch-h1-wrap .en {
    font-size: 26px;
  }
}
@media (max-width: 499px) {
  .ch-h1-wrap-base .ch-h1-wrap .en {
    font-size: 26px;
  }
}
.ch-h1-wrap-base .ch-h1-wrap .en .en-bg {
  background-color: #d90000;
  padding: 0px 70px 0px 170px;
}
@media (max-width: 1199px) {
  .ch-h1-wrap-base .ch-h1-wrap .en .en-bg {
    padding: 0px 70px 0px 70px;
  }
}
@media (max-width: 991px) {
  .ch-h1-wrap-base .ch-h1-wrap .en .en-bg {
    padding: 0px 30px 0px 30px;
  }
}
.ch-h1-wrap-base .ch-h1-wrap .en .en-bg .icon-en {
  position: relative;
}
.ch-h1-wrap-base .ch-h1-wrap .en .en-bg .icon-en:before {
  content: "";
  background: #e95835;
  height: 12px;
  width: 12px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
@media screen and (max-width: 560px) {
  .ch-h1-wrap-base .ch-h1-wrap .en .en-bg .icon-en:before {
    margin-right: 10px;
  }
}

.error404 #xsnav-wrap .logo-white {
  display: none;
}
.error404 #content-header {
  background: url(../img/bg_page.jpg) no-repeat center center/cover;
}
@media (max-width: 499px) {
  .error404 #content-header small.font-english {
    font-size: 38px;
  }
}

/* breadcrumbs
---------------------*/
#breadcrumbs {
  position: relative;
  padding: 17px 30px;
}
@media (max-width: 1199px) {
  #breadcrumbs {
    padding: 17px 0;
  }
}
@media (max-width: 499px) {
  #breadcrumbs {
    padding: 17px 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  #breadcrumbs .breadcrumbs .list-unstyled {
    display: flex;
  }
}
#breadcrumbs .breadcrumbs .list-unstyled li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
  text-indent: -1.5em;
  padding-left: 1em;
}
@media (max-width: 499px) {
  #breadcrumbs .breadcrumbs .list-unstyled li {
    font-size: 12px;
  }
}
#breadcrumbs .breadcrumbs .list-unstyled li span {
  padding-right: 10px;
  color: #444444;
}
#breadcrumbs .breadcrumbs .list-unstyled li a {
  text-decoration: none;
  margin-right: 5px;
}
#breadcrumbs .breadcrumbs .list-unstyled li a:hover {
  text-decoration: underline;
}
#breadcrumbs .breadcrumbs .list-unstyled li:first-child {
  white-space: nowrap;
  text-indent: 0;
  padding-left: 0;
}

/* Content
---------------------*/
.container > * {
  margin-left: auto;
  margin-right: auto;
}

.container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1110px) {
  .container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 1024px;
  }
}

.alignfull > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1110px) {
  .alignfull > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 994px;
  }
}
@media (max-width: 1110px) {
  .alignfull > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .alignfull > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 499px) {
  .alignfull > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

div.alignfull {
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.page .container {
  overflow: hidden;
}

#main {
  padding-bottom: 70px;
}

.editor-styles-wrapper .alignfull > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.editor-styles-wrapper .alignfull > * {
  all: unset !important;
  display: block !important;
}

.editor-styles-wrapper .alignfull > * {
  all: unset !important;
  display: block !important;
}

.block-editor-writing-flow .alignfull > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body .content-empty-element + .is-style-group-tight-80 h2 {
  margin-top: 24px;
}

.the-content h2 {
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 45px;
  font-weight: 800;
  position: relative;
}
@media (max-width: 499px) {
  .the-content h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.the-content h2:before {
  content: "";
  background: #d90000;
  display: block;
  width: 6px;
  height: 50px;
  border-radius: 6px;
  position: absolute;
  top: 22px;
  left: 0;
  border-radius: 6px;
  display: none;
}
@media (max-width: 499px) {
  .the-content h2:before {
    height: 36px;
    top: 12px;
  }
}

.wp-block-group.is-style-lead + h2 {
  margin-top: 80px;
}

.the-content .wp-block-column h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.the-content .wp-block-group.is-style-group-staff-header h3 {
  margin-bottom: 18px;
}

.content-empty-element + h2 {
  margin-top: 15px;
}

.wp-block-columns.is-style-flow-columns h3 {
  margin: 0;
}

.wp-block-columns.is-style-flow-columns-last h3 {
  margin: 0;
}

.the-content h3 {
  margin: 60px 0 26px 0;
  padding: 0;
  font-size: 29px;
  font-weight: 800;
  color: #e95835;
  color: #ffa300;
  color: #333333;
  background: #f7f7f8;
  padding: 6px 20px;
}
@media (max-width: 499px) {
  .the-content h3 {
    font-size: 25px;
  }
}

.the-content h2 + h3 {
  margin-top: 30px;
}

.the-content h4 {
  margin: 40px 0 16px;
  font-size: 24px;
  line-height: 1.6;
}

.the-content p {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.05em;
}

.the-content p + ol {
  margin-top: 30px;
}

.the-content p + ul {
  margin-top: 30px;
}

.the-content ol {
  line-height: 1.3em;
  list-style: none;
  padding-left: 0;
}
.the-content ol li {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.9em;
  line-height: 2;
  counter-increment: custom-counter;
  position: relative;
  margin-bottom: 10px;
}
.the-content ol li strong {
  font-size: 19px;
}
.the-content ol li::before {
  content: counter(custom-counter) ".";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px; /* 任意のフォントサイズ */
  color: #d90000;
  color: #ffc300;
  position: absolute;
  left: -18px; /* マーカーの位置調整 */
  top: -2px;
}

.the-content ul + .wp-block-columns {
  margin-top: 40px;
}

.the-content ul {
  line-height: 1.3em;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .the-content ul {
    padding-left: 1em;
  }
}
.the-content ul li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
  margin-bottom: 0.9em;
  line-height: 1.6;
}
.the-content ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d90000;
  position: absolute;
  top: 9px;
  left: 0;
}

.the-content ul.list-index {
  border: 4px solid #efefef;
  padding: 25px;
}

.the-content ol {
  margin-left: 2em;
}
.the-content ol li {
  margin-bottom: 1em;
}

/* Components（カスタムブロックスタイル・再利用ブロック）
---------------------*/
.wp-block-columns .wp-block-heading:first-child, .wp-block-group .wp-block-heading:first-child {
  margin-top: 0;
}

.wp-block-columns.is-style-qa-columns {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 20px 60px;
}
@media (max-width: 991px) {
  .wp-block-columns.is-style-qa-columns {
    padding: 20px 24px;
  }
}
.wp-block-columns.is-style-qa-columns > .wp-block-column {
  padding-top: 10px;
  padding-left: 60px;
}
.wp-block-columns.is-style-qa-columns > .wp-block-column:first-child {
  position: relative;
}
.wp-block-columns.is-style-qa-columns > .wp-block-column:first-child:before {
  content: "Q";
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  color: #d90000;
  position: absolute;
  left: 0;
  top: -6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 44px;
}
.wp-block-columns.is-style-qa-columns > .wp-block-column:first-child p {
  font-size: 20px;
  font-weight: bold;
}
.wp-block-columns.is-style-qa-columns > .wp-block-column:last-child {
  position: relative;
}
.wp-block-columns.is-style-qa-columns > .wp-block-column:last-child:before {
  content: "A";
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: -6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 44px;
}

.wp-block-columns.is-style-qa-simple-columns {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}
.wp-block-columns.is-style-qa-simple-columns .wp-block-column p {
  margin-bottom: 0;
}
.wp-block-columns.is-style-qa-simple-columns > .wp-block-column:first-child {
  font-weight: bold;
  color: #d90000;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wp-block-columns.is-style-qa-simple-columns > .wp-block-column:first-child:before {
  content: "Q.";
  margin-right: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.wp-block-columns.is-style-qa-simple-columns > .wp-block-column:last-child {
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wp-block-columns.is-style-qa-simple-columns > .wp-block-column:last-child:before {
  content: "A.";
  margin-right: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
}

.is-style-flow-group.wp-block-group {
  margin-bottom: 30px;
}
.is-style-flow-group.wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .is-style-flow-group.wp-block-group > .wp-block-group__inner-container {
    display: block;
  }
}
.is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  border: 2px solid #cdcdcd;
  border-radius: 12px;
  padding: 20px;
  width: 22%;
  margin-right: 3%;
  position: relative;
  margin-bottom: 30px;
}
.is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group p:first-child {
  font-family: "Outfit", serif;
  font-weight: 600;
  color: #d90000;
  text-align: center;
}
.is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group h3 {
  background: transparent;
  padding: 0;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group {
    width: 100%;
    margin-right: 0;
  }
  .is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:last-child {
    margin-bottom: 0;
  }
}
.is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d90000;
  z-index: 1;
}
@media (max-width: 991px) {
  .is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:before {
    top: auto;
    bottom: -21px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d90000;
    border-bottom: none;
  }
}
.is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group.last-flow-group:before {
  display: none;
}
@media (min-width: 992px) {
  .is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:nth-of-type(4n) {
    margin-right: 0;
  }
  .is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:nth-of-type(4n):before {
    display: none;
  }
}
.is-style-flow-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:last-child:before {
  display: none;
}

.is-style-flow-tate-group.wp-block-group {
  margin-bottom: 40px;
}
.is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  border: 2px solid #cdcdcd;
  border-radius: 12px;
  padding: 50px 60px;
  position: relative;
  margin-bottom: 40px;
}
.is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group p:first-child {
  font-family: "Outfit", serif;
  font-weight: 600;
  color: #d90000;
  margin-bottom: 0;
}
.is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group h3 {
  background: transparent;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group {
    padding: 30px 20px;
  }
  .is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:last-child {
    margin-bottom: 0;
  }
}
.is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  top: auto;
  bottom: -33px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d90000;
  border-bottom: none;
}
.is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group:last-child:before {
  display: none;
}
@media (max-width: 991px) {
  .is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group .wp-block-columns {
    gap: 10px;
  }
}
.is-style-flow-tate-group.wp-block-group > .wp-block-group__inner-container > .wp-block-group .wp-block-columns .wp-block-column .wp-block-image img {
  margin-bottom: 0;
}

.wp-block-button.is-style-window:before {
  content: "";
  background-image: url("../img/window.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 13px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
.wp-block-button.is-style-window:after {
  display: none;
}

.en {
  font-family: "Oswald", sans-serif;
}

.border-radius16 iframe {
  border-radius: 16px;
}

.grecaptcha-badge {
  display: none;
}

.pointer-events-none > a {
  pointer-events: none;
}

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

@media (min-width: 500px) {
  .sp-br {
    display: none;
  }
}

@media (min-width: 500px) {
  .sp-br-content br {
    display: none;
  }
}

@media (max-width: 499px) {
  .sp-left {
    text-align: left;
  }
}

.sp-left-bottom {
  display: flex;
}
@media (max-width: 499px) {
  .sp-left-bottom .wp-block-column:first-child {
    order: 2;
  }
  .sp-left-bottom .wp-block-column:last-child {
    order: 1;
  }
}

.wp-block-button.mb0 {
  margin-bottom: 0;
}

.gap-10 {
  gap: 10px;
}

.text-tel {
  font-size: 32px;
}
@media (max-width: 499px) {
  .text-tel {
    display: none;
  }
}

.text-fax {
  font-size: 32px;
}
@media (max-width: 499px) {
  .text-fax {
    font-size: 24px;
  }
}

/* Page
---------------------*/
.aisatsu-area .wp-block-cover.cover-contain {
  height: 800px;
  height: 600px;
  width: 380px;
  min-height: 100%;
  background-size: contain;
}
.aisatsu-area .wp-block-cover.cover-contain img {
  background-size: contain;
  background-position: 77% 50%;
}
.aisatsu-area .wp-block-cover.cover-contain .wp-block-cover__image-background {
  background-size: contain;
  background-position: 77% 50% !important;
}
.aisatsu-area .wp-block-cover {
  background-size: contain;
  width: 200px;
}

.interview-group {
  border: 2px solid #01adc7;
  padding: 30px;
  border-radius: 20px;
}
.interview-group h3.wp-block-heading {
  margin-top: 0;
}

.motomerujinbutsu-group {
  border: 2px solid #01adc7;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .motomerujinbutsu-group {
    min-height: 704px;
  }
}

.wp-block-columns.is-style-border-columns .wp-block-column {
  border: 2px solid #01adc7;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

h3.wp-block-heading.h-motomeru {
  margin-top: 0;
  font-size: 25px;
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  h3.wp-block-heading.h-motomeru {
    min-height: 3em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  h3.wp-block-heading.h-motomeru {
    font-size: 23px;
  }
}

.business-slide-group {
  background: #f3f2ee;
  border-radius: 20px;
  padding: 60px 20px;
  margin-top: 120px;
}
@media (max-width: 499px) {
  .business-slide-group {
    padding: 30px 20px;
  }
}
.business-slide-group h2.wp-block-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .business-slide-group h2.wp-block-heading {
    margin-bottom: 20px;
  }
}
.business-slide-group p {
  max-width: 690px;
  margin: 0 auto;
}

.widget-slide-area {
  margin-bottom: 50px;
}
@media (max-width: 499px) {
  .widget-slide-area {
    margin-bottom: 30px;
  }
}
.widget-slide-area .bx-wrapper {
  background: #f3f2ee;
  max-width: 800px !important;
  margin: 0 auto;
  display: block;
  border: 0;
  box-shadow: none;
}
.widget-slide-area .bx-wrapper .bx-viewport #yuka-widget-slide li, .widget-slide-area .bx-wrapper .bx-viewport #kabe-widget-slide li, .widget-slide-area .bx-wrapper .bx-viewport #mado-widget-slide li, .widget-slide-area .bx-wrapper .bx-viewport #coordinate-widget-slide li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-slide-area .bx-wrapper .bx-viewport li .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
}
@media (max-width: 499px) {
  .widget-slide-area .bx-wrapper .bx-viewport li .wp-block-image {
    max-width: 300px;
  }
}
.widget-slide-area .bx-wrapper .bx-viewport li .wp-block-image:not(.is-style-rounded) img {
  border-radius: 10px;
  width: 700px;
  height: 525px;
  margin-bottom: 0em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .widget-slide-area .bx-wrapper .bx-viewport li .wp-block-image:not(.is-style-rounded) img {
    width: 650px;
    height: 488px;
  }
}
@media (max-width: 991px) {
  .widget-slide-area .bx-wrapper .bx-viewport li .wp-block-image:not(.is-style-rounded) img {
    width: 600px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .widget-slide-area .bx-wrapper .bx-viewport li .wp-block-image:not(.is-style-rounded) img {
    width: 300px;
    height: 225px;
  }
}
@media (max-width: 499px) {
  .widget-slide-area .bx-wrapper .bx-viewport li .wp-block-image:not(.is-style-rounded) img {
    width: 300px;
    height: 225px;
    width: 250px;
    height: 188px;
  }
}
.widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction {
  height: 30px;
}
.widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  display: block !important;
  background: url(../img/controls.png) no-repeat 0 -32px;
  z-index: 1;
}
.widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  background-position: 0px 0;
}
@media (max-width: 1199px) {
  .widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 8px;
  }
}
@media (max-width: 499px) {
  .widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -12px;
    left: -10px;
  }
}
.widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  display: block !important;
  background: url(../img/controls.png) no-repeat -43px -32px;
  z-index: 1;
}
.widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background-position: -43px 0;
}
@media (max-width: 1199px) {
  .widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 8px;
  }
}
@media (max-width: 499px) {
  .widget-slide-area .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -12px;
    right: -10px;
  }
}
.widget-slide-area .bx-wrapper .bx-controls .bx-pager.bx-default-pager {
  bottom: 0;
}
.widget-slide-area .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
  background-color: #bababa;
  margin: 0 7px;
}
@media (max-width: 499px) {
  .widget-slide-area .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
    margin: 0 12px;
  }
}
.widget-slide-area .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
  background: #d90000;
  background-color: #e95835;
}

/* Admin：管理画面・CMS制御
---------------------*/
.customize-control.customize-control-text {
  display: none;
}

/* Wp-block系（デフォルト）
---------------------*/
.wp-block-image img {
  margin-bottom: 1em;
}

.wp-block-buttons {
  margin: 50px 0 20px 0;
}
.wp-block-buttons .wp-block-button {
  position: relative;
  display: flex !important;
  align-items: center;
  border-radius: 50px;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  padding: 2em calc(3em + 30px) 2em 4em;
  padding: 2em 3em 2em 3em;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 50px;
  min-height: 50px;
  color: #fff;
  display: block;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  display: flex;
  background: #d90000;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  opacity: 0.8;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 1em calc(4em + 5px) 1em 4em;
}

.wp-block-table, .wp-block-table.is-style-regular {
  margin-bottom: 30px;
}
.wp-block-table thead, .wp-block-table.is-style-regular thead {
  background: #f2f6f7;
}
.wp-block-table th, .wp-block-table td, .wp-block-table.is-style-regular th, .wp-block-table.is-style-regular td {
  border-top: none;
  border-left: none;
  border-right: none;
  border: 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 10px;
}
@media (max-width: 499px) {
  .wp-block-table, .wp-block-table.is-style-regular {
    overflow-x: auto;
  }
  .wp-block-table th, .wp-block-table td, .wp-block-table.is-style-regular th, .wp-block-table.is-style-regular td {
    white-space: nowrap;
  }
}
.wp-block-table tr td:first-child, .wp-block-table.is-style-regular tr td:first-child {
  width: 190px;
  font-weight: bold;
}

.wp-block-table.is-style-stripes .has-fixed-layout {
  table-layout: auto;
  width: 100%;
}
.wp-block-table.is-style-stripes tr td:first-child {
  width: 190px;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-bottom: 0;
}

.wp-block-table.is-style-horizontal {
  padding: 0;
}
.wp-block-table.is-style-horizontal tr {
  border-bottom: 1px solid #cdcdcd;
}
.wp-block-table.is-style-horizontal td {
  border: 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #cdcdcd;
  padding: 16px 10px;
}
.wp-block-table.is-style-horizontal td:first-child {
  font-weight: bold;
  border-bottom: 1px solid #cdcdcd;
}

@media (max-width: 680px) {
  .wp-block-table.is-style-horizontal td {
    display: block;
    width: 100% !important;
    white-space: break-spaces;
    border-bottom: 0;
  }
  .wp-block-table.is-style-horizontal td:first-child {
    padding-top: 16px;
    padding-bottom: 2px;
    border-bottom: 0;
    color: #333333;
    font-size: 19px;
  }
  .wp-block-table.is-style-horizontal td:last-child {
    padding-top: 2px;
    padding-bottom: 17px;
  }
}
.is-style-horizontal a {
  color: #333;
  pointer-events: none;
  text-decoration: none;
}
.is-style-horizontal a:hover {
  text-decoration: none;
}

h4 + .wp-block-table.is-style-horizontal-facility {
  margin-top: 24px;
}

.wp-block-table.is-style-horizontal-facility {
  padding: 0;
}
.wp-block-table.is-style-horizontal-facility table {
  text-align: center;
}
.wp-block-table.is-style-horizontal-facility tr {
  border-bottom: 1px solid #D9D9D9;
}
.wp-block-table.is-style-horizontal-facility tr:first-child {
  background: #efefef;
}
.wp-block-table.is-style-horizontal-facility tr:first-child td {
  font-weight: bold;
}
.wp-block-table.is-style-horizontal-facility td {
  border: 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 10px;
}
.wp-block-table.is-style-horizontal-facility td:first-child {
  font-weight: bold;
  width: 140px;
}
.wp-block-table.is-style-horizontal-facility th, .wp-block-table.is-style-horizontal-facility td {
  white-space: wrap;
}

@media (max-width: 450px) {
  .wp-block-table.is-style-horizontal-facility {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .wp-block-table.is-style-horizontal-facility table {
    width: 100%;
    min-width: 600px;
  }
}
.is-style-clock-columns {
  background: #fff;
  border-radius: 18px;
  padding: 16px 40px 12px 30px;
  margin-bottom: 16px;
  gap: 0;
  flex-wrap: nowrap !important;
  min-height: 70px;
}
@media (max-width: 991px) {
  .is-style-clock-columns {
    padding: 16px 16px 12px 16px;
  }
}
.is-style-clock-columns > .wp-block-column > .wp-block-columns {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .is-style-clock-columns > .wp-block-column > .wp-block-columns {
    margin-top: 16px;
    gap: 0em;
  }
}
.is-style-clock-columns > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .is-style-clock-columns h4 {
    font-size: 20px;
  }
}

.is-style-clock-columns > .wp-block-column {
  padding-bottom: 10px;
  padding-bottom: 0;
}
.is-style-clock-columns > .wp-block-column .wp-block-image:last-child {
  padding-bottom: 40px;
}
.is-style-clock-columns > .wp-block-column:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: #54502d;
  max-width: 70px;
  position: relative;
}
.is-style-clock-columns > .wp-block-column:first-child:before {
  content: "";
  background: url("../img/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 38px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.is-style-clock-columns > .wp-block-column:first-child p {
  line-height: 1.5;
  text-align: center;
}
.is-style-clock-columns > .wp-block-column:first-child p:first-child {
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 12px;
  margin-top: 0;
  font-style: normal;
}
.is-style-clock-columns > .wp-block-column:last-child {
  position: relative;
  padding-left: 80px;
}
.is-style-clock-columns > .wp-block-column:last-child:before {
  content: "";
  width: 17px;
  height: 17px;
  background: #d90000;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 36px;
}
.is-style-clock-columns > .wp-block-column:last-child:after {
  content: "";
  width: 3px;
  height: 100%;
  height: calc(100% - 17px);
  height: calc(100% - 44px);
  background: #d90000;
  display: block;
  position: absolute;
  top: 26px;
  left: 43px;
  opacity: 0.5;
}
.is-style-clock-columns > .wp-block-column:last-child .wp-block-heading {
  margin-bottom: 10px;
}
.is-style-clock-columns > .wp-block-column:last-child h4.wp-block-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.is-style-clock-columns-small {
  background: #fff;
  border-radius: 18px;
  padding: 16px 40px 8px 30px;
  margin-bottom: 16px;
  gap: 0;
  flex-wrap: nowrap !important;
  min-height: 70px;
}

.is-style-clock-columns-small > .wp-block-column {
  padding-bottom: 10px;
  padding-bottom: 0;
}
.is-style-clock-columns-small > .wp-block-column .wp-block-image:last-child {
  padding-bottom: 40px;
}
.is-style-clock-columns-small > .wp-block-column:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: #54502d;
  max-width: 82px;
  position: relative;
}
.is-style-clock-columns-small > .wp-block-column:first-child p {
  line-height: 1.5;
  text-align: center;
}
.is-style-clock-columns-small > .wp-block-column:first-child p:first-child {
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 12px;
  margin-top: 0;
  font-style: normal;
}
.is-style-clock-columns-small > .wp-block-column:last-child {
  position: relative;
  padding-left: 80px;
}
.is-style-clock-columns-small > .wp-block-column:last-child:before {
  content: "";
  width: 17px;
  height: 17px;
  background: #d90000;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 36px;
}
.is-style-clock-columns-small > .wp-block-column:last-child:after {
  content: "";
  width: 3px;
  height: 100%;
  height: calc(100% - 17px);
  height: calc(100% - 44px);
  background: #d90000;
  display: block;
  position: absolute;
  top: 26px;
  left: 43px;
  opacity: 0.5;
}
.is-style-clock-columns-small > .wp-block-column:last-child .wp-block-heading {
  margin-bottom: 10px;
}
.is-style-clock-columns-small > .wp-block-column:last-child h4.wp-block-heading {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .flex-reverse {
    flex-direction: column-reverse;
  }
}

.wp-block-group.is-style-lead-short {
  text-align: center;
  margin: 3rem auto 0 auto;
  max-width: 800px;
  padding: 1rem;
}
@media (max-width: 499px) {
  .wp-block-group.is-style-lead-short {
    padding: 0;
  }
}
.wp-block-group.is-style-lead-short p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #333;
  position: relative;
  display: inline-block;
  padding: 0 2rem;
}
@media (max-width: 499px) {
  .wp-block-group.is-style-lead-short p {
    font-size: 1.1rem;
  }
}
.wp-block-group.is-style-lead-short p::before,
.wp-block-group.is-style-lead-short p::after {
  content: "「";
  color: #01adc7;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
}
.wp-block-group.is-style-lead-short p::after {
  content: "」";
  right: 0;
  bottom: -5px;
}
@media (max-width: 499px) {
  .wp-block-group.is-style-lead-short p::after {
    bottom: -14px;
  }
}
.wp-block-group.is-style-lead-short p::before {
  left: -10px;
  top: -5px;
}
@media (max-width: 499px) {
  .wp-block-group.is-style-lead-short p::before {
    top: -14px;
  }
}

.wp-block-group.is-style-lead-long {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 20px;
}
.wp-block-group.is-style-lead-long p {
  font-size: 20px;
}
.wp-block-group.is-style-lead-long p:last-child {
  margin-bottom: 0;
}

.wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns {
  padding: 12px 20px;
  border-radius: 16px;
  border: 2px solid #efefef;
  margin-bottom: 16px;
  flex-wrap: nowrap !important;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns {
    padding: 16px 16px;
    gap: 1rem !important;
  }
}
.wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child {
  flex: 0 0 92px !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child p, .wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child span, .wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child div {
  background: #f4f4f4;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  padding: 0 1rem;
  border-radius: 50px;
  border: 4px solid #d90000;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  margin: 0;
}
.wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child p::before, .wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child span::before, .wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child div::before {
  content: "";
  height: 4px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  background: #698bc6;
}
.wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
  flex: 1 1 auto !important;
}
.wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child h3.wp-block-heading {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  font-size: 23px;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-flow-oneday-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
    gap: 0 !important;
  }
}

.wp-block-group.is-style-flow-oneday-group h3.wp-block-heading + p,
.wp-block-group.is-style-flow-oneday-group h3.wp-block-heading + figure,
.wp-block-group.is-style-flow-oneday-group h3.wp-block-heading + .wp-block-group,
.wp-block-group.is-style-flow-oneday-group h3.wp-block-heading + .wp-block-columns {
  margin-top: 12px;
}

.wp-block-group.is-style-flow-oneday-simple-group {
  position: relative;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-flow-oneday-simple-group {
    padding-left: 0;
  }
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns {
  position: relative;
  padding-bottom: 30px;
  align-items: flex-start !important;
  display: flex;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns {
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
  }
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns::before {
  content: "";
  position: absolute;
  top: 4.5rem;
  left: 2.25rem;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 0rem);
  background: #cccccc;
  z-index: 0;
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns:last-child::before {
  display: none;
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 4.5rem !important;
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child p {
  width: 4.5rem;
  height: 4.5rem;
  background: #fff;
  border: 2px solid #d90000;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  color: #d90000;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
  padding-left: 0.5rem;
  flex: 1 1 auto !important;
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child h3.wp-block-heading {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 12px;
  background: transparent;
  font-size: 23px;
}
.wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child p {
  line-height: 1.5;
  color: #444;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-flow-oneday-simple-group > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
    gap: 0 !important;
  }
}

.wp-block-group.is-style-group-num .wp-block-group {
  width: calc(25% - 12px);
  background: #fff;
  border-radius: 16px;
  padding: 16px 8px 4px 8px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num .wp-block-group {
    width: calc(33.3333333333% - 10.6666666667px);
    margin-bottom: 16px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-num .wp-block-group {
    width: calc(50% - 6px);
    margin-bottom: 14px;
  }
}
.wp-block-group.is-style-group-num .wp-block-group p {
  line-height: 1.5;
  font-weight: 800;
  font-size: 20px;
}
.wp-block-group.is-style-group-num .wp-block-group p.middle {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wp-block-group.is-style-group-num .wp-block-group img {
  border-radius: 0;
  max-height: 50px;
  max-height: 80px;
  width: auto;
  margin-bottom: 0;
}
.wp-block-group.is-style-group-num .wp-block-group span {
  font-family: "Montserrat", sans-serif;
  font-size: 61px;
  font-weight: 700;
  margin-right: 3px;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num .wp-block-group span {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-num .wp-block-group span {
    font-size: 34px;
  }
}
.wp-block-group.is-style-group-num .wp-block-group span.tate {
  font-size: 18px;
  writing-mode: vertical-rl;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num .wp-block-group span.tate {
    writing-mode: horizontal-tb;
  }
}
.wp-block-group.is-style-group-num .wp-block-group span.tate-3 {
  font-size: 15px;
  writing-mode: vertical-rl;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num .wp-block-group span.tate-3 {
    writing-mode: horizontal-tb;
  }
}
.wp-block-group.is-style-group-num .wp-block-group span.hiritsu {
  font-size: 24px;
}
.wp-block-group.is-style-group-num .wp-block-group p.num-text {
  margin-bottom: 0;
}

.wp-block-group.is-style-group-num > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wp-block-group.is-style-group-num > .wp-block-group__inner-container:before {
  content: "";
  width: calc(25% - 22.5px);
  width: calc(25% - 14.5px);
  order: 1;
}
.wp-block-group.is-style-group-num > .wp-block-group__inner-container:after {
  content: "";
  width: calc(25% - 22.5px);
  width: calc(25% - 14.5px);
}

.wp-block-group.is-style-group-num-main .wp-block-group {
  width: calc(25% - 12px);
  background: #fff;
  border-radius: 16px;
  padding: 16px 8px 4px 8px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num-main .wp-block-group {
    width: calc(33.3333333333% - 10.6666666667px);
    margin-bottom: 16px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-num-main .wp-block-group {
    width: calc(50% - 6px);
    margin-bottom: 14px;
  }
}
.wp-block-group.is-style-group-num-main .wp-block-group p {
  line-height: 1.5;
  font-weight: 800;
  font-size: 20px;
}
.wp-block-group.is-style-group-num-main .wp-block-group p.middle {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wp-block-group.is-style-group-num-main .wp-block-group img {
  border-radius: 0;
  max-height: 50px;
  max-height: 80px;
  width: auto;
  margin-bottom: 0;
}
.wp-block-group.is-style-group-num-main .wp-block-group span {
  font-family: "Montserrat", sans-serif;
  font-size: 61px;
  font-weight: 700;
  margin-right: 3px;
  color: #d90000;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num-main .wp-block-group span {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-num-main .wp-block-group span {
    font-size: 34px;
  }
}
.wp-block-group.is-style-group-num-main .wp-block-group span.tate {
  font-size: 18px;
  writing-mode: vertical-rl;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num-main .wp-block-group span.tate {
    writing-mode: horizontal-tb;
  }
}
.wp-block-group.is-style-group-num-main .wp-block-group span.tate-3 {
  font-size: 15px;
  writing-mode: vertical-rl;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-num-main .wp-block-group span.tate-3 {
    writing-mode: horizontal-tb;
  }
}
.wp-block-group.is-style-group-num-main .wp-block-group span.hiritsu {
  font-size: 24px;
}
.wp-block-group.is-style-group-num-main .wp-block-group p.num-text {
  margin-bottom: 0;
}

.wp-block-group.is-style-group-num-main > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wp-block-group.is-style-group-num-main > .wp-block-group__inner-container:before {
  content: "";
  width: calc(25% - 22.5px);
  width: calc(25% - 14.5px);
  order: 1;
}
.wp-block-group.is-style-group-num-main > .wp-block-group__inner-container:after {
  content: "";
  width: calc(25% - 22.5px);
  width: calc(25% - 14.5px);
}

.wp-block-group.is-style-group-card > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wp-block-group.is-style-group-card > .wp-block-group__inner-container:before {
  content: "";
  width: calc(25% - 22.5px);
  width: calc(25% - 14.5px);
  order: 1;
}
.wp-block-group.is-style-group-card > .wp-block-group__inner-container:after {
  content: "";
  width: calc(25% - 22.5px);
  width: calc(25% - 14.5px);
}
.wp-block-group.is-style-group-card .wp-block-group {
  width: calc(25% - 12px);
  background: #fff;
  border-radius: 16px;
  padding: 16px 8px 4px 8px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #d90000;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-card .wp-block-group {
    width: calc(33.3333333333% - 10.6666666667px);
    margin-bottom: 16px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-card .wp-block-group {
    width: calc(50% - 6px);
    margin-bottom: 14px;
  }
}
.wp-block-group.is-style-group-card .wp-block-group p {
  line-height: 1.5;
  font-weight: 800;
  font-size: 20px;
}
.wp-block-group.is-style-group-card .wp-block-group p.middle {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wp-block-group.is-style-group-card .wp-block-group img {
  border-radius: 0;
  max-height: 50px;
  max-height: 80px;
  width: auto;
  margin-bottom: 0;
}
.wp-block-group.is-style-group-card .wp-block-group span {
  font-family: "Montserrat", sans-serif;
  font-size: 61px;
  font-weight: 700;
  margin-right: 3px;
  color: #d90000;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-card .wp-block-group span {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-card .wp-block-group span {
    font-size: 34px;
  }
}
.wp-block-group.is-style-group-card .wp-block-group span.tate {
  font-size: 18px;
  writing-mode: vertical-rl;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-card .wp-block-group span.tate {
    writing-mode: horizontal-tb;
  }
}
.wp-block-group.is-style-group-card .wp-block-group span.tate-3 {
  font-size: 15px;
  writing-mode: vertical-rl;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-card .wp-block-group span.tate-3 {
    writing-mode: horizontal-tb;
  }
}
.wp-block-group.is-style-group-card .wp-block-group span.hiritsu {
  font-size: 24px;
}
.wp-block-group.is-style-group-card .wp-block-group p.num-text {
  margin-bottom: 0;
}

.wp-block-group.alignfull .wp-block-group.is-style-group-card-voice {
  margin-top: 30px;
}
.wp-block-group.alignfull .wp-block-group.is-style-group-card-voice > .wp-block-group__inner-container .wp-block-group {
  border: none;
}
.wp-block-group.alignfull .wp-block-group.is-style-group-card-voice > .wp-block-group__inner-container .wp-block-group:last-child {
  margin-bottom: 30px;
}

.wp-block-group.is-style-group-card-voice > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wp-block-group.is-style-group-card-voice > .wp-block-group__inner-container:before {
  content: "";
  width: calc(50% - 16px);
  width: 100%;
  order: 1;
}
.wp-block-group.is-style-group-card-voice > .wp-block-group__inner-container:after {
  content: "";
  width: calc(50% - 16px);
}
.wp-block-group.is-style-group-card-voice .wp-block-group {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid #d90000;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-card-voice .wp-block-group {
    margin-bottom: 16px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-card-voice .wp-block-group {
    margin-bottom: 14px;
  }
}
.wp-block-group.is-style-group-card-voice .wp-block-group h3.wp-block-heading {
  background: transparent;
  padding: 0;
}

@media (min-width: 1540px) {
  .wp-block-group.alignfull.is-style-group-senpai-rich > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 1400px;
  }
}
.wp-block-group.is-style-group-senpai-rich {
  background: #fffcf0;
  background: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
.wp-block-group.is-style-group-senpai-rich:before {
  content: "";
  height: 50%;
  width: 46%;
  background: #d90000;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 0;
  border-radius: 0 0 20px 0;
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-rich:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-senpai-rich:before {
    height: 25%;
  }
}
.wp-block-group.is-style-group-senpai-rich .wp-block-group__inner-container {
  width: 1110px;
}
.wp-block-group.is-style-group-senpai-rich .wp-block-columns {
  gap: 4em;
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns {
    gap: 5em;
  }
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns {
    gap: 4em;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns {
    gap: 3em;
  }
}
.wp-block-group.is-style-group-senpai-rich .wp-block-columns .wp-block-column:first-child {
  position: relative;
  z-index: 1;
  flex: 0 0 55%;
}
.wp-block-group.is-style-group-senpai-rich .wp-block-columns .wp-block-column:first-child .wp-block-image img {
  margin-bottom: 0;
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns .wp-block-column:first-child {
    flex: 0 0 100%;
  }
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns .wp-block-column:first-child:before {
    content: "";
    height: 50%;
    width: 46%;
    background: #d90000;
    position: absolute;
    bottom: -50px;
    left: -15px;
    z-index: -1;
    border-radius: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns .wp-block-column:first-child:before {
    bottom: -40px;
    height: 65%;
  }
}
.wp-block-group.is-style-group-senpai-rich .wp-block-columns .wp-block-column:last-child {
  z-index: 1;
  flex: 0 0 45%;
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns .wp-block-column:last-child {
    flex: 0 0 100%;
  }
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-rich .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
.wp-block-group.is-style-group-senpai-rich h2.wp-block-heading + h3.wp-block-heading {
  margin-top: 0;
}
.wp-block-group.is-style-group-senpai-rich h3.wp-block-heading {
  padding: 0;
  background: transparent;
  letter-spacing: 0.05em;
  color: #d90000;
}
.wp-block-group.is-style-group-senpai-rich .en {
  color: #d90000;
  font-weight: 800;
  font-size: 24px;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-senpai-rich .en {
    margin-top: 20px;
  }
}
.wp-block-group.is-style-group-senpai-rich .copy {
  padding: 0;
  background: transparent;
  font-size: 37px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-rich .copy .br {
    display: none;
  }
}
.wp-block-group.is-style-group-senpai-rich .type {
  font-size: 14px;
  background: #01adc7;
  color: #fff;
  padding: 2px 16px;
  border-radius: 4px;
  display: inline-block;
}
.wp-block-group.is-style-group-senpai-rich .name {
  font-size: 22px;
  font-weight: bold;
}
.wp-block-group.is-style-group-senpai-rich .small {
  font-size: 15px;
}

h3.h3-simple {
  padding: 0;
  background: transparent;
}

.wp-block-group.is-style-group-senpai-normal {
  border-radius: 16px;
  border: 1px solid #d90000;
  padding: 30px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-senpai-normal {
    padding: 16px;
  }
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-senpai-normal .wp-block-columns {
    gap: 0;
  }
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .wp-block-column:first-child {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 750px) {
  .wp-block-group.is-style-group-senpai-normal .wp-block-columns .wp-block-column:first-child {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .wp-block-column:first-child .wp-block-image img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-senpai-normal .wp-block-columns .wp-block-column:first-child .wp-block-image img {
    width: 60vw;
    aspect-ratio: 1/1;
    max-height: 55vh;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    display: block;
  }
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .wp-block-column:last-child {
  flex: 1 1 auto;
  padding-left: 20px;
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .en {
  color: #d90000;
  font-weight: 800;
  font-size: 24px;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-group-senpai-normal .wp-block-columns .en {
    margin-top: 20px;
  }
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .copy {
  padding: 0;
  padding-top: 16px;
  background: transparent;
  font-size: 37px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 499px) {
  .wp-block-group.is-style-group-senpai-normal .wp-block-columns .copy {
    font-size: 25px;
  }
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .copy:before {
  content: "“";
  position: absolute;
  left: -0.4em;
  top: -0.4em;
  color: #d90000;
  font-size: 32px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}
@media (max-width: 1110px) {
  .wp-block-group.is-style-group-senpai-normal .wp-block-columns .copy .br {
    display: none;
  }
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .type {
  font-size: 14px;
  background: #01adc7;
  color: #fff;
  padding: 2px 16px;
  border-radius: 4px;
  display: inline-block;
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .name {
  font-size: 22px;
  font-weight: bold;
}
.wp-block-group.is-style-group-senpai-normal .wp-block-columns .small {
  font-size: 15px;
}

.wp-block-image.is-style-square img {
  border-radius: 0;
}

.wp-block-columns h2:first-child {
  margin-top: 0;
}

.wp-block-buttons.btn-tel {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .wp-block-buttons.btn-tel {
    display: none;
  }
}
.wp-block-buttons.btn-tel .wp-block-button {
  position: relative;
  width: 100%;
}
.wp-block-buttons.btn-tel .wp-block-button:after {
  display: none;
}
.wp-block-buttons.btn-tel .wp-block-button a.wp-block-button__link {
  font-size: 37px;
  font-weight: bold;
  color: #e95835;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 48px;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .wp-block-buttons.btn-tel .wp-block-button a.wp-block-button__link {
    font-size: 25px;
  }
}
.wp-block-buttons.btn-tel .wp-block-button a.wp-block-button__link:before {
  content: "";
  background-image: url("../img/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -17px;
  display: none;
}
.wp-block-buttons.btn-tel .wp-block-button .tel-text {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 992px) {
  .wp-block-button.is-style-tel-btn a.wp-block-button__link {
    padding: 0;
    color: #333333;
    background: transparent;
    pointer-events: none;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .wp-block-button.is-style-tel-btn a.wp-block-button__link::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .wp-block-button.is-style-tel-btn a.wp-block-button__link::after {
    display: none;
  }
}

/* Animation
---------------------*/
.fadeUp-head {
  animation-name: fadeUpAnimehead;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimehead {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUp-mv-copy {
  animation-name: fadeUpAnimemvcopy;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimemvcopy {
  from {
    opacity: 0;
    transform: translateY(60px) scale(0.7);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fadeUp-mv-copy-line {
  animation-name: fadeUpAnimemvcopyline;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.4s;
}

@keyframes fadeUpAnimemvcopyline {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fadeUp-mv-scroll {
  animation-name: fadeUpAnimemvscroll;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.7s;
}

@keyframes fadeUpAnimemvscroll {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp2 {
  animation-name: fadeUpAnime2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp3 {
  animation-name: fadeUpAnime3;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime3 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.view-up {
  transition: all 1.2s;
  transform: translateY(50px);
  opacity: 0;
}
.view-up.appeared {
  opacity: 1;
  transform: translateY(0);
}

.view-up-2 {
  transition: all 1.5s;
  transform: translateY(70px);
  opacity: 0;
}
.view-up-2.appeared {
  opacity: 1;
  transform: translateY(0);
}

.view-up-3 {
  transition: all 0.5s;
  transform: translateY(0) scale(0.7);
  opacity: 0;
}
.view-up-3.appeared {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.view-left {
  transition: all 1.2s;
  transform: translatex(-50px);
  opacity: 0;
}
@media (max-width: 499px) {
  .view-left {
    transform: translatey(50px);
  }
}
.view-left.appeared {
  opacity: 1;
  transform: translateY(0);
}

.view-right {
  transition: all 1.2s;
  transform: translatex(50px);
  opacity: 0;
}
@media (max-width: 499px) {
  .view-right {
    transform: translatey(50px);
  }
}
.view-right.appeared {
  opacity: 1;
  transform: translateY(0);
}

.view-up {
  transition: all 1.2s;
  transform: translateY(50px);
  opacity: 0;
}
.view-up.appeared {
  opacity: 1;
  transform: translateY(0);
}

.view-left {
  transition: all 1.2s;
  transform: translateX(-50px);
  opacity: 0;
}
.view-left.appeared {
  opacity: 1;
  transform: translateY(0);
}

.zoomin {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomin-copy {
  animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 1.3s;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomin-pic {
  animation: zoomIn 1.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 1.5s;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Sidebar
---------------------*/
#sidebar {
  margin-top: 70px;
}
#sidebar .wp-block-archives__label {
  display: none;
}
#sidebar .widget-container .widget .widget-inner {
  padding: 40px 0;
  border-top: 1px solid #606060;
}
#sidebar .widget-container .widget .widget-inner ul.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
}
#sidebar .widget-container .widget .widget-inner ul.wp-block-categories-list li {
  list-style: none;
  margin-right: 20px;
}
#sidebar .widget-container .widget .widget-inner ul.wp-block-categories-list li a {
  text-decoration: none;
  font-size: 15px;
}
#sidebar .widget-container .widget .widget-inner ul.wp-block-archives-list {
  display: flex;
  flex-wrap: wrap;
}
#sidebar .widget-container .widget .widget-inner ul.wp-block-archives-list li {
  list-style: none;
  margin-right: 20px;
}
#sidebar .widget-container .widget .widget-inner ul.wp-block-archives-list li a {
  text-decoration: none;
  font-size: 15px;
}
#sidebar .widget-container .widget .widget-inner .wp-block-columns {
  margin: 0;
}
@media (max-width: 991px) {
  #sidebar .widget-container .widget .widget-inner .is-layout-flex {
    display: block;
  }
}
#sidebar .widget-container .widget .widget-inner .is-layout-flex h2 {
  font-size: 19px;
  letter-spacing: 1px;
  color: #606060;
  text-align: center;
}
@media (max-width: 991px) {
  #sidebar .widget-container .widget .widget-inner .is-layout-flex h2 {
    text-align: left;
  }
}
@media (max-width: 991px) {
  #sidebar .widget-container .widget .widget-inner .is-layout-flow:first-child {
    margin-bottom: 20px;
  }
}
#sidebar .widget-container .widget .widget-inner .is-layout-flow select {
  width: 100%;
  padding: 10px 20px;
  font-size: 17px;
  color: #606060;
  border: 1px solid #C1C1C1;
  border-radius: 0;
}

li.test > a {
  display: inline-block;
  padding: 10px;
  background-color: lightblue;
  color: black;
  text-decoration: none;
}

li.test > a:hover {
  background-color: darkblue;
  color: white;
}

@media (max-width: 991px) {
  .big-image {
    display: flex;
    justify-content: center;
  }
}
.big-image img {
  width: 100% !important;
  max-width: 300px;
}

.greeting-profile .profile-role {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.greeting-profile .profile-name {
  font-size: 1.3rem;
}

.greeting-profile.align-left {
  text-align: left;
}
@media (max-width: 991px) {
  .greeting-profile.align-left {
    text-align: left;
  }
}

.greeting-profile.align-center {
  text-align: center;
}
@media (max-width: 991px) {
  .greeting-profile.align-center {
    text-align: center;
  }
}

.greeting-profile.align-right {
  text-align: right;
}
@media (max-width: 991px) {
  .greeting-profile.align-right {
    text-align: right;
  }
}

/* Single
---------------------*/
.single .ch-h1-wrap .en {
  display: none;
}
.single .content-header-title-inner {
  display: none;
}
.single #xsnav-wrap {
  background-color: #fff;
}
.single #xsnav-wrap h1.logo .logo-white {
  display: none;
}
.single #xsnav-wrap h1.logo .logo-black {
  display: block;
}
.single #main {
  padding-bottom: 0;
}
@media (max-width: 499px) {
  .single .single-content .title-wrap {
    margin-bottom: 10px;
  }
}
.single .single-content .title-wrap h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 43px;
  font-weight: 800;
  position: relative;
}
@media (max-width: 499px) {
  .single .single-content .title-wrap h1 {
    padding-left: 22px;
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.single .single-content .title-wrap h1:before {
  content: "";
  background: #d90000;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 6px;
}
@media (max-width: 499px) {
  .single .single-content .title-wrap h1:before {
    height: 36px;
    top: 12px;
  }
}
.single .single-content .title-wrap .news-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.single .single-content .title-wrap .news-info .time {
  font-size: 15px;
}
.single .single-content .title-wrap .news-info .category ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 0.5;
  padding-left: 14px;
  margin-bottom: 0;
}
.single .single-content .title-wrap .news-info .category ul li {
  padding-left: 0;
  white-space: nowrap;
  margin-bottom: 0;
}
.single .single-content .title-wrap .news-info .category ul li:before {
  display: none;
}
.single .single-content .title-wrap .news-info .category ul li a {
  text-decoration: none;
  font-size: 14px;
  padding: 2px 10px;
  color: #fff;
  background-color: #d90000;
  display: block;
}
@media (max-width: 991px) {
  .single .single-content .title-wrap .news-info .category ul li a {
    font-size: 12px;
  }
}
.single .single-content h2 {
  margin: 60px 0 26px 0;
  padding: 0;
  font-size: 29px;
  font-weight: 800;
  color: #e95835;
  color: #ffa300;
  color: #333333;
  background: #f7f7f8;
  padding: 6px 20px;
}
.single .single-content h2:before {
  display: none;
}
.single .single-content h2:after {
  display: none;
}
.single .single-content h3 {
  margin: 40px 0 16px;
  font-size: 24px;
  line-height: 1.6;
  background: none;
  padding: 0;
}
.single .single-content img {
  border-radius: 20px;
}
.single .single-content .back-btn-area {
  border-top: 1px solid #dedede;
  text-align: center;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.single .single-content .back-btn-area a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
}
.single .single-content .back-btn-area a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.single .single-content .back-btn-area a:before {
  content: "";
  background: url(../img/news_all.svg?240315) no-repeat center center/contain;
  width: 16px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.single .single-content-area > h2.wp-block-heading:first-child {
  margin-top: 0;
}
.single .post-nav {
  border-top: 1px solid #606060;
  border-left: none;
  border-right: none;
  display: none !important;
}
@media (min-width: 500px) {
  .single .post-nav {
    display: table;
    width: 100%;
  }
  .single .post-nav .alignleft {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .single .post-nav .alignright {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
.single .post-nav a {
  display: block;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.1;
  color: #d90000;
  text-decoration: none;
}
@media (max-width: 499px) {
  .single .post-nav a {
    margin-bottom: 5px;
  }
}
.single .post-nav .alignleft a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f137";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
}
.single .post-nav .alignright a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f138";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
}

/* Archive 実績紹介ショートコード用
---------------------*/
/*
.news-list.sc-news-work {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: flex-start;
	@include max-xs {
		display: block;
	}
	&::after {
		content: "";
		flex: 0 0 calc((100% - 32px) / 3);
		height: 0;
	}
	.archive-item {
		width: calc((100% - 32px) / 3);
		background: #f7f7f8;
		@include max-sm {
			width: calc((100% - 32px) / 2);
		}
		@include max-xs {
			width: 100%;
			margin-bottom: 16px;
		}
	}
	.post-thumbnail {
		display: block!important;
		aspect-ratio: 4 / 3;
		overflow: hidden;
		@include max-sm {
			aspect-ratio: 5 / 3;
		}
		img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}
	.news-info {
		display: flex;
		display: block;
		min-height: 80px;
		justify-content: center;
		padding: 16px;
		@media screen and (min-width: 701px) {
			align-items: center;
		}
		@include max-sm {
			display: block;
		}
		.time {
			font-family: "Outfit", serif;
			font-size: 14px;
			letter-spacing: 0.05em;
			margin-right: 20px;
			@include max-sm {
				margin-top: 6px;
        		margin-bottom: 6px;
			}
		}
		.category {
			@include max-sm {
				margin-bottom: 6px;
			}
			ul {
				padding: 0;
			}
			li {
				margin-right: 20px;
				list-style-type: none;
				white-space: nowrap;
				margin-left: 0;
				padding-left: 0;
				margin-bottom: 0.5em;
				&:before {
					display: none;
				}
				a {
					text-decoration: none;
					font-size: 13px;
					padding: 2px 6px;
					color: #fff;
					background-color: $site-main;
					border-radius: 6px;
					white-space: nowrap;
					@include max-sm {
						white-space: wrap!important;
						display: block;
						display: inline-block;
					}
				}
			}					
		}
		.title {
			font-size: 20px;
			a {
				text-decoration: none;
				color: #333333;
			}
			a:hover {
				text-decoration: none;
				opacity: .5;
			}
		}
		.content {
			margin-top: 4px;
			a {
				color: $site-text;
				text-decoration: none;
				font-size: 16px;
			}
			a:hover {
				text-decoration: none;
				opacity: .5;
			}
		}
	}
}
*/
/* Archive 実績紹介カテゴリ兼ショートコード用
---------------------*/
.archive.category-work .posts-wrap.items, .sc-news-work {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 499px) {
  .archive.category-work .posts-wrap.items, .sc-news-work {
    display: block;
  }
}
.archive.category-work .posts-wrap.items::after, .sc-news-work::after {
  content: "";
  flex: 0 0 calc((100% - 32px) / 3);
  height: 0;
}
.archive.category-work .posts-wrap.items .post, .sc-news-work .post {
  width: calc((100% - 32px) / 3);
  background: #f7f7f8;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .archive.category-work .posts-wrap.items .post, .sc-news-work .post {
    width: calc((100% - 32px) / 2);
    margin-bottom: 16px;
  }
}
@media (max-width: 499px) {
  .archive.category-work .posts-wrap.items .post, .sc-news-work .post {
    width: 100%;
  }
}
.archive.category-work .posts-wrap.items .post-thumbnail, .sc-news-work .post-thumbnail {
  display: block !important;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (max-width: 991px) {
  .archive.category-work .posts-wrap.items .post-thumbnail, .sc-news-work .post-thumbnail {
    aspect-ratio: 5/3;
  }
}
.archive.category-work .posts-wrap.items .post-thumbnail img, .sc-news-work .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive.category-work .posts-wrap.items .news-info, .sc-news-work .news-info {
  display: flex;
  display: block;
  min-height: 80px;
  justify-content: center;
  padding: 10px 16px 16px 16px;
}
@media screen and (min-width: 701px) {
  .archive.category-work .posts-wrap.items .news-info, .sc-news-work .news-info {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .archive.category-work .posts-wrap.items .news-info, .sc-news-work .news-info {
    display: block;
  }
}
.archive.category-work .posts-wrap.items .news-info .time, .sc-news-work .news-info .time {
  font-family: "Outfit", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .archive.category-work .posts-wrap.items .news-info .time, .sc-news-work .news-info .time {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.archive.category-work .posts-wrap.items .news-info .category, .sc-news-work .news-info .category {
  display: inline-block;
}
@media (max-width: 991px) {
  .archive.category-work .posts-wrap.items .news-info .category, .sc-news-work .news-info .category {
    margin-bottom: 0;
  }
}
.archive.category-work .posts-wrap.items .news-info .category ul, .sc-news-work .news-info .category ul {
  padding: 0;
  margin-bottom: 0;
}
.archive.category-work .posts-wrap.items .news-info .category li, .sc-news-work .news-info .category li {
  margin-right: 20px;
  list-style-type: none;
  white-space: nowrap;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.5em;
}
.archive.category-work .posts-wrap.items .news-info .category li:before, .sc-news-work .news-info .category li:before {
  display: none;
}
.archive.category-work .posts-wrap.items .news-info .category li a, .sc-news-work .news-info .category li a {
  text-decoration: none;
  font-size: 13px;
  padding: 2px 6px;
  color: #fff;
  background-color: #d90000;
  border-radius: 6px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .archive.category-work .posts-wrap.items .news-info .category li a, .sc-news-work .news-info .category li a {
    white-space: wrap !important;
  }
}
.archive.category-work .posts-wrap.items .news-info .title, .sc-news-work .news-info .title {
  font-size: 20px;
}
@media (max-width: 991px) {
  .archive.category-work .posts-wrap.items .news-info .title, .sc-news-work .news-info .title {
    margin-bottom: 6px;
  }
}
.archive.category-work .posts-wrap.items .news-info .title a, .sc-news-work .news-info .title a {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
}
.archive.category-work .posts-wrap.items .news-info .title a:hover, .sc-news-work .news-info .title a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.archive.category-work .posts-wrap.items .news-info .content, .sc-news-work .news-info .content {
  display: block;
  margin-top: 4px;
}
.archive.category-work .posts-wrap.items .news-info .content a, .sc-news-work .news-info .content a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}
.archive.category-work .posts-wrap.items .news-info .content a:hover, .sc-news-work .news-info .content a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* Archive
---------------------*/
.archive #xsnav-wrap {
  background-color: rgba(255, 255, 255, 0.9);
}
.archive #xsnav-wrap h1.logo .logo-white {
  display: none;
}
.archive #xsnav-wrap h1.logo .logo-black {
  display: block;
}
.archive .content-header-title-inner {
  max-width: 940px;
  margin: auto;
}
.archive #content-header {
  padding-bottom: 0;
}
.archive #content-header .mask {
  display: none;
}
.archive .posts-wrap .post {
  display: flex;
  min-height: 70px;
  padding: 26px 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 991px) {
  .archive .posts-wrap .post {
    padding: 14px 0;
  }
}
.archive .posts-wrap, .archive .items {
  margin: 30px auto 0px auto;
}
.archive .posts-wrap .post, .archive .items .post {
  width: 100%;
}
.archive .posts-wrap .archive-item .post-thumbnail, .archive .items .archive-item .post-thumbnail {
  display: none;
}
.archive .posts-wrap .archive-item .news-info, .archive .items .archive-item .news-info {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 701px) {
  .archive .posts-wrap .archive-item .news-info, .archive .items .archive-item .news-info {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .archive .posts-wrap .archive-item .news-info, .archive .items .archive-item .news-info {
    display: block;
  }
}
.archive .posts-wrap .archive-item .news-info .time, .archive .items .archive-item .news-info .time {
  font-family: "Outfit", serif;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .archive .posts-wrap .archive-item .news-info .time, .archive .items .archive-item .news-info .time {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .archive .posts-wrap .archive-item .news-info .category, .archive .items .archive-item .news-info .category {
    margin-bottom: 10px;
  }
}
.archive .posts-wrap .archive-item .news-info .category li, .archive .items .archive-item .news-info .category li {
  margin-right: 20px;
  list-style-type: none;
}
.archive .posts-wrap .archive-item .news-info .category li a, .archive .items .archive-item .news-info .category li a {
  text-decoration: none;
  font-size: 14px;
  padding: 2px 14px;
  color: #d90000;
  border: 1px solid #d90000;
  white-space: nowrap;
  display: block;
}
@media (max-width: 991px) {
  .archive .posts-wrap .archive-item .news-info .category li a, .archive .items .archive-item .news-info .category li a {
    display: inline-block;
  }
}
.archive .posts-wrap .archive-item .news-info .title, .archive .items .archive-item .news-info .title {
  font-size: 16px;
}
.archive .posts-wrap .archive-item .news-info .title a, .archive .items .archive-item .news-info .title a {
  text-decoration: none;
  color: #333333;
}
.archive .posts-wrap .archive-item .news-info .title a:hover, .archive .items .archive-item .news-info .title a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.archive .posts-wrap .archive-item .news-info .content, .archive .items .archive-item .news-info .content {
  display: none;
}
.archive .posts-wrap .wp-pagenavi, .archive .items .wp-pagenavi {
  order: 2;
  width: 100%;
}

/* Featured
---------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 930px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
#featured-1 {
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 40%;
  width: 100%;
  max-width: 1450px;
  overflow: hidden;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 30px;
}
@media (min-width: 1450px) {
  #featured-1 {
    padding-top: 580px;
  }
}
@media (max-width: 930px) {
  #featured-1 {
    margin-top: 80px;
    padding-top: 160%;
  }
}
@media (max-width: 499px) {
  #featured-1 {
    margin-top: 70px;
  }
}
#featured-1 .mv-copy-wrap {
  position: absolute;
  z-index: 20;
  top: 30%;
  left: 3%;
  width: 50%;
  text-align: center;
}
@media (max-width: 930px) {
  #featured-1 .mv-copy-wrap {
    width: 92%;
  }
}
#featured-1 .featured-slide-wrap {
  overflow: hidden;
}
#featured-1 .featured-slide-wrap.visible {
  visibility: visible;
}
#featured-1 .featured-slide-wrap .featured-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#featured-1 .featured-slide-wrap .featured-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 800px;
  width: 2400px;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; /* containを使用すると比率を保ちつつ全体を表示 */
}
#featured-1 .featured-slide-wrap .featured-slide .copy-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
}
#featured-1 .featured-slide-wrap .featured-slide {
  z-index: 8;
}
#featured-1 .featured-slide-wrap .featured-slide.active {
  z-index: 10;
}
#featured-1 .featured-slide-wrap .featured-slide.active .featured-cover {
  opacity: 1;
}
#featured-1 .featured-slide-wrap .featured-slide.last-active {
  z-index: 9;
}
#featured-1 .featured-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transform: scale(1);
  opacity: 0;
  transition: opacity 1s, transform 1s linear;
}

/* firefoxで再読み込みボタンのクリックで、スライド画像が表示されない件の対策 */
#featured-1 .featured-slide:first-child .featured-cover {
  opacity: 1;
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  /*全体の高さ*/
  height: 100px;
  width: 100px;
  z-index: 1;
}
@media (max-width: 499px) {
  .scrolldown1 {
    display: none;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: 18px;
  top: 20px;
  /*テキストの形状*/
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  right: 50px;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
  50% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 60px;
    top: 80px;
    opacity: 0;
  }
}
/* Home
---------------------*/
.page-template-homepage .container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1100px) {
  .page-template-homepage .container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 1140px;
  }
}

#home-works {
  display: block;
}

h2.home-heading .heading-inner {
  letter-spacing: 0.1em;
}

.home h2.home-heading {
  margin-bottom: 50px;
  color: #333333;
}
.home h2.home-heading .en {
  font-size: 66px;
  font-weight: 600;
  display: block;
}
.home h2.home-heading .heading-inner {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #47494e;
}
.home h3.wp-block-heading {
  color: #d90000;
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .home h3.wp-block-heading {
    font-size: 22px;
  }
}
@media (max-width: 499px) {
  .home h3.wp-block-heading {
    margin-bottom: 0;
  }
}
.home .wp-block-columns.home-clms {
  margin-bottom: 140px;
}
@media (max-width: 499px) {
  .home .wp-block-columns.home-clms {
    display: flex;
  }
}
.home .wp-block-columns.home-clms .wp-block-column.right-tight-clm {
  padding-left: 50px;
}
@media (max-width: 499px) {
  .home .wp-block-columns.home-clms .wp-block-column.right-tight-clm {
    padding-left: 0;
    order: 2;
  }
}
.home .wp-block-columns.home-clms .wp-block-column.left-tight-clm {
  padding-right: 50px;
}
@media (max-width: 499px) {
  .home .wp-block-columns.home-clms .wp-block-column.left-tight-clm {
    padding-right: 0;
    order: 1;
  }
}
.home .wp-block-buttons {
  margin: 50px 0 20px 0;
}

.home-products-area {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.home-products-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea; /* 左側の色 */
  clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
  z-index: 0;
}
.home-products-area .wp-block-group__inner-container {
  z-index: 1;
  position: relative;
}
.home-products-area h2.wp-block-heading {
  text-align: center;
  line-height: 1.1;
  position: relative;
  padding-bottom: 32px;
}
.home-products-area h2.wp-block-heading:before {
  content: "";
  height: 3px;
  width: 80px;
  background: #d90000;
  position: absolute;
  left: 50%;
  top: auto;
  margin-left: -40px;
  bottom: 0;
  display: block;
}
.home-products-area h2.wp-block-heading:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #47494e;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.home-products-area h2.wp-block-heading .en {
  font-size: 66px;
  font-weight: 600;
  display: block;
}
.home-products-area h2.wp-block-heading .jp {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #47494e;
}
.home-products-area h3.wp-block-heading {
  padding: 0;
  background: transparent;
  color: #333333;
  text-align: center;
}
@media (max-width: 499px) {
  .home-products-area h3.wp-block-heading {
    font-size: 31px;
    margin-bottom: 16px;
  }
}
.home-products-area .wp-block-image {
  background: #fff;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-recruit-area.wp-block-columns {
  gap: 0;
}
@media (max-width: 991px) {
  .home-recruit-area.wp-block-columns {
    flex-direction: column-reverse;
  }
}
.home-recruit-area.wp-block-columns .wp-block-column:first-child {
  background: #d90000;
  padding: 40px 30px 50px 50px;
}
@media (max-width: 1199px) {
  .home-recruit-area.wp-block-columns .wp-block-column:first-child {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .home-recruit-area.wp-block-columns .wp-block-column:first-child {
    padding: 16px 16px 30px 16px;
  }
}
.home-recruit-area.wp-block-columns h2.wp-block-heading {
  line-height: 1.1;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .home-recruit-area.wp-block-columns h2.wp-block-heading {
    padding-left: 0;
  }
}
.home-recruit-area.wp-block-columns h2.wp-block-heading:before {
  display: none;
}
.home-recruit-area.wp-block-columns h2.wp-block-heading:after {
  display: none;
}
.home-recruit-area.wp-block-columns h2.wp-block-heading .en {
  font-size: 66px;
  font-weight: 600;
  display: block;
  color: #fff;
}
.home-recruit-area.wp-block-columns h2.wp-block-heading .jp {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.home-recruit-area.wp-block-columns h3.wp-block-heading {
  padding: 0;
  background: transparent;
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
}
@media (max-width: 1199px) {
  .home-recruit-area.wp-block-columns h3.wp-block-heading {
    font-size: 31px;
  }
}
.home-recruit-area.wp-block-columns p {
  color: #fff;
}
@media (max-width: 991px) {
  .home-recruit-area.wp-block-columns p br {
    display: none;
  }
}
.home-recruit-area.wp-block-columns .wp-block-image {
  height: 100%;
}
.home-recruit-area.wp-block-columns .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0;
}
.home-recruit-area.wp-block-columns .wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 499px) {
  .home-recruit-area.wp-block-columns .wp-block-buttons {
    flex-direction: column;
  }
}
.home-recruit-area.wp-block-columns .wp-block-buttons .wp-block-button {
  width: 48%;
}
@media (max-width: 499px) {
  .home-recruit-area.wp-block-columns .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.home-recruit-area.wp-block-columns .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: #fff;
  color: #333333;
  padding: 2em 1em 2em 1em;
}
.home-recruit-area.wp-block-columns .wp-block-buttons .wp-block-button a.wp-block-button__link:after {
  border-top: solid 2px #d90000;
  border-right: solid 2px #d90000;
}

.recruit-group {
  background: #d90000;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.recruit-group::before {
  content: "";
  background-image: url("../img/recruit_logo.svg");
  width: 251px;
  height: 344px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .recruit-group::before {
    top: 40px;
  }
}
@media (max-width: 991px) {
  .recruit-group::before {
    width: 200px;
    height: 274px;
    bottom: 150px;
  }
}
@media (max-width: 499px) {
  .recruit-group::before {
    width: 200px;
    height: 274px;
    bottom: 184px;
  }
}
@media (max-width: 499px) {
  .recruit-group {
    padding: 16px;
  }
}
.recruit-group h2.home-heading {
  padding-left: 0;
  margin-bottom: 40px;
}
.recruit-group h2.home-heading:before {
  display: none;
}
.recruit-group h2.home-heading .en {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
}
@media (max-width: 499px) {
  .recruit-group h2.home-heading .en {
    font-size: 66px;
  }
}
.recruit-group h2.home-heading .heading-inner {
  color: #fff;
  font-size: 17px;
}
.recruit-group p {
  color: #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .recruit-group p br {
    display: none;
  }
}
.recruit-group .wp-block-columns.recruit-img {
  gap: 0;
}
.recruit-group .wp-block-columns.recruit-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 499px) {
  .recruit-group .wp-block-columns.recruit-img img {
    height: 100px;
  }
}
.recruit-group .wp-block-columns.recruit-img .wp-block-column {
  position: relative;
}
.recruit-group .wp-block-columns.recruit-img .wp-block-column:first-child {
  margin-right: 16px;
}
.recruit-group .wp-block-columns.recruit-img:last-child .wp-block-column img {
  margin-bottom: 0;
}
.recruit-group .wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 10px;
}
.recruit-group .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 345px;
}
.recruit-group .wp-block-buttons .wp-block-button:first-child {
  margin-bottom: 20px;
}
.recruit-group .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: #fff;
  color: #333333;
  width: 100%;
  max-width: 345px;
  justify-content: center;
}
.recruit-group .wp-block-buttons .wp-block-button a.wp-block-button__link:before {
  color: #fff;
}
.recruit-group .wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  background: #d90000;
}

h2.home-heading.s-h2 {
  text-align: center;
  position: relative;
  padding-left: 0;
}
h2.home-heading.s-h2:before {
  display: none;
}
h2.home-heading.s-h2:after {
  content: "";
  background-image: url("../img/s_h2.svg");
  width: 32px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: -9px;
  z-index: 0;
  display: block !important;
}
h2.home-heading.s-h2 .en {
  color: #444444;
  font-size: 97px;
  font-weight: 700;
}
@media (max-width: 499px) {
  h2.home-heading.s-h2 .en {
    font-size: 66px;
  }
}
h2.home-heading.s-h2 .heading-inner {
  color: #848484;
  font-size: 22px;
}

.service-category {
  text-align: center; /* pタグを中央寄せする */
  margin-top: 50px; /* 任意：余白 */
  margin-bottom: 40px;
}

.service-category p {
  display: inline-block;
  background: #01adc7;
  color: #fff;
  padding: 2px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0; /* pタグのデフォルト余白をリセット */
}

.s1-group {
  position: relative;
}
.s1-group:before {
  content: "";
  background-image: url("../img/s01.svg");
  width: 218px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block !important;
}

.s2-group {
  position: relative;
}
.s2-group:before {
  content: "";
  background-image: url("../img/s02.svg");
  width: 218px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block !important;
}

.s3-group {
  position: relative;
}
.s3-group:before {
  content: "";
  background-image: url("../img/s03.svg");
  width: 218px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block !important;
}

.service-group {
  background: #f7f7f8;
  border-radius: 20px;
  padding: 70px 70px 30px 70px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .service-group {
    padding: 100px 30px 30px 30px;
  }
}
.service-group h3.wp-block-heading {
  font-size: 40px;
  color: #444444;
  padding: 0;
}
@media (max-width: 991px) {
  .service-group h3.wp-block-heading {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .service-group .wp-block-columns {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.service-group .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 345px;
}
.service-group .wp-block-buttons .wp-block-button:first-child {
  margin-bottom: 20px;
}
.service-group .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: #fff;
  color: #333333;
  width: 100%;
  max-width: 345px;
  justify-content: center;
}
.service-group .wp-block-buttons .wp-block-button a.wp-block-button__link:before {
  color: #fff;
}
.service-group .wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  background: #d90000;
}
.service-group .wp-block-image img {
  margin-bottom: 0;
}

.message-brock {
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}
.message-brock .wp-block-group__inner-container {
  width: 100% !important;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .message-brock .wp-block-group__inner-container {
    padding-left: 0 !important;
  }
}
@media (max-width: 499px) {
  .message-brock .wp-block-group__inner-container .wp-block-column:first-child {
    padding-top: 80px;
  }
}
.message-brock .wp-block-group__inner-container .wp-block-column:last-child {
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 499px) {
  .message-brock .wp-block-group__inner-container .wp-block-column:last-child {
    align-items: flex-start;
  }
}
.message-brock .wp-block-group__inner-container .wp-block-image img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 499px) {
  .message-brock .wp-block-group__inner-container .wp-block-image img {
    height: 280px;
  }
}
.message-brock h2.home-heading {
  writing-mode: vertical-rl;
}
.message-brock h2.home-heading .en {
  font-size: 17px;
  color: #e95835;
}
.message-brock h2.home-heading .heading-inner {
  font-size: 34px;
}
@media (max-width: 499px) {
  .message-brock h2.home-heading .heading-inner {
    font-size: 24px;
    line-height: 1.4;
  }
}

.message-brock-2 {
  margin-bottom: 120px;
}
@media (max-width: 499px) {
  .message-brock-2 {
    margin-bottom: 60px;
  }
}

#home-content .policy-block {
  background: linear-gradient(90deg, #000 0%, #000 60%, #fff 60%, #fff 100%);
  color: #fff;
  font-weight: bold;
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
@media (max-width: 780px) {
  #home-content .policy-block {
    background: #000;
  }
}
@media (max-width: 499px) {
  #home-content .policy-block {
    background: linear-gradient(90deg, #000 0%, #000 80%, #fff 80%, #fff 100%);
  }
}
@media (max-width: 499px) {
  #home-content .policy-block .wp-block-group__inner-container {
    padding-left: 0;
  }
}
#home-content .policy-block h2.policy-heading {
  color: #83f9fc;
  font-size: 48px;
  margin-top: 30px;
}
#home-content .policy-block .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 499px) {
  #home-content .policy-block .wp-block-columns {
    flex-flow: column-reverse;
    background-color: #000;
  }
}
@media (max-width: 499px) {
  #home-content .policy-block .wp-block-columns .wp-block-column:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home-content .policy-block .wp-block-image img {
  margin-bottom: 0;
}

.factory-slide-area .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.factory-slide-area .content-container .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0);
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .factory-slide-area .content-container .bx-wrapper {
    max-width: 760px !important;
  }
}
@media (max-width: 991px) {
  .factory-slide-area .content-container .bx-wrapper {
    max-width: 330px !important;
  }
}
@media (max-width: 499px) {
  .factory-slide-area .content-container .bx-wrapper {
    max-width: 330px !important;
  }
}
.factory-slide-area .content-container .bx-wrapper .bx-viewport #honsya-widget-slide li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px !important;
  width: 220px !important;
  margin-right: 36px;
}
@media (max-width: 991px) {
  .factory-slide-area .content-container .bx-wrapper .bx-viewport #honsya-widget-slide li {
    width: 330px !important;
  }
}
.factory-slide-area .content-container .bx-wrapper .bx-viewport #honsya-widget-slide li .wp-block-group {
  color: #fff;
}
.factory-slide-area .content-container .bx-wrapper .bx-viewport #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.factory-slide-area .content-container .bx-wrapper .bx-viewport #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 24px 30px;
}
.factory-slide-area .content-container .bx-wrapper .bx-viewport #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container h3.wp-block-heading {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.factory-slide-area .content-container .bx-wrapper .bx-viewport #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container p {
  color: #d90000;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-num {
  font-family: "Montserrat", sans-serif;
  color: #ffd13b;
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
  margin-right: 10px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info {
  padding: 12px;
  background-color: #fff;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info a {
  text-decoration: none;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info p.department {
  font-size: 18px;
  margin-bottom: 4px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info p.years {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group img {
  width: 100%;
  margin-bottom: 0;
  height: 323px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img {
  border-radius: 16px 16px 0 0;
  max-height: 220px;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img {
  border-radius: 0 0 16px 16px;
  max-height: 110px;
}
.factory-slide-area .content-container .bx-wrapper #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area .content-container #honsya-widget-slide li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px !important;
  width: 220px !important;
  margin-right: 36px;
}
@media (max-width: 991px) {
  .factory-slide-area .content-container #honsya-widget-slide li {
    width: 330px !important;
  }
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group {
  color: #fff;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 24px 30px;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container h3.wp-block-heading {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container p {
  color: #d90000;
}
.factory-slide-area .content-container #honsya-widget-slide {
  width: 100%;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-num {
  font-family: "Montserrat", sans-serif;
  color: #ffd13b;
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
  margin-right: 10px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info {
  padding: 12px;
  background-color: #fff;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info a {
  text-decoration: none;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info p.department {
  font-size: 18px;
  margin-bottom: 4px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .interview-info p.years {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-group img {
  width: 100%;
  margin-bottom: 0;
  height: 323px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img {
  border-radius: 16px 16px 0 0;
  max-height: 220px;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a {
  position: relative;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a:before {
  content: "";
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
  background: #ffd13b;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 28px;
  bottom: 28px;
  transform: rotate(135deg);
  z-index: 1;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img {
  border-radius: 0 0 16px 16px;
  max-height: 110px;
}
.factory-slide-area .content-container #honsya-widget-slide li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area .bx-wrapper .bx-pager, .factory-slide-area .bx-wrapper .bx-controls-auto {
  bottom: 17px;
}
.factory-slide-area .bx-controls-direction {
  height: 70px;
}
.factory-slide-area .bx-controls .bx-controls-direction a.bx-next {
  z-index: 2;
  right: -46px;
}
@media (max-width: 499px) {
  .factory-slide-area .bx-controls .bx-controls-direction a.bx-next {
    display: none;
  }
}
.factory-slide-area .bx-controls .bx-controls-direction a.bx-prev {
  z-index: 2;
  left: -46px;
}
@media (max-width: 499px) {
  .factory-slide-area .bx-controls .bx-controls-direction a.bx-prev {
    display: none;
  }
}
.factory-slide-area .bx-controls .bx-pager.bx-default-pager a.active {
  background: #e95835;
}
@media (max-width: 499px) {
  .factory-slide-area .bx-controls .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    margin: 0 14px;
    border-radius: 20px;
  }
}

.factory-slide-area2 .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.factory-slide-area2 .content-container .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0);
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .factory-slide-area2 .content-container .bx-wrapper {
    max-width: 760px !important;
  }
}
@media (max-width: 991px) {
  .factory-slide-area2 .content-container .bx-wrapper {
    max-width: 330px !important;
  }
}
@media (max-width: 499px) {
  .factory-slide-area2 .content-container .bx-wrapper {
    max-width: 330px !important;
  }
}
.factory-slide-area2 .content-container .bx-wrapper .bx-viewport #honsya-widget-slide2 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px !important;
  width: 220px !important;
  margin-right: 36px;
}
@media (max-width: 991px) {
  .factory-slide-area2 .content-container .bx-wrapper .bx-viewport #honsya-widget-slide2 li {
    width: 330px !important;
  }
}
.factory-slide-area2 .content-container .bx-wrapper .bx-viewport #honsya-widget-slide2 li .wp-block-group {
  color: #fff;
}
.factory-slide-area2 .content-container .bx-wrapper .bx-viewport #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.factory-slide-area2 .content-container .bx-wrapper .bx-viewport #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 24px 30px;
}
.factory-slide-area2 .content-container .bx-wrapper .bx-viewport #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container h3.wp-block-heading {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.factory-slide-area2 .content-container .bx-wrapper .bx-viewport #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container p {
  color: #d90000;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-num {
  font-family: "Montserrat", sans-serif;
  color: #ffd13b;
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
  margin-right: 10px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info {
  padding: 12px;
  background-color: #fff;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info a {
  text-decoration: none;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info p.department {
  font-size: 18px;
  margin-bottom: 4px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info p.years {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group img {
  width: 100%;
  margin-bottom: 0;
  height: 323px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img {
  border-radius: 16px 16px 0 0;
  max-height: 220px;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a {
  position: relative;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a:before {
  content: "";
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
  background: #ffd13b;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 28px;
  bottom: 28px;
  transform: rotate(135deg);
  z-index: 1;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img {
  border-radius: 0 0 16px 16px;
  max-height: 110px;
}
.factory-slide-area2 .content-container .bx-wrapper #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px !important;
  width: 220px !important;
  margin-right: 36px;
}
@media (max-width: 991px) {
  .factory-slide-area2 .content-container #honsya-widget-slide2 li {
    width: 330px !important;
  }
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group {
  color: #fff;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 24px 30px;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container h3.wp-block-heading {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container p {
  color: #d90000;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 {
  width: 100%;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-num {
  font-family: "Montserrat", sans-serif;
  color: #ffd13b;
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
  margin-right: 10px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info {
  padding: 12px;
  background-color: #fff;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info a {
  text-decoration: none;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info p.department {
  font-size: 18px;
  margin-bottom: 4px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .interview-info p.years {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-group img {
  width: 100%;
  margin-bottom: 0;
  height: 323px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img {
  border-radius: 16px 16px 0 0;
  max-height: 220px;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a {
  position: relative;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a:before {
  content: "";
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
  background: #ffd13b;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(1) a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 28px;
  bottom: 28px;
  transform: rotate(135deg);
  z-index: 1;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img {
  border-radius: 0 0 16px 16px;
  max-height: 110px;
}
.factory-slide-area2 .content-container #honsya-widget-slide2 li .wp-block-group .wp-block-group__inner-container .wp-block-image:nth-of-type(2) img:hover {
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.factory-slide-area2 .bx-wrapper .bx-pager, .factory-slide-area2 .bx-wrapper .bx-controls-auto {
  bottom: 17px;
}
.factory-slide-area2 .bx-controls-direction {
  height: 70px;
}
.factory-slide-area2 .bx-controls .bx-controls-direction a.bx-next {
  right: -46px;
}
@media (max-width: 499px) {
  .factory-slide-area2 .bx-controls .bx-controls-direction a.bx-next {
    display: none;
  }
}
.factory-slide-area2 .bx-controls .bx-controls-direction a.bx-prev {
  left: -46px;
}
@media (max-width: 499px) {
  .factory-slide-area2 .bx-controls .bx-controls-direction a.bx-prev {
    display: none;
  }
}
.factory-slide-area2 .bx-controls .bx-pager.bx-default-pager a.active {
  background: #e95835;
}
@media (max-width: 499px) {
  .factory-slide-area2 .bx-controls .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    margin: 0 14px;
    border-radius: 20px;
  }
}

.f-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .f-container {
    display: flex;
  }
}
@media (min-width: 500px) {
  .f-container .f-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 499px) {
  .f-container .f-item {
    margin-bottom: 30px;
  }
}

#home-copy-area {
  background-color: #fff3e1;
  min-height: 860px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #home-copy-area {
    min-height: 900px;
  }
}
@media (max-width: 700px) {
  #home-copy-area {
    padding-top: 550px;
  }
}
@media (max-width: 499px) {
  #home-copy-area {
    padding-top: 320px;
    min-height: 400px;
    background-position: -180px 0px;
  }
}
#home-copy-area:before {
  content: "";
  width: 1016px;
  width: 68%;
  height: 553px;
  background: #d90000;
  border-radius: 0 0 50px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 700px) {
  #home-copy-area:before {
    width: 50%;
  }
}
@media (max-width: 499px) {
  #home-copy-area:before {
    width: 40%;
    height: 270px;
    border-radius: 0 0 20px 0;
  }
}
#home-copy-area .message-mv {
  position: relative;
  width: 50%; /* または他の適切な幅 */
  max-width: 820px; /* もしくは他の適切な最大幅 */
  border: 17px solid #fff3e1;
  border-radius: 0 50px 50px 0;
  border-left: 0;
  z-index: 1;
}
#home-copy-area .message-mv:before {
  content: "";
  display: block;
  padding-top: 96.25%; /* 高さ/幅の比率をパーセントで計算 */
}
@media (max-width: 1199px) {
  #home-copy-area .message-mv {
    width: 45%;
  }
}
@media (max-width: 700px) {
  #home-copy-area .message-mv {
    width: 40%;
    margin-left: 60%;
    border: 0;
  }
}
#home-copy-area .message-mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1199px) {
  #home-copy-area .message-mv img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 700px) {
  #home-copy-area .message-mv img {
    height: 300px;
    border-radius: 30px 0 0 30px;
  }
}
@media (max-width: 499px) {
  #home-copy-area .message-mv img {
    height: 160px;
  }
}
#home-copy-area .copy-wrap {
  height: 680px;
  display: flex;
  position: absolute;
  right: 8%;
  top: 120px;
  z-index: 2;
}
@media (min-width: 1500px) {
  #home-copy-area .copy-wrap {
    right: 13%;
  }
}
@media (max-width: 1300px) {
  #home-copy-area .copy-wrap {
    top: 110px;
    right: 6%;
  }
}
@media (max-width: 991px) {
  #home-copy-area .copy-wrap {
    top: 180px;
    right: 5%;
  }
}
@media (max-width: 700px) {
  #home-copy-area .copy-wrap {
    top: 110px;
    right: 10%;
  }
}
@media (max-width: 499px) {
  #home-copy-area .copy-wrap {
    top: 40px;
    right: 5%;
  }
}
#home-copy-area .copy-wrap p {
  white-space: pre-wrap;
}
@-moz-document url-prefix() {
  #home-copy-area .copy-wrap- {
    position: initial;
    width: 100%;
    justify-content: end;
    align-items: center;
    padding-top: 240px;
    padding-right: 50px;
  }
  @media (max-width: 991px) {
    #home-copy-area .copy-wrap- {
      padding-right: 10px;
    }
  }
}
#home-copy-area h2.home-heading {
  writing-mode: tb;
  margin-left: 46px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #home-copy-area h2.home-heading {
    margin-left: 36px;
  }
}
@media (max-width: 991px) and (max-width: 499px) {
  #home-copy-area h2.home-heading {
    margin-left: 20px;
    margin-left: 0;
  }
}
#home-copy-area h2.home-heading .en {
  color: #d90000;
  font-size: 20px;
  margin-left: 20px;
  color: #ffc600;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  #home-copy-area h2.home-heading .en {
    font-size: 15px;
    margin-left: 8px;
  }
}
#home-copy-area h2.home-heading .heading-inner {
  font-size: 21px;
  font-size: 55px;
  font-weight: 900;
  text-orientation: upright;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 991px) {
  #home-copy-area h2.home-heading .heading-inner {
    font-size: 35px;
  }
}
@media (max-width: 499px) {
  #home-copy-area h2.home-heading .heading-inner {
    font-size: 26px;
  }
}
#home-copy-area .copy-text {
  writing-mode: tb;
  writing-mode: vertical-rl;
  height: 580px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.3;
}
#home-copy-area .copy-text p {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  #home-copy-area .copy-text {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media (max-width: 499px) {
  #home-copy-area .copy-text {
    margin-top: 50px;
    margin-right: 30px;
    height: 320px;
    font-size: 17px;
    line-height: 1.8;
  }
}
#home-copy-area .f-container {
  max-width: 1090px;
}

#home-works {
  padding: 90px 0 120px 0;
  background: #fff3e1;
  position: relative;
}
#home-works .d-none {
  display: none !important;
}
@media (min-width: 500px) {
  #home-works br {
    display: none;
  }
}
#home-works .container {
  position: relative;
}
#home-works .container:before {
  content: "";
  background: url(../img/pickup_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 237px;
  height: 779px;
  display: block;
  left: 3%;
  top: 10px;
  position: absolute;
}
@media (max-width: 499px) {
  #home-works .container:before {
    width: 150px;
    top: 80px;
  }
}
#home-works .container:after {
  content: "";
  background: url(../img/pickup_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 203px;
  height: 673px;
  display: block;
  right: 3%;
  top: 10px;
  position: absolute;
}
@media (max-width: 991px) {
  #home-works .container:after {
    top: auto;
    bottom: -97px;
  }
}
#home-works:before {
  content: "";
  width: 73%;
  height: 470px;
  background: #ffd13b;
  border-radius: 50px 0 0 50px;
  position: absolute;
  bottom: 90px;
  right: 0;
}
@media (max-width: 991px) {
  #home-works:before {
    height: 1200px;
  }
}
@media (max-width: 499px) {
  #home-works:before {
    height: 1200px;
  }
}
#home-works .f-container {
  max-width: 1090px;
  display: flex;
}
#home-works .f-container .f-item:first-child {
  width: 30%;
}
#home-works .f-container .f-item:last-child {
  width: 70%;
  white-space: pre-line;
}
@media (max-width: 499px) {
  #home-works .f-container .f-item:last-child {
    padding-left: 30px;
    padding-top: 40px;
  }
}
#home-works p {
  line-height: 2.4;
}
#home-works h2.home-heading {
  text-align: center;
  padding-top: 20px;
}
#home-works h2.home-heading .heading-inner {
  position: relative;
}
#home-works h2.home-heading .heading-inner:before {
  content: "";
  background: url(../img/pickup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 867px;
  height: 185px;
  display: block;
  left: 50%;
  margin-left: -433px;
  top: -70px;
  position: absolute;
}
@media (max-width: 499px) {
  #home-works h2.home-heading .heading-inner:before {
    width: 300px;
    height: 80px;
    margin-left: -150px;
  }
}
#home-works .archive-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  max-width: 1090px;
  position: relative;
  z-index: 1;
}
#home-works .archive-items .works-block {
  width: 50%;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 991px) {
  #home-works .archive-items .works-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  #home-works .archive-items .works-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
#home-works .archive-items .works-block:last-child {
  margin-bottom: 10px;
}
#home-works .archive-items .works-block:nth-child(n+4) {
  display: none;
}
#home-works .archive-items .works-block .post-thumbnail {
  max-width: 500px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  #home-works .archive-items .works-block .post-thumbnail {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
#home-works .archive-items .works-block .post-thumbnail img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  #home-works .archive-items .works-block .post-thumbnail img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  #home-works .archive-items .works-block .post-thumbnail img {
    height: 260px;
  }
}
@media (max-width: 499px) {
  #home-works .archive-items .works-block .post-thumbnail img {
    height: 260px;
  }
}
#home-works .archive-items .works-block .post-thumbnail img:hover {
  transition: 0.5s;
  transform: scale(1.1); /* 拡大 */
}
#home-works .archive-items .works-block a {
  text-align: center;
  text-decoration: none;
  color: #333333;
  padding-top: 14px;
}
#home-works .archive-items .works-block a:hover {
  transition: 0.5s;
}
#home-works .archive-items .works-block a .time {
  padding-top: 26px;
  text-align: center;
  color: #a3a3a3;
  font-size: 14px;
  display: none;
}
#home-works .archive-items .works-block a .sanchi {
  margin-top: 30px;
}
#home-works .archive-items .works-block a h3.heading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
#home-works .archive-items .works-block a h3.heading .heading-inner {
  display: block;
  letter-spacing: 0.05em;
}
#home-works .archive-items .works-block a .works-text {
  color: #333333;
  font-size: 15px;
  padding: 0 20px;
}
#home-works .wp-block-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  #home-works .wp-block-buttons {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  #home-works .wp-block-buttons {
    margin-top: 0;
  }
}

#home-message {
  background-image: url("../img/bg_message.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#home-message .home-message {
  text-align: center;
  font-size: 47px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #e95835;
  min-height: 330px;
}
@media (max-width: 991px) {
  #home-message .home-message {
    font-size: 28px;
    min-height: 230px;
  }
}

#home-banner-area .f-container {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #home-banner-area .f-container {
    display: block;
  }
}
#home-banner-area .f-container .f-item {
  width: calc(33.33% - 0px);
  position: relative;
}
#home-banner-area .f-container .f-item a {
  text-decoration: none;
}
@media (max-width: 991px) {
  #home-banner-area .f-container .f-item {
    width: calc(100% - 0px);
    margin-bottom: 0;
  }
}
#home-banner-area .f-container .top-banner {
  min-height: 370px;
  position: relative;
}
@media (max-width: 499px) {
  #home-banner-area .f-container .top-banner {
    min-height: 200px;
  }
}
#home-banner-area .f-container .top-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#home-banner-area .f-container .top-banner:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
#home-banner-area .f-container .top-banner:after {
  content: "";
  background-image: url("../img/btn_banner.svg");
  width: 140px;
  height: 50px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: 50px;
  display: none;
}
@media (max-width: 499px) {
  #home-banner-area .f-container .top-banner:after {
    margin-top: 30px;
  }
}
#home-banner-area .f-container .top-banner:hover:after {
  display: block;
  transition: 0.4s;
}
#home-banner-area .f-container .top-banner.banner-service {
  background-image: url("../img/top_banner_service.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home-banner-area .f-container .top-banner.banner-flow {
  background-image: url("../img/top_banner_flow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home-banner-area .f-container .top-banner.banner-faq {
  background-image: url("../img/top_banner_faq.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home-banner-area .f-container h2.home-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 370px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 499px) {
  #home-banner-area .f-container h2.home-heading {
    min-height: 200px;
  }
}
#home-banner-area .f-container h2.home-heading .heading-inner {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 991px) {
  #home-banner-area .f-container h2.home-heading .heading-inner {
    font-size: 22px;
  }
}

#home-information {
  padding: 80px 0 70px;
  margin-top: 30px;
}
@media (max-width: 499px) {
  #home-information {
    padding: 0 0 70px;
  }
}
#home-information h2.home-heading {
  position: relative;
  padding-bottom: 30px;
}
#home-information h2.home-heading:before {
  content: "";
  height: 3px;
  width: 80px;
  background: #d90000;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  display: block;
}
#home-information h2.home-heading:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #47494e;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home-information h2.home-heading .en {
  font-size: 70px;
  font-weight: 700;
}
#home-information h2.home-heading .heading-inner {
  font-size: 22px;
  font-weight: 700;
}
#home-information .f-container {
  display: flex;
}
@media (max-width: 991px) {
  #home-information .f-container {
    display: block;
  }
}
@media (max-width: 499px) {
  #home-information .f-container {
    margin-bottom: 0;
  }
}
#home-information .f-container .f-item:first-child {
  width: 40%;
}
@media (max-width: 991px) {
  #home-information .f-container .f-item:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
#home-information .f-container .f-item:last-child {
  width: 60%;
}
@media (max-width: 991px) {
  #home-information .f-container .f-item:last-child {
    width: 100%;
  }
}
@media (max-width: 499px) {
  #home-information .f-container .f-item:last-child {
    margin-bottom: 0;
  }
}
#home-information #home-news {
  margin-bottom: 34px;
}
#home-information #home-news .news-wrap {
  display: flex;
  padding: 26px 0;
  border-bottom: 1px solid #efefef;
}
#home-information #home-news .news-wrap .news-h {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 499px) {
  #home-information #home-news .news-wrap .news-h {
    padding: 5px 10px;
  }
}
#home-information #home-news .news-wrap .news-h .news-headiang .en {
  font-size: 20px;
  letter-spacing: 1px;
  color: #e95835;
  font-family: "Oswald", sans-serif;
}
#home-information #home-news .news-wrap .news-content {
  display: flex;
  width: 100%;
}
@media (max-width: 499px) {
  #home-information #home-news .news-wrap .news-content {
    padding: 8px 0;
  }
}
#home-information #home-news .news-wrap .news-content .archive-item .post-thumbnail {
  display: none;
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 701px) {
  #home-information #home-news .news-wrap .news-content .archive-item .news-info {
    align-items: center;
  }
}
@media (max-width: 991px) {
  #home-information #home-news .news-wrap .news-content .archive-item .news-info {
    display: block;
  }
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info .time {
  font-family: "Outfit", serif;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 991px) {
  #home-information #home-news .news-wrap .news-content .archive-item .news-info .time {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #home-information #home-news .news-wrap .news-content .archive-item .news-info .category {
    margin-bottom: 10px;
  }
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info .category li {
  margin-right: 20px;
  list-style-type: none;
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info .category li a {
  text-decoration: none;
  font-size: 14px;
  padding: 2px 14px;
  color: #d90000;
  border: 1px solid #d90000;
  white-space: nowrap;
  display: block;
}
@media (max-width: 991px) {
  #home-information #home-news .news-wrap .news-content .archive-item .news-info .category li a {
    display: inline-block;
  }
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info .title {
  font-size: 16px;
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info .title a {
  text-decoration: none;
  color: #333333;
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info .title a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#home-information #home-news .news-wrap .news-content .archive-item .news-info .content {
  display: none;
}
#home-information .wp-block-buttons {
  display: flex;
  justify-content: end;
  margin-top: 54px;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  #home-information .wp-block-buttons {
    margin-bottom: 40px;
  }
}
#home-information .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
#home-information .wp-block-buttons .wp-block-button a.wp-block-button__link:before {
  color: #fff;
}

#home-works-info {
  padding: 160px 16px;
  background-color: #d90000;
  background-image: url(../img/dotto.svg);
  background-repeat: repeat;
}
@media (max-width: 499px) {
  #home-works-info {
    padding: 70px 16px;
  }
}
#home-works-info .content-base {
  background: #fff;
  border-radius: 20px;
  padding: 52px 52px 120px 52px;
}
@media (max-width: 991px) {
  #home-works-info .content-base {
    padding: 52px 16px 50px 16px;
  }
}
#home-works-info .content-base h2.home-heading {
  text-align: center;
}
#home-works-info .content-base h3.home-heading {
  text-align: center;
  font-size: 31px;
}
@media (max-width: 499px) {
  #home-works-info .content-base h3.home-heading {
    font-size: 22px;
  }
}
@media (max-width: 499px) {
  #home-works-info .content-base h3.home-heading br {
    display: none;
  }
}
#home-works-info .content-base .home-works-info-copy img {
  margin: 0 auto;
  margin-bottom: 50px;
  display: block;
}
#home-works-info .content-base .home-works-info-lead {
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
  line-height: 2;
}
@media (min-width: 992px) {
  #home-works-info .content-base .home-works-info-lead {
    width: 824px;
  }
}
@media (max-width: 499px) {
  #home-works-info .content-base .home-works-info-lead {
    margin-bottom: 30px;
  }
}
#home-works-info .content-base .home-works-info-mv {
  margin-bottom: 80px;
}
@media (max-width: 499px) {
  #home-works-info .content-base .home-works-info-mv {
    margin-bottom: 40px;
  }
}
#home-works-info .content-base .wp-block-buttons {
  margin: 0 auto;
  justify-content: center;
}
#home-works-info .content-base .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}

#home-recruit {
  padding: 80px 16px 130px 16px;
  background: #fff3e1;
}
@media (max-width: 499px) {
  #home-recruit {
    padding: 40px 16px 0 16px;
  }
}
#home-recruit h2.home-heading {
  text-align: center;
  margin-top: 50px;
  position: relative;
}
#home-recruit h2.home-heading .en {
  color: #00b16e;
}
#home-recruit h2.home-heading:before {
  content: "";
  background: url(../img/h_recruit.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
  display: block;
  left: 50%;
  margin-left: -25px;
  top: -34px;
  position: absolute;
}
#home-recruit .home-recruit-mv {
  border: 12px solid #d90000;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 45px;
  max-width: 1140px;
  overflow: hidden;
}
#home-recruit .home-recruit-mv img {
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  #home-recruit .home-recruit-mv img {
    height: 400px;
  }
}
@media (max-width: 499px) {
  #home-recruit .home-recruit-mv img {
    height: 170px;
  }
}
#home-recruit .home-recruit-mv img:hover {
  transition: 0.5s;
  transform: scale(1.05); /* 拡大 */
}
@media (max-width: 991px) {
  #home-recruit .f-container {
    display: block;
  }
}
#home-recruit .f-container .f-item:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  #home-recruit .f-container .f-item:first-child {
    width: 70%;
  }
}
#home-recruit .f-container .f-item:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  #home-recruit .f-container .f-item:last-child {
    width: 30%;
  }
}
#home-recruit .wp-block-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 80px;
}
#home-recruit .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background-image: linear-gradient(to right, #009350 0%, #009350 50%, #00b16e 50%, #00b16e 100%);
}
#home-recruit ul li {
  font-size: 17px;
  line-height: 1.6;
}
#home-recruit ul li:before {
  top: 9px;
  background: #e95835;
}

#home-recruit-banner {
  background: #00b16e;
  padding: 36px 0;
  text-align: center;
}
#home-recruit-banner img {
  max-width: 390px;
}
@media (max-width: 499px) {
  #home-recruit-banner img {
    width: 320px;
  }
}
#home-recruit-banner img:hover {
  opacity: 0.9;
}

#home-calender {
  padding: 80px 16px 130px 16px;
}
@media (max-width: 499px) {
  #home-calender {
    padding: 50px 16px 80px 16px;
  }
}
#home-calender h2.home-heading {
  text-align: center;
}
@media (max-width: 499px) {
  #home-calender h2.home-heading .heading-inner {
    font-size: 32px;
  }
}
@media (max-width: 499px) {
  #home-calender h2.home-heading {
    margin-bottom: 40px;
  }
}
#home-calender p {
  text-align: center;
}
#home-calender .content-base {
  background: #fff3e1;
  padding: 77px 40px;
  border-radius: 20px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  #home-calender .content-base {
    padding: 77px 16px;
  }
}
@media (max-width: 499px) {
  #home-calender .content-base {
    padding: 30px 16px;
  }
}
#home-calender .f-item {
  z-index: 0;
}
#home-calender #calendar {
  background: #fff;
  border-radius: 20px;
}
#home-calender .wp-block-buttons {
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  #home-calender .wp-block-buttons {
    margin-top: 30px;
  }
}
#home-calender .wp-block-buttons .wp-block-button a.wp-block-button__link {
  font-size: 16px;
}

#calendar1, #calendar2 {
  background: #fff;
  padding: 10px 10px 30px 10px;
  border-radius: 16px;
}
#calendar1 h2.fc-toolbar-title, #calendar2 h2.fc-toolbar-title {
  font-size: 20px;
  margin-top: 20px;
}
#calendar1 .fc-button-group, #calendar2 .fc-button-group {
  display: none;
}
#calendar1 .fc-today-button, #calendar2 .fc-today-button {
  display: none;
}
#calendar1 .fc-view-harness, #calendar2 .fc-view-harness {
  color: #333333;
}
#calendar1 .fc-view-harness a, #calendar2 .fc-view-harness a {
  color: #333333;
}
#calendar1 .fc-view-harness .fc-day a, #calendar2 .fc-view-harness .fc-day a {
  font-size: 14px;
}
#calendar1 .fc-view-harness .fc-day a.fc-event, #calendar2 .fc-view-harness .fc-day a.fc-event {
  font-size: 12px;
}
#calendar1 .fc-view-harness .fc-h-event, #calendar2 .fc-view-harness .fc-h-event {
  border: 0;
}
#calendar1 table thead, #calendar2 table thead {
  background: #f7f7f7;
}
#calendar1 table thead .fc-day-sun, #calendar2 table thead .fc-day-sun {
  color: #fff;
}
#calendar1 table thead .fc-day-sun a, #calendar2 table thead .fc-day-sun a {
  color: #f15241;
}
#calendar1 table thead .fc-day-sat, #calendar2 table thead .fc-day-sat {
  color: #fff;
}
#calendar1 table thead .fc-day-sat a, #calendar2 table thead .fc-day-sat a {
  color: #406ec6;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0;
}

/* Archive-worksカスタム投稿タイプ
---------------------*/
@media (min-width: 1100px) {
  .post-type-archive-product .container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 1140px;
  }
}
.post-type-archive-product #xsnav-wrap .logo-white {
  display: none;
}
.post-type-archive-product #content-header .container .ch-h1-wrap {
  max-width: 100%;
}
.post-type-archive-product #content {
  max-width: 100%;
}
.post-type-archive-product h2.wp-block-heading {
  margin-bottom: 40px;
}
.post-type-archive-product h2.wp-block-heading:first-child {
  margin-top: 50px;
}
.post-type-archive-product .archive-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1090px;
}
.post-type-archive-product .archive-items .works-block {
  width: calc(25% - 22.5px);
  width: calc(33.3333333333% - 20px);
  margin-bottom: 60px;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .post-type-archive-product .archive-items .works-block {
    width: calc(50% - 7px);
  }
}
@media (max-width: 499px) {
  .post-type-archive-product .archive-items .works-block {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
}
.post-type-archive-product .archive-items .works-block .pdf-embed object {
  height: 500px;
}
.post-type-archive-product .archive-items .works-block .post-thumbnail {
  max-width: 450px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 991px) {
  .post-type-archive-product .archive-items .works-block .post-thumbnail {
    display: none;
  }
}
.post-type-archive-product .archive-items .works-block .post-thumbnail img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px 20px 0 0;
  transition: 0.5s;
  border: 1px solid #efefef;
}
@media (max-width: 499px) {
  .post-type-archive-product .archive-items .works-block .post-thumbnail img {
    height: 160px;
  }
}
.post-type-archive-product .archive-items .works-block h3.heading {
  font-size: 19px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: transparent;
}
@media (max-width: 991px) {
  .post-type-archive-product .archive-items .works-block h3.heading {
    background: transparent;
    min-height: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-type-archive-product .archive-items .works-block h3.heading .heading-inner {
  display: block;
  letter-spacing: 0.02em;
}
.post-type-archive-product .archive-items .works-block a {
  text-align: center;
  text-decoration: none;
  color: #333333;
}
.post-type-archive-product .archive-items .works-block a:hover {
  transition: 0.5s;
}
.post-type-archive-product .archive-items .works-block .type-num {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 52px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .post-type-archive-product .archive-items .works-block .type-num {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-type-archive-product .archive-items .works-block .product-pdf-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .post-type-archive-product .archive-items .works-block .product-pdf-buttons {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-type-archive-product .archive-items .works-block a.btn.pdf-view-btn {
  padding: 10px 16px;
  border-radius: 50px;
  background: #f7f7f8;
  font-size: 13px;
}
.post-type-archive-product .archive-items .works-block a.btn.pdf-view-btn:hover {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .post-type-archive-product .archive-items .works-block a.btn.pdf-view-btn {
    display: block;
    margin-bottom: 16px;
  }
}
.post-type-archive-product .archive-items .works-block a.btn.pdf-download-btn {
  padding: 10px 16px;
  border-radius: 50px;
  background: #f7f7f8;
  font-size: 13px;
}
.post-type-archive-product .archive-items .works-block a.btn.pdf-download-btn:hover {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .post-type-archive-product .archive-items .works-block a.btn.pdf-download-btn {
    display: block;
  }
}
.post-type-archive-product .archive-items .works-block a:hover .post-thumbnail img {
  transition: 0.5s;
  transform: scale(1.1); /* 拡大 */
}
.post-type-archive-product .archive-items .works-block a:hover .works-block-info {
  transition: 0.5s;
}
.post-type-archive-product .archive-items .works-block a:hover .works-block-info .time, .post-type-archive-product .archive-items .works-block a:hover .works-block-info .sanchi, .post-type-archive-product .archive-items .works-block a:hover .works-block-info h3 {
  transition: 0.5s;
  color: #fff;
}
.post-type-archive-product .archive-items:before {
  content: "";
  width: calc(25% - 22.5px);
  order: 1;
}
@media (max-width: 499px) {
  .post-type-archive-product .archive-items:before {
    width: calc(50% - 15px);
  }
}
.post-type-archive-product .archive-items:after {
  content: "";
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 499px) {
  .post-type-archive-product .archive-items:after {
    width: calc(50% - 15px);
  }
}
.post-type-archive-product .wp-block-buttons {
  margin-top: 10px;
}
.post-type-archive-product .wp-block-buttons .wp-block-button {
  margin: 0 auto;
}
@media (max-width: 499px) {
  .post-type-archive-product .wp-block-buttons .wp-block-button a a.wp-block-button__link {
    padding: 2em calc(2.5em + 5px) 2em 2.5em;
  }
}

/* Archive-works-catカスタム投稿タイプ
---------------------*/
@media (min-width: 1100px) {
  .tax-works_cat .container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 1140px;
  }
}
.tax-works_cat #xsnav-wrap .logo-white {
  display: none;
}
.tax-works_cat #content-header .container .ch-h1-wrap {
  max-width: 100%;
}
.tax-works_cat #content {
  max-width: 100%;
}
.tax-works_cat h2.wp-block-heading {
  margin-bottom: 40px;
}
.tax-works_cat h2.wp-block-heading:first-child {
  margin-top: 50px;
}
.tax-works_cat .archive-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  max-width: 1090px;
}
.tax-works_cat .archive-items .works-block {
  width: calc(25% - 22.5px);
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .tax-works_cat .archive-items .works-block {
    width: calc(50% - 15px);
  }
}
@media (max-width: 499px) {
  .tax-works_cat .archive-items .works-block {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
}
.tax-works_cat .archive-items .works-block:last-child {
  margin-bottom: 10px;
}
.tax-works_cat .archive-items .works-block .post-thumbnail {
  max-width: 500px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.tax-works_cat .archive-items .works-block .post-thumbnail img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px 20px 0 0;
  transition: 0.5s;
}
@media (max-width: 499px) {
  .tax-works_cat .archive-items .works-block .post-thumbnail img {
    height: 160px;
  }
}
.tax-works_cat .archive-items .works-block .works-block-info {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 16px 14px;
}
.tax-works_cat .archive-items .works-block a {
  text-align: center;
  text-decoration: none;
  color: #333333;
}
.tax-works_cat .archive-items .works-block a:hover {
  transition: 0.5s;
}
.tax-works_cat .archive-items .works-block a .time {
  text-align: center;
  color: #6D6D6D;
  font-size: 12px;
  letter-spacing: 0.01em;
}
.tax-works_cat .archive-items .works-block a .sanchi {
  margin-top: 10px;
  font-size: 15px;
}
.tax-works_cat .archive-items .works-block a h3.heading {
  font-size: 19px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 8px;
  text-align: center;
}
.tax-works_cat .archive-items .works-block a h3.heading .heading-inner {
  display: block;
  letter-spacing: 0.05em;
}
.tax-works_cat .archive-items .works-block a .works-text {
  color: #333333;
  font-size: 15px;
  padding: 0 20px;
}
.tax-works_cat .archive-items .works-block a:hover .post-thumbnail img {
  transition: 0.5s;
  transform: scale(1.1); /* 拡大 */
}
.tax-works_cat .archive-items .works-block a:hover .works-block-info {
  transition: 0.5s;
  background: #d90000;
}
.tax-works_cat .archive-items .works-block a:hover .works-block-info .time, .tax-works_cat .archive-items .works-block a:hover .works-block-info .sanchi, .tax-works_cat .archive-items .works-block a:hover .works-block-info h3 {
  transition: 0.5s;
  color: #fff;
}
.tax-works_cat .archive-items:before {
  content: "";
  width: calc(25% - 22.5px);
  order: 1;
}
.tax-works_cat .archive-items:after {
  content: "";
  width: calc(25% - 22.5px);
}

.single-works #main {
  overflow-x: hidden;
}
.single-works #main span {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.05em;
}
.single-works .works-info-area {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  position: relative;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
}
.single-works .works-info-area .works-info {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 7px solid #d90000;
  max-width: 993px;
  margin: 0 auto;
  margin: 0 20px;
  width: 100%;
}
.single-works .works-info-area .works-info:before {
  content: "";
  height: 320px;
  width: 60%;
  background: #ffd13b;
  position: absolute;
  right: 0;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}
@media (min-width: 992px) {
  .single-works .works-info-area .works-info:before {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .single-works .works-info-area .works-info:before {
    bottom: 20px;
  }
}
.single-works .works-info-area .works-info img {
  border-radius: 12px;
}
@media (min-width: 992px) {
  .single-works .works-info-area .works-info .post-thumbnail img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.single-works .works-info-area .f-container {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .single-works .works-info-area .f-container {
    display: block;
  }
}
.single-works .works-info-area .f-container .f-item:first-child {
  width: calc(40% - 15px);
}
@media (max-width: 991px) {
  .single-works .works-info-area .f-container .f-item:first-child {
    width: 100%;
  }
}
.single-works .works-info-area .f-container .f-item:last-child {
  width: calc(60% - 15px);
  display: grid;
  align-items: center;
}
@media (max-width: 991px) {
  .single-works .works-info-area .f-container .f-item:last-child {
    width: 100%;
  }
}
.single-works .works-info-area .f-container .wp-block-table {
  margin-bottom: 0;
  font-size: 15px;
}
.single-works .works-info-area .f-container .wp-block-table td {
  border: 0;
  padding: 8px;
}
.single-works .works-info-area .f-container .wp-block-table td:first-child {
  width: 140px;
  font-weight: bold;
}
@media (min-width: 500px) {
  .single-works .works-info-area .f-container .wp-block-table td:first-child {
    min-width: 140px;
  }
}
.single-works .works-info-area .f-container .wp-block-table tr {
  display: flex;
  border-bottom: 1px solid #d8c086;
}
.single-works .single-content {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.single-works .single-content .title-wrap .news-info {
  display: none;
}
.single-works .single-content .title-wrap .news-info .time {
  display: none;
}
.single-works .single-content .title-wrap h1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-works .single-content .title-wrap h1:before {
  top: 47px;
}
.single-works .single-content .single-content-area {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.single-works .single-content .single-content-area .category, .single-works .single-content .single-content-area .time {
  display: none;
}

/* Wpadminbar
---------------------*/
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* Lightbox
---------------------*/
#lightbox .lb-container .lb-image {
  border: 12px solid #fff;
}
#lightbox .lb-container .lb-nav {
  pointer-events: none;
}
#lightbox .lb-container .lb-nav a.lb-prev, #lightbox .lb-container .lb-nav a.lb-next {
  display: none;
}
#lightbox .lb-container .lb-nav a.lb-prev:hover, #lightbox .lb-container .lb-nav a.lb-next:hover {
  display: none;
  opacity: 0;
}

/* 
  Plugins：プラグイン
---------------------*/
#toc_container {
  background-color: #fff;
  border: 4px solid #efefef;
  width: 100%;
  padding: 20px 40px;
}
#toc_container ul.toc_list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 499px) {
  #toc_container ul.toc_list li {
    margin-bottom: 1em;
  }
}
#toc_container ul.toc_list li:before {
  display: none !important;
}

.wp-pagenavi {
  width: 100%;
  margin: 60px 0;
  clear: both;
  text-align: center;
}
@media (max-width: 499px) {
  .wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .extend {
    display: none;
  }
}
@media (max-width: 340px) {
  .wp-pagenavi > * {
    display: none;
  }
  .wp-pagenavi > .pages,
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    display: inline;
  }
}

.wp-pagenavi a, .wp-pagenavi > span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #d90000;
  border-color: #d90000;
  font-weight: bold;
}

.wp-block-heading + .wpcf7 {
  margin-top: 16px;
}

.wpcf7 {
  margin: 50px 0;
}
.wpcf7 dl.border-none {
  border: none;
}
.wpcf7 dl {
  display: flex;
  border-bottom: 1px solid #efefef;
  padding: 14px 0;
}
@media (max-width: 991px) {
  .wpcf7 dl {
    display: block;
    border: none;
  }
}
.wpcf7 dl dt p, .wpcf7 dl dd p {
  line-height: normal;
}
.wpcf7 dl dt p ::-moz-placeholder, .wpcf7 dl dd p ::-moz-placeholder {
  color: #c8c8c8;
  font-size: 17px;
  font-family: 游ゴシック;
}
.wpcf7 dl dt p ::placeholder, .wpcf7 dl dd p ::placeholder {
  color: #c8c8c8;
  font-size: 17px;
  font-family: 游ゴシック;
}
.wpcf7 dl dt .sub-text-area, .wpcf7 dl dd .sub-text-area {
  font-size: 14px;
  margin-top: 6px;
  display: block;
}
.wpcf7 dl dt {
  width: 330px;
}
@media (max-width: 991px) {
  .wpcf7 dl dt {
    width: 100%;
  }
}
.wpcf7 dl dt p {
  font-weight: bold !important;
  letter-spacing: 1px;
  margin-top: 7px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wpcf7 dl dt p {
    margin-bottom: 16px;
  }
}
.wpcf7 dl dt p .required {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 2px;
  margin-left: 4px;
  background: #cf5653;
  display: inline-block;
}
.wpcf7 dl dd {
  width: 100%;
}
.wpcf7 dl dd p {
  margin: 0;
}
.wpcf7 dl dd p span input {
  padding: 12px 20px;
  border: 1px solid #D9D9D9;
  font-size: 16px;
}
@media (max-width: 991px) {
  .wpcf7 dl dd p span input {
    width: 100%;
  }
}
.wpcf7 dl dd p span textarea {
  font-size: 17px;
  padding: 10px 20px;
  border: 1px solid #D9D9D9;
  width: 100%;
}
.wpcf7 dl dd .wpcf7-submit {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-top: 30px;
  padding: 30px 60px;
  background: #d90000;
  border: none;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  width: auto;
}
.wpcf7 dl dd .wpcf7-submit:hover {
  opacity: 0.8;
}
.wpcf7 dl dd.address-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wpcf7 dl dd.address-form p span:first-child {
  min-width: 75px;
}
.wpcf7 dl dd.address-form p .sub-text {
  font-size: 14px;
  white-space: pre;
}
.wpcf7 dl dd.address-form p .sub-text-area {
  font-size: 14px;
  margin-top: 6px;
}
.wpcf7 dl dd.address-form p.bottom-none {
  margin-bottom: 0;
}
.wpcf7 dl dd.attachment p span input {
  border: none;
  padding-left: 0;
}
.wpcf7 dl dd.privacy-content {
  width: 100%;
  height: 180px;
  overflow: scroll;
  overflow: auto;
  border: 1px solid #D9D9D9;
  padding: 14px;
  font-size: 13px;
  background: #fff;
}
.wpcf7 dl dd.privacy-content p {
  line-height: 1.9;
}
.wpcf7 dl dd.privacy-content .privacy-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 499px) {
  .wpcf7 dl dd .pointer .wpcf7-list-item {
    margin: 0 0 0 0;
  }
}

.wpcf7 dl dd p span.wpcf7-list-item input {
  width: auto;
}

@media (min-width: 500px) {
  .wpcf7-list-item-label {
    position: relative;
  }
}

input[type=radio] {
  margin-top: 0;
  margin-bottom: 2px;
}
.pointer {
  display: flex;
}
.pointer span {
  display: block;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-default:disabled {
  opacity: 0.7;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border: 1px solid #D9D9D9;
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}/*# sourceMappingURL=chugoku-yzk.css.map */