@charset "UTF-8";
@keyframes a-FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-FadeIn100ms {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-FadeIn300ms {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-FadeIn500ms {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-FadeIn1s {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-FadeIn2s {
  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);
  }
  50% {
    transform: translate(0, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@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;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
#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: #000;
  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;
}

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.25rem;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/radio_button_unchecked.svg#svg-radio_button_unchecked");
          mask-image: url("/wp-content/themes/original/images/icon/radio_button_unchecked.svg#svg-radio_button_unchecked");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  line-height: 1;
  background-color: #DADADA;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
input[type=radio]:hover::before {
  background-color: #E86606;
}
input[type=radio]:checked::before {
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/radio_button_checked.svg#svg-radio_button_checked");
          mask-image: url("/wp-content/themes/original/images/icon/radio_button_checked.svg#svg-radio_button_checked");
  background-color: #E86606;
}
input[type=radio][readonly], input[type=radio]:disabled {
  background-color: #646464;
}
input[type=radio][readonly]:hover, input[type=radio]:disabled:hover {
  cursor: not-allowed;
}
input[type=radio][readonly]:hover::before, input[type=radio]:disabled:hover::before {
  background-color: #646464;
}

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.25rem;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  -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;
  line-height: 1;
  background-color: #646464;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
input[type=checkbox]:hover::before {
  background-color: #029a56;
}
input[type=checkbox]:checked::before {
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/select_check_box.svg#svg-select_check_box");
          mask-image: url("/wp-content/themes/original/images/icon/select_check_box.svg#svg-select_check_box");
  background-color: #029a56;
}
input[type=checkbox][readonly], input[type=checkbox]:disabled {
  background-color: #646464;
}
input[type=checkbox][readonly]:hover, input[type=checkbox]:disabled:hover {
  cursor: not-allowed;
}
input[type=checkbox][readonly]::before, input[type=checkbox]:disabled::before {
  background-color: #646464;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0.5rem;
  text-align: left;
  word-break: break-all;
}

h2 {
  font-size: 1.4rem;
  margin: 1.3rem 0;
  line-height: 1.5;
  font-weight: 600;
}

h3 {
  font-size: 1.4rem;
  margin: 1.3rem 0;
  line-height: 1.5;
  font-weight: 600;
}

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 #DADADA;
  border-radius: 0.5rem;
}
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border: 2px solid #03409B;
}
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 {
  background: #e2e2e2;
}
input[type=number][readonly]:hover, input[type=number]:disabled:hover,
input[type=tel][readonly]:hover,
input[type=tel]:disabled:hover,
input[type=email][readonly]:hover,
input[type=email]:disabled:hover,
input[type=text][readonly]:hover,
input[type=text]:disabled:hover {
  cursor: not-allowed;
}
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 #646464;
}

select {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  border: 2px solid #646464;
  border-radius: 0.5rem;
  cursor: pointer;
}
select:focus {
  border: 2px solid #03409B;
}
select[readonly], select:disabled {
  background: #e2e2e2;
}
select[readonly]:hover, select:disabled:hover {
  cursor: not-allowed;
}
select[readonly]:focus, select:disabled:focus {
  border: 2px solid #646464;
}

textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #DADADA;
  border-radius: 0.5rem;
}
textarea:focus {
  border: 2px solid #03409B;
}
textarea[readonly], textarea:disabled {
  background: #e2e2e2;
}
textarea[readonly]:hover, textarea:disabled:hover {
  cursor: not-allowed;
}
textarea[readonly]:focus, textarea:disabled:focus {
  border: 2px solid #646464;
}

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;
}

.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-FadeIn100ms {
  animation: a-FadeIn100ms 1.5s ease 100ms 1 both;
}

.a-FadeIn300ms {
  animation: a-FadeIn300ms 1.5s ease 300ms 1 both;
}

.a-FadeIn500ms {
  animation: a-FadeIn500ms 1.5s ease 500ms 1 both;
}

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

.a-FadeIn2s {
  animation: a-FadeIn2s 1.5s ease 2s 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: #000;
  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;
}

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

.c-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-wrap.--small {
  width: 90vw;
}

.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: #029a56;
  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: #646464;
  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: #029a56;
  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 #646464;
  padding-bottom: 4rem;
  height: 100%;
}
.c-grid.--text > .__item .inner_box .inner_title {
  margin: 1rem 1rem 0 1rem;
  color: #02409a;
  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: #03409B;
  background: #fff;
  border: 1px solid #03409B;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 2rem;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
}
.c-grid.--text > .__item .inner_btn > .__btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: top;
  transition: color 0.3s;
  position: absolute;
  transition: 0.3s;
}
.c-grid.--text > .__item .inner_btn > .__btn:hover {
  background: #03409B;
  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: #02409a;
  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: #02409a;
  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: #02409a;
}
.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: #02409a;
}
.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: #02409a;
}
.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: #f5f6f7;
  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: #03409B;
  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: #02409a;
  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: #f5f6f7;
}
.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 #03409B;
}
.c-tab > ul > li:hover {
  cursor: pointer;
  border-bottom: 1px solid #03409B;
}
.c-tab.--border.--scroll {
  padding-bottom: 0;
}
.c-tab.--border > ul > li {
  border: 1px solid #646464;
  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 #646464;
  z-index: 1;
  background: #fff;
}

.c-modal_contents .__btn-close {
  position: absolute;
  background: #03409B;
  top: -0.65rem;
  right: -0.65rem;
  border: 1px solid #03409B;
  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;
}
#c-breadcrumb > ul li::after {
  content: "/";
  margin: 0 1rem;
}
#c-breadcrumb > ul li:last-of-type::after {
  content: "";
  margin: 0;
}
#c-breadcrumb > ul li:last-of-type a {
  color: #E86606;
  white-space: break-spaces;
}
#c-breadcrumb > ul li a {
  display: inline-block;
  color: #000;
}
#c-breadcrumb > ul li a:hover {
  color: #03409B;
}
#c-breadcrumb > ul li a:hover .svg {
  color: #03409B;
}
#c-breadcrumb > ul li .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #000;
  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 #686868;
  overflow: hidden;
  line-height: 1.5;
  color: #686868;
  transition-duration: 0.3s;
}
#c-pagination .page-numbers .page-numbers.current {
  background: #686868;
  color: #fff;
}
#c-pagination .page-numbers .page-numbers:hover {
  background: #686868;
  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 #02409a;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
