@charset "UTF-8";

/*======================================================
   Original style
========================================================*/

html {
   font-size: 62.5%;
   scroll-behavior: smooth;
}

body {
   margin: 0;
   padding: 0;
   overflow-x: hidden;
   color: #333;
   font-size: clamp(1.6rem,2.5vw,2rem);
   font-weight: 500;
   line-height: 1.9;
   overflow-wrap: anywhere;
   word-break: normal;
   line-break: strict;
   font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif, Arial;
   letter-spacing: .02em;
   transition: .3s;
   background: #fff;
}

/*scroll bar*/
body::-webkit-scrollbar {
   background: #F1F1F1;
   width: .7em;
   border-radius: 100vh;
}
body::-webkit-scrollbar-thumb {
   background-color: #C1C1C1;
   border-radius: 100vh;
}

main {
   overflow: hidden;
}

img {
   width: 100%;
   vertical-align: bottom;
}

li {
   list-style-type: none;
}

hr {
   display: none;
}

a,
button {
   -webkit-transition: all .3s;
   transition: all .3s;
}

button {
   border: none;
   appearance: none;
}

a {
   display: block;
}

.flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   width: 100%;
}

.nowrap {
   white-space: nowrap;
}

.ta-center {
   text-align: center;
}


/*=========================================================
Parts
=========================================================*/

.btn {
   margin: 0 auto .3em;
   padding: .95em 1em;
   width: 100%;
   max-width: 530px;
   font-size: clamp(2.2rem,3.3vw,3rem);
   border-radius: .3em;
   letter-spacing: .03em;
   line-height: 1.4;
}
.btn:hover,
.link-arrow:hover {
   opacity: .6;
}

/*募集要項を見る*/
.reqBtn {
   position: relative;
   display: inline-block;
   background: #fff;
   color: #2AC0E4;
   font-weight: bold;
   z-index: 0;
   overflow: hidden;
}
.reqBtn::before {
   content: "";
   position: absolute;
   inset: 0;
   border-radius: inherit;
   padding: 4px;
   background: linear-gradient(133deg,rgba(154, 240, 216, 1) 0%, rgba(42, 192, 228, 1) 50%);
   -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   z-index: -1;
}

/*entry btn*/
.entryBtn {
   color: #fff;
   background: linear-gradient(133deg,rgba(154, 240, 216, 1) 0%, rgba(42, 192, 228, 1) 50%);
}

/*お仕事説明会*/
.link-arrow {
   position: relative;
   display: inline-block;
   margin-top: .8em;
   padding: 0 1.5em 0 .5em;
   color: #f5b800;
   font-weight: bold;
   text-decoration: none;
   padding-bottom: .1em;
}

.link-arrow::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 2px;
   background: #f5b800;
}

.link-arrow::before {
   content: "";
   position: absolute;
   right: 0;
   bottom: 0;
   width: 1.5em;
   border-bottom: 2px solid #f5b800;
   transform: rotate(55deg);
   transform-origin: bottom right;
}

/*=========================================================
Heading
=========================================================*/
h2,
h3 {
   font-weight: 700;
   letter-spacing: .05em;
   line-height: 1.3;
}

h2,
h2 + p {
   text-align: center;
}

h2 {
   font-size: clamp(4rem,5.5vw,5rem);
   font-weight: 700;
}

h2 + p {
   margin: 10px 0 40px;
   color: #2AC0E4;
   font-size: clamp(1.6rem,2vw,1.9rem);
   font-family: "Alata", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif, Arial;
   line-height: 1.2;
}
@media (min-width: 768px) {
   h2 + p {
      margin-bottom: 50px;
   }
}


/*=========================================================
   Break Point
==========================================================*/

/* spでは非表示 */
.tab-pc {
   display: none !important;
}
.pc {
   display: none !important;
}
.pc-only {
   display: none !important;
}

/* spで表示 */
.sp {
   display: block !important;
}
.sp-only {
   display: block !important;
}
.sp-tab {
   display: block !important;
}

@media only screen and (min-width: 601px) {
   /* 601px～では非表示 */
   .sp-only {
      display: none !important;
   }
   /* 601px～で表示 */
   .tab-pc {
      display: block !important;
   }
}

@media only screen and (min-width: 768px) {
   /* 768px～では非表示 */
   .sp {
      display: none !important;
   }
   /* 768px～で表示 */
   .pc {
      display: block !important;
   }
}

@media only screen and (min-width: 1024px) {
   /* 1024px～では非表示 */
   .sp-tab {
      display: none !important;
   }
   /* 1024px～で表示 */
   .pc-only {
      display: block !important;
   }
}


/*==========================================================
   header
===========================================================*/

.header {
   display: block;
   overflow: hidden;
   position: fixed;
   width: 100%;
   background-color: #FFFFFF;
   box-shadow: 0 1px 6px 2px #00000029;
   z-index: 9999;
}

.headerWrap {
   flex-wrap: nowrap;
   margin: auto;
   height: 55px;
}

.headerLogo {
   margin-left: 10px;
   width: 44%;
   max-width: 200px;
}

.headerLogo:hover {
   opacity: .6;
}

.navWrap {
   width: 44%;
   min-width: 150px;
   max-width: 250px;
   align-items: stretch;
   letter-spacing: .05em;
}

.header__entryBtn {
   width: calc(100% - 60px);
}

.header__entryLink {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   color: #fff;
   background: linear-gradient(133deg,rgba(154, 240, 216, 1) 0%, rgba(42, 192, 228, 1) 50%);
}

.header__entryLink:hover {
   opacity: .7;
}

/* ハンバーガーメニュー */

