@charset "utf-8";
/* ----Common------------------- */
html {
  font-size: 625%; 
}
body {
  font-style: normal;
  font-family: "Noto Sans JP", MS PGothic, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-size: 0.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
}
main {
  width: 100%;
  padding: 80px 0 0.4rem 0;
  margin: 0 auto 0;
}
#main h2 {
  width: 100%;
  font-weight: 700;
  line-height: 0.9;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-bottom: 0;
  padding: 0px 10px;
  font-size: 13vw;
  word-break: normal;
}
img {
  vertical-align: top;
}
a {
  text-decoration: underline;
}
.hero-img {
  width: 100%;
  text-align: center;
  padding: 0 10px 10px;
}
.hero-img img {
  widthf: 100%;
}

/* --parallax_box-------------------- */
.anime_wrap2 {
/*  position: relative;*/
  overflow: hidden;
}

.pattern5 img {
  opacity: 1;
  transform: scale(1.2);
  transition: 1.4s !important;
}
.pattern5.show img {
  opacity: 1;
  transform: scale(1);
}
.more {
  font-weight: 500;
  font-size: 0.28rem;
  text-decoration: underline;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.udline {
  text-decoration: underline;
}
.text-min {
  font-size: 0.15rem;
  padding-top: 0.1rem;
  font-weight: 400;
}

/* ----pagetop-------------------- */
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.01rem #fff;
  width: 0.8rem;
  height: 0.8rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
.pagetop a:hover {
  background: #aaa;
}
.pagetop {
  mix-blend-mode: exclusion;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.pagetop img {
  width: 0.15rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .pagetop a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .pagetop a {
    width: 1rem;
    height: 1rem;
  }
}

/* ----Common @sp<550-------------------- */

@media screen and (max-width: 550px) {
  html {
    font-size: 50px; 
  }
  body {
    font-size: 0.32rem; 
  }
  main {
    width: 100%;
  }
  main {
    width: 100%;
    padding: 5px 0 0.4rem 0;
  }
  #main h2 {
    padding: 0 2% 9px;
    font-size: 16vw;
    line-height: 0.9;
    text-align: left;
  }
  .hero-img {
   height: 350px;
     text-align: center;
    padding: 0 10px;
	}
  .hero-img img {
	  height: 350px;
    object-fit: cover;
    display: block;
  }
  .hero-img-r {
    text-align: right !important;
  }
  .more {
    font-size: 0.4rem;
  }
  .disp-pc {
    display: none;
  }
  .text-min {
    font-size: 0.22rem;
  }
}
@media screen and (min-width: 550px) {
  .disp-sp {
    display: none;
  }
}


/* ------------------------------- */
/* message
/* ------------------------------- */
/* --h2 size-- */
#main .massage-ttl {
  /*  font-size: 13vw;*/
}
#message-content {
  width: 80%;
  max-width: 1000px;
  margin: 1rem auto 1.25rem;
}
#message-content dl dd {
  margin: 0;
  font-size: 0.24rem;
  line-height: 2;
  letter-spacing: 0.01rem;
}
#message-content h3 {
  font-size: 0.55rem; /* -> 40px */
  line-height: 1.2;
  font-weight: 600;
  padding: 1rem 0 0.5rem;
  letter-spacing: 0.005rem;
}
@media screen and (max-width: 1024px) {
  #message-content {
    width: 70%;
	  margin-top: 1.25rem;
  }
  #message-content h3 {
    font-size: 0.45rem; /* -> 40px */
    line-height: 1.2;
    font-weight: 600;
    padding: 0.75rem 0 0.4rem;
    letter-spacing: 0.005rem;
  }
  #message-content dl dd {
    font-size: 0.2rem;
    line-height: 1.8;
    letter-spacing: 0.005rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 550px) {
  #message-content {
    width: 85%;
  }
  #message-content dl dd {
    font-size: 0.34rem;
    line-height: 1.8;
    letter-spacing: 0.003rem;
  }
  #message-content h3 {
    font-size: 0.55rem; 
  }
}
.message-name {
  padding-top: 0.3rem;
  text-align: right;
  font-weight: 600;
}
/* ------------------------------- */
/* infomation
/* ------------------------------- */
/* --h2 size-- */
#main .info-ttl {
  /*	text-align: center;
  padding: 0 5%;
  font-size: 12.5vw;
	background: #FF0004;*/
}
#info-content {
  width: 90vw;
  max-width: 1200px;
  /*  margin: 4em auto;*/
  margin: 1rem auto;
}
#info-content h3 {
  font-size: 0.65rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.info-content-ttl {
  width: 80%;
  margin: 0 auto;
}
.info-content-ttl dd {
  padding: 0.5rem 0 1.25rem;
  font-size: 0.26rem; /* ----re-------------------- */
  line-height: 1.8; /* ----re-------------------- */
  font-weight: 500;
  max-width: 1000px;
  letter-spacing: 0.01rem;
}
/* ----infomation @-------------------- */
@media screen and (max-width: 1024px) {
  #info-content {
    width: 80vw;
    margin: 1rem auto;
  }
  #info-content h3 {
    font-size: 0.45rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
  }
  .info-content-ttl dd {
    padding: 0.5rem 0 1.25rem;
    font-size: 0.22rem;
    line-height: 1.6;
    font-weight: 600;
  }
}
/* ----infomation @sp<550-------------------- */
@media screen and (max-width: 550px) {
  #info-content {
    width: 90vw;
    margin: 1.5rem auto 1rem;
  }
  .info-content-ttl {
    width: 90%;
    margin: 0 auto;
  }
  #info-content h3 {
    font-size: 0.6rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
  }
  .info-content-ttl dd {
    padding: 0.75rem 0 1.5rem;
    font-size: 0.35rem;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
  }
}
.info-content-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.info-content-box dl {
  width: 48%;
  border: #000000 solid 1px;
}
.info-content-box dt {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 0.28rem;
  font-weight: 700;
  background: #222;
  color: #FFFFFF;
  padding: 0.85rem 0.35rem;
  height: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.001rem;
}
.info-content-box dd {
  align-self: stretch;
  /*  border: #000000 solid 1px;*/
  padding: 0.5rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  letter-spacing: 0.01rem;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.info-news {
  border-top: #000000 solid 8px;
  border-bottom: #000000 solid 8px;
  margin: 2.5rem 0 1.5rem;
  padding: 0.5rem 0 0.3rem;
}
.info-news dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}
.info-news dd {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.005rem;
}
.info-news-ttl {
  font-weight: 700;
  font-size: 0.6rem;
}
@media screen and (max-width: 550px) {
  .info-news dd {
    font-size: 0.35rem;
    line-height: 0.5rem
  }
}
/* ----infomation @sp -------------------- */
@media screen and (max-width: 1024px) {
  .info-content-box dt {
    padding: 0.75rem 0;
    height: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.2px;
    font-size: 0.26rem;
  }
  .info-content-box dd {
    align-self: stretch;
    /*  border: #000000 solid 1px;*/
    padding: 0.45rem 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    letter-spacing: 0.1px;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .info-news-ttl {
    font-size: 0.45rem;
  }
  .info-news dd {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .info-content-box {
    display: block;
    align-items: baseline;
    margin-bottom: 50px;
  }
  .info-content-box dl {
    display: block;
    width: 100%;
    /*    padding-bottom: 0.4rem;*/
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .info-content-box dt {
    font-size: 0.40rem;
    padding: 1rem 0.5rem;
  }
  .info-content-box dd {
    font-size: 0.35rem;
  }
  .info-news-ttl {
    font-size: 0.65rem;
  }
  .info-news dd {
    font-size: 0.35rem;
    line-height: 1.8;
  }
}
/* ----infomation-flow -------------------- */
.info-flow {
  /*  margin: 2rem 0 0;*/
  padding-top: 2rem;
  margin-top: -1rem;
}
.info-pad-top {
  padding-top: 1rem;
}
.info-flow-txt h4 {
  margin: 1rem 0 0.5rem;
}
.info-flow-txt h4 p {
  display: inline;
  color: #FFFFFF;
  font-size: 0.3rem;
  font-weight: 600;
  padding: 0.2rem 0.25rem;
  background: linear-gradient(transparent 0%, #222 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/*.info-flow-flex {
  display: flex;
}*/
.info-flow-txt dd {
  margin: 0.25rem 0;
  font-weight: 500;
  font-size: 0.24rem;
  letter-spacing: 0.005rem;
  line-height: 1.8;
}
.info-more-l {
  width: 70%;
  padding-right: 0.25rem;
}
.info-more div {
  /*  margin: 0 auto;*/
  /*  text-align: center;*/
}
.info-more span {
  font-size: 28px;
  font-weight: 600;
  padding: 0rem 0 1px;
}
.info-more a {
  text-decoration: none;
  padding-bottom: 2px;
  box-shadow: inset 0 0 0 0 #000;
  color: #000;
  /*	padding-bottom: 1rem;*/
  /*	padding: 10px 5px 8px 5px;*/
  margin: 0;
  /*	border-bottom:1px solid #000;*/
}
.info-more {
  position: relative;
  color: #333;
  padding: 10px 5px 5px 5px;
  margin: 0.25rem 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  line-height: 0.4rem;
  /*  padding: 0.5rem 0;*/
}
.info-more::before, .info-more::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.info-more::after {
  width: 0;
  background: #ccc;
}
.info-more:hover::after {
  width: 100%;
}
/*------*/
.info-more-w {
  color: #FFFFFF;
}
.info-more span img {
  width: 40px;
  padding: 8px 5px 2px 10px;
}
.info-more-w {
  /*  margin: 0.5rem auto;*/
  /*  width: 30%;*/
  line-height: 0.4rem;
}
.info-more-w span {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  padding: 0rem 0 1px;
  ;
  /*	  border-top: #000000 2px solid;*/
  border-bottom: #fff 2px solid !important;
  text-decoration: none;
}
.info-more span img {
  width: 40px;
  padding: 8px 5px 2px 10px;
}
.info-more-fw span {
  font-size: 28px;
  font-weight: 600;
  padding: 0rem 0 1px;
}
.info-more-fw a {
  text-decoration: none;
  padding-bottom: 2px;
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
  /*	padding-bottom: 1rem;*/
  /*	padding: 10px 5px 8px 5px;*/
  margin: 0;
  /*	border-bottom:1px solid #000;*/
}
.info-more-fw {
  position: relative;
  color: #000;
  padding: 10px 5px 5px 5px;
  margin: 0.25rem 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  line-height: 0.4rem;
  /*  padding: 0.5rem 0;*/
}
.info-more-fw::before, .info-more-fw::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
.info-more-fw::after {
  width: 0;
  background: #333;
}
.info-more-fw:hover::after {
  width: 100%;
}
.info-more-fw span img {
  width: 40px;
  padding: 8px 5px 2px 10px;
}

/* ----infomation @sp -------------------- */
@media screen and (max-width: 1024px) {
  .info-flow-txt h4 p {
    /*  font-size: 0.35rem;*/
    line-height: 1;
  }
  .info-flow-txt dd {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 550px) {
  .info-flow-txt h4 p {
    font-size: 0.4rem;
    line-height: 2;
  }
  .info-flow-flex {
    display: block;
  }
  .info-more-l {
    margin: 0 auto;
    width: 90%;
    padding-right: 0rem;
  }
  .info-more {
    width: 90%;
  }
  .info-flow-txt dd {
    font-size: 0.34rem;
  }
  .info-more span {
    font-size: 0.4rem;
    padding: 0rem 0 1px;
    line-height: 1.5;
    border-bottom: #000000 2px solid;
  }
  .info-more span img {
    width: 0.5rem;
    padding: 3px 3px 2px 5px;
  }
  .info-more::before, .info-more::after {
    height: 0px;
  }
  .info-more-fw::before, .info-more-fw::after {
    height: 0px;
  }
  .info-more-fw span {
    font-size: 0.4rem;
    padding: 0rem 0 1px;
    line-height: 1.5;
    border-bottom: #000000 2px solid;
  }
  .info-more-fw a {
    text-decoration: underline;
  }
  .info-more-fw span img {
    width: 0.5rem;
    padding: 3px 3px 2px 5px;
  }
}
/* ----flow-box -------------------- */
.flow-box ul {
  padding: 0;
  margin-top: 1rem;
}
.flow-box li {
  list-style-type: none;
}
.flow-box dd {
  margin-left: 0;
}
.flow {
  padding: 0.5rem 0 0.5rem 100px !important;
  position: relative;
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 100;
  color: #000000;
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #000000;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 0.22rem;
  line-height: 0.5rem;
  font-weight: 600;
  color: #000000;
  display: inline;
  padding: 0.15rem 0.2rem;
  background: linear-gradient(transparent 0%, #eee 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.flow-list dl dd {
  padding-top: 0.4rem;
  font-size: 0.18rem !important;
  line-height: 1.8;
  font-weight: 500;
}
.flow-list dl dd a {
  text-decoration: underline;
}
.flow-list-nom {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 5px;
}
/* ----infomation @sp -------------------- */
@media screen and (max-width: 1024px) {
  .flow > li dl {
    padding-left: 70px;
    padding-right: 10%;
    position: relative;
  }
}
@media screen and (max-width: 550px) {
  .flow {
    padding: 0.5rem 5vw 0.5rem 100px !important;
  }
  .flow::before {
    left: 80px; 
  }
  .flow > li dl::after {
    width: 25px; 
  }
  .flow > li dl::before {
    left: -25px;
  }
  .flow > li dl::after {
    width: 20px;
    left: -5px;
  }
  .flow > li dl {
    padding-left: 20px;
    position: relative;
    padding-right: 0;
  }
  .flow > li dl dt {
    font-size: 0.3rem;
    line-height: 0.8rem;
    line-height: 1.5;
  }
  .flow-list dl dd {
    font-size: 0.3rem !important;
  }
  .flow-list-nom {
    font-size: 0.7rem;
  }
}
/* ----followup -------------------- */
.followup {
  background: #000000;
  /*  padding: 2rem 0 0;*/
  position: relative;
  height: 11rem;
  height: 65vw;
}
.followup-box {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.followup-txt {
  font-size: 0.28rem;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.005rem;
}
.followup-ttl {
  font-weight: 700;
  font-size: 0.6rem;
  color: #FFFFFF;
  padding-bottom: 1rem;
  text-align: center;
}
.followup-bk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.followup-bk-img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 1rem;
}
.followup-bk-ttl {
  width: 100%;
  text-align: center;
  font-size: 12vw;
  line-height: 0.9;
  font-weight: 800;
  color: #222;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .followup {
    height: 9.5rem;
  }
  .followup-box {
    width: 70vw;
  }
  .followup-bk-img {
    width: 65%;
    padding-bottom: 0.5rem;
  }
  .followup-ttl {
    font-size: 0.45rem;
    padding-bottom: 0.75rem;
  }
  .followup-txt {
    font-size: 0.22rem; /* ----re-------------------- */
    line-height: 1.8;
  }
  .followup-bk-ttl {
    font-size: 14vw;
    line-height: 0.9;
  }
}
@media screen and (max-width: 550px) {
  .followup {
    height: 11rem;
  }
  .followup-box {
    width: 80vw;
  }
  .followup-ttl {
    font-weight: 700;
    font-size: 0.55rem;
  }
  .followup-txt {
    font-size: 0.36rem; /* ----re-------------------- */
    line-height: 1.8;
  }
  .followup-bk-img {
    width: 80%;
    padding-bottom: 0.75rem;
  }
  .followup-bk-ttl {
    font-size: 17vw;
    line-height: 0.9;
  }
}
/* ------------------------------- */
/* Job
/* ------------------------------- */
/* --h2 size-- */
#main .job-ttl {
  /*  font-size: 14vw;*/
}
.job-content {
  margin: 0 auto 0.5rem;
}
.job-content-img {
  width: 100%;
  text-align: center;
  margin: 1rem 0 2rem
}
.job-content-img img {
  width: 90%;
  max-width: 1100px;
}
@media screen and (max-width: 550px) {
  .job-content-img {
    width: 100%;
    text-align: center;
    margin: 1rem 0 1.5rem
  }
}
#page-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.1rem 0;
  margin: 0 auto 1rem;
  font-size: 0.19rem;
  font-weight: 500;
  width: 95%;
  max-width: 1000px;
  line-height: 2;
}
#page-link li {
  list-style: none;
}
#page-link li a {
  color: #000;
  padding: 0 0.3rem;
  text-decoration: none;
  transition: 0.5s;
}
#page-link li + li {
  position: relative;
}
#page-link li + li::before {
  content: "";
  display: block;
  height: 1em;
  border-left: 2px solid #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page-link li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  #page-link {
    font-size: 0.16rem;
    padding: 0.15rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #page-link {
    padding: 0;
    font-size: 0.3rem;
    width: 100%;
    line-height: 2;
  }
}
.job-content-min {
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto 0.1rem;
  color: #666;
}
.job-content-list {
  /*  width: 90vw;*/
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto 0.25rem;
}
.job-content-name {
  text-align: left;
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.job-content-name p {
  font-size: 0.22rem;
  letter-spacing: 0.01rem;
  padding: 0.02rem 0.2rem;
  background: #000;
  color: #FFFFFF;
  display: inline;
  background: linear-gradient(transparent 0%, #000000 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.job-content-list h3 {
  padding-top: 0.25rem;
  font-size: 0.5rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  text-underline-offset: 0.2rem;
  letter-spacing: 0.01rem;
}
.job-contentbox {
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
}
.job-contentbox-l {
  width: 50vw;
  padding-right: 5vw;
  line-height: 1.8;
  letter-spacing: 0.01rem;
}
.job-contentbox-l div {
  line-height: 0;
  font-weight: 700;
  margin-bottom: 0.2rem;
  padding: 1px;
  border-left: 10px solid;
  color: #333;
}
.job-contentbox-l div span {
  padding-left: 8px;
  font-size: 0.18rem;
  font-weight: 700;
}
.job-contentbox-l-b {
  font-weight: 500;
}
.job-contentbox-l p {
  padding: 0.01rem 0 0.3rem 0;
  font-weight: 400;
}
.pd-t5 {
  padding: 0.5rem 0 0.25rem 0 !important;
}

@media screen and (min-width: 551px) {
 .job-no-ist {
  width: 100vw !important;
  padding-right: 0vw !important;
 }
}

.job-contentbox-l {
  width: 50vw;
}
@media screen and (max-width: 1024px) {
  .job-contentbox-l {
    width: 52vw;
    padding-right: 3vw;
  }
  .job-content-list h3 {
    font-size: 0.4rem;
    padding-top: 0.1rem;
  }
  .job-content-name p {
    font-size: 0.18rem;
    line-height: 1.8;
  }
  .job-contentbox-l p {
    font-size: 0.18rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 550px) {
  .job-content-min {
    width: 90vw;
    margin: 0.75rem auto 0.25rem;
  }
  .job-content {
    margin: 0rem auto 0rem;
  }
  .job-contentbox {
    display: flex;
    width: 100%;
    padding-top: 0.5rem !important;
  }
  .job-contentbox-l {
    margin: 0 auto;
    width: 75vw;
    padding-right: 0;
  }
  .job-contentbox-l div {
    line-height: 0;
    font-weight: 600;
    margin: 0.3rem 0 0.5rem 0;
    padding: 1px;
    border-left: 10px solid;
  }
  .job-content-name {
    text-align: left;
  }
  .job-content-list h3 {
    font-size: 0.45rem;
    text-align: left;
    padding-top: 0.1rem;
  }
  .job-contentbox-l div span {
    padding-left: 8px;
    font-size: 0.34rem;
  }
  .pd5 {
    padding: 0.5rem 0;
  }
  .job-content-list {
    /*  width: 90vw;*/
    width: 90vw;
    margin: 0 auto 0;
  }
  .job-content-list dd p {
    font-size: 0.34rem;
  }
  .job-contentbox-l p {
    font-size: 0.34rem !important;
    line-height: 1.8;
  }
  .job-content-name p {
    font-size: 0.32rem;
    padding: 0.1rem 0.1rem;
    margin-bottom: 0.25rem;
  }
}
.job-content-list a {
  transition: 0.5s;
}
.job-content-list a:hover {
  opacity: 0.7;
}
.job-snslink {
  position: relative;
  width: 30vw;
  max-width: 360px;
  height: 30vw;
  max-height: 360px;
  background-color: #14a4f9;
  background-image: linear-gradient(160deg, #14a4f9 0%, #80D0C7 100%);
  transition: 0.5s;
}
.job-snslink img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
.job-snslink-img {
  opacity: 0.2;
}
.job-snslink > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.job-snslink-txt {
  width: 2.5rem;
  /*  max-width: 330px;*/
}
.job-snslink-txt dd img {
  width: 0.3rem;
  height: auto;
}
.job-snslink-txt dt {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: solid 1px #fff;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.job-snslink-txt dd {
  font-size: 0.16rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .job-snslink {
    position: relative;
    width: 28vw;
    max-width: 400px;
    height: 28vw;
    max-height: 400px;
  }
  .job-snslink-txt {
    width: 90%;
    max-width: 300px;
    /*  max-width: 330px;*/
  }
  .job-snslink-txt dd img {
    width: 3vw;
    height: auto;
  }
  .job-snslink-txt dt {
    font-size: 3vw;
  }
  .job-snslink-txt dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 550px) {
  .accordion-area {
    list-style: none;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .accordion-area li {
    margin: 10px 0;
  }
  .accordion-area section {
    padding-top: 10px;
    border-top: 2px solid #000;
  }
  .title {
    position: relative; 
    cursor: pointer;
    /*    font-size:1rem;*/
    /*    font-weight: normal;*/
    padding: 5px 30px 10px 5px;
    transition: all .5s ease;
  }
  .title::before, .title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #000;
  }
  .title::before {
    top: 48%;
    right: 0px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 48%;
    right: 0px;
    transform: rotate(90deg);
  }
  .title.close::before {
    transform: rotate(45deg);
  }
  .title.close::after {
    transform: rotate(-45deg);
  }
  .box {
    display: none;
    background: #f3f3f3;
    margin: 10px 0;
    padding: 3%;
  }
  .job-snslink {
    margin: 0.5rem auto;
    position: relative;
    width: 75vw;
    max-width: 500px;
    height: 75vw;
    max-height: 500px;
  }
  .job-snslink-txt {
    width: 100%;
    max-width: 500px;
  }
  .job-snslink img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .job-snslink-txt dd img {
    width: 8vw;
    height: auto;
  }
  .job-snslink-txt dt {
    font-size: 10vw;
  }
  .job-snslink-txt dd {
    font-size: 5vw;
  }
}

/*more-link*/

.more-link span {

  font-weight: 600;
  padding: 0rem 0 10px;
}
.more-link a {
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #000;
  color: #000;
  margin: 0;
}
.more-link a img{
	width: 0.3rem;
	padding: 7px 0 5px 5px;
}
	.more-link {
  position: relative;
  color: #333;
  padding: 0px 5px 5px 5px !important;
  margin: 0.25rem 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  line-height: 0.4rem;
}
.more-link::before, .more-link::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;	
}
.more-link::after {
  width: 0;
  background: #ccc;
}
.more-link:hover::after {
  width: 100%;
}


/* ------------------------------- */
/* workplace
/* ------------------------------- */
#main .workplace-ttl {
  /*  font-size: 13vw;*/
}
#workplace-content {
  width: 80%;
  max-width: 1000px;
  /*  margin: 1rem auto;*/
  margin: 0.1rem auto 1.5rem;
}
#workplace-content h3 {
  font-size: 0.65rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.workplacepad-top {
  margin-top: 1.5rem;
}
/* ------------------------------- */
/* workplace wel_list_box_v1
/* ------------------------------- */
.wel_list_box {
  width: 100%;
  margin: 0.65rem 0 1rem;
}
.wel_list_box p {
  padding-top: 0.1rem;
}
.wel_list_box li {
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  border-top: #000 solid 1px;
}
.wel_list_box_p {
  padding: 0.3rem 0;
}
.wel_list_box li:first-child {
  border-top: #000 solid 5px;
}
.wel_list_box li:last-child {
  border-bottom: #000 solid 1px;
}
.wel_list_ttl_min {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.3rem;
  line-height: 1.2;
  font-weight: 700;
  width: 15%;
}
.wel_list_txt {
  width: 85%;
  /*  font-weight: 500;*/
}
@media screen and (max-width: 1024px) {
  #workplace-content h3 {
    font-size: 0.45rem;
  }
  wel_list_box li {
    margin: 0 0 0 10%;
    display: block;
  }
  .wel_list_ttl_min {
    width: 100%;
    padding-bottom: 10px;
  }
  .wel_list_txt {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #workplace-content {
    width: 90%;
    margin: 0.5rem auto 0rem;
  }
  #workplace-content h3 {
    font-size: 0.6rem;
  }
  .wel_list_box_p {
    padding: 0.5rem 0;
  }
  .wel_list_box {
    margin: 0.5rem auto 2rem;
    width: 100%;
  }
  wel_list_box li {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .wel_list_ttl_min {
    font-size: 0.4rem;
  }
  .wel_list_txt {
    width: 100%;
    line-height: 1.7;
  }
  .workplacepad-top {
    margin-top: 1rem;
  }
}
.table_wel {
  width: 100%;
}
.table_wel tr {
  border-bottom: #000 solid 1px;
}
.table_wel tr:last-child {
  border-bottom: none;
}
.table_wel tr th {
  font-weight: 600;
  padding: 0 0.15rem 0 0;
  width: 25%;
  max-width: 100px !important;
  text-align: left;
  line-height: 1.2;
}
.table_wel tr td {
  padding: 0.3rem 0;
}
/* ------------------------------- */
/* workplace wel_list_box_v2
/* ------------------------------- */
.wel_list_box_v2 {
  width: 100%;
  margin: 1rem 0;
}
.wel_list_box p {
  padding-top: 0.1rem;
}
.wel_list_box_v2 li {
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  border-top: #000 solid 1px;
  padding: 0.3rem 0;
}
.wel_list_box_v2 li:first-child {
  border-top: #000 solid 5px;
}
.wel_list_box_v2 li:last-child {
  border-bottom: #000 solid 1px;
}
.wel_list_ttl_min_v2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.3rem;
  line-height: 1.2;
  font-weight: 700;
  width: 30%;
  padding-bottom: 0.1rem;
}
.wel_list_txt2 {
  width: 70%;
  /*  font-weight: 500;*/
}
@media screen and (max-width: 960px) {
  .wel_list_ttl_min_v2 {
    width: 100%;
  }
  .wel_list_txt2 {
    width: 100%;
    /*    font-size: 0.2rem;*/
  }
  .wel_list_box_v2 {
    width: 100%;
    margin: 0.75rem 0 2rem;
  }
}
@media screen and (max-width: 550px) {
  .wel_list_box_v2 {
    width: 100%;
    margin: 0.75rem 0 2rem;
  }
  .wel_list_txt2 {
    width: 100%;
    line-height: 1.8;
    padding-top: 0.15rem;
  }
  .wel_list_ttl_min_v2 {
    font-size: 0.45rem;
  }
  .wel_list_box_v2 li {
    padding: 0.5rem 0;
  }
}
/* ------------------------------- */
/* workplace wel_list_box_v3
/* ------------------------------- */
.wel_list_box_v3 {
  margin: 1rem 0 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wel_list_box_v3 dl {
/*  width: 32.5%;*/
	  width: 49%;
  margin: 0.1rem 0;
  flex-shrink: 0;
  border: solid 1px #000;
	border-top: solid 5px #000;
  padding: 0.3rem;
}
.wel_list_box_v3 dl dt {
  font-size: 0.3rem;
  font-weight: 700;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 1024px) {
  .wel_list_box_v3 {
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    overflow-x: scroll;
  }
  .wel_list_box_v3 dl {
    width: 90%;
    margin: 0 0.25rem 0.5rem 0;
    flex-shrink: 0;
    border: solid 1px #000;
  }
}
@media screen and (max-width: 550px) {
  .wel_list_box_v3 dl dt {
    font-size: 0.45rem;
  }
  .wel_list_box_v3 dl {
    padding: 0.5rem;
  }
}
.wel_list_box_v3::-webkit-scrollbar {
  height: 8px; 
}
.wel_list_box_v3::-webkit-scrollbar-thumb {
  background: #000; 
}
.wel_list_box_v3::-webkit-scrollbar-track {
  background: #ddd;
}
.wel_list_map {
  background: #eee;
  padding: 0.5rem;
  margin: 1rem 0 1rem 0;
}
.wel_list_map_img {
  text-align: center;
}
.wel_list_map_img img {
  width: 100%;
  max-width: 800px;
}
.wel_list_map dl dt {
  color: #fff;
  font-size: 0.3rem;
  display: inline;
  font-weight: 600;
  line-height: 1.4em;
  padding: 0.1rem 0.2rem;
  background: linear-gradient(transparent 0%, #000000 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.wel_list_map dl dd {
  margin: 0 auto;
}
.wel_list_link {
  font-weight: 500;
  padding-bottom: 0.15rem 0;
  width: 90%;
  max-width: 700px;
}
/* ------------------------------- */
/* workplace wel_list_box_v4
/* ------------------------------- */
.wel_list_box_v4 {
  margin: 1rem 0;
  padding: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #eee;
}
.wel_list_box_v4 dl {
  width: 50%;
  margin: 0;
  flex-shrink: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  padding: 0.3rem;
}
.wel_list_box_v4 dl dt {
  font-size: 0.3rem;
  font-weight: 700;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 960px) {
  .wel_list_box_v4 dl:nth-child(even) {
    border-right: none;
  }
  .wel_list_box_v4 dl:last-child {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 960px) {
  .wel_list_box_v4 {
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    padding-top: 0;
    overflow-x: scroll;
    background: none;
  }
  .wel_list_box_v4 dl {
    width: 90%;
    margin: 0 0.25rem 0.5rem 0;
    flex-shrink: 0;
    border: solid 1px #000;
    background: #eee;
  }
}
.wel_list_box_v4::-webkit-scrollbar {
  height: 8px;
}
.wel_list_box_v4::-webkit-scrollbar-thumb {
  background: #000; 
}
.wel_list_box_v4::-webkit-scrollbar-track {
  background: #ddd; 
}
/* ------------------------------- */
/* workplace wel_list_box_v5
/* ------------------------------- */
.career-img {
  width: 100%;
  text-align: center;
  padding: 1rem 10px 10px;
}
.career-img img {
  width: 100%;
}
@media screen and (max-width: 960px) {}
#career-content {
  width: 80%;
  max-width: 1000px;
  /*  margin: 4em auto;*/
  margin: 1rem auto;
}
#career-content h3 {
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
#career-content dl {
  margin: 0.5rem auto;
}
.career-content-txt {
  margin: 0.25rem 0;
  width: 80%;
  padding: 0.25rem 0;
}
.career-content-txt dt {
  font-size: 0.3rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
}
.wel_list_box_v5 {
  margin-bottom: 1.25rem;
}
.wel_list_box_v5 li {
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  border-top: #000 solid 1px;
  padding: 0.5rem;
  background: #FaFaFa;
}
.wel_list_box_v5 li:first-child {
  border-top: #000 solid 5px;
}
.wel_list_box_v5 li:last-child {
  border-bottom: #000 solid 1px;
}
.wel_list_ttl_min_v5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.3rem;
  line-height: 1.2;
  font-weight: 700;
  width: 30%;
  padding-bottom: 0.25rem;
}
.wel_list_txt2 {
  width: 70%;
  /*  font-weight: 500;*/
}
.wel_list_box_v5 p {
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .wel_list_ttl_min_v5 {
    width: 100%;
  }
  .wel_list_txt2 {
    width: 100%;
    /*    font-size: 0.2rem;*/
  }
}
@media screen and (max-width: 550px) {
  #career-content {
    width: 90%;
  }
  .career-content-txt {
    margin: 0.25rem 0;
    width: 90%;
    font-size: 0.35rem;
    line-height: 1.8;
  }
  .career-content-txt dt {
    font-size: 0.5rem;
  }
  .career-content-txt dd {
    padding-top: 0.25rem;
    padding-bottom: 1rem;
  }
  .wel_list_txt2 {
    width: 100%;
    /*    font-size: 0.2rem;*/
  }
  .wel_list_ttl_min_v5 {
    font-size: 0.45rem;
  }
}
/* ------------------------------- */
/* footer
/* ------------------------------- */
#footer {
  background: #000000;
  width: 100%;
  padding: 0 5% 0.3rem;
  overflow: hidden;
}
#footer dl dt {
  color: #fff;
  opacity: 0.1;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 0.8;
  text-align: center;
  padding: 1rem 0 1.5rem;
  overflow: visible;
  white-space: nowrap;
}
/* --footer-catch size-- */
#footer .footer-top-msg {
  font-size: 17vw;
}
#footer .footer-sec-msg {
  font-size: 14vw;
}
#footer .footer-top-info {
  font-size: 11vw;
}
#footer .footer-sec-info {
  font-size: 15vw;
}
.footer-oulogo {
  padding: 0.4rem 0 0.25rem;
  text-align: center;
}
.footer-oulogo img {
  width: 20vw;
  max-width: 250px;
  min-width: 140px;
  height: auto;
  transition: 0.5s ;
}
.footer-oulogo img:hover {
  opacity: 0.7;
}
.footer-txtbox {
  width: 90%;
  margin: 0 auto;
}
.footer-txt {
  font-size: 0.12rem;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-txt-p {
  padding-right: 20px;
}
.footer-icon img {
  width: 100px;
  height: auto;
}
.footer-icon {
  display: flex;
}
/* ----footer @sp<760-------------------- */
@media screen and (max-width: 1024px) {
  #footer dl dt {
    padding: 0.5rem 0 0.5rem;
    overflow: visible;
    white-space: nowrap;
  }
  .footer-txt {
    display: block;
    text-align: center;
  }
  .footer-icon {
    padding: 15px 0 0;
    justify-content: center;
  }
  #footer .footer-top-msg {
    font-size: 14vw;
  }
  #footer .footer-sec-msg {
    font-size: 11vw;
    padding: 0.1rem 0 0.2rem 0;
  }
}
/* ----footer @sp<550-------------------- */
@media screen and (max-width: 550px) {
  #footer {
    padding: 0 2% 0.5rem;
  }
  #footer dl dt {
    color: #fff;
    opacity: 0.12;
  }
  .footer-txt {
    display: block;
    padding: 0.2rem 0 0rem;
    font-size: 0.2rem !important;
  }
  .footer-icon img {
    width: 90px;
    height: auto;
  }
}