@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  background: #fff;
  font-size: 14px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  font-style: italic;
}

.acms-container {
  max-width: 1160px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

.acms-container .acms-container {
  padding: 0;
}

.narrow-container {
  max-width: 960px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.banner {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner a {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.banner a:hover {
  opacity: 0.75;
}

.banner-list-item {
  margin: 0 0 20px;
}

.btn {
  border: 1px solid #00408F;
  background: #FFF;
  color: #fff;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  min-width: 135px;
  height: 44px;
  padding: 0 10px;
  position: relative;
}
.btn::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear, left top, right top, from(#0080D6), to(#0047A8));
  background: linear-gradient(to right, #0080D6, #0047A8);
  border-radius: 5px;
  position: absolute;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .btn:hover {
    border: 1px solid #00408F;
    background: #FFF;
    color: #00408F;
    opacity: 1;
  }
  .btn:hover:visited, .btn:hover:active, .btn:hover:focus {
    color: #00408F;
    text-decoration: none;
  }
  .btn:hover::before {
    content: none;
  }
}
.btn:visited, .btn:active, .btn:focus {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0080D6), to(#0047A8));
  background: linear-gradient(to right, #0080D6, #0047A8);
  text-decoration: none;
}
.btn.-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #FFF #FFF transparent transparent;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.btn.-arrow:hover::after {
  border-color: #00408F #00408F transparent transparent;
}
.btn span {
  position: relative;
}

.btn-attention {
  background: #ff9a00;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.btn-attention:hover, .btn-attention:visited {
  color: #fff;
  text-decoration: none;
}

.btn-attention:active, .btn-attention:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention:hover {
  color: #fff;
  background-color: #ff9a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd87d), to(#ff9a00));
  background-image: linear-gradient(180deg, #fdd87d, #ff9a00);
}

.btn-attention:active, .btn-attention:focus {
  background: #eda800;
}

.btn-large {
  background: #666666;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 18px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  width: 156px;
}

.btn-large.return {
  margin-right: 10px;
}

.btn-large:hover, .btn-large:visited {
  color: #fff;
  text-decoration: none;
}

.btn-large:active, .btn-large:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #777;
}

.btn-large:active, .btn-large:focus {
  background: #878787;
}

.btn-attention-large {
  background: #ff9a00;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-attention-large:hover, .btn-attention-large:visited {
  color: #fff;
  text-decoration: none;
}

.btn-attention-large:active, .btn-attention-large:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-large:hover {
  background: #ff7e00;
}

.btn-attention-large:active, .btn-attention-large:focus {
  background: #eda800;
}

.btn-block-large {
  width: 100%;
  background: #999;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-block-large:hover, .btn-block-large:visited {
  color: #fff;
  text-decoration: none;
}

.btn-block-large:active, .btn-block-large:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-block-large:hover {
  background: #777;
}

.btn-block-large:active, .btn-block-large:focus {
  background: #878787;
}

.btn-attention-block-large {
  width: 100%;
  background: #00408F;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 18px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-attention-block-large:hover, .btn-attention-block-large:visited {
  color: #fff;
  text-decoration: none;
}

.btn-attention-block-large:active, .btn-attention-block-large:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large:hover {
  background: #2E598E;
}

.btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #2E598E;
}

.btn-attention-block-large.yellow {
  background: #00408F;
  max-width: 192px;
}

.btn-attention-block-large.yellow:hover, .btn-attention-block-large.yellow:visited {
  color: #fff;
  text-decoration: none;
}

.btn-attention-block-large.yellow:active, .btn-attention-block-large.yellow:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large.yellow:hover {
  background: #FDA42A;
}

.btn-attention-block-large.yellow:active, .btn-attention-block-large.yellow:focus {
  background: #FDA42A;
}

@media (min-width: 768px) {
  .btn-attention-block-large, .btn-block-large {
    max-width: 264px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    min-width: 150px;
    height: 48px;
  }
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 20px;
  }
}
.home-btn {
  margin: 20px auto 10px;
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.btn-border [class*=acms-icon-] {
  color: #ccc;
  font-size: 14px;
}

.btn-border:hover {
  text-decoration: none;
}

.card {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e5e5e5;
}

.card-item {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.card-link {
  display: block;
  margin: 0 -10px;
  padding: 10px;
  color: #333;
}

.card-link:hover {
  text-decoration: none;
  background: #eee;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.card-link:active, .card-link:focus, .card-link:hover, .card-link:visited {
  color: #333;
}

.card-img {
  margin: 0 0 10px;
}

.card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.card-detail {
  font-size: 13px;
}

.headline-item {
  line-height: 1.5;
}

.headline-link {
  color: #333;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.headline-link:active, .headline-link:focus, .headline-link:hover, .headline-link:visited {
  color: #333;
}

.headline-link:hover {
  padding: 10px;
  background: #f1f1f1;
}

.headline-title {
  margin: 0 10px;
}

@media screen and (max-width: 479px) {
  .headline-item {
    padding: 10px 0;
  }
  .headline-title {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  a.list-link.acms-list-group-item {
    padding: 10px 20px 10px 10px;
    -webkit-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-item:hover {
    padding: 10px 10px 10px 20px;
    -webkit-transition: padding 0.25s ease-out;
    transition: padding 0.25s ease-out;
  }
  a.list-link.acms-list-group-label-parent {
    padding: 10px 30px 10px 10px;
    -webkit-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-label-parent:hover {
    padding: 10px 30px 10px 20px;
  }
}
.list-results-wrap {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ccc;
}

.list-results-heading {
  margin: 0 0 10px;
  padding: 5px;
  background: #e5e5e5;
}

.list-results {
  position: relative;
  margin: 0;
}

.list-results-item {
  position: absolute;
  width: 100px;
}

.list-results-detail {
  margin: 0;
  padding: 0 0 0 100px;
  font-weight: 700;
}

.module-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333;
}

.module-header + .banner, .module-header + .card, .module-header + .entry-column, .module-header + .search-form, .module-header + .summary-default, .module-header + .thumbnail {
  margin-top: 10px;
}

.module-heading {
  margin: 0;
  font-size: 18px;
}

.module-heading [class*=acms-icon-] {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

a.module-index-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 16px;
}

a.module-index-link [class*=acms-icon-] {
  color: #ccc;
  font-size: 14px;
}

.group-list {
  padding: 0 10px;
  list-style: none;
}

.heading-align-left .group-heading {
  text-align: left;
}

.heading-align-center .group-heading {
  text-align: center;
}

.heading-align-right .group-heading {
  text-align: right;
}

.detail-align-left .group-detail {
  text-align: left;
}

.detail-align-center .group-detail {
  text-align: center;
}

.detail-align-right .group-detail {
  text-align: right;
}

.btn-align-left .group-btn-wrap {
  text-align: left;
}

.btn-align-center .group-btn-wrap {
  text-align: center;
}

.btn-align-right .group-btn-wrap {
  text-align: right;
}

.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  color: #fff;
  background: url(../../images/bg_other.jpg?v=2020021830851) #333 no-repeat 50%;
  background-size: cover;
}

.page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 0;
  vertical-align: middle;
}

.page-title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.page-title a {
  color: #fff;
}

.page-description {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .page-title-wrapper {
    height: 270px;
  }
}
.pager {
  margin: 0 -5px 50px;
  padding: 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline-block;
  margin: 0 5px;
}

.pager li.cur {
  color: #fff;
  background: #767676;
}

.pager-link, .pager li.cur {
  padding: 5px 20px;
  border-radius: 3px;
}

.pager-link {
  display: block;
  color: #333;
  background: #e5e5e5;
}

.pager-link:active, .pager-link:focus, .pager-link:visited {
  color: #333;
}

.pager-link:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link, .pager li.cur {
    padding: 5px 10px;
  }
}
.serial-nav {
  margin: -25px 0 60px;
  padding: 0;
  list-style: none;
}

.serial-nav .serial-nav-item {
  display: block;
  float: none;
}

.serial-nav .serial-nav-item-prev {
  text-align: left;
}

.serial-nav .serial-nav-item-next {
  text-align: right;
}

.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {
  color: inherit;
  text-decoration: none;
}

.serial-nav a:hover {
  background: #e5e5e5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px;
    border: 0;
  }
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }
  .serial-nav a {
    display: inline;
    border: 0;
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
.search-form .btn-search {
  padding: 10px 20px;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  border-radius: 0 4px 4px 0;
  -webkit-filter: none;
          filter: none;
  font-size: 16px;
}

.search-form .btn-search:active, .search-form .btn-search:focus, .search-form .btn-search:hover {
  background: #666;
}

.search-form input[type=search] {
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search].search-form-input {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-slider img {
  margin: 0 auto;
}

@media screen and (min-width: 1921px) {
  .slick-slider img {
    max-height: 100% !important;
  }
}
@media screen and (min-width: 1921px) {
  .slick-slider img {
    max-height: 100% !important;
  }
}
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .slick-slider img {
    aspect-ratio: 1366/560;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide img {
    padding-top: 68px !important;
  }
}
.fix-height {
  height: 300px;
  overflow: hidden;
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}

.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #00c2ff;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}

.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #00c2ff;
  content: "";
}

.main-slider-image {
  height: 300px;
  background: no-repeat 50% #333;
  background-size: cover;
}

.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.main-slider-side-copy {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.slick-list, .slick-track {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  transform: translateZ(0);
  perspective: 1000;
}

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 19px;
  height: 60px;
  margin-top: -29px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-next:focus, .slick-prev:focus {
  border: 1px dotted #fff;
}

/* .slick-prev {
  left: 10px;
  background: url(../../images/marker/icon_white_arrow_left.png?v=2020021830851) no-repeat
}

.slick-next {
  right: 10px;
  background: url(../../images/marker/icon_white_arrow_right.png?v=2020021830851) no-repeat
} */
.slick-dots {
  position: relative;
  clear: both;
  margin: -35px 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: none;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
}

.slick-dots li button:focus {
  border: 1px solid #c41134;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #00408F;
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
  right: calc(10px + constant(safe-area-inset-right));
}

#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}

#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #fff;
  content: "";
}

#autoplay-btn:after {
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 20px;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #fff;
  border-bottom: none;
  border-left: 5px solid #fff;
  content: "";
}

#autoplay-btn.active:after {
  left: 15px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

@media screen and (min-width: 768px) {
  /* .slick-prev {
    left: 50px
  }
  .slick-next {
    right: 50px
  } */
  .fix-height, .main-slider-image {
    height: 400px;
  }
  .main-slider-main-copy {
    font-size: 40px;
  }
  .main-slider-side-copy {
    font-size: 24px;
  }
}
.summary-default {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.summary-default:after, .summary-default:before {
  display: table;
  content: " ";
}

.summary-default:after {
  clear: both;
}

.summary-default.slick-initialized {
  margin-right: -20px;
  margin-left: -20px;
  overflow: hidden;
  border: 0;
}

.summary-default .slick-list {
  padding: 0 0 0 20px;
  overflow: inherit;
}

.summary-default .slick-dots {
  margin: 0;
}

.summary-default .slick-dots button {
  background: #e5e5e5;
}

.summary-default .slick-dots .slick-active button {
  background: #c41134;
}

.summary-default-item {
  display: block;
  padding: 0 10px;
  color: #333;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.acms-entry .summary-default-item {
  padding: 10px;
}

.slick-initialized .summary-default-item {
  width: 280px;
  margin: 2px 10px 2px 2px;
  border: 0;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
}

.summary-default-link {
  display: block;
  margin: 0 -10px;
  padding: 10px;
  color: #333;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.summary-default-link:active, .summary-default-link:focus, .summary-default-link:hover, .summary-default-link:visited {
  color: #333;
}

.summary-default-link:hover {
  text-decoration: none;
  background: #f1f1f1;
}

.summary-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px;
  }
}
.thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbnail-item {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.thumbnail-item:hover {
  opacity: 0.75;
}

.thumbnail-link {
  display: block;
  color: #333;
}

.thumbnail-link:hover {
  color: #333;
  text-decoration: none;
}

.thumbnail-link:visited {
  color: #333;
}

.thumbnail-img {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.thumbnail-title {
  margin: 5px 0 10px;
  font-weight: 700;
  font-size: 15px;
}

.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
}

.topicpath a {
  color: #00408F;
  text-decoration: underline;
}

.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

.topicpath-item {
  float: left;
  padding: 0 10px 0 23px;
  background: url(../../images/marker/icon_arrow.png?v=2020021830851) no-repeat 0;
}

.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

.topicpath-link {
  color: #00408F;
  font-size: 14px;
}

.topicpath-link:active, .topicpath-link:focus, .topicpath-link:visited {
  color: #00408F;
}

.entry {
  margin: 0 0 25px;
  border-bottom: 1px solid #e5e5e5;
}

.page-header {
  margin: 0 0 20px;
}

.entry-info {
  margin-top: 0;
}

.entry-category, .entry-info, .entry-new {
  font-size: 14px;
}

.entry-title {
  margin: 10px 0;
}

.entry-title a {
  color: #333;
}

.acms-entry h2 .entry-title {
  padding: 0;
}

.entry-column {
  color: #333;
  word-wrap: break-word;
}

.entry-column h2 {
  margin: 0 10px 25px;
  padding: 5px 10px;
  font-size: 20px;
  color: #666;
  border-left: 4px solid #666;
}

.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}

.entry-column h3 {
  padding: 5px 10px;
  background: #e5e5e5;
}

.entry-column h3, .entry-column h4 {
  margin: 0 10px 20px;
  font-size: 18px;
  color: #333;
}

.entry-column a:link {
  text-decoration: none;
}

.entry-column a:active, .entry-column a:focus, .entry-column a:hover {
  text-decoration: underline;
}

.entry-column a:visited {
  color: #7f5ad7;
  text-decoration: none;
}

.entry-column p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}

.entry-column p.entry-danger-text {
  color: #c41134;
  font-weight: 700;
}

.entry-column p.summary-title {
  margin: 0 0 10px;
}

.entry-column p.summary-detail {
  margin: 0 0 10px;
  font-size: 14px;
}

.entry-container {
  margin: 0 5px;
}

[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

.entry-column table {
  width: 100%;
  border-collapse: collapse;
}

.entry-column td, .entry-column th {
  display: block;
  padding: 5px 10px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  border-top: 1px solid #dfdfdf;
  font-size: 16px;
}

.entry-column .acms-table-responsive {
  border-top: 0;
  border-bottom: 0;
}

.entry-column .acms-table-responsive td, .entry-column .acms-table-responsive th {
  display: table-cell;
  white-space: nowrap;
}

.entry-column .acms-table-responsive table {
  margin: 0;
}

.entry-column th {
  background: #f5f5f5;
}

.entry-column .entry-custom-table {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .entry-column td, .entry-column th {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #dfdfdf;
  }
  .entry-column th {
    background: inherit;
  }
  .entry-column tr:nth-child(odd) {
    background: #f5f5f5;
  }
}
.entry-column ul {
  margin: 0 0 25px;
  padding: 0 0 0 2em;
}

.entry-column ul li {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column ul.summary-default {
  padding: 0;
}

.entry-column ul.summary-default li {
  margin: 0;
}

.entry-column ol {
  margin: 0 0 25px;
  padding: 0 0 0 2.5em;
}

.entry-column ol li {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column dt {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.entry-column dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px;
}

.entry-column blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 10px 20px 20px;
  line-height: 1.8;
  background: #f5f5f5;
  border-left: 5px solid #dedede;
  font-size: 16px;
}

.entry-column .column-quote-auto blockquote {
  padding: 10px;
  border: 1px solid #d0d0d0;
}

.entry-column .column-quote-auto .quoteTitleLink {
  color: #333;
}

@media screen and (min-width: 480px) {
  .entry-column blockquote {
    padding: 20px 20px 20px 30px;
  }
  .entry-column .column-quote-auto blockquote {
    padding: 15px;
  }
}
.entry-column pre {
  width: 100%;
  margin: 0 0 30px;
  font-family: Menlo, Monaco, Courier New, monospace;
  white-space: pre-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}

.entry-column pre ol li {
  line-height: 1.5;
}

.entry-column hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.entry-column .caption {
  margin: 0 0 20px;
  font-size: 13px;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

.column-module {
  margin: 0 10px;
}

.ug-bg-color {
  margin: 0 10px 25px;
  padding: 20px 10px;
  background: #f5f5f5;
}

.ug-bg-color :last-child {
  margin-bottom: 0;
}

.ug-bg-color h2 {
  padding-top: 0;
  padding-bottom: 0;
}

.ug-bg-color h2, .ug-bg-color h3, .ug-bg-color h4 {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .ug-bg-color {
    padding: 25px 15px;
  }
}
.entry-column .staff-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
}

.entry-column .staff-item {
  width: 50%;
  margin: 0;
}

.entry-column .staff-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
}

.entry-column .staff-body {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin: 0 0 20px;
}

.entry-column .staff-name {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.3;
  text-align: center;
  background: 0;
  font-size: 20px;
}

.entry-column .staff-job {
  margin: 15px 0 5px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.entry-column .staff-profile {
  margin: 0;
  font-size: 14px;
}

.entry-column .staff-img-wrap {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.entry-column .staff-img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .entry-column .staff-item {
    width: 25%;
  }
  .entry-column .staff-body {
    margin: 0;
  }
}
.entry-footer {
  margin: 0 0 20px;
  padding: 10px;
  background: #f5f5f5;
}

.entry-tag {
  margin: 0 0 5px;
}

.entry-tag-icon {
  float: left;
  color: #707070;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

.share-wrapper {
  float: right;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

.share-list {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}

.share-item a {
  color: #999;
  text-decoration: none;
}

.share-item [class*=acms-icon] {
  font-size: 22px;
  vertical-align: middle;
}

.share-item .share-item-facebook {
  position: relative;
  color: #1877f2;
  line-height: 1.2;
}

.share-item .share-item-facebook:before {
  vertical-align: middle;
}

.share-item .share-item-facebook:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}

.share-item .share-item-twitter {
  position: relative;
  color: #55acee;
  line-height: 1.2;
}

.share-item .share-item-twitter:before {
  vertical-align: middle;
}

.share-item .share-item-twitter:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}

.continue-link {
  margin: 0;
  font-size: 16px;
}

.continue-link a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  background: #767676;
  border-radius: 3px;
}

.continue-link a [class*=acms-icon] {
  margin: 0 10px 0 0;
}

.continue-link a:link, .continue-link a:visited {
  color: #fff;
}

.continue-link a:active, .continue-link a:focus, .continue-link a:hover {
  color: #fff;
  text-decoration: none;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  .entry-tag {
    margin: 0;
  }
  .continue-link a {
    padding: 5px 10px;
    font-weight: 400;
  }
}
.entry-column .entry-btn-default, .entryFormLiteEditor .entry-btn-default {
  background: #999;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.entry-column .entry-btn-default:hover, .entry-column .entry-btn-default:visited, .entryFormLiteEditor .entry-btn-default:hover, .entryFormLiteEditor .entry-btn-default:visited {
  color: #fff;
  text-decoration: none;
}

.entry-column .entry-btn-default:active, .entry-column .entry-btn-default:focus, .entryFormLiteEditor .entry-btn-default:active, .entryFormLiteEditor .entry-btn-default:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.entry-column .entry-btn-default:hover, .entryFormLiteEditor .entry-btn-default:hover {
  color: #fff;
  background-color: #999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#999));
  background-image: linear-gradient(180deg, #c1c1c1, #999);
}

.entry-column .entry-btn-default:active, .entry-column .entry-btn-default:focus, .entryFormLiteEditor .entry-btn-default:active, .entryFormLiteEditor .entry-btn-default:focus {
  background: #878787;
}

.entry-column .entry-btn-attention, .entryFormLiteEditor .entry-btn-attention {
  background: #ff9a00;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.entry-column .entry-btn-attention:hover, .entry-column .entry-btn-attention:visited, .entryFormLiteEditor .entry-btn-attention:hover, .entryFormLiteEditor .entry-btn-attention:visited {
  color: #fff;
  text-decoration: none;
}

.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus, .entryFormLiteEditor .entry-btn-attention:active, .entryFormLiteEditor .entry-btn-attention:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.entry-column .entry-btn-attention:hover, .entryFormLiteEditor .entry-btn-attention:hover {
  color: #fff;
  background-color: #ff9a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd87d), to(#ff9a00));
  background-image: linear-gradient(180deg, #fdd87d, #ff9a00);
}

.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus, .entryFormLiteEditor .entry-btn-attention:active, .entryFormLiteEditor .entry-btn-attention:focus {
  background: #eda800;
}

.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px;
}

.field-table-inner {
  width: 100%;
}

.field-table-inner td, .field-table-inner th {
  border: 0;
}

.layout-bg {
  background: #f6f6f6;
}

.layout-bg, .layout-space {
  padding: 20px 0;
}

.center-col {
  float: none;
  margin: 0 auto;
}

.section-heading {
  margin: 20px 0 40px;
  font-size: 28px;
}

.section-heading a {
  color: #333;
}

.group-heading {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
}

.group-detail {
  margin: 0 0 30px;
  line-height: 1.7;
}

.group-detail, .lp-headline {
  font-size: 16px;
}

.lp-suggest-box {
  padding: 50px 0;
}

.lp-suggest-text {
  margin: 30px 0 10px;
}

.lp-suggest-tel {
  margin: 0;
  color: #c38a00;
  font-weight: 700;
  font-size: 34px;
}

.lp-suggest-tel a {
  color: #c38a00;
}

.btn-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.main:after, .main:before {
  display: table;
  content: " ";
}

.main:after {
  clear: both;
}

.main-inner {
  width: 100%;
  /* max-width: 820px */
}

.main-inner.is-space-left {
  float: right;
}

.main-inner.is-space-right {
  float: left;
}

.main-inner.is-space-center {
  margin: 0 auto;
}

.side-title {
  margin-top: 0;
  font-size: 18px;
}

.realestate-map {
  overflow: hidden;
}

.realestate-map .js-s2d-ready, .realestate-map [class*=column-map-] {
  width: auto !important;
  max-width: 100%;
}

.realestate-map img[class*=column-map-] {
  width: auto !important;
  max-width: 100%;
  height: auto;
}

.realestate-map-entry {
  margin: 0 10px;
}

.entry-column table.realestate-search {
  margin: 20px 0 30px;
}

@media screen and (min-width: 1024px) {
  .table-nowrap {
    white-space: nowrap;
  }
}
.realestate-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .realestate-search td, .realestate-search th {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .realestate-search input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contact-box .message-group {
  margin: 0 0 35px;
}

.contact-box .message-text {
  color: #00408F;
  font-weight: 600;
  font-size: 21px;
}

.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-size: 20px;
}

.contact-box .contact-time {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

.contact-box .contact-no a {
  color: inherit;
}

.contact-box .error-text {
  margin: 5px 0 0;
  color: #ED6969;
}

.contact-form {
  width: 100%;
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
}

.contact-form, .contact-form-group {
  background: #F7F7F7;
}

.contact-form-label {
  display: block;
  margin: 0;
  padding: 10px 10px 0;
  text-align: left;
}

.contact-form-control {
  display: block;
  padding: 10px;
  border-bottom: 2px solid #fff;
}

.contact-form-label {
  font-weight: 700;
}

.contact-form-grid {
  margin: 0 -5px;
}

.acms-entry .contact-form-col, .contact-form-col {
  margin: 0 0 10px;
  padding: 0 5px;
}

.acms-entry .contact-form-col:last-child, .contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-form {
    display: table;
    width: 100%;
  }
  .contact-form-group {
    display: table-row;
  }
  .contact-form-control, .contact-form-label {
    display: table-cell;
  }
  .contact-form-label {
    width: 33.33333%;
    padding: 20px 15px 15px;
    vertical-align: top;
    border-bottom: 2px solid #fff;
  }
  .contact-form-control {
    width: 66.66667%;
    padding: 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}
.contact-box .mail-step {
  margin: 0 0 20px;
  padding: 0 10px;
  background: #EBF3FD;
  counter-reset: a;
}

.contact-box .mail-step-item {
  float: left;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-weight: 700;
  list-style: none;
  border-bottom: 4px solid transparent;
  font-size: 16px;
}

.contact-box .mail-step-item:before {
  content: counter(a) ".";
  counter-increment: a;
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #00408F;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 54px;
  }
}
.form-btn-box {
  margin: 0 10px 20px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form-btn-send {
    width: 100%;
    max-width: 192px;
  }
}
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  background: #ED6969;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

.contact-box input[required]:required, .contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid, .contact-box textarea[required]:valid {
  background: #fff;
}

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}

.contact-box textarea {
  font-size: 16px;
  padding: 5px 5px 4px;
}

.contact-box select {
  min-height: 32px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 16px;
  vertical-align: top;
}

.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background: #ffebee !important;
}

.site-name {
  font-size: 24px;
  color: #c41134;
  font-weight: 700;
}

.header-stack .site-name {
  margin: 12px 0;
}

.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
  color: #c41134;
}

