@charset "utf-8";

/* CSS Document */

.contentsOffset{
  padding-top: 130px;
}

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

  .contentsOffset{
    padding-top: 70px;
  }
}

/***********
pageTitle
************/

.pageTitle {
  display: inline-block;
  font-size: 116%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  position: fixed;
  right: 300px;
  top: 47px;
  z-index: 990;
  display: none;
}

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

  .pageTitle {
    font-size: 85%;
    right: 80px;
    top: 26px;
  }

}

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

  .pageTitle {
    font-size: 85%;
    right: 60px;
    top: 26px;
  }
}




/***********
philosophy
************/

.philosophy {
  background: url(../../img/corporate/philosophy_bg.png) no-repeat 0 0 / 100% 380px;
  display: flex;
  justify-content: space-between;
  margin: 80px 0 200px;
}
.philosophy-item {
  width: 29%;
  height: 380px;
  background: rgba(255,255,255, 0.5);
  background-color: #fafafc;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  opacity: 0.8;
  color: #000;
  text-decoration: none;
}

.philosophy-subTitle {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 139%;
  letter-spacing: 0.08em;
}
.philosophy-lead {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  font-size: 85%;
  opacity: 0.7;
  white-space: nowrap;
}
.philosophy-title {
  font-family: 'Hannari','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-weight: 400;
  font-size: 208%;
  padding-top: 1.5em;
  letter-spacing: 0.1em;
}

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

  .philosophy {
    background-size: 100% auto;
  }
  .philosophy-item {
    width: 29%;
    height: 27vw;
  }
  .philosophy-subTitle {
    font-size: 124%;
  }
  .philosophy-title {
    font-size: 170%;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

}

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

  .philosophy {
    margin: 20px 0;
  }
  .philosophy-item {
    width: 29%;
    height: 26vw;
  }
  .philosophy-subTitle {
    font-size: 1.80vw;
    top: 20%;
  }
  .philosophy-lead {
    top: 35%;
    transform: translate(-50%, -50%);
    font-size: 77%;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
  .philosophy-title {
    font-size: 2.4vw;
  }

}

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

  .philosophy {
    background: none;
    display: flex;
    margin: 35vw 0 0;
  }
  .philosophy-item {
    width: 54vw;
    height: 42vw;
    border: 2px solid #fff;
  }
  .philosophy-item:nth-child(2) {
    margin-left: -23%;
    margin-right: -23%;
    margin-top: -38vw;
  }
  .philosophy-subTitle {
    font-size:2.5vw;
  }
  .philosophy-title {
    padding-top: 2.5em;
    font-size: 3.5vw;
  }

}

/***********
concept
************/

.concept {
  position: relative;
}
.concept.concept01{
  padding-top: 150px;
}
/*
.concept.concept01::before{
  content: "";
  display: block;
  width: 500px;
  height: 520px;
  position: absolute;
  left: 20px;
  top: 0;
  background: url(../../img/corporate/object01.png) no-repeat 0 0 / 100% 100%;
  pointer-events: none;
}
*/
.concept-blobSvg01{
  display: block;
  width: 720px;
  height: 720px;
  position: absolute;
  left: -150px;
  top: -200px;
  opacity: 0.3 !important;
  fill: #fff;
}


.concept.concept02{
  padding-top: 200px;
}
/*
.concept.concept02::before{
  content: "";
  display: block;
  width: 670px;
  height: 670px;
  position: absolute;
  right: -50px;
  top: 0;
  background: url(../../img/corporate/object02.png) no-repeat 0 0 / 100% 100%;
  pointer-events: none;
}
*/
.concept-blobSvg02{
  display: block;
  width: 920px;
  height: 920px;
  position: absolute;
  right: -50px;
  top: -200px;
  opacity: 0.3 !important;
  fill: #fff;
}
.concept.concept03{
  padding-top: 200px;
  padding-bottom: 250px;
}
/*
.concept.concept03::before{
  content: "";
  display: block;
  width: 570px;
  height: 540px;
  position: absolute;
  left: 20px;
  top: 300px;
  background: url(../../img/corporate/object03.png) no-repeat 0 0 / 100% 100%;
  pointer-events: none;
}
*/
.concept-blobSvg03{
  display: block;
  width: 920px;
  height: 920px;
  position: absolute;
  left: -250px;
  top: 0px;
  opacity: 0.3 !important;
  fill: #fff;
}

.concept-container {
  position: relative;
  display: flex;
}
.concept-heading {
  width: 28%;
  position: relative;
  z-index: 99;
}
.concept-heading-subTitle {
  font-size: 200%;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.concept-heading-title {
  font-weight: normal;
  font-size: 93%;
  padding-top: 1em;
}
.concept-inner {
  flex: 1;
  position: relative;
  z-index: 99;
}
.concept-leadTitle {
  font-family: 'Hannari','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-weight: 400;
  font-size: 300%;
  padding-bottom: 50px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.concept-leadTitle::after {
  content: attr(data-text)"";
  display: block;
  font-size: 66%;
  padding-top: 1em;
  font-family: 'Hannari','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.concept-text {
  font-family: 'Hannari','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-size: 116%;
  line-height: 2.2em;
  position: relative;
  z-index: 9;
}


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

  .concept {
  }
  .concept.concept01{
    padding-top: 80px;
  }
/*
  .concept.concept01::before{
    width: 300px;
    height: 320px;
    left: -40px;
  }
*/
  .concept.concept02{
    padding-top: 100px;
  }
/*
  .concept.concept02::before{
    width: 370px;
    height: 370px;
    right: -100px;
  }
*/
  .concept.concept03{
    padding-top: 100px;
    padding-bottom: 80px;
  }
/*
  .concept.concept03::before{
    width: 370px;
    height: 340px;
    top: 30px;
  }
*/
  .concept-blobSvg01 {
    width: 400px;
    height: 420px;
    left: -40px;
    top: 0;
  }

  .concept-blobSvg02 {
    width: 370px;
    height: 370px;
    top: 0;
    right: -100px;
  }

  .concept-blobSvg03 {
    width: 370px;
    height: 340px;
    top: 30px;
    left: 0;
  }


  .concept-container {
    display: block;
  }
  .concept-heading {
    width: auto;
    padding-bottom: 2em;
  }
  .concept-heading-subTitle {
    font-size: 154%;
  }
  .concept-heading-title {
    font-size: 85%;
    padding-top: 0.5em;
  }
  .concept-leadTitle {
    font-size: 170%;
    line-height: 1.5;
    padding-bottom: 1.5em;
    letter-spacing: 0;
    position: relative;
    z-index: 9;
  }
  .concept-text {
    font-size: 100%;
    line-height: 1.8;
  }

}

/***********
effort
************/

.effort{
  padding: 100px 0;
}

.effort-container {
  padding: 100px 5%;
  background-color: #fff;
}

.effort-management {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: -50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.effort-management-img {
  width: 55%;
}
.effort-management-inner {
  width: 40%;
}

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

  .effort-management {
    margin-top: 20px;
  }
}


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

  .effort-management {
    display: block;
  }
  .effort-management-img {
    width: auto;
    padding-bottom: 40px;
    text-align: center;
  }
  .effort-management-inner {
    width: auto;
  }
}

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

  .effort{
    padding: 5vw 0;
  }

  .effort-container {
    padding: 40px 2%;
  }

  .effort-management {
    display: block;
    margin-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .effort-management-img {
    width: auto;
  }
  .effort-management-inner {
    width: auto;
  }

}




