@charset "UTF-8";
.site-header {
  background-color: #F0EEE6;
}

.header-elm {
  position: fixed;
  left: 0;
  z-index: 100;
  top: 40px;
  width: 100%;
  text-align: center;
}
.header-elm .fixed-width {
  position: relative;
  display: inline-block;
  text-align: left;
}
.header-elm .header-icon {
  position: relative;
  z-index: 100;
  float: right;
}
.header-elm .header-icon li {
  display: inline-block;
  margin-left: 3px;
  vertical-align: top;
}

.page .header-elm {
  top: 72px;
}

#nav-overlay {
  position: fixed;
  overflow: auto;
  background: rgba(109, 182, 69, 0.9);
  left: 0;
  top: 0;
  padding-top: 110px;
  padding-bottom: 30px;
  width: 100%;
  z-index: 100;
}
#nav-overlay ul {
  font-size: 1.7rem;
}
#nav-overlay ul li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#nav-overlay ul li .icon {
  top: 7px;
}
#nav-overlay ul li a {
  color: #FFF;
}
#nav-overlay ul li p {
  font-size: 1.5rem;
}

#nav-overlay ul li dt {
  margin-bottom: 10px;
  font-size: 1.7rem;
}
#nav-overlay ul li dd ul {
  font-size: 1.5rem;
  letter-spacing: -1em;
}
#nav-overlay ul li dd ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 0;
  letter-spacing: normal;
}
#nav-overlay ul li dd ul li .thumb {
  margin-bottom: 10px;
}
#nav-overlay ul li dd ul li .icon {
  top: 10px;
  margin-right: 7px;
}
#nav-overlay ul li dd ul li p .icon {
  top: 10px;
  margin-right: 8px;
}
#nav-overlay ul li.util {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#wrap-toggle-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  text-align: center;
}
#wrap-toggle-nav .fixed-width {
  position: relative;
  display: inline-block;
  text-align: left;
}

.wrap-nav {
  position: relative;
}

.home .wrap-nav {
  top: -60px;
  margin-bottom: -60px;
}

.page .wrap-nav {
  padding-top: 30px;
}
.page .wrap-nav .nav {
  padding-bottom: 20px;
}

.nav {
  text-align: center;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav ul {
  font-size: 1.7rem;
  font-weight: bold;
}
.nav ul li {
  display: inline-block;
  margin: 0 32px;
  padding-bottom: 7px;
  vertical-align: bottom;
}

.nav ul li a:hover {
  color: #6FB54C;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav ul li.nav__logo {
  padding-bottom: 0;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav.nav--fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #F0EEE6;
  /*border-bottom: 1px solid #fff;*/
  padding: 20px 0 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-nav {
  float: left;
  z-index: 200;
  background: #71B452;
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: 100px;
}
.toggle-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #FFF;
  opacity: 1;
  left: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.toggle-nav span:nth-child(1) {
  top: 11px;
}
.toggle-nav span:nth-child(2) {
  top: 17px;
}
.toggle-nav span:nth-child(3) {
  top: 23px;
}
.toggle-nav.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-nav.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
.toggle-nav.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.toggle-nav.open b {
  color: #FFF;
}
.toggle-nav b {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: normal;
  left: -2px;
  bottom: -18px;
  font-size: 11px;
  color: #000;
}

@media screen and (max-width: 640px) {
  #container #nav-overlay {
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 20px;
  }
  
  #nav-overlay ul li.util {
    margin-bottom: 5px;
  }
  
  #container #wrap-toggle-nav {
    left: 10px;
    top: 0;
    width: 36px;
  }
  #container .wrap-nav {
    display: none;
  }
  #container .header-elm {
    top: 10px;
  }
  #container .header-elm .header-icon {
    margin-right: 10px;
  }
  #container .nav {
    margin-top: 10px;
    padding-top: 0;
  }
  #container .nav .nav__header {
    margin-bottom: 10px;
    text-align: center;
  }
  #container .nav .nav__header img {
    width: 120px;
  }
  #container .nav ul {
    font-size: 1.7rem;
  }
  #container .nav ul li {
    display: block;
    margin: 0;
    padding-bottom: 5px;
    vertical-align: bottom;
  }
  #container .nav ul li.nav__logo {
    display: none;
  }
  #container .nav ul li:first-child {
    margin-left: 0;
  }
  #container .nav ul li:last-child {
    margin-right: 0;
  }
}
.site-footer {
  position: relative;
  z-index: 100;
  background: #6DB645 url(../images/footer/footer-bg.png) 100% 0 no-repeat;
  padding: 60px 0 54px 0;
  color: #FFF;
}
.site-footer a {
  color: #FFF;
}
.site-footer .footer-link,
.site-footer .org {
  display: inline-block;
}
.site-footer .footer-button,
.site-footer .footer-button li,
.site-footer .footer-logo {
  display: inline-block;
}
.site-footer .footer-button,
.site-footer .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-logo {
  margin-right: 30px;
}
.site-footer .copy {
  margin-top: 21px;
  font-size: 1.2rem;
}
.site-footer .org {
  width: 38%;
}
.site-footer .footer-link {
  float: right;
  width: 57%;
}
.site-footer .footer-link > li {
  margin-right: 5.97273%;
}
.site-footer .footer-link > li dt {
  margin-bottom: 10px;
}
.site-footer .footer-link > li:last-child {
  margin-right: 0;
}
.site-footer .footer-link > li.other li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 50px;
}
.site-footer .footer-link > li.other li:last-child {
  margin-right: 0;
}

