@charset "UTF-8";
@keyframes a-FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(4, 4);
    opacity: 0;
  }
}
@keyframes pulsate_open {
  0% {
    transform: translateX(0);
    z-index: 99;
  }
  100% {
    transform: scale(130);
    z-index: 99;
    opacity: 1;
  }
}
@keyframes pulsate_close {
  0% {
    transform: scale(130);
    z-index: 99;
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    z-index: 99;
    opacity: 0;
  }
}
@keyframes menu_open {
  0% {
    transform: translateX(100%);
    z-index: 99;
  }
  100% {
    z-index: 99;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes menu_close {
  0% {
    transform: translateX(0);
    z-index: 99;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    z-index: 99;
    opacity: 0;
  }
}
@keyframes FadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes FadeOutZoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes a-FadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-7rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes a-FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(7rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes a-FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(7rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes a-FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-7rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes a-FadeInLeft_min {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes a-FadeInRight_min {
  0% {
    opacity: 0;
    transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes a-FadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes a-FadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes FadeOutRight_big {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100vw);
  }
}
@keyframes a-SlideInLeft {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes a-SlideInRight {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes a-SlideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
@keyframes a-RsetTransform {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fuwafuwa {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(1deg);
  }
}
@keyframes video_in {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
    margin-top: 7rem;
  }
}
@keyframes video_in_tb {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
    margin-top: 5.5rem;
  }
}
@keyframes video_in_sp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
    margin-top: 4rem;
  }
}
@keyframes horizontal {
  0% {
    opacity: 1;
    transform: translateX(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    opacity: 1;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes a-BorderBottomSlide {
  0% {
    opacity: 1;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes a-SlideImg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
@keyframes fadein_to_bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein_page_image {
  0% {
    opacity: 1;
    transform: translateY(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes a-TextFade {
  0% {
    text-shadow: 0 0 4em #fff;
    opacity: 0;
  }
  25% {
    text-shadow: 0 0 1.5em #fff;
  }
  75% {
    text-shadow: 0 0 0px #fff;
  }
  100% {
    opacity: 1;
    color: #fff;
  }
}
#wpadminbar {
  position: fixed !important;
}

#content {
  opacity: 1;
}

.widget-area .widget-title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.widget-area aside:first-of-type .widget-title {
  margin-top: 0;
}
.widget-area ul {
  margin-bottom: 3rem;
}
.widget-area ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 0.5rem 0;
}
.widget-area ul li:first-of-type {
  border-top: 1px solid #e2e2e2;
}
.widget-area .widget_categories li {
  padding: 0;
}
.widget-area .widget_categories a {
  display: block;
  color: #333333;
  padding: 0.5rem 0;
}
.widget-area .widget_categories a:hover {
  background: #e2e2e2;
}

#site-bottom {
  position: relative;
  background: #fff;
  z-index: 6;
}
body.home #site-bottom {
  background: #fff;
}

#site-footer {
  position: relative;
  z-index: 6;
  background: #fff;
}

#site-breadcrumb {
  background: #fff;
}

input[type=search],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=text] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #9098a9;
  border-radius: 0.5rem;
}
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border: 2px solid #0026d1;
}
input[type=search][readonly], input[type=search][disabled],
input[type=password][readonly],
input[type=password][disabled],
input[type=number][readonly],
input[type=number][disabled],
input[type=tel][readonly],
input[type=tel][disabled],
input[type=email][readonly],
input[type=email][disabled],
input[type=text][readonly],
input[type=text][disabled] {
  cursor: not-allowed;
  background: #e2e2e2;
}
input[type=search][readonly]:focus, input[type=search][disabled]:focus,
input[type=password][readonly]:focus,
input[type=password][disabled]:focus,
input[type=number][readonly]:focus,
input[type=number][disabled]:focus,
input[type=tel][readonly]:focus,
input[type=tel][disabled]:focus,
input[type=email][readonly]:focus,
input[type=email][disabled]:focus,
input[type=text][readonly]:focus,
input[type=text][disabled]:focus {
  border: 2px solid #9098a9;
}

input[type=radio] {
  vertical-align: text-top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  margin-right: 0.5rem;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/radio_button_unchecked.svg");
          mask-image: url("/wp-content/themes/original/images/icon/radio_button_unchecked.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #9098a9;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
input[type=radio]:checked::before {
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/radio_button_checked.svg");
          mask-image: url("/wp-content/themes/original/images/icon/radio_button_checked.svg");
  background-color: #23d160;
}
input[type=radio][readonly], input[type=radio][disabled] {
  cursor: not-allowed;
}
input[type=radio][readonly]::before, input[type=radio][disabled]::before {
  background-color: #9098a9;
}

input[type=checkbox] {
  vertical-align: text-top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5rem;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/check_box_outline_blank.svg");
          mask-image: url("/wp-content/themes/original/images/icon/check_box_outline_blank.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #9098a9;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
input[type=checkbox]:checked::before {
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/select_check_box.svg");
          mask-image: url("/wp-content/themes/original/images/icon/select_check_box.svg");
  background-color: #23d160;
}
input[type=checkbox][readonly], input[type=checkbox][disabled] {
  cursor: not-allowed;
}
input[type=checkbox][readonly]::before, input[type=checkbox][disabled]::before {
  background-color: #9098a9;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  border: 2px solid #9098a9;
  border-radius: 0.5rem;
  cursor: pointer;
  background: url("/wp-content/themes/original/images/icon/selectbox_drop_down.svg") no-repeat right center;
}
select:focus {
  border: 2px solid #0026d1;
}
select[readonly], select[disabled] {
  cursor: not-allowed;
  background: #e2e2e2;
}
select[readonly]:focus, select[disabled]:focus {
  border: 2px solid #9098a9;
}

textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #9098a9;
  border-radius: 0.5rem;
}
textarea:focus {
  border: 2px solid #0026d1;
}
textarea[readonly], textarea[disabled] {
  cursor: not-allowed;
  background: #e2e2e2;
}
textarea[readonly]:focus, textarea[disabled]:focus {
  border: 2px solid #9098a9;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
[role=button]:hover {
  cursor: pointer;
}
button[readonly], button[disabled],
[type=button][readonly],
[type=button][disabled],
[type=reset][readonly],
[type=reset][disabled],
[type=submit][readonly],
[type=submit][disabled],
[role=button][readonly],
[role=button][disabled] {
  cursor: not-allowed;
  background-color: #9098a9;
  border-color: #9098a9;
  color: #f5f5f5;
}
button[readonly]:focus, button[disabled]:focus,
[type=button][readonly]:focus,
[type=button][disabled]:focus,
[type=reset][readonly]:focus,
[type=reset][disabled]:focus,
[type=submit][readonly]:focus,
[type=submit][disabled]:focus,
[role=button][readonly]:focus,
[role=button][disabled]:focus {
  border-color: #9098a9;
}

.topfade-in {
  opacity: 0;
}

.fade-in {
  opacity: 0;
}

.inview {
  animation-name: a-FadeInUp;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.a-FadeInUp {
  animation: a-FadeInUp 0.8s ease 0s 1 both;
}

.a-FadeInLeft {
  animation: a-FadeInLeft 0.8s ease 0s 1 both;
}

.a-FadeInRight {
  animation: a-FadeInRight 0.8s ease 0s 1 both;
}

.a-FadeInDown {
  animation: a-FadeInDown 0.8s ease 0s 1 both;
}

.a-FadeIn {
  animation: a-FadeIn 0.8s ease 0s 1 both;
}

.a-FadeOut {
  animation: a-FadeOut 0.8s ease 0s 1 both;
}

.a-SlideInLeft {
  animation: a-SlideInLeft 0.8s ease 0s 1 both;
}

.a-SlideInRight {
  animation: a-SlideInRight 0.8s ease 0s 1 both;
}

.a-SlideOutRight {
  animation: a-SlideOutRight 0.8s ease 0s 1 both;
}

.a-RsetTransform {
  animation: a-RsetTransform 1.5s ease 0s 1 both;
}

.a-FadeInUpList {
  opacity: 1;
}

.a-BorderBottomSlide {
  position: relative;
}
.a-BorderBottomSlide.js-active {
  opacity: 1 !important;
}
.a-BorderBottomSlide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #333333;
  animation: a-BorderBottomSlide 0.8s ease 0.5s both;
}

.a-SlideImg {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: unset;
}
.a-SlideImg.js-active {
  opacity: 1 !important;
}
.a-SlideImg:before {
  animation: a-SlideImg 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.a-fuwafuwa {
  animation: fuwafuwa 10s infinite linear alternate;
}

.a-TextFadeInUp {
  opacity: 1 !important;
  overflow: hidden;
}
.a-TextFadeInUp > span {
  opacity: 0;
  display: inline-block;
  animation-name: a-FadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.a-TextFadeInDown {
  opacity: 1 !important;
  overflow: hidden;
}
.a-TextFadeInDown > span {
  opacity: 0;
  display: inline-block;
  animation-name: a-FadeInDown;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.a-TextFadeInLeft {
  opacity: 1 !important;
  overflow: hidden;
}
.a-TextFadeInLeft > span {
  opacity: 0;
  display: inline-block;
  animation-name: a-FadeInLeft;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.a-TextFadeInLeft {
  opacity: 1 !important;
  overflow: hidden;
}
.a-TextFadeInLeft > span {
  opacity: 0;
  display: inline-block;
  animation-name: a-FadeInLeft;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.a-TextFadeInRight {
  opacity: 1 !important;
  overflow: hidden;
}
.a-TextFadeInRight > span {
  opacity: 0;
  display: inline-block;
  animation-name: a-FadeInRight;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.a-TaxtFade {
  opacity: 1 !important;
}
.a-TaxtFade > span {
  opacity: 0;
  color: transparent;
  animation: a-TextFade 5s ease-out 0s both;
}

@keyframes rotatearrow {
  0% {
    transform: translate(0, -0.5em) rotateX(0);
  }
  100% {
    transform: translate(0, -0.5em) rotateX(180deg);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .first_view_imgItem,
.swiper-slide-prev .first_view_imgItem {
  animation: zoomUp 14s linear 0s normal both;
}

.first_view_imgItem img {
  height: auto;
  width: 100%;
}

.c-section {
  margin-bottom: 3rem;
}

.c-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1400px;
  width: 100%;
}

.c-flex {
  width: 100%;
}
.c-flex > .__left {
  margin-bottom: 2rem;
}
.c-flex > .__left .__img img,
.c-flex > .__right .__img img {
  width: 100%;
}
.c-flex > .__left .__content,
.c-flex > .__right .__content {
  margin-top: 1em;
}

ul.c-ul > li {
  margin-bottom: 1rem;
}
ul.c-ul.--disc {
  list-style: disc;
  margin: 0 0 1rem 1.5rem;
}
ul.c-ul.--check > li {
  position: relative;
  padding-left: 2em;
}
ul.c-ul.--check > li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/check.svg#svg-check");
          mask-image: url("/wp-content/themes/original/images/icon/check.svg#svg-check");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #23d160;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
ul.c-ul.--checkbox > li {
  position: relative;
  padding-left: 2em;
}
ul.c-ul.--checkbox > li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/check_box_outline_blank.svg#svg-check_box_outline_blank");
          mask-image: url("/wp-content/themes/original/images/icon/check_box_outline_blank.svg#svg-check_box_outline_blank");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #9098a9;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
ul.c-ul.--checkbox > li.__check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.1em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/check.svg#svg-check");
          mask-image: url("/wp-content/themes/original/images/icon/check.svg#svg-check");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  line-height: 1;
  background-color: #23d160;
  width: 1.8em;
  height: 1.8em;
}

ol.c-ol {
  margin: 0 0 1rem 1.5rem;
}
ol.c-ol > li {
  margin-bottom: 1rem;
}
ol.c-ol.--circle {
  counter-reset: olnum;
  list-style: none;
  margin-left: 0;
}
ol.c-ol.--circle > li {
  position: relative;
  padding-left: 2rem;
}
ol.c-ol.--circle > li:before {
  content: counter(olnum);
  counter-increment: olnum;
  position: absolute;
  top: 0.4em;
  left: 0;
  border: 1px solid;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
}
ol.c-ol.--brackets {
  counter-reset: olnum;
  list-style: none;
  margin-left: 0;
}
ol.c-ol.--brackets > li {
  position: relative;
  padding-left: 2rem;
}
ol.c-ol.--brackets > li:before {
  content: "( " counter(olnum) " )";
  counter-increment: olnum;
  position: absolute;
  top: 0.4em;
  left: 0;
  line-height: 1;
  text-align: center;
}

dl.c-dl {
  padding-top: 1.5rem;
}
dl.c-dl dt {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
dl.c-dl dd {
  margin-bottom: 3rem;
}
dl.c-dl.--num {
  counter-reset: dlnum;
}
dl.c-dl.--num dt {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
dl.c-dl.--num dt::before {
  counter-increment: dlnum;
  content: counter(dlnum) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.c-grid {
  display: grid;
}
.c-grid.--gap1 {
  gap: 1rem 1rem;
}
.c-grid.--pc_col1 {
  grid-template-columns: repeat(1, 1fr);
}
.c-grid.--gap2 {
  gap: 1rem 1rem;
}
.c-grid.--pc_col2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid.--gap3 {
  gap: 1rem 1rem;
}
.c-grid.--pc_col3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid.--gap4 {
  gap: 1rem 1rem;
}
.c-grid.--pc_col4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid.--gap5 {
  gap: 1rem 1rem;
}
.c-grid.--pc_col5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid > .__item {
  width: 100%;
}
.c-grid > .__item > a:hover:hover {
  opacity: 0.8;
}
.c-grid > .__item img {
  width: 100%;
}
.c-grid.--text > .__item {
  position: relative;
}
.c-grid.--text > .__item .inner_box {
  border: 1px solid #9098a9;
  padding-bottom: 4rem;
  height: 100%;
}
.c-grid.--text > .__item .inner_box .inner_title {
  margin: 1rem 1rem 0 1rem;
  color: #0026d1;
  font-weight: bold;
}
.c-grid.--text > .__item .inner_box .inner__text {
  margin: 1rem;
}
.c-grid.--text > .__item .inner_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  text-align: center;
}
.c-grid.--text > .__item .inner_btn > .__btn {
  display: inline-block;
  line-height: 1;
  color: #0026d1;
  background: #fff;
  border: 1px solid #0026d1;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 2rem;
  transition: color 0.3s, background-color 0.3s;
}
.c-grid.--text > .__item .inner_btn > .__btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
  width: 1em;
  height: 1em;
  vertical-align: top;
  transition: color 0.3s;
}
.c-grid.--text > .__item .inner_btn > .__btn:hover {
  background: #0026d1;
  color: #fff;
}
.c-grid.--text > .__item .inner_btn > .__btn:hover .__svg {
  color: #fff;
}
.c-grid.--overlay a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.c-grid.--overlay a .hover_box {
  color: #fff;
  background: #0026d1;
  padding: 1rem;
}
.c-grid.--overlay a .hover_box .hover_box_inner .__title {
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
.c-grid.--overlay a .hover_box .hover_box_inner .__contents {
  text-align: left;
}
.c-grid.--fade a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.c-grid.--fade a > img {
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.c-grid.--fade a .hover_box {
  color: #fff;
  background: #0026d1;
  padding: 1rem;
}
.c-grid.--fade a .hover_box .hover_box_inner .__title {
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
.c-grid.--fade a .hover_box .hover_box_inner .__contents {
  text-align: left;
}

.c-box_on_img {
  width: 100%;
  color: #fff;
  display: flex;
}
.c-box_on_img.--left_img {
  flex-flow: column;
}
.c-box_on_img.--left_img > .__left {
  text-align: center;
}
.c-box_on_img.--left_img > .__right > .box_on_img_inner {
  background: #0026d1;
}
.c-box_on_img.--left_img > .__right > .box_on_img_inner > .__text_box {
  padding: 1rem;
}
.c-box_on_img.--right_img {
  flex-flow: column-reverse;
}
.c-box_on_img.--right_img > .__left > .box_on_img_inner {
  background: #0026d1;
}
.c-box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box {
  padding: 1rem;
}
.c-box_on_img.--right_img .__right {
  text-align: center;
}

.c-img_on_box {
  position: relative;
}
.c-img_on_box .__inner {
  width: 100%;
  min-height: 30rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 14rem;
}
.c-img_on_box .__box {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 7rem;
  color: rgb(251, 249, 238);
  background: #0026d1;
}
.c-img_on_box .__box .__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
  text-align: center;
}

.c-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-gmap > iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-gmap.--gray iframe {
  filter: grayscale(100%);
}

.c-left_border_box {
  border-left: 6px solid #eee;
  padding-left: 1rem;
}

.c-accordion > .__box > dd {
  background: #f5f5f5;
  overflow: hidden;
  line-height: 0;
  height: 0;
  transition: 0.2s;
  padding: 0 1rem;
}
.c-accordion .js-open + dd {
  display: block;
  height: auto;
  line-height: 1.85;
  opacity: 1;
  padding: 1rem;
}
.c-accordion .js-open + dd p:last-of-type {
  margin-bottom: 0;
}
.c-accordion > .__box {
  margin-top: 1px;
}
.c-accordion > .__box > dt {
  width: 100%;
  background: #0026d1;
  color: #fff;
  margin: 0;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
}
.c-accordion > .__box > dt::after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 1em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/add.svg#svg-add");
          mask-image: url("/wp-content/themes/original/images/icon/add.svg#svg-add");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  width: 2em;
  height: 2em;
  background-color: #fff;
}
.c-accordion > .__box > dt.js-open::after {
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/remove.svg#svg-remove");
          mask-image: url("/wp-content/themes/original/images/icon/remove.svg#svg-remove");
}
.c-accordion > .__box > dt:hover {
  cursor: pointer;
}

.c-table.--th_center th {
  text-align: center;
}
.c-table.--th_color th {
  background: #0026d1;
  color: #fff;
}
.c-table.--line > table {
  border: none;
}
.c-table.--line > table td,
.c-table.--line > table th {
  border: none;
}
.c-table.--line > table tr {
  border-bottom: 1px solid #e2e2e2;
}
.c-table.--line.--sp_block {
  border-top: 1px solid #e2e2e2;
}
.c-table.--line.--sp_block > table tr {
  border-bottom: unset;
}
.c-table.--line.--sp_block > table tr th {
  border-bottom: 1px solid #e2e2e2;
}
.c-table.--line.--sp_block > table tr td {
  border-bottom: 1px solid #e2e2e2;
}
.c-table.--stripe > table {
  border: none;
}
.c-table.--stripe > table td,
.c-table.--stripe > table th {
  border: none;
}
.c-table.--stripe > table tr {
  border-bottom: 1px solid #e2e2e2;
}
.c-table.--stripe > table tr:nth-child(odd) {
  background: #f5f5f5;
}
.c-table.--scroll {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.c-table.--scroll::-webkit-scrollbar {
  height: 14px;
}
.c-table.--scroll::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
  border-radius: 7px;
}
.c-table.--scroll::-webkit-scrollbar-track {
  background: rgb(220, 220, 220);
  border-radius: 7px;
}
.c-table.--scroll > table {
  min-width: 50rem;
}
.c-table.--scroll > table th {
  word-break: keep-all;
}

.c-scroll {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.c-scroll::-webkit-scrollbar {
  height: 14px;
}
.c-scroll::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
  border-radius: 7px;
}
.c-scroll::-webkit-scrollbar-track {
  background: rgb(220, 220, 220);
  border-radius: 7px;
}

.c-tab.--scroll {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.c-tab.--scroll::-webkit-scrollbar {
  height: 14px;
}
.c-tab.--scroll::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
  border-radius: 7px;
}
.c-tab.--scroll::-webkit-scrollbar-track {
  background: rgb(220, 220, 220);
  border-radius: 7px;
}
.c-tab > ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-tab > ul > li {
  margin: 0 1rem;
  word-break: keep-all;
}
.c-tab > ul > li.js-open {
  border-bottom: 1px solid #0026d1;
}
.c-tab > ul > li:hover {
  cursor: pointer;
  border-bottom: 1px solid #0026d1;
}
.c-tab.--border.--scroll {
  padding-bottom: 0;
}
.c-tab.--border > ul > li {
  border: 1px solid #9098a9;
  padding: 0.5rem 1rem;
  background: #e2e2e2;
}
.c-tab.--border > ul > li:hover {
  border-bottom: none;
  background: #fff;
}
.c-tab.--border > ul > li.js-open {
  background: #fff;
  border-bottom: none;
  z-index: 2;
}

.c-tab_contents {
  padding: 1rem;
  overflow: hidden;
}
.c-tab_contents > div.js-open {
  animation: a-FadeInRight 0.8s ease 0s both;
}
.c-tab_contents.--border {
  margin-top: -1px;
  border: 1px solid #9098a9;
  z-index: 1;
  background: #fff;
}

.c-modal_contents .__btn-close {
  position: absolute;
  background: #0026d1;
  top: -0.65rem;
  right: -0.65rem;
  border: 1px solid #0026d1;
  border-radius: 50%;
  vertical-align: text-bottom;
  line-height: 1;
}
.c-modal_contents .__btn-close .svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  padding: 0.5rem;
}

#c-breadcrumb {
  width: 100%;
  overflow: hidden;
}
#c-breadcrumb > ul {
  width: 100%;
  display: flex;
  padding: 1rem 0;
  overflow-x: auto;
}
#c-breadcrumb > ul li span {
  display: inline-block;
  font-size: 1.6rem;
}
#c-breadcrumb > ul li::after {
  content: "/";
  margin: 0 1rem;
}
#c-breadcrumb > ul li:last-of-type::after {
  content: "";
  margin: 0;
}
#c-breadcrumb > ul li a {
  display: inline-block;
  color: #333333;
}
#c-breadcrumb > ul li a:hover {
  color: #0026d1;
}
#c-breadcrumb > ul li a:hover .svg {
  color: #0026d1;
}
#c-breadcrumb > ul li .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #333333;
  vertical-align: text-bottom;
  width: 1.5em;
  height: 1.5em;
}

#c-pagination {
  margin-top: 2rem;
}
#c-pagination .page-numbers {
  width: 100%;
  display: flex;
  justify-content: center;
}
#c-pagination .page-numbers li {
  margin: 0.5rem;
}
#c-pagination .page-numbers .page-numbers {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 2px solid #0026d1;
  overflow: hidden;
  line-height: 1.5;
  color: #0026d1;
  transition-duration: 0.3s;
}
#c-pagination .page-numbers .page-numbers.current {
  background: #0026d1;
  color: #fff;
}
#c-pagination .page-numbers .page-numbers:hover {
  background: #0026d1;
  color: #fff;
}

