@charset "UTF-8";
body {
  line-height: 1.8;
  color: #585858;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../img/back/back.png);
  background-size: 75% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f0e6;
}
body p {
  font-size: 15px;
}

.container {
  background-image: url(../img/assets/back_2.png);
  width: 480px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.mainContents {
  width: 460px;
  margin: 0 auto;
  background-color: #FFF;
  padding-bottom: 1em;
  padding: 0;
}
@media (max-width: 767px) {
  .mainContents {
    width: 100%;
  }
}

.menuContents {
  width: 400px;
  height: 700px;
  position: fixed;
  background-color: #FFF;
  right: 30px;
  top: 100px;
}
@media (max-width: 767px) {
  .menuContents {
    display: none;
  }
}

.video-container {
  position: relative;
  min-width: 100%;
  height: auto;
}
.video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.video-container .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
}

.message {
  margin: 0 auto;
  background-color: #FFF;
}
.message h2 {
  background-color: #0076ff;
  width: 150px;
  font-size: 18px;
  text-align: center;
  margin: 1em auto;
  padding: 0.3em;
  color: #fff;
  border-radius: 50px;
}
.message .messageTxt {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.message .messageTxt h3 {
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  font-size: 31px;
  color: #0076ff;
}
.message .messageTxt p {
  margin: 1em auto;
  text-align: left;
  display: inline-block;
}
.message .messageTxt p .sign {
  text-align: right;
  display: block;
}
.message .messageImg {
  background: url(../img/human/daihyou/daihyou.png) no-repeat center center;
  width: 300px;
  height: 273px;
  background-size: contain;
  margin: 1em auto;
}
.message .messageImg:hover {
  background: url(../img/human/daihyou/daihyou_hover.png) no-repeat center center;
  background-size: contain;
}

.about img {
  width: 100%;
  margin: 0 auto;
}

.check {
  width: 100%;
  margin: 0 auto;
}
.check .checkTitle {
  display: flex;
  align-items: center;
  margin: 1em auto;
}
.check .checkTitle::before, .check .checkTitle::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #0076ff;
  margin: 0 1em;
}
.check .checkTitle h2 {
  font-size: 16px;
  color: #0076ff;
}
.check .checkContents {
  margin: 0 auto;
  padding: 0 45px;
}
.check .checkContents h3 {
  line-height: 1.8;
  font-size: 22px;
  text-align: left;
  display: inline-block;
  color: #0076ff;
  margin: 0.5em 0;
}
.check .checkList {
  margin: 0 auto;
  width: 90%;
}
.check .list {
  padding: 5px 0 5px 50px;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.check .list::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #0076ff;
}

div#number img {
  margin-bottom: 0.5em;
}

.number .numberContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.number .numberTitle {
  background-color: #0076ff;
  width: 215px;
  font-size: 18px;
  text-align: center;
  margin: 1em auto;
  padding: 0.3em;
  color: #fff;
  border-radius: 50px;
}
.number .numberTitle h3 {
  color: #fff;
}
.number .nenkan {
  width: 94%;
  margin: 0 auto;
}

.senpai {
  background-color: #00358c;
  padding: 1em;
  margin-top: 2em;
  text-align: center;
}
.senpai .senpaiContents {
  display: inline-block;
  border: solid #0076ff;
  margin: 1em 0;
}
.senpai .senpaiTitle h2 {
  background-color: #fff;
  width: 200px;
  font-size: 18px;
  text-align: center;
  margin: 1em auto;
  padding: 0.3em;
  color: #00358c;
  border-radius: 50px;
}
.senpai h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}
.senpai h3 span {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .senpai h3 {
    display: block;
    text-align: left;
    margin: 0 1em;
  }
}

.senpaiText {
  padding: 0.5em 0;
  background-color: #FFF;
  text-align: center;
}
.senpaiText h3 {
  color: #0076ff;
  font-size: 20px;
  text-align: center;
  margin: 0.5em auto;
}

.senpaiImg {
  width: 300px;
  height: 400px;
  background-size: contain;
}

