@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_title .container {
  position: relative;
}
#page_title .heading {
  display: block;
  position: relative;
  z-index: 2;
}
#page_title .heading .heading-jp {
  margin-left: 0;
}
#page_title .heading .heading-en {
  line-height: 1;
}
#breadcrumbs {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
#breadcrumbs a {
  text-decoration: underline;
  font-weight: 700;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs [property="itemListElement"]:first-of-type {
  margin-left: 0;
}
#breadcrumbs [property="itemListElement"]:last-of-type {
  margin-right: 0;
}
.sidebox {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
}
.sidebox:last-child {
  margin-bottom: 0;
}
.sidebox .side_title {
  border-bottom: 1px solid #222;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sidebox ul li {
  border-bottom: 1px dashed #222;
}
.sidebox ul li a {
  display: block;
  padding: 1rem 0;
  position: relative;
}
.sidebox ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/arrow02.svg) no-repeat center / 100%;
}
.subtitle {
  position: relative;
}
.subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--mainColor);
}
.line_title {
  border-bottom: 1px solid #222;
  padding-bottom: 1rem;
}
.round_img {
  border-radius: 1rem;
}
@media only screen and ( max-width : 767px ) {
  #main {
    margin-top: 12rem;
  }
  #page_title {
    margin-bottom: 7rem;
  }
  #page_title .heading {
    margin-bottom: 0;
  }
  #page_title .container:after {
    width: 36rem;
    height: 36.1rem;
    right: -8.8rem; 
    bottom: -22rem;
  }
  #page_title .heading-en {
    padding-left: 2.5rem;
  }
  #page_title .heading-en:before {
    left: 0;
  }
  #page_title .heading .heading-jp {
    margin-top: .5rem;
    padding-left: 2.5rem;
  }
  #breadcrumbs {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  #breadcrumbs [property="itemListElement"] {
    margin: 0 .5rem;
  }
  #main__contents--wrapper {
    margin-bottom: 6rem;
  }
  .sidebox {
    margin-bottom: 3rem;
  }
  .sidebox .side_title {
    font-size: 1.6rem;
  }
  #main_content {
    margin-bottom: 6rem;
  }
  .subtitle {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
  .subtitle:before {
    width: 1rem;
    height: 1rem;
  }
  .line_title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #main {
    margin-top: 17rem;
  }
  #page_title {
    margin-bottom: 10rem;
    position: relative;
    position: relative;
  }
  #page_title .heading {
    margin-bottom: 0;
  }
  #page_title .heading .heading-en {
    font-size: 12rem;
    padding-left: 6rem;
  }
  #page_title .heading-en:before {
    width: 4.8rem;
    height: 4.4rem;
    left: 0;
  }
  #page_title .heading .heading-jp {
    margin-top: 2rem;
    font-size: 2rem;
    padding-left: 6rem;
  }
  #breadcrumbs {
    font-size: 1.4rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 2rem;
  }
  #breadcrumbs [property="itemListElement"] {
    margin: 0 1.5rem;
  }
  #main__contents--wrapper {
    margin-bottom: 12rem;
  }
  .main__contents--col #main_content {
    width: calc(100% - (26.8rem + 6rem));
  }
  .main__contents--col #side {
    width: 26.8rem;
    margin-left: 6rem;
  }
  .sidebox {
    margin-bottom: 4rem;
  }
  .sidebox .side_title {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 6.2rem;
    margin-bottom: 3.5rem;
    padding-left: 5rem;
  }
  .subtitle:before {
    width: 1.8rem;
    height: 1.8rem;
  }
  .subtitle.subtitle_tate_pc {
    writing-mode: vertical-rl;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .subtitle.subtitle_tate_pc:before {
    top: 0;
    transform: translateY(0);
    left: 50%;
    margin-left: -.9rem;
  }
  .line_title {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   WORKS

--------------------------------------------------------------------------------------------- */

#works .works__item {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
}
#works .works__item .works__fig {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: .3s;
}
#works .works__item:hover .works__fig {
  transform: scale(1.1);
}

#works .works__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}

#works .works__fig {
  background: center / cover no-repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#works .works__fig:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 60%;
  opacity: .85;
  width: 100%;
  z-index: 2;
}

.works--content {
  bottom: 0;
  color: #fff;
  left:0;
  line-height: 1;
  position: absolute;
  z-index: 5;
}
#works .works--other {
  font-size: 1.2rem;
}
.works__txt {
  line-height: 2em;
}
.works__title {
  font-weight: 700;
}


