@charset "UTF-8";

/*
   add.css is intentionally empty.
   The required site-specific styles have been integrated into common.css.
   This file is kept so the existing index.html link remains harmless.
*/



/*TOP*/

.btn_top {
	position: absolute;
	width: 25%;
	top:80%;
	left:11%;
    z-index: 99;
}


@media screen and (max-width: 767px) {
    
 .btn_top {
	position: relative;
	width:100%;
	bottom:0;
	right:0;
     left:0;
    margin: auto;
}   
    
}






/*cast*/


.cast-set {
	position: relative;
	padding:0rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
}


.cast-text-item {
	position: relative;
	width: 65%;
}

.cast-img-item {
	position: relative;
	width: 32%;
}

.cast-img-item img {
	border: 1px solid hsla(203,69%,48%,0.6);
}


.cast-name-set{
    width:100%;
}

.cast-name {
	margin-bottom: 0.5rem;
	position: relative;
	font-weight:var(--font-weight-bold);
	font-size: clamp(1.3rem, 1.191rem + 0.55vw, 1.6rem);
	line-height: 1.7rem;
	text-align: center;
}


.cast-name._small {
	font-size:var(--font-size-middle);
}




@media screen and (max-width: 767px) {
    
   .cast-text-item {
       margin-top:1rem;
	position: relative;
	width: 100%;
}

.cast-img-item {
	position: relative;
	width: 80%;
    margin: auto;
} 
}

/*
header-sub*/

.header-sub{
    background-image: url(../img/common/header-sub_base.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    
  .header-sub{
    background-image: url(../img/common/header-sub_base_sp.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}  
    
}




/* SERVICES */

.section-left{
    position: relative;
    width:50%;
}

.section-right{
    position: relative;
    width:46%;
}





@media screen and (max-width: 767px) {
    .section-right{
   margin-top:1.5rem;
}
    
}


.section-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: clamp(2rem, 4vw, 4rem);
}

.section-lead {
   color:var(--color-07);
  font-size: var(--font-size-middle);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.section-title-group {
  min-width: max-content;
}

.section-title {
  margin: 0;
  color: var(--color-05);
  font-family: var(--base-font-family2);
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: var(--font-weight-normal);
  line-height: 1;
  letter-spacing: 0.12em;
}

.section-title-jp {
  margin-top: 0.75rem;
  color: var(--color-01);
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
      letter-spacing: 0.1rem;
}

.background-color3 .section-title-jp {
 
  color: var(--color-02);
}

.section-lead {
  margin-top: 0.9rem;
/*  color: var(--color-02);*/
/*  font-size: var(--font-size-default);
  font-weight: var(--font-weight-normal);*/
/*  line-height: 1.8;*/
  letter-spacing: 0.08em;
}

.section-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5em;
  margin-top: 0.9rem;
  color: var(--color-02);
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  white-space: nowrap;
}

.section-view-all:visited {
  color: var(--color-02);
}

.section-view-all:hover {
  color: var(--color-05);
}

.section-view-all img {
  width: 2.2em;
  height: auto;
  transition: transform 0.3s ease;
}

.section-view-all:hover img {
  transform: translateX(0.35em);
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1vw, 1rem);
  margin-top: clamp(3.5rem, 5vw, 5rem);
}

.services-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: var(--color-04);
   transition:border-color 0.3s ease;
}

.services-card:hover {
    
     border: 1px solid hsla(44,67%,44%,0.7); 
/*   background-color: hsla(0,0%,10%,1.00);*/
}

.services-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--color-02);
}

.services-card-link:visited {
  color: var(--color-02);
}

.services-card-link:hover {
  color: var(--color-02);
}

.services-card-image {
  overflow: hidden;
  aspect-ratio: 377 / 185;
  line-height: 0;
}

.services-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.services-card-link:hover .services-card-image img {
  transform: scale(1.035);
}