.slideContents {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slideContents .slick-slide {
  min-height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0px 24px;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(0.92);
}
.slideContents .slick-center {
  opacity: 1;
  transform: scale(1.05);
  z-index: 2;
  border-radius: 16px;
}
.slideContents .slick-list {
  border-radius: 16px;
  overflow: visible;
}
.slideContents .slick-track {
  display: flex;
  height: 600px;
}
.slideContents .slick-dots {
  display: flex !important;
  justify-content: center;
  padding: 0 0 2em 0;
  margin: -15px 0 0 0;
  list-style: none;
  position: static;
}
.slideContents .slick-dots li {
  margin: 0 6px;
}
.slideContents .slick-dots button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  width: 16px;
  height: 16px;
  outline: none;
  position: relative;
}
.slideContents .slick-dots button::before {
  content: "•";
  font-size: 28px;
  color: #0076ff;
  opacity: 1;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: color 0.2s;
}
.slideContents .slick-dots .slick-active button::before {
  color: #fff;
}
.slideContents .slick-arrow {
  display: none !important;
}

.photo h2 {
  background-color: #0076ff;
  width: 250px;
  font-size: 18px;
  text-align: center;
  margin: 1em auto;
  padding: 0.3em;
  color: #fff;
  border-radius: 50px;
}
.photo .photoLib {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo .photoLib .box {
  background-color: #cbcbc8;
  width: 170px;
  height: 130px;
  margin: 0.5em;
}

.frontBunner {
  margin-top: 2em;
}
.frontBunner div {
  margin-top: 1em;
}
.frontBunner a {
  text-decoration: none;
}

.bunnerRecruit img,
.bunnerContact img {
  text-align: center;
  margin: 1em auto;
}
.bunnerRecruit h3,
.bunnerContact h3 {
  text-align: center;
  font-size: 23px;
  text-decoration: none;
}

.youtube {
  text-align: center;
}

iframe {
  height: 200px;
  width: 356px;
  text-align: center;
  margin: 0 auto;
}

.frontMovie h3 {
  text-align: center;
  line-height: 1.8;
  font-size: 23px;
}

.logo {
  width: 300px;
  margin: 1em auto;
}

.hr {
  width: 80%;
  border: none;
  border-top: 2px dotted #c6c4c4;
}

.footerTxt {
  text-align: center;
  color: #00358c;
  font-size: 16px;
}

.frontAccess {
  background-color: #FFF;
  width: 460px;
  margin: 0 auto;
  padding-bottom: 1em;
}
.frontAccess p {
  text-align: center;
  padding-top: 1em;
  font-size: 14px;
}
.frontAccess p span {
  font-size: 17px;
}
@media (max-width: 767px) {
  .frontAccess {
    width: 100%;
  }
}

footer {
  background-color: #00358c;
  padding: 0.5em;
}
footer p {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.footerMenu {
  display: none;
}
@media (max-width: 767px) {
  .footerMenu {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0076ff;
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #e0e0e0;
  }
  .footerMenu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 64px;
    background: #0076ff;
  }
  .footerMenu li {
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footerMenu a,
  .footerMenu .footerMenu__hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    outline: none;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
  }
  .footerMenu svg {
    margin-bottom: 2px;
    display: block;
    width: 32px;
    height: 32px;
  }
  .footerMenu span {
    font-size: 11px;
    margin-top: 2px;
    letter-spacing: 0.02em;
  }
  .footerMenu .footerMenu__sideBtn {
    color: #fff;
    background: none;
  }
  .footerMenu .footerMenu__sideBtn span {
    color: #fff;
  }
  .footerMenu .footerMenu__sideBtn svg path, .footerMenu .footerMenu__sideBtn svg rect {
    stroke: #fff;
  }
  .footerMenu .footerMenu__centerGroup {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #f5f0e6;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 8px solid #0076ff;
    height: 58px;
    min-width: 180px;
    max-width: 220px;
    margin: 0 4px;
    flex: none;
    overflow: hidden;
    margin-top: -2em;
  }
  .footerMenu .footerMenu__centerGroup img {
    width: 50px;
  }
  .footerMenu .footerMenu__centerBtn {
    flex: 1 1 0;
    color: #7e582b;
    background: none;
    border: none;
    border-radius: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    transition: background 0.2s, color 0.2s;
  }
  .footerMenu .footerMenu__centerBtn span {
    color: #7e582b;
    font-weight: bold;
  }
  .footerMenu .footerMenu__centerBtn svg path, .footerMenu .footerMenu__centerBtn svg circle, .footerMenu .footerMenu__centerBtn svg rect {
    stroke: #7e582b;
  }
  .footerMenu .footerMenu__centerBtn:active,
  .footerMenu .footerMenu__centerBtn:focus {
    background: #f5f0e6;
    color: #0076ff;
  }
  .footerMenu .footerMenu__divider {
    border-left: 2px dashed #e0e0e0;
  }
}

.footerMenu__divider {
  width: 1px;
  background: none;
  border-left: 2px dashed #e0e0e0;
  margin: 8px 0;
  height: 32px;
  align-self: center;
  display: block;
}

.photo_1 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_1 img:hover {
  transform: scale(1.1);
}

.photo_2 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_2 img:hover {
  transform: scale(1.1);
}

.photo_3 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_3 img:hover {
  transform: scale(1.1);
}

.photo_4 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_4 img:hover {
  transform: scale(1.1);
}

.photo_5 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_5 img:hover {
  transform: scale(1.1);
}

.photo_6 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_6 img:hover {
  transform: scale(1.1);
}

.photo_7 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_7 img:hover {
  transform: scale(1.1);
}

.photo_8 img {
  height: auto;
  transition: transform 0.6s ease;
  width: 100%;
  overflow: hidden;
}

.photo_8 img:hover {
  transform: scale(1.1);
}

.contact .mainContents {
  padding-bottom: 1em;
}
.contact .frontAccess {
  margin-top: -1em;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
  display: flex;
  padding-top: 20%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.fullscreen-menu a {
  color: #0076ff;
  font-size: 18px;
}
.fullscreen-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.fullscreen-menu__close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: none;
  border: none;
  color: #0076ff;
  font-size: 2rem;
  cursor: pointer;
}
.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  text-align: center;
  background: initial;
  display: block;
  color: #0076ff;
}
.fullscreen-menu li {
  margin: 24px 0;
}