.totop a {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 100;
  width: 64px;
  height: 64px;
  border: 3px solid #FFF;
  border-radius: 200px;
  text-indent: -9999px;
  background-color: #6BB83D;
}
.totop a:after {
  display: block;
  content: "";
  position: absolute;
  left: 21px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-top: 6px solid #FFF;
  border-right: 6px solid #FFF;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
  #container .site-footer {
    padding: 30px 20px 20px 20px;
	background: #6DB645 url(../images/footer/footer-bg.png) 110% 103% no-repeat;
	background-size: 60%;
  }
  
  #container .site-footer .org {
    margin-bottom: 15px;
    width: auto;
  }
  /*#container .site-footer .footer-logos {
    text-align: center;
  }*/
  #container .site-footer .footer-logo {
    margin-right: 0;
  }
  #container .site-footer .footer-logo img {
    width: 70%;
  }
  
  #container .site-footer .footer-link {
    float: none;
    width: auto;
  }
  #container .site-footer .footer-link > li {
    margin-right: 0;
  }
  #container .site-footer .footer-link > li dl {
    margin-bottom: 10px;
  }
  #container .site-footer .footer-link > li dl dt {
    margin-bottom: 5px;
  }
  #container .site-footer .footer-link > li dl dd {
    display: inline-block;
    margin-right: 15px;
  }
  #container .site-footer .footer-link > li.other li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
  }
  
  #container .site-footer .copy { font-size: 90%; }
  
  #container .totop a {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
	border: 2px solid #FFF;
  }
  #container .totop a:after {
    left: 11px;
    top: 14px;
	width: 8px;
	height: 8px;
  }

}
/************************************************

 Heading

************************************************/
.page-banner {
  position: relative;
  margin-bottom: -130px;
  height: 660px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.page-banner .fixed-width {
  position: relative;
}
.page-banner .string {
  padding-top: 100px;
  font-size: 8.2rem;
  color: #6CB345;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.page-banner .string small {
  display: block;
  margin-top: 10px;
  font-size: 1.9rem;
  color: #333333;
  line-height: 1.3;
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}
.page-banner.page-banner--branding {
  background-image: url(../images/page/service/branding/img-0.jpg);
}
.page-banner.page-banner--branding .string small { text-shadow: none;}

.page-banner.page-banner--company {
  background-image: url(../images/page/company/img-0.jpg);
  height: 460px;
}
.page-banner.page-banner--company .header-c {
  padding-top: 13px;
}
.page-banner.page-banner--company .header-c .string {
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 1px #eee, -1px 1px 1px #eee, 1px -1px 1px #eee, -1px -1px 1px #eee;
}

.page-banner.page-banner--recruitment {
  background-image: url(../images/page/service/recruitment/img-0.jpg);
}

.page-banner.page-banner--jobnav {
  background-image: url(../images/page/service/recruitment/jobnav/img-0.png);
  height: 700px;
}
.page-banner.page-banner--jobnav .string {
	padding-top: 614px;
}

.page-banner.page-banner--care {
  background-image: url(../images/page/service/care/img-0.jpg);
}
.page-banner.page-banner--care .string small { text-shadow: none;}

.header-banner {
  background: 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 180px;
  height: 346px;
  font-family: "Open Sans", sans-serif;
}
.header-banner .string {
  font-size: 4.7rem;
  color: #FFF;
  font-weight: normal;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  line-height: 1;
}
.header-banner .string small {
  display: block;
  margin-top: 15px;
  font-size: 1.9rem;
}
.header-banner.header-banner--public-relations {
  background-image: url(../images/page/service/branding/img-2.jpg);
}

.header-banner.header-banner--recruiting-activities {
  background-image: url(../images/page/service/branding/img-3.jpg);
}

.header-banner.header-banner--strong-reason {
  background-image: url(../images/page/service/branding/img-4.jpg);
}

.header-a {
  text-align: center;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.header-a .string {
  display: inline-block;
  font-size: 4.7rem;
  color: #6EB44C;
  border-bottom: 3px solid #6EB44C;
  font-weight: normal;
}

.ja-lead {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.9rem;
  text-align: center;
}

.header-b {
  margin-bottom: 15px;
  text-align: center;
}
.header-b .string {
  font-size: 1.9rem;
}

.header-c .string {
  font-size: 4.2rem;
  line-height: 1.3;
}

.header-d {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.header-d .string {
  font-size: 3.7rem;
  font-weight: normal;
}
.header-d small {
  font-size: 1.7rem;
  font-weight: bold;
}

.header-e {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.header-e .string {
  color: #6EB44C;
  font-weight: normal;
  font-size: 8.2rem;
}

.header-f {
  margin-bottom: 15px;
  text-align: center;
}
.header-f .string {
  font-size: 3.4rem;
  color: #6EB44C;
  font-weight: normal;
}
.header-f .string span {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  #container .page-title {
    padding-top: 80px;
  }
  #container .page-banner {
    margin-bottom: 20px;
    padding: 20px;
    height: auto;
  }
  #container .page-banner .fixed-width {
    position: relative;
  }
  #container .page-banner .string {
    font-size: 4rem;
    color: #6CB345;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
  }
  #container .page-banner .string small {
    display: block;
    margin-top: 10px;
    font-size: 1.5rem;
    color: #333333;
  }
  #container .page-banner.page-banner--branding {
    background-image: url(../images/page/service/branding/img-0.jpg);
  }
  
  #container .page-banner.page-banner--care {
    background-image: url(../images/page/service/care/img-0-sp.jpg);
  }
  
  #container .header-banner {
    background: 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 30px 20px;
    height: auto;
    font-family: "Open Sans", sans-serif;
  }
  #container .header-banner .string {
    font-size: 4.2rem;
  }
  #container .header-banner .string small {
    font-size: 1.9rem;
  }
  #container .header-banner.header-banner--public-relations {
    background-image: url(../images/page/service/branding/img-2.jpg);
  }
  #container .header-banner.header-banner--recruiting-activities {
    background-image: url(../images/page/service/branding/img-3.jpg);
  }
  #container .header-banner.header-banner--strong-reason {
    background-image: url(../images/page/service/branding/img-4.jpg);
  }
  #container .header-a .string {
    font-size: 3rem;
  }
  #container .header-b .string {
    font-size: 1.6rem;
  }
  #container .header-c .string {
    font-size: 2.2rem;
  }
  #container .header-d .string {
    font-size: 2.9rem;
  }
  #container .header-e .string {
    font-size: 6rem;
	line-height: 1;
  }
  #container .header-f .string {
    font-size: 2.6rem;
  }
}
.list li {
  position: relative;
  padding-left: 15px;
}
.list li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #6CB545;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}

.list-define dt, .list-define dd {
  padding-left: 15px;
  line-height: 1.4;
}
.list-define dt {
  position: relative;
  font-weight: bold;
}
.list-define dt:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #6CB545;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}
.list-define dd {
  margin-bottom: 5px;
}

.list-rows > dl {
  margin-bottom: 20px;
}
.list-rows > dl > dt, .list-rows > dl > dd {
  display: table-cell;
}
.list-rows > dl > dt {
  padding-right: 30px;
  width: 100px;
  border-right: 1px solid #333333;
  font-weight: bold;
}
.list-rows > dl > dd {
  padding-left: 40px;
}

