@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0; 
  z-index: 10;
  margin: auto;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background-color: transparent;
  color: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slick-arrow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 15px;
  height: 29px;
  background: transparent url(../img/common/arrow-gray-left.png) center center no-repeat;
  background-size: cover; 
  content: "";
}
.bottom-slider .slick-arrow {
  top: auto;
  bottom: auto;
}
@media only screen and (max-width: 37.5em) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-prev {
  left: -40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  right: -40px;
}

.slick-dots {
  position: absolute;
  padding-left: 0;
  width: 100%; 
  list-style-type: none;
  text-align: center;
  font-size: 0;
}
.slick-dots >li {
  position: relative; 
  display: inline-block;
  width: 40px;
  height: 44px;
}
@media only screen and (max-width: 60em) {
  .slick-dots >li {
    width: 30px;
  }
}
.slick-dots >li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; 
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
@media only screen and (max-width: 60em) {
  .slick-dots >li:before {
    width: 10px;
    height: 10px;
  }
}
.slick-dots >li.slick-active:before {
  border-color: #004a30;
  background-color: #004a30;
}
.slick-dots button {
  display: none;
}
.mainvisual-slider .slick-dots:before,
.page-mainvisual__slider .slick-dots:before {
  width: 12px;
  height: 12px;
  border: 1px solid #fff; 
  background-color: transparent;
}
@media only screen and (max-width: 60em) {
  .mainvisual-slider .slick-dots:before,
  .page-mainvisual__slider .slick-dots:before {
    width: 10px;
    height: 10px;
  }
}
.mainvisual-slider .slick-dots.slick-active:before,
.page-mainvisual__slider .slick-dots.slick-active:before {
  background-color: #fff;
}
.page-mainvisual__slider .slick-dots {
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-mainvisual:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.page-mainvisual__header {
  position: relative;
  float: left; 
  width: 400px;
  height: 400px;
  background-color: #004a30;
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__header {
    float: none;
    padding: 30px 0; 
    width: 100%;
    height: auto;
  }
}

.page-mainvisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  color: #fff;
  text-align: center;
  font-size: 0; 
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__title {
    position: relative;
    top: auto;
    left: auto;
    margin: auto; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.page-mainvisual__category {
  margin: auto; 
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__category {
    font-size: 1.1rem;
  }
}

.page-mainvisual__head-title {
  margin: auto;
  white-space: nowrap; 
  font-weight: 500;
  font-size: 3rem;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__head-title {
    font-size: 2.4rem;
  }
}

.page-mainvisual__img {
  position: relative;
  float: right;
  overflow: hidden;
  width: calc(100% - 400px);
  height: 400px;
  background: linear-gradient(to right, #eaf0f3, #748b97);
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__img {
    float: none;
    width: 100%;
    height: auto;
  }
  .products .page-mainvisual__img,
  .vehicle .page-mainvisual__img,
  .news .page-mainvisual__img {
    padding-top: 41.33333%; 
    width: 100%;
  }
}
@media only screen and (max-width: 60em) {
  .products .page-mainvisual__img,
  .vehicle .page-mainvisual__img,
  .news .page-mainvisual__img {
    padding-top: 61.86667%; 
    width: 100%;
  }
}

.page-mainvisual__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-mainvisual__lead-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto; 
  width: 92%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__lead-text {
    font-size: 1.5rem;
  }
}
.page-mainvisual__lead-text.is-left {
  text-align: left;
}

.page-mainvisual__sub-title {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 92%;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em; 
  font-weight: 500;
  font-size: 3.6rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__sub-title {
    font-size: 2rem;
  }
}
.page-mainvisual__sub-title span {
  display: inline-block;
  margin-left: 15px; 
  width: 106px;
  vertical-align: middle;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__sub-title span {
    width: 56px;
  }
}

.page-mainvisual__slide__inner {
  max-width: 760px;
}

.page-mainvisual__slider {
  position: relative;
  overflow: hidden; 
  margin-right: 5%;
  margin-left: 5%;
  font-size: 0;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slider {
    margin: auto;
    padding: 20px 4% 80px;
  }
}

.page-mainvisual__slide {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none;
}
.page-mainvisual__slide:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.page-mainvisual__slide__content {
  position: absolute;
  top: 50%;
  left: 0; 
  margin-right: 300px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-mainvisual__slide__content >img {
  display: block;
  margin-bottom: 20px; 
  max-width: 375px;
  width: 100%;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__content {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0;
    margin-bottom: 20px; 
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page-mainvisual__slide__content >img {
    margin: auto auto 10px;
    max-width: 240px;
  }
}

.page-mainvisual__slide__title {
  margin: auto;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 4.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.page-mainvisual__slide__title br {
  display: none;
}
@media only screen and (max-width: 80em) {
  .page-mainvisual__slide__title br {
    display: block;
  }
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__title {
    font-size: 3rem;
  }
  .page-mainvisual__slide__title br {
    display: none;
  }
}

.page-mainvisual__slide__text {
  margin: auto; 
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__text {
    font-size: 1.2rem;
  }
}

.page-mainvisual__slide__img {
  position: relative; 
  float: right;
  width: 280px;
  height: 400px;
}
.page-mainvisual__slide__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__img {
    float: none; 
    width: 100%;
    height: auto;
  }
  .page-mainvisual__slide__img img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    max-width: 50%;
  }
}

.content-introduction {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .content-introduction {
    padding: 20px 0;
  }
}

.content-introduction__head-title {
  margin: auto;
  margin: auto auto 40px; 
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .content-introduction__head-title {
    margin-bottom: 20px; 
    font-size: 2rem;
  }
}

.content-introduction__lead-text {
  margin: auto;
  text-align: center;
  font-weight: 500; 
  font-size: 1.7rem;
  line-height: 1.8;
}
.l-global__main-column .content-introduction__lead-text {
  text-align: left;
}
@media only screen and (max-width: 60em) {
  .content-introduction__lead-text {
    font-size: 1.4rem;
  }
}
.content-introduction__lead-text.is-left {
  text-align: left;
}
.content-introduction__lead-text +.content-introduction__lead-text {
  margin-top: 15px;
}

.content-introduction__text {
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .content-introduction__text {
    font-size: 1.3rem;
  }
}
.content-introduction__text.is-left {
  text-align: left;
}
.content-introduction__lead-text +.content-introduction__text {
  margin-top: 15px;
}

.content-introduction__img {
  position: relative;
}
.content-introduction__lead-text +.content-introduction__img {
  margin-top: 40px;
}

.page-list__block:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.page-list__box {
  position: relative; 
  margin-bottom: 40px;
}
.is-2column .page-list__box {
  width: 48%;
}
.is-2column .page-list__box:nth-child(2n+1) {
  float: left;
}
.is-2column .page-list__box:nth-child(2n) {
  float: right;
}
.is-2column .page-list__box .page-list__head-title {
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .page-list__box {
    float: none !important; 
    width: 100% !important;
  }
}

.page-list__mainvisual {
  position: relative; 
  overflow: hidden;
}
.is-1column .page-list__mainvisual:before {
  display: block;
  padding-top: 36.66667%; 
  width: 100%;
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .is-1column .page-list__mainvisual:before {
    display: block;
    padding-top: 50.70423%; 
    width: 100%;
    content: "";
  }
}
.is-2column .page-list__mainvisual:before {
  display: block;
  padding-top: 56.16438%; 
  width: 100%;
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .is-2column .page-list__mainvisual:before {
    display: block;
    padding-top: 50.70423%; 
    width: 100%;
    content: "";
  }
}

.page-list__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0s; 
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.8s;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
}
.page-list__bg-img:before {
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color;
}

.page-list__header {
  position: relative;
}
.page-list__header:hover .page-list__head-title {
  color: #004a30;
}
.page-list__header:hover .page-list__bg-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-list__header:hover .page-list__bg-img:before {
  background-color: rgba(19, 33, 28, 0.2);
}

.page-list__head-title {
  margin: 15px 0;
  font-weight: 500;
  font-size: 2rem;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.page-list__head-title span {
  position: relative; 
  display: inline-block;
  padding-right: 30px;
}
.page-list__head-title span:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto; 
  width: 8px;
  height: 8px;
  border-top: 1px solid #004a30;
  border-right: 1px solid #004a30;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 37.5em) {
  .page-list__head-title {
    margin: 5px 0; 
    font-size: 1.5rem !important;
  }
  .page-list__head-title span:after {
    width: 6px;
    height: 6px;
  }
}

.page-list__child-list {
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
}
.page-list__child-list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.page-list__child-item {
  display: inline-block;
  width: 48%;
  vertical-align: top; 
  font-size: 1.2rem;
}
.page-list__child-item:nth-child(2n) {
  margin-left: 4%;
}
.page-list__child-item a {
  position: relative;
  display: block;
  margin-top: -1px;
  padding: 15px 15px 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.page-list__child-item a:after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  display: block;
  margin: auto; 
  width: 6px;
  height: 6px;
  border-top: 1px solid #004a30;
  border-right: 1px solid #004a30;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-list__child-item:hover a {
  color: #004a30;
}

.page-list__text {
  margin: auto; 
  font-size: 1.3rem;
}
@media only screen and (max-width: 37.5em) {
  .page-list__text {
    font-size: 1.2rem;
  }
}

.video-single {
  padding-top: 15px;
}

.video-single-item {
  position: relative;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.video-single-item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../img/common/play-btn.png) center center no-repeat;
  background-size: cover; 
  content: "";
}

.video-single-item:hover {
  opacity: 0.5;
}

.video-single-img {
  margin-bottom: 15px;
}

.video-single-img img {
  width: 100%;
  height: auto;
}

.video-single-caption {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.video-single-item .youtube-box {
  display: none;
}

.side-nav {
  background-color: #f7f9f9;
}
@media only screen and (max-width: 64em) {
  .side-nav {
    background-color: #fff;
  }
}
.is-cloned .side-nav {
  margin: auto;
  padding: 20px 0 40px; 
  width: 92%;
}
.is-cloned.is-index .side-nav {
  display: none;
}

.side-nav__header {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .side-nav__header {
    padding: 20px 0;
  }
}

.side-nav__head-title {
  margin: auto; 
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  .side-nav__head-title {
    padding-left: 15px; 
    text-align: left;
    font-size: 1.7rem;
  }
  .side-nav__head-title br {
    display: none;
  }
}

.side-nav__list,
.side-nav__child-list {
  margin: auto; 
  padding-left: 0;
  list-style-type: none;
}

.side-nav__list {
  border-top: 1px solid #e5e5e5;
}

.side-nav__child-list {
  display: none;
}
.is-current >span +.side-nav__child-list {
  display: block;
}
.is-active +.side-nav__child-list {
  background-color: #e9efee;
}
@media only screen and (max-width: 64em) {
  .is-active +.side-nav__child-list {
    background-color: #fff;
  }
}

.side-nav__item,
.side-nav__child-item {
  font-size: 1.4rem;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
.side-nav__item >a,
.side-nav__item span,
.side-nav__child-item >a,
.side-nav__child-item span {
  display: block;
  padding: 15px;
}
.side-nav__item.has-img,
.side-nav__child-item.has-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding-right: 15px;

  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.side-nav__item.has-img >img,
.side-nav__child-item.has-img >img {
  display: block; 
  width: 44px;
  height: 60px;
}
@media only screen and (max-width: 60em) {
  .side-nav__item br,
  .side-nav__child-item br {
    display: none;
  }
  .side-nav__item.has-img >img,
  .side-nav__child-item.has-img >img {
    display: none;
  }
}

.side-nav__item:hover {
  background-color: #e9efee;
  cursor: pointer;
}

.side-nav__item >span a {
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.side-nav__item >span a:hover {
  color: #004a30;
}

.side-nav__child-item >a:hover {
  color: #004a30;
}

.side-nav__item {
  position: relative; 
  border-bottom: 1px solid #e5e5e5;
}
.side-nav__item.is-current {
  background-color: #e9efee;
}
.side-nav__item.is-current >span,
.side-nav__item.is-current >a {
  font-weight: 500;
}
@media only screen and (max-width: 64em) {
  .side-nav__item.is-current {
    background-color: #fff;
  }
}
.side-nav__item.has-child >span {
  position: relative;
  padding-right: 30px;
}
.side-nav__item.has-child >span:before,
.side-nav__item.has-child >span:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 2px;
  height: 10px;
  background-color: #808080; 
  content: "";
}
.side-nav__item.has-child >span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side-nav__item.has-child .is-active {
  background-color: #e9efee !important;
}
.side-nav__item.has-child .is-active:before {
  display: none;
}
@media only screen and (max-width: 64em) {
  .side-nav__item.has-child .is-active {
    background-color: #fff !important;
  }
}
.side-nav__item.has-child.is-current >span,
.side-nav__item.has-child.is-current >a {
  background-color: #f7f9f9;
}
@media only screen and (max-width: 64em) {
  .side-nav__item.has-child.is-current >span,
  .side-nav__item.has-child.is-current >a {
    background-color: #fff;
  }
}

.side-nav__child-item {
  border-top: 1px solid #e5e5e5;
  font-size: 1.2rem;
}
.side-nav__child-item.is-current >a {
  color: #004a30;
}
@media only screen and (max-width: 64em) {
  .side-nav__child-item {
    padding-left: 10px;
  }
}

.bottom-banner {
  clear: both;
  padding: 50px 0;
  background-color: #e9efee;
}
@media only screen and (max-width: 60em) {
  .bottom-banner {
    padding: 25px 0;
  }
}

.bottom-banner__box {
  position: relative;
  margin: auto auto 20px; 
  max-width: 740px;
  background-color: #fff;
}
.bottom-banner__box:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 53px;
  height: 53px;
  background: transparent url(../img/common/download-pdf.png) no-repeat center center;
  background-size: cover; 
  content: "";
}
@media only screen and (max-width: 60em) {
  .bottom-banner__box:after {
    width: 40px;
    height: 40px;
  }
}

.bottom-banner__img {
  width: 50%;
}
@media only screen and (max-width: 37.5em) {
  .bottom-banner__img {
    width: 100%;
  }
}

.bottom-banner__header {
  position: absolute;
  top: 50%;
  margin-left: 50%;
  padding: 20px 40px;
  width: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .bottom-banner__header {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 37.5em) {
  .bottom-banner__header {
    position: relative;
    top: auto;
    margin-left: 0;
    width: 100%;
    text-align: center; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.bottom-banner__head-title {
  margin-top: auto;
  margin-bottom: 10px;
  font-weight: 500; 
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .bottom-banner__head-title {
    margin-bottom: auto; 
    font-size: 1.7rem;
  }
}

.bottom-banner__text {
  position: relative;
  display: inline-block;
  margin: auto;
  padding-right: 30px; 
  color: #004a30;
  font-size: 1.3rem;
}
.bottom-banner__text:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004a30;
  border-right: 1px solid #004a30;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 60em) {
  .bottom-banner__text {
    font-size: 1.2rem;
  }
}

.bottom-slider__block {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .bottom-slider__block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 60em) {
  .bottom-slider__block .slick-arrow {
    visibility: hidden;
  }
}

.bottom-slider__slide {
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .bottom-slider__slide {
    margin: auto;
  }
}

.bottom-slider__item {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  outline: none;
  vertical-align: top;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.bottom-slider__item:hover {
  opacity: 0.5;
  cursor: pointer;
}
.bottom-slider__item .youtube-box {
  display: none;
}

.bottom-slider__img {
  margin-bottom: 10px;
}
.is-movie .bottom-slider__img {
  position: relative;
}
.is-movie .bottom-slider__img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../img/common/play-btn.png) center center no-repeat;
  background-size: cover; 
  content: "";
}

.bottom-slider__title {
  margin: 15px auto 5px;
  font-size: 1.2rem;
}

.bottom-slider__text {
  margin: auto;
  font-size: 1.2rem;
}

.documents {
  position: relative;
  padding: 40px 0;
  counter-reset: whats-jatco-counter;
}
@media only screen and (max-width: 60em) {
  .documents {
    padding: 20px 0;
  }
}
.documents +.documents {
  padding-top: 60px; 
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents +.documents {
    padding-top: 30px;
  }
}

.documents__performance {
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto; 
  color: #00286d;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 60em) {
  .documents__performance {
    position: relative;
    top: auto;
    margin-top: 10px; 
    font-size: 2rem;
  }
}
.documents__performance span {
  display: inline-block; 
  letter-spacing: 0.08em;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 60em) {
  .documents__performance span {
    font-size: 4rem;
  }
}
.documents__performance span +span {
  margin-left: 5px; 
  font-size: 2rem;
}
.documents__performance small {
  display: block;
  text-align: right; 
  font-weight: 200;
  font-size: 1.2rem;
}
@media only screen and (max-width: 60em) {
  .documents__performance small {
    text-align: left;
  }
}
.documents__box__content .documents__performance {
  top: 0;
}

.documents__head-title {
  margin: auto; 
  color: #004a30;
  font-weight: 500;
  font-size: 2.8rem;
}
@media only screen and (max-width: 60em) {
  .documents__head-title {
    font-size: 2.4rem;
  }
  .documents__head-title br {
    display: none;
  }
}

.documents__introduction {
  margin: auto; 
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .documents__introduction {
    font-size: 1.5rem;
  }
}

.documents__block {
  position: relative;
  counter-increment: whats-jatco-counter;
}
.documents__head-title ~.documents__block,
.documents__introduction +.documents__block {
  margin-top: 30px;
}
@media only screen and (max-width: 60em) {
  .documents__head-title ~.documents__block,
  .documents__introduction +.documents__block {
    margin-top: 15px;
  }
}
.documents__block ~.documents__block {
  margin-top: 80px;
}
@media only screen and (max-width: 60em) {
  .documents__block ~.documents__block {
    margin-top: 40px;
  }
}
.documents__header +.documents__block {
  margin-top: 60px;
}
@media only screen and (max-width: 60em) {
  .documents__header +.documents__block {
    margin-top: 30px;
  }
}
.documents__block.whats-jatco {
  padding-bottom: 40px;
}
.documents__block:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.documents__block__content {
  width: 48%;
}
.documents__block__content.is-left {
  float: left;
}
.documents__block__content.is-right {
  float: right;
}
@media only screen and (max-width: 60em) {
  .documents__block__content {
    float: none !important;
    width: 100%;
  }
}

.documents__block-title {
  margin: auto; 
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .documents__block-title {
    font-size: 2rem;
  }
}
.whats-jatco .documents__block-title {
  position: relative; 
  padding-left: 65px;
}
.whats-jatco .documents__block-title span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  padding: 10px 0; 
  width: 54px;
  height: 54px;
  border-radius: 4px;
  background-color: #004a30;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.whats-jatco .documents__block-title span:after {
  display: block;
  margin: auto; 
  content: counter(whats-jatco-counter, decimal-leading-zero);
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .whats-jatco .documents__block-title {
    padding-left: 55px;
  }
  .whats-jatco .documents__block-title span {
    width: 44px;
    height: 44px;
    font-size: 0.7rem;
  }
  .whats-jatco .documents__block-title span:after {
    font-size: 1.7rem;
  }
}
.documents__tab__target .documents__block-title {
  margin-top: 40px;
}

.documents__box {
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 60em) {
  .documents__box {
    padding-top: 15px;
  }
}
.documents__box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.documents__block-title +.documents__box {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents__block-title +.documents__box {
    margin-top: 10px;
  }
}
.documents__text +.documents__box {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents__text +.documents__box {
    margin-top: 15px;
  }
}
.documents__box +.documents__box,
.documents__img +.documents__box {
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents__box +.documents__box,
  .documents__img +.documents__box {
    margin-top: 20px;
  }
}

.documents__box__content {
  position: relative; 
  width: 48%;
}
.documents__box__content.is-left {
  float: left;
}
.documents__box__content.is-right {
  float: right;
}
@media only screen and (max-width: 60em) {
  .documents__box__content {
    float: none !important;
    width: 100%;
  }
}
.has-performance .documents__box__content {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 60em) {
  .has-performance .documents__box__content {
    width: 100%;
  }
}

.documents__box-title {
  margin: auto; 
  color: #004a30;
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 60em) {
  .documents__box-title {
    font-size: 1.7rem;
  }
}
.has-performance .documents__box-title {
  padding-right: 210px;
}
@media only screen and (max-width: 60em) {
  .has-performance .documents__box-title {
    padding-right: 0;
  }
}

.documents__section {
  margin-top: 10px;
}
.documents__text ~.documents__section {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .documents__text ~.documents__section {
    margin-top: 20px;
  }
}
.documents__section +.documents__section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents__section +.documents__section {
    margin-top: 20px;
  }
}

.documents__section-title {
  margin: auto; 
  font-weight: 500;
  font-size: 1.7rem;
}
.documents__text +.documents__section-title {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .documents__text +.documents__section-title {
    margin-top: 20px;
  }
}

.documents__text {
  margin: auto;
  line-height: 2;
}
.documents__head-title +.documents__text,
.documents__block-title ~.documents__text,
.documents__box-title ~.documents__text,
.documents__text ~.documents__text {
  margin-top: 20px;
}
@media only screen and (max-width: 60em) {
  .documents__head-title +.documents__text,
  .documents__block-title ~.documents__text,
  .documents__box-title ~.documents__text,
  .documents__text ~.documents__text {
    margin-top: 10px;
  }
}
.documents__section-title ~.documents__text {
  margin-top: 10px;
}
.documents__text strong {
  display: block;
  margin-bottom: 15px; 
  font-size: 1.5rem;
}
@media only screen and (max-width: 60em) {
  .documents__text strong {
    margin-bottom: 10px; 
    font-size: 1.4rem;
  }
}
.documents__text small {
  vertical-align: baseline; 
  font-size: 1rem;
}
@media only screen and (max-width: 60em) {
  .documents__text {
    font-size: 1.3rem;
  }
  .documents__block-title ~.documents__text {
    margin-top: 20px;
  }
  .documents__text ~.documents__text {
    margin-top: 10px;
  }
}

.documents__caution {
  display: block; 
  font-size: 1.2rem;
}
.documents__text ~.documents__caution,
.documents__text .documents__caution,
.documents__list-data .documents__caution,
img +.documents__caution {
  margin-top: 10px;
}

.documents__list {
  margin: auto;
  padding-left: 0;
  list-style-type: none;
  counter-reset: documents-list-counter;
}
.documents__text +.documents__list,
.documents__block-title +.documents__list,
.documents__box-title +.documents__list {
  margin-top: 20px;
}

.documents__list-title,
.documents__list-item {
  position: relative;
  padding-left: 20px;
  counter-increment: documents-list-counter;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .documents__list-title,
  .documents__list-item {
    font-size: 1.3rem;
  }
}
.documents__list-data +.documents__list-title,
.documents__list-data +.documents__list-item {
  margin-top: 20px;
}

.documents__list-title:before {
  position: absolute;
  top: 0;
  left: 0; 
  color: #004a30;
  content: counter(documents-list-counter, decimal) ".";
}

.documents__list-item:before {
  position: absolute;
  top: 0;
  left: 0; 
  color: #004a30;
  content: "●";
}

.documents__list-item +.documents__list-item {
  margin-top: 10px;
}

.documents__list-data {
  margin-left: auto;
  padding-left: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .documents__list-data {
    font-size: 1.3rem;
  }
}

.documents__images {
  margin-top: 20px; 
  font-size: 0;
}
.documents__images .documents__img ~.documents__img {
  margin-left: 15px;
}
.documents__images.is-2column .documents__img:nth-child(n) {
  display: inline-block ;
  margin-right: 2%; 
  margin-left: 2%;
  width: 48% ;
  vertical-align: top;
  font-size: 1.4rem;
}
.documents__images.is-2column .documents__img:nth-child(2n+1) {
  margin-left: 0;
}
.documents__images.is-2column .documents__img:nth-child(2n+2) {
  margin-right: 0;
}
.documents__images.is-3column .documents__img:nth-child(n) {
  display: inline-block ;
  margin-right: 2%; 
  margin-left: 2%;
  width: 30.66667% ;
  vertical-align: top;
  font-size: 1.4rem;
}
.documents__images.is-3column .documents__img:nth-child(3n+1) {
  margin-left: 0;
}
.documents__images.is-3column .documents__img:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 60em) {
  .documents__images.is-3column .documents__img:nth-child(n) {
    display: inline-block ;
    margin-right: 2%; 
    margin-left: 2%;
    width: 48% ;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .documents__images.is-3column .documents__img:nth-child(2n+1) {
    margin-left: 0;
  }
  .documents__images.is-3column .documents__img:nth-child(2n+2) {
    margin-right: 0;
  }
}

.documents__img {
  display: inline-block;
  display: block; 
  margin: 20px 0 0;
}
@media only screen and (max-width: 60em) {
  .documents__img {
    margin-top: 10px;
  }
}
.documents__text +.documents__img {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .documents__text +.documents__img {
    margin-top: 20px;
  }
}
.documents__block__content +.documents__img,
.documents__box__content +.documents__img {
  margin-top: auto; 
  width: 48%;
}
@media only screen and (max-width: 60em) {
  .documents__block__content +.documents__img,
  .documents__box__content +.documents__img {
    float: none !important;
    margin-top: 20px; 
    width: 100%;
  }
}
.documents__block__content.is-left +.documents__img,
.documents__box__content.is-left +.documents__img {
  float: right;
}
.documents__block__content.is-right +.documents__img,
.documents__box__content.is-right +.documents__img {
  float: left;
}
.has-performance .documents__box__content +.documents__img {
  width: 220px;
}
@media only screen and (max-width: 37.5em) {
  .has-performance .documents__box__content +.documents__img {
    width: 100%;
  }
}
.documents__img.is-movie {
  position: relative;
  padding-top: 56.25%; 
  width: 100%;
}
.documents__img.is-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.documents__img-title {
  font-size: 1.2rem;
}
@media only screen and (max-width: 60em) {
  .documents__img-title {
    font-size: 1.1rem;
  }
}
.documents__img-title span {
  display: inline-block;
  font-size: 1.4rem;
}
.documents__img-title span:before {
  content: "◼︎";
}
@media only screen and (max-width: 60em) {
  .documents__img-title span {
    font-size: 1.3rem;
  }
}
img +.documents__img-title {
  margin-top: 10px;
}
.documents__bg-img +.documents__img-title {
  margin-top: 20px;
}

.documents__signature {
  text-align: right;
}
@media only screen and (max-width: 60em) {
  .documents__signature p {
    font-size: 1.3rem;
  }
  .documents__signature img {
    width: 160px;
  }
}

.documents__tab {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  margin-bottom: 20px; 

  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.documents__tab:before {
  position: absolute;
  top: 100%;
  left: 0; 
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  content: "";
}
.documents__block-title +.documents__tab {
  margin-top: 20px;
}

.documents__tab__trigger {
  position: relative; 
  width: 166px;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}
.documents__tab__trigger >span {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #999;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: color;
}
.documents__tab__trigger >span:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto; 
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #004a30;
  content: "";
}
.documents__tab__trigger >span:after {
  position: absolute;
  top: 100%;
  left: 0; 
  display: none;
  width: 100%;
  height: 3px;
  background-color: #004a30;
  content: "";
}
.documents__tab__trigger +.documents__tab__trigger:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; 
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  content: "";
}
.documents__tab__trigger.is-active {
  background-color: rgba(0, 74, 48, 0.1);
}
.documents__tab__trigger.is-active span {
  color: #004a30;
}
.documents__tab__trigger.is-active span:before,
.documents__tab__trigger.is-active span:after {
  display: block;
}
.documents__tab__trigger.is-active +.documents__tab__trigger:before {
  display: none;
}
.documents__tab__trigger:hover {
  cursor: pointer;
}
.documents__tab__trigger:hover span {
  color: #004a30;
}
@media only screen and (max-width: 37.5em) {
  .documents__tab__trigger {
    font-size: 1.2rem;
  }
  .documents__tab__trigger >span span {
    display: none;
  }
}

