@charset "UTF-8";

@media screen and (max-width: 767px) {
  .one-column #content .wrap {
    width: 90%;
    margin: 0 5%;
  }
}
article.page {
  margin: 0;
  border: none;
  background: none;
  font-size: 14px;
  // font-size: 0.875rem;
}
article.page page-inner {
  display: flex;
}
article.page .page-header {
  display: none;
}

article.page .page-content {
  padding: 0;
}

article.page h3 {
  margin: 36px auto;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  #page-name h3 {
    margin: 0 auto;
  }
}
article.page h3 span {
  display: inline-block;
  border-bottom: 1px solid #202020;
  padding-left: 4px;
  padding-right: 4px;
}

article.page ul.list-style-dot {
  padding-left: 1.5em;
  list-style: disc;
  list-style-position: outside;
}
.one-column #content {
  background: #232531;
  color: #fff;
  padding-top: 0;
  // overflow: hidden;
}
#page-name {
  position: relative;
}
#page-name h2 {
  font-size: clamp(2rem, 13vw, 5rem);
  white-space: normal;
  position: absolute;
  top: -0.5em;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
}
#page-name h2 span {
  line-height: 1em;
}
#page-name h3 {
  padding-top: 4rem;
  margin-bottom: 120px;
  font-size: 18px;
  letter-spacing: 2px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #page-name h2 {
    margin: 0;
  }
  #page-name h2 span {
  }
  #page-name h3 {
    margin-bottom: 80px;
  }
}
#subcategory-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 72px;
}

#subcategory-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 599px) {
  #subcategory-menu > ul {
    display: block;
  }
}

#subcategory-menu > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
  position: static;
  text-align: center;
  margin: 8px 8px 0 0;
  background: #007a99;
  color: #fff;
}

@media screen and (max-width: 599px) {
  #subcategory-menu > ul > li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

#subcategory-menu > ul > li:last-child {
  margin-right: 0;
}

#subcategory-menu > ul > li > a {
  display: block;
  position: relative;
  height: 100%;
  padding: 1em 4px;
  line-height: 180%;
  color: #fff;
}

#subcategory-menu > ul > li > a:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: #fff;
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}

#subcategory-menu > ul > li > a:hover {
  color: #fff;
}

#subcategory-menu > ul > li > a:hover:before {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

#subcategory-menu > ul > li.active {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 599px) {
  #subcategory-menu > ul > li.active {
    border: none;
  }
}

#subcategory-menu > ul > li.active .scat-label {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  #subcategory-menu > ul > li.active .scat-label {
    background: #fafafa;
  }
}

#subcategory-menu > ul > li.active .scat-label:before {
  background: none;
}

#subcategory-menu .scat-submenu {
  display: none;
  position: absolute;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 599px) {
  #subcategory-menu .scat-submenu {
    position: relative;
    padding: 8px 0 0;
  }
}

#subcategory-menu .scat-submenu.active {
  display: block;
}

#subcategory-menu .scat-submenu ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0;
  z-index: 100;
}

#subcategory-menu .scat-submenu ul li {
  width: auto;
  float: left;
  margin-left: 1.5em;
  padding: 0.5em 0;
  text-align: left;
  line-height: 160%;
}

#subcategory-menu .scat-submenu ul li:last-child {
  margin-right: none;
}

#subcategory-menu .scat-submenu ul li a,
#subcategory-menu .scat-submenu ul li a:hover {
  color: #007a99;
}

#subcategory-menu .scat-submenu ul li i {
  margin-right: 4px;
}

#subcategory-menu #scat-submenu {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 0;
}

@media screen and (max-width: 599px) {
  #subcategory-menu #scat-submenu {
    display: none;
  }
}

#subcategory-menu #scat-submenu .scat-submenu {
  position: relative;
}

#content-company table {
  width: 100%;
  border: none;
  margin-top: 72px;
}

#content-company table tr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-top: 1px solid #e5e5e5;
}

#content-company table th {
  padding: 1em;
  padding-right: 3em;
  text-align: left;
  vertical-align: top;
  border: none;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #content-company table th {
    padding-right: 1em;
  }
}

