@charset "utf-8";
.tit-box {
  position: relative;
}

.tit-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub01 .tit-box::before {
  background-image: url(/img/sub/sub01-visual.png);
}

.sub02 .tit-box::before {
  background-image: url(/img/sub/sub02-visual.png);
}

.sub03 .tit-box::before {
  background-image: url(/img/sub/sub03-visual.png);
}

.sub04 .tit-box::before {
  background-image: url(/img/sub/sub04-visual.png);
}

.tit-box .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 8rem;
  padding-bottom: 29rem;
  background: url(/img/main/visual-bg.png) no-repeat right 2rem / 60rem;
}

.dept .tit-box .wrap {
  position: relative;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

.dept .tit-box .wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;  
  background: var(--gr);
}

#location {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

#location>li {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #555;
  line-height: normal;
}

#location>li:nth-child(1) {
  width: 1.8rem;
  height: 1.7rem;
  font-size: 0;
  text-indent: -5000px;
  background: url(/img/sub/location-home.svg) no-repeat 0 0 / 100%;
}

#location>li:nth-last-child(1) {
  font-weight: 700;
}

#location>li::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #D9D9D9;
}

#location>li:nth-child(1)::before {
  display: none;
}

#con-tit h3 {
  color: #333;
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.4rem;
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
}

h4 span {
  color: #666;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
}

h4+p {
  margin-top: 2rem;
  margin-bottom: 5rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%; /* 2.88rem */
  word-break: keep-all;
}

table.data {
  width: 100%;
}

table.data thead th {
  padding: 1rem;
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #A3B5B9;
  border-bottom: none;
  background: #f2f6f9;
}

table.data tbody td {
  text-align: center;
  padding: 1rem;
  color: #666;
  font-size: 1.7rem;
  line-height: normal;
  border: 1px solid #EAEAEA;
}

table.data tbody tr:first-child td {
  border-top: 1px solid #000;
}

.tit-box .sub-menu,
.dept .tit-box .select .dept-menu  {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tit-box .sub-menu a,
.dept .tit-box .select .dept-menu a {
  display: block;
  padding: 1rem 3rem 1.4rem 3rem;
  color: #666;
  font-size: 1.8rem;
  line-height: normal;
  border-radius: 5rem;
  background: #E6E6E6;
}

.tit-box .sub-menu>li>a:hover,
.tit-box .sub-menu>li.select>a,
.dept .tit-box .select .dept-menu a:hover,
.dept .tit-box .select .dept-menu .select a {
  color: #fff;
  font-weight: 700;
  background: var(--gr);
}

.tit-box .dept-menu,
.dept .tit-box .sub-menu>li>a {
  display: none;
}

#detail_con {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

/*** contents_str ***/
.greeting {
  background: url(/img/sub/greeting-bg.png) no-repeat right -5rem top 39.5rem / 86rem;
}

.greeting p {
  text-align: center;
  color: #333;
  word-break: keep-all;
}

.greeting .tit {
  margin-bottom: 5rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: normal;
}

.greeting .tit span {
  display: inline-block;
  background: var(--gr);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.greeting .txt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 160%;
}

.greeting .txt02 {
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 160%;
}

.greeting .name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}

.greeting .name img {
  width: 11.9rem;
}

.greeting .photo {
  line-height: 0;
  border-radius: 2rem;
  overflow: hidden;
}

.history {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.history .photo {
  position: relative;
  flex: 1 1 auto;
  padding-left: 4rem;
  padding-top: 4rem;
  line-height: 0;
  overflow: hidden;
}

.history .photo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 66.2rem;
  max-height: 40.8rem;
  border-radius: 2rem 0rem 0rem 0rem;
  background: var(--gr2);
  z-index: -1;
}

.history .photo img {
  border-radius: 2rem;
}

.history ul {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-top: 5rem;
  max-width: 72.5rem;
  width: 100%;
}

.history li {
  display: flex;
  align-items: flex-start;
  gap: 7.2rem;
}

.history .year {
  display: flex;
  gap: 1rem;
  width: 15rem;
  color: #333;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
}

.history .year::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--gr2);
}