@media only screen and ( max-width : 767px ) {
  #works .works__item {
    width: 100%;
    height: 120vw;
    margin-bottom: 2rem;
  }
  .works__txt {
    margin-bottom: 3rem;
  }
  .works__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .works--content {
    padding: 1.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .works__list {
    display: flex;
    flex-wrap: wrap;
  }
  #works .works__item {
    height: 52rem;
    width: 30%;
    margin-right: 4%;
    margin-top: 4%;
  }
  #works .works__item:nth-child(-n+3) {
    margin-top: 0;
  }
  #works .works__item:nth-child(3n) {
    margin-right: 0;
  }
  .works__txt {
    margin-bottom: 6rem;
  }
  .works__title {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .works--content {
    padding: 2.4rem 3rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   WORKS SINGLE

--------------------------------------------------------------------------------------------- */
.works_single--txt dl {
  display: flex;
  flex-wrap: wrap;
}
.works_single--txt dt,
.works_single--txt dd {
  border-bottom: 1px solid #222;
}
.works_single--txt dt {
  font-weight: 700;
  padding-right: 1em;
}
.works_single--fig .slick-next,
.works_single--fig .slick-prev {
  width: 4rem;
  height: 4rem;
  z-index: 10;
}
.works_single--fig .slick-prev {
  background: url(../img/prev.png) no-repeat center / 100%;
  left: -2rem;
}
.works_single--fig .slick-next {
  background: url(../img/next.png) no-repeat center / 100%;
  right: -2rem;
}
.works_single--fig .slick-next:before,
.works_single--fig .slick-prev:before {
  content: none;
}
.slick-dots li button:before {
  font-size: 10px;
}
.works_single--fig .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--mainColor);
}
@media only screen and ( max-width : 767px ) {
  #works_single {
    margin-bottom: 6rem;
  }
  .works_single--txt dt,
  .works_single--txt dd {
    padding: 2rem 0;
  }
  .works_single--txt dt {
    width: 12rem;
  }
  .works_single--txt dd {
    width: calc(100% - 12rem);
  }
  .works_single--fig .slick-next,
  .works_single--fig .slick-prev {
    width: 3rem;
    height: 3rem;
  }
  .works_single--fig .slick-prev {
    left: -1.5rem;
  }
  .works_single--fig .slick-next {
    right: -1.5rem;
  }
  .works-gallery .works-gallery-item img {
    height: 26rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #works_single {
    margin-bottom: 12rem;
  }
  .works_single--fig {
    width: 55.5rem;
    margin-right: 10rem;
  }
  .works-gallery .works-gallery-item img {
    height: 41.6rem;
  }
  .works_single--txt {
    width: calc(100% - (10rem + 55.5rem));
  }
  .works_single--txt dt,
  .works_single--txt dd {
    padding: 3rem 0;
  }
  .works_single--txt dt:first-of-type,
  .works_single--txt dd:first-of-type {
    padding-top: 0;
  }
  .works_single--txt dt {
    width: 14rem;
  }
  .works_single--txt dd {
    width: calc(100% - 14rem);
  }
}
/* ---------------------------------------------------------------------------------------------

　   SERVICE COMMON

--------------------------------------------------------------------------------------------- */
.service_about h3 {
  margin-bottom: 1em;
}
.service_content--box {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
.service_content--txt h3 {
  margin: 1.2em 0 .6em;
}
.service_content--txt p {
  line-height: 2em;
}
.service_cases {
  background: #E5DBDB;
  border-radius: 2rem;
}
.service_cases h4 {
  border-left: .6rem solid var(--mainColor);
  padding-left: .5em;
  margin-bottom: 1em;
}
.service_cases li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1em;
}
.service_cases li span {
  font-weight: 700;
}
.service_cases li:last-child {
  margin-bottom: 0;
}
.service_cases li:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/service/check.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
}
.news_archive .container,
.works__list,
.service_charm,
.service_recommendation,
.service_design,
.service_about,
.service_construction,
.service_content {
  position: relative;
}
.news_archive .container:before,
.news_archive .container:after,
.works__list:before,
.service_charm:before,
.service_recommendation:before,
.service_design:before,
.service_design:after,
.service_about:before,
.service_construction:before,
.service_construction:after,
.service_content:before {
  content: "";
  background: url(../img/bg_dot.png) no-repeat center / 100%;
  position: absolute;
  z-index: -1;
  filter: blur(30px);
}
.service_construction--fig img {
  border-radius: 2rem;
}
.service_construction--txt p {
  line-height: 2em;
}
.tab-content {
  display: none;
}
.tab-content.show {
  display: block;
}
.tab-container {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #222;
}
.tab {
  cursor: pointer;
  width: 49%;
  max-width: 44.5rem;
  background: #CCCCCC;
  color: #fff;
  border-radius: .6rem .6rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.tab:last-child {
  margin-right: 0;
}
.tab span {
  text-align: center;
}
.tab.active {
  background: #222;
}
@media only screen and ( max-width : 767px ) {
  .service_sec {
    margin-bottom: 6rem;
  }
  .service_about_wrapper {
    flex-direction: column-reverse;
  }
  .service_about .service_about--fig {
    margin-bottom: 3rem;
  }
  .service_about h3 {
    font-size: 2rem;
  }
  .service_about p {
    line-height: 2em;
  }
  .service_content--box {
    margin-bottom: 2rem;
  }
  .service_content--box:last-child {
    margin-bottom: 0;
  }
  .service_content--txt h3 {
    font-size: 1.6rem;
  }
  .service_cases {
    padding: 3rem 2rem;
    margin-top: 3rem;
  }
  .service_cases h4 {
    font-size: 2rem;
  }
  .service_cases li {
    font-size: 1.6rem;
  }
  .service_cases li:before {
    top: .5rem;
  }
  .service_construction--box {
    margin-bottom: 3rem;
  }
  .service_construction--box:last-child {
    margin-bottom: 0;
  }
  .service_construction--txt h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .tab-container {
    margin-bottom: 3rem;
  }
  .tab {
    margin-right: 2%;
    height: 4rem;
    font-size: 1.5rem;
  }
  .service_construction .tab {
    font-size: 1.2rem;
    padding: 0 .5rem;
  }
  .service_construction .tab span {
    line-height: 1.3em;
  }
  .service_about:before {
    width: 15rem;
    height: 15rem;
    top: 8rem;
    right: -6rem;
  }
  .service_construction:before {
    width: 20rem;
    height: 20rem;
    top: 34%;
    left: -10rem;
  }
  .service_content:before {
    width: 20rem;
    height: 20rem;
    top: -7rem;
    left: -6rem;
  }
  .service_construction:after {
    /*width: 30rem;
    height: 30rem;
    bottom: -20rem;
    right: -12rem;*/
    content: none;
  }
  .service_charm:before {
    width: 20rem;
    height: 20rem;
    top: -2rem;
    left: -10rem;
  }
  .service_recommendation:before {
    width: 30rem;
    height: 30rem;
    top: -5rem;
    right: -10rem;
  }
  .service_design:before {
    width: 20rem;
    height: 20rem;
    top: -7rem;
    left: -8rem;
  }
  .service_design:after {
    width: 15rem;
    height: 15rem;
    bottom: -10rem;
    right: -5rem;
  }
  .works__list:before {
    width: 20rem;
    height: 20rem;
    bottom: -10rem;
    left: -8rem;
  }
  .single .works__list:before {
    bottom: -17rem;
    left: -10rem;
  }
  .news_archive .container:before {
    width: 15rem;
    height: 15rem;
    top: -8rem;
    left: -5rem;
  }
  .news_archive .container:after {
    width: 15rem;
    height: 15rem;
    bottom: -15rem;
    left: -5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .service_sec {
    margin-bottom: 12rem;
  }
  .service_about .service_about--txt {
    width: calc(100% - (8rem + 46rem));
  }
  .service_about .service_about--fig {
    width: 46rem;
  }
  .service_about h3 {
    font-size: 2.8rem;
  }
  .service_about p {
    line-height: 2.2em;
  }
  .service_col--title,
  .sec_col--title {
    width: 16.2rem;
  }
  .service_col--content,
  .sec_col--content {
    width: calc(100% - 16.2rem);
  }
  .service_content--box {
    width: 31%;
  }
  .service_content--txt h3 {
    font-size: 2rem;
  }
  .service_cases {
    padding: 4rem 5rem;
    margin-top: 8rem;
  }
  .service_cases h4 {
    font-size: 2.8rem;
  }
  .service_cases li {
    font-size: 1.8rem;
  }
  .service_cases li span {
    font-size: 2rem;
  }
  .service_cases li:before {
    top: .6rem;
  }
  .service_construction--box {
    width: 48.5%;
    margin-top: 6rem;
  }
  .service_construction--box:nth-child(-n+2) {
    margin-top: 0;
  }
  .service_construction--txt h3 {
    font-size: 2.8rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .tab-container {
    margin-bottom: 6rem;
  }
  .tab {
    margin-right: 4rem;
    height: 6rem;
    font-size: 2.4rem;
  }
  .service_construction .tab-container {
    padding: 0 3rem;
  }
  .service_construction .tab {
    flex: 1;
    margin-right: 2%;
  }
  .service_construction .tab:last-child {
    margin-right: 0;
  }

  .service_about:before {
    width: 30rem;
    height: 30rem;
    top: -8rem;
    right: -12rem;
  }
  .service_construction:before {
    width: 36rem;
    height: 36rem;
    top: -10rem;
    left: -10rem;
  }
  .service_construction:after {
    width: 60rem;
    height: 60rem;
    bottom: -35rem;
    right: -30rem;
  }
  .service_charm:before {
    width: 34rem;
    height: 34rem;
    top: 0rem;
    left: -12rem;
  }
  .service_recommendation:before {
    width: 60rem;
    height: 60rem;
    top: -15rem;
    right: -30rem;
  }
  .service_design:before {
    width: 34rem;
    height: 34rem;
    top: -10rem;
    left: -16rem;
  }
  .service_design:after {
    width: 30rem;
    height: 30rem;
    bottom: -10rem;
    right: -8rem;
  }
  .works__list:before {
    width: 34rem;
    height: 34rem;
    bottom: -10rem;
    left: -12rem;
  }
  .single .works__list:before {
    bottom: -34rem;
    left: -12rem;
  }
  .news_archive .container:before {
    width: 34rem;
    height: 34rem;
    top: -12rem;
    left: -8rem;
  }
  .news_archive .container:after {
    width: 34rem;
    height: 34rem;
    bottom: -35rem;
    left: -12rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   STREETRPRINT

--------------------------------------------------------------------------------------------- */
.about_point {
  position: relative;
}
.about_point--fig {
  position: relative;
  z-index: 1;
  border-radius: 2rem;
}
.about_point--label {
  position: absolute;
  z-index: 2;
}
.service_charm--box {
  position: relative;
  background: #fff;
  border-radius: 2rem;
}
.service_charm--label {
  position: absolute;
  z-index: 2;
  left: 3rem;
  top: -3rem;
  display: flex;
  align-items: center;
}
.service_charm--label span {
  font-weight: 700;
  color: var(--mainColor);
}
.service_charm--label-txt {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.4rem;
}
.service_charm--label-num {
  font-size: 5.6rem;
  line-height: 1;
}
.service_charm--txt {
  margin-top: 2rem;
}
.service_charm--txt h3 {
  font-weight: 700;
  margin-bottom: .5em;
}
.service_charm--txt p {
  line-height: 2em;
}
.service_recommendation--box {
  background: #fff;
  border-radius: 2rem;
  position: relative;
}
.service_recommendation--num {
  background: var(--mainColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  z-index: 2;
  top: -1rem;
  left: -1.5rem;
  font-weight: 700;
  font-size: 3.6rem;
}
.service_recommendation--fig {
  display: block;
  margin: 0 auto;
  width: 13rem;
}
.service_recommendation--fig img {
  width: 100%;
}
.service_recommendation--box h3 {
  text-align: center;
  margin: 1rem 0;
}
.service_recommendation--box ul {
  display: flex;
  flex-wrap: wrap;
}
.service_recommendation--box ul li {
  margin-right: .7em;
  font-weight: 700;
}
.service_recommendation--box ul li:last-child {
  margin-right: 0;
}
.service_design--box {
  background: #fff;
  border-radius: 2rem;
  font-size: 1.2rem;
}
.service_design--fig {
  display: block;
  margin: 0 auto;
  max-width: 21.4rem;
}
.service_design--fig img {
  width: 100%;
}
.service_design--box h3 {
  margin: 1rem 0;
  font-size: 2rem;
}
.service_design--txt {
  font-weight: 700;
  text-align: center;
  margin: 4.5rem 0 3rem;
}

@media only screen and ( max-width : 767px ) {
  .about_point {
    margin-top: 8rem;
    background: url(../img/service/streetprint/about02_sp.jpg) no-repeat center / cover;
    border-radius: 2rem;
    height: 53.4rem;
    padding: 7rem 2rem;
  }
  .service_about .about_point--title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .about_point--fig {
    display: none;
  }
  .about_point--label {
    width: 8.8rem;
    top: -4rem;
    left: 2rem;
  }
  .about_point .about_point--txt {
    color: #fff;
  }
  .service_charm--box {
    padding: 3rem 2rem;
    margin-top: 3.5rem;
  }
  .service_charm--txt h3 {
    font-size: 1.6rem;
  }
  .service_recommendation--box {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .service_recommendation--box:last-child {
    margin-bottom: 0;
  }
  .service_recommendation--box h3 {
    font-size: 2.4rem;
  }
  .service_design--box {
    width: 48.5%;
    margin-right: 3%;
    padding: 1.5rem 1rem;
    margin-top: 3%;
    font-size: 1.2rem;
    min-height: 17rem;
  }
  .service_design--box:nth-child(-n+2) {
    margin-top: 0;
  }
  .service_design--box:nth-child(2n) {
    margin-right: 0;
  }
  .service_design--box h3 {
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }
  .service_design--txt {
    font-size: 1.4rem;
    margin: 4rem 0 2rem;
  }
  .service_charm--label {
    left: 2rem;
    top: -1.5rem;
  }
  .service_charm--label-txt {
    font-size: 1rem;
  }
  .service_charm--label-num {
    font-size: 3.6rem;
  }
  .service_recommendation--fig {
    width: 11.4rem;
  }
  .service_recommendation--box ul {
    justify-content: center;
  }
  .service_recommendation--box ul li {
    font-size: 1.2rem;
  }
  .service_recommendation--num {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 2.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .about_point {
    margin-top: 16rem;
  }
  .about_point--label {
    width: 33rem;
    top: -5.5rem;
    left: 7.4rem;
  }
  .service_about .about_point--title {
    right: 7rem;
    top: -5.5rem;
    font-size: 4rem;
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    z-index: 2;
  }
  .about_point--title span {
    writing-mode: vertical-rl;
  }
  .about_point--txt {
    width: 55rem;
    bottom: 6rem;
    left: 7.4rem;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    z-index: 2;
  }
  .service_charm--box {
    padding: 5rem 4rem;
    width: 48.5%;
    margin-top: 6rem;
  }
  .service_charm--box:nth-child(-n+2) {
    margin-top: 0;
  }
  .service_charm--txt h3 {
    font-size: 2.4rem;
  }
  .service_recommendation--box {
    width: 31%;
    padding: 5rem 2rem 4rem;
  }
  .service_recommendation--box h3 {
    font-size: 3.6rem;
  }
  .service_design--box {
    width: 22.375%;
    margin-right: 3.5%;
    margin-top: 3%;
    padding: 3rem 2.5rem;
  }
  .service_design--box:nth-child(-n+4) {
    margin-top: 0;
  }
  .service_design--box:nth-child(4n) {
    margin-right: 0;
  }
  .service_design--txt {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   WORKS

--------------------------------------------------------------------------------------------- */
.service_achievement {
  position: relative;
}
.service_achievement .slick-list {
  overflow: visible;
}
.works__slide--wrapper {
  margin-right: calc((100vw - 100%) / 2 * -1);
  overflow: hidden;
  position: relative;
}
.service_achievement .top-slide__item {
  height: 80vw;
  margin: 0 1rem;
  overflow: hidden;
  position: relative;
  width: 20rem;
  width: 53.3vw;
  border-radius: 2rem;
}
.service_achievement .top-slide__item .top-slide__fig {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  overflow: hidden;
}
.service_achievement .top-slide__item .top-slide__fig {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_achievement .top-slide__item:hover .top-slide__fig {
  transform: scale(1.1);
}

.service_achievement .top-slide__item .top-slide__fig:before,
.service_achievement .top-slide__item .top-slide__fig:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
}

.service_achievement .top-slide__item .top-slide__fig:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 60%;
  opacity: .85;
  width: 100%;
  z-index: 2;
}


.service_achievement .top-slide__item.slick-current .top-slide__works--content {
  display: block;
}

.service_achievement .top-slide__item:focus {
  outline: none;
}

.service_achievement .top-slide__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.service_achievement .top-slide__fig {
  background: center / cover no-repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top-slide__works--content {
  bottom: 0;
  color: #fff;
  left:0;
  line-height: 1;
  position: absolute;
  z-index: 5;
}

.service_achievement .top-slide--other {
  font-size: 1.2rem;
}
.works__lead_txt {
  font-weight: 700;
}
.works__txt {
  line-height: 2em;
}

/* Arrows */
.service_achievement .works__arrow--prev,
.service_achievement .works__arrow--next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    display: block;

    width: 4.8rem;
    height: 4.8rem;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.service_achievement .works__arrow--prev:hover,
.service_achievement .works__arrow--prev:focus,
.service_achievement .works__arrow--next:hover,
.service_achievement .works__arrow--next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.service_achievement .works__arrow--prev:hover:before,
.service_achievement .works__arrow--prev:focus:before,
.service_achievement .works__arrow--next:hover:before,
.service_achievement .works__arrow--next:focus:before
{
    opacity: 1;
}
.service_achievement .works__arrow--prev.slick-disabled:before,
.service_achievement .works__arrow--next.slick-disabled:before
{
    opacity: .25;
}

.service_achievement .works__arrow--prev:before,
.service_achievement .works__arrow--next:before
{
    content: "";
    opacity: .75;
    color: #577565;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    text-align: center;
}

.service_achievement .works__arrow--prev:before
{
    background: url(../img/prev.svg) no-repeat center / 100%;
}

.service_achievement .works__arrow--next:before
{
    background: url(../img/next.svg) no-repeat center / 100%;
}


.top-slide__title {
  font-weight: 700;
}


@media only screen and ( max-width : 767px ) {
  .works__slide--wrapper {
    margin-left: -2rem;
  }
  .works__txt {
    margin-bottom: 3rem;
  }
  .top-slide__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .top-slide__works--content {
    padding: 1.5rem;
  }
  .service_achievement .works__arrow--prev {
      right: 6rem;
      top: 0;
  }
  .service_achievement .works__arrow--next {
      right: 0;
      top: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .service_achievement .container {
    padding: 0;
  }
  .service_achievement .top-slide__item {
    height: 52.1vw;
    max-height: 75rem;
    max-width: 50rem;
    width: 34.7vw;
  }
  .service_achievement .slick-list {
    -webkit-transform: translateX(13.4vw) !important;
    transform: translateX(13.4vw) !important;
  }

  .works__txt {
    margin-bottom: 6rem;
  }
  .top-slide__title {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .top-slide__works--content {
    padding: 2.4rem 3rem;
  }
  .service_achievement .works__arrow--prev {
      left: 0;
      bottom: 6rem;
  }
  .service_achievement .works__arrow--next {
      left: 0;
      bottom: 0;
  }

}


/* ---------------------------------------------------------------------------------------------

　   404

--------------------------------------------------------------------------------------------- */
#notfound h2 {
  color: var(--mainColor);
}
#notfound p {
  line-height: 2.5em;
}
@media only screen and ( max-width : 767px ) {
  #notfound h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  #notfound p {
    margin-bottom: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #notfound h2 {
    font-size: 4rem;
    margin-bottom: 5rem;
    text-align: center;
  }
  #notfound p {
    text-align: center;
    margin-bottom: 7rem;
  }
  #notfound .btn {
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------------------------------------------

　   RECRUIT

--------------------------------------------------------------------------------------------- */

#recruit_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100rem;
  margin: 0 auto;
}
#recruit_menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222;
  background: #fff;
  border-radius: 6rem;
  height: 6rem;
  font-weight: 700;
}
#recruit_menu ul li a span {
  position: relative;
  padding-right: 4rem;
}
#recruit_menu ul li a span:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/arrow-down.png) no-repeat center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

#recruit_introduction h2 {
  text-align: center;
}
#recruit_introduction p {
  text-align: center;
  line-height: 2.5em;
}
.recruit_charm--box {
  border-bottom: 1px dashed #212121;
}
.recruit_charm--box:first-of-type {
  padding-top: 0;
}
.recruit_charm--fig img {
  border-radius: 2rem;
}
.recruit_charm--txt .recruit_charm--num {
  font-weight: 700;
  color: var(--mainColor);
  line-height: 1.5em;
}
.recruit_charm--txt p {
  line-height: 2em;
}
#recruit_business_content h3 {
  margin-bottom: 1em;
}
#recruit_business_content .slider .slider_item img {
  border-radius: 1rem;
}
#recruit_business_content .recruit_business_content_txt {
  line-height: 2.2em;
}
.recruit_person_inner {
  background: #fff;
  border-radius: 1rem;
}
.recruit_person_inner li {
  position: relative;
  padding-left: 5rem;
  font-weight: 700;
}
.recruit_person_inner li:before {
  content: "";
  width: 3rem;
  height: 2.8rem;
  background: url(../img/recruit/check.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruit_flow_step {
  border-bottom: 1px dashed #222;
}
.recruit_flow_step:first-of-type {
  padding-top: 0;
}
.recruit_step_num_title {
  display: block;
  text-align: center;
  width: 100%;
  color: var(--mainColor);
  font-weight: 700;
  margin-bottom: .6em;
}
.recruit_step_num {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 50%;
  font-weight: 700;
}
.recruit_flow_step_txt p {
  line-height: 2em;
}
.recruit_cta_inner {
  background: url(../img/recruit/cta_bg.jpg) no-repeat center / cover;
  color: #fff;
  border: 1px solid #707070;
  border-radius: 2rem;
}
.recruit_cta_inner h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: .9em;
}
.recruit_cta_lead_txt {
  text-align: center;
  font-weight: 700;
}
.recruit_cta_inner .btn {
  border: none;
  display: flex;
}
.recruit_cta_inner .btn .btn_ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.recruit_cta_inner .btn .btn_ico img {
  width: 2rem;
  display: block;
}
.recruit_cta_inner .line_btn  {
  background: #03C755;
  color: #fff;
}
.recruit_cta_inner .line_btn .btn_ico img {
  width: 2.6rem;
}
.recruit_cta_inner .btn:after {
  border: 1px solid var(--mainColor);
}
.recruit_cta_inner .line_btn:after {
  background: url(../img/arrow_green.svg) no-repeat center / 1.95rem #fff;
  border: 1px solid #fff;
}
.recruit_cta_inner .line_btn:hover:after {
  background: url(../img/arrow.svg) no-repeat center / 1.95rem #03C755;
}
.recruit_number_box {
  background: #fff;
  border-radius: 1rem;
  width: 48.5%;
}
.recruit_number_box h3 {
  text-align: center;
}
.recruit_number_box h3 span {
  color: var(--mainColor);
  font-weight: 700;
  display: block;
}
.recruit_number_box figure {
  text-align: center;
  margin-top: 1rem;
}
.recruit_number_box02 h3 {
  text-align: left;
}
.recruit_number_box02 h3 span {
  margin-left: 1em;
  display: inline-block;
}
.recruit_number_txt {
  font-weight: 700;
  color: var(--mainColor);
  text-align: center;
  position: relative;
}
.recruit_number_txt .recruit_number_txt_n {
  display: inline-block;
  line-height: 1;
}
.recruit_number_txt .recruit_number_txt_n small {
  display: inline-block;
  line-height: 1;
}
.recruit_number_small_txt {
  font-weight: 700;
  text-align: center;
}
.recruit_number_box02 .recruit_number_txt {
  padding-right: 1.1em;
}
.recruit_number_txt_t {
  display: inline-block;
  line-height: 1;
}
.recruit_number_box02 .recruit_number_txt_t {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 1em;
  height: 2.4em;
  line-height: 1.2em;
}
.recruit_number_box02 .recruit_number_small_txt {
  text-align: left;
}
.recruit_jobs_tab_inner {
  background: #fff;
  border-radius: 1rem;
}
.recruit_jobs_tab_txt h3 {
  margin-bottom: 1.5rem;
}
.recruit_jobs_tab_txt dl {
  margin-bottom: 4rem;
}
.recruit_jobs_tab_txt dt:first-of-type {
  padding-top: 0;
}
.recruit_jobs_tab_txt dt {
  font-weight: 700;
  padding-top: 2rem;
  margin-bottom: .5rem;
}
.recruit_jobs_tab_txt dd {
  border-bottom: 1px dashed #222;
  padding-bottom: 1.5rem;
}
.recruit_jobs_tab_txt .disc li {
  list-style: disc;
  margin-left: 1.2em;
}
.recruit_jobs_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  height: 6rem;
  max-width: 32rem;
  position: relative;
  border-radius: 6rem;
  font-weight: 700;
}
.recruit_jobs_btn span {
  position: relative;
  padding-right: 4rem;
}
.recruit_jobs_btn span:after {
  content: "";
  position: absolute;
  background: url(../img/nav-arrow.svg) no-repeat center / 100%;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.recruit_voice_tab_inner {
  background: #fff;
  border-radius: 1rem;
}
.recruit_voice_staff_name {
  border-left: .5rem solid var(--mainColor);
  padding-left: 3rem;
  margin-bottom: 2.5rem;
}
.recruit_voice_staff_name span {
  display: block;
  font-weight: 700;
}
.recruit_voice_staff_name_jp {
  line-height: 1;
}
.recruit_voice_staff_name_en {
  color: var(--mainColor);
  margin-top: .8rem;
}
.recruit_voice_staff_info p {
  margin-bottom: 1.5rem;
}
.recruit_voice_staff_info p:last-child {
  margin-bottom: 0;
}
.recruit_voice_faq {
  margin-bottom: 4rem;
}
.recruit_voice_faq h4 span {
  color: var(--mainColor);
}
.recruit_voice_faq_box:last-child {
  margin-bottom: 0;
}
.recruit_voice_faq_box p {
  line-height: 2em;
}
.recruit_voice_schedule h4 {
  border-left: .5rem solid var(--mainColor);
  padding-left: 1.5rem;
}
.recruit_voice_schedule_inner {
  background: #FDF8F8;
  border-radius: 1rem;
}
.recruit_voice_time_schedule {
  margin-bottom: 2rem;
}
.recruit_voice_time_schedule dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.recruit_voice_time_schedule dl:after {
  content: "";
  width: .1rem;
  height: 100%;
  position: absolute;
  background: var(--mainColor);
  left: .25rem;
  top: 0;
}
.recruit_voice_time_schedule dt,
.recruit_voice_time_schedule dd {
  margin-bottom: 1.5rem;
}
.recruit_voice_time_schedule dt:last-of-type,
.recruit_voice_time_schedule dd:last-of-type {
  margin-bottom: 0;
}
.recruit_voice_time_schedule dt {
  color: var(--mainColor);
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  width: 8rem;
  padding: 0 1.8rem;
}
.recruit_voice_time_schedule dt:before {
  content: "";
  position: absolute;
  width: .6rem;
  height: .6rem;
  background: var(--mainColor);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.recruit_voice_time_schedule dd {
  font-weight: 700;
  width: calc(100% - 8rem);
}
.recruit_schedule_small_txt {
  line-height: 2em;
}
.recruit_carrerup_image_more {
  overflow: auto;
}
.recruit_carrerup_image_more_box {
  background: #fff;
  border-radius: 1rem;
  position: relative;
}
.recruit_carrerup_image_more_box h3 {
  text-align: center;
}
.recruit_carrerup_image_years {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: .6rem;
  font-weight: 700;
  text-align: center;
  background: #99895B;
  padding: .3em;
  top: 0;
}
.recruit_carrerup_image_more_box02 .recruit_carrerup_image_years {
  background: #9A5F33;
}
.recruit_carrerup_image_more_box03 .recruit_carrerup_image_years {
  background: #BE5A27;
}
.recruit_carrerup_image_more_box04 .recruit_carrerup_image_years {
  background: #BE4A27;
}
.recruit_carrerup_image_more_box05 .recruit_carrerup_image_years {
  background: #BE3E27;
}
.recruit_carrerup_image_more_box06 .recruit_carrerup_image_years {
  background: #990001;
}
.recruit_carrerup_image_more_box p {
  line-height: 2em;
  text-align: center;
}
.recruit_carrerup_image_more_box li {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.recruit_carrerup_image_more_box li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/recruit/check.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
}

#recruit_carrerup .scroll__inner {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#recruit_carrerup .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#recruit_carrerup .simplebar-scrollbar::before {
  background: var(--mainColor);
  border-radius: 0;
  height: 14px !important;
  /*margin-left: 2px;
  margin-top: 3px;*/
}
#recruit_carrerup .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#recruit_carrerup .simplebar-track {
  background: #ccc;
}
#recruit_carrerup .simplebar-track.simplebar-horizontal {
  height: 10px;
}
#recruit_carrerup .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 10px;
}
#recruit_carrerup .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}
#recruit_introduction {
  position: relative;
}
#recruit_introduction .mv_obi {
  position: absolute;
  width: 200%;
  bottom: 0;
  left: -50%;
  right: -50%;
  z-index: -1;
}
#recruit_introduction .mv_obi_inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding:0 2%;
  overflow: hidden;
}
#recruit_introduction .mv_obi_inner .mv_flowing {
  white-space: nowrap;
}
#recruit_introduction .mv_obi_inner .mv_flowing p {
  display: inline-block;
}
#recruit_menu,
.recruit_sec .container {
  position: relative;
}
#recruit_menu .container:before,
#recruit_charm .container:before,
#recruit_charm .container:after,
#recruit_business_content .container:before,
#recruit_carrerup .container:before,
#recruit_voice .container:before,
#recruit_jobs .container:before,
#recruit_flow .container:after {
  content: "";
  background: url(../img/bg_dot.png) no-repeat center / 100%;
  position: absolute;
  z-index: -1;
  filter: blur(30px);
}

