@charset "UTF-8";

/*============================
	index 共通
============================*/

html.active {
  overflow-y: hidden;
}

/* btn ▼*/

.link__btn a {
  display: block;
  width: 240px;
  line-height: 50px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: 0.5s;
  background: #ffb73b;
  border: solid 1px #ffb73b;
  border-radius: 25px;
}

.link__btn a:hover {
  opacity: 0.8;
  color: #ffb73b;
  background: #fff;
}

/* btn ▲*/
.section__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 50px 60px 15px;
  background: url(../img/top/sec_ttl_circle.png) no-repeat center left/140px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}

.section__ttl .font-en {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1040px) {
  /* btn ▼*/
  .link__btn a {
    width: 180px;
    line-height: 45px;
    border-radius: 22px;
  }

  /* btn ▲*/
  .section__ttl {
    font-size: 1.6rem;
    padding: 30px 40px 5px;
    background: url(../img/top/sec_ttl_circle.png) no-repeat center left/100px;
    margin: 0 auto 40px;
  }

  .section__ttl .font-en {
    font-size: 4rem;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  /* btn ▼*/
  .link__btn a {
    font-size: 1.2rem;
    width: 160px;
    line-height: 40px;
    border-radius: 20px;
  }

  /* btn ▲*/
  .section__ttl {
    font-size: 1.4rem;
    padding: 20px 30px 0px;
    background: url(../img/top/sec_ttl_circle.png) no-repeat center left/contain;
    margin: 0 auto 40px;
  }

  .section__ttl .font-en {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}

/*============================
	kv
============================*/

.kv__img {
  width: 80%;
  margin: 0 0 0 auto;
}

/* .kv__img img {
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 110px);
} */

.kv__copy {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  top: 40%;
  left: 25%;
  width: 45%;
  max-width: 824px;
  z-index: 998;
}

.kv__scroll {
  bottom: 5%;
  left: 50%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  z-index: 99;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.kv__scroll::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #63ccca;
  left: 49%;
  top: 70px;
  animation: scrollAnime 2s 0s infinite;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@keyframes scrollAnime {
  0% {
    height: 80px;
  }

  50% {
    height: 100px;
  }

  100% {
    height: 80px;
  }
}

/* .mv__scroll::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 15px 10px;
    border-color: transparent transparent transparent #ffffff;
    left: 45%;
    bottom: 0;
} */

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  left: 0;
  bottom: -30px;
  z-index: 99;
}

.slick-dots li {
  width: 30px;
}

.slick-dots li button:before {
  content: "●";
  width: 7px;
  height: 7px;
  font-size: 10px;
  color: #fff;
  opacity: 0.8;
}

.slick-dots li.slick-active button:before {
  color: #ef9ba1;
}

/* スライド slick fade*/

.slide-animation img {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1040px) {
  .kv {
    margin-top: 62px;
  }

  .kv__img {
    width: 80%;
    margin: 0 0 0 auto;
  }

  .kv__copy {
    top: 40%;
    left: 25%;
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .kv {
    margin-top: 52px;
    padding: 20px 0 0;
  }

  .kv__img {
    width: 95%;
    margin: 0 0 0 auto;
  }

  .kv__copy {
    top: 40%;
    left: 30%;
    width: 55%;
  }
}

/*============================
	greeting
============================*/
.greeting {
  padding: 80px 0;
  background: url(../img/top/gre_bg.png) no-repeat center bottom/100%;
}

.greeting__ico {
  position: absolute;
  width: 16%;
  max-width: 297px;
  bottom: -50px;
  left: 3%;
}

.greeting__copy {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}

.greeting__txt {
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.greeting .link__btn a {
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .greeting {
    padding: 60px 0;
  }

  .greeting__ico {
    width: 20%;
    bottom: -30px;
    left: 3%;
  }

  .greeting__copy {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .greeting__txt {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .greeting {
    padding: 60px 0;
  }

  .greeting__ico {
    width: 30%;
    bottom: -30px;
    left: 3%;
  }

  .greeting__copy {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .greeting__txt {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: left;
  }
}

/*============================
	merit
============================*/
.merit {
  padding: 100px 0 140px;
  background: url(../img/top/merit_il.png) no-repeat bottom right 3%/15%;
}

.merit__left {
  width: 45%;
}

.merit__right {
  width: 55%;
  padding: 0 0 0 1%;
}

.merit__right--inner {
  max-width: 700px;
}

.merit__img {
  max-width: 860px;
  margin: 0 0 0 auto;
}

.merit__txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}

.merit__btnwrap {
  max-width: 550px;
  margin: 0 auto;
}

.btn__business a {
  background: #4ac1f2;
  border-color: #4ac1f2;
}

.btn__business a:hover {
  color: #4ac1f2;
}

@media screen and (max-width: 1040px) {
  .merit {
    padding: 80px 0 140px;
    background: url(../img/top/merit_il.png) no-repeat bottom right 3%/15%;
  }

  .merit__left {
    width: 45%;
  }

  .merit__right {
    width: 55%;
    padding: 0 3% 0 1%;
  }

  .merit__txt {
    margin-bottom: 40px;
    text-align: left;
  }

  .merit__btnwrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .btn__business a {
    background: #4ac1f2;
    border-color: #4ac1f2;
  }

  .btn__business a:hover {
    color: #4ac1f2;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .merit {
    padding: 80px 0 80px;
    background: url(../img/top/merit_il.png) no-repeat bottom right 3%/25%;
  }

  .merit__left {
    width: 90%;
    margin: 0 auto 30px 0;
  }

  .merit__right {
    width: 100%;
    padding: 0 5%;
  }

  .merit__txt {
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.2rem;
  }

  .merit__btnwrap {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
  }

  .merit .link__btn {
    max-width: 48%;
  }

  .btn__business a {
    margin: 0 auto;
    max-width: 100%;
  }

  .btn__merit a {
    margin: 0 auto;
    max-width: 100%;
  }
}

/*============================
	recruit
============================*/
.recruit {
  padding: 0 0 180px;
  background: url(../img/top/rec_bg.png) no-repeat center bottom/100%;
}

.recruit__item {
  width: 46%;
  max-width: 450px;
}

.recruit__img .mask {
  border-radius: 50px;
  z-index: 9;
}

.recruit__txtwrap {
  width: 100%;
  top: 50%;
  left: 0;
  color: #fff;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}

.recruit__h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.recruit__h3 .font-en {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1;
  margin-bottom: 10px;
  display: block;
}

.recruit__btn {
  width: 180px;
  line-height: 40px;
  border-radius: 20px;
  border: solid 1px #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
}

.recruit__item:hover .recruit__btn {
  background: transparent;
  color: #ffb73b;
  border-color: #ffb73b;
}

.link__company:hover .recruit__btn {
  border-color: #ffb73b;
  color: #ffb73b;
}

@media screen and (max-width: 1040px) {
  .recruit {
    padding: 0 0 100px;
    background: url(../img/top/rec_bg.png) no-repeat center bottom/100%;
  }

  .recruit__item {
    width: 47%;
  }

  .recruit__img .mask {
    border-radius: 40px;
  }

  .recruit__h3 {
    margin-bottom: 20px;
  }

  .recruit__h3 .font-en {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .recruit__btn {
    width: 160px;
    line-height: 30px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .recruit {
    padding: 0 0 60px;
  }

  .recruit__item {
    width: 100%;
  }
  .link__recruit {
    margin-bottom: 20px;
  }

  .recruit__img .mask {
    border-radius: 30px;
  }

  .recruit__h3 {
    margin-bottom: 20px;
  }

  .recruit__h3 .font-en {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }

  .recruit__btn {
    width: 140px;
    line-height: 30px;
    border-radius: 15px;
  }
}

/*============================
	news
============================*/
.news {
  padding: 0 0 90px;
}

.news__left {
  width: 35%;
}

.news__right {
  width: 65%;
}

.news__left--inner {
  width: -moz-fit-content;
  width: fit-content;
}

.news .section__ttl {
  margin: 0 auto 40px 0;
}

.news .link__btn a {
  margin: 0 auto;
  width: 180px;
  line-height: 40px;
}

.news__dt {
  font-size: 1.4rem;
  font-weight: 500;
  float: left;
  clear: both;
}

.news__dd {
  font-size: 1.4rem;
  margin: 0 0 30px 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1040px) {
  .news {
    padding: 0 0 80px;
  }

  .news__left {
    width: 35%;
  }

  .news__right {
    width: 65%;
  }

  .news .section__ttl {
    margin: 0 auto 30px;
  }

  .news .link__btn a {
    margin: 0 auto;
    width: 160px;
    line-height: 30px;
  }

  .news__dt {
    font-size: 1.2rem;
    float: left;
    clear: both;
  }

  .news__dd {
    font-size: 1.2rem;
    margin: 0 0 20px 100px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .news {
    padding: 0 0 60px;
  }

  .news__left {
    width: 100%;
  }

  .news__right {
    width: 100%;
    margin-bottom: 30px;
  }

  .news .section__ttl {
    margin: 0 auto 30px;
  }

  .news .link__btn a {
    margin: 0 auto 0 0;
    width: 140px;
    line-height: 30px;
  }

  .news__dt {
    font-size: 1.2rem;
    float: none;
    margin-bottom: 5px;
  }

  .news__dd {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }
}

/*============================
	entry
============================*/
.entry {
  padding: 0 0 30px;
}

.entry__box {
  background: #ffec9c;
  border-radius: 50px;
  padding: 30px 1%;
}

.entry__ico {
  position: absolute;
  max-width: 276px;
  width: 23%;
  left: -5%;
  bottom: -30px;
}

.entry .section__ttl {
  background: none;
  margin-bottom: 30px;
  padding: 0;
}

.entry__txt {
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.entry__left {
  width: 50%;
  padding: 0 3%;
}

.entry__right {
  width: 50%;
  padding: 0 3%;
}

.entry__telwrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.entry__tel {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}

.entry__tel img {
  width: 28px;
  margin-right: 5px;
  vertical-align: baseline;
}

.entry__mail a {
  display: block;
  width: 320px;
  max-width: 95%;
  height: 90px;
  background: #7ebf02;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border-radius: 30px;
  margin: 0 auto 0 0;
  padding: 15px 0 0;
}

@media screen and (max-width: 1040px) {
  .entry {
    padding: 0 0 20px;
  }

  .entry__box {
    border-radius: 40px;
    padding: 20px 1% 30px;
  }

  .entry__ico {
    width: 20%;
    left: -3%;
    bottom: -60px;
  }

  .entry .section__ttl {
    margin-bottom: 20px;
  }

  .entry__txt {
    margin-bottom: 20px;
  }

  .entry__left {
    width: 50%;
    padding: 0 3%;
  }

  .entry__right {
    width: 50%;
    padding: 0 3%;
  }

  .entry__telwrap {
    margin: 0 0 0 auto;
  }

  .entry__tel {
    font-size: 2.6rem;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .entry__tel img {
    width: 20px;
    margin-right: 5px;
  }

  .entry__mail a {
    width: 280px;
    max-width: 95%;
    height: 80px;
    font-size: 1.8rem;
    border-radius: 20px;
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .entry {
    padding: 0 0 20px;
  }

  .entry__box {
    border-radius: 30px;
    padding: 20px 1% 30px;
  }

  .entry__ico {
    width: 20%;
    left: -3%;
    bottom: -30px;
  }

  .entry .section__ttl {
    margin-bottom: 20px;
  }

  .entry__txt {
    margin-bottom: 20px;
  }

  .entry__left {
    width: 100%;
    padding: 0;
  }

  .entry__right {
    width: 100%;
    padding: 0;
  }

  .entry__telwrap {
    margin: 0 auto 20px;
  }
  .entry__tel {
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .entry__tel img {
    width: 16px;
    margin-right: 5px;
  }

  .entry__mail a {
    width: 220px;
    max-width: 95%;
    height: 70px;
    font-size: 1.6rem;
    border-radius: 20px;
    padding: 10px 0 0;
    margin: 0 auto;
  }
}

/*============================
	footer
============================*/
footer {
  padding: 70px 0 20px;
}

.ft__flex {
  margin-bottom: 80px;
}

.ft__left {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 3% 0 0;
}

.ft__right {
  flex: 0 1 auto;
  width: 50%;
  padding: 0 0 0 3%;
}

footer .g-map {
  width: 100%;
  height: 100%;
}

.ft__logo {
  max-width: 100%;
  width: 357px;
  margin-bottom: 30px;
}

.ft__info {
  font-size: 1.4rem;
  margin-bottom: 50px;
}

.ft__navwrap {
  max-width: 460px;
  margin: 0 auto;
}

.ft__bnr {
  max-width: 400px;
}

.ft__nav01 {
  max-width: 460px;
  margin: 0 auto 20px;
}

.ft__nav02 {
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.ft-nav__li {
  flex: 1 1 auto;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  border-right: solid 1px #111;
}

.ft-nav__li:last-child {
  border: none;
}

.ft-nav__li a {
  width: 100%;
}

.ft__copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  footer {
    padding: 60px 0 20px;
  }

  .ft__flex {
    margin-bottom: 60px;
  }

  .ft__left {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 2% 0 0;
  }

  .ft__right {
    flex: 0 1 auto;
    width: 50%;
    padding: 0 0 0 2%;
  }

  footer .g-map {
    width: 100%;
    height: 100%;
  }

  .ft__logo {
    max-width: 100%;
    width: 280px;
    margin-bottom: 20px;
  }

  .ft__info {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .ft__navwrap {
    margin: 0 auto;
  }

  .ft__bnr {
    max-width: 400px;
  }

  .ft__nav01 {
    max-width: 460px;
    margin: 0 auto 20px;
  }

  .ft__nav02 {
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .ft-nav__li {
    flex: 1 1 auto;
    font-size: 1.2rem;
  }

  .ft__copyright {
    font-size: 1rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 60px 0 20px;
  }

  .ft__flex {
    margin-bottom: 50px;
  }

  .ft__left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .ft__right {
    width: 100%;
    padding: 0;
  }

  footer .g-map {
    width: 100%;
    height: 100%;
  }

  .ft__logo {
    max-width: 100%;
    width: 200px;
    margin-bottom: 20px;
  }

  .ft__info {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .ft__navwrap {
    margin: 0 auto;
  }

  .ft__bnr {
    max-width: 400px;
  }
  .ft__nav01 {
    margin: 0 auto;
  }

  .ft__nav02 {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .ft-nav__li {
    font-size: 1.2rem;
    margin: 0 0 10px;
    border: none;
  }

  .ft__copyright {
    font-size: 1rem;
    text-align: center;
  }
}

/*============================
	page top /side btn
============================*/
.js-pagetop {
  width: 100px;
  bottom: 60px;
  right: 2%;
  z-index: 99;
  position: fixed;
  opacity: 0;
  transition: 0.5s;
}

.js-pagetop.active {
  opacity: 1;
}

/* 
.js-pagetop::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 110px;
    background: #626262;
    left: 49%;
    bottom: 100px;
    animation: scrollAnime 2s 0s infinite;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

@keyframes pagetopAnime {
    0% {
        height: 110px;
    }

    50% {
        height: 130px;
    }

    100% {
        height: 110px;
    }
} */

.side__btnwrap {
  position: fixed;
  width: 60px;
  top: 50%;
  right: 2%;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.side__mail,
.side__ig {
  margin-bottom: 20px;
}

@media screen and (max-width: 1040px) {
  .js-pagetop {
    width: 80px;
    bottom: 50px;
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .js-pagetop {
    width: 60px;
    bottom: 30px;
    right: 2%;
  }
}

.current a {
  color: #7ebf02;
}

/*=============================
	Sub(Lower)Page setting
===============================*/
#sub_contents section {
  padding: 80px 0 80px;
  max-width: calc(1200px + 2%);
  margin: 0 auto;
}
#sub_contents p {
}

#sub_contents .bg {
  background: #f2f7fa;
}
#sub_contents .bg p,
#sub_contents .bg h3 {
  color: #fff;
}
#sub_contents .bg-normal {
  background: #f2f7fa;
}

#sub_contents .mb20 {
  margin-bottom: 20px;
}
#sub_contents .mb30 {
  margin-bottom: 30px;
}
#sub_contents .mb50 {
  margin-bottom: 50px;
}
#sub_contents .mb70 {
  margin-bottom: 70px;
}
#sub_contents .mb80 {
  margin-bottom: 80px;
}
#sub_contents .mb100 {
  margin-bottom: 100px;
}

#sub_contents .fw {
  font-weight: 600;
}
#sub_contents .txtBox {
  overflow: hidden;
}
#sub_contents .txtBox .txt {
  width: 48%.5;
  text-align: left;
}
#sub_contents .txtBox figure {
  width: 48.5%;
  margin: 0;
}
/* ---代表挨拶の名前だけ右に寄ってるやつ-- */
#sub_contents .txtBox .right {
  text-align: right;
  font-size: 1.5rem;
}
#sub_contents .txtBox .right span {
  margin-right: 1rem;
}
#sub_contents .txtBox img {
  border-radius: 50px;
}

#sub_contents .sp {
  display: none;
}
#sub_contents .pc {
  display: block;
}
#sub_contents .ps-r {
  position: relative;
}