@media screen and (max-width: 599px) {
  #content-company table th {
    width: 100%;
    display: block;
    font-weight: 700;
  }
}

#content-company table td {
  padding: 1em;
  text-align: left;
  vertical-align: top;
  border: none;
}

@media screen and (max-width: 599px) {
  #content-company table td {
    display: block;
    padding-top: 0;
  }
}

#content-company ol {
  list-style: decimal;
}

#content-company #map {
  width: 100%;
  height: 400px;
}

#content-company .section-wrapper {
}

#content-company .about-copy {
  font-size: 25.6px;
  font-size: 1.6rem;
  display: inline-block;
  margin: 36px auto;
  border-bottom: 1px solid #202020;
}

#content-company .about-lead {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 240%;
}

@media screen and (max-width: 599px) {
  #content-company .about-lead {
    font-size: 14px;
    // font-size: 0.875rem;
    line-height: 200%;
  }
}

#content-company .about-lead strong {
  background: #ffff42;
  padding: 4px 1em;
}

#content-company .about-text {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 240%;
}

@media screen and (max-width: 599px) {
  #content-company .about-text {
    font-size: 14px;
    // font-size: 0.875rem;
    line-height: 200%;
    text-align: left;
  }
}

.about-copy {
  text-align: center;
  letter-spacing: 0.13em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

#content-service .whatwedo-body {
  text-align: center;
}

#content-service .whatwedo-body h2 {
  display: inline-block;
  margin: 36px auto;
  border-bottom: 1px solid #202020;
}

#content-service .whatwedo-body h2 small {
  display: inline-block;
  margin: 0 0.5em;
}

@media screen and (max-width: 599px) {
  #content-service .whatwedo-body .whatwedo-copy {
    font-size: 14px;
    // font-size: 0.875rem;
    line-height: 200%;
    text-align: left;
  }
}

#content-service .section-wrapper h3 {
  margin-bottom: 0;
}

#content-service .section-wrapper h4 {
  margin-top: -1px;
  margin-bottom: 36px;
  text-align: center;
}

#content-service .section-wrapper h4 span {
  display: inline-block;
  padding: 4px 1em;
  border-top: 1px solid #202020;
}

#content-service .section-wrapper h3.subcategory-ttl {
  font-size: 20px;
  font-size: 1.25rem;
}

#content-service .section-wrapper h4.subcategory-ttl {
  font-size: 16px;
  font-size: 1rem;
}

#content-service .section-wrapper h6.green {
  display: inline-block;
  padding-right: 0.5em;
  color: #7fa231;
  font-size: 90%;
  font-weight: 700;
  margin: 0;
}

#content-service .section-wrapper section {
  padding-bottom: 36px;
}

#content-service .section-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content-service .section-wrapper ol li {
  padding: 0 1em;
}

#content-service .section-wrapper ul.list-style-dot {
  padding-left: 1.5em;
  list-style: disc;
  list-style-position: outside;
}

#content-service .section-wrapper ul.list-style-dot li {
  margin-bottom: 1em;
}

#content-service .section-wrapper dl {
  position: relative;
  border: 4px solid #b2a866;
  background: #f2f1de;
}

#content-service .section-wrapper dl dt {
  width: 15em;
  padding: 15px;
  padding-right: 1em;
  font-size: 115%;
}

@media screen and (max-width: 599px) {
  #content-service .section-wrapper dl dt {
    width: 100%;
    float: none;
  }
}

#content-service .section-wrapper dl dd {
  width: calc(100% - (1em * 15 * 1.15));
  float: left;
  padding: 15px;
  border-left: 2px solid #b2a866;
  background: #fff;
}

@media screen and (max-width: 599px) {
  #content-service .section-wrapper dl dd {
    width: 100%;
    float: none;
    border-left: none;
    border-top: 2px solid #b2a866;
  }
}

