@charset "UTF-8";
/* ofi */
/* column */

/*====================================================================

page.css

======================================================================*/
/*--------------------------------------------------------------------/
	business
/--------------------------------------------------------------------*/
.business-box:nth-child(6n) figure:after {
  background: url(../img/common/flower_01.png) 0 0/cover no-repeat;
}

.business-box:nth-child(6n+1) figure:after {
  background: url(../img/common/flower_02.png) 0 0/contain no-repeat;
}

.business-box:nth-child(6n+2) figure:after {
  background: url(../img/common/flower_03.png) 0 0/contain no-repeat;
}

.business-box:nth-child(6n+3) figure:after {
  background: url(../img/common/flower_04.png) 0 0/contain no-repeat;
}

.business-box:nth-child(6n+4) figure:after {
  background: url(../img/common/flower_05.png) 0 0/contain no-repeat;
}

.business-box:nth-child(6n+5) figure:after {
  background: url(../img/common/flower_06.png) 0 0/contain no-repeat;
}

.business-box figure {
  position: relative;
}

.business-box figure:after {
  position: absolute;
  content: "";
  bottom: -32px;
  bottom: -2rem;
  right: -4%;
  width: 60px;
  height: 80px;
  display: block;
  background: url(../img/common/flower_06.png) 0 0/cover no-repeat;
  z-index: 1;
}

.business-box figure img {
  border-radius: 8px;
  border: rgba(177, 226, 184, 0.6) 2px solid;
}