/***********
welfare
************/

.welfare{
}
.welfare-heading{
  padding-bottom: 80px;
}
.welfare-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.welfare-list li {
  width: 45%;
  padding-bottom: 80px;
}
.welfare-title {
  padding-bottom: 40px;
}
.welfare-list img {
}

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

  .welfare{
  }
  .welfare-heading{
    padding-bottom: 40px;
  }
  .welfare-list {
    display: block;
  }
  .welfare-list li {
    width: auto;
    padding-bottom: 50px;
  }
  .welfare-title {
    padding-bottom: 20px;
  }
  .welfare-title img {
    max-height: 28px;
  }

}



/***********
member
************/

.member{
}
.member-heading{
  padding-bottom: 60px;
}

.member-visual {
  padding-bottom: 100px;
}
.member-visual img {
}
.member-visual figcaption {
  font-size: 93%;
  text-align: right;
  padding-top: 0.8em;
}

.member-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.member-list li {
  width: 45%;
  border-top: 1px solid #ccc;
  padding: 40px 0 60px;
}
.member-title {
  font-size: 152%;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding-bottom: 0.8em;
}
.member-text {
  font-size: 108%;
  line-height: 1.85;
}


.member-list.is-end li:nth-last-child(2),
.member-list.is-end li:nth-last-child(1) {
  border-bottom: 1px solid #ccc
}

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

  .member{
  }
  .member-heading{
    padding-bottom: 30px;
  }

  .member-visual {
    padding-bottom: 50px;
  }
  .member-visual img {
  }
  .member-visual figcaption {
    font-size: 70%;
    font-feature-settings: "palt";
    text-align: left;
  }

  .member-list {
    display: block;
  }
  .member-list li {
    width: auto;
    padding: 30px 0 40px;
  }
  .member-title {
    font-size: 116%;
  }
  .member-text {
    font-size: 85%;
    line-height: 1.7;
  }

  .member-list.is-end li:nth-last-child(2),
  .member-list.is-end li:nth-last-child(1) {
    border-bottom: none;
  }

}
/***********
corpSeparate
************/

.corpSeparate {
  display: flex;
}
.corpSeparate-heading {
  width: 40%;
}
.corpSeparate-inner {
  flex: 1;
}

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

  .corpSeparate {
    display: block;
  }
  .corpSeparate-heading {
    width: auto;
  }

}


/***********
overview
************/

.overview {
  border-top: 1px solid #ccc;
  width: 100%;
}
.overview tr {
  border-bottom: 1px solid #ccc;
}
.overview th {
  font-weight: normal;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 1.5em 0 1.5em;
  width: 10em;
}
.overview td {
  font-weight: normal;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 1.5em 0 1.5em;
}


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

  .overview {
    font-size: 85%;
  }
  .overview th {
    line-height: 1.7;
    padding: 1em 0 1em;
    width: 7em;
  }
  .overview td {
    line-height: 1.7;
    padding: 1em 0 1em;
  }

}


/***********
history
************/

.history {
}
.history tr {
}
.history th {
  font-weight: normal;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
  width: 10em;
}
.history td {
  font-weight: normal;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
}

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

  .history {
    font-size: 85%;
  }
  .history th {
    line-height: 1.7;
    width: 7em;
  }
  .history td {
    line-height: 1.7;
  }

}

/***********
separateHeading
************/

.separateHeading {
  display: flex;
  padding-bottom: 100px;
}
.separateHeading-heading {
  width: 28%;
}
.separateHeading-inner {
  flex: 1;
  padding-top: 0.5em;
}

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

  .separateHeading {
    display: block;
    padding-bottom: 50px;
  }
  .separateHeading-heading {
    width: auto;
  }
  .separateHeading-inner {
    padding-top: 0;
  }

}


/***********
sectionBlock
************/

.sectionBlock {
  padding-left: 80px;
  padding-bottom: 100px;
  position: relative;
}
.sectionBlock:not(:last-child) {
  padding-bottom: 250px;
}
.sectionBlock-subHeading {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 116%;
  transform: rotate(90deg) translateY(-1.5em);
  transform-origin: left top;
  letter-spacing: 0.1em;
}
.sectionBlock-subHeading-num {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-right: 2em;
}