.services-card-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: clamp(17rem, 20vw, 20rem);
  padding: clamp(1.1rem, 1.7vw, 1.6rem) clamp(1.2rem, 1.8vw, 1.6rem) clamp(1.2rem, 1.8vw, 1.6rem);
}

.services-card-category {
  margin: 0 0 0.9rem;
  color: var(--color-06);
  font-size: var(--font-size-small);
  line-height: 1.4;
  text-align: right;
    letter-spacing: 0.1rem;
}

.services-card-title {
  margin: 0;
  color: var(--color-02);
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  font-weight: var(--font-weight-normal);
  line-height: 1.35;
}

.services-card-en {
  margin-top: 0.25rem;
  color: var(--color-05);
  font-size: var(--font-size-small);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.services-card-text {
  margin-top: 1.1rem;
  color:var(--color-07);
  font-size: var(--font-size-small);
  line-height: 1.9;
}

.services-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2em;
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--color-02);
  font-size: var(--font-size-default);
  line-height: 1;
}

.services-more img {
  width: 2em;
  height: auto;
  transition: transform 0.3s ease;
}

.services-card-link:hover .services-more img {
  transform: translateX(0.35em);
}



.services-card-category2 {
  margin: 0 0 0.9rem;
  color: var(--color-06);
  font-size: var(--font-size-large);
  line-height: 1.4;
    letter-spacing: 0.1rem;
}


@media screen and (max-width: 767px) {



 

  .section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 1.3rem;
    column-gap: 1rem;
  }

  .section-title-group {
    grid-column: 1 / -1;
  }

  .section-title {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .section-title-jp {
    margin-top: 0.45rem;
  }

  .section-lead {
    grid-column: 1 / -1;
    margin-top: 0;
    max-width: 18em;
  /*  font-size: var(--font-size-default);*/
    line-height: 1.6;
  }

  .section-view-all {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: 0.4rem;
    gap: 1.4em;
  }

  .services-cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.4rem;
  }

  .services-card-body {
    min-height: 0;
    padding: 1rem 1.15rem 1.15rem;
  }

  .services-card-category {
    margin-bottom: 0.65rem;
  }

  .services-card-title {
    font-size: clamp(1.35rem, 5.8vw, 1.65rem);
  }

  .services-card-text {
    margin-top: 0.85rem;
    line-height: 1.9;
  }

  .services-more {
    padding-top: 1.4rem;
  }
}


@media screen and (min-width: 768px) {

  .section-head {
    align-items: baseline;
  }

  .section-lead,
  .section-view-all {
    margin-top: 0;
  }

}

/* ACCESS */

/* ACCESS：地図を右側の画面端まで拡張 */
.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(2rem, 4vw, 4rem);
}

.access-layout .section-left,
.access-layout .section-right {
  width: auto;
}

@media screen and (min-width: 1200px) {
  .access-layout .section-right {
    width: calc(100% + ((100vw - var(--width-default)) / 2));
    margin-right: calc((100vw - var(--width-default)) / -2);
  }
    

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .access-layout .section-right {
    width: calc(100% + 5vw);
    margin-right: -5vw;
  }
    

}


.section-head-icon {
  grid-column: 3;
  justify-self: end;
  align-self: center;
  width: clamp(2rem, 3vw, 2.75rem);
  line-height: 0;
}

.section-head-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.section-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
}

.section-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}


.section-map {
  position: relative;
}

.section-map-label {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 2;

  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--color-01);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;

  pointer-events: none;
}

@media screen and (max-width: 767px) {

  .access-layout {
    display: block;
  }

  .access-layout .section-left,
  .access-layout .section-right {
    width: 100%;
    margin-right: 0;
  }

  .section-left,
  .section-right {
    width: 100%;
  }

  .section-head-icon {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    width: 2rem;
  }

  .section-map {
    min-height: 300px;
    margin-top: 2rem;
  }

  .section-map iframe {
    min-height: 300px;
  }
}



