@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
:root {
  --soon: clamp(1rem, 7vw, 6rem);
  --kitchen: clamp(2rem, 3.3vw, 4.5rem);
}

body {
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0.58, 1);
  transition: 0.8s cubic-bezier(0, 0, 0.58, 1);
  margin-left: 0;
  margin-right: 0;
  scroll-behavior: smooth;
}

#recruit {
  font-size-adjust: none;
  font-size: 0;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#recruit #header {
  max-width: 940px;
  width: auto;
}

@media only screen and (min-width: 1025px) {
  #recruit #header {
    width: 940px;
  }
}

#recruit #footer {
  max-width: 940px;
  width: auto;
}

#recruit #footer #company_info {
  float: none;
  width: 220px;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  #recruit #footer #company_info {
    float: left;
    width: 300px;
  }
}

#recruit #footer #footer_right {
  float: none;
}

@media only screen and (min-width: 1025px) {
  #recruit #footer #footer_right {
    float: right;
  }
}

#recruit #header_right {
  display: none;
}

@media only screen and (min-width: 1025px) {
  #recruit #header_right {
    display: inherit;
  }
}

#recruit h1 {
  padding-top: 20px;
}

@media only screen and (min-width: 1025px) {
  #recruit h1 {
    padding-top: 10px;
  }
}

#recruit h1 img {
  width: 200px;
}

@media only screen and (min-width: 1025px) {
  #recruit h1 img {
    width: auto;
  }
}

#recruit #copyright {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  #recruit #copyright {
    position: absolute;
    text-align: left;
    margin-top: 0;
  }
}

#recruit #sns_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 200px;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  #recruit #sns_link {
    max-width: auto;
    display: inline;
    margin: inherit;
  }
}

#recruit #sns_link #footer_fb {
  border-right: none;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  #recruit #sns_link #footer_fb {
    border-right: 1px solid #baa879;
    margin-bottom: 0;
    margin-top: 0;
  }
}

#recruit #sns_link #footer_tw {
  border-right: none;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  #recruit #sns_link #footer_tw {
    border-right: 1px solid #baa879;
    margin-bottom: 0;
  }
}

#recruit-content {
  line-height: 2;
  background: #FFFFFF;
  font-size: 0.8rem;
  /*　共通 */
}

@media only screen and (min-width: 1025px) {
  #recruit-content {
    font-size: 1.1rem;
  }
}

#recruit-content a {
  -webkit-transition: .5s;
  transition: .5s;
}

#recruit-content img {
  max-width: 100%;
  height: auto;
}

#recruit-content .main-visual {
  position: relative;
  height: 50vh;
}

@media only screen and (min-width: 768px) {
  #recruit-content .main-visual {
    height: 70vh;
  }
}

@media only screen and (min-width: 1025px) {
  #recruit-content .main-visual {
    height: 95vh;
  }
}

#recruit-content .main-visual img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

#recruit-content .main-visual .main-txt {
  position: absolute;
  right: 10%;
  top: 20vw;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  #recruit-content .main-visual .main-txt {
    top: 10vw;
  }
}

@media only screen and (min-width: 1025px) {
  #recruit-content .main-visual .main-txt {
    right: 10%;
    top: 10vw;
  }
}

#recruit-content .main-visual .main-txt .catch {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  font-size: 2em;
}

@media only screen and (min-width: 768px) {
  #recruit-content .main-visual .main-txt .catch {
    font-size: 300%;
  }
}

@media only screen and (min-width: 1025px) {
  #recruit-content .main-visual .main-txt .catch {
    font-size: 400%;
  }
}

@media only screen and (min-width: 1680px) {
  #recruit-content .main-visual .main-txt .catch {
    font-size: 500%;
  }
}

#recruit-content .main-visual .main-txt h2 {
  background: var(--c_blue);
  font-size: 0.7em;
  padding: 5px 20px;
}

@media only screen and (min-width: 1025px) {
  #recruit-content .main-visual .main-txt h2 {
    font-size: 110%;
  }
}

#recruit-content section.greeting {
  background: var(--c_blue);
}

#recruit-content section.greeting .greeting-inner {
  padding: 10vw 0;
  color: #FFFFFF;
}

#recruit-content section.greeting .greeting-inner h3 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 4vw;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  #recruit-content section.greeting .greeting-inner h3 {
    font-size: 170%;
	margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  #recruit-content section.greeting .greeting-inner h3 br {
    display: none;
  }
}