.hamburgerMenu {
   position: relative;
   z-index: 9999;
   width: 60px;
   height: 55px;
}

.hamburgerMenu__bar {
   display: block;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   width: 45%;
   height: 1px;
   background-color: #333;
   transition: .4s;
}

.hamburgerMenu__bar:nth-child(1) {
   top: 19px;
}

.hamburgerMenu__bar:nth-child(2) {
   top: 50%;
   transform: translate(-50%, -50%);
}

.hamburgerMenu__bar:nth-child(3) {
   bottom: 18px;
}

/* ハンバーガーメニューを開けた時の「×」マーク*/
.active .hamburgerMenu__bar:nth-child(1) {
   transform: translateX(-50%) translateY(8px) rotate(-45deg);
}

.active .hamburgerMenu__bar:nth-child(2) {
   opacity: 0;
}

.active .hamburgerMenu__bar:nth-child(3) {
   transform: translateX(-50%) translateY(-9px) rotate(45deg);
}

/* ハンバーガーメニューのナビ部分 */
.navigation {
   position: fixed;
   top: 55px;
   right: -120%;
   width: 100vw;
   height: 100%;
   color: #fff;
   background-color: #054781e9;
   transition: .3s ease-in-out;
   overflow-y: scroll;
   z-index: 999;
}

.active+.navigation {
   right: 0;
   max-width: 500px;
}

.navigationList {
   display: block;
   width: 90%;
   max-width: 420px;
   margin: 0 auto;
   padding: 35px 0;
   font-size: 1.8rem;
   font-weight: 400;
}

.navigationItem {
   border-bottom: 1px solid #fff;
}

.navigationLink {
   padding: 1em 0;
   background: url(../img/nav-arrow.svg) no-repeat right center / 1.2em;
}

.navigationItem:first-of-type .navigationLink {
   text-indent: -.5em;
}

@media screen and (min-width:768px) {
   .headerWrap {
      height: 65px;
   }

   .headerLogo {
      margin-left: 20px;
   }

   .navWrap {
      max-width: 250px;
   }

   .header__entryBtn {
      width: calc(100% - 80px);
   }

   /* ハンバーガーメニュー */
   .hamburgerMenu {
      width: 80px;
      height: 65px;
   }

   .hamburgerMenu__bar:nth-child(1) {
      top: 22px;
   }
   .hamburgerMenu__bar:nth-child(3) {
      bottom: 21px;
   }

   /* ハンバーガーメニューを開けた時の「×」マーク*/
   .active .hamburgerMenu__bar:nth-child(1) {
      transform: translateX(-50%) translateY(10px) rotate(-45deg);
   }

   .active .hamburgerMenu__bar:nth-child(2) {
      opacity: 0;
   }

   .active .hamburgerMenu__bar:nth-child(3) {
      transform: translateX(-50%) translateY(-11px) rotate(45deg);
   }

   /* ハンバーガーメニューのナビ部分 */
   .navigation {
      top: 65px;
   }
}

@media screen and (min-width:1024px) {

   .headerWrap {
      height: 70px;
   }

   .headerLogo {
      margin-left: 30px;
   }

   .navWrap {
      width: 75%;
      max-width: 1100px;
   }

   .header__entryBtn {
      width: 22%;
   }

   /*-----グローバルナビ-----*/
   .navigation,
   .active+.navigation {
      position: static;
      width: 75%;
      max-width: 75%;
      color: #333;
      overflow-y: hidden;
      background: none;
   }

   .navigationList {
      display: flex;
      justify-content: space-between;
      padding: 0;
      width: 95%;
      max-width: 700px;
      font-size: 1.6rem;
      font-weight: 500;
   }

   .navigationItem {
      position: relative;
   }

   .navigationLink {
      padding: 22px 0;
   }

   .navigationItem::after {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      background-color: #ececec;
      position: absolute;
      bottom: 0;
   }

   .navigationItem:hover,
   .navigationItem.show_content .navigationLink {
      color: #2AC0E4;
      opacity: 1;
   }

   .navigationItem.show_content::after {
      background-color: #2AC0E4;
   }
}

@media screen and (min-width:1280px) {
   .headerLogo {
      max-width: 220px;
   }

   .navigationList,
   .header__entryLink {
      font-size: 1.8rem;
   }
   .navigationLink {
      padding: 20px 0;
   }

}


/*==========================================================
footer
==========================================================*/

.footer {
   padding: 30px 0 0;
   text-align: center;
}

.footerLogo {
   margin: 0 auto;
   width: 90%;
   max-width: 360px;
}

.footerLogo:hover {
   opacity: .6;
}

address,
.telNum {
   font-size: clamp(1.6rem,2vw,1.8rem);
   line-height: 1.4;
   font-weight: 400;
}

address {
   margin: 20px auto .3em;
}

.telNum {
   display: inline-block;
}
.telNum .num {
   padding-left: .15em;
   font-weight: 500;
}
.telNum:hover {
   color: #2AC0E4;
}

.footer .privacy,
.copyright {
   font-size: clamp(1.4rem,1.8vw,1.6rem);
}

.footer .privacy {
   display: inline-block;
   margin: 30px auto 20px;
   font-weight: 400;
}

.footer .privacy::before {
   content: "▶";
}

.copyright {
   padding: .3em;
   color: #fff;
   font-weight: 400;
   background: #2AC0E4;
}

/*==========================================================
   adjust
===========================================================*/

.inner {
   margin: auto;
   width: 92%;
   max-width: 600px;
}

@media screen and (min-width:768px) {
   .inner {
      width: 90%;
      max-width: 750px;
   }
}

@media screen and (min-width:1024px) {
   .inner {
      max-width: 1000px;
   }
}