@media only screen and ( max-width : 767px ) {
  #recruit_menu .container:before {
    width: 14rem;
    height: 14rem;
    right: -2rem;
    top: -5rem;
  }
  #recruit_charm .container:before {
    width: 22rem;
    height: 22rem;
    left: -7rem;
    top: -10rem;
  }
  #recruit_charm .container:after {
    width: 40rem;
    height: 40rem;
    right: -10rem;
    top: 44%;
  }
  #recruit_business_content .container:before {
    width: 14rem;
    height: 14rem;
    left: -2rem;
    top: -5rem;
  }
  #recruit_carrerup .container:before {
    width: 20rem;
    height: 20rem;
    right: -4rem;
    top: -5rem;
  }
  #recruit_voice .container:before {
    width: 36rem;
    height: 36rem;
    left: -10rem;
    top: 58%;
  }
  #recruit_jobs .container:before {
    width: 40rem;
    height: 40rem;
    right: -15rem;
    top: -10rem;
  }
  #recruit_flow .container:after {
    width: 30rem;
    height: 30rem;
    left: -10rem;
    bottom: -20rem;
  }
  #recruit_introduction .mv_obi_inner .mv_flowing img {
    max-width: 120rem;
    width: 120rem;
  }
  #recruit_introduction .mv_obi_inner .mv_flowing p {
    margin-right: 1rem;
  }
  #recruit_menu {
    margin-bottom: 4rem;
  }
  #recruit_menu ul li {
    width: 48%;
    margin-top: 2rem;
  }
  #recruit_menu ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #recruit_menu ul li a {
    font-size: 1.2rem;
    height: 4.2rem;
  }
  #recruit_menu ul li a span {
    padding-right: 2.5rem;
  }
  #recruit_menu ul li a span:after {
    width: 1.7rem;
    height: 1.7rem;
  }
  #recruit_introduction {
    padding-bottom: 8rem;
  }
  #recruit_introduction h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  #recruit_charm {
    padding: 8rem 0 4rem;
  }
  .recruit_charm--box {
    padding: 4rem 0;
  }
  .recruit_charm--fig {
    margin-bottom: 2.5rem;
  }
  .recruit_charm--txt {
  }
  .recruit_charm--num {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .recruit_charm--title {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8em;
  }
  #recruit_business_content {
    padding: 4rem 0;
  }
  #recruit_business_content h3 {
    font-size: 2rem;
  }
  #recruit_business_content .slider_item {
    margin: 0 .5rem;
  }
  .recruit_business_content_txt {
    margin-bottom: 3rem;
  }
  #recruit_number {
    padding: 4rem 0;
  }
  #recruit_carrerup,
  #recruit_jobs,
  #recruit_flow,
  #recruit_voice,
  #recruit_faq {
    margin-bottom: 6rem;
    padding-top: 4rem;
  }
  .recruit_number_box {
    width: 100%;
    margin-bottom: 3rem;
    padding: 3rem 2rem;
  }
  .recruit_number_box:last-child {
    margin-bottom: 0;
  }
  .recruit_number_box h3 {
    font-size: 2.8rem;
    text-align: center;
  }
  .recruit_number_box h3 span {
    font-size: 1.2rem;
    margin-left: 0;
    display: block;
  }
  .recruit_number_txt .recruit_number_txt_n {
    font-size: 8.6rem;
  }
  .recruit_number_box .recruit_number_txt_t {
    font-size: 4rem;
  }
  .recruit_number_col_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recruit_number_box02 .recruit_number_small_txt {
    width: 100%;
    text-align: center;
  }
  .recruit_number_box02 .recruit_number_txt_t {
    font-size: 2.4rem;
  }
  .recruit_number_box02 .recruit_number_txt {
    padding-right: 2em;
  }
  .recruit_number_small_txt {
    margin-top: .5rem;
  }
  .recruit_carrerup_image {
    overflow: auto;
    margin-right: -2rem;
    margin-bottom: 4rem;
  }
  .recruit_carrerup_image .scroll__inner {
    padding-bottom: 3rem;
  }
  .recruit_carrerup_image img {
    max-width: 58rem;
    width: 58rem;
  }
  #recruit_carrerup .subtitle {
    margin-bottom: 0;
  }
  .recruit_carrerup_image_more {
    overflow: auto;
    margin-right: -2rem;
  }
  .recruit_carrerup_image_more_inner {
    width: 180rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
  }
  .recruit_carrerup_image_more_box {
    flex: 1;
    margin-right: 2rem;
    padding: 3rem 2.5rem;
    font-size: 1.2rem;
  }
  .recruit_carrerup_image_more_box:last-child {
    margin-right: 0;
  }
  .recruit_carrerup_image_more_box p {
    text-align: left;
  }
  .recruit_carrerup_image_more_box .recruit_carrerup_image_years {
    width: 9rem;
    font-size: 1.2rem;
    top: -1.5rem;
    text-align: center;
  }
  .recruit_carrerup_image_more_box h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .recruit_carrerup_image_more_box ul {
     margin-top: 2rem;
  }
  .recruit_carrerup_image_more_box li:before {
    top: .2rem;
  }
  .recruit_cta {
    margin-bottom: 2rem;
  }
  .recruit_cta_inner {
    padding: 3rem 2rem;
  }
  .recruit_cta_inner h2 {
    font-size: 1.6rem;
  }
  .recruit_cta_lead_txt {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .recruit_cta_inner .btn {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .recruit_cta_inner .btn:last-child {
    margin-bottom: 0;
  }
  .recruit_voice_tab_inner {
    padding: 2rem;
  }
  .recruit_voice_staff_info {
    margin-top: 2rem;
  }
  .recruit_voice_top {
    margin-bottom: 3rem;
  }
  .recruit_voice_staff_name .recruit_voice_staff_name_jp {
    font-size: 2.4rem;
  }
  .recruit_voice_staff_name .recruit_voice_staff_name_en {
    font-size: 1.2rem;
  }
  .recruit_voice_faq_box {
    margin-bottom: 3rem;
  }
  .recruit_voice_faq_box h4,
  .recruit_voice_schedule h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .recruit_voice_schedule_inner {
    padding: 2rem;
  }
  .recruit_voice_time_schedule dd {
    font-size: 1.6rem;
    padding-top: .15em;
  }
  .recruit_schedule_small_txt {
    font-size: 1.2rem;
  }
  .recruit_person_inner {
    padding: 2rem;
  }
  .recruit_person_inner li {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .recruit_person_inner li:last-child {
    margin-bottom: 0;
  }
  .recruit_jobs_tab_inner {
    padding: 2rem 2rem 3rem;
  }
  .recruit_jobs_tab_img {
    margin-bottom: 2rem;
  }
  .recruit_jobs_tab_txt h3 {
    font-size: 2rem;
  }
  .recruit_flow_step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .recruit_flow_step:last-child {
    margin-bottom: 0;
  }
  .recruit_flow_step_num {
    width: 5rem;
    margin-right: 1rem;
  }
  .recruit_step_num_title {
    font-size: 1rem;
  }
  .recruit_step_num {
    width: 5rem;
    height: 5rem;
    font-size: 2.4rem;
  }
  .recruit_flow_step_txt {
    width: 100%;
    margin-top: 1.5rem;
  }
  .recruit_flow_step_title {
    font-size: 2rem;
    margin-top: 2rem;
    width: calc(100% - 6rem);
  }
  #recruit_faq .btn {
    margin-top: 3rem;
  }
  #recruit_jobs .large_btn {
    margin-top: 3rem; 
  }
}
@media print, screen and ( min-width : 768px ) {
  #recruit_jobs .large_btn {
    margin-top: 5rem; 
  }
  #recruit_menu .container:before {
    width: 26rem;
    height: 26rem;
    right: -2rem;
    top: -5rem;
  }
  #recruit_charm .container:before {
    width: 44rem;
    height: 44rem;
    left: -15rem;
    top: -20rem;
  }
  #recruit_charm .container:after {
    width: 60rem;
    height: 60rem;
    right: -20rem;
    top: 32%;
  }
  #recruit_business_content .container:before {
    width: 30rem;
    height: 30rem;
    left: -10rem;
    top: -10rem;
  }
  #recruit_carrerup .container:before {
    width: 36rem;
    height: 36rem;
    right: -10rem;
    top: -5rem;
  }
  #recruit_voice .container:before {
    width: 36rem;
    height: 36rem;
    left: -10rem;
    top: 58%;
  }
  #recruit_jobs .container:before {
    width: 60rem;
    height: 60rem;
    right: -25rem;
    top: -10rem;
  }
  #recruit_flow .container:after {
    width: 36rem;
    height: 36rem;
    left: -20rem;
    bottom: -35rem;
  }
  #recruit_introduction .mv_obi {
    bottom: 0;
  }
  #recruit_introduction .mv_obi_inner .mv_flowing img {
    width: 388.4rem;
  }
  #recruit_introduction .mv_obi_inner .mv_flowing p {
    margin-right: 3.66vw;
  }
  #recruit_menu {
    margin-bottom: 9rem;
  }
  #recruit_menu ul li {
    width: 32rem;
    margin-top: 2rem;
  }
  #recruit_menu ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  #recruit_menu ul li a {
    font-size: 2rem;
  }
  #recruit_introduction {
    padding-bottom: 12rem;
  }
  #recruit_introduction h2 {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
  #recruit_charm {
    padding: 16rem 0 8rem;
  }
  .recruit_charm--box {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0;
  }
  .recruit_charm--fig {
    width: 45.09%;
  }
  .recruit_charm--txt {
    width: 47.17%;
  }
  .recruit_charm--num {
    font-size: 2rem;
  }
  .recruit_charm--title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  #recruit_business_content {
    margin-bottom: 10.5rem;
  }
  #recruit_business_content h3 {
    font-size: 2.8rem;
  }
  #recruit_business_content .slider_item {
    margin: 0 1.5rem;
  }
  .recruit_business_content_txt {
    margin-bottom: 6rem;
  }
  #recruit_number {
    padding: 10.5rem 0 12rem;
  }
  #recruit_carrerup,
  #recruit_jobs,
  #recruit_flow {
    margin-bottom: 12rem;
  }
  #recruit_voice {
    padding: 15rem 0 12rem;
  }
  #recruit_person {
    padding: 12rem 0;
  }
  .recruit_flow_step {
    display: flex;
    align-items: center;
    padding: 5rem 0;
  }
  .recruit_flow_step_num {
    width: 11.8rem;
    margin-right: 2.8rem;
  }
  .recruit_step_num {
    width: 11.8rem;
    height: 11.8rem;
    font-size: 4.8rem;
  }
  .recruit_flow_step_title {
    width: 32.2rem;
    padding-right: 3.2rem;
    font-size: 3.6rem;
  }
  .recruit_flow_step_txt {
    width: calc(100% - (11.8rem + 2.8rem + 32.2rem));
  }
  .recruit_person_inner {
    padding: 5rem 8rem;
  }
  .recruit_person_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruit_person_inner li {
    font-size: 2.4rem;
    width: 49%;
    margin-top: 2rem;
  }
  .recruit_person_inner li:nth-child(-n+2) {
    margin-top: 0;
  }
  .recruit_cta_inner {
    padding: 7.5rem 4rem;
  }
  .recruit_cta_inner h2 {
    font-size: 2rem;
  }
  .recruit_cta_lead_txt {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
  .recruit_cta_inner .btn {
    width: 38.8rem;
    height: 7.6rem;
    margin-right: 4rem;
    font-size: 2rem;
  }
  .recruit_cta_inner .btn:last-child {
    margin-right: 0;
  }
  .recruit_cta_inner .btn:after {
    width: 5.8rem;
    height: 5.8rem;
  }
  #recruit_faq {
    padding: 12rem 0 1rem;
  }
  .recruit_number_col_img {
    width: 52%;
  }
  .recruit_number_col_txt {
    width: 42%;
  }
  .recruit_number_box {
    margin-top: 4rem;
    padding: 3rem;
  }
  .recruit_number_box:nth-child(-n+2) {
    margin-top: 0;
  }
  .recruit_number_box h3 {
    font-size: 3.6rem;
  }
  .recruit_number_box h3 span {
    font-size: 1.6rem;
  }
  .recruit_number_box02 h3 {
    margin-bottom: 3rem;
  }
  .recruit_number_txt {
    font-size: 6.8rem;
  }
  .recruit_number_box01 .recruit_number_txt {
    font-size: 6rem;
  }
  .recruit_number_box02 .recruit_number_txt {
    font-size: 3.6rem;
  }
  .recruit_number_box01 .recruit_number_txt .recruit_number_txt_n {
    font-size: 10.6rem;
  }
  .recruit_number_txt .recruit_number_txt_n {
    font-size: 12rem;
  }
  .recruit_number_txt .recruit_number_txt_n small {
    font-size: 10rem;
  }
  .recruit_number_small_txt {
    font-size: 2rem;
  }
  .recruit_jobs_tab_inner {
    padding: 7rem;
  }
  .recruit_jobs_tab_img {
    width: 48%;
  }
  .recruit_jobs_tab_txt {
    width: 44%;
  }
  .recruit_jobs_tab_txt h3 {
    font-size: 2.8rem;
  }
  .recruit_voice_tab_inner {
    padding: 8rem 7rem;
  }
  .recruit_voice_top {
    margin-bottom: 6rem;
  }
  .recruit_voice_staff_name_jp {
    font-size: 3.6rem;
  }
  .recruit_voice_img {
    width: 56%;
  }
  .recruit_voice_staff_info {
    width: 36%;
  }
  .recruit_voice_staff_info p {
    font-size: 2rem;
  }
  .recruit_voice_faq_box {
    margin-bottom: 4rem;
  }
  .recruit_voice_faq h4 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .recruit_voice_schedule h4 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .recruit_voice_schedule_inner {
    padding: 3.5rem;
  }
  .recruit_voice_time_schedule dd {
    font-size: 2rem;
  }
  .recruit_voice_time_schedule dl {
    width: 48%;
  }
  .recruit_schedule_small_txt {
    font-size: 1.4rem;
  }
  .recruit_carrerup_image {
    margin-bottom: 10rem;
  }
  .recruit_carrerup_image_more {
  }
  .recruit_carrerup_image_more .scroll__inner {
  }
  .recruit_carrerup_image_more_inner {
    width: 340rem;
    padding-bottom: 6rem;
  }
  .recruit_carrerup_image_more_box {
    width: 52.5rem;
    padding: 4rem 3rem;
    margin-top: 3rem;
  }
  .recruit_carrerup_image_more_box h3 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .recruit_carrerup_image_years {
    font-size: 2.4rem;
    width: 18rem;
    top: -3rem;
  }
  .recruit_carrerup_image_more_box p {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .recruit_carrerup_image_more_box li {
    font-size: 2rem;
  }
  .recruit_carrerup_image_more_box li:before {
    top: .9rem;
  }
  .recruit_carrerup_image_more_box01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruit_carrerup_image_more_box01 li {
    width: 48%;
  }
  #recruit_faq .btn {
    margin-top: 5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   RECRUIT FAQ

--------------------------------------------------------------------------------------------- */
.accordion_wrap {
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.accordion_wrap:last-child {
  margin-bottom: 0;
}
.accordion_header {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #fff;
  font-weight: 700;
}
.accordion_header:before {
  content: "Q";
  font-family: "din-2014", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mainColor);
  font-size: 5.6rem;
  line-height: 1;
}
.accordion_header.open {
  background: var(--mainColor);
  color: #fff;
}
.accordion_header.open:before {
  color: #fff;
}

.acc_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: .3s;
}
.accordion_header.open .acc_arrow {
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/recruit/ico-minus.png) no-repeat center / 100%;
}
.accordion_header.open .acc_arrow img {
  opacity: 0;
}
.acc_arrow img {
  display: block;
}
.accordion_content {
  position: relative;
  display: none;
  background: #fff;
}
.accordion_content:before {
  content: "A";
  font-family: "din-2014", sans-serif;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
}

