@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_prev .prev_flex {
  width: 100%;
  overflow: hidden;
}
#parts_prev .prev_flex .__left {
  margin-bottom: 1rem;
}
#parts_prev .prev_flex a {
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
}
#parts_prev .prev_flex .prev-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #03409B;
  border-radius: 3rem;
}
#parts_prev .prev_flex .prev-box .prev_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#parts_prev .prev_flex .prev-box .prev_title .__title {
  width: 70%;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#parts_prev .prev_flex .prev-box .prev_title .__prev {
  color: #fff;
  font-size: 1rem;
}
#parts_prev .prev_flex .__left {
  position: relative;
}
#parts_prev .prev_flex .__left a .svg {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  transition: 0.5s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
#parts_prev .prev_flex .__left a:hover .svg {
  left: 0.2rem;
}
#parts_prev .prev_flex .__left a:hover .__prev {
  color: #03409B;
}
#parts_prev .prev_flex .__right {
  position: relative;
}
#parts_prev .prev_flex .__right a .svg {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  transition: 0.5s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
#parts_prev .prev_flex .__right a:hover .svg {
  right: 0.2rem;
}
#parts_prev .prev_flex .__right a:hover .__prev {
  color: #03409B;
}

body.body-single-category-product_info #parts_prev, body.body-single-category-news #parts_prev {
  margin: 6rem auto 0;
}
body.body-single-category-product_info #parts_prev .prev_flex, body.body-single-category-news #parts_prev .prev_flex {
  gap: 10rem;
}
body.body-single-category-product_info #parts_prev .prev_flex a, body.body-single-category-news #parts_prev .prev_flex a {
  width: 100%;
}
body.body-single-category-product_info #parts_prev .prev_flex .__left, body.body-single-category-news #parts_prev .prev_flex .__left {
  margin-right: auto;
}
body.body-single-category-product_info #parts_prev .prev_flex .__right, body.body-single-category-news #parts_prev .prev_flex .__right {
  margin-left: auto;
}

#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 .section {
  margin-bottom: 3rem;
}
#col-main.main-page .section_top {
  position: relative;
  margin-bottom: 2rem;
}
#col-main.main-page .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 .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 .section_top > .__jp {
  font-size: 0.8rem;
  color: #646464;
  margin: 0 0 0 0.8rem;
  position: absolute;
  top: 0.7rem;
}
#col-main.main-page h2 {
  margin: 0 0 3rem 0;
}
#col-main.main-page .contents_top {
  margin: 0 auto 6rem;
}

#col-main.main-page-strengths .__flex {
  display: flex;
  justify-content: space-between;
}
#col-main.main-page-strengths .__flex > .__left p:last-of-type {
  margin: 0;
}
#col-main.main-page-strengths .__flex > .__right p:last-of-type {
  margin: 0;
}
#col-main.main-page-strengths .gradation_circle {
  position: relative;
}
#col-main.main-page-strengths .gradation_circle .__img .__img_inner .circle {
  position: absolute;
  content: "";
  background: transparent linear-gradient(154deg, rgba(121, 182, 86, 0.2) 0%, rgba(3, 64, 155, 0.2) 100%) 0% 0% no-repeat;
  width: 30rem;
  height: 30rem;
  background-size: 150% 150%;
  border-radius: 50%;
  z-index: -1;
  left: -20%;
  top: -100px;
  animation-name: gradation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#col-main.main-page-strengths .gradation_circle .__img .__img_inner .circle.circle-right {
  left: auto;
  top: -350px;
  right: -20%;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#col-main.main-page-strengths .gradation_circle .__img.a-fuwafuwa {
  animation: horizontal 8s ease-in-out infinite alternate;
}
#col-main.main-page-strengths .gradation_circle .__img.a-fuwafuwa > .__img_inner {
  animation: vertical 2.5s ease-in-out infinite alternate;
}
#col-main.main-page-strengths .gradation_circle.strengths_top {
  margin: 0 auto 8rem;
}

#col-main.main-page-lineup .__title._circle {
  position: relative;
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0 0 3rem 0;
  border-bottom: 2px dashed;
}
#col-main.main-page-lineup .__title._circle::before {
  position: absolute;
  content: "";
  width: 7rem;
  height: 7rem;
  background-size: 100% 100%;
  border-radius: 50%;
  z-index: -1;
  left: -3rem;
  top: -2.5rem;
}
#col-main.main-page-lineup .__title._orange {
  color: #E86606;
}
#col-main.main-page-lineup .__title._orange::before {
  background: rgba(232, 102, 6, 0.1);
}
#col-main.main-page-lineup h4 {
  position: relative;
  font-weight: 600;
  color: #414141;
}
#col-main.main-page-lineup h4::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-size: 100% 100%;
  left: -1rem;
  top: 0.5rem;
  background: #E86606;
}
#col-main.main-page-lineup ul li a {
  color: #414141;
  transition: 0.3s;
}
#col-main.main-page-lineup ul li a:hover {
  color: #E86606;
  transition: 0.3s;
}
#col-main.main-page-lineup #lineup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 4rem;
}
#col-main.main-page-lineup .tax_box {
  margin: 0 0 6rem 0;
}
#col-main.main-page-lineup .tax_box .tax_small_box_wrap {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 0 2rem;
  gap: 4rem;
}
#col-main.main-page-lineup #search_link_wrap {
  margin: 0 auto;
  text-align: center;
}
#col-main.main-page-lineup #search_link_wrap a {
  margin: auto;
  padding: 0.5rem 6rem;
  background-color: #E86606;
  border-radius: 3rem;
  border: 1px solid #E86606;
  transition: 0.3s;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
#col-main.main-page-lineup #search_link_wrap a:hover {
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #E86606;
  color: #E86606;
}

.page-template-page-lineup_en #col-main.main-page-lineup {
  font-size: 85%;
  word-break: normal;
}