.sectionBlock-header {
  display: flex;
  padding-top: 50px;
}
.sectionBlock-header-heading {
  min-width: 34.5%;
  padding-right: 100px;
}
.sectionBlock-header-title {
  font-size: 216%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: normal;
  white-space: nowrap;
}
.sectionBlock-header-subTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 124%;
  letter-spacing: 0.08em;
}
.sectionBlock-header-link {
  padding-top: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 93%;
}
.sectionBlock-header-inner {
  flex: 1;
}

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

  .sectionBlock-header {
    display: block;
  }
  .sectionBlock-header-heading {
    min-width: initial;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .sectionBlock-header-title {
    white-space: pre-wrap;
  }

}

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

  .sectionBlock {
    padding-left: 40px;
    padding-bottom: 60px;
  }
  .sectionBlock:not(:last-child) {
    padding-bottom: 120px;
  }
  .sectionBlock-subHeading {
    font-size: 93%;
  }

  .sectionBlock-header {
    padding-top: 40px;
  }
  .sectionBlock-header-title {
    font-size: 170%;
  }
  .sectionBlock-header-subTitle {
    font-size: 100%;
  }
  .sectionBlock-header-link {
    padding-top: 5px;
    font-size: 77%;
  }

}

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

  .sectionBlock {
    padding-left: 0;
    padding-bottom: 50px;
  }
  .sectionBlock:not(:last-child) {
    padding-bottom: 120px;
  }
  .sectionBlock-subHeading {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    font-size: 68%;
    transform: rotate(90deg) translateY(-1.5em);
    transform-origin: left top;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .sectionBlock-subHeading-num {
  }

  .sectionBlock-header {
    padding-top: 30px;
  }
  .sectionBlock-header-heading {
  }
  .sectionBlock-header-title {
    font-size: 154%;
  }
  .sectionBlock-header-subTitle {
    font-size: 100%;
  }

}





/***********
gallery
************/

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery.is-trisect{
  margin-left: -4%;
  margin-bottom: -3%;
}
.gallery.is-trisect li {
  width: 29.3%;
  margin-left: 4%;
  margin-bottom: 3%;
}
.gallery.is-quarter{
  margin-left: -0.5%;
}
.gallery.is-quarter li{
  width: 24.5%;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
}

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

  .gallery li {
    transition-delay: 0s !important;
  }
}

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

  .gallery.is-trisect{
    margin-left: -0.5%;
    margin-bottom: 0;
  }
  .gallery.is-trisect li {
    width: 32.8%;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
  }
  .gallery.is-quarter{
  margin-left: -0.5%;
  }
  .gallery.is-quarter li{
    width: 49.5%;
  }

}

/***********
newsList
************/


.newsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsList li {
  width: 48.5%;
  margin-bottom: 3%;
}
.newsList a {
  display: block;
  height: 100%;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 30px 40px;
}
.newsList-title {
  font-size: 170%;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.4;
  box-sizing: content-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  position: relative;
}
.newsList-title::before ,
.newsList-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ccc;
}
.newsList-title::after {
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: right center;
  z-index: 2;
  background-color: #333;
}
body.is-pc .newsList-title:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.newsList-summary {
  font-size: 93%;
  line-height: 1.8;
  height: calc(3em * 1.8);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsList-data {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.newsList-data-time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 93%;
  font-weight: 400;
  padding-right: 1.5em;
}
.newsList-data-cat {
  display: inline-block;
  font-weight: 600;
  font-size: 93%;
}

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

  .newsList {
    display: block;
  }
  .newsList li {
    width: auto;
    margin-bottom: 60px;
    transition-delay: 0s !important;
    margin-bottom: 15px;
  }
  .newsList li a{
    padding: 20px 5%;
  }
  .newsList-title {
    font-size: 124%;
  }

  .newsList-summary {
    font-size: 85%;
  }

  .newsList-data {
    padding-top: 10px;
    opacity: 0.5;
  }
  .newsList-data-time {
    font-size: 77%;
  }
  .newsList-data-cat {
    font-size: 77%;
  }


}


/***********
article
************/

.article {
  background-color: #fff;
  padding: 80px 10%;
}
.article-heading {
  padding-bottom: 60px;
}
.article-heading-data {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.7;
}
.article-heading-time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 93%;
  font-weight: 400;
  padding-right: 1.5em;
}
.article-heading-cat {
  display: inline-block;
  font-weight: 600;
  font-size: 93%;
}
.article-heading-title {
  font-size: 200%;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: normal;
}

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

  .article {
  padding: 40px 5%;
  }
  .article-heading {
    padding-bottom: 40px;
  }
  .article-heading-data {
    padding-top: 20px;
  }
  .article-heading-time {
    font-size: 85%;
  }
  .article-heading-cat {
    font-size: 85%;
  }
  .article-heading-title {
    font-size: 131%;
  }

}




/***********
post
************/

.post {
  line-height: 2;
  font-size: 1.16rem;
  font-weight: 500;
  padding-bottom: 20px;
}

.post p:not([class]) {
  line-height: 2;
  font-size: 1.16rem;
  font-weight: 500;
  padding-bottom: 1em;
}

.post h2:not([class]) {
  font-size: 1.7rem;
  margin: 40px 0 1em 0;
  border-left: 3px solid #1b2858;
  padding: 0.8em 0 0.8em 15px;
  line-height: 1.3;
}

.post h3:not([class]) {
  font-size: 1.47rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px 20px;
  border-radius: 8px;
  margin: 30px 0 20px 0;
}

.post h4:not([class]) {
  font-size: 1.31rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin: 30px 0 20px 0;
}

.post h5:not([class]) {
  font-size: 1.24rem;
  padding: 20px 0 15px 0;
}

.post h6:not([class]) {
  font-size: 1.24rem;
  padding: 15px 0 8px 0;
}

.post img {
  margin: 20px 0;
}

.post blockquote:not([class]) {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 3%;
  border-radius: 15px;
  margin: 30px 0;
}

.post table:not([class]) {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.post table:not([class]) thead th,
.post table:not([class]) thead td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 3%;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.post table:not([class]) tbody th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 3%;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  background-color: rgba(0, 0, 0, 0.05);
}

.post table:not([class]) tbody td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 3%;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}

