﻿/*
---------------------------------------------------------------------------*/
.company-container {
  position: relative;
  overflow:hidden;
  color:#3f3f3f;
  padding-bottom:0px;
}
@media screen and (min-width: 900px) {
.company-container {
  padding-bottom:0px;
}
}


/* トップイメ－ジ
---------------------------------------------------------------------------*/
.topimage{
  position: relative;
  width: 100%;
  aspect-ratio:1.6 / 1;
  margin: 0 auto 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: cover;
  background-image: url(../images/company/top-bg.webp);
}
@media screen and (min-width: 600px) {
.topimage {
  aspect-ratio:none;
  height: 300px;
}
}
/*
---------------------------------------------------------------------------*/
.topimage-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  color:#fff;
}
.makeendo {
  position: relative;
  line-height: 1;
  font-family: 'Josefin Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 10vw;
  margin-bottom:10px;
}
@media screen and (min-width: 800px) {
.makeendo {
    font-size: 7.5rem;
  }
}
/*
---------------------------------------------------------------------------*/
.topimage-text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
}

/* 代表メッセ－ジ
---------------------------------------------------------------------------*/
.messageBox {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 30px;
}

@media screen and (min-width: 800px) {
.messageBox {
  padding: 0 50px;
}
}
/* 
---------------------------------------------------------------------------*/
.message-boss-box {
  position: relative;
  margin: 0 auto 30px;
  padding-bottom:10px;
  border-bottom:1px dotted #3f3f3f;
}

/* 
---------------------------------------------------------------------------*/
.message-boss-text-box {
  position: absolute;
  top:0;
  left:0;
  width: 72%;
  height: 100%;
}
p.midashi-text {
  position: relative;
  transform:  translate(0, -30px);
  font-size: 5.5vw;
  font-family: "游明朝", YuMincho;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 650px) {
p.midashi-text {
  font-size: 6vw;
}
}
@media screen and (min-width: 800px) {
p.midashi-text {
  font-size: 4.5rem;
}
}

/* 
---------------------------------------------------------------------------*/
.message-boss-image-box {
  position: relative;
  margin: 0 0 0 auto;
  width: 35%;
}
.message-boss-image {
  position: relative;
  margin: 0 0 0 auto;
  aspect-ratio:1.1 / 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/company/boss.webp);
}
.nameTitle {
  position: absolute;
  bottom:10px;
  left:0;
  font-size: 1.2rem;
}
/* 
---------------------------------------------------------------------------*/
.message-textBox {
  position: relative;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}
.message-textBox p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
/* イメ－ジ
---------------------------------------------------------------------------*/
.middle-imageBox {
  position: relative;
  width: 100%;
  aspect-ratio:1.6 / 1;
  margin: 0px auto 60px;
}
@media screen and (min-width: 600px) {
.middle-imageBox {
  height: 300px;
}
}
.middle-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/company/middle-bg-sp.jpg?v=4);
}
@media screen and (min-width: 600px) {
.middle-imageBox {
  background-image: url(../images/company/middle-bg.jpg?v=4);
}
}

/* 会社概要
---------------------------------------------------------------------------*/
.overviewBox {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding:0 30px 0px;
  margin: 0 auto 60px;
  font-size: 0rem;
  letter-spacing: -10rem;
  text-align: left;
}
@media screen and (min-width: 800px) {
.overviewBox {
  padding: 0 50px 0px;
}
}

/* head-title
---------------------------------------------------------------------------*/
.head-title-box {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
}
.head-title-box.tenpo {
  margin: 0 auto 10px;
}
.head-title {
  position: relative;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
}
.head-title:before {
  position: absolute;
  content: "";
  border: 1px solid #555;
  border-bottom: 0px solid #555;
  width: 70%;
  max-width: 80px;
  height: 19%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.head-title .text {
  display: block;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*
---------------------------------------------------------------------------*/
.overview-textBox-inner {
  position: relative;
  padding: 0 0px 60px;
  border-bottom:1px dotted #3f3f3f;
}
/*
---------------------------------------------------------------------------*/
.companyName {
  position: relative;
  margin: 0 auto 20px;
  text-align:left;
  letter-spacing: 0rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
/* 
---------------------------------------------------------------------------*/
.overview-textBox-inner p.left, .overview-textBox-inner p.right {
  position: relative;
  margin-bottom: 25px;
  display:inline-block;
  vertical-align: top;
  width: 115px;
  font-size: 1.4rem;
  letter-spacing:0rem;
  font-weight: 400;
  line-height: 1.8;
  padding:  0;
}
.overview-textBox-inner p.right {
  width:calc(100% - 120px);
}
.overview-textBox-inner p.left:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  border-top:1px solid #ccc;
}
.overview-textBox-inner p span {
  position: relative;
  display:inline-block;
  padding-left: 18px;
  padding-right: 0px;
}
.overview-textBox-inner p span.title {
  padding-left: 0px;
  padding-right: 18px;
}

.overview-textBox-inner .link {
  text-decoration: underline;
  transition: all 0.4s;
}
body.js_isPc .overview-textBox-inner .link:hover {
  opacity:.5;
}
/* 店舗案内
---------------------------------------------------------------------------*/
.shopContaner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  padding:0 30px 80px;
}
@media screen and (min-width: 800px) {
.shopContaner {
  padding: 0 50px 80px;
}
}

/*
---------------------------------------------------------------------------*/
.shopBox {
  position: relative;
  border-bottom:1px solid #d2d2d2;
  padding:15px 0;
  text-align:left;
}
.shop-innerLeft, .shop-innerRight {
  position: relative;
  display:inline-block;
  vertical-align: top;
  width: 100px;
  letter-spacing: 0rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.shop-innerRight {
  width: calc(100% - 0px);
}
.shopBox .link {
  text-decoration: underline;
  transition: all 0.4s;
}
body.js_isPc .shopBox .link:hover {
  opacity:.5;
}

