@charset "UTF-8";
/***** -- Foundation -- *****/
body {
/*
  letter-spacing: .12rem
*/
}
input[type="submit"], input[type="button"], button {border: none;}

.u-ffSerif {font-family: 'plantin', 'Noto Serif JP', serif;}
.u-ffLight {
  font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: 300!important;
}
sup {
  font-size: 80%;
  vertical-align: inherit;
}
.sp{display:none;}
/***** -- Component  -- *****/
.c-pager {
  width: calc(100% - 100px);
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}
.c-pager > * {
  width: 40px;
  font-size: 1.3rem;
  text-align: center;
  color: #002e75;
  margin: 5px;
  padding: 10px 5px;
  background-color: #fff;
  border: 1px solid #002e75;
}
.c-pager > a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  content: '';
}
.c-pager > a:hover::after {background-color: rgba(255, 255, 255, 0.5);}
.c-pager > *.is-active {
  color: #fff;
  background-color: #002e75;
}
.c-pager--prev, .c-pager--next {
  position: absolute;
  top: 0;
  padding: 0px 5px;
  border: none;
}
.c-pager--prev {left: -50px;}
.c-pager--next {right: -50px;}

.c-txtlink {
  display: inline-block;
  margin-top: 5px;
}
.c-txtlink > span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.c-txtlink2 {
  text-decoration: underline;
}




