@charset "UTF-8";
/* import */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap");
.view-tablet-up {
  display: none;
}
@media screen and (min-width: 576px) {
  .view-tablet-up {
    display: block;
  }
}

.view-extablet-up {
  display: none;
}
@media screen and (min-width: 743px) {
  .view-extablet-up {
    display: block;
  }
}

.view-desktop-up {
  display: none;
}
@media screen and (min-width: 992px) {
  .view-desktop-up {
    display: block;
  }
}

.view-exdesktop-up {
  display: none;
}
@media screen and (min-width: 1280px) {
  .view-exdesktop-up {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .hide-tablet-up {
    display: none;
  }
}

@media screen and (min-width: 743px) {
  .hide-extablet-up {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hide-desktop-up {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .hide-exdesktop-up {
    display: none;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flexbox.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.flexbox.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.flexbox.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexbox.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox.direction-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flexbox.direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flexbox.overflow {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}
.flexbox.gap--1 {
  gap: 1rem;
}
.flexbox.gap--05 {
  gap: 0.5rem;
}

.stickout {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.mt--1 {
  margin-top: 1rem !important;
}

.mt--2 {
  margin-top: 2rem !important;
}

.mt--3 {
  margin-top: 3rem !important;
}

.mt--4 {
  margin-top: 4rem !important;
}

.mt--5 {
  margin-top: 5rem !important;
}

.mt--6 {
  margin-top: 6rem !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mb--1 {
  margin-bottom: 1rem !important;
}

.mb--2 {
  margin-bottom: 2rem !important;
}

.mb--3 {
  margin-bottom: 3rem !important;
}

.mb--4 {
  margin-bottom: 4rem !important;
}

.mb--5 {
  margin-bottom: 5rem !important;
}

.mb--6 {
  margin-bottom: 6rem !important;
}

.mb--8 {
  margin-bottom: 8rem !important;
}

.mb--12 {
  margin-bottom: 12rem !important;
}

.mr--1 {
  margin-right: 1rem !important;
}

.mr--2 {
  margin-right: 2rem !important;
}

.ml--1 {
  margin-left: 1rem !important;
}

.ml--2 {
  margin-left: 2rem !important;
}

.ml--3 {
  margin-left: 3rem !important;
}

.mr--auto {
  margin-right: auto;
}

.ml--auto {
  margin-left: auto;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.pb--3 {
  padding-bottom: 3rem !important;
}

.pb--6 {
  padding-bottom: 6rem !important;
}

.pb--12 {
  padding-bottom: 12rem !important;
}

.pt--3 {
  padding-top: 3rem !important;
}

.pt--6 {
  padding-top: 6rem !important;
}

.w--100 {
  width: 100% !important;
  height: auto;
}

.w--50 {
  width: 50% !important;
  height: auto;
}

.ft--10 {
  font-size: 1rem !important;
}

.ft--11 {
  font-size: 1.1rem !important;
}

.ft--12 {
  font-size: 1.2rem !important;
}

.ft--14 {
  font-size: 1.4rem !important;
}

.ft--16 {
  font-size: 1.6rem !important;
}

.ft--18 {
  font-size: 1.8rem !important;
  line-height: 2.8rem;
}

.ft--20 {
  font-size: 2rem !important;
  line-height: 3rem;
}

.ft--22 {
  font-size: 2.2rem !important;
  line-height: 3.2rem;
}

.ft--24 {
  font-size: 2.4rem !important;
  line-height: 3.4rem;
}

.ft--26 {
  font-size: 2.6rem !important;
  line-height: 3.6rem;
}

.ft--28 {
  font-size: 2.8rem !important;
  line-height: 3.8rem;
}

.fw--bold {
  font-weight: bold;
}

.h--100 {
  height: 100% !important;
}

.col--5 {
  width: 100%;
}
@media screen and (min-width: 743px) {
  .col--5 {
    width: 49%;
  }
}

.ft--20-16 {
  font-size: 1.6rem !important;
  line-height: 1.4;
}
@media screen and (min-width: 743px) {
  .ft--20-16 {
    font-size: 2rem !important;
  }
}

a {
  text-decoration: underline;
  color: #17639d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #966A29;
  position: relative;
  margin-bottom: 30px;
  font-weight: normal;
}

h2 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}
h3 .small {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: normal;
  color: #666;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

h1.under-line, h2.under-line {
  position: relative;
  font-weight: bold;
}
h1.under-line::after, h2.under-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: black;
  bottom: -5px;
  left: 0;
  z-index: 1;
}
h1.under-line span, h2.under-line span {
  display: inline-block;
  position: relative;
}
h1.under-line span::after, h2.under-line span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #CB0011;
  bottom: -5px;
  left: 0;
  z-index: 2;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

hr {
  border-width: 1px 0 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul {
  padding: 0 0 0 2rem;
  margin-bottom: 2rem;
}
ul li {
  margin-bottom: 0.5rem;
}
ul li:last-child {
  margin-bottom: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul.nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  padding: 0 0 0 2rem;
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
ol li:last-child {
  margin-bottom: 0;
}
ol:last-child {
  margin-bottom: 0;
}

pre {
  margin-bottom: 2rem;
}

dl {
  margin-bottom: 2rem;
}
dl dt {
  font-weight: bold;
}

table {
  --bs-table-bg: transparent !important;
  width: 100%;
  border: 2px solid #ccc;
}
@media screen and (min-width: 992px) {
  table {
    margin-left: auto;
    margin-right: auto;
  }
}
table tr th, table tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
table tr th {
  background-color: #f4f4f4 !important;
}
table.auto {
  width: auto;
}
table.auto tr th, table.auto tr td {
  padding: 5px;
}
table.noborder {
  border: none;
}
table.noborder tr th, table.noborder tr td {
  border: none;
  padding: 5px;
}

.table-responsive {
  margin-bottom: 30px;
}

/* class */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  margin: 0 0 2rem 2rem;
}
img.alignleft {
  margin: 0 2rem 2rem 0;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
img.round {
  border-radius: 0.8rem;
}

.center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

img.smart {
  width: 100%;
  height: auto;
  float: none;
}
@media screen and (min-width: 576px) {
  img.smart {
    width: inherit;
    height: auto;
    float: inherit;
  }
}

figure {
  margin: 0;
}
figure figcaption {
  margin-top: 1rem;
}

div.attention {
  border: 2px solid #E56F6F;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
div.attention h2,
div.attention h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
div.attention p {
  margin-bottom: 1rem;
}
div.attention p:last-child {
  margin-bottom: 0;
}

.sentence {
  margin-bottom: 60px;
}

.input-group-text {
  font-size: 1.6rem !important;
}

.form-control {
  font-size: 1.6rem !important;
}

.form-select {
  font-size: 1.6rem;
}

.form-label {
  font-weight: bold;
}

.form-check-input {
  width: 15px;
  height: 15px;
  margin-top: 7px;
}

.btn {
  border-radius: 0;
  border: #333;
  background-color: #333;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 20px;
}
.btn.w400 {
  width: 100%;
}
@media screen and (min-width: 743px) {
  .btn.w400 {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.btn:hover {
  opacity: 0.9;
}
.btn.full {
  width: 100%;
}

.sidebar .archive-dropdown-box {
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar .archive-dropdown-box::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  content: "\f107";
  position: absolute;
  right: 1.2rem;
  color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar .archive-dropdown-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border: 1px solid #aaa;
  padding: 0.5rem 1.5rem; /* 余白の指定 */
  font-size: 1.4rem; /* 文字サイズ */
  color: #333; /* 文字色 */
  width: 100%;
}
.sidebar .archive-dropdown-box select::-ms-expand {
  display: none;
}

/* contact form 7 */
.wpcf7-form-control {
  font-family: "Zen Kaku Gothic Antique", serif;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.wpcf7-list-item label .form-check-input {
  margin: 0 10px 0 0;
}

.wpcf7-radio {
  /* チェックが入ったときの●（内側の丸） */
}
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 15px;
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin-right: 0;
}
.wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

input.wpcf7-submit:disabled {
  opacity: 0.6;
}

.emphasis {
  font-weight: bold;
  color: #c00000;
}

.contact-box-item {
  display: block;
  padding: 12px 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 #999, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #999, 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
  font-weight: bold;
  color: #333;
}
.contact-box-item:last-child {
  margin-bottom: 0;
}
.contact-box-item:hover {
  -webkit-transform: scale(101%);
          transform: scale(101%);
  -webkit-box-shadow: 0 1px 0 #999, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #999, 0 1px 3px rgba(0, 0, 0, 0.2);
}
.contact-box-item:active {
  -webkit-box-shadow: 0 0 0 #999, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 #999, 0 1px 3px rgba(0, 0, 0, 0.2);
}
.contact-box-item.faq {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  color: #333;
}
.contact-box-item.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB84D), to(#FF9500));
  background: linear-gradient(to bottom, #FFB84D 0%, #FF9500 100%);
  border: 1px solid #E68A00;
  -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
}
.contact-box-item.contact:hover {
  -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.infinite-scroll-request {
  text-align: center;
}

.iframe-responsive {
  position: relative;
  width: 100%;
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* clearfix */
.clearfix {
  *zoom: 1;
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0.1px;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/**
ふわっと表示
*/
.fadein-target,
.fadein-target-left,
.fadein-target-right {
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}
.fadein-target.shift-1,
.fadein-target-left.shift-1,
.fadein-target-right.shift-1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fadein-target.shift-2,
.fadein-target-left.shift-2,
.fadein-target-right.shift-2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* 下から上へ */
.fadein-target {
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
}

.fadein-target.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 左から右へ */
.fadein-target-left {
  -webkit-transform: translateX(-7rem);
          transform: translateX(-7rem);
}

.fadein-target-left.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* 右から左へ */
.fadein-target-right {
  -webkit-transform: translateX(7rem);
          transform: translateX(7rem);
}

.fadein-target-right.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

header.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 1.5rem;
}
@media screen and (min-width: 576px) {
  header.header {
    padding: 0;
  }
}
header.header .description {
  background-color: #eee;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: auto;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: none;
}
@media screen and (min-width: 743px) {
  header.header .description {
    display: block;
  }
}
header.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
}
header.header .header-content .menu-button {
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 743px) {
  header.header .header-content .menu-button {
    display: none;
  }
}
header.header .header-content .header-contact {
  margin-left: auto;
  position: relative;
  color: #333;
}
@media screen and (min-width: 743px) {
  header.header .header-content .header-contact {
    padding-left: 50px;
  }
  header.header .header-content .header-contact::before {
    position: absolute;
    content: "";
    background-image: url("../imgs/common/ticf-character.svg");
    background-position: left center;
    background-size: cover;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
}
header.header .header-content .header-contact a {
  color: #333;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
header.header .header-content .header-contact a.contact-tel {
  position: relative;
  display: inline-block;
  font-size: 0;
}
header.header .header-content .header-contact a.contact-tel::before {
  content: "\f3cd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
}
@media screen and (min-width: 743px) {
  header.header .header-content .header-contact a.contact-tel {
    display: block;
    padding-left: 20px;
    font-size: 20px;
  }
  header.header .header-content .header-contact a.contact-tel::before {
    position: absolute;
    left: 0;
    font-size: 20px;
  }
}
header.header .header-content .header-contact a.contact-btn {
  position: relative;
  display: inline-block;
  font-size: 0;
}
header.header .header-content .header-contact a.contact-btn::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
}
@media screen and (min-width: 743px) {
  header.header .header-content .header-contact a.contact-btn {
    display: block;
    padding: 12px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    top: 0;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFB84D), to(#FF9500));
    background: linear-gradient(to bottom, #FFB84D 0%, #FF9500 100%);
    border: 1px solid #E68A00;
    -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #333;
    -webkit-text-stroke: 2px white;
    paint-order: stroke fill;
    font-size: 1.6rem;
    font-size: 10px;
    padding: 1px 10px;
  }
  header.header .header-content .header-contact a.contact-btn span.large {
    font-size: 2.4rem;
  }
  header.header .header-content .header-contact a.contact-btn:hover {
    -webkit-transform: scale(101%);
            transform: scale(101%);
    -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  header.header .header-content .header-contact a.contact-btn::before {
    content: none;
  }
}
header.header .header-content h1 {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  header.header .header-content {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1140px) {
  header.header .header-content {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
header.header .mainmenu {
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  padding: 0 20px;
  color: white;
  height: 30px;
  display: none;
}
@media screen and (min-width: 680px) {
  header.header .mainmenu {
    display: block;
  }
}
@media screen and (min-width: 1140px) {
  header.header .mainmenu {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    background-color: transparent;
    color: #333;
  }
}
header.header .mainmenu ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  header.header .mainmenu ul {
    width: auto;
  }
}
header.header .mainmenu ul li {
  position: relative;
  list-style: none;
  font-weight: bold;
  font-size: 1.3rem;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 30px;
}
header.header .mainmenu ul li a {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 1140px) {
  header.header .mainmenu ul li a {
    color: #333;
  }
}
header.header .mainmenu ul li::before {
  content: "";
}

.hamburg {
  top: 0;
  bottom: 0;
  margin-right: 0;
  margin-left: 10px;
  width: 3rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.hamburg .menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3rem;
  height: 1.5rem;
  position: relative;
  margin: 0;
}
.hamburg .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
}
.hamburg .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.hamburg .menu-trigger span:nth-of-type(2) {
  top: 1.5rem;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.75rem) rotate(-25deg);
  transform: translateY(0.75rem) rotate(-25deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-0.75rem) rotate(25deg);
  transform: translateY(-0.75rem) rotate(25deg);
}

footer.footer {
  position: relative;
  margin-top: 4rem;
  background-color: #333;
  color: white;
  padding: 4rem 0 0;
}
footer.footer a {
  color: white;
}
footer.footer .footer-content {
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  footer.footer .footer-content {
    margin: auto;
    padding: 0;
    width: 100rem;
  }
}
footer.footer h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
footer.footer h2::before {
  content: none;
}
footer.footer h2::after {
  content: none;
}
footer.footer ul.footer-menu {
  list-style: none;
}
footer.footer ul.footer-menu li {
  position: relative;
  padding-left: 2rem;
}
footer.footer ul.footer-menu li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: white;
}
footer.footer .footer-contact a {
  color: white;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
footer.footer .footer-contact a.contact-tel {
  position: relative;
  display: block;
  font-size: 20px;
  padding-left: 25px;
}
footer.footer .footer-contact a.contact-tel::before {
  content: "\f3cd";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  left: 0;
}
footer.footer .footer-contact a.contact-btn {
  display: block;
  padding: 12px 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB84D), to(#FF9500));
  background: linear-gradient(to bottom, #FFB84D 0%, #FF9500 100%);
  border: 1px solid #E68A00;
  -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
  font-size: 1.6rem;
  position: relative;
  display: block;
  font-size: 0;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 0;
}
footer.footer .footer-contact a.contact-btn span.large {
  font-size: 2.4rem;
}
footer.footer .footer-contact a.contact-btn:hover {
  -webkit-transform: scale(101%);
          transform: scale(101%);
  -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
}
footer.footer .footer-contact .openclose {
  display: block;
  font-size: 1.2rem;
}
footer.footer .social-icons {
  font-size: 2rem;
}
footer.footer .copyright {
  text-align: center;
  display: block;
  padding: 1rem 0;
  color: white;
  font-size: 1.2rem;
}

.bigmenu-cover {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 98;
}

.bigmenu {
  display: none;
  padding: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
}
.bigmenu a {
  color: #333;
  text-decoration: none;
}
.bigmenu .bigmenu-content {
  padding: 0 1.5rem;
  margin-top: 9rem;
}
.bigmenu ul.menu-navi {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ccc;
}
.bigmenu ul.menu-navi li {
  padding: 5px 0;
  font-size: 1.6rem;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.bigmenu ul.menu-navi li a {
  display: block;
  position: relative;
}
.bigmenu ul.menu-navi li a::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 2rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
}
.bigmenu .social-icons {
  text-align: center;
  font-size: 30px;
}
.bigmenu .close-box {
  margin: 0;
  text-align: center;
  font-size: 2rem;
}
.bigmenu .close-box a {
  display: block;
}
.bigmenu .scrollbar {
  height: 90%;
  overflow: hidden;
}

nav.breadcrumb {
  padding: 0 15px;
  font-size: 1.2rem;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  background-position: center;
  border-radius: 1rem;
  gap: 3px;
}
nav.breadcrumb a {
  text-decoration: none;
}
nav.paging {
  margin: 30px auto 0;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic Antique", serif;
}
nav.paging .wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.paging .wp-pagenavi span.current,
nav.paging .wp-pagenavi a.page {
  border-radius: 4rem;
  background-color: #333;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 0 0.5rem;
  color: white;
}
nav.paging .wp-pagenavi span.current.current,
nav.paging .wp-pagenavi a.page.current {
  color: white;
  background-color: #CB0011;
}
nav.paging .wp-pagenavi span.extend,
nav.paging .wp-pagenavi .nextpostslink,
nav.paging .wp-pagenavi .previouspostslink,
nav.paging .wp-pagenavi .last,
nav.paging .wp-pagenavi .first {
  margin: 0 0.5rem;
  font-size: 1.6rem;
  color: #333;
}

/* pagetop */
.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  z-index: 100;
  text-align: center;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
  width: 5rem;
  height: 6rem;
}
.pagetop a {
  font-size: 4rem;
  color: #9AC4CE;
}
.pagetop.appear {
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .pagetop {
    right: 1rem;
    bottom: 1rem;
  }
}

article.content-wrapper {
  position: relative;
  padding: 6rem 0 0;
}
@media screen and (min-width: 680px) {
  article.content-wrapper {
    padding: 12rem 0 0;
  }
}
@media screen and (min-width: 1140px) {
  article.content-wrapper {
    padding: 9rem 0 0;
  }
}
article.content-wrapper section.content-box {
  position: relative;
  padding: 0 1.5rem;
  margin-top: 60px;
}
@media screen and (min-width: 1280px) {
  article.content-wrapper section.content-box {
    padding: 0;
  }
}
article.content-wrapper section.content-box .content-inner-box {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  article.content-wrapper section.content-box .content-inner-box {
    padding: 0;
  }
}

.content-column {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 743px) {
  .content-column {
    width: calc(100% - 330px);
    margin-bottom: 0;
  }
}

nav.sidebar {
  width: 100%;
}
@media screen and (min-width: 743px) {
  nav.sidebar {
    width: 300px;
  }
}
nav.sidebar a {
  text-decoration: none;
}
nav.sidebar .sidebar-content {
  margin-bottom: 30px;
}
nav.sidebar .sidebar-content:last-child {
  margin-bottom: 0;
}
nav.sidebar .sidebar-content ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  padding: 10px;
}
nav.sidebar .sidebar-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
nav.sidebar .sidebar-content ul li:last-child {
  margin-bottom: 0;
}
nav.sidebar .sidebar-content ul li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #FA3D2B;
}
nav.sidebar h2 {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 2rem;
  line-height: 1.5;
  color: white;
}
nav.sidebar h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  width: 10px;
  background-color: #FA3D2B;
}
nav.sidebar h2 a {
  display: block;
  color: white;
}
nav.sidebar .sidebar-ban-item {
  position: relative;
  border: 3px solid #ccc;
  font-size: 20px;
  padding: 10px 10px 10px 100px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.sidebar .sidebar-ban-item:last-child {
  margin-bottom: 0;
}
nav.sidebar .sidebar-ban-item:hover {
  background-color: #fcfae9;
}
nav.sidebar .sidebar-ban-item::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #FA3D2B transparent;
}
nav.sidebar .sidebar-ban-item::before {
  position: absolute;
  content: "";
  width: 80px;
  height: calc(100% - 4px);
  background-position: center;
  background-size: cover;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav.sidebar .sidebar-ban-item.process::before {
  background-image: url("../imgs/common/bg-sideber-process.png");
}
nav.sidebar .sidebar-ban-item.equip::before {
  background-image: url("../imgs/common/bg-sideber-equip.png");
}
nav.sidebar .sidebar-ban-item.blog::before {
  background-image: url("../imgs/common/bg-sideber-blog.png");
}
nav.sidebar .sidebar-ban-item.news::before {
  background-image: url("../imgs/common/bg-sideber-news.png");
}
nav.sidebar .contact-box .contact-box-inner {
  padding: 10px;
  border: 1px solid #ccc;
}
nav.sidebar .gsc-search-box {
  margin: 0;
}
nav.sidebar .gsc-search-box table {
  border: none;
}
nav.sidebar .gsc-search-box table tr th, nav.sidebar .gsc-search-box table tr td {
  border: none;
}
nav.sidebar .gsc-input {
  padding: 0;
}
nav.sidebar td.gsc-search-button {
  padding: 0 !important;
}
nav.sidebar button.gsc-search-button {
  height: 35px;
  margin: 0;
  border: none;
  background-color: black;
  border-radius: 0;
}
nav.sidebar .social-icons {
  font-size: 30px;
}
nav.sidebar .social-icons a {
  color: #333;
}

.page-footer-content {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.page-footer-content .contact-box {
  border: 2px solid #333;
}
.page-footer-content .contact-box a {
  text-decoration: none;
}
.page-footer-content .contact-box .contact-box-ttl {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  line-height: 1.5;
  color: white;
}
.page-footer-content .contact-box .contact-box-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  width: 10px;
  background-color: #FA3D2B;
}
.page-footer-content .contact-box .contact-box-contet {
  padding: 15px;
}
.page-footer-content .contact-box .contact-tel {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}
.page-footer-content .contact-box .contact-tel .openclose {
  display: block;
}
@media screen and (min-width: 743px) {
  .page-footer-content .contact-box .contact-tel .openclose {
    display: inline;
  }
}
.page-footer-content .contact-box .contact-tel a {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #BF0013;
}
.page-footer-content .contact-box .contact-tel a::before {
  color: #333;
  content: "\f3cd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.page-footer-content .contact-box .contact-btn {
  display: block;
  padding: 12px 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB84D), to(#FF9500));
  background: linear-gradient(to bottom, #FFB84D 0%, #FF9500 100%);
  border: 1px solid #E68A00;
  -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
  font-size: 1.6rem;
  font-size: 1.6rem;
}
.page-footer-content .contact-box .contact-btn span.large {
  font-size: 2.4rem;
}
.page-footer-content .contact-box .contact-btn:hover {
  -webkit-transform: scale(101%);
          transform: scale(101%);
  -webkit-box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #CC7A00, 0 1px 3px rgba(0, 0, 0, 0.2);
}
.page-footer-content .contact-box .contact-btn span.large {
  font-size: 2rem;
}

.button-box {
  text-align: center;
}

.flexbox-wrapper .flexbox {
  gap: 10px;
}

.item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px) / 2);
          flex: 0 0 calc((100% - 10px) / 2);
  padding: 0;
}
@media screen and (min-width: 576px) {
  .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 4);
            flex: 0 0 calc((100% - 30px) / 4);
  }
}
.item .item-content {
  border: 1px solid #ccc;
  margin: 0;
  height: 100%;
}
.item .item-content a {
  height: 100%;
  display: block;
}
.item figure.photo {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 743px) {
  .item figure.photo {
    aspect-ratio: 3/2;
  }
}
.item .photo-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.item h3 {
  color: white;
  position: absolute;
  left: 10px;
  top: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  width: 90%;
  text-align: left;
}
.item h3 .en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: bold;
}
.item h3 .text {
  display: none;
}
@media screen and (min-width: 743px) {
  .item h3 .text {
    display: inline;
  }
}
.item h3 .text-sp {
  display: inline;
}
@media screen and (min-width: 743px) {
  .item h3 .text-sp {
    display: none;
  }
}
.item .item-category {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
  font-size: 10px;
  left: 10px;
  top: 10px;
  color: white;
  position: absolute;
}
.item.tech h3 {
  font-size: 1.6rem;
  top: 20px;
}
.item.tech h3 .en {
  font-size: 1.2rem;
}
@media screen and (min-width: 743px) {
  .item.tech h3 {
    font-size: 2.4rem;
  }
  .item.tech h3 .en {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=import.css.map */