.list-rows.history > dl {
  margin-bottom: 20px;
}
.list-rows.history > dl > dt, .list-rows > dl > dd {
  display: table-cell;
}
.list-rows.history > dl > dt {
  padding-right: 30px;
  width: 120px;
  border-right: 1px solid #333333;
  font-weight: bold;
}
.list-rows.history > dl > dd {
  padding-left: 40px;
}

.contact .list-rows > dl {
  margin-bottom: 20px;
}
.contact .list-rows > dl > dt, .list-rows > dl > dd {
  display: table-cell;
}
.contact .list-rows > dl > dt {
  padding-right: 30px;
  width: 230px;
  border-right: 1px solid #333333;
  font-weight: bold;
}
.contact .list-rows > dl > dd {
  padding-left: 20px;
}

/*フォーム*/

.form input {
  padding: 6px;
  border: 1px solid #333;
}

.form .radio input {
  border: 0;
}

.form .name input { width: 240px;}
.form .kana input { width: 240px;}
.form .company input { width: 240px;}
.form .companykana input { width: 240px;}
.form .tel input { width: 240px;}
.form .mail input { width: 240px;}

.form textarea {
  width: 580px;
  padding: 6px;
  border: 1px solid #333;
}

.form .input-box {
  text-align: center;
}

.form .input-box input {
  color: #FFF;
  font-size: 160%;
  font-weight: bold;
  padding: 10px 50px 8px 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  background: url(../images/content/next-s-w.png) 94% 53% no-repeat #6AB83D;
  border: 0;
}
.form .input-box input:hover {
  background-color: #71C43E;
  color: #FFF;
  text-decoration: none;
}

.form .input-box input.prev {
  color: #FFF;
  font-size: 160%;
  font-weight: bold;
  padding: 10px 30px 8px 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  background: url(../images/content/prev-s-w.png) 12px 53% no-repeat #bbb;
}
.form .input-box input.prev:hover {
  background-color: #C5C5C5;
  color: #FFF;
  text-decoration: none;
}

.form .input-box .top a {
  color: #FFF;
  font-size: 116%;
  font-weight: bold;
  padding: 12px 50px 10px 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  background: url(../images/content/next-s-w.png) 94% 53% no-repeat #6AB83D;
  text-decoration: none;
}
.form .input-box .top a:hover {
  background-color: #71C43E;
  color: #FFF;
  text-decoration: none;
}

.form .input-box .entry a {
  font-size: 160%;
  font-weight: bold;
  padding: 10px 50px 8px 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  background: url(../images/content/next-s-w.png) 12px 53% no-repeat #6AB83D;
}
.form .input-box .entry a:hover {
  background-color: #71C43E;
  color: #FFF;
  text-decoration: none;
}

ul li.error_messe {
  list-style: disc;
  color: #EB373D;
  font-weight: bold;
  margin: 0 0 3px 20px;
}


@media screen and (max-width: 640px) {
#container .list li:before {
  top: 8px;
}
#container .list-define dt:before {
  top: 6px;
}

  #container .list-rows > dl {
    margin-bottom: 10px;
  }
  #container .list-rows > dl > dt {
    padding-right: 0;
    width: 100%;
	display: block;
	margin-bottom: 5px;
	border-right: 0;
  }
  #container .list-rows > dl > dd {
    padding-left: 0;
  }
  
  /*フォーム*/
  
  .form .name input { width: 280px;}
  .form .kana input { width: 280px;}
  .form .company input { width: 280px;}
  .form .companykana input { width: 280px;}
  .form .tel input { width: 280px;}
  .form .mail input { width: 280px;}
  .form textarea { width: 280px;}
  
  .form .input-box input { width: 100%; }
  
  ul li.error_messe {
  list-style: none;
  margin: 0 0 3px 0;
}

}
.table-a {
  width: 100%;
}
.table-a th,
.table-a td {
  padding: 10px;
  border: 1px solid #CCC;
}
.table-a th {
  background: #DEDEDE;
}