@media only screen and ( max-width : 767px ) {
  .accordion_header {
    font-size: 1.8rem;
    padding: 1.5rem 4rem 1.5rem 5.5rem;
  }
  .accordion_content:before,
  .accordion_header:before {
    left: 1.5rem;
    font-size: 4rem;
  }
  .acc_arrow {
    right: 1.5rem;
  }
  .acc_arrow img {
    width: 1.6rem;
  }
  .accordion_content {
    padding: 1.5rem 1.5rem 2rem 5.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .accordion_header {
    font-size: 2.8rem;
    padding: 2.5rem 11rem 2.5rem 9.5rem;
  }
  .accordion_content:before,
  .accordion_header:before {
    left: 3.4rem;
  }
  .acc_arrow {
    right: 4.5rem;
  }
  .accordion_content {
    padding: 2.5rem 3.4rem 5rem 9.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   COMPANY

--------------------------------------------------------------------------------------------- */
.company_sec:last-child {
  margin-bottom: 0;
}
.company_title {
  position: relative;
  color: var(--mainColor);
  font-size: 24px;
  margin: 0 auto;
}

.company_title::before,
.company_title::after {
  position: absolute;
  top: -2px;
  width: 10px;
  height: 100%;
  content: '';
  border-top: solid 2px var(--mainColor);
  border-bottom: solid 2px var(--mainColor);
}

.company_title::before {
  border-left: solid 2px var(--mainColor);
  left: 0;
}

.company_title::after {
  border-right: solid 2px;
  right: 0;
}
.company_title span {
  display: block;
  text-align: center;
  font-weight: 700;
}
.company_title_en {
  border-bottom: 1px solid var(--mainColor);
}
#thinking {
  position: relative;
}
#thinking:after {
  content: "";
  z-index: -1;
  position: absolute;
  background: url(../img/company/thinking_bg.png) no-repeat center / 100%;
  left: 50%;
}
#thinking p {
  line-height: 2.2em;
  font-weight: 700;
}
#vision p {
  font-weight: 700;
}
.vision_img {
  display: block;
  margin: 0 auto;
}
.management_txt {
  font-weight: 700;
  line-height: 2.2em;
}
.management_box {
  background: #fff;
  max-width: 100rem;
  margin: 0 auto;
  border-radius: 2rem;
}
.management_box:last-child {
  margin-bottom: 0;
}
.management_box h4 {
  color: var(--mainColor);
  text-align: center;
}
.management_box p {
  font-weight: 700;
  line-height: 2.2em;
}
.management_box li {
  position: relative;
  font-weight: 700;
  line-height: 2.2em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.management_box li:last-child {
  margin-bottom: 0;
}
.management_box li:before {
  content: "";
  height: .15em;
  width: 1em;
  background: #212121;
  position: absolute;
  left: 0;
  top: 1em;
}
.message_img img,
.history_img img {
  border-radius: 2rem;
}
.message_txt h3 {
  font-weight: 900;
}
.message_txt p:last-child {
  margin-bottom: 0;
}
.message_img p {
  text-align: right;
  font-weight: 700;
}
.message_img p span {
  display: block;
}
.history_txt p {
  line-height: 2em;
}
.history_accordion_wrap {
  border-bottom: 1px solid #212121;
}
.history_accordion_header {
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.history_acc_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(180deg);
  transition: .3s;
}
.history_acc_arrow img {
  display: block;
}
.history_accordion_header.open .history_acc_arrow {
  transform: rotate(0);
}
.history_accordion_content {
  display: none;
}
.history_accordion_content p {
  line-height: 2.2em;
}
.history_accordion_content dl {
  display: flex;
  flex-wrap: wrap;
}
.history_accordion_content dl dt {
  width: 4em;
  line-height: 2.2em;
}
.history_accordion_content dl dd {
  width: calc(100% - 4em);
  line-height: 2.2em;
}
.office_box figure img {
  border-radius: 2rem;
}
.office_box .office_add {
  margin-bottom: .5rem;
}
.office_box .office_add a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.office_box .office_add a:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0;
  bottom: .4rem;
  background: url(../img/company/ico-link.png) no-repeat center / 100%;
}
#outline dt {
  font-weight: 700;
}
#vision .container,
#management .container,
#message .container,
#office .container,
#outline .container {
  position: relative;
}
#vision .container:before,
#management .container:before,
#management .container:after,
#message .container:after,
#office .container:before,
#office .container:after,
#outline .container:before,
#outline .container:after {
  content: "";
  background: url(../img/bg_dot.png) no-repeat center / 100%;
  position: absolute;
  z-index: -1;
  filter: blur(30px);
}
@media only screen and ( max-width : 767px ) {
  .company_sec {
    margin-bottom: 4rem;
  }
  .company_title {
    width: 16.8rem;
    padding: 0 1.8rem;
    margin-bottom: 3rem;
  }
  .company_title_en {
    font-size: 2rem;
  }
  .company_title_jp {
    font-size: 1rem;
    margin-top: .5rem;
  }
  .company_sub_title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  #thinking:after {
    width: 37rem;
    height: 33rem;
    bottom: 0;
    transform: translateX(-50%);
  }
  #thinking p,
  .management_txt {
    font-size: 1.6rem;
  }
  #vision p {
    font-size: 1.9rem;
  }
  .vision_img {
    margin-top: 3rem;
  }
  .management_txt {
    margin-bottom: 6.5rem;
  }
  .management_box {
    margin-bottom: 3rem;
    padding: 4rem 2.5rem;
    font-size: 1.6rem;
  }
  .management_box h4 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .message_txt h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .message_txt p {
    line-height: 2em;
    margin-bottom: 1em;
  }
  .message_img {
    margin-top: 4rem;
  }
  .message_img p {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .message_img p span {
    font-size: 1.4rem;
  }
  .history_img {
    margin-bottom: 4rem;
  }
  .history_txt .company_sub_title {
    line-height: 2em;
  }
  .history_content {
    margin-top: 2rem;
  }
  .history_accordion_header {
    font-size: 2rem;
    padding: 2rem 0;
  }
  .history_accordion_content {
    padding-bottom: 2rem;
  }
  .history_acc_arrow {
    margin-top: -1.3rem;
  }
  .history_acc_arrow img {
    width: 2.6rem;
  }
  .office_box {
    margin-bottom: 4rem;
  }
  .office_box:last-child {
    margin-bottom: 0;
  }
  .office_box figure {
    margin-bottom: 3rem;
  }
  .office_box h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #outline dt {
    padding-top: 1.5rem;
    margin-bottom: .5rem;
  }
  #outline dd {
    border-bottom: 1px solid #212121;
    padding-bottom: 1.5rem;
  }
  #vision .container:before {
    width: 20rem;
    height: 20rem;
    top: 10rem;
    left: -8rem;
  }
  #management .container:after {
    width: 30rem;
    height: 30rem;
    top: 42%;
    right: -10rem;
  }
  #message .container:after {
    width: 20rem;
    height: 20rem;
    top: 20%;
    left: -8rem;
  }
  #office .container:before {
    width: 25rem;
    height: 25rem;
    top: 10%;
    right: -10rem;
  }
  #office .container:after {
    width: 25rem;
    height: 25rem;
    top: 43%;
    right: -10rem;
  }
  #outline .container:before {
    width: 25rem;
    height: 25rem;
    top: -15rem;
    right: -10rem;
  }
  #outline .container:after {
    width: 20rem;
    height: 20rem;
    bottom: -10rem;
    left: -5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #management .container:before {
    width: 40rem;
    height: 40rem;
    top: 10rem;
    left: -8rem;
  }
  #management .container:after {
    width: 80rem;
    height: 80rem;
    bottom: -25rem;
    right: -30rem;
  }
  #message .container:after {
    width: 40rem;
    height: 40rem;
    bottom: -5rem;
    left: -15rem;
  }
  #office .container:before {
    width: 40rem;
    height: 40rem;
    top: -5rem;
    right: -15rem;
  }
  #office .container:after {
    width: 60rem;
    height: 60rem;
    bottom: -30rem;
    left: -30rem;
  }
  #outline .container:before {
    width: 40rem;
    height: 40rem;
    top: 30%;
    right: -20rem;
  }
  #outline .container:after {
    width: 40rem;
    height: 40rem;
    bottom: 0;
    left: -20rem;
  }
  .company_sec {
    margin-bottom: 11.5rem;
  }
  .company_title {
    width: 38rem;
    padding: 0 4rem;
    margin-bottom: 5.4rem;
  }
  .company_title_en {
    font-size: 4.8rem;
  }
  .company_title_jp {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .company_sub_title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
  #thinking:after {
    width: 65rem;
    height: 57.3rem;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  #thinking p,
  .management_txt {
    font-size: 2rem;
  }
  #vision p {
    font-size: 2.4rem;
  }
  .vision_img {
    margin-top: 6rem;
    max-width: 98.5rem;
  }
  .management_txt {
    margin-bottom: 8rem;
    text-align: center;
  }
  .management_box {
    margin-bottom: 5.5rem;
    padding: 4rem 5rem;
    font-size: 2rem;
  }
  .management_box h4 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .management_box li {
    font-size: 1.6rem;
  }
  .message_txt {
    width: 52%;
  }
  .message_img {
    width: 40%;
  }
  .message_txt h3 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
  .message_txt p {
    line-height: 2.5em;
    margin-bottom: 1em;
  }
  .message_img p {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .message_img p span {
    font-size: 1.6rem;
  }
  .history_img {
    width: 42%;
  }
  .history_txt {
    width: 52%;
  }
  .history_txt .company_sub_title {
    margin-bottom: 3rem;
  }
  .history_content {
    margin-top: 7.5rem;
  }
  .history_accordion_header {
    font-size: 3.6rem;
    padding: 2.5rem 0;
  }
  .history_accordion_content {
    padding-bottom: 2.5rem;
  }
  .history_acc_arrow {
    margin-top: -1.8rem;
  }
  .history_acc_arrow img {
    width: 3.6rem;
  }
  .office_box {
    width: 30%;
    margin-right: 5%;
    margin-top: 6rem;
  }
  .office_box:nth-child(-n+3) {
    margin-top: 0;
  }
  .office_box:nth-child(3n) {
    margin-right: 0;
  }
  .office_box figure {
    margin-bottom: 3rem;
  }
  .office_box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  #outline dl {
    display: flex;
    flex-wrap: wrap;
  }
  #outline dt,
  #outline dd {
    border-bottom: 1px solid #212121;
    padding: 3rem 0;
  }
  #outline dt {
    width: 15rem;
  }
  #outline dd {
    width: calc(100% - 15rem);
  }
}