#c-go_top .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 2rem;
  height: 2rem;
  color: #02409a;
  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: #000;
  display: block;
  position: relative;
}
.c-cat_list-1 a .__contents {
  border-bottom: 1px solid #646464;
  padding: 0.75rem 0;
}
.c-cat_list-1 a .__contents .__time {
  width: 9rem;
  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 #02409a;
  background: #02409a;
  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: #03409B;
  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;
}
.c-cat_grid-1 > .cat_grid > li {
  background: #fff;
  padding: 1rem;
  position: relative;
  border: 1px solid #646464;
}
.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: #03409B;
  background: #fff;
  border: 1px solid #03409B;
  letter-spacing: 0.5em;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 2rem;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn .__btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: top;
  transition: color 0.3s;
  position: absolute;
  transition: 0.3s;
}
.c-cat_grid-1 > .cat_grid > li .list_inner > .inner_btn .__btn:hover {
  background: #03409B;
  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: #029a56;
  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 #646464;
}
.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: #f5f6f7;
  padding: 1rem;
}
.c-details.--accordion > details {
  border: 1px solid #646464;
}
.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: #000;
  transition: transform 0.2s;
}
.c-details.--accordion > details[open] > summary::after {
  transform: rotate(180deg);
}
.c-details.--accordion > details > .__inner {
  background: #f5f6f7;
  padding: 1rem;
}
.c-details.--qa > details > summary {
  outline: 1px solid #fff;
  background: #02409a;
  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: #f5f6f7;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.c-details.--qa > details > .__inner::before {
  position: absolute;
  content: "A";
  left: 1rem;
  top: 1rem;
  color: #02409a;
  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 #646464;
  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: #232323;
}
.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 #232323;
  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: #232323;
  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: #232323;
  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: #232323;
}
.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: #232323;
  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: #232323;
  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 #232323;
  border-right: 4px solid #232323;
  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 #232323;
  position: relative;
}
.c-flow_box > ul > li > dl > dt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #232323;
  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;
}

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

.u-gray {
  color: #646464;
}

.u-blue {
  color: #03409B;
}

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

.u-green {
  color: #029a56;
}

.u-yellow {
  color: #fedd56;
}

.u-red {
  color: #fe385f;
}

.u-smoke {
  color: #e2e2e2;
}

.u-light {
  color: #f5f6f7;
}

.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: #03409B;
  color: #fff;
}

.u-hover_slide_border {
  position: relative;
}
.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: #03409B;
  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;
  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: #03409B;
  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: #000;
}
.u-hover_border_slide::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -0.2em;
  background-color: #03409B;
  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: #029a56;
}

.u-title_back {
  background: #232323;
  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: #029a56;
}

.u-title_left_border {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #029a56;
}
.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 #029a56;
  border-bottom: solid 2px #029a56;
}

.u-title_border_mini {
  position: relative;
}
.u-title_border_mini:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6em;
  width: 4em;
  height: 4px;
  background: #029a56;
  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, #029a56, #029a56 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 #029a56;
  border-top: solid 1px #029a56;
  top: 0;
  left: 0;
}
.u-title_side_brackets:after {
  border-right: solid 1px #029a56;
  border-bottom: solid 1px #029a56;
  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: #029a56;
  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: #03409B;
  background: #fff;
  border: 1px solid #03409B;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 0.75rem 3rem;
  border-radius: 2rem;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
}
.u-btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: top;
  transition: color 0.3s;
  position: absolute;
  transition: 0.3s;
}
.u-btn:hover {
  background: #03409B;
  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: #000;
}
.u-tel.--icon {
  color: #000;
}

[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;
}

#parts_header_bar #header-bar_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.8rem;
  z-index: 101;
  animation: a-FadeIn 0.8s ease 0.8s 1 forwards;
}
body.admin-bar #parts_header_bar #header-bar_area {
  top: 46px;
}
.js-scroll_fixed #parts_header_bar #header-bar_area {
  background: none !important;
}
.js-header_hide #parts_header_bar #header-bar_area {
  background: rgba(255, 255, 255, 0.85);
}
.js-header_hide #parts_header_bar #header-bar_area #header-menu .menu > li > a {
  color: #000;
  text-shadow: none !important;
}
.js-header_hide #parts_header_bar #header-bar_area #header-menu #language-menu .language-menu-in p {
  color: #000;
  text-shadow: none !important;
}
.js-header_hide #parts_header_bar #header-bar_area #header-menu #language-menu .language-menu-in .back-svg {
  -webkit-mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  -webkit-mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
          mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 20px;
  background-color: #000;
}
#parts_header_bar #header-bar #header-title {
  position: absolute;
  top: 1rem;
  left: 0.8rem;
}
#parts_header_bar #header-bar #header-title a {
  color: #000;
  display: block;
}
#parts_header_bar #header-bar #header-title a:hover {
  opacity: 0.8;
}
#parts_header_bar #header-bar #header-title a img {
  max-height: 1.6rem;
  width: auto;
}
#parts_header_bar #header-bar #header-title a.__logo_c {
  display: none;
}
.js-header_hide-body #parts_header_bar #header-bar #header-title a.__logo_c {
  display: block;
}
#parts_header_bar #header-bar #header-title a.__logo_w {
  display: block;
}
.js-header_hide-body #parts_header_bar #header-bar #header-title a.__logo_w {
  display: none;
}
#parts_header_bar #header-bar #header-title a.__logo_underlayer {
  display: block;
}
#parts_header_bar #header-bar #header-access {
  position: absolute;
  top: 0.3rem;
  right: 6rem;
}
#parts_header_bar #header-bar #header-access a {
  color: #000;
  display: block;
}
#parts_header_bar #header-bar #header-access a img {
  max-height: 3.5rem;
  width: auto;
}
#parts_header_bar #header-bar #menu_button {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  z-index: 101;
  opacity: 0;
  animation: a-FadeIn 0.8s ease 0.5s 1 forwards;
}
#parts_header_bar #header-bar #menu_button.--pc_active {
  top: 0.6rem;
}
#parts_header_bar #header-bar #menu_button:hover {
  cursor: pointer;
}
#parts_header_bar #header-bar #menu_button .svg {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
.js-header_hide-body #parts_header_bar #header-bar #menu_button .svg {
  color: #000;
}
#parts_header_bar #header-bar #menu_button.js-close .__btn-menu {
  display: block;
}
#parts_header_bar #header-bar #menu_button.js-close .__btn-close {
  display: none;
}
#parts_header_bar #header-bar #menu_button.js-open .__btn-menu {
  display: none;
}
#parts_header_bar #header-bar #menu_button.js-open .__btn-close {
  display: block;
  color: #fff;
}
#parts_header_bar #header-bar #header-menu {
  display: none;
}
#parts_header_bar #header-bar #header-menu #original_search {
  position: relative;
  z-index: 2;
}
#parts_header_bar #header-bar #header-menu #original_search form {
  position: relative;
}
#parts_header_bar #header-bar #header-menu #original_search form .searchform_box {
  position: absolute;
  display: flex;
  right: 20.6rem;
  top: 0.3rem;
}
#parts_header_bar #header-bar #header-menu #original_search form .searchform_box button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
#parts_header_bar #header-bar #header-menu #original_search form .searchform_box button svg {
  width: 20px;
  height: 20px;
}
#parts_header_bar #header-bar #header-menu #original_search form .searchform_box .search-text {
  display: block;
  height: 2rem;
  width: 200px;
  background: #fff;
}
.js-scroll_fixed #parts_header_bar #header-bar #header-menu {
  display: none;
}
#parts_header_bar #header-bar #header-menu .menu > li {
  margin: 0 0.8rem;
  position: relative;
  padding: 1.5rem 0 0 0;
}
#parts_header_bar #header-bar #header-menu .menu > li > span,
#parts_header_bar #header-bar #header-menu .menu > li > a {
  color: #fff;
  padding: 0.75rem 1rem;
  display: inline-block;
}
.js-header_hide-body #parts_header_bar #header-bar #header-menu .menu > li {
  color: #000;
}
#parts_header_bar #header-bar #header-menu .menu > li > a {
  position: relative;
}
#parts_header_bar #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: #E86606;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#parts_header_bar #header-bar #header-menu .menu > li > a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#parts_header_bar #header-bar #header-menu .menu > li > span:hover {
  cursor: default;
}
#parts_header_bar #header-bar #header-menu .menu > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 3.5rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  background: #E86606;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/expand_more.svg#svg-expand_more");
          mask-image: url("/wp-content/themes/original/images/icon/expand_more.svg#svg-expand_more");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: all 0.4s;
}
#parts_header_bar #header-bar #header-menu .menu > li.menu-item-has-children > span,
#parts_header_bar #header-bar #header-menu .menu > li.menu-item-has-children > a {
  padding-right: 1.5rem;
}
#parts_header_bar #header-bar #header-menu .menu > li.menu-item-has-children:hover::after {
  top: 3.7rem;
}
#parts_header_bar #header-bar #header-menu .menu > li.menu-item-has-children:hover .sub-menu li {
  height: auto;
  max-height: 5em;
  position: relative;
}
#parts_header_bar #header-bar #header-menu .menu > li.contact {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #E86606;
  margin: 0 0 0 0.8rem;
  padding: 0;
}
#parts_header_bar #header-bar #header-menu .menu > li.contact:hover {
  background-color: #fff;
  transition: 0.3s;
}
#parts_header_bar #header-bar #header-menu .menu > li.contact a {
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 0.75rem;
  padding: 1rem 0 0 0;
  top: 3.5rem;
}
#parts_header_bar #header-bar #header-menu .menu > li.contact a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: url("/wp-content/themes/original/images/common/icon_contact.png") no-repeat center center;
  background-size: 30%;
  width: 100px;
  height: 100px;
  top: -4rem;
}
#parts_header_bar #header-bar #header-menu .menu > li.contact a:hover {
  color: #E86606 !important;
  transition: 0.3s;
}
#parts_header_bar #header-bar #header-menu .menu > li.contact a:hover::before {
  background: url("/wp-content/themes/original/images/common/icon_contact_orange.png") no-repeat center center;
  background-size: 30%;
}
#parts_header_bar #header-bar #header-menu .menu > li.contact a:hover::after {
  content: none;
}
#parts_header_bar #header-bar #header-menu .menu#menu-header-ch > li.contact a {
  font-size: 1rem;
  top: 2.5rem;
}
#parts_header_bar #header-bar #header-menu .menu .sub-menu {
  position: absolute;
  top: 4.8rem;
  left: -1rem;
  width: 10rem;
}
#parts_header_bar #header-bar #header-menu .menu .sub-menu li {
  overflow: hidden;
  height: 0;
  max-height: 0;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  display: flex;
  font-weight: 500;
}
#parts_header_bar #header-bar #header-menu .menu .sub-menu li a {
  color: #000;
  padding: 1rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#parts_header_bar #header-bar #header-menu .menu .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  transition: 0.2s;
}
#parts_header_bar #header-bar #header-menu .menu .sub-menu li a:hover {
  color: #E86606;
  transition: 0.3s;
}
#parts_header_bar #header-bar #header-menu .menu .sub-menu li a:hover::before {
  width: 100%;
}
#parts_header_bar #header-bar #header-menu #language-menu {
  position: relative;
}
#parts_header_bar #header-bar #header-menu #language-menu .language-menu-in {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  right: 9rem;
  top: 0.5rem;
  gap: 5px;
  height: 1.5rem;
}
#parts_header_bar #header-bar #header-menu #language-menu .language-menu-in img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
#parts_header_bar #header-bar #header-menu #language-menu .language-menu-in a {
  display: inline-block;
  z-index: 2;
}
#parts_header_bar #header-bar #header-menu #language-menu .language-menu-in a p {
  margin: 0;
}
#parts_header_bar #header-bar #header-menu #language-menu .language-menu-in a p:hover {
  color: #E86606;
  transition: 0.3s;
}
#parts_header_bar #header-bar #header-menu #language-menu .language-menu-in p {
  font-size: 1rem;
  color: #FFF;
  margin: 0;
}
#parts_header_bar #header-bar #header-menu #language-menu .language-menu-in .back-svg {
  -webkit-mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  -webkit-mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
          mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 20px;
  background-color: #FFF;
}

