@-moz-document url-prefix() {}html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}


#pic-240201OPN_ANS {
  margin: 0 auto;
  font-pic-240201OPN_ANS-settings: "palt";
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#pic-240201OPN_ANS .default-img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  width: 100%;
  height: auto;
  display: block;
}

:root {
  --bg-color: #f2ecee;
}

.area-header {
    width: 100% !important;
}

#pic-240201OPN_ANS * {
  box-sizing: border-box;
}

#pic-240201OPN_ANS *::after {
  box-sizing: border-box;
}

#pic-240201OPN_ANS *::before {
  box-sizing: border-box;
}

#pic-240201OPN_ANS a {
  display: block;
  text-decoration: none;
  position: relative;
}

#pic-240201OPN_ANS a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}

#pic-240201OPN_ANS a:hover {
  cursor: pointer;
}

#pic-240201OPN_ANS a:hover::after {
  opacity: 1;
  transition: 0.4s;
}

#pic-240201OPN_ANS .main {
  margin: 0 auto;
}

/*----- hero -----*/

#pic-240201OPN_ANS .hero {
  margin: 0 auto 118px;
  width: 100%;
  position: relative;
}

#pic-240201OPN_ANS .hero__wrap {
  position: relative;
}

#pic-240201OPN_ANS .hero__img {
  width: 79.7rem;
  margin-inline: auto;
  margin: 4.8rem auto 0;
}

#pic-240201OPN_ANS * {
  font-family: 'yu-mincho-pr6n', sans-serif;
  font-weight: 400;
  font-style: normal;
}

#pic-240201OPN_ANS .hero__txt {
  margin: 62px auto;
  letter-spacing: 0.13em;
  line-height: 3rem;
  font: 400 18px / 30px 'yu-mincho-pr6n', 'sans-serif';
}

#pic-240201OPN_ANS .hero__menu {
  min-width: 112rem;
  width: min-content;
  margin: 0 auto;
}

#pic-240201OPN_ANS .hero__menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

#pic-240201OPN_ANS .hero__menu li {
  width: 100%;
}


/*----- container -----*/

#pic-240201OPN_ANS .contents__main {
  margin-top: -10rem;
  padding-top: 10rem;
}

#pic-240201OPN_ANS .section {
  margin: 0 auto 312px;
  width: 100%;
  position: relative;
}

#pic-240201OPN_ANS .sec__ttl {
  margin: 0 auto 80px;
}

#pic-240201OPN_ANS .sec__ttl p {
  position: relative;
  padding: 0.5rem 26px 0.5rem 42px;
  width: 26rem;
  background-color: var(--bg-color);
  font-size: 2rem;
  line-height: 1;
  z-index:-2;
  margin-left: -33px;
}

#pic-240201OPN_ANS .sec__ttl p::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

#pic-240201OPN_ANS .sec__ttl p::after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

#pic-240201OPN_ANS .sec__detail__inner {
  display: grid;
  width: 1030px;
  margin: 0 auto;
}

#pic-240201OPN_ANS .detail__l .sec__detail__inner {
  grid-template-columns: 1.2fr 1fr;
}

#pic-240201OPN_ANS .detail__r .sec__detail__inner {
  grid-auto-flow: column;
  direction: rtl;
  grid-template-columns: 1.2fr 1fr;
}

#pic-240201OPN_ANS .detail__r .sec__txt {
  direction: ltr;
  margin-left: -49px;
}

#pic-240201OPN_ANS .detail__l::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -11.6rem;
  width: 50%;
  height: 72.8%;
  background-color: var(--bg-color);
  z-index: -1;
}

#pic-240201OPN_ANS .detail__r::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -11.6rem;
  width: 50%;
  height: 72.8%;
  background-color: var(--bg-color);
  z-index: -1;
}

#pic-240201OPN_ANS .sec__detail .sec__txt {
  display: flex;
  align-items: flex-end;
  position: relative;
}

#pic-240201OPN_ANS .detail__l .sec__txt__inner {
  font: 400 16px / 1em 'yu-mincho-pr6n', 'sans-serif';
  position: absolute;
  top: 199px;
  right: 19px;
  width: 100%;
}

#pic-240201OPN_ANS .detail__r .sec__txt__inner {
  font: 400 16px / 1em 'yu-mincho-pr6n', 'sans-serif';
  position: absolute;
  top: 201px;
  left: 77px;
  width: 100%;
}

#pic-240201OPN_ANS .sec__detail .sec__txt .txt--01 {
  font: 400 20px / 1.2em 'yu-mincho-pr6n', 'sans-serif';
  margin-bottom: 20px;
  letter-spacing: 0;
}

#pic-240201OPN_ANS .sec__detail .sec__txt .txt--02 {
  font: 400 40px / 1em 'meno-banner', 'sans-serif';
  margin-bottom: 19px;
  letter-spacing: 0.07em;
}