@media screen and (max-width: 640px) {
  #container .table-responsive tr, #container .table-responsive th, #container .table-responsive td {
    display: block;
    padding-top: 5px;
    border-bottom: 0;
  }
  #container .table-responsive th {
    padding-bottom: 5px;
    width: auto;
    text-align: left;
  }
  #container .table-responsive td {
    padding-bottom: 10px;
  }
}
.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1.1;
}
.icon.icon--arrow {
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--arrow.icon--arrow--w {
  border-color: #FFF;
}
.icon.icon--circle-arrow {
  position: relative;
  top: 4px;
  background: #6BB83D;
  margin-right: 5px;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}
.icon.icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circle-arrow.icon--circle-arrow--w {
  background: #FFF;
}
.icon.icon--circle-arrow.icon--circle-arrow--w:after {
  border-color: #6BB83D;
}

.icon.icon--circle-arrow-aw {
  position: relative;
  top: 0;
  margin-right: 5px;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}
.icon.icon--circle-arrow-aw:after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--new {
  top: 2px;
  background: #6CB545;
  color: #FFF;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 4px;
  border-radius: 4px;
  font-size: 1.0rem;
}
.icon.icon--blank {
  position: relative;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.icon.icon--blank:before, .icon.icon--blank:after {
  display: block;
  content: "";
  position: absolute;
  position: absolute;
}
.icon.icon--blank:before {
  right: 0;
  top: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #FFF;
}
.icon.icon--blank:after {
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.1;
  padding: 8px 16px 6px 16px;
  text-decoration: none !important;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.button.button--link {
  background-color: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  font-weight: bold;
}
.button.button--link .icon {
  top: 0;
}
.button.button--link:hover {
  background-color: #6CB645;
  color: #FFF;
}
.button.button--orange {
  background-color: #F49700;
  color: #FFF;
  font-size: 1.4rem;
}
.button.button--orange:hover {
  background-color: #F4B30B;
}
.button.button--blue {
  background-color: #008BDD;
  color: #FFF;
  font-size: 1.4rem;
}
.button.button--blue:hover {
  background-color: #009BF8;
}

.divisions {
  letter-spacing: -1em;
}
.divisions .divisions__item {
  position: relative;
  background-color: #6DB645;
  vertical-align: top;
  letter-spacing: normal;
  border-right: 1px solid #FFF;
  line-height: 1.4;
}
.divisions .divisions__item:last-child {
  border-right: 0;
}
.divisions .divisions__item a {
  display: block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.divisions .divisions__item a:hover {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}
.divisions .divisions__item a > *:hover {
  opacity: 1;
}
.divisions .divisions__item a, .divisions .divisions__item .header-a .string {
  color: #FFF;
}
.divisions .divisions__item .header-a {
  margin-bottom: 10px;
}
.divisions .divisions__item .header-a .string {
  border-bottom-color: #FFF;
  border-bottom-width: 1px;
}
.divisions .divisions__item .col .pict {
  border-right: 1px solid #FFF;
}
.divisions .divisions__item .col .pict:last-child {
  border-right: 0;
}
.divisions .divisions__item .pict img {
  width: 100%;
}
.divisions .divisions__item .text {
  padding: 20px;
  text-align: center;
}
.divisions .divisions__item .text:after {
  display: block;
  content: "";
  position: absolute;
  position: absolute;
  right: -5px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page .divisions {
  border-bottom: 1px solid #FFF;
}
.page.service .divisions {
  border-bottom: 0;
}

.card {
  display: block;
  position: relative;
  background-color: #FFF;
  margin: 0 15px;
  width: 254px;
  border-radius: 10px;
  box-shadow:1px 1px 5px 2px #ddd;
  -moz-box-shadow:1px 1px 5px 2px #ddd;
  -webkit-box-shadow:1px 1px 5px 2px #ddd;
}
.card:after {
  display: block;
  content: "";
  position: absolute;
  position: absolute;
  right: -5px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #6BB83D transparent transparent transparent;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.card a {
  text-decoration: none !important;
}
.card .thumb {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.card .name {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.card .modify-date {
  text-align: center;
}
.card .icon-img {
  position: absolute;
  left: -12px;
  top: -10px;
  z-index: 100;
}
.card .card__content {
  padding: 17px 10px 0 10px;
  margin-bottom: 6px;
  line-height: 1.4;
}
.card .card__content .date {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.adjust-col-4 .box {
  margin-right: 28px;
}
.adjust-col-4 .box:last-child {
  margin-right: 0;
}
.adjust-col-4 .card {
  margin: 0;
}

.tags {
  padding: 20px 10px 17px 10px;
  padding-top: 0;
  text-align: center;
}
.tags p {
  display: inline-block;
  background: url(../images/icon/icon-tag.png) 0 3px no-repeat;
  margin-left: -20px;
  padding-left: 24px;
  font-size: 1.2rem;
  min-height: 15px;
}
.tags a {
  color: #535353;
}

.youcaree {
  background: url(../images/content/youcaree.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
  display: block;
  padding: 45px 0 55px 0;
  margin-bottom: 10px;
  color: #FFF;
}
.youcaree header a,
.youcaree .tel-inline {
  color: #FFF;
}
.youcaree .string {
  border-bottom: 1px solid #FFF;
}

.article__meta {
  margin-bottom: 20px;
  text-align: center;
}

.article__mod {
  margin-bottom: 5px;
}

.article__lead {
  margin-bottom: 50px;
  padding-top: 10px;
  text-align: center;
}

.article__unit {
  margin-bottom: 50px;
}

#gmap {
  height: 480px;
}

.members li {
  margin: 0 15px 20px 15px;
  padding-bottom: 13px;
  width: 192px;
  text-align: center;
  border-bottom: 1px solid #D3D3D3;
}
.members li:first-child, .members li:nth-child(6), .members li:nth-child(11) {
  margin-left: 0;
}
.members li:nth-child(5), .members li:nth-child(10) {
  margin-right: 0;
}
.members dl {
  line-height: 1.4;
  margin-bottom: 5px;
 }

.recruitment-img {
  position: absolute;
  right: -110px;
  top: 0;
}

.recruitment-type {
  display: table;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1364px;
}
.recruitment-type .recruitment-type__item {
  display: table-cell;
  background: url(../images/page/service/recruitment/img-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 70px 30px 70px;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
.recruitment-type .recruitment-type__item.recruitment-type__item--medical {
  background-image: url(../images/page/service/recruitment/img-3.jpg);
  background-repeat: no-repeat;
}
.recruitment-type .recruitment-type__item.recruitment-type__item--recruitment {
  background-image: url(../images/page/recruit/img-0.jpg);
  background-repeat: no-repeat;
}
.recruitment-type .recruitment-type__item.recruitment-type__item--branding {
  background-image: url(../images/page/recruit/img-1.jpg);
  background-repeat: no-repeat;
}
.recruitment-type .recruitment-type__item .recruitment-type__header {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.recruitment-type .recruitment-type__item .recruitment-type__header .string {
  font-size: 4.7rem;
  color: #FFF;
  font-weight: normal;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.recruitment-type .recruitment-type__item .recruitment-type__header .string small {
  display: block;
  margin-top: 10px;
  font-size: 1.9rem;
}

/*採用情報*/

.recruit .recruitment-type .recruitment-type__item {
  display: table-cell;
  background: url(../images/page/service/recruitment/img-2.jpg);
  background-repeat: no-repeat;
  /*background-size: cover;*/ 
  padding: 60px 20px 30px 20px;
  width: 33%;
  vertical-align: top;
  text-align: center;
}
.recruit .recruitment-type .recruitment-type__item.recruitment-type__item--recruitment {
  background: url(../images/page/recruit/img-0.jpg) -90px 0 no-repeat;
}
.recruit .recruitment-type .recruitment-type__item.recruitment-type__item--branding {
  background: url(../images/page/recruit/img-1.jpg) -130px 0 no-repeat;
}
.recruit .recruitment-type .recruitment-type__item.recruitment-type__item--care {
  background: url(../images/page/recruit/img-2.jpg) -160px 0 no-repeat;
}
.recruit .recruitment-type .recruitment-type__item .recruitment-type__header .string small {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
}


.section-flow {
  padding: 35px 0 20px 0;
  color: #FFF;
}
.section-flow .section-flow__box {
  margin-bottom: 18px;
  display: table;
  width: 100%;
}
.section-flow .section-flow__header,
.section-flow .section-flow__desc {
  display: table-cell;
  vertical-align: top;
}
.section-flow .section-flow__header {
  border-right: 1px solid #FFF;
  width: 22.72727%;
  letter-spacing: -1px;
}
.section-flow .section-flow__header .string {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.section-flow .section-flow__header small {
  font-size: 1.7rem;
}
.section-flow .section-flow__desc {
  padding-left: 20px;
}
.section-flow .section-flow__list {
  list-style: none;
}
.section-flow .section-flow__list li {
  float: left;
  width: 18.63636%;
  margin-right: 1.36364%;
}
.section-flow .section-flow__list li:last-child {
  margin-right: 0;
}
.section-flow .section-flow__list dt {
  position: relative;
  background: #FFF;
  margin-bottom: 10px;
  margin-right: 13px;
  padding: 3px 5px 0 5px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.section-flow .section-flow__list dt:after {
  position: absolute;
  right: -12px;
  top: 5px;
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #FFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-flow .section-flow__list dd {
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page .wrap-divisions .ja-lead {
    padding-right: 20px;
    padding-left: 20px;
	font-size: 160%;
  }

  #container .adjust__item {
    min-height: 0 !important;
  }
  #container .adjust-col-4 .card,
  #container .adjust-col-4 .box {
    margin-right: auto;
    margin-left: auto;
  }
  #container .adjust-col-4 .box {
    margin-bottom: 30px;
  }
  #container .adjust-col-4 .box:last-child {
    margin-bottom: 0;
  }
  #container .divisions .divisions__item {
    border-right: 0;
  }
  #container .divisions .divisions__item .col .pict {
    border-right: 0;
  }
  
  #container .button {
    padding: 10px 16px 10px 16px;
    margin-bottom: 10px;
  }
  
  .icon.icon--circle-arrow {
    margin-top:1px;
  }
  .icon.icon--circle-arrow.icon--circle-arrow--w {
    margin-top:0;
  }
  
  #container .youcaree {
    background: #89B8E0;
    padding: 20px 20px;
  }
  #container .members {
    border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
  }
  #container .members li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    width: 44%;
    padding-bottom: 0;
	border-bottom: 0;
  }
  #container .members dl {
    line-height: 1.2;
    margin-bottom: 5px;
  }
  #container .members dl dt {
    margin-bottom: 5px;
  }
  
  #container .members li:first-child, #container .members li:nth-child(6), #container .members li:nth-child(11) {
    margin-left: 0;
  }
  #container .members li:nth-child(5), #container .members li:nth-child(10) {
    margin-right: 0;
  }
  #container .members li:nth-child(2n) {
    margin-left: 8%;
  }
  #container .recruitment-type {
    display: block;
    max-width: inherit;
    width: auto;
  }
  #container .recruitment-type .recruitment-type__item {
    display: block;
    padding: 20px;
    width: auto;
  }
  #container .recruitment-type .recruitment-type__item .recruitment-type__header {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
  }
  #container .recruitment-type .recruitment-type__item .recruitment-type__header .string {
    font-size: 2.6rem;
    color: #FFF;
    font-weight: normal;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  }
  #container .recruitment-type .recruitment-type__item .recruitment-type__header .string small {
    display: block;
    margin-top: 10px;
    font-size: 1.9rem;
  }
  
