@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 #EDF3F8;
  padding: 0.5rem 0;
}
.widget-area ul li:first-of-type {
  border-top: 1px solid #EDF3F8;
}
.widget-area .widget_categories li {
  padding: 0;
}
.widget-area .widget_categories a {
  display: block;
  color: #343434;
  padding: 0.5rem 0;
}
.widget-area .widget_categories a:hover {
  background: #EDF3F8;
}

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

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

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

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

.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: #343434;
  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: 5rem;
}

.c-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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: #707070;
  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 #707070;
  padding-bottom: 4rem;
  height: 100%;
}
.c-grid.--text > .__item .inner_box .inner_title {
  margin: 1rem 1rem 0 1rem;
  color: #015996;
  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: #015996;
  background: #fff;
  border: 1px solid #015996;
  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: #015996;
  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: #015996;
  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: #015996;
  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: #015996;
}
.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: #015996;
}
.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: #015996;
}
.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: #CACACA;
  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: #015996;
  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: #015996;
  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 #EDF3F8;
}
.c-table.--line.--sp_block {
  border-top: 1px solid #EDF3F8;
}
.c-table.--line.--sp_block > table tr {
  border-bottom: unset;
}
.c-table.--line.--sp_block > table tr th {
  border-bottom: 1px solid #EDF3F8;
}
.c-table.--line.--sp_block > table tr td {
  border-bottom: 1px solid #EDF3F8;
}
.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 #EDF3F8;
}
.c-table.--stripe > table tr:nth-child(odd) {
  background: #CACACA;
}
.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 #015996;
}
.c-tab > ul > li:hover {
  cursor: pointer;
  border-bottom: 1px solid #015996;
}
.c-tab.--border.--scroll {
  padding-bottom: 0;
}
.c-tab.--border > ul > li {
  border: 1px solid #707070;
  padding: 0.5rem 1rem;
  background: #EDF3F8;
}
.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 #707070;
  z-index: 1;
  background: #fff;
}

.c-modal_contents .__btn-close {
  position: absolute;
  background: #015996;
  top: -0.65rem;
  right: -0.65rem;
  border: 1px solid #015996;
  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: #343434;
}
#c-breadcrumb > ul li a:hover {
  color: #015996;
}
#c-breadcrumb > ul li a:hover .svg {
  color: #015996;
}
#c-breadcrumb > ul li .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #343434;
  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 #566874;
  overflow: hidden;
  line-height: 1.5;
  color: #566874;
  transition-duration: 0.3s;
}
#c-pagination .page-numbers .page-numbers.current {
  background: #566874;
  color: #fff;
}
#c-pagination .page-numbers .page-numbers:hover {
  background: #566874;
  color: #fff;
}

#c-go_top {
  display: none;
}
.js-header_hide-body #c-go_top {
  position: fixed;
  bottom: 1.5rem;
  right: 2.5rem;
  z-index: 6;
  border: 2px solid #99AFBE;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c-go_top .svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  fill: #99AFBE !important;
}
#c-go_top .svg use #svg-keyboard_arrow_up {
  fill: #99AFBE !important;
}
#c-go_top .svg use #svg-keyboard_arrow_up .st0 {
  fill: #99AFBE !important;
}
#c-go_top:hover {
  cursor: pointer;
}

.c-cat_list-1 {
  text-align: left;
  margin-bottom: 2rem;
}
.c-cat_list-1 a {
  color: #343434;
  display: block;
  position: relative;
}
.c-cat_list-1 a .__contents {
  border-bottom: 1px solid #707070;
  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 #015996;
  background: #015996;
  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: #015996;
  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 #707070;
}
.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: #015996;
  background: #fff;
  border: 1px solid #015996;
  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: #015996;
  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 #EDF3F8 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: #EDF3F8;
  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: #EDF3F8;
  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 #707070;
}
.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: #CACACA;
  padding: 1rem;
}
.c-details.--accordion > details {
  border: 1px solid #707070;
}
.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: #343434;
  transition: transform 0.2s;
}
.c-details.--accordion > details[open] > summary::after {
  transform: rotate(180deg);
}
.c-details.--accordion > details > .__inner {
  background: #CACACA;
  padding: 1rem;
}
.c-details.--qa > details > summary {
  outline: 1px solid #fff;
  background: #015996;
  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: #CACACA;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.c-details.--qa > details > .__inner::before {
  position: absolute;
  content: "A";
  left: 1rem;
  top: 1rem;
  color: #015996;
  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: #EDF3F8;
  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 #707070;
  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: #343434;
}
.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 #343434;
  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: #343434;
  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: #EDF3F8;
  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: #343434;
  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: #343434;
}
.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: #343434;
  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: #343434;
  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 #343434;
  border-right: 4px solid #343434;
  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 #343434;
  position: relative;
}
.c-flow_box > ul > li > dl > dt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #343434;
  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: #343434;
}

.u-gray {
  color: #707070;
}

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

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

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

.u-yellow {
  color: #fedd56;
}

.u-red {
  color: #FF0000;
}

.u-smoke {
  color: #EDF3F8;
}

.u-light {
  color: #CACACA;
}

.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: #015996;
  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: #015996;
  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: #015996;
  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: #343434;
}
.u-hover_border_slide::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -0.2em;
  background-color: #015996;
  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: #343434;
  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: #015996;
  background: #fff;
  border: 1px solid #015996;
  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: #015996;
  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: #343434;
}
.u-tel.--icon {
  color: #343434;
}

[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 #header-menu .menu > li > a {
  color: #343434;
  text-shadow: none !important;
}
#parts_header_bar #header-bar ._flex {
  background-color: none;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#parts_header_bar #header-bar #header-title {
  padding: 0 0 0 1rem;
}
#parts_header_bar #header-bar #header-title a {
  color: #015996;
  display: block;
  font-size: 1.5rem;
  font-family: "HGS明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}
