@import url('https://fonts.googleapis.com/css2?family=Alice&family=Lexend:wght@100..900&family=Noto+Sans&display=swap');

#Contents {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  padding-bottom: 0;
  scroll-behavior: smooth;
}
.PickUp{
	font-size:1rem;
}
@media screen and (max-width: 1304px) {
  #Contents {
      padding-right: 0!important;
      padding-left: 0!important;
  }
}

#Contents *:not(.Container) {
  box-sizing: border-box;
}

p {
  line-height: 1.714;
}

ul {
    margin-bottom: 1rem;
}

sup {
  font-size: 10px;
  font-weight: normal;
  vertical-align: super;
  white-space: nowrap;
}

h2 {
  margin: 0;
  padding: 0;
  background: none;
}

h2 span {
  display: inline;
  background: no-repeat;
  color: currentColor;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.714;
}

@media screen and (max-width: 767px) {
  .JS h2, .JS .LV1LinkSet {
    margin: 0;
  }
  .JS dl.PickUp {
    font-size: 94.857%;
  }
}

/* =============================================
  section
============================================= */
.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.42857142857;
}

.section-body {
  max-width: 964px;
  margin: auto;
  padding-left: calc((964px - 750px) / 2);
  padding-right: calc((964px - 750px) / 2);
}