#recruit-content section.greeting .greeting-inner .txt {
  max-width: 790px;
  margin: auto;
  width: 90%;
  font-size: .9em;
}

@media only screen and (min-width: 1025px) {
	#recruit-content section.greeting .greeting-inner .txt {
		font-size: 1em;
	}
}

#recruit-content section.resources {
  position: relative;
  padding: 6vw 0;
}

#recruit-content section.resources::after {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  background: var(--c_blue);
  position: absolute;
  top: 0;
  left: 0;
}

#recruit-content section.resources .resources-inner {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  max-width: 970px;
  margin: auto;
  padding: 30px 20px 20px;
  -webkit-box-shadow: 3px 4px 20px -8px #c2c2c2;
  box-shadow: 3px 4px 20px -8px #c2c2c2;
  width: 75%;
}

@media only screen and (min-width: 1025px) {
  #recruit-content section.resources .resources-inner {
    width: 100%;
  }
}

#recruit-content section.resources .sub-tit {
  border-bottom: 1px solid var(--c_blue);
  padding-bottom: 10px;
}

#recruit-content section.resources ul {
  margin-top: 20px;
  padding-left: 0;
}

@media only screen and (min-width: 1025px) {
  #recruit-content section.resources ul {
    margin-top: 50px;
    padding-left: 40px;
  }
}

#recruit-content section.resources ul li {
  list-style: none;
  font-size: 0.9em;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  #recruit-content section.resources ul li {
    font-size: 120%;
  }
}

#recruit-content section.resources ul li::before {
  content: "●";
  color: var(--c_blue);
}

#recruit-content section.job .job-column {
  max-width: 1000px;
  margin: 30px auto 0;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  #recruit-content section.job .job-column {
    margin: 80px auto 0;
  }
}

#recruit-content section.job .job-box {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #recruit-content section.job .job-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}

#recruit-content section.job .job-box .icon {
  width: 50%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #recruit-content section.job .job-box .icon {
    width: 22%;
  }
}

#recruit-content section.job .job-box .icon dl {
  display: block;
  border-radius: 50%;
  background: var(--c_blue);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

#recruit-content section.job .job-box .icon dl dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}

#recruit-content section.job .job-box .icon dl dd {
  text-align: center;
  width: 190px;
  position: relative;
  margin-left: 0;
}

#recruit-content section.job .job-box .icon dl dd img {
  width: 40%;
}

@media only screen and (min-width: 768px) {
  #recruit-content section.job .job-box .icon dl dd img {
    width: 50%;
  }
}

#recruit-content section.job .job-box .detail {
	margin-top: 15px;
	font-size: .9em;
}

@media only screen and (min-width: 768px) {
  #recruit-content section.job .job-box .detail {
    width: 72%;
	margin-top: 0;
	font-size: 1em;
  }
}

#recruit-content section.job .job-box.a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#recruit-content .sub-tit {
  text-align: center;
}

#recruit-content .block-tit {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 0.7;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  #recruit-content .block-tit {
    font-size: 170%;
  }
}

#recruit-content .en {
  line-height: 1;
  font-size: 0.6em;
  color: var(--c_blue);
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  #recruit-content .en {
    font-size: 0.8em;
  }
}

.btn-base {
  margin-top: 30px;
}

.btn-base a {
  display: block;
  background: var(--c_blue);
  border-radius: 40px;
  color: #FFFFFF;
  text-decoration: none;
  width: 220px;
  padding: 5px;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .btn-base a {
    margin: inherit;
  }
}

.btn-base a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 0.1;
}

.btn-base a:hover {
  opacity: .7;
}

section.achieve {
  background: var(--c_blue);
  padding: 40px 0;
}

@media only screen and (min-width: 1025px) {
  section.achieve {
    padding: 80px 0;
  }
}

section.achieve .sub-tit {
  color: #FFFFFF;
}

section.achieve .sub-tit .en {
  color: #FFF !important;
}

section.achieve .achieve-inner {
  background: #FFFFFF;
  max-width: 1000px;
  margin: 40px auto 0;
  border-radius: 30px;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  section.achieve .achieve-inner {
    margin: 100px auto 0;
  }
}

section.achieve .achieve-inner .achieve-upeer {
  padding: 20px 20px;
}

@media only screen and (min-width: 768px) {
  section.achieve .achieve-inner .achieve-upeer {
    padding: 20px 80px;
  }
}

section.achieve h5 {
  font-size: 1.2em;
  color: var(--c_blue);
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.achieve h5 {
    font-size: 150%;
  }
}