.post ul:not([class]){
  font-size: 1.24rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.5em;
  padding: 20px 0;
}
.post ol:not([class]){
  font-size: 1.24rem;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.5em;
  padding: 20px 0;
}

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

  .post {
    font-size: 1rem;
    line-height: 1.7;
    padding-bottom: 10px;
  }

  .post p:not([class]) {
    font-size: 1rem;
    line-height: 1.7;
  }

  .post h2:not([class]) {
    font-size: 1.31rem;
    margin: 30px 0 20px 0;
    border-left: 3px solid #222;
    padding: 0 0 0 10px;
    line-height: 1.3;
  }

  .post h3:not([class]) {
    font-size: 1.24rem;
    padding: 10px 10px;
    margin: 20px 0 14px 0;
    line-height: 1.3;
  }

  .post h4:not([class]) {
    font-size: 1.24rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 20px 0 10px 0;
    line-height: 1.3;
  }

  .post h5:not([class]) {
    font-size: 1.16rem;
    padding: 20px 0 10px 0;
  }

  .post h6:not([class]) {
    font-size: 1.16rem;
    padding: 15px 0 8px 0;
  }

  .post img {
    margin: 20px 0;
  }

  .post blockquote:not([class]) {
    padding: 15px 3%;
    margin: 20px 0;
  }

  .post table:not([class]) {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .post table:not([class]) thead th,
  .post table:not([class]) thead td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody th {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post ul:not([class]){
    font-size: 1.16rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  .post ol:not([class]){
    font-size: 1.16rem;
    line-height: 1.5;
    padding: 10px 0;
  }

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}

/***********
journalPickup
************/

.journalPickup {
  position: relative;
  background-position: center center;
  background-size: cover;
}
.journalPickup::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.journalPickup-block {
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 130px);
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.journalPickup-box {
  padding-bottom: 30px;
  max-width: 800px;
}
.journalPickup-heading {
  padding-bottom: 40px;
}
.journalPickup-heading-title {
  font-size: 220%;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.journalPickup-heading-title a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
/*
.journalPickup-heading-title a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transform: scaleX(0);
  transition: transform 1s ease;
  transform-origin: right center;
}
.journalPickup-heading-title a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
*/
.journalPickup-heading-subTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 116%;
  letter-spacing: 0.08em;
}
.journalPickup-summary {
  line-height: 1.8;
  height: calc(2em * 1.8);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

  .journalPickup-block {
    min-height: 400px;
  }
  .journalPickup-box {
    padding-bottom: 15px;
  }
  .journalPickup-heading {
    padding-bottom: 20px;
  }
  .journalPickup-heading-title {
    font-size: 139%;
  }
  .journalPickup-heading-subTitle {
    font-size: 85%;
  }
  .journalPickup-summary {
    font-size: 77%;
    line-height: 1.6;
    height: calc(2em * 1.6);
  }

  .journalPickup-link {
    padding-top: 15px;
  }

}





/***********
recommend
************/

.recommend{
  padding: 80px 0;
  background: url(../../img/pattern05.png);
}

.recommend-container {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 300px;
}
.recommend-heading {
  width: 23%;
  min-width: 300px;
}
.recommend-heading-title {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 200%;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.5em;
}

.recommend-inner {
  flex: 1;
}

.recommend-slider {
  display: flex;
}
.recommend-slider.js-carousel{
}
.recommend-slider li {
  padding-right: 30px;
}
.recommend-slider a {
  display: block;
  width: 350px;
  color: #000;
  text-decoration: none;
}
.recommend-slider-img {
}
.recommend-slider-img.recommend-slider img {
}
.recommend-slider-inner {
  padding-top: 1.5em;
}

.recommend-slider-cat {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 116%;
  padding-bottom: 1em;
  letter-spacing: 0.1em;
}
.recommend-slider-title {
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.recommend-control {
  position: static;
  padding-top: 30px;
  display: flex;
  margin-left: -15px;
}
.recommend-control button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.recommend-control button:first-child {
  margin-right: 50px;
}
.recommend-control-prev::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  margin-top: -3px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: scaleY(.5) rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.recommend-control-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -15px;
  margin-top: -3px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: scaleY(.5) rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.is-pc .recommend-control button:hover {
  opacity: 1;
}



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

  .recommend-container {
    display: block;
  }
  .recommend-heading {
    width: auto;
    min-width: initial;
  }

  .recommend-heading {
    padding-bottom: 30px;
  }
  .recommend-heading-title {
    font-size: 170%;
  }
  .recommend-inner {
    flex: 1;
    margin-right: -50px;
  }

  .recommend-link{
    position: static;
    padding-top: 50px;
  }

  .recommend-control {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    margin-top: -30px;
    margin-left: 0;
    margin-right: -15px;
  }

  .recommend-slider a {
    width: 280px;
  }

  .recommend-control {
    left: auto;
    top: 0;
    right: 0;
  }

}


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

  .recommend{
    padding: 50px 0;
  }

  .recommend-heading {
    padding-bottom: 30px;
  }
  .recommend-heading-title {
    font-size: 147%;
  }

  .recommend-link{
    padding-top: 30px;
  }

  .recommend-slider li {
    padding-right: 5px;
  }
  .recommend-slider a {
    width: 160px;
  }

  .recommend-slider-cat {
    font-size: 77%;
    padding-bottom: 1em;
  }
  .recommend-slider-title {
    font-size: 85%;
  }
  .recommend-control {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-left: 0;
    margin-right: -15px;
  }

  .recommend-control button {
    width: 30px;
    height: 30px;
  }
  .recommend-control button:first-child {
    margin-right: 20px;
  }
  .recommend-control-prev::after {
    width: 12px;
    height: 12px;
  }
  .recommend-control-next::after {
    width: 12px;
    height: 12px;
  }

}

/***********
catList
************/

.catList {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.catList li {
}
.catList li:not(:last-child)::after {
  content: "/";
  padding: 0 2em;
}
.catList a {
  display: inline-block;
  font-size: 108%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding: 0.2em 0;
  position: relative;
}
.catList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right center;
}
body.is-pc .catList a:hover::after ,
.catList .current-cat a::after {
  transform: scaleX(1);
  transform-origin: left center;
}

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

  .catList {
    padding-bottom: 40px;
  }
  .catList li:not(:last-child)::after {
    content: "/";
    padding: 0 1em;
  }
  .catList a {
    font-size: 85%;
  }

}




/***********
card
************/

.card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -40px;
}
.card li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 80px;
}
.card li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.card-img{
}
.card-cat{
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 124%;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}
.card-inner{
  padding-top: 20px;
}
.card-data-time{
  display: inline-block;
  padding-bottom: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 0.7;
}
.card-title{
  font-size: 154%;
  line-height: 1.4;
}