.documents__tab__target {
  display: none;
}
.documents__tab__target:first-child {
  display: block;
}

.content-tab {
  margin-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .content-tab {
    margin-bottom: 20px;
  }
}

.content-tab__list {
  margin: auto;
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
}
.content-tab__list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.content-tab__item {
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: bottom; 
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}
.content-tab__item a {
  display: block;
  padding: 25px 0;
}
.content-tab__item ~.content-tab__item {
  margin-left: 4%;
}
.content-tab__item:before {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: border-color;
}
.content-tab__item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  content: "";
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color;
}
.content-tab__item.is-active:after,
.content-tab__item:hover:after {
  background-color: #004a30;
}
.content-tab__item.is-active:before {
  border-bottom-color: #004a30;
}
@media only screen and (max-width: 60em) {
  .content-tab__item {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .content-tab__item a {
    padding: 20px 0;
  }
  .content-tab__item:before,
  .content-tab__item:after {
    border-width: 4px;
  }
}

.content-nav__list {
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
}
.content-nav__list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.content-nav__item {
  position: relative; 
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
}
.content-nav__item ~.content-nav__item {
  margin-left: 40px;
}
.content-nav__item a {
  position: relative; 
  display: inline-block;
  padding: 15px 20px 15px 0;
}
.content-nav__item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 12px;
  background: transparent url(../img/common/arrow-green-left.png) center center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 37.5em) {
  .content-nav__item {
    width: 48%;
    font-size: 1.4rem;
  }
  .content-nav__item:nth-child(2n+1) {
    float: left;
  }
  .content-nav__item:nth-child(2n) {
    float: right;
  }
  .content-nav__item ~.content-nav__item {
    margin-left: auto;
  }
  .content-nav__item a {
    padding: 5px 20px 5px 0;
  }
}