/* ---------------------------------------------------------------------------------------------

　   SINGLE

--------------------------------------------------------------------------------------------- */
.single_wrapper {
  background: #fff;
}
#single_main p {
  overflow-wrap: break-word;
}
.post_title {
  font-weight: 700;
  border-bottom: 2px solid #212121;
  padding-bottom: .4em;
}
.post_thumb {
  text-align: center;
}
#single_main h2 {
  background: #E5DBDB;
  border-left: .6rem solid var(--mainColor);
  padding: .3em .6em;
  margin-bottom: 1em;
}
#single_main h3 {
  border-bottom: 1px solid #020B83;
  color: var(--mainColor);
  padding-bottom: .3em;
  margin-bottom: 1.5rem;
}
#single_main p {
  line-height: 2em;
  margin-bottom: 1em;
}
#single_main ol {
  background: #F8F8F8;
  margin: 2rem 0;
}
#single_main ol {
  counter-reset: listnum;
}
#single_main ol li {
  position: relative;
  padding-left: 3.5rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#single_main ul li {
  list-style: disc;
  margin-left: 1.2em;
  margin-bottom: .6em;
}
#single_main ol li:last-child,
#single_main ul li:last-child {
  margin-bottom: 0;
}
#single_main ol li:before {
  counter-increment: listnum;
  content: counter(listnum);
  background: var(--mainColor);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