/*採用情報*/
  
  .recruit .recruitment-type .recruitment-type__item.recruitment-type__item--recruitment {
    background: url(../images/page/recruit/img-0.jpg) 0 0 no-repeat;
  }
  .recruit .recruitment-type .recruitment-type__item.recruitment-type__item--branding {
    background: url(../images/page/recruit/img-1.jpg) 0 0 no-repeat;
  }
  .recruit .recruitment-type .recruitment-type__item.recruitment-type__item--care {
    background: url(../images/page/recruit/img-2.jpg) 0 0 no-repeat;
  }
  
  #container .section-flow {
    padding: 20px;
  }
  #container .section-flow .section-flow__box {
    display: block;
  }
  #container .section-flow .section-flow__header,
  #container .section-flow .section-flow__desc {
    display: block;
  }
  #container .section-flow .section-flow__header {
    margin-bottom: 10px;
    border-right: 0;
    width: auto;
    letter-spacing: normal;
  }
  #container .section-flow .section-flow__header .string {
    font-size: 3.0rem;
  }
  #container .section-flow .section-flow__desc {
    padding-left: 0;
  }
  #container .section-flow .section-flow__list {
    list-style: none;
  }
  
  #container .section-flow .section-flow__list li {
    float: none;
    width: 104%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  #container .section-flow .section-flow__list dt:after {
  position: absolute;
  top: 25px;
  left: 48%;
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  
  #container .article__unit {
  margin-bottom: 30px;
  }
}
/************************************************

 Single property

************************************************/
#container .set-bg-white-opacity {
  background: rgba(255, 255, 255, 0.65);
}
#container .set-bg-0092DA {
  background: #0092DA;
}
#container .set-bg-E95E5A {
  background: #E95E5A;
}
#container .set-bg-FDA600 {
  background: #FDA600;
}
#container .set-color-0092DA {
  color: #0092DA;
}
#container .set-color-E95E5A {
  color: #E95E5A;
}
#container .set-color-FDA600 {
  color: #FDA600;
}
#container .set-color-F69800 {
  color: #F69800;
}