.site-logo {
  display: inline-block;
  width: 73.33vw;
  max-width: 277px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.site-name-text {
  display: inline;
  vertical-align: middle;
}

.edit-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.header-inner {
  display: none;
}

.header-nav {
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .site-name {
    font-size: 24px;
  }
  .header-stack .site-name {
    text-align: center;
    margin: 24px 0;
  }
  .site-logo {
    width: 345px;
  }
  .header {
    display: table;
    width: 100%;
  }
  .header-stack .header {
    display: block;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 100%;
    vertical-align: middle;
  }
  .header-stack .header-logo {
    display: block;
  }
  .header-nav {
    display: none;
    vertical-align: middle;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    padding: 0 0 15px;
  }
  .contact-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-btn-area a:hover {
    opacity: 0.8;
  }
  .contact-btn-area div {
    padding-right: 30px;
  }
  .contact-btn-area div a {
    display: block;
    text-align: center;
  }
  .contact-btn-area p {
    margin: 0;
    font-size: 10px;
    position: relative;
    top: -3px;
  }
  .contact-btn-area a:hover {
    color: #333;
    text-decoration: none;
  }
  .contact-btn-area a:visited {
    color: #333;
  }
  .contact-btn img {
    width: 208px;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    display: table-cell;
    width: 40%;
  }
  .header-stack .header-logo {
    display: block;
    width: 100%;
  }
  .header-nav {
    display: table-cell;
    width: 60%;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    padding: 0 0 15px;
  }
}
.header-logo {
  padding: 48px 0 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  padding: 0 15px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-menu-btn {
  display: inline-block;
  height: 44px;
  padding: 16px 0 0 0;
  font-size: 20px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a .nav-menu-btn {
  color: #333;
}

.nav-menu-btn:hover {
  color: #333;
  text-decoration: none;
}

.nav-menu-btn-text, .nav-menu-btn .acms-icon-sort {
  display: inline-block;
}

.nav-menu-btn-text {
  margin: 0 0 0 5px;
  color: #333;
  font-weight: 700;
  vertical-align: middle;
  font-size: 11px;
}

.nav-menu-action {
  display: table;
  float: right;
  margin: 0;
  padding: 0;
}

.nav-menu-action-item {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.nav-menu-action-link {
  color: #333;
}

.nav-menu-action-link:active, .nav-menu-action-link:focus, .nav-menu-action-link:hover, .nav-menu-action-link:visited {
  color: #333;
  text-decoration: none;
}

.navbar {
  display: none;
  width: 100%;
}

.navbar.acms-admin-module-edit-wrapper {
  z-index: 1;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar li a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.navbar li a:hover {
  opacity: 1;
}

.navbar li a:active, .navbar li a:focus, .navbar li a:hover {
  color: #fff;
  text-decoration: none;
  background: #00408F;
}

@media (min-width: 768px) {
  .head-wrapper {
    height: 157px;
  }
  .header {
    height: 100px;
  }
  .navbar {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar > ul {
    float: right;
    padding: 0;
    list-style: none;
  }
  .header-stack .navbar > ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #eee;
  }
  .navbar li {
    position: relative;
    float: left;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
  }
  .header-stack .navbar li.navbar-btn {
    padding: 0 10px;
  }
  .header-stack .navbar li {
    display: table-cell;
    float: none;
    border-left: 1px solid #eee;
  }
  .navbar li ul {
    position: absolute;
    left: 0;
    display: none;
    min-width: 200px;
  }
  .navbar li li {
    margin: 0;
  }
  .header-stack .navbar li li {
    display: block;
    border: 0;
  }
  .navbar li a {
    padding: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: border 0.25s ease-out;
    transition: border 0.25s ease-out;
  }
  .navbar li a:active, .navbar li a:focus, .navbar li a:hover {
    color: #333;
    background: transparent;
  }
  .header-stack .navbar li a {
    display: block;
    padding: 13px 5px;
    font-size: clamp(14px, 1.17vw, 16px);
  }
  .navbar li.stay a {
    border-bottom: 4px solid #00408F;
  }
  .navbar li.stay a.btn-attention {
    border: 0;
  }
  .navbar li:hover ul {
    z-index: 10000;
    display: block;
    -webkit-animation: 0.8s fade-in;
            animation: 0.8s fade-in;
  }
  .navbar li:hover a {
    border-bottom: 4px solid #00408F;
  }
  .navbar li:hover a.btn-attention, .navbar li:hover li a {
    border: 0;
  }
  .navbar li li {
    display: block;
    float: none;
    text-align: left;
    background: #c41134;
    border: 0;
    border-top: 1px solid #910021;
  }
  .navbar li li:first-child {
    border: 0;
  }
  .navbar li li a {
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    border: 0;
  }
  .navbar li li a:hover {
    color: #fff;
    background: #910021;
    border: 0;
  }
  .navbar a.btn-attention {
    background: #ff9a00;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    border: 0;
  }
  .navbar a.btn-attention:hover, .navbar a.btn-attention:visited {
    color: #fff;
    text-decoration: none;
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  }
  .navbar a.btn-attention:hover {
    color: #fff;
    background-color: #ff9a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd87d), to(#ff9a00));
    background-image: linear-gradient(180deg, #fdd87d, #ff9a00);
    border: 0;
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    background: #eda800;
  }
}
@media (min-width: 768px) {
  .header-logo {
    padding: 0;
  }
  .navbar ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .navbar ul li a {
    font-size: 16px;
  }
}
.navbar-side {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  text-align: right;
}

.navbar-side-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: #333;
  border-radius: 0 0 4px 4px;
}

.navbar-side-item {
  position: relative;
  display: inline-block;
  color: #fff;
}

.navbar-side-item:before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  border-left: 1px dotted #fff;
  content: "";
}

.navbar-side-item:first-child:before {
  content: none;
}

.navbar-side-link {
  display: inline-block;
  padding: 4px 14px 4px 10px;
  color: #fff;
}

.navbar-side-link [class*=acms-icon] {
  margin: -2px 5px 0 0;
}

.navbar-side-link:active, .navbar-side-link:focus, .navbar-side-link:hover, .navbar-side-link:visited {
  color: #fff;
}

.navbar-side-link:hover [class*=acms-icon] {
  text-decoration: none;
}

.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  vertical-align: middle;
  background-color: #333;
  border-radius: 1px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.icon-toggle-menu:after, .icon-toggle-menu:before {
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}

.icon-toggle-menu:before {
  top: -9px;
}

.icon-toggle-menu:after {
  bottom: -9px;
}

[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}

[aria-expanded=true] .icon-toggle-menu:before {
  width: 28px;
  -webkit-transform: translate(-2px, 9px) rotate(45deg);
          transform: translate(-2px, 9px) rotate(45deg);
}

[aria-expanded=true] .icon-toggle-menu:after {
  width: 28px;
  -webkit-transform: translate(-2px, -9px) rotate(-45deg);
          transform: translate(-2px, -9px) rotate(-45deg);
}

@media (max-width: 767px) {
  .is-locked {
    overflow: hidden;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 51px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }
  .mobile-nav-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 16px 0 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-navbar {
    width: 100%;
  }
  .mobile-navbar-list {
    margin: 0;
    padding: 0;
    line-height: 2.4;
    text-align: left;
    list-style: none;
    font-size: 16px;
  }
  .mobile-navbar-list a:not(.btn-attention), .mobile-navbar-list a:not(.btn-attention):active, .mobile-navbar-list a:not(.btn-attention):focus, .mobile-navbar-list a:not(.btn-attention):hover, .mobile-navbar-list a:not(.btn-attention):visited {
    color: #333;
  }
  .mobile-navbar-list .mobile-navbar-list {
    display: none;
  }
  .mobile-navbar-list li {
    background-color: #EBF3FD;
    padding: 10px 10px 10px 20px;
    margin: 0 0 1px 0;
  }
  .mobile-navbar-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .mobile-navbar-list li .arrow {
    width: 9px;
    height: 9px;
    border-top: 2px solid #00408F;
    border-right: 2px solid #00408F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: baseline;
    text-align: right;
    margin-right: 10px;
  }
  .mobile-nav-side {
    margin: 20px 0;
    text-align: center;
  }
  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px;
  }
  .mobile-nav-side-link, .mobile-nav-side-link:active, .mobile-nav-side-link:focus, .mobile-nav-side-link:hover, .mobile-nav-side-link:visited {
    color: #333;
  }
  .mobile-navbar-footer {
    margin: 15px 0 0;
  }
}
.suggest-box {
  background: #666;
  color: #fff;
}

.suggest-inner {
  display: table;
  width: 100%;
}

.suggest-item {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.suggest-text {
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 14px;
}

.suggest-tel {
  margin: 0 0 10px;
  color: #666;
  font-weight: 700;
  font-size: 24px;
}

.suggest-tel a {
  color: inherit;
}

.suggest-btn {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .suggest-inner {
    padding: 0;
  }
  .suggest-item {
    padding: 30px 10px;
  }
  .suggest-tel {
    margin: 0;
  }
  .suggest-half {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
.foot-wrapper {
  padding: 30px 0;
  background: #FFF;
  color: #172B55;
}

.company-about {
  margin: 0 0 90px;
}

.company-name {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}

.company-detail {
  margin: 0 0 8px;
  padding: 0;
  font-size: 14px;
  font-style: normal;
}
.company-detail:first-of-type {
  font-size: 16px;
}

.company-detail a {
  color: #172B55;
}

.company-detail a:hover {
  text-decoration: underline;
}

.footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-nav {
  float: right;
  width: 650px;
  max-width: 100%;
  margin: 0 -10px;
}

.footer-nav-item {
  display: block;
  float: left;
  width: 25%;
  margin: 0 0 10px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-nav-title {
  margin: 0 0 5px;
  font-size: 16px;
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  color: #999;
  list-style: none;
}

.footer-nav-list li {
  line-height: 1.7;
}

.footer-nav-list a {
  color: #999;
}

@media screen and (max-width: 767px) {
  .company-name {
    font-size: 20px;
  }
  .footer-nav {
    display: none;
  }
}
.page-top a:focus {
  display: block;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../../images/marker/btn_pageTop.png?v=2020021830851) no-repeat center/cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.no-js .page-top-btn {
  opacity: 0.6;
}

.page-top-btn-appear {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-top-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
}
.sns-list {
  margin: 0 -5px 30px 15px;
  padding: 0;
  list-style: none;
}

.sns-list-item {
  float: left;
  margin: 0 5px;
}

.sns-list-item a:active, .sns-list-item a:focus, .sns-list-item a:hover, .sns-list-item a:visited {
  text-decoration: none;
}

.sns-list-item .sns-list-facebook {
  display: block;
  width: 30px;
  height: 30px;
  color: #172B55;
  line-height: 1.5;
  text-align: center;
  background: #1877f2;
  border-radius: 4px;
  font-size: 19px;
}

.sns-list-item .sns-list-facebook:before {
  vertical-align: middle;
}

.sns-list-item .sns-list-twitter {
  display: block;
  width: 30px;
  height: 30px;
  color: #172B55;
  line-height: 1.5;
  text-align: center;
  background: #55acee;
  border-radius: 4px;
  font-size: 19px;
}

.sns-list-item .sns-list-twitter:before {
  vertical-align: middle;
}

.sns-list-item .sns-list-youtube {
  display: block;
  width: 30px;
  height: 30px;
  color: #172B55;
  line-height: 1.5;
  text-align: center;
  background: #cd201f;
  border-radius: 4px;
  font-size: 19px;
}

.sns-list-item .sns-list-youtube:before {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .sns-list {
    float: right;
    margin: 0 -10px;
  }
  .sns-list-item {
    margin: 10px;
  }
  .sns-list-item a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
}
.copyright {
  margin: 0;
  color: #172B55;
}

.copyright-text {
  margin: 0 auto;
  font-size: 10px;
}

.copyright-text.motto {
  padding-bottom: 5px;
  word-break: keep-all;
}

.copryright-logo {
  vertical-align: middle;
}

/*===============================

	template add class

================================*/
main p {
  font-size: 16px;
  line-height: 1.8;
}

ul {
  margin: 0;
}

figure {
  margin: 0;
}

.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bgc-blue {
  background-color: #EBF3FD;
}

.bgi-title {
  background: url(../../images/title-bg.png) no-repeat center/cover, -webkit-gradient(linear, left top, right top, from(#006EB4), to(#083C8C));
  background: url(../../images/title-bg.png) no-repeat center/cover, linear-gradient(to right, #006EB4, #083C8C);
}
.bgi-title h1, .bgi-title h2 {
  color: #FFF;
}

.bgc-title-blue {
  background-color: #F1F5F7;
}
.bgc-title-blue h1, .bgc-title-blue h2 {
  color: #00408F;
}

.bgi-gray {
  background-color: #666;
}

.sp {
  display: none;
}

.header .contact-btn-area .tel img {
  max-width: 170px;
  display: inline-block;
  padding: 5px 0;
}

.category {
  padding: 70px 0;
}
.category h2 {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.category .title-ja {
  display: block;
  color: #00408F;
  font-size: 18px;
  padding: 15px 0 40px;
  font-weight: 700;
}
.category .title-bar {
  display: block;
  margin: 0 auto 40px;
  width: 30px;
  height: 3px;
  background-color: #00408F;
}
.category .bgi {
  background: url(../../images/top_company-img.jpg) no-repeat center/cover;
  padding: 40px 0;
  display: block;
}
.category p {
  font-size: 16px;
  line-height: 1.8;
}

.top-notice {
  padding: 0;
  margin: 110px 0 80px;
}
.top-notice h3 {
  margin: 0 0 15px;
  font-size: 18px;
  color: #00408F;
}

.top-notice-inner {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 35px 3.57% 40px;
}

.top-notice-txt p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.top-service {
  padding: 0 0 146px;
  margin: 110px 0 0;
}
.top-service > .acms-container {
  max-width: 1200px;
}
.top-service .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-service .item-wrap:first-child {
  margin-top: 20px;
}
.top-service .item-wrap:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-service .item-wrap:nth-of-type(even) .txt-wrap {
  padding: 0 7.76% 0 3.1%;
}
.top-service .item-wrap + .item-wrap {
  margin-top: 80px;
}
.top-service .item-wrap img {
  width: 50%;
  display: block;
}
.top-service .item-wrap .txt-wrap {
  width: 50%;
  padding: 0 3.1% 0 7.76%;
}
.top-service .item-wrap h3 {
  color: #00408F;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto 1em;
}
.top-service .item-wrap .btn-wrap {
  text-align: right;
}

.top-company {
  background: url(../../images/top_company-img.jpg) no-repeat center/cover;
  padding: 0;
  position: relative;
}
.top-company::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, transparent 50%, transparent 100%);
  position: absolute;
}
.top-company h2 {
  text-align: left;
}
.top-company .txt-container {
  position: relative;
  padding: 77px 0;
  width: 441px;
}
.top-company h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}
.top-company h3 span {
  font-weight: 600;
  color: #00408F;
}

@media screen and (max-width: 970px) {
  .top-company .txt-container {
    width: clamp(340px, 45.46vw, 441px);
  }
}
.frame-btn {
  margin: 10px auto 0 0;
}

.top-recruit {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top-recruit .bgi {
  background: url(../../images/top_recruit-img_pc.jpg) no-repeat top center/cover;
  padding: 57px 0;
}
.top-recruit h3 {
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
}

.recruit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-btn div:not(:last-of-type) {
  margin-right: 25px;
}
.recruit-btn a {
  width: 224px;
  height: 60px;
  text-align: center;
  margin: 5px 0 50px;
  font-size: 20px;
}
.recruit-btn a::after {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 2px;
  right: 20px !important;
}

.recruit-btn div:hover, .recruit-btn a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.suggest-inner {
  text-align: center;
  padding: 45px 0;
  display: block;
  color: #fff;
  background: url(../../images/suggest-bg_pc.webp) no-repeat center/cover, -webkit-gradient(linear, left top, right top, from(#006EB4), to(#083C8C));
  background: url(../../images/suggest-bg_pc.webp) no-repeat center/cover, linear-gradient(to right, #006EB4, #083C8C);
}
.suggest-inner.__shorui {
  margin: 40px 0 90px;
}
.suggest-inner h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  background-color: #00408F;
  font-weight: normal;
  padding: 13px 0;
  font-weight: normal;
  margin-bottom: 17px;
}
.suggest-inner p {
  padding-top: 0px;
}
.suggest-inner p.time {
  padding-top: 0;
}
.suggest-inner p.suggest-slogan {
  font-size: clamp(20px, 1.76vw, 24px);
  font-weight: 600;
  margin: 0;
}

.footer_suggest-ttl {
  width: 100%;
  height: auto;
}
.footer_suggest-ttl h4 {
  font-size: 24px;
  color: #fff;
  line-height: 2;
  margin: -8px 0 0;
  font-weight: normal;
}
.footer_suggest-ttl h4 .flame {
  color: #FFF;
  padding: 5px 10px;
  border: 1px solid #FFF;
  font-size: 18px;
  border-radius: 10px;
  margin-right: 5px;
}
.footer_suggest-ttl h4 small {
  font-size: 18px;
}

.suggest-inner .contact-btn-area {
  padding: 5px 0 0;
}
.suggest-inner .contact-btn-area div {
  margin: 4px 55px 0 auto;
  text-align: end;
  padding-right: 0;
}
.suggest-inner .contact-btn-area a {
  color: #FFF;
}
.suggest-inner .contact-btn-area .contact-btn {
  margin: 8px auto 0 55px;
  padding: 19px 35px;
  background: #FCE31A;
  border: 1px solid #FCE31A;
  border-radius: 3px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 600;
}
.suggest-inner .contact-btn-area .contact-btn svg {
  margin-right: 11px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.suggest-inner .contact-btn-area .contact-btn:hover {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  opacity: 1;
}
.suggest-inner .contact-btn-area .contact-btn:hover svg {
  fill: #FFF;
}
.contact-btn-area .tel-number img {
  width: auto;
  display: inline-block;
  padding: 5px 0 8px;
}
.contact-btn-area .tel-number p {
  font-size: 14px;
  position: relative;
  right: -7px;
}
.contact-btn-area span {
  height: 60px;
  width: 1px;
  background-color: #FFF;
  margin-top: 10px;
}

.sns-inner {
  border-bottom: 1px solid #172B55;
}
.sns-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  color: #172B55;
}

.sns-inner h3 {
  word-break: keep-all;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}

.sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  list-style: none;
  font-size: 16px;
  text-align: center;
}
.sns-icon li {
  margin-right: 20px;
}
.sns-icon li:last-child {
  margin-right: 0;
}
.sns-icon li img {
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.sns-icon li a {
  color: #172B55;
}
.sns-icon li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .sns-icon li img {
    margin-right: 0;
  }
  .sns-icon li span {
    display: block;
  }
}
.acms-col-md-6.footer_menu {
  float: right;
  width: 54%;
}

.footer_menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  .footer_menu-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_menu-inner ul:last-child {
    width: 100%;
  }
  .footer_menu-inner ul:last-child li {
    float: right;
  }
}
.footer_menu-inner.sp {
  display: none;
}

.footer_menu-inner li {
  padding-bottom: 10px;
  white-space: nowrap;
  list-style: none;
  font-weight: 500;
  color: #172B55;
}
.footer_menu-inner li.__child {
  font-weight: normal;
}

.footer_menu-inner li a {
  color: #172B55;
  font-size: clamp(12px, 3.73vw, 14px);
}

.footer_menu-inner li a:active {
  color: #172B55;
}

.footer_menu-inner li a:visited {
  color: #172B55;
}

.footer_menu-inner li img {
  width: 96px;
  height: auto;
  background-color: #fff;
}

.underlayer h1 {
  font-size: 32px;
  padding: 57px 0;
  margin: 0;
}
.underlayer .copyright p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: #333;
}
.underlayer .copyright ul {
  list-style: none;
  padding: 0;
}
.underlayer .contents-title {
  font-size: 28px;
  padding: 20px 0;
  border-bottom: 2px solid #00408F;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.3;
}
.underlayer .contents-title small {
  font-weight: normal;
  font-size: 71.23%;
}

.underlayer .copyright, .underlayer .history {
  margin: 40px 0 100px;
}

.disclaimer-txt h4, .disclaimer-txt h5 {
  font-size: 20px;
  font-weight: 400;
  color: #00408F;
  margin: 30px 0 5px;
}

.copyright .p-mark img {
  width: 140px;
  height: auto;
  margin-bottom: 30px;
}

.copyright .signature {
  padding: 20px 0;
}

.copyright .signature p {
  font-size: 14px;
  text-align: right;
  padding: 10px 0;
}

.copyright .signature span {
  color: #00408F;
}

.-document ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}

.-document .-indent {
  margin: 1em;
}

.-document li li + li {
  margin-top: 1em;
}

.-document h4 {
  font-size: 20px;
  font-weight: 600;
  color: #00408F;
  margin: 30px 0;
}

.-document dl {
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
}

.-document dt {
  font-size: 16px;
  font-weight: 600;
  color: #00408F;
}

.-document dd {
  margin: 0;
}

.-document dd + dt {
  margin-top: 1em;
}

.-document .slogan {
  font-size: 28px;
  font-weight: 600;
  color: #00408F;
  line-height: 1.5;
  margin: 1em 0;
}

.document-wrap + .document-wrap {
  margin-top: 40px;
}

.safety .-document ul > li + li {
  margin-top: 50px;
}

.safety .-document ul > li li + li {
  margin-top: 1.5em;
}

.safety-note {
  margin: 50px 1em !important;
}

.safety-note + .text-right {
  text-align: right;
  margin-bottom: 100px;
}

.safety-img {
  max-width: 885px;
  margin: 0 auto 100px;
  border: 1px solid #707070;
}

.safety-img img {
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .-document .slogan {
    font-size: 22px;
  }
  .-document h4 {
    font-size: 18px;
    margin: 20px 0;
  }
  .-document ul {
    font-size: 14px;
  }
  .-document dl {
    font-size: 14px;
  }
  .safety .-document ul > li + li {
    margin-top: 40px;
  }
  .safety .-document ul > li li + li {
    margin-top: 1em;
  }
  .safety-img {
    height: 500px;
    overflow-x: scroll;
  }
  .safety-img img {
    max-width: none;
    height: 100%;
  }
}
.disclaimer-txt.-personal li h4 {
  font-weight: 600;
}

.disclaimer-txt h5 {
  padding-left: 1rem;
  margin: 20px 0 5px;
}

.disclaimer-txt h5:not(:first-of-type) {
  margin: 35px 0 5px;
}

.disclaimer-txt.-personal li p {
  padding-left: 1rem;
}

.disclaimer-txt.-personal ul {
  color: #333;
  list-style: disc;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 2.5rem;
}

.disclaimer-txt.-personal table, .history table {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  border-collapse: collapse;
  width: 73%;
  margin: 20px 0 20px 1rem;
}

.disclaimer-txt.-personal table:last-child {
  margin-bottom: 35px;
}

.disclaimer-txt.-personal table th, .disclaimer-txt.-personal table td {
  padding: 15px;
  vertical-align: top;
}

.disclaimer-txt.-personal table th {
  background-color: #EBF3FD;
}

.disclaimer-txt.-personal table .txt-delay {
  padding-left: 6rem;
}

.history .history_comment h4 {
  font-size: 16px;
  margin-bottom: 30px;
}

.history .history_comment p {
  margin-bottom: 50px;
}

.history table {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #333;
  margin: 0;
}

.history table:not(:first-of-type) {
  border-top: none;
}

.history table th, .history table td {
  padding: 15px;
  vertical-align: top;
  text-align: left;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}

.history table tr:first-child td {
  border-top: none;
}

.history table th {
  background-color: #EBF3FD;
  border-top: none;
}

.history table td:first-of-type {
  background-color: #F7F7F7;
}

.history table td:empty {
  border-top: none;
}

.history table span {
  display: block;
}

.history table span:not(:first-of-type) {
  padding-top: 10px;
}

.history table tr:not(:first-of-type) {
  border-top: none;
}

.history table tr:not(:first-of-type) th {
  color: transparent;
}

main.-copyright.protection {
  padding-top: 0;
}

.contact-box .tel-inner h3 {
  color: #00408F;
  font-size: 20px;
  font-weight: 600;
}

.contact-box .tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 50px;
}

.contact-box .tel-inner div {
  padding-left: 22px;
}

.contact-box .bgc-blue {
  padding: 60px 0;
}

.contact-box_info {
  background-color: #F7F7F7;
  padding: 30px;
}

.contact-box_info h4 {
  font-size: 16px;
  color: #00408F;
  margin-top: 0;
}

.contact-box_info ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
}

.contact-box_info p {
  font-size: 14px;
  margin-bottom: 0;
}

.form-inner {
  max-width: 940px;
  padding: 40px 60px;
  background-color: #fff;
}

.contact-form_outer h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00408F;
  border-bottom: 2px solid #00408F;
  text-align: center;
  padding: 0 0 18px;
  margin: 0 0 2.4rem;
}

.contact-form_outer h4 {
  color: #00408F;
  font-size: 16px;
  font-weight: 600;
}

.contact-form_outer p {
  font-size: 14px;
}

.acms-admin-ico-checkbox {
  margin: -2px 10px 0 0;
}

.message-back-link a {
  color: #005DFF;
}

.p-policy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.p-policy_inner .p-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-policy_inner iframe {
  width: 510px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.p-policy_inner .p-mark img {
  width: auto;
  height: 60px;
}

.p-policy_inner .p-mark p {
  margin: 0 auto auto 10px;
  line-height: 1.6;
}

.underlayer.protection .copyright {
  margin: 0;
}

.underlayer.protection .contents-title {
  padding: 0px 0 15px;
}

.chkbox {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.chkbox input {
  margin-right: 10px;
}

.chkbox label {
  vertical-align: middle;
}

/*
  COMPANY
==============*/
.company .top-img img {
  width: 100%;
}

.president_comment {
  max-width: 820px;
  margin: 38px auto 80px;
  font-size: 16px;
}

.president_comment h4 {
  margin: 0 auto -10px;
}

.contents-inner {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
}

.company_brochure h4 {
  color: #00408F;
  margin-top: 60px;
}

.company_table {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.company_table tr:nth-child(2) th, .company_table tr:nth-child(2) td {
  border-bottom: 1px solid #333;
}

.company_table th, .company_table td {
  border-top: 1px solid #333;
  padding: 15px;
  line-height: 1.8;
}

.company_table th, .company_location th {
  background-color: #EBF3FD;
  width: 21.95%;
  vertical-align: baseline;
  text-align: left;
}

.company_table td, .company_location td {
  border-left: 1px solid #333;
}

.company_location {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.company_location th, .company_location td {
  padding: 15px;
  line-height: 1.8;
}

.company_location tr:not(:first-child) th {
  color: transparent;
}

.company_location tr:not(:first-child) th, .company_location tr:not(:first-child) td {
  padding-top: 0;
}

.company_location span {
  display: block;
  color: #00408F;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 80px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents-img {
  margin: 40px 0 80px;
  text-align: center;
}

.company_description .module-section {
  margin-bottom: 100px;
}

.company_description .company_table:first-of-type {
  margin-bottom: 40px;
}

.company_description .company_table th:not(:first-of-type) {
  border-left: 1px solid #333;
}

.company_description .company_table td {
  vertical-align: baseline;
}

.company_description h4 {
  color: #00408F;
  font-size: 16px;
}

/*
  RECRUIT
==============*/
.category.recruit h2 {
  padding: 0;
}

.module-section.recruit-top {
  margin-bottom: 0;
}

.recruit_btn-area {
  background-color: #00408F;
}

.recruit_btn-area .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

.recruit_btn-area .btn-inner p {
  font-size: 20px;
  text-align: center;
  background-color: #00408F;
  color: #fff;
  width: 33.33%;
  margin: 0;
  padding: 30px 0;
  border-left: 1px solid #fff;
  position: relative;
}

.recruit_btn-area .btn-inner p:last-child {
  border-right: 1px solid #fff;
}

.recruit_btn-area .btn-inner a {
  color: #fff;
  display: block;
}

.recruit_btn-area .btn-inner a:before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 75%;
  right: 0;
  margin: auto;
}

.module-section.bgc-recruit {
  padding: 30px 0;
  margin-bottom: 0;
  margin-top: 0;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.about-list img {
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about-list h4 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 24px;
  margin: 20px 0;
}

.about-list p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .about-list li {
    width: 48.214%;
  }
  .about-list li:nth-child(even) {
    margin-left: 3.572%;
  }
}
.member-figure {
  max-width: 670px;
  margin: 0 auto;
}

.member-figure img {
  max-width: 100%;
}

.bgc-recruit:nth-of-type(odd) {
  background-color: #F5FAFF;
}

.bgc-recruit:nth-of-type(even) {
  background-color: #EBF3FD;
}

.interview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview-inner .interview-img {
  width: 37.5%;
  margin-right: 3.57%;
  max-width: 500px;
  position: relative;
}
.interview-inner .interview-img img {
  width: 100%;
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-txt {
  width: 52%;
}
.interview-txt .r_flame {
  margin: 0;
  font-size: 14px;
  color: #00408F;
}
.interview-txt .r_name {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
  line-height: initial;
}
.interview-txt dl, .interview-txt dt {
  -webkit-margin-start: unset;
          margin-inline-start: unset;
  line-height: 1.8;
}
.interview-txt dl {
  font-size: 16px;
}
.interview-txt dt {
  color: #00408F;
  font-weight: 600;
}
.interview-txt dd {
  margin: 0;
}
.interview-txt dd:not(:last-child) {
  padding-bottom: 20px;
}

.recruit_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 42px;
}
.recruit_movie .youtube-inner:nth-of-type(2) {
  margin-left: 30px;
}

@media screen and (max-width: 1150px) {
  .recruit_movie {
    display: block;
  }
  .recruit_movie .youtube-inner:nth-of-type(2) {
    margin-left: 0;
  }
}
.youtube-inner h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
}

.apply-button {
  display: block;
  max-width: 388px;
  text-align: center;
  background-color: #00408F;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 0;
  border-radius: 5px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  margin: 0 auto;
}

.apply-button a {
  color: #fff;
  font-size: 18px;
}

.apply-button:hover {
  opacity: 0.8;
}

.apply-button img {
  padding-left: 20px;
}

.recruit .pr-txt {
  font-size: 20px;
  color: #00408F;
  text-align: center;
  margin: 40px 0 15px;
}

.recruit .pr-txt.__left {
  text-align: left;
}

.recruit .contents-inner {
  margin-bottom: 80px;
  max-width: 820px;
  width: 100%;
}

/*
  shipping-agency
==================*/
.service-ttl {
  width: 100vw;
  height: 347px;
  margin: 0 calc(50% - 50vw) !important;
  background: #ffface url(../../images/shipping-agency/service-ttl-bg.jpg) no-repeat center/cover;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0;
}
.service-ttl img {
  max-width: 510px;
}

.service-info {
  background: #F7F7F7;
  padding: 50px 0 60px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.service-info .acms-container {
  padding-right: 20px;
  padding-left: 20px;
}
.service-info h3 {
  font-size: 28px;
  color: #00408F;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 22px;
}
.service-info h3 + p {
  text-align: center;
  font-size: 18px;
}

.service-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.service-info-item li {
  width: 32.14%;
  margin-right: 1.78%;
}
.service-info-item li:nth-child(3n) {
  margin-right: 0;
}
.service-info-item li figure img {
  width: 62.5%;
  max-width: 100%;
  display: block;
  margin: 0 auto -55px;
}
.service-info-item li p {
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(165deg, #0080d6 0%, #0047a8 100%);
  color: #FFF;
  font-size: clamp(18px, 1.76vw, 24px);
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 58px 0 30px;
}
.service-info-item li p strong {
  font-size: clamp(20px, 2.05vw, 28px);
}

.service-task {
  padding: 80px 0 50px;
}
.service-task h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 35px;
}
.service-task h3 strong {
  color: #00408F;
  font-size: 28px;
  font-weight: 600;
}
.service-task h3 + figure + figure img {
  max-width: 100%;
  width: 38.84%;
  margin: 55px auto;
  display: block;
}
.service-task h3 + figure + figure + p {
  font-size: 28px;
  text-align: center;
  margin: 0;
}
.service-task h3 + figure img {
  max-width: 100%;
  width: 87.86%;
  margin: 0 auto;
  display: block;
}

.horizontal-list {
  padding: 0;
  list-style-type: none;
}
.horizontal-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 30px 2.68%;
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
}
.horizontal-list li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #00408F;
  margin: 0 0 15px;
}
.horizontal-list li h4 + p {
  margin: 0;
}
.horizontal-list li .shipment-image {
  margin-left: 2.84%;
  width: 18.9%;
  text-align: center;
}
.horizontal-list li .shipment-text {
  width: 78.26%;
}
.horizontal-list li:nth-child(3) .shipment-image img {
  max-width: 140px;
}

.service-content {
  padding: 55px 0 90px;
}
.service-content h4 {
  font-size: 25px;
  font-weight: 600;
  color: #00408F;
  margin: 0 0 35px;
}

.horizontal-c-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.horizontal-c-list li {
  background: #edf7ff;
  border-radius: 3px;
  padding: 30px 2.68%;
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.horizontal-c-list li img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 22.64%;
  margin-right: 2.83%;
}
.horizontal-c-list li > div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 74.53%;
}
.horizontal-c-list li h5 {
  font-size: 20px;
  color: #00408F;
  margin: 0 0 20px;
}
.horizontal-c-list li h5 span {
  border: 2px solid #00408F;
  font-size: 14px;
  color: #00408F;
  padding: 5px 15px;
  margin: 0 0 0 15px;
  border-radius: 30px;
  position: relative;
  top: -2px;
}

.service-voice {
  padding: 70px 0;
  background: url(../../images/shipping-agency/service-voice-bg.jpg) no-repeat center/cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.service-voice .acms-container {
  padding-right: 20px;
  padding-left: 20px;
}

.service-voice-ttl {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #00408F;
  margin: 0 auto 40px;
}
.service-voice-ttl span {
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
}

.service-voice-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.service-voice-list li {
  width: 31.79%;
  margin-right: 2.32%;
  padding: 30px 1.79%;
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
}
.service-voice-list li:nth-child(3) {
  margin-right: 0;
}
.service-voice-list li > img {
  max-width: 105px;
  display: block;
  margin: 0 auto 15px;
}
.service-voice-list li p {
  font-size: 16px;
  margin: 0;
}
.service-voice-list li p strong {
  color: #00408F;
  font-weight: bold;
}
.service-voice-list li p.name {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .service-ttl {
    height: 220px;
  }
  .service-ttl img {
    max-width: 320px;
    width: 85.33vw;
    margin: 0 auto;
  }
  .service-info {
    padding: 40px 0;
  }
  .service-info h3 {
    font-size: clamp(18px, 5.87vw, 22px);
  }
  .service-info h3 + p {
    font-size: 14px;
  }
  .service-info-item {
    display: block;
    padding: 0 5.97%;
  }
  .service-info-item li {
    width: 100%;
    margin-right: 0;
  }
  .service-info-item li + li {
    margin: 30px 0 0;
  }
  .service-info-item li figure img {
    width: 55.22%;
    margin: 0 auto -27px;
  }
  .service-info-item li p {
    padding: 25px 0;
    font-size: clamp(14px, 4.27vw, 16px);
  }
  .service-info-item li p strong {
    font-size: clamp(18px, 5.33vw, 20px);
  }
  .service-task {
    padding: 40px 0 20px;
  }
  .service-task h3 {
    font-size: clamp(13px, 3.73vw, 14px);
    line-height: 1.78;
    font-weight: normal;
    margin: 0 0 18px;
  }
  .service-task h3 strong {
    font-size: clamp(14px, 4.21vw, 16px);
  }
  .service-task h3 + figure + figure img {
    width: 74%;
    margin: 19px auto;
  }
  .service-task h3 + figure + figure + p {
    font-size: clamp(13px, 3.73vw, 14px);
    font-weight: normal;
    line-height: 1.78;
  }
  .service-task h3 + figure img {
    width: 104%;
    max-width: 348px;
    margin: 0 -2%;
  }
  .horizontal-list li {
    display: block;
    padding: 20px 5.97%;
  }
  .horizontal-list li .shipment-text {
    width: 100%;
  }
  .horizontal-list li h4 {
    font-size: 18px;
  }
  .horizontal-list li p {
    font-size: 16px;
  }
  .horizontal-list li .shipment-image {
    width: 54.24%;
    margin: 10px auto 0;
  }
  .horizontal-list li:nth-child(3) .shipment-image img {
    max-width: 110px;
  }
  .service-content {
    padding: 20px 0;
  }
  .service-content h4 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .horizontal-c-list li {
    display: block;
    padding: 20px 5.97%;
    margin-bottom: 20px;
  }
  .horizontal-c-list li > div {
    width: 100%;
  }
  .horizontal-c-list li h5 {
    font-size: clamp(16px, 4.74vw, 18px);
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .horizontal-c-list li p {
    font-size: 16px;
  }
  .horizontal-c-list li img {
    width: 81.36%;
    margin: 0 auto;
    display: block;
  }
  .service-voice {
    padding: 45px 0;
  }
  .service-voice-ttl {
    font-size: 21px;
    margin: 0 auto 25px;
  }
  .service-voice-ttl span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .service-voice-list {
    display: block;
  }
  .service-voice-list li {
    width: 100%;
    margin-right: 0;
    padding: 20px 5.97%;
  }
  .service-voice-list li + li {
    margin-top: 20px;
  }
  .service-voice-list li > img {
    max-width: 80px;
  }
  .service-voice-list li p {
    font-size: 14px;
  }
  .service-voice-list li p.name {
    font-size: 15px;
  }
}
/*
  logistics-outsourcing
========================*/
.-logistics-outsourcing .service-ttl {
  height: 308px;
  background: #043677 url(../../images/logistics-outsourcing/service-ttl-bg.jpg) no-repeat center/cover;
}
.-logistics-outsourcing .service-ttl img {
  max-width: 520px;
}
.-logistics-outsourcing .service-task {
  padding: 70px 0 20px;
}
.-logistics-outsourcing .service-task h3 strong {
  font-size: 37px;
}
.-logistics-outsourcing .service-task h3 strong .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FCE31A));
  background: linear-gradient(transparent 70%, #FCE31A 30%);
}
.-logistics-outsourcing .service-task h3 + figure img {
  width: 60.71%;
}
.-logistics-outsourcing .icon-card-list.__2col {
  margin: 40px 0 30px;
}
.-logistics-outsourcing .icon-card-list.__3col {
  margin: 30px 0 0;
}
.-logistics-outsourcing .service-content {
  padding: 55px 0 0;
}

.icon-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.icon-card-list.__2col li {
  width: 49.1%;
  margin-right: 1.78%;
}
.icon-card-list.__2col li:nth-child(2n) {
  margin-right: 0;
}
.icon-card-list.__3col li {
  width: 32.14%;
  margin-right: 1.78%;
}
.icon-card-list.__3col li:nth-child(3n) {
  margin-right: 0;
}
.icon-card-list li {
  padding: 30px 2.68%;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
}
.icon-card-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-card-list li .icon {
  width: 60px;
  margin-right: 12px;
}
.icon-card-list li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #00408F;
  margin: 0;
  line-height: 1.3;
}
.icon-card-list li h4 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.icon-card-list li h4 span.no {
  font-weight: 600;
  color: #91A8C6;
  margin: 0 0 3px;
}
.icon-card-list li p a {
  color: #00408F;
  text-decoration: underline;
}

.full-width {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.flow-diagram {
  background: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .-logistics-outsourcing .service-ttl {
    height: 220px;
  }
  .-logistics-outsourcing .service-ttl img {
    max-width: 320px;
  }
  .-logistics-outsourcing .service-task {
    padding: 30px 0 0;
  }
  .-logistics-outsourcing .service-task h3 strong {
    font-size: clamp(18px, 5.26vw, 20px);
  }
  .-logistics-outsourcing .service-task h3 + figure img {
    width: 104%;
    max-width: 348px;
    margin: 0 -2%;
  }
  .-logistics-outsourcing .icon-card-list.__2col {
    margin: 30px 0 20px;
  }
  .-logistics-outsourcing .icon-card-list.__3col {
    margin: 30px 0 0;
  }
  .-logistics-outsourcing .service-content {
    padding: 30px 0 0;
  }
  .-logistics-outsourcing .service-content > h4 {
    font-size: 22px;
  }
  .icon-card-list.__2col li {
    width: 100%;
    margin-right: 0;
  }
  .icon-card-list.__3col li {
    width: 100%;
    margin-right: 0;
  }
  .icon-card-list li {
    padding: 20px 5.97%;
  }
  .icon-card-list li .icon {
    width: 45px;
  }
  .icon-card-list li h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .icon-card-list li h4 span {
    font-size: 13px;
  }
  .icon-card-list li p {
    margin-bottom: 0;
  }
  .flow-diagram {
    padding: 30px 0;
  }
  .flow-diagram .acms-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*
  SHORUI
==============*/
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .shorui-kv img {
    aspect-ratio: 1366/560;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.shorui_s-title {
  width: 100%;
  background-color: #0080D6;
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 19px 0;
  font-size: 28px;
  line-height: 1.6;
}

.shorui_info-inner {
  padding: 44px 0 80px;
  background: #F7F7F7;
}

.shorui_info .info_txt {
  text-align: center;
  margin-bottom: 30px;
}
.shorui_info .info_txt span {
  font-weight: 600;
  color: #00408F;
}
.shorui_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 0;
  margin: 50px 0 25px;
}
.shorui_info ul li {
  width: 20%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
  list-style: none;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin-right: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shorui_info ul li:last-child {
  margin-right: 0;
}
.shorui_info ul li:last-child::after {
  content: none;
}
.shorui_info ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #00408F;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  z-index: 1;
  top: 45%;
  right: -23px;
}
.shorui_info ul li h4 {
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 1.3;
  text-align: center;
}
.shorui_info ul li img {
  max-width: 80px;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.shorui_info ul li p {
  font-size: 16px;
  margin-bottom: 0;
}
.shorui_info .attention {
  text-align: right;
  font-size: 14px;
  margin: 0 28px 0 0;
}

@media screen and (max-width: 1140px) {
  .shorui_info ul {
    display: block;
    padding: 0 60px;
  }
  .shorui_info ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .shorui_info ul li::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #00408F;
    top: 108%;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .shorui_info ul li h4 {
    min-width: 150px;
    margin: 0;
  }
  .shorui_info ul li img {
    padding: 0 30px;
  }
  .shorui_info ul li p {
    margin: 0;
    text-align: left;
  }
  .shorui_info ul li p br {
    display: none;
  }
  .shorui_info ul li p br.sp {
    display: block;
  }
  .shorui_info .attention {
    margin: 0 60px 0 0;
  }
}
.shorui_function-inner {
  margin: 75px 0;
  border: 2px solid #00408F;
  border-radius: 5px;
  padding: 50px 2.68% 95px;
  text-align: center;
}
.shorui_function-inner h3 {
  font-size: 28px;
  margin: 0 0 20px;
}
.shorui_function-inner h3 span {
  color: #00408F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDA77), to(#FFDA77));
  background: linear-gradient(transparent 60%, #FFDA77 60%, #FFDA77 100%);
  padding: 0 8px;
}
.shorui_function-inner h3 + p strong {
  color: #00408F;
  text-decoration: underline;
  font-weight: normal;
}
.shorui_function-inner img {
  margin: -30px auto 0;
  max-width: 926px;
  width: 92.1%;
}

.shorui_custody, .shorui_howto {
  margin-bottom: 80px;
}

.shorui_custody ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.shorui_custody .title-inner h3 {
  font-size: 20px;
  color: #00408F;
}
.shorui_custody .title-inner img {
  max-width: 67px;
  margin-right: 20px;
}
.shorui_custody h4 {
  font-size: 20px;
  color: #00408F;
  padding-left: 20px;
}
.shorui_custody .ok {
  background-color: #EDF7FF;
  margin-right: 20px;
}
.shorui_custody .non {
  background-color: #F7F7F7;
}

.shorui_custody .ok, .shorui_custody .non {
  padding: 30px 20px;
  width: 50%;
}

.shorui_custody .ok .title-inner, .shorui_custody .non .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.shorui_custody .ok .contents-inner, .shorui_custody .non .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.shorui_custody .ok .contents-inner li, .shorui_custody .non .contents-inner li {
  text-align: center;
  font-weight: 600;
}

.shorui_custody .ok .contents-inner li:not(:first-child), .shorui_custody .non .contents-inner li:not(:first-child) {
  margin-left: 20px;
}

.shorui_custody .ok .contents-inner img, .shorui_custody .non .contents-inner img {
  max-width: 100%;
}

.shorui_custody .ok .contents-inner li:first-child img {
  padding-bottom: 7px;
}

.shorui_custody .ok .contents-inner li span, .shorui_custody .non .contents-inner li span {
  font-size: 14px;
}

.shorui_custody .non .item {
  line-height: 1.8;
  font-size: 16px;
  background-color: #fff;
  padding: 20px;
  margin: 0;
}

.shorui_howto .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shorui_howto .inner div {
  margin-right: 30px;
  width: 100%;
}
.shorui_howto .inner div p {
  margin-top: 0;
}
.shorui_howto .inner div p small {
  font-size: 14px;
}
.shorui_howto .inner img {
  width: 42.5%;
}
.shorui_howto .inner .size {
  background-color: #F7F7F7;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0 0;
}
.shorui_howto .inner table th {
  width: 160px;
}

.footer.contact-btn-area.shorui {
  padding: 0 0 10px;
}

.shorui_howto .shorui_s-txt {
  text-align: center;
  padding: 10px 0 0;
}
.shorui_howto p:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 40px;
}

.customer-voice {
  margin: 20px 0 0;
  padding: 0;
}
.customer-voice li {
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
  padding: 30px;
  list-style: none;
  width: 48.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  display: inline-block;
}
.customer-voice li:first-child {
  width: 100%;
}
.customer-voice li:nth-child(2) h4 span::before {
  background: url(../../images/shorui_storage/icon-voice02.png) no-repeat center/cover;
}
.customer-voice li:nth-child(3) h4 span::before {
  background: url(../../images/shorui_storage/icon-voice03.png) no-repeat center/cover;
}
.customer-voice li:nth-child(4) h4 span::before {
  background: url(../../images/shorui_storage/icon-voice04.png) no-repeat center/cover;
}
.customer-voice li:nth-child(5) h4 span::before {
  background: url(../../images/shorui_storage/icon-voice05.png) no-repeat center/cover;
}
.customer-voice li:nth-child(5) .name {
  margin: 48px 0 20px;
}
.customer-voice li:nth-child(n+4) {
  margin-bottom: 0;
}
.customer-voice li:nth-child(even) {
  margin-right: 2.5%;
}
.customer-voice h4 {
  font-size: 24px;
  margin: 0;
  line-height: 1.6;
}
.customer-voice h4 span {
  display: block;
  color: #00408F;
  text-transform: capitalize;
  margin: 0 0 8px;
  position: relative;
}
.customer-voice h4 span::before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 53px;
  background: url(../../images/shorui_storage/icon-voice01.png) no-repeat center/cover;
  vertical-align: -18px;
  margin-right: 7px;
}
.customer-voice .name {
  margin: 10px 0 20px;
}

@media screen and (max-width: 1105px) {
  .customer-voice li:nth-child(3) .name {
    margin: 48px 0 20px;
  }
}
@media screen and (max-width: 1007px) {
  .customer-voice li:nth-child(4) .name {
    margin: 48px 0 20px;
  }
}
@media screen and (max-width: 879px) {
  .customer-voice li:nth-child(4) .name {
    margin: 48px 0 20px;
  }
  .customer-voice li:nth-child(3) .txt-area span:nth-child(2) {
    display: block;
    margin-left: 0;
  }
  .customer-voice li:nth-child(3) .txt-area span {
    margin-bottom: 10px;
  }
  .customer-voice li:nth-child(2) .txt-area span {
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 860px) {
  .customer-voice li {
    display: block;
    width: 100%;
  }
  .customer-voice li:nth-child(2) .txt-area span {
    margin-bottom: 0;
  }
  .customer-voice li:nth-child(3) .name {
    margin: 10px 0 20px;
  }
  .customer-voice li:nth-child(3) .txt-area span:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
  }
  .customer-voice li:nth-child(n+4) {
    margin-bottom: 30px;
  }
  .customer-voice li:nth-child(5) .name, .customer-voice li:nth-child(4) .name {
    margin: 10px 0 20px;
  }
}
.customer-voice .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.customer-voice .txt-area img {
  width: 200px;
  max-height: 200px;
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.customer-voice .txt-area p {
  margin-top: 0;
}

.customer-voice .txt-area span {
  font-size: 16px;
  display: inline-block;
  padding: 15px 20px 15px 40px;
  background-color: #E8F3FD;
  border-radius: 30px 0 0 30px;
  position: relative;
}

.customer-voice .txt-area span:nth-of-type(n+2) {
  margin-left: 20px;
}

.customer-voice .txt-area span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  top: 40%;
  left: 15px;
}

.shorui_howto.servise {
  margin-bottom: 120px;
}
.shorui_howto.servise .inner p.txt {
  margin: 0 0 20px !important;
}
.shorui_howto.servise .inner .price-attention {
  font-size: 14px;
}
.shorui_howto.servise .inner.price img {
  width: 43%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shorui_howto.servise .inner.price .company_table {
  margin: 20px 0 40px;
  font-size: 16px;
}

.service-area {
  background-color: #E8F3FD;
  width: 234px;
  padding: 10px 0;
  margin-bottom: 42px;
  font-size: 24px;
  color: #00408F;
  font-weight: 600;
  text-align: center;
}

.service-area_txt {
  background: #F7F7F7;
  border-radius: 4px;
  padding: 30px 3.57% 50px;
}
.service-area_txt p {
  font-size: 25px;
  font-weight: 600;
  color: #00408F;
  margin: 0 0 24px;
  text-align: center;
}
.service-area_txt ul {
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.8;
}
.service-area_txt ul li:not(:last-child) {
  padding-bottom: 20px;
}
.service-area_txt ul li span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.service-area_txt ul li span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00408F;
  border-radius: 50%;
  vertical-align: -3px;
  margin-right: 5px;
}

/*
  ETC
==============*/
.etc__suggest__bnr {
  max-width: 850px;
  margin: 60px auto 80px;
}

.etc__suggest__bnr a {
  display: block;
}

.etc__suggest__bnr img {
  max-width: 100%;
}

/*
  tirestorageservice
=====================*/
.tire-kv h2 {
  margin: 0;
}

.tire-kv-bottom {
  background: #FFFFE2;
  padding: 25px 20px;
  list-style: none;
}
.tire-kv-bottom li {
  font-size: 16px;
  line-height: 1.4;
}
.tire-kv-bottom li + li {
  margin-top: 12px;
}
.tire-kv-bottom li em {
  color: #EB6100;
  font-style: normal;
  font-weight: 600;
}

.tire-problems .service-task {
  padding-bottom: 70px;
}
.tire-problems .service-task h3 strong {
  font-size: 37px;
}
.tire-problems .service-task h3 strong .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FCE31A));
  background: linear-gradient(transparent 70%, #FCE31A 30%);
}
.tire-problems .service-task h3 + figure img {
  width: 74.11%;
}

.tire-merit .merit_inner {
  background: #EFEFEF url(../../images/tirestorageservice/merit_inner-bg.webp) no-repeat center/cover;
  padding: 50px 0 0;
}
.tire-merit .merit_inner .merit_txt_wrap {
  padding: 100px 0 60px;
}
.tire-merit .merit_ttl {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#0080D6), to(#0047A8));
  background: linear-gradient(to right, #0080D6, #0047A8);
  color: #FFF;
  text-align: center;
  font-size: clamp(30px, 2.7vw, 37px);
  padding: 19px 0;
  margin: 0 0 30px;
}
.tire-merit .merit_ttl span {
  font-size: clamp(38px, 3.29vw, 45px);
  color: #FCE31A;
}
.tire-merit .merit_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.tire-merit .merit_list li {
  width: 23.66%;
  background: #E3F3FF;
  border-radius: 5px;
  margin-right: 1.78%;
  margin-bottom: 11px;
  padding: 35px 1.78%;
}
.tire-merit .merit_list li:nth-child(4n) {
  margin-right: 0;
}
.tire-merit .merit_list li p {
  font-size: clamp(18px, 1.78vw, 24px);
  font-weight: 500;
  color: #00408F;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.tire-merit .merit_list li p em {
  color: #E28200;
  font-size: clamp(20px, 2.05vw, 28px);
  font-weight: 600;
  font-style: normal;
}
.tire-merit .merit_list li p em small {
  font-size: 71.43%;
}
.tire-merit .merit_list.__3col li {
  width: 32.14%;
  margin-bottom: 0;
}
.tire-merit .merit_list.__3col li:nth-child(3) {
  margin-right: 0;
}
.tire-merit .merit_fig img {
  width: 68.8%;
  max-width: 155px;
  display: block;
  margin: 0 auto 15px;
}
.tire-merit .merit_inner2 {
  padding-bottom: 50px;
  background: #F7F7F7;
}
.tire-merit .merit_inner3 {
  padding: 50px 0;
  background: #EFEFEF url(../../images/tirestorageservice/merit_inner3-bg.webp) no-repeat center/cover;
}
.tire-merit .merit_inner3 .acms-container > div {
  padding-top: 16px;
  padding-bottom: 40px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
}
.tire-merit .merit_arrow {
  max-width: 890px;
  padding: 22px 20px;
  margin: 0 auto;
  display: block;
}
.tire-merit .merit_txt01 {
  margin-top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-filter: drop-shadow(0px 0px 3px gray);
          filter: drop-shadow(0px 0px 3px gray);
}
.tire-merit .merit_txt01 span {
  color: #FFF;
  font-weight: 500;
}
.tire-merit .merit_txt01 span:first-child {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.tire-merit .merit_txt01 span:first-child em {
  font-size: 28px;
  font-style: normal;
}
.tire-merit .merit_txt01 span:nth-child(2) {
  font-size: 100px;
  font-style: italic;
  line-height: 1;
  padding: 0 5px 0 15px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCE31A), color-stop(60%, #F0BE0C), to(#FC9100));
  background: linear-gradient(180deg, #FCE31A 0%, #F0BE0C 60%, #FC9100 100%);
  background: -webkit-linear-gradient(-90deg, #FCE31A 0%, #F0BE0C 60%, #FC9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tire-merit .merit_txt01 span:nth-child(3) {
  font-size: 32px;
}
.tire-merit .merit_txt01 span:nth-child(3) em {
  color: #FCE31A;
  font-style: normal;
  margin-right: 10px;
}
.tire-merit .merit_txt01 + p {
  font-size: 45px;
  font-weight: 500;
  color: #FCE31A;
  text-align: center;
  margin: -10px 0 -15px;
}
.tire-merit .merit_txt02 {
  max-width: 683px;
  color: #FFF;
  font-size: clamp(20px, 1.76vw, 24px);
  text-align: center;
  margin: 0 auto;
}
.tire-merit .merit_txt02 em {
  font-size: clamp(24px, 2.05vw, 28px);
  font-style: normal;
  font-weight: 600;
  margin: 10px 0 -24px;
  display: inline-block;
}
.tire-merit .merit_txt02 strong {
  font-size: clamp(26px, 2.49vw, 34px);
  font-weight: 600;
  margin: 15px 0;
  display: inline-block;
}
.tire-merit .merit_txt02 strong.yellow {
  color: #FCE31A;
}
.tire-merit .merit_txt02 strong.orange {
  color: #FC9100;
}
.tire-merit .merit_txt03 {
  margin-top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tire-merit .merit_txt03 span {
  font-weight: 500;
}
.tire-merit .merit_txt03 span:first-child {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.tire-merit .merit_txt03 span:first-child em {
  font-size: 28px;
  font-style: normal;
}
.tire-merit .merit_txt03 span:nth-child(2) {
  font-size: clamp(100px, 9.15vw, 125px);
  font-style: italic;
  line-height: 1;
  padding: 0 5px 0 15px;
  display: inline-block;
  color: #E28200;
}
.tire-merit .merit_txt03 span:nth-child(3) {
  font-size: 32px;
}
.tire-merit .merit_txt03 span:nth-child(3) em {
  color: #E28200;
  font-style: normal;
  margin-right: 10px;
}
.tire-merit .merit_maker {
  max-width: 940px;
  background: #FFF;
  margin: 22px auto 0;
  padding: 30px 0;
}
.tire-merit .merit_maker_ttl {
  background: #00408F;
  color: #FFF;
  font-size: clamp(20px, 1.46vw, 24px);
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  margin: 0 0 20px;
}
.tire-merit .merit_maker_list {
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tire-merit .merit_maker_list ul {
  padding: 0;
  list-style: none;
  width: 21%;
  margin-right: 5.3%;
}
.tire-merit .merit_maker_list ul:nth-child(4n) {
  margin-right: 0;
}
.tire-merit .merit_maker_list ul li {
  font-size: clamp(20px, 1.46vw, 24px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.7;
}

.merit_maker_bottom {
  text-align: center;
  color: #00408F;
  font-weight: 500;
  font-size: 28px;
  max-width: 756px;
  margin: 40px auto 0;
  line-height: 1.5;
  position: relative;
}
.merit_maker_bottom::before {
  content: "";
  width: 13.89%;
  aspect-ratio: 105/135;
  background: url(../../images/tirestorageservice/merit_maker_bottom.png) no-repeat center/cover;
  position: absolute;
  right: 6.48%;
  top: -57px;
}
.merit_maker_bottom small {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.merit_maker_bottom strong {
  color: #E28200;
  font-size: 34px;
}
.merit_maker_bottom .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FCE31A));
  background: linear-gradient(transparent 70%, #FCE31A 30%);
}
.merit_maker_bottom .notes {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}
.merit_maker_bottom .notes span {
  text-decoration: underline;
}

.tire-point {
  padding: 55px 0 50px;
  background: url(../../images/tirestorageservice/merit_point-bg.webp) repeat center/1920px auto;
}
.tire-point .acms-container {
  max-width: 980px;
}
.tire-point .icon-card-list li > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tire-point .icon-card-list li h4 {
  margin: 5px 0 0;
}

.tire_point_ttl {
  font-size: 34px;
  font-weight: 600;
  color: #00408F;
  margin: 0 auto 30px;
  line-height: 1.5;
  text-align: center;
}
.tire_point_ttl .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FCE31A));
  background: linear-gradient(transparent 70%, #FCE31A 30%);
}
.tire_point_ttl strong {
  color: #E28200;
  font-weight: 600;
}
.tire_point_ttl strong em {
  font-size: 46px;
  font-weight: 600;
}

.tire-comparison {
  background: -webkit-gradient(linear, left top, left bottom, from(#19425e), to(#032d4a));
  background: linear-gradient(to bottom, #19425e 0%, #032d4a 100%);
  padding: 45px 0 50px;
}

.tire-comparison_ttl {
  font-size: 34px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
}
.tire-comparison_ttl em {
  font-size: 24px;
  font-style: normal;
  color: #FFEB46;
}

.comparison_frame {
  padding: 30px 20px;
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}

.comparison_dlist {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.comparison_dlist dt {
  color: #fff;
  font-weight: 600;
  padding: 15px 10px;
  font-size: 20px;
}
.comparison_dlist dd {
  font-size: 18px;
  line-height: 1.4;
  padding: 14px 10px;
  margin: 0;
}

.comparison_otherGroup dt {
  background: #91A8C6;
  font-size: 18px;
}
.comparison_otherGroup dd {
  background: #fff;
}
.comparison_otherGroup dd:not(:last-child) {
  border-bottom: 1px solid #91A8C6;
}

.comparison_ourGroup dt {
  background: #E28200;
  font-size: 20px;
}
.comparison_ourGroup dt img {
  width: 33px;
  margin-left: -33px;
}
.comparison_ourGroup dd {
  background: #ffffe2;
  font-weight: 600;
}
.comparison_ourGroup dd:not(:last-child) {
  border-bottom: 2px solid #E28200;
}
.comparison_ourGroup dd em {
  color: #E28200;
  font-style: normal;
  font-weight: 600;
}

.comparison_table {
  text-align: center;
  width: 100%;
  max-width: 822px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.comparison_table th {
  color: #fff;
  width: 50%;
}
.comparison_table th:first-child {
  font-size: 20px;
  position: relative;
  vertical-align: bottom;
  outline: 0;
  padding: 0;
}
.comparison_table th:first-child span {
  background: #91A8C6;
  border: 2px solid #91A8C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison_table th:nth-child(2) {
  background: #eb8a00;
  border: 2px solid #E28200;
  font-size: 20px;
}
.comparison_table th:nth-child(2) span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.comparison_table th:nth-child(2) span img {
  width: 32px;
  margin-right: 7px;
}
.comparison_table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 5px;
}
.comparison_table td:first-child {
  background: #fffeff;
  border: 1px solid #a7a7a7;
  border-right: none;
}
.comparison_table td:nth-child(2) {
  background: #ffffe2;
  border: 2px solid #E28200;
  font-weight: 600;
}
.comparison_table td em {
  color: #E28200;
  font-style: normal;
  font-weight: 600;
}

.__tire.suggest-inner {
  background: -webkit-gradient(linear, left top, right top, from(#fe9500), to(#eb6200));
  background: linear-gradient(to right, #fe9500 0%, #eb6200 100%);
}
.__tire.suggest-inner p {
  margin: 0;
  font-size: clamp(18px, 1.9vw, 20px);
}
.__tire.suggest-inner p .suggest-slogan {
  font-size: clamp(22px, 1.46vw, 26px);
}
.__tire.suggest-inner .contact-btn-area .contact-btn {
  background: #1EAB62;
  border: 1px solid #1EAB62;
  color: #FFF;
}
.__tire.suggest-inner .contact-btn-area .contact-btn:hover {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  opacity: 1;
}
.__tire.suggest-inner .contact-btn-area .contact-btn svg {
  fill: #FFF;
}

.tire-voice {
  padding: 65px 0 55px;
  background: url(../../images/tirestorageservice/tire-voice-bg.webp) repeat center/cover;
}

.tire_voice_ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  color: #00408F;
  margin: 0 0 40px;
}
.tire_voice_ttl strong {
  font-size: 34px;
  font-weight: 600;
}

.voice-card-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-card-list li {
  width: 23.66%;
  margin-right: 1.76%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
  padding: 30px 1.79%;
}
.voice-card-list li:nth-child(4n) {
  margin-right: 0;
}
.voice-card-list li .voice_icon {
  display: block;
  width: 46.67%;
  margin: 0 auto;
}
.voice-card-list li dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.voice-card-list li dl dd {
  margin: 1em 0;
  line-height: 1.7;
  font-size: 16px;
}
.voice-card-list li dl dd em {
  color: #00408F;
  font-weight: 600;
  font-style: normal;
}

.tire-ex {
  padding: 44px 0 80px;
}
.tire-ex .acms-container {
  max-width: 980px;
}

.tire_ex_slogan {
  font-size: clamp(23px, 2.05vw, 28px);
  line-height: 1.5;
  text-align: center;
  color: #00408F;
  font-weight: 600;
}

.tire_ex_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#0080D6), to(#0047A8));
  background: linear-gradient(to right, #0080D6, #0047A8);
  color: #FFF;
  text-align: center;
  font-size: 34px;
  padding: 17px 0;
  margin: 0 0 30px;
}

.tire_ex_img + p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.tire_ex_img + p strong {
  font-weight: 600;
  color: #00408F;
}

.tire-sch {
  background: #EDF7FF;
  padding: 65px 0 50px;
}
.tire-sch .acms-container {
  max-width: 930px;
}

.tire_sch_ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #00408F;
  margin: 0 0 40px;
}
.tire_sch_ttl strong {
  font-size: 34px;
  font-weight: 600;
}

.sch_block:nth-of-type(2) .sch_block_ttl {
  background: #0080D6;
}
.sch_block + .sch_block {
  margin-top: 40px;
}

.sch_block_ttl {
  font-size: 28px;
  font-weight: 600;
  background: #91a8c6;
  line-height: 58px;
  text-align: center;
  color: #FFF;
  margin: 0 0 15px;
}

.sch_block_list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
.sch_block_list li {
  width: 22.47%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
          box-shadow: 0px 0px 6px rgba(75, 144, 201, 0.3);
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin-right: 3.37%;
}
.sch_block_list li:nth-child(4n) {
  margin-right: 0;
}
.sch_block_list li:nth-child(4n)::after {
  content: none;
}
.sch_block_list li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid #00408F;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sch_block_list li dl {
  margin: 0;
}
.sch_block_list li dl dt {
  font-size: clamp(16px, 1.32vw, 18px);
  font-weight: 600;
  text-align: center;
  margin: 0 0 1em;
}
.sch_block_list li dl dd {
  font-size: clamp(14px, 1.17vw, 16px);
  padding: 0;
  margin: 1em 0 0;
  text-align: center;
  line-height: 1.7;
}
.sch_block_list li dl dd img {
  display: block;
  max-width: 80px;
  margin: 0 auto 1em;
}

.sch_note {
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
  margin-top: 15px;
}

.tire-plan {
  padding: 60px 0 50px;
  background: url(../../images/tirestorageservice/merit_point-bg.webp) repeat center/1920px auto;
}
.tire-plan .acms-container {
  max-width: 980px;
}

.tire_plan_ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #00408F;
  margin: 0 0 30px;
}
.tire_plan_ttl strong {
  font-size: 34px;
  font-weight: 600;
}

.__plan.icon-card-list li {
  width: 100%;
  padding: 30px 3.19% 30px calc(3.19% + 88px);
  border: none;
  margin-bottom: 0;
  position: relative;
}
.__plan.icon-card-list li + li {
  margin-top: 52px;
}
.__plan.icon-card-list li .list-inner {
  display: block;
}
.__plan.icon-card-list li .month {
  position: absolute;
  width: 67px;
  top: 0;
  left: 3.19%;
}
.__plan.icon-card-list li ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.__plan.icon-card-list li ul li {
  background: none;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.7;
  position: relative;
}
.__plan.icon-card-list li ul li::before {
  content: "◼︎";
  color: #FCE31A;
  display: inline-block;
}

.tire-video {
  padding: 50px 0 44px;
  background: url(../../images/tirestorageservice/tire-video-bg.webp) no-repeat center/cover;
}
.tire-video .video_frame {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  aspect-ratio: 900/506;
}
.tire-video .video_frame iframe {
  width: 100%;
  height: 100%;
}

.tire_video_ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #FFF;
  background: rgba(0, 13, 41, 0.7);
  padding: 13px 0;
  margin: 0 0 30px;
}
.tire_video_ttl strong {
  font-size: 34px;
  font-weight: 600;
  display: block;
}

.tire-company {
  padding: 50px 0;
  background: url(../../images/tirestorageservice/tire-company-bg.webp) no-repeat top center/1920px auto;
}
.tire-company .company_logo {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 400px;
}
.tire-company .company_table {
  max-width: 820px;
  margin: 40px auto;
}

@media screen and (min-width: 1921px) {
  .tire-company {
    background: url(../../images/tirestorageservice/tire-company-bg.webp) no-repeat top center/cover;
  }
}
.tire_company_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#0080D6), to(#0047A8));
  background: linear-gradient(to right, #0080D6, #0047A8);
  color: #FFF;
  text-align: center;
  font-size: 34px;
  padding: 17px 0;
  margin: 0 0 30px;
}

.tire_company_desc {
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
  .tire-kv img {
    aspect-ratio: 1366/560;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .tire-problems .service-task {
    padding: 30px 0;
  }
  .tire-problems .service-task h3 strong {
    font-size: clamp(18px, 5.6vw, 20px);
  }
  .tire-problems .service-task h3 + figure img {
    width: 104%;
    max-width: 348px;
    margin: 0 -2%;
  }
  .tire-merit .merit_inner {
    padding: 30px 0 0;
  }
  .tire-merit .merit_inner .merit_txt_wrap {
    padding: 60px 0 20px;
  }
  .tire-merit .merit_ttl {
    font-size: clamp(18px, 5.6vw, 21px);
    padding: 18px 0;
    margin: 0 0 20px;
    line-height: 1.4;
  }
  .tire-merit .merit_ttl span {
    font-size: clamp(18px, 5.6vw, 21px);
  }
  .tire-merit .merit_list li {
    width: 48.36%;
    margin-right: 3.28%;
    margin-bottom: 11px;
    padding: 15px 1.78%;
  }
  .tire-merit .merit_list li:nth-child(3n) {
    margin-right: 3.28%;
  }
  .tire-merit .merit_list li:nth-child(even) {
    margin-right: 0;
  }
  .tire-merit .merit_list li:nth-child(n+3) {
    margin-top: 11px;
  }
  .tire-merit .merit_list li p {
    font-size: clamp(14px, 4.26vw, 16px);
  }
  .tire-merit .merit_list li p em {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .tire-merit .merit_list.__3col li {
    width: 48.36%;
  }
  .tire-merit .merit_list.__3col li:nth-child(3n) {
    margin-right: 3.28%;
  }
  .tire-merit .merit_list.__3col li:nth-child(even) {
    margin-right: 0;
  }
  .tire-merit .merit_fig img {
    width: 70.67%;
  }
  .tire-merit .merit_txt01 {
    display: block;
  }
  .tire-merit .merit_txt01 span:nth-child(2) {
    font-size: clamp(60px, 21.33vw, 80px);
  }
  .tire-merit .merit_txt01 span:nth-child(3) {
    font-size: 25px;
  }
  .tire-merit .merit_txt01 + p {
    font-size: clamp(28px, 9.33vw, 35px);
    margin: -15px 0 -8px;
  }
  .tire-merit .merit_txt02 {
    font-size: 14px;
  }
  .tire-merit .merit_txt02 .sp-bigger {
    font-size: clamp(17px, 5.33vw, 20px);
  }
  .tire-merit .merit_txt02 em {
    font-size: clamp(18px, 5.87vw, 22px);
    display: block;
    margin: 15px 0 -35px;
  }
  .tire-merit .merit_txt02 strong {
    font-size: clamp(18px, 5.87vw, 22px);
  }
  .tire-merit .merit_txt02 strong.yellow {
    font-size: clamp(13px, 7.2vw, 27px);
    margin: 15px 0 0px;
  }
  .tire-merit .merit_txt03 {
    display: block;
  }
  .tire-merit .merit_txt03 span:nth-child(2) {
    font-size: clamp(50px, 21.33vw, 72px);
    padding: 0;
  }
  .tire-merit .merit_txt03 span:nth-child(3) {
    font-size: 41px;
  }
  .tire-merit .merit_txt03 span:nth-child(3) em {
    font-size: 25px;
  }
  .tire-merit .merit_arrow {
    max-width: 375px;
    padding: 17px 20px;
  }
  .tire-merit .merit_inner2 {
    padding-bottom: 30px;
  }
  .tire-merit .merit_inner3 {
    padding: 20px 0;
  }
  .tire-merit .merit_inner3 .acms-container > div {
    padding: 30px 15px 28px;
  }
  .tire-merit .merit_maker {
    padding: 20px 0;
    margin: 20px auto 0;
  }
  .tire-merit .merit_maker .merit_maker_ttl {
    font-size: clamp(13px, 4vw, 15px);
  }
  .tire-merit .merit_maker_ttl {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .tire-merit .merit_maker_list {
    padding-left: 8.2%;
    padding-right: 8.2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tire-merit .merit_maker_list ul {
    width: 47.05%;
    margin-right: 5.88%;
  }
  .tire-merit .merit_maker_list ul:nth-child(even) {
    margin-right: 0;
  }
  .tire-merit .merit_maker_list ul:nth-child(n+3) {
    margin-top: 10px;
  }
  .tire-merit .merit_maker_list ul li {
    font-size: clamp(15px, 4.8vw, 18px);
  }
  .merit_maker_bottom {
    font-size: 19px;
    margin: 25px auto 0;
  }
  .merit_maker_bottom::before {
    content: none;
  }
  .merit_maker_bottom small {
    font-size: 14px;
  }
  .merit_maker_bottom strong {
    font-size: 21px;
  }
  .merit_maker_bottom .top {
    font-size: 17px;
  }
  .merit_maker_bottom .notes {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
  }
  .tire-point {
    padding: 45px 0 30px;
  }
  .tire_point_ttl {
    font-size: 21px;
  }
  .tire_point_ttl strong em {
    font-size: 36px;
    line-height: 1;
  }
  .tire-comparison {
    padding: 45px 0 30px;
  }
  .tire-comparison_ttl {
    font-size: 21px;
    margin: 0 0 25px;
  }
  .tire-comparison_ttl em {
    font-size: 14px;
  }
  .__tire.suggest-inner p.suggest-slogan {
    font-size: clamp(18px, 5.6vw, 21px);
  }
  .tire-voice {
    padding: 45px 0 30px;
  }
  .tire_voice_ttl {
    font-size: 14px;
    margin: 0 0 25px;
  }
  .tire_voice_ttl strong {
    font-size: 21px;
  }
  .voice-card-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice-card-list li {
    width: 100%;
    margin-right: 0;
    padding: 20px 5.97%;
  }
  .voice-card-list li + li {
    margin-top: 20px;
  }
  .voice-card-list li .voice_icon {
    width: 27.12%;
  }
  .voice-card-list li dl {
    margin-bottom: 0;
  }
  .voice-card-list li dl dt {
    font-size: 15px;
  }
  .voice-card-list li dl dd {
    font-size: 14px;
    margin-bottom: 0;
  }
  .tire-ex {
    padding: 30px 0;
  }
  .tire_ex_slogan {
    font-size: clamp(20px, 5.87vw, 22px);
  }
  .tire_ex_ttl {
    font-size: 21px;
    padding: 18px 0;
    margin: 0 0 20px;
  }
  .tire-sch {
    padding: 40px 0 30px;
  }
  .tire_sch_ttl {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .tire_sch_ttl strong {
    font-size: 21px;
  }
  .sch_block_ttl {
    font-size: 20px;
    line-height: 50px;
  }
  .sch_block_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sch_block_list li {
    width: 100%;
    margin-right: 0;
  }
  .sch_block_list li + li {
    margin-top: 33px;
  }
  .sch_block_list li::after {
    top: auto;
    bottom: -25px;
    right: auto;
    left: 50%;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #00408F;
    border-bottom: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .sch_block_list li dl dt {
    font-size: clamp(15px, 4.53vw, 17px);
  }
  .sch_block_list li dl dd img {
    max-width: 51px;
  }
  .sch_note {
    font-size: 12px;
    text-align: left;
  }
  .tire-plan {
    padding: 40px 0 30px;
  }
  .tire_plan_ttl {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .tire_plan_ttl strong {
    font-size: 21px;
  }
  .__plan.icon-card-list li {
    padding: 20px 5.97%;
  }
  .__plan.icon-card-list li h4 {
    padding-left: 55px;
  }
  .__plan.icon-card-list li h4 span.no {
    font-size: 15px;
  }
  .__plan.icon-card-list li ul li {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  .__plan.icon-card-list li .month {
    width: 45px;
    left: 4.48%;
  }
  .tire-video {
    padding: 25px 0 30px;
  }
  .tire_video_ttl {
    font-size: 14px;
  }
  .tire_video_ttl strong {
    font-size: clamp(18px, 5.6vw, 21px);
  }
  .tire-company {
    padding: 30px 0;
  }
  .tire-company .company_logo {
    width: 83.58%;
    margin-bottom: 25px;
  }
  .tire-company .company_table th {
    width: 95px;
  }
  .tire_company_ttl {
    font-size: 21px;
    padding: 18px 0;
    margin: 0 0 25px;
  }
}
/*===============================
	iPad
================================*/
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .acms-col-md-6.footer_menu {
    width: 66%;
  }
}
/*===============================
	template add class   SP
================================*/
@media screen and (max-width: 767px) {
  main {
    padding-top: 64px;
  }
  main p {
    font-size: 14px;
    line-height: 1.6;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main.-top {
    padding-top: 0;
  }
  .header-logo {
    display: none;
  }
  .site-header {
    border-top: 4px solid #00408F;
    height: 68px;
  }
  .category {
    padding: 45px 0 0;
  }
  .category h2 {
    font-size: 26px;
  }
  .category .title-ja {
    font-size: 14px;
    padding: 15px 0 25px;
  }
  .category .title-bar {
    margin: 0 auto 32px;
    width: 23px;
  }
  .category .bgi {
    background-image: none;
    padding: 20px 0 10px;
  }
  .category p {
    font-size: 14px;
    line-height: 1.6;
  }
  .top-notice {
    margin: 70px 0 45px;
  }
  .top-notice h3 {
    font-size: 16px;
  }
  .top-notice-inner {
    padding: 20px 5.33%;
  }
  .top-notice-txt p {
    font-size: 16px;
  }
  .top-company {
    background: none;
    padding: 0 0 22px;
  }
  .top-company h2 {
    text-align: center;
  }
  .top-company h3 {
    font-size: 20px;
    margin: 20px 0;
  }
  .top-company figure.sp {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .top-company .sp img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .top-company .txt-container {
    background: none;
    padding: 0;
    max-width: 100%;
  }
  .top-company .btn-wrap {
    margin: 20px 0 0;
    text-align: right;
  }
  .top-recruit .bgi {
    background: url(../../images/top_recruit-img_sp.jpg) no-repeat center/cover;
    padding: 85px 0 67px;
  }
  .top-recruit h3 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 1.4;
  }
  .recruit-btn {
    display: block;
  }
  .recruit-btn div {
    padding: 12px 0;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
  }
  .recruit-btn div:not(:last-of-type) {
    margin: 0 auto 20px;
  }
  .recruit-btn .btn {
    font-size: 22px;
    margin: 0;
  }
  .recruit-btn .btn::after {
    border: 2px solid;
    border-color: #FFF #FFF transparent transparent;
    border-radius: 2px;
  }
  .top-service {
    padding: 0 0 45px;
    margin: 70px 0 0;
  }
  .top-service .item-wrap {
    display: block;
  }
  .top-service .item-wrap + .item-wrap {
    margin-top: 30px;
  }
  .top-service .item-wrap img {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .top-service .item-wrap .txt-wrap {
    width: 100%;
    padding: 20px 0 0 !important;
  }
  .top-service .item-wrap .txt-container {
    margin-bottom: 40px;
  }
  .top-service .item-wrap .txt-container:not(:last-child) {
    margin-right: 0;
  }
  .top-service .item-wrap .txt-container h3 {
    font-size: 18px;
    margin: 15px 0;
  }
  .underlayer h1 {
    font-size: 25px;
    padding: 29px 0;
  }
  .underlayer .contents-title {
    font-size: 21px;
    padding: 15px 0;
    margin-bottom: 25px;
  }
  .underlayer .copyright p {
    font-size: 14px;
    line-height: 1.6;
  }
  .underlayer .copyright, .underlayer .history {
    margin: 40px 0 0;
  }
  .disclaimer-txt h4, .disclaimer-txt h5 {
    font-size: 16px;
    margin: 18px 0 5px;
  }
  .disclaimer-txt h5:not(:first-of-type) {
    margin: 30px 0 5px;
  }
  .disclaimer-txt.-personal ul {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 2.5rem;
  }
  .copyright .p-mark img {
    width: 90px;
    height: auto;
    margin-bottom: 20px;
  }
  .copyright .signature {
    padding: 15px 0;
  }
  .disclaimer-txt.-personal table, .history table {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    margin: 20px 0 10px;
  }
  .disclaimer-txt.-personal table th, .disclaimer-txt.-personal table td {
    padding: 12px;
  }
  .disclaimer-txt.-personal table th:first-of-type {
    width: 37%;
  }
  .disclaimer-txt.-personal table .txt-delay {
    padding-left: 0;
  }
  .footer_suggest-ttl h4 {
    font-size: clamp(18px, 5.33vw, 20px);
    line-height: 2.3;
  }
  .footer_suggest-ttl h4 .flame {
    padding: 5px 9px;
    font-size: 16px;
    border-radius: 5px;
  }
  .footer_suggest-ttl h4 small {
    font-size: 13px;
  }
  .suggest-inner {
    font-size: 14px;
    background: url(../../images/suggest-bg_sp.webp) no-repeat center/cover, -webkit-gradient(linear, left top, right top, from(#006EB4), to(#083C8C));
    background: url(../../images/suggest-bg_sp.webp) no-repeat center/cover, linear-gradient(to right, #006EB4, #083C8C);
  }
  .suggest-inner p {
    font-size: 16px;
  }
  .suggest-inner p.time {
    padding: 0;
    margin: 0;
  }
  .suggest-inner .contact-btn-area div {
    margin: 5px auto 30px;
    text-align: center;
  }
  .suggest-inner .contact-btn-area .contact-btn {
    margin: 0 auto;
  }
  .footer > div {
    display: block;
  }
  .footer .contact-btn-area {
    padding: 0 0 30px;
  }
  .footer .contact-btn-area .contact-btn {
    margin: 0 auto;
  }
  .footer_suggest-veil.sp {
    padding: 18px 0;
  }
  .footer_suggest-veil.sp img {
    width: 255px;
  }
  .footer.contact-btn-area img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer.contact-btn-area div {
    margin: 0 auto;
    text-align: center;
  }
  .footer.contact-btn-area .contact-btn img, .contact-tel-btn img {
    width: 294px;
  }
  .acms-col-md-6.footer_menu {
    clear: both;
    width: 100%;
  }
  .footer_menu-inner ul:last-child {
    display: block;
  }
  .footer_menu-inner.sp {
    display: inline;
  }
  .footer_menu-inner.sp div {
    margin: 30px auto;
    clear: both;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer_menu-inner.sp img {
    width: 75px;
    height: auto;
    background-color: #fff;
  }
  .footer_menu-inner.sp ul {
    line-height: 1.6rem;
    width: 100%;
    height: 175px;
    border-top: 1px solid #00408F;
    padding: 0;
  }
  .footer_menu-inner.sp li {
    text-align: center;
    padding: 12px 0;
    width: 50%;
    float: left;
    border-bottom: 1px solid #00408F;
    border-right: 1px solid #00408F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #00408F;
    list-style: none;
    font-weight: normal;
  }
  .footer_menu-inner.sp li:nth-child(even) {
    border-right: none;
  }
  .company-about {
    margin: 0 0 20px;
    text-align: center;
  }
  .sns-inner > div {
    display: block;
    padding: 20px 0;
  }
  .sns-inner h2 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;
    font-weight: 600;
  }
  .sns-inner h3 {
    font-size: 14px;
    text-align: center;
  }
  .sns-icon {
    width: 150px;
    padding: 0;
    margin: 15px auto 0;
  }
  .sns-icon li {
    margin-right: 0;
  }
  .sns-icon li img {
    margin: 0;
    width: 29px;
  }
  .sns-icon li span {
    display: none;
  }
  .copyright-text.motto {
    font-size: 12px;
    line-height: 1.6;
    width: 100%;
    word-break: initial;
  }
  .history .history_comment h4 {
    margin-bottom: 22px;
  }
  .history table {
    margin: 0;
  }
  .history table th, .history table td {
    padding: 10px;
  }
  .history table td:first-of-type {
    width: 26%;
  }
  .contact-box p.message-text {
    font-size: 18px;
  }
  .contact-box p {
    font-size: 14px;
  }
  .contact-box .bgc-blue {
    padding: 40px 0;
  }
  .contact-box_info {
    padding: 15px;
  }
  .contact-box .tel-inner {
    display: block;
    margin-bottom: 40px;
  }
  .contact-box .mail-step-item {
    float: left;
    margin: 0 5px;
    font-size: 14px;
  }
  .contact-box .tel-inner div {
    padding-left: 0;
  }
  .p-policy_inner .p-mark {
    padding-bottom: 10px;
  }
  .p-policy_inner {
    display: block;
  }
  .p-policy_inner iframe {
    width: 100%;
    height: 250px;
  }
  .form-inner {
    max-width: 90%;
    padding: 30px 20px;
  }
  .contact-form_outer h3 {
    font-style: 21px;
  }
  .acms-admin-form-checkbox {
    font-size: 14px;
    margin: 0 auto;
  }
  .chkbox {
    font-size: 15px;
  }
  .p-policy_inner .p-mark p {
    margin: 7px auto auto 10px;
  }
  .form-btn-box {
    margin: 0;
  }
  .btn-large.return {
    margin-right: 0;
    width: 100%;
  }
  .chkbox input {
    vertical-align: middle;
  }
  .contents-inner {
    width: 100%;
  }
  .contents-inner.__hub table th, .contents-inner.company_brochure table th {
    min-width: 90px;
  }
  .contents-img img {
    width: 100%;
  }
  .president_comment h4 {
    font-size: 14px;
    line-height: 1.6;
  }
  .company_brochure h4 {
    margin: 40px 0 0;
  }
  .company_description .module-section {
    margin-bottom: 30px;
  }
  .company_table, .company_location {
    font-size: 14px;
  }
  .company_table th, .company_table td, .company_location th, .company_location td {
    line-height: 1.6;
    padding: 10px;
  }
  .president_comment {
    margin: 25px auto 40px;
  }
  .ggmap {
    margin: 15px 0 40px;
  }
  .contents-img {
    margin: 25px 0 40px;
  }
  .company_description .company_table:first-of-type {
    margin-bottom: 0px;
  }
  .company_description h4 {
    margin-top: 12px;
  }
  .company_table.layout_change {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .company_table.layout_change .thead {
    display: none;
  }
  .company_table.layout_change tr {
    width: 100%;
  }
  .company_table.layout_change td {
    display: block;
    text-align: left;
    border-right: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company_table.layout_change tr:nth-child(2) td {
    border-bottom: none;
  }
  .company_table.layout_change tr td:not(:first-child) {
    padding: 0;
  }
  .company_table.layout_change tr td:last-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
  }
  .company_table.layout_change td:first-child {
    background: #EBF3FD;
    font-weight: 600;
  }
  .company_table.layout_change span:before {
    content: attr(data-label);
    float: left;
    text-align: left;
    text-indent: 0;
  }
  .company_table.layout_change span.sp {
    width: 38%;
    border-right: 1px solid #333;
    padding: 10px;
    background-color: #F7F7F7;
    font-size: clamp(12px, 3.51vw, 14px);
  }
  .company_table.layout_change span:nth-child(2) {
    padding: 10px;
  }
  /*
    COMPANY
  ==============*/
  .recruit_btn-area .btn-inner p {
    font-size: 14px;
    padding: 30px 0;
  }
  .recruit_btn-area .btn-inner a {
    font-weight: 600;
  }
  .recruit_btn-area .btn-inner a:before {
    width: 11px;
    height: 11px;
    top: 45px;
    left: 0;
  }
  .interview-inner {
    display: block;
  }
  .youtube-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube-inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 60% !important;
  }
  .interview-inner .interview-img {
    width: 100%;
  }
  .interview-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .interview-txt dl {
    font-size: 14px;
  }
  .interview-txt dt, .interview-txt dd {
    line-height: 1.6;
  }
  .interview-txt .r_name {
    font-size: 20px;
  }
  .youtube-inner h3 {
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 1.4;
  }
  .youtube-inner p {
    margin-bottom: 30px;
  }
  .recruit_movie {
    margin: 50px 0 70px;
  }
  .recruit .pr-txt {
    font-size: 16px;
    margin: 30px 0 15px;
  }
  .recruit .contents-inner {
    margin-bottom: 70px;
  }
  /*
    SHORUI
  ==============*/
  .shorui_info .info_txt {
    text-align: left;
    margin: 0 0 0;
  }
  .shorui_info ul {
    margin: 30px 0;
  }
  .shorui_info .attention {
    margin-top: -10px !important;
    text-align: right !important;
  }
  .shorui_info-inner {
    padding: 44px 0;
  }
  .shorui_s-title {
    padding: 13px 10px;
    font-size: 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*
    ETC
  ==============*/
}
@media screen and (max-width: 767px) and (max-width: 710px) {
  .shorui_info .inner {
    padding: 44px 0 40px;
  }
  .shorui_info ul {
    padding: 0;
  }
  .shorui_info ul li {
    display: block;
    padding: 15px;
  }
  .shorui_info ul li:after {
    top: 105%;
  }
  .shorui_info ul li h4 {
    margin: 0 0 12px;
    font-size: 17px;
  }
  .shorui_info ul li img {
    max-width: 50px;
  }
  .shorui_info ul li p {
    text-align: center;
    font-size: 14px;
    margin: 14px 0 0;
  }
  .shorui_info .attention {
    text-align: center;
    font-size: 12px;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .shorui_function {
    margin: 45px 0;
  }
  .shorui_function-inner {
    margin: 0;
    padding: 25px 5.97%;
  }
  .shorui_function-inner h3 {
    font-size: clamp(22px, 6.4vw, 24px);
    margin: 0 0 20px;
    line-height: 1.6;
  }
  .shorui_function-inner p {
    text-align: left;
    margin: 0;
  }
  .shorui_function-inner img {
    width: 105%;
    margin: 0 -10% 0 -5%;
  }
  .shorui_custody ul {
    display: block;
  }
  .shorui_custody ul li:first-child {
    margin-bottom: 20px;
  }
  .shorui_custody h4 {
    margin: 20px 0;
  }
  .shorui_custody .ok, .shorui_custody .non {
    width: 100%;
    padding: 20px 5.97%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shorui_custody .ok .contents-inner, .shorui_custody .non .contents-inner {
    display: block;
  }
  .shorui_custody .ok .contents-inner li:not(:first-child), .shorui_custody .non .contents-inner li:not(:first-child) {
    margin-left: 0;
  }
  .shorui_custody .ok .contents-inner p, .shorui_custody .non .contents-inner p {
    margin: 10px 0 40px;
  }
  .shorui_custody .ok .title-inner, .shorui_custody .non .title-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shorui_custody .title-inner img {
    max-width: 50px;
    margin-right: 10px;
  }
  .shorui_custody .ok {
    margin-right: 0;
  }
  .shorui_custody .non .item {
    font-size: 14px;
    line-height: 1.6;
    padding: 15px;
  }
  .shorui_custody, .shorui_howto {
    margin-bottom: 40px;
  }
  .shorui_howto .inner {
    display: block;
  }
  .shorui_howto .inner div {
    margin-right: 0;
  }
  .shorui_howto .inner img {
    width: 87.91%;
    margin: 30px auto;
    display: block;
  }
  .suggest-inner.__shorui {
    margin: 40px 0 40px;
    padding: 60px 0;
  }
  .suggest-inner h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .shorui_howto .shorui_s-txt {
    text-align: left;
  }
  .shorui_howto .inner table {
    margin: 20px 0 30px !important;
    font-size: 14px !important;
  }
  .shorui_howto .inner table th {
    width: 93px;
  }
  .footer.contact-btn-area.shorui {
    padding: 0 0 30px;
  }
  .shorui_howto p:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .customer-voice li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .customer-voice h4 {
    font-size: 18px;
  }
  .customer-voice h4 span::before {
    width: 40px;
    height: 40px;
    vertical-align: -14px;
  }
  .customer-voice .txt-area {
    display: block;
  }
  .customer-voice .txt-area img {
    width: 150px;
    max-height: 150px;
    display: block;
    margin: 0 auto 20px;
  }
  .customer-voice .txt-area span {
    font-size: 14px;
    padding: 12px 20px 12px 40px;
  }
  .customer-voice .txt-area span:nth-of-type(n+2) {
    margin-left: 0;
  }
  .customer-voice .txt-area span:nth-child(n+4) {
    margin-bottom: 20px;
  }
  .customer-voice li:first-child .txt-area span:nth-child(2) {
    margin-bottom: 10px;
  }
  .customer-voice li:nth-child(3) .txt-area span:nth-child(2) {
    margin-left: 0;
  }
  .customer-voice li:nth-child(3) .txt-area span:nth-child(2) {
    margin-bottom: 0;
  }
  .shorui_howto .inner.price img {
    width: 100% !important;
  }
  .service-area {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 34px;
    font-size: 20px;
  }
  .service-area_txt {
    padding: 20px 20px 34px;
  }
  .service-area_txt p {
    font-size: 19px;
    margin: 0 0 15px;
    line-height: 1.6;
    text-align: left;
  }
  .service-area_txt ul {
    font-size: 16px;
    line-height: 1.6;
  }
  .service-area_txt ul li {
    font-size: 14px;
  }
  .service-area_txt ul li span {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .service-area_txt ul li span::before {
    width: 10px;
    height: 10px;
    vertical-align: 1px;
  }
  .shorui_howto.servise {
    margin-bottom: 80px;
  }
  .etc__suggest__bnr {
    margin: 40px auto 60px;
  }
}
/*
	iPhone 5s
================================*/
@media screen and (max-width: 320px) {
  .nav-menu-btn {
    padding: 15px 0 0 0;
  }
  .footer.contact-btn-area .contact-btn img, .contact-tel-btn img {
    width: 250px;
  }
  .history table th, .history table td {
    padding: 5px;
  }
  .form-inner {
    padding: 30px 10px;
  }
  .chkbox {
    font-size: 13px;
  }
  .contact-box .mail-step {
    padding: 0;
  }
  .acms-admin-form-checkbox {
    white-space: nowrap;
  }
  .acms-admin-ico-checkbox {
    margin: -2px 4px 0 0;
  }
  .company_table.layout_change span.sp {
    width: 30%;
  }
  .youtube-inner {
    padding-top: 74.25%;
  }
  .youtube-inner iframe {
    height: 50% !important;
  }
  .recruit .pr-txt {
    font-size: 14px;
  }
  .apply-button img {
    padding-left: 5px;
  }
}
/*# sourceMappingURL=site.min.css.map */