/* CONTACT / RECRUIT PANEL */

.info-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
}

.info-panel {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: var(--color-04);
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.info-panel:hover {
  border-color: hsla(44, 67%, 44%, 0.7);
}

.info-panel__link-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: clamp(22rem, 29vw, 27rem);
  height: 100%;
  padding: clamp(2rem, 3.3vw, 3.5rem);
  color: var(--color-02);
  box-sizing: border-box;
}

.info-panel__link-wrap:visited,
.info-panel__link-wrap:hover {
  color: var(--color-02);
}

.info-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.info-panel__title-group {
  min-width: 0;
}

.info-panel__title {
  margin: 0;
  color: var(--color-05);
  font-family: var(--base-font-family2);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: var(--font-weight-normal);
  line-height: 1;
  letter-spacing: 0.06em;
}

.info-panel__title-jp {
  margin-top: 0.8rem;
  color: var(--color-02);
  font-size: var(--font-size-middle);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}

.info-panel__icon {
  flex: 0 0 auto;
  width: clamp(2.5rem, 5vw, 4rem);
  line-height: 0;
}

.info-panel__icon._small {
  flex: 0 0 auto;
  width: clamp(1.5rem, 4vw, 3rem);
  line-height: 0;
}

.info-panel__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.info-panel__body {
  margin-top: clamp(2rem, 3vw, 3rem);
  color: var(--color-07);
}

.info-panel__more {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  gap: 1.25rem;
  margin-top: auto;
  padding-top: 2rem;
  color: var(--color-02);
  font-size: var(--font-size-middle);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}

.info-panel__more img {
  width: 2.5em;
  height: auto;
  transition: transform 0.3s ease;
}

.info-panel__link-wrap:hover .info-panel__more img {
  transform: translateX(0.35em);
}

@media screen and (max-width: 767px) {

  .info-panel-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .info-panel__link-wrap {
    min-height: 0;
    padding: 1.75rem 1.5rem;
  }

  .info-panel__head {
    gap: 1rem;
  }

  .info-panel__title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .info-panel__title-jp {
    margin-top: 0.55rem;
  }

  .info-panel__icon {
    width: 2.5rem;
  }
    
     .info-panel__icon._small {
    width: 2rem;
  }

  .info-panel__body {
    margin-top: 2rem;
  }

  .info-panel__more {
    margin-top: 2rem;
    padding-top: 0;
  }
}

/* ACCESS：地図のみセクション上下のpadding分まで拡張 */
@media screen and (min-width: 768px) {
  .access-layout .section-right {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .access-layout .section-map,
  .access-layout .section-map iframe {
    min-height: calc(350px + 8rem);
  }
}

@media screen and (max-width: 767px) {
  .access-layout .section-right {
    margin-top: 0;
    margin-bottom: calc(-4rem / var(--mt-sp));
  }

  .access-layout .section-map {
    margin-top: 2rem;
  }

  .access-layout .section-map,
  .access-layout .section-map iframe {
    min-height: calc(300px + (4rem / var(--mt-sp)));
  }
}




/* 汎用コンテンツパネル */
.content-panel {
  position: relative;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--color-06);
  background-color: var(--color-02);
  box-sizing: border-box;
}

.content-panel__title {
  margin: 0;
  color: var(--color-06);
  font-size: var(--font-size-large);
  line-height: 1.4;
    letter-spacing: 0.1rem;
}


.content-panel__title2 {
  color: var(--color-05);
  font-size: var(--font-size-large);
  line-height: 1.4;
    letter-spacing: 0.1rem;
    font-weight: var(--font-weight-bold);
}

.content-panel_text {
  color: var(--base-font-color);
  font-size: var(--font-size-middle);
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
}


.content-panel__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 3vw, 3rem);
  margin-top: clamp(2rem, 3vw, 3rem);
}