body:not(.home) #site-header #parts_header_bar #header-bar_area {
  background: rgba(255, 255, 255, 0.85);
}
body:not(.home) #site-header #parts_header_bar #header-bar_area #header-bar #header-menu .menu > li > a {
  color: #000;
}
body:not(.home) #site-header #parts_header_bar #header-bar_area #header-bar #header-menu .menu > li.contact > a {
  color: #FFF;
}
body:not(.home) #site-header #parts_header_bar #header-bar_area #header-bar #header-menu #language-menu .language-menu-in p {
  color: #000;
}
body:not(.home) #site-header #parts_header_bar #header-bar_area #header-bar #header-menu #language-menu .language-menu-in .back-svg {
  -webkit-mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  -webkit-mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
          mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 20px;
  background-color: #000;
}
body:not(.home) #site-header #parts_header_bar #header-bar_area #header-bar #menu_button .svg {
  color: #000;
}

body.home #parts_header_bar #header-bar #header-menu .menu > li > a {
  text-shadow: #8f8f8f 2px 2px 4px;
  font-weight: 500;
}
body.home #parts_header_bar #header-bar #header-menu #language-menu .language-menu-in a p {
  text-shadow: #8f8f8f 2px 2px 4px;
  font-weight: 500;
}

#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 {
  display: flex;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu .button > ul.sub-menu {
  display: none;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu .button.open > ul.sub-menu {
  display: block;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu .button.open:after {
  transform: rotate(180deg);
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 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 > li {
  margin: 0 0.8rem;
  position: relative;
  padding: 1.5rem 0 0 0;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li > span,
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li > a {
  color: #fff;
  padding: 0.75rem 1rem;
  display: inline-block;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li > a {
  position: relative;
}
#parts_menu #menu_area .menu_box #toggle-navigation .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: #E86606;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li > a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li > span:hover {
  cursor: default;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: auto;
  left: 6rem;
  margin: auto;
  top: 2.7rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  background: #FFF;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/expand_more.svg#svg-expand_more");
          mask-image: url("/wp-content/themes/original/images/icon/expand_more.svg#svg-expand_more");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: all 0.4s;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li.menu-item-has-children > span,
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li.menu-item-has-children > a {
  padding-right: 1.5rem;
  font-weight: bold;
}
#parts_menu #menu_area .menu_box #toggle-navigation .menu > li.menu-item-has-children:hover .sub-menu li {
  height: auto;
  max-height: 5em;
  position: relative;
}
#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;
}
#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 .sp_search_form {
  margin: 0 0.8em;
}
#parts_menu #menu_area .menu_box .sp_language-menu {
  padding: 3rem 2rem;
}
#parts_menu #menu_area .menu_box .sp_language-menu .language-menu-in {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
#parts_menu #menu_area .menu_box .sp_language-menu .language-menu-in img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
#parts_menu #menu_area .menu_box .sp_language-menu .language-menu-in a {
  display: inline-block;
  z-index: 2;
}
#parts_menu #menu_area .menu_box .sp_language-menu .language-menu-in a p {
  margin: 0;
}
#parts_menu #menu_area .menu_box .sp_language-menu .language-menu-in a p:hover {
  color: #E86606;
  transition: 0.3s;
}
#parts_menu #menu_area .menu_box .sp_language-menu .language-menu-in p {
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
  margin: 0;
}
#parts_menu #menu_area .menu_box .sp_language-menu .language-menu-in .back-svg {
  -webkit-mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  mask: url("/wp-content/themes/original/images/common/icon_language.svg") no-repeat center center/contain;
  -webkit-mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
          mask-image: url("/wp-content/themes/original/images/common/icon_language.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 20px;
  background-color: #FFF;
}
#parts_menu #menu_area .__background {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  background: rgba(3, 64, 155, 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 0rem 2rem;
}
#parts_menu #menu_area.js-open .__background {
  animation: menu_open 0.5s ease 0s 1 forwards;
}