#container .set-nowrap {
  white-space: nowrap;
}
#container .set-pos-rel {
  position: relative;
}
#container .set-pos-abs {
  position: absolute;
}
#container .reset-text-d {
  text-decoration: none;
}
#container .set-text-d {
  text-decoration: underline;
}
#container .set-color-6CB245 {
  color: #6CB245;
}
#container .set-color-F29800 {
  color: #F29800;
}
#container .set-low-hl {
  line-height: 1.4;
}
#container .set-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#container .set-fs-11 {
  font-size: 1.1rem;
}
#container .set-fs-12 {
  font-size: 1.2rem;
}
#container .set-fs-14 {
  font-size: 1.4rem;
}
#container .set-fs-15 {
  font-size: 1.5rem;
}
#container .set-fs-16 {
  font-size: 1.6rem;
}
#container .set-fs-17 {
  font-size: 1.7rem;
}
#container .set-fs-18 {
  font-size: 1.8rem;
}
#container .set-fs-19 {
  font-size: 1.9rem;
}
#container .set-fs-20 {
  font-size: 2.0rem;
}
#container .set-fs-21 {
  font-size: 2.1rem;
}
#container .set-fs-22 {
  font-size: 2.2rem;
}
#container .set-fs-23 {
  font-size: 2.3rem;
}
#container .set-fs-24 {
  font-size: 2.4rem;
}
#container .set-fs-34 {
  font-size: 3.4rem;
}
#container .set-fs-43 {
  font-size: 4.3rem;
}
#container .set-fs-54 {
  font-size: 5.4rem;
}
#container .set-disp-cell {
  display: table-cell;
}
#container .set-disp-ib {
  display: inline-block;
}
#container .set-hide {
  display: none;
}
#container .set-valign-m {
  vertical-align: middle;
}
#container .set-float-l {
  float: left;
}
#container .set-float-r {
  float: right;
}
#container .set-valign-m {
  vertical-align: middle;
}
#container .set-align-c {
  text-align: center;
}
#container .set-align-r {
  text-align: right;
}
#container .set-align-l {
  text-align: left;
}
#container .set-w-full {
  width: 100%;
}
#container .set-w-67 {
  width: 67%;
}
#container .set-w-50_7 {
  width: 50.7%;
}
#container .set-w-51 {
  width: 51%;
}
#container .set-w-half,
#container .set-w-50 {
  width: 50%;
}
#container .set-w-52 {
  width: 52%;
}
#container .set-w-48 {
  width: 48%;
}
#container .set-w-47_5 {
  width: 47.5%;
}
#container .set-w-25 {
  width: 25%;
}
#container .set-w-30 {
  width: 30%;
}
#container .set-w-47 {
  width: 47%;
}
#container .set-w-48 {
  width: 48%;
}
#container .set-w-49 {
  width: 49%;
}
#container .set-w-52 {
  width: 52%;
}
#container .set-w-56 {
  width: 56%;
}
#container .set-w-57 {
  width: 57%;
}
#container .set-w-58 {
  width: 58%;
}
#container .set-w-60 {
  width: 60%;
}
#container .set-w-66 {
  width: 66%;
}
#container .set-w-470px {
  width: 470px;
}
#container .set-mt-5 {
  margin-top: 5px;
}
#container .set-mt-10 {
  margin-top: 10px;
}
#container .set-mt-15 {
  margin-top: 15px;
}
#container .set-mt-20 {
  margin-top: 20px;
}
#container .set-mt-30 {
  margin-top: 30px;
}
#container .set-mt-40 {
  margin-top: 40px;
}
#container .set-mt-50 {
  margin-top: 50px;
}
#container .set-mt-60 {
  margin-top: 60px;
}
#container .set-mt-70 {
  margin-top: 70px;
}
#container .set-mt-80 {
  margin-top: 80px;
}
#container .set-mt-90 {
  margin-top: 90px;
}
#container .set-mt-100 {
  margin-top: 100px;
}
#container .set-mr-5 {
  margin-right: 5px;
}
#container .set-mr-10 {
  margin-right: 10px;
}
#container .set-mr-20 {
  margin-right: 20px;
}
#container .set-mr-30 {
  margin-right: 30px;
}
#container .set-mr-40 {
  margin-right: 40px;
}
#container .set-mr-50 {
  margin-right: 50px;
}
#container .set-mr-60 {
  margin-right: 60px;
}
#container .set-mr-70 {
  margin-right: 70px;
}
#container .set-mr-80 {
  margin-right: 80px;
}
#container .set-mr-90 {
  margin-right: 90px;
}
#container .set-mr-100 {
  margin-right: 100px;
}
#container .set-mb-5 {
  margin-bottom: 5px;
}
#container .set-mb-10 {
  margin-bottom: 10px;
}
#container .set-mb-15 {
  margin-bottom: 15px;
}
#container .set-mb-20 {
  margin-bottom: 20px;
}
#container .set-mb-25 {
  margin-bottom: 25px;
}
#container .set-mb-30 {
  margin-bottom: 30px;
}
#container .set-mb-35 {
  margin-bottom: 35px;
}
#container .set-mb-40 {
  margin-bottom: 40px;
}
#container .set-mb-50 {
  margin-bottom: 50px;
}
#container .set-mb-60 {
  margin-bottom: 60px;
}
#container .set-mb-70 {
  margin-bottom: 70px;
}
#container .set-mb-80 {
  margin-bottom: 80px;
}
#container .set-mb-90 {
  margin-bottom: 90px;
}
#container .set-mb-100 {
  margin-bottom: 100px;
}
#container .set-ml-5 {
  margin-left: 5px;
}
#container .set-ml-10 {
  margin-left: 10px;
}
#container .set-ml-15 {
  margin-left: 15px;
}
#container .set-ml-20 {
  margin-left: 20px;
}
#container .set-ml-30 {
  margin-left: 30px;
}
#container .set-ml-40 {
  margin-left: 40px;
}
#container .set-ml-50 {
  margin-left: 50px;
}
#container .set-ml-60 {
  margin-left: 60px;
}
#container .set-ml-70 {
  margin-left: 70px;
}
#container .set-ml-80 {
  margin-left: 80px;
}
#container .set-ml-90 {
  margin-left: 90px;
}
#container .set-ml-100 {
  margin-left: 100px;
}
#container .set-p-20 {
  padding: 20px;
}
#container .set-pt-5 {
  padding-top: 5px;
}
#container .set-pt-10 {
  padding-top: 10px;
}
#container .set-pt-20 {
  padding-top: 20px;
}
#container .set-pt-30 {
  padding-top: 30px;
}
#container .set-pt-40 {
  padding-top: 40px;
}
#container .set-pt-50 {
  padding-top: 50px;
}
#container .set-pt-60 {
  padding-top: 60px;
}
#container .set-pt-70 {
  padding-top: 70px;
}
#container .set-pt-80 {
  padding-top: 80px;
}
#container .set-pt-90 {
  padding-top: 90px;
}
#container .set-pt-100 {
  padding-top: 100px;
}
#container .set-pr-5 {
  padding-right: 5px;
}
#container .set-pr-10 {
  padding-right: 10px;
}
#container .set-pr-20 {
  padding-right: 20px;
}
#container .set-pr-30 {
  padding-right: 30px;
}
#container .set-pr-40 {
  padding-right: 40px;
}
#container .set-pr-50 {
  padding-right: 50px;
}
#container .set-pr-60 {
  padding-right: 60px;
}
#container .set-pr-70 {
  padding-right: 70px;
}
#container .set-pr-80 {
  padding-right: 80px;
}
#container .set-pr-90 {
  padding-right: 90px;
}
#container .set-pr-100 {
  padding-right: 100px;
}
#container .set-pb-5 {
  padding-bottom: 5px;
}
#container .set-pb-10 {
  padding-bottom: 10px;
}
#container .set-pb-20 {
  padding-bottom: 20px;
}
#container .set-pb-30 {
  padding-bottom: 30px;
}
#container .set-pb-40 {
  padding-bottom: 40px;
}
#container .set-pb-50 {
  padding-bottom: 50px;
}
#container .set-pb-60 {
  padding-bottom: 60px;
}
#container .set-pb-70 {
  padding-bottom: 70px;
}
#container .set-pb-80 {
  padding-bottom: 80px;
}
#container .set-pb-90 {
  padding-bottom: 90px;
}
#container .set-pb-100 {
  padding-bottom: 100px;
}
#container .set-pl-5 {
  padding-left: 5px;
}
#container .set-pl-10 {
  padding-left: 10px;
}
#container .set-pl-20 {
  padding-left: 20px;
}
#container .set-pl-30 {
  padding-left: 30px;
}
#container .set-pl-40 {
  padding-left: 40px;
}
#container .set-pl-50 {
  padding-left: 50px;
}
#container .set-pl-60 {
  padding-left: 60px;
}
#container .set-pl-70 {
  padding-left: 70px;
}
#container .set-pl-80 {
  padding-left: 80px;
}
#container .set-pl-90 {
  padding-left: 90px;
}
#container .set-pl-100 {
  padding-left: 100px;
}
#container .reset-mt {
  margin-top: 0;
}
#container .reset-mr {
  margin-right: 0;
}
#container .reset-mb {
  margin-bottom: 0;
}
#container .reset-ml {
  margin-left: 0;
}