#single_main .wp-block-button__link {
  background: #00AB59;
  color: #fff;
}
#single_main p a {
  color: #020B83;
  text-decoration: underline;
}
.smb-alert__title {
  position: relative;
  color: #D9CA1A;
}
.smb-alert__title:before {
  content: "";
  background: url(../img/ico-alert.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
}
.smb-alert__title svg {
  display: none;
}
.smb-alert__title strong {
  background: #fff;
}
.smb-alert {
  background: none;
  border: 1px solid #D9CA1A;
  border-radius: .6rem;
}
@media only screen and ( max-width : 767px ) {
  .single_wrapper {
    padding: 3rem 2rem;
  }
  .post_title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .post_thumb {
    margin-bottom: 4rem;
  }
  #single_main h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  #single_main h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  #single_main .wp-block-button__link {
    margin: 3rem 0;
  }
  .smb-alert {
    margin: 4rem 0 3rem;
  }
  .smb-alert__title {
    font-size: 1.8rem;
    margin-top: -3rem;
  }
  .smb-alert__title strong {
    padding-left: 4.2rem;
    padding-right: .5rem;
  }
  .smb-alert__title:before {
    width: 3.6rem;
    height: 3.6rem;
  }
  #single_main ol {
    padding: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .single_wrapper {
    padding: 8rem 10rem;
  }
  .post_title {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
  .post_thumb {
    margin-bottom: 8rem;
  }
  #single_main h2 {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
  #single_main h3 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  #single_main ol {
    padding: 2rem 3rem;
  }
  #single_main ol li {
    font-size: 2rem; 
  }
  #single_main ol li:before {
    font-size: 1.6rem;
  }
  #single_main .wp-block-button__link {
    width: 38rem;
    margin: 6rem 0;
  }
  .smb-alert {
    margin: 6rem 0;
  }
  .smb-alert__title {
    font-size: 2.4rem;
    margin-top: -3.4rem;
  }
  .smb-alert__title strong {
    padding-left: 6rem;
    padding-right: .5rem;
  }
  .smb-alert__title:before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   PRIVACY