section.achieve .txt-st {
  font-size: .9em;
  text-align: center;
}
section.achieve .txt {
	font-size: .9em;
}

@media only screen and (min-width: 1025px) {
  section.achieve .txt-st, section.achieve .txt {
	  font-size: 1em;
  }
}

section.achieve .splide span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.achieve .splide span br {
    display: none;
  }
}

section.achieve .btn-base.works {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.achieve .btn-base.works {
    margin-top: 50px;
  }
}

section.achieve .btn-base.works a {
  padding: 20px 30px;
  margin: auto;
}

section.achieve .show {
  background: #f2f2f2;
  border-bottom-left-radius: 30px;
  margin-top: 50px;
  border-bottom-right-radius: 30px;
  padding: 40px 20px 20px;
}

@media only screen and (min-width: 768px) {
  section.achieve .show {
    padding: 40px 80px 20px;
  }
}

section.achieve .show .tit {
  margin-bottom: 30px;
  font-size: 0.9em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.achieve .show .tit {
    font-size: 110%;
    text-align: left;
  }
}

section.achieve .show .show-r {
	font-size: .9em;
}
@media only screen and (min-width: 1025px) {
	section.achieve .show .show-r {
		font-size: 1em;
	}
}

section.achieve .show .btn-base {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

section.achieve .show .btn-base a {
  background: #FFFFFF;
  color: var(--c_blue);
}

@media only screen and (min-width: 1025px) {
  section.achieve .show-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  section.achieve .show-column .show-l {
    width: 48%;
  }
}

section.achieve .show-column .show-l img {
  border-radius: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  section.achieve .show-column .show-r {
    width: 48%;
  }
}

section.achieve .link-column {
  max-width: 1000px;
  margin: 20px auto 0;
  border-radius: 30px;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  section.achieve .link-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.achieve .link-column dt {
  font-size: 1em;
  font-weight: bold;
  color: var(--c_blue);
}

@media only screen and (min-width: 1025px) {
  section.achieve .link-column dt {
    font-size: 150%;
  }
}

section.achieve .link-column dd {
  margin-left: 0;
}

section.achieve .link-column .link-l {
  background: #FFFFFF;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 30px 0;
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  section.achieve .link-column .link-l {
    width: 49%;
    margin-bottom: 0;
  }
}

section.achieve .link-column .link-r {
  background: #FFFFFF;
  border-radius: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 30px 0;
}

@media only screen and (min-width: 1025px) {
  section.achieve .link-column .link-r {
    width: 49%;
  }
}

.envir {
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
}

@media only screen and (min-width: 1025px) {
  .envir {
    padding: 100px 0;
  }
}

.envir .envir-column {
  width: 90%;
  margin: 50px auto 20px;
}

@media only screen and (min-width: 1025px) {
  .envir .envir-column {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.envir .envir-column > div {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .envir .envir-column > div {
    width: 48%;
    margin-bottom: 0;
  }
}

.envir .envir-column > div dt {
  text-align: center;
  font-size: 1em;
  color: var(--c_blue);
  border-bottom: 1px solid var(--c_blue);
}

@media only screen and (min-width: 1025px) {
  .envir .envir-column > div dt {
    font-size: 140%;
  }
}

.envir .envir-column > div dd {
  margin-left: 0;
  padding: 20px;
}

.envir .envir-bottom {
  width: 90%;
  margin: 50px auto 80px;
}

@media only screen and (min-width: 1025px) {
  .envir .envir-bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.envir .envir-bottom > div {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .envir .envir-bottom > div {
    width: 100%;
    margin-bottom: 0;
  }
}

.envir .envir-bottom > div dt {
  text-align: center;
  font-size: 1em;
  color: var(--c_blue);
  border-bottom: 1px solid var(--c_blue);
}

@media only screen and (min-width: 1025px) {
  .envir .envir-bottom > div dt {
    font-size: 140%;
  }
}

.envir .envir-bottom > div dd {
  margin-left: 0;
  padding: 20px;
}

section.message {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

section.message .message-column {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  section.message .message-column {
    margin-top: 100px;
  }
}

section.message .message-column .message-box {
  padding: 20px;
  margin-bottom: 80px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  section.message .message-column .message-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.message .message-column .message-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 105%;
  background: #f2f2f2;
  position: absolute;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  right: 0;
  top: -10px;
}

@media only screen and (min-width: 768px) {
  section.message .message-column .message-box::after {
    width: 80%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

section.message .message-column .message-box .pic {
  width: 50%;
  position: relative;
  z-index: 12;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.message .message-column .message-box .pic {
    width: 25%;
    margin: inherit;
  }
}

section.message .message-column .message-box .detail {
  width: 100%;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  section.message .message-column .message-box .detail {
    width: 70%;
  }
}

section.message .message-column .message-box .detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--c_blue);
  position: relative;
  left: 0px;
  color: #FFFFFF;
  padding: 3px 3px 3px 3px;
  width: auto;
  border-radius: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  section.message .message-column .message-box .detail dl {
    left: -100px;
    width: 300px;
    padding: 3px 3px 3px 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

section.message .message-column .message-box .detail dl dd {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  section.message .message-column .message-box .detail dl dd {
    margin-left: 50px;
  }
}

section.message .message-column .message-box .detail .line {
	margin-bottom: 20px;
}

section.appli {
  background: var(--c_blue);
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  section.appli {
    padding: 80px 0;
  }
}

section.appli .sub-tit {
  color: #FFFFFF;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  section.appli .sub-tit {
    margin-bottom: 80px;
  }
}

section.appli .sub-tit .en {
  color: #FFF !important;
}

section.appli dl {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  section.appli dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	  margin-bottom: 40px;
  }
}

section.appli dl dt {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  section.appli dl dt {
    width: 150px;
  }
}

section.appli dl dd {
  margin-left: 0;
  width: 100%;
}

.btn-entry {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .btn-entry {
    margin-top: 80px;
  }
}

.btn-entry a {
  display: block;
  max-width: 400px;
  border-radius: 100px;
  background: #FFFFFF;
  margin: auto;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: var(--c_blue);
  border: 2px solid #FFFFFF;
  font-size: 1em;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .btn-entry a {
    padding: 30px;
    font-size: 110%;
  }
}

.btn-entry a span {
  display: block;
  margin-top: 10px;
  line-height: 1;
  font-size: 0.9em;
  font-weight: normal;
}

.btn-entry a:hover {
  background: var(--c_blue);
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

/* splide */
.splide__arrow {
  width: 3em !important;
  background: none !important;
  top: 40% !important;
}

@media only screen and (min-width: 1025px) {
  .splide__arrow {
    width: 9em !important;
    top: 50% !important;
  }
}

.splide__arrow--prev {
  left: -1em !important;
}

@media only screen and (min-width: 1025px) {
  .splide__arrow--prev {
    left: -5em !important;
  }
}

.splide__arrow--next {
  right: -1em !important;
}

@media only screen and (min-width: 1025px) {
  .splide__arrow--next {
    right: -5em !important;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  width: 90%;
}

.tabs .tit {
  text-align: center;
  color: var(--c_blue);
  font-size: 1em;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .tabs .tit {
    font-size: 110%;
	margin-bottom: 50px;
  }
}

.tab_inner {
  max-width: 600px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
	.tab_inner {
		margin-top: 30px;
	}
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 60px;
  background-color: #d9d9d9;
  line-height: 60px;
  text-align: center;
  color: var(--c_blue);
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 0.9em;
}

@media only screen and (min-width: 1025px) {
  .tab_item {
    font-size: 105%;
  }
}

.tab_item.tab_one {
  width: 49.5%;
}

.tab_item.tab_two {
  width: 49.5%;
  float: right;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: var(--c_blue);
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-01 {
  opacity: 0;
}

.effect-01.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-02 {
  opacity: 0;
}

.effect-02.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-03 {
  opacity: 0;
}

.effect-03.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-04 {
  opacity: 0;
}

.effect-04.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-05 {
  opacity: 0;
}

.effect-05.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-06 {
  opacity: 0;
}

.effect-06.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 47px;
  height: 45px;
  -webkit-transition: .2s;
  transition: .2s;
  background: #FFFFFF;
  border: 2px solid var(--c_blue);
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--c_blue);
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 12px;
}

.openbtn span:nth-of-type(2) {
  top: 21px;
}

.openbtn span:nth-of-type(3) {
  top: 30px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 58%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active {
  background: none;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 58%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
  top: 36px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: var(--c_blue);
  /*動き*/
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .2;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

.main-menu {
  margin-top: 100px;
  padding-left: 30px;
  margin-bottom: 80px;
}

.main-menu li {
  list-style: none;
  margin-bottom: 30px;
}

.main-menu a {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: .3rem;
  font-size: 0.7rem;
  position: relative;
  top: -1px;
}

#job, #message {
  margin-top: -100px;
  padding-top: 100px;
}

#recruit-content {
    font-size: initial;
}