html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 16.5in 25.5in;
    width: 1400px;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body,
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

@media print, (min-width: 768px) {
  body {
    font-size: 14px;
    overflow-y: scroll;
  }

  .container {
    min-width: 1366px;
    overflow: hidden;
  }

  main {
    padding-top: 40px;
  }

  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
    min-height: 100vh;
  }

  body {
    font-size: 0.28rem;
  }

  main {
    padding-top: 1.2rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

  .md {
    display: none !important;
  }
}

.section-common-keyvisual .keyvisual-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
      flex-direction: column;
  background: linear-gradient(120deg, rgba(0, 67, 136, 1) 25%, rgba(155, 236, 243, 1) 100%);
}
/* .section-common-keyvisual .keyvisual-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 51, 65, 0.29);
  position: absolute;
  left: 0;
  top: 0;
} */
.section-common-keyvisual .keyvisual-title {
  position: relative;
  font-weight: bold;
  color: #fff;
  /* text-align: center; */
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-inner {
    /* background: #004388; */
    min-height: 140px;
    padding-bottom: 6px;

  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 40px;
    letter-spacing: 0.12em;
    max-width: 1000px;
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .section-common-keyvisual .keyvisual-inner {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-inner {
    /* background: #004388; */
    background: linear-gradient(120deg, rgba(0, 67, 136, 1) 10%, rgba(155, 236, 243, 1) 100%);
    min-height: 2.4rem;
    /* padding-bottom: 0.16rem; */
    padding: 0.33rem 0.31rem 0.2rem;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.4rem;
    letter-spacing: 0.12em;
    width: 100%;
  }
}
/* @media print, (min-width: 768px) {
  .section-common-keyvisual.is-second .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_02.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-second .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_02.jpg);
  }
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-third .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_03.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-third .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_03.jpg);
  }
} */
.section-common-keyvisual.is-person .keyvisual-inner::before {
  display: none;
}

/* @media print, (min-width: 768px) {
  .section-common-keyvisual.is-person .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_08.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-person .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_08.jpg);
  }
} */
.breadcrumb {
  margin: 0 auto;
}
.breadcrumb .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-end;
}
.breadcrumb .breadcrumb-item {
  color: #fff;
}
.breadcrumb .breadcrumb-item::after {
  content: "/";
  opacity: 0;
  transition: all 0.3s ease;
}
.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.7 !important;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
  opacity: 0;
  transition: all 0.3s ease;
}

