@charset "UTF-8";
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUQ.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 {
  width: 750px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  display: flex;
  align-items: center;
}
h2 span {
  display: inline-block;
  vertical-align: middle;
  background: #333;
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 15px;
}
h2 span p {
  font-family: 'Marcellus', 'Noto Serif JP', serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
h2 .ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #333;
  line-height: 1;
  text-align: center;
}
.straight2023Container {
  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 {
  margin-bottom: 80px;
  position: relative;
}
#mv .mvBox h2 {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  font-size: 30px;
  letter-spacing: 0.2em;
  border: none;
}
#mv .wrap p {
  font-size: 20px;
  text-align: center;
}
#sec1,
#sec2,
#sec3,
#sec4 {
  padding: 80px 0;
  background: #ffffff;
  /* Old browsers */
}
#sec1 .box,
#sec2 .box,
#sec3 .box,
#sec4 .box {
  margin: 80px auto 0;
}
#sec1 .box .slide,
#sec2 .box .slide,
#sec3 .box .slide,
#sec4 .box .slide {
  width: 750px;
}
#sec1 .box .slick-slide,
#sec2 .box .slick-slide,
#sec3 .box .slick-slide,
#sec4 .box .slick-slide {
  padding: 0 15px;
}
#sec1 .txt,
#sec2 .txt,
#sec3 .txt,
#sec4 .txt {
  font-size: 16px;
  width: 750px;
  margin: 40px auto 0;
}
#staff {
  margin-bottom: 100px;
}
#staff .wrap h3 {
  font-family: 'Marcellus', 'Noto Serif JP', serif;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: solid 1px #333;
  padding: 0 0 20px;
  margin: 0 auto 80px;
}
#staff .wrap .staffBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px auto 20px;
}
#staff .wrap .staffBox .staff {
  width: calc(96%/4);
}
#staff .wrap .staffBox .staff .txt {
  margin-top: 20px;
  font-size: 14px;
}
#staff .wrap p {
  font-size: 14px;
  text-align: center;
}