@media screen and (max-width: 994px) {
  .section-body {
    padding-left: calc((964px - 750px) / 4);
    padding-right: calc((964px - 750px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .section-body {
    padding-left: 15px;
    padding-right: 15px;
  }    
  .section-title {
    font-size: 24px;
    margin-bottom: 24px!important;
  }
  
}


/* =============================================
  Section About
============================================= */
.section-about {
  background-image: url(../image/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.section-about .section-body {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 45px;
  padding-bottom: 100px;
}

.section-about .section-title {
letter-spacing: 0.05em;
}
  
@media screen and (max-width: 767px) {
  .section-about .section-body {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

/* =============================================
Section TSS
============================================= */
.section-tss {
background-color: #072c7c;
}

.section-tss .section-title {
letter-spacing: -0.01em;
}

.section-tss .section-body {
  color: #fff;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .section-tss img {
    width: 233px;
    height: auto;
  }
  .section-tss .section-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*
.tss-copy {
font-size: 18px;
letter-spacing: -0.01em;
text-align:center;
margin-bottom: 16px;
}
*/

/* =============================================
Section linkage
============================================= */
.section-linkage,.section-relatedcom {
  background-color: #ddd;
}
.section-linkage .section-title,.section-relatedcom .section-title span {
  font-weight: bold;
  margin-bottom: 36px!important;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.section-linkage .section-title span,.section-relatedcom .section-title span {
  padding: 0 6px 6px 6px;
  border-bottom: 2px solid currentColor;
  font-weight: bold;
}
.section-linkage .section-body  {
  padding: 40px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .section-linkage .section-title,.section-relatedcom .section-title span {
    font-size: 20px;
    margin-bottom: 36px!important;
  }
}

/* =============================================
  Section Relatedcom
============================================= */

.section-relatedcom .section-body {
  padding: 0 0 70px 0;
}

.section-relatedcom .companies{
  display: flex;
  justify-content: center;
}


.section-relatedcom .companies{
  display: flex;
  justify-content: center;
}

.section-relatedcom .companies .company a{
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.section-relatedcom .companies .company a{
  padding: 0 20px 0 0;
  background-size: 16px 16px;
  background-image: url(/image/jp/r1/icon/icon_link_right_hd.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.section-relatedcom .companies .company a:hover{
  color: #b1000e;
  text-decoration: underline;
  padding: 0 23px 0 0;
}

.section-relatedcom .pr20 { 
  padding-right: 26px;
}

.section-relatedcom .pl20 { 
  padding-left: 26px;
}

@media screen and (max-width: 767px) {
  .section-relatedcom .companies{
    flex-direction: column;
  }
  .section-relatedcom .pr20 { 
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .section-relatedcom .pl20 { 
    padding-left: 0px;
    padding-bottom: 10px;
  }
}

/* =============================================
  Section Access
============================================= */
.section-access {
  background-image: url(../image/background-access.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-access .section-body  {
  padding-top: 50px;
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 0.7);
}

.section-access .section-title  {
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}

.section-access .section-title span:first-child  {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.25;
  display: block;
  padding: 0;
}

.section-access .section-title span:last-child  {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
  display: block;
  padding: 0
}

@media screen and (max-width: 767px) {
  .section-access {
    padding-bottom: 2rem;
  }

  .section-access .section-title span:first-child {
    font-size: 36px;
  }
  .section-access .section-title  {
    margin-bottom: 30px!important;
  }
  
  .section-access .section-body {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    background-color: #fff;
  }
  .access-contact {
    margin-bottom: 20px;
  }
}


/* =============================================
  branding
============================================= */
.branding {
  position: relative;
}
.branding-back {
  width: 100%;
  height: 350px;
}
.branding-back img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.branding-body {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: fit-content;
  /* width: calc((100% - 1305px) / 2 + 15px + 1275px / 2 + 30px);*/
  min-width: calc((100% - 1305px) / 2 + 15px);
  left: 0;
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  padding-left: calc((100% - 1305px) / 2 + 15px);
}
.branding-body p {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
/*
.branding-title {
  font-family: "source-sans-pro", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 6px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
*/
.branding-title {
  margin-bottom: 12px;
}

.branding-title img {
  width: 530px;
  height: auto;
}

@media screen and (max-width: 1304px) {
  .branding-body {
      padding-left: 15px;
  }
}

@media screen and (max-width: 994px) {
  .branding-body {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .branding-back {
    height: 448px;
  }
  .branding-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .branding-body {
    width: 100%;
    min-width: auto;
    align-items: center;
    top: 36px;
    bottom: auto;
    text-align: center;
    padding: 30px 15px 25px 15px;
  }
  .branding-body p {
    font-size: 14px;
    line-height: 1.57;
  }
}

/* =============================================
  branding link
============================================= */
.branding-link {
  background-color: #000;
  box-sizing: border-box;
}
.branding-link > .Container {
  display: flex;
  position: relative;
}

.branding-link a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.branding-link a:hover {
  background-color: #b1000e;
  text-decoration: none;
}
.branding-link a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 72%;
  background-color: #595757;
  left: 0;
  top: 14%;
}
.branding-link a:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 72%;
    background-color: #595757;
    right: -1px;
    top: 14%;
  }

.branding-link span {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.branding-link a span::after{
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
  margin-top: -0.125rem;
}


@media screen and (max-width: 1304px) {
  /*
  .branding-link {
      margin-left: -15px;
      margin-right: -15px;
  }
  */
}
@media screen and (max-width: 767px) {

.branding-link > .Container {
  flex-direction: column;
  padding: 0;
}
.branding-link a {
  width: 100%;
  height: 40px;
}
.branding-link a::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  color: #fff;
}
.branding-link a:first-child:before {
  display: none;
}
.branding-link a:last-child:after {
  display: none;
}
}



/* =============================================
  card anker
============================================= */
.card-anker {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
}

.card-anker a {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border-radius: 50rem;
}

.card-anker a.card-anker-item-1 { background-color: #d2dce7; } 
.card-anker a.card-anker-item-2 { background-color: #b8d200; } 
.card-anker a.card-anker-item-3 { background-color: #37bef0; } 
.card-anker a.card-anker-item-4 { background-color: #e8c0a2; } 
.card-anker a.card-anker-item-5 { background-color: #fcb9cd; } 


/* =============================================
  card
============================================= */

.card {
    --card-bg-color: #eee;
    --card-border-color: #eee;
    border-radius: 30px;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    overflow: hidden;
}

#card-1 { --card-bg-color: rgba(210, 220, 231, 0.8); --card-border-color: rgba(210, 220, 231, 1); } 
#card-2 { --card-bg-color: rgba(184, 210, 0, 0.8); --card-border-color: rgba(184, 210, 0, 1); } 
#card-3 { --card-bg-color: rgba(55, 190, 240, 0.8); --card-border-color: rgba(55, 190, 240, 1); } 
#card-4 { --card-bg-color: #f8ece3; --card-border-color: #e8c0a2; } 
#card-5 { --card-bg-color: #fcb9cd; --card-border-color: #fcb9cd; } 


.card hr {
  display: block;
  border-bottom-color: transparent;
  margin: 15px 0;
  width: 100%;
}
.card-body {
  display: flex;
  flex-direction: row;
}

.card-body > div {
  flex: 0 0 auto;
  width: 50%;
}

.card-body > div:first-child {
  padding: 32px 30px;
  background-color: var(--card-bg-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-body .card-img {
  width: 100%;
  height: 100%!important;
  background-color: #ddd;
  object-fit: cover;
}

  .card-title {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-size: 40px;
    line-height: 1;
    font-weight: 200;
    margin-bottom: 0;
    letter-spacing: -0.01em;
  }
  .card-title span {
    font-weight: bold;
    letter-spacing: -0.04em;
  }

.card-detail {
  padding: 15px 37px 25px 37px;
  text-align: center;
  border: 1px solid var(--card-border-color);
  border-top-width: 0;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.card-detail:first-child {
  border-top-width: 1px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.card-detail-title {
  border-bottom: 1px solid var(--card-border-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: -0.01em;
  font-size: 15px;
}

.card-detail ul {
  margin-bottom: 16px;

}
.card-detail li {
  line-height: 1.714;
  margin-bottom: 5px;
}

.card-detail a {
  color: currentColor;
}


.card-detail hr {
  border-top: 1px solid var(--card-border-color);
}

  @media screen and (max-width: 767px) {
    .card-body {
      flex-direction: column;
    }
    .card-body > div {
      width: 100%;
    }
    .card-body > div:first-child {
      padding: 20px;
    }
    .card-body .card-img {
        width: 100%;
    }
    .card-title {
      text-align: center;
      font-size: 32px;
      line-height: 1.0666;
    }
    .card-body .card-img {
      height: 180px!important;
    }
    .card-detail {
      padding: 27.5px 15px 15px 15px;
    }
    .card-detail li {
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 7.5px;
    }
    .card-detail .remarks {
      font-size: 8px;
      letter-spacing: 0;
    }
  }



/* =============================================
  linkage
============================================= */
.linkage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 750px;
  max-width: 100%;
  margin: auto;
}

.linkage-item {
  color: #fff!important;
  text-decoration: none!important;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  background-color: #aaa;
  transition-property: background-color;
  transition-duration: .25s;
  box-shadow:0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.linkage-item-title {
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
.linkage-item-title img {
  width: auto!important;
}
.linkage-item-body {
  flex-grow: 1;
  padding-left: 28px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  transition-duration: .25s;
}
.linkage-item p {
  line-height: 1;
}
.linkage-item-image {
  transition-property: opacity;
  transition-duration: .25s;
}
.linkage-item-image img {
  width: 200px;
  height: auto;
  object-fit: cover;

}
.dsl p {
  color: #3A3A3A;
}
.dsl .linkage-item-title .HideRWD{
  width: 196px!important;
  height: 24px!important;
}
.dsl .linkage-item-title .ShowRWD{
  width: 224px!important;
  height: 47px!important;
}
.linkage-item.tokyo { background-color: #534646; }
.linkage-item.haneda { background-color: #34797d; }
.linkage-item.kyoto { background-color: #36347d; }
.linkage-item.dsl { background-color: #BBE4FD; }
.linkage-item.tokyo .linkage-item-title { font-family: "Alice", serif; }
.linkage-item.haneda .linkage-item-title { font-family: "source-sans-pro", sans-serif; }
.linkage-item.kyoto .linkage-item-title { font-family: "source-sans-pro", sans-serif; }
.linkage-item.dsl .linkage-item-title { font-family: "source-sans-pro", sans-serif; }
.linkage-item.tokyo:hover { background-color: #d3c8c8; }
.linkage-item.haneda:hover { background-color: #d8d7e2; }
.linkage-item.kyoto:hover { background-color: #d8d7e2; }
.linkage-item.dsl:hover { background-color: #E8F6FE; }
.linkage-item:hover .linkage-item-image,.dsl:hover .linkage-item-body,.dsl:hover .linkage-item-image { opacity: 30%; }

@media screen and (max-width: 767px) {
  .linkage {
    flex-direction: column;
    gap: 32px;
  }
  .linkage-item {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
  .linkage-item-image {
    padding: 0 63px 32px 64px;  
  }
  .linkage-item img {
    width: 100%;
  }
  .linkage-item-body {
    width: 100%;
    text-align: center;
    gap: 8px;
    padding: 20px;
  }
  .linkage-item-title {
    font-size: 24px;
    line-height: 1.1;
  }
  .linkage-item p {
    line-height: 1.714;
  }
}


/* =============================================
  Access
============================================= */
.access-contact {
  padding: 16px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.01em;
}

.access-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
  letter-spacing: -0.01em;

}
.access-box-row {
  display:flex;
  flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 2rem;
}

.access-box-col {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.access-box img {
  height: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .access-box {
    padding: 0 0;
  }
  .access-box-row {
    flex-direction: column;
  }
  .access-box-col {
    width: 100%;
  }
  .access-contact {
    font-size: 14px;
  }
}


/* =============================================
  remarks
============================================= */
.remarks {
  font-size: 10px;
  letter-spacing: -0.01em;
}



/* =============================================
  Button
============================================= */
.btn {
  display: inline-block;
  padding: 1.5rem 1.5rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 15px;
    line-height: 1.3333;
  }
}
.btn-1, .btn-1:link, .btn-1:visited {
  color: #fff;
  background-color: #3e3a39;
  border-color: #3e3a39;
}
.btn-1:hover {
  color: #3e3a39;
  background-color: #fff;
  border-color: #3e3a39;
}

.btn-2, .btn-2:link, .btn-2:visited {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-2:hover {
  color: #072c7c;
  background-color: #fff;
  border-color: #fff;
}

.btn-3, .btn-3:link, .btn-3:visited {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-3:hover {
  color: #fff;
  background-color: #072c7c;
  border-color: #072c7c;
}


/* =============================================
  utility
============================================= */
.w-260 { width: 260px!important;}
.w-560 { width: 560px!important;}
.min-h-50 { height: 50px!important;}
.min-h-60 { height: 60px!important;}
.max-w-100p {  max-width: 100%!important;}

/*
.mb-1 { margin-bottom: 1rem!important; }
.mb-2 { margin-bottom: 2rem!important; }
.mb-3 { margin-bottom: 3rem!important; }
.mb-4 { margin-bottom: 4rem!important; }
.mb-5 { margin-bottom: 5rem!important; }
*/

.mb-8 { margin-bottom: 8px!important; }
.mb-10 { margin-bottom: 10px!important; }
.mb-13 { margin-bottom: 13px!important; }
.mb-14 { margin-bottom: 14px!important; }
.mb-16 { margin-bottom: 16px!important; }
.mb-20 { margin-bottom: 20px!important; }
.mb-24 { margin-bottom: 24px!important; }
.mb-30 { margin-bottom: 30px!important; }
.mb-34 { margin-bottom: 34px!important; }
.mb-40 { margin-bottom: 40px!important; }
.mb-41 { margin-bottom: 41px!important; }
.mb-49 { margin-bottom: 49px!important; }
.mb-80 { margin-bottom: 80px!important; }
.mb-104 { margin-bottom: 104px!important; }


.fs-10 {font-size: 10px!important; }
.fs-15 {font-size: 15px!important; }
.fs-18 {font-size: 18px!important; }
.fs-28 {font-size: 28px!important; }

.ta-start { text-align: left!important; }
.ta-center { text-align: center!important; }
.ta-end { text-align: right!important; }

.ls-n1 {   letter-spacing: -0.01em!important; }
.ls-5 {   letter-spacing: 0.05em!important; }


@media screen and (max-width: 767px) {
  .ta-sm-start { text-align: left!important; }
  .ta-sm-center { text-align: center!important; }
  .ta-sm-end { text-align: right!important; }

  .mb-sm-0 { margin-bottom: 0px!important; }
  .mb-sm-15 { margin-bottom: 15px!important; }
  .mb-sm-16 { margin-bottom: 16px!important; }
  .mb-sm-20 { margin-bottom: 20px!important; }
  .mb-sm-30 { margin-bottom: 30px!important; }
  .mb-sm-40 { margin-bottom: 40px!important; }
  .mb-sm-50 { margin-bottom: 50px!important; }
  .mb-sm-95 { margin-bottom: 95px!important; }
  .mb-sm-100 { margin-bottom: 100px!important; }

  .fs-sm-20 {font-size: 20px!important; }

}
  