#c-go_top {
  display: none;
}
.js-header_hide-body #c-go_top {
  display: block;
  position: fixed;
  bottom: 0.75rem;
  right: 0.5rem;
  z-index: 6;
  border: 2px solid #0026d1;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
#c-go_top .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 2rem;
  height: 2rem;
  color: #0026d1;
  vertical-align: middle;
}
#c-go_top:hover {
  cursor: pointer;
}

.c-cat_list-1 {
  text-align: left;
  margin-bottom: 2rem;
}
.c-cat_list-1 a {
  color: #333333;
  display: block;
  position: relative;
}
.c-cat_list-1 a .__contents {
  padding: 0.75rem 0;
}
.c-cat_list-1 a .__contents .__time {
  display: inline-block;
}
.c-cat_list-1 a .__contents .__cat {
  width: 6rem;
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}
.c-cat_list-1 a .__contents .__cat.--news {
  border: 1px solid #0026d1;
  background: #0026d1;
  color: #fff;
}
.c-cat_list-1 a .__contents .__cat:hover:hover {
  opacity: 0.8;
}
.c-cat_list-1 a .__contents .__ttl {
  transition: color 0.3s;
}
.c-cat_list-1 a.is-icon .__contents {
  padding-right: 2rem;
}
.c-cat_list-1 a.is-icon .__icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
  width: 1.2em;
  height: 1.2em;
}
.c-cat_list-1 a:hover {
  transition: background-color ease 0.3s, color ease 0.3s;
}
.c-cat_list-1 a:hover:hover {
  background: rgba(50, 115, 220, 0.05);
}
.c-cat_list-1 a:hover.is-icon .__icon {
  right: 0;
}