.card-summary {
  margin-top: 1.5em;
  font-size: 93%;
  line-height: 1.8;
  height: calc(3em * 1.8);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

  .card {
  }
  .card li {
    width: 47%;
    transition-delay: 0s !important;
  }

  .card-cat{
    font-size: 100%;
  }
  .card-inner{
    padding-top: 15px;
  }
  .card-data-time{
  }
  .card-title{
    font-size: 124%;
  }

  .card-summary {
    font-size: 77%;
  }

}

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


  .card {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .card li {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .card li a {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
  }
  .card-img{
    width: 33%;
  }
  .card-img img {
    width: 100%;
    height: 28vmin;
    object-fit: cover;
  }
  .card-cat{
    font-size: 85%;
    padding-bottom: 1em;
    position: absolute;
    right: 0;
    top: 25px;
  }
  .card-inner{
    flex: 1;
    padding-top: 0;
    padding-left: 15px;
  }
  .card-data-time{
    display: block;
    font-size: 77%;
  }
  .card-title{
    font-size: 108%;
  }

  .card-summary {
    margin-top: 1em;
    font-size: 77%;
    line-height: 1.5;
    height: calc(3em * 1.5);
  }

}


/***********
journalVisual
************/

.journalVisual {
}
.journalVisual img {
  width: 100%;
  min-height: 400px;
  height: 60vh;
  object-fit: cover;
}

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

  .journalVisual {
  }
  .journalVisual img {
    width: auto;
    min-height: initial;
    height: auto;
  }
}

/***********
journal
************/

.journal {
}
.journal-heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.journal-heading-cat {
  display: inline-block;
  border-bottom: 1px solid #aaa;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 124%;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
}
.journal-heading-title {
  font-size: 220%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}
.journal-heading-data {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.journal-heading-time {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 116%;
  opacity: 0.5;
  padding-right: 2.5em;
}
.journal-heading-tags {
  display: flex;
  flex-wrap: wrap;
}
.journal-heading-tags li{
}
.journal-heading-tags li:not(:last-child) {
  padding-right: 1.2em;
}
.journal-heading-tags a {
  display: inline-block;
  opacity: 0.5;
  color: #000;
  text-decoration: none;
}
body.is-pc .journal-heading-tags a:hover {
  opacity: 1;
}

.journal-heading-share {
  padding-top: 0.8em;
  display: flex;
}
.journal-heading-share::before {
  content: "SHARE :";
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 0.5;
  padding-right: 1.5em;
}
.journal-heading-share li {
  padding-right: 1em;
}
.journal-heading-share a {
  display: inline-block;
  opacity: 0.5;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition-duration: 2s;
}
body.is-pc .journal-heading-share a:hover {
  opacity: 1;
  transition-duration: 0.3s;
}

.journal-credit {
  background-color: #f0f0f0;
  padding: 80px 8%;
  margin-top: 120px;
}
.journal-credit-item:not(:last-child) {
  padding-bottom: 60px;
}
.journal-credit-title {
  font-size: 147%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}
.journal-credit-name {
  font-size: 124%;
  letter-spacing: 0.08em;
  padding-bottom: 0.8em;
}
.journal-credit-link {
  display: inline-block;
  margin-left: 0.5em;
  color: #555;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.1em 0.3em;
  text-decoration: none;
  opacity: 0.6;
}
body.is-pc .journal-credit-link:hover {
  opacity: 1;
}
.journal-credit-text {
  line-height: 1.8;
}

.journal-share {
  padding: 120px 0 200px;
  text-align: center;
}

.journal-share-title {
  font-size: 131%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}
.journal-share-list {
  display: flex;
  justify-content: center;
}
.journal-share-list li {
  padding: 0 20px;
}

.journal-share-list a {
  display: inline-block;
  opacity: 0.5;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  transition-duration: 2s;
}
body.is-pc .journal-share-list a:hover {
  opacity: 1;
  transition-duration: 0.3s;
}

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

  .journal {
  }
  .journal-heading {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .journal-heading-cat {
    font-size: 100%;
    margin-bottom: 20px;
  }
  .journal-heading-title {
    font-size: 139%;
  }
  .journal-heading-data {
    padding-top: 20px;
    display: flex;
  }
  .journal-heading-time {
    font-size: 85%;
    padding-right: 1.5em;
  }
  .journal-heading-tags {
    display: flex;
  }
  .journal-heading-tags li{
    opacity: 0.5;
    font-size: 85%;
  }
  .journal-heading-tags li:not(:last-child) {
    padding-right: 1em;
  }

  .journal-heading-share {
    padding-top: 0.8em;
    display: flex;
  }
  .journal-heading-share::before {
    font-size: 85%;
  }
  .journal-heading-share li {
    padding-right: 1em;
  }
  .journal-heading-share a {
    font-size: 16px;
  }

  .journal-credit {
    padding: 40px 5%;
    margin-top: 60px;
  }
  .journal-credit-item:not(:last-child) {
    padding-bottom: 40px;
  }
  .journal-credit-title {
    font-size: 124%;
    padding-bottom: 1em;
  }
  .journal-credit-name {
    font-size: 108%;
  }
  .journal-credit-text {
    line-height: 1.7;
    font-size: 85%;
  }

  .journal-share {
    padding: 60px 0 100px;
  }

  .journal-share-title {
    font-size: 131%;
  }
  .journal-share-list {
  }
  .journal-share-list li {
    padding: 0 10px;
  }

}

/***********
recruitWrapper
************/

.recruitSection {
  padding: 60px 5%;
  background-color: #fff;
}
.recruitSection:not(:last-of-type) {
  margin-bottom: 50px;
}
.recruitSection-header {
  display: flex;
  padding-bottom: 50px;
}
.recruitSection-header-heading {
  min-width: 28%;
  padding-right: 100px;
}
.recruitSection-header-subTitle {
  font-size: 185%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.recruitSection-header-subTitle::before {
  content: "_";
  padding-right: 0.2em;
}
.recruitSection-header-title {
  font-weight: normal;
  padding-top: 1em;
}
.recruitSection-header-inner {
  flex: 1;
}


.recruitSection-navi {
}
.recruitSection-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruitSection-list li {
  width: 49%;
}
.recruitSection-list a {
  display: inline-block;
  font-size: 170%;
  font-feature-settings: "palt";
  text-decoration: none;
  padding: 0.5em 120px 0.5em 0;
  position: relative;
}
.recruitSection-list a[href]::before {
  content: "募集中";
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  color: #fff;
  border-radius: 10em;
  padding: 0.2em 1em;
  background-color: #000;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.recruitSection-list a[href]::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../../img/icon/arrow.png) no-repeat 0 0 / 100% 100%;
  opacity: 0.5;
  transition: 0.2s;
}
body.is-pc .recruitSection-list a:hover::after{
  opacity: 1;
  animation: amin-arrow02 0.4s ease forwards 0.2s;
}

.recruitSection-list a span{
  display: inline-block;
  padding: 0.2em 0;
  position: relative;
}
.recruitSection-list a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right center;
}
.recruitSection-list a:hover span::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.recruitSection-list a:not([href]) {
  opacity: 0.3;
  pointer-events: none;
}

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

  .recruitSection-navi {
  }
  .recruitSection-list li {
  }
  .recruitSection-list a {
    font-size: 131%;
  }
}


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

  .recruitSection {
    padding: 30px 5%;
    border-radius: 10px;
  }
  .recruitSection:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .recruitSection-header {
    display: block;
    padding-bottom: 40px;
  }
  .recruitSection-header-heading {
    min-width: initial;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .recruitSection-header-subTitle {
    font-size: 147%;
    white-space: pre-wrap;
  }

  .recruitSection-navi {
    display: block;
  }
  .recruitSection-list {
    width: auto;
    display: block;
  }
  .recruitSection-list li{
    width: auto;
  }
  .recruitSection-list a {
    font-size: 116%;
    padding: 0.3em 0 0.3em 0;
  }
  .recruitSection-list a[href]{
    padding-right: 80px;
  }
  .recruitSection-list a[href]::before {
    content: "募集中";
    font-size: 0.8rem;
    right: 20px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .recruitSection-list a[href]::after {
    width: 15px;
    height: 10px;
    margin-top: -5px;
  }

}

/***********
org
************/

.org {
  display: flex;
  justify-content: space-between;
}
.org li {
  width: 32%;
  background-color: #F5F5EF;
  border-radius: 10px;
  padding: 40px 40px;
}
.org-title {
  font-size: 147%;
  font-weight: 600;
  font-feature-settings: "palt";
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: center;
  padding-bottom: 1em;
}
.org-text {
  font-size: 108%;
  line-height: 1.8;
}

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

  .org {
    display: block;
  }
  .org li {
    width: auto;
    padding: 30px;
    margin-bottom: 20px;
  }

}

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

  .org {
  }
  .org li {
  }
  .org-title {
    font-size: 124%;
  }
  .org-text {
    font-size: 93%;
    line-height: 1.8;
  }

}