--------------------------------------------------------------------------------------------- */
.privacy_wrapper {
  background: #fff;
  border-radius: 1rem;
}
.privacy_sec h2 {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.privacy_sec h2:before {
  content: "";
  border-radius: 50%;
  background: var(--mainColor);
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: .3em;
}
.privacy_sec:last-child {
  margin-bottom: 0;
}
.privacy_sec h3 {
  margin-bottom: 1em;
}
.privacy_sec p {
  line-height: 2em;
  margin-bottom: 1em;
}
.privacy_sec .disc {
  margin-bottom: 1em;
}
.privacy_sec .disc li {
  list-style: disc;
  line-height: 2em;
  margin-left: 1.2em;
}
@media only screen and ( max-width : 767px ) {
  .privacy_wrapper {
    padding: 3rem 2rem;
  }
  .privacy_sec {
    margin-bottom: 4rem;
  }
  .privacy_sec h2 {
    font-size: 2rem;
  }
  .privacy_sec h3 {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .privacy_wrapper {
    padding: 6rem 7rem;
  }
  .privacy_sec {
    margin-bottom: 6rem;
  }
  .privacy_sec h2,
  .privacy_sec h3 {
    font-size: 2.4rem;
  }
  .privacy_sec h3 {
    margin-top: 5rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.contact_form__wrapper {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
.contact_form__wrapper:before,
.contact_form__wrapper:after {
  content: "";
  background: url(../img/bg_dot.png) no-repeat center / 100%;
  position: absolute;
  z-index: -1;
  filter: blur(30px);
}
.contact_form__area {
  background: #fff;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::before {
  content: "必須";
  display: inline-block;
  padding: .3em .4em;
  color: #fff;
  background-color: #D91F2D;
  font-weight: 400;
  line-height: 1;
  margin-right: .5em;
  border-radius: .5rem;
}
.snow-monkey-form[data-screen="confirm"] .smf-item:has([data-validations~="required"]) .smf-item__label__text::before {
  content: none;
}
.smf-action .smf-button-control__control {
  background: #fff;
  color: #212121;
  height: 7.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  width: 38.8rem;
  border: 1px solid #212121;
  border-radius: 6rem;
  font-size: inherit;
  font-family: inherit;
  font-size: 2rem;
}
.smf-action .smf-button-control__control:after {
  content: "";
  width: 6rem;
  height: 6rem;
  background: url(../img/arrow.svg) no-repeat center / 1.5rem var(--mainColor);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .7rem;
  transition: .3s;
}
.smf-action .smf-button-control__control[data-action="back"]:after {
  background: url(../img/arrow.svg) no-repeat center / 1.5rem #666666;
}
.smf-action .smf-button-control__control:hover:after {
  background-color: #212121;
}

.smf-action .smf-button-control__control:hover {
    border-color: inherit!important;
    box-shadow: none;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background: url(../img/contact/check.png) no-repeat center / 100% var(--mainColor);
  color: transparent;
}
.aria-current .smf-progress-tracker__item__number {
  background: url(../img/contact/check.png) no-repeat center / 100% var(--mainColor);
  color: transparent;
}
.smf-progress-tracker__item__number {
  width: 7.2rem;
  height: 7.2rem;
}
.smf-progress-tracker__item:after, .smf-progress-tracker__item:before {
  top: 3.4rem;
  background: #ccc;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: var(--mainColor);
}
.smf-progress-tracker__item__number {
  background: #F5F5F5;
  color: #F5F5F5;
}
.smf-progress-tracker__item__text {
  color: #212121;
  font-weight: 700;
}
.form_privacy_txt a {
  text-decoration: underline;
  color: var(--mainColor);
}
.snow-monkey-form[data-screen="confirm"] .form_privacy_txt {
  display: none;
}
.smf-item__label {
  font-weight: 700;
}
.smf-form--letter .smf-text-control__control {
  border: 1px solid #ccc;
  padding: 1.3rem;
  font-size: inherit;
  font-family: inherit;
}
.smf-form .smf-textarea-control__control {
  border: 1px solid #ccc;
  padding: 1.3rem;
  font-size: inherit;
  font-family: inherit;
}
.contact_tel__area {
  background: #E5DBDB;
}
.contact_tel__area h3 {
  text-align: center;
}
.contact_tel__num {
  text-align: center;
  font-weight: 700;
  color: var(--mainColor);
}
.contact_tel__num span {
  display: inline-block;
  position: relative;
}
.contact_tel__num span:before {
  content: "";
  background: url(../img/contact/freedial.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact_tel__receptionHours {
  text-align: center;
}
.contact_txt {
  line-height: 2em;
}
.smf-complete-content h2 {
  text-align: center;
}
.smf-complete-content p {
  line-height: 2em;
  margin-bottom: 1.5em;
  text-align: center;
}
.smf-placeholder {
  overflow-wrap: break-word;
}

@media only screen and ( max-width : 767px ) {
  .contact_form__wrapper:before {
    width: 20rem;
    height: 20rem;
    right: -8rem;
    top: 10%;
  }
  .contact_form__wrapper:after {
    width: 20rem;
    height: 20rem;
    left: -8rem;
    bottom: 10%;
  }
  .contact_form__area {
    padding: 2rem;
  }
  .smf-action .smf-button-control__control {
    width: 28.4rem;
    height: 5.8rem;
    font-size: 1.6rem;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-action .smf-button-control__control {
    width: 48%;
    justify-content: flex-start;
    height: 5rem;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-action .smf-button-control+.smf-button-control {
    margin: 0;
  }
  .smf-action .smf-button-control__control[data-action="back"] {
    margin-right: 2%;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-action .smf-button-control__control:after {
    width: 4.2rem;
    height: 4.2rem;
    right: .3rem;
  }
  .smf-action .smf-button-control__control:after {
    width: 4.6rem;
    height: 4.6rem;
  }
  .smf-progress-tracker__item__number {
    width: 3.2rem;
    height: 3.2rem;
  }
  .smf-progress-tracker__item:after, .smf-progress-tracker__item:before {
    top: 1.7rem;
  }
  .smf-progress-tracker {
    margin-bottom: 4rem;
  }
  .smf-form--letter .smf-item {
    padding: 1.5rem 0;
  }
  .form_privacy_txt {
    font-size: 1.2rem;
    margin: 1.5rem 0 3rem;
  }
  .smf-item:has([data-validations~="required"]) .smf-item__label__text::before {
    font-size: 1.2rem;
  }
  .contact_tel__area {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .contact_tel__num span {
    font-size: 3rem;
    padding-left: 5rem;
  }
  .contact_tel__num span:before {
    width: 3.8rem;
    height: 2.5rem;
  }
  .contact_tel__receptionHours {
    font-size: 1.2rem;
  }
  .contact_txt {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-item {
    display: flex;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1rem;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-item__col--label {
    padding: 0;
    width: 12rem;
    padding-right: 2rem;
    text-align: right;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-item__col--controls {
    width: calc(100% - 12rem);
  }
  .snow-monkey-form[data-screen="confirm"] .smf-form {
    margin-bottom: 4rem;
  }
  .smf-complete-content h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .smf-complete-content h2:before {
    content: "";
    width: 3.6rem;
    height: 3.6rem;
    background: url(../img/contact/check.png) no-repeat center / 100%;
    display: block;
    margin: 0 auto 1rem;
  }
  .smf-complete-content .btn {
    margin-top: 4rem;
  }
  .smf-form--letter .smf-text-control__control,
  .smf-form .smf-textarea-control__control {
    font-size: 16px;
  }
  [data-screen="input"] .smf-item__label br,[data-screen="back"] .smf-item__label br {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .contact_form__wrapper:before {
    width: 38rem;
    height: 38rem;
    left: -22rem;
    bottom: 0;
  }
  .contact_form__area {
    padding: 8rem;
  }
  .smf-progress-tracker {
    margin-bottom: 6rem;
  }
  .smf-form--letter .smf-item {
    padding: 2rem 0;
  }
  .form_privacy_txt {
    text-align: center;
    margin: 4rem 0 6rem;
  }
  .smf-item:has([data-validations~="required"]) .smf-item__label__text::before {
    font-size: 1.4rem;
  }
  .contact_tel__area {
    padding: 2.5rem;
    margin-bottom: 6rem;
  }
  .contact_tel__num span {
    font-size: 4rem;
    padding-left: 6rem;
  }
  .contact_tel__num span:before {
    width: 4.9rem;
    height: 3.2rem;
  }
  .contact_tel__receptionHours {
    font-size: 1.4rem;
  }
  .contact_txt {
    font-size: 2rem;
    margin-bottom: 10rem;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-item {
    display: flex;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1rem;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-item__col--label {
    padding: 0;
    width: 22rem;
    padding-right: 4rem;
  }
  .snow-monkey-form[data-screen="confirm"] .smf-item__col--controls {
    width: calc(100% - 22rem);
  }
  .snow-monkey-form[data-screen="confirm"] .smf-form {
    margin-bottom: 7rem;
  }
  .smf-complete-content h2 {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  .smf-complete-content .btn {
    margin-top: 6rem;
  }
  .smf-item__label br {
    display: none;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