#parts_bottom {
  background: #f5f6f7;
}
#parts_bottom .flex {
  padding: 3rem 0;
}
#parts_bottom .flex .__left {
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1rem;
}
#parts_bottom .flex .__left .consultation {
  display: none;
}
#parts_bottom .flex .__right {
  text-align: left;
}
#parts_bottom .inner_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#parts_bottom .btn .__svg {
  right: 30px;
}
#parts_bottom .btn:hover .__svg {
  right: 20px;
}

#parts_footer {
  position: relative;
  width: 100%;
  background: #23272a;
}
#parts_footer a {
  color: #ccc;
}
#parts_footer .footer_flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 2rem 0;
}
#parts_footer .footer_flex > .__left {
  margin-bottom: 2rem;
}
#parts_footer .company_info {
  color: #ccc;
}
#parts_footer .company_info > .__logo {
  width: 50%;
  margin-bottom: 1rem;
}
#parts_footer .company_info > .__text {
  margin-bottom: 0;
}
#parts_footer .company_info > .__img {
  margin-top: 1rem;
  width: 70%;
}
#parts_footer .company_info > address {
  font-style: normal;
}
#parts_footer .company_info .seahorses {
  width: 70%;
  margin-top: 10px;
}
#parts_footer #menu-footer, #parts_footer #menu-footer-ch, #parts_footer #menu-footer-en {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#parts_footer #menu-footer > li, #parts_footer #menu-footer-ch > li, #parts_footer #menu-footer-en > li {
  margin-bottom: 1rem;
}
#parts_footer #menu-footer > li a, #parts_footer #menu-footer-ch > li a, #parts_footer #menu-footer-en > li a {
  font-weight: 600;
}
#parts_footer #menu-footer > li a, #parts_footer #menu-footer-ch > li a, #parts_footer #menu-footer-en > li a {
  position: relative;
}
#parts_footer #menu-footer > li a::after, #parts_footer #menu-footer-ch > li a::after, #parts_footer #menu-footer-en > li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #ccc;
  bottom: -0.2em;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#parts_footer #menu-footer > li a:hover::after, #parts_footer #menu-footer-ch > li a:hover::after, #parts_footer #menu-footer-en > li a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#parts_footer #menu-footer .sub-menu > li, #parts_footer #menu-footer-ch .sub-menu > li, #parts_footer #menu-footer-en .sub-menu > li {
  margin-top: 0.5rem;
}
#parts_footer #menu-footer .sub-menu > li a, #parts_footer #menu-footer-ch .sub-menu > li a, #parts_footer #menu-footer-en .sub-menu > li a {
  font-weight: normal;
}
#parts_footer #copyright {
  padding: 1rem 0 1rem;
  text-align: center;
  width: 100%;
  background: #23272a;
  color: #ccc;
  display: flex;
}
#parts_footer #copyright a {
  color: #ccc;
}
#parts_footer #copyright .__link {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
#parts_footer #copyright .__link::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 0.9em;
  width: 1px;
  background: #ccc;
}
#parts_footer #footer-social-list {
  z-index: 6;
}
#parts_footer #footer-social-list ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
#parts_footer #footer-social-list ul > li {
  margin: 0.5rem 1rem 0;
}
#parts_footer #footer-social-list ul > li a {
  font-size: 1.5rem;
}
#parts_footer #footer-social-list ul > li a:hover {
  opacity: 0.8;
}
#parts_footer #footer-social-list ul > li a .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 1.75rem;
  height: 1.75rem;
  color: #ccc;
}

#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;
}

#col-main.main-page-front {
  margin-top: 6rem;
}
#col-main.main-page-front .section {
  margin-bottom: 3rem;
}
#col-main.main-page-front .section_top {
  position: relative;
  margin-bottom: 2rem;
}
#col-main.main-page-front .section_top > .__number {
  color: #E86606;
  font-size: 0.9em;
  vertical-align: top;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
}
#col-main.main-page-front .section_top > .__title {
  margin: 0 0 0 0.2em;
  display: inline-block;
  line-height: 1;
  color: #232323;
  font-size: 2.5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
#col-main.main-page-front .section_top > .__jp {
  font-size: 0.8rem;
  color: #646464;
  margin: 0 0 0 0.8rem;
  position: absolute;
  top: 0.7rem;
}
#col-main.main-page-front .section_top .more_area {
  position: absolute;
  top: 1rem;
  right: 7rem;
}
#col-main.main-page-front .section_top .more_area .more {
  display: flex;
  align-items: center;
}
#col-main.main-page-front .section_top .more_area .more:hover .more_btn {
  background-color: #fff;
  border: 2px solid #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front .section_top .more_area .more:hover .more_btn .__svg {
  color: #E86606;
}
#col-main.main-page-front .section_top .more_area .more:hover .more_text {
  color: #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front .section_top .more_area .more:hover .more_text::before {
  background-color: #E86606;
}
#col-main.main-page-front .section_top .more_area .more .more_btn {
  display: flex;
  background: #E86606;
  border: 2px solid #E86606;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.5s;
}
#col-main.main-page-front .section_top .more_area .more .more_btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: all 0.5s;
}
#col-main.main-page-front .section_top .more_area .more .more_text {
  position: relative;
  color: #232323;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