#content-service .section-wrapper .section-ttl {
  margin: 0 0 1em 10px;
  padding: 4px 4px 4px 15px;
  border-top: 1px solid #b2a866;
  border-right: 1px solid #b2a866;
  border-bottom: 1px solid #b2a866;
  border-left: 2px solid #b2a866;
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%;
}

#content-service .section-wrapper .section-ttl:before {
  position: absolute;
  left: -12px;
  top: -1px;
  display: block;
  width: 8px;
  height: 100%;
  box-sizing: content-box;
  border-top: 1px solid #b2a866;
  border-bottom: 1px solid #b2a866;
  background: #b2a866;
  content: "";
}

#content-service .section-wrapper .section-ttl small {
  margin-left: 1em;
  font-size: 14px;
  // font-size: 0.875rem;
}

#content-service .section-wrapper .flow-arrow-down {
  color: #8bc34a;
  text-align: center;
  font-size: 400%;
}

#content-service .section-wrapper .img-right {
  float: right;
  margin: 0 0 15px 15px;
  text-align: right;
}

@media screen and (max-width: 425px) {
  #content-service .section-wrapper .img-right {
    float: none;
    text-align: center;
  }
}

#content-service .section-wrapper .img-center {
  padding: 15px 0;
  text-align: center;
}

#content-service .section-wrapper .caption {
  font-size: 80%;
}

#content-service .label-content {
  margin: 10px 0;
}

#content-service .has-submenu {
  margin-top: 15px;
}

#content-service .has-submenu .thumbnail {
  width: 35%;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  #content-service .has-submenu .thumbnail {
    width: 100%;
    float: none;
  }
}

#content-service .has-submenu .description {
  width: 65%;
  padding: 0 0 0 24px;
  float: left;
}

@media screen and (max-width: 599px) {
  #content-service .has-submenu .description {
    width: 100%;
    padding: 15px 0 0;
    float: none;
  }
}

#content-service .has-submenu:after {
  content: "";
  display: block;
  clear: both;
}

#content-service .button-area {
}

#content-service #config-base-sample .gr4 {
  padding-left: 15px;
}

#content-service #config-base-sample .gr4 table {
  width: 100%;
  border-color: #b2a866;
}

#content-service #config-base-sample .gr4 table th,
#content-service #config-base-sample .gr4 table td {
  border-color: #b2a866;
}

#content-service #config-base-sample .gr4 table thead th {
  background: #f2f1de;
}

#content-service #config-base-sample .gr4 table tbody th {
  padding-right: 0;
  padding-left: 2em;
  border: none;
}

#content-service #config-base-sample .gr4 table tbody td {
  padding-left: 2px;
  border: none;
}

#content-service #home-basic-mode .row {
  margin-bottom: 15px;
}

#content-service #home-basic-mode .control-mode-panel {
  margin: 0 15px;
  padding: 10px 0;
  border: 4px double #b2a866;
  text-align: center;
}

#content-recruit table {
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#content-recruit table th,
#content-recruit table td {
  border-left: none;
  border-right: none;
  border-top: none;
  vertical-align: top;
}

#content-recruit table th {
  background: #f6f6f6;
  font-weight: 700;
}

#content-recruit .button-area {
  padding: 20px 0 60px;
  text-align: center;
}

#content-recruit .button-area .button {
  margin: 0 5px;
}

@media screen and (max-width: 599px) {
  #content-recruit .button-area .button {
    display: block;
    margin: 0 auto;
  }

  #content-recruit .button.right {
    margin: 20px auto 0;
  }
}

#content-recruit .button.right {
  color: #fff;
  border: 1px solid #8d2d2d;
  background: #ba4040;
  box-shadow: 0 1px 1px 0 #8d2d2d;
}

#content-recruit .button.right:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: #8d2d2d;
}

#content-recruit .button:hover {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

#content-recruit .button:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

button span,
.button span {
  display: block;
  position: relative;
  z-index: 6;
}

//　お問い合わせ

