@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
.p-topMv__link a,
.p-articleCard01__title {
  color: #323433 !important;
  font-weight: bold;
}

.p-contactInfo__headTitle {
  font-family: 'Overpass', sans-serif !important;
}

.sp-only {display: none; }
.sp-img { display: none; }
@media screen and (max-width: 768px) {
  .sp-only { display: inline-block; }
  .sp-img { display: block; }
  .pc-img { display: none; }
  .sp-left { text-align: left; }
}



body,
a {
  font-family: noto-sans-cjk-jp, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
#header #site-title,
#pageTitBnr #pageTitInner #pageTit,
.leadTxt,
.menu li a strong,
.sideTower .localHead {
  font-family: noto-sans-cjk-jp, sans-serif !important;
}

a:hover {
  color: initial !important;
}

footer a {
  color: #323433 !important;
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

footer a:hover {
  opacity: .6 !important;
}

a {
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

a:hover {
  opacity: .6 !important;
}
img {
  max-width: 100%;
  height: auto;
}


.t-blue {color: #56C2DB;}
.t-orange { color: #E55422; }
.t-green { color: #54A857; }

.p-topInfoNews__title,
.p-infoNews__item a {
  color: #323433 !important;
}

.p-topInfo__headBtn a:hover,
.p-contactInfoBlock__mail a:hover,
.p-articleCard01__link a:hover {
  color: #fff !important;
}

.l-footer__address dt,
.l-footer__address dd,
.l-footer__copyright {
  text-align: left;
}

.l-pageHeader__en {
  text-align: left;
}

.l-breadcrumbs__list a {
  color: #323433 !important;
}

.p-topInfoNews__title,
.p-infoNews__item a,
.p-infoNews__title {
  text-align: left;
  margin-left: 5%;
}

.navigation a:link,
.navigation a:visited {
  color: #56C2DB !important;
  font-size: 20px;
  padding: 2px 10px;
  border: 1px solid #56C2DB;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .navigation a:link,
  .navigation a:visited {
    font-size: 12px;
  }
}

.nav-links {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .nav-links {
    margin-top: 50px;
  }
}

.nav-links span {
  color: #fff;
  background: #56C2DB;
  font-size: 20px;
  padding: 2px 10px;
  border: 1px solid #56C2DB;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .nav-links span {
    font-size: 12px;
  }
}

.l-header {
  background: #fff !important;
}

.f-header {
  background: transparent !important;
}

.l-main__inner .l-main__body {
  text-align: left;
}

.p-pickupReccomend__title {
  text-align: left;
}

.p-pickupReccomend__heading {
  text-align: left;
}

.p-topMv__link a,
.p-articleCard01__title {
  text-align: left;
}

.p-articleCard01__detail {
  text-align: left;
}

.p-articleCard01__name {
  text-align: left;
}

body {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 60px !important;
  }
}

.single-wrap h3 {
  border: none !important;
  color: #4FB2C9 !important;
  border-bottom: 2px solid #4FB2C9 !important;
  margin: 0 !important;
  text-decoration: none !important;
  border-top: none !important;
}

.single-wrap h3 strong {
  background: none;
}


.span-title {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  color: #4FB2C9;
  margin-bottom: 10px;
}

.drawer-icon {
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  top: 17px;
  left: 42%;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  top: 31px;
  left: 42%;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon-bars {
  width: 49px;
  height: 49px;
  display: block;
  position: relative;
  border-radius: 50%;
  background: #fff;
  z-index: 1000;
  cursor: pointer;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #E57048;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon-bar1 {
  top: 18px;
}

.drawer-icon-bar2 {
  top: 24px;
}

.drawer-icon-bar3 {
  top: 30px;
}

.drawer-icon-bars {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.drawer-content {
  width: 100%;
  height: 60%;
  position: fixed;
  top: 0;
  right: 0;
  background: #18839B;
  z-index: 1250;
  display: none;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

@media screen and (max-width: 767px) {
  .drawer-content {
    height: 100%;
  }
}

.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  padding: 20px;
}

.drawer-icon-nav .d-logo {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .drawer-icon-nav {
    padding: 16px;
  }
}

.drawer-icon-nav .wrap {
  max-width: 1000px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .drawer-icon-nav .wrap {
    margin: 20px auto 0;
  }
}

.drawer-icon-nav .wrap .head {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .drawer-icon-nav .wrap .head {
    padding-bottom: 0;
  }
}

.drawer-icon-nav .wrap .head .left {
  width: 25%;
  margin-right: 5%;
}

.drawer-icon-nav .wrap .head .center {
  width: 25%;
}

.drawer-icon-nav .wrap .head .right {
  width: 50%;
  margin-left: 10%;
}

.drawer-icon-nav .wrap .head .right .row {
  margin-bottom: 40px;
}

.drawer-icon-nav .wrap .head .right .row .btn2 a {
  background: #fff !important;
  color: #18839B !important;
}

.drawer-icon-nav .wrap .head .right .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-icon-nav .wrap .head .right .flex1 li {
  list-style: none;
}

.drawer-icon-nav .wrap .head .right .flex1 li a {
  color: #fff;
  width: 225px;
  display: block;
  text-align: left;
}

.drawer-icon-nav .wrap .head .right .flex1 li a:hover {
  color: #fff !important;
  text-align: left;
}

.drawer-icon-nav .wrap .bottom {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .drawer-icon-nav .wrap .bottom {
    padding-top: 20px;
  }
}

.drawer-icon-nav .wrap .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer-icon-nav .wrap .bottom ul li {
  margin-right: 80px;
}

.drawer-icon-nav .wrap .bottom ul li a {
  padding-left: 0;
  position: initial;
  font-size: 14px;
  font-weight: normal;
}

.drawer-icon-nav .wrap .main22 {
  color: #DEE35A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.drawer-icon-nav ul li {
  margin-bottom: 10px;
}

.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}

.drawer-icon-nav ul li a:hover {
  color: #fff !important;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 220;
  display: none;
}

.drawer-mask.is-active {
  display: block;
}

.add-header {
  position: fixed;
  bottom: 8%;
  right: 5%;
  z-index: 1000;
}

.add-header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-header a {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}

.btn1 a {
  color: #323433 !important;
  background: #DEE35A;
  padding: 13.5px 30px;
  border-radius: 25px;
}

.btn2 a {
  color: #fff !important;
  background: #18839B;
  padding: 13.5px 30px;
  border-radius: 25px;
}

.drawer-icon-nav ul li a {
  padding-left: 20px;
  position: relative;
}

.drawer-icon-nav ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/arrow-191.png) no-repeat center center/cover;
  width: 7px;
  height: 11px;
}

@media screen and (max-width: 767px) {
  .drawer-icon-nav .wrap .head {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .add-header {
    z-index: 10000;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .add-header .flex {
    position: relative;
    z-index: 10000;
  }
}

@media screen and (max-width: 767px) {
  .drawer-icon-nav .wrap .head .left {
    width: 100%;
  }
  .drawer-icon-nav .wrap .head .center {
    width: 100%;
  }
  .drawer-icon-nav .wrap {
    margin: 40px auto 0;
  }
  .drawer-icon-nav .wrap .head .right {
    width: 100%;
    margin-left: 0%;
  }
  .drawer-icon-nav .wrap .head .right {
    margin-top: 40px;
  }
  .add-header .flex .btn1,
  .add-header .flex .btn2 {
    display: none;
  }
  .drawer-icon-nav .wrap .bottom ul {
    display: block;
  }
  .drawer-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-icon-nav .wrap .head .right .flex1 {
    display: block;
  }
  .drawer-icon-nav .wrap .head .right .flex1 li {
    margin-bottom: 10px;
  }
  .drawer-content .btn1 a,
  .drawer-content .btn2 a {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.drawer-icon-nav .wrap .bottom ul li a {
  position: initial;
}

.drawer-icon-nav .wrap .bottom ul li a::after {
  content: initial !important;
}

.container2 {
  padding-top: 10%;
}

@media screen and (min-width: 768px) {
  .c-heading01 {
    font-size: 5rem;
  }
}

.p20 {
  font-size: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p20 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.mo3,
.mo4 {
  background: #fff;
  padding: 40px;
  text-align: center; 
}

.ttl-mo { display: inline-table; position: absolute; top: 0; left: 50%; margin: auto; transform: translate(-50%, -50%); line-height: 1.5; font-size: 2.5rem; padding-left: 3em;padding-right: 3em;  }
.ttl-mo .em { font-size: 2em; display: block; }

@media screen and (max-width: 767px) {
  .ttl-mo {
    font-size: 1.6rem; 
    padding-left: 1em; padding-right: 1em; 
    width: 31rem;
  }
  .ttl-mo .em { font-size: 1.5em; }
  .mo3,
  .mo4 {
    padding: 20px;
  }
}

.mo3 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mo3 {
    margin-bottom: 40px;
  }
}

.mo6-section {
  position: relative;
}

.mo6 {
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mo7,
.mo9-img {
  padding: 40px; background: #FFF; text-align: center; 
}
.mo9-img {
  background: #F1FAFC;
}

.mo8 {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .slider-wrap {
    margin-top: 100px;
  }
  .p-topMv__copy {
    width: 85%;
  }
  .mo9-img {
    padding: 0; background: none; 
  }
}

.p-topMv__image {
  position: initial !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}

.p-topMv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topMv__copy {
  position: relative;
  z-index: 10;
}

.p-topMv__inner {
  position: initial !important;
  height: 100vh;
}

.top {
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .top {
    height: 100vh;
    position: relative;
  }
}

.p-topMv__box {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.slick-dotted.slick-slider,
.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100% !important;
}

.slick-dots {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .p-topMv__image img {
    max-width: initial !important;
  }
}

.p-topMv__box::after {
  content: "";
  width: 250px;
  height: 250px;
  border: 20px solid #FDF6F2;
  border-radius: 500px;
  display: block;
  position: absolute;
  top: -100px;
  right: 180px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-topMv__box::after {
    content: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .p-topMv__copy {
    width: 60%;
    margin: 0 auto;
  }
  .p-topMv__box {
    top: 30%;
    background: rgba(255, 255, 255, 0.4);
  }
  .p-topMv__scroll a {
    display: none;
  }
  .p-topMv__link a {
    width: 70%;
    margin: 0 auto;
  }
  .p-topMv__title {
    width: 70%;
    margin: 0 auto;
  }
}

.p-topInfoHead {
  display: block;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.section {
  padding: 100px 0;
}
.l-container { max-width: 90%; width: 1200px; margin: 0 auto; }

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.life2-2 {
  margin-top: 0px;
}

.life5 {
  position: relative;
  z-index: 10;
}

.qa-title {
  max-width: 150px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .qa-title {
    margin: 0 auto 30px;
  }
}

.p-faqBlock__answer {
  text-align: left;
}

.p-faqBlock__question {
  text-align: left;
}

.btn2-2 a {
  background: #054428;
}

.privacy-top {
  background: url(../image/privacy-head.png) no-repeat center center/cover;
  padding: 80px 0;
}

.privacy-title {
  max-width: 454px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.privacy p {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .privacy p {
    font-size: 13px;
  }
}

.privacy-right {
  text-align: right !important;
  font-size: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .privacy-right {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.privacy2 {
  background: #F4FAF4;
}

.privacy2 .row {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .privacy2 .row {
    margin-bottom: 30px;
  }
}

.privacy2 .dt {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #54A857;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .privacy2 .dt {
    font-size: 16px;
  }
}

.privacy2 .dd {
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .privacy2 .dd {
    font-size: 13px;
  }
}

.privacy2 .dd .box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ECF8EC;
  padding: 2% 6%;
}

@media screen and (max-width: 767px) {
  .privacy2 .dd .box {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .privacy2 .dd .box {
    margin-top: 20px;
  }
}

.privacy2 .dd .box .icon {
  width: 15%;
  margin-left: auto;
}

.privacy2 .dd .box .icon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-contactInfoBlock__tel dt {
    font-size: 20px;
  }
}

.tel22 {
  max-width: 40px;
  margin: 0 auto;
}

.company-head {
  position: relative;
}

.company-head .img {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .company-head .img {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .company-head .img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .company-head .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.company-head .img img {
  width: 100%;
  height: auto;
}

.company-head .content {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
  font-size: 16px;
}
.company-head .content .inner {
   padding: 0; 
}
@media screen and (max-width: 1200px) {
  .company-head .content {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 70%;
    margin: -5rem 5% 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .company-head .content {
    font-size: 14px;
    margin: 1em auto;
    width: 90%;
  }
}

.company-head .content .title {
  margin-bottom: 40px;
}

.company-head .content p {
  line-height: 2.5 !important;
}

.company-head .content p br {
  display: none; 
}
.company2 {
  background: #F4FAF4;
}

@media screen and (min-width: 768px) {
  .company2 {
    padding-top: 150px;
    margin-top: -50px;
  }
  .company-head .content p br {
    display: inline; 
  }
}

.company2 .lead {
  max-width: 1000px;
  margin: 0 auto;
}


.about-title {
  max-width: 150px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .about-title {
    max-width: 100px;
    margin: 0 auto 40px;
  }
}



.list-company-about { display: flex; justify-content: space-between; margin-top: 3rem; }
.list-company-about > li { width: 32%; background: #FFF; border-radius: 20px; padding: 3rem; }
.list-company-about .title { color: #54A857; font-size: 3rem; font-weight: bold; margin-bottom: 1em;  }
.list-company-about p { font-size: 1.6rem; text-align: left; }

.list-company-about > li:nth-child(1) { background: #FFF url("../image/company/bg-service1.png") no-repeat center 70% / 70% auto;  }
.list-company-about > li:nth-child(2) { background: #FFF url("../image/company/bg-service2.png") no-repeat center 70% / 70% auto; }
  
@media screen and (max-width: 767px) {
  .about-title {
    max-width: 100px;
    margin: 0 auto 40px;
  }
  
  
  .list-company-about {
    flex-wrap: wrap; 
  }
  .list-company-about > li:nth-child(n) {
    width: 100%; 
    background-size: auto 60%;
    margin-bottom: 2rem; 
  }
}


.about {
  text-align: left;
}

.about ul li {
  margin-bottom: 30px;
  background: #F4FAF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 80px;
}

.about ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .about ul li {
    margin-bottom: 20px;
    padding: 20px;
  }
  .about ul li:last-child {
    margin-bottom: 0;
  }
}

.about ul li .dt {
  width: 200px;
  font-size: 18px;
  color: #54A857;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about ul li .dt {
    width: 120px;
    font-size: 14px;
  }
}

.about ul li .dd {
  width: calc(100% - 200px);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .about ul li .dd {
    width: calc(100% - 120px);
    font-size: 13px;
  }
}

.icon-li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .icon-li {
    padding-bottom: 100px !important;
  }
}

.icon-li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  width: 150px;
  height: 150px;
  content: "";
  background: url(../image/icon.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .icon-li::after {
    right: 10px;
    width: 80px;
    height: 80px;
    top: 80%;
  }
}

.me ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .me ul {
    display: block;
  }
}

.me ul .left {
  width: 55%;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .me ul .left {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.me ul .right {
  width: 35%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .me ul .right {
    width: 100%;
  }
}

.hi-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.re-top {
  position: relative;
}

.re-top .title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25%;
}

@media screen and (max-width: 767px) {
  .re-top .title {
    width: 60%;
    bottom: 10px;
  }
}

.re1 h1 {
  text-align: center; 
  font-size: 5rem;
  font-weight: bold; 
  line-height: 1.5;
  margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
  .re1 h1 { font-size: 4rem; }
}
@media screen and (max-width: 1000px) {
  .re1 h1 { font-size: 3rem; }
}
@media screen and (max-width: 767px) {
  .re1 h1 {
    font-size: 2rem;
    margin: 0 auto 40px;
  text-align: left;
  }
}

.re .p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .re .p {
    font-size: 14px;
    text-align: left; 
  }
  .re .section-title {
    text-align: left; 
  }
}

.ec-title {
  max-width: 220px;
}

@media screen and (max-width: 767px) {
  .ec-title {
    max-width: 140px;
  }
}

.en-title {
  max-width: 110px;
}

@media screen and (max-width: 767px) {
  .en-title {
    max-width: 60px;
  }
}

.en-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.recruitment-detail {
  padding: 10rem;
}
.recruitment-detail .title {
  font-weight: bold; 
  font-size: 3.6rem;
  color: #54A857;
  margin-bottom: 1em; 
}

.list-recruitment {
  border-collapse: separate;
  width: 100%;
  border-spacing: 10px 0; ;
}

.list-recruitment th {
  vertical-align: middle;
  border-bottom: 1px solid #54A857; 
  text-align: center; 
  color: #54A857;
  font-size: 1.8rem; font-weight: bold; 
  padding: 1em 0; 
  width: 30%; 
}

.list-recruitment td {
  padding: 1em 0;
  text-align: left; 
  border-bottom: 1px solid #CCCCCC; 
  font-size: 1.6rem; 
}

@media screen and (max-width: 1400px) {
  .recruitment-detail { padding: 7rem; }
}
@media screen and (max-width: 1000px) {
  .recruitment-detail { padding: 5rem; }
}
@media screen and (max-width: 767px) {
  .recruitment-detail .title  { font-size: 2.5rem; }
  .recruitment-detail { padding: 3rem; }
  .list-recruitment tr,
  .list-recruitment th,
  .list-recruitment td{ width: 100%; display: block; text-align: left; font-size: 1.4rem; }
  .list-recruitment td { border: none; padding-bottom: 2em; }

}

.list-dot > li { padding-left: 1em; }
.list-dot >li:before { content: '・'; margin-left: -1em; width: 1em; display: inline-block;}
.mt1em { margin-top: 1em; }

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(33.3333% - 10px * 2/3);
  margin-right: 10px;
  border-radius: 10px 10px 0 0;
  height: 50px;
  background-color: #54A857;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ffff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tab_item.last {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .tab_item {
    font-size: 13px;
  }
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tab_content {
    padding: 0;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #54A857;
}

.l-pageHeader {
  padding: 0px 5% !important;
}

.p-topMv__title {
  text-align: left;
}

@media screen and (min-width: 768px) {
  
.l-pageHeader {
  padding: 0px 70px 0 70px !important;
}
  
  .p-topMv__box {
    padding-left: 40px;
  }
}

.ec {
  background: #F4FAF4;
}

@media screen and (min-width: 768px) {
  .p-topMv__box::after {
    content: "";
    width: 400px;
    height: 400px;
    border: 20px solid #FDF6F2;
    border-radius: 500px;
    display: block;
    top: -107px;
    right: 71px;
  }
}

.top-body {
  padding-top: 0 !important;
}

.f-header {
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 180px;
  }
}

.p-topMv__image {
  position: absolute !important;
  top: 0% !important;
  left: 680px !important;
}

.p-topMv__inner {
  max-width: 1700px !important;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-topMv__image img {
  max-width: none !important;
}

.p-topMv {
  padding: 0 0px 0 70px !important;
  height: 860px !important;
  position: relative !important;
}

@media screen and (min-width: 768px) {
  .p-topMv {
    height: 100vh !important;
    max-height: 610px;
  }
}

@media screen and (max-width: 767px) {
  .p-topMv {
    padding: 120px 20px 60px 20px;
  }
  .p-topMv {
    padding: 120px 20px 60px 20px !important;
  }
  .p-topMv__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .p-topMv__copy {
    width: 100% !important;
  }
  .p-topMv__image {
    margin-top: 40px !important;
  }
  .p-topMv__image {
    position: static !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    text-align: center !important;
  }
  .p-topMv__image img {
    width: 100% !important;
  }
  .p-topMv {
    height: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .p-topMv__box {
    width: 45%;
    margin-right: auto;
  }
  .p-topMv__image {
    left: initial;
    right: 0;
    width: 50%;
  }
  .p-topMv__image {
    left: initial !important;
    margin-top: 0 !important;
    position: initial !important;
  }
  .p-topMv__box::after {
    content: "";
    width: 300px;
    height: 300px;
    border: 20px solid #FDF6F2;
    border-radius: 500px;
    display: block;
    top: -107px;
    right: 71px;
  }
  .p-topMv__image img {
    height: 100%;
  }
  .p-topMv__image {
    height: 100%;
  }
  .top-wrap2 {
    height: 100%;
  }
}

.s-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-topMv__image {
  margin-left: auto;
}

.slick-active {
  z-index: 1000;
}

.p-topMv__image {
  padding-left: 40px;
}

.about-title {
  width: 100%;
  text-align: center;
  max-width: initial !important;
}

.about-title .en {
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .about-title .en {
    font-size: 36px;
  }
}

.about-title .ja {
  font-size: 15px;
  font-weight: bold;
  color: #54A857;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .about-title .ja {
    font-size: 15px;
  }
}

.head-title2 .en {
  position: relative;
  line-height: 1;
  display: inline-block;
  font-size: 52px;
  font-weight: 600;
  color: #fff;
}

.head-title2 .en::before {
  content: "";
  background: url(../image/common/ico_title_002.svg) no-repeat center center/cover;
  width: 11px;
  height: 27px;
  display: block;
  position: absolute;
  top: 41%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .head-title2 .en::before {
    width: 8px;
    height: 17.5px;
  }
}

@media screen and (max-width: 767px) {
  .head-title2 .en {
    font-size: 30px;
  }
}

.head-title2 .ja {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .head-title2 .ja {
    font-size: 12px;
  }
}

.re-top .title {
  width: 100%;
}

.life7 {
  background: #FDF6F2;
}

.title0327 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .title0327 {
    margin-bottom: 30px;
  }
}

.title0327 .en {
  font-family: 'Overpass', sans-serif !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .title0327 .en {
    font-size: 24px;
  }
}

.title0327 .ja {
  color: #E55422;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .title0327 .ja {
    font-size: 12px;
  }
}

.hi-wrap {
  line-height: 1;
  max-width: initial;
}

.hi-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hi-wrap .row .left {
  font-size: 36px;
  width: 30%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .hi-wrap .row .left {
    font-size: 16px;
    width: 20%;
  }
}

.hi-wrap .row .spanten {
  color: #54A857;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .hi-wrap .row .spanten {
    padding: 0 4px;
  }
}

.hi-wrap .center {
  margin: 0 40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #54A857;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hi-wrap .center {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}

.hi-wrap .center::after {
  width: 5px;
  height: 60px;
  background: #F4FAF4;
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hi-wrap .center.last::after {
  content: initial;
}

.hi-wrap .right {
  font-size: 16px;
  width: 30%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .hi-wrap .right {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .hi-wrap .right {
    width: 50%;
    font-size: 14px;
    line-height: 1.4;
  }
}

.opacity {
  padding: 0 0px;
}

@media screen and (max-width: 767px) {
  .opacity {
    padding: 0px;
  }
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slider img {
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide img {
  -webkit-transform: scale(1.1) translate(43%, 20%);
          transform: scale(1.1) translate(43%, 20%);
  -webkit-transition: .5s;
  transition: .5s;
}

.slick-active img {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8) translate(47%, -27%);
          transform: scale(0.8) translate(47%, -27%);
}

@media screen and (min-width: 768px) {
  .p-topMv__box {
    position: absolute;
    top: 57%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
  }
  .p-topMv__box::after {
    border: 25px solid #FDF6F2;
  }
}

@media screen and (max-width: 767px) {
  .s-wrap {
    position: absolute;
    top: 50%;
    left: 17%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .p-topMv__image {
    padding-left: 0;
  }
  .p-topMv__box {
    position: initial !important;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  .s-wrap {
    position: initial !important;
  }
  .slick-slide img {
    -webkit-transform: scale(1) translate(50%, 0%);
            transform: scale(1) translate(50%, 0%);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .slick-active img {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0.8) translate(47%, -27%);
            transform: scale(0.8) translate(47%, -27%);
  }
  .p-topMv {
    padding: 80px 20px 0px 20px !important;
    height: 485px;
  }
  .p-topMv__inner {
    height: 582px !important;
  }
}

.me {
  background: #F4FAF4;
}

.hi-wrap .row .left {
  font-family: 'Overpass', sans-serif !important;
}

@media screen and (min-width: 1500px) {
  .slick-slide img {
    -webkit-transform: scale(0.9) translate(47%, 0%);
            transform: scale(0.9) translate(47%, 0%);
  }
  .slick-active img {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0.8) translate(47%, -27%);
            transform: scale(0.8) translate(47%, -27%);
  }
  .p-topMv__inner {
    max-width: 2600px !important;
    height: 800px !important;
  }
  .p-topMv__inner {
    height: 800px !important;
  }
  .p-topMv {
    height: 800px !important;
  }
  .p-topMv {
    max-height: 800px;
  }
  .slick-slide img {
    -webkit-transform: scale(0.9) translate(47%, 0%);
    transform: scale(0.8) translate(47%, 0%);
  }
  .slick-active img {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0.8) translate(47%, -27%);
            transform: scale(0.8) translate(47%, -27%);
  }
  .slick-active img {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0.8) translate(47%, -27%);
    transform: scale(0.7) translate(47%, -38%);
  }
}

@media screen and (max-width: 767px) {
  .p-topMv__title {
    margin: initial !important;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-topMv__box::after {
    content: "" !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .p-topMv {
    padding: 80px 0px 0px 0px !important;
  }
  .p-topMv__inner {
    height: 682px !important;
  }
  .p-topMv__box {
    padding: 0 16px;
  }
  .p-topMv__box {
    position: absolute !important;
    top: 60%;
  }
  .p-topMv__box::after {
    content: "";
    width: 230px;
    height: 230px;
    border: 30px solid #FDF6F2;
    border-radius: 500px;
    display: block;
    position: absolute;
    top: -76px;
    right: -24px;
    z-index: -1;
  }
  .p-topMv__image {
    -webkit-transform: translateX(20%) !important;
            transform: translateX(20%) !important;
  }
  .slick-slide img {
    -webkit-transform: scale(0.8) translate(106%, 11%);
            transform: scale(0.8) translate(106%, 11%);
  }
  .slick-active img {
    -webkit-transform: scale(0.8) translate(106%, 11%);
            transform: scale(0.8) translate(106%, 11%);
  }
  .p-topMv__image {
    z-index: 1000;
  }
  .s-wrap {
    z-index: 1001;
  }
  .top-body {
    padding-top: 0 !important;
    margin-top: -50px;
  }
  .slick-slide img {
    margin: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .slick-slide img {
    -webkit-transform: scale(1) translate(80%, -1%);
            transform: scale(1) translate(80%, -1%);
  }
  .p-topMv__image {
    width: 115%;
  }
  .p-topMv__box {
    top: 65%;
  }
  .p-topInfoNews__item a {
    text-align: left;
  }
  .p-topInfoNews__title, .p-infoNews__item a, .p-infoNews__title {
    margin-left: 0;
  }
}


#satori__creative_container { border-radius: 5px; border: 11px solid #F1FAFC; padding: 100px 0; }
#satori__custom_form { width: 96%;  max-width: 1000px; margin: 0 auto; font-size: 1.5rem; text-align: left; }
#satori__custom_form .satori__require { background: #E55422; color: #FFF; }
#satori__custom_form  a, #satori__custom_form  a:visited { color: #56C2DB; }
#satori__custom_form .satori__btn { background: #56C2DB; color: #FFF;  }
@media screen and (max-width: 767px) {
  #satori__creative_container { padding: 50px 0; }
}


.p-pagenation .wp-pagenavi {
  text-align: center;
}
.p-pagenation .wp-pagenavi {
  text-align: center;
}

.p-pagenation .wp-pagenavi a,
.p-pagenation .wp-pagenavi span {
  font-size: 1.6rem; 
  width: 2em; height: 2em; vertical-align: middle; color: #4FB2C9; 
  display: inline-block;  border: 1px solid #56C2DB; line-height: 2em; text-align: center; 
  border-radius: 3px; padding: 0; 
}
.p-pagenation .wp-pagenavi .extend {
  border: none; color: #333;
}
.p-pagenation .wp-pagenavi .current {
  background: #4FB2C9; color: #FFF; border-color:#4FB2C9;
}

/* 20260122追加（フォーム削除に伴う修正） */
.form_interim {
	border-radius: 5px;
    border: 11px solid #F1FAFC;
	padding: 50px;
}

.form_interim p {
	margin-bottom: 30px;
	font-size: 16px;
}

.form_interim p:last-child {
	margin-bottom: 0;
}

.form_interim p span {
	color: red;
}

.form_interim a {
	color: #56C2DB;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.form_interim {
		padding: 20px;
	}
}