/***********
evaluation
************/

.evaluation {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}
.evaluation-item {
  width: 47%;
}
.evaluation-img {
}
.evaluation-title {
  padding-bottom: 1em;
  text-align: center;
  font-size: 170%;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}
.evaluation-text {
  font-size: 108%;
  line-height: 1.8;
}

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

  .evaluation {
    display: block;
    padding: 0 3%;
  }
  .evaluation-item {
    width: auto;
  }
  .evaluation-item:not(:last-child) {
    padding-bottom: 50px;
  }
  .evaluation-img {
  }
  .evaluation-title {
    font-size: 124%;
  }
  .evaluation-text {
    font-size: 93%;
    line-height: 1.8;
  }


}


/***********
welfare
************/

.benefit {
}
.benefit-section {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.benefit-section:first-child {
  border-top: 1px solid #ccc;
}
.benefit-heading {
  display: flex;
  flex-direction: column;
  width: 35%;
  min-width: 300px;
  padding-left: 5%;
}
.benefit-heading-title {
  font-family: 'Roboto' , '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 200%;
  font-weight: 400;
}
.benefit-inner {
  flex: 1;
}

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

  .benefit {
  }
  .benefit-section {
    display: block;
    padding: 30px 0;
  }
  .benefit-section:first-child {
  }
  .benefit-heading {
    display: block;
    width: auto;
    min-width: initial;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .benefit-heading-title {
    font-size: 154%;
    font-weight: 400;
  }
  .benefit-inner {
    flex: 1;
  }

}


/***********
recruitNavi
************/

.recruitNavi{
  background-color: #fff;
  padding: 1.2em 2.5em;
  margin-bottom: 4em;
}

.recruitNavi-list {
  display: flex;
  flex-wrap: wrap;
}
.recruitNavi-list li {
  padding: 0.5em 0;
}
.recruitNavi-list li:not(:last-child)::after {
  content: "|";
  padding: 0 0.5em;
  opacity: 0.5;
}
.recruitNavi-list a {
  display: inline-block;
  padding: 0.2em 0;
  font-feature-settings: "palt";
  font-size: 93%;
  text-decoration: none;
  position: relative;
}
.recruitNavi-list a:not([href]){
  opacity: 0.3;
}
.recruitNavi-list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0;
  transition: 0.3s;
}

body.is-pc .recruitNavi-list a[href]:hover::after,
.recruitNavi-list li.is-active a::after  {
  opacity: 1;
}

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

  .recruitNavi{
    overflow: auto;
    padding: 0 ;
    margin-left: -6%;
    margin-right: -6%;
    margin-top: -50px;
    margin-bottom: 3em;
  }

  .recruitNavi-list {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .recruitNavi-list li {
    padding: 0;
  }
  .recruitNavi-list li:not(:last-child)::after {
    display: none;
  }
  .recruitNavi-list a {
    padding: 1em 1em;
    font-size: 93%;
  }

}



/***********
recruitHeader
************/