#content-contact .wpcf7-form {
  line-height: 240%;
}
.form-inner label {
  font-weight: 700;
}
.wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
}
#content-contact .wpcf7 {
  background: #fff !important;
  color: #232531;
  padding: 64px;
}
@media screen and (max-width: 768px) {
  #content-contact .wpcf7 {
    padding: 24px;
  }
  #content-contact #content-policy {
    padding: 0;
  }
  #content-contact #content-policy ol {
    padding-right: 12px;
    padding-left: 12px;
  }
}
#content-contact .wpcf7-form input[type="checkbox"],
#content-contact .wpcf7-form input[type="radio"] {
  width: 18px;
  height: 18px;
}
.form-inner > p {
  margin-bottom: 2.5rem;
}
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

#content-contact .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-list-item {
  align-items: center;
  display: flex;
  padding: 4px;
}

#content-contact .wpcf7-form input[type="text"],
#content-contact .wpcf7-form input[type="email"],
#content-contact .wpcf7-form input[type="number"],
#content-contact .wpcf7-form input[type="tel"],
#content-contact .wpcf7-form select,
#content-contact .wpcf7-form textarea {
  font-size: 18px;
  border-radius: 6px;
  padding: 10px 13px;
  background: #fdfdfd;
}
#content-contact .wpcf7-form input:focus {
  background: #f9fafa;
  outline: solid 3px #1056fb;
}
#content-contact .wpcf7-form input[type="radio"]:focus,
#content-contact .wpcf7-form input[type="checkbox"]:focus {
  outline: unset;
}

#content-contact .wpcf7-form label:before {
}

#content-contact .wpcf7-form sup {
  color: #f91706;
  top: -0.2em;
}

#content-contact .wpcf7-form p {
  position: relative;
}

@media screen and (max-width: 768px) {
  #content-contact .wpcf7-form textarea {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #content-contact .wpcf7-form textarea {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #content-contact .wpcf7-form input[type="text"],
  #content-contact .wpcf7-form input[type="email"],
  #content-contact .wpcf7-form input[type="tel"] {
    width: 100%;
    font-size: 18px;
  }
}

#content-contact .wpcf7-form .wpcf7-form-control-wrap {
  margin: 4px 0 0 0;
  display: inline-block;
  max-width: 100%;
}

@media screen and (max-width: 425px) {
  #content-contact .wpcf7-form .wpcf7-form-control-wrap {
    margin-left: 0;
  }
}

#content-contact .wpcf7-form .wpcf7-form-control-wrap label:before {
  display: none;
}

#content-contact .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-list-item {
  display: block;
  margin: 0;
}

#content-contact .wpcf7-form .your-message {
  display: block;
}

#content-contact .wpcf7-form .your-address {
  display: block;
  margin-top: 0.5em;
}

#content-contact .wpcf7-form .your-address textarea.wpcf7-textarea {
  height: 6em;
}

#content-contact .wpcf7-form .your-state {
  padding: 4px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#content-contact .wpcf7-form .your-state select {
  background: transparent;
  border: none;
}

#content-contact .wpcf7-form .survey-ttl {
  background: #f7fff5;
  border-top: 1px solid #10c659;
  border-bottom: 1px solid #10c659;
  padding: 4px 1em;
  margin-bottom: 1em;
  margin-top: 3em;
}
#content-contact .wpcf7-form .survey-ttl p {
  margin-bottom: 0;
}
#content-contact .wpcf7-form .survey-other {
  display: block;
  margin: 0 0 0 2em;
}

@media screen and (max-width: 425px) {
  #content-contact .wpcf7-form .survey-other {
    margin-left: 0;
  }
}

#content-contact .wpcf7-form .acceptance {
  background: #fafafa;
  padding: 0.5em 0 0 1em;
  margin-top: 0.5em;
  display: inline-block;
  width: 290px;
  height: 60px;
}

#content-contact .wpcf7-form .acceptance:before {
  display: none;
}

#content-contact .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  width: 290px;
  height: 60px;
  background: #232531;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
}

#content-contact .wpcf7-form .wpcf7-form-control.wpcf7-submit:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#content-contact .wpcf7-form .ajax-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

#content-contact .wpcf7-form .wpcf7-not-valid-tip {
  color: #f91706;
  line-height: 160%;
  padding-top: 0.5em;
}