#sub_contents .box-bg {
  background: #fff2dc;
  text-align: center;
  border-radius: 50px;
  padding: 30px 0 60px;
}
#sub_contents .lh {
  line-height: 2;
}
#sub_contents .ta {
  text-align: center;
}

/* -----Title------ */
#sub_contents .ttl-02 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
#sub_contents .ttl-02 .circle {
  display: inline-block;
  background: #ffb73b;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
}
#sub_contents .ttl-03 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ------fv------- */
#sub_contents .kv {
  background: url(../img/sub/ky_img.jpg) no-repeat top center;
  height: 300px;
  background-size: cover;
}
#sub_contents .kv__ttl {
  text-align: center;
  line-height: 300px;
}
#sub_contents .kv__ttl span {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

/*============================
    flex
============================*/
#sub_contents .flex-nml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sub_contents .flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sub_contents .flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sub_contents .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#sub_contents .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#sub_contents .items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sub_contents .items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#sub_contents .items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*============================
    bread_crumb_list
============================*/
#sub_contents .bread_crumb_list {
  font-size: 13px;
  color: #888;
  position: relative;
}
#sub_contents .bread_crumb {
  text-align: left;
  padding: 15px 0px 0px;
  max-width: calc(1200px + 2%);
  margin: 0px auto 0px;
  position: relative;
  top: 0px;
}
#sub_contents .bread_crumb li {
  display: inline;
}
#sub_contents .bread_crumb li:after {
  content: "―";
  padding-left: 10px;
  padding-right: 5px;
}
#sub_contents .bread_crumb li:last-child:after {
  content: "";
}
#sub_contents .bread_crumb li a {
  text-decoration: underline;
}
#sub_contents .bread_crumb li a:hover {
  text-decoration: none;
}
#sub_contents .bread_crumb li.current {
  font-weight: normal;
}