#col-main.main-page-front .section_top .more_area .more .more_text:before {
  background-color: #232323;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics {
  overflow: hidden;
  position: relative;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics .swiper-slide {
  height: auto;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics .swiper-button-next,
#col-main.main-page-front #topics .fontpage_news .swiper-topics .swiper-button-prev {
  color: #E86606;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner {
  display: block;
  padding: 2rem 1rem;
  height: 100%;
  border-right: 1px solid #f5f6f7;
  transition: all 0.5s;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner:hover {
  background-color: rgba(232, 102, 6, 0.2);
  transition: all 0.5s;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner > .__img {
  text-align: center;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner > .__img > img {
  width: auto;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner .inner_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner .inner_box > .__time {
  color: #646464;
  font-size: 0.9rem;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner .inner_box > .__cat {
  color: #fff;
  font-size: 0.8rem;
  padding: 0.1rem 1rem;
  line-height: 1.5;
  margin: 0 0 0 1rem;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner .inner_box > .__cat.--news {
  background: #E86606;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner .inner_box > .__cat.--product_info {
  background: #029a56;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner > .__title {
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner > .__description {
  color: #000;
}
#col-main.main-page-front #topics .fontpage_news .swiper-topics .swiper-pagination {
  display: none;
}
#col-main.main-page-front #about_us .box_on_img {
  width: 100%;
  color: #fff;
  position: relative;
}
#col-main.main-page-front #about_us .box_on_img.--right_img > .__left {
  width: 100%;
  max-width: unset;
}
#col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner {
  background: #02409a;
  width: 100%;
  height: 100%;
}
#col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box {
  padding: 1rem;
  width: 100%;
  padding: 15rem 1rem 3rem 3rem;
  margin: 0 auto 0 0;
}
#col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box .title {
  position: relative;
}
#col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box .title::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  height: 1px;
  width: 5rem;
  background-color: #fff;
}
#col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box .title > .__number {
  position: absolute;
  top: -3rem;
  left: -2.2rem;
  writing-mode: vertical-rl;
  font-family: "Work Sans", sans-serif;
}
#col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box .title > .__number ._ttl {
  margin: 0.5rem 0 0 0;
}
#col-main.main-page-front #about_us .box_on_img.--right_img .__right {
  text-align: center;
}
#col-main.main-page-front #about_us .more_area {
  margin-top: 2.5rem;
  display: inline-block;
}
#col-main.main-page-front #about_us .more_area .more {
  display: flex;
  align-items: center;
}
#col-main.main-page-front #about_us .more_area .more:hover .more_btn {
  background-color: #fff;
  border: 2px solid #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #about_us .more_area .more:hover .more_btn .__svg {
  color: #E86606;
}
#col-main.main-page-front #about_us .more_area .more:hover .more_text {
  color: #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #about_us .more_area .more:hover .more_text::before {
  background-color: #E86606;
}
#col-main.main-page-front #about_us .more_area .more .more_btn {
  display: flex;
  background: #E86606;
  border: 2px solid #E86606;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.5s;
}
#col-main.main-page-front #about_us .more_area .more .more_btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: all 0.5s;
}
#col-main.main-page-front #about_us .more_area .more .more_text {
  position: relative;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
#col-main.main-page-front #about_us .more_area .more .more_text:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
#col-main.main-page-front #products .products_title {
  color: #232323;
}
#col-main.main-page-front #products .topics_flex {
  width: 100%;
  align-items: center;
}
#col-main.main-page-front #products .topics_flex > .__left {
  margin-bottom: 2rem;
}
#col-main.main-page-front #products .topics_flex > .__right > .__img img,
#col-main.main-page-front #products .topics_flex > .__left > .__img img {
  width: 100%;
}
#col-main.main-page-front #products .topics_flex > .__right > .__content,
#col-main.main-page-front #products .topics_flex > .__left > .__content {
  margin-top: 1rem;
}
#col-main.main-page-front #products .more_area {
  margin-top: 2rem;
  display: inline-block;
}
#col-main.main-page-front #products .more_area .more {
  display: flex;
  align-items: center;
}
#col-main.main-page-front #products .more_area .more:hover .more_btn {
  background-color: #fff;
  border: 2px solid #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #products .more_area .more:hover .more_btn .__svg {
  color: #E86606;
}
#col-main.main-page-front #products .more_area .more:hover .more_text {
  color: #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #products .more_area .more:hover .more_text::before {
  background-color: #E86606;
}
#col-main.main-page-front #products .more_area .more .more_btn {
  display: flex;
  background: #E86606;
  border: 2px solid #E86606;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.5s;
}
#col-main.main-page-front #products .more_area .more .more_btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: all 0.5s;
}
#col-main.main-page-front #products .more_area .more .more_text {
  position: relative;
  color: #232323;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
#col-main.main-page-front #products .more_area .more .more_text:before {
  background-color: #232323;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