#content-contact .wpcf7-form .wpcf7-response-output {
  margin: 2em 0;
  padding: 1em;
}

#content-contact .wpcf7-form .wpcf7-validation-errors {
  border: none;
  background: #fff1f0;
}

#content-contact .wpcf7-form .wpcf7-not-valid-tip:before,
#content-contact .wpcf7-form .wpcf7-validation-errors:before {
  content: "\f06a";
  display: inline-block;
  margin-right: 4px;
  color: #f91706;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 115%;
}

#content-contact .wpcf7-form.sent .form-inner {
  display: none;
}

#content-contact .wpcf7-form.sent .back-to-home {
  display: block;
}

#content-contact .wpcf7-form .back-to-home {
  display: none;
  text-align: center;
}

#content-contact .wpcf7-form .back-to-home i {
  margin-right: 4px;
}
#content-sitemap a {
  color: #76d9e6;
}
#content-sitemap ul.sitemap-tree i {
  margin-right: 4px;
  color: #999;
}

#content-sitemap ul.sitemap-tree li {
  padding-top: 4px;
}

#content-sitemap ul.sitemap-tree li:before {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-bottom: 1px dotted #9a9;
  border-left: 1px dotted #9a9;
  content: "";
}

#content-policy dl {
  margin: 1em 0;
}

#content-policy dl dt {
  float: none;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}

#content-policy dl dd {
  float: none;
  padding: 0;
}

#content-policy dl dd > dl dt {
  font-size: 16px;
}

#content-policy dl dd > dl > dd > dl > dt {
  font-weight: 400;
}

#content-policy dl dd > dl + dl {
  margin-top: 2em;
}

#content-policy p {
  margin-bottom: 1em;
}

#content-policy p + dl {
  margin-top: 2em;
}

#content-policy .aright {
  text-align: right;
}

#content-policy ol {
  padding: 0;
}

@media screen and (min-width: 768px) {
  #content-policy ol {
    padding-left: 20px;
  }
}

/*------------------ NEWS サブメニュー -------------------------------*/
ul.news_sub_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  gap: 3em;
  font-family: "Montserrat";
  color: #fff;
  margin: 4rem 0;
}
ul.news_sub_menu li a {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  line-height: 3em;
}
ul.news_sub_menu li .active {
  color: #76d9e6;
  font-weight: bold;
}

/*
.news_sub_menu li a span {
  transition: all 280ms ease-in-out;
  -webkit-transition: all 280ms ease-in-out;
  min-width: 120px;
  height: 2em;
}
.news_sub_menu li a:hover span {
  bottom: 2em;
  opacity: 0;
}

.news_sub_menu li a:before {
  text-align: center;
  position: absolute;
  top: 3em;
  height: 2em;
  font-size: 13px;
  display: block;
  min-width: 120px;
  opacity: 0;
  content: attr(title);
  transition: all 280ms ease-in-out;
  -webkit-transition: all 280ms ease-in-out;
}
.news_sub_menu li a:hover:before {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  top: 0em;
  opacity: 1;
  content: attr(title);
  font-size: 12x;
}
*/
@media screen and (max-width: 425px) {
}
/* ====================
** 会社情報
** ==================== */
article.page section {
  margin-bottom: 10rem;
}
.company article.page section .page-inner {
  display: flex;
  gap: 4em;
}
.company article.page section.message .page-inner {
  justify-content: center;
}
.company article.page section.officer .page-inner {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .company article.page section .page-inner {
    gap: 2.5em;
  }
}
.company .message .page-innner-left {
  width: 40%;
}
.company .message .page-innner-right {
}