/*============================
	table
============================*/
#sub_contents .defTable02 {
  width: 100%;
  margin: 30px auto 50px;
  border: none;
  border-collapse: collapse;
}
#sub_contents .defTable02 th {
  width: 30%;
  padding: 20px 25px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #333;
  box-sizing: border-box;
}
#sub_contents .defTable02 td {
  padding: 20px 25px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dashed #ddd;
  line-height: 2em;
  letter-spacing: 0.05em;
}

/*============================
	about
============================*/
#sub_contents .about .txtBox .txt {
  width: 48.5%;
}
#sub_contents .about .txtBox p {
  line-height: 2;
}

#sub_contents .point {
  background: #fff9f4;
}
#sub_contents .point .ttl-03 {
  text-align: center;
  font-size: 26px;
}
#sub_contents span.border {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ffec9c 60%);
}
#sub_contents .point .point-list img {
  width: 23%;
  margin: 0 30px;
}
#sub_contents .point .point-list {
  margin: 50px auto 0;
  width: 80%;
}

/*============================
	business
============================*/
#sub_contents .business .txtBox {
  margin-bottom: 80px;
}
#sub_contents .business .txtBox .txt {
  width: 48.5%;
}
#sub_contents .business .txtBox p {
  line-height: 2;
}

/* ---------Flow----------- */
.cbp_tmtimeline {
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  left: 78px;
  background: #ccc;
}
.cbp_tmtimeline > li {
  position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 120px;
  padding-right: 70px;
  margin-top: 10px;
  position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
  font-size: 22px;
  color: #81c654;
  font-weight: bold;
}
.cbp_tmtimeline > li .cbp_tmicon {
  width: 20px;
  height: 20px;
  left: 70px;
  margin: 15px 0 0 0;
  position: absolute;
  background: #81c654;
  border-radius: 50%;
  text-align: center;
  top: 0;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  background: #e8f0bf;
  position: relative;
  margin: 0 0 20px 120px;
  padding: 20px 30px 20px;
  border-radius: 15px;
}
.cbp_tmtimeline > li .cbp_tmlabel::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #e8f0bf transparent transparent;
}