.senpai_1 .senpaiImg.pc {
  background-image: url(../img/human/senpai_1/senpai.jpg);
  width: 299px;
  height: 328px;
  background-size: contain;
  background-repeat: no-repeat;
}

.senpai_1 .senpaiImg.pc:hover {
  background-image: url(../img/human/senpai_1/senpai_hover.jpg);
}

.senpai_1 .senpaiSp {
  background-image: url(../img/human/senpai_1/senpai.jpg);
}

.senpai_1 .senpaiSp_2.image {
  background-image: url(../img/human/senpai_1/senpai_hover.jpg);
}

.senpai_2 .senpaiImg.pc {
  background-image: url(../img/human/senpai_2/senpai.jpg);
  width: 299px;
  height: 328px;
  background-size: contain;
  background-repeat: no-repeat;
}

.senpai_2 .senpaiImg.pc:hover {
  background-image: url(../img/human/senpai_2/senpai_hover.jpg);
}

.senpai_2 .senpaiSp {
  background-image: url(../img/human/senpai_2/senpai.jpg);
}

.senpai_2 .senpaiSp_2.image {
  background-image: url(../img/human/senpai_2/senpai_hover.jpg);
}

.senpai_3 .senpaiImg.pc {
  background-image: url(../img/human/senpai_3/senpai.jpg);
  width: 299px;
  height: 328px;
  background-size: contain;
  background-repeat: no-repeat;
}

.senpai_3 .senpaiImg.pc:hover {
  background-image: url(../img/human/senpai_3/senpai_hover.jpg);
}

.senpai_3 .senpaiSp {
  background-image: url(../img/human/senpai_3/senpai.jpg);
}

.senpai_3 .senpaiSp_2.image {
  background-image: url(../img/human/senpai_3/senpai_hover.jpg);
}

.senpai_4 .senpaiImg.pc {
  background-image: url(../img/human/senpai_4/senpai.jpg);
  width: 299px;
  height: 328px;
  background-size: contain;
  background-repeat: no-repeat;
}

.senpai_4 .senpaiImg.pc:hover {
  background-image: url(../img/human/senpai_4/senpai_hover.jpg);
}

.senpai_4 .senpaiSp {
  background-image: url(../img/human/senpai_4/senpai.jpg);
}

.senpai_4 .senpaiSp_2.image {
  background-image: url(../img/human/senpai_4/senpai_hover.jpg);
}