#pic-240201OPN_ANS .sec__detail .sec__txt .txt--03 {
  font: 400 1.7rem / 2.96rem 'yu-mincho-pr6n', 'sans-serif';
  margin-bottom: 4.5rem;
  letter-spacing: 0.01em;
}

#pic-240201OPN_ANS .sec__detail .sec__txt .txt--04 {
  font: 400 15px / 2em 'yu-mincho-pr6n', 'sans-serif';
  letter-spacing: 0;
}

#pic-240201OPN_ANS .sec__detail .sec__txt span {
  font-size: 14px;
}

#pic-240201OPN_ANS .detail__l .sec__img {
  width: 400px;
  height: auto;
  margin: 0 15px 0 auto;
}

#pic-240201OPN_ANS .detail__r .sec__img {
  width: 400px;
  height: auto;
  margin: 0 auto 0 17px;
}

#pic-240201OPN_ANS .sec__btn {
  width: 271px;
  height: 71px;
  margin: 0 auto;
}

#pic-240201OPN_ANS .sec__btn img {
  margin-top: 70px;
}

#pic-240201OPN_ANS .sec__detail .sec__btn__inner {
  background-color: var(--bg-color);
  border: 1px solid #666;
  border-radius: calc(infinity * 1px);
  padding: 2rem;
  margin: 0 auto;
  width: 27rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*-----  -----*/

#pic-240201OPN_ANS .sec01 .sec__btn img {
  margin-top: 53px;
}

#pic-240201OPN_ANS .sec02 {
  margin: 0 auto 314px;
}

#pic-240201OPN_ANS .sec02 .sec__txt {
  top: -21px;
}

#pic-240201OPN_ANS .sec02 .sec__btn img {
  margin-top: 72px;
}

#pic-240201OPN_ANS .sec03 {
  margin: 0 auto 315px;
}

#pic-240201OPN_ANS .sec03 .sec__txt__inner {
  top: 152px;
  right: 13px;
}

#pic-240201OPN_ANS .sec03 .sec__detail .sec__txt .txt--01 {
  margin-bottom: 12px;
}

#pic-240201OPN_ANS .sec03 .sec__detail .sec__txt .txt--02 {
  line-height: 1.3em;
  margin-bottom: 14px;
}

#pic-240201OPN_ANS .sec03 .sec__detail .sec__txt .txt--04 {
  margin-bottom: 43px;
}

#pic-240201OPN_ANS .sec03 .sec__btn img {
  margin-top: 34px;
}

#pic-240201OPN_ANS .sec04 {
  margin: 0 auto 313px;
}

#pic-240201OPN_ANS .sec04 .sec__txt__inner {
  top: 178px;
  left: 77px;
}

#pic-240201OPN_ANS .sec04 .sec__btn img {
  margin-top: 73px;
}

#pic-240201OPN_ANS .sec05 {
  margin: 0 auto 314px;
}

#pic-240201OPN_ANS .sec05 .sec__txt__inner {
  top: 86px;
  right: 14px;
}

#pic-240201OPN_ANS .sec05 .sec__detail .sec__txt .txt--01 {
  margin-bottom: 16px;
}

#pic-240201OPN_ANS .sec05 .sec__detail .sec__txt .txt--02 {
  line-height: 1.25em;
  margin-bottom: 15px;
}

#pic-240201OPN_ANS .sec05 .sec__btn img {
  margin-top: 54px;
}

#pic-240201OPN_ANS .sec06 {
  margin: 0 auto 273px;
}

#pic-240201OPN_ANS .sec06 .sec__txt__inner {
  top: 102px;
  left: 77px;
}

#pic-240201OPN_ANS .sec06 .sec__detail .sec__txt .txt--01 {
  margin-bottom: 15px;
}

#pic-240201OPN_ANS .sec06 .sec__detail .sec__txt .txt--02 {
  line-height: 1.25em;
  margin-bottom: 14px;
}

#pic-240201OPN_ANS .sec06 .sec__btn img {
  margin-top: 70px;
}

/*----- container all -----*/

.container__all {
  color: #000;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
}

.container__all p {
  display: inline-block;
  background-color: #fff;
  width: 340px;
  font: 400 29px / 1em 'yu-mincho-pr6n', 'sans-serif';
  letter-spacing: 0 !important;

}

.container__all span {
  font-size: 23px;
  line-height: 1.5em;
  letter-spacing: 0 !important;
}

.container__all::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  top: 47px;
  background-color: #333;
  z-index: -1;
}

/*----- fadeIn -----*/

#pic-240201OPN_ANS .fadeIn {
  opacity: 0;
  transform: translate(0, 4.5rem);
  transition: all 1s ease-out;
 }

.pc-footer {
  margin: 0;
}

.area-header {
  max-width: 100%;
}

.breadcrumbs {
  max-width: 100%;
}

.pic-240201OPN_ANS-snslist {
  overflow: hidden;
}

.l-footer,
.pc-footer {
  overflow: hidden;
  padding: 0;
}

.pic__accordion {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
