@charset "UTF-8";


@font-face {
  font-family: 'Zen Kurenaido';
  src: url('/company/fonts/ZenKurenaido-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* nav現在地 */
header .list_company {
  border-bottom: 3px solid #ED7A00;
}

header .list_company a {
  color: #ED7A00;
}



.btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}


.sub_btn,
.basic_btn {
  margin: 20px 1% 5px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  font-size: 18px;
  display: block;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  position: relative;
}

.sub_btn {
  border: #333 1px solid;
  background-color: #fff;
}

.basic_btn {
  background-color: var(--c_key1);
}

.basic_btn::after,
.sub_btn::after {
  width: 21px;
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.basic_btn::after {
  content: url("/common/img/right_arr02.svg");
}

.sub_btn::after {
  content: url(/common/img/bottom_arr.svg);

}

.sub_btn:hover,
.basic_btn:hover {
  transform: scale(1.05);
  opacity: 0.7;
}

.sub_btn a,
.basic_btn a {
  display: block;
  width: 100%;
  padding: 20px 2%;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
}

.sub_btn a {
  color: #333;
}

.basic_btn a {
  color: #fff;
}

.sub_btn span,
.basic_btn span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.sub_btn span {
  color: #f76c1c;

}

.basic_btn span {
  color: var(--c_base4);
}



/*-----------------------
 read
  -----------------------*/

.read {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 2% 0;
}


.read_img {
  width: clamp(300px, 33vw, 500px);
  display: block;
  margin-right: 4%;
  aspect-ratio: 100 / 97;
}

.read .sec_tit {
  font-weight: bold;
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: clamp(26px, 3vw, 36px);
}

.tegaki {
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  display: inline-block;
  transform: rotate(-3deg);
  font-size: clamp(30px, 3.5vw, 40px);
  margin-right: 10px;
  color: #000;
  background: linear-gradient(to right, #000 0%, #000 100%) no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
}

.orange {
  color: var(--c_key2);
  font-weight: bold;
}

.read_txt {
  font-weight: 600;
  line-height: 2;
  font-size: 15px;
  font-size: clamp(13px, 1vw, 15px);
  font-feature-settings: "palt";
}



.spin_off {
  background-color: var(--c_key1);
  width: 92%;
  max-width: 1280px;
  margin: 50px auto 0;
  padding: 20px 4%;
  border-radius: 8px;
}



.hosoku_txt .bold {
  font-weight: 600;
  display: block;
  font-size: clamp(21px, 2.5vw,24px);
  margin-bottom: 10px;
}

.hosoku_txt {
  max-width: 1000px;
  margin: 20px auto 30px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  font-size: clamp(13px, 1.2vw, 15px);
}

.area {
  text-align: center;
}

.area .sub_btn {
  margin: 10px auto 30px;
}


.area_txt {
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 1.3vw, 18px);
  
}





/*-----------------------
tokyo
  -----------------------*/


.tokyo .tax_bg,
.history .tax_bg {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
}

.tokyo .tax_bg {
  background-color: var(--c_base2);

}

.history .tax_bg {
  background-color: #fff;
}

.tokyo .tax_bg::before,
.history .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-repeat: repeat-x;
  background-size: 60px;
}

.tokyo .tax_bg::before {
  background-image: url(/common/img/back_nami_gry.png);

}

.history .tax_bg::before {
  background-image: url(/common/img/back_nami.png);

}


.tokyo {
  position: relative;
  margin: 100px auto 0;
  padding: 0 4%;
  background-color: var(--c_base2);
}

.tokyo .inner,
.osaka .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;

}

.tokyo .sec_tit,
.osaka .sec_tit {
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 600;
  padding-left: 16px;
  border-left: 4px solid var(--c_key2);
  margin: 0 auto 40px;
}

.company_tbl {
  width: 100%;
}

.company_tbl tr {
  border-bottom: 1px dashed #cacbe5;
}

.company_tbl tr:last-of-type {
  border: none;
}

.company_tbl th,
.company_tbl td {
  padding: 24px;
  line-height: 1.2;

}

.company_tbl td {
  background-color: #fff;
}

.company_tbl th {
  width: 200px;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--c_key1);
  vertical-align: middle;
  color: #fff;
}

.company_tbl tr:first-child th {
  border-radius: 10px 0 0 0;
}

.company_tbl tr:last-child th {
  border-radius: 0 0 0 10px;
}

.company_tbl tr:first-child td {
  border-radius: 0 10px 0 0;
}

.company_tbl tr:last-child td {
  border-radius: 0 0 10px 0;
}

.company_tbl td {
  font-size: 17px;
}

.company_tbl td .bold {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: var(--c_base4);
}


/*-----------------------
osaka
  -----------------------*/
.osaka {
  padding: 0 4% 80px;
  background-color: var(--c_base2);
}



/*-----------------------
沿革
  -----------------------*/

.history {
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
}