#col-main.main-page-front #products .product_list {
  margin-top: 4.75rem;
}
#col-main.main-page-front #products .product_list .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
#col-main.main-page-front #products .product_list .list > li {
  position: relative;
  display: block;
  cursor: pointer;
}
#col-main.main-page-front #products .product_list .list > li a {
  background: #fff;
  border: 1px solid #646464;
  display: block;
  color: #464646;
  padding: 1rem;
  text-align: center;
  transition: 0.3s all;
}
#col-main.main-page-front #products .product_list .list > li a:hover {
  background: #E86606;
  color: #fff;
  border: 1px solid #E86606;
  transition: 0.3s all;
}
#col-main.main-page-front #products .product_list .list > li a .__icon {
  width: 1.6rem;
  margin: 0 0.75rem 0 0;
}
#col-main.main-page-front #products .product_list .list > li a .__icon._black {
  display: inline-block;
  transition: 0.3s all;
}
#col-main.main-page-front #products .product_list .list > li a .__icon._hover {
  display: none;
  transition: 0.3s all;
}
#col-main.main-page-front #products .product_list .list > li a:hover .__icon._black {
  display: none;
  transition: 0.3s all;
}
#col-main.main-page-front #products .product_list .list > li a:hover .__icon._hover {
  display: inline-block;
  transition: 0.3s all;
}
#col-main.main-page-front #recruit {
  position: relative;
}
#col-main.main-page-front #recruit .img_on_box {
  position: relative;
}
#col-main.main-page-front #recruit .img_on_box .__inner {
  width: 100%;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 14rem;
}
#col-main.main-page-front #recruit .img_on_box .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(251, 249, 238);
  background: #02409a;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 20rem;
  padding: 2rem;
}
#col-main.main-page-front #recruit .img_on_box .box h2 {
  margin: 1.2rem 0;
  line-height: 1.2;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn {
  display: inline-block;
  margin: 0 0 0 auto;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more:hover .more_btn {
  background-color: #fff;
  border: 2px solid #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more:hover .more_btn .__svg {
  color: #E86606;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more:hover .more_text {
  color: #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more:hover .more_text::before {
  background-color: #E86606;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more .more_btn {
  display: flex;
  background: #E86606;
  border: 2px solid #E86606;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.5s;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more .more_btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: all 0.5s;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more .more_text {
  position: relative;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
#col-main.main-page-front #recruit .img_on_box .box .__btn .more .more_text:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
#col-main.main-page-front #recruit .img_on_box .box .__num {
  font-size: 0.8rem;
  font-family: "Work Sans", sans-serif;
}
#col-main.main-page-front #recruit .img_on_box .box .__num span {
  margin: 0 0 0 0.5rem;
}
#col-main.main-page-front #recruit .lead_text2,
#col-main.main-page-front #recruit .lead_text {
  top: calc(50% - 3.5rem);
  left: 0;
  transform: translateY(-50%);
  mix-blend-mode: difference;
  padding-left: 100px;
  position: absolute;
  z-index: -1;
  line-height: 1;
  color: rgba(71, 71, 71, 0.2);
  font-size: 5rem;
  word-break: keep-all;
  font-family: "Work Sans", sans-serif;
  font-weight: 100;
  white-space: nowrap;
}
#col-main.main-page-front #recruit .lead_text {
  animation: loop 100s linear 0s infinite;
}
#col-main.main-page-front #recruit .lead_text2 {
  animation: loop 100s linear -50s infinite;
}
#col-main.main-page-front #pick_up {
  /*background: $light;*/
  padding: 0 0 3rem;
}
#col-main.main-page-front #pick_up .swiper-wrapper {
  align-items: stretch;
}
#col-main.main-page-front #pick_up .swiper-wrapper .swiper-slide {
  height: auto;
}
#col-main.main-page-front #pick_up .swiper-pick_up {
  position: relative;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-button-next, #col-main.main-page-front #pick_up .swiper-pick_up .swiper-button-prev {
  display: none;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner {
  display: block;
  padding: 2rem;
  background: #fff;
  border: 1px solid #cecece;
  box-shadow: 6px 6px 10px 0px rgba(182, 180, 180, 0.4);
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more:hover .more_btn {
  background-color: #fff;
  border: 2px solid #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more:hover .more_btn .__svg {
  color: #E86606;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more:hover .more_text {
  color: #E86606;
  transition: all 0.5s;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more:hover .more_text::before {
  background-color: #E86606;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more .more_btn {
  display: flex;
  background: #E86606;
  border: 2px solid #E86606;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.5s;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more .more_btn .__svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: all 0.5s;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more .more_text {
  position: relative;
  color: #232323;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more .more_text:before {
  background-color: #232323;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .more .more_btn {
  bottom: 5%;
  position: absolute;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner:hover {
  border: 1px solid #E86606;
  box-shadow: 6px 6px 10px 0px rgba(241, 146, 74, 0.4);
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .inner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .inner_box > .__img > img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .inner_box > .__title {
  width: 80%;
  color: #000;
  font-weight: bold;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner > .__description {
  color: #000;
  width: 240px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#col-main.main-page-front #pick_up .swiper-pick_up a.list_inner > .__description .description_inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination {
  color: #707070;
  position: absolute;
  top: 220px;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  width: 200px;
  /* 現在のスライド番号 */
  /* スライド総数 */
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper .swiper-pagination-current {
  color: #E86606;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper .pickup_swiper-pagination-total {
  color: #707070;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper .progress_bar {
  width: 4.8rem;
  position: relative;
  border-bottom: 2px solid #cbcbcb;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper .progress_bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #E86606;
  height: 2px;
  width: 2rem;
  transition: 0.2s;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper #progress0:before {
  width: 0%;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper #progress1:before {
  width: 20%;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper #progress2:before {
  width: 40%;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper #progress3:before {
  width: 60%;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper #progress4:before {
  width: 80%;
}
#col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination .pagenation-wrapper #progress5:before {
  width: 100%;
}
#col-main.main-page-front #pick_up .button-prev-alt,
#col-main.main-page-front #pick_up .button-next-alt {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
#col-main.main-page-front #pick_up .button-prev-alt:after,
#col-main.main-page-front #pick_up .button-next-alt:after {
  color: #E86606;
  font-size: 22px;
}
#col-main.main-page-front #pick_up .button-next-alt {
  right: 2%;
}
@media only screen and (min-width:480px){
  h2 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
  }
  h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
  }
  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;
  }
  .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;
  }
  body.admin-bar #parts_header_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_bottom .btn {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #E86606;
    border: 1px solid #E86606;
    letter-spacing: 0.2em;
    font-size: 1rem;
    padding: 1.5rem 3rem;
    border-radius: 3rem;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    font-weight: bold;
  }
  #parts_bottom .btn .__svg {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #fff;
    width: 1em;
    height: 1em;
    vertical-align: top;
    transition: color 0.3s;
    position: absolute;
    transition: 0.3s;
  }
  #parts_bottom .btn:hover {
    background: #fff;
    color: #E86606;
  }
  #parts_bottom .btn:hover .__svg {
    color: #E86606;
    transition: 0.3s;
  }
  #col-main.main-page-front .section {
    margin-bottom: 4rem;
  }
  #col-main.main-page-front .section_top {
    margin-bottom: 3rem;
  }
  #col-main.main-page-front #recruit .img_on_box .__inner {
    padding-top: 18rem;
  }
  #col-main.main-page-front #recruit .img_on_box .box h2 {
    margin: 1.3rem 0;
  }
  #col-main.main-page-front #recruit .lead_text2,
  #col-main.main-page-front #recruit .lead_text {
    font-size: 10rem;
    top: calc(50% + 2.5rem);
  }
}
@media only screen and (min-width:768px){
  h2 {
    font-size: 2rem;
    margin: 1.4rem 0;
  }
  h3 {
    font-size: 2rem;
    margin: 1.3rem 0;
  }
  .c-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-flex_content {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
  .c-flex_content > .__left {
    width: 50%;
    margin-bottom: 0;
  }
  .c-flex_content > .__right {
    width: 50%;
  }
  .u-tb_none {
    display: none;
  }
  .u-tb_block {
    display: block;
  }
  body.admin-bar #parts_header_bar #header-bar {
    top: 32px;
    background: rgba(255, 255, 255, 0.85);
  }
  #parts_bottom .flex {
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #parts_bottom .inner_flex {
    text-align: left;
  }
  #parts_footer .footer_flex {
    flex-direction: row;
    gap: 3rem;
  }
  #parts_footer .footer_flex > .__left {
    width: 30%;
    margin-bottom: 0;
  }
  #parts_footer .footer_flex > .__right {
    width: 70%;
  }
  #parts_footer #menu-footer, #parts_footer #menu-footer-ch, #parts_footer #menu-footer-en {
    flex-direction: row;
    justify-content: space-between;
  }
  #parts_footer #menu-footer > li:first-child, #parts_footer #menu-footer-ch > li:first-child, #parts_footer #menu-footer-en > li:first-child {
    width: 35%;
  }
  #parts_footer #menu-footer > li, #parts_footer #menu-footer-ch > li, #parts_footer #menu-footer-en > li {
    width: 20%;
    margin-bottom: 0;
  }
  #parts_footer #menu-footer .sub-menu, #parts_footer #menu-footer-ch .sub-menu, #parts_footer #menu-footer-en .sub-menu {
    height: 200px;
    display: flex;
    width: 200px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #col-main.main-page-front #about_us .box_on_img {
    display: flex;
    align-items: center;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img {
    flex-flow: column-reverse;
    flex-flow: row;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner {
    width: 140%;
    height: 100%;
    display: flex;
    flex-flow: column;
    max-width: unset;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box {
    width: 70%;
    padding: 8rem 4rem 8rem 12rem;
    margin: 0 auto 0 0;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box .title::before {
    top: -4rem;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box .title > .__number {
    left: -4rem;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img .__right {
    width: 70%;
    padding: 6rem 0;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img .__right > div,
  #col-main.main-page-front #about_us .box_on_img.--right_img .__right img {
    width: 100%;
    max-width: unset;
    z-index: 1;
    position: relative;
  }
  #col-main.main-page-front #products .topics_flex {
    display: flex;
    justify-content: space-between;
    gap: 7rem;
  }
  #col-main.main-page-front #products .topics_flex > .__left {
    width: 50%;
    margin-bottom: 0;
  }
  #col-main.main-page-front #products .topics_flex > .__right {
    width: 50%;
  }
  #col-main.main-page-front #recruit .img_on_box .box h2 {
    margin: 1.4rem 0;
  }
}
@media only screen and (min-width:768px) and ( max-width: 1280px){
  .c-wrap.--small {
    width: 80vw;
  }
  #parts_bottom .inner_flex .__right {
    font-size: 0.8rem;
  }
  #parts_bottom .btn {
    line-height: 0.8;
    padding: 1rem 2rem 0.5rem;
  }
  #parts_footer .company_info > .__logo {
    width: 80%;
  }
  #parts_footer .company_info > .__img {
    width: 80%;
  }
  #parts_footer #menu-footer > li#menu-item-102, #parts_footer #menu-footer-ch > li#menu-item-102, #parts_footer #menu-footer-en > li#menu-item-102 {
    top: 20%;
    right: -3.5%;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box {
    padding: 6rem 3rem 6rem 8rem;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img > .__left > .box_on_img_inner > .__text_box .title::before {
    top: -3rem;
  }
  #col-main.main-page-front #products .topics_flex {
    width: 100%;
  }
  #col-main.main-page-front #products .topics_flex > .__left {
    margin-bottom: 2rem;
  }
  #col-main.main-page-front #products .topics_flex > .__right > .__img img,
  #col-main.main-page-front #products .topics_flex > .__left > .__img img {
    width: 100%;
  }
  #col-main.main-page-front #products .topics_flex > .__right > .__content,
  #col-main.main-page-front #products .topics_flex > .__left > .__content {
    margin-top: 1rem;
  }
  #col-main.main-page-front #recruit .img_on_box .box {
    top: 45%;
  }
  #col-main.main-page-front #pick_up .swiper-pick_up a.list_inner > .__description {
    width: 280px;
  }
  #col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination {
    top: 110%;
  }
}
@media only screen and (min-width:1072px){
  td,
  th {
    padding: 1rem;
  }
  h2 {
    font-size: 2.75rem;
    margin: 3.5rem 0 2rem;
  }
  h3 {
    font-size: 2.75rem;
    margin: 0 0 1.4rem 0;
  }
  .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: 6rem;
  }
  .c-wrap {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  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%;
  }
  .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;
  }
  .c-cat_grid-1 > .cat_grid.--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .c-cat_grid-1 > .cat_grid.--col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .c-cat_grid-1 > .cat_grid.--col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 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 #646464;
  }
  .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 #parts_header_bar #header-bar_area {
    top: 32px;
  }
  .js-header_hide #parts_header_bar #header-bar_area {
    box-shadow: 1px 1px 2px #E86606;
  }
  #parts_header_bar #header-bar #header-title {
    left: 2.8rem;
  }
  #parts_header_bar #header-bar #header-title a img {
    max-height: 1.7rem;
  }
  #parts_header_bar #header-bar #header-access {
    display: none;
  }
  #parts_header_bar #header-bar #menu_button:not(.--pc_active) {
    display: none;
  }
  #parts_header_bar #header-bar #header-menu {
    display: block;
    width: 65%;
    top: 0;
    right: 0;
    position: absolute;
  }
  #parts_header_bar #header-bar #header-menu .menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #parts_header_bar #header-bar #header-menu .menu > li.contact a {
    top: 3.5rem;
  }
  #parts_header_bar #header-bar #header-menu .menu > li.contact a::before {
    top: -4rem;
  }
  #parts_header_bar #header-bar #header-menu .menu .sub-menu li a {
    display: block;
  }
  #parts_menu #menu_area .__background {
    width: 30%;
  }
  #parts_bottom .flex {
    padding: 4rem 0;
    width: 100%;
    align-items: center;
  }
  #parts_bottom .flex > .__left {
    margin-bottom: 2rem;
  }
  #parts_bottom .flex > .__right > .__img img,
  #parts_bottom .flex > .__left > .__img img {
    width: 100%;
  }
  #parts_bottom .flex > .__right > .__content,
  #parts_bottom .flex > .__left > .__content {
    margin-top: 1rem;
  }
  #parts_bottom .flex .__left {
    margin-bottom: 0;
  }
  #parts_bottom .flex .__left .consultation {
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0;
    text-orientation: sideways;
    writing-mode: vertical-rl;
    color: #E86606;
    font-size: 0.65rem;
    font-family: "Work Sans", sans-serif;
  }
  #parts_bottom .inner_flex {
    text-align: left;
    width: 100%;
    align-items: center;
    padding-left: 6rem;
  }
  #parts_bottom .inner_flex > .__left {
    margin-bottom: 2rem;
  }
  #parts_bottom .inner_flex > .__right > .__img img,
  #parts_bottom .inner_flex > .__left > .__img img {
    width: 100%;
  }
  #parts_bottom .inner_flex > .__right > .__content,
  #parts_bottom .inner_flex > .__left > .__content {
    margin-top: 1rem;
  }
  #parts_footer #menu-footer .sub-menu > li, #parts_footer #menu-footer-ch .sub-menu > li, #parts_footer #menu-footer-en .sub-menu > li {
    margin-top: 0;
  }
  #parts_footer #footer-social-list ul > li a .svg {
    width: 2em;
    height: 2rem;
  }
  #col-main.main-page-front .section {
    margin-bottom: 6rem;
  }
  #col-main.main-page-front .section_top > .__title {
    font-size: 3rem;
  }
  #col-main.main-page-front .section_top > .__jp {
    font-size: 0.9rem;
  }
  #col-main.main-page-front .section_top .more_area {
    top: 1rem;
    right: 16rem;
  }
  #col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner {
    padding: 2rem 3rem;
  }
  #col-main.main-page-front #recruit .img_on_box .__inner {
    width: 100%;
    margin: 0 0 0 auto;
    background-position: center center;
    height: 38rem;
  }
  #col-main.main-page-front #recruit .img_on_box .box {
    padding: 4rem;
    width: 25rem;
    height: 30rem;
  }
  #col-main.main-page-front #recruit .img_on_box .box h2 {
    margin: 1.5rem 0;
  }
  #col-main.main-page-front #recruit .lead_text2,
  #col-main.main-page-front #recruit .lead_text {
    font-size: 18rem;
    top: calc(50% - 5rem);
  }
  #col-main.main-page-front #pick_up {
    padding: 0 0 5rem;
  }
  #col-main.main-page-front #pick_up .swiper-pick_up a.list_inner:hover > .more {
    animation: a-FadeIn 0.8s ease 0s both;
  }
  #col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .inner_box > .__img > img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media only screen and (min-width:1072px) and (min-width:768px){
  #parts_bottom .flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  #parts_bottom .flex > .__left {
    width: 60%;
    margin-bottom: 0;
  }
  #parts_bottom .flex > .__right {
    width: 40%;
  }
  #parts_bottom .inner_flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  #parts_bottom .inner_flex > .__left {
    width: 3rem;
    margin-bottom: 0;
  }
  #parts_bottom .inner_flex > .__right {
    width: calc(100% - 3rem);
  }
}
@media only screen and (min-width:1264px){
  .c-wrap {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .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;
  }
  #parts_header_bar #header-bar_area {
    height: 6.2rem;
  }
  #parts_header_bar #header-bar #header-title {
    left: 3rem;
    top: 2.4rem;
  }
  #parts_header_bar #header-bar #header-menu #original_search form .searchform_box {
    right: 20.6rem;
  }
  #parts_header_bar #header-bar #header-menu .menu > li.contact a {
    top: 3rem;
  }
  #parts_header_bar #header-bar #header-menu .menu > li.contact a::before {
    top: -3.5rem;
  }
  #parts_header_bar #header-bar #header-menu #language-menu .language-menu-in {
    right: 8.4rem;
  }
  #parts_footer .company_info > .__logo {
    width: 60%;
  }
  #parts_footer .company_info > .__img {
    width: 90%;
  }
  #parts_footer #menu-footer > li#menu-item-102, #parts_footer #menu-footer-ch > li#menu-item-102, #parts_footer #menu-footer-en > li#menu-item-102 {
    position: absolute;
    top: 15%;
    right: 2.6%;
  }
  #parts_footer #menu-footer .sub-menu, #parts_footer #menu-footer-ch .sub-menu, #parts_footer #menu-footer-en .sub-menu {
    height: 300px;
    width: 100%;
  }
  #col-main.main-page-front {
    margin-top: 10rem;
  }
  #col-main.main-page-front #pick_up .swiper-pick_up a.list_inner > .__description {
    width: 400px;
  }
  #col-main.main-page-front #pick_up .swiper-pick_up .swiper-pagination {
    top: 110%;
  }
}
@media only screen and (min-width:1740px){
  #parts_header_bar #header-bar_area {
    height: 5rem;
  }
  #parts_header_bar #header-bar #header-title {
    top: 2.5rem;
  }
  #parts_header_bar #header-bar #header-menu #original_search form .searchform_box {
    right: 18.6rem;
  }
  #parts_header_bar #header-bar #header-menu .menu > li.contact a {
    top: 2rem;
    font-size: 0.75rem;
  }
  #parts_header_bar #header-bar #header-menu .menu > li.contact a::before {
    top: -2.5rem;
  }
  #parts_header_bar #header-bar #header-menu .menu#menu-header-ch > li.contact a {
    top: 1.5rem;
  }
  #parts_header_bar #header-bar #header-menu #language-menu .language-menu-in {
    right: 7.4rem;
  }
}
@media only screen and (min-width:768px) and ( max-width: 1280px) and (min-width:768px){
  #col-main.main-page-front #products .topics_flex {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
  #col-main.main-page-front #products .topics_flex > .__left {
    width: 50%;
    margin-bottom: 0;
  }
  #col-main.main-page-front #products .topics_flex > .__right {
    width: 50%;
  }
}
@media only screen and (max-width:1263px){
  #col-main.main-page-front #pick_up .swiper-pick_up a.list_inner .inner_box > .__title {
    font-size: 0.9rem;
  }
}
@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 {
    flex-wrap: wrap;
    overflow-x: unset;
  }
  #c-breadcrumb > ul li {
    word-break: keep-all;
    white-space: nowrap;
  }
  #parts_bottom .flex .__left img {
    width: 2.5rem;
  }
  #parts_bottom .btn {
    padding: 1.5rem 2rem;
  }
  #col-main.main-page-front #products .product_list .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  #col-main.main-page-front #products .product_list .list > li a {
    font-size: 90%;
  }
}
@media only screen and (max-width:767px){
  #col-main.main-page-front #about_us .box_on_img {
    margin-top: 12rem;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img .__right {
    position: absolute;
    top: -9rem;
    right: 0;
    width: calc(100% - 3rem);
  }
}
@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: #f5f6f7;
  }
  .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%;
  }
  .u-tel {
    color: #000;
  }
  .u-tel.--icon {
    color: #000;
    position: relative;
    display: inline-block;
    padding-left: 2.2em;
  }
  .u-tel.--icon::before {
    content: "";
    position: absolute;
    top: -0.1em;
    left: 0;
    -webkit-mask-image: url("/wp-content/themes/original/images/icon/phonelink_ring.svg#svg-phonelink_ring");
            mask-image: url("/wp-content/themes/original/images/icon/phonelink_ring.svg#svg-phonelink_ring");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    width: 2em;
    height: 2em;
    background-color: #000;
  }
  #parts_bottom .flex .__left {
    margin: 0 auto 1rem;
    font-size: 1rem;
  }
  #parts_bottom .inner_flex {
    flex-direction: column;
  }
  #parts_bottom .inner_flex .__right {
    text-align: center;
  }
  #parts_bottom .btn {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #E86606;
    border: 1px solid #E86606;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    padding: 1.5rem 2rem;
    border-radius: 3rem;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    text-align: center;
    margin: auto;
    display: block;
    width: 80%;
  }
  #parts_bottom .btn .__svg {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #fff;
    width: 1em;
    height: 1em;
    vertical-align: top;
    transition: color 0.3s;
    position: absolute;
    transition: 0.3s;
  }
  #parts_bottom .btn:hover {
    background: #fff;
    color: #E86606;
  }
  #parts_bottom .btn:hover .__svg {
    color: #E86606;
    transition: 0.3s;
  }
  #parts_bottom .btn .__svg {
    right: 20px;
  }
  #parts_bottom .btn:hover .__svg {
    right: 10px;
  }
  #parts_footer .footer_flex > .__right {
    display: none;
  }
  #parts_footer #copyright {
    padding: 0 0 1rem;
  }
  #col-main.main-page-front .section_top > .__jp {
    top: 2.7rem;
    left: 0.7rem;
    font-size: 0.7rem;
  }
  #col-main.main-page-front .section_top {
    margin-bottom: 2rem;
  }
  #col-main.main-page-front .section_top .more_area {
    right: 0.6rem;
  }
  #col-main.main-page-front #topics .fontpage_news .swiper-topics a.list_inner > .__img > img {
    height: 150px !important;
  }
  #col-main.main-page-front #about_us .box_on_img.--right_img > .__left {
    padding: 3rem 0 0 0;
  }
  #col-main.main-page-front #products .product_list .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #col-main.main-page-front #products .product_list .list > li a {
    font-size: 85%;
  }
  #col-main.main-page-front #recruit.section {
    margin-bottom: 8rem;
  }
  #col-main.main-page-front #recruit .c-wrap {
    padding: 0;
  }
  #col-main.main-page-front #recruit .img_on_box .__inner {
    min-height: 15rem;
  }
  #col-main.main-page-front #recruit .img_on_box .box {
    left: 0;
    width: 14rem;
    top: 80%;
  }
  #col-main.main-page-front #recruit .img_on_box .box .__btn {
    margin: 0 auto 0 0;
  }
  #col-main.main-page-front #recruit .img_on_box .box .__btn .more {
    justify-content: flex-start;
  }
  #col-main.main-page-front #recruit .img_on_box .box .__contents {
    display: none;
  }
  #col-main.main-page-front #recruit .lead_text2,
  #col-main.main-page-front #recruit .lead_text {
    top: 100%;
  }
  #col-main.main-page-front #pick_up {
    padding: 0 0 5rem;
  }
  #col-main.main-page-front #pick_up .section_top .more_area {
    right: 20px;
    top: 25px;
    width: auto;
  }
  #col-main.main-page-front #pick_up .swiper-pick_up a.list_inner {
    height: 100%;
    max-height: 200px;
  }
}

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