/*============================
	merit
============================*/
#sub_contents .merit .txtBox .txt {
  width: 48.5%;
}
#sub_contents .merit .txtBox p {
  font-size: 17px;
}
#sub_contents .merit {
  background: url(../img/top/merit_il.png) no-repeat bottom 130px right 2%/17%;
}

#sub_contents .merit-point {
  padding-top: 0;
}
#sub_contents .merit-point .box-bg {
  padding: 30px 100px 60px;
}
#sub_contents .merit-point .ttl-03 {
  font-size: 26px;
}
#sub_contents .merit-list li {
  text-align: left;
  position: relative;
  font-size: 18px;
  margin-bottom: 1em;
  padding-left: 32px;
  /* color: ; */
}
#sub_contents .merit-list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/merit/circle.png) center/contain no-repeat;
}

/*============================
	require
============================*/
#sub_contents .require .txtBox .txt {
  width: 48.5%;
}

/*============================
    news page
============================*/
#sub_contents .news__dt {
  font-size: 16px;
  width: 20%;
  text-align: center;
}
#sub_contents .news__dd {
  font-size: 16px;
  margin: 0 0 40px 120px;
}
#sub_contents .news__dd a:hover {
  color: #7ebf02;
}

/* page_navi
------------------------------*/
#sub_contents .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
#sub_contents .wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #171717;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
#sub_contents .wp-pagenavi span.pages {
  display: none;
}
#sub_contents .wp-pagenavi a:hover {
  color: #fff;
  background-color: #ffb73b;
}
#sub_contents .wp-pagenavi span.current {
  color: #fff;
  background-color: #ffb73b;
  font-weight: bold;
}