.c-cat_grid-1 > .cat_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem 1rem;
}
.c-cat_grid-1 > .cat_grid > li {
  background: #fff;
  padding: 1rem;
  position: relative;
  border: 1px solid #9098a9;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_box > .__img {
  margin-bottom: 1rem;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_box > .__title {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_box > .__description {
  margin-bottom: 2rem;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn {
  text-align: center;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn .__btn {
  margin: 0 auto;
  display: inline-block;
  line-height: 1;
  color: #0026d1;
  background: #fff;
  border: 1px solid #0026d1;
  letter-spacing: 0.5em;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 2rem;
  transition: color 0.3s, background-color 0.3s;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn .__btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
  width: 1em;
  height: 1em;
  vertical-align: top;
  transition: color 0.3s;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn .__btn:hover {
  background: #0026d1;
  color: #fff;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn .__btn:hover .__svg {
  color: #fff;
}

.c-swiper-container {
  position: relative;
  overflow: hidden;
  opacity: 0;
  text-align: center;
}
.c-swiper-container.swiper-horizontal {
  opacity: 1;
}

.c-swiper-container_loop {
  padding: 30px 0;
  margin-bottom: 4rem;
  background: #eee;
  overflow: hidden;
  opacity: 0;
}
.c-swiper-container_loop.swiper-horizontal {
  opacity: 1;
}
.c-swiper-container_loop .swiper-wrapper {
  transition-timing-function: linear;
}

.c-timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  width: 100%;
}
.c-timeline .__date {
  width: 6.5rem;
  margin-top: 0.5rem;
  position: absolute;
  top: 0;
  left: 2rem;
}
.c-timeline .__content {
  border-left: 3px #e2e2e2 solid;
  padding: 3rem 0 2rem 2rem;
  margin-left: 0.5rem;
  width: calc(100% - 0.5rem);
}
.c-timeline .__content:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #23d160;
  position: absolute;
  left: 6.2rem;
  top: 1rem;
  border-radius: 100%;
  left: 0.2rem;
}
.c-timeline .__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-timeline .__text {
  margin-bottom: 0;
}

dl.c-qa dt {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
dl.c-qa dt::before {
  position: absolute;
  content: "Q";
  left: 0;
  top: -1rem;
  color: #e2e2e2;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
dl.c-qa dd {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 4rem;
}
dl.c-qa dd::before {
  position: absolute;
  content: "A";
  left: 0;
  top: 0;
  color: #e2e2e2;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
dl.c-qa dd p {
  margin-bottom: 0;
}

.c-details {
  overflow: hidden;
}
.c-details > details {
  width: 100%;
}
.c-details > details > summary {
  background: #fff;
}
.c-details.--border > details {
  border: 1px solid #9098a9;
}
.c-details.--border > details:nth-of-type(n + 2) {
  border-top: none;
}
.c-details.--border > details > summary {
  margin: 0;
  padding: 1rem;
  position: relative;
}
.c-details.--border > details > .__inner {
  background: #f5f5f5;
  padding: 1rem;
}
.c-details.--accordion > details {
  border: 1px solid #9098a9;
}
.c-details.--accordion > details:nth-of-type(n + 2) {
  border-top: none;
}
.c-details.--accordion > details > summary {
  margin: 0;
  padding: 1rem 4rem 1rem 1rem;
  position: relative;
  list-style: none;
  position: relative;
}
.c-details.--accordion > details > summary::after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 1em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/expand_less.svg#svg-expand_less");
          mask-image: url("/wp-content/themes/original/images/icon/expand_less.svg#svg-expand_less");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  width: 2em;
  height: 2em;
  background-color: #333333;
  transition: transform 0.2s;
}
.c-details.--accordion > details[open] > summary::after {
  transform: rotate(180deg);
}
.c-details.--accordion > details > .__inner {
  background: #f5f5f5;
  padding: 1rem;
}
.c-details.--qa > details > summary {
  outline: 1px solid #fff;
  background: #0026d1;
  color: #fff;
  margin: 0;
  padding: 1rem 3rem 1rem 3rem;
  position: relative;
  list-style: none;
  position: relative;
}
.c-details.--qa > details > summary::before {
  position: absolute;
  content: "Q";
  left: 1rem;
  top: 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.c-details.--qa > details > summary::after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 1em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/add.svg#svg-add");
          mask-image: url("/wp-content/themes/original/images/icon/add.svg#svg-add");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  width: 2em;
  height: 2em;
  background-color: #fff;
}
.c-details.--qa > details[open] > summary {
  outline: none;
}
.c-details.--qa > details[open] > summary::after {
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/remove.svg#svg-remove");
          mask-image: url("/wp-content/themes/original/images/icon/remove.svg#svg-remove");
}
.c-details.--qa > details > .__inner {
  background: #f5f5f5;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.c-details.--qa > details > .__inner::before {
  position: absolute;
  content: "A";
  left: 1rem;
  top: 1rem;
  color: #0026d1;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.c-details.--qa > details > .__inner > p:last-of-type {
  margin-bottom: 0;
}

.c-list_number {
  counter-reset: num;
}
.c-list_number > li {
  margin-bottom: 4rem;
  position: relative;
}
.c-list_number > li::before {
  counter-increment: num;
  content: "0" counter(num);
  color: #e2e2e2;
  position: absolute;
  top: -1rem;
  right: 0;
  font-size: 6rem;
  line-height: 1;
}
.c-list_number > li > .__title {
  z-index: 1;
  position: relative;
  color: #000;
  font-weight: bold;
  padding-top: 2rem;
}

.c-flow_arrow > .__box {
  position: relative;
}
.c-flow_arrow > .__box:not(:last-child) {
  padding-bottom: 3rem;
}
.c-flow_arrow > .__box:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 2rem solid transparent;
  border-top: 1rem solid #9098a9;
  border-bottom-width: 0;
}

.c-flow_step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flow_step > ul {
  padding: 0;
}
.c-flow_step > ul > li {
  list-style-type: none;
  position: relative;
  list-style: none;
}
.c-flow_step > ul > li:not(:last-child) {
  margin-bottom: 3rem;
}
.c-flow_step > ul > li:not(:last-child) dl::before, .c-flow_step > ul > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.c-flow_step > ul > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #0026d1;
}
.c-flow_step > ul > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.c-flow_step > ul > li > dl {
  width: 100%;
  padding: 1rem 2rem;
  border: 2px solid #0026d1;
  border-radius: 1rem;
  position: relative;
}
.c-flow_step > ul > li > dl > dt {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.c-flow_step > ul > li > dl > dt .__step {
  font-size: 1.2rem;
  color: #fff;
  background: #0026d1;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: block;
  border-radius: 2rem;
  position: relative;
}

.c-flow_line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flow_line > ol {
  counter-reset: num;
}
.c-flow_line > ol > li {
  list-style-type: none;
  position: relative;
  padding-left: 4rem;
}
.c-flow_line > ol > li:not(:last-child) {
  padding-bottom: 2rem;
}
.c-flow_line > ol > li:not(:last-child)::before {
  content: "";
  background: #e2e2e2;
  width: 0.3rem;
  height: 100%;
  position: absolute;
  top: calc(50% + 3rem);
  left: 1.4rem;
  transform: translateY(-50%);
}
.c-flow_line > ol > li::after {
  counter-increment: num;
  content: counter(num);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #0026d1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.c-flow_line > ol > li > dl {
  padding-top: 0.25rem;
}
.c-flow_line > ol > li > dl > dt {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0026d1;
}
.c-flow_line > ol > li > dl > dd {
  margin: 0;
}

.c-flow_box {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.c-flow_box::-webkit-scrollbar {
  height: 14px;
}
.c-flow_box::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
  border-radius: 7px;
}
.c-flow_box::-webkit-scrollbar-track {
  background: rgb(220, 220, 220);
  border-radius: 7px;
}
.c-flow_box > ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 4rem;
  min-width: 980px;
}
.c-flow_box > ul > li {
  list-style-type: none;
  display: flex;
}
.c-flow_box > ul > li .__step {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #0026d1;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}
.c-flow_box > ul > li .__step::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #0026d1;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}
.c-flow_box > ul > li:not(:first-child) dl::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  display: inline-block;
  border-top: 4px solid #0026d1;
  border-right: 4px solid #0026d1;
  position: absolute;
  top: calc(50% - 1rem);
  left: -45px;
  transform: rotate(45deg);
}
.c-flow_box > ul > li > dl {
  padding: 2rem 1rem;
  margin: 0;
  border: 3px solid #0026d1;
  position: relative;
}
.c-flow_box > ul > li > dl > dt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0026d1;
  flex-basis: 20%;
  margin-bottom: 1rem;
  text-align: center;
}

.c-flex_content {
  width: 100%;
}
.c-flex_content > .__left {
  margin-bottom: 2rem;
}
.c-flex_content > .__right > .__img img,
.c-flex_content > .__left > .__img img {
  width: 100%;
}
.c-flex_content > .__right > .__content,
.c-flex_content > .__left > .__content {
  margin-top: 1rem;
}
.c-flex_content .__btn {
  margin-top: 2rem;
  text-align: center;
}

.tabbr {
  display: none;
}

.tabspbr {
  display: none;
}

.spbr {
  display: none;
}

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

.c-workfont {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
}

.c-booktitle {
  font-family: "Work Sans", sans-serif;
}
.c-booktitle ._number {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  color: #0026d1;
}

._title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.7;
}

._linkbtn1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  gap: 30px;
  position: relative;
  margin-left: 80px;
  padding-bottom: 0.3em;
  top: 0.5em;
  color: #333;
}
._linkbtn1::before {
  content: "→";
  display: grid;
  place-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #0026d1;
  color: #fff;
  position: absolute;
  transform: translateY(-0.5em);
  transition: ease 0.6s;
  top: 0;
  left: -80px;
}
._linkbtn1::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  transition: ease-out 0.2s;
  z-index: 3;
}
._linkbtn1:hover::before {
  animation: 1s forwards rotatearrow;
}
._linkbtn1:hover::after {
  width: 0;
  left: 100%;
}

.tab_list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 3vw, 30px);
  margin: 0 auto 20px;
}
.tab_list li {
  background-color: #fff;
  color: #0026D1;
  border: 1px solid #0026D1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tab_list li.is-active {
  background-color: #0026D1;
  color: #fff;
}

.u-black {
  color: #1a1a1a;
}

.u-gray {
  color: #9098a9;
}

.u-blue {
  color: #0026D1;
}

.u-primary {
  color: #00d1b2;
}

.u-green {
  color: #23d160;
}

.u-yellow {
  color: #fedd56;
}

.u-red {
  color: #fe385f;
}

.u-smoke {
  color: #e2e2e2;
}

.u-light {
  color: #f5f5f5;
}

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

.u-center {
  text-align: center;
}
.u-center.--tb {
  text-align: left;
}
.u-center.--pc {
  text-align: left;
}

.u-small {
  font-size: 0.875em;
}

.u-large {
  font-size: 1.1rem;
}

.u-big {
  font-size: 1.2rem;
}

.u-p_0 {
  padding: 0rem;
}

.u-pb_0 {
  padding-bottom: 0rem;
}

.u-pt_0 {
  padding-top: 0rem;
}

.u-m_0 {
  margin: 0rem;
}

.u-mb_0 {
  margin-bottom: 0rem;
}

.u-mt_0 {
  margin-top: 0rem;
}

.u-p_1 {
  padding: 1rem;
}

.u-pb_1 {
  padding-bottom: 1rem;
}

.u-pt_1 {
  padding-top: 1rem;
}

.u-m_1 {
  margin: 1rem;
}

.u-mb_1 {
  margin-bottom: 1rem;
}

.u-mt_1 {
  margin-top: 1rem;
}

.u-p_2 {
  padding: 2rem;
}

.u-pb_2 {
  padding-bottom: 2rem;
}

.u-pt_2 {
  padding-top: 2rem;
}

.u-m_2 {
  margin: 2rem;
}

.u-mb_2 {
  margin-bottom: 2rem;
}

.u-mt_2 {
  margin-top: 2rem;
}

.u-p_3 {
  padding: 3rem;
}

.u-pb_3 {
  padding-bottom: 3rem;
}

.u-pt_3 {
  padding-top: 3rem;
}

.u-m_3 {
  margin: 3rem;
}

.u-mb_3 {
  margin-bottom: 3rem;
}

.u-mt_3 {
  margin-top: 3rem;
}

.u-p_4 {
  padding: 4rem;
}

.u-pb_4 {
  padding-bottom: 4rem;
}

.u-pt_4 {
  padding-top: 4rem;
}

.u-m_4 {
  margin: 4rem;
}

.u-mb_4 {
  margin-bottom: 4rem;
}

.u-mt_4 {
  margin-top: 4rem;
}

.u-p_5 {
  padding: 5rem;
}

.u-pb_5 {
  padding-bottom: 5rem;
}

.u-pt_5 {
  padding-top: 5rem;
}

.u-m_5 {
  margin: 5rem;
}

.u-mb_5 {
  margin-bottom: 5rem;
}

.u-mt_5 {
  margin-top: 5rem;
}

.u-w10 {
  width: 10%;
}

.u-w20 {
  width: 20%;
}

.u-w30 {
  width: 30%;
}

.u-w40 {
  width: 40%;
}

.u-w50 {
  width: 50%;
}

.u-w60 {
  width: 60%;
}

.u-w70 {
  width: 70%;
}

.u-w80 {
  width: 80%;
}

.u-w90 {
  width: 90%;
}

.u-w100 {
  width: 100%;
}

.u-sp_none {
  display: none;
}

.u-sp_block {
  display: block;
}

.u-tb_none {
  display: block;
}

.u-tb_block {
  display: none;
}

.u-pc_none {
  display: block;
}

.u-pc_block {
  display: none;
}

.u-hover_opacity:hover {
  opacity: 0.8;
}

.u-hover_background {
  transition: background-color ease 0.3s, color ease 0.3s;
}
.u-hover_background:hover {
  background: #0026d1;
  color: #fff;
}

.u-hover_slide_border {
  position: relative;
  display: inline-block;
}
.u-hover_slide_border::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #0026d1;
  bottom: -0.2em;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
.u-hover_slide_border:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

.u-hover_slide_back {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.u-hover_slide_back::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transition: transform 0.3s ease-in-out;
  background-color: #0026d1;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
.u-hover_slide_back:hover {
  color: #fff;
}
.u-hover_slide_back:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.u-hover_slide_back:hover::after {
  z-index: -1;
}

.u-hover_border_slide {
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
  color: #333333;
}
.u-hover_border_slide::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -0.2em;
  background-color: #0026d1;
  transition: all ease 0.3s;
}
.u-hover_border_slide:hover {
  color: #fff;
}
.u-hover_border_slide:hover::after {
  height: 100%;
}

.u-mask {
  position: relative;
}
.u-mask:before {
  content: "";
  background-color: rgba(54, 64, 72, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-mask.--dark:before {
  background-color: rgba(12, 15, 19, 0.4);
}

.u-slanting {
  transform: rotate(-1deg);
  display: inline-block;
}

.u-title_first_letter:first-letter {
  margin-right: 0.1em;
  font-size: 1.5em;
  color: #23d160;
}

.u-title_back {
  background: #0026d1;
  color: #fff;
  padding: 1rem 2rem;
}
.u-title_back.--radius {
  border-radius: 0.5rem;
}

.u-title_indent {
  position: relative;
  padding-left: 2rem;
}
.u-title_indent::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  height: 0.25rem;
  width: 1.5rem;
  background: #23d160;
}

.u-title_left_border {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #23d160;
}
.u-title_left_border.--bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.u-title_border {
  padding: 0.75em 1em;
  border-top: solid 2px #23d160;
  border-bottom: solid 2px #23d160;
}

.u-title_border_mini {
  position: relative;
}
.u-title_border_mini:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6em;
  width: 4em;
  height: 4px;
  background: #23d160;
  border-radius: 4px;
}
.u-title_border_mini.--center {
  text-align: center;
}
.u-title_border_mini.--center:after {
  left: 50%;
  transform: translateX(-50%);
}

.u-title_border_stripe {
  position: relative;
  display: inline-block;
}
.u-title_border_stripe:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, #23d160, #23d160 2px, #fff 2px, #fff 4px);
}

.u-title_border_tolerance {
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.u-title_border_tolerance:before, .u-title_border_tolerance:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: black;
}
.u-title_border_tolerance:before {
  left: 7px;
}
.u-title_border_tolerance:after {
  right: 7px;
}

.u-title_side_brackets {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
}
.u-title_side_brackets:before, .u-title_side_brackets:after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  display: inline-block;
}
.u-title_side_brackets:before {
  border-left: solid 1px #23d160;
  border-top: solid 1px #23d160;
  top: 0;
  left: 0;
}
.u-title_side_brackets:after {
  border-right: solid 1px #23d160;
  border-bottom: solid 1px #23d160;
  bottom: 0;
  right: 0;
}

.u-title_side_slash {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.u-title_side_slash:before, .u-title_side_slash:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #23d160;
  transform: rotate(-60deg);
}
.u-title_side_slash:before {
  left: 0;
}
.u-title_side_slash:after {
  right: 0;
}

.u-title_border_twotone {
  border-bottom: solid 3px skyblue;
  position: relative;
}
.u-title_border_twotone:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 5em;
}