.recruitHeader {
  padding-bottom: 100px;
}
.recruitHeader-upper {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.recruitHeader-upper-subTitle {
  font-family: 'Volkhov', serif;
  font-size: 154%;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.recruitHeader-upper-title {
  font-size: 108%;
  padding-top: 0.8em;
}
.recruitHeader-inner {
}
.recruitHeader-inner-subTitle {
  font-size: 124%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.recruitHeader-inner-title {
  padding-top: 1em;
}
.recruitHeader-adjunct {
  padding-bottom: 2.5em;
}


.recruitHeader-heading {
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.recruitHeader-heading-block {
}
.recruitHeader-heading-title {
  font-size: 250%;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}
.recruitHeader-heading-inner {
}
.recruitHeader-heading-text {
  text-align: right;
  font-size: 116%;
  line-height: 1.8;
}

.recruitHeader-intro {
  padding-left: 5%;
  border-left: 1px solid #aaa;

}
.recruitHeader-intro .recruitHeader-intro-lead {
  font-size: 185%;
  font-weight: bold;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding-bottom: 1em;
}

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

  .recruitHeader {
    padding-bottom: 50px;
  }
  .recruitHeader-upper {
    text-align: left;
    margin-bottom: 30px;
  }
  .recruitHeader-upper-subTitle {
    position: static;
    font-size: 124%;
  }
  .recruitHeader-upper-title {
    position: static;
    font-size: 100%;
  }
  .recruitHeader-inner {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding-top: 0.4em;
  }
  .recruitHeader-inner-subTitle {
    font-size: 85%;
    letter-spacing: 0.05em;
  }
  .recruitHeader-inner-title {
    padding-top: 0.5em;
    font-size: 77%;
  }
  .recruitHeader-adjunct {
    text-align: left;
    margin-top: 1em;
    opacity: 0.5;
    font-size: 93%;
  }


  .recruitHeader-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
  .recruitHeader-heading-title {
    font-size: 154%;
  }
  .recruitHeader-heading-inner {
    padding-top: 1em;
  }
  .recruitHeader-heading-text {
    text-align: left;
    font-size: 85%;
    line-height: 1.7;
    opacity: 0.7;
  }

  .recruitHeader-intro {
    padding-left: 5%;

  }
  .recruitHeader-intro .recruitHeader-intro-lead {
    font-size: 116%;
  }

}



/***********
recruitSeparate
************/

.recruitSeparate {
  display: flex;
  justify-content: center;
}
.recruitSeparate-item {
  flex: 1;
}
.recruitSeparate-item:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 3%;
  margin-right: 3%;
}

.recruitSeparate-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitSeparate-block-upper {
}
.recruitSeparate-block-lower {
}

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

  .recruitSeparate {
    display: block;
  }
  .recruitSeparate-item {
    width: auto;
  }
  .recruitSeparate-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #333;
    margin-bottom: 3em;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 3em;
  }
  .recruitSeparate-item:last-child {
    padding-left: 0;
  }

  .recruitSeparate-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .recruitSeparate-block-upper {
  }
  .recruitSeparate-block-lower {
    text-align: center;
  }

}

/***********
recruit
************/

.recruit{
}
.recruit:not(:last-of-type){
  padding-bottom: 120px;
}
.recruit-title {
  font-size: 185%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-bottom: 40px;
}
.recruit-title::before {
  content: "_";
  padding-right: 0.2em;
}


.recruit-subTitle {
  font-size: 170%;
  padding-bottom: 1.5em;
}

.recruit-table01{
  background: #fff;
  border: 1px solid #888;
}
.recruit-table01 th{
  border: 1px solid #888;
  padding: 1em 1em;
  line-height: 1.8;
  width: 30%;
}
.recruit-table01 td{
  border: 1px solid #888;
  padding: 1.5em 2em;
  font-size: 124%;
  line-height: 1.8;
}

.recruit-table01-subTitle {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 131%;
  letter-spacing: 0.08em;
}
.recruit-table01-title {
  display: inline-block;
  font-size: 108%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  padding-left: 1em;
}



.recruit-table02{
  border-top: 1px solid #888;
}
.recruit-table02 tr{
  border-bottom: 1px solid #888;
}
.recruit-table02 th{
  padding: 1em 1em;
  font-size: 124%;
  background-color: #ebebe0;
  line-height: 1.8;
  width: 30%;
}
.recruit-table02 td{
  padding: 1.5em 2em;
  font-size: 124%;
  line-height: 1.8;
}



.recruit-entry {
  display: flex;
  align-items: center;
}
.recruit-entry-inner {
  flex: 1;
}
.recruit-entry-cv {
  width: 35%;
  padding-left: 10%;
  min-width: 350px;
}
.recruit-entry-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1.2em 3em;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  font-size: 124%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  position: relative;
}
.recruit-entry-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
body.is-pc .recruit-entry-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.postid-3607 .recruit-entry-cv .recruit-entry-btn {
	display: none;
}

.page-id-3608 .l-contents {
	background: url(https://backpackersjapan.mom/wp/wp-content/themes/backpackersjapan/img/pattern03.png);
}

.recruit-entry-btn.is-large {
  width: 100%;
  padding: 1.5em 2em;
  border-radius: 6px;
  font-size: 139%;
  white-space: nowrap;
}

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

  .recruit{
  }
  .recruit:not(:last-of-type){
    padding-bottom: 60px;
  }
  .recruit-title {
    font-size: 147%;
    padding-bottom: 25px;
  }
  .recruit-subTitle {
    font-size: 124%;
    padding-bottom: 1em;
  }


  .recruit-table01,
  .recruit-table01 tbody,
  .recruit-table01 thead,
  .recruit-table01 tr,
  .recruit-table01 th,
  .recruit-table01 td{
    display: block;
  }
  .recruit-table01{
    padding: 30px 5%;
  }
  .recruit-table01 tr:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .recruit-table01 th{
    border: none;
    padding: 0 0 0.5em 0;
    line-height: 1.5;
    text-align: left;
    width: auto;
  }
  .recruit-table01 td{
    border: none;
    padding: 0;
    font-size: 93%;
    line-height: 1.7;
  }

  .recruit-table01-subTitle {
    font-size: 124%;
  }
  .recruit-table01-title {
    font-size: 85%;
  }


  .recruit-table02{
  }
  .recruit-table02 tr{
  }
  .recruit-table02 th{
    padding: 1em 1em;
    font-size: 93%;
    width: 8em;
  }
  .recruit-table02 td{
    padding: 1em 1em;
    font-size: 93%;
    line-height: 1.6;
  }


  .recruit-entry {
    display: block;
  }
  .recruit-entry-inner {
  }
  .recruit-entry-cv {
    width: auto;
    max-width: initial;
    min-width: initial;
    padding-top: 30px;
    text-align: center;
    padding-left: 0%;
  }
  .recruit-entry-btn,
  .recruit-entry-btn.is-large {
    display: inline-block;
    width: auto;
    max-width: initial;
    min-width: 18em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 108%;
  }
  .recruit-entry-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  body.is-pc .recruit-entry-btn:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

}




