@charset "UTF-8";
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15000;
}
p {
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  color: #333;
}
ol,
ul {
  list-style: none;
}
ol,
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
#contents_ce {
  padding: 0;
}
img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
h2 {
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-size: 50px;
  color: #333;
  line-height: 1;
  padding: 0 0 0.2em;
}
.ss2023Container {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  padding: 0;
  letter-spacing: 1px;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
.wrap {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
#mv .mvBox,
#footermv .mvBox {
  margin-bottom: 80px;
  position: relative;
}
#mv .mvBox h2,
#footermv .mvBox h2 {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  letter-spacing: 0.2em;
}
#sec1 {
  padding: 80px 0 160px;
  background: #ffffff;
  /* Old browsers */
}
#sec1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#sec1 .box .img {
  width: 50%;
  margin: 0 4% 0 auto;
}
#sec1 .box .txtBox {
  width: 46%;
}
#sec1 .box .txtBox h3 {
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  border-bottom: solid 20px #e9d4d2;
  margin-bottom: 40px;
}
#sec1 .box .txtBox p {
  line-height: 2;
  font-size: 18px;
  text-align: left;
  margin-top: 40px;
}
#sec1 .box .txtBox a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#sec1 .box .txtBox a img {
  width: auto;
}
#sec1 .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec1 .box2 .img {
  width: 350px;
}
#sec2 {
  padding: 80px 0 160px;
  background: #ffffff;
  /* Old browsers */
}
#sec2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#sec2 .box .img {
  width: 50%;
  margin: 0 4% 0 auto;
}
#sec2 .box .txtBox {
  width: 46%;
}
#sec2 .box .txtBox h3 {
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  border-bottom: solid 20px #d2e9da;
  margin-bottom: 40px;
}
#sec2 .box .txtBox p {
  line-height: 2;
  font-size: 18px;
  text-align: left;
  margin-top: 40px;
}
#sec2 .box .txtBox a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#sec2 .box .txtBox a img {
  width: auto;
}
#sec2 .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec2 .box2 .img {
  width: 350px;
}
#staff {
  margin-bottom: 160px;
}
#staff .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}
#staff .wrap .staffBox {
  width: calc(90%/3);
  text-align: center;
}
#staff .wrap .staffBox h4 {
  background: #000;
  color: #fff;
  padding: 0.3em;
  text-align: center;
  margin: 0 auto 1em;
  width: 130px;
}
#staff .wrap .staffBox dl {
  display: flex;
}
#staff .wrap .staffBox dl dt,
#staff .wrap .staffBox dl dd {
  font-weight: normal;
  text-align: left;
}
#staff .wrap .staffBox dl dt {
  width: 62%;
}
#staff .wrap .staffBox dl dd {
  width: 38%;
}
#staff .wrap .staffBox dl dd a {
  color: #000;
}
#staff .wrap .staffBox dl dd a:hover {
  color: #666;
}