.u-title_border_stitch {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}
.u-title_border_stitch.--corner:after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.u-title_border_marker {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.u-title_text_gradation {
  width: 100%;
  margin: 2em auto;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
  line-height: 1.4;
  padding: 1rem 0;
  background: #ccc;
  background-image: -webkit-gradient(linear, 0% 0%, 25% 100%, from(#ff2c2c), to(#7a5e91));
  background-image: -moz-gradient(linear, 0% 0%, 25% 100%, from(#ff2c2c), to(#7a5e91));
  background-image: -ms-gradient(linear, 0% 0%, 25% 100%, from(#ff2c2c), to(#7a5e91));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-title_side_border {
  position: relative;
  text-align: center;
}
.u-title_side_border span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.u-title_side_border::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.u-indent.--i2 {
  text-indent: -2em;
  padding-left: 2em;
}

.u-btn {
  display: inline-block;
  line-height: 1;
  color: #0026d1;
  background: #fff;
  border: 1px solid #0026d1;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 0.75rem 3rem;
  border-radius: 2rem;
  transition: color 0.3s, background-color 0.3s;
}
.u-btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
  width: 1em;
  height: 1em;
  vertical-align: top;
  transition: color 0.3s;
}
.u-btn:hover {
  background: #0026d1;
  color: #fff;
}
.u-btn:hover .__svg {
  color: #fff;
}

.u-text_shadow {
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.u-text_shadow.--black {
  text-shadow: #222 2px 0px 2px, #222 -2px 0px 2px, #222 0px -2px 2px, #222 -2px 0px 2px, #222 2px 2px 2px, #222 -2px 2px 2px, #222 2px -2px 2px, #222 -2px -2px 2px, #222 1px 2px 2px, #222 -1px 2px 2px, #222 1px -2px 2px, #222 -1px -2px 2px, #222 2px 1px 2px, #222 -2px 1px 2px, #222 2px -1px 2px, #222 -2px -1px 2px, #222 1px 1px 2px, #222 -1px 1px 2px, #222 1px -1px 2px, #222 -1px -1px 2px;
}

.u-svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 1.2em;
  height: 1.2em;
  vertical-align: sub;
}

.u-tel {
  color: #333333;
}
.u-tel > .__svg {
  color: #333333;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin-right: 0.5rem;
}

[data-tab_contents] > div {
  display: none;
}
[data-tab_contents] > div.js-open {
  display: block;
}

[data-modal_background] {
  display: none;
}
[data-modal_background].js-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(61, 58, 58, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 102;
}

[data-modal_contents_text_add] {
  display: none;
}

[data-modal_contents] {
  display: none;
}
[data-modal_contents].js-open {
  display: block;
  z-index: 102;
  position: fixed;
  inset: 0;
  margin: auto;
  background: #fff;
  padding: 2rem;
  max-width: 80%;
  height: -moz-fit-content;
  height: fit-content;
}

[data-modal_contents_text] {
  padding: 1rem;
  overflow-y: auto;
  max-height: 70vh;
}

#header-bar_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 101;
  animation: a-FadeIn 0.8s ease 0.8s 1 forwards;
  background: rgb(255, 255, 255);
}
body.admin-bar #header-bar_area {
  top: 46px;
}
.js-header_hide #header-bar_area {
  background: rgba(255, 255, 255, 0.85);
}

#header-bar {
  display: flex;
  align-items: center;
  height: 100%;
}
#header-bar #header-title a {
  color: #333333;
  display: flex;
}
#header-bar #header-title a:hover {
  opacity: 0.8;
}
#header-bar #header-title a img {
  max-height: 60px;
  width: auto;
}
#header-bar #header-contact {
  display: none;
}
#header-bar .header-en {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a3a3a;
  font-size: 24px;
}
#header-bar .header-en img {
  height: 24px;
}
#header-bar #header-access {
  position: absolute;
  top: 0.3rem;
  right: 6rem;
}
#header-bar #header-access a {
  color: #333333;
  display: block;
}
#header-bar #header-access a img {
  max-height: 3.5rem;
  width: auto;
}
#header-bar #menu_button {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 101;
  opacity: 0;
  animation: a-FadeIn 0.8s ease 0.5s 1 forwards;
}
#header-bar #menu_button.--pc_active {
  top: 0.6rem;
}
#header-bar #menu_button:hover {
  cursor: pointer;
}
#header-bar #menu_button .svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #333333;
  transform: scale(2.5);
}
#header-bar #menu_button.js-close .__btn-menu {
  display: block;
}
#header-bar #menu_button.js-close .__btn-close {
  display: none;
}
#header-bar #menu_button.js-open .__btn-menu {
  display: none;
}
#header-bar #menu_button.js-open .__btn-close {
  display: block;
}
#header-bar #header-menu {
  display: none;
}
.js-scroll_fixed #header-bar #header-menu {
  display: none;
}
#header-bar #header-menu #menu-global_menu {
  padding-right: 2em;
}
#header-bar #header-menu .menu > li {
  margin: 0 0.7rem;
  display: grid;
  place-content: center;
}
#header-bar #header-menu .menu > li > span,
#header-bar #header-menu .menu > li > a {
  color: #333333;
  font-weight: 600;
  padding: 0.75rem 2.5rem;
  display: inline-block;
  font-size: 16px;
}
#header-bar #header-menu .menu > li > a {
  position: relative;
  display: inline-block;
}
#header-bar #header-menu .menu > li > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #0026d1;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#header-bar #header-menu .menu > li > a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#header-bar #header-menu .menu > li > span:hover {
  cursor: default;
}
#header-bar #header-menu .menu > li.menu-item-has-children:hover::after {
  top: 1.5em;
}
#header-bar #header-menu .menu > li.menu-item-has-children:hover .sub-menu {
  padding: 25px;
}
#header-bar #header-menu .menu > li.menu-item-has-children:hover .sub-menu li {
  height: auto;
  max-height: 100%;
}
#header-bar #header-menu .menu .sub-menu {
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #fff;
  width: 100vw;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  transition: ease-out 0.3s;
  box-shadow: 3px 7px 24px rgba(235, 238, 251, 0.8);
}
#header-bar #header-menu .menu .sub-menu.product-menu {
  gap: 50px;
}
#header-bar #header-menu .menu .sub-menu li {
  overflow: hidden;
  height: 0;
  max-height: 0;
  transition: ease 0.3s;
  max-width: 163px;
  width: 100%;
}
#header-bar #header-menu .menu .sub-menu a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
#header-bar #header-menu .menu .sub-menu a:after {
  background-color: #0026d1;
  border-radius: 2px;
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 1.5em;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
#header-bar #header-menu .menu .sub-menu a ._img {
  position: relative;
}
#header-bar #header-menu .menu .sub-menu a ._img::before {
  content: "";
  transition: ease-out 0.3s;
  display: inline-block;
  height: 100%;
  width: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
#header-bar #header-menu .menu .sub-menu a span {
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 2em;
  position: relative;
  color: #333;
}
#header-bar #header-menu .menu .sub-menu a span::before {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  content: "＞";
  display: grid;
  place-content: center;
  left: 0;
  position: absolute;
  width: 20px;
  font-size: 13px;
  height: 21px;
  top: 50%;
  transform: translate(0px, -50%);
}
#header-bar #header-menu .menu .sub-menu a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#header-bar #header-menu .menu .sub-menu a:hover ._img::before {
  width: 100%;
}
#header-bar #header-menu .menu-recruit_menu-container {
  max-width: clamp(160px, 13vw, 190px);
  width: 100%;
}
#header-bar #header-menu .menu-recruit_menu-container #menu-recruit_menu {
  display: inline-block;
}
#header-bar #header-menu .menu-recruit_menu-container #menu-recruit_menu li {
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
#header-bar #header-menu .menu-recruit_menu-container #menu-recruit_menu a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #787878;
  transition: ease-out 0.4s;
}
#header-bar #header-menu .menu-recruit_menu-container #menu-recruit_menu a::after {
  content: none;
}
#header-bar #header-menu .menu-recruit_menu-container #menu-recruit_menu a:hover {
  background-color: #0026d1;
}

.menu-global_menu-container, #menu-global_menu, .menu-recruit_menu-container, #menu-recruit_menu {
  height: 100%;
}

.menu-global_menu-container #menu-global_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#parts_menu {
  opacity: 1;
}
#parts_menu #menu_area .menu_box {
  display: none;
}
#parts_menu #menu_area .menu_box .searchform_box {
  position: relative;
}
#parts_menu #menu_area .menu_box .searchform_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #fff;
  animation: a-BorderBottomSlide 1s ease 1s forwards;
}
#parts_menu #menu_area .menu_box .searchform_box .svg {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
#parts_menu #menu_area .menu_box .searchform_box .search-submit {
  color: #fff;
  vertical-align: middle;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  opacity: 0;
  animation: a-FadeIn 1s ease 2s forwards;
}
#parts_menu #menu_area .menu_box .searchform_box input.search-text {
  color: #fff;
  border: unset;
  width: 100%;
  padding: 1rem 1rem 0.7rem 2rem;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1rem 0.75rem;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(1) {
  animation: a-FadeInLeft_min 1s ease 0.1s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(2) {
  animation: a-FadeInLeft_min 1s ease 0.2s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(3) {
  animation: a-FadeInLeft_min 1s ease 0.3s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(4) {
  animation: a-FadeInLeft_min 1s ease 0.4s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(5) {
  animation: a-FadeInLeft_min 1s ease 0.5s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(6) {
  animation: a-FadeInLeft_min 1s ease 0.6s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(7) {
  animation: a-FadeInLeft_min 1s ease 0.7s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(8) {
  animation: a-FadeInLeft_min 1s ease 0.8s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(9) {
  animation: a-FadeInLeft_min 1s ease 0.9s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(10) {
  animation: a-FadeInLeft_min 1s ease 1s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(11) {
  animation: a-FadeInLeft_min 1s ease 1.1s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(12) {
  animation: a-FadeInLeft_min 1s ease 1.2s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(13) {
  animation: a-FadeInLeft_min 1s ease 1.3s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(14) {
  animation: a-FadeInLeft_min 1s ease 1.4s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(15) {
  animation: a-FadeInLeft_min 1s ease 1.5s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(16) {
  animation: a-FadeInLeft_min 1s ease 1.6s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(17) {
  animation: a-FadeInLeft_min 1s ease 1.7s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(18) {
  animation: a-FadeInLeft_min 1s ease 1.8s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(19) {
  animation: a-FadeInLeft_min 1s ease 1.9s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu li:nth-of-type(20) {
  animation: a-FadeInLeft_min 1s ease 2s 1 both;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu .sub-menu {
  margin-left: 1em;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu .sub-menu > li a {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.6rem;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu .sub-menu > li a::before {
  content: "-";
  position: absolute;
  top: 0.4em;
  left: -0.15em;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
#parts_menu #menu_area .menu_box #social-list ul {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#parts_menu #menu_area .menu_box #social-list ul > li {
  margin: 0 1rem;
  transition-duration: 0.5s;
}
#parts_menu #menu_area .menu_box #social-list ul > li:nth-of-type(1) {
  animation: a-FadeInRight 1s ease 0.1s 1 both;
}
#parts_menu #menu_area .menu_box #social-list ul > li:nth-of-type(2) {
  animation: a-FadeInRight 1s ease 0.2s 1 both;
}
#parts_menu #menu_area .menu_box #social-list ul > li:nth-of-type(3) {
  animation: a-FadeInRight 1s ease 0.3s 1 both;
}
#parts_menu #menu_area .menu_box #social-list ul > li:nth-of-type(4) {
  animation: a-FadeInRight 1s ease 0.4s 1 both;
}
#parts_menu #menu_area .menu_box #social-list ul > li:nth-of-type(5) {
  animation: a-FadeInRight 1s ease 0.5s 1 both;
}
#parts_menu #menu_area .menu_box #social-list ul > li a:hover {
  opacity: 0.8;
}
#parts_menu #menu_area .menu_box #social-list ul > li a .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
}
#parts_menu #menu_area .__background {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  background: rgba(61, 58, 58, 0.8);
  opacity: 0;
  z-index: -1;
  overflow-y: auto;
}
#parts_menu #menu_area .__background::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
#parts_menu #menu_area .__background::-webkit-scrollbar-track {
  background: transparent;
}
#parts_menu #menu_area .__background::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
}
#parts_menu #menu_area[aria-expanded=false] {
  display: none;
}
#parts_menu #menu_area[aria-expanded=true] {
  display: block;
}
#parts_menu #menu_area.js-cloce .__background {
  animation: menu_close 0.5s ease 0s 1 forwards;
}
#parts_menu #menu_area.js-open .menu_box {
  display: block;
  width: 100%;
  z-index: 100;
  padding: 6rem 1rem 1rem;
}
#parts_menu #menu_area.js-open .__background {
  animation: menu_open 0.5s ease 0s 1 forwards;
}

#parts_menucontact {
  background-color: #0026d1;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  max-width: clamp(160px, 13vw, 190px);
  width: 100%;
  height: 100px;
  border: 1px solid #0026d1;
  transition: ease-out 0.4s;
}
#parts_menucontact a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: inherit;
  width: inherit;
  transition: ease-out 0.4s;
  font-family: "Work Sans", sans-serif;
  box-shadow: 3px 7px 10px rgba(235, 238, 251, 0.8);
}
#parts_menucontact a::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/common/contact.svg);
  width: 21px;
  background-repeat: no-repeat;
  height: 14px;
}
#parts_menucontact:hover {
  background-color: #fff;
}
#parts_menucontact:hover a {
  color: #0026d1;
}
#parts_menucontact:hover a::after {
  background-image: url(../../images/common/contact-blue.svg);
}

#parts_prev {
  background: #e2e2e2;
  padding: 2rem 0;
}
#parts_prev .prev_flex {
  width: 100%;
  overflow: hidden;
}
#parts_prev .prev_flex .__left {
  margin-bottom: 1rem;
}
#parts_prev .prev_flex a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#parts_prev .prev_flex .prev-box {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #9098a9;
  padding: 1rem;
}
#parts_prev .prev_flex .prev-box .prev_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#parts_prev .prev_flex .prev-box .prev_title .__title {
  width: 70%;
  color: #333333;
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#parts_prev .prev_flex .prev-box .prev_title .__prev {
  color: #9098a9;
  font-size: 1.8rem;
}
#parts_prev .prev_flex .__left {
  position: relative;
}
#parts_prev .prev_flex .__left a .svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.4rem;
  width: 2rem;
  height: 2rem;
  transition: 0.5s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
}
#parts_prev .prev_flex .__left a:hover .svg {
  left: 0.6rem;
}
#parts_prev .prev_flex .__left a:hover .__prev {
  color: #0026d1;
}
#parts_prev .prev_flex .__right {
  position: relative;
}
#parts_prev .prev_flex .__right a .svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 2rem;
  height: 2rem;
  transition: 0.5s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
}
#parts_prev .prev_flex .__right a:hover .svg {
  right: 0.2rem;
}
#parts_prev .prev_flex .__right a:hover .__prev {
  color: #0026d1;
}