.history {
  padding: 40px 0;
}

.history__list {
  margin: auto;
  border-top: 1px solid #e5e5e5;
}
.history__list dt {
  float: left;
  padding: 20px 0; 
  /* width: 100px; */
  width: 120px;
}
@media only screen and (max-width: 37.5em) {
  .history__list dt {
    float: none;
    padding-bottom: 0; 
    width: 100%;
    font-size: 1.3rem;
  }
}
.history__list dd {
  margin-left: auto;
  padding: 20px 0;
  /* padding-left: 110px; */
  padding-left: 130px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 37.5em) {
  .history__list dd {
    padding-top: 5px;
    padding-left: 0;
    width: 100%; 
    font-size: 1.3rem;
  }
}

.profile {
  padding: 40px 0;
}

.profile__list {
  margin: auto;
  border-top: 1px solid #e5e5e5;
}
.profile__list dt {
  float: left;
  padding-top: 20px; 
  width: 150px;
}
@media only screen and (max-width: 37.5em) {
  .profile__list dt {
    float: none;
    padding-bottom: 0; 
    width: 100%;
    font-size: 1.3rem;
  }
}
.profile__list dd {
  margin-left: auto;
  padding: 20px 0;
  padding-left: 160px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 37.5em) {
  .profile__list dd {
    padding-top: 5px;
    padding-left: 0;
    width: 100%; 
    font-size: 1.3rem;
  }
}
.profile__list dd a {
  text-decoration: underline;
}
.profile__list dd a:hover {
  text-decoration: none;
}
.profile__list dd table {
  width: 100%;
  border: none; 
  border-collapse: collapse;
  table-layout: auto;
}
@media only screen and (max-width: 37.5em) {
  .profile__list dd table {
    margin-top: 20px; 
    table-layout: fixed;
  }
}
.profile__list dd table +table {
  position: relative;
  margin-top: 20px;
  padding-top: 0;
}
.profile__list dd table +table:before {
  position: absolute;
  top: 0; 
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}
.profile__list dd table +table caption {
  margin-top: 20px;
}
.profile__list dd caption {
  margin-bottom: 10px;
  text-align: left;
}
.profile__list dd th {
  padding-right: 30px;
  width: 230px; 
  text-align: left;
  font-weight: 200;
}
@media only screen and (max-width: 37.5em) {
  .profile__list dd th {
    display: block;
    width: auto;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .profile__list dd td {
    display: block;
    margin-bottom: 10px; 
    font-size: 1.3rem;
  }
}
.profile__list dd:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.office-list {
  position: relative;
}
.office-list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.documents__block-title ~.office-list {
  margin-top: 15px;
}

.office-list__item {
  margin-top: -1px;
  padding: 20px 0; 
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.office-list__item:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.is-2column .office-list__item {
  width: 48%;
}
.is-2column .office-list__item:nth-child(2n+1) {
  float: left;
}
.is-2column .office-list__item:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 37.5em) {
  .is-2column .office-list__item:nth-child(n) {
    float: none;
    width: 100%;
  }
}

.office-list__item2 {
  margin-top: -1px;
  padding: 20px 0; 
  border-top: 1px solid #e5e5e5;
}
.office-list__item2:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.is-2column .office-list__item2 {
  width: 48%;
}
.is-2column .office-list__item2:nth-child(2n+1) {
  float: left;
}
.is-2column .office-list__item2:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 37.5em) {
  .is-2column .office-list__item2:nth-child(n) {
    float: none;
    width: 100%;
  }
}

.office-list__item3 {
  margin-top: -1px;
  padding: 20px 0; 
  border-bottom: 1px solid #e5e5e5;
}
.office-list__item3:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.is-2column .office-list__item3 {
  width: 48%;
}
.is-2column .office-list__item3:nth-child(2n+1) {
  float: left;
}
.is-2column .office-list__item3:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 37.5em) {
  .is-2column .office-list__item3:nth-child(n) {
    float: none;
    width: 100%;
  }
}


.office-list__img {
  float: left; 
  width: 240px;
}
@media only screen and (max-width: 37.5em) {
  .office-list__img {
    float: none;
    margin-bottom: 20px; 
    width: 100%;
  }
  .office-list__img img {
    width: 100%;
  }
}

.office-list__img ~.office-list__content {
  float: right; 
  width: calc(100% - 270px);
}
@media only screen and (max-width: 37.5em) {
  .office-list__img ~.office-list__content {
    float: none; 
    width: 100%;
  }
}

.office-list__title {
  margin: auto;
  font-weight: 500; 
  font-size: 1.5rem;
}
.office-list__text +.office-list__title {
  margin-top: 30px;
}
@media only screen and (max-width: 60em) {
  .office-list__title {
    font-size: 1.4rem;
  }
}

.office-list__text {
  margin-top: 15px;
  margin-bottom: auto;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .office-list__text {
    font-size: 1.3rem;
  }
}

.office-list__content li {
  font-size: 1.3rem;
}

.office-list__link {
  font-size: 1.3rem;
}
@media only screen and (max-width: 60em) {
  .office-list__link {
    font-size: 1.2rem;
  }
}
.office-list__link a {
  position: relative; 
  display: inline-block;
  padding-right: 15px;
}
.office-list__link a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004a30;
  border-right: 1px solid #004a30;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.office-list__link a:hover {
  color: #004a30; 
  text-decoration: underline;
}

.documents__block-title ~.office-access {
  margin-top: 20px;
}

.office-access__map {
  position: relative;
  margin-bottom: 40px; 
  padding-top: 70.66667%;
  width: 100%;
}
.office-access__map >iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .office-access__map {
    padding-top: 100%; 
    width: 100%;
  }
}

.office-access__address {
  border-top: 1px solid #e5e5e5;
}
.office-access__address dt {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px; 
  width: 100px;
}
.office-access__address dd {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 120px;
  border-bottom: 1px solid #e5e5e5;
}
.office-access__address dd a {
  text-decoration: underline;
}
.office-access__address dd a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 37.5em) {
  .office-access__address dt {
    float: none;
    padding-bottom: 5px;
    width: 100%;
    font-size: 1.3rem;
  }
  .office-access__address dd {
    padding-top: 0;
    padding-left: 0;
  }
}