#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_underlayer {
  display: block;
}
#parts_header_bar #header-bar #contact-area {
  position: absolute;
  top: 0.5rem;
  right: 4.8rem;
}
#parts_header_bar #header-bar #contact-area a {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border-color: #EDF3F8;
  display: flex;
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#parts_header_bar #header-bar #contact-area a img.__mail {
  width: 22px;
  height: 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;
  border-radius: 50%;
  background-color: #015996;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#parts_header_bar #header-bar #menu_button.--pc_active {
  top: 0.5rem;
}
#parts_header_bar #header-bar #menu_button:hover {
  cursor: pointer;
}
#parts_header_bar #header-bar #menu_button .svg {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
.js-header_hide-body #parts_header_bar #header-bar #menu_button .svg {
  color: #fff;
}
#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;
}
#parts_header_bar #header-bar #header-menu .menu > li > span,
#parts_header_bar #header-bar #header-menu .menu > li > a {
  color: #343434;
  padding: 0.75rem 1rem;
  display: inline-block;
}
.js-header_hide-body #parts_header_bar #header-bar #header-menu .menu > li {
  color: #343434;
}
#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: #015996;
  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: #015996;
  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#menu-item-19 {
  position: relative;
  width: 200px;
  height: 80px;
  background-color: #015996;
  margin: 0 0 0 0.8rem;
  padding: 0;
  border-radius: 50px;
}
#parts_header_bar #header-bar #header-menu .menu > li#menu-item-19:hover {
  background-color: #fff;
  transition: 0.3s;
}
#parts_header_bar #header-bar #header-menu .menu > li#menu-item-19 a {
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding: 1.6rem 0;
  transition: 0.3s;
}
#parts_header_bar #header-bar #header-menu .menu > li#menu-item-19 a:hover {
  color: #015996 !important;
  transition: 0.3s;
}
#parts_header_bar #header-bar #header-menu .menu > li#menu-item-19 a:hover::after {
  content: none;
}
#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: #343434;
  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%;
}

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: #343434;
}
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 #menu_button .svg {
  color: #343434;
}

#parts_menu {
  opacity: 1;
}
#parts_menu #menu_area .menu_box {
  display: none;
}
#parts_menu #menu_area .menu_box .searchform_box {
  position: relative;
  display: none;
}
#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: #fff;
  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(1, 89, 150, 0.7);
  opacity: 0;
  z-index: -1;
  overflow-y: auto;
}
#parts_menu #menu_area .__background::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
#parts_menu #menu_area .__background::-webkit-scrollbar-track {
  background: transparent;
}
#parts_menu #menu_area .__background::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
}
#parts_menu #menu_area[aria-expanded=false] {
  display: none;
}
#parts_menu #menu_area[aria-expanded=true] {
  display: block;
}
#parts_menu #menu_area.js-cloce .__background {
  animation: menu_close 0.5s ease 0s 1 forwards;
}
#parts_menu #menu_area.js-open .menu_box {
  display: block;
  width: 100%;
  z-index: 100;
  padding: 6rem 0rem 2rem;
}
#parts_menu #menu_area.js-open .__background {
  animation: menu_open 0.5s ease 0s 1 forwards;
}

#parts_bottom {
  background: #CACACA;
}
#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 {
  width: 100%;
  background: #003356;
}
#parts_footer a {
  color: #fff;
}
#parts_footer .footer {
  text-align: center;
  color: #fff;
  padding: 3rem 0;
}
#parts_footer .company_info {
  margin: 0 auto 1rem;
}
#parts_footer .company_info > .__logo {
  font-size: 1.5rem;
  font-family: "HGS明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}
#parts_footer .company_tel {
  margin: 0 auto 2rem;
}
#parts_footer .company_tel > address {
  font-size: 1.75rem;
  margin: 0 auto;
  font-weight: bold;
  font-style: normal;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#parts_footer .company_tel > address img {
  width: 26px;
  height: 26px;
}
#parts_footer #menu-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem 3rem;
}
#parts_footer #menu-footer > li a {
  font-weight: 600;
  position: relative;
}
#parts_footer #menu-footer > 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 {
  transform-origin: left;
  transform: scaleX(1);
}
#parts_footer #copyright {
  text-align: center;
  width: 100%;
  padding: 0 0 2.7rem;
}

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

#col-main.main-page-front {
  margin-top: clamp(3rem, 2.388rem + 2.04vw, 8rem);
  text-align: left;
}
#col-main.main-page-front .section {
  margin-bottom: 5rem;
}
#col-main.main-page-front .section#company {
  margin: 10rem auto 0;
}
#col-main.main-page-front .section_top {
  position: relative;
  margin-bottom: 2rem;
}
#col-main.main-page-front .section_top > .__title {
  position: relative;
  font-weight: bold;
  margin: 0 auto 1rem;
}
#col-main.main-page-front .section_top > .__title span {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#col-main.main-page-front .section_top > .__title span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 60px;
  height: 1px;
  background-color: #707070;
}
#col-main.main-page-front .section_top > .__jp {
  font-size: 0.8rem;
  color: #707070;
  margin: 0 0 0 0.8rem;
  position: absolute;
  top: 0.7rem;
}
#col-main.main-page-front .__text_box .title h2.__title {
  font-weight: 600;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}