#parts_bottom {
  background-color: #f5f6f7;
}
#parts_bottom .parts_bottom-contact {
  padding: 50px 0;
  position: relative;
}
#parts_bottom .parts_bottom-contactText {
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 3vw, 80px);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
#parts_bottom .parts_bottom-contactText p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.5vw, 40px);
  justify-content: center;
}
#parts_bottom .parts_bottom-contactText p::before {
  content: "";
  height: 55px;
  width: 57px;
  display: inline-block;
  background-size: cover;
  flex-shrink: 0;
}
#parts_bottom .parts_bottom-contactText a {
  background-color: #0026d1;
  border-radius: 52px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: clamp(330px, 30vw, 470px);
  height: 95px;
  width: 100%;
  font-size: 2rem;
}
#parts_bottom .parts_bottom-contactText a::after {
  content: "→";
  display: inline-block;
  padding-left: 10px;
}

#parts_footer {
  background-color: #232729;
  padding: 0 2rem;
}
#parts_footer .parts_footer-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#parts_footer .footer_flex {
  display: flex;
  gap: clamp(40px, 3.5vw, 100px);
  padding: 80px 0 85px;
}
#parts_footer .__left {
  max-width: 400px;
  width: 100%;
}
#parts_footer .__left .company_info .__text {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
}
#parts_footer .__left address, #parts_footer .__left a {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
#parts_footer .__right {
  width: 100%;
}
#parts_footer .footer-navigation #menu-footer {
  display: flex;
  flex-direction: column;
}
#parts_footer .footer-navigation #menu-footer li {
  line-height: 1.7;
}
#parts_footer .footer-navigation a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#parts_footer .footer-navigation .sub-menu a {
  font-weight: 400;
}
#parts_footer #copyright {
  display: flex;
  gap: 25px;
  color: #fff;
  padding-bottom: 90px;
}
#parts_footer #copyright small, #parts_footer #copyright a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

#col-left .widget_search .wp-block-search__label,
#col-right .widget_search .wp-block-search__label {
  display: none;
}
#col-left .widget_search .wp-block-search__input,
#col-right .widget_search .wp-block-search__input {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  width: 100%;
}
#col-left .widget_search .wp-block-search__inside-wrapper,
#col-right .widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
#col-left .widget_search .search-icon,
#col-right .widget_search .search-icon {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.common_wrap {
  padding: 30px 0;
}
.common_wrap h2 {
  font-weight: 600;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.common_flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(20px, 2vw, 40px);
}
.common_flex ._img {
  width: 100%;
}
.common_flex ._img img {
  width: 100%;
  height: auto;
}

#col-main.main-page-company .table_area th {
  color: #fff;
  background-color: #0026d1;
}

#col-main.main-page-contact .wpcf7 input[type=tel],
#col-main.main-page-contact .wpcf7 input[type=email],
#col-main.main-page-contact .wpcf7 input[type=text] {
  width: 100%;
}
#col-main.main-page-contact .wpcf7 input[type=tel]::-moz-placeholder, #col-main.main-page-contact .wpcf7 input[type=email]::-moz-placeholder, #col-main.main-page-contact .wpcf7 input[type=text]::-moz-placeholder {
  color: #9098a9;
}
#col-main.main-page-contact .wpcf7 input[type=tel]::placeholder,
#col-main.main-page-contact .wpcf7 input[type=email]::placeholder,
#col-main.main-page-contact .wpcf7 input[type=text]::placeholder {
  color: #9098a9;
}
#col-main.main-page-contact .wpcf7 textarea {
  width: 100%;
  font-size: 1.8rem;
}
#col-main.main-page-contact .wpcf7 textarea::-moz-placeholder {
  color: #9098a9;
}
#col-main.main-page-contact .wpcf7 textarea::placeholder {
  color: #9098a9;
}
#col-main.main-page-contact .wpcf7 .contact_privacy {
  margin-top: 2rem;
  text-align: center;
}
#col-main.main-page-contact .wpcf7 .contact_submit {
  margin-top: 2rem;
  text-align: center;
}
#col-main.main-page-contact .wpcf7 .contact_submit > p {
  display: inline-block;
  position: relative;
}
#col-main.main-page-contact .wpcf7 .contact_submit .wpcf7-spinner {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  margin: 0;
  padding: 0;
  background: #fedd56;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #0026d1;
  border: 1px solid #0026d1;
  letter-spacing: 0.5em;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  transition: color 0.3s, background-color 0.3s;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
  width: 1em;
  height: 1em;
  vertical-align: top;
  transition: color 0.3s;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__btn:hover {
  background: #fff;
  color: #0026d1;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__btn:hover .__svg {
  color: #0026d1;
}

#col-main.main-404 #error-404 .page-content {
  margin-top: 8vh;
  text-align: center;
}
#col-main.main-404 #error-404 .page-content .__title {
  font-size: 1.4rem;
}

#col-main.main-search #no-result {
  text-align: center;
}
#col-main.main-search #no-result .searchform_box {
  position: relative;
  max-width: 30rem;
  margin: auto;
}
#col-main.main-search #no-result .searchform_box .search-submit {
  position: absolute;
  bottom: 0.5rem;
  left: 0.25rem;
}
#col-main.main-search #no-result .searchform_box .search-submit svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #333333;
  width: 1.5em;
  height: 1.5em;
}
#col-main.main-search #no-result .searchform_box .search-text {
  padding: 1rem 1rem 0.75rem 2rem;
  width: 100%;
}

/* タブメニュー */
.company-tab_list {
  max-width: 700px;
}

.company-tab_listitem {
  max-width: calc((100% - clamp(15px, 3vw, 60px) * 2) / 3);
  width: 100%;
}

.tab-panelitem {
  display: none;
}

.company-section.is-show {
  display: block;
}

.company-section ._text ._name {
  margin-top: 2em;
}

.company-section_flex ._name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 1em;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.company-section_flex ._name span {
  font-size: 2.8rem;
}

.company-section_table {
  width: 100%;
}
.company-section_table th, .company-section_table td {
  text-align: left;
  border-bottom: 1px solid #b1b1b1;
  padding: 0.8em 2em;
}
.company-section_table th {
  width: clamp(10em, 10%, 12em);
  align-content: start;
}
.company-section_table ._list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.company-history_list {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.company-history_listitem {
  display: flex;
  gap: 110px;
  margin: 0;
  align-items: baseline;
}
.company-history_listitem ._time {
  flex-shrink: 0;
  position: relative;
  border: 2px solid #0026d1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
}
.company-history_listitem ._time::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #0026d1;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.company-history_listitem ._time p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
.company-history_listitem > ul {
  width: 100%;
}

.company-history_box {
  margin-bottom: 30px;
}
.company-history_box ._text {
  border-bottom: 1px solid #333;
  gap: min(1vw, 20px);
  padding-right: min(2.6vw, 50px);
  min-height: 48px;
  align-items: baseline;
}
.company-history_box ._text ._year {
  color: #0026d1;
  font-weight: 600;
  min-width: 7em;
  font-size: 1.4rem;
}
.company-history_box ._text p {
  font-size: 1.8rem;
}
.company-history_box ._img {
  margin-top: 1rem;
  max-width: 100px;
}
.company-history_box ._img span {
  font-size: 1.4rem;
  display: block;
}

.social-section:not(:last-of-type) {
  margin-bottom: 100px;
}
.social-sdgs .social-section_flex {
  flex-wrap: wrap;
  margin-top: 5rem;
}
.social-sdgs .social-section_flex ._text h3 {
  font-weight: 600;
}
.social-sdgs .social-section_flex ._img {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.social-sdgs .social-section_flex ._img img {
  max-width: 100px;
}

.social-expo {
  margin-bottom: 60px;
}
.social-expo ._text > p {
  margin-bottom: 2em;
}
.social-expo .social-section_flex ._img {
  width: 20%;
  min-width: 200px;
}

.service-section:not(:last-of-type) {
  margin-bottom: 100px;
}

.service-section_content ._img {
  max-width: 1200px;
  width: 100%;
  margin: 2em auto 0;
}

.service-section_flex:not(:last-of-type) {
  margin-bottom: 40px;
}

.service-section ._subtitle {
  font-size: 2rem;
  font-weight: 600;
}

.base-section:not(:last-of-type) {
  margin-bottom: 40px;
}

.base-section_mapWrap {
  position: relative;
}
.base-section_mapWrap .supplement {
  margin-top: 2em;
}

.base-section_flex:not(:last-of-type) {
  margin-bottom: 40px;
}

.base-section_flex.short {
  justify-content: flex-start;
}

.base-section_flexwrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.base-section_flexwrap .base-section_flex ._text {
  width: 45%;
}
.base-section_flexwrap .base-section_flex ._map {
  gap: clamp(15px, 1.5vw, 30px);
  display: flex;
}

.base-section_domestic ._subtitle, .base-section_abroad ._subtitle {
  font-size: 2rem;
  font-weight: 600;
}
.base-section_mapText.pc {
  position: absolute;
  top: 0;
}
.base-section_mapText ul {
  position: relative;
  width: 100%;
  max-width: calc((100% - 20px) / 3);
}
.base-section_mapText ul li:last-of-type {
  position: relative;
}
.base-section_mapText ul li a {
  display: inline-block;
  color: #333;
  padding: 0.3em 0.2em;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  transition: ease 0.4s;
  max-width: 100%;
  white-space: nowrap;
}

.base-section_mapImg {
  margin: 0 auto;
  width: 100%;
}

.base-section_mapText.pc ._text01 {
  top: 103px;
  left: 613px;
}
.base-section_mapText.pc ._text02 {
  top: 154px;
  left: 615px;
}
.base-section_mapText.pc ._text03 {
  top: 367px;
  left: 530px;
}
.base-section_mapText.pc ._text04 {
  top: 321px;
  left: 581px;
}
.base-section_mapText.pc ._text06 {
  top: 397px;
  left: 472px;
}
.base-section_mapText.pc ._text06 a {
  position: relative;
}
.base-section_mapText.pc ._text06 a::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0.8em;
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #333;
}
.base-section_mapText.pc ._text07 {
  top: 426px;
  left: 456px;
}
.base-section_mapText.pc ._text07 a {
  position: relative;
}
.base-section_mapText.pc ._text07 a::after {
  content: "";
  position: absolute;
  top: -38px;
  left: 0.8em;
  display: inline-block;
  width: 1px;
  height: 43px;
  background-color: #333;
}
.base-section_mapText.pc ._text08 {
  top: 327px;
  left: 465px;
}
.base-section_mapText.pc ._text09 {
  top: 281px;
  left: 422px;
  white-space: nowrap;
}
.base-section_mapText.pc ._text09 a {
  position: relative;
}
.base-section_mapText.pc ._text09 a::after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 1em;
  display: inline-block;
  width: 1px;
  height: 36px;
  background-color: #333;
}
.base-section_mapText.pc ._text10 {
  top: 248px;
  left: 392px;
  white-space: nowrap;
}
.base-section_mapText.pc ._text10 a {
  position: relative;
}
.base-section_mapText.pc ._text10 a::after {
  content: "";
  position: absolute;
  bottom: -71px;
  left: 1em;
  display: inline-block;
  width: 1px;
  height: 71px;
  background-color: #333;
}
.base-section_mapText.pc ._text11 {
  top: 453px;
  left: 416px;
  white-space: nowrap;
}
.base-section_mapText.pc ._text11 a {
  position: relative;
}
.base-section_mapText.pc ._text11 a::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0.8em;
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #333;
}
.base-section_mapText.pc ._text12 {
  top: 330px;
  left: 299px;
}
.base-section_mapText.pc ._text12 a {
  line-height: 1.5;
}
.base-section_mapText.pc ._text13 {
  top: 478px;
  left: 375px;
}
.base-section_mapText.pc ._text13 a {
  position: relative;
}
.base-section_mapText.pc ._text13 a::after {
  content: "";
  position: absolute;
  top: -99px;
  left: 0.8em;
  display: inline-block;
  width: 1px;
  height: 105px;
  background-color: #333;
}
.base-section_mapText.pc ._text14 {
  top: 396px;
  left: 278px;
}
.base-section_mapText.pc ._text14 a {
  position: relative;
  line-height: 1.5;
}
.base-section_mapText.pc ._text14 a::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0.8em;
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #333;
}
.base-section_mapText.pc ._text15 {
  top: 453px;
  left: 263px;
}
.base-section_mapText.pc ._text15 a {
  position: relative;
}
.base-section_mapText.pc ._text15 a::after {
  content: "";
  position: absolute;
  top: -52px;
  left: 0.8em;
  display: inline-block;
  width: 1px;
  height: 58px;
  background-color: #333;
}
.base-section_mapText.pc ._text16 {
  top: 32px;
  left: 116px;
  white-space: nowrap;
}
.base-section_mapText.pc ._text17 {
  top: 170px;
  left: 54px;
  white-space: nowrap;
}
.base-section_mapText.pc ._text18 {
  top: 328px;
  left: 74px;
}
.base-section_mapText.pc ._text18 a {
  line-height: 1.4;
}
.base-section_mapText.pc ._text19 {
  top: 296px;
  left: 248px;
}
.base-section_mapText.pc ._text19 a {
  position: relative;
}
.base-section_mapText.pc ._text19 a::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 1.9em;
  display: inline-block;
  width: 1px;
  height: 48px;
  background-color: #333;
}

.privacy-policysection_wrap h3 {
  margin-top: 1em;
}
.privacy-policysection_wrap h3 + p {
  padding-left: 1.3em;
}

