@charset "UTF-8";
/*
 * フォント
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*
  * ミックスイン / 変数
  */
@media print {
  .no-print {
    display: none !important;
  }
  ._article {
    padding-bottom: 60px !important;
  }
}

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

a {
  color: #0071c4;
}

img {
  max-width: 100%;
  vertical-align: top;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #c0c0c0;
}

:-ms-input-placeholder {
  font-size: 14px;
  color: #c0c0c0;
}

::-ms-input-placeholder {
  font-size: 14px;
  color: #c0c0c0;
}

::placeholder {
  font-size: 14px;
  color: #c0c0c0;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/*
 * 共通要素
 */
html, body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
}

._article {
  padding: 80px 0;
}

@media screen and (max-width: 912px) {
  ._article {
    padding: 50px 0;
  }
}

._article._article--gray {
  background: #f8f8f8;
}

._article._article--blue {
  background: #0071c4;
}

._container_1170 {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1250px) {
  ._container_1170 {
    width: calc( 100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  ._container_1170 {
    width: calc( 100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

._container_1020 {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  ._container_1020 {
    width: calc( 100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  ._container_1020 {
    width: calc( 100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 115px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

@media screen and (max-width: 912px) {
  header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 94px;
    background: white;
  }
}

header .header__top {
  display: none;
}

@media screen and (max-width: 912px) {
  header .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: #eaeaea;
  }
}

header .header__top h1 {
  margin-left: 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

header .header__top .header--logo-holdings {
  height: 24px;
}

header .heaer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .heaer__left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 1024px) {
  header .heaer__left a {
    margin-left: 40px;
  }
}

@media screen and (max-width: 912px) {
  header .heaer__left a {
    width: 100%;
    height: 100%;
    margin-left: 30px;
  }
}

header .heaer__left a .header--logo-img {
  height: 38px;
}

@media screen and (max-width: 912px) {
  header .heaer__left a .header--logo-img {
    height: 24px;
  }
}

header .heaer__left a .header--logo-text {
  margin-left: 13px;
  font-weight: bold;
}

@media screen and (max-width: 912px) {
  header .heaer__left a .header--logo-text {
    display: none;
  }
}

header .heaer__left a:hover {
  opacity: .7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}

@media screen and (max-width: 912px) {
  header .header__right {
    display: none;
  }
}

header .header__right .header--logo-holdings {
  height: 35px;
}

header .header__right .header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

header .header__right .header--nav div {
  height: 100%;
}

header .header__right .header--nav div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header__right .header--nav div a:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header__right .header--nav div.active a {
  color: #0071c4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header__right .header--nav div.active a:hover {
  opacity: .8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header__right .header--nav div.contact a {
  background: #0071c4;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header__right .header--nav div.contact a:hover {
  opacity: .8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header__right__smp {
  display: none;
}

@media screen and (max-width: 912px) {
  header .header__right__smp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
  }
}

header .header__right__smp .header__right__smp--btn.header__right__smp--btn-menu {
  background: #0071c4;
}

header .header__right__smp .header__right__smp--btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  color: #222;
  cursor: pointer;
}

header .header__right__smp .header__right__smp--btn a img {
  width: 24px;
  height: 24px;
}

header .header__right__smp .header__right__smp--btn a .menu-trigger {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 24px;
  height: 22px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

header .header__right__smp .header__right__smp--btn a .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 2px;
}

header .header__right__smp .header__right__smp--btn a .menu-trigger span:nth-of-type(1) {
  top: 2px;
}

header .header__right__smp .header__right__smp--btn a .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

header .header__right__smp .header__right__smp--btn a .menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}

header .header__right__smp .header__right__smp--btn a .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

header .header__right__smp .header__right__smp--btn a .menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu05-bar02 .8s forwards;
          animation: active-menu05-bar02 .8s forwards;
}

header .header__right__smp .header__right__smp--btn a .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

@-webkit-keyframes active-menu05-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu05-bar02 {
  100% {
    height: 0;
  }
}

header .header__right__smp-open {
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  height: calc( 100vh - 94px);
  background: rgba(0, 113, 196, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

header .header__right__smp-open .header--nav {
  margin: 30px;
}

header .header__right__smp-open .header--nav div {
  height: 56px;
  border-bottom: 1px solid #629bc4;
}

header .header__right__smp-open .header--nav div a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 56px;
  text-decoration: none;
}

header .header__right__smp-open .header--nav div a::after {
  content: url(../img/common/arrow_button_a.svg);
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
}

footer {
  position: relative;
}

footer .footer--top {
  background: #0071c4;
}

footer .footer--top .footer--top-items {
  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;
}

@media screen and (max-width: 767px) {
  footer .footer--top .footer--top-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer--top .footer--top-items .footer--top-item {
  width: 100%;
}

footer .footer--top .footer--top-items .footer--top-item + .footer--top-item {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  footer .footer--top .footer--top-items .footer--top-item + .footer--top-item {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    border-top: 1px solid #629bc4;
  }
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--title {
  font-weight: bold;
  color: white;
  line-height: 1;
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--title span {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  color: white;
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  border: 2px solid white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main a:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main a img {
  height: 36px;
}

@media screen and (max-width: 767px) {
  footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main a img {
    height: 24px;
  }
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main.footer--top-item--main__contact a {
  background: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main.footer--top-item--main__contact a:hover {
  opacity: .8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main.footer--top-item--main__contact a img {
  height: 36px;
}

@media screen and (max-width: 767px) {
  footer .footer--top .footer--top-items .footer--top-item .footer--top-item--main.footer--top-item--main__contact a img {
    height: 28px;
  }
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--desc1 {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  line-height: 1;
}

footer .footer--top .footer--top-items .footer--top-item .footer--top-item--desc2 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: white;
  line-height: 1;
}

@media screen and (max-width: 912px) {
  footer .footer--top .footer--top-items .footer--top-item .footer--top-item--desc2 {
    line-height: 1.4;
  }
}

footer .footer--bottom {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 912px) {
  footer .footer--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer--bottom-item + .footer--bottom-item {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
  }
}

footer .footer--bottom .footer--bottom-item .footer--bottom-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--bottom .footer--bottom-item .footer--bottom-logo a .footer--logo-img {
  height: 38px;
}

@media screen and (max-width: 767px) {
  footer .footer--bottom .footer--bottom-item .footer--bottom-logo a .footer--logo-img {
    height: 24px;
  }
}

footer .footer--bottom .footer--bottom-item .footer--bottom-logo a .footer--logo-text {
  margin-left: 13px;
  color: #222;
  font-weight: bold;
}

footer .footer--bottom .footer--bottom-item .footer--bottom-logo a:hover {
  opacity: .7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--bottom .footer--bottom-item .footer--bottom-logo-desc1 {
  margin-top: 10px;
  font-size: 14px;
}

footer .footer--bottom .footer--bottom-item .footer--bottom-logo-desc2 {
  font-size: 14px;
}

footer .footer--bottom .footer--bottom-item .footer--bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 21px;
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer--bottom-item .footer--bottom-nav {
    height: auto;
  }
}

footer .footer--bottom .footer--bottom-item .footer--bottom-nav div {
  height: 100%;
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer--bottom-item .footer--bottom-nav div {
    width: 50%;
    margin-bottom: 10px;
  }
}

footer .footer--bottom .footer--bottom-item .footer--bottom-nav div + div {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #b8b8b8;
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer--bottom-item .footer--bottom-nav div + div {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

footer .footer--bottom .footer--bottom-item .footer--bottom-nav div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--bottom .footer--bottom-item .footer--bottom-nav div a:hover {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer--bottom .footer--copylight {
  margin-top: 60px;
  font-size: 12px;
  color: #b8b8b8;
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer--copylight {
    margin-top: 40px;
  }
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer--copylight.footer--copylight__pc {
    display: none;
  }
}

footer .footer--bottom .footer--copylight.footer--copylight__smp {
  display: none;
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer--copylight.footer--copylight__smp {
    display: block;
  }
}

footer .footer--bottom .footer-page-top {
  position: relative;
}

footer .footer--bottom .footer-page-top .footer-page-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 175px;
  height: 84px;
  cursor: pointer;
}

@media screen and (max-width: 912px) {
  footer .footer--bottom .footer-page-top .footer-page-top-box {
    width: 106px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer--bottom .footer-page-top .footer-page-top-box {
    right: -30px;
  }
}

footer .footer--bottom .footer-page-top .footer-page-top-box img {
  height: 24px;
}

._page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 480px;
  padding-top: 115px;
  background-size: cover;
  background-position: center bottom;
  background-color: #222;
}

@media screen and (max-width: 912px) {
  ._page-header {
    height: 400px;
    padding-top: 94px;
  }
}

@media screen and (max-width: 767px) {
  ._page-header {
    height: 300px;
  }
}

._page-header._page-header__business {
  background-image: url(../img/common/banner_business.jpg);
}

._page-header._page-header__about {
  background-image: url(../img/common/banner_about.jpg);
}

._page-header._page-header__case {
  background-image: url(../img/common/banner_case.jpg);
}

._page-header._page-header__contact {
  background-image: url(../img/common/banner_contact.jpg);
  background-position: center top;
}

._page-header._page-header__product {
  height: 360px;
  background: transparent;
}

._page-header._page-header__product ._page-header--box h1 {
  color: #222;
}

._page-header._page-header__product ._page-header--box p {
  color: #222;
}

._page-header ._page-header--box {
  text-align: center;
}

._page-header ._page-header--box h1 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  ._page-header ._page-header--box h1 {
    font-size: 28px;
  }
}

._page-header ._page-header--box p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  ._page-header ._page-header--box p {
    margin-top: 15px;
    font-size: 12px;
  }
}

._breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  border-bottom: 1px solid #ebebeb;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  ._breadcrumb {
    height: 60px;
  }
}

._breadcrumb h6 {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  ._breadcrumb h6 {
    font-size: 12px;
  }
}

._breadcrumb h6 + h6 {
  overflow: hidden;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #b8b8b8;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._breadcrumb h6 a {
  display: inline-block;
  font-size: 14px;
  color: #222;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  ._breadcrumb h6 a {
    font-size: 12px;
  }
}

._breadcrumb h6 a:hover {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

._anchor {
  display: block;
  padding-top: 155px;
  margin-top: -155px;
}

@media screen and (max-width: 912px) {
  ._anchor {
    padding-top: 134px;
    margin-top: -134px;
  }
}

._button__a._button__a--white a, ._button__a._button__a--white button {
  background: white;
  color: #0071c4;
}

._button__a._button__a--white a::after, ._button__a._button__a--white button::after {
  content: url(../img/common/arrow_button_a_blue.svg);
}

._button__a a, ._button__a button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 296px;
  max-width: 100%;
  height: 76px;
  background: #0071c4;
  font-weight: bold;
  color: white;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

._button__a a::after, ._button__a button::after {
  content: url(../img/common/arrow_button_a.svg);
  position: absolute;
  top: 30px;
  right: 20px;
  width: 16px;
  height: 16px;
}

._button__a a:hover, ._button__a button:hover {
  opacity: .8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

._button__a a:disabled, ._button__a button:disabled {
  cursor: default;
  opacity: .3;
}

._button__a._button__a__gray a, ._button__a._button__a__gray button {
  background: #999;
}

._button__a._button__a__no-arrow a::after, ._button__a._button__a__no-arrow button::after {
  content: "";
}

._title__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

._title__a._title__a--white h2, ._title__a._title__a--white p {
  color: white;
}

@media screen and (max-width: 1024px) {
  ._title__a {
    width: calc( 100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  ._title__a {
    margin-bottom: 20px;
  }
}

._title__a h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 912px) {
  ._title__a h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  ._title__a h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  ._title__a h2 {
    font-size: 20px;
  }
}

._title__a h2.multi-line {
  line-height: 1.6;
}

._title__a p {
  margin-top: 14px;
  font-size: 13px;
  font-weight: bold;
  color: #0071c4;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  ._title__a p {
    font-size: 12px;
  }
}

._title__a img {
  margin-top: 20px;
  width: 36px;
}

._title__b {
  margin-bottom: 40px;
  line-height: 1;
}

._title__b._title__b__mb35 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  ._title__b {
    margin-bottom: 30px;
  }
}

._title__b h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  ._title__b h2 {
    font-size: 24px;
  }
}

._title__b img {
  margin-top: 20px;
  width: 36px;
}

._paragraph {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  ._paragraph {
    font-size: 14px;
  }
}

/*
 * トップページ
 */
.first-view {
  background-image: url(../img/top/banner_home.jpg);
  background-size: cover;
  background-position: center;
  height: calc( 100vh - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 912px) {
  .first-view {
    height: 800px;
  }
}

@media screen and (max-width: 767px) {
  .first-view {
    height: 467px;
  }
}

.first-view div h1 {
  font-size: 48px;
  font-weight: bold;
  color: white;
  line-height: 1.45;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 912px) {
  .first-view div h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .first-view div h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .first-view div h1 {
    font-size: 19px;
  }
}

.first-view div p {
  margin-top: 15px;
  font-weight: bold;
  color: white;
  line-height: 1.875;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.top-overview .top-overview--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 912px) {
  .top-overview .top-overview--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-overview .top-overview--main img {
  width: 570px;
}

@media screen and (max-width: 1024px) {
  .top-overview .top-overview--main img {
    width: 440px;
  }
}

@media screen and (max-width: 912px) {
  .top-overview .top-overview--main img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-overview .top-overview--main p {
  margin-left: 40px;
}

@media screen and (max-width: 912px) {
  .top-overview .top-overview--main p {
    margin-left: 0;
    margin-top: 30px;
  }
}

.top-overview .top-overview--button {
  margin-top: 75px;
}

@media screen and (max-width: 912px) {
  .top-overview .top-overview--button {
    margin-top: 20px;
  }
}

.top-overview .top-overview--button a {
  margin: auto;
}

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

@media screen and (max-width: 912px) {
  .top-business--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-business--items .top-business--item {
  position: relative;
  width: 100%;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .top-business--items .top-business--item {
    height: 240px;
  }
}

.top-business--items .top-business--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-business--items .top-business--item a:hover {
  opacity: .8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-business--items .top-business--item a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-business--items .top-business--item a h4 {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 22px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .top-business--items .top-business--item a h4 {
    font-size: 18px;
  }
}

.top-business--items .top-business--item a p {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

.top-business--items .top-business--item a p::before {
  content: url(../img/common/arrow_button_a.svg);
  position: absolute;
  top: calc( 50% - 8px);
  left: -20px;
  width: 16px;
  height: 16px;
}

.top-business--items .top-business--item + .top-business--item {
  margin-left: 30px;
}

@media screen and (max-width: 912px) {
  .top-business--items .top-business--item + .top-business--item {
    margin-left: 0;
    margin-top: 30px;
  }
}

.top-case {
  background-image: url(../img/common/banner_case.jpg);
  background-size: cover;
  background-position: center;
}

.top-case .top-case--text {
  color: white;
  text-align: center;
}

@media screen and (max-width: 912px) {
  .top-case .top-case--text {
    text-align: left;
  }
}

.top-case .top-case--button {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .top-case .top-case--button {
    margin-top: 20px;
  }
}

.top-case .top-case--button a {
  margin: auto;
}

.business-list {
  margin-bottom: 20px;
}

.business-list .business-item + .business-item {
  margin-top: -60px;
}

@media screen and (max-width: 912px) {
  .business-list .business-item + .business-item {
    margin-top: -20px;
  }
}

.business-list .business-item .business-row {
  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;
}

@media screen and (max-width: 912px) {
  .business-list .business-item .business-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business-list .business-item .business-row + .business-row {
  margin-top: 40px;
}

.business-list .business-item .business-row .business-row--img {
  width: 494px;
}

@media screen and (max-width: 912px) {
  .business-list .business-item .business-row .business-row--img {
    width: 100%;
  }
}

.business-list .business-item .business-row .business-row--text {
  margin-left: 30px;
}

@media screen and (max-width: 912px) {
  .business-list .business-item .business-row .business-row--text {
    margin-left: 0;
    margin-top: 20px;
  }
}

.business-list .business-item .business-row .business-row--text h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #0071c4;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .business-list .business-item .business-row .business-row--text h3 {
    font-size: 18px;
  }
}

.business-list .business-item .business-row .business-row--text p {
  text-align: justify;
}

.business-list .business-item .business-row .business-row--text .business-item--button {
  margin-top: 30px;
}

.business-list .business-item .business-row.business-row__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 912px) {
  .business-list .business-item .business-row.business-row__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business-list .business-item .business-row.business-row__reverse .business-row--text {
  margin-left: 0;
  margin-right: 30px;
}

@media screen and (max-width: 912px) {
  .business-list .business-item .business-row.business-row__reverse .business-row--text {
    margin-right: 0;
    margin-top: 20px;
  }
}

.case-list {
  margin-bottom: 20px;
}

.case-list .case-item + .case-item {
  margin-top: -60px;
}

@media screen and (max-width: 912px) {
  .case-list .case-item + .case-item {
    margin-top: -20px;
  }
}

.case-list .case-item .case-row .case-row--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 912px) {
  .case-list .case-item .case-row .case-row--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.case-list .case-item .case-row .case-row--top .case-row--top-img {
  width: 720px;
}

@media screen and (max-width: 912px) {
  .case-list .case-item .case-row .case-row--top .case-row--top-img {
    width: 100%;
  }
}

.case-list .case-item .case-row .case-row--top .case-row--top-icons {
  margin-left: 60px;
}

@media screen and (max-width: 1024px) {
  .case-list .case-item .case-row .case-row--top .case-row--top-icons {
    margin-left: 30px;
  }
}

@media screen and (max-width: 912px) {
  .case-list .case-item .case-row .case-row--top .case-row--top-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-top: 20px;
  }
}

.case-list .case-item .case-row .case-row--top .case-row--top-icons .icon-list + .icon-list {
  margin-top: 30px;
}

@media screen and (max-width: 912px) {
  .case-list .case-item .case-row .case-row--top .case-row--top-icons .icon-list + .icon-list {
    margin-top: 0;
    margin-left: 30px;
  }
}

.case-list .case-item .case-row .case-row--top .case-row--top-icons .icon-list .icon-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .case-list .case-item .case-row .case-row--top .case-row--top-icons .icon-list .icon-title {
    font-size: 14px;
  }
}

.case-list .case-item .case-row .case-row--top .case-row--top-icons .icon-list .icon-title::before {
  content: "";
  position: absolute;
  top: calc( 50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0071c4;
}

.case-list .case-item .case-row .case-row--top .case-row--top-icons .icon-list .icon-item {
  display: inline-block;
  font-weight: bold;
  margin-top: 5px;
  padding: 3px 6px;
  background: #efefef;
}

@media screen and (max-width: 767px) {
  .case-list .case-item .case-row .case-row--top .case-row--top-icons .icon-list .icon-item {
    font-size: 14px;
  }
}

.case-list .case-item .case-row .case-row--bottom .case-row--bottom-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 912px) {
  .case-list .case-item .case-row .case-row--bottom .case-row--bottom-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 912px) {
  .case-list .case-item .case-row .case-row--bottom .case-row--bottom-top .case-row--bottom-text + .case-row--bottom-text {
    margin-left: 0;
  }
}

.case-list .case-item .case-row .case-row--bottom-text {
  margin-top: 40px;
}

@media screen and (max-width: 912px) {
  .case-list .case-item .case-row .case-row--bottom-text {
    margin-top: 30px;
  }
}

.case-list .case-item .case-row .case-row--bottom-text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0071c4;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .case-list .case-item .case-row .case-row--bottom-text h3 {
    font-size: 18px;
  }
}

.case-list .case-item .case-row .case-row--bottom-text p {
  margin-top: 15px;
  text-align: justify;
}

.case-list .case-item .case-row .case-row--bottom-text ul {
  margin-top: 15px;
  padding-left: 20px;
  text-align: justify;
}

.company-box + .company-box {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .company-box + .company-box {
    margin-top: -20px;
  }
}

.company-box:last-of-type {
  padding-bottom: 100px;
}

.company-box .company-list .company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .company-box .company-list .company-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-box .company-list .company-item .head {
  width: 180px;
  padding: 20px 0 20px 10px;
  border-top: 1px solid #b8b8b8;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .company-box .company-list .company-item .head {
    width: 100%;
    padding-bottom: 0;
  }
}

.company-box .company-list .company-item .body {
  width: 100%;
  padding: 20px 0 20px 20px;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .company-box .company-list .company-item .body {
    border-top: none;
    padding-top: 10px;
    padding-left: 10px;
  }
}

.company-box .company-list .company-item .body ul {
  padding-left: 20px;
}

.company-box .company-list .company-item .body span {
  display: inline-block;
}

.company-box .company-list .company-item:last-child .head {
  border-bottom: 1px solid #b8b8b8;
}

@media screen and (max-width: 767px) {
  .company-box .company-list .company-item:last-child .head {
    border-bottom: none;
  }
}

.company-box .company-list .company-item:last-child .body {
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
  .company-box .company-list .company-item:last-child .body {
    border-bottom: 1px solid #b8b8b8;
  }
}

.product {
  position: relative;
  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;
}

@media screen and (max-width: 1024px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product .product--left {
  width: 240px;
  margin-right: 60px;
}

@media screen and (max-width: 1024px) {
  .product .product--left {
    display: none;
  }
}

.product .product--left__smp {
  display: none;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .product .product--left__smp {
    display: block;
    width: 100%;
  }
}

.product .product--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product .product--right .product--right-box + .product--right-box {
  margin-top: 60px;
}

.product .product--sidemenu.fixed {
  position: fixed;
  top: 145px;
  width: 240px;
  margin-right: 60px;
}

.product .product--sidemenu.absoluted {
  position: absolute;
  bottom: 120px;
  width: 240px;
  margin-right: 60px;
}

.product .product--sidemenu .product--sidemenu-title {
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
  border-bottom: 2px solid #0071c4;
}

.product .product--sidemenu .product--sidemenu-list {
  margin-top: 30px;
}

.product .product--sidemenu .product--sidemenu-list .product--sidemenu-list-item {
  border-bottom: 1px solid #ebebeb;
}

.product .product--sidemenu .product--sidemenu-list .product--sidemenu-list-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  line-height: 1;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product .product--sidemenu .product--sidemenu-list .product--sidemenu-list-item a::after {
  content: url(../img/common/arrow_blue_16.svg);
  position: absolute;
  top: calc( 50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
}

.product .product--sidemenu .product--sidemenu-list .product--sidemenu-list-item a:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product .product--sidemenu__smp {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ebebeb;
  padding: 0 20px;
  margin-bottom: 30px;
  cursor: pointer;
}

.product .product--sidemenu__smp .product--sidemenu-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

.product .product--sidemenu__smp .product--sidemenu-title::after {
  content: url(../img/common/arrow_black_16.svg);
  position: absolute;
  top: calc( 50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product .product--sidemenu__smp .product--sidemenu-title.product--sidemenu-title__is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product .product--sidemenu__smp .product--sidemenu-list .product--sidemenu-list-item {
  border-top: 1px solid #ebebeb;
}

.product .product--sidemenu__smp .product--sidemenu-list .product--sidemenu-list-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}

.product .product--sidemenu__smp .product--sidemenu-list .product--sidemenu-list-item a::before {
  content: url(../img/common/title-bottopm.svg);
  position: relative;
  top: -4px;
  left: 0;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

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

.product .product--list .product--list-item {
  width: calc( 33.3% - 20px);
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 912px) {
  .product .product--list .product--list-item {
    width: calc( 50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .product .product--list .product--list-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product .product--list .product--list-item .product--list-item--img {
    width: 100%;
  }
}

.product .product--list .product--list-item .product--list-item--title {
  padding: 0 13px;
  margin-top: 20px;
  font-weight: bold;
}

.product .product--list .product--list-item .product--list-item--desc {
  padding: 0 13px;
  margin-top: 15px;
  font-size: 14px;
  text-align: justify;
}

.product .product--list .product--list-item.product--list-item__link {
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px 5px, rgba(0, 0, 0, 0.3) 0px 12px 24px -10px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px 5px, rgba(0, 0, 0, 0.3) 0px 12px 24px -10px;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product .product--list .product--list-item.product--list-item__link:hover {
  opacity: .7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product .product--list .product--list-item.product--list-item__link .product--list-item--img {
  border-radius: 8px 8px 0 0;
}

.product .product--list .product--list-item.product--list-item__link .product--list-item--bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.product .product--list .product--list-item.product--list-item__link .product--list-item--bottom::before {
  content: url(../img/common/arrow_blue_16.svg);
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: 10px;
}

.product .product--list .product--list-item.product--list-item__dummy {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.product-detail-header {
  height: calc( 115px + 30px);
}

@media screen and (max-width: 912px) {
  .product-detail-header {
    height: calc( 94px + 10px);
  }
}

.product-detail-box:last-of-type {
  padding-bottom: 100px;
}

.product-detail-box .product-detail-box--title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.product-detail-box .product-detail-box--img {
  margin-top: 40px;
}

@media screen and (max-width: 912px) {
  .product-detail-box .product-detail-box--img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product-detail-box .product-detail-box--img {
    margin-top: 20px;
  }
}

.product-detail-box ._title__b {
  margin-top: 60px;
}

.product-detail-box .product-detail-box--item + .product-detail-box--item {
  margin-top: 60px;
}

.product-detail-box .product-detail-box--item .product-detail-box--item-title {
  font-size: 20px;
  font-weight: bold;
  color: #0071c4;
  line-height: 1.4;
}

@media screen and (max-width: 912px) {
  .product-detail-box .product-detail-box--item .product-detail-box--item-title {
    font-size: 18px;
  }
}

.product-detail-box .product-detail-box--item .product-detail-box--item-desc {
  margin-top: 10px;
}

.product-detail-box .product-detail-box--item .product-detail-box--item-img {
  margin-top: 20px;
}

.contact-box + .contact-box {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .contact-box + .contact-box {
    margin-top: -20px;
  }
}

.contact-box:last-of-type {
  padding-bottom: 100px;
}

.contact-box .contact-box--tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--tel-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact-box .contact-box--tel-box img {
  height: 36px;
}

.contact-box .contact-box--tel-box p {
  margin-left: 25px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--tel-box p {
    margin-left: 0;
    margin-top: 5px;
  }
}

.contact-box .contact-box--tel-box p span {
  font-weight: normal;
}

.contact-box .contact-box--web-box .contact-box--web-box-desc .red {
  color: #e50012;
}

.contact-box .contact-box--web-box .contact-box--web-box-note {
  margin-top: 10px;
  font-size: 14px;
}

.contact-box .contact-box--form {
  margin-top: 50px;
  padding: 62px;
  border: 2px solid #ebebeb;
}

@media screen and (max-width: 768px) {
  .contact-box .contact-box--form {
    margin-top: 40px;
    padding: 20px;
  }
}

.contact-box .contact-box--form .contact-list .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--form .contact-list .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-box .contact-box--form .contact-list .contact-item .head {
  width: 209px;
  padding: 25px 0 25px 10px;
  border-bottom: 1px solid #b8b8b8;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--form .contact-list .contact-item .head {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.contact-box .contact-box--form .contact-list .contact-item .head .red {
  display: inline-block;
  color: #e50012;
  line-height: 1;
}

.contact-box .contact-box--form .contact-list .contact-item .body {
  width: 100%;
  padding: 25px 0 25px 10px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--form .contact-list .contact-item .body {
    border-top: none;
    padding-top: 10px;
    padding-left: 0;
  }
}

.contact-box .contact-box--form .contact-list .contact-item .body.contact-item-confirm {
  color: #0071c4;
}

.contact-box .contact-box--form .contact-list .contact-item .body span {
  display: block;
}

.contact-box .contact-box--form .contact-list .contact-item .body__multiline {
  width: 100%;
}

.contact-box .contact-box--form .contact-list .contact-item .body__multiline .item {
  position: relative;
  width: 100%;
  padding: 25px 0 25px 10px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--form .contact-list .contact-item .body__multiline .item {
    border-top: none;
    padding-left: 10px;
  }
}

.contact-box .contact-box--form .contact-list .contact-item .body__multiline .item span {
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--form .contact-list .contact-item .body__multiline .item span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
  }
}

.contact-box .contact-box--form .contact-list .contact-item.error-message .head {
  border-bottom: none;
}

.contact-box .contact-box--form .contact-list .contact-item.error-message .body {
  border-bottom: none;
  padding: 0;
  padding-left: 10px;
  color: #e50012;
}

.contact-box .contact-box--form .contact-list .contact-item.error-message .body__multiline {
  border-bottom: none;
}

.contact-box .contact-box--form .contact-box--form-bottom-buttons {
  margin-top: 40px;
}

.contact-box .contact-box--form .contact-box--form-bottom-buttons .contact-box--form-bottom-buttons-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--form .contact-box--form-bottom-buttons .contact-box--form-bottom-buttons-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-box .contact-box--form .contact-box--form-bottom-buttons .contact-box--form-bottom-buttons-buttons div + div {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-box--form .contact-box--form-bottom-buttons .contact-box--form-bottom-buttons-buttons div + div {
    margin-left: 0;
    margin-top: 20px;
  }
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks {
    margin-bottom: 0;
    text-align: left;
  }
}

.thanks .thanks--title {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .thanks .thanks--title {
    font-size: 24px;
  }
}

.thanks .thanks--title span {
  display: inline-block;
}

.thanks .thanks--desc {
  margin-top: 35px;
}

.thanks ._button__a {
  margin: 50px;
}