/***********
recruitLink
************/

.recruitLink {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}
.recruitLink li {
  width: 49%;
}
.recruitLink a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.recruitLink a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
  transition: 0.5s;
}
.recruitLink a:not([href])::after {
  background: rgba(0, 0, 0, 0.7);
}
.recruitLink-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.recruitLink-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 9;
  pointer-events: none;
}
.recruitLink-title {
  font-size: 154%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.recruitLink-text {
  font-size: 108%;
  padding-top: 1em;
}

body.is-pc .recruitLink a[href]:hover::after {
  opacity: 0.2;
}

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

  .recruitLink {
    display: block;
    max-width: 480px;
    margin: 2em auto 0;
  }
  .recruitLink li {
    width: auto;
    margin-bottom: 1em;
  }
  .recruitLink a {
    border-radius: 10px;
  }
  .recruitLink-img {
    border-radius: 10px;
  }
  .recruitLink-title {
    font-size: 139%;
  }
  .recruitLink-text {
    font-size: 93%;
    padding-top: 0.5em;
  }

}



/***********
note
************/

.note {
}
.note p {
  font-size: 116%;
  line-height: 1.8;
}
.note h2 {
  font-size: 116%;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.8;
  padding-top: 4em;
  padding-bottom: 0.8em;
}

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

  .note p {
    font-size: 93%;
  }
  .note h2 {
    font-size: 100%;
  }
}

/***********
pagination
************/

.pagination {
  margin-top: 80px;
  padding: 0 100px;
  position: relative;
  display: flex;
  justify-content: center;
}
.page-numbers {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 108%;
  padding: 0.8em 5px;
  margin: 0 2px;
  color: #222;
  text-decoration: none;
  opacity: 0.5;
}
span.page-numbers.current:not(.dots),
body.is-pc a.page-numbers:not(.dots):hover {
  opacity: 1;
  font-weight: 500;
}
.page-numbers::after {
  content: ".";
}
.page-numbers.prev {
  width: 90px;
  text-align: right;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.page-numbers.prev::before,
.page-numbers.prev::after{
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 1.3em;
  background: url(../../img/icon/arrow_large.png) no-repeat 0 0 / 100% 100%;
  transform: rotate(-180deg);
  opacity: 0.8;
  transition: 0.5s;
}
.page-numbers.prev::before{
  transition-delay: 0.2s;
}
.page-numbers.prev::after{
  opacity: 0;
  margin-left: 20px;
  transition-delay: 0.1s;
}
body.is-pc .page-numbers.prev:hover::before{
  margin-left: -20px;
  opacity: 0;
}
body.is-pc .page-numbers.prev:hover::after{
  opacity: 0.8;
  margin-left: 0;
  transition-delay: 0.2s;
}

.page-numbers.next {
  width: 90px;
  text-align: left;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.page-numbers.next::before,
.page-numbers.next::after{
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 1.3em;
  background: url(../../img/icon/arrow_large.png) no-repeat 0 0 / 100% 100%;
  opacity: 0.8;
  transition: 0.5s;
}
.page-numbers.next::before{
  transition-delay: 0.2s;
}
.page-numbers.next::after{
  opacity: 0;
  margin-right: 20px;
  transition-delay: 0.1s;
}
body.is-pc .page-numbers.next:hover::before{
  margin-right: -20px;
  opacity: 0;
}
body.is-pc .page-numbers.next:hover::after{
  opacity: 0.8;
  margin-right: 0;
  transition-delay: 0.2s;
}

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

  .pagination {
    padding: 0 0;
    padding-top: 50px;
  }
  .page-numbers {
    font-size: 100%;
    padding: 0.8em 2px;
    margin: 0 5px;
  }
  .page-numbers.prev {
    width: 60px;
  }
  .page-numbers.prev::before,
  .page-numbers.prev::after{
    width: 30px;
    height: 6px;
  }

  .page-numbers.next {
    width: 60px;
    padding-right: 65px;
  }
  .page-numbers.next::before,
  .page-numbers.next::after{
    width: 30px;
    height: 6px;
  }

}



/***********
paging
************/

.paging {
  margin-top: 50px;
  padding: 0 100px 100px;
  position: relative;
  display: flex;
  justify-content: center;
}
.paging-back a,
.paging-next a,
.paging-prev a{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 108%;
  padding: 0.8em 5px;
  margin: 0 2px;
  color: #222;
  text-decoration: none;
  opacity: 0.5;
}
body.is-pc .paging a:hover {
  opacity: 1;
  font-weight: 500;
}


.paging-prev a{
  width: 90px;
  text-align: right;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.paging-prev a::before,
.paging-prev a::after{
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 1.3em;
  background: url(../../img/icon/arrow_large.png) no-repeat 0 0 / 100% 100%;
  transform: rotate(-180deg);
  opacity: 0.8;
  transition: 0.5s;
}
.paging-prev a::before{
  transition-delay: 0.2s;
}
.paging-prev a::after{
  opacity: 0;
  margin-left: 20px;
  transition-delay: 0.1s;
}
body.is-pc .paging-prev a:hover::before{
  margin-left: -20px;
  opacity: 0;
}
body.is-pc .paging-prev a:hover::after{
  opacity: 0.8;
  margin-left: 0;
  transition-delay: 0.2s;
}

.paging-next a{
  width: 90px;
  text-align: left;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.paging-next a::before,
.paging-next a::after{
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 1.3em;
  background: url(../../img/icon/arrow_large.png) no-repeat 0 0 / 100% 100%;
  opacity: 0.8;
  transition: 0.5s;
}
.paging-next a::before{
  transition-delay: 0.2s;
}
.paging-next a::after{
  opacity: 0;
  margin-right: 20px;
  transition-delay: 0.1s;
}
body.is-pc .paging-next a:hover::before{
  margin-right: -20px;
  opacity: 0;
}
body.is-pc .paging-next a:hover::after{
  opacity: 0.8;
  margin-right: 0;
  transition-delay: 0.2s;
}

/***********
copy
************/

.copy {
  position: relative;
  cursor: pointer;
}
.copy.is-copied {
}
.copy.is-copied::after {
  content: "Copied";
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  animation: amin-copy 1.5s linear forwards;
}

@keyframes amin-copy {
  0% {
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}


/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