/*============================
    sitemap page
============================*/
#sub_contents .sitemap-list {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sub_contents .sitemap-list li {
  width: 32.8%;
  margin-bottom: 10px;
  text-align: center;
}
#sub_contents .sitemap-list li a {
  border-radius: 30px;
  display: block;
  width: 100%;
  background-size: contain;
  font-size: 20px;
  padding: 30px 0;
  font-weight: 600;
  background: #d4f890;
  transition: 0.7s;
  box-sizing: border-box;
  border: 2px solid #d4f890;
}
#sub_contents .sitemap-list li a:hover {
  text-decoration: none;
  color: #222;
  background-color: #fff;
}
#sub_contents .sitemap-list li:nth-child(7),
#sub_contents .sitemap-list li:nth-child(8) {
  width: 49.5%;
}

/*============================
    privacy page
============================*/
#sub_contents .ttl-01 {
  margin: 60px 0 30px;
  padding: 10px 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #ddd;
  line-height: 180%;
  position: relative;
  letter-spacing: 0.02em;
}
#sub_contents .ttl-01::after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #7ebf02;
  bottom: -2px;
  width: 15%;
  display: block;
  left: 0;
}
#sub_contents .ullist01 {
  margin: 10px 0;
  text-align: left;
}
#sub_contents .ullist01 li {
  margin: 0px 0px 0px 1em;
  line-height: 200%;
  list-style: disc;
  font-size: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1030px) {
  #sub_contents section {
    padding: 80px 0 80px;
    max-width: 94%;
    margin: 0 auto;
  }
  #sub_contents .bread_crumb {
    width: 94%;
  }

  #sub_contents .merit .txtBox p {
    font-size: 16px;
  }
  #sub_contents .merit-point .box-bg {
    padding: 30px 50px 30px;
  }
  #sub_contents .merit-list li {
    font-size: 16px;
  }
  #sub_contents .merit {
    background: url(../img/top/merit_il.png) no-repeat bottom 130px right 1%/15%;
  }
  #sub_contents .merit-list li::before {
    top: 4px;
  }
  #sub_contents iframe {
    width: 100%;
  }

  #sub_contents .ttl-01 {
    margin: 30px 0 20px;
    padding: 10px 0 20px 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #sub_contents .kv {
    height: 150px;
  }
  #sub_contents .kv__ttl {
    line-height: 140px;
  }
  #sub_contents .kv__ttl span {
    font-size: 30px;
  }
  #sub_contents section {
    padding: 30px 0 30px;
    width: 94%;
  }
  #sub_contents p {
    font-size: 14px;
  }

  #sub_contents .txtBox figure {
    width: 100%;
    margin-bottom: 10px;
  }
  #sub_contents .txtBox .txt {
    width: 100%;
  }

  #sub_contents .ttl-01 {
    margin: 20px 0 15px;
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.3;
  }
  #sub_contents .ttl-03 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  #sub_contents .sp {
    display: block;
  }
  #sub_contents .pc {
    display: none;
  }

  #sub_contents .mb20 {
    margin-bottom: 10px;
  }
  #sub_contents .mb30 {
    margin-bottom: 15px;
  }
  #sub_contents .mb50 {
    margin-bottom: 25px;
  }
  #sub_contents .mb70 {
    margin-bottom: 30px;
  }
  #sub_contents .mb80 {
    margin-bottom: 40px;
  }
  #sub_contents .mb100 {
    margin-bottom: 50px;
  }

  /*============================
	about
============================*/
  #sub_contents .about .txtBox .txt {
    width: 100%;
  }
  #sub_contents .about .txtBox p {
    line-height: 1.6;
  }
  #sub_contents .point .ttl-03 {
    font-size: 17px;
  }
  #sub_contents .box-bg {
    padding: 30px 0;
  }
  #sub_contents .point .point-list {
    margin: 30px auto 0;
    width: 90%;
  }
  #sub_contents .point .point-list img {
    width: 28%;
    margin: 0 15px 15px;
  }

  /*============================
	business
============================*/
  #sub_contents .business .txtBox {
    margin-bottom: 40px;
  }
  #sub_contents .business .txtBox .txt {
    width: 100%;
  }
  #sub_contents .business .txtBox p {
    line-height: 1.7;
  }
  #sub_contents .ttl-02 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #sub_contents .ttl-02 .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }

  .cbp_tmtimeline:before {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 15%;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 20%;
    padding-right: 8%;
    margin-top: 2px;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    font-size: 15px;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 20%;
    padding-right: 8%;
    margin-top: 2px;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    width: 10px;
    height: 10px;
    text-align: center;
    left: 15%;
    top: 0;
    margin: 10px 0 0 -4px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 20%;
    padding: 5px 10px 10px;
    border-radius: 5px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel::after {
    border-width: 5px 7px 5px 0;
    top: 10px;
    left: -5px;
  }

  /*============================
	merit
============================*/
  #sub_contents .merit .txtBox .txt {
    width: 100%;
  }
  #sub_contents .merit .txtBox p {
    font-size: 15px;
  }
  #sub_contents .merit {
    background: url(../img/top/merit_il.png) no-repeat bottom 50px right 1%/25%;
  }
  #sub_contents .merit-point .box-bg {
    padding: 30px;
  }
  #sub_contents .merit-point .ttl-03 {
    font-size: 17px;
  }
  #sub_contents .merit-list li {
    font-size: 15px;
    padding-left: 23px;
  }
  #sub_contents .merit-list li::before {
    top: 3px;
  }

  /*============================
	require
============================*/
  #sub_contents .require .txtBox .txt {
    width: 100%;
  }

  /*============================
	table
============================*/
  #sub_contents .defTable02 {
    margin: 20px auto 20px;
  }
  #sub_contents .defTable02 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
  }
  #sub_contents .defTable02 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
    margin: 0;
  }

  /*============================
    company
============================*/
  #sub_contents iframe {
    width: 100%;
    height: 250px;
  }

  /*============================
    news page
============================*/
  #sub_contents .news__dt {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
  #sub_contents .news__dd {
    font-size: 15px;
    margin: 0 0 10px;
  }
  #sub_contents .news__dd a:hover {
    color: #7ebf02;
  }

  /*============================
    sitemap page
============================*/
  #sub_contents .sitemap-list li {
    width: 100%;
  }
  #sub_contents .sitemap-list li a {
    padding: 10px 0;
    font-size: 15px;
  }
  #sub_contents .sitemap-list li:nth-child(7),
  #sub_contents .sitemap-list li:nth-child(8) {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #sub_contents .point .point-list {
    margin: 25px auto 0;
    width: 90%;
  }
  #sub_contents .point .point-list img {
    width: 40%;
    margin: 0 15px 15px;
  }
}

