@charset "utf-8";
/* CSS Document */
/* header #gnav {
  display: none;
} */
#main_visual .p-mainVisual .c-filterLayer::before {
    width: calc(100% - 30px);
    left: 15px;
    border-radius: 20px;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  background: url(../../../../uploads/mainv_txt.svg) no-repeat center;
  background-size: 90%;
  text-indent: -9999px;
  height: 100%;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 0.3em;
  display: inline-block;
  padding: 1px 3px 3px;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em b {
  color: #f4cd50;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 0.9rem;
  color: var(--color_text);
  width: 25vw;
  line-height: 1.7;
}
.post_content .swell-block-column p {
  line-height: 1.8;
}
.post_content .is-style-clmn-shadow>.swell-block-columns__inner>.swell-block-column {
  padding: 2em;
}
.post_content p em, .post_content h3 em {
  border-bottom: solid 2px #e9b80f;
  font-weight: bold;
}
.post_content #job {
  margin-right: calc(50% - 50vw);
  background: url(../../../../uploads/bg_service.jpg) no-repeat;
  background-size: cover;
  border-radius: 15px 0 0 15px;
}
.post_content #job .wp-block-media-text, .post_content #feat .wp-block-media-text {
  border-radius: 20px;
  background: rgb(22 69 95 / 15%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  padding: 1.5em;
}
.post_content .wp-block-media-text figure {
  border-radius: 10px;
  overflow: hidden;
}
.post_content .wp-block-media-text h3 {
  font-size: 1.4rem;
  margin-bottom: 0.75em;
}
.post_content .wp-block-media-text p {
  font-size: 90%;
  line-height: 1.9;
}
.post_content #feat .is-style-clmn-border .swell-block-column {
  background: var(--color_main_thin);
  border: none;
  border-radius: 15px;
}
.post_content #feat .is-style-clmn-border .swell-block-column h3 {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content #feat .wp-block-media-text {
  background: #fff;
  box-shadow: none;
}
.post_content #feat .wp-block-media-text h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
/* .post_content #interview {
  margin-left: calc(50% - 50vw);
  border-radius: 0 15px 15px 0;
  background: rgb(76 182 209 / 20%);
} */
 .post_content #interview {
  position: relative;
 }
.post_content #interview .swell-block-columns {
  background: #fff;
  padding: 2.5em;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.post_content .swell-block-column {
  position: relative;
}
.post_content .swell-block-column p.date {
  position: absolute;
  z-index: 10;
  font-size: 0.75rem;
  background: rgb(255 255 255 / 80%);
  color: var(--color_main);
  border: solid 1px var(--color_main);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: -30px;
  left: -30px;
  line-height: 1.4;
}
.post_content #interview .swell-block-column img {
  border-radius: 15px;
}
.post_content #career {
  margin-left: calc(50% - 50vw);
  background: url(../../../../uploads/bg_service.jpg) no-repeat;
  background-size: cover;
  border-radius: 0 15px 15px 0;
}
.post_content #career .swell-block-column .ttl p {
  color: var(--color_main) !important;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5em 0 -1em !important;
  font-weight: 500;
}
.post_content #career p + .swell-block-columns .swell-block-column::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../../../../uploads/icon_arrow_wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -40px;
  top: 46%;
}
.post_content #career p + .swell-block-columns .swell-block-column:last-child:after {
  display: none;
}
.post_content #career .wp-block-list.-list-flex {
  list-style: none;
  gap: 0.5em;
  padding: 0;
  justify-content: center;
}
.post_content #career .wp-block-list.-list-flex li {
  color: #fff;
  background: var(--color_main);
  border-radius: 100px;
  padding: 0.25em 0.75em;
  font-size: 0.9rem;
}
.post_content #career .swell-block-column p.date {
  background: var(--color_main);
	background: -moz-linear-gradient(125deg, #39bce7 0%, var(--color_main) 100%);
	background: -webkit-linear-gradient(125deg, #39bce7 0%,var(--color_main) 100%);
	background: linear-gradient(125deg, #39bce7 0%,var(--color_main) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39bce7', endColorstr='var(--color_main)',GradientType=1 );
  color: #fff;
  border: var(--color_main) solid 1px;
  opacity: 0.95;
}
/* .post_content #career h3 em::before, .post_content #career h3 em::after {
  content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
  color: #fff;
  font-size: 1.8rem;
}
.post_content #career h3 em::after {
  transform: rotate(25deg);
} */
.post_content #career h3.hirogari {
  margin-bottom: 1.8em;
}
.post_content #career h3.hirogari em {
  position: relative;
  z-index: 1;
}
.post_content #career h3.hirogari::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  width: 250px;
  height: 100px;
  background: linear-gradient(to bottom, #52a4d7 0%, #98d5ff 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
}
.post_content #benefit .is-style-clmn-border .swell-block-column {
  background: var(--color_main_thin);
  border: none;
  border-radius: 15px;
  padding: 1.5em;
}
/* .post_content #benefit::before {
  content: "";
  display: block;
  width: calc(100% - 64px);
  height: calc(100% + 5em);
  position: absolute;
  background: rgb(236 248 255);
  top: 0;
  border-radius: 0 15px 15px 0;
  max-width: 1474px;
}
.post_content #benefit {
  position: relative;
} */
.post_content #flow h3.swell-block-step__title {
  /* color: var(--color_text); */
  font-size: 1.3rem !important;
}

@media all and (min-width: 960px){
  /* header#header .l-header__logo {
    margin: auto;
  }
  header#header .l-header__logo .c-catchphrase {
    width: 100%;
    text-align: center;
  } */
/*メインイメージ*/
  #main_visual {
    width: 100%;
    position: relative;
    margin-bottom: 2em;
  }
  #main_visual .p-mainVisual__inner {
  }
  #main_visual .p-mainVisual__imgLayer {
    padding: 0 15px;
  }
  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
    /* object-position: bottom; */
    border-radius: 20px;
    overflow: hidden;
  }
  #main_visual .p-mainVisual__textLayer {
    width: 50%;
    height: 100%;
  }
  #main_visual .c-filterLayer::before {
    width: calc(100% - 30px);
    left: 15px;
    border-radius: 20px;
  }
  .post_content > .wp-block-group {
    padding-top: 5em;
    padding-bottom: 5em;
    margin-bottom: 0;
  }
  .post_content #about .swell-block-column p span.u-fz-l {
    line-height: 1;
  }
  .post_content #access iframe {
    min-height: 600px;
  }
  /* .post_content > .wp-block-group.alignfull {
    padding-top: 0;
    padding-bottom: 0;
  } */
  .wp-block-group.service figcaption {
    font-size: 1.2rem;
    opacity: 1;
    font-weight: bold;
  }
  footer .l-footer__inner #ft_r .l-footer__nav {
    
  }
  .align-center .wp-block-column {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  #service h3.is-style-section_ttl {
    margin: 1.5em 0 1em !important;
  }
  .post_content #interview .swell-block-columns {
    position: relative;
    width: 90%;
    margin: 3em 0;
  }
  .post_content #interview .swell-block-columns:nth-child(odd) {
    margin-left: 3em;
  }
  .post_content #interview .swell-block-columns:last-child {
    margin-bottom:0;
  }
  .post_content #career > div {
    width: calc(100% - 100px);
    max-width: 1474px;
    margin-left: 5%;
  }
}


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }
