@charset "UTF-8";

/* -----------------------------------------------------------------------------

.sec_about
ABOUT US 私たちについて

----------------------------------------------------------------------------- */
.sec_about {
  position: relative;
  margin-top: -110px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sec_about {
    margin-top: -40px;
    padding: 0 16px;
  }
}

.sec_about:before {
  content: '';
  position: absolute;
  display: block;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .sec_about:before {
    top: 40px;
  }
}

.sec_about > .in {
  position: relative;
/*  padding-bottom: 10px; */
	padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .sec_about > .in {
    padding-bottom: 16px;
  }
}

.sec_about > .in .mod_wrap01 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sec_about > .in .mod_wrap01 {
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.sec_about .mod_copy01 + .mod_copy02 {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .sec_about .mod_copy01 + .mod_copy02 {
    margin-top: 1.5em;
  }
}

.sec_about .youtube {
  display: block;
  width: 800px;
  margin: 60px auto 60px;
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  text-decoration: none;
  overflow: hidden;
}

.sec_about .youtube + .mod_txt01 {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_about .youtube {
    zoom: .8;
  }
}

.sec_about .youtube [data-youtube-target], .sec_about .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  pointer-events: none;
  opacity: 0;
}

.sec_about .youtube [data-youtube-target].view, .sec_about .youtube iframe.view {
  pointer-events: auto;
  opacity: 1;
  height: 100%;
}

.sec_about .youtube [data-youtube-btn] {
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec_about .youtube [data-youtube-btn].disabled {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s ease 0.3s;
  transition: 0.6s ease 0.3s;
}

.sec_about .youtube [data-youtube-btn]:before {
  content: "";
  width: 60px;
  height: 68px;
  position: absolute;
  margin: auto;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/about/youtube_cover_btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  transition: .5s;
}

.sec_about .youtube [data-youtube-btn]:hover:before {
  background-image: url(../img/about/youtube_cover_btn_r.png);
}

.sec_about .youtube [data-youtube-btn].view:before {
  opacity: 0;
}

.sec_about .youtube [data-youtube-btn] img {
  display: block;
}

.sec_about .youtube.comming:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .75;
  mix-blend-mode: multiply;
}

.sec_about .youtube:hover {
  opacity: .7;
}

.sec_about .youtube.comming:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sec_about .youtube {
    width: calc(100% + 20px);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .sec_about .youtube:hover {
    opacity: 1;
  }
  .sec_about .youtube img {
    width: 100%;
    height: auto;
  }
  .sec_about .youtube [data-youtube-btn]:before {
    top: 42%;
    width: 10%;
    height: 0;
    padding-bottom: 11%;
    background-size: cover;
  }
  .sec_about .youtube [data-youtube-btn]:hover:before {
    background-size: cover;
  }
  .sec_about .youtube [data-youtube-target], .sec_about .youtube iframe {
    height: calc(100% - 3px);
  }
  .sec_about .youtube [data-youtube-target].view, .sec_about .youtube iframe.view {
    height: calc(100% - 3px);
  }
}

/* -----------------------------------------------------------------------------

.sec_company
COMPANY PROFILE 会社概要

----------------------------------------------------------------------------- */
.sec_company {
  padding: 100px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec_company {
    padding: 40px 0;
  }
}

.sec_company > .in .mod_under_ttl01 {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .sec_company > .in .mod_under_ttl01 {
    margin-bottom: 35px;
  }
}

.sec_company > .in .mod_wrap01 {
  max-width: 1020px;
}

@media print, screen and (min-width: 768px) {
  .sec_company .profile_box > .mod_table > dt {
    width: 260px;
  }
}

@media print, screen and (min-width: 768px) {
  .sec_company .profile_box > .mod_table > dd {
    width: calc(100% - 260px);
  }
}

@media screen and (max-width: 767px) {
  .sec_company .officer_box .mod_table {
    display: block;
    margin-bottom: 1em;
  }
}

.sec_company .officer_box .mod_table > dt {
  width: 210px;
}

@media screen and (max-width: 767px) {
  .sec_company .officer_box .mod_table > dt {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .sec_company .officer_box .mod_table > dd {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_company .certification_box .mod_table {
    display: block;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .sec_company .certification_box .mod_table {
    display: block;
    margin-bottom: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .sec_company .certification_box .mod_table {
    margin-bottom: 0.4em;
  }
  .sec_company .certification_box .mod_table > dt {
    width: 450px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_company .certification_box .mod_table > dt {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .sec_company .certification_box .mod_table > dt {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sec_company .certification_box .mod_table > dd {
    width: auto;
  }
}

.profile_box .about_company_name {
  font-size: 1.5rem;
  margin-top: 10px;
}
.profile_box .date {
  font-size: 1.3rem;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .profile_box .about_company_name,
  .profile_box .date {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------------------------------

.sec_client
clients 主要なお客様

----------------------------------------------------------------------------- */
.sec_clients {
  padding: 0;
  background-color: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .sec_clients {
    padding: 40px 16px;
  }
}

.sec_clients > .in {
  padding-top: 75px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sec_clients > .in {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.sec_clients > .in .mod_wrap01 {
  background-color: #fff;
  max-width: 980px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sec_clients > .in .mod_wrap01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sec_clients .list_box {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.sec_clients .list_box > li {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sec_clients .list_box > li {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}

.sec_clients .list_box > li:nth-child(odd) {
  width: 460px;
}

@media screen and (max-width: 767px) {
  .sec_clients .list_box > li:nth-child(odd) {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------

.sec_features
強みと特長

----------------------------------------------------------------------------- */
.sec_features {
/*  padding: 100px 0 0; */
  background-color: #fff;
  /*.mod_txt01 {
		@include sc(sp){
			@include fz(14);
			letter-spacing: 0.05em;
			line-height: 1.6;
		}
	}*/
}

@media screen and (max-width: 767px) {
  .sec_features {
/*    padding: 35px 0 0; */
  }
}

@media screen and (max-width: 767px) {
  .sec_features .mod_under_ttl01 {
/*    margin-bottom: 30px; */
  }
}

.sec_features .feature_box {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box {
    padding: 25px 0;
    margin-bottom: 38px;
  }
}

.sec_features .feature_box:before, .sec_features .feature_box:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  display: block;
}

.sec_features .feature_box:before {
  background-color: #F7F7F7;
  left: -50vw;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.sec_features .feature_box:after {
  background-color: #273F68;
  z-index: -2;
  top: 40px;
  bottom: -40px;
  left: -80px;
  right: -50vw;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box:after {
    top: 20px;
    bottom: -16px;
    left: 20px;
    right: -16px;
  }
}

.sec_features .feature_box > dt {
  position: relative;
  right: -150px;
  width: 600px;
  margin-left: 360px;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .sec_features .feature_box > dt {
    width: 400px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box > dt {
    right: 0;
    margin-left: 55%;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box > dt {
    right: auto;
    width: 100%;
    margin-left: 0;
  }
}

.sec_features .feature_box > dd {
  min-height: 400px;
  padding-left: 10px;
  padding-right: 510px;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .sec_features .feature_box > dd {
    min-height: 270px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box > dd {
    padding-right: calc(40% + 80px);
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box > dd {
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec_features .feature_box > dd .ph {
  width: 600px;
  height: 400px;
  position: absolute;
  right: -150px;
  background-size: contain;
  background-position: top;
}
.sec_features .feature_box.point01 > dd .ph {
	background-color: #fff;
}
.sec_features .feature_box.point03 > dd .ph {
	background-color: #2f74b5;
	background-position: center;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .sec_features .feature_box > dd .ph {
    width: 400px;
    height: 266px;
    right: 40px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box > dd .ph {
    width: 40%;
    height: 0;
    padding-bottom: 27%;
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box > dd .ph {
    padding-bottom: 67%;
    width: calc(100% + 40px);
    height: 0;
    position: static;
  }
}

.sec_features .feature_box > dd .tit {
  position: relative;
  top: -10px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1e283c;
  padding-left: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box > dd .tit {
    top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.sec_features .feature_box > dd .tit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  display: block;
  width: 10px;
  background-color: #273F68;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box > dd .tit:before {
    width: 5px;
    top: 0;
    bottom: 0;
  }
}

.sec_features .feature_box > dd .txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align-last: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ie .sec_features .feature_box > dd .txt {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box > dd .txt {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.sec_features .feature_box > dd .txt-note {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  text-indent: -14px;
  padding-left: 14px;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box > dd .txt-note {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.sec_features .feature_box.rev:before {
  left: -20px;
  right: -50vw;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.rev:before {
    left: 0;
    right: 0;
  }
}

.sec_features .feature_box.rev:after {
  left: -50vw;
  right: -80px;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.rev:after {
    left: -16px;
    right: 20px;
  }
}

.sec_features .feature_box.rev > dt {
  left: -150px;
  right: auto;
  margin-left: auto;
  margin-right: 360px;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box.rev > dt {
    left: 0;
    margin-right: 55%;
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.rev > dt {
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.sec_features .feature_box.rev > dd {
  padding-left: 510px;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box.rev > dd {
    padding-left: calc(40% + 80px);
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.rev > dd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec_features .feature_box.rev > dd .ph {
  right: auto;
  left: -150px;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .sec_features .feature_box.rev > dd .ph {
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.rev > dd .ph {
    right: auto;
    left: auto;
    margin-left: -40px;
    background-size: inherit;
    background-position: inherit;
  }
}

.sec_features .feature_box.tp02 {
  padding: 80px 0 110px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 {
    padding: 30px 0 30px;
    background-color: #fff;
  }
}

.sec_features .feature_box.tp02:before, .sec_features .feature_box.tp02:after {
  content: none;
}

.sec_features .feature_box.tp02 > dt {
  position: relative;
  right: auto;
  left: auto;
  margin: 0;
  margin-bottom: 90px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dt {
    margin-bottom: 30px;
  }
}

.sec_features .feature_box.tp02 > dd {
  position: relative;
  min-height: 500px;
  padding-left: 90px;
  padding-right: 620px;
  margin-bottom: 130px;
}
.sec_features .feature_box.tp02 > dd.substainable01 .ph,
.sec_features .feature_box.tp02 > dd.substainable02 .ph {
	background-color: #fff;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .sec_features .feature_box.tp02 > dd {
    min-height: 360px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box.tp02 > dd {
    padding-right: calc(40% + 90px);
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd {
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

.sec_features .feature_box.tp02 > dd:before {
  content: '';
  position: absolute;
  display: block;
  border: 1px solid #DCDCDC;
  left: 40px;
  right: 50%;
  top: 50px;
  bottom: -65px;
  margin-right: -50vw;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd:before {
    content: none;
  }
}

.sec_features .feature_box.tp02 > dd .ph {
  width: 700px;
  height: 500px;
  position: absolute;
  right: -130px;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .sec_features .feature_box.tp02 > dd .ph {
    right: 40px;
    width: 500px;
    height: 360px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box.tp02 > dd .ph {
    padding-bottom: 28%;
    width: 40%;
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd .ph {
    width: calc(100% + 40px);
    height: 0;
    padding-bottom: 76%;
    position: static;
    right: 0;
  }
}

.sec_features .feature_box.tp02 > dd .tit {
  position: relative;
  top: auto;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1e283c;
  text-align: right;
  padding: 0;
  padding-top: 120px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd .tit {
    text-align: center;
    font-size: 19px;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.sec_features .feature_box.tp02 > dd .tit:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: -50px;
  display: block;
  height: 5px;
  width: auto;
  background-color: #273F68;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd .tit:before {
    height: 3px;
    right: 0;
    left: -36px;
  }
}

.sec_features .feature_box.tp02 > dd.rev {
  padding-left: 620px;
  padding-right: 90px;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_features .feature_box.tp02 > dd.rev {
    padding-left: calc(40% + 90px);
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd.rev {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec_features .feature_box.tp02 > dd.rev:before {
  top: 60px;
  bottom: -55px;
  left: 50%;
  right: 40px;
  margin-right: auto;
  margin-left: -50vw;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd.rev:before {
    content: none;
  }
}

.sec_features .feature_box.tp02 > dd.rev .ph {
  right: auto;
  left: -130px;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .sec_features .feature_box.tp02 > dd.rev .ph {
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd.rev .ph {
    right: 0;
    left: 0;
    margin-left: -40px;
  }
}

.sec_features .feature_box.tp02 > dd.rev .tit {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd.rev .tit {
    text-align: center;
  }
}

.sec_features .feature_box.tp02 > dd.rev .tit:before {
  left: -50px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .sec_features .feature_box.tp02 > dd.rev .tit:before {
    left: 0;
    right: -36px;
  }
}

.sec_features .success {
  background-color: #F7F7F7;
  padding-top: 85px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sec_features .success {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sec_features .success > div {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec_features .success > div {
    background-color: transparent;
  }
}

/* -----------------------------------------------------------------------------

.sec_access
ACCESS MAP 地図・アクセス

----------------------------------------------------------------------------- */
.sec_access {
  padding: 100px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec_access {
    padding: 40px 0;
  }
}

.sec_access > .in .mod_wrap01 {
  max-width: 1140px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_access .info_box {
  max-width: 565px;
  margin-left: 560px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_access .info_box {
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_access .info_box {
    min-width: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.sec_access .info_box .detail {
  border: none;
  padding-bottom: 0;
}

.sec_access .map {
  height: 600px;
  position: absolute;
  left: 50%;
  right: 635px;
  margin-left: -49.6vw;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_access .map {
    margin-left: 0;
    width: 100%;
    height: 400px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .sec_access .map {
    height: 300px;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    right: -16px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.sec_access .detail {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .sec_access .detail {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec_access .detail {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
  }
}

.sec_access .detail + .detail {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec_access .detail + .detail {
    margin-top: 15px;
  }
}

.sec_access .detail > dd {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sec_access .detail > dd {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}

.sec_access .detail .mod_inline dd + dt:before {
  content: '/';
  display: inline;
  padding-right: 0.5em;
}

.sec_access .route_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 0 0;
  margin-top: 30px;
  border-top: 1px solid #DCDCDC;
}

@media screen and (max-width: 767px) {
  .sec_access .route_box {
    padding-top: 15px;
    margin-top: 15px;
  }
  .sec_access .route_box:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
  }
}

.sec_access .route_box > dt {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec_access .route_box > dt {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
  }
}

.sec_access .route_box > dd {
  -ms-flex-preferred-size: calc(100% - 90px);
      flex-basis: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
  .sec_access .route_box > dd {
    -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px);
  }
}

.sec_access .route_box svg {
  fill: #273F68;
}

.sec_access .route_box svg.train {
  width: 38px;
  height: 42px;
}

@media screen and (max-width: 767px) {
  .sec_access .route_box svg.train {
    width: 30px;
    height: 32px;
  }
}

.sec_access .route_box svg.taxi {
  width: 37px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .sec_access .route_box svg.taxi {
    width: 30px;
    height: 25px;
  }
}

.sec_access .route_box svg.airplane {
  width: 37px;
  height: 37px;
}

@media screen and (max-width: 767px) {
  .sec_access .route_box svg.airplane {
    width: 28px;
    height: 28px;
  }
}

.mod_linkbox {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .mod_linkbox {
    padding: 0 16px;
  }
}