.senpai_5 .senpaiImg.pc {
  background-image: url(../img/human/senpai_5/senpai.jpg);
  width: 299px;
  height: 328px;
  background-size: contain;
  background-repeat: no-repeat;
}

.senpai_5 .senpaiImg.pc:hover {
  background-image: url(../img/human/senpai_5/senpai_hover.jpg);
}

.senpai_5 .senpaiSp {
  background-image: url(../img/human/senpai_5/senpai.jpg);
}

.senpai_5 .senpaiSp_2.image {
  background-image: url(../img/human/senpai_5/senpai_hover.jpg);
}

.senpai_6 .senpaiImg.pc {
  background-image: url(../img/human/senpai_6/senpai.jpg);
  width: 299px;
  height: 328px;
  background-size: contain;
  background-repeat: no-repeat;
}

.senpai_6 .senpaiImg.pc:hover {
  background-image: url(../img/human/senpai_6/senpai_hover.jpg);
}

.senpai_6 .senpaiSp {
  background-image: url(../img/human/senpai_6/senpai.jpg);
}

.senpai_6 .senpaiSp_2.image {
  background-image: url(../img/human/senpai_6/senpai_hover.jpg);
}

.senpaiImg_2.sp {
  position: relative;
  width: 300px;
  height: 400px;
  overflow: hidden;
}

.senpaiSp,
.senpaiSp_2.image {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center;
}

.senpaiSp.active,
.senpaiSp_2.image.active {
  opacity: 1;
  z-index: 2;
}

.senpaiSp.active.initial,
.senpaiSp_2.image.active.initial {
  transition: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mainContents {
    padding: 0;
  }
  .container {
    width: 90%;
    height: 100%;
    padding: 0 20px;
    padding-bottom: 114px;
    display: block;
    margin: 0 auto;
  }
  .qa-container {
    padding: 12px;
    width: 100%;
    margin: 0 auto;
  }
  .question .text, .answer .text {
    font-size: 1em;
  }
}
.recruitContents {
  padding-top: 1em;
}
.recruitContents table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.recruitContents table td {
  padding: 0.5em;
}
.recruitContents table tr {
  vertical-align: top;
  border: 1px solid #d7d8d8;
}
.recruitContents table tr td:first-child {
  background-color: #fefaf5;
  width: 40%;
}
.recruitContents h2 {
  color: #00358c;
  border-bottom: #0076ff 2px solid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  padding: 0.5em;
}
.recruitContents .recruitRead {
  padding: 0.5em 0;
  width: 100%;
  margin: 0 auto;
}
.recruitContents .recruitRead h3 {
  color: #0076ff;
  padding: 0.5em 0;
}

.recruitChild {
  margin-top: 1em;
}
.recruitChild h3 {
  text-align: center;
  padding: 0.5em;
  border-bottom: 1px dotted #0076ff;
  color: #7e582b;
  font-weight: normal;
  margin: 20px 0 0;
}

.recruitChildTitle {
  padding-bottom: 0.5em;
  width: 100%;
  margin: 0 auto;
}

.qandaContents {
  padding-top: 2em;
}
.qandaContents hr {
  border: #0076ff dotted;
}
.qandaContents .qandaChild {
  padding-top: 1em;
}
.qandaContents .qandaChild a {
  text-decoration: none;
}

.contact-form {
  max-width: 520px;
  margin: 0 auto;
  padding: 32px 24px;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 24px;
  color: #222;
}

.form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-weight: bold;
  margin-bottom: 6px;
}
.form-group input,
.form-group select {
  padding: 8px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 1em;
}

.name-group input {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}
.name-group input:last-child {
  margin-right: 0;
}

.address-group input {
  margin-bottom: 6px;
}

.required {
  background-color: #e53935;
  color: #fff;
  font-size: 0.95em;
  margin-left: 4px;
  padding: 0.3em;
  border-radius: 10px;
}

.error {
  color: #e53935;
  font-size: 0.95em;
  margin-top: 4px;
}

.form-note {
  margin: 18px 0 12px 0;
  color: #388e3c;
  font-size: 0.98em;
  display: flex;
  align-items: center;
}
.form-note .lock {
  font-size: 1.2em;
  margin-right: 6px;
}