.content-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-panel__list li {
  color: var(--base-font-color);
  font-size: var(--font-size-middle);
  font-weight: var(--font-weight-bold);
  line-height: 1.65;
}

.content-panel__list li + li {
  margin-top: 0.45rem;
}

@media screen and (max-width: 767px) {
  .content-panel {
    padding: 1.5rem 1.25rem;
  }

  .content-panel__columns {
    grid-template-columns: 1fr;
    row-gap: 0.45rem;
    margin-top: 1.5rem;
  }

  .content-panel__list li {
    font-size: var(--font-size-default);
    line-height: 1.7;
  }
    
 
}




/* ABOUT US：会社概要 */
.company-profile {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
  margin-top: clamp(2.5rem, 4vw, 4rem);
}

.company-profile__visual {
  position: sticky;
  top: 150px;
  line-height: 0;
}

.company-profile__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.company-profile__list {
  margin: 0;
}

.company-profile__row {
  display: grid;
  grid-template-columns: 6.5em minmax(0, 1fr);
  column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
  padding: 0 0 clamp(1.4rem, 2.2vw, 2rem);
}

.company-profile__row dt,
.company-profile__row dd {
  margin: 0;
  font-size: var(--font-size-default);
  line-height: 1.85;
}

.company-profile__row dt {
/*  font-weight: var(--font-weight-bold);*/
  white-space: nowrap;
    text-align: right;
}

.company-profile__row dd {
  min-width: 0;
}

.company-profile__row dd p {
  margin: 0 0 1.5rem;
}

.company-profile__row dd p:last-child {
  margin-bottom: 0;
}

.company-profile__overseas {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.company-profile__overseas-row {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr);
  column-gap: 1.5rem;
}

.company-profile__country {
  white-space: nowrap;
}

.company-profile__date {
  margin-top: 0.5rem;
  text-align: right;
  font-size: var(--font-size-small);
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .company-profile {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .company-profile__visual {
    position: relative;
    top: auto;
    width: min(100%, 640px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .company-profile {
    margin-top: 2rem;
    gap: 2rem;
  }

  .company-profile__row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding-bottom: 1.5rem;
  }

  .company-profile__row dt {
      font-weight: var(--font-weight-bold);
   /* color: var(--color-06);*/
       text-align: left;
  }

  .company-profile__row dd,
  .company-profile__row dt {

    line-height: 1.8;
  }

  .company-profile__overseas {
    margin-top: 1.5rem;
    gap: 1rem;
  }

  .company-profile__overseas-row {
    grid-template-columns: 4.5em minmax(0, 1fr);
    column-gap: 1rem;
  }
}

/* CONTACT FORM */
.contact-form {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem);
  border: 1px solid var(--color-06);
  box-sizing: border-box;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.contact-form__row + .contact-form__row {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.contact-form__label {
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
}

.contact-form__required {
  display: block;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0 0.2rem;
  border: 1px solid #e64646;
  color: #e64646;
  font-size: 0.625rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
}

.contact-form__control {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background-color: var(--color-02);
  color: var(--base-font-color);
  font: inherit;
  box-sizing: border-box;
}

.contact-form__control::placeholder {
  color: var(--color-07);
}

.contact-form__control:focus {
  outline: 1px solid var(--color-05);
  outline-offset: 0;
}

textarea.contact-form__control {
  min-height: 210px;
  resize: vertical;
}

.contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.contact-form__submit .btn-link {
  padding: 0.625em 2em;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.contact-form__submit .btn-link:hover {
  background-color:hsla(0,0%,97%,1.00);
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 1.5rem 1.25rem;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .contact-form__row + .contact-form__row {
    margin-top: 1.75rem;
  }

  textarea.contact-form__control {
    min-height: 180px;
  }
}

/* RECRUIT */
.recruit-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.recruit-panel .content-panel_text {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .recruit-panel {
    min-height: 200px;
  }
}