#col-main.main-page-company #post-12 .entry-content .c-wrap, #col-main.main-page-company #post-882 .entry-content .c-wrap, #col-main.main-page-company #post-1322 .entry-content .c-wrap {
  color: #414141;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.mb64, #col-main.main-page-company #post-882 .entry-content .c-wrap.mb64, #col-main.main-page-company #post-1322 .entry-content .c-wrap.mb64 {
  margin: 0 0 4rem 0;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.mb96, #col-main.main-page-company #post-882 .entry-content .c-wrap.mb96, #col-main.main-page-company #post-1322 .entry-content .c-wrap.mb96 {
  margin: 0 0 6rem 0;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap ._title h2, #col-main.main-page-company #post-882 .entry-content .c-wrap ._title h2, #col-main.main-page-company #post-1322 .entry-content .c-wrap ._title h2 {
  margin: 0 0 3rem 0;
  font-size: 1.625rem;
  border-bottom: 1px solid #707070;
  color: #414141;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap ._title h3, #col-main.main-page-company #post-882 .entry-content .c-wrap ._title h3, #col-main.main-page-company #post-1322 .entry-content .c-wrap ._title h3 {
  margin: 0 0 1.3rem 0;
  font-size: 1.625rem;
  color: #414141;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex {
  display: flex;
  justify-content: space-between;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr {
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 1rem 0;
  color: #E86606;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td {
  display: inline-block;
  padding: 1rem 0;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td br.pc-none, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td br.pc-none, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td br.pc-none {
  display: block;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li {
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li::after, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li::after, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 10px;
  height: 10px;
  background: #79b656;
  border-radius: 50%;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl {
  margin: 0 0 20px 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt {
  font-weight: bold;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt span.small, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt span.small, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt span.small {
  margin: 0 2rem 0 0.5rem;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: normal;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link {
  width: auto;
  margin: 0 0 1rem 0;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a {
  border-bottom: 1px solid #03409B;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a {
  position: relative;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a::after, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a::after, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #03409B;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a:hover::after, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a:hover::after, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li .border-line, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li .border-line, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li .border-line {
  position: absolute;
  left: 5px;
  top: 0.7rem;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #707070, #707070 1px, transparent 1px, transparent 6px);
  background-repeat: repeat-y;
  background-size: 1px 6px;
}
#col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li:last-child .border-line, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li:last-child .border-line, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li:last-child .border-line {
  background-image: none;
}
#col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th {
  width: 30%;
  text-align: left;
}

#col-main.main-page-office {
  color: #414141;
}
#col-main.main-page-office .c-wrap table th {
  vertical-align: top;
}
#col-main.main-page-office .c-wrap .office-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 8rem;
  gap: 1rem;
}
#col-main.main-page-office .c-wrap .office-btn li {
  width: 300px;
}
#col-main.main-page-office .c-wrap .office-btn li a {
  background: #fff;
  border: 1px solid #E86606;
  display: block;
  color: #E86606;
  padding: 1rem;
  text-align: center;
  transition: 0.4s ease-in-out;
}
#col-main.main-page-office .c-wrap .office-btn li a:hover {
  background: #E86606;
  border: 1px solid #E86606;
  display: block;
  color: #fff;
  transition: 0.4s ease-in-out;
}
#col-main.main-page-office .c-wrap ._title h2 {
  color: #E86606;
  font-size: 1.6rem;
}
#col-main.main-page-office .c-wrap ._title h3 {
  margin: 0;
}
#col-main.main-page-office .c-wrap ._title h3 a {
  color: #232323;
  position: relative;
}
#col-main.main-page-office .c-wrap ._title h3 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #03409B;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#col-main.main-page-office .c-wrap ._title h3 a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#col-main.main-page-office .c-wrap.contents_top {
  width: 100%;
}
#col-main.main-page-office .c-wrap.contents_top.jump_point {
  padding-top: 100.8px;
  margin-top: -100.8px;
}
#col-main.main-page-office .c-wrap.contents_top .__flex {
  display: flex;
  flex-direction: column;
  margin: 0 auto 1rem;
  align-items: center;
}
#col-main.main-page-office .c-wrap.contents_top .__flex > .__left ._title h2 {
  margin: 0;
}
#col-main.main-page-office .c-wrap.contents_top .__flex > .__middle {
  width: 310px;
  top: 70px;
}
#col-main.main-page-office .c-wrap.contents_top .__flex > .__middle .diagonal_line {
  align-items: center; /* 線を上下中央 */
  display: flex;
  justify-content: center; /* 文字を中央寄せ */
}
#col-main.main-page-office .c-wrap.contents_top .__flex > .__middle .diagonal_line::after {
  background-color: #707070;
  content: "";
  height: 1px; /* 線の高さ */
  width: 110px; /* 線の長さ */
  transform: rotate(-70deg);
}
#col-main.main-page-office .c-wrap.contents_top .__flex > .__right table th {
  color: #E86606;
  padding: 0 1.5rem 0 0;
}
#col-main.main-page-office .c-wrap.contents_top .__flex > .__right table td {
  padding: 0;
}
#col-main.main-page-office .c-wrap.contents_top .__flex > .__right table td strong {
  margin: 0 1rem 0 0;
}
#col-main.main-page-office .c-wrap.contents_top .__center iframe {
  max-width: 100%;
  height: 220px;
}
#col-main.main-page-office .c-wrap.contents_top .border_gray {
  border: 1px solid #e2e2e2;
  width: 100%;
  bottom: -10%;
  position: absolute;
}
#col-main.main-page-office .c-wrap.contents_substructure.jump_point {
  padding-top: 100.8px;
  margin-top: -100.8px;
}
#col-main.main-page-office .c-wrap.contents_substructure.__en {
  word-break: normal;
}
#col-main.main-page-office .c-wrap.contents_substructure.__en .contents_middle .table_area table tbody tr th {
  width: 35%;
  word-break: normal !important;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex {
  width: 100%;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex > .__left {
  margin-bottom: 2rem;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex > .__right > .__img img,
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex > .__left > .__img img {
  width: 100%;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex > .__right > .__content,
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex > .__left > .__content {
  margin-top: 1rem;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__left ._title h3 {
  margin: 0 0 0.5rem 0;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__left ._link {
  margin: 0 0 0.5rem 0;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__left ._link._icon {
  width: 300px;
  position: relative;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__left ._link._icon a {
  position: relative;
  font-weight: bold;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__left ._link._icon a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/themes/original/images/icon/external_link.svg");
  top: 0.1rem;
  right: -1.5rem;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__left ._link._icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #03409B;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__left ._link._icon:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex .__right ._title h3 {
  margin: 0 0 1rem 0;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table {
  border: none;
  max-width: 100%;
  margin-bottom: 2em;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr th, #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr td {
  padding: 0;
  border: none;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr th br.pc-none, #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr td br.pc-none {
  display: block;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr th {
  width: 30%;
}
#col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr.pb16 th, #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr.pb16 td {
  padding: 0 0 1rem 0;
}

.page-id-1327 #col-main.main-page-office .c-wrap.contents_top .__flex .table_area.__right {
  white-space: initial;
  word-break: normal;
}

#col-main.main-page-greetings .contents .__flex {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#col-main.main-page-greetings .contents .__flex > .__left {
  width: 100%;
  margin: 0 0 3rem 0;
}
#col-main.main-page-greetings .contents .__flex > .__right {
  width: 100%;
}
#col-main.main-page-greetings .__signature {
  font-size: 1.2rem;
  font-family: "HGP行書体", monospace;
}
#col-main.main-page-greetings .gradation_circle {
  position: relative;
}
#col-main.main-page-greetings .gradation_circle .__img .__img_inner .circle {
  position: absolute;
  content: "";
  background: transparent linear-gradient(154deg, rgba(121, 182, 86, 0.2) 0%, rgba(3, 64, 155, 0.2) 100%) 0% 0% no-repeat;
  width: 30rem;
  height: 30rem;
  background-size: 150% 150%;
  border-radius: 50%;
  z-index: -1;
  left: -20%;
  top: -100px;
  animation-name: gradation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#col-main.main-page-greetings .gradation_circle .__img .__img_inner .circle.circle-right {
  left: auto;
  top: -350px;
  right: -20%;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#col-main.main-page-greetings .gradation_circle .__img.a-fuwafuwa {
  animation: horizontal 8s ease-in-out infinite alternate;
}
#col-main.main-page-greetings .gradation_circle .__img.a-fuwafuwa > .__img_inner {
  animation: vertical 2.5s ease-in-out infinite alternate;
}
#col-main.main-page-greetings #post-886 .__signature {
  font-family: "SimSun", "sans-serif";
}

#col-main.main-page-environment .strengths_top .__flex {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#col-main.main-page-environment .strengths_top .__flex > .__left {
  width: 100%;
}
#col-main.main-page-environment .strengths_top .__flex > .__right {
  width: 30%;
}
#col-main.main-page-environment .strengths_top .__flex > .__right .__img img {
  width: 100%;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap.mb64, #col-main.main-page-environment #post-878 .entry-content .c-wrap.mb64, #col-main.main-page-environment #post-1318 .entry-content .c-wrap.mb64 {
  margin: 0 0 4rem 0;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap.mb96, #col-main.main-page-environment #post-878 .entry-content .c-wrap.mb96, #col-main.main-page-environment #post-1318 .entry-content .c-wrap.mb96 {
  margin: 0 0 6rem 0;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap ._title h2, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._title h2, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._title h2 {
  margin: 0 0 3rem 0;
  font-size: 1.625rem;
  border-bottom: 1px solid #707070;
  color: #414141;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap ._title h3, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._title h3, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._title h3 {
  margin: 0 0 1.3rem 0;
  font-size: 1.625rem;
  color: #414141;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap .One-row ol, #col-main.main-page-environment #post-878 .entry-content .c-wrap .One-row ol, #col-main.main-page-environment #post-1318 .entry-content .c-wrap .One-row ol {
  margin: 0 0 1.5rem 1rem;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap .One-row ol li, #col-main.main-page-environment #post-878 .entry-content .c-wrap .One-row ol li, #col-main.main-page-environment #post-1318 .entry-content .c-wrap .One-row ol li {
  margin: 0 0 0.5rem 0;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap ._link, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._link, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._link {
  width: auto;
  margin: 0 0 1rem 0;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap ._link > a, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._link > a, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._link > a {
  border-bottom: 1px solid #03409B;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap ._link > a, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._link > a, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._link > a {
  position: relative;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap ._link > a::after, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._link > a::after, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._link > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #03409B;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap ._link > a:hover::after, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._link > a:hover::after, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._link > a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap p._middle, #col-main.main-page-environment #post-878 .entry-content .c-wrap p._middle, #col-main.main-page-environment #post-1318 .entry-content .c-wrap p._middle {
  margin: 0 0 2rem 0;
}
#col-main.main-page-environment #post-10 .entry-content .c-wrap p.__right, #col-main.main-page-environment #post-878 .entry-content .c-wrap p.__right, #col-main.main-page-environment #post-1318 .entry-content .c-wrap p.__right {
  text-align: right;
  margin: 0;
}
#col-main.main-page-environment .table_area table {
  border: none;
}
#col-main.main-page-environment .table_area table tbody tr td {
  border: none;
  display: block;
  padding: 0 0 0.5rem 0;
  color: #414141;
}
#col-main.main-page-environment .table_area table tbody tr td span {
  margin: 0 0 0 1rem;
}
#col-main.main-page-environment .table_area table tbody tr th {
  color: #E86606;
  border: none;
  display: block;
  padding: 0;
}
#col-main.main-page-environment .gradation_circle {
  position: relative;
}
#col-main.main-page-environment .gradation_circle .__img .__img_inner .circle {
  position: absolute;
  content: "";
  background: transparent linear-gradient(154deg, rgba(121, 182, 86, 0.2) 0%, rgba(3, 64, 155, 0.2) 100%) 0% 0% no-repeat;
  width: 30rem;
  height: 30rem;
  background-size: 150% 150%;
  border-radius: 50%;
  z-index: -1;
  left: -20%;
  top: -100px;
  animation-name: gradation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#col-main.main-page-environment .gradation_circle .__img .__img_inner .circle.circle-right {
  left: auto;
  top: -350px;
  right: -20%;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#col-main.main-page-environment .gradation_circle .__img.a-fuwafuwa {
  animation: horizontal 8s ease-in-out infinite alternate;
}
#col-main.main-page-environment .gradation_circle .__img.a-fuwafuwa > .__img_inner {
  animation: vertical 2.5s ease-in-out infinite alternate;
}