.c-heading {
  font-family: 'plantin', 'Noto Serif JP', serif;
  font-weight: normal;
  line-height: 1.5;
}
.c-heading--01 {
  color: #001e62;
  margin-bottom: 20px;
}
.c-heading--01::before {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translate(0,-50%);
  background-color: #c9cbe0;
  z-index: -1;
  content: '';
}
.c-heading--01 > * {}
.c-heading--01 > *:nth-child(1) {
  font-size: 160%;
  line-height: 1.2;
/*
  letter-spacing: 3px;
*/
  padding-right: 2rem;
  background-color: #fff;
}
.c-heading--01 > *:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 80%;
/*
  letter-spacing: 1px;
*/
}
.c-heading--02 {
  color: #001e62;
  letter-spacing: -.40em;
}
.c-heading--02 > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: normal;
}
.c-heading--02 > *:nth-child(1) {
  font-size: 160%;
/*
  letter-spacing: 2px;
*/
}
.c-heading--02 > *:nth-child(2) {
  font-size: 100%;
/*
  letter-spacing: 1px;
*/
  padding-left: 30px;
}
.c-heading--02 > *:nth-child(2)::before {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 1px;
  height: 50%;
  background-color: #001e62;
  transform: translate(0,-50%);
  content: '';
}
.c-heading--03 {
  color: #001e62;
  text-align: center;
}
.c-heading--03 > * {
  display: inline-block;
  position: relative;
}
.c-heading--03 > *:nth-child(1) {
  width: 100%;
  font-size: 170%;
  line-height: 1.5;
/*
  letter-spacing: 2px;
*/
}
.c-heading--03 > *:nth-child(2) {
  font-size: 80%;
/*
  letter-spacing: 1px;
*/
  padding-top: 10px;
}
.c-heading--03 > *:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #001e62;
  content: '';
}
.c-heading--03.u-fcW > *:nth-child(2)::before {background-color: #fff;}
.c-heading--04 {
  color: #001e62;
  padding-left: 15px;
}
.c-heading--04::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #001e62;
  content: '';
}
.c-heading--04 > *:nth-child(1) {
  font-size: 130%;
/*
  letter-spacing: 2px;
*/
}
.c-heading--05 {
  color: #fff;
  line-height: 1;
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: #e1cea4;
}
.c-heading--05 > * {display: block;}
.c-heading--05 > *:nth-child(1) {
  font-size: 130%;
  line-height: 1.2;
/*
  letter-spacing: 1px;
*/
}
.c-heading--05 > *:nth-child(2) {
  font-size: 100%;
/*
  letter-spacing: 2px;
*/
  margin-top: 5px;
}
.c-heading--06 {
  color: #001e62;
  padding: 1.5rem 1.5rem 1rem;
  background-color: #f8f4ea;
}
.c-heading--06 span {font-size: 110%;}
.c-heading--07 {
  color: #001e62;
  text-align: center;
}
.c-heading--07 > * {
  display: inline-block;
  position: relative;
}
.c-heading--07 > *:nth-child(1) {
  width: 100%;
  font-size: 150%;
/*
  letter-spacing: 2px;
*/
}
.c-heading--07 > *:nth-child(2) {
  font-size: 90%;
/*
  letter-spacing: 1px;
*/
}
.c-heading--08 {
  color: #001e62;
  text-align: center;
  padding-bottom: 20px;
}
.c-heading--08::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #001e62;
  content: '';
}
.c-heading--08 > *:nth-child(1) {
  font-size: 180%;
/*
  letter-spacing: 2px;
*/
}
.c-heading--09 {color: #001e62;}
.c-heading--09 > * {display: block;}
.c-heading--09 > *:nth-child(1) {font-size: 100%;}
.c-heading--09 > *:nth-child(2) {font-size: 140%;}



/* loader */
.l-loader {background-color: #c9cbe0;}

/* header */
.p-header--H {height: 75px;}
.p-header-logo img {width: 260px;}
.p-header-menu {
  display: none;
  right: 0;
}
.p-header-menu span {background-color: #001e62;}
.p-header-menu span::before, .p-header-menu span::after {background-color: #001e62;}
.p-header-btn {
  display: block;
  position: absolute;
  right: 0;
  height: inherit;
  z-index: 1;
}
.p-header-btn > .c-flex {height: inherit;}
.p-header-btn > .c-flex > * {
  width: 75px;
  height: inherit;
  margin-right: 1px;
}
.p-header-btn > .c-flex > *:hover {background-color: #c9cbe0;}
.p-header-btn > .c-flex > * > figure {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-header-btn > .c-flex > * > figure img {
  width: 30px;
  height: auto;
}
.p-header-btn > .c-flex > * > p {
  position: absolute;
  bottom: 8px;
  width: 100%;
  font-size: 1rem;
  color: #001e62;
  text-align: center;
  line-height: 1;
}

/* drawer */
.l-drawer {
  display: none;
  background-color: #001e62;
}
.p-drawer-1st > * {
  border: none;
  border-bottom: 1px solid #425a90;
}
.p-drawer-1st > *:first-child {border-top: 1px solid #425a90;}
.p-drawer-1st > * > a, .p-drawer-1st > * > p {
  font-weight: normal;
  padding: 2rem 3rem 2rem .5rem;
}

.p-drawer .c-acd::before, .p-drawer .c-acd::after {right: 10px;}
.p-drawer .c-acd.is-active {border-bottom: 1px solid #425a90;}



.p-drawer-1st > * > a > span, .p-drawer-1st > * > p > span {
  display: block;
}
.p-drawer-1st > * > a > span:nth-child(2), .p-drawer-1st > * > p > span:nth-child(2) {
  font-size: 75%;
  margin-top: 5px;
}
.p-drawer-1st > * > a::after {right: 12px;}
.p-drawer-2nd {
  padding-left: 15px;
  background-color: transparent;
}
.p-drawer-2nd > .c-flex > * {
  padding: 1rem 0;
  border-bottom: 1px solid #425a90;
}
.p-drawer-2nd > .c-flex > *:last-child {border-bottom: none;}

.p-drawer-2nd > .c-flex > * > a, .p-drawer-2nd > .c-flex > * > p {
  padding: 1rem 2rem 1rem 1rem;
  border-bottom: none;
}
.p-drawer-3rd > a {border-bottom: none;}


.p-drawer-btn > * {
  width: 49%;
  text-align: center;
  padding: .5rem 1rem;
  background-color: #c9cbe0;
}
.p-drawer-btn > * > figure img {
  width: 30px;
  height: auto;
}
.p-drawer-btn > * > p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #001e62;
  margin-top: 5px;
}
.p-drawer-sns > * {
  width: 30px;
  margin-right: 30px;
}

/* drop */
.p-drop-1st > * {width: calc(100% / 6);}
@supports (-ms-ime-align: auto) {
  .p-drop-1st > * {width: calc(99.99% / 6);}
}
.p-drop-1st > *.is-online {
  /*background-color: #f0d69f;*/
  background-color: #c9cbe0;
}
.p-drop-1st > *.is-online:hover {background-color: #f0d69f;}
.p-drop-1st > *.is-online > a {color: #001e62;}
.p-drop-1st > * > a, .p-drop-1st > * > p {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
}
.p-drop-2nd > .c-flex > * {
  width: 23.5%;
  margin-top: 2%;
}
.p-drop-2nd > .c-flex > *:nth-child(4n) {margin-right: 0;}
.p-drop-2nd > .c-flex > *:nth-child(-n + 4) {margin-top: 0;}




/* footer */
.l-footer {background-color: #002e75;}
.p-footer-sns {
  padding-bottom: 40px;
  border-bottom: 1px solid #48618c;
}
.p-footer-sns > * {
  width: 35px;
  margin-right: 35px;
}
.p-footer-1st {padding: 40px 0;}
.p-footer-1st > * {
  width: calc(100% / 4);
  margin-top: 20px;
  padding-bottom: 1%;
  padding-right: 1%;
}
.p-footer-1st > *:nth-child(-n + 4) {margin-top: 0;}
.p-footer-1st > * > a, .p-footer-1st > * > p {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 1px;
}
.p-footer-1st > * > a:hover {color: #f0d69f;}
.p-footer-2nd {padding-left: 1rem;}
.p-footer-2nd .c-icon-after::after {color: #fff;}
.p-footer-2nd > * > a, .p-footer-2nd > * > p {
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.5rem 2.5rem 0.5rem 0;
}
.p-footer-3rd {padding-left: 1.5rem;}
.p-footer-3rd > * {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 2.5rem 0.5rem 0;
}
.p-footer-link {
  padding: 40px 0 20px;
  border-top: 1px solid #48618c;
}
.p-footer-link > * {
  font-size: 1.3rem;
  color: #fff;
  margin: 0 10px 20px;
}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  /* drop */
  .p-drop-1st > * > a, .p-drop-1st > * > p {font-size: 1.3rem;}

  /* footer */
  .p-footer-1st > * {width: calc(100% / 2);}
  .p-footer-1st > *:nth-child(-n + 4) {margin-top: 20px;}
  .p-footer-1st > *:nth-child(-n + 2) {margin-top: 0;}

}
@media screen and (max-width: 768px){
  /* header */
  .p-header--H {height: 65px;}
  .p-header-logo {left: 10px;}
  .p-header-logo img {width: 210px;}
  .p-header-menu {
    display: block;
    width: 65px;
  }
  .p-header-btn {right: 65px;}
  .p-header-btn > .c-flex > * {width: 70px;}

  /* drawer */
  .l-drawer {display: block;}

  /* drop */
  .l-drop {display: none;}

}
@media screen and (max-width: 640px){
  /* footer */
  .p-footer-1st > * {
    width: 100%;
    margin-top: 4%;
  }
  .p-footer-1st > *:nth-child(-n + 2) {margin-top: 4%;}
  .p-footer-1st > *:nth-child(-n + 1) {margin-top: 0;}

}
@media screen and (max-width: 480px){
  .c-heading--01 > *:nth-child(1) {font-size: 150%;}

  /* header */
  .p-header-logo img {width: 190px;}
  .p-header-btn > .c-flex > * {width: 70px;}

  /* footer */
  .l-footer {padding: 40px 0 10px;}
  .p-footer-sns {padding-bottom: 25px;}
  .p-footer-sns > * {
    width: 30px;
    margin-right: 30px;
  }
  .p-footer-1st {padding: 25px 0;}
  .p-footer-link > * {
    font-size: 1.2rem;
    margin: 0 5px 20px;
  }
  .p-footer-1st > * > a, .p-footer-1st > * > p {font-size: 1.6rem;}
  .p-footer-2nd > * > a, .p-footer-2nd > * > p {font-size: 1.3rem;}
  .p-footer-3rd > * {font-size: 1.1rem;}

}
@media screen and (max-width: 370px){
  /* header */
  .p-header-logo img {width: 160px;}
}


/***** -- Project  -- *****/
/* common -> Mv */
.p-cmnMv-img--pc {display: block;}
.p-cmnMv-img--sp {display: none;}



.p-cmnMv .m-bgimg.is-fixed .m-bgimg-bg::before {padding-top: 300px;}
.p-cmnMv .m-bgimg-bg::after {background-color: rgba(242, 244, 254, 0.75);}
.p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont {
  max-width: 1100px;
  width: 94%;
}
.p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont__ttl {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 5rem;
/*
  letter-spacing: .5rem;
*/
  line-height: 1;
  color: #001e62;
  transform: translate(0,-50%);
}
.p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont__ttl > * {display: block;}
.p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont__txt{
  position: absolute;
  left: 0;
  top: 65%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #001e62;
}


/* common -> Detail */
.p-cmnDetail-head__ttl {font-size: 2.4rem;}




/* common -> What's New */
.p-cmnNews .m-list > * {border-bottom: 1px solid #f2f4fe;}
.p-cmnNews .m-list > *:first-child {border-top: 1px solid #f2f4fe;}
.p-cmnNews .m-list > *::after {color: #001e62;}
.p-cmnNews .m-list-meta > *:nth-child(1) {
  color: #001e62;
  letter-spacing: 2px;
}
.p-cmnNews .m-list-meta > *:nth-child(2) {
  display: none;
  font-size: 80%;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  padding: 5px 10px 5px;
  background-color: #6f77ab!important;
}
.p-cmnNews .m-list-meta > *:nth-child(2).is-nyr {background-color: #9e9e9e;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-product {background-color: #626fa4;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-shop {background-color: #caa4a1;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-school {background-color: #93b1a7;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-salon {background-color: #d1b373;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-food {background-color: #b19393;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-media {background-color: #acb0a1;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-event {background-color: #acb0a1;}
.p-cmnNews .m-list-meta > *:nth-child(2).is-recruit {background-color: #9b8fa5;}
.p-cmnNews .m-list-ttl {
  font-family: 'Noto Sans JP', sans-serif!important;
  margin-top: 5px;
}

/* common -> Topic */
.p-cmnTopic-cont > * {
  width: calc((100% - 60px) / 3);
  margin-top: 20px;
  margin-right: 30px;
}
@supports (-ms-ime-align: auto) {
  .p-cmnTopic-cont > * {
    width: calc((99.99% - 60px) / 3);
  }
}
.p-cmnTopic-cont > *:nth-child(3n) {margin-right: 0;}
.p-cmnTopic-cont > *:nth-child(-n + 3) {margin-top: 0;}

/* common -> IntroA */
.p-cmnIntroA {}
.p-cmnIntroA-img {
  display: block;
  position: relative;
    width: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  outline: none;
}
.p-cmnIntroA-img::before {
  display: block;
    padding-top: 40%;
  content: '';
}
.p-cmnIntroA-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  content: '';
}
.p-cmnIntroA > *:nth-child(odd) > .p-cmnIntroA-img  {margin-right: auto;}
.p-cmnIntroA > *:nth-child(even) > .p-cmnIntroA-img {margin-left: auto;}
.p-cmnIntroA-cont {
  display: block;
  position: relative;
    width: 50%;
    color: #001e62;
    margin-top: -20%;
    padding: 60px 40px 60px 40px;
    background-color: rgba(242, 244, 254, 0.95);
  z-index: 2;
}
.p-cmnIntroA > *:nth-child(odd) > .p-cmnIntroA-cont  {margin-left: auto;}
.p-cmnIntroA > *:nth-child(even) > .p-cmnIntroA-cont {margin-right: auto;}
.p-cmnIntroA-cont__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-cmnIntroA-cont__txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}





@media screen and (max-width: 1200px){

}
@media screen and (max-width: 980px){
  /* common -> IntroA */
  .p-cmnIntroA-cont {
    width: 70%;
    margin-top: -15%;
    padding: 30px;
  }

}
@media screen and (max-width: 768px){
  /* common -> Mv */
  .p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont__ttl {
    top: 45%;
    font-size: 4rem;
  }
  .p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont__txt{
    top: 60%;
    font-size: 1.5rem;
  }
  .sp {
    display: initial;
}
.c-row a{
    line-height:1;
}
.fm_cap{
    font-size:1.1rem;
}
  /* common -> Detail */
  .p-cmnDetail-head__ttl {font-size: 2.2rem;}



  /* common -> Topic */
  .p-cmnTopic-cont > * {
    width: calc((100% - 30px) / 2);
    margin-top: 20px;
    margin-right: 30px;
  }
  .p-cmnTopic-cont > *:nth-child(3n) {margin-right: 30px;}
  .p-cmnTopic-cont > *:nth-child(-n + 3) {margin-top: 20px;}
  .p-cmnTopic-cont > *:nth-child(2n) {margin-right: 0;}
  .p-cmnTopic-cont > *:nth-child(-n + 2) {margin-top: 0;}

  /* common -> IntroA */
  .p-cmnIntroA-img {width: 100%;}
  .p-cmnIntroA-cont {
    width: 100%;
    margin-top: 0;
  }
  .p-cmnIntroA > *:nth-child(odd) > .p-cmnIntroA-cont  {margin-right: auto;}
  .p-cmnIntroA > *:nth-child(even) > .p-cmnIntroA-cont {margin-left: auto;}

}
@media screen and (max-width: 640px){
  /* common -> Mv */
  .p-cmnMv-img--pc {display: none;}
  .p-cmnMv-img--sp {display: block;}



  .p-cmnMv .m-bgimg.is-fixed .m-bgimg-bg::before {padding-top: 200px;}

}
@media screen and (max-width: 480px){
  /* common -> Mv */
  .p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont__ttl {
    top: 45%;
    font-size: 2.8rem;
  }
  .p-cmnMv .m-bgimg.is-fixed .m-bgimg-cont__txt{
    top: 60%;
    font-size: 1.3rem;
  }

  /* common -> Detail */
  .p-cmnDetail-head__ttl {font-size: 2.0rem;}


  /* common -> Topic */
  .p-cmnTopic-cont > * {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    margin-right: 10px;
  }
  .p-cmnTopic-cont > *:nth-child(3n) {margin-right: 10px;}
  .p-cmnTopic-cont > *:nth-child(-n + 3) {margin-top: 10px;}
  .p-cmnTopic-cont > *:nth-child(2n) {margin-right: 0;}
  .p-cmnTopic-cont > *:nth-child(-n + 2) {margin-top: 0;}

  /* common -> IntroA */
  .p-cmnIntroA-img::before {padding-top: 60%;}
  .p-cmnIntroA-cont {padding: 20px;}
  .p-cmnIntroA-cont__ttl {font-size: 1.8rem;}
  .p-cmnIntroA-cont__txt {font-size: 1.3rem;}

}
@media screen and (max-width: 370px){}
