@charset "UTF-8";
/* ==========================================================================
   toppage
   ========================================================================== */
/* p-mv
----------------------------------------------------------------- */
.p-mv {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-mv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #363380;
  width: 100%;
  max-width: calc(100% - 17vw);
  height: 100%;
  max-height: calc(100% - 5vw);
}
.p-mv__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 3vw);
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 130px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__wrap {
    margin-bottom: 6.8023255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__wrap {
    margin-bottom: 7.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__wrap {
    margin-bottom: 12.6953125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    margin-bottom: 16.9270833333vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__wrap {
    min-height: 600px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__wrap {
    min-height: 750px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    min-height: 140vw;
  }
}
.p-mv__slider {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #000;
  width: 95vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__slider {
    height: 100%;
  }
}
.p-mv__slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-mv__slide--01 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-mv__slide--01 {
    background-image: url(../image/slider01_tb.jpg);
    background-position: center center;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__slide--01 {
    background-image: url(../image/slider01.jpg);
    background-position: center 63%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__slide--01 {
    background-image: url(../image/slider01_sp.jpg);
    background-position: center center;
  }
}
.p-mv__slide--01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-mv__slide--02 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-mv__slide--02 {
    background-image: url(../image/slider02_tb.jpg);
    background-position: center center;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__slide--02 {
    background-image: url(../image/slider02.jpg);
    background-position: center 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__slide--02 {
    background-image: url(../image/slider02_sp.jpg);
    background-position: center center;
  }
}
.p-mv__slide--02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-mv__slide--03 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-mv__slide--03 {
    background-image: url(../image/slider04_tb.jpg);
    background-position: center center;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__slide--03 {
    background-image: url(../image/slider04.jpg);
    background-position: center 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__slide--03 {
    background-image: url(../image/slider04_sp.jpg);
    background-position: center center;
  }
}
.p-mv__slide--03:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-mv__slide--04 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-mv__slide--04 {
    background-image: url(../image/slider03_tb.jpg);
    background-position: center center;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__slide--04 {
    background-image: url(../image/slider03.jpg);
    background-position: center 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__slide--04 {
    background-image: url(../image/slider03_sp.jpg);
    background-position: center center;
  }
}
.p-mv__slide--04:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 20;
}
.p-mv__innerWrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1779px) {
  .p-mv__innerWrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__innerWrap {
    padding-top: 10px;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__innerWrap {
    padding-top: 0.523255814vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__innerWrap {
    padding-top: 0.5405405405vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__innerWrap {
    padding-top: 1.171875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__innerWrap {
    padding-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__innerWrap {
    max-width: 1650px;
    margin-right: auto;
  }
}
.p-mv__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-mv__title {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-mv__title {
    margin-left: 135px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__title {
    margin-left: 7.0639534884vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title {
    margin-left: 7.2972972973vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title {
    margin-left: 14.501953125vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 767px) {
  .p-mv__title {
    margin-left: 33.3984375vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__title {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__title {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title {
    margin-top: 3.515625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .p-mv__title {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__title {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__title {
    margin-bottom: 4.7093023256vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title {
    margin-bottom: 4.8648648649vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title {
    margin-bottom: 10.546875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 23.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__title {
    margin-bottom: 1.5697674419vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title {
    margin-bottom: 3.515625vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 7.8125vw;
  }
}
.p-mv__title .jp {
  z-index: 10;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 15px;
}
@media screen and (min-width: 1780px) {
  .p-mv__title .jp .small {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__title .jp .small {
    font-size: 2.9069767442vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title .jp .small {
    font-size: 3.3783783784vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title .jp .small {
    font-size: 5.243902439vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .jp .small {
    font-size: 5.5989583333vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-mv__title .jp .big {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__title .jp .big {
    font-size: 4.0697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title .jp .big {
    font-size: 4.7297297297vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title .jp .big {
    font-size: 7.0731707317vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .jp .big {
    font-size: 10.4166666667vw;
  }
}
.p-mv__title .en {
  position: relative;
  z-index: 10;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  font-family: "Lora", serif;
}
@media screen and (min-width: 1780px) {
  .p-mv__title .en {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__title .en {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title .en {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title .en {
    font-size: 2.8048780488vw;
  }
}
.p-mv__icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 180px;
  aspect-ratio: 1/1;
  right: -30px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__icon {
    margin-top: 3.6627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__icon {
    margin-top: 3.7837837838vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__icon {
    margin-top: 8.203125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__icon {
    margin-top: 18.2291666667vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__icon {
    width: 10.4651162791vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__icon {
    width: 12.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__icon {
    width: 19.3359375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__icon {
    width: 23.4375vw;
  }
}
.p-mv__icon.on {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__icon {
    margin-top: 15px;
    width: 120px;
  }
}
.p-mv__icon .jp {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #363380;
  font-weight: 500;
  line-height: 1.2;
  font-size: 17px;
}
@media screen and (min-width: 1780px) {
  .p-mv__icon .jp {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__icon .jp {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__icon .jp {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__icon .jp {
    font-size: 3.0487804878vw;
  }
}
.p-mv__icon .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.p-mv__num {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  color: #C49D3E;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-style: italic;
  font-family: "Lora", serif;
  line-height: 1;
  margin-right: 40px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num {
    margin-right: 2.0930232558vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num {
    margin-right: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num {
    margin-right: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__num {
    margin-right: 5.7291666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__num {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num {
    margin-bottom: 3.1395348837vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num {
    margin-bottom: 3.2432432432vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num {
    margin-bottom: 6.4453125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-mv__num {
    margin-bottom: 8.59375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__num {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num {
    margin-bottom: 3.9244186047vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num {
    margin-bottom: 4.0540540541vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num {
    margin-bottom: 8.056640625vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__num {
    margin-bottom: 10.7421875vw;
  }
}
.p-mv__num .big {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 40px;
}
@media screen and (min-width: 1780px) {
  .p-mv__num .big {
    font-size: 300px;
    font-size: 30rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num .big {
    font-size: 17.4418604651vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num .big {
    font-size: 20.2702702703vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num .big {
    font-size: 30.487804878vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__num .big {
    font-size: 32.5520833333vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num .big {
    margin-bottom: 2.0930232558vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num .big {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num .big {
    margin-bottom: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__num .big {
    margin-bottom: 5.7291666667vw;
  }
}
.p-mv__num .big.on {
  opacity: 1;
  margin-bottom: 0;
}
.p-mv__num .small {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 40px;
}
@media screen and (min-width: 1780px) {
  .p-mv__num .small {
    font-size: 160px;
    font-size: 16rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num .small {
    font-size: 9.3023255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num .small {
    font-size: 10.8108108108vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num .small {
    font-size: 18.2926829268vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__num .small {
    font-size: 19.53125vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num .small {
    margin-bottom: 2.0930232558vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num .small {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num .small {
    margin-bottom: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__num .small {
    margin-bottom: 5.7291666667vw;
  }
}
.p-mv__num .small.on {
  opacity: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__num .small.on {
    margin-bottom: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__num .small.on {
    margin-bottom: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__num .small.on {
    margin-bottom: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__num .small.on {
    margin-bottom: 1.4322916667vw;
  }
}
.p-mv__contact {
  position: absolute;
  right: 12vw;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  z-index: 100;
  text-align: center;
  border: 1px solid #363380;
  margin-bottom: 75px;
  width: 400px;
  color: #363380;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__contact {
    margin-bottom: 3.9244186047vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__contact {
    margin-bottom: 4.0540540541vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__contact {
    margin-bottom: 8.056640625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contact {
    margin-bottom: 10.7421875vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__contact {
    width: 23.2558139535vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__contact {
    width: 27.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__contact {
    width: 42.96875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contact {
    width: 52.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__contact {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__contact {
    height: 5.8139534884vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__contact {
    height: 6.7567567568vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__contact {
    height: 10.7421875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-mv__contact {
    height: 13.0208333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__contact {
    right: 4vw;
    width: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contact {
    width: 65vw;
    padding: 10px 5px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__contact {
    margin-bottom: 2.6162790698vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__contact {
    margin-bottom: 2.7027027027vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__contact {
    margin-bottom: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__contact {
    margin-bottom: 7.1614583333vw;
  }
}
.p-mv__contact .en {
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1780px) {
  .p-mv__contact .en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__contact .en {
    font-size: 0.988372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__contact .en {
    font-size: 1.1486486486vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__contact .en {
    font-size: 2.0731707317vw;
  }
}
.p-mv__contact .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-mv__contact .jp {
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-mv__contact .jp {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__contact .jp {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__contact .jp {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__contact .jp {
    font-size: 3.6585365854vw;
  }
}
.p-mv__contact .jp img {
  width: 11px;
  margin-left: 10px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-mv__contact .jp img {
    width: 0.6395348837vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__contact .jp img {
    width: 0.7432432432vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__contact .jp img {
    width: 1.181640625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contact .jp img {
    width: 1.4322916667vw;
  }
}

.sub_mv {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 110px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .sub_mv {
    padding-top: 5.7558139535vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .sub_mv {
    padding-top: 5.9459459459vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sub_mv {
    padding-top: 12.890625vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_mv {
    padding-top: 28.6458333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .sub_mv {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_mv {
    padding-top: 15vw;
  }
}
.sub_mv:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  background: #363380;
  width: 100%;
  max-width: calc(100% - 17vw);
  height: 100%;
  max-height: calc(100% - 5vw);
}
@media screen and (max-width: 767px) {
  .sub_mv:before {
    bottom: -40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sub_mv:before {
    max-height: calc(100% - 12vw);
  }
}
@media screen and (max-width: 767px) {
  .sub_mv:before {
    max-height: calc(100% - 13vw);
    max-width: calc(100% - 8vw);
  }
}
.sub_mvInner {
  max-width: calc(100% - 3vw);
  margin-left: auto;
  padding-right: 3vw;
}
.sub_mv__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub_mv__inner {
    padding: 0vw 5.33vw 0vw 5.33vw;
  }
}
@media screen and (min-width: 768px) {
  .sub_mv__inner {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sub_mvInner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
@media screen and (max-width: 1023px) {
  .sub_mvInner {
    min-height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_mvInner {
    min-height: 70vw;
  }
}
.sub_mvImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.sub_mvImage:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sub_mvImage img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sub_mvImage.review img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.sub_mvImage.expert img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.sub_mvImage.news img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.sub_mvImage.contact img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sub_mvImage.company img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}
.sub_mvImage.privacy img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 55%;
     object-position: 50% 55%;
}
.sub_mvImage.error img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sub_mvImage.history img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}
.sub_mvImage.advantage img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sub_mvImage.office img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}
.sub_mvImageList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: -10;
}
.sub_mvImageList:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sub_mvImageList img {
  width: 33.3333333333%;
  height: 50%;
}
.sub_mvImageList.osaka img, .sub_mvImageList.sagamihara img {
  width: 50%;
  height: 100%;
}
.sub_mv__barItem {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.sub_mv__barItem img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .sub_mv__barItem {
    height: 200%;
    right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .sub_mv__barItem {
    right: -15%;
  }
}
@media screen and (max-width: 767px) {
  .sub_mv__barItem {
    right: -10%;
  }
}

/*

//ズームする アニメーション
@keyframes fadezoom {
  0% {
  transform: scale(1.15);
  }

  100% {
  transform: scale(1);
  }
}

//このクラス名で、ズームするアニメーションを呼び出せる
.slick-animation {
animation: fadezoom 8s linear 0s normal both;
}

*/
.p-culm2Full {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full {
    margin-top: 2.0930232558vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full {
    margin-top: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full {
    margin-top: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-culm2Full {
    margin-top: 5.7291666667vw;
  }
}
.p-culm2Full__wrap {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-culm2Full__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-culm2Full__inner {
  position: relative;
  display: block;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-culm2Full__inner {
    width: 100%;
  }
}
.p-culm2Full__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-culm2Full__inner:nth-child(odd) {
  background: url(../image/content-01.jpg);
  background-size: cover;
  background-position: center center;
}
.p-culm2Full__inner:nth-child(even) {
  background: url(../image/content-02.jpg);
  background-size: cover;
  background-position: center center;
}
.p-culm2Full__contents {
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-culm2Full__contents {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-culm2Full__contents {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-culm2Full__contents {
    aspect-ratio: 1/1.2;
  }
}
.p-culm2Full__contents .num {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 20px;
  line-height: 1;
  color: #C39D3E;
  font-weight: 400;
  font-style: italic;
  font-family: "Lora", serif;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full__contents .num {
    margin-top: 0.261627907vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full__contents .num {
    margin-top: 0.2702702703vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full__contents .num {
    margin-top: 0.537109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-culm2Full__contents .num {
    margin-top: 0.7161458333vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full__contents .num {
    margin-right: 1.0465116279vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full__contents .num {
    margin-right: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full__contents .num {
    margin-right: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-culm2Full__contents .num {
    margin-right: 2.8645833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-culm2Full__contents .num {
    font-size: 15.625vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-culm2Full__contents .num {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full__contents .num {
    font-size: 5.8139534884vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full__contents .num {
    font-size: 6.7567567568vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full__contents .num {
    font-size: 12.1951219512vw;
  }
}
.p-culm2Full__textArea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-culm2Full__textArea {
    margin-top: 190px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full__textArea {
    margin-top: 9.9418604651vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full__textArea {
    margin-top: 10.2702702703vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full__textArea {
    margin-top: 18.5546875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-culm2Full__textArea {
    margin-top: 24.7395833333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full__textArea {
    margin-bottom: 8.3720930233vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full__textArea {
    margin-bottom: 8.6486486486vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full__textArea {
    margin-bottom: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-culm2Full__textArea {
    margin-bottom: 20.8333333333vw;
  }
}
.p-culm2Full__textArea .en {
  font-size: 20px;
}
@media screen and (min-width: 1780px) {
  .p-culm2Full__textArea .en {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full__textArea .en {
    font-size: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full__textArea .en {
    font-size: 1.8243243243vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full__textArea .en {
    font-size: 3.2926829268vw;
  }
}
.p-culm2Full__textArea .title {
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-culm2Full__textArea .title {
    font-size: 8.4635416667vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-culm2Full__textArea .title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-culm2Full__textArea .title {
    font-size: 2.6162790698vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-culm2Full__textArea .title {
    font-size: 3.0405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-culm2Full__textArea .title {
    font-size: 5.487804878vw;
  }
}

/* p-pickup
-------------------------------------------------------------------------- */
.p-pickup {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(17%, rgba(0, 0, 0, 0)), color-stop(17%, rgb(244, 244, 244)), to(rgb(244, 244, 244)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgb(244, 244, 244) 17%, rgb(244, 244, 244) 100%);
}
@media screen and (max-width: 1023px) {
  .p-pickup {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(10%, rgb(244, 244, 244)), to(rgb(244, 244, 244)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgb(244, 244, 244) 10%, rgb(244, 244, 244) 100%);
  }
}

.p-pickupBtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-pickupBtm__item {
  position: relative;
  display: block;
  border-top: 1px solid #C39D3E;
  border-bottom: 1px solid #C39D3E;
  padding: 30px 0;
  width: calc(25% - 45px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-pickupBtm__item {
    width: calc(50% - 20px);
  }
  .p-pickupBtm__item:nth-child(n+3) {
    border-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item {
    width: 100%;
  }
  .p-pickupBtm__item:nth-child(n+2) {
    border-top: 0px;
  }
}
.p-pickupBtm__item .image {
  position: relative;
  width: 100%;
  aspect-ratio: 345/215;
}
.p-pickupBtm__item .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-pickupBtm__item .image .num {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 1;
  font-family: "Lora", serif;
  color: #C39D3E;
  font-weight: 400;
  font-style: italic;
  z-index: 20;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-pickupBtm__item .image .num {
    margin-top: 0.261627907vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-pickupBtm__item .image .num {
    margin-top: 0.2702702703vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickupBtm__item .image .num {
    margin-top: 0.537109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item .image .num {
    margin-top: 0.7161458333vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-pickupBtm__item .image .num {
    margin-right: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-pickupBtm__item .image .num {
    margin-right: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickupBtm__item .image .num {
    margin-right: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item .image .num {
    margin-right: 1.4322916667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item .image .num {
    font-size: 15.625vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-pickupBtm__item .image .num {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-pickupBtm__item .image .num {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-pickupBtm__item .image .num {
    font-size: 4.0540540541vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickupBtm__item .image .num {
    font-size: 7.3170731707vw;
  }
}
.p-pickupBtm__item .image .arrow {
  position: absolute;
  width: 40px;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-pickupBtm__item .image .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-pickupBtm__item .image .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickupBtm__item .image .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item .image .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item .image .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-pickupBtm__item .image .arrow {
    width: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-pickupBtm__item .image .arrow {
    width: 5.4054054054vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-pickupBtm__item .image .arrow {
    width: 8.59375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-pickupBtm__item .image .arrow {
    width: 10.4166666667vw;
  }
}
.p-pickupBtm__item .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #363480;
  line-height: 1.2;
  padding: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item .en {
    font-size: 4.4270833333vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-pickupBtm__item .en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-pickupBtm__item .en {
    font-size: 0.988372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-pickupBtm__item .en {
    font-size: 1.1486486486vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickupBtm__item .en {
    font-size: 2.0731707317vw;
  }
}
.p-pickupBtm__item .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 10px;
  color: #363480;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-pickupBtm__item .jp {
    font-size: 8.59375vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-pickupBtm__item .jp {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-pickupBtm__item .jp {
    font-size: 1.9186046512vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-pickupBtm__item .jp {
    font-size: 2.2297297297vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickupBtm__item .jp {
    font-size: 4.0243902439vw;
  }
}
.p-pickupBtm__item .text {
  margin-top: 15px;
  color: #363480;
}

/* s-banner
-------------------------------------------------------------------------- */
.s-banner {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: rgb(234, 225, 211);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .s-banner {
    padding: 20px 20px 0;
  }
}
.s-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  background-size: cover;
  background-image: url(../image/sonael/bg01.jpg);
  background-position: center center;
}
.s-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .s-banner__item:nth-child(1) {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__item:nth-child(1) {
    width: 17.4418604651vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__item:nth-child(1) {
    width: 20.2702702703vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(1) {
    width: 32.2265625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .s-banner__item:nth-child(1) {
    width: 39.0625vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(1) {
    width: 40%;
    margin: 0 20%;
  }
}
@media screen and (max-width: 767px) {
  .s-banner__item:nth-child(1) {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .s-banner__item:nth-child(2) {
    margin-left: 60px;
    width: 630px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__item:nth-child(2) {
    margin-left: 3.1395348837vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__item:nth-child(2) {
    margin-left: 3.2432432432vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(2) {
    margin-left: 6.4453125vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .s-banner__item:nth-child(2) {
    margin-left: 8.59375vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__item:nth-child(2) {
    width: 36.6279069767vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__item:nth-child(2) {
    width: 42.5675675676vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(2) {
    width: 67.67578125vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .s-banner__item:nth-child(2) {
    width: 82.03125vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .s-banner__item:nth-child(2) {
    width: 80%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .s-banner__item:nth-child(3) {
    margin-top: 30px;
    margin-left: -60px;
    width: 450px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__item:nth-child(3) {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__item:nth-child(3) {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(3) {
    margin-top: 3.22265625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .s-banner__item:nth-child(3) {
    margin-top: 4.296875vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__item:nth-child(3) {
    margin-left: -3.1395348837vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__item:nth-child(3) {
    margin-left: -3.2432432432vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(3) {
    margin-left: -6.4453125vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .s-banner__item:nth-child(3) {
    margin-left: -8.59375vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__item:nth-child(3) {
    width: 26.1627906977vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__item:nth-child(3) {
    width: 30.4054054054vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(3) {
    width: 48.33984375vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .s-banner__item:nth-child(3) {
    width: 58.59375vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__item:nth-child(3) {
    margin-left: -10%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .s-banner__item:nth-child(3) {
    width: 90%;
  }
}
.s-banner__more {
  position: absolute;
  right: 40px;
  bottom: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  width: 105px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__more {
    margin-bottom: 2.0930232558vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__more {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__more {
    margin-bottom: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .s-banner__more {
    margin-bottom: 5.7291666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .s-banner__more {
    z-index: 150;
    right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__more {
    margin-bottom: 1.0465116279vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__more {
    margin-bottom: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__more {
    margin-bottom: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .s-banner__more {
    margin-bottom: 2.8645833333vw;
  }
}
@media screen and (max-width: 767px) {
  .s-banner__more {
    font-size: 16px;
    width: 80px;
    right: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .s-banner__more {
    margin-bottom: 1.3081395349vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-banner__more {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .s-banner__more {
    margin-bottom: 2.685546875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .s-banner__more {
    margin-bottom: 3.5807291667vw;
  }
}
.s-banner__more .text {
  margin-bottom: 5px;
}
.s-banner__more:after {
  content: "";
  display: block;
  width: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 9px;
  margin-bottom: -4px;
  height: 1.5em;
}
.s-banner__more.blown {
  color: #7C5C36;
  border-bottom: 1px solid #7C5C36;
}
.s-banner__more.blown:after {
  background: #7C5C36;
}
.s-banner__btmText {
  margin-top: 15px;
  color: #363380;
}

/* c-list
-------------------------------------------------------------------------- */
.c-list {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(3.3vw, rgba(247, 247, 247, 0)), color-stop(3.3vw, rgb(247, 247, 247)), to(rgb(247, 247, 247)));
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 3.3vw, rgb(247, 247, 247) 3.3vw, rgb(247, 247, 247) 100%);
}
@media screen and (max-width: 1023px) {
  .c-list {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(7.5vw, rgba(247, 247, 247, 0)), color-stop(7.5vw, rgb(247, 247, 247)), to(rgb(247, 247, 247)));
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 7.5vw, rgb(247, 247, 247) 7.5vw, rgb(247, 247, 247) 100%);
  }
}
@media screen and (max-width: 767px) {
  .c-list {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(13vw, rgba(247, 247, 247, 0)), color-stop(13vw, rgb(247, 247, 247)), to(rgb(247, 247, 247)));
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 13vw, rgb(247, 247, 247) 13vw, rgb(247, 247, 247) 100%);
  }
}
@media screen and (min-width: 768px) {
  .c-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .c-list__wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1779px) and (min-width: 1280px) {
  .c-list__wrap {
    margin-bottom: 1.5697674419vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .c-list__wrap {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .c-list__wrap {
    margin-bottom: 3.515625vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .c-list__wrap {
    margin-bottom: 7.8125vw;
  }
}
.c-list__wrap:after, .c-list__wrap:before {
  content: "";
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-list__wrap:after, .c-list__wrap:before {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-list__wrap:after, .c-list__wrap:before {
    width: calc(50% - 20px);
  }
}
.c-list__wrap:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-list__item {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-list__item {
    width: calc(33.3333333333% - 40px);
  }
  .c-list__item:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .c-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-list__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .c-list__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.c-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  aspect-ratio: 46/33;
  width: 100%;
}
.c-list__content:before {
  content: "";
  display: block;
  aspect-ratio: 44/31;
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  right: 0;
  background: #E2D3AD;
  z-index: 5;
}
.c-list__imageArea {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 44/31;
  width: calc(100% - 20px);
  z-index: 10;
}
.c-list__imageArea img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-list__imageArea .arrow {
  position: absolute;
  width: 40px;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .c-list__imageArea .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .c-list__imageArea .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-list__imageArea .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list__imageArea .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list__imageArea .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .c-list__imageArea .arrow {
    width: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .c-list__imageArea .arrow {
    width: 5.4054054054vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .c-list__imageArea .arrow {
    width: 8.59375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-list__imageArea .arrow {
    width: 10.4166666667vw;
  }
}
.c-list__btmtext {
  margin-top: 15px;
  dont-size: 20px;
  color: #363480;
}
@media screen and (min-width: 1780px) {
  .c-list__btmtext {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .c-list__btmtext {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .c-list__btmtext {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-list__btmtext {
    font-size: 2.4390243902vw;
  }
}
.c-list__btmtext span {
  color: #C39C3D;
}
.c-list__btmtext .name {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (min-width: 1780px) {
  .c-list__btmtext .name {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .c-list__btmtext .name {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .c-list__btmtext .name {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-list__btmtext .name {
    font-size: 3.0487804878vw;
  }
}

/* p-tab
-------------------------------------------------------------------------- */
.p-tab {
  margin-top: 130px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-tab {
    margin-top: 6.8023255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-tab {
    margin-top: 7.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-tab {
    margin-top: 12.6953125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tab {
    margin-top: 16.9270833333vw;
  }
}
.p-tab__background {
  background: url(../image/news/bg.jpg);
  background-size: cover;
  background-position: center 20%;
}
.p-tab__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #363380;
}
.p-tab__btn {
  width: calc(33.3333333333% - 40px);
  margin: 0 10px;
  color: #363380;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 1780px) {
  .p-tab__btn {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-tab__btn {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-tab__btn {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-tab__btn {
    font-size: 3.0487804878vw;
  }
}
.p-tab__btn.en {
  padding-bottom: 10px;
  font-family: "Lora", serif;
}
@media screen and (max-width: 767px) {
  .p-tab__btn.en {
    padding-bottom: 5px;
  }
}
.p-tab__btn.active {
  background: #363380;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-tab__btn {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-tab__btn {
    width: 25%;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 5px;
  }
}
.p-tab__contentWrap {
  background: #fff;
  padding-bottom: 140px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-tab__contentWrap {
    padding-bottom: 7.3255813953vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-tab__contentWrap {
    padding-bottom: 7.5675675676vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-tab__contentWrap {
    padding-bottom: 13.671875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__contentWrap {
    padding-bottom: 18.2291666667vw;
  }
}
.p-tab__content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-tab__content {
    padding: 0;
  }
}
.p-topics {
  background: #F5F6FD;
}
.p-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-topics__item {
  width: calc(50% - 30px);
  border-bottom: 1px #363380 solid;
  padding-top: 60px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-topics__item {
    padding-top: 3.1395348837vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-topics__item {
    padding-top: 3.2432432432vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-topics__item {
    padding-top: 6.4453125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__item {
    padding-top: 8.59375vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-topics__item {
    padding-bottom: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-topics__item {
    padding-bottom: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-topics__item {
    padding-bottom: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__item {
    padding-bottom: 1.4322916667vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-topics__item {
    width: 100%;
  }
}
.p-topics__itemWrap {
  display: block;
}
.p-topics__article {
  text-decoration: none;
}
.p-topics__article[href]:hover {
  opacity: 1;
}
.p-topics__article[href]:hover .p-topics__title {
  color: #363380;
  text-decoration: underline;
}
.p-topics__head .label {
  position: relative;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px 2px;
  color: #fff;
  overflow: hidden;
  background: #363380;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-topics__head .label {
    margin-top: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-topics__head .label {
    margin-top: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-topics__head .label {
    margin-top: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__head .label {
    margin-top: 1.4322916667vw;
  }
}
.p-topics__title {
  color: #363380;
  font-weight: 300;
  padding-top: 10px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-topics__title {
    padding-top: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-topics__title {
    padding-top: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-topics__title {
    padding-top: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__title {
    padding-top: 1.4322916667vw;
  }
}
.p-topics__date {
  font-weight: 600;
  font-family: "Lora", serif;
  color: #363380;
}
.p-topics__new {
  color: #363380;
  font-weight: 600;
  font-family: "Lora", serif;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-topics__new:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  background: #363380;
  margin-right: 20px;
}
.p-topics__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}