.message-lead {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.message-text p {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.75;
}
.message-conpanyname {
  text-align: right;
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.message-name {
  text-align: right;
  font-size: 1.3rem;
}
h5.officer-ul-head {
  opacity: 0.6;
  font-size: 1.3em;
  margin-top: 2em;
  font-weight: bold;
  position: relative;
}
h5.officer-ul-head::before {
  position: absolute; /* 絶対指定 */
  content: "";
  background: #fff;
  opacity: 0.6;
  top: 50%; /* h2の上から50%の位置 */
  width: 30px; /* 横線の幅 */
  height: 1px; /* 横線の高さ */
  left: -40px; /* h2要素の左から-120px左へずらす */
}
.officer .page-innner-left {
  // width: 20%;
  display: block;
}
.officer .page-innner-right {
  //width: 80%;
}
.officer-list {
  display: flex;
  gap: 2rem;
  margin-top: 36px;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: space-between;
}
.officer-list:after {
  content: "";
  display: block;
  width: 31%;
}
.officer-list-item {
  width: 31%;
}
.officer-img {
  max-width: 100%;
  margin-bottom: 1.5em;
  display: block;
}
.officer-title {
  margin-bottom: 0.5em;
  opacity: 0.6;
}
.officer-name {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
.officer-text {
  opacity: 0.9;
  font-size: 13px;
  line-height: 1.7;
}
.pages #main a {
  color: #76d9e6;
}
.company-info {
  background: rgba(255, 255, 255, 0.1);
  padding: 4rem 4rem 4rem;
}
.company-info .businessInfo {
  padding-left: 2rem;
}
.company-info .businessInfo li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  line-height: 1.4;
}
#content-company .company-info table {
  margin-top: 0;
}
#content-company .company-info table tr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-top: 1px solid #544f55;
}
.company-info .style02 {
  margin-bottom: 2rem;
}
.company-info .style02 dd {
  padding: 0 0 0.2em;
}
.hr {
  border-bottom: none;
}
.company-info dl div {
  display: flex;
}
.company-info dl dt {
  white-space: nowrap;
}
@media screen and (max-width: 990px) {
  .company article.page section .page-inner {
    gap: 4em;
    flex-direction: column;
  }
  .company article.page .message .page-inner {
    flex-direction: unset;
    gap: 2em;
  }

  .officer .page-innner-left,
  .officer .page-innner-right {
    width: 100%;
  }
  .company .officer-list {
    padding-left: 0;
    width: 100%;
  }
  .company .officer-list-item {
    display: flex;
    gap: 2em;
    width: 100%;
    // padding: 0 1em;
  }
  .company .officer-list-item .officer-img {
    width: 35vw;
    height: auto;
    object-fit: cover;
  }

  .company-info {
    padding: 0;
  }
  .company-info table,
  .company-info tbody,
  .company-info tr,
  .company-info th,
  .company-info td,
  .company-info dl,
  .company-info .businessInfo,
  .company-info .small {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .company-info .iframe {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company article.page .message .page-inner {
    gap: 4em;
    flex-direction: column;
  }
  .company .message .page-innner-left,
  .company .message .page-innner-right {
    width: 100%;
  }
}
@media screen and (max-width: 596px) {
  .company .officer-list-item {
    display: block;
  }

  .company .officer-list-item {
    display: block;
  }
  .company .officer-list-item .officer-img {
    width: 100%;
  }
}
//お知らせ詳細

.single .one-column #content .wrap #main {
  background-color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
}
.single #main .main-inner {
  background-color: #fff !important;
  color: #232531;
}
.single .main-inner a {
  color: #40aab9;
}
.single .main-inner .wp-block-button__link {
  color: #fff;
}

.post-meta-area {
  display: flex;
  padding: 12px 64px 12px;
  font-family: "Montserrat";
}
.post-meta-area:after {
  content: none;
}
.post-meta-area .post-category {
  width: 50%;
  display: flex;
  align-items: center;
}
.post-meta-area .post-category a {
  background: rgba(0, 0, 0, 0.1);
  padding: 4px;
  color: #232531;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 12px;
}

.post-meta-area .post-category a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.post-content a:hover {
  color: #33767f;
}
.post-meta-area .post-meta .date {
  text-align: right;
  opacity: 0.5;
  padding: 0;
}
.post-content h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contextlink-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 64px 30px;
}
.contextlink-area:after {
  content: "";
  clear: both;
}
.next-post-link {
  width: 47%;
  float: left;
}
.previous-post-link {
  width: 47%;
  float: right;
}