#col-main.main-page-front #about .__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
  flex-direction: column;
  gap: 1rem;
}
#col-main.main-page-front #about .__flex > .__left p:last-of-type {
  margin: 0;
}
#col-main.main-page-front #about .__flex > .__right p:last-of-type {
  margin: 0;
}
#col-main.main-page-front #about .__flex > .__right .__img_box {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#col-main.main-page-front #about .__flex > .__right .__img_box picture {
  position: relative;
}
#col-main.main-page-front #about .__flex > .__right .__img_box picture p {
  position: absolute;
  top: 59%;
  left: 4%;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-right: 1px solid #FFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#col-main.main-page-front #about .bg-circle {
  position: relative;
}
#col-main.main-page-front #about .bg-circle .__img .__img_inner .circle {
  position: absolute;
  content: "";
  background: rgba(1, 89, 150, 0.1);
  width: 65rem;
  height: 65rem;
  background-size: 150% 150%;
  border-radius: 50%;
  z-index: -1;
  left: -2%;
  top: -250px;
  animation-name: gradation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#col-main.main-page-front #about .bg-circle .__img .__img_inner .circle.circle-right {
  left: auto;
  top: 0;
  right: -8%;
}
#col-main.main-page-front #about .bg-circle .__img .__img_inner .circle.sp-circle-right {
  top: 70vh;
}
#col-main.main-page-front #about .bg-circle .__img .__img_inner .circle.sp-circle-left {
  top: -20vh;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#col-main.main-page-front #about .bg-circle .__img.a-fuwafuwa {
  animation: horizontal 8s ease-in-out infinite alternate;
}
#col-main.main-page-front #about .bg-circle .__img.a-fuwafuwa > .__img_inner {
  animation: vertical 2.5s ease-in-out infinite alternate;
}
#col-main.main-page-front #about .bg-circle.strengths_top {
  margin: 0 auto 8rem;
}
#col-main.main-page-front #about .swiper-container-front {
  height: auto;
}
#col-main.main-page-front #about .swiper-container-front .swiper-slide:not(.--first) {
  display: none;
}
#col-main.main-page-front #about .swiper-container-front.swiper-horizontal .swiper-slide:not(.--first) {
  display: block;
}
#col-main.main-page-front #about .swiper-container-front .swiper-button-prev, #col-main.main-page-front #about .swiper-container-front .swiper-button-next {
  background: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