/* タブメニュー */
.product-tab_listitem {
  max-width: calc((100% - clamp(15px, 3vw, 60px) * 3) / 4);
  width: 100%;
}

.tab-panelitem {
  display: none;
}

.product-section.is-show {
  display: block;
}

.product-section .common_flex {
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 60px;
}
.product-section .common_flex > li {
  width: 100%;
  max-width: calc((100% - 180px) / 4);
}

.product-section_wrap {
  padding: 0 0 100px 0;
}
.product-section_wrap .product-section ul {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
  justify-content: flex-start;
}
.product-section_wrap .product-section li {
  cursor: pointer;
  aspect-ratio: 1;
}
.product-section_wrap .product-section li .product-valve_itme, .product-section_wrap .product-section li .product-tsugite_itme, .product-section_wrap .product-section li .product-kanren_itme {
  height: 100%;
}
.product-section_wrap .product-section li .product-valve_itme img, .product-section_wrap .product-section li .product-tsugite_itme img, .product-section_wrap .product-section li .product-kanren_itme img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-section_wrap .product-section li .product-valve_itme p, .product-section_wrap .product-section li .product-tsugite_itme p, .product-section_wrap .product-section li .product-kanren_itme p {
  text-align: center;
  padding: 0.5em 0;
  margin: 0 auto;
}
.product-section_wrap .product-section li ._box {
  opacity: 0;
  transition: ease-in 0.2s;
  width: 0px;
  height: 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  align-items: center;
  position: relative;
}
.product-section_wrap .product-section li ._box p {
  opacity: 0;
  transition: ease 0.4s;
}
.product-section_wrap .product-section li ._maker {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 40px;
  opacity: 0;
  transition: ease 0.4s;
  z-index: -1;
  position: relative;
}
.product-section_wrap .product-section li ._maker a {
  display: none;
}
.product-section_wrap .product-section li.js-open ._box {
  opacity: 1;
  width: 100%;
  height: auto;
  padding: 26px;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 3px 7px 24px rgba(204, 204, 204, 0.6);
}
.product-section_wrap .product-section li.js-open ._box p {
  opacity: 1;
  z-index: 2;
  width: 100%;
  font-size: 1.8rem;
}
.product-section_wrap .product-section li.js-open ._maker {
  opacity: 1;
  z-index: 2;
}
.product-section_wrap .product-section li.js-open ._maker a {
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  padding-bottom: 1px;
}
.product-section_wrap .product-section li.js-open ._maker a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 0.4s ease;
  background-color: #0026d1;
}
.product-section_wrap .product-section li.js-open ._maker a:hover::before {
  transform: translateX(0%);
}
.product-section .product-section_agency {
  border: 5px solid #ddd;
  padding: 30px;
  align-items: center;
  max-width: 800px;
  margin: 20px auto 0;
}
.product-section .product-section_agency ._img {
  max-width: 200px;
  min-width: auto;
}
.product-section .product-section_agency ._company > p {
  font-size: 2.4rem;
  border-bottom: 1px solid #F1A232;
}
.product-section .product-section_agency ._company > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.maker-section_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #ddd;
}

/* タブメニュー */
.tab-panelitem {
  display: none;
}

.maker-sectionitem.is-show {
  display: block;
  opacity: 1;
}

.maker-section_wrap .tab_list {
  justify-content: flex-start;
  background-color: #ddd;
  gap: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.maker-section_wrap .tab_list li {
  border: none;
  color: #333;
  background-color: #ddd;
  height: auto;
  padding: 0.5em 1.2em;
  border-radius: 5px 5px 0 0;
}
.maker-section_wrap .tab_list li.is-active {
  background-color: #fff;
}

.maker-itmewrap {
  padding: 40px;
}

.maker-sectionitem {
  transition: ease 0.3s;
  opacity: 0;
}
.maker-sectionitem table {
  width: 100%;
  border-collapse: collapse;
}
.maker-sectionitem th, .maker-sectionitem td {
  border: 1px solid #ddd;
  padding: 0.8em 1em;
  text-align: left;
}
.maker-sectionitem th {
  width: 30%;
  min-width: 10em;
}
.maker-sectionitem td {
  width: 70%;
  word-break: break-word;
}

.group-section_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.5vw, 30px);
}
.group-section_wrap .group-section_flex {
  padding: 0;
  gap: clamp(15px, 1.31vw, 25px);
  flex-direction: row;
  width: 100%;
}
.group-section_wrap .group-section_flex ._text {
  width: 83%;
}
.group-section_wrap .group-section_flex ._text h2 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.group-section_wrap .group-section_flex ._text p {
  font-size: 1.6rem;
}
.group-section_wrap .group-section_flex ._text a {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  color: #0026d1;
  transition: ease 0.2s;
}
.group-section_wrap .group-section_flex ._text a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0026d1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease 0.2s;
}
.group-section_wrap .group-section_flex ._text a::after {
  content: ">";
  padding-left: 0.5em;
}
.group-section_wrap .group-section_flex ._text a:hover::before {
  width: 100%;
}
.group-section_wrap .group-section_flex ._img {
  min-width: auto;
  max-width: clamp(60px, 14vw, 100px);
  text-align: center;
  min-width: 60px;
  padding-top: 10px;
}
.group-section_wrap .group-section_flex ._img img {
  height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact_wrap form table {
  table-layout: fixed;
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
}
.contact_wrap form table tr th, .contact_wrap form table tr td {
  padding: 1em;
}
.contact_wrap form table tr th {
  text-align: left;
  width: 13em;
}
.contact_wrap form table tr td span {
  display: block;
}
.contact_wrap form table tr td input {
  display: block;
  font-size: 16px;
}
.contact_wrap form table tr td .company_name, .contact_wrap form table tr td .your-name,
.contact_wrap form table tr td .name_kana, .contact_wrap form table tr td .tel_number,
.contact_wrap form table tr td .your-email, .contact_wrap form table tr td .your-email-confirm, .contact_wrap form table tr td .your-countryname,
.contact_wrap form table tr td .post_code {
  max-width: 370px;
  width: 100%;
}
.contact_wrap form table tr td .contact_kinds .wpcf7-radio .wpcf7-list-item {
  margin: 0 auto;
}
.contact_wrap form table tr td .contact_kinds .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact_wrap form table tr td .contact_kinds .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  border: 2px solid #0026d1;
}
.contact_wrap form table tr td .contact_kinds .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  background-color: #0026d1;
}
.contact_wrap form table tr td .contact_kinds .wpcf7-radio .wpcf7-list-item label input[type=radio]:before {
  display: none;
}
.contact_wrap form table .required {
  color: red;
  font-size: 1.4rem;
  vertical-align: text-top;
}
.contact_wrap form .submit_wrap {
  margin: 0 auto;
}
.contact_wrap form .submit_wrap input {
  font-size: 20px;
  font-weight: bold;
  display: block;
  max-width: 300px;
  width: 100%;
  color: #0026d1;
  border: 2px solid #0026d1;
  background-color: #fff;
  border-radius: 50px;
  padding: 1em 0;
  margin: 0 auto 1em auto;
  transition: 0.5s;
}
.contact_wrap form .submit_wrap input:hover {
  background-color: #0026d1;
  color: #fff;
  transition: 0.5s;
}
.contact_wrap form .submit_wrap {
  text-align: center;
}
.contact_wrap form .wpcf7-response-output {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto !important;
}
.contact_wrap .textrequired {
  margin: 0 auto;
  max-width: 1025px;
  padding: 1em;
  color: red;
}

.sp-br {
  display: none;
}

.en_header #first_view .first_view_tite_area .__catch {
  font-size: 6.2rem;
  font-weight: 600;
}

.top-en ._title {
  font-size: 3.06rem;
}

.footer-navigation #menu-footer_english {
  display: flex;
  flex-direction: column;
}
.footer-navigation #menu-footer_english li {
  line-height: 1.7;
}
.footer-navigation a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer-navigation .sub-menu a {
  font-weight: 400;
}

.en-company .service-section_flex ._text {
  width: 90%;
}
.en-company .service-section_flex ._img {
  min-width: 150px;
  width: 10%;
}
.en-company .company-history_intro {
  margin-bottom: 25px;
}
.en-company .company-history_intro img {
  margin-bottom: 15px;
  margin-top: 15px;
}

.en-product .product-intro {
  margin-bottom: 25px;
}
.en-product .product-section_wrap .product-section li {
  cursor: auto;
}
.en-product .tab_list {
  flex-wrap: wrap;
  gap: clamp(10px, 2.5vw, 30px);
}
.en-product .tab_list li {
  min-width: 200px;
}

.en-base .base-intro {
  margin-bottom: 25px;
}

.en-contactus button, .en-contactus input, .en-contactus select, .en-contactus textarea {
  font-size: 1.6rem;
}
.en-contactus select {
  max-width: 400px;
  width: 100%;
}
.en-contactus textarea {
  max-width: 500px;
  width: 100%;
}