#col-main.main-page-trade .__flex {
  display: flex;
  flex-direction: column;
  margin: 0 auto 3rem;
  gap: 0;
}
#col-main.main-page-trade .__flex > .__left {
  width: 100%;
}
#col-main.main-page-trade .__flex > .__right {
  width: 100%;
}
#col-main.main-page-trade .__flex > .__right .contents_middle {
  margin: 0 0 2rem 0;
}
#col-main.main-page-trade .__flex > .__right .contents_middle ._title._blue {
  color: #02409a;
}
#col-main.main-page-trade .__flex > .__right .contents_middle ._title._orange {
  color: #E86606;
}
#col-main.main-page-trade .__flex > .__right .contents_middle ._explanation .__cont ._number {
  color: #79b656;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.5rem;
  margin: 0 0.5rem 0 0;
}
#col-main.main-page-trade .__flex > .__right .contents_middle ._explanation .__cont ._large {
  color: #79b656;
  font-size: 1.2rem;
  margin: 0 0.2rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
#col-main.main-page-trade .__flex > .__right .btn {
  text-align: center;
}
#col-main.main-page-trade .__flex > .__right .btn .__svg {
  right: 4rem;
}
#col-main.main-page-trade .__flex > .__right .btn:hover .__svg {
  right: 3.5rem;
}
#col-main.main-page-trade ._title h3._f32 {
  font-size: 1.4rem;
}
#col-main.main-page-trade ._title p {
  font-size: 1.4rem;
  font-weight: 500;
}
#col-main.main-page-trade .bg-shanhai {
  position: relative;
  margin: 15vh 0 0 0;
}
#col-main.main-page-trade .bg-shanhai img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
#col-main.main-page-trade .One-row .__title._circle {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
#col-main.main-page-trade .One-row .__title._circle::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-size: 100% 100%;
  border-radius: 50%;
  z-index: -1;
  left: -2%;
  top: -10%;
}
#col-main.main-page-trade .One-row .__title._blue {
  color: #02409a;
}
#col-main.main-page-trade .One-row .__title._blue::before {
  background: rgba(3, 64, 155, 0.1);
}
#col-main.main-page-trade .One-row .__title._orange {
  color: #E86606;
}
#col-main.main-page-trade .One-row .__title._orange::before {
  background: rgba(232, 102, 6, 0.1);
}
#col-main.main-page-trade .One-row .__img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 350px;
}
#col-main.main-page-trade .One-row .__img h3 {
  position: absolute;
  top: -3.5rem;
}
#col-main.main-page-trade ._mb224 {
  margin: 0 auto 3rem;
}
#col-main.main-page-trade .contents ._title h2._middle {
  margin: 0 0 3rem 0;
}
#col-main.main-page-trade .contents h3._middle {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
#col-main.main-page-trade .contents h3._middle br.sp-none {
  display: block;
}
#col-main.main-page-trade .contents ._title h4._f24 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}
#col-main.main-page-trade .contents .__cont span._title {
  font-weight: 500;
  margin: 0 0.8rem 0 0;
}
#col-main.main-page-trade .contents._mb96 {
  margin: 0 auto 6rem;
}

body.page-id-127 #page #content {
  padding: 0 !important;
}

#col-main.main-page-contact .contact_table p {
  margin: 0;
}
#col-main.main-page-contact .contact_table .item {
  margin: 0 0 1.5rem;
}
#col-main.main-page-contact .wpcf7 input[type=tel],
#col-main.main-page-contact .wpcf7 input[type=email],
#col-main.main-page-contact .wpcf7 input[type=text] {
  width: 100%;
}
#col-main.main-page-contact .wpcf7 input[type=tel]::-moz-placeholder, #col-main.main-page-contact .wpcf7 input[type=email]::-moz-placeholder, #col-main.main-page-contact .wpcf7 input[type=text]::-moz-placeholder {
  color: #646464;
}
#col-main.main-page-contact .wpcf7 input[type=tel]::placeholder,
#col-main.main-page-contact .wpcf7 input[type=email]::placeholder,
#col-main.main-page-contact .wpcf7 input[type=text]::placeholder {
  color: #646464;
}
#col-main.main-page-contact .wpcf7 textarea {
  width: 100%;
}
#col-main.main-page-contact .wpcf7 textarea::-moz-placeholder {
  color: #646464;
}
#col-main.main-page-contact .wpcf7 textarea::placeholder {
  color: #646464;
}
#col-main.main-page-contact .wpcf7 .contact_privacy {
  margin-top: 2rem;
  text-align: center;
}
#col-main.main-page-contact .wpcf7 .contact_submit {
  margin-top: 2rem;
  text-align: center;
}
#col-main.main-page-contact .wpcf7 .contact_submit > p {
  display: inline-block;
  position: relative;
}
#col-main.main-page-contact .wpcf7 .contact_submit .wpcf7-spinner {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  margin: 0;
  padding: 0;
  background: #fedd56;
}
#col-main.main-page-contact .wpcf7 .contact_submit .wpcf7-list-item.first {
  margin: 0;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #02409a;
  border: 1px solid #02409a;
  letter-spacing: 0.5em;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 3rem;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__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;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__btn:hover {
  background: #fff;
  color: #02409a;
}
#col-main.main-page-contact .wpcf7 .contact_submit .__btn:hover .__svg {
  color: #02409a;
  transition: 0.3s;
}

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

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

#archive-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
#archive-area .archive_box {
  border-bottom: 1px solid;
}
#archive-area .archive_box p {
  margin: 0;
}
#archive-area .archive_box .loop_box {
  color: #464646;
  display: block;
  padding: 1rem 2rem 1rem 0;
  position: relative;
}
#archive-area .archive_box .loop_box > .__icon {
  position: absolute;
  top: 0;
  right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
}
#archive-area .archive_box .loop_box > .__icon .svg {
  width: 1.5rem;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #03409B;
}
#archive-area .archive_box .loop_box:hover {
  transition: background-color ease 0.3s, color ease 0.3s;
}
#archive-area .archive_box .loop_box:hover:hover {
  background: rgba(50, 115, 220, 0.05);
}
#archive-area .archive_box .loop_box:hover .__icon {
  right: 0;
}
#archive-area .archive_box .loop_box > .__area .archive-title {
  margin: 0 0 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
}
#archive-area .archive_box .loop_box > .__area time {
  color: #646464;
}
#archive-area .archive_thum_box {
  border: 1px solid #DADADA;
  background-color: #fff;
}
#archive-area .archive_thum_box p {
  margin: 0;
}
#archive-area .archive_thum_box .loop_box {
  color: #464646;
  display: block;
  padding: 1rem;
}
#archive-area .archive_thum_box .loop_box > .__icon {
  position: absolute;
  top: 0;
  right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
}
#archive-area .archive_thum_box .loop_box > .__icon .svg {
  width: 1.5rem;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #03409B;
}
#archive-area .archive_thum_box .loop_box .loop_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__left {
  width: 6rem;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right {
  width: calc(100% - 6rem);
  display: flex;
  flex-direction: column;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right .archive-title {
  margin: 0 0 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right .time time {
  color: #646464;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right ._more._txt {
  position: relative;
  display: block;
  color: #000;
  margin-top: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  border-bottom: 1px solid #000;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right ._more._txt .svg {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.5s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #000;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right ._more._txt:hover {
  color: #E86606;
  transition: 0.5s;
  border-bottom: 1px solid #E86606;
}
#archive-area .archive_thum_box .loop_box .loop_flex .__right ._more._txt:hover .svg {
  right: -0.2rem;
  color: #E86606;
  transition: 0.5s;
}
#archive-area .archive_thum_box:hover {
  border: 1px solid #E86606;
  transition: 0.5s;
}