.history li>div {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.history dl {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.history dl dt {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

.history dl dd {
  display: flex;
  flex-direction: column;
  gap: 2rem;  
}

.history dl dd p {
  position: relative;
  padding-left: 0.8rem;
  color: #333;
  font-size: 1.8rem;
  line-height: 100%;
}

.history dl dd p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #737373;
}

.location .map {
  height: 60rem;
}

.location .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 6rem;
}

.location .con .tit {
  color: #000;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: normal;
}

.location .con .tit span {
  display: inline-block;
  font-weight: 700;
  background: var(--gr);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.location .info {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 73rem;
  width: 100%;
}

.location .info dl {
  display: flex;
  gap: 2rem;
}

.location .info dt {
  position: relative;
  padding-left: 4.5rem;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%; /* 2.4rem */
}

.location .info dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background: url(/img/sub/location.svg) no-repeat 0 0 / 12rem;
}

.location .info .mb dt::before {
  background-position: -3rem 0;
}

.location .info .fax dt::before {
  background-position: calc(-3rem * 2) 0;
}

.location .info .add dt::before {
  background-position: calc(-3rem * 3) 0;
}

.location .info dd {
  color: #555;
  font-size: 2rem;
  line-height: 100%;
}

.product {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5rem 3rem;
  width: 100%;
}

.product>li {
  flex: 1 1 auto;
  max-width: calc(33.3% - 2rem);
  width: 100%;
  padding: 4.1rem 4rem;
  border-radius: 2rem;
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0 1.3rem 2.67rem 0 rgba(0, 0, 0, 0.08);
}

.product dt {
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 1.7rem;
  line-height: normal;
}

.product dt span {
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #27A075 -5.21%, #007DD7 86.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product dd {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}

.product a {
  display: block;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}

.product a::before {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background: url(/img/sub/product-more.svg) no-repeat center / 1.8rem, var(--gr2);
  transition: .3s;
}

.product a:hover::before {
  transform: rotate(180deg);
}

.product dd a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}

.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .empty {
  position: relative;
  border-style: dashed;
  border-color: #CACACA;
}

.product .empty img {
  border-radius: 1.2rem;
}

.product .empty::after {
  content: '';
  position: absolute;
  left: 4rem;
  top: 4.1rem;
  width: calc(100% - 8rem);
  height: calc(100% - 8.2rem);
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
}

.product-view {
  display: flex;
  gap: 9rem;
}

.product-view .img {
  max-width: 60rem;
  width: 100%;
  max-height: 40.9rem;
  height: 100%;
  line-height: 0;
  border-radius: 3rem;
  overflow: hidden;
}

.sitemap {
  display: flex;
  gap: 4rem;
}

.sitemap>li {
  flex: 1 1 25%;
}

.sitemap>li .tit {
  padding: 1.5rem 1rem;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  border-radius: 1rem;
  background: var(--gr);
}

.sitemap .sub-menu>li>a {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  height: 5.4rem;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  border-radius: 1rem;
  border: 1px solid #CDCDCD;
}

.sitemap .dept-menu {
  margin-top: 0.5rem;
  border-radius: 1rem;
  background: #F2F2F2;
}

.sitemap .dept-menu>li {
  border-top: 1px dashed #CFCFCF;
}

.sitemap .dept-menu>li:first-child {
  border-top: none;
}

.sitemap .dept-menu a {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  height: 5.4rem;
  color: #555;
  font-size: 2rem;
  line-height: 100%; /* 2rem */
}

/*** pc ***/
@media all and (min-width:1025px) {
}

@media all and (max-width:1559px) {
}

/*** min-pc ***/
@media all and (max-width:1024px) {
  .tit-box .wrap {
    background-size: 30rem;
  }

  .product>li {
    flex-basis: calc(50% - 1.5rem);
    padding: 2.5rem;
    max-width: calc(50% - 1.5rem);
  }

  .product .empty::after {
    left: 2.5rem;
    top: 2.5rem;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
  }

  .product-view {
    flex-direction: column;
  }
}

/*** mobile ***/
@media screen and (max-width:840px) {
}