.history .inner {
  padding-left: 170px;
  padding-top: 60px;
  max-width: 580px;
  margin: 0 auto;

}

.history .sec_tit {
  font-size: clamp(26px, 2.8vw, 34px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--c_key2);
  margin-top: 100px;
}

.process {
  display: flex;
  align-items: flex-start;
}

.flow_desc {
  padding: 0 0 80px;
  position: relative;
}


.flow_desc::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ED7A00;
  z-index: 0;
  background: repeating-linear-gradient(to bottom,
      #ED7A00 0,
      #ED7A00 4px,
      transparent 4px,
      transparent 8px);
}

.last .flow_desc:last-child::before {
  content: none;
}


.flow_desc p {
  position: relative;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 500;
  top: -6px;
}

.flow_desc a {
  color: var(--c_key1);
}


.flow_icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 50%;
  background-color: var(--c_key1);
  z-index: 1;
  position: relative;
}

.flow_icon::after {
  position: absolute;
  right: 0;
  transform: translateX(-90px);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.1px;
  width: 80px;
}

.flow_icon::before {
  position: absolute;
  right: 0;
  font-size: 20px;
  letter-spacing: 1.2px;
  font-weight: 600;
  transform: translateX(-30px);
  width: 30px;
  text-align: center;

}

._1992_11::after {
  content: "1992";
}

._1992_11::before {
  content: "11";
}

._1993_03::after {
  content: "1993";
}

._1993_03::before {
  content: "03";
}

._2002_03::after {
  content: "2002";
}

._2002_03::before {
  content: "03";
}

._2002_12::before {
  content: "12";
}

._2004_08::after {
  content: "2004";
}

._2004_08::before {
  content: "08";
}

._2005_02::after {
  content: "2005";
}

._2005_02::before {
  content: "02";
}

._2006_02::after {
  content: "2006";
}

._2006_02::before {
  content: "02";
}

._2014_06::after {
  content: "2014";
}

._2014_06::before {
  content: "06";
}

._2017_03::after {
  content: "2017";
}

._2017_03::before {
  content: "03";
}

._2026_01::after {
  content: "2026";
}

._2026_01::before {
  content: "01";
}



@media screen and (max-width: 768px) {

  .btn_area {
    flex-wrap: wrap;
  }

  .sub_btn,
  .basic_btn {
    width: 100%;
  }

  .basic_btn a,
  .sub_btn a {
    font-size: clamp(16px, 3vw, 20px);
    line-height: 1.1;
  }

  .sub_btn span,
  .basic_btn span {
    font-size: clamp(13px, 1.6vw, 14px);

  }

  .basic_btn::after,
  .sub_btn::after {
    right: 4%;
    width: clamp(17px, 3vw, 18px);
  }

  /*-----------------------
 read
  -----------------------*/

  .read {
    display: block;
    padding: 100px 4% 0;
  }

  .read_img {
    max-width: 100%;
    margin: 0 auto 10px;
  }

  .read .sec_tit {
    font-size: clamp(28px, 8vw, 40px);
  }

  .tegaki {
    font-weight: 600;
    font-size: clamp(33px, 7.2vw, 42px);
  }

  .read .text_area {
    max-width: 460px;
    margin: 0 auto;
    padding: 0 1%;
  }

  .read_txt {
    font-size: clamp(12px, 2vw, 13px);
  }

  /*-----------------------
tokyo
  -----------------------*/

  .tokyo {
    margin-top: 80px;
  }

  .tokyo .inner,
  .osaka .inner {
    padding-top: 80px;
  }

  .tokyo .sec_tit,
  .osaka .sec_tit {
    font-size: clamp(21px, 3.5vw, 26px);
    padding-left: 2%;
  }

  .company_tbl th,
  .company_tbl td {
    padding: 16px 3%;
    font-size: clamp(13px, 2.1vw, 16px);
  }

  .company_tbl th {
    width: clamp(84px, 20vw, 150px);
  }

  .company_tbl tr:first-child th {
    border-radius: 6px 0 0 0;
  }

  .company_tbl tr:last-child th {
    border-radius: 0 0 0 6px;
  }

  .company_tbl tr:first-child td {
    border-radius: 0 6px 0 0;
  }

  .company_tbl tr:last-child td {
    border-radius: 0 0 6px 0;
  }

  /*-----------------------
沿革
  -----------------------*/

  .history .inner {
    padding-left: 100px;
  }

  .history .sec_tit {
    font-size: clamp(21px, 3.5vw, 26px);
    margin-top: 80px;
  }

  .flow_desc p {
    font-size: clamp(13px, 2.1vw, 16px);
  }

  .flow_icon::after {
    width: 60px;
    font-size: clamp(16px, 5.2vw, 21px);
    transform: translateX(-48px);
  }

  .flow_icon::before {
    width: 20px;
    font-size: clamp(15px, 2.4vw, 18px);
    transform: translateX(-20px);

  }

}