.wf-active .breadcrumb .breadcrumb-item a,
.wf-active .breadcrumb .breadcrumb-item span, .wf-active .breadcrumb .breadcrumb-item::after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: 1000px;
    max-width: 100%;
    padding: 10px 0;
  }
  .breadcrumb .breadcrumb-item::after {
    margin: 0 11px;
  }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.16rem 0.31rem;
    width: 100%;
  }
  .breadcrumb .breadcrumb-item::after {
    margin: 0 0.2rem;
    font-size: 0.2rem;
  }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item span {
    font-size: 0.2rem;
  }
}
.section-about-list .item-link {
  display: block;
  color: #fff;
  position: relative;
  letter-spacing: 0.04em;
}
.section-about-list .is-active .item-link .item-image::after,
.section-about-list .item-link:hover .item-image::after {
  opacity: 1;
}
.section-about-list .is-active .item-link img,
.section-about-list .item-link:hover img {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.section-about-list .item-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-about-list .item-image img {
  transition: all 0.3s ease;
}
.section-about-list .item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 84, 210, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.section-about-list .item-title {
  position: absolute;
  z-index: 11;
}
.section-about-list .text-english {
  display: block;
}
.section-about-list .text-japan {
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.section-about-list .item-text {
  text-align: right;
  position: absolute;
  z-index: 11;
}

@media print, (min-width: 768px) {
  .section-about-list {
    padding-top: 62px;
    padding-bottom: 160px;
  }
  .section-about-list .list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-about-list .item {
    max-width: 602px;
    margin-bottom: 20px;
  }
  .section-about-list .item-link {
    font-size: 14px;
  }
  .section-about-list .item-title {
    left: 29px;
    top: 26px;
  }
  .section-about-list .text-japan {
    font-size: 20px;
  }
  .section-about-list .item-text {
    right: 20px;
    bottom: 26px;
    padding-right: 32px;
    background: url("../img/about/ico_arrow_white.png") right top 9px/23px auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list {
    padding: 0.8rem 0.31rem;
  }
  .section-about-list .item {
    margin-bottom: 0.4rem;
  }
  .section-about-list .item-link {
    font-size: 0.2rem;
  }
  .section-about-list .item-title {
    left: 0.45rem;
    top: 0.35rem;
  }
  .section-about-list .text-japan {
    font-size: 0.28rem;
    line-height: 2.25;
  }
  .section-about-list .item-image img {
    width: 100%;
  }
  .section-about-list .item-text {
    right: 0.3rem;
    bottom: 0.4rem;
    padding-right: 0.46rem;
    background: url("../img/about/ico_arrow_white.png") right top 0.12rem/0.32rem auto no-repeat;
  }
}
.section-about-list.is-message .list-items {
  -ms-flex-pack: unset;
      justify-content: unset;
}
.section-about-list.is-message .item-text {
  display: none;
}
.section-about-list.is-message .text-english {
  letter-spacing: 0.04em;
}
.section-about-list.is-message .text-japan {
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .section-about-list.is-message {
    padding-bottom: 147px;
  }
  .section-about-list.is-message .title-primary {
    margin-bottom: 30px;
  }
  .section-about-list.is-message .item {
    width: calc(33.33% - 32px);
    margin: 0 16px 32px;
  }
  .section-about-list.is-message .list-items {
    margin: 0 -16px;
  }
  .section-about-list.is-message .item-title {
    left: 20px;
    top: 50px;
  }
  .section-about-list.is-message .text-english {
    font-size: 12px;
  }
  .section-about-list.is-message .text-japan {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list.is-message {
    padding: 0.28rem 0.31rem;
    margin-bottom: 0.52rem;
  }
  .section-about-list.is-message .title-primary {
    margin-bottom: 0.52rem;
  }
  .section-about-list.is-message .item-title {
    left: 0.4rem;
    top: 1.16rem;
  }
  .section-about-list.is-message .text-english {
    margin-bottom: 0.13rem;
  }
  .section-about-list.is-message .item-image img {
    width: 100%;
  }
}
.section-about-list.list-overplay .item-link::before {
  position: absolute;
  content: "";
  pointer-events: none;
}
.section-about-list.list-overplay .item-link::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .section-about-list.list-overplay {
    padding-top: 114px;
  }
  .section-about-list.list-overplay .item-link::before {
    background: rgba(0, 67, 136, 0.2) url("../img/common/item_overplay.png") top left/4px auto repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list.list-overplay .item-link::before {
    background: rgba(0, 67, 136, 0.2) url("../img/common/item_overplay.png") top left/0.04rem auto repeat;
  }
  .section-about-list.list-overplay .item-title {
    top: 1.26rem;
  }
  .section-about-list.list-overplay .text-english {
    margin-bottom: 0.02rem;
  }
}
@media print, (min-width: 768px) {
  .section-about-list.is-company {
    padding-top: 50px;
  }
  .section-about-list.is-company .item-link::before {
    background: rgba(0, 67, 136, 0.3) url("../img/common/item_overplay.png") top left/4px auto repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list.is-company .item-link::before {
    background: rgba(0, 67, 136, 0.3) url("../img/common/item_overplay.png") top left/0.04rem auto repeat;
  }
}
.section-common-video {
  background: #f4f9fb;
}
.section-common-video iframe {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-common-video {
    padding-bottom: 115px;
  }
  .section-common-video .title-secondary {
    margin-bottom: 79px;
  }
  .section-common-video iframe {
    min-height: 563px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-video {
    padding-bottom: 0.38rem;
  }
  .section-common-video .wrapper-inner {
    padding: 0 0.31rem;
  }
  .section-common-video .title-secondary {
    margin-bottom: 0.72rem;
  }
  .section-common-video iframe {
    min-height: 3.87rem;
    height: auto;
  }
}
.section-common-guide .guide-list {
  counter-reset: guide-counter;
}
.section-common-guide .guide-item {
  counter-increment: guide-counter;
}
.section-common-guide .item-title {
  /* background-image: linear-gradient(to right, #004388, #004388); */
  background-position: bottom left;
  background-repeat: repeat-x;
  font-weight: bold;
  position: relative;
}
.section-common-guide .item-title span::before {
  content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 23px;
    height: 23px;
    background: #004388;
}
.section-common-guide .item-detail {
  display: -ms-flexbox;
  display: flex;
}
.section-common-guide .detail-title {
  color: #004388;
}
.section-common-guide .detail-text {
  line-height: 2;
  text-align: justify;
}

@media print, (min-width: 768px) {
  /* .section-common-guide {
    margin-bottom: 53px;
  } */
  .section-common-guide .guide-item {
    margin-bottom: 41px;
  }
  .section-common-guide .item-title {
    font-size: 26px;
    /* padding-left: 33px;
    padding-bottom: 9px;  */
    margin-bottom: 20px;
    background-size: 1px 1px;
  }
  .section-common-guide .item-title::before {
    font-size: 26px;
  }
  .section-common-guide .item-detail {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .section-common-guide .item-detail ul {
    -ms-flex: 1;
        flex: 1;
  }
  .section-common-guide .item-detail li {
    margin-bottom: 26px;
  }
  .section-common-guide .detail-title {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .section-common-guide .detail-text {
    font-size: 16px;
  }
  .section-common-guide .item-image {
    width: 360px;
    margin-right: 40px;
    margin-top: 6px;
  }
}

.section-common-guide .wrapper-inner {
  padding: 20px 0;
}

.section-common-guide .wrapper-inner .box-base {
  width: 100%;
  max-width: 480px;
  padding: 1.6rem 2rem 2rem;
  background: #E5ECF3;
}

.detail-base{
  font-size: 16px;
}

/* .base-link bt */

.base-link{
  margin: 20px 0 0;
}

.base-link a {
    /* background: #eee; */
    /* border-radius: 3px; */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 480px;
    padding: 10px 25px;
    color: #004388;
    border:2px solid #004388;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.base-link a:hover {
    background: #004388;
    color: #FFF;
}
.base-link a:after {
    content: '';
    width: 30px;
    height: 33px;
    /* border-top: 2px solid #004388;
    border-right: 2px solid #004388; */
    /* transform: rotate(45deg) translateY(-50%); */
    position: absolute;
    top: 10%;
    right: 0px;
    /* border-radius: 1px;
    transition: 0.3s ease-in-out; */
    background: url('../img/common/ico_blank_blue.png') top 47% right 13px/15px auto no-repeat;
}
.base-link a:hover:after {
    border-color: #FFF;
    background: url('../img/common/ico_blank_white.png') top 47% right 13px/15px auto no-repeat;
}


@media only screen and (max-width: 767.98px) {
  .section-common-guide {
    margin-bottom: 0.6rem;
  }
  .section-common-guide .wrapper-inner {
    padding: 0.33rem 0.31rem 0;
  }
  .section-common-guide .guide-title {
    font-size: 0.4rem;
    padding-left: 0.18rem;
    margin-bottom: 0.52rem;
  }
  .section-common-guide .guide-title::before {
    top: 0.09rem;
    left: 0.01rem;
    width: 0.02rem;
    height: 0.4rem;
  }
  .section-common-guide .guide-item {
    margin-bottom: 0.1rem;
  }
  .section-common-guide .item-title {
    line-height: 1;
    font-size: 0.38rem;
    padding-left: 0.55rem;
    padding-bottom: 0.18rem;
    padding-right: 0.23rem;
    margin-bottom: 0.3rem;
  }
  .section-common-guide .item-title span {
    display: inline;
    line-height: 2;
    position: relative;
  }
  .section-common-guide .item-title span::after {
    content: "";
    display: block;
    width: 100vw;
    height: 10px;
    position: absolute;
    bottom: -0.25rem;
    background: #fff;
    left: calc(100% + .22rem);
  }
  .section-common-guide .item-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 23px;
    height: 23px;
    background: #004388;
  }
  .section-common-guide .item-title::before {
    z-index: 11;
    font-size: 0.38rem;
    left: -0.01rem;
    top: 0.19rem;
  }

  .section-common-guide .item-detail {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0 0.01rem;
  }
  .section-common-guide .item-detail li {
    margin-bottom: 0.38rem;
  }
  .section-common-guide .detail-title {
    font-size: 0.32rem;
    margin-bottom: 0.11rem;
  }
  .section-common-guide .detail-text {
    font-size: 0.28rem;
    line-height: calc(50 / 28);
  }
  .section-common-guide .item-image {
    margin-bottom: 0.49rem;
  }
  .section-common-guide .item-image img {
    width: 100%;
  }

  .section-common-guide .wrapper-inner .box-base {
    width: 100%;
    max-width: 500px;
    padding: 0.6rem;
    background: #E5ECF3;
    margin: 0 auto 30px;
  }

  .base-link a:after {
    content: '';
    width: 30px;
    height: 33px;
    position: absolute;
    top: 15%;
    right: 0px;
    background: url('../img/common/ico_blank_blue.png') top 47% right 13px/16px auto no-repeat;
  }
  .base-link a:hover:after {
      border-color: #FFF;
      background: url('../img/common/ico_blank_white.png') top 47% right 13px/16px auto no-repeat;
  }

  
}
.section-common-operations {
  background: #f4f9fb;
}
.section-common-operations .operations-item {
  background: #004388;
  color: #fff;
  text-align: center;
}
.section-common-operations .item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}
.section-common-operations .item-title {
  line-height: calc(32 / 26);
}
.section-common-operations .item-text {
  line-height: 2;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .section-common-operations {
    padding-top: 115px;
    padding-bottom: 76px;
  }
  .section-common-operations .title-secondary {
    margin-bottom: 77px;
  }
  .section-common-operations .operations-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -21px;
  }
  .section-common-operations .operations-item {
    min-height: 315px;
    width: calc(33.33% - 42px);
    margin: 0 21px 40px;
    padding: 34px 30px 23px;
  }
  .section-common-operations .item-image {
    min-height: 92px;
    min-width: 103px;
    margin-bottom: 20px;
  }
  .section-common-operations .item-title {
    font-size: 26px;
    margin-bottom: 19px;
  }
  .section-common-operations .item-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-operations {
    padding-top: 0.7rem;
    padding-bottom: 0.1rem;
  }
  .section-common-operations .wrapper-inner {
    padding: 0 0.31rem;
  }
  .section-common-operations .title-secondary {
    margin-bottom: 0.74rem;
  }
  .section-common-operations .operations-item {
    margin-bottom: 0.6rem;
    padding: 0.58rem 0.4rem 0.53rem;
  }
  .section-common-operations .item-image {
    margin: 0 auto 0.44rem;
    width: 1.6rem;
  }
  .section-common-operations .item-title {
    font-size: 0.38rem;
    margin-bottom: 0.28rem;
  }
  .section-common-operations .item-text {
    font-size: 0.28rem;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767.98px) {
  .section-common-operations .item-image {
    width: 1.6rem;
  }
}
.section-common-access .access-item {
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.section-common-access .item-title {
  font-weight: bold;
  border-bottom: 1px solid #004388;
}
.section-common-access .item-phone {
  line-height: 2;
}
.section-common-access .item-map iframe {
  width: 100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-common-access .title-secondary {
    margin-bottom: 65px;
  }
  .section-common-access .access-item {
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 16px;
    margin-bottom: 66px;
  }
  .section-common-access .item-title {
    font-size: 26px;
    padding-bottom: 3px;
    margin-bottom: 24px;
  }
  .section-common-access .item-phone {
    font-size: 16px;
    pointer-events: none;
  }
  .section-common-access .item-content {
    margin-bottom: 32px;
  }
  .section-common-access .button-primary {
    padding: 10px 60px 10px 30px;
    -ms-flex-pack: unset;
        justify-content: unset;
  }
  .section-common-access .item-detail {
    -ms-flex: 1;
        flex: 1;
  }
  .section-common-access .item-map {
    width: 670px;
    height: 406px;
    margin-left: 40px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-access {
    margin-bottom: -0.05rem;
  }
  .section-common-access .wrapper-inner {
    padding: 0 0.31rem;
  }
  .section-common-access .title-secondary {
    margin-bottom: 0.74rem;
  }
  .section-common-access .access-item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    font-size: 0.28rem;
    margin-bottom: 0.8rem;
    line-height: calc(50 / 28);
    text-align: center;
  }
  .section-common-access .item-title {
    font-size: 0.42rem;
    line-height: 1.4;
    padding-bottom: 0.05rem;
    margin-bottom: 0.19rem;
  }
  .section-common-access .item-phone {
    font-size: 0.28rem;
  }
  .section-common-access .item-content {
    margin-bottom: 0.67rem;
    text-align: left;
  }
  .section-common-access .button-primary {
    padding: 0.1rem 0.6rem;
  }
  .section-common-access .item-map {
    height: 4.15rem;
    margin-bottom: 0.48rem;
  }
}
.section-common-movie .movie-inner,
.section-common-movie .movie-content,
.section-common-movie .movie-title,
.section-common-movie .movie-text,
.section-common-movie .movie-video {
  position: relative;
}
.section-common-movie .movie-inner:before,
.section-common-movie .movie-inner:after,
.section-common-movie .movie-content:before,
.section-common-movie .video-button:before,
.section-common-movie .video-button:after {
  content: "";
  position: absolute;
}
.section-common-movie .movie-inner {
  background: url(../img/service/service_background.jpg) no-repeat center/cover;
}
.section-common-movie .movie-inner:before, .section-common-movie .movie-inner:after {
  width: 100%;
}
.section-common-movie .movie-inner:before,
.section-common-movie .movie-inner:after,
.section-common-movie .service-decor {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.section-common-movie .movie-content:before {
  background: #fff;
  bottom: 0;
}
.section-common-movie .movie-video {
  z-index: 10;
}
.section-common-movie .movie-video > iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.section-common-movie .service-decor,
.section-common-movie .video-button {
  position: absolute;
}
.section-common-movie .video-button {
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
}
.section-common-movie .video-button.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.section-common-movie .video-button:after {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: url(../img/service/button_play.png) no-repeat center/100% auto;
}
.section-common-movie .video-button, .section-common-movie .video-button:before {
  width: 100%;
  height: 100%;
}
.section-common-movie .video-button:before {
  background: rgba(0, 0, 0, 0.32);
}
.section-common-movie .video-button:before, .section-common-movie .video-button:after {
  pointer-events: none;
}
.section-common-movie .movie-title {
  color: #004388;
  line-height: calc(50 / 36);
}
.section-common-movie .movie-text {
  line-height: calc(32 / 16);
}
.section-common-movie .thumbnail-image {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.section-common-movie .thumbnail-image.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media print, (min-width: 768px) {
  .section-common-movie {
    padding: 58px 0;
  }
  .section-common-movie .movie-inner {
    min-height: 1163px;
    padding: 120px 0;
    margin: 118px 0 62px;
  }
  .section-common-movie .movie-inner .wrapper {
    width: 1000px;
  }
  .section-common-movie .movie-inner:before, .section-common-movie .movie-inner:after {
    height: 159px;
  }
  .section-common-movie .movie-inner:before {
    top: -80px;
    background: url(../img/service/service_decor_01.png) top center/1920px auto repeat-x;
  }
  .section-common-movie .movie-inner:after {
    bottom: -84px;
    background: url(../img/service/service_decor_02.png) bottom center/1920px auto repeat-x;
  }
  .section-common-movie .service-decor {
    width: 1292px;
    height: 154px;
    top: -73px;
    margin-left: 2px;
  }
  .section-common-movie .movie-video {
    height: 563px;
  }
  .section-common-movie .video-button:after {
    width: 114px;
    height: 114px;
  }
  .section-common-movie .movie-content {
    padding: 47px 15px 51px 50px;
  }
  .section-common-movie .movie-content:before {
    top: -49px;
    left: -65px;
    right: -66px;
  }
  .section-common-movie .movie-title {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .section-common-movie .movie-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-movie {
    padding: 0.58rem 0;
  }
  .section-common-movie .wrapper-inner {
    padding: 0 0.2rem;
  }
  .section-common-movie .movie-inner {
    padding: 1.45rem 0 1.62rem;
  }
  .section-common-movie .movie-inner:before, .section-common-movie .movie-inner:after {
    height: 1.59rem;
  }
  .section-common-movie .movie-inner:before {
    top: -0.15rem;
    background: url(../img/service/sp/service_decor_01.png) top center/7.5rem auto repeat-x;
  }
  .section-common-movie .movie-inner:after {
    bottom: -0.15rem;
    background: url(../img/service/sp/service_decor_02.png) bottom center/7.5rem auto repeat-x;
  }
  .section-common-movie .service-decor {
    width: 6.46rem;
    height: 0.77rem;
    top: -0.2rem;
    margin-left: 0.02rem;
  }
  .section-common-movie .movie-video {
    height: 3.87rem;
  }
  .section-common-movie .video-button:after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .section-common-movie .movie-content {
    padding: 0.47rem 0.5rem 0.51rem;
  }
  .section-common-movie .movie-content:before {
    top: -0.2rem;
    left: -0.15rem;
    right: -0.15rem;
  }
  .section-common-movie .movie-title {
    margin-bottom: 0.16rem;
    font-size: 0.4rem;
  }
  .section-common-movie .movie-text {
    font-size: 0.26rem;
  }
}
.title-primary .is-japan {
  line-height: calc(46 / 40);
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.title-primary .is-english {
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 14px;
  }
  .title-primary .is-japan {
    font-size: 20px;
    letter-spacing: 0.10em;
    margin-bottom: 10px;
  }
  .title-primary .is-english {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.2rem;
  }
  .title-primary .is-japan {
    font-size: 0.35rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.21rem;
  }
  .title-primary .is-english {
    font-size: 0.2rem;
  }
}
.title-secondary {
  font-weight: bold;
  position: relative;
  display: block;
}
/* .title-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icn_design.svg) center/contain no-repeat;
} */

@media print, (min-width: 768px) {
  .title-secondary {
    font-size: 32px;
    /* padding-left: 18px; */
    margin-bottom: 30px;
  }
  /* .title-secondary::before {
    top: 3px;
    width: 2px;
    height: 40px;
  } */
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    font-size: 0.4rem;
    padding-left: 0.18rem;
    margin-bottom: 0.52rem;
  }
  .title-secondary::before {
    top: 0.1rem;
    left: 0.01rem;
    width: 0.02rem;
    height: 0.4rem;
  }
}
.title-primary.is-recruit {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(46 / 40);
  position: relative;
}
.title-primary.is-recruit:before {
  position: absolute;
  content: "";
  background: #004388;
  left: 0;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .title-primary.is-recruit {
    font-size: 40px;
    padding-bottom: 28px;
  }
  .title-primary.is-recruit:before {
    height: 1px;
    width: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary.is-recruit {
    font-size: 0.5rem;
    padding-bottom: 0.38rem;
    margin-bottom: 0.6rem;
  }
  .title-primary.is-recruit:before {
    height: 0.02rem;
    width: 0.45rem;
    left: 0.01rem;
  }
}
.title-secondary.is-recruit {
  color: #004388;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 0;
}
.title-secondary.is-recruit::before {
  display: none;
}

@media print, (min-width: 768px) {
  .title-secondary.is-recruit {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary.is-recruit {
    font-size: 0.38rem;
    padding-bottom: 0.06rem;
  }
}
.wow {
  visibility: hidden;
}
.wow.fade-out {
  visibility: visible !important;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .wow.fade-out {
    visibility: hidden !important;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}

.fade-in-up {
  animation-name: fade-in-up;
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-duration: 800ms;
}

.fade-in-down {
  animation-name: fade-in-down;
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
}

.fade-in-right {
  animation-name: fade-in-right;
  animation-duration: 800ms;
  transition: width 0.8s ease;
  overflow: hidden;
}

.wrapper-table,
.common-table {
  width: 100%;
}

.common-table th {
  background: #f4f9fb;
  vertical-align: top;
}
.common-table td {
  line-height: calc(28 / 16);
}
.common-table a {
  color: #004388;
  text-decoration: underline;
  display: table;
}
.common-table a:hover {
  text-decoration: none;
}
.common-table .phone-number {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .common-table tr {
    font-size: 16px;
  }
  .common-table th {
    padding: 16px 18px;
    width: 200px;
    border-bottom: 1px solid #004388;
  }
  .common-table th:first-child {
    border-top: 1px solid #004388;
  }
  .common-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #d8d8d8;
  }
  .common-table td:first-of-type {
    border-top: 1px solid #d8d8d8;
  }
  .common-table li {
    margin-bottom: 25px;
  }
  .common-table li:last-child {
    margin-bottom: 0;
  }
  .common-table a {
    text-underline-offset: 3px;
  }
  .common-table .phone-number {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-table tr {
    font-size: 0.26rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common-table tr:last-child td {
    border-bottom: 1px solid #d8d8d8;
  }
  .common-table th {
    padding: 0.24rem 0.2rem;
    border-top: 1px solid #004388;
  }
  .common-table td {
    padding: 0.17rem 0.18rem;
    border-top: 1px solid #d8d8d8;
    line-height: calc(50 / 26);
  }
  .common-table th,
  .common-table td {
    width: 100%;
    display: block;
  }
  .common-table li {
    margin-bottom: 0.25rem;
  }
  .common-table li:last-child {
    margin-bottom: 0;
  }
  .common-table a {
    text-underline-offset: 0.03rem;
  }
}
@media print, (min-width: 768px) {
  .section-peening-table {
    margin-bottom: 60px;
    padding: 117px 0 55px;
  }
  .section-peening-table .title-secondary {
    margin-bottom: 79px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-peening-table {
    margin-bottom: 0.53rem;
    padding: 1.1rem 0 0.55rem;
  }
  .section-peening-table .wrapper-inner {
    padding: 0 0.31rem;
  }
  .section-peening-table .title-secondary {
    margin-bottom: 0.73rem;
  }
  .section-peening-table .common-table th {
    padding: 0.2rem;
  }
}
.button-primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #004388;
  letter-spacing: 0.04em;
  border: 1px solid #004388;
  transition: all 0.3s ease;
}
.button-primary:hover {
  background-color: #004388;
  background-image: url("../img/common/ico_arrow_white.png");
  color: #fff;
}
.button-primary.is-blue {
  color: #fff;
  border-color: #fff;
  background-color: #004388;
  background-image: url("../img/common/ico_arrow_white.png");
}
.button-primary.is-blue:hover {
  background-color: #004388;
}
.button-primary.is-blank:hover {
  background-color: #004388;
  background-image: url("../img/common/ico_blank_white.png");
}
.button-primary.is-light {
  color: #004388;
  border-color: #fff;
  background-image: url("../img/common/ico_arrow_lightblue.png");
}
.button-primary.is-light:hover {
  color: #fff;
  background-image: url("../img/common/ico_arrow_white.png");
}
.button-primary.is-lightblue {
  background-color: #004388;
  border-color: #004388;
  color: #fff;
  background-image: url("../img/common/ico_arrow_white.png");
}
.button-primary.is-lightblue:hover {
  color: #004388;
  background-color: #fff;
  background-image: url("../img/common/ico_arrow_lightblue.png");
  border-color: #004388;
}

@media print, (min-width: 768px) {
  .button-primary {
    padding: 10px 60px;
    min-width: 251px;
    height: 71px;
    font-size: 14px;
    background: #fff url("../img/common/ico_arrow_blue.png") center right 21px/23px auto no-repeat;
  }
  .button-primary.is-blank {
    background: url("../img/common/ico_blank_blue.png") top 47% right 30px/12px auto no-repeat;
  }
  .is-tablet .button-primary {
    padding: 9px 60px 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    padding: 0.2rem 1.2rem;
    min-width: 5.42rem;
    height: 1.12rem;
    font-size: 0.28rem;
    background: #fff url("../img/common/ico_arrow_blue.png") center right 0.59rem/0.46rem auto no-repeat;
  }
  .button-primary.is-blank {
    background: url("../img/common/ico_blank_blue.png") top 51% right 0.3rem/0.24rem auto no-repeat;
  }
}
.section-common-movie {
  color: #fff;
  text-align: center;
  background: center/cover no-repeat;
}
.section-common-movie .movie-inner {
  background: none;
}
.section-common-movie .movie-title {
  letter-spacing: 0.04em;
  color: #fff;
}
.section-common-movie .video-button {
  left: 0;
}
.section-common-movie .video-button::before {
  left: 0;
}

@media print, (min-width: 768px) {
  .section-common-movie {
    background-image: url(../img/peening/movie_background.jpg);
    padding: 114px 0 120px;
    margin-bottom: 58px;
  }
  .section-common-movie .movie-title {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .section-common-movie .movie-text {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-movie {
    padding: 1.04rem 0 1.2rem;
    margin-bottom: 1.11rem;
    background-image: url(../img/peening/sp/movie_background.jpg);
  }
  .section-common-movie .movie-title {
    font-size: 0.5rem;
    margin-bottom: 0.06rem;
  }
  .section-common-movie .movie-text {
    font-size: 0.24rem;
    margin-bottom: 0.46rem;
  }
  .section-common-movie .movie-video {
    height: 3.42rem;
    width: 6.06rem;
    margin: 0 auto;
  }
  .section-common-movie .video-button::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.section-common-guide.is-base .item-title {
  padding-left: 0;
}

.section-common-guide.is-base .item-title span{
  padding: 0 0 0 30px;
}

.section-common-guide.is-base .item-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icn_design.svg) center/contain no-repeat;
}

.section-common-guide.is-base .item-title::before {
  display: none;
}

@media print, (min-width: 768px) {
  .section-common-guide.is-base .item-title::before {
    top: 3px;
    width: 2px;
    height: 40px;
  }
}

@media print, (min-width: 768px) {
  .section-common-guide.is-base {
    padding: 40px 0;
  }
  .section-common-guide.is-base .guide-item {
    margin-bottom: 40px;
  }
  .section-common-guide.is-base .guide-item:last-child {
    margin-bottom: 0;
  }
  .section-common-guide.is-base .item-text {
    -ms-flex: 1;
        flex: 1;
  }
  .section-common-guide.is-base .item-image {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* .section-common-guide.is-base {
    padding-bottom: 0.38rem;
  } */
  .section-common-guide.is-base .guide-item {
    margin-bottom: 0.48rem;
  }
  .section-common-guide.is-base .item-title {
    margin-bottom: 0.35rem;
  }
  .section-common-guide.is-base .item-image {
    margin-top: 0.15rem;
    margin-bottom: 0.46rem;
  }
  .section-common-guide.is-base .item-image img {
    width: 100%;
  }
}



/* --- tab --- */
.tabs {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab_label {
    color: #004388;
    font-weight: bold;
    border: solid 2px #004388;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    /* flex: 1; */
    padding: 15px 0;
    margin: 0 0 20px 0;
    width: calc(100% / 3 - 14px);
    font-size: 1.0rem;
    background: #E5ECF3;
}
@media only screen and (max-width: 767.98px) {
  .tab_label {
    font-size: 0.3rem;
}
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  padding: 25px 5px 0;
}

.tab_content p {
  font-size: 0.9rem;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #004388;
}
/* .tabs input:checked + .tab_label::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #004388 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;*/
  /* transition: all 0.3s ease 0s; */
/* } */

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content {
  display: block;
}

.is-base th {
    font-weight: bold;
    text-align: center;
}

.is-base th,td {
    border: solid 1px;   /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
    margin: 0 auto;
}

.is-base table {
    border-collapse:  collapse;     /* セルの線を重ねる */
    width: 1000px;
}
.item-effect{
    background: #E5ECF3;
    padding: 1.6em 1.8em;
}
.section-peening-features {
  /* background: #f4f9fb; */
}
.section-peening-features .features-list {
  counter-reset: features-counter;
}
.section-peening-features .features-item {
  counter-increment: features-counter;
}
.section-peening-features .item-detail {
  position: relative;
  background: #fff;
}
/* .section-peening-features .item-detail::before {
  position: absolute;
  content: "";
  top: 0;
  background: #fff;
  height: 100%;
  width: 100vw;
} */
.section-peening-features .item-title {
  font-weight: bold;
  line-height: calc(46 / 26);
  position: relative;
}

.section-peening-features .item-title span {
  padding: 0 0 0 30px;
  font-size: 24px;
}

.section-peening-features .item-title span::before {
  content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 23px;
    height: 23px;
    background: #004388;
}

/* .section-peening-features .item-title::before {
  position: absolute;
  content: "Point ." counter(features-counter,decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: #004388;
  font-weight: 400;
}
.section-peening-features .item-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #004388;
} */
.section-peening-features .item-text {
  line-height: 2;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .section-peening-features {
    /* padding: 114px 0 38px; */
  }
  .section-peening-features .title-secondary {
    margin-bottom: 80px;
  }
  .section-peening-features .features-item {
    margin-bottom: 30px;
    display: flex;
  }
  .section-peening-features .item-detail {
    width: 580px;
    padding: 0 0 0 50px;
  }
  /* .section-peening-features .item-detail::before {
    right: 100%;
  } */
  .section-peening-features .item-title {
    font-size: 26px;
    margin-bottom: 11px;
  }
  /* .section-peening-features .item-title::before {
    left: 50px;
    top: -38px;
    font-size: 16px;
  }
  .section-peening-features .item-title::after {
    left: 1px;
    top: -23px;
    height: 1px;
    width: 40px;
  } */
  /* .section-peening-features .features-item.is-reverse .item-detail {
    margin-left: auto;
    padding: 81px 50px 46px 60px;
  }
  .section-peening-features .features-item.is-reverse .item-detail::before {
    right: unset;
    left: 100%;
  } */
  .section-peening-features .item-text {
    font-size: 16px;
  }
  /* .section-peening-features .item-image {
    margin-bottom: -141px;
  } */
}
@media only screen and (max-width: 767.98px) {
  .section-peening-features {
    padding: 0 0 0.4rem;
    overflow: hidden;
  }
  .section-peening-features .wrapper-inner {
    padding: 0 0.31rem;
  }
  .section-peening-features .title-secondary {
    margin-bottom: 0.72rem;
  }
  .section-peening-features .features-item {
    margin-bottom: 0.4rem;
  }
  .section-peening-features .item-detail {
    padding: 0.15rem 0 0 0;
  }
  /* .section-peening-features .item-detail::before {
    right: 100%;
    width: 0.31rem;
  } */
  /* .section-peening-features .item-detail::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    border-bottom: 0.06rem solid #004388;
    pointer-events: none;
  } */
  .section-peening-features .item-title {
    font-size: 0.42rem;
    margin-bottom: 0.08rem;
  }


  /* .section-peening-features .item-title::before {
    left: 0.49rem;
    top: -0.67rem;
    font-size: 0.2rem;
  }
  .section-peening-features .item-title::after {
    left: 0;
    top: -0.48rem;
    height: 1px;
    width: 0.4rem;
  } */
  /* .section-peening-features .features-item.is-reverse .item-detail {
    margin-left: auto;
    padding: 1.15rem 0 0.7rem 0.4rem;
  }
  .section-peening-features .features-item.is-reverse .item-detail::before {
    right: unset;
    left: 100%;
  }
  .section-peening-features .features-item.is-reverse .item-detail::after {
    left: 0;
    right: unset;
  } */
  .section-peening-features .item-text {
    font-size: 0.28rem;
    line-height: calc(50 / 28);
  }
  .section-peening-features .item-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-peening-table .common-table tr {
    font-size: 0.24rem;
  }
  .section-peening-table .common-table th {
    padding: 0.2rem 0.2rem 0.27rem;
  }
  .section-peening-table .common-table td {
    line-height: calc(46 / 24);
    padding: 0.15rem 0.18rem;
  }
  .section-peening-table .common-table li {
    margin-bottom: 0.32rem;
  }
  .section-peening-table .common-table li:last-child {
    margin-bottom: 0;
  }
}
@media print, (min-width: 768px) {
  .section-about-list.is-company {
    padding-bottom: 123px;
  }
}

button:focus {
  outline: none;
}