#col-main.main-page-front #about .swiper-container-front .swiper-button-prev::after, #col-main.main-page-front #about .swiper-container-front .swiper-button-next::after {
  color: #566874;
  font-size: 1.2rem;
}
#col-main.main-page-front #about .swiper-container-front .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 14%);
  top: var(--swiper-navigation-sides-offset, 80%);
}
#col-main.main-page-front #about .swiper-container-front .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 79%);
  top: var(--swiper-navigation-sides-offset, 80%);
}
#col-main.main-page-front #about .swiper-container-front .swiper-pagination {
  left: var(--swiper-navigation-sides-offset, 0);
  top: var(--swiper-pagination-top, 97%);
}
#col-main.main-page-front #about .swiper-container-front .swiper-pagination .swiper-pagination-bullet {
  border-radius: 20px;
  width: 3rem;
  height: 2px;
  background-color: #CACACA;
  opacity: 1;
}
#col-main.main-page-front #about .swiper-container-front .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #015996;
}
#col-main.main-page-front #strengths section {
  position: relative;
}
#col-main.main-page-front #strengths section .__img .__img_inner .circle {
  position: absolute;
  content: "";
  background: rgba(1, 89, 150, 0.1);
  width: 65rem;
  height: 65rem;
  background-size: 150% 150%;
  border-radius: 50%;
  z-index: -1;
  left: -2%;
  top: -250px;
  animation-name: gradation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#col-main.main-page-front #strengths section .__img .__img_inner .circle.circle-right {
  left: auto;
  top: 0;
  right: -8%;
}
#col-main.main-page-front #strengths section .__img .__img_inner .circle.sp-circle-right {
  top: 70vh;
}
#col-main.main-page-front #strengths section .__img .__img_inner .circle.sp-circle-left {
  top: -20vh;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#col-main.main-page-front #strengths section .__img.a-fuwafuwa {
  animation: horizontal 8s ease-in-out infinite alternate;
}
#col-main.main-page-front #strengths section .__img.a-fuwafuwa > .__img_inner {
  animation: vertical 2.5s ease-in-out infinite alternate;
}
#col-main.main-page-front #strengths section .pc-none {
  margin: 0 auto 8rem;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .number {
  position: relative;
  font-weight: normal;
  margin: 0 auto 1rem;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .number span {
  display: flex;
  align-items: center;
  color: #015996;
  font-size: 18px;
  text-transform: uppercase;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .number span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 65%;
  height: 1px;
  background-color: #015996;
  margin-left: auto;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .number.number-left span::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 65%;
  height: 1px;
  background-color: #015996;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .number.number-left span::before {
  content: none;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex h3 {
  font-size: 1.3rem;
  color: #015996;
  margin: 0 0 1rem 0;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex h3 br.sp {
  display: none;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1rem;
  flex-direction: column-reverse;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__left {
  margin: 0 0 2rem 0;
  width: 100%;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__left._last {
  margin: 0;
  width: 100%;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__left._last img {
  width: 100%;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__left p:last-of-type {
  margin: 0;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__right {
  margin: 0 0 2rem 0;
  width: 100%;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__right p:last-of-type {
  margin: 0;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__right .__text.mb2 {
  margin: 0 auto 1rem;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__right .__text.bg-smoke {
  background-color: #EDF3F8;
  padding: 1rem;
}
#col-main.main-page-front #strengths .c-wrap.forte_flex .__flex.__column {
  flex-direction: column-reverse;
  gap: 0;
}
#col-main.main-page-front #message .__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
#col-main.main-page-front #message .__flex > .__left {
  margin: 0;
}
#col-main.main-page-front #message .__flex > .__left p:last-of-type {
  margin: 0;
}
#col-main.main-page-front #message .__flex > .__right {
  margin: 0;
}
#col-main.main-page-front #message .__flex > .__right p:last-of-type {
  margin: 0;
}
#col-main.main-page-front #message .__flex > .__right h2 {
  font-size: 1.4rem;
  color: #015996;
  margin: 0 0 1rem 0;
}
#col-main.main-page-front #message .__flex > .__right .signature {
  font-family: "HG行書体", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  text-align: right;
}
#col-main.main-page-front #message .__flex > .__right .signature span {
  font-size: 1rem;
}
#col-main.main-page-front #message .bg-circle {
  position: relative;
}
#col-main.main-page-front #message .bg-circle .__img .__img_inner .circle {
  position: absolute;
  content: "";
  background: rgba(1, 89, 150, 0.1);
  width: 65rem;
  height: 65rem;
  background-size: 150% 150%;
  border-radius: 50%;
  z-index: -1;
  left: -2%;
  top: -250px;
  animation-name: gradation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#col-main.main-page-front #message .bg-circle .__img .__img_inner .circle.circle-right {
  left: auto;
  top: 0;
  right: -8%;
}
#col-main.main-page-front #message .bg-circle .__img .__img_inner .circle.sp-circle-right {
  top: 70vh;
}
#col-main.main-page-front #message .bg-circle .__img .__img_inner .circle.sp-circle-left {
  top: -20vh;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#col-main.main-page-front #message .bg-circle .__img.a-fuwafuwa {
  animation: horizontal 8s ease-in-out infinite alternate;
}
#col-main.main-page-front #message .bg-circle .__img.a-fuwafuwa > .__img_inner {
  animation: vertical 2.5s ease-in-out infinite alternate;
}
#col-main.main-page-front #message .bg-circle.strengths_top {
  margin: 0 auto 8rem;
}
#col-main.main-page-front #company .bg-bottom {
  height: auto;
  background-image: url("/wp-content/themes/original/images/page/bottom-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 10rem;
  background-position: 25% 75%;
}
#col-main.main-page-front #company .bg-bottom .section_top > .__title span {
  color: #fff;
}
#col-main.main-page-front #company .bg-bottom .section_top > .__title span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 60px;
  height: 1px;
  background-color: #fff;
  background-position: 80% 100%;
}
#col-main.main-page-front #company .bg-bottom .c-wrap {
  color: #fff;
}
#col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white {
  width: 100%;
  font-size: 90%;
}
#col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr {
  border-bottom: 1px solid #fff;
}
#col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr th {
  display: inline-block;
  width: 20%;
  padding: 1rem 0;
}
#col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr td {
  display: inline-block;
  padding: 1rem 0;
}
#col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr td._tel a {
  pointer-events: none;
  text-decoration: none;
  color: #FFF;
}
#col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr td br.pc-none {
  display: inline-block;
}
#col-main.main-page-front #map {
  margin-bottom: 0;
}
#col-main.main-page-front #map iframe {
  vertical-align: bottom;
}
#col-main.main-page-front #contact {
  margin: 0 auto;
}
#col-main.main-page-front #contact.bg-smoke {
  background-color: #EDF3F8;
  width: 100%;
  padding: 2rem 0;
}
#col-main.main-page-front #contact .c-wrap._narrow .__text_box .__table {
  max-width: 1080px;
  margin: auto;
}
#col-main.main-page-front #contact h2 {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  margin: 1.3rem 0;
  line-height: 1.5;
  text-align: center;
}
#col-main.main-page-front #contact .__text {
  text-align: left;
}
#col-main.main-page-front #contact .__text.sp-none {
  display: none;
}
#col-main.main-page-front #contact .__text .m_color {
  color: #566874;
}
#col-main.main-page-front #contact .__text .m_color a {
  font-weight: bold;
  color: #566874;
  text-decoration: underline;
}
#col-main.main-page-front #contact .__table {
  text-align: left;
}
#col-main.main-page-front #contact .__table p {
  margin: 0 0 2rem 0;
}
#col-main.main-page-front #contact .wpcf7 input[type=tel],
#col-main.main-page-front #contact .wpcf7 input[type=email],
#col-main.main-page-front #contact .wpcf7 input[type=text] {
  width: 100%;
  padding: 0.5rem;
}
#col-main.main-page-front #contact .wpcf7 textarea {
  width: 100%;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy .__text {
  color: #566874;
  margin: 0 0 1rem 1rem;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy .__text.pc-none {
  display: block;
  margin: 0 0 0 4rem;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy .__text a {
  color: #566874;
  font-weight: bold;
  text-decoration: underline;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy p {
  margin: 0 0 0.2rem 0;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy .checkboxItem {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy .checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #707070;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 14.5px;
  left: 10px;
  width: 18px;
  height: 6px;
  border-bottom: 2px solid #707070;
  border-left: 2px solid #707070;
  transform: rotate(-45deg);
}
#col-main.main-page-front #contact .wpcf7 .contact_privacy ._box p {
  display: flex;
  flex-direction: row;
}
#col-main.main-page-front #contact .wpcf7 .contact_submit {
  margin: 4rem auto 2rem;
  text-align: center;
}
#col-main.main-page-front #contact .wpcf7 .contact_submit > p {
  display: inline-block;
  position: relative;
}
#col-main.main-page-front #contact .wpcf7 .contact_submit .__btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #015996;
  border: 1px solid #015996;
  letter-spacing: 0.1em;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 3rem;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
  width: 260px;
  height: 63px;
}
#col-main.main-page-front #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-front #contact .wpcf7 .contact_submit .__btn:hover {
  background: #fff;
  color: #015996;
}
#col-main.main-page-front #contact .wpcf7 .contact_submit .__btn:hover .__svg {
  color: #015996;
  transition: 0.3s;
}
#col-main.main-page-front #product section {
  position: relative;
}
#col-main.main-page-front #product section .__img .__img_inner .circle {
  position: absolute;
  content: "";
  background: rgba(1, 89, 150, 0.1);
  width: 65rem;
  height: 65rem;
  background-size: 150% 150%;
  border-radius: 50%;
  z-index: -1;
  left: -2%;
  top: -250px;
  animation-name: gradation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#col-main.main-page-front #product section .__img .__img_inner .circle.circle-right {
  left: auto;
  top: 0;
  right: -8%;
}
#col-main.main-page-front #product section .__img .__img_inner .circle.sp-circle-right {
  top: 70vh;
}
#col-main.main-page-front #product section .__img .__img_inner .circle.sp-circle-left {
  top: -20vh;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#col-main.main-page-front #product section .__img.a-fuwafuwa {
  animation: horizontal 8s ease-in-out infinite alternate;
}
#col-main.main-page-front #product section .__img.a-fuwafuwa > .__img_inner {
  animation: vertical 2.5s ease-in-out infinite alternate;
}
#col-main.main-page-front #product section .pc-none {
  margin: 0 auto 8rem;
}
#col-main.main-page-front #product section .__img_box {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  gap: 3rem;
}
#col-main.main-page-front #product section .__img_box .swiper-container-product {
  width: 100%;
}
#col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-slide {
  height: auto;
  width: 100%;
}
#col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-slide:not(.--first) {
  display: none;
}
#col-main.main-page-front #product section .__img_box .swiper-container-product.swiper-horizontal .swiper-slide:not(.--first) {
  display: block;
}
#col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination {
  left: var(--swiper-navigation-sides-offset, 0);
  top: var(--swiper-pagination-top, 98%);
}
#col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  border-radius: 20px;
  width: 3rem;
  height: 2px;
  background-color: #CACACA;
  opacity: 1;
}
#col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #015996;
}
#col-main.main-page-front #product section .__img_box .swiper-container-thumbnail {
  overflow: hidden;
}
#col-main.main-page-front #product section .__text_box {
  margin: 0 auto 1rem;
}
@media only screen and (min-width:480px){
  .c-section {
    margin-bottom: 9rem;
  }
  .c-grid.--gap3 {
    gap: 2rem 2rem;
  }
  .c-grid.--gap4 {
    gap: 2rem 2rem;
  }
  .c-grid.--gap5 {
    gap: 2rem 2rem;
  }
  .c-img_on_box .__inner {
    padding-top: 18rem;
  }
  .c-cat_grid-1 > .cat_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .c-flow_step > ul > li > dl {
    display: flex;
    align-items: center;
    padding: 2rem;
  }
  .c-flow_step > ul > li > dl > dt {
    width: 10em;
    padding-right: 2rem;
  }
  .c-flow_step > ul > li > dl > dd {
    width: calc(100% - 10em);
  }
  .u-center.--tb {
    text-align: center;
  }
  .u-large {
    font-size: 1.2rem;
  }
  .u-big {
    font-size: 1.8rem;
  }
  .u-sp_none {
    display: block;
  }
  .u-sp_block {
    display: none;
  }
  body.admin-bar #parts_header_bar #header-bar_area {
    top: 46px;
  }
  #parts_menu #menu_area .menu_box .searchform_box .svg {
    width: 2rem;
    height: 2rem;
  }
  #parts_menu #menu_area .menu_box .searchform_box input.search-text {
    font-size: 1.5rem;
    padding: 1rem 1rem 0.7rem 3rem;
  }
  #parts_bottom .btn {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #E86606;
    border: 1px solid #E86606;
    letter-spacing: 0.2em;
    font-size: 1rem;
    padding: 1.5rem 3rem;
    border-radius: 3rem;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    font-weight: bold;
  }
  #parts_bottom .btn .__svg {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #fff;
    width: 1em;
    height: 1em;
    vertical-align: top;
    transition: color 0.3s;
    position: absolute;
    transition: 0.3s;
  }
  #parts_bottom .btn:hover {
    background: #fff;
    color: #E86606;
  }
  #parts_bottom .btn:hover .__svg {
    color: #E86606;
    transition: 0.3s;
  }
  #parts_footer .footer {
    padding: 3rem;
  }
  #parts_footer .company_info {
    margin: 0 auto 2rem;
  }
  #parts_footer .company_info > .__logo {
    font-size: 1.6rem;
  }
  #parts_footer .company_tel {
    margin: 0 auto 3rem;
  }
  #parts_footer .company_tel > address {
    font-size: 2rem;
    gap: 0.8rem;
  }
  #parts_footer .company_tel > address img {
    width: 34px;
    height: 34px;
  }
  #col-main.main-page-front .section {
    margin-bottom: 9rem;
  }
  #col-main.main-page-front .section_top {
    margin-bottom: 3rem;
  }
  #col-main.main-page-front .section_top > .__title {
    margin: 0 auto 3rem;
  }
  #col-main.main-page-front .section_top > .__title span::before {
    width: 2rem;
  }
  #col-main.main-page-front #about .__flex {
    gap: 3rem;
    padding: 0 1rem 0 2rem;
  }
  #col-main.main-page-front #about .__flex > .__right {
    margin: auto;
    width: 70%;
    overflow: hidden;
  }
  #col-main.main-page-front #about .__flex > .__right .__img_box {
    gap: 1.5rem;
  }
  #col-main.main-page-front #about .swiper-container-front .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10%);
    top: var(--swiper-navigation-sides-offset, 82%);
  }
  #col-main.main-page-front #about .swiper-container-front .swiper-button-next {
    display: none;
  }
  #col-main.main-page-front #about .swiper-container-front .swiper-pagination {
    left: var(--swiper-navigation-sides-offset, -6%);
    top: var(--swiper-pagination-top, 100%);
  }
  #col-main.main-page-front #about .swiper-container-front .swiper-pagination .swiper-pagination-bullet {
    width: 3.875rem;
    height: 4px;
  }
  #col-main.main-page-front #strengths section .pc-none {
    display: none;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .number {
    margin: 0 auto 1rem;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .number span::before {
    width: 60%;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .number.number-left span::after {
    width: 60%;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex h3 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex {
    gap: 1rem;
    margin: 0 auto 6rem;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__left {
    margin: 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__right {
    margin: 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__right .__text.mb2 {
    margin: 0 auto 2.5rem;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex.__column {
    gap: 2rem;
  }
  #col-main.main-page-front #message .__flex {
    flex-direction: row;
    gap: 3rem;
  }
  #col-main.main-page-front #message .__flex > .__left {
    margin: 0;
    width: 40%;
  }
  #col-main.main-page-front #message .__flex > .__right {
    width: 60%;
  }
  #col-main.main-page-front #message .__flex > .__right h2 {
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
  }
  #col-main.main-page-front #company .bg-bottom .section_top > .__title span::before {
    width: 2rem;
  }
  #col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr th {
    width: 24%;
  }
  #col-main.main-page-front #contact.bg-smoke {
    padding: 4rem 0 3rem 0;
  }
  #col-main.main-page-front #contact h2 {
    font-size: 2.5rem;
    margin: 1.5rem 0;
  }
  #col-main.main-page-front #product section .pc-none {
    display: none;
  }
  #col-main.main-page-front #product section .__img_box {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }
  #col-main.main-page-front #product section .__img_box > .__left {
    margin-bottom: 2rem;
  }
  #col-main.main-page-front #product section .__img_box > .__right > .__img img,
  #col-main.main-page-front #product section .__img_box > .__left > .__img img {
    width: 100%;
  }
  #col-main.main-page-front #product section .__img_box > .__right > .__content,
  #col-main.main-page-front #product section .__img_box > .__left > .__content {
    margin-top: 1rem;
  }
  #col-main.main-page-front #product section .__img_box .swiper-container-product {
    width: 50%;
  }
  #col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 2.5rem;
    height: 2.5px;
  }
  #col-main.main-page-front #product section .__text_box {
    margin: 0 auto 3rem;
  }
}
@media only screen and (min-width:480px) and (min-width:768px){
  #col-main.main-page-front #product section .__img_box {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
  #col-main.main-page-front #product section .__img_box > .__left {
    width: 50%;
    margin-bottom: 0;
  }
  #col-main.main-page-front #product section .__img_box > .__right {
    width: 50%;
  }
}
@media only screen and (min-width:768px){
  .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;
  }
  #parts_header_bar #header-bar #header-title {
    padding: 0 0 0 2rem;
  }
  #parts_header_bar #header-bar #header-title a {
    font-size: 1.5rem;
  }
  #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 {
    padding: 3rem 2rem;
  }
  #parts_footer .company_info > .__logo {
    font-size: 2rem;
  }
  #col-main.main-page-front .section_top > .__title span::before {
    width: 3rem;
  }
  #col-main.main-page-front .__text_box .title h2.__title {
    font-size: 2rem;
  }
  #col-main.main-page-front #about .__flex {
    padding: 0 1.5rem 0 3rem;
  }
  #col-main.main-page-front #about .bg-circle.strengths_top {
    margin: 0 auto 12rem;
  }
  #col-main.main-page-front #message .bg-circle.strengths_top {
    margin: 0 auto 12rem;
  }
  #col-main.main-page-front #company .bg-bottom {
    padding: 6rem 0 8rem 0;
    background-position: right 0 top -200px;
  }
  #col-main.main-page-front #company .bg-bottom .section_top > .__title span::before {
    width: 3rem;
  }
  #col-main.main-page-front #contact h2 {
    font-size: 2.5rem;
    margin: 1.4rem 0;
  }
}
@media only screen and (min-width:768px) and ( max-width: 1280px){
  .c-wrap.--small {
    width: 80vw;
  }
  #parts_bottom .inner_flex .__right {
    font-size: 0.8rem;
  }
  #parts_bottom .btn {
    line-height: 0.8;
    padding: 1rem 2rem 0.5rem;
  }
  #col-main.main-page-front #contact .__text .m_color a {
    font-size: 90%;
  }
  #col-main.main-page-front #product section .__img_box {
    width: 100%;
  }
  #col-main.main-page-front #product section .__img_box > .__left {
    margin-bottom: 2rem;
  }
  #col-main.main-page-front #product section .__img_box > .__right > .__img img,
  #col-main.main-page-front #product section .__img_box > .__left > .__img img {
    width: 100%;
  }
  #col-main.main-page-front #product section .__img_box > .__right > .__content,
  #col-main.main-page-front #product section .__img_box > .__left > .__content {
    margin-top: 1rem;
  }
}
@media only screen and (min-width:1072px){
  td,
  th {
    padding: 1rem;
  }
  .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 {
    width: 60px;
    height: 60px;
    bottom: 3rem;
    right: 13rem;
  }
  .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 #707070;
  }
  .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;
  }
  #parts_header_bar #header-bar #header-title {
    padding: 0 2rem;
  }
  #parts_header_bar #header-bar #header-title a {
    font-size: 1.75rem;
  }
  #parts_header_bar #header-bar #header-title a img {
    max-height: 1.7rem;
  }
  #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: "century-gothic", 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 .footer {
    padding: 4rem;
  }
  #parts_footer #menu-footer {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #col-main.main-page-front .section {
    margin-bottom: 6rem;
  }
  #col-main.main-page-front .section_top > .__title span::before {
    width: 8rem;
  }
  #col-main.main-page-front .section_top > .__title {
    font-size: 3rem;
  }
  #col-main.main-page-front .section_top > .__jp {
    font-size: 0.9rem;
  }
  #col-main.main-page-front #about .__flex {
    padding: 0 8rem;
  }
  #col-main.main-page-front #message .__flex > .__right h2 {
    margin: -0.6rem 0 1.5rem 0;
  }
  #col-main.main-page-front #company .bg-bottom .section_top > .__title span::before {
    width: 8rem;
  }
  #col-main.main-page-front #company .bg-bottom .section_top > .__title {
    font-size: 3rem;
  }
  #col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white {
    width: 38rem;
  }
  #col-main.main-page-front #contact h2 {
    font-size: 3rem;
    margin: 3.5rem 0 2rem;
  }
}
@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 ._flex {
    background-color: #fff;
    width: 1480px;
    max-width: 80%;
    height: 80px;
    margin: 1rem auto;
    border-radius: 100px;
    box-shadow: 3px 3px 10px -5px rgba(86, 104, 116, 0.3);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #parts_header_bar #header-bar #contact-area {
    display: none;
  }
  #parts_header_bar #header-bar #menu_button:not(.--pc_active) {
    display: none;
  }
  #parts_header_bar #header-bar #header-menu #original_search form .searchform_box {
    right: 20.6rem;
  }
  #parts_header_bar #header-bar #header-menu {
    display: block;
    padding: 0;
  }
  #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#menu-item-19 a {
    padding: 1.5rem 0;
  }
  #parts_header_bar #header-bar #header-menu .menu .sub-menu li a {
    display: block;
  }
  #parts_footer #menu-footer > li a {
    font-size: 1.125rem;
  }
  #col-main.main-page-front .section_top > .__title span::before {
    width: 12rem;
  }
  #col-main.main-page-front .__text_box .title h2.__title {
    font-size: 2.8rem;
  }
  #col-main.main-page-front #about .__flex {
    flex-direction: row;
    gap: 4rem;
    padding: 0 6rem 0 12rem;
  }
  #col-main.main-page-front #about .__flex > .__left {
    margin: 0;
    width: 50%;
  }
  #col-main.main-page-front #about .__flex > .__right {
    margin: 0;
    width: 50%;
    overflow: hidden;
  }
  #col-main.main-page-front #about .__flex > .__right .__img_box {
    gap: 2.5rem;
  }
  #col-main.main-page-front #about .__flex > .__right .__img_box picture p {
    font-size: 2rem;
  }
  #col-main.main-page-front #about .bg-circle .__img .__img_inner .circle.circle-right {
    right: -4%;
    top: 0;
  }
  #col-main.main-page-front #about .swiper-container-front .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 54%);
    top: var(--swiper-navigation-sides-offset, 72%);
  }
  #col-main.main-page-front #about .swiper-container-front .swiper-pagination {
    left: var(--swiper-navigation-sides-offset, 19%);
    top: var(--swiper-pagination-top, 100%);
  }
  #col-main.main-page-front #strengths section .__img .__img_inner .circle.circle-right {
    right: -4%;
    top: 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .number {
    margin: 0 auto 3rem;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex h3 {
    font-size: 2rem;
    margin: -0.8rem 0 2rem 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex {
    flex-direction: row;
    margin: 0 auto 8rem;
    gap: 4rem;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__left {
    width: 40%;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__left p:last-of-type {
    margin: 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex > .__right {
    margin: 0;
    width: 60%;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex.__reverse > .__left {
    width: 60%;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex.__reverse > .__right {
    width: 40%;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex.__column {
    flex-direction: column;
    gap: 3rem;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex.__column > .__right {
    width: 100%;
  }
  #col-main.main-page-front #message .__flex {
    gap: 4rem;
  }
  #col-main.main-page-front #message .__flex > .__right h2 {
    font-size: 2rem;
    margin: -0.6rem 0 2rem 0;
  }
  #col-main.main-page-front #message .__flex > .__right .signature {
    font-size: 1.8rem;
  }
  #col-main.main-page-front #message .bg-circle .__img .__img_inner .circle.circle-right {
    right: -4%;
    top: 0;
  }
  #col-main.main-page-front #company .bg-bottom {
    padding: 8rem 0 10rem 0;
    background-image: url("/wp-content/themes/original/images/page/bottom.jpg");
    background-position: right 0 top 0;
  }
  #col-main.main-page-front #company .bg-bottom .section_top > .__title span::before {
    width: 12rem;
  }
  #col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr td span {
    margin: 0 0 0 1rem;
  }
  #col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr td br.pc-none {
    display: none;
  }
  #col-main.main-page-front #contact.bg-smoke {
    padding: 8rem 0 10rem 0;
  }
  #col-main.main-page-front #contact .__text {
    text-align: center;
  }
  #col-main.main-page-front #contact .__text.sp-none {
    display: block;
  }
  #col-main.main-page-front #contact .wpcf7 .contact_privacy .__text.pc-none {
    display: none;
  }
  #col-main.main-page-front #product section .__img .__img_inner .circle.circle-right {
    right: -4%;
    top: 0;
  }
  #col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination {
    left: var(--swiper-navigation-sides-offset, 19%);
    top: var(--swiper-pagination-top, 101%);
  }
  #col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    border-radius: 10px;
    width: 3.875rem;
    height: 4px;
  }
  #col-main.main-page-front #product section .__text_box .title h2.__title {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width:1740px){
  .c-wrap {
    padding-left: 20.5rem;
    padding-right: 20.5rem;
  }
  .c-wrap._wide {
    padding-left: 16.5rem;
    padding-right: 16.5rem;
  }
  #parts_header_bar #header-bar_area {
    height: 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#menu-item-19 a {
    padding: 1.1rem 0;
  }
  #col-main.main-page-front .section_top > .__title span::before {
    width: 16.5rem;
  }
  #col-main.main-page-front .section_top > .__title span._long::before {
    width: 20.5rem;
  }
  #col-main.main-page-front #about .__flex {
    padding: 0 8rem 0 16.5rem;
  }
  #col-main.main-page-front #about .bg-circle .__img .__img_inner .circle.circle-right {
    right: -8%;
    top: 0;
  }
  #col-main.main-page-front #about .bg-circle.strengths_top {
    margin: 0 auto 14rem;
  }
  #col-main.main-page-front #strengths section .__img .__img_inner .circle.circle-right {
    right: -8%;
    top: 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .number span::before {
    width: 55%;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .number.number-left span::after {
    width: 55%;
  }
  #col-main.main-page-front #message .bg-circle .__img .__img_inner .circle.circle-right {
    right: -8%;
    top: 0;
  }
  #col-main.main-page-front #message .bg-circle.strengths_top {
    margin: 0 auto 14rem;
  }
  #col-main.main-page-front #company .bg-bottom .section_top > .__title span::before {
    width: 16.5rem;
  }
  #col-main.main-page-front #product section .__img .__img_inner .circle.circle-right {
    right: -8%;
    top: 0;
  }
  #col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination {
    left: var(--swiper-navigation-sides-offset, 11%);
    top: var(--swiper-pagination-top, 101%);
  }
}
@media only screen and (min-width:768px) and ( max-width: 1280px) and (min-width:768px){
  #col-main.main-page-front #product section .__img_box {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  #col-main.main-page-front #product section .__img_box > .__left {
    width: 50%;
    margin-bottom: 0;
  }
  #col-main.main-page-front #product section .__img_box > .__right {
    width: 50%;
  }
}
@media only screen and (max-width:1263px){
  #col-main.main-page-front .section#company {
    margin: 6rem auto 0;
  }
  #col-main.main-page-front .section#about {
    margin-bottom: 9rem;
  }
  #col-main.main-page-front .section#message {
    margin-bottom: 0;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex .__flex.__reverse {
    flex-direction: column;
  }
}
@media only screen and (max-width:1071px){
  .a-FadeInUpList > div,
  .a-FadeInUpList > li {
    animation: a-FadeInUp 0.8s ease 0s 1 both;
  }
  .c-grid.--tb_col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid.--tb_col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid.--tb_col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid.--tb_col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid.--tb_col5 {
    grid-template-columns: repeat(5, 1fr);
  }
  #c-breadcrumb > ul {
    flex-wrap: wrap;
    overflow-x: unset;
  }
  #c-breadcrumb > ul li {
    word-break: keep-all;
    white-space: nowrap;
  }
  #parts_bottom .flex .__left img {
    width: 2.5rem;
  }
  #parts_bottom .btn {
    padding: 1.5rem 2rem;
  }
  #col-main.main-page-front #about .bg-circle .__img .__img_inner .circle {
    width: 40rem;
    height: 40rem;
    left: -15%;
    top: -5%;
  }
  #col-main.main-page-front #strengths section .__img .__img_inner .circle {
    width: 40rem;
    height: 40rem;
    left: -15%;
    top: -5%;
  }
  #col-main.main-page-front #message .bg-circle .__img .__img_inner .circle {
    width: 40rem;
    height: 40rem;
    left: -15%;
    top: -5%;
  }
  #col-main.main-page-front #product section .__img .__img_inner .circle {
    width: 40rem;
    height: 40rem;
    left: -15%;
    top: -5%;
  }
}
@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: #CACACA;
  }
  .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: #343434;
  }
  .u-tel.--icon {
    color: #343434;
    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: #343434;
  }
  #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 .__text {
    font-size: 0.8rem;
  }
  #parts_footer #copyright {
    padding: 0 0 1rem;
    font-size: 0.8rem;
  }
  #col-main.main-page-front .section#company {
    margin: 0;
  }
  #col-main.main-page-front .section#about {
    margin-bottom: 8rem;
  }
  #col-main.main-page-front .section#message {
    margin-bottom: 3rem;
  }
  #col-main.main-page-front .section_top > .__jp {
    top: 2.7rem;
    left: 0.7rem;
    font-size: 0.7rem;
  }
  #col-main.main-page-front .section_top {
    margin-bottom: 2rem;
  }
  #col-main.main-page-front #about .__flex > .__left {
    margin: 0 0 2rem 0;
  }
  #col-main.main-page-front #about .__flex > .__right {
    margin: 0;
  }
  #col-main.main-page-front #about .bg-circle .__img .__img_inner .circle.circle-right {
    left: auto;
    top: 23vh;
    right: -20%;
  }
  #col-main.main-page-front #about .bg-circle .__img .__img_inner .circle {
    width: 26rem;
    height: 26rem;
    left: -20vw;
    top: 30vh;
  }
  #col-main.main-page-front #about .bg-circle.strengths_top {
    margin: 0 auto 8rem;
  }
  #col-main.main-page-front #about .swiper-container-front {
    height: auto;
  }
  #col-main.main-page-front #about .swiper-container-front .swiper-button-prev, #col-main.main-page-front #about .swiper-container-front .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  #col-main.main-page-front #strengths section .__img .__img_inner .circle.circle-right {
    left: auto;
    top: 23vh;
    right: -20%;
  }
  #col-main.main-page-front #strengths section .__img .__img_inner .circle {
    width: 26rem;
    height: 26rem;
    left: -20vw;
    top: 30vh;
  }
  #col-main.main-page-front #strengths .c-wrap.forte_flex h3 br.sp {
    display: block;
  }
  #col-main.main-page-front #message .__flex > .__right p.sp-mb0 {
    margin: 0;
  }
  #col-main.main-page-front #message .bg-circle .__img .__img_inner .circle.circle-right {
    left: auto;
    top: 23vh;
    right: -20%;
  }
  #col-main.main-page-front #message .bg-circle .__img .__img_inner .circle {
    width: 26rem;
    height: 26rem;
    left: -20vw;
    top: 30vh;
  }
  #col-main.main-page-front #message .bg-circle.strengths_top {
    margin: 0 auto 8rem;
  }
  #col-main.main-page-front #company .bg-bottom .c-wrap .table_area._white table tbody tr th.pt0 {
    padding: 0;
  }
  #col-main.main-page-front #map iframe {
    max-height: 14rem;
  }
  #col-main.main-page-front #contact .__text._center {
    text-align: center;
    font-size: 90%;
  }
  #col-main.main-page-front #contact .wpcf7 .contact_privacy ._box .__text {
    font-size: 0.85rem;
  }
  #col-main.main-page-front #contact .wpcf7 .contact_submit {
    margin: 3rem auto 0;
  }
  #col-main.main-page-front #product section .__img .__img_inner .circle.circle-right {
    left: auto;
    top: 23vh;
    right: -20%;
  }
  #col-main.main-page-front #product section .__img .__img_inner .circle {
    width: 26rem;
    height: 26rem;
    left: -20vw;
    top: 30vh;
  }
  #col-main.main-page-front #product section .__img_box .swiper-container-product .swiper-controller .swiper-pagination img {
    max-width: 100%;
  }
}
@media only screen and (max-width:390px){
  #parts_header_bar #header-bar #header-title a {
    font-size: 1.2rem;
  }
  #parts_header_bar #header-bar #contact-area a {
    height: 48px;
    width: 48px;
  }
  #parts_header_bar #header-bar #menu_button {
    height: 48px;
    width: 48px;
  }
  #col-main.main-page-front #contact .wpcf7 .contact_privacy p {
    font-size: 0.85rem;
  }
}

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