/* entrance page
-------------------------*/
.topmainbox-wrap {
  position: relative;
}
.topmainbox {
  width: calc(100% - 0px);
  margin: 0 auto 0 auto;
  /*
      height: calc(100vh - 0px);*/
}

#entrance-header {
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
}

#entrance-header .hd__tel {
  margin-right: 40px;
}

.siteTitle {
  margin: 0 auto;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.center_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.topmainbox-wrap #main li {
  height: calc(100vh - 0px);
  max-height: 1000px;
}

.topmainbox-wrap #main li.main_l {
  background: url(../img/entrance/left.jpg) no-repeat left top;
  background-size: cover;
  width: 50%;
}
.topmainbox-wrap #main li.main_R {
  background: url(../img/entrance/right.jpg) no-repeat center top;
  background-size: cover;
  width: 50%;
}
.topmainbox-wrap .topmain-txt dt {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5000;
  width: 50%;
}
.topmainbox-wrap .topmain-txt dt h2 {
  text-align: left;
  font-size: 3vw;
  line-height: 3rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: lighter;
  font-weight: 400;
  text-align: center;
}
.topmainbox-wrap .topmain-txt dt h2 span {
  line-height: 4vw;
  padding: 0 10px;
  font-weight: bold;
  color: #7ebf02;
}