#archive-area .archive_box {
  border-bottom: 1px solid;
}
#archive-area .archive_box:first-of-type {
  border-top: 1px solid;
}
#archive-area .archive_box p {
  margin: 0;
  font-size: 1.8rem;
  padding-right: 1em;
  padding-left: 1em;
}
#archive-area .archive_box .loop_box {
  color: #363636;
  display: block;
  padding: 2.5rem 2rem 2.5rem 0;
  position: relative;
}
#archive-area .archive_box .loop_box > .__icon {
  position: absolute;
  top: 0;
  right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
}
#archive-area .archive_box .loop_box > .__icon .svg {
  width: 1.5rem;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
}
#archive-area .archive_box .loop_box:hover {
  transition: background-color ease 0.3s, color ease 0.3s;
}
#archive-area .archive_box .loop_box:hover:hover {
  background: rgba(50, 115, 220, 0.05);
}
#archive-area .archive_box .loop_box:hover .__icon {
  right: 0;
}
#archive-area .archive_box .loop_box > .__area .archive-title {
  margin: 0 0 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  border: none;
}
#archive-area .archive_box .loop_box > .__area time {
  color: #939393;
}
#archive-area .archive_thum_box {
  border-bottom: 1px solid;
}
#archive-area .archive_thum_box:first-of-type {
  border-top: 1px solid;
}
#archive-area .archive_thum_box p {
  margin: 0;
}
#archive-area .archive_thum_box .loop_box {
  color: #363636;
  display: block;
  padding: 1rem 2rem 1rem 0;
  position: relative;
}
#archive-area .archive_thum_box .loop_box > .__icon {
  position: absolute;
  top: 0;
  right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
}
#archive-area .archive_thum_box .loop_box > .__icon .svg {
  width: 1.5rem;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #0026d1;
}
#archive-area .archive_thum_box .loop_box:hover {
  transition: background-color ease 0.3s, color ease 0.3s;
}
#archive-area .archive_thum_box .loop_box:hover:hover {
  background: rgba(50, 115, 220, 0.05);
}
#archive-area .archive_thum_box .loop_box:hover .__icon {
  right: 0;
}
#archive-area .archive_thum_box .loop_box .loop_flex {
  display: flex;
  justify-content: space-between;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__left {
  width: 6rem;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__left img {
  width: 100%;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right {
  width: calc(100% - 6rem);
  padding-left: 1rem;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right .archive-title {
  margin: 0 0 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right .time time {
  color: #9098a9;
}

#col-main.main-single .post_time {
  text-align: right;
  margin-bottom: 1rem;
}
#col-main.main-single .post_eye_catching {
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width:480px){
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .c-section {
    margin-bottom: 4rem;
  }
  .c-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-grid.--gap3 {
    gap: 2rem 2rem;
  }
  .c-grid.--gap4 {
    gap: 2rem 2rem;
  }
  .c-grid.--gap5 {
    gap: 2rem 2rem;
  }
  .c-img_on_box .__inner {
    padding-top: 18rem;
  }
  .c-cat_grid-1 > .cat_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
  }
  .c-flow_step > ul > li > dl {
    display: flex;
    align-items: center;
    padding: 2rem;
  }
  .c-flow_step > ul > li > dl > dt {
    width: 10em;
    padding-right: 2rem;
  }
  .c-flow_step > ul > li > dl > dd {
    width: calc(100% - 10em);
  }
  .u-center.--tb {
    text-align: center;
  }
  .u-large {
    font-size: 1.2rem;
  }
  .u-big {
    font-size: 1.8rem;
  }
  .u-sp_none {
    display: block;
  }
  .u-sp_block {
    display: none;
  }
  .u-tel > .__svg {
    display: none;
  }
  body.admin-bar #header-bar_area {
    top: 46px;
  }
  #parts_menu #menu_area .menu_box .searchform_box .svg {
    width: 2rem;
    height: 2rem;
  }
  #parts_menu #menu_area .menu_box .searchform_box input.search-text {
    font-size: 1.5rem;
    padding: 1rem 1rem 0.7rem 3rem;
  }
  #parts_prev .prev_flex {
    display: flex;
    justify-content: space-between;
  }
  #parts_prev .prev_flex .__left,
  #parts_prev .prev_flex .__right {
    width: 49%;
    overflow: hidden;
    margin: 0;
  }
  #archive-area .archive_box .loop_box > .__area .archive-title {
    font-size: 2rem;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__left {
    width: 8rem;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__right {
    width: calc(100% - 8rem);
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__right .archive-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width:768px){
  .u-tb_none {
    display: none;
  }
  .u-tb_block {
    display: block;
  }
  #header-bar {
    gap: clamp(20px, 2%, 40px);
    padding-left: 40px;
  }
  #parts_bottom .parts_bottom-contactText p::before {
    background-image: url(../../images/common/fukidasi.svg);
  }
  #parts_footer .footer-navigation #menu-footer {
    gap: 0px clamp(20px, 2vw, 40px);
    flex-wrap: wrap;
    max-height: 10em;
  }
  #parts_footer .footer-navigation .sub-menu li {
    padding-left: 1em;
  }
  .common_flex {
    padding: 0px clamp(20px, 3vw, 60px);
  }
  .common_flex ._text {
    width: 65%;
  }
  .common_flex ._img {
    min-width: 300px;
    width: 30%;
  }
  .company-section_table {
    padding: 0px clamp(20px, 3vw, 60px);
  }
  .company-history_list::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #939393;
    display: block;
    position: absolute;
    top: 0;
    left: 174px;
    z-index: -1;
  }
  .company-history_listitem ._time::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #0026d1;
    position: absolute;
    right: -105px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .company-history_box ._text {
    padding-left: min(2.6vw, 50px);
    display: flex;
  }
  .company-history_box ._img {
    margin-left: 140px;
    max-width: 140px;
  }
  .social-sdgs ._subtitle {
    padding: 0 clamp(20px, 3vw, 60px);
  }
  .social-sdgs .social-section_flex ._text {
    width: calc(98% - 400px - clamp(20px, 3vw, 60px));
  }
  .social-sdgs .social-section_flex ._img {
    min-width: 350px;
    width: 35%;
  }
  .service-section_content ._img .pc-none {
    display: none;
  }
  .base-section_mapWrap {
    width: min(58.2089552239vw, 780px);
  }
  .base-section_mapText.sp {
    display: none;
  }
  .base-section_mapText ul {
    max-width: min(14.9253731343vw, 200px);
  }
  .base-section_mapText ul li {
    position: absolute;
    width: 100%;
  }
  .base-section_mapImg {
    width: 780px;
    height: 494px;
  }
  .base-section_mapText .base-section_mapText07 {
    max-width: min(18.6567164179vw, 250px);
  }
  .base-section_mapText .base-section_mapText07 li {
    height: min(5.9701492537vw, 80px);
  }
  .base-section_mapText .base-section_mapText09 {
    max-width: min(18.6567164179vw, 250px);
  }
  .base-section_mapText .base-section_mapText09 li {
    height: min(5.9701492537vw, 80px);
  }
  .base-section_mapText .base-section_mapText10 li {
    height: min(5.9701492537vw, 80px);
  }
  .group-section_wrap .group-section_flex {
    width: calc((100% - clamp(10px, 1.5vw, 30px)) / 2);
  }
  .footer-navigation #menu-footer_english {
    gap: 0px clamp(20px, 2vw, 40px);
    flex-wrap: wrap;
    max-height: 10em;
  }
  .footer-navigation .sub-menu li {
    padding-left: 1em;
  }
}
@media only screen and (min-width:1072px){
  .a-FadeInUpList > div:first-of-type,
  .a-FadeInUpList > li:first-of-type {
    animation: a-FadeInUp 0.8s ease 0s 1 both;
  }
  .a-FadeInUpList > div:nth-of-type(2),
  .a-FadeInUpList > li:nth-of-type(2) {
    animation: a-FadeInUp 0.8s ease 0.3s 1 both;
  }
  .a-FadeInUpList > div:nth-of-type(3),
  .a-FadeInUpList > li:nth-of-type(3) {
    animation: a-FadeInUp 0.8s ease 0.6s 1 both;
  }
  .a-FadeInUpList > div:nth-of-type(4),
  .a-FadeInUpList > li:nth-of-type(4) {
    animation: a-FadeInUp 0.8s ease 0.9s 1 both;
  }
  .a-FadeInUpList > div:nth-of-type(5),
  .a-FadeInUpList > li:nth-of-type(5) {
    animation: a-FadeInUp 0.8s ease 1.2s 1 both;
  }
  .a-FadeInUpList > div:nth-of-type(6),
  .a-FadeInUpList > li:nth-of-type(6) {
    animation: a-FadeInUp 0.8s ease 1.5s 1 both;
  }
  .c-section {
    margin-bottom: 5rem;
  }
  .c-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  body.sidebar-left .c-wrap {
    padding-left: 3rem;
  }
  body.sidebar-right .c-wrap {
    padding-right: 3rem;
  }
  .c-flex {
    display: flex;
    justify-content: space-between;
  }
  .c-flex.--gap1 {
    gap: 0 1rem;
  }
  .c-flex.--gap2 {
    gap: 0 2rem;
  }
  .c-flex.--gap3 {
    gap: 0 3rem;
  }
  .c-flex.--gap4 {
    gap: 0 4rem;
  }
  .c-flex.--gap5 {
    gap: 0 5rem;
  }
  .c-flex > .__left,
  .c-flex > .__right {
    width: 50%;
    margin-bottom: 0;
  }
  .c-flex.--reverse {
    flex-flow: row-reverse;
  }
  .c-grid.--gap1 {
    gap: 1rem 1rem;
  }
  .c-grid.--gap2 {
    gap: 2rem 2rem;
  }
  .c-grid.--gap3 {
    gap: 3rem 3rem;
  }
  .c-grid.--gap4 {
    gap: 4rem 4rem;
  }
  .c-grid.--gap5 {
    gap: 5rem 5rem;
  }
  .c-grid.--overlay a .hover_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background: rgba(10, 69, 152, 0.755);
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-grid.--overlay a .hover_box .hover_box_inner .__title {
    font-size: 1.5rem;
  }
  .c-grid.--overlay a:hover .hover_box {
    transform: translateY(0);
  }
  .c-grid.--fade a .hover_box {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(10, 69, 152, 0.755);
    transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .c-grid.--fade a .hover_box .hover_box_inner .__title {
    font-size: 1.5rem;
  }
  .c-grid.--fade a:hover > img {
    transform: scale(1.15);
    opacity: 0.6;
  }
  .c-grid.--fade a:hover .hover_box {
    opacity: 1;
  }
  .c-box_on_img.--left_img {
    flex-flow: row;
  }
  .c-box_on_img.--left_img > .__left {
    width: 40%;
    padding: 6rem 0;
  }
  .c-box_on_img.--left_img > .__left > div,
  .c-box_on_img.--left_img > .__left img {
    width: 140%;
    max-width: unset;
    z-index: 1;
    position: relative;
  }
  .c-box_on_img.--left_img > .__right {
    width: 60%;
    max-width: unset;
  }
  .c-box_on_img.--left_img > .__right > .box_on_img_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    max-width: unset;
  }
  .c-box_on_img.--left_img > .__right > .box_on_img_inner > .__text_box {
    width: 70%;
    padding: 12rem 4rem;
    margin: 0 0 0 auto;
  }
  .c-box_on_img.--right_img {
    flex-flow: row;
  }
  .c-box_on_img.--right_img > .__left {
    width: 40%;
    max-width: unset;
  }
  .c-box_on_img.--right_img > .__left > .box_on_img_inner {
    width: 140%;
    height: 100%;
    display: flex;
    flex-flow: column;
    max-width: unset;
  }
  .c-box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box {
    width: 70%;
    padding: 12rem 4rem;
    margin: 0 auto 0 0;
  }
  .c-box_on_img.--right_img .__right {
    width: 60%;
    padding: 6rem 0;
  }
  .c-box_on_img.--right_img .__right > div,
  .c-box_on_img.--right_img .__right img {
    width: 100%;
    max-width: unset;
    z-index: 1;
    position: relative;
  }
  .c-img_on_box .__inner {
    width: 90%;
    margin: 0 0 0 auto;
    background-position: center center;
  }
  .c-img_on_box .__box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20rem;
    min-height: 66.666%;
    padding: 2rem 1rem 8rem;
  }
  .c-img_on_box.--right .__inner {
    margin: 0 0 0 0;
  }
  .c-img_on_box.--right .__box {
    left: auto;
    right: 0;
  }
  .c-gmap.--min {
    padding-bottom: 22.25%;
  }
  #c-breadcrumb > ul {
    flex-wrap: wrap;
    overflow-x: unset;
  }
  .js-header_hide-body #c-go_top {
    bottom: 0.75rem;
    right: 2rem;
  }
  .c-cat_list-1 a .__contents {
    display: flex;
    width: 100%;
  }
  .c-cat_list-1 a .__contents .__time {
    display: block;
  }
  .c-cat_list-1 a .__contents .__cat {
    margin-right: 3rem;
  }
  .c-cat_list-1 a .__contents .__cat {
    display: block;
  }
  .c-cat_list-1 a.is-icon .__contents {
    padding-right: 3rem;
  }
  .c-cat_list-1 a.is-icon .__icon {
    width: 1.5em;
    height: 1.5em;
  }
  .c-cat_grid-1 > .cat_grid.--col1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem 1rem;
  }
  .c-cat_grid-1 > .cat_grid.--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
  }
  .c-cat_grid-1 > .cat_grid.--col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 1rem;
  }
  .c-cat_grid-1 > .cat_grid.--col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1rem;
  }
  .c-cat_grid-1 > .cat_grid > li {
    padding-bottom: 5rem;
  }
  .c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 100%;
  }
  .c-timeline > li {
    display: flex;
  }
  .c-timeline .__date {
    left: 0;
    position: relative;
  }
  .c-timeline .__content {
    padding: 0.5rem 0 2rem 2rem;
    margin-left: 0;
    width: calc(100% - 6.5rem);
  }
  .c-timeline .__content:before {
    left: 6.2rem;
  }
  .c-list_number > li::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .c-list_number > li > .__title {
    padding-left: 3rem;
  }
  .c-flow_arrow > .__box:not(:last-child) {
    padding-bottom: 4rem;
  }
  .c-flow_arrow > .__box:not(:last-child)::after {
    bottom: -2.1rem;
    border: 3rem solid transparent;
    border-top: 2rem solid #9098a9;
  }
  .c-flex_content {
    display: flex;
    justify-content: space-between;
    gap: 0 3rem;
  }
  .c-flex_content > .__left {
    width: 50%;
    margin-bottom: 0;
  }
  .c-flex_content > .__right {
    width: 50%;
  }
  .u-center.--pc {
    text-align: center;
  }
  .u-pc_none {
    display: none;
  }
  .u-pc_block {
    display: block;
  }
  [data-modal_contents].js-open {
    max-width: 60%;
  }
  [data-modal_contents_text] {
    max-height: 50vh;
  }
  body.admin-bar #header-bar_area {
    top: 32px;
  }
  .js-header_hide #header-bar_area {
    box-shadow: 3px 7px 24px rgba(235, 238, 251, 0.8);
  }
  #header-bar #header-access {
    display: none;
  }
  #header-bar #menu_button:not(.--pc_active) {
    display: none;
  }
  #header-bar #header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  #header-bar #header-menu .menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #parts_menu #menu_area .menu_box #toggle-navigation {
    display: flex;
    justify-content: center;
  }
  #parts_menu #menu_area .__background {
    width: 30%;
  }
  #parts_footer .footer-navigation #menu-footer {
    max-height: 9em;
  }
  #col-main.main-404 #error-404 .page-content {
    margin-top: 13vh;
  }
  #col-main.main-404 #error-404 .page-content .__title {
    font-size: 2rem;
  }
  .base-section_mapWrap {
    margin: 0 auto;
  }
  .base-section_flexwrap .base-section_flex {
    min-height: 180px;
    padding: 0;
  }
  .base-section_flexwrap .base-section_flex ._map {
    width: 50%;
    justify-content: flex-end;
  }
  .footer-navigation #menu-footer_english {
    max-height: 9em;
  }
  #archive-area .archive_box .loop_box {
    padding-right: 3rem;
  }
  #archive-area .archive_box .loop_box > .__icon .svg {
    width: 2rem;
    height: 2em;
  }
  #archive-area .archive_thum_box .loop_box {
    padding-right: 3rem;
  }
  #archive-area .archive_thum_box .loop_box > .__icon .svg {
    width: 2rem;
    height: 2em;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__left {
    width: 10rem;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__right {
    width: calc(100% - 10rem);
    padding-left: 2rem;
  }
}
@media only screen and (min-width:1264px){
  .c-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
  .c-wrap.--small {
    width: 77vw;
  }
  .c-wrap.--mini {
    width: 66vw;
  }
  .c-wrap.--tiny {
    width: 55vw;
  }
  body.sidebar-left .c-wrap {
    width: 100% !important;
  }
  body.sidebar-right .c-wrap {
    width: 100% !important;
  }
  .u-large {
    font-size: 1.4rem;
  }
  .u-big {
    font-size: 2.8rem;
  }
  .social-sdgs .social-section_flex ._text {
    width: calc(60% - clamp(20px, 2vw, 40px));
  }
}
@media only screen and (max-width:1739px){
  #header-bar #header-title a img {
    max-height: 50px;
    max-width: 300px;
  }
  #header-bar #header-menu #menu-global_menu {
    padding-right: 0;
  }
  #header-bar #header-menu .menu > li > span,
  #header-bar #header-menu .menu > li > a {
    padding: 0.75rem 1.5rem;
  }
  .en_header #first_view .first_view_tite_area .__catch {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width:1263px){
  ._title {
    font-size: 3.2rem;
  }
  #header-bar .header-en {
    font-size: 20px;
  }
  #header-bar .header-en img {
    height: 20px;
  }
  #header-bar #header-menu .menu > li > span,
  #header-bar #header-menu .menu > li > a {
    padding: 0.75rem 1rem;
  }
  .base-section_domestic ._subtitle, .base-section_abroad ._subtitle {
    font-size: 2.6rem;
  }
  .base-section_mapText ul li a {
    font-size: 1.6rem;
  }
  .top-en ._title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width:1071px){
  .a-FadeInUpList > div,
  .a-FadeInUpList > li {
    animation: a-FadeInUp 0.8s ease 0s 1 both;
  }
  .c-grid.--tb_col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid.--tb_col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid.--tb_col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid.--tb_col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid.--tb_col5 {
    grid-template-columns: repeat(5, 1fr);
  }
  #c-breadcrumb > ul li {
    word-break: keep-all;
    white-space: nowrap;
  }
  .pcbr {
    display: none;
  }
  .tabbr {
    display: block;
  }
  .tabspbr {
    display: block;
  }
  ._title {
    font-size: 2.8rem;
  }
  #header-bar_area {
    height: 75px;
  }
  #parts_menu #menu_area .menu_box #toggle-navigation {
    max-width: 800px;
    margin: 60px auto;
  }
  #parts_menu #menu_area .menu_box #toggle-navigation .menu-recruit_menu-container {
    border: 1px solid #fff;
    transition: 0.4s ease;
    max-width: 350px;
    margin-top: 30px;
  }
  #parts_menu #menu_area .menu_box #toggle-navigation .menu-recruit_menu-container a {
    display: grid;
    place-items: center;
    padding: 15px 45px;
  }
  #parts_menu #menu_area .menu_box #toggle-navigation .menu-recruit_menu-container:hover {
    background-color: #FFF;
  }
  #parts_menu #menu_area .menu_box #toggle-navigation .menu-recruit_menu-container:hover a {
    color: #333;
  }
  #parts_menucontact {
    display: none;
  }
  #parts_bottom .parts_bottom-contactText p {
    font-size: 2rem;
  }
  #parts_bottom .parts_bottom-contactText a {
    font-size: 1.8rem;
  }
  #parts_footer .footer_flex {
    flex-direction: column;
  }
  .company-section_table th, .company-section_table td {
    padding: 0.6em 1em;
  }
  .base-section_flexwrap .base-section_flex {
    flex-direction: column;
    gap: 10px;
  }
  .base-section_flexwrap .base-section_flex ._text {
    width: 100%;
  }
  .base-section_domestic ._subtitle, .base-section_abroad ._subtitle {
    font-size: 2.2rem;
  }
  .base-section_mapText ul li a {
    font-size: 1.4rem;
    padding-left: 0.5em;
  }
  .group-section_wrap .group-section_flex ._text {
    width: 80%;
  }
  .en_header #first_view .first_view_tite_area .__catch {
    font-size: 5rem;
  }
  .top-en ._title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px){
  .product-section .common_flex > li {
    max-width: calc((100% - 120px) / 3);
  }
}
@media only screen and (max-width:767px){
  #c-breadcrumb > ul li span {
    font-size: 1.4rem;
  }
  .c-cat_list-1 a .__contents .__ttl {
    font-size: 1.8rem;
  }
  .tabbr {
    display: none;
  }
  .spbr {
    display: block;
  }
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
  .c-booktitle ._number {
    font-size: 1.6rem;
  }
  ._title {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  ._linkbtn1 {
    margin-left: 70px;
  }
  ._linkbtn1::before {
    width: 50px;
    height: 50px;
    left: -65px;
  }
  .tab_list {
    flex-wrap: wrap;
    gap: 1em;
    margin: 0 0 30px 0;
  }
  .tab_list li {
    height: 40px;
    font-size: 1.6rem;
  }
  #header-bar_area {
    padding: 0 2rem;
  }
  #header-bar {
    justify-content: space-between;
    padding-right: calc(1vw + 55px);
  }
  #header-bar #header-title {
    max-width: 290px;
    width: 50vw;
  }
  #header-bar #header-title a img {
    width: 100%;
  }
  #header-bar #header-contact {
    display: flex;
  }
  #header-bar .header-en {
    font-size: 16px;
    gap: 0;
  }
  #header-bar .header-en img {
    height: 16px;
  }
  #parts_bottom {
    background-color: #0026d1;
  }
  #parts_bottom .parts_bottom-contact {
    padding: 45px 2rem 50px;
  }
  #parts_bottom .parts_bottom-contactText {
    font-size: 1.8rem;
    gap: 30px;
    flex-direction: column;
    line-height: 1.7;
  }
  #parts_bottom .parts_bottom-contactText p {
    text-align: center;
    color: #fff;
    gap: 30px;
    flex-direction: column;
  }
  #parts_bottom .parts_bottom-contactText p::before {
    background-image: url(../../images/common/fukidasi_white.svg);
  }
  #parts_bottom .parts_bottom-contactText a {
    background-color: #fff;
    color: #0026d1;
    max-width: 400px;
    height: 60px;
  }
  #parts_footer .footer_flex {
    gap: 40px;
    padding: 45px 0 50px;
  }
  #parts_footer .__left .company_info .__logo {
    max-width: 310px;
    width: 100%;
  }
  #parts_footer .__left .company_info .__text {
    margin-top: 20px;
  }
  #parts_footer .footer-navigation #menu-footer {
    gap: 15px;
  }
  #parts_footer .footer-navigation a {
    font-size: 16px;
  }
  #parts_footer .footer-navigation .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  #parts_footer .footer-navigation .sub-menu li {
    white-space: nowrap;
  }
  #parts_footer .footer-navigation .sub-menu li::after {
    content: "/";
    display: inline-block;
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
  }
  #parts_footer .footer-navigation .sub-menu li:last-of-type::after {
    content: none;
  }
  #parts_footer #copyright {
    padding-bottom: 50px;
    gap: 15px;
  }
  #parts_footer #copyright small, #parts_footer #copyright a {
    font-size: 16px;
  }
  .common_wrap {
    padding: 20px 0 50px;
  }
  .common_wrap h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .common_flex {
    flex-direction: column-reverse;
  }
  .company-tab_listitem {
    max-width: 100%;
  }
  .company-section_flex ._name span {
    font-size: 2rem;
  }
  .company-section_table th, .company-section_table td {
    padding: 0.6em 0.6em;
    font-size: 1.6rem;
  }
  .company-section_table th {
    min-width: 7em;
  }
  .company-section_table ._list {
    font-size: 1.6rem;
  }
  .company-history_listitem {
    gap: 24px;
    margin: 10px 0;
  }
  .company-history_listitem ._time {
    width: 70px;
    height: 70px;
  }
  .company-history_listitem ._time::before {
    right: -14px;
    width: 10px;
  }
  .company-history_box {
    margin-bottom: 10px;
  }
  .company-history_box ._text ._year {
    margin-bottom: 0;
  }
  .company-history_box ._text p {
    font-size: 1.6rem;
  }
  .social-section:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .social-sdgs .social-section_flex {
    flex-direction: column;
  }
  .social-sdgs .social-section_flex ._text p {
    margin-bottom: 0;
  }
  .social-sdgs .social-section_flex ._img {
    margin-bottom: 10px;
  }
  .social-expo ._text {
    padding-bottom: 27px;
  }
  .service-section:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .service-section_content ._img .sp-none {
    display: none;
  }
  .service-section_flex:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .service-section ._subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
  .base-section:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .base-section_flex:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .base-section_domestic ._subtitle, .base-section_abroad ._subtitle {
    font-size: 2rem;
  }
  .base-section_mapText.pc {
    display: none;
  }
  .base-section_mapText {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .base-section_mapText ul li {
    border: 1px solid #0026D1;
    margin-bottom: -1px;
  }
  .base-section_mapText ul li a {
    padding: 0.5em 0.2em 0.5em 0.4em;
    white-space: pre-line;
  }
  .base-section_mapText .base-section_mapText01::before {
    content: "近畿";
  }
  .base-section_mapText .base-section_mapText02::before {
    content: "北海道";
  }
  .base-section_mapText .base-section_mapText03::before {
    content: "関東・東北";
  }
  .base-section_mapText .base-section_mapText04::before {
    content: "中部・東海";
  }
  .base-section_mapText .base-section_mapText05::before {
    content: "中国・四国";
  }
  .base-section_mapText .base-section_mapText06::before {
    content: "九州";
  }
  .base-section_mapText .base-section_mapText07::before {
    content: "海外拠点";
  }
  .base-section_mapText .base-section_mapText08 {
    margin-top: 36px;
  }
  .base-section_mapText .base-section_mapText09 {
    margin-top: 34px;
  }
  .base-section_mapText .base-section_mapText10::before {
    content: "駐在拠点";
  }
  .product-section_wrap .product-section li.js-open ._maker a {
    font-size: 1.6rem;
  }
  .product-section .product-section_agency ._company > p {
    font-size: 2rem;
  }
  .product-section .product-section_agency ._company > div {
    gap: 10px;
  }
  .maker-section_wrap .tab_list {
    flex-wrap: wrap;
  }
  .maker-section_wrap .tab_list li {
    padding: 0.5em 1em;
    font-size: 16px;
  }
  .maker-itmewrap {
    padding: 20px 10px;
  }
  .maker-sectionitem th, .maker-sectionitem td {
    font-size: 18px;
    padding: 0.5em 0.4em;
  }
  .maker-sectionitem td {
    padding-top: 0;
    width: 100%;
  }
  .group-section_wrap {
    flex-direction: column;
  }
  .group-section_wrap .group-section_flex ._text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .group-section_wrap .group-section_flex ._text p {
    font-size: 1.4rem;
  }
  .group-section_wrap .group-section_flex ._img {
    width: 20%;
  }
  .contact_wrap form table tr {
    margin-bottom: 0.2em;
  }
  .contact_wrap form table tr th, .contact_wrap form table tr td {
    display: block;
    padding: 0;
  }
  .contact_wrap form table tr td {
    padding: 0.2em 0 0.8em;
  }
  .sp-br {
    display: block;
  }
  .en_header #first_view .first_view_tite_area .__catch {
    font-size: 4.6rem;
  }
  .top-en ._title {
    font-size: 2.2rem;
  }
  .top-en .top-about_text ._title {
    font-size: 2.2rem;
  }
  .footer-navigation #menu-footer_english {
    gap: 15px;
  }
  .footer-navigation a {
    font-size: 16px;
  }
  .footer-navigation .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-navigation .sub-menu li {
    white-space: nowrap;
  }
  .footer-navigation .sub-menu li::after {
    content: "/";
    display: inline-block;
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-navigation .sub-menu li:last-of-type::after {
    content: none;
  }
  .en-base .base-section_mapText .base-section_mapText01::before {
    content: "Kinki";
  }
  .en-base .base-section_mapText .base-section_mapText02::before {
    content: "Hokkaido";
  }
  .en-base .base-section_mapText .base-section_mapText03::before {
    content: "Kanto/Tohoku";
  }
  .en-base .base-section_mapText .base-section_mapText04::before {
    content: "Chubu/Tokai";
  }
  .en-base .base-section_mapText .base-section_mapText05::before {
    content: "Chugoku/Shikoku";
  }
  .en-base .base-section_mapText .base-section_mapText06::before {
    content: "Kyushu";
  }
  .en-base .base-section_mapText .base-section_mapText07::before {
    content: "Overseas subsidiary";
  }
  .en-base .base-section_mapText .base-section_mapText10::before {
    content: "Regional office";
  }
}
@media screen and (max-width: 767px){
  .product-tab_listitem {
    max-width: 45%;
  }
  .product-section .common_flex {
    flex-direction: initial;
    gap: 1em;
  }
  .product-section .common_flex > li {
    max-width: calc((100% - 1em) / 2);
    aspect-ratio: 1/1.1;
  }
}
@media only screen and (max-width: 580px){
  .base-section_flexwrap .base-section_flex ._map img, .base-section_flexwrap .base-section_flex ._map iframe {
    width: 48%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .base-section_flexwrap .base-section_flex ._map ._illust {
    width: 100%;
  }
}
@media only screen and (max-width:479px){
  .c-grid.--sp_col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid.--sp_col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid.--sp_col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid.--sp_col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid.--sp_col5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-table.--stripe.--sp_block > table tr:nth-child(odd) {
    background: unset;
  }
  .c-table.--stripe.--sp_block > table tr th {
    background: #f5f5f5;
  }
  .c-table.--sp_block > table {
    display: block;
  }
  .c-table.--sp_block > table tbody,
  .c-table.--sp_block > table tr,
  .c-table.--sp_block > table th,
  .c-table.--sp_block > table td {
    display: block;
    width: 100%;
  }
  ._title {
    font-size: 2.4rem;
  }
  .u-tel {
    color: #0026d1;
  }
  #header-bar_area {
    padding: 0 1rem;
  }
  #header-bar {
    padding-right: calc(1vw + 34px);
  }
  #header-bar #header-contact {
    width: 30px;
  }
  #header-bar #menu_button {
    right: 15px;
  }
  #header-bar #menu_button .svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  #parts_bottom .parts_bottom-contactText p {
    font-size: 1.6rem;
  }
  #parts_bottom .parts_bottom-contactText a {
    font-size: 1.6rem;
  }
  #col-main.main-page-company .table_area > table {
    display: block;
  }
  #col-main.main-page-company .table_area > table tbody,
  #col-main.main-page-company .table_area > table tr,
  #col-main.main-page-company .table_area > table th,
  #col-main.main-page-company .table_area > table td {
    display: block;
    width: 100%;
  }
  .company-section_table th, .company-section_table td {
    padding: 0.3em 0.3em;
  }
  .company-section_table td {
    font-size: 1.6rem;
  }
  .social-sdgs .social-section_flex ._text h3 {
    font-size: 2rem;
  }
  .social-sdgs .social-section_flex ._img img {
    max-width: 95px;
  }
  .base-section_mapText ul {
    max-width: calc((100% - 10px) / 2);
  }
  .product-section .common_flex > li {
    aspect-ratio: 1/1.2;
  }
  .maker-section_wrap .tab_list li {
    font-size: 14px;
  }
  .maker-itmewrap {
    padding: 10px 0;
  }
  .maker-sectionitem tr {
    display: flex;
    flex-direction: column;
  }
  .maker-sectionitem th, .maker-sectionitem td {
    border: none;
  }
  .maker-sectionitem th {
    padding-bottom: 0;
  }
  .en_header #first_view .first_view_tite_area .__catch {
    font-size: 4rem;
  }
  #archive-area .archive_box p {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine){
  input[type=radio]:hover::before {
    background-color: #23d160;
  }
  input[type=radio][readonly]:hover::before, input[type=radio][disabled]:hover::before {
    background-color: #9098a9;
  }
  input[type=checkbox]:hover::before {
    background-color: #23d160;
  }
  input[type=checkbox][readonly]:hover::before, input[type=checkbox][disabled]:hover::before {
    background-color: #9098a9;
  }
  button[readonly]:hover, button[disabled]:hover,
  [type=button][readonly]:hover,
  [type=button][disabled]:hover,
  [type=reset][readonly]:hover,
  [type=reset][disabled]:hover,
  [type=submit][readonly]:hover,
  [type=submit][disabled]:hover,
  [role=button][readonly]:hover,
  [role=button][disabled]:hover {
    background-color: #9098a9;
    border-color: #9098a9;
    color: #f5f5f5;
  }
}

/*# sourceMappingURL=contents_other.css.map*/