/*CSSDocument*/
/* share
===============================================================*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-header {
  padding: 10px 15px;
  position: fixed;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.p-headerInner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-headerLogo {
  color: #fff;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
.p-headerLogo span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-headerLogo {
    font-size: 14px;
  }
  .p-headerLogo span {
    font-size: 10px;
  }
}
.p-headerMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.p-headerMenuBar {
  width: 35px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.p-headerMenu.is-active .top {
  transform: rotate(30deg) translateY(6.5px);
}
.p-headerMenu.is-active .bottom {
  transform: rotate(-30deg) translateY(-6.5px);
}

.p-slide {
  position: fixed;
  top: 0;
  background-color: rgba(4, 12, 37, 0.95);
  width: 100%;
  height: 100vh;
  z-index: 9;
  padding-top: 85px;
  transform: translateX(100%);
  pointer-events: none;
  transition: 0.3s;
}
.p-slide.is-active {
  transform: translateX(0);
  pointer-events: all;
}
.p-slideInner {
  padding: 0 20px;
  overflow-y: scroll;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}
.p-slideNav {
  height: 100%;
  padding-bottom: 165px;
}
.p-slideContact {
  background-color: #1a2547;
  border: 1px solid #394467;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
  margin-bottom: 30px;
}
.p-slideItem {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #394467;
  padding: 0 10px 18px 14px;
  margin-bottom: 18px;
}
.p-slideTitle {
  color: #6473a2;
  font-size: 17px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.3;
}
.p-slideText {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  letter-spacing: 0.06em;
}

.p-fv {
  height: 100vh;
  position: relative;
}
.p-fvBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-fvHeading {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.p-fvTitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  font-size: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.36em;
}
@media screen and (max-width: 1024px) {
  .p-fvTitle {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-fvTitle {
    font-size: 40px;
    writing-mode: vertical-rl;
    transform: translateY(-50%);
    height: 100%;
  }
}
@media screen and (max-width: 520px) {
  .p-fvTitle {
    font-size: 30px;
  }
}

.p-para {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}
.p-paraBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-intro {
  padding: 60px 0;
}
.p-introTitle {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-introTitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-introTitle strong {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .p-introTitle strong {
    font-size: 36px;
  }
}
.p-introTitle small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-introTitle small {
    font-size: 20px;
  }
}
.p-introTitle span {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .p-introTitle span {
    font-size: 30px;
  }
}
.p-introText {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-introText {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.p-introCont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-introCont {
    flex-direction: column;
  }
}
.p-introImg {
  max-width: 30%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-introImg {
    max-width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .p-introImg {
    max-width: 60%;
  }
}
.p-introItems {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .p-introItems {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-introItems {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  .p-introItems {
    width: 100%;
  }
}
.p-introItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-introItem {
    width: 85%;
    max-width: 300px;
  }
}
.p-introItem:first-of-type {
  align-self: flex-start;
}
.p-introItem:last-of-type {
  align-self: flex-end;
}
.p-introItemTop, .p-introItemBottom {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-introItemborder {
  background-color: #9b9fa9;
  height: 1px;
  width: 100%;
}
.p-introItemQuotation {
  width: 10px;
}
.p-introItemText {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: left;
  padding: 16px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-introItemText {
    font-size: 16px;
  }
}

.p-importance {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-importance {
    padding: 60px 0 0;
  }
}
.p-importanceTitle {
  background: linear-gradient(-60deg, #114364, #205a80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-importanceTitle {
    font-size: 20px;
  }
}
.p-importanceText {
  color: #0a2a40;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-importanceText {
    font-size: 25px;
  }
}
.p-importanceCont {
  background-image: url(../images/importance-img-1-sp.jpg);
  background-position: center;
  background-size: cover;
  width: 50%;
  padding: 20px;
  aspect-ratio: 375/707;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-importanceCont {
    width: 100%;
    margin-left: -20px;
    background-image: url(../images/importance-img-1-sp.jpg);
  }
}
.p-importanceContText {
  background-color: rgba(97, 142, 163, 0.5);
  color: #fff;
  padding: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-importanceContText {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.p-importanceContBtn {
  color: #fff !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-shadow: 0 0 5px #0a2a40;
}
@media screen and (max-width: 768px) {
  .p-importanceContBtn {
    font-size: 16px;
  }
}
.p-importanceContBtn::before {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-movie.png);
  background-size: cover;
  width: 45px;
  height: 45px;
}
.p-importanceBox {
  width: -moz-max-content;
  width: max-content;
}
.p-importanceBox:first-of-type {
  margin-bottom: 150px;
}
.p-importanceBox:last-of-type {
  margin-top: 20px;
  margin-left: auto;
  align-self: flex-end;
}
.p-importanceBoxHead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.p-importanceBoxJob {
  font-size: 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 20px;
  display: grid;
  place-content: center;
  padding: 5px 20px;
  font-family: "Shippori Mincho", serif;
  text-shadow: 0 0 5px #0a2a40;
}
@media screen and (max-width: 768px) {
  .p-importanceBoxJob {
    font-size: 15px;
  }
}
.p-importanceBoxName {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #0a2a40;
}
.p-importanceBoxText {
  color: #fff;
  letter-spacing: 0.14em;
  text-align: left;
  line-height: 1.5;
  text-shadow: 0 0 5px #0a2a40;
}
@media screen and (max-width: 768px) {
  .p-importanceBoxText {
    font-size: 13px;
  }
}
.p-importanceModal {
  background-color: #354c6f;
  padding: 40px 15px 10px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-importanceModalMovie {
  aspect-ratio: 314/198;
}
.p-importanceModal .mfp-close {
  color: #fff !important;
}

.p-strength {
  padding: 60px 0;
}
.p-strengthTitle {
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-strengthTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-strengthText {
  color: #fff;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-strengthText {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-strengthItems {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-strengthItems {
    flex-direction: column;
  }
}
.p-strengthItem {
  border-radius: 15px;
  overflow: hidden;
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .p-strengthItem {
    max-width: 95%;
    width: 100%;
  }
}
.p-strengthItem:nth-of-type(even) {
  margin-left: auto;
}
.p-strengthItemHead {
  background: linear-gradient(to right, rgba(17, 67, 100, 0.8), rgba(32, 90, 128, 0.8));
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: left;
  padding: 10px 15px;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-strengthItemHead {
    font-size: 16px;
  }
  .p-strengthItemHead::first-letter {
    font-size: 20px;
  }
}
.p-strengthItemText {
  background-color: rgba(53, 76, 111, 0.8);
  padding: 10px 15px;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: left;
  font-size: 17px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-strengthItemText {
    font-size: 15px;
  }
}

.p-data {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-data {
    padding-bottom: 0;
  }
}
.p-dataWrap {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px;
}
.p-dataTitle {
  background: linear-gradient(-60deg, #114364, #205a80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-dataTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-dataHead {
  color: #0a2a40;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-dataHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-dataItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-dataItems {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .p-dataItems {
    gap: 20px;
  }
}
.p-dataItem {
  display: flex;
  flex-direction: column;
}
.p-dataItemImg {
  margin-bottom: 20px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-dataItemImg {
    max-width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .p-dataItemImg {
    max-width: 100%;
  }
}
.p-dataItemText {
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: left;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-dataItemText {
    font-size: 15px;
  }
}

.p-commit {
  padding: 100px 0;
  background-color: #18283f;
  padding-bottom: 0;
}
.p-commitTitle {
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-commitTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-commitText {
  color: #fff;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-commitText {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-commitBlueprint {
  display: flex;
  margin-bottom: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-commitBlueprint {
    display: block;
  }
}
.p-commitBlueprintImg {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-commitBlueprintImg {
    width: 100%;
  }
}
.p-commitBlueprintBox {
  background-color: #354c6f;
  padding: 15px 12px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-commitBlueprintBox {
    margin: -40px auto 45px;
    border-radius: 15px;
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  .p-commitBlueprintBox {
    width: 84%;
  }
}
.p-commitBlueprintBoxHead {
  color: #fff;
  font-size: 24px;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-commitBlueprintBoxHead {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.p-commitBlueprintBoxText {
  color: #fff;
  font-size: 19px;
  text-align: left;
  line-height: 1.75;
  margin-left: 60px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-commitBlueprintBoxText {
    font-size: 14px;
    margin-left: 35px;
  }
}
.p-commitItems {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-commitItems {
    flex-direction: column;
  }
}
.p-commitItemImg.img1 {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .p-commitItemImg.img1 {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .p-commitItemImg.img1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-commitItemImg.img {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .p-commitItemImg.img {
    width: 100%;
  }
}
.p-commitItemText {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.p-commitItemNote {
  font-size: 14px;
  color: #fff;
  line-height: 1.785;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}

.p-menu {
  padding: 50px 0;
  background-image: url(../images/bg-menu.png);
  background-size: cover;
}
.p-menuWrap {
  background-color: #f3f8fa;
  padding: 30px 10px;
}
.p-menuTitle {
  background: linear-gradient(-60deg, #114364, #205a80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-menuTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-menuHead {
  color: #0a2a40;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-menuHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-menuLabel {
  color: #18283f;
  font-size: 26px;
  margin-bottom: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-menuLabel {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 35px;
  }
}
.p-menuItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-menuItems {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.p-menuItem {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 0 0;
  overflow: hidden;
  position: relative;
}
.p-menuItemHead {
  width: 35px;
  height: 35px;
  margin: 0 auto 15px;
}
.p-menuItemIcon {
  height: -moz-max-content;
  height: max-content;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.p-menuItemTitle {
  font-family: "Shippori Mincho", serif;
  color: #0a2a40;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-menuItemTitle {
    font-size: 16px;
  }
}
.p-menuItemText {
  font-size: 14px;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.06em;
  padding: 0 10px 10px;
  margin-bottom: 36px;
}
.p-menuItemBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #fff !important;
  font-size: 13px;
  background-color: #2e71d5;
  padding: 10px 0;
}
.p-menu a.p-menuItem:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.2s ease-out;
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.p-plan {
  padding: 80px 0;
  position: relative;
  background-image: url(../images/bg-plan.png);
  background-size: cover;
}
.p-planTitle {
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-planTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-planHead {
  color: #fff;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-planHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-planTabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-planTabs {
    flex-direction: column;
  }
}
.p-planTab {
  border: 1px solid #fff;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p-planTab {
    font-size: 13px;
  }
}
.p-planBlock {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.p-planBlock.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.p-planBlock .swiper .swiper-button-next,
.p-planBlock .swiper .swiper-button-prev {
  background: none;
  border: none;
}
.p-planBlock .swiper .swiper-button-next svg,
.p-planBlock .swiper .swiper-button-prev svg {
  display: none;
}
.p-planBlock .swiper .swiper-button-next::before,
.p-planBlock .swiper .swiper-button-prev::before {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-prev.png);
  background-size: cover;
  width: 15px;
  height: 21px;
}
.p-planBlock .swiper .swiper-button-next::before {
  background-image: url(../images/arrow-next.png);
}

.p-info {
  padding: 60px 0;
  background-color: #fff;
}
.p-infoTitle {
  background: linear-gradient(-60deg, #114364, #205a80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-infoTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-infoHead {
  color: #0a2a40;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-infoHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-infoItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-infoItems {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-infoItem {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.p-infoItem:last-of-type {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.p-infoItemHead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-infoItemIcon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.p-infoItemTitle {
  font-size: 24px;
  color: #114364;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-infoItemTitle {
    font-size: 18px;
  }
}
.p-infoItemText {
  font-size: 16px;
  color: #838383;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-infoItemText {
    font-size: 14px;
  }
}
.p-infoMovieTitle {
  font-size: 28px;
  color: #114364;
  border: 1px solid #114364;
  padding: 7px 45px;
  margin-bottom: 35px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .p-infoMovieTitle {
    font-size: 20px;
  }
}
.p-infoMovieText {
  font-size: 20px;
  color: #0a2a40;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-infoMovieText {
    font-size: 14px;
  }
}
.p-infoMovieItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.p-infoMovieItemContent {
  aspect-ratio: 314/198;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-infoMovieItemContent {
    max-width: 42.5vw;
  }
}
.p-infoMovieItemText {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #114364;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-infoMovieItemText {
    font-size: 13px;
  }
}
.p-infoMovieBtn {
  background-color: #2e71d5;
  color: #fff !important;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  width: 300px;
  height: 60px;
  display: grid;
  place-content: center;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
}
.p-infoMovieBtn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-arrow.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-staff {
  background-color: #fff;
  padding: 80px 0;
}
.p-staffTitle {
  background: linear-gradient(-60deg, #114364, #205a80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-staffTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-staffHead {
  color: #0a2a40;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-staffHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-staffItems {
  margin-bottom: 15px;
}
.p-staffItem {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: none;
}
.p-staffItem.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-staffItem {
    max-width: 375px;
  }
}
@media screen and (max-width: 520px) {
  .p-staffItem {
    max-width: 100%;
  }
}
.p-staffItemBg {
  aspect-ratio: 1100/600;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-staffItemBg {
    aspect-ratio: 750/1500;
    -o-object-position: center;
       object-position: center;
    border-radius: 0;
  }
}
.p-staffItemInner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  position: absolute;
  top: 0;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: auto;
}
.p-staffItemName {
  font-size: 28px;
  letter-spacing: 0.24em;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  text-shadow: 0 0 5px #0a2a40;
}
@media screen and (max-width: 768px) {
  .p-staffItemName {
    font-size: 20px;
  }
}
.p-staffItemName span {
  font-size: 16px;
  letter-spacing: 0.24em;
  color: #fff;
}
.p-staffItemLabel {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  text-shadow: 0 0 5px #0a2a40;
}
.p-staffItemText, .p-staffItemNote {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  text-shadow: 0 0 5px #0a2a40;
}
.p-staffItemSns {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.p-staffItemSnsIcon {
  width: 25px;
  height: 25px;
}
.p-staffItemBox {
  max-width: 85%;
  margin-left: auto;
}
.p-staffItemBoxHead {
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
.p-staffItemBoxHeadIcon {
  width: 25px;
  height: 20px;
  margin-bottom: 10px;
}
.p-staffItemBoxHeadTitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #0d293b;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 10px;
}
.p-staffItemBoxHeadText {
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #0d293b;
}
.p-staffItemBoxContents {
  background-color: rgba(29, 86, 123, 0.6);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-staffItemBoxContentsTitle {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.p-staffItemBoxContentsBtn {
  background-color: #fff;
  color: #0d293b !important;
  font-size: 16px;
  width: 222px;
  height: 46px;
  display: grid;
  place-content: center;
  border-radius: 23px;
  font-family: "Shippori Mincho", serif;
  margin: 0 auto 20px;
}
.p-staffItemBoxContentsLink {
  color: #fff !important;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  align-self: flex-end;
  margin-bottom: 15px;
}
.p-staffItemBoxContentsLink::after {
  content: "";
  display: inline-block;
  background-image: url(../images/staff-arrow-1.png);
  background-size: cover;
  width: 10px;
  height: 10px;
}
.p-staffThumbs {
  display: flex;
  gap: 12px;
  overflow-x: scroll;
  padding: 0 20px 5px;
  margin: 0 auto 30px;
  max-width: 1100px;
}
@media screen and (max-width: 520px) {
  .p-staffThumbs {
    max-width: 100%;
  }
}
.p-staffThumb {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.p-staffBtn {
  background-color: #2e71d5;
  color: #fff !important;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  width: 300px;
  height: 60px;
  display: grid;
  place-content: center;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
}
.p-staffBtn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-arrow.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-blog {
  padding: 50px 0;
  background-color: #18283f;
}
.p-blogInner {
  background-color: #fff;
  padding: 20px;
}
.p-blogTitle {
  background: linear-gradient(-60deg, #114364, #205a80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-blogTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-blogHead {
  color: #0a2a40;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-blogHead {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.p-blogItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-blogItems {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-blogItem {
  text-align: left;
}
.p-blogItemImg {
  aspect-ratio: 275/215;
  margin-bottom: 8px;
}
.p-blogItemDate {
  font-size: 16px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  color: #0d293b;
}
@media screen and (max-width: 768px) {
  .p-blogItemDate {
    font-size: 13px;
  }
}
.p-blogItemCat {
  color: #fff;
  background-color: #114364;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 12px;
  width: -moz-max-content;
  width: max-content;
}
.p-blogItemText {
  font-size: 16px;
  color: #114364;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-blogItemText {
    font-size: 14px;
  }
}
.p-blogBtn {
  background-color: #2e71d5;
  color: #fff !important;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  width: 300px;
  height: 60px;
  display: grid;
  place-content: center;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
}
.p-blogBtn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-arrow.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-Access {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-Access {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-AccessTitle {
  background: linear-gradient(-60deg, #114364, #205a80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-AccessTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-AccessHead {
  color: #0a2a40;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-AccessHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-AccessThumb {
  margin-bottom: 60px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-AccessThumb {
    margin-bottom: 22px;
  }
}
.p-AccessTabs {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media screen and (max-width: 520px) {
  .p-AccessTabs {
    gap: 5px;
  }
}
.p-AccessTab {
  color: #fff;
  font-size: 28px;
  background-color: #94afc1;
  height: 80px;
  display: grid;
  place-items: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-AccessTab {
    font-size: 20px;
    height: 50px;
  }
}
@media screen and (max-width: 520px) {
  .p-AccessTab {
    font-size: 15px;
    height: 30px;
  }
}
.p-AccessTab.active {
  background-color: #2e71d5;
  font-size: 36px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .p-AccessTab.active {
    font-size: 28px;
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  .p-AccessTab.active {
    font-size: 15px;
    height: 35px;
  }
}
.p-AccessContents {
  padding: 70px 35px 90px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .p-AccessContents {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .p-AccessContents {
    padding: 20px 10px;
  }
}
.p-AccessContent {
  display: none;
}
.p-AccessContent.active {
  display: block;
}
.p-AccessAddress {
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 45px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  color: #2e404b;
}
@media screen and (max-width: 768px) {
  .p-AccessAddress {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .p-AccessAddress {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.p-AccessText {
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  color: #2e404b;
}
.p-AccessText > a {
  color: #2e404b;
  text-decoration: underline;
}
.p-AccessText > a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-AccessText {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .p-AccessText {
    font-size: 12px;
  }
}
.p-AccessTable {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .p-AccessTable {
    margin-bottom: 30px;
  }
}
.p-AccessTableItem {
  padding: 28px 20px;
  display: flex;
  border-bottom: 1px solid #cccccc;
  align-items: center;
}
.p-AccessTableItem:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-AccessTableItem {
    padding: 20px 10px;
  }
}
.p-AccessTableLabel {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-right: 75px;
  width: 100px;
  color: #114364;
  flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-AccessTableLabel {
    font-size: 16px;
    width: 85px;
  }
}
@media screen and (max-width: 520px) {
  .p-AccessTableLabel {
    font-size: 16px;
    margin-right: 10px;
  }
}
.p-AccessTableDesc {
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
  color: #2e404b;
}
@media screen and (max-width: 768px) {
  .p-AccessTableDesc {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .p-AccessTableDesc {
    font-size: 14px;
  }
}
.p-AccessLinks {
  display: flex;
  justify-content: flex-end;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-AccessLinks {
    flex-direction: column;
    gap: 25px;
  }
}
.p-AccessLink {
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-AccessLink {
    font-size: 13px;
    justify-content: flex-end;
  }
}
.p-AccessLink::after {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-arrow.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-AccessLink::after {
    width: 10px;
    height: 10px;
  }
}

.p-faq {
  padding-top: 200px;
  padding-bottom: 100px;
  background: linear-gradient(-60deg, #18283f, #2c3f5b);
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-faqTitle {
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-faqTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-faqHead {
  color: #fff;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-faqHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-faqListBlock {
  margin: 60px auto 100px;
}
@media screen and (max-width: 768px) {
  .p-faqListBlock {
    margin: 40px auto 45px;
  }
}
.p-faqLinkBlock {
  margin-top: 90px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-faqLinkBlock {
    margin-top: 45px;
  }
}
.p-faqLists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-faqList {
  color: #fff !important;
  background-color: #5dc1a2;
  border-radius: 5px;
  padding: 2px 10px;
}
.p-faqItems {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-faqItems {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
.p-faqItem {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #7e6655;
  padding: 35px 20px;
}
.p-faqItem:last-of-type {
  border-bottom: 2px solid #7e6655;
}
@media screen and (max-width: 768px) {
  .p-faqItem {
    padding: 15px;
  }
}
.p-faqItemTop, .p-faqItemBottom {
  display: flex;
  align-items: baseline;
}
.p-faqItemTop {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faqItemTop {
    padding-right: 20px;
  }
}
.p-faqItemTop::before, .p-faqItemTop::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-faqItemTop::after {
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.p-faqItemBottom {
  height: 0;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.p-faqItemQ, .p-faqItemA {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 300;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-faqItemQ, .p-faqItemA {
    font-size: 30px;
  }
}
.p-faqItemQ {
  color: #5dc1a2;
}
.p-faqItemText {
  max-width: 900px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-faqItemText {
    font-size: 14px;
  }
}
.p-faqItemPlus {
  margin-left: auto;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .p-faqItemPlus {
    width: 18px;
    height: 18px;
  }
}
.p-faqItem.active .c-pageFaqItemBottom {
  height: auto;
  opacity: 1;
  padding-top: 30px;
  pointer-events: auto;
}
.p-faqItem.active .c-pageFaqItemTop::after {
  transform: rotate(0deg);
}
.p-faqLinks {
  display: flex;
  justify-content: flex-end;
}
.p-faqAccList > li {
  border-top: 2px solid #286287;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-faqAccList > li {
    border-width: 1px;
    padding: 0 15px;
  }
}
.p-faqAccList > li:last-of-type {
  border-bottom: 2px solid #286287;
}
@media screen and (max-width: 768px) {
  .p-faqAccList > li:last-of-type {
    border-width: 1px;
  }
}
.p-faqAccList > li .p-faqAccListQ {
  position: relative;
}
.p-faqAccList > li .p-faqAccListQ::before, .p-faqAccList > li .p-faqAccListQ::after {
  position: absolute;
  content: "";
  right: 0;
  top: 60px;
  width: 38px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faqAccList > li .p-faqAccListQ::before, .p-faqAccList > li .p-faqAccListQ::after {
    top: 34px;
    width: 20px;
    height: 1px;
  }
}
.p-faqAccList > li .p-faqAccListQ::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.p-faqAccList > li .p-faqAccListQ.is-opened::after {
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
}
.p-faqAccList > li .p-faqAccListQTxt {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  padding: 50px 60px 40px 80px;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-faqAccList > li .p-faqAccListQTxt {
    font-size: 14px;
    padding: 25px 40px 25px 42px;
  }
}
.p-faqAccList > li .p-faqAccListQTxt::before {
  position: absolute;
  content: "Q";
  font-family: "Shippori Mincho", serif;
  left: 0;
  top: 35px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  background-color: #22597e;
  border-radius: 50%;
  width: 60px;
  height: 52px;
  padding-bottom: 8px;
  display: grid;
  place-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-faqAccList > li .p-faqAccListQTxt::before {
    top: 22px;
    font-size: 18px;
    width: 28px;
    height: 25px;
  }
}
.p-faqAccList > li .p-faqAccListA {
  display: none;
}
.p-faqAccList > li .p-faqAccListATxtBlock {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0 60px 50px 80px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faqAccList > li .p-faqAccListATxtBlock {
    font-size: 14px;
    padding: 0 40px 25px 42px;
  }
}
.p-faqAccList > li .p-faqAccListATxtBlock::before {
  position: absolute;
  content: "A.";
  left: 0;
  top: 0px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 300;
  left: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-faqAccList > li .p-faqAccListATxtBlock::before {
    font-size: 30px;
    top: -5px;
    left: 5px;
  }
}
.p-faqAccList > li .p-faqAccListATxtBlock > p + p {
  margin-top: 1em;
}

.p-contact {
  background-image: url(../images/bg-contact.png);
  background-size: cover;
  padding: 80px 0;
}
.p-contactTitle {
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-contactTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-contactHead {
  color: #fff;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contactHead {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-contactBtn {
  background-color: #fff;
  color: #114364 !important;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 30px;
  position: relative;
  padding-left: 30px;
}
.p-contactBtn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-arrow.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-contactBtn::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 24px;
}
.p-contactBtn.line::before {
  background-image: url(../images/contact-icon-1.png);
}
.p-contactBtn.web::before {
  background-image: url(../images/contact-icon-2.png);
}
.p-contactBtn.tel::before {
  background-image: url(../images/contact-icon-3.png);
}

.p-footer {
  background-image: url(../images/bg-footer.png);
  background-size: cover;
  padding: 60px 0 30px;
}
.p-footerTitle {
  color: #114364;
  font-size: 26px;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-footerTitle {
    font-size: 18px;
  }
}
.p-footerTitle span {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-footerTitle span {
    font-size: 13px;
  }
}
.p-footerNav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 25px;
  margin-bottom: 85px;
  max-width: 500px;
}
.p-footerLink {
  font-size: 16px;
  text-align: left;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .p-footerLink {
    font-size: 13px;
  }
}
.p-footerLink:nth-child(n+8) {
  grid-column: 2;
}
.p-footerCopy {
  font-size: 12px;
  color: #114364;
  font-family: "Shippori Mincho", serif;
}

.p-slide {
  position: fixed;
  top: 0;
  background-color: rgba(4, 12, 37, 0.95);
  width: 100%;
  height: 100vh;
  z-index: 9;
  padding-top: 85px;
}
.p-slideInner {
  padding: 0 20px;
  overflow-y: scroll;
  height: 100%;
}
.p-slideNav {
  height: 100%;
  padding-bottom: 165px;
}
.p-slideContact {
  background-color: #1a2547;
  border: 1px solid #394467;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
  margin-bottom: 30px;
}
.p-slideItem {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #394467;
  padding: 0 10px 18px 14px;
  margin-bottom: 18px;
}
.p-slideTitle {
  color: #6473a2;
  font-size: 17px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.3;
}
.p-slideText {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none !important;
  }
}

.u-spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-spOnly {
    display: block !important;
  }
}/*# sourceMappingURL=contents.css.map */