.submit-btn {
  width: 100%;
  background: #43a047;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  font-size: 1.1em;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
}
.submit-btn:hover {
  background: #388e3c;
}

.back-btn {
  display: inline-block;
  margin-top: 16px;
  color: #1976d2;
  text-decoration: underline;
  font-size: 1em;
  background: none;
  border: none;
  cursor: pointer;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
  margin-top: 12px;
}

dd {
  margin-left: 0;
  margin-bottom: 6px;
}

.name-group .name-row {
  display: flex;
  gap: 12px;
}
.name-group .name-row input {
  width: 100%;
  min-width: 0;
}

.contactTitle h2 {
  font-size: 24px;
  color: #00358c;
  border-bottom: solid 2px #0076ff;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em;
}
.contactTitle h3 {
  color: #0076ff;
}
.contactTitle span {
  color: #00358c;
}

.contactRead {
  width: 100%;
  margin: 1em auto;
}

.footerBtn {
  text-align: center;
  border: solid #0076ff;
  width: 130px;
  border-radius: 30px;
  color: #0076ff;
  margin: 0.5em auto;
}
.footerBtn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/assets/arrow.png");
  background-position: center;
  background-size: contain;
}

.next {
  margin: 1em auto;
  text-align: center;
}
.next h3 {
  font-size: 32px;
  color: #0076ff;
  display: inline-flex;
}
.next h3::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../img/assets/arrow_2.png");
  background-position: center;
  background-size: contain;
}

@media (max-width: 1024px) {
  /* タブレット向けのスタイル */
}
@media (max-width: 767px) {
  body {
    background-image: none;
    background-color: #f5f0e6;
  }
  .number .nenkan {
    width: 100%;
  }
  .message .messageTxt h3 {
    font-size: 23px;
  }
}
.pageTopBtn {
  font-size: 12px !important;
}

section.header {
  padding-top: 0.5em;
  position: absolute;
}

.fixedMenu {
  position: fixed;
  top: 100px;
  right: 100px;
  width: 300px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2000;
  padding: 24px 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.fixedMenu ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.fixedMenu li {
  margin: 0;
  padding: 0;
}
.fixedMenu a {
  display: block;
  padding: 14px 32px 14px 24px;
  color: #585858;
  text-decoration: none;
  font-size: 16px;
  border-left: 4px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  position: relative;
}
.fixedMenu a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0076ff;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fixedMenu a:hover, .fixedMenu a:focus {
  color: #0076ff;
}
.fixedMenu a:hover::before, .fixedMenu a:focus::before {
  content: "▶︎";
  opacity: 1;
  color: #00358c;
}

.menuVideoBtn {
  margin: 16px 24px 0 24px;
  padding: 12px 0;
  background: #0076ff;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
.menuVideoBtn:hover {
  background: #00358c;
}

.privacyLink {
  margin: 18px 0 0 0;
  text-align: center;
  font-size: 13px;
}
.privacyLink a {
  text-decoration: underline;
  text-align: right;
}

@media (max-width: 767px) {
  .fixedMenu {
    display: none;
  }
  .pageTopBtn {
    top: 12px;
    left: 12px;
    padding: 8px 14px;
    font-size: 13px;
  }
}
.question, .answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  align-items: center;
}

.question .label {
  font-weight: bold;
  color: #0076ff;
  margin-right: 8px;
  font-size: 24px;
}

.question .text {
  color: #00358c;
}

.answer .label {
  font-weight: bold;
  color: #00358c;
  margin-right: 8px;
  font-size: 1.1em;
}

.answer .text {
  font-weight: normal;
  font-size: 1.1em;
}

/*****ここから紙器事業*****/
.senpaiMain h3 {
  line-height: 1.5;
  color: #0076ff;
}

.senpaiMain p {
  margin: 0.5em 0;
}

.voiceContents h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 280px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #0076ff;
  border-radius: 2px;
}

.senpaiContents {
  border: solid 1px #0076ff;
}

.voiceSlide {
  background-color: #00358c;
}

.voiceTitle {
  margin: 1em;
  text-align: center;
}
.voiceTitle h2 {
  color: #00358c;
  position: relative;
}

.senpaiMain img {
  margin: 2em 0;
}

/*****ここまで紙器事業*****//*# sourceMappingURL=style.css.map */