@charset "utf-8";
#mv h1 {
  line-height: 0;
}
#mv h1 figure {
  line-height: 0;
  position: relative;
}
#mv h1 figure figcaption {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  line-height: 1em;
  font-weight: normal;
}
#mv h1 img {
  width: 100%;
}
@media (max-width: 599px) {
  #mv h1 figure figcaption {
    font-size: 8px;
  }
}
.container {
  margin: 0 auto;
  width: calc((421 / 938 * 100%) + 80px);
  min-width: calc(421px + 80px);
  padding: 0 40px;
}
@media (max-width: 599px) {
  .container {
    width: 100%;
    min-width: unset;
    padding: 0 20px;
    display: block;
  }
}
h2 {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding-top: 75px;
}
#info {
  margin-top: 50px;
  margin-bottom: 100px;
}
#idea {
  margin-top: 50px;
  margin-bottom: 100px;
}
#greeting {
  margin-top: 50px;
  margin-bottom: 100px;
}
#greeting h4 {
  padding-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  font-size: 15px;
  letter-spacing: 0.5em;
}
#greeting .message {
  font-size: 11px;
  line-height: 26px;
}
@media (max-width: 599px){
  #greeting .message br{
    display: none;
  }

  #greeting .message br.pc{
    display: inline;
  }
}

h3 {
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  font-weight: normal;
  position: relative;
  width: fit-content;
  margin: 0 auto 35px;
  letter-spacing: 0.8em;
  padding-left: 0.8em;
}
h3 br {
  display: none;
}
h3:before {
  content: "";
  display: block;
  height: 1px;
  width: 44px;
  background: #231815;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 44px;
  background: #231815;
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
h3 + .note {
  font-size: 11px;
  line-height: 1.9em;
  width: 390px;
  max-width: 100%;
  margin: 0 auto 75px;
}
@media (max-width: 599px) {
  h3 {
    line-height: 1.5em;
  }
  h3 br {
    display: inline;
  }
}
table {
  font-size: 11px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
table td .address br {
  display: none;
}
p.info {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  table {
    font-size: 10px;
  }
  table td .address {
    position: relative;
    top: -1px;
    line-height: 1.3em;
  }
  table td .address br {
    display: inline;
  }
  p.info {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.3em;
  }
}
table tr:last-child td {
  padding-bottom: 0;
}
table.company th {
  text-align: left;
  font-weight: normal;
  border-right: 0.5px solid;
  padding-right: 15px;
  width: 75px;
}
@media (max-width: 599px) {
  table.company th {
    padding-right: 10px;
  }
}
table.company td {
  padding: 0 0 25px 20px;
}
table.company th,
td {
  line-height: 1em;
}
p {
  font-size: 11px;
  line-height: 2.5em;
}
p.mincho{
  text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 599px) {
  #idea.container {
    padding: 0 20px;
  }
}
img.idea {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  img.idea {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
}
picture.greeting {
  width: 100%;
  margin-bottom: 30px;
  line-height: 0;
  display: block;
}
picture.greeting img {
  width: 100%;
}
p.name {
  text-align: right;
  margin-top: 30px;
}
p.name img {
  margin-left: 20px;
  width: 82px;
}
@media (max-width: 599px) {
  br.pc {
    display: none;
  }
}