#container .set-lh-14 {
  line-height: 1.4;
}
#container .set-lh-17 {
  line-height: 1.7;
}

@media screen and (min-width: 640px) {
  .reset-pc-max-w {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  #container .set-sp-align-c {
    text-align: center;
  }
  #container .set-sp-align-l {
    text-align: left;
  }

  #container .set-sp-mb-10 {
    margin-bottom: 10px;
  }  
  #container .set-sp-mb-20 {
    margin-bottom: 20px;
  }  
  #container .set-sp-mb-30 {
    margin-bottom: 30px;
  }
  
  #container .set-sp-mt-20 {
    margin-top: 20px;
  }
  #container .set-sp-mt-30 {
    margin-top: 30px;
  }
  #container .set-sp-mt-40 {
    margin-top: 40px;
  }
  #container .set-sp-mt-50 {
    margin-top: 50px;
  }
  #container .set-sp-mt-60 {
    margin-top: 60px;
  }
  
  #container .set-sp-mt--20 {
    margin-top: -20px;
  }
  
  #container .reset-sp-mt {
    margin-top: 0;
  }
  
  #container .reset-sp-ml {
    margin-left: 0;
  }
    
  #container .set-sp-pt-20 {
    padding-top: 20px;
  }
  
  #container .reset-sp-pt {
    padding-top: 0;
  }
  #container .set-sp-lh-14 {
  line-height: 1.4;
  }
  #container .set-sp-lh-12 {
  line-height: 1.2;
  } 
  
  #container .set-sp-disp-ib {
    display: inline-block;
  }
  #container .set-sp-disp-b {
    display: block;
  }
  #container .set-sp-fs-15 {
    font-size: 1.5rem !important;
  }
  #container .set-sp-fs-16 {
    font-size: 1.6rem !important;
  }
  #container .set-sp-fs-17 {
    font-size: 1.7rem !important;
  }
  #container .set-sp-fs-18 {
    font-size: 1.8rem !important;
  }
  #container .set-sp-fs-19 {
    font-size: 1.9rem !important;
  }
  #container .set-sp-fs-20 {
    font-size: 2rem !important;
  }
  #container .set-sp-fs-21 {
    font-size: 2.1rem !important;
  }
  #container .set-sp-fs-22 {
    font-size: 2.2rem !important;
  }
  #container .set-sp-fs-23 {
    font-size: 2.3rem !important;
  }
  #container .set-sp-fs-24 {
    font-size: 2.4rem !important;
  }
  #container .set-sp-w-full {
    width: 100%;
  }
  #container .reset-sp-pos {
    position: static;
  }
  #container .set-sp-mb-5 {
    margin-bottom: 5px;
  }
  #container .set-sp-mb-10 {
    margin-bottom: 10px;
  }
  #container .set-sp-mb-15 {
    margin-bottom: 15px;
  }
  #container .set-sp-mb-20 {
    margin-bottom: 20px;
  }
  #container .set-sp-mb-30 {
    margin-bottom: 30px;
  }
  #container .set-sp-mb-40 {
    margin-bottom: 40px;
  }
  #container .set-sp-mb-50 {
    margin-bottom: 50px;
  }
  #container .set-sp-mb-60 {
    margin-bottom: 60px;
  }
  #container .set-sp-mb-70 {
    margin-bottom: 70px;
  }
  #container .set-sp-mb-80 {
    margin-bottom: 80px;
  }
  #container .set-sp-mb-90 {
    margin-bottom: 90px;
  }
  #container .set-sp-mb-100 {
    margin-bottom: 100px;
  }
  #container .reset-sp-mt {
    margin-top: 0;
  }
  #container .reset-sp-mr {
    margin-right: 0;
  }
  #container .reset-sp-mb {
    margin-bottom: 0;
  }
  #container .reset-sp-ml {
    margin-left: 0;
  }
  #container .reset-sp-pt {
    padding-top: 0;
  }
  #container .reset-sp-pr {
    padding-right: 0;
  }
  #container .reset-sp-pb {
    padding-bottom: 0;
  }
  #container .reset-sp-ml {
    padding-left: 0;
  }
  #container .set-w {
    width: auto;
  }
  #container .reset-sp-align {
    text-align: left;
  }
}
/* Slider */
.wrap-slick {
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}