.office-access__notice {
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  padding-top: 5px;
}

.english .office-access__notice {
  text-indent: 0em;
  padding-left: 0em;
}

.l-global__main-content {
  padding-bottom: 0;
}

.l-global__main-column {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .l-global__main-column {
    padding: 20px 0;
  }
}

.bottom-slider {
  padding: 60px 0;
}

.breadcrumb {
  border-top: 1px solid #e5e5e5;
}

.font-sm {
  font-size: 1.3rem;
}
@media only screen and (max-width: 60em) {
  .font-sm {
    font-size: 1.2rem;
  }
}

.font-bold{
  font-weight: bold;
}

.downloads .link-lang {
  margin-right: 1em;
  text-align: right;
}
.downloads .box-product .bottom-banner {
  padding-top: 0;
}
.downloads .link-lang {
    margin: 2em 0;
    text-align: center;
}
.downloads .link-lang a {
  background-color: #004a30;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 1em;
}

/*会社概要 役員PDFダウンロードリンクホバー調整*/
.profile__list dd a.link-download {
  text-decoration: none;
}
.profile__list dd a.link-download:hover {
  text-decoration: underline;
}


/* -------------------------------------------
*  企業理念 改修
------------------------------------------- */
.page__philosophy .philosophy__bg > * {
  color: #fff;
}
.page__philosophy .txt-center {
  text-align: center;
}
.page__philosophy .only-tb {
  display: none;
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy .only-tb {
    display: block;
  }
}
/* 背景画像 */
.page__philosophy .philosophy__bg {
  background: linear-gradient(to right, transparent 0%, transparent 70%, #000E10 100%), linear-gradient(to left, transparent 0%, transparent 70%, #000E10 100%), url(../img/company/img-bg.jpg);
  background-repeat: no-repeat;
  background-size: 1366px 1543px;
  background-color: #000E10;
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 85em) {
  .page__philosophy .philosophy__bg {
    background: url(../img/company/img-bg.jpg);
    background-repeat: no-repeat;
    background-size: 1366px 1543px;
    background-color: #000E10;
    background-position: center top;
  }
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy .philosophy__bg {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy .philosophy__bg {
    background-size: 962px 1086px;
    background-position: center -166px;
    padding-bottom: 80px;
  }
}
/* 見出し：企業理念 */
.page__philosophy .page__head-title {
  font-size: 1.6em;
  letter-spacing: 0.2em;
  margin: 0 auto 2em;
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy .page__head-title {
    font-size: 1.3em;
    margin: 0 auto 2.5em;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy .page__head-title {
    font-size: 0.8em;
    margin: 0 auto 2.5em;
  }
}
/* 横ライン付き見出し */
.page__philosophy .sec-cmn .page-section__title {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.page__philosophy .sec-cmn .page-section__title .title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 808px;
  font-size: 1.6em;
  white-space: nowrap;
  margin: 0 auto;
}
.page__philosophy .sec-cmn .page-section__title .title-line:before, .page__philosophy .sec-cmn .page-section__title .title-line:after {
  border-top: 2px solid #fff;
  content: "";
  width: 100%;
}
.page__philosophy .sec-cmn .page-section__title .title-line:before {
  margin-right: 1em;
}
.page__philosophy .sec-cmn .page-section__title .title-line:after {
  margin-left: 1em;
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy .sec-cmn .page-section__title {
    margin-bottom: 1em;
  }
  .page__philosophy .sec-cmn .page-section__title .title-line {
    font-size: 1.2em;
    max-width: 560px;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy .sec-cmn .page-section__title {
    line-height: 1.3;
  }
  .page__philosophy .sec-cmn .page-section__title .title-line {
    font-size: 0.75em;
    max-width: 100%;
  }
}
/* コーポレートパーパス */
.page__philosophy .sec-cmn.sec-purpose > p {
  font-size: 1em;
  font-weight: 500;
}
.page__philosophy .sec-cmn.sec-purpose .page-section__title .tltle-sub {
  font-size: 1.07em;
  font-weight: 500;
}
.page__philosophy .sec-cmn.sec-purpose .copy-purpose {
  font-size: 3.6em;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 auto 0.5em;
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy .sec-cmn.sec-purpose > p {
    font-size: 0.8em;
    line-height: 2;
    margin: 1.6em auto;
  }
  .page__philosophy .sec-cmn.sec-purpose .page-section__title .tltle-sub {
    font-size: 0.8em;
  }
  .page__philosophy .sec-cmn.sec-purpose .copy-purpose {
    font-size: 2.24em;
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy .sec-cmn.sec-purpose > p {
    font-size: 0.7em;
  }
  .page__philosophy .sec-cmn.sec-purpose .page-section__title .tltle-sub {
    font-size: 0.6em;
  }
  .page__philosophy .sec-cmn.sec-purpose .copy-purpose {
    font-size: 1.4em;
  }
}
/* ミッション */
.page__philosophy .sec-cmn.sec-mision {
  margin-top: 4em;
}
.page__philosophy .sec-cmn.sec-mision > p {
  font-size: 1.6em;
  line-height: 1.437;
  font-weight: 500;
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy .sec-cmn.sec-mision > p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy .sec-cmn.sec-mision > p {
    font-size: 0.8em;
  }
}
/* 価値観 ： T-E-A-M */
.page__philosophy .sec-cmn.sec-team {
  margin-top: 18em;
}
.page__philosophy .sec-cmn.sec-team .list-philosophy-team {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 117.187%; /* 1200px */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page__philosophy .sec-cmn.sec-team .list-philosophy-team > li {
  border: 1px solid #fff;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 10px * 3 / 4);
}
.page__philosophy .sec-cmn.sec-team .list-philosophy-team > li img {
  max-height: 51px;
  max-width: 88.888%;
}
@media only screen and (max-width: 78em) {
  .page__philosophy .sec-cmn.sec-team .list-philosophy-team {
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    transform: unset;
  }
  .page__philosophy .sec-cmn.sec-team .list-philosophy-team > li {
    width: calc(50% - 10px  / 2);
    margin-top: 10px;
  }
}
@media only screen and (max-width: 63.9em)  {
  .page__philosophy .sec-cmn.sec-team {
    margin-top: 8em;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy .sec-cmn.sec-team {
    margin-top: 4em;
  }
  .page__philosophy .sec-cmn.sec-team .list-philosophy-team {
    flex-flow: column;
    width: 100%;
  }
  .page__philosophy .sec-cmn.sec-team .list-philosophy-team > li {
    width: 100%;
  }
  .page__philosophy .sec-cmn.sec-team .list-philosophy-team > li + li {
    margin-top: 10px;
  }
}
/* ジヤトコでは～… */
.page__philosophy .about-purpose {
  padding: 5em 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 37.5em)  {
  .page__philosophy .about-purpose {
    padding: 4em 0;
  }
  .page__philosophy .about-purpose p {
    line-height: 2;
  }
}

/* 会社情報ナビゲーション */
@media only screen and (min-width: 64em) {
  .page__philosophy .l-global__sidebar {
    float: revert;
    width: 100%;
    padding: 4em 0;
  }
  .page__philosophy .l-global__sidebar .l-global__sidebar__content {
    width: 100%;
    transform: unset;
  }
  .page__philosophy .l-global__sidebar .side-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__header {
    grid-area: 1 / 1 / 2 / 2;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__header:hover {
    background-color: #e9efee;
    cursor: pointer;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list {
    display: contents;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item {
    border-right: 1px solid #e5e5e5;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item > a {
    padding: 20px;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item:first-of-type {
    grid-area: 1 / 2 / 2 / 3;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item:nth-of-type(2) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item:nth-of-type(3) {
    grid-area: 1 / 4 / 2 / 5;
    border-right: none;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item:nth-of-type(4) {
    grid-area: 2 / 1 / 3 / 2;
    border-bottom: none;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item:nth-of-type(5) {
    grid-area: 2 / 2 / 3 / 3;
    border-bottom: none;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item:nth-of-type(6) {
    grid-area: 2 / 3 / 3 / 4;
    border-bottom: none;
  }
  .page__philosophy .l-global__sidebar .side-nav .side-nav__list .side-nav__item:nth-of-type(7) {
    grid-area: 2 / 4 / 3 / 5;
    border-bottom: none;
    border-right: none;
  }
}

/* 企業理念英語ページ */
@media only screen and (max-width: 37.5em) {
  .page__philosophy.page__eng .philosophy__bg {
    background-position: center -150px;
  }
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy.page__eng .sec-cmn.sec-team {
    margin-top: 13em;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy.page__eng .sec-cmn.sec-team {
    margin-top: 4em;
  }
}
.page__philosophy.page__eng .page__head-title {
  letter-spacing: inherit;
}
.page__philosophy.page__eng .sec-cmn.sec-purpose .copy-purpose {
  font-size: 3.2em;
}
@media only screen and (max-width: 63.9em) {
  .page__philosophy.page__eng .sec-cmn.sec-purpose .copy-purpose {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 37.5em) {
  .page__philosophy.page__eng .sec-cmn.sec-purpose .copy-purpose {
    font-size: 1.33em;
  }
}
.page__philosophy.page__eng .sec-cmn.sec-team .list-philosophy-team > li {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}
/* SNSページ */
.l-global__content-sns {
  min-height: unset;
}
.list-sns-account {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 128px auto;
  max-width: 760px;
  width: 100%;
  padding: 0;
}
.list-sns-account .list-sns-account-item {
  width: calc(33.333% - (32px * 2) / 3);
}
.list-sns-account .list-sns-account-item a {
  display: flex;
  align-items: center;
  gap: 14px;
}
.list-sns-account .list-sns-account-item a:hover {
  display: flex;
  align-items: center;
  gap: 14px;
}
.list-sns-account .list-sns-account-item a .ico {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.list-sns-account .list-sns-account-item:first-of-type a .ico {
  background-color: #3b5998;
}
.list-sns-account .list-sns-account-item:nth-of-type(2) a .ico {
  background-color: #55acee;
}
.list-sns-account .list-sns-account-item:last-of-type a .ico {
  background-color: #cd201f;
}
.list-sns-account .list-sns-account-item a .ico svg {
  fill: #fff;
}
.list-sns-account .list-sns-account-item:first-of-type a .ico svg {
  width: 23px;
  height: 23px;
}
.list-sns-account .list-sns-account-item:nth-of-type(2) a .ico svg {
  width: 22px;
  height: 22px;
}
.list-sns-account .list-sns-account-item:last-of-type a .ico svg {
  width: 22px;
  height: 22px;
}
.list-sns-account .list-sns-account-item a .mod-txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.list-sns-account .list-sns-account-item a .mod-txt .name-sns {
  font-size: 18px;
  text-decoration: underline;
  margin: 0;
}
.list-sns-account .list-sns-account-item a .mod-txt .name-user {
  margin: 0;
}
@media only screen and (max-width: 37.5em) {
  .list-sns-account {
    flex-direction: column;
    width: fit-content;
    margin: 80px auto;
  }
  .list-sns-account .list-sns-account-item {
    width: 100%;
  }
}