.business-box .txt {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.business-box .btn-wrap {
  max-width: 400px;
}

.business-box .btn-wrap:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------------/
	thought
/--------------------------------------------------------------------*/
.thought-intro {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.thought-intro__tit {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  max-width: 1000px;
}

.thought-intro .txt {
  line-height: 2;
  font-size: 1.2em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.thought-cont {
  position: relative;
  padding-bottom: calc(45.07vw + 2rem);
  background: url(../img/thought/thought_bg.png) bottom center/contain no-repeat;
}

.thought-cont__tit {
  font-size: calc(1.25rem + 8 * (100vw - 320px) / 620);
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  margin-bottom: calc(2rem + .3em);
  text-align: center;
  color: #1B5024;
}

.thought-cont__tit span {
  position: relative;
  text-align: inline-block;
  text-align: center;
}

.thought-cont .txt {
  line-height: 2;
  font-size: 1.2em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.slick-slide [dir="rtl"] {
  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;
}

/** slider **/
.slider {
  position: relative;
  max-width: 1140px;
  height: auto;
}

.slider .slider-for-wrap {
  position: relative;
}

.slider .slider-for-wrap .slick-arrow i:before {
  padding: 4.8px 0;
  padding: .3rem 0;
}

.slider .slider-for-wrap .slick-prev {
  right: 0;
}

.slider .slider-for-wrap .slick-next {
  left: 0;
}

.slider .sp-slide {
  position: relative;
  overflow: hidden;
}

.slider .sp-slide img {
  height: 60.38vw;
}

.slider .sp-slide figcaption {
  position: absolute;
  bottom: 0;
  right: 8px;
  right: .5rem;
  display: inline-block;
  background: #1B5024;
  color: #fefefe;
  line-height: 1.4;
  padding: 3.2px 6.4px;
  padding: .2rem .4rem;
  font-size: 0.8em;
  z-index: 1;
}

.slider img {
  max-width: 100%;
  height: auto;
}

.slider .sp-thumbnail:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.slider .sp-thumbnail img {
  height: 11.97vw;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(254, 254, 254, 0.8);
  transition: 0.3s ease all;
}

.slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.slider .slick-arrow:hover i:before {
  color: #fefefe;
}

.slider .slick-arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slider .slick-arrow i:before {
  transition: 0.3s ease all;
  display: inline-block;
  font-size: 2em;
  color: #666;
}

.slider .slider-nav-wrap {
  position: relative;
}

.slider .slider-nav-wrap .slick-prev {
  right: 0;
}

.slider .slider-nav {
  background: #ddd;
}

.slider .slick-list {
  padding: 0 !important;
}

.slider .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slider .slick-slide {
  transition: 0.3s ease all;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------------------------------------------------/
	facility
/--------------------------------------------------------------------*/
/*
facility-list
--------------------------------------------------------------------*/

/*
facility-single
--------------------------------------------------------------------*/
.facility-single__tit {
  font-size: calc(1.25rem + 4 * (100vw - 320px) / 620);
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  margin-bottom: calc(2rem + .3em);
  text-align: center;
  padding-bottom: 12.8px;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #1B5024;
}

.slider {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.facility-main {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.facility-outline {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.facility-outline table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #0F9225;
  border-left: 1px solid #0F9225;
  border-right: 1px solid #0F9225;
}

.facility-outline table tr {
  border-bottom: 1px solid #0F9225;
}

.facility-outline table th {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: normal;
  background: #B1E2B8;
}

.facility-outline table td {
  background: rgba(254, 254, 254, 0.6);
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}

.facility-map {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/
.contact-intro {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.contact-intro__list li {
  background: #B1E2B8;
  padding: 8px 4%;
  padding: 0.5rem 4%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 1.13em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #1B5024;
  font-weight: 700;
}

.contact-intro p {
  font-weight: 500;
  font-size: 1.13em;
}

.contact-time {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.contact-tel {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 500;
  height: calc(60px - 2rem);
  padding-top: 3.2px;
  padding-top: .2rem;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  color: #1B5024;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.contact-tel span {
  font-size: 1.6em;
}

.contact-tel em {
  font-style: normal;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.contact-tel a {
  color: #2f2f2f;
}

.contact-step {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.contact-step ol {
  counter-reset: contact-num;
}

.contact-step ol li {
  padding: 16px 19.2px 12.8px;
  padding: 1rem 1.2rem .8rem;
  color: #2f2f2f;
  position: relative;
  text-align: left;
  background: #ddd;
  font-size: 14.08px;
  font-size: 0.88rem;
}

.contact-step ol li:before {
  display: block;
  font-family: 'Roboto', sans-serif;
  counter-increment: contact-num 1;
  content: "Step " counter(contact-num, decimal-leading-zero);
  line-height: 1;
}

.contact-step ol li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.contact-step ol li.now {
  background: #0F9225;
  color: #fefefe;
}

.contact-step ol li.now:before {
  color: #fefefe;
}

.contact-step ol li.before {
  background: #B1E2B8;
  color: #fefefe;
}

.contact-step ol li.before:before {
  color: #fefefe;
}

.contact-privacy {
  padding: 24px;
  padding: 1.5rem;
  border: rgba(177, 226, 184, 0.7) 2px solid;
  max-height: 200px;
  overflow-y: scroll;
  background: rgba(254, 254, 254, 0.6);
}

.contact-table {
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #0F9225;
  border-left: 1px solid #0F9225;
  border-right: 1px solid #0F9225;
}

.contact-table tr {
  border-bottom: 1px solid #0F9225;
}

.contact-table th, .contact-table td {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 500;
}

.contact-table th {
  vertical-align: middle;
  background: #B1E2B8;
}

.contact-table th span {
  color: #df2f2f;
  margin-left: 8px;
  margin-left: .5rem;
}

.contact-table td {
  background: rgba(254, 254, 254, 0.6);
}

.contact-table textarea {
  width: 100%;
}

.imeon {
  ime-mode: active;
}

.imeoff {
  ime-mode: disabled;
}

input,
textarea,
select {
  margin: 3px 0;
  padding: 8px;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.5;
}

input {
  width: auto;
}

input.long {
  width: 100%;
}

input.middle {
  width: 100%;
}

input.short {
  width: 50%;
}

input.sub-btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 8px 32px;
  padding: .5rem 2rem;
  background: #0F9225;
  color: #fefefe;
  border: solid 1px #0F9225;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15.04px;
  font-size: 0.94rem;
}

input.sub-btn:hover {
  background: #fefefe;
  color: #0F9225;
}

input.back-btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 8px 32px;
  padding: .5rem 2rem;
  background: #fefefe;
  color: #0F9225;
  border: solid 1px #0F9225;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15.04px;
  font-size: 0.94rem;
}

input.back-btn:hover {
  background: #0F9225;
  color: #fefefe;
}

input.check-btn {
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 8px 32px;
  padding: .5rem 2rem;
  background: #666;
  color: #fefefe;
  border: solid 1px #666;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15.04px;
  font-size: 0.94rem;
}

input.check-btn:hover {
  background: #0F9225;
  border: solid 1px #0F9225;
}

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

.radio, .checkbox {
  transition: 0.3s ease all;
  position: relative;
  padding-bottom: 4.8px;
  padding-bottom: .3rem;
  margin-right: 24px;
  margin-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
}

label.radio, label.checkbox {
  display: block;
}

/* form-parts
----------------------------------------------------------------*/
input, textarea, select {
  background-color: #f6f7f8;
  margin: 3px 0;
  padding: .5em;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:focus, textarea:focus, select:focus {
  background-color: #fff;
  box-shadow: rgba(58, 134, 232, 0.25) 0 0 4px 1px;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}

textarea {
  height: 10em;
}

select {
  width: 40%;
}

.radio, .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 8px 8px 8px 40px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  background-color: #1fe841;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #0F9225;
}

.radio:before, .checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 50%;
  left: 19px;
  display: block;
}

input[type=radio]:checked + .radio:before, input[type=radio]:checked + .checkbox:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.radio:after, .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0F9225;
}

.checkbox:before {
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0F9225;
  border-bottom: 3px solid #0F9225;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-csstransforms input[type=radio], .no-csstransforms input[type=checkbox] {
  display: inline;
}

.no-csstransforms .radio, .no-csstransforms .checkbox {
  display: none;
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/

.greeting-img figure {
  max-width: 450px;
  position: relative;
}

.greeting-img figure:after {
  position: absolute;
  content: "";
  bottom: -32px;
  bottom: -2rem;
  right: 0;
  width: 60px;
  height: 80px;
  display: block;
  background: url(../img/common/flower_06.png) 0 0/cover no-repeat;
  z-index: 1;
}

.greeting-img figure img {
  border-radius: 8px;
  border: rgba(177, 226, 184, 0.6) 2px solid;
}

.map {
  position: relative;
  padding: 0 0 50%;
  height: 0;
  border: 2px solid #B1E2B8;
  background: rgba(254, 254, 254, 0.6);
}

.map:after {
  position: absolute;
  content: "";
  top: -32px;
  top: -2rem;
  right: 0;
  width: 60px;
  height: 80px;
  display: block;
  background: url(../img/common/flower_05.png) 0 0/cover no-repeat;
  z-index: 1;
}

.map iframe {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------------/
	recruit
/--------------------------------------------------------------------*/
.recruit-tit {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.recruit-intro__flex {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.recruit-box {
  border-radius: 8px;
  background: rgba(254, 254, 254, 0.6);
  border: 2px solid rgba(177, 226, 184, 0.7);
  padding: 24px 24px 32px;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
}

.recruit-box:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 60px;
  right: -8px;
  right: -0.5rem;
  bottom: -16px;
  bottom: -1rem;
}

.recruit-box__flex figure img {
  border-radius: 5px;
}

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/
.contact-intro {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.contact-intro__list li {
  background: #B1E2B8;
  padding: 8px 4%;
  padding: 0.5rem 4%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 1.13em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #1B5024;
  font-weight: 700;
}

.contact-intro p {
  font-weight: 500;
  font-size: 1.13em;
}

.contact-time {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.contact-tel {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 500;
  height: calc(60px - 2rem);
  padding-top: 3.2px;
  padding-top: .2rem;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  color: #1B5024;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.contact-tel span {
  font-size: 1.6em;
}

.contact-tel em {
  font-style: normal;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.contact-tel a {
  color: #2f2f2f;
}

.contact-step {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.contact-step ol {
  counter-reset: contact-num;
}

.contact-step ol li {
  padding: 16px 19.2px 12.8px;
  padding: 1rem 1.2rem .8rem;
  color: #2f2f2f;
  position: relative;
  text-align: left;
  background: #ddd;
  font-size: 14.08px;
  font-size: 0.88rem;
}

.contact-step ol li:before {
  display: block;
  font-family: 'Roboto', sans-serif;
  counter-increment: contact-num 1;
  content: "Step " counter(contact-num, decimal-leading-zero);
  line-height: 1;
}

.contact-step ol li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.contact-step ol li.now {
  background: #0F9225;
  color: #fefefe;
}

.contact-step ol li.now:before {
  color: #fefefe;
}

.contact-step ol li.before {
  background: #B1E2B8;
  color: #fefefe;
}

.contact-step ol li.before:before {
  color: #fefefe;
}

.contact-privacy {
  padding: 24px;
  padding: 1.5rem;
  border: rgba(177, 226, 184, 0.7) 2px solid;
  max-height: 200px;
  overflow-y: scroll;
  background: rgba(254, 254, 254, 0.6);
}

.contact-table {
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #0F9225;
  border-left: 1px solid #0F9225;
  border-right: 1px solid #0F9225;
}

.contact-table tr {
  border-bottom: 1px solid #0F9225;
}

.contact-table th, .contact-table td {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 500;
}

.contact-table th {
  vertical-align: middle;
  background: #B1E2B8;
}

.contact-table th span {
  color: #df2f2f;
  margin-left: 8px;
  margin-left: .5rem;
}

.contact-table td {
  background: rgba(254, 254, 254, 0.6);
}

.contact-table textarea {
  width: 100%;
}

.imeon {
  ime-mode: active;
}

.imeoff {
  ime-mode: disabled;
}

input,
textarea,
select {
  margin: 3px 0;
  padding: 8px;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.5;
}

input {
  width: auto;
}

input.long {
  width: 100%;
}

input.middle {
  width: 100%;
}

input.short {
  width: 50%;
}

input.sub-btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 8px 32px;
  padding: .5rem 2rem;
  background: #0F9225;
  color: #fefefe;
  border: solid 1px #0F9225;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15.04px;
  font-size: 0.94rem;
}

input.sub-btn:hover {
  background: #fefefe;
  color: #0F9225;
}

input.back-btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 8px 32px;
  padding: .5rem 2rem;
  background: #fefefe;
  color: #0F9225;
  border: solid 1px #0F9225;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15.04px;
  font-size: 0.94rem;
}

input.back-btn:hover {
  background: #0F9225;
  color: #fefefe;
}

input.check-btn {
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 8px 32px;
  padding: .5rem 2rem;
  background: #666;
  color: #fefefe;
  border: solid 1px #666;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15.04px;
  font-size: 0.94rem;
}

input.check-btn:hover {
  background: #0F9225;
  border: solid 1px #0F9225;
}

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

.radio, .checkbox {
  transition: 0.3s ease all;
  position: relative;
  padding-bottom: 4.8px;
  padding-bottom: .3rem;
  margin-right: 24px;
  margin-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
}

label.radio, label.checkbox {
  display: block;
}

/* form-parts
----------------------------------------------------------------*/
input, textarea, select {
  background-color: #f6f7f8;
  margin: 3px 0;
  padding: .5em;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:focus, textarea:focus, select:focus {
  background-color: #fff;
  box-shadow: rgba(58, 134, 232, 0.25) 0 0 4px 1px;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}

textarea {
  height: 10em;
}

select {
  width: 40%;
}

.radio, .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 8px 8px 8px 40px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  background-color: #1fe841;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #0F9225;
}

.radio:before, .checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 50%;
  left: 19px;
  display: block;
}

input[type=radio]:checked + .radio:before, input[type=radio]:checked + .checkbox:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.radio:after, .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0F9225;
}

.checkbox:before {
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0F9225;
  border-bottom: 3px solid #0F9225;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-csstransforms input[type=radio], .no-csstransforms input[type=checkbox] {
  display: inline;
}

.no-csstransforms .radio, .no-csstransforms .checkbox {
  display: none;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
/*------------------iPhone 以上----------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
/*------------------タブレットスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .facility-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .facility-list > * {
    flex-basis: 47.32%;
  }
  .facility-list > *:not(:nth-of-type(2n)) {
    margin-right: 5.35%;
  }
  input.middle {
    width: 70%;
  }
  input.short {
    width: 30%;
  }
  .greeting-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .greeting-flex .txt {
    flex-basis: 60%;
  }
  .greeting-img {
    flex-basis: 32%;
  }
  .greeting-img figure {
    margin-right: 1rem;
  }
  .recruit-box__flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .recruit-box__flex figure {
    flex-basis: 50%;
  }
  .recruit-box__flex .txt {
    flex-basis: 46%;
    font-size: 0.93em;
  }
  input.middle {
    width: 70%;
  }
  input.short {
    width: 30%;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
/*-------------------小さいPCスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .business-box__flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .business-box__pic {
    flex-basis: 40%;
  }
  .business-box__txt {
    flex-basis: 54%;
  }
  .business-box .txt {
    margin-bottom: 3rem;
  }
  .thought-intro {
    margin-bottom: 8rem;
  }
  .thought-cont {
    padding-bottom: 560px;
  }
  .thought-cont:before {
    content: url(../img/common/facility_add_01.png);
    position: absolute;
    left: calc(50% + 500px);
    top: 10%;
    z-index: 1;
  }
  .thought-cont:after {
    content: url(../img/common/facility_add_02.png);
    position: absolute;
    right: calc(50% + 500px);
    top: 40%;
    z-index: 1;
  }
  .thought-cont__tit span:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/green_add_01.png) center center/contain no-repeat;
    position: absolute;
    top: -1rem;
    right: calc(100% + 2rem);
  }
  .thought-cont__tit span:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/common/green_add_03.png) center center/contain no-repeat;
    position: absolute;
    top: -1rem;
    left: calc(100% + 0.8rem);
  }
  .facility-list > *:nth-last-of-type(-n+2) {
    margin-bottom: auto;
  }
  .facility-list > *:nth-last-of-type(odd) {
    margin-right: auto;
  }
  .facility-list > * {
    flex-basis: 31.64%;
  }
  .facility-list > *:not(:nth-of-type(3n)) {
    margin-right: 2.54%;
  }
  .facility-main {
    margin-bottom: 6rem;
  }
  .facility-outline {
    margin-bottom: 6rem;
  }
  .facility-outline table th {
    min-width: 180px;
  }
  .facility-map {
    margin-bottom: 6rem;
  }
  .contact-intro__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-intro__list > li {
    flex-basis: 49%;
  }
  .contact-step {
    margin-bottom: 3rem;
  }
  .contact-step ol {
    display: flex;
    justify-content: space-between;
  }
  .contact-step ol > * {
    width: 18%;
  }
  .contact-step ol li:not(:last-child):after {
    border-width: 10px 0 10px 14px;
    right: -14px;
    top: calc(50% - 10px);
    border-color: transparent transparent transparent #ddd;
  }
  .contact-step ol li.now:after {
    border-color: transparent transparent transparent #0F9225;
  }
  .contact-step ol li.before:after {
    border-color: transparent transparent transparent #B1E2B8;
  }
  .contact-table th {
    width: 30%;
  }
  .contact-table td {
    width: auto;
  }
  .form-short {
    width: 15em;
    margin-right: .5rem;
  }
  .form-middle {
    width: 30em;
    margin-right: .5rem;
  }
  .map {
    padding-bottom: 30%;
  }
  .recruit-intro__flex {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruit-intro__flex figure {
    flex-basis: 36%;
  }
  .recruit-intro__flex .txt {
    flex-basis: 58%;
    font-size: 1.06em;
  }
  .recruit-box {
    padding: 1.5rem 2% 2rem;
  }
  .contact-intro__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-intro__list > li {
    flex-basis: 49%;
  }
  .contact-step {
    margin-bottom: 3rem;
  }
  .contact-step ol {
    display: flex;
    justify-content: space-between;
  }
  .contact-step ol > * {
    width: 18%;
  }
  .contact-step ol li:not(:last-child):after {
    border-width: 10px 0 10px 14px;
    right: -14px;
    top: calc(50% - 10px);
    border-color: transparent transparent transparent #ddd;
  }
  .contact-step ol li.now:after {
    border-color: transparent transparent transparent #0F9225;
  }
  .contact-step ol li.before:after {
    border-color: transparent transparent transparent #B1E2B8;
  }
  .contact-table th {
    width: 30%;
  }
  .contact-table td {
    width: auto;
  }
  .form-short {
    width: 15em;
    margin-right: .5rem;
  }
  .form-middle {
    width: 30em;
    margin-right: .5rem;
  }
}

@media print, screen and (min-width: 1197px) {
  /*====================================================================/
/*-------------------PCスタイル-------------------
/====================================================================*/
  html {
    width: 100%;
  }
  .thought-cont__tit {
    font-size: 1.75rem;
  }
  .slider {
    display: flex;
  }
  .slider .slider-for-wrap {
    width: 80%;
  }
  .slider .sp-slide img {
    max-height: 604px;
  }
  .slider .sp-thumbnail img {
    height: 114px;
  }
  .slider .slider-nav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider .slider-nav-wrap .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: .1rem;
  }
  .slider .slider-nav-wrap .slick-arrow i:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .slider .slider-nav-wrap .slick-prev {
    top: auto;
    bottom: 0;
  }
  .slider .slider-nav-wrap .slick-next {
    right: 0;
    top: 0;
  }
  .slider .slick-list {
    padding: 0 0 !important;
  }
  .slider .slick-track {
    left: 0 !important;
  }
  .slider .slick-slide {
    padding: 0;
  }
  .facility-single__tit {
    font-size: 1.5rem;
  }
  .facility-outline table th {
    width: 225px;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
/*-------------------full PCスタイル-------------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1196px) {
  /*====================================================================/
/*------------------PC以下---------
/====================================================================*/
  html {
    width: 100%;
  }
  .slider .slider-for-wrap {
    margin-bottom: 1rem;
  }
  .slider .sp-thumbnail {
    padding-right: 1px;
  }
  .slider .slider-nav-wrap .slick-arrow {
    width: 1.5rem;
    height: 100%;
  }
  .slider .slider-nav-wrap .slick-next {
    left: 0;
  }
  
  .thought-intro__read br  {
    display: none;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
/*------------------スマホタブレット共通スタイル---------
/====================================================================*/
  html {
    width: 100%;
  }
  .business-box__pic {
    margin-bottom: 1.25rem;
  }
  .business-box figure {
    max-width: 4;
    margin-left: auto;
    margin-right: auto;
  }
  .business-box figure:after {
    width: 40px;
    height: 60px;
  }
  .business-box .btn-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-step ol li {
    text-align: center;
    padding: .75rem;
  }
  .contact-step ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contact-step ol li:not(:last-child):after {
    border-width: 10px 8px 0 8px;
    bottom: -10px;
    left: calc(50% - 8px);
    border-color: #ddd transparent transparent transparent;
  }
  .contact-step ol li.now:after {
    border-color: #0F9225 transparent transparent transparent;
  }
  .contact-step ol li.before:after {
    border-color: #B1E2B8 transparent transparent transparent;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
  .contact-step ol li {
    text-align: center;
    padding: .75rem;
  }
  .contact-step ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contact-step ol li:not(:last-child):after {
    border-width: 10px 8px 0 8px;
    bottom: -10px;
    left: calc(50% - 8px);
    border-color: #ddd transparent transparent transparent;
  }
  .contact-step ol li.now:after {
    border-color: #0F9225 transparent transparent transparent;
  }
  .contact-step ol li.before:after {
    border-color: #B1E2B8 transparent transparent transparent;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
/*------------------スマホのみスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .facility-outline table th {
    padding: .5rem 1rem;
    display: block;
  }
  .facility-outline table td {
    padding: .5rem 1rem;
    display: block;
  }
  .greeting-img {
    margin-right: 1rem;
    margin-bottom: 2.5rem;
  }
  .greeting-img figure {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .greeting-img figure:after {
    width: 40px;
    height: 60px;
  }
  .map:after {
    width: 40px;
    height: 60px;
  }
  .recruit-box__flex figure {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
/*------------------iPhone 以下----------------
/====================================================================*/
  html {
    width: 100%;
  }
}