body.post-type-archive-product .content-area #main .c-wrap .__flex, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex, body.post-type-archive-product_en .content-area #main .c-wrap .__flex {
  display: flex;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap {
  border: 1px solid #E86606;
  border-radius: 19px;
  padding: 1.2rem;
  height: -moz-fit-content;
  height: fit-content;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title {
  margin: 0 0 1.1rem 0;
  font-weight: 600;
  color: #E86606;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title {
  margin: 0;
  font-weight: 500;
  color: #414141;
  line-height: 1.2;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > select, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > select, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > select {
  border: 2px solid #707070;
  border-radius: 0;
  padding: 0.2rem 0.3rem;
  width: 100%;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap #use_box, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap #use_box, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap #use_box {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap #use_box label > input[type=checkbox], body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap #use_box label > input[type=checkbox], body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap #use_box label > input[type=checkbox] {
  color: #707070;
  border: none;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap #use_box label > input[type=checkbox]::before, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap #use_box label > input[type=checkbox]::before, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap #use_box label > input[type=checkbox]::before {
  background-color: #707070;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 5px;
  border: 1px solid #707070;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b {
  background-color: #B7B7B7;
  border-radius: 10px;
  border: 1px solid #B7B7B7;
  padding: 0.5rem 4rem;
  margin: 2rem auto;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.3s;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b:hover, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b:hover, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b:hover {
  border: 1px solid #B7B7B7;
  background-color: #fff;
  color: #B7B7B7;
  transition: 0.3s;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .product-list-btn, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .product-list-btn, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .product-list-btn {
  display: block;
  width: 100%;
  margin: 2rem auto;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .product-list-btn .prev-box, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .product-list-btn .prev-box, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .product-list-btn .prev-box {
  margin: auto;
  padding: 0.5rem;
  background-color: #E86606;
  border-radius: 3rem;
  border: 1px solid #E86606;
  width: 96%;
  transition: 0.3s;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .product-list-btn .prev-box .prev_title .__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .product-list-btn .prev-box .prev_title .__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .product-list-btn .prev-box .prev_title .__title {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .product-list-btn:hover, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .product-list-btn:hover, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .product-list-btn:hover {
  transition: 0.3s;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .product-list-btn:hover .prev-box, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .product-list-btn:hover .prev-box, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .product-list-btn:hover .prev-box {
  background-color: #fff;
  border: 1px solid #E86606;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .product-list-btn:hover .prev-box .prev_title .__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .product-list-btn:hover .prev-box .prev_title .__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .product-list-btn:hover .prev-box .prev_title .__title {
  color: #E86606;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap {
  margin: 0 auto 4rem;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a {
  border-bottom: 1px solid #C9C9C9;
  display: grid;
  grid-template-columns: 250px auto;
  grid-template-rows: 36px 114px 16px;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  transition: 0.5s all;
  color: #000;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a span, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a span, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a span {
  position: relative;
  cursor: pointer;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a span::after, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a span::after, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a span::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 0.8em;
  height: 0.8em;
  -webkit-mask-image: url("/wp-content/themes/original/images/icon/arrow_forward_ios.svg#svg-arrow_forward_ios");
  mask-image: url("/wp-content/themes/original/images/icon/arrow_forward_ios.svg#svg-arrow_forward_ios");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  transition: all 0.5s;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a:hover, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a:hover, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a:hover {
  background: rgba(232, 102, 6, 0.2);
  transition: 0.5s all;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span {
  grid-area: 3/3/4/3;
  margin: 0;
  padding: 0;
  color: #03409B;
  text-align: right;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span::after, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span::after, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span::after {
  background: #03409B;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img {
  grid-area: 1/1/5/2;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3 {
  grid-area: 1/2/2/3;
  margin: 0;
  padding: 0;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > p, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > p, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > p {
  grid-area: 2/2/3/3;
  margin: 0;
  padding: 0;
}
body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #see_more, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #see_more, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #see_more {
  display: none;
}
body.post-type-archive-product .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_ch .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_en .content-area #main .c-wrap > h2.__title {
  margin: 0;
  font-weight: 600;
  color: #E86606;
}
body.post-type-archive-product.post-type-archive-product_en, body.post-type-archive-product_ch.post-type-archive-product_en, body.post-type-archive-product_en.post-type-archive-product_en {
  word-break: normal;
  font-size: 90%;
}
body.post-type-archive-product.post-type-archive-product_en label, body.post-type-archive-product_ch.post-type-archive-product_en label, body.post-type-archive-product_en.post-type-archive-product_en label {
  font-size: 75%;
}
body.post-type-archive-product.post-type-archive-product_en .result_item a > h3, body.post-type-archive-product_ch.post-type-archive-product_en .result_item a > h3, body.post-type-archive-product_en.post-type-archive-product_en .result_item a > h3 {
  font-size: 0.85rem !important;
  line-height: 1.2;
}
body body.tax-product_cate #archive-area .archive_thum_box .loop_box .loop_flex .__left img {
  height: 158px;
  width: 158px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
}
body body.post-type-archive-pickup #archive-area .archive_thum_box .loop_box .loop_flex .__left img {
  height: 158px;
  width: 158px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

#col-main.main-single .post_time {
  text-align: right;
  margin-bottom: 1rem;
}
#col-main.main-single .post_eye_catching {
  text-align: center;
  margin-bottom: 1rem;
}

body.single-product #first_view .first_view_tite_area, body.single-product_ch #first_view .first_view_tite_area, body.single-product_en #first_view .first_view_tite_area {
  display: none;
}
body.single-product .product_cont_flex, body.single-product_ch .product_cont_flex, body.single-product_en .product_cont_flex {
  display: grid;
  gap: 3rem;
  margin: 0 auto 1rem;
}
body.single-product .product_cont_flex .__left .post_eye_catching, body.single-product_ch .product_cont_flex .__left .post_eye_catching, body.single-product_en .product_cont_flex .__left .post_eye_catching {
  text-align: left;
  margin: 0;
}
body.single-product .product_cont_flex .__right .product_cont_h1, body.single-product_ch .product_cont_flex .__right .product_cont_h1, body.single-product_en .product_cont_flex .__right .product_cont_h1 {
  padding: 1rem 0;
  background: linear-gradient(90deg, #E86606 0% 100%);
  background-repeat: no-repeat;
  background-size: 40px 6px;
  background-position: left bottom;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
  line-height: 1.5;
  font-weight: 600;
}
body.single-product .product_cont_flex .__right .product_cont_h2, body.single-product_ch .product_cont_flex .__right .product_cont_h2, body.single-product_en .product_cont_flex .__right .product_cont_h2 {
  color: #03409B;
  font-size: 1.2rem;
  margin: 0;
}
body.single-product .product_cont_flex .__right .product_cont_txt, body.single-product_ch .product_cont_flex .__right .product_cont_txt, body.single-product_en .product_cont_flex .__right .product_cont_txt {
  margin: 0 0 1.5rem;
}
body.single-product .product_cont_flex .__right .pickup-link, body.single-product_ch .product_cont_flex .__right .pickup-link, body.single-product_en .product_cont_flex .__right .pickup-link {
  display: block;
  width: 65%;
  height: auto;
  margin: 1rem 0;
}
body.single-product .product_cont_flex .__right .pickup-link .prev-box, body.single-product_ch .product_cont_flex .__right .pickup-link .prev-box, body.single-product_en .product_cont_flex .__right .pickup-link .prev-box {
  padding: 1rem;
  background-color: #03409B;
  border-radius: 3rem;
}
body.single-product .product_cont_flex .__right .pickup-link .prev-box .prev_title, body.single-product_ch .product_cont_flex .__right .pickup-link .prev-box .prev_title, body.single-product_en .product_cont_flex .__right .pickup-link .prev-box .prev_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body.single-product .product_cont_flex .__right .pickup-link .prev-box .prev_title .__title, body.single-product_ch .product_cont_flex .__right .pickup-link .prev-box .prev_title .__title, body.single-product_en .product_cont_flex .__right .pickup-link .prev-box .prev_title .__title {
  width: 70%;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position: relative;
}
body.single-product .product_cont_flex .__right .pickup-link .prev-box .prev_title .__title .svg, body.single-product_ch .product_cont_flex .__right .pickup-link .prev-box .prev_title .__title .svg, body.single-product_en .product_cont_flex .__right .pickup-link .prev-box .prev_title .__title .svg {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.5s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
body.single-product .product_cont_flex .__right .pickup-link:hover .prev-box .prev_title .__title .svg, body.single-product_ch .product_cont_flex .__right .pickup-link:hover .prev-box .prev_title .__title .svg, body.single-product_en .product_cont_flex .__right .pickup-link:hover .prev-box .prev_title .__title .svg {
  right: -0.3rem;
}

body.single-pickup .first_view_tite_area, body.single-pickup_ch .first_view_tite_area, body.single-pickup_en .first_view_tite_area {
  display: none;
}
body.single-pickup .pickup_cont_h1, body.single-pickup_ch .pickup_cont_h1, body.single-pickup_en .pickup_cont_h1 {
  padding: 1rem 0;
  background: linear-gradient(90deg, #E86606 0% 100%);
  background-repeat: no-repeat;
  background-size: 40px 6px;
  background-position: left bottom;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  line-height: 1.5;
  font-weight: 600;
}
body.single-pickup .pickup_cont_h2, body.single-pickup_ch .pickup_cont_h2, body.single-pickup_en .pickup_cont_h2 {
  color: #03409B;
  font-size: 1.2rem;
  margin: 0;
}
body.single-pickup .pickup_cont_txt._use, body.single-pickup_ch .pickup_cont_txt._use, body.single-pickup_en .pickup_cont_txt._use {
  margin: 0 0 1.5rem;
}
body.single-pickup ._explanation .pickup_cont_flex, body.single-pickup_ch ._explanation .pickup_cont_flex, body.single-pickup_en ._explanation .pickup_cont_flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 1px dotted #ccc;
  margin: 0.5rem 0 1rem 0;
}
body.single-pickup ._explanation .pickup_cont_flex h3, body.single-pickup_ch ._explanation .pickup_cont_flex h3, body.single-pickup_en ._explanation .pickup_cont_flex h3 {
  font-size: 1rem;
  margin: 0;
}
body.single-pickup ._explanation .pickup_cont_flex ._left, body.single-pickup_ch ._explanation .pickup_cont_flex ._left, body.single-pickup_en ._explanation .pickup_cont_flex ._left {
  width: 100%;
}
body.single-pickup ._explanation .pickup_cont_flex ._right, body.single-pickup_ch ._explanation .pickup_cont_flex ._right, body.single-pickup_en ._explanation .pickup_cont_flex ._right {
  width: auto;
  margin: 0;
}
body.single-pickup ._explanation .pickup_cont_flex ._right > a, body.single-pickup_ch ._explanation .pickup_cont_flex ._right > a, body.single-pickup_en ._explanation .pickup_cont_flex ._right > a {
  color: #232323;
  font-size: 1rem;
}
body.single-pickup ._explanation .pickup_cont_flex ._right > a, body.single-pickup_ch ._explanation .pickup_cont_flex ._right > a, body.single-pickup_en ._explanation .pickup_cont_flex ._right > a {
  position: relative;
}
body.single-pickup ._explanation .pickup_cont_flex ._right > a::after, body.single-pickup_ch ._explanation .pickup_cont_flex ._right > a::after, body.single-pickup_en ._explanation .pickup_cont_flex ._right > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-color: #03409B;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
}
body.single-pickup ._explanation .pickup_cont_flex ._right > a:hover::after, body.single-pickup_ch ._explanation .pickup_cont_flex ._right > a:hover::after, body.single-pickup_en ._explanation .pickup_cont_flex ._right > a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
body.single-pickup .pickup-btn, body.single-pickup_ch .pickup-btn, body.single-pickup_en .pickup-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 2rem 0;
}
body.single-pickup .pickup-btn .prev-box, body.single-pickup_ch .pickup-btn .prev-box, body.single-pickup_en .pickup-btn .prev-box {
  padding: 1rem;
  background-color: #03409B;
  border-radius: 3rem;
  width: 20rem;
}
body.single-pickup .pickup-btn .prev-box .prev_title, body.single-pickup_ch .pickup-btn .prev-box .prev_title, body.single-pickup_en .pickup-btn .prev-box .prev_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body.single-pickup .pickup-btn .prev-box .prev_title .__title, body.single-pickup_ch .pickup-btn .prev-box .prev_title .__title, body.single-pickup_en .pickup-btn .prev-box .prev_title .__title {
  width: 70%;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position: relative;
}
body.single-pickup .pickup-btn .prev-box .prev_title .__title .svg, body.single-pickup_ch .pickup-btn .prev-box .prev_title .__title .svg, body.single-pickup_en .pickup-btn .prev-box .prev_title .__title .svg {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.5s;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
body.single-pickup .pickup-btn:hover .prev-box .prev_title .__title .svg, body.single-pickup_ch .pickup-btn:hover .prev-box .prev_title .__title .svg, body.single-pickup_en .pickup-btn:hover .prev-box .prev_title .__title .svg {
  right: -0.3rem;
}
body.single-pickup .swiper-container_pickup, body.single-pickup_ch .swiper-container_pickup, body.single-pickup_en .swiper-container_pickup {
  width: 100%;
  height: 190px;
  margin: 0 0 3rem;
}
body.single-pickup .swiper-container_pickup > .swiper-wrapper, body.single-pickup_ch .swiper-container_pickup > .swiper-wrapper, body.single-pickup_en .swiper-container_pickup > .swiper-wrapper {
  height: 220px;
  width: auto;
}
body.single-pickup .swiper-container_pickup > .swiper-wrapper .swiper-slide, body.single-pickup_ch .swiper-container_pickup > .swiper-wrapper .swiper-slide, body.single-pickup_en .swiper-container_pickup > .swiper-wrapper .swiper-slide {
  /*height: 100%;*/
  overflow: hidden;
}
body.single-pickup .swiper-container_pickup > .swiper-wrapper .swiper-slide img, body.single-pickup_ch .swiper-container_pickup > .swiper-wrapper .swiper-slide img, body.single-pickup_en .swiper-container_pickup > .swiper-wrapper .swiper-slide img {
  height: 220px;
  width: auto;
}
body.single-pickup .slider-thumbnail, body.single-pickup_ch .slider-thumbnail, body.single-pickup_en .slider-thumbnail {
  max-width: 900px;
  width: 100%;
  height: 6vh;
  margin: 0 0 1rem;
}
body.single-pickup .slider-thumbnail .swiper-wrapper, body.single-pickup_ch .slider-thumbnail .swiper-wrapper, body.single-pickup_en .slider-thumbnail .swiper-wrapper {
  height: auto;
}
body.single-pickup .slider-thumbnail .swiper-wrapper .swiper-slide, body.single-pickup_ch .slider-thumbnail .swiper-wrapper .swiper-slide, body.single-pickup_en .slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 16.6666666667%;
  height: 100%;
  overflow: hidden;
}
body.single-pickup .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, body.single-pickup_ch .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, body.single-pickup_en .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
body.single-pickup .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_ch .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_en .slider-thumbnail .swiper-wrapper .swiper-slide img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-pickup ._work ._img-box .thumbnails-wrapper, body.single-pickup_ch ._work ._img-box .thumbnails-wrapper, body.single-pickup_en ._work ._img-box .thumbnails-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
body.single-pickup ._work ._img-box .thumbnails-wrapper img, body.single-pickup_ch ._work ._img-box .thumbnails-wrapper img, body.single-pickup_en ._work ._img-box .thumbnails-wrapper img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body.single-pickup ._work ._img-box .thumbnails-wrapper img:hover, body.single-pickup_ch ._work ._img-box .thumbnails-wrapper img:hover, body.single-pickup_en ._work ._img-box .thumbnails-wrapper img:hover {
  opacity: 0.7;
  cursor: pointer;
}
body.single-pickup ._work ._img-box .slides-wrapper, body.single-pickup_ch ._work ._img-box .slides-wrapper, body.single-pickup_en ._work ._img-box .slides-wrapper {
  padding: 0 20px;
  max-width: 1200px;
  position: relative;
  top: 10%;
}
body.single-pickup ._work ._img-box .slides-overlay, body.single-pickup_ch ._work ._img-box .slides-overlay, body.single-pickup_en ._work ._img-box .slides-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 1003;
  transition: 0.3s;
}
body.single-pickup ._work ._img-box .slides-overlay.active, body.single-pickup_ch ._work ._img-box .slides-overlay.active, body.single-pickup_en ._work ._img-box .slides-overlay.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
body.single-pickup ._work ._img-box .slides-overlay img, body.single-pickup_ch ._work ._img-box .slides-overlay img, body.single-pickup_en ._work ._img-box .slides-overlay img {
  display: none;
}
body.single-pickup ._work ._img-box .slides-overlay img.active, body.single-pickup_ch ._work ._img-box .slides-overlay img.active, body.single-pickup_en ._work ._img-box .slides-overlay img.active {
  display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
}
body.single-pickup ._work ._img-box #close-02, body.single-pickup_ch ._work ._img-box #close-02, body.single-pickup_en ._work ._img-box #close-02 {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 40%;
  right: 10%;
  background-color: #000;
  transition: 0.3s;
  z-index: 1;
}
body.single-pickup ._work ._img-box #close-02:hover, body.single-pickup_ch ._work ._img-box #close-02:hover, body.single-pickup_en ._work ._img-box #close-02:hover {
  opacity: 0.7;
}
body.single-pickup ._work ._img-box #close-02::before, body.single-pickup_ch ._work ._img-box #close-02::before, body.single-pickup_en ._work ._img-box #close-02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.single-pickup ._work ._img-box #close-02::after, body.single-pickup_ch ._work ._img-box #close-02::after, body.single-pickup_en ._work ._img-box #close-02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.single-pickup ._work ._img-box #prev, body.single-pickup ._work ._img-box #next, body.single-pickup_ch ._work ._img-box #prev, body.single-pickup_ch ._work ._img-box #next, body.single-pickup_en ._work ._img-box #prev, body.single-pickup_en ._work ._img-box #next {
  position: absolute;
  color: #959595;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(62, 62, 62);
  transition: 0.3s;
}
body.single-pickup ._work ._img-box #prev, body.single-pickup_ch ._work ._img-box #prev, body.single-pickup_en ._work ._img-box #prev {
  left: -50px;
}
body.single-pickup ._work ._img-box #prev::after, body.single-pickup_ch ._work ._img-box #prev::after, body.single-pickup_en ._work ._img-box #prev::after {
  content: "◀";
  font-weight: bold;
  font-size: 20px;
  font-family: ui-rounded;
}
body.single-pickup ._work ._img-box #prev:hover, body.single-pickup_ch ._work ._img-box #prev:hover, body.single-pickup_en ._work ._img-box #prev:hover {
  opacity: 0.7;
}
body.single-pickup ._work ._img-box #prev.active, body.single-pickup_ch ._work ._img-box #prev.active, body.single-pickup_en ._work ._img-box #prev.active {
  background-color: #000;
}
body.single-pickup ._work ._img-box #prev.active::after, body.single-pickup_ch ._work ._img-box #prev.active::after, body.single-pickup_en ._work ._img-box #prev.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.single-pickup ._work ._img-box #next, body.single-pickup_ch ._work ._img-box #next, body.single-pickup_en ._work ._img-box #next {
  right: -50px;
}
body.single-pickup ._work ._img-box #next::after, body.single-pickup_ch ._work ._img-box #next::after, body.single-pickup_en ._work ._img-box #next::after {
  content: "▶";
  font-weight: bold;
  font-size: 20px;
  font-family: ui-rounded;
}
body.single-pickup ._work ._img-box #next:hover, body.single-pickup_ch ._work ._img-box #next:hover, body.single-pickup_en ._work ._img-box #next:hover {
  opacity: 0.7;
}
body.single-pickup ._work ._img-box #next.active, body.single-pickup_ch ._work ._img-box #next.active, body.single-pickup_en ._work ._img-box #next.active {
  background-color: #000;
}
body.single-pickup ._work ._img-box #next.active::after, body.single-pickup_ch ._work ._img-box #next.active::after, body.single-pickup_en ._work ._img-box #next.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.single-pickup ._work ._img-box .modal-opened, body.single-pickup_ch ._work ._img-box .modal-opened, body.single-pickup_en ._work ._img-box .modal-opened {
  overflow-y: hidden; /*背景を固定*/
}
body.single-pickup ._work ._img-box .num-of-thumbnails, body.single-pickup_ch ._work ._img-box .num-of-thumbnails, body.single-pickup_en ._work ._img-box .num-of-thumbnails {
  color: #fff;
  text-align: center;
}
body.main-single-post_type-pickup_en .pickup-btn .prev-box .prev_title .__title, body.single-pickup_en .pickup-btn .prev-box .prev_title .__title {
  width: 80%;
}
@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_prev .prev_flex {
    display: flex;
    justify-content: space-between;
  }
  #parts_prev .prev_flex .__left,
  #parts_prev .prev_flex .__right {
    width: 49%;
    overflow: hidden;
    margin: 0;
  }
  #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 .section {
    margin-bottom: 4rem;
  }
  #col-main.main-page .section_top {
    margin-bottom: 3rem;
  }
  #col-main.main-page-strengths .__flex {
    flex-direction: row;
    gap: 3rem;
  }
  #col-main.main-page-strengths .__flex > .__left {
    margin: 0;
    width: 50%;
  }
  #col-main.main-page-strengths .__flex > .__right {
    margin: 0;
    width: 50%;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex {
    flex-direction: row;
    gap: 3rem;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left {
    margin: 0;
    width: 65%;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__right, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__right, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__right {
    margin: 0;
    width: 35%;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dd ._link > a {
    font-weight: 600;
  }
  #col-main.main-page-greetings .contents .__flex {
    flex-direction: row;
    justify-content: space-between;
  }
  #col-main.main-page-greetings .contents .__flex > .__left {
    width: 40%;
  }
  #col-main.main-page-greetings .contents .__flex > .__right {
    width: 60%;
  }
  #col-main.main-page-greetings .contents .__flex {
    gap: 3rem;
  }
  #col-main.main-page-greetings .__signature {
    font-size: 1.5rem;
  }
  #col-main.main-page-environment .strengths_top .__flex {
    flex-direction: row;
    justify-content: space-between;
  }
  #col-main.main-page-environment .strengths_top .__flex > .__left {
    width: 80%;
  }
  #col-main.main-page-environment .strengths_top .__flex > .__right {
    width: 20%;
  }
  #col-main.main-page-environment .strengths_top .__flex {
    gap: 3rem;
  }
  #col-main.main-page-trade .__flex {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  #col-main.main-page-trade .__flex > .__left {
    width: 50%;
  }
  #col-main.main-page-trade .__flex > .__right {
    width: 50%;
  }
  #col-main.main-page-trade .__flex > .__right .btn {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #03409B;
    border: 1px solid #03409B;
    letter-spacing: 0.2em;
    font-size: 1rem;
    padding: 1.2rem 3rem;
    border-radius: 3rem;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    width: 65%;
    margin: 0 0 1rem 0;
  }
  #col-main.main-page-trade .__flex > .__right .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;
  }
  #col-main.main-page-trade .__flex > .__right .btn:hover {
    background: #fff;
    color: #03409B;
  }
  #col-main.main-page-trade .__flex > .__right .btn:hover .__svg {
    color: #03409B;
    transition: 0.3s;
  }
  #col-main.main-page-trade .__flex {
    gap: 3rem;
  }
  #archive-area .archive_box .loop_box > .__area .archive-title {
    font-size: 1.2rem;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__left {
    width: 8rem;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__right {
    width: calc(100% - 8rem);
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__right .archive-title {
    font-size: 1.2rem;
  }
  body.single-product .product_cont_flex, body.single-product_ch .product_cont_flex, body.single-product_en .product_cont_flex {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 1rem;
  }
  body.single-product .product_cont_flex .__right .product_cont_h2, body.single-product_ch .product_cont_flex .__right .product_cont_h2, body.single-product_en .product_cont_flex .__right .product_cont_h2 {
    font-size: 1.2rem;
  }
  body.single-pickup .pickup_cont_h1, body.single-pickup_ch .pickup_cont_h1, body.single-pickup_en .pickup_cont_h1 {
    font-size: 1.6rem;
    margin: 0 0 2rem;
  }
  body.single-pickup .pickup_cont_h2, body.single-pickup_ch .pickup_cont_h2, body.single-pickup_en .pickup_cont_h2 {
    font-size: 1.2rem;
  }
  body.single-pickup .swiper-container_pickup, body.single-pickup_ch .swiper-container_pickup, body.single-pickup_en .swiper-container_pickup {
    height: 450px;
  }
  body.single-pickup .swiper-container_pickup > .swiper-wrapper, body.single-pickup_ch .swiper-container_pickup > .swiper-wrapper, body.single-pickup_en .swiper-container_pickup > .swiper-wrapper {
    height: 320px;
  }
  body.single-pickup .swiper-container_pickup > .swiper-wrapper .swiper-slide img, body.single-pickup_ch .swiper-container_pickup > .swiper-wrapper .swiper-slide img, body.single-pickup_en .swiper-container_pickup > .swiper-wrapper .swiper-slide img {
    height: 450px;
  }
  body.single-pickup .slider-thumbnail, body.single-pickup_ch .slider-thumbnail, body.single-pickup_en .slider-thumbnail {
    height: 6vh;
  }
  body.single-pickup .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_ch .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_en .slider-thumbnail .swiper-wrapper .swiper-slide img {
    height: 80px;
    width: 80px;
  }
  body.single-pickup ._work ._img-box #close-02, body.single-pickup_ch ._work ._img-box #close-02, body.single-pickup_en ._work ._img-box #close-02 {
    top: 30%;
    right: 10%;
  }
}
@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-strengths .gradation_circle.strengths_top {
    margin: 0 auto 12rem;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex {
    flex-direction: row;
    white-space: nowrap;
    margin: 0 auto 2rem;
  }
  #col-main.main-page-office .c-wrap.contents_top .border_gray {
    bottom: -20%;
  }
  #col-main.main-page-office .c-wrap.contents_substructure.__en .contents_middle .table_area table tbody tr th {
    width: 30%;
  }
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex {
    display: flex;
    justify-content: space-between;
    gap: 7rem;
  }
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex > .__left {
    width: 50%;
    margin-bottom: 0;
  }
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .__flex > .__right {
    width: 50%;
  }
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table {
    max-width: 100%;
  }
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr th br.pc-none, #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr td br.pc-none {
    display: none;
  }
  #col-main.main-page-trade .bg-shanhai {
    margin: 35vh 0 0 0;
  }
  #col-main.main-page-trade .One-row .__img {
    min-height: 700px;
  }
  #col-main.main-page-trade .One-row .__img h3 {
    top: -4rem;
  }
  body.single-product .product_cont_flex .__right .product_cont_h1, body.single-product_ch .product_cont_flex .__right .product_cont_h1, body.single-product_en .product_cont_flex .__right .product_cont_h1 {
    font-size: 2rem;
  }
  body.single-product .product_cont_flex .__right .product_cont_h2, body.single-product_ch .product_cont_flex .__right .product_cont_h2, body.single-product_en .product_cont_flex .__right .product_cont_h2 {
    font-size: 1.4rem;
  }
  body.single-pickup .pickup_cont_h1, body.single-pickup_ch .pickup_cont_h1, body.single-pickup_en .pickup_cont_h1 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
  body.single-pickup .pickup_cont_h2, body.single-pickup_ch .pickup_cont_h2, body.single-pickup_en .pickup_cont_h2 {
    font-size: 1.4rem;
  }
  body.single-pickup ._explanation .pickup_cont_flex, body.single-pickup_ch ._explanation .pickup_cont_flex, body.single-pickup_en ._explanation .pickup_cont_flex {
    flex-direction: row;
    margin: 0.5rem 0 1rem 0;
  }
  body.single-pickup ._explanation .pickup_cont_flex h3, body.single-pickup_ch ._explanation .pickup_cont_flex h3, body.single-pickup_en ._explanation .pickup_cont_flex h3 {
    font-size: 1.25rem;
  }
  body.single-pickup ._explanation .pickup_cont_flex ._left, body.single-pickup_ch ._explanation .pickup_cont_flex ._left, body.single-pickup_en ._explanation .pickup_cont_flex ._left {
    width: 25%;
  }
  body.single-pickup ._explanation .pickup_cont_flex ._right > a, body.single-pickup_ch ._explanation .pickup_cont_flex ._right > a, body.single-pickup_en ._explanation .pickup_cont_flex ._right > a {
    font-size: 1.25rem;
  }
  body.single-pickup .pickup-btn, body.single-pickup_ch .pickup-btn, body.single-pickup_en .pickup-btn {
    justify-content: flex-end;
  }
  body.single-pickup .slider-thumbnail, body.single-pickup_ch .slider-thumbnail, body.single-pickup_en .slider-thumbnail {
    height: 13vh;
  }
  body.single-pickup .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_ch .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_en .slider-thumbnail .swiper-wrapper .swiper-slide img {
    height: 100px;
    width: 100px;
  }
  body.single-pickup ._work ._img-box #close-02, body.single-pickup_ch ._work ._img-box #close-02, body.single-pickup_en ._work ._img-box #close-02 {
    top: 30%;
    right: 10%;
  }
}
@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-lineup .__title._circle::before {
    width: 4rem;
    height: 4rem;
    left: -2rem;
    top: -1rem;
  }
  #col-main.main-page-lineup .tax_box .tax_small_box_wrap {
    flex-direction: column;
    margin: 0 0 0 1rem;
    gap: 2rem;
  }
  #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th {
    display: block;
    width: 100%;
  }
  #col-main.main-page-office .c-wrap .office-btn {
    margin: 0 auto 5rem;
  }
  #col-main.main-page-office .c-wrap ._title h2 {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  #col-main.main-page-office .c-wrap ._title h3 {
    font-size: 1.4rem;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex {
    margin: 0 auto 2rem;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex > .__middle {
    width: 100px;
    top: 30px;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex > .__middle .diagonal_line::after {
    width: 90px;
  }
  #col-main.main-page-office .c-wrap.contents_top .__center iframe {
    height: 260px;
  }
  #col-main.main-page-office .c-wrap.contents_top .border_gray {
    bottom: -7%;
  }
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr th {
    width: 23%;
  }
  #col-main.main-page-environment .table_area table tbody tr td br.pc-none {
    display: block;
  }
  #col-main.main-page-environment .table_area table tbody tr th {
    width: 20%;
  }
  #col-main.main-page-trade .__flex > .__right .contents_middle {
    margin: 0 0 3rem 0;
  }
  #col-main.main-page-trade .__flex > .__right .btn {
    padding: 1rem 2rem 0.5rem;
  }
  #col-main.main-page-trade ._title h3._f32 {
    font-size: 1.8rem;
  }
  #col-main.main-page-trade ._title p {
    font-size: 1.8rem;
  }
  #col-main.main-page-trade ._mb224 {
    margin: 0 auto 8rem;
  }
  #col-main.main-page-trade .contents h3._middle {
    font-size: 1.4rem;
  }
  #col-main.main-page-trade .contents ._title h4._f24 {
    font-size: 1.5rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex, body.post-type-archive-product_en .content-area #main .c-wrap .__flex {
    flex-direction: row;
    gap: 2rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title {
    font-size: 1.3rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title {
    font-size: 1.1rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3 {
    font-size: 1.3rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_ch .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_en .content-area #main .c-wrap > h2.__title {
    font-size: 1.5rem;
  }
}
@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 .section {
    margin-bottom: 6rem;
  }
  #col-main.main-page .section_top > .__title {
    font-size: 3rem;
  }
  #col-main.main-page .section_top > .__jp {
    font-size: 0.9rem;
  }
  #col-main.main-page .contents_top {
    margin: 0 auto 14rem;
  }
  #col-main.main-page-greetings .__signature {
    font-size: 2rem;
    text-align: right;
  }
  #col-main.main-page-trade .bg-shanhai {
    margin: 80vh 0 0 0;
  }
  #col-main.main-page-trade .One-row .__img {
    min-height: 800px;
  }
  #col-main.main-page-trade .One-row .__img h3 {
    top: -5rem;
  }
  #col-main.main-404 #error-404 .page-content {
    margin-top: 13vh;
  }
  #col-main.main-404 #error-404 .page-content .__title {
    font-size: 2rem;
  }
  #archive-area .archive_box .loop_box {
    padding-right: 3rem;
  }
  #archive-area .archive_box .loop_box > .__icon .svg {
    width: 2rem;
    height: 2em;
  }
  #archive-area .archive_thum_box .loop_box {
    padding: 2rem;
  }
  #archive-area .archive_thum_box .loop_box > .__icon .svg {
    width: 2rem;
    height: 2em;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__left {
    width: 10rem;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__right {
    width: calc(100% - 10rem);
    padding-left: 2rem;
  }
  body.single-product .product_cont_flex .__right .product_cont_h1, body.single-product_ch .product_cont_flex .__right .product_cont_h1, body.single-product_en .product_cont_flex .__right .product_cont_h1 {
    font-size: 2.75rem;
    margin: 0 0 3rem;
  }
  body.single-product .product_cont_flex .__right .product_cont_h2, body.single-product_ch .product_cont_flex .__right .product_cont_h2, body.single-product_en .product_cont_flex .__right .product_cont_h2 {
    font-size: 1.625rem;
    margin: 0 0 0.3rem;
  }
  body.single-pickup .pickup_cont_h1, body.single-pickup_ch .pickup_cont_h1, body.single-pickup_en .pickup_cont_h1 {
    font-size: 2.5rem;
  }
  body.single-pickup .pickup_cont_h2, body.single-pickup_ch .pickup_cont_h2, body.single-pickup_en .pickup_cont_h2 {
    font-size: 1.625rem;
    margin: 0 0 0.3rem;
  }
  body.single-pickup .slider-thumbnail, body.single-pickup_ch .slider-thumbnail, body.single-pickup_en .slider-thumbnail {
    height: 20vh;
    margin: 0 0 3rem;
  }
  body.single-pickup .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_ch .slider-thumbnail .swiper-wrapper .swiper-slide img, body.single-pickup_en .slider-thumbnail .swiper-wrapper .swiper-slide img {
    height: 120px;
    width: 120px;
  }
  body.single-pickup ._work ._img-box #close-02, body.single-pickup_ch ._work ._img-box #close-02, body.single-pickup_en ._work ._img-box #close-02 {
    top: 20%;
    right: 20%;
  }
}
@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 h2 {
    margin: 0 0 5rem 0;
  }
  #col-main.main-page-strengths .__flex {
    gap: 7rem;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex {
    gap: 7rem;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td span, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td span, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td span {
    margin: 0 0 0 1rem;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td br.pc-none, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td br.pc-none, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td br.pc-none {
    display: none;
  }
  #col-main.main-page-office .c-wrap ._title h2 {
    font-size: 2rem;
    margin: 0 0 4rem 0;
  }
  #col-main.main-page-office .c-wrap ._title h3 {
    font-size: 1.8rem;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex {
    margin: 0 auto 3rem;
  }
  #col-main.main-page-office .c-wrap.contents_top .__center iframe {
    height: 300px;
  }
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr th {
    width: 20%;
  }
  #col-main.main-page-greetings .contents .__flex {
    gap: 7rem;
  }
  #col-main.main-page-environment .strengths_top .__flex {
    gap: 7rem;
  }
  #col-main.main-page-trade .__flex > .__right .contents_middle {
    margin: 0 0 4rem 0;
  }
  #col-main.main-page-trade .__flex {
    gap: 7rem;
  }
  #col-main.main-page-trade ._title h3._f32 {
    font-size: 2rem;
  }
  #col-main.main-page-trade ._title p {
    font-size: 2rem;
  }
  #col-main.main-page-trade .One-row .__img {
    min-height: 900px;
  }
  #col-main.main-page-trade ._mb224 {
    margin: 0 auto 10rem;
  }
  #col-main.main-page-trade .contents h3._middle {
    font-size: 1.5rem;
  }
  #col-main.main-page-trade .contents ._title h4._f24 {
    font-size: 1.6rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex, body.post-type-archive-product_en .content-area #main .c-wrap .__flex {
    flex-direction: row;
    gap: 5rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title {
    font-size: 1.5rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a {
    padding: 1.6rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3 {
    font-size: 1.625rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_ch .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_en .content-area #main .c-wrap > h2.__title {
    font-size: 1.875rem;
  }
  body.single-product .product_cont_flex, body.single-product_ch .product_cont_flex, body.single-product_en .product_cont_flex {
    margin: 6rem auto 1rem;
  }
}
@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;
  }
  #col-main.main-page-strengths .gradation_circle.strengths_top {
    margin: 0 auto 14rem;
  }
  body.single-product .product_cont_flex, body.single-product_ch .product_cont_flex, body.single-product_en .product_cont_flex {
    margin: 9rem auto 1rem;
  }
}
@media only screen and (max-width:1263px){
  #col-main.main-page-office .c-wrap.contents_top .__flex > .__right table th {
    display: block;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex > .__right table td {
    display: block;
  }
  #col-main.main-page-environment #post-10 .entry-content .c-wrap ._title h2, #col-main.main-page-environment #post-878 .entry-content .c-wrap ._title h2, #col-main.main-page-environment #post-1318 .entry-content .c-wrap ._title h2 {
    font-size: 1.4rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap label button#reset_b {
    padding: 0.5rem 2rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a {
    padding: 1rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img {
    width: 150px;
    height: 120px;
  }
}
@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 h2 {
    margin: 0 0 3rem 0;
  }
  #col-main.main-page-strengths .gradation_circle .__img .__img_inner .circle {
    width: 24rem;
    height: 24rem;
    left: -15%;
    top: -5%;
  }
  #col-main.main-page-greetings .gradation_circle .__img .__img_inner .circle {
    width: 24rem;
    height: 24rem;
    left: -15%;
    top: -5%;
  }
  #col-main.main-page-environment .gradation_circle .__img .__img_inner .circle {
    width: 24rem;
    height: 24rem;
    left: -15%;
    top: -5%;
  }
  #col-main.main-page-trade .__flex > .__right .btn {
    padding: 1.5rem 2rem;
  }
  #col-main.main-single .post_eye_catching {
    text-align: left;
  }
}
@media only screen and (max-width:767px){
  #col-main.main-page-office .c-wrap.contents_substructure .contents_middle .table_area table tbody tr td {
    display: block;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex, body.post-type-archive-product_en .content-area #main .c-wrap .__flex {
    flex-direction: column;
    gap: 1rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex .__left, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left {
    width: 100%;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > h3.__title {
    font-size: 1rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title, body.post-type-archive-product_en .content-area #main .c-wrap .__flex .__left .query_wrap > p.__title {
    font-size: 1rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone {
    width: 100%;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > h3 {
    font-size: 1.1rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_ch .content-area #main .c-wrap > h2.__title, body.post-type-archive-product_en .content-area #main .c-wrap > h2.__title {
    font-size: 1.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 .section_top > .__jp {
    top: 2.7rem;
    left: 0.7rem;
    font-size: 0.7rem;
  }
  #col-main.main-page h2 {
    margin: 0 0 2rem 0;
  }
  #col-main.main-page-strengths .__flex {
    flex-direction: column;
    gap: 1rem;
  }
  #col-main.main-page-strengths .__flex > .__left {
    margin: 0;
  }
  #col-main.main-page-strengths .__flex > .__right {
    margin: 0 0 2rem 0;
  }
  #col-main.main-page-strengths .gradation_circle .__img .__img_inner .circle {
    width: 23rem;
    height: 23rem;
    left: -20%;
    top: 0;
  }
  #col-main.main-page-strengths .gradation_circle.strengths_top {
    margin: 0 auto 8rem;
  }
  #col-main.main-page-lineup .__title._circle {
    margin: 0 0 1rem 0;
  }
  #col-main.main-page-lineup .__title._circle::before {
    width: 3rem;
    height: 3rem;
    left: -1rem;
    top: -1rem;
  }
  #col-main.main-page-lineup .tax_box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  #col-main.main-page-lineup .tax_box .tax_small_box_wrap {
    flex-direction: row;
    gap: 2rem 1rem;
    margin: 0 0 0 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #col-main.main-page-lineup .tax_box .tax_small_box_wrap > .tax_small_box {
    width: 47%;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex {
    flex-direction: column;
    gap: 1rem;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left {
    margin: 0 0 3rem 0;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th {
    width: 100%;
    text-align: left;
    padding: 1rem 0 0 0;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th.pt0, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th.pt0, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th.pt0 {
    padding: 0;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td, #col-main.main-page-company #post-882 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td, #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr td {
    display: block;
    padding: 0 0 1rem 0;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li {
    padding: 0 0 5px 0;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li::after, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li::after, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li::after {
    left: 10px;
    top: 0.6rem;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl {
    flex-direction: column;
    margin: 0 0 20px 2em;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt span.small, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt span.small, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li dl dt span.small {
    font-weight: bold;
  }
  #col-main.main-page-company #post-12 .entry-content .c-wrap.One-row .th-dot .timeline li .border-line, #col-main.main-page-company #post-882 .entry-content .c-wrap.One-row .th-dot .timeline li .border-line, #col-main.main-page-company #post-1322 .entry-content .c-wrap.One-row .th-dot .timeline li .border-line {
    left: 15px;
  }
  #col-main.main-page-company #post-1322 .entry-content .c-wrap .__flex > .__left .table_area.th-orange table tbody tr th {
    display: block;
    width: 100%;
  }
  #col-main.main-page-office .c-wrap .office-btn {
    flex-direction: column;
    margin: 0 auto 3rem;
  }
  #col-main.main-page-office .c-wrap .office-btn li {
    margin: auto;
  }
  #col-main.main-page-office .c-wrap ._title h2 {
    margin: 0 0 2rem 0;
  }
  #col-main.main-page-office .c-wrap ._title h3 {
    margin: 0 0 2rem 0;
  }
  #col-main.main-page-office .c-wrap.contents_top.jump_point {
    padding-top: 50px;
    margin-top: -50px;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex {
    align-items: flex-start;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex > .__left ._title h2 {
    margin: 0 0 1rem 0;
  }
  #col-main.main-page-office .c-wrap.contents_top .__flex > .__middle {
    display: none;
  }
  #col-main.main-page-greetings .contents .__flex > .__left .__img img {
    width: 70%;
    margin: auto;
    display: block;
  }
  #col-main.main-page-greetings .contents .__flex > .__right h2 {
    text-align: center;
    font-size: 1.8rem;
  }
  #col-main.main-page-greetings .gradation_circle .__img .__img_inner .circle {
    width: 23rem;
    height: 23rem;
    left: -20%;
    top: 0;
  }
  #col-main.main-page-greetings .gradation_circle .__img .__img_inner .circle {
    top: 200px;
  }
  #col-main.main-page-environment .gradation_circle .__img .__img_inner .circle {
    width: 23rem;
    height: 23rem;
    left: -20%;
    top: 0;
  }
  #col-main.main-page-trade .__flex > .__left .__img._title {
    width: 70%;
  }
  #col-main.main-page-trade .__flex > .__left .__img h2 {
    margin: 0;
  }
  #col-main.main-page-trade .__flex > .__right .btn {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #03409B;
    border: 1px solid #03409B;
    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;
    margin: 0 auto 1rem;
    display: block;
    width: 80%;
  }
  #col-main.main-page-trade .__flex > .__right .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;
  }
  #col-main.main-page-trade .__flex > .__right .btn:hover {
    background: #fff;
    color: #03409B;
  }
  #col-main.main-page-trade .__flex > .__right .btn:hover .__svg {
    color: #03409B;
    transition: 0.3s;
  }
  #col-main.main-page-trade .contents ._title h2._middle {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
  #col-main.main-page-trade .contents h3._middle br.sp-none {
    display: none;
  }
  #col-main.main-page-trade .contents._mb96 {
    margin: 0 auto 3rem;
  }
  #archive-area {
    display: block;
  }
  #archive-area .archive_thum_box {
    margin-bottom: 1rem;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__left {
    width: 100%;
  }
  #archive-area .archive_thum_box .loop_box .loop_flex .__right {
    width: 100%;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a {
    grid-template-columns: 110px auto;
    grid-template-rows: 20px 48px 12px;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0 0.5rem;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > span {
    grid-area: 3/3/4/2;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > img {
    width: 110px;
    height: 80px;
  }
  body.post-type-archive-product .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > p, body.post-type-archive-product_ch .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > p, body.post-type-archive-product_en .content-area #main .c-wrap .__flex #result_zone #result_wrap div .result_item a > p {
    line-height: 1.4;
    font-size: 0.9rem;
  }
  body.post-type-archive-product.post-type-archive-product_en #result_wrap div .result_item a, body.post-type-archive-product_ch.post-type-archive-product_en #result_wrap div .result_item a, body.post-type-archive-product_en.post-type-archive-product_en #result_wrap div .result_item a {
    row-gap: 1.5rem;
  }
  body body.post-type-archive-pickup #archive-area .archive_thum_box .loop_box .loop_flex .__left img {
    width: 140px;
    height: auto;
  }
  body.single-product .product_cont_flex, body.single-product_ch .product_cont_flex, body.single-product_en .product_cont_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

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