/* ----------------------------------------------
カラー
----------------------------------------------- */
:root{
    --color-primary: #252A5B;
    --color-secondary: #B29D66;
    --color-thirdly: #D4D4DD;
    --color-gray01: #F4F4F6;
    --color-border: #DDDDDD;
    --color-bg: #fff;
    --color-link: #252A5B;
    --color-accent: #AF9C67;
}

/* ----------------------------------------------
フォント
----------------------------------------------- */

:root{
  --font-jp: 'Noto Sans JP', sans-serif;
  --font-en: 'Adamina', serif;
}

/* ----------------------------------------------
PC・SPの切り替え
----------------------------------------------- */
@media screen and (min-width: 751px) {
  .pc{
    display:block;
  }

  .sp{
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}

/* ----------------------------------------------
コンテンツ
----------------------------------------------- */
body.open{
  position: fixed;
}
.l-container {
  position: relative;
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.l-container.-small {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

main{
  margin-top: 190px;
  position: relative;
}

@media screen and (min-width: 751px) {

.l-container.col-2 {
  display: flex;
  align-items: flex-start;
}

}

@media screen and (max-width: 750px) {
  .l-container {
    padding: 0 20px;
  }
  .l-container.-small {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  main{
    margin-top: 50px;
  }
}

/* ----------------------------------------------
header
----------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  padding: 0;
  background-color: var(--color-bg);
  z-index: 100;
  border-bottom: 1px solid var(--color-border);
}

.l-header__wrap01{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-header__logo {
  position: relative;
  margin-left: 22px;
}

.p-header__logo a {
  display: inline-block;
}

.p-header__logo img {
  /* width: 220px; */
  width:auto;
  max-height:50px;
  height:100%;
}

.c-header__memberBtn{
  width: 225px;
  height: 82px;
  margin-left: auto;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  gap: 0 10px;
  transition: 0.3s;
}

.c-header__memberBtn i{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 0;
}

.c-header__memberBtn i img{
  width: 20px;
  height: 20px;
}


@media screen and (min-width: 751px) {
  .c-drawer {
    display: none;
  }

  .c-spMember__btn{
    display: none;
  }

  .c-header__memberBtn:hover{
    background: #313674;
  }


.l-header__wrap02{
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 40px;
}

  .p-globalNav__list {
    display: flex;
    justify-content:center;
    align-content: center;
    gap: 0;
  }
  
  .js-megaMenu__btn {
    flex-grow: 1;
    text-align: center;
    border-left: 1px solid var(--color-primary);
    position: relative;
  }
  
  .js-megaMenu__btn > a{
    width: 100%;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-block: 5px;
    padding-inline: 10px;
    position: relative;
  }
  
  .js-megaMenu__btn:last-child {
    border-right: 1px solid var(--color-primary);
  }

  .p-header__megaMenu{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    background: var(--color-primary);
    opacity: 0;
    transition: 0.4;
  }

  .js-subMenu{
    width: 100%;
  }

  .js-megaMenu__btn:hover .p-header__megaMenu{
    opacity: 1;
    visibility: visible;
  }

  .js-subMenu a{
    display: block;
    text-align: center;
    padding: 15px;
    color:#fff;
    font-size: 14px;
  }

  .js-subMenu+.js-subMenu{
    border-top: 1px dotted #fff;
  }

  .p-drawer__member{
    display: none;
  }
  .js-megaMenu__btn_sp{
    display: none;
  }
}

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

  .l-header{
    height: 50px;
  }

  .p-header__logo{
    width: 55%;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
  }

  .p-header__logo img{
	  width:auto;
	  max-height:40px;
	  height:100%;
  }

  .c-header__memberBtn{
    display: none;
  }

  .l-header__wrap02{
    position: fixed;
    width: 100%;
    height: auto;
    top:50px;
    right: -100%;
    background: var(--color-primary);
    transition: ease 0.4s;
    color: #fff;
    overflow-y: scroll;
  }

  .l-header__wrap02.open{
    right: 0;
  }

  .p-globalNav__listItem > a{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    padding: 20px;
    display: block;
    position: relative;
  }

  .p-globalNav__listItem + .p-globalNav__listItem{
    border-top: 1px solid #fff;
  }

  .p-header__megaMenu{
    display: none;
  }

  .p-header__megaMenu ul{
    border-top: 1px solid #fff;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }

  .js-megaMenu__btn{
    position: relative;
  }

  .js-megaMenu__btn i{
    width: 40px;
    height: 40px;
    top:12px;
    right: 0;
    position: absolute;
    cursor: pointer;
  }

  .js-megaMenu__btn i::after{
   content: '';
   position: absolute;
   top:50%;
   left: 50%;
   background: #fff;
   width: 14px;
   height: 2px;
   transform: translate(-50%,-50%);
  }

  .js-megaMenu__btn i::before{
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    background: #fff;
    width: 2px;
    height: 14px;
    transform: translate(-50%,-50%) rotate(0);
    transition: 0.3s;
   }

   .js-megaMenu__btn i.open::before{
    transform: translate(-50%,-50%) rotate(90deg);
   }

  .js-subMenu{
    display: flex;
    align-items: center;
  }

  .js-subMenu.bd-b{
    border-right: 1px solid #fff;
    border-bottom: 0;
  }

  .js-subMenu a{
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-block: 20px;
    padding-inline: 20px 30px;
    display: block;
    position: relative;
  }

  .js-subMenu a::after{
    content: '';
    top: 50%;
    right: 15px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.2em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(45deg);
  }

  .js-subMenu{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .js-subMenu:nth-of-type(even){
    border-right: none;
  }

  .c-spMember__btn{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    right: 51px;
    background: var(--color-primary);
  }

  .c-spMember__btn img{
    width: 20px;
    height: 20px;
  }

  .c-drawer{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top:0;
    right: 0;
    background: var(--color-primary);
  }

  .navbar_toggle {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
  }
  
  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    border-radius: 1px;
    transform: translateX(-50%);
    left: 50%;
  }
  
  .navbar_toggle_icon:nth-child(1) {
    top: 20px;
    transition: 0.4s;
  }
  
  .navbar_toggle_icon:nth-child(2) {
    top: 20px;
    margin-top: 6px;
    transition: 0.4s;
  }

  
  .c-drawer.open .navbar_toggle_icon:nth-child(1) {
    top: 24px;
    left: 16px;
    transition: 0.4s;
    transform: rotate(45deg);
  }
  
  .c-drawer.open .navbar_toggle_icon:nth-child(2) {
    top: 17px;
    left: 16px;
    margin-top: 6px;
    transition: 0.4s;
    transform: rotate(-45deg);
  }

  .p-drawer__member{
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #fff;
  }

  .p-drawer__memberText{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
  }

  .c-member__btn01{
    width: 100%;
    height: 60px;
    padding: 10px;
    background: var(--color-secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
    gap: 0 10px;
  }
  
}

/* ----------------------------------------------
footer
----------------------------------------------- */
.l-footer {
  position: relative;
  background: var(--color-primary);
  color: #fff;
}


.p-footerNav__listItem::before{
  content: '';
  top:0.7em;
  left: 0;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}


.p-footerNav__listItem > a{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; 
  letter-spacing: 0.128em;
  position: relative;
}


.l-footer__wrapBottom {
  background: var(--color-bg);
}


.p-footerNav__listItem02 a{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; 
  letter-spacing: 0.112em;
  transition: 0.3s;
  position: relative;
}


.p-footerNav__listItem02:first-child{
  width: 100%;
}

.p-footerCopy{
  margin-left: auto;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; 
  letter-spacing: 0.112em;
}


@media screen and (min-width: 751px) {
  .l-footer__wrapTop {
    width: 100%;
    max-width: 1430px;
    margin-inline: auto;
    padding: 98px 40px 120px 40px;
  }
  
  .p-footerNav__list{
    display: flex;
  }
  
  .p-footerNav__listItem{
    flex-grow: 1;
    padding-inline: 15px;
    position: relative;
  }

  
  .p-footerNav__list02{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 60%;
    max-width: 680px;
    gap:10px 20px;
  }

.p-footer__megaMenu{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; 
  letter-spacing: 0.112em;
  margin-top: 15px;
}

.p-subMenu + .p-subMenu{
  margin-top: 7px;
}

.p-subMenu a{
  position: relative;
}

.p-footerNav__listItem a::before{
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.4s;
  background: #fff;
}

.p-footerNav__listItem a.nolink::before{
  height: 0px;
}

.p-footerNav__listItem a:hover::before{
  width: 100%;
}

.l-footer__wrapBottom .inner {
  width: 100%;
  max-width: 1430px;
  margin-inline: auto;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


  .p-footerNav__listItem02 a:hover{
    color: var(--color-primary);
  }
  
  .p-footerNav__listItem02 a::before{
    content: '';
    background: var(--color-primary);
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 0.4s;
  }
  
  .p-footerNav__listItem02 a:hover::before{
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .p-footer__megaMenu{
    display: none;
  }

  .l-footer__wrapTop{
    padding: 40px 20px;
  }

  .p-footerNav__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 2%;
  }

  .p-footerNav__listItem{
    padding-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .p-footerNav__listItem:nth-of-type(odd){
    width: 58%;
  }

  .p-footerNav__listItem:nth-of-type(even){
    width: 40%;
  }

  .p-footerNav__listItem > a{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .p-footerNav__listItem::before{
    top:50%;
    transform: translate(-50%,-25%) rotate(45deg);
  }

  .l-footer__wrapBottom .inner {
    padding: 30px 20px;
  }

  .p-footerNav__list02{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 20px;
  }

  .p-footerNav__listItem02 a{
    font-size: 12px;
  }

  .p-footerCopy{
    text-align: left;
    margin-top: 40px;
    margin-left: 0;
    font-size: 12px;
  }
  
}

/* ----------------------------------------------
ボタン
----------------------------------------------- */
.c-jobList__btn {
  position: relative;
  display: inline-block;
  min-width: 240px;
  background-color: #243b72;
  color: #fff;
  border: 1px solid #243b72;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
  transition-property: background-color color;
}

.c-jobList__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(../img/common/icon_arrow-w.svg) no-repeat center / cover;
  transition: 0.3s;
}

.c-inner__jobBtn {
  position: fixed;
  bottom: 48px;
  right: 48px;
}

.c-btn__center {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 40px;
}

.c-btn__center + .c-btn__center {
  margin-top: 80px;
}

.c-btn__left{
  margin-right: auto;
  margin-left: 0;
}

.c-btn__left .c-member__btn{
  margin-inline: 0;
}

.c-btn__primary {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 332px;
  padding: 30px 28px 30px 38px;
  color: #fff;
  background: var(--color-primary);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  transition: 0.3s;
}

.c-btn__primary::after {
    content: '';
    top:50%;
    right: 20px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.4em;
    height: 0.4em;
    border: 0.1em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(45deg);
}

.c-btn__secondary {
  position: relative;
    display: inline-block;
    width: 100%;
    max-width: 332px;
    padding: 30px 28px 30px 38px;
    color: #fff;
    background: var(--color-secondary);
    text-align: center;
  font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-block: 15px;
    padding-right: 40px;
    transition: 0.3s;
}

.c-btn__secondary::after {
  content: '';
  top:50%;
  right: 20px;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-25%) rotate(45deg);
}


.p-jobs__search--block .c-btn__primary{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  max-width: 212px;
  margin: 20px auto;
  display: block;
  padding-block: 15px;
  padding-right: 40px;
}

.p-jobs__search--block .c-btn__primary::after{
  right: 15px;
}

.c-btn__right{
  margin-left: auto;
}




@media screen and (min-width: 751px) {


  .c-btn__primary:hover {
    background-color: #243b72;
    color: #fff;
  }

  .c-btn__secondary:hover {
    background-color: #D0BB85;
    color: #fff;
  }

  .c-btn__primary:hover::after
  .c-btn__secondary:hover::after {
    right: 18px;
  }

  .p-joblistsInfo__article .c-btn__center{
    display: none;
  }

}

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

  .c-btn__primary{
    padding: 20px 20px 20px 30px;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
  }
  

  .c-btn__center + .c-btn__center {
    margin-top: 40px;
  }
  .c-btn__secondary {
    width: 100%;
    max-width: 224px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .p-joblistsInfo__article .c-btn__center{
    width: 100%;
  }

  .p-joblistsInfo__article .c-btn__secondary{
    max-width: 100%;
  }

  .c-btn__center {
    gap: 20px;
  }

}

/* ----------------------------------------------
タイトル
----------------------------------------------- */


.c-heading__txtBox > h1 {
  height: 100%;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}


.c-heading__txtBox p{
  color:#999999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

.c-title {
  margin-bottom: 60px;
  color: #000;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0232em;
  text-align: center;
}

.c-title03{
  background: var(--color-gray01);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
}

.c-title04{
  font-family:var(--font-en);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.c-title04::before{
  content: '';
  width: 100px;
  height: 2px;
  background: var(--color-secondary);
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top:-6px;
}

.c-title05{
  font-family:var(--font-en);
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  color: #D4D4DD;
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 1;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

.c-title05 span{
  font-family:var(--font-jp);
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  color: var(--color-primary);
  display: block;
  line-height: 1.6;
  letter-spacing: 0.0232em;
}

@media screen and (min-width: 751px) {
  .c-heading__wrap {
    position: relative;
    background-color: #F5F5F5;
    overflow: hidden;
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .c-heading__txtBox {
    max-width: 600px;
    width: 50%;
    color: #000;
    position: relative;
    z-index: 2;
  }

  .c-heading__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
  }
  .c-heading__img::before {
    content: '';
    width: 730px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    background: linear-gradient(90deg, #F5F5F5 25.63%, rgba(226, 226, 226, 0.32) 46.66%);
    z-index: 1;
  }

.c-heading__img img{
  width: auto;
  height: 100%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 0;
}
}



@media screen and (max-width: 750px) {
  .c-heading__wrap{
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
  }

  .c-heading__img{
    order: 0;
  }

  .c-heading__img img{
    width: 100%;
    height: auto;
  }

  .c-heading__wrap .l-container{
    color: #000;
    order: 1;
    padding-bottom: 20px;
  }

  .c-heading__txtBox {
    position: relative;
    padding-top: 20px;
  }

  .c-heading__txtBox > h1{
    font-size: 22px;
    margin-bottom: 10px;
  }

  .c-heading__txtBox p{
    font-size: 12px;
  }

  .c-title {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .c-title04{
    font-size: 20px;
  }
  
  .c-title04::before{
    content: '';
    width: 60px;
    height: 2px;
    background: var(--color-secondary);
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top:-4px;
  }

  .c-title05{
    font-size: 40px;
  }

  .c-title05 span{
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.0232em;
  }
}

/* ----------------------------------------------
テキスト
----------------------------------------------- */
.c-txt {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.c-text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.center{
  text-align: center;
}

@media screen and (max-width: 750px) {
  .c-txt {
    font-size: 14px;
    line-height: 2;
  }

  .c-text{
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.c-text + .c-list {
  margin-top: 20px;
}

.c-list {
  padding-inline-start: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  list-style: disc;
  letter-spacing: 0.14em;
  font-size: 16px;
}

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

  .c-list {
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.4;
  }
}


/* ----------------------------------------------
pankuzu
----------------------------------------------- */
.c-pankuzu__wrap{
  width: 100%;
  border-bottom: 1px solid var(--color-border);
  padding-block: 22px;
}

.p-pankuzu__list{
  width: 100%;
  max-width: 1330px;
  margin-inline: auto;
  padding-inline:40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.p-pankuzu__list li{
  position: relative;
}

.p-pankuzu__list li+li{
  padding-left: 30px;
}

.p-pankuzu__list li+li::before{
    content: '';
    top: 40%;
    left: 0;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.1em solid #999999;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(45deg);
}

.p-pankuzu__item{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

.p-pankuzu__item.current{
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (max-width: 750px) {
  .c-pankuzu__wrap{
    padding-block: 10px;
    overflow-x: scroll;
    width: 100%;
  }

  .p-pankuzu__list{
    padding-inline: 20px;
    gap: 15px;
    flex-wrap: nowrap;
    width: max-content;
    margin: 0;
  }

  .p-pankuzu__list li+li{
    padding-left: 25px;
  }

  .p-pankuzu__item{
    font-size: 12px;
  }
}


/* ----------------------------------------------
Utility
----------------------------------------------- */
.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-scrollPrevent {
  position: fixed;
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

/* ----------------------------------------------
準備中
----------------------------------------------- */

.underconstruction{
	text-align:center;
	font-size:1.5em;
}