span.stroke {
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff,
    0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
}

.topmainbox-wrap .topmain-txt dd {
  position: absolute;
  top: 60%;
  left: 75%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5000;
  width: 50%;
}
.topmainbox-wrap .topmain-txt dd h2 {
  text-align: left;
  font-size: 3vw;
  line-height: 3rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: lighter;
  font-weight: 400;
  text-align: center;
}
.topmainbox-wrap .topmain-txt dd h2 span {
  line-height: 4vw;
  padding: 0 10px;
  font-weight: bold;
  color: #ffb73b;
}

.entrance-ft {
  padding: 0em 0;
  margin-top: 0em;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.copyright {
  color: #fff;
}
.copyright address {
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.copyright address a {
  color: #fff;
}

.btn01 {
  width: 95%;
  max-width: 200px;
  height: 60px;
  margin: 0 auto;
  margin-top: 2rem;
  border: 2px solid #fff;
  background: #7ebf02;
  background-image: url(../images/common/btn_01.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  transition: 0.4s;
}

.btn01 a {
  display: block;
  line-height: 57px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}

.btn-recruit {
  background: #ffb73b;
}

@media screen and (max-width: 1040px) {
  #entrance-header {
    box-shadow: none;
  }

  #entrance-header .hd__tel {
    margin-right: 0;
  }
}

@media screen and (max-width: 760px) {
  #entrance-header .pc {
    display: none;
  }

  .topmainbox-wrap #main li.main_l {
    width: 100%;
    height: 500px;
  }

  .topmainbox-wrap #main li.main_R {
    width: 100%;
    height: 500px;
  }

  .siteTitle {
    margin-top: 20px;
  }

  .topmainbox-wrap .topmain-txt dt,
  .topmainbox-wrap .topmain-txt dd {
    width: 100%;
    left: 50%;
  }

  .topmainbox-wrap .topmain-txt dt {
    top: 35%;
  }

  .topmainbox-wrap .topmain-txt dd {
    top: 85%;
  }

  .btn01 {
    margin-top: 1rem;
  }

  .topmainbox-wrap .topmain-txt dt h2 span,
  .topmainbox-wrap .topmain-txt dd h2 span {
    font-size: 18px;
    line-height: normal;
  }

  .pc-nav {
    margin-top: -20px;
  }
}

/* notfound */
#sub_contents .notfound p {
  text-align: center;
}
#sub_contents h3.ttl-01:first-child {
  margin-top: 0;
}
#sub_contents h3.ttl-01 {
  margin: 60px auto 20px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#sub_contents h3.ttl-01 span {
  color: #ffb73b;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#sub_contents .mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 760px) {
}