@media screen and (max-width: 1200px) {
  .post-meta-area,
  .post-header,
  .post-author,
  .contextlink-area {
    padding: 36px;
  }
}

@media screen and (max-width: 768px) {
  .post-meta-area {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
  }
  .post-meta-area .post-meta {
    border-bottom: none;
    width: min-content;
  }
  .post-meta-area .post-category {
    width: max-content;
  }
  .contextlink-area {
    padding: 20px;
  }

  .next-post-link,
  .previous-post-link {
    width: 100%;
    float: none;
    padding: 0.5em 0;
  }
}
.contextlink-area .btn-svg {
  line-height: unset;
  white-space: normal !important;
  height: unset;
  align-items: center;
  text-decoration: none !important;
}
.contextlink-area .btn-svg:hover {
  text-decoration: none !important;
}
.contextlink-area .btn-svg svg circle {
  stroke: #232531;
}

.contextlink-area .btn-svg span.btn-text {
  color: rgb(62, 65, 82);
  margin-right: 0;
  padding: 0 1em;
  width: calc(100% - 60px);
  font-size: 13px;
  line-height: 1.5;
}
.contextlink-area .btn-svg span.btn-text:after {
  background: #232531;
}

.contextlink-area .btn-svg .btn-symbol {
  color: #232531;
}

.one-column #content .wrap #main .main-inner {
  //overflow: hidden;
}
#content-policy {
  padding: 0 24px;
}
#content-policy ol {
  padding-right: 28px;
  padding-left: 28px;
}

#content-policy ol.decimal {
  list-style: decimal;
}

#content-policy ol.upper-latin {
  list-style-type: upper-latin;
}

#content-policy ol.katakana {
  list-style-type: katakana;
}

#content-policy hr {
  margin: 60px;
}

#content-policy h4 {
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
}

#content-policy h5 {
  font-weight: bold;
}

#disclosure .address {
  border: 1px solid #ccc;
  padding: 18px;
}

.bold {
  font-weight: bold;
}

#disclosure .btnwrap {
  display: flex;
  line-height: 60px;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
}

#disclosure .btnwrap a {
  display: inline-block;
  text-align: center;
  width: 25%;
  text-decoration: none;
  color: #fff;
}

.mb3 {
  margin-bottom: 3em !important;
}

@media screen and (max-width: 1054px) {
  #disclosure .btnwrap {
    display: block;
  }

  #disclosure .btnwrap a {
    width: 100% !important;
  }
}

#disclosure .btnwrap a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

#disclosure .btnwrap a.active {
  border-bottom: 3px solid #76d9e6;
  color: #76d9e6;
}
article#post-404 {
  padding: 120px 0;
}
article#post-404 h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4rem;
}
article#post-404 h2 {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5;
}
article#post-404 p {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3em;
  line-height: 1.8;
}

article#post-404 a.toppage {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  width: 260px;
  padding: 1em;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
article#post-404 a.toppage:hover {
  background: rgba(255, 255, 255, 0.2);
}
article#post-404 a.toppage span {
  opacity: 0.7;
}

//お問い合わせ　分岐
a.c-bigbutton-anker {
  padding: 2em;
  display: block !important;
}
.c-bigbutton-wrap {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 2.2em;
  color: #fff !important;
  margin-bottom: 2em !important;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-bigbutton-wrap {
    display: block;
  }
  .btn-circle-wrap {
    margin-left: auto;
  }
  .c-bigbutton-wrap .btn-svg {
    margin-top: 1em;
  }
}
.c-bigbutton-wrap:hover .btn-svg svg circle {
  stroke-dashoffset: 10;
  stroke-dasharray: 180;
}

.c-bigbutton-wrap:hover {
  border: 1px solid rgba(255, 255, 255, 0.23);
  transition: all 0.2s ease-out;
  background: rgba(255, 255, 255, 0.2);
}
.c-bigbutton-inner {
}
.c-bigbutton-title {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.c-bigbutton-description {
  margin-bottom: 0;
}