.dot {
  margin-bottom: 75px;
}
.dot .slick-dots {
  text-align: center;
}
.dot .slick-dots li {
  display: inline-block;
}
.dot .slick-dots li button {
  overflow: hidden;
  background: #ec6b9b;
  margin: 0 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-indent: -9999px;
  border: 0;
  outline: none;
}

.slickcard {
  outline: none;
}
.slickcard a {
  outline: none;
}

.slick-home {
  width: 754px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
}

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: -430px;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  box-shadow:1px 1px 5px 2px #ddd;
  -moz-box-shadow:1px 1px 5px 2px #ddd;
  -webkit-box-shadow:1px 1px 5px 2px #ddd;
}

.news-list .box .card {
  border-radius: 10px;
  box-shadow:1px 1px 5px 2px #ddd;
  -moz-box-shadow:1px 1px 5px 2px #ddd;
  -webkit-box-shadow:1px 1px 5px 2px #ddd;
}

[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-nav {
  position: relative;
  z-index: 10;
}

.slick-arrow {
  position: absolute;
  left: 50%;
  top: -182px;
  background: #FFF;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 100px;
  text-indent: -9999px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  width: 10px;
  height: 10px;
  border-top: 6px solid #6DB34C;
  border-right: 6px solid #6DB34C;
}

.slick-prev {
  margin-left: -595px;
}
.slick-prev:after {
  left: 15px;
  -moz-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.slick-next {
  margin-left: 540px;
}
.slick-next:after {
  left: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  #container .slick-track {
    left: 0;
  }
  #container .wrap-slick {
    margin-bottom: 20px;
  }
  #container .slick-home {
    margin: 0;
    width: 100%;
  }
  #container .slick-home .slick-slide {
    width: 100vw;
  }
  #container .slick-about {
    width: 100% !important;
    margin: 0 auto 20px auto;
    padding: 60px 0 60px 0;
  }
  #container #dot {
    margin-bottom: 20px;
  }
  #container #dot-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #container .dot {
    margin-bottom: 30px;
  }
  #container .dot .slick-dots li button {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
#container {
  overflow: hidden;
}

#content {
  position: relative;
  z-index: 100;
}

.home #content {
  margin-top: -150px;
}

#visual {
  position: relative;
  height: 100vh;
}
#visual .visual-text {
  position: absolute;
  left: 0;
  top: 45%;
  margin-top: -231px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
#visual.visual--img {
  background: url(../images/page/home/visual.png) 50% 50% no-repeat;
  background-size: cover;
}

#visual .pick-text { position: absolute; top: 55%; left: 0; width: 100%; text-align: center;}
#visual .pick-text .inner { background-color:#71B452; width: 900px; margin: 0 auto; opacity: 0.9; border-radius: 100px;}
/*#visual .pick-text .inner { background-color:#71B452; width: 1030px; margin: 0 auto; opacity: 0.9; border-radius: 100px;}*/

#visual .pick-text .inner.t2 { background-color: #474747; }
#visual .pick-text .inner.t3 { background-color: #191919; }

#visual .pick-text .inner.t4 { background-color: #71B452; border-radius: 0; }
#visual .pick-text .inner.t5 { background-color: #474747; border-radius: 0; }
#visual .pick-text .inner.t6 { background-color: #191919; border-radius: 0; }

#visual .pick-text p { color: #fff; font-size: 1.4rem; line-height:1.1; padding: 12px 0 10px 0; }

#visual .pick-text p a:link { color: #fff}
#visual .pick-text p a:visited { color: #fff; }
#visual .pick-text p a:hover { color: #fff; text-decoration: underline; }
#visual .pick-text p a:active { color: #fff; }

.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

.wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.wrapper a {
  text-decoration: underline;
}
.wrapper .tel {
  text-decoration: none;
  color: #6CB645;
}

.home .wrapper {
  background-color: #F0EEE6;
}

.col .box {
  float: left;
}
.col .last {
  float: right;
}
.col.col--2 .box {
  width: 50%;
}
.col.col--2 .box:nth-child(2n) {
  float: right;
}
.col.col--3 .box {
  margin-right: 2%;
  width: 32%;
}
.col.col--3 .box:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--col-2 .flex__item {
  width: 48%;
}

.unit, .col {
  zoom: 1;
}

.unit:after, .col:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #visual .sp-only {
    text-align: center;
	padding-top: 55px;
  }  
  #visual .sp-only img {
    width: 60%;
  }
  #visual .visual-text {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 370px;
    z-index: 100;
    width: 100%;
    text-align: center;
  }
  #visual .visual-text img {
    width: 90%;
  }

  #tubular-container {
    display: none !important;
  }

  #container #content {
    margin-top: 0;
  }
  #container #visual {
    background: url(../images/page/home/visual.png) 50% 50% no-repeat !important;
    background-size: cover !important;
	height: 90vh;
  }
  #container .fixed-width {
    width: 100%;
  }
  #container .pc-only {
    display: none;
  }
  #container .sp-only {
    display: block;
  }
  #container .sp-only-ib {
    display: inline-block;
  }
  #container .wrapper {
    padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 20px;
  }
  #container .sp-full {
    margin-right: -20px;
    margin-left: -20px;
  }
  #container .col .box, #container .col .last, #container .col .main, #container .col .sidebar {
    float: none;
  }
  #container .col .main, #container .col .sidebar {
    width: auto;
  }
  #container .col.col--2 .box {
    margin-bottom: 20px;
    width: auto;
  }
  #container .col.col--2 .box:nth-child(2n) {
    float: none;
  }
  #container .col.col--3 .box {
    margin-right: 0;
    margin-bottom: 20px;
    width: auto;
  }
  #container .col.col--3 .box:nth-child(3n) {
    float: none;
  }
  #container .flex {
    display: block;
  }
}
html, body {
  background-color: #F0EEE6;
  width: 100%;
  font-size: 10px;
  color: #333;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 1100px;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

legend {
  float: left;
  width: 100%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
}

input,
select {
  line-height: 1.42857143;
}

select {
  background: #FFF;
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}
a > * {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a > *:hover {
  opacity: 0.8;
}

iframe {
  border: 0;
}

ul, ol, p, dt, dd,
caption, th, td,
select, input, textarea, button {
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  line-height: 1.2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #D3D3D3;
}

main, section, aside, figure, header, footer {
  display: block;
}

mark {
  background-color: #FFE500;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 0;
  }
}
