body.dark {
  background-color: #F6F6F6;
}

/* --------------------------
 * mainVisual
-------------------------- */
.mainVisual {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.mainVisual.min .mainVisual__inner {
  height: 18vh;
}
@media screen and (max-width: 767px) {
  .mainVisual.min .mainVisual__inner {
    height: auto;
    margin-bottom: -75px;
    padding-bottom: 50px;
  }
}
.mainVisual.min .mainVisual__inner::before {
  content: none;
}
.mainVisual.min .mainVisual__inner::after {
  content: none;
}
.mainVisual.news .mainVisual__inner {
  width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  padding-top: 15vh;
}
@media screen and (max-width: 1024px) {
  .mainVisual.news .mainVisual__inner {
    width: 800px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual.news .mainVisual__inner {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.news .mainVisual__inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 75px;
    width: auto;
  }
}
.mainVisual.news .mainVisual__inner::before {
  content: none;
}
.mainVisual.news .mainVisual__inner::after {
  content: none;
}
.mainVisual.center .mainVisual__inner {
  padding-top: 15vh;
  height: 35vh;
}
.mainVisual.center .mainVisual__inner .ttnorms {
  text-align: center;
  margin-bottom: 15px;
}
.mainVisual.center .mainVisual__inner .title {
  text-align: center;
}
.mainVisual.center .mainVisual__inner .title h1 {
  display: block;
  margin-right: 0;
  padding-right: 0;
  border: none;
  font-size: 1.3vw;
}
@media screen and (max-width: 1440px) {
  .mainVisual.center .mainVisual__inner .title h1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual.center .mainVisual__inner .title h1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.center .mainVisual__inner .title h1 {
    font-size: 1.6rem;
  }
}
.mainVisual.center .mainVisual__inner .title .crumbs {
  margin-top: 35px;
}
.mainVisual.center .mainVisual__inner .title .crumbs ul li:last-child {
  padding-right: 0;
}
.mainVisual.center .mainVisual__inner::before {
  content: none;
}
.mainVisual.center .mainVisual__inner::after {
  content: none;
}
.mainVisual .mainImg {
  width: 75%;
  aspect-ratio: 16/7;
  margin-left: 25%;
  border-radius: 100px 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .mainVisual .mainImg {
    aspect-ratio: 16/8;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual .mainImg {
    margin-left: 50px;
    width: calc(100% - 50px);
    height: auto;
    aspect-ratio: 6/5;
    display: block;
    border-radius: 75px 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainImg {
    width: calc(100% - 16px);
    margin-left: 16px;
    border-radius: 50px 0 0 5px;
    aspect-ratio: 1/1;
  }
}
.mainVisual .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainVisual__inner {
  padding: 9vh 150px 0;
  height: 35vh;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .mainVisual__inner {
    padding: 9vh 100px 0;
  }
}
@media screen and (max-width: 1366px) {
  .mainVisual__inner {
    padding: 9vh 75px 0;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner {
    padding: 100px 50px 50px;
    height: auto;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner {
    padding: 75px 16px 35px;
    height: auto;
    margin-bottom: 50px;
  }
}
.mainVisual__inner::before {
  width: 50px;
  height: 5px;
  background-color: #09BAB5;
  content: "";
  position: absolute;
  left: 150px;
  bottom: -5px;
}
@media screen and (max-width: 1536px) {
  .mainVisual__inner::before {
    left: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .mainVisual__inner::before {
    left: 75px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner::before {
    left: 50px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner::before {
    width: 25px;
    height: 3px;
    left: 16px;
  }
}
.mainVisual__inner::after {
  width: 100px;
  height: 5px;
  background-color: #dddddd;
  content: "";
  position: absolute;
  left: 200px;
  bottom: -5px;
}
@media screen and (max-width: 1536px) {
  .mainVisual__inner::after {
    left: 150px;
  }
}
@media screen and (max-width: 1366px) {
  .mainVisual__inner::after {
    left: 125px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner::after {
    left: 80px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner::after {
    width: 55px;
    height: 3px;
    left: 41px;
  }
}
.mainVisual__inner .ttnorms {
  font-size: 4.2vw;
  color: #718685;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: 30px;
  margin-left: -3px;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .mainVisual__inner .ttnorms {
    font-size: 6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner .ttnorms {
    font-size: 6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .ttnorms {
    font-size: 4.2rem;
    margin-bottom: 15px;
    line-height: 1;
  }
}
.mainVisual__inner .ttnorms.min {
  font-size: 1.5vw;
  line-height: 1;
  margin-bottom: 0px;
  color: #09BAB5;
}
@media screen and (max-width: 1279px) {
  .mainVisual__inner .ttnorms.min {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .ttnorms.min {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.mainVisual__inner .title.news .ttnorms {
  margin-left: 5px;
}
.mainVisual__inner .title.news h1 {
  display: block;
  writing-mode: inherit;
  font-size: 3.2rem;
  letter-spacing: 0px;
  line-height: 1.4;
  font-weight: 500;
  border-right: none;
  margin-top: 15px;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .mainVisual__inner .title.news h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .title.news h1 {
    font-size: 2.2rem;
  }
}
.mainVisual__inner .title h1 {
  font-size: 1.1vw;
  font-weight: 500;
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  line-height: 1.2;
  border-right: 1px solid #718685;
  color: #718685;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .title h1 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner .title h1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .title h1 {
    font-size: 1.6rem;
    padding-right: 16px;
    margin-right: 16px;
    border-right: none;
    margin-bottom: 35px;
  }
}
.mainVisual__inner .title .crumbs {
  display: inline-block;
  line-height: 1.2;
  top: -3px;
  position: relative;
}
.mainVisual__inner .title .crumbs ul {
  display: flex;
}
.mainVisual__inner .title .crumbs ul li {
  font-size: 0.75vw;
  padding-right: 40px;
  font-weight: 400;
  color: #718685;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .title .crumbs ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner .title .crumbs ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .title .crumbs ul li {
    font-size: 1.1rem;
    padding-right: 24px;
  }
}
.mainVisual__inner .title .crumbs ul li a {
  color: #718685;
  border-bottom: 1px solid #718685;
  transition: 0.3s ease all;
}
.mainVisual__inner .title .crumbs ul li:hover a {
  color: #276563;
}
.mainVisual__inner .title .crumbs ul li:hover::before {
  background-color: #276563;
}
.mainVisual__inner .title .crumbs ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #718685;
  position: absolute;
  right: 15px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .title .crumbs ul li::before {
    width: 8px;
    right: 8px;
  }
}
.mainVisual__inner .title .crumbs ul li:last-child::before {
  content: none;
}
.mainVisual__inner ul.cat {
  line-height: 25px;
  font-size: 0;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .mainVisual__inner ul.cat {
    line-height: 22px;
  }
}
.mainVisual__inner ul.cat li {
  font-size: 1.4rem;
  padding: 0 15px;
  color: #FFFFFF;
  background-color: #09BAB5;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .mainVisual__inner ul.cat li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner ul.cat li {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.mainVisual__inner .date {
  font-size: 1.8rem;
  margin-top: 5px;
  font-weight: 400;
  color: #09BAB5;
  letter-spacing: 1px;
}
@media screen and (max-width: 1366px) {
  .mainVisual__inner .date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .mainVisual__inner .date {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .date {
    font-size: 1.4rem;
  }
}
.mainVisual__inner .pageNav {
  position: absolute;
  right: 150px;
  bottom: 0;
  width: auto;
  padding: 15px 25px;
  background-color: #FFFFFF;
  border-radius: 50em;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .pageNav {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1365px) {
  .mainVisual__inner .pageNav {
    display: none;
  }
}
.mainVisual__inner .pageNav ul {
  display: flex;
  line-height: 30px;
  height: 30px;
}
.mainVisual__inner .pageNav ul li {
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .pageNav ul li {
    padding: 0 10px;
  }
}
.mainVisual__inner .pageNav ul li a {
  font-size: 1.6rem;
  color: #718685;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .pageNav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .mainVisual__inner .pageNav ul li a {
    font-size: 1.3rem;
  }
}
.mainVisual__inner .pageNav ul li a span {
  width: 6px;
  height: 6px;
  border-radius: 50em;
  background-color: #09BAB5;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.mainVisual__inner .pageNav ul li a:hover {
  opacity: 0.6;
}

/* --------------------------
 * mainVisual single
-------------------------- */
.mv_single {
  margin-top: 8vh;
}
@media screen and (max-width: 960px) {
  .mv_single {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv_single {
    margin-top: 16px;
  }
}
.mv_single .flexWrap {
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .mv_single .flexWrap {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .mv_single .flexWrap .item {
    width: 100%;
  }
}
.mv_single .flexWrap .item__inner {
  display: block;
  position: relative;
  padding: 0 15%;
}
@media screen and (max-width: 1279px) {
  .mv_single .flexWrap .item__inner {
    padding: 0;
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .mv_single .flexWrap .item__inner {
    width: auto;
    padding: 0 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item__inner {
    width: auto;
    padding: 0 16px 50px;
  }
}
.mv_single .flexWrap .item__inner .ttnorms {
  font-size: 1.5vw;
  line-height: 1;
  margin-bottom: 0px;
  color: #09BAB5;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  .mv_single .flexWrap .item__inner .ttnorms {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item__inner .ttnorms {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.mv_single .flexWrap .item__inner h1 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .mv_single .flexWrap .item__inner h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .mv_single .flexWrap .item__inner h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item__inner h1 {
    font-size: 2.7rem;
    margin-bottom: 25px;
  }
}
.mv_single .flexWrap .item__inner .tx {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  .mv_single .flexWrap .item__inner .tx {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item__inner .tx {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item__inner .tx {
    font-size: 1.4rem;
  }
}
.mv_single .flexWrap .item__inner .crumbs {
  display: block;
  line-height: 1.2;
  position: relative;
  margin-bottom: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  .mv_single .flexWrap .item__inner .crumbs {
    margin-bottom: 50px;
    padding-bottom: 60px;
  }
}
.mv_single .flexWrap .item__inner .crumbs::before {
  width: 50px;
  height: 5px;
  background-color: #09BAB5;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
}
@media screen and (max-width: 1440px) {
  .mv_single .flexWrap .item__inner .crumbs::before {
    width: 25px;
    height: 4px;
    bottom: -4px;
  }
}
.mv_single .flexWrap .item__inner .crumbs::after {
  width: 100px;
  height: 5px;
  background-color: #dddddd;
  content: "";
  position: absolute;
  left: 50px;
  bottom: -5px;
}
@media screen and (max-width: 1440px) {
  .mv_single .flexWrap .item__inner .crumbs::after {
    width: 75px;
    left: 25px;
    height: 4px;
    bottom: -4px;
  }
}
.mv_single .flexWrap .item__inner .crumbs ul {
  display: flex;
}
.mv_single .flexWrap .item__inner .crumbs ul li {
  font-size: 0.75vw;
  padding-right: 40px;
  font-weight: 400;
  color: #718685;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .mv_single .flexWrap .item__inner .crumbs ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .mv_single .flexWrap .item__inner .crumbs ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item__inner .crumbs ul li {
    font-size: 1rem;
    padding-right: 24px;
  }
}
.mv_single .flexWrap .item__inner .crumbs ul li a {
  color: #718685;
  border-bottom: 1px solid #718685;
  transition: 0.3s ease all;
}
.mv_single .flexWrap .item__inner .crumbs ul li:hover a {
  color: #276563;
}
.mv_single .flexWrap .item__inner .crumbs ul li:hover::before {
  background-color: #276563;
}
.mv_single .flexWrap .item__inner .crumbs ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #718685;
  position: absolute;
  right: 15px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item__inner .crumbs ul li::before {
    width: 8px;
    right: 8px;
  }
}
.mv_single .flexWrap .item__inner .crumbs ul li:last-child::before {
  content: none;
}
.mv_single .flexWrap .item .mainImg {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .mv_single .flexWrap .item .mainImg {
    margin-left: 50px;
    width: auto;
    aspect-ratio: 16/8;
    border-radius: 20px 0 0 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .mv_single .flexWrap .item .mainImg {
    margin-left: 50px;
    width: auto;
    aspect-ratio: 16/9;
    border-radius: 10px 0 0 10px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv_single .flexWrap .item .mainImg {
    margin-left: 16px;
    width: auto;
    aspect-ratio: 3/2;
    border-radius: 5px 0 0 5px;
    margin-bottom: 35px;
  }
}
.mv_single .flexWrap .item .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------
 * intro
-------------------------- */
.intro__inner {
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 75px;
}
@media screen and (max-width: 1366px) {
  .intro__inner {
    margin-right: 20%;
  }
}
@media screen and (max-width: 1278px) {
  .intro__inner {
    margin-right: 150px;
  }
}
@media screen and (max-width: 960px) {
  .intro__inner {
    margin-left: 50px;
    margin-top: 75px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .intro__inner {
    margin-left: 0px;
    margin-top: 50px;
    padding: 0 16px;
    margin-right: 0;
  }
}
.intro__inner .ttnorms {
  font-size: 5.8rem;
  color: #09BAB5;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .intro__inner .ttnorms {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .intro__inner .ttnorms {
    font-size: 4.5rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .intro__inner .ttnorms {
    font-size: 3.6rem;
    line-height: 1.1;
    margin-bottom: 25px;
  }
}
.intro__inner h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .intro__inner h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .intro__inner h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__inner h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.intro__inner .tx {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .intro__inner .tx {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  .intro__inner .tx {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__inner .tx {
    font-size: 1.4rem;
  }
}

/* --------------------------
 * contactArea
-------------------------- */
.contents {
  margin: 150px 0 0;
}
@media screen and (max-width: 960px) {
  .contents {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    margin: 75px 0 0;
  }
}
.contents .pageNav {
  display: block;
  margin: 0 auto 150px;
}
@media screen and (max-width: 960px) {
  .contents .pageNav {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .contents .pageNav {
    margin: 0 -16px 0px;
    background-color: #FFFFFF;
  }
}
.contents .pageNav ul {
  display: flex;
  line-height: 30px;
  height: 30px;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .contents .pageNav ul {
    line-height: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contents .pageNav ul {
    flex-wrap: wrap;
    justify-content: inherit;
    line-height: 40px;
    height: auto;
    border-top: 1px solid #dddddd;
  }
}
.contents .pageNav ul li {
  padding: 0 35px;
  border-left: 1px solid #718685;
}
@media screen and (max-width: 1440px) {
  .contents .pageNav ul li {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .contents .pageNav ul li {
    padding: 0;
    width: 50%;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .contents .pageNav ul li:nth-child(2) {
    border-right: none;
  }
}
.contents .pageNav ul li:last-child {
  border-right: 1px solid #718685;
}
@media screen and (max-width: 767px) {
  .contents .pageNav ul li:last-child {
    border-right: 1px solid #dddddd;
  }
}
.contents .pageNav ul li a {
  font-size: 1.8rem;
  color: #718685;
}
@media screen and (max-width: 1440px) {
  .contents .pageNav ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .contents .pageNav ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .pageNav ul li a {
    display: block;
    background-color: #FFFFFF;
    padding-left: 12px;
    font-size: 1.4rem;
  }
}
.contents .pageNav ul li a span {
  width: 6px;
  height: 6px;
  border-radius: 50em;
  background-color: #09BAB5;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.contents .pageNav ul li a:hover {
  opacity: 0.6;
}

/* --------------------------
 * titleArea
-------------------------- */
/* --------------------------
 * sticky
-------------------------- */
.sticky {
  background-color: #F6F6F6;
  padding: 150px 0;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 960px) {
  .sticky {
    padding: 100px 0;
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sticky {
    padding: 75px 0;
    border-radius: 25px 25px 0 0;
  }
}
.sticky .container,
.sticky .flexWrap {
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .sticky .container,
  .sticky .flexWrap {
    display: block;
    flex-wrap: inherit;
    align-items: inherit;
  }
}
.sticky .container .sideBar,
.sticky .flexWrap .sideBar {
  width: 30%;
  position: sticky;
  align-self: flex-start;
  top: 250px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sticky .container .sideBar,
  .sticky .flexWrap .sideBar {
    display: none;
  }
}
.sticky .container .sideBar ul li,
.sticky .flexWrap .sideBar ul li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .sticky .container .sideBar ul li,
  .sticky .flexWrap .sideBar ul li {
    font-size: 1.7rem;
  }
}
.sticky .container .sideBar ul li:last-child,
.sticky .flexWrap .sideBar ul li:last-child {
  margin-bottom: 0;
}
.sticky .container .sideBar ul li a,
.sticky .flexWrap .sideBar ul li a {
  color: #dddddd;
  letter-spacing: 1px;
  transition: 0.3s ease all;
}
.sticky .container .sideBar ul li a span,
.sticky .flexWrap .sideBar ul li a span {
  color: #dddddd;
  font-size: 1.6rem;
  width: 40px;
  display: inline-block;
  transition: 0.3s ease all;
}
.sticky .container .sideBar ul li.active a, .sticky .container .sideBar ul li:hover a,
.sticky .flexWrap .sideBar ul li.active a,
.sticky .flexWrap .sideBar ul li:hover a {
  color: #333;
}
.sticky .container .sideBar ul li.active a span, .sticky .container .sideBar ul li:hover a span,
.sticky .flexWrap .sideBar ul li.active a span,
.sticky .flexWrap .sideBar ul li:hover a span {
  color: #09BAB5;
}
.sticky .container .mainArea,
.sticky .flexWrap .mainArea {
  width: 70%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sticky .container .mainArea,
  .sticky .flexWrap .mainArea {
    width: 100%;
  }
}
.sticky .container .mainArea::before,
.sticky .flexWrap .mainArea::before {
  width: 4px;
  height: 90%;
  display: block;
  content: "";
  position: absolute;
  left: 73px;
  top: 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .sticky .container .mainArea::before,
  .sticky .flexWrap .mainArea::before {
    left: 60px;
    height: 95%;
  }
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea::before,
  .sticky .flexWrap .mainArea::before {
    left: 36px;
    height: 90%;
  }
}
.sticky .container .mainArea .position-now,
.sticky .flexWrap .mainArea .position-now {
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .sticky .container .mainArea .position-now,
  .sticky .flexWrap .mainArea .position-now {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now,
  .sticky .flexWrap .mainArea .position-now {
    padding-bottom: 50px;
  }
}
.sticky .container .mainArea .position-now:last-child,
.sticky .flexWrap .mainArea .position-now:last-child {
  padding-bottom: 0;
}
.sticky .container .mainArea .position-now__inner,
.sticky .flexWrap .mainArea .position-now__inner {
  display: flex;
}
.sticky .container .mainArea .position-now__inner .icon,
.sticky .flexWrap .mainArea .position-now__inner .icon {
  display: block;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 1440px) {
  .sticky .container .mainArea .position-now__inner .icon,
  .sticky .flexWrap .mainArea .position-now__inner .icon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .icon,
  .sticky .flexWrap .mainArea .position-now__inner .icon {
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
  }
}
.sticky .container .mainArea .position-now__inner .icon img,
.sticky .flexWrap .mainArea .position-now__inner .icon img {
  width: 100%;
  height: auto;
}
.sticky .container .mainArea .position-now__inner .step,
.sticky .flexWrap .mainArea .position-now__inner .step {
  width: calc(100% - 150px);
  padding-left: 60px;
}
@media screen and (max-width: 1440px) {
  .sticky .container .mainArea .position-now__inner .step,
  .sticky .flexWrap .mainArea .position-now__inner .step {
    width: calc(100% - 120px);
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step,
  .sticky .flexWrap .mainArea .position-now__inner .step {
    padding-left: 20px;
    width: 100%;
  }
}
.sticky .container .mainArea .position-now__inner .step > p.ttnorms,
.sticky .flexWrap .mainArea .position-now__inner .step > p.ttnorms {
  background-color: #09BAB5;
  font-size: 1.8rem;
  border-radius: 50em;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  width: 100px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .sticky .container .mainArea .position-now__inner .step > p.ttnorms,
  .sticky .flexWrap .mainArea .position-now__inner .step > p.ttnorms {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sticky .container .mainArea .position-now__inner .step > p.ttnorms,
  .sticky .flexWrap .mainArea .position-now__inner .step > p.ttnorms {
    line-height: 24px;
    height: 24px;
    width: 90px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step > p.ttnorms,
  .sticky .flexWrap .mainArea .position-now__inner .step > p.ttnorms {
    font-size: 1.5rem;
    margin-bottom: 15px;
    width: 80px;
    letter-spacing: 0;
  }
}
.sticky .container .mainArea .position-now__inner .step > p.ttnorms span,
.sticky .flexWrap .mainArea .position-now__inner .step > p.ttnorms span {
  font-size: 1.2rem;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1024px) {
  .sticky .container .mainArea .position-now__inner .step > p.ttnorms span,
  .sticky .flexWrap .mainArea .position-now__inner .step > p.ttnorms span {
    font-size: 1.1rem;
    margin-right: 3px;
  }
}
.sticky .container .mainArea .position-now__inner .step h3,
.sticky .flexWrap .mainArea .position-now__inner .step h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .sticky .container .mainArea .position-now__inner .step h3,
  .sticky .flexWrap .mainArea .position-now__inner .step h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sticky .container .mainArea .position-now__inner .step h3,
  .sticky .flexWrap .mainArea .position-now__inner .step h3 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step h3,
  .sticky .flexWrap .mainArea .position-now__inner .step h3 {
    line-height: 1.4;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.sticky .container .mainArea .position-now__inner .step .tx,
.sticky .flexWrap .mainArea .position-now__inner .step .tx {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .sticky .container .mainArea .position-now__inner .step .tx,
  .sticky .flexWrap .mainArea .position-now__inner .step .tx {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sticky .container .mainArea .position-now__inner .step .tx,
  .sticky .flexWrap .mainArea .position-now__inner .step .tx {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step .tx,
  .sticky .flexWrap .mainArea .position-now__inner .step .tx {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .sticky .container .mainArea .position-now__inner .step .tx br,
  .sticky .flexWrap .mainArea .position-now__inner .step .tx br {
    display: none;
  }
}
.sticky .container .mainArea .position-now__inner .step dl.point,
.sticky .flexWrap .mainArea .position-now__inner .step dl.point {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step dl.point,
  .sticky .flexWrap .mainArea .position-now__inner .step dl.point {
    font-size: 1.3rem;
  }
}
.sticky .container .mainArea .position-now__inner .step dl.point dt,
.sticky .flexWrap .mainArea .position-now__inner .step dl.point dt {
  width: 90px;
  float: left;
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step dl.point dt,
  .sticky .flexWrap .mainArea .position-now__inner .step dl.point dt {
    float: none;
    margin-bottom: 10px;
  }
}
.sticky .container .mainArea .position-now__inner .step dl.point dt span,
.sticky .flexWrap .mainArea .position-now__inner .step dl.point dt span {
  font-weight: 500;
  color: #09BAB5;
  font-size: 1.5rem;
  background-color: #FFFFFF;
  line-height: 22px;
  padding: 0 10px;
  position: relative;
  top: 2px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step dl.point dt span,
  .sticky .flexWrap .mainArea .position-now__inner .step dl.point dt span {
    font-size: 1.3rem;
  }
}
.sticky .container .mainArea .position-now__inner .step dl.point dd,
.sticky .flexWrap .mainArea .position-now__inner .step dl.point dd {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .sticky .container .mainArea .position-now__inner .step dl.point dd,
  .sticky .flexWrap .mainArea .position-now__inner .step dl.point dd {
    margin-left: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* --------------------------
 * value
-------------------------- */
.value {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .value {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .value {
    margin-bottom: 0px;
  }
}
.value .container .whBox {
  padding-top: 50px;
  border-radius: 10px;
  margin-bottom: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 1279px) {
  .value .container .whBox {
    margin-bottom: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .value .container .whBox {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 0;
  }
}
.value .container .whBox .lead {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .value .container .whBox .lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1279px) {
  .value .container .whBox .lead {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 960px) {
  .value .container .whBox .lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .value .container .whBox .lead {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.value .container .whBox .desc {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .value .container .whBox .desc {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1279px) {
  .value .container .whBox .desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .value .container .whBox .desc {
    font-size: 1.5rem;
  }
}
.value .container .flexWrap {
  gap: 100px;
  margin-bottom: 100px;
  align-items: stretch;
}
@media screen and (max-width: 1440px) {
  .value .container .flexWrap {
    gap: 50px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .value .container .flexWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .value .container .flexWrap {
    display: block;
    align-items: inherit;
    gap: inherit;
  }
}
@media screen and (max-width: 767px) {
  .value .container .flexWrap {
    margin-bottom: 50px;
  }
}
.value .container .flexWrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .value .container .flexWrap:last-child {
    margin-bottom: 50px;
  }
}
.value .container .flexWrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .value .container .flexWrap .item {
    display: block;
    align-items: inherit;
    justify-content: inherit;
    width: 100%;
  }
}
.value .container .flexWrap .item figure {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .value .container .flexWrap .item figure {
    border-radius: 5px;
  }
}
@media screen and (max-width: 960px) {
  .value .container .flexWrap .item figure {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .value .container .flexWrap .item figure {
    margin-bottom: 20px;
  }
}
.value .container .flexWrap .item__inner {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .value .container .flexWrap .item__inner {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .value .container .flexWrap .item__inner {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .value .container .flexWrap .item__inner {
    width: 100%;
  }
}
.value .container .flexWrap .item__inner .name {
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  color: #718685;
}
@media screen and (max-width: 1440px) {
  .value .container .flexWrap .item__inner .name {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .value .container .flexWrap .item__inner .name {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.value .container .flexWrap .item__inner .name::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50em;
  background-color: #09BAB5;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.value .container .flexWrap .item__inner h2 {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .value .container .flexWrap .item__inner h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .value .container .flexWrap .item__inner h2 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .value .container .flexWrap .item__inner h2 {
    font-size: 1.8rem;
  }
}
.value .container .flexWrap .item__inner .tx {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .value .container .flexWrap .item__inner .tx {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1440px) {
  .value .container .flexWrap .item__inner .tx br {
    display: none;
  }
}

/* --------------------------
 * tab
-------------------------- */
.tab__list {
  display: flex;
  max-width: 840px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  background-color: #F6F6F6;
  border-radius: 50em;
}
@media screen and (max-width: 1440px) {
  .tab__list {
    height: 60px;
    line-height: 60px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .tab__list {
    height: 50px;
    line-height: 50px;
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .tab__list {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 32px);
  }
}
.tab__list.process {
  background-color: #FFFFFF;
}
.tab__list.process .tab__list__item {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .tab__list.process .tab__list__item {
    width: auto;
    flex-grow: 1;
  }
}
.tab__list__item {
  width: 50%;
  text-align: center;
  cursor: pointer;
  border-radius: 50em;
  color: #718685;
  font-weight: 500;
  font-size: 2.1rem;
  transition: 0.3s ease all;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  .tab__list__item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .tab__list__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tab__list__item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tab__list__item span {
    display: none;
  }
}
.tab__list__item:hover {
  opacity: 0.6;
}
.tab__list__item.active {
  background-color: #09BAB5;
  color: #FFFFFF;
}
.tab__content__item {
  display: none;
}
.tab__content__item.active {
  display: block;
}
.tab .bgColor {
  margin-top: 100px;
  display: block;
  padding: 100px 0;
  background-color: #F6F6F6;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 960px) {
  .tab .bgColor {
    padding: 75px 0;
  }
}
@media screen and (max-width: 767px) {
  .tab .bgColor {
    margin: 75px 0 0;
    border-radius: 20px 20px 0 0;
  }
}
.tab .bgColor .pageNav {
  width: 720px;
  line-height: 40px;
  height: 40px;
  margin: 0 auto 100px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .tab .bgColor .pageNav {
    width: 100%;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .tab .bgColor .pageNav {
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
    line-height: 30px;
    height: auto;
  }
}
.tab .bgColor .pageNav li {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .tab .bgColor .pageNav li {
    width: calc(50% - 5px);
  }
}
.tab .bgColor .pageNav li a {
  background-color: #FFFFFF;
  border: 1px solid #dddddd;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  border-radius: 50em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab .bgColor .pageNav li a {
    font-size: 1.4rem;
  }
}
.tab .bgColor .pageNav li a img {
  width: 10px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}
.tab .bgColor .pageNav li a:hover {
  background-color: #F9F9F9;
}

/* --------------------------
 * faq
-------------------------- */
.faq h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .faq h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
.faq dl {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .faq dl {
    margin-bottom: 75px;
  }
}
.faq dl:last-child {
  margin-bottom: 0px;
}
.faq dl span {
  font-size: 2.1rem;
  font-weight: 600;
  width: 50px;
  display: block;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 22px;
}
.faq dl dt {
  padding: 20px 55px;
  padding-right: 70px;
  line-height: 1.6;
  background-color: #FFFFFF;
  margin-top: 7px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.faq dl dt span {
  color: #09BAB5;
}
.faq dl dt .plus {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
  transition: all 0.3s ease;
  background-color: #F6F6F6;
  border-radius: 50em;
}
.faq dl dt .plus span {
  height: 1px;
  width: 60%;
  background-color: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
}
.faq dl dt .plus span:nth-of-type(2) {
  transform: rotate(90deg);
}
.faq dl dt:hover {
  opacity: 0.7;
}
.faq dl dt.open {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.faq dl dt.open .plus {
  transform: rotate(45deg);
}
.faq dl dd {
  position: relative;
  display: none;
  padding: 20px;
  padding-left: 55px;
  line-height: 1.6;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #f5f5f5;
}
.faq dl dd span {
  color: #FF4601;
}

/* --------------------------
 * message 
-------------------------- */
.message {
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .message {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.message__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .message__inner {
    display: block;
    flex-wrap: inherit;
  }
}
.message__inner .mainImg {
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1440px) {
  .message__inner .mainImg {
    border-radius: 0 20px 20px 0;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 1366px) {
  .message__inner .mainImg {
    border-radius: 0 20px 20px 0;
    aspect-ratio: 6/5;
  }
}
@media screen and (max-width: 1279px) {
  .message__inner .mainImg {
    border-radius: 0 20px 20px 0;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 960px) {
  .message__inner .mainImg {
    aspect-ratio: 16/9;
    margin-left: 50px;
    width: auto;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .message__inner .mainImg {
    aspect-ratio: 3/2;
    width: auto;
    margin-left: 0;
    margin-right: 16px;
    border-radius: 0 5px 5px 0;
    background-color: red;
  }
}
.message__inner .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message__inner .desc {
  position: relative;
  width: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 150px;
}
@media screen and (max-width: 1536px) {
  .message__inner .desc {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1279px) {
  .message__inner .desc {
    padding: 0 75px;
  }
}
@media screen and (max-width: 960px) {
  .message__inner .desc {
    padding: 50px 50px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message__inner .desc {
    padding: 35px 16px 0;
  }
}
.message__inner .desc__inner .catch {
  margin-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .message__inner .desc__inner .catch {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .message__inner .desc__inner .catch {
    margin-bottom: 25px;
  }
}
.message__inner .desc__inner .catch p {
  font-size: 7.2rem;
  line-height: 1;
  color: #09BAB5;
  font-weight: 600;
}
@media screen and (max-width: 1536px) {
  .message__inner .desc__inner .catch p {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .message__inner .desc__inner .catch p {
    font-size: 4.8rem;
  }
}
.message__inner .desc__inner h2 {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media screen and (max-width: 1536px) {
  .message__inner .desc__inner h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .message__inner .desc__inner h2 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.message__inner .desc__inner .tx {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 1536px) {
  .message__inner .desc__inner .tx {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .message__inner .desc__inner .tx {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .message__inner .desc__inner .tx br {
    display: none;
  }
}

/* --------------------------
 * company
-------------------------- */
.company .container .flexWrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 1279px) {
  .company .container .flexWrap {
    display: block;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap {
    margin-bottom: 75px;
  }
}
.company .container .flexWrap .item:nth-child(1) {
  width: 45%;
}
@media screen and (max-width: 1440px) {
  .company .container .flexWrap .item:nth-child(1) {
    width: 35%;
  }
}
@media screen and (max-width: 1279px) {
  .company .container .flexWrap .item:nth-child(1) {
    width: 100%;
  }
}
.company .container .flexWrap .item:nth-child(2) {
  width: 55%;
}
@media screen and (max-width: 1440px) {
  .company .container .flexWrap .item:nth-child(2) {
    width: 65%;
  }
}
@media screen and (max-width: 1279px) {
  .company .container .flexWrap .item:nth-child(2) {
    width: 100%;
  }
}
.company .container .flexWrap .item > .mvv {
  border-bottom: 1px solid #dddddd;
}
.company .container .flexWrap .item > .mvv > li {
  border-top: 1px solid #dddddd;
  padding: 50px 0;
}
@media screen and (max-width: 1440px) {
  .company .container .flexWrap .item > .mvv > li {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item > .mvv > li {
    padding: 30px 0;
  }
}
.company .container .flexWrap .item > .mvv > li dl {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item > .mvv > li dl {
    display: block;
    align-items: inherit;
  }
}
.company .container .flexWrap .item > .mvv > li dl dt {
  width: 35%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item > .mvv > li dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.company .container .flexWrap .item > .mvv > li dl dt span {
  line-height: 1;
  color: #09BAB5;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
  .company .container .flexWrap .item > .mvv > li dl dt span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item > .mvv > li dl dt span {
    font-size: 3.2rem;
  }
}
.company .container .flexWrap .item > .mvv > li dl dd {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item > .mvv > li dl dd {
    width: 100%;
  }
}
.company .container .flexWrap .item > .mvv > li dl dd h3 {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .company .container .flexWrap .item > .mvv > li dl dd h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item > .mvv > li dl dd h3 {
    margin-bottom: 5px;
  }
}
.company .container .flexWrap .item > .mvv > li dl dd ul {
  display: list-item;
}
.company .container .flexWrap .item > .mvv > li dl dd ul li {
  display: list-item;
  list-style: disc;
  margin-left: 16px;
  margin-top: 5px;
}
.company .container .flexWrap .item > .mvv > li dl dd ul li:first-child {
  margin-top: 0;
}
.company .container .flexWrap .item .copy {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .company .container .flexWrap .item .copy {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item .copy {
    font-size: 3.6rem;
    padding-top: 25px;
    margin-bottom: 20px;
  }
}
.company .container .flexWrap .item h4 {
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item h4 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item h4 br {
    display: none;
  }
}
.company .container .flexWrap .item figure {
  width: 60%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .company .container .flexWrap .item figure {
    width: 70%;
    margin: 50px auto 25px;
  }
}
.company .container .flexWrap .item .map {
  aspect-ratio: 3/2;
  margin-top: 50px;
}
.company .container .flexWrap .item .address {
  text-align: center;
  padding-top: 10px;
}
.company .container .flexWrap .item .address span {
  font-weight: 500;
  margin-right: 15px;
}
.company .container .flexWrap .item .address a {
  margin-left: 15px;
  color: #09BAB5;
  text-decoration: underline;
}
.company .container .flexWrap .item > .download .miniTitle {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
.company .container .flexWrap .item > .download ul {
  margin-bottom: 75px;
}
.company .container .flexWrap .item > .download ul.non {
  margin-bottom: 15px;
}
.company .container .flexWrap .item > .download ul li {
  line-height: 50px;
  display: block;
  margin-bottom: 10px;
}
.company .container .flexWrap .item > .download ul li a {
  background-color: #F6F6F6;
  padding-left: 20px;
  display: block;
  position: relative;
  border-radius: 5px;
}
.company .container .flexWrap .item > .download ul li a img {
  width: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.company .container .flexWrap .item > .download ul li a:hover {
  background-color: #eeeeee;
}
.company .container .flexWrap .item > .download .note {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* --------------------------
 * employers
-------------------------- */
.employers {
  background-color: #F6F6F6;
  padding: 120px 0;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 1440px) {
  .employers {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .employers {
    border-radius: 20px 20px 0 0;
    padding-top: 50px;
    padding-bottom: 75px;
  }
}
.employers .container .flexWrap {
  gap: 0 75px;
}
@media screen and (max-width: 1440px) {
  .employers .container .flexWrap {
    gap: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .employers .container .flexWrap {
    flex-wrap: wrap;
    gap: 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .employers .container .flexWrap {
    flex-wrap: inherit;
    gap: inherit;
    display: block;
  }
}
.employers .container .flexWrap .item {
  position: relative;
  border-top: 1px solid #718685;
}
@media screen and (max-width: 960px) {
  .employers .container .flexWrap .item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .employers .container .flexWrap .item {
    width: 100%;
    padding-bottom: 50px;
  }
}
.employers .container .flexWrap .item > p.ttnorms {
  color: #09BAB5;
  font-weight: 600;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 5px;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .employers .container .flexWrap .item > p.ttnorms {
    font-size: 3.2rem;
  }
}
.employers .container .flexWrap .item h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  transition: 0.3s ease all;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .employers .container .flexWrap .item h3 {
    font-size: 1.8rem;
  }
}
.employers .container .flexWrap .item h3::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #09BAB5;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
}
.employers .container .flexWrap .item .tx {
  margin: 0;
  padding: 0;
  min-height: 120px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1024px) {
  .employers .container .flexWrap .item .tx {
    min-height: 150px;
  }
}
@media screen and (max-width: 960px) {
  .employers .container .flexWrap .item .tx {
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .employers .container .flexWrap .item .tx {
    min-height: auto;
  }
}
.employers .container .flexWrap .item .btn {
  margin: 25px auto 0;
}
.employers .container .faqBtn {
  margin: 120px auto 0;
  width: 840px;
  height: 180px;
  overflow: hidden;
  border-radius: 50em;
}
@media screen and (max-width: 1440px) {
  .employers .container .faqBtn {
    margin: 100px auto 0;
    width: 800px;
  }
}
@media screen and (max-width: 960px) {
  .employers .container .faqBtn {
    width: auto;
    border-radius: 10px;
    height: auto;
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .employers .container .faqBtn {
    margin-top: 0px;
    border-radius: 5px;
  }
}
.employers .container .faqBtn a {
  width: 840px;
  height: 180px;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 0px 120px 0 75px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .employers .container .faqBtn a {
    width: 800px;
    padding: 0px 110px 0 75px;
  }
}
@media screen and (max-width: 960px) {
  .employers .container .faqBtn a {
    width: auto;
    padding: 35px;
    padding-right: 75px;
    display: block;
    align-items: inherit;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .employers .container .faqBtn a {
    padding: 30px;
  }
}
.employers .container .faqBtn a h3 {
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .employers .container .faqBtn a h3 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.employers .container .faqBtn a p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .employers .container .faqBtn a p {
    font-size: 1.4rem;
  }
}
.employers .container .faqBtn a img {
  width: 15px;
  position: absolute;
  right: 60px;
}
@media screen and (max-width: 1440px) {
  .employers .container .faqBtn a img {
    width: 12px;
  }
}
@media screen and (max-width: 960px) {
  .employers .container .faqBtn a img {
    top: 50%;
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .employers .container .faqBtn a img {
    top: 30px;
  }
}
.employers .container .faqBtn a:hover {
  background-color: #eeeeee;
}

/* --------------------------
 * staffing
-------------------------- */
.staffing {
  padding: 50px 0 0;
}
@media screen and (max-width: 960px) {
  .staffing {
    padding: 25px 0 0;
  }
}
.staffing .flexWrap {
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -10px 150px;
}
@media screen and (max-width: 1440px) {
  .staffing .flexWrap {
    margin: 0 -10px 100px;
  }
}
@media screen and (max-width: 960px) {
  .staffing .flexWrap {
    margin: 0 -10px 75px;
  }
}
@media screen and (max-width: 767px) {
  .staffing .flexWrap {
    margin: 0 0px 75px;
    display: block;
  }
}
.staffing .flexWrap .item {
  width: 33.3333%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .staffing .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .staffing .flexWrap .item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.staffing .flexWrap .item__inner {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 35px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1440px) {
  .staffing .flexWrap .item__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staffing .flexWrap .item__inner {
    padding: 25px;
  }
}
.staffing .flexWrap .item__inner h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .staffing .flexWrap .item__inner h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1279px) {
  .staffing .flexWrap .item__inner h3 {
    font-size: 1.6rem;
  }
}
.staffing .flexWrap .item__inner p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .staffing .flexWrap .item__inner p {
    font-size: 1.4rem;
  }
}

/* --------------------------
 * popular
-------------------------- */
.popular {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .popular {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .popular {
    margin-bottom: 75px;
  }
}
.popular .container .scrlNav {
  width: 100%;
}
.popular .container .scrlNav ul {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .popular .container .scrlNav ul {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .popular .container .scrlNav ul {
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 0px;
    width: auto;
  }
}
.popular .container .scrlNav ul li {
  display: block;
  line-height: 45px;
  width: 20%;
}
@media screen and (max-width: 1440px) {
  .popular .container .scrlNav ul li {
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .popular .container .scrlNav ul li {
    width: 25%;
    padding: 0 5px 10px;
    line-height: 36px;
  }
}
@media screen and (max-width: 960px) {
  .popular .container .scrlNav ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .popular .container .scrlNav ul li {
    width: 50%;
  }
}
.popular .container .scrlNav ul li a {
  border: 1px solid #dddddd;
  justify-content: center;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 50em;
}
@media screen and (max-width: 1440px) {
  .popular .container .scrlNav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .popular .container .scrlNav ul li a {
    font-size: 1.2rem;
  }
}
.popular .container .scrlNav ul li a img {
  width: 10px;
  height: auto;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 1440px) {
  .popular .container .scrlNav ul li a img {
    right: 15px;
    width: 8px;
  }
}
.popular .container .scrlNav ul li a:hover {
  background-color: #F6F6F6;
}
.popular .container .jobSec {
  margin-top: 150px;
  border-top: 3px solid #F6F6F6;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .popular .container .jobSec {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .popular .container .jobSec {
    margin-top: 75px;
  }
}
.popular .container .jobSec::before {
  width: 100px;
  height: 3px;
  background-color: #09BAB5;
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
}
.popular .container .jobSec .flexWrap {
  flex-wrap: wrap;
  margin: 100px -10px 50px;
}
@media screen and (max-width: 960px) {
  .popular .container .jobSec .flexWrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .popular .container .jobSec .flexWrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.popular .container .jobSec .flexWrap .item {
  padding: 10px;
}
@media screen and (max-width: 1279px) {
  .popular .container .jobSec .flexWrap .item {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .popular .container .jobSec .flexWrap .item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .popular .container .jobSec .flexWrap .item {
    width: 50%;
  }
}
.popular .container .jobSec .flexWrap .item img {
  width: 100%;
  height: 100%;
}
.popular .container .jobSec .btn {
  margin: 0 auto;
}

/* --------------------------
 * contactWrap
-------------------------- */
.contactWrap {
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .contactWrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding-bottom: 75px;
  }
}
.contactWrap .kakunin {
  padding: 0;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .contactWrap .kakunin {
    padding: 50px;
    border-radius: 10px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin {
    padding: 20px 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
  }
}
.contactWrap .kakunin .lead {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 35px;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contactWrap .kakunin .lead {
    font-size: 2.1rem;
    margin-bottom: 25px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin .lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0;
    text-align: center;
  }
}
.contactWrap .kakunin .lead span {
  border-bottom: 2px solid #333;
}
.contactWrap .kakunin p {
  font-weight: 500;
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .contactWrap .kakunin p {
    text-align: left;
    font-size: 1.6rem;
  }
  .contactWrap .kakunin p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin p {
    font-size: 1.5rem;
  }
}
.contactWrap .kakunin .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin .btn {
    margin: 25px auto 0;
  }
}
.contactWrap h2 {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 100px;
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contactWrap h2 {
    font-size: 2.4rem;
    margin-top: 75px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 960px) {
  .contactWrap h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap h2 {
    font-size: 1.8rem;
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
.contactWrap h2 span {
  border-bottom: 1px solid #333;
}
.contactWrap .telBox {
  background-color: #FFFFFF;
  text-align: center;
  padding: 60px 100px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .contactWrap .telBox {
    padding: 50px 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox {
    padding: 40px 0 35px;
  }
}
.contactWrap .telBox a.gfont {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .contactWrap .telBox a.gfont {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox a.gfont {
    font-size: 3.6rem;
  }
}
.contactWrap .telBox a.gfont img {
  width: 40px;
  height: auto;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox a.gfont img {
    width: 25px;
    margin-right: 15px;
  }
}
.contactWrap .telBox p {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 0px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .contactWrap .telBox p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox p {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

/* --------------------------
 * points
-------------------------- */
.points {
  margin-bottom: 200px;
}
@media screen and (max-width: 1440px) {
  .points {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .points {
    margin-bottom: 75px;
  }
}
.points .flexWrap {
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .points .flexWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .points .flexWrap {
    gap: 0px;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .points .flexWrap {
    gap: 0px;
    display: block;
    flex-wrap: inherit;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .points .flexWrap .item {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .points .flexWrap .item {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
}
.points .flexWrap .item .ttnorms {
  width: 75px;
  height: 75px;
  border-radius: 50em;
  margin: 0 auto -25px;
  background-color: #09BAB5;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1;
  position: relative;
  z-index: 9;
  font-weight: 600;
  padding-top: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .points .flexWrap .item .ttnorms {
    width: 60px;
    height: 60px;
    padding-top: 13px;
    font-size: 2.4rem;
  }
}
.points .flexWrap .item .ttnorms span {
  font-size: 1rem;
  display: block;
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .points .flexWrap .item .ttnorms span {
    letter-spacing: 0px;
    font-size: 0.9rem;
    margin-bottom: 2px;
  }
}
.points .flexWrap .item figure {
  border-radius: 5px;
  overflow: hidden;
}
.points .flexWrap .item h3 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .points .flexWrap .item h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .points .flexWrap .item h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .points .flexWrap .item h3 {
    font-size: 1.6rem;
  }
}

.interview {
  background-color: #F6F6F6;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .interview {
    padding-bottom: 75px;
  }
}
.interview.expect {
  background-color: #FFFFFF;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .interview.expect {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
.interview.expect .container .top {
  top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .interview.expect .container .top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .interview.expect .container .top {
    margin-bottom: 25px;
  }
}
.interview.expect .container .itvwArea {
  background-color: #F6F6F6;
}
.interview .container .top {
  display: block;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 1440px) {
  .interview .container .top {
    top: -50px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top {
    top: 0px;
    padding-top: 75px;
  }
}
.interview .container .top .flexWrap {
  align-items: end;
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap {
    align-items: inherit;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item {
    width: 100%;
  }
}
.interview .container .top .flexWrap .item__inner .titleArea {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item__inner .titleArea {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .top .flexWrap .item__inner .titleArea {
    margin-bottom: 40px;
  }
}
.interview .container .top .flexWrap .item__inner .staff {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .interview .container .top .flexWrap .item__inner .staff {
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item__inner .staff {
    gap: 25px;
    align-items: inherit;
  }
}
.interview .container .top .flexWrap .item__inner .staff > figure {
  width: 150px;
  height: 150px;
  border-radius: 50em;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .interview .container .top .flexWrap .item__inner .staff > figure {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item__inner .staff > figure {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
}
.interview .container .top .flexWrap .item__inner .staff__inner .position {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .position {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .position {
    font-size: 1.3rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .position {
    font-size: 1.2rem;
  }
}
.interview .container .top .flexWrap .item__inner .staff__inner .name {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .name {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .name {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .name {
    font-size: 2.4rem;
  }
}
.interview .container .top .flexWrap .item__inner .staff__inner .name span {
  font-size: 1.6rem;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .name span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .name span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .top .flexWrap .item__inner .staff__inner .name span {
    font-size: 1.2rem;
  }
}
.interview .container .top .flexWrap .item > figure {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item > figure {
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 25px;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .top .flexWrap .item > figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .top .flexWrap .item > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.interview .container .itvwArea {
  display: block;
  background-color: #FFFFFF;
  padding: 100px;
  border-radius: 20px;
  margin-bottom: 100px;
  min-height: 500px;
}
@media screen and (max-width: 1440px) {
  .interview .container .itvwArea {
    padding: 75px 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .itvwArea {
    padding: 50px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .itvwArea {
    border-radius: 5px;
    padding: 50px 20px 40px;
  }
}
.interview .container .itvwArea dl dt {
  line-height: 1;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .interview .container .itvwArea dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .itvwArea dl dt {
    font-size: 1.6rem;
  }
}
.interview .container .itvwArea dl dt span {
  color: #09BAB5;
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 20px;
  position: relative;
  bottom: -1px;
}
@media screen and (max-width: 1440px) {
  .interview .container .itvwArea dl dt span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .itvwArea dl dt span {
    font-size: 2.1rem;
    margin-right: 10px;
  }
}
.interview .container .itvwArea dl dd {
  margin-top: 35px;
  display: flex;
  gap: 25px;
  padding-left: 50px;
  margin-bottom: 75px;
}
@media screen and (max-width: 960px) {
  .interview .container .itvwArea dl dd {
    padding-left: 0px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .itvwArea dl dd {
    padding-left: 0px;
    margin-bottom: 35px;
    margin-top: 20px;
    gap: 15px;
  }
}
.interview .container .itvwArea dl dd:last-child {
  margin-bottom: 0;
}
.interview .container .itvwArea dl dd .photo {
  width: 100px;
  display: block;
}
@media screen and (max-width: 767px) {
  .interview .container .itvwArea dl dd .photo {
    width: 50px;
  }
}
.interview .container .itvwArea dl dd .photo figure {
  overflow: hidden;
  border-radius: 50em;
}
.interview .container .itvwArea dl dd .photo p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .interview .container .itvwArea dl dd .photo p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .itvwArea dl dd .photo p {
    font-size: 1rem;
  }
}
.interview .container .itvwArea dl dd .answer {
  width: calc(100% - 100px);
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .interview .container .itvwArea dl dd .answer {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .itvwArea dl dd .answer {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .itvwArea dl dd .answer {
    font-size: 1.2rem;
    width: calc(100% - 60px);
  }
}
.interview .container .schedule {
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 5px solid #09BAB5;
  padding: 100px;
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule {
    padding: 75px;
    padding-top: 0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .schedule {
    padding: 50px 20px 20px;
  }
}
.interview .container .schedule h2 {
  width: 60%;
  height: 60px;
  line-height: 60px;
  font-size: 2.4rem;
  background-color: #09BAB5;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50em;
  margin-left: 20%;
  margin-top: -32px;
  margin-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .schedule h2 {
    width: 100%;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px;
    height: auto;
    border-radius: 5px;
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .schedule h2 span {
    display: block;
  }
}
.interview .container .schedule h2 img {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule h2 img {
    position: relative;
    top: -2px;
  }
}
.interview .container .schedule dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.interview .container .schedule dl::before {
  content: "";
  width: 3px;
  height: 90%;
  background-color: #09BAB5;
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule dl::before {
    width: 3px;
    left: 8px;
    height: 93%;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .schedule dl::before {
    height: 92%;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .schedule dl::before {
    height: 90%;
  }
}
.interview .container .schedule dl dt {
  width: 50%;
  display: flex;
  gap: 35px;
  padding: 0 50px 0 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .interview .container .schedule dl dt {
    display: block;
    width: 100%;
    padding: 0 0 0 40px;
  }
}
.interview .container .schedule dl dt::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50em;
  border: 3px solid #09BAB5;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule dl dt::before {
    top: 4px;
    border: 3px solid #09BAB5;
  }
}
.interview .container .schedule dl dt p {
  width: 18%;
  font-size: 2.4rem;
  color: #09BAB5;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule dl dt p {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .schedule dl dt p {
    margin-bottom: 10px;
  }
}
.interview .container .schedule dl dt h3 {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule dl dt h3 {
    font-size: 1.8rem;
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .schedule dl dt h3 {
    font-size: 1.7rem;
  }
}
.interview .container .schedule dl dd {
  width: 50%;
  margin-bottom: 75px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .interview .container .schedule dl dd {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .schedule dl dd {
    display: block;
    width: 100%;
    padding: 10px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .schedule dl dd {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.interview .container .schedule dl dd:last-child {
  margin-bottom: 0;
}
.interview .container .example {
  padding-bottom: 100px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .interview .container .example {
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
}
.interview .container .example__inner {
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 5px solid #718685;
  padding: 60px 75px;
}
@media screen and (max-width: 1440px) {
  .interview .container .example__inner {
    padding: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .example__inner {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .example__inner {
    padding: 20px 20px 0;
  }
}
.interview .container .example__inner .flexWrap {
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .interview .container .example__inner .flexWrap {
    gap: 25px;
  }
}
@media screen and (max-width: 960px) {
  .interview .container .example__inner .flexWrap {
    gap: inherit;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .example__inner .flexWrap {
    gap: inherit;
    flex-wrap: wrap;
    margin: 10px 0 0;
  }
}
.interview .container .example__inner .flexWrap .item {
  width: 33.33%;
}
@media screen and (max-width: 960px) {
  .interview .container .example__inner .flexWrap .item {
    width: 50%;
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .interview .container .example__inner .flexWrap .item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.interview .container .example__inner .flexWrap .item h3 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .interview .container .example__inner .flexWrap .item h3 {
    font-size: 1.8rem;
  }
}
.interview .container .example__inner .flexWrap .item ul {
  padding-left: 16px;
}
.interview .container .example__inner .flexWrap .item ul li {
  display: list-item;
  list-style: disc;
  line-height: 1.4;
  margin-top: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .interview .container .example__inner .flexWrap .item ul li {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.interview .container .example__inner .flexWrap .item ul li:first-child {
  margin-top: 0;
}
.interview .container .example__inner .flexWrap .item div {
  line-height: 2.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .interview .container .example__inner .flexWrap .item div {
    font-size: 1.4rem;
  }
}

/* --------------------------
 * contactWrap
-------------------------- */
.policy {
  padding: 0px 0 200px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .policy {
    font-size: 1.5rem;
    margin-top: 10px;
    padding: 0px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .policy {
    font-size: 1.4rem;
    padding: 0px 0 75px;
  }
}
.policy .note {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 25px 40px;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .policy .note {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .policy .note {
    padding: 20px 25px;
    line-height: 1.8;
  }
}

/* --------------------------
 * postList
-------------------------- */
@media screen and (max-width: 767px) {
  .postList {
    margin: 0 -16px;
  }
}
.postList.btm {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .postList.btm {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .postList.btm {
    padding: 75px 0;
  }
}
.postList ul {
  border-bottom: 1px solid #dddddd;
}
.postList ul li {
  border-top: 1px solid #dddddd;
}
.postList ul li a {
  padding: 30px 20px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .postList ul li a {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .postList ul li a {
    padding: 15px 40px 15px 15px;
  }
}
.postList ul li a:hover h3 {
  color: #276563;
}
.postList ul li a .date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #718685;
  margin-right: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .postList ul li a .date {
    font-size: 1.3rem;
  }
}
.postList ul li a .cat {
  font-size: 1.3rem;
  font-weight: 500;
  color: #09BAB5;
}
@media screen and (max-width: 767px) {
  .postList ul li a .cat {
    font-size: 1.2rem;
  }
}
.postList ul li a h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .postList ul li a h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .postList ul li a h3 {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.postList ul li a img {
  width: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

/* --------------------------
 * jobDetail
-------------------------- */
.jobDetail {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .jobDetail {
    margin-bottom: 100px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail {
    margin-bottom: 75px;
  }
}
.jobDetail .jobTitle {
  position: relative;
}
.jobDetail .jobTitle .jobNumber {
  position: absolute;
  top: 10px;
  right: 10px;
  border: #21bab4 1px solid;
  padding: 2px 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .jobDetail .jobTitle .jobNumber {
    position: relative;
    border: none;
  }
}
.jobDetail ul.cat {
  font-size: 0;
}
.jobDetail ul.cat li {
  margin-right: 5px;
  display: inline-block;
  line-height: 27px;
  height: 30px;
  color: #333;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .jobDetail ul.cat li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail ul.cat li {
    line-height: 17px;
    height: 20px;
    padding: 0 5px;
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}
.jobDetail ul.cat li.place {
  border: 1px solid #09BAB5;
  background-color: #09BAB5;
  color: #FFFFFF;
}
.jobDetail ul.tag {
  margin-bottom: 50px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .jobDetail ul.tag {
    margin-bottom: 35px;
  }
}
.jobDetail ul.tag li {
  margin-right: 3px;
  display: inline-block;
  line-height: 28px;
  height: 30px;
  color: #333;
  padding: 0 15px;
  background-color: #eeeeee;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .jobDetail ul.tag li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail ul.tag li {
    line-height: 17px;
    height: 20px;
    padding: 0 5px;
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}
.jobDetail .date {
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .jobDetail .date {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 15px;
  }
}
.jobDetail h1 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 35px;
  border-radius: 5px;
  background-color: #CDF1F0;
}
@media screen and (max-width: 1024px) {
  .jobDetail h1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail h1 {
    font-size: 1.8rem;
    padding: 20px 25px;
    margin-bottom: 25px;
  }
}
.jobDetail__inner {
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .jobDetail__inner {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail__inner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail__inner .flexWrap {
    display: block;
  }
}
.jobDetail__inner .flexWrap .item:nth-child(1) {
  width: calc(100% - 310px);
}
@media screen and (max-width: 1024px) {
  .jobDetail__inner .flexWrap .item:nth-child(1) {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  .jobDetail__inner .flexWrap .item:nth-child(1) {
    width: 100%;
  }
}
.jobDetail__inner .flexWrap .item:nth-child(2) {
  width: 310px;
}
@media screen and (max-width: 1024px) {
  .jobDetail__inner .flexWrap .item:nth-child(2) {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail__inner .flexWrap .item:nth-child(2) {
    display: none;
  }
}
.jobDetail__inner .flexWrap .item dl {
  line-height: 30px;
}
.jobDetail__inner .flexWrap .item dl dt {
  width: 100px;
  float: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .jobDetail__inner .flexWrap .item dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail__inner .flexWrap .item dl dt {
    font-size: 1.4rem;
    width: 80px;
  }
}
.jobDetail__inner .flexWrap .item dl dt span {
  background-color: #09BAB5;
  color: #FFFFFF;
  text-align: center;
  display: block;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .jobDetail__inner .flexWrap .item dl dt span {
    border-radius: 2px;
  }
}
.jobDetail__inner .flexWrap .item dl dd {
  margin-left: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .jobDetail__inner .flexWrap .item dl dd {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail__inner .flexWrap .item dl dd {
    margin-left: 100px;
    margin-bottom: 5px;
  }
}
.jobDetail__inner .flexWrap .item dl dd:last-child {
  margin-bottom: 0;
}
.jobDetail .point {
  padding-left: 180px;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .jobDetail .point {
    padding-left: 140px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail .point {
    padding-left: 0;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-top: 0px;
  }
}
.jobDetail .point p {
  color: #09BAB5;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .jobDetail .point p {
    font-size: 2.1rem;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail .point p {
    position: relative;
    left: inherit;
    top: inherit;
    margin-bottom: 10px;
  }
}
.jobDetail .point p img {
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) {
  .jobDetail .point p img {
    width: 23px;
    margin-right: 7px;
  }
}
.jobDetail .btn.color {
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .jobDetail .btn.color {
    margin: 35px auto 0;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail .btn.color {
    margin: 35px auto 0;
    width: 100%;
  }
}

/* --------------------------
 * single
-------------------------- */
.single {
  margin: -100px auto 100px;
}
@media screen and (max-width: 1024px) {
  .single {
    margin-bottom: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single {
    margin-bottom: 50px;
    margin-top: -75px;
  }
}
.single .main {
  width: 100%;
  position: relative;
}
.single .main .thumb {
  margin-bottom: 4em;
  display: block;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .single .main .thumb {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single .main .thumb {
    margin: 0 -16px 35px;
  }
}
.single .main .text {
  position: relative;
  width: 100%;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .single .main .text {
    margin-bottom: 50px;
    margin-top: 0;
    line-height: 2;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .single .main .text {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
.single .main .text h2,
.single .main .text .wp-editor h2 {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .single .main .text h2,
  .single .main .text .wp-editor h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .single .main .text h2,
  .single .main .text .wp-editor h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .single .main .text h2,
  .single .main .text .wp-editor h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.single .main .text h3,
.single .main .text .wp-editor h3 {
  display: block;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 500;
  border-left: 5px solid #09BAB5;
  padding: 0 25px;
  padding-right: 0;
  font-size: 2.1rem;
}
@media screen and (max-width: 1366px) {
  .single .main .text h3,
  .single .main .text .wp-editor h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .single .main .text h3,
  .single .main .text .wp-editor h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .single .main .text h3,
  .single .main .text .wp-editor h3 {
    font-size: 1.5rem;
    padding: 2px 10px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.single .main .text a {
  color: #333;
  text-decoration: underline;
}
.single .main .text img {
  margin: 50px auto !important;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 700px;
  display: block;
  position: relative;
}
.single .main .text img.alignright {
  display: block;
  float: none;
  margin: 0;
}
.single .main .text img.alignleft {
  display: block;
  float: none;
  margin: 0;
}
.single .main .text img.aligncenter {
  display: block;
  margin: 0;
}
.single .main .text img.alignnone {
  display: block;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .single .main .text img {
    margin: 35px auto !important;
  }
}
@media screen and (max-width: 767px) {
  .single .main .text img {
    margin: 25px auto !important;
  }
}
.single .main .share {
  display: none;
}
@media screen and (max-width: 1024px) {
  .single .main .share {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .single .main .share {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 20px;
  }
}
.single .main .share li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}
.single .main .share li a {
  display: block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  border-radius: 3px;
}
.single .main .share li a:hover {
  opacity: 0.7;
}
.single .main .share li:nth-child(1) a {
  background-color: #3B5998;
  line-height: 37px;
}
.single .main .share li:nth-child(1) a img {
  width: 30px;
  max-height: 30px;
}
.single .main .share li:nth-child(2) a {
  background-color: #111;
  line-height: 38px;
}
.single .main .share li:nth-child(2) a img {
  width: 18px;
  max-height: 20px;
}
.single .main .share li:nth-child(3) a {
  background-color: #1dcd00;
  line-height: 36px;
}
.single .main .share li:nth-child(3) a img {
  width: 25px;
  max-height: 25px;
}
.single .main .share li:nth-child(4) a {
  background-color: #C8232C;
  line-height: 37px;
}
.single .main .share li:nth-child(4) a img {
  width: 21px;
  max-height: 21px;
}
.single .social {
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  position: sticky;
  top: 250px;
  margin-right: -100px;
  height: 240px;
}
@media screen and (max-width: 1024px) {
  .single .social {
    display: none;
  }
}
.single .social li {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 5px;
}
.single .social li a {
  display: block;
  text-align: center;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
}
.single .social li a:hover {
  opacity: 0.7;
}
.single .social li:nth-child(1) a {
  background-color: #3B5998;
  line-height: 45px;
}
.single .social li:nth-child(1) a img {
  width: 30px;
  max-height: 30px;
}
.single .social li:nth-child(2) a {
  background-color: #111;
  line-height: 47px;
}
.single .social li:nth-child(2) a img {
  width: 22px;
  max-height: 22px;
}
.single .social li:nth-child(3) a {
  background-color: #1dcd00;
  line-height: 47px;
}
.single .social li:nth-child(3) a img {
  width: 25px;
  max-height: 25px;
}
.single .social li:nth-child(4) a {
  background-color: #C8232C;
  line-height: 47px;
}
.single .social li:nth-child(4) a img {
  width: 21px;
  max-height: 21px;
}/*# sourceMappingURL=misc.css.map */