@charset "UTF-8";
/*
+++++++++++++++++++++++++++++++++++++++++
                 mv
++++++++++++++++++++++++++++++++++++++++++++++
*/
.mv {
  width: 100%;
  height: 70vh;
  position: relative;
}
.mv::after {
  content: "";
  display: block;
  background: url(../img/namisp.svg) repeat-x center/cover;
  margin: auto 0;
  height: 40px;
  width: 100%;
  background-size: 440px 40px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 2;
  transform: translateY(1px);
}

.mv_copy {
  position: absolute;
  z-index: 2;
}
.mv_copy p {
  display: inline-block;
  background-color: #fff;
  color: #59493f;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px;
  line-height: 1;
  box-shadow: 0px 0px 13px 8px rgba(70, 76, 104, 0.16);
}
.mv_copy p:last-child {
  margin-top: 30px;
  margin-left: 40px;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(0%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(0%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.swiper-slide-active .mv_copy {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.mv .swiper-container {
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* .swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 6s linear 0s;
  animation: zoomUp 6s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
} */
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide01 .mv_copy {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.slide01 .mv_copy img {
  width: 70%;
  max-width: 400px;
  margin-left: auto;
}

.slide02 .mv_copy {
  top: 50%;
  right: -6.67%;
  transform: translateY(-50%);
}
.slide02 .mv_copy img {
  width: 100%;
  max-width: 400px;
}

.slide03 .mv_copy {
  top: 70%;
  left: -40px;
  transform: translateY(-50%);
}
.slide03 .mv_copy img {
  width: 100%;
  max-width: 400px;
}

.slide-img {
  height: 70vh;
}

.slide01 .slide-img {
  background: url(../img/main01sp.jpg) no-repeat bottom/cover;
}

.slide02 .slide-img {
  background: url(../img/main02sp.jpg) no-repeat bottom/cover;
}

.slide03 .slide-img {
  background: url(../img/main03sp.jpg) no-repeat bottom/cover;
}

.top__banner {
  padding: 0 20px;
}
.top__banner a {
  width: 100%;
  max-width: 300px;
  justify-content: flex-start;
  padding: 0 20px;
  border: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #f19149;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  text-align: center;
  max-width: 100%;
  background-color: #f19149;
  cursor: pointer;
  transition: ease-in 0.3s;
  border-radius: 30px;
  font-weight: bold;
  margin: 10px auto 0;
}
.top__banner a span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
.top__banner a p {
  line-height: 1.6;
}
.top__banner a:hover {
  background-color: #512707;
}

@media print, screen and (min-width: 1024px) {
  .slide01 .slide-img {
    background: url(../img/main01.jpg) no-repeat center/cover;
  }
  .slide02 .slide-img {
    background: url(../img/main02.jpg) no-repeat center/cover;
  }
  .slide03 .slide-img {
    background: url(../img/main03.jpg) no-repeat center/cover;
  }
  .mv {
    height: 80vh;
    min-height: 600px;
  }
  .mv::after {
    content: "";
    display: block;
    background: url(../img/nami.svg) repeat-x center/cover;
    margin: auto 0;
    height: 60px;
    width: 100%;
    background-size: 1200px 60px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 2;
    transform: translateY(1px);
  }
  .mv .slide-img {
    height: 80vh;
    min-height: 600px;
  }
  .mv .mv_copy p {
    font-size: 4.2rem;
    letter-spacing: 0.17em;
    padding: 14px 20px;
  }
  .mv .mv_copy p:last-child {
    margin-top: 30px;
    margin-left: 50px;
  }
  .slide01 .mv_copy {
    top: 50%;
    left: 14.29%;
    transform: translateY(-50%);
  }
  .slide01 .mv_copy img {
    width: 100%;
    max-width: 440px;
  }
  .slide02 .mv_copy {
    top: 50%;
    right: 14.29%;
    transform: translateY(-50%);
  }
  .slide02 .mv_copy img {
    width: 100%;
    max-width: 640px;
  }
  .slide03 .mv_copy {
    top: 66%;
    left: 12.29%;
    transform: translateY(-50%);
  }
  .slide03 .mv_copy img {
    width: 100%;
    max-width: 640px;
  }
  .main__area {
    position: relative;
  }
  .main__area .top__banner {
    padding: 0;
    position: absolute;
    z-index: 2;
    right: 7.14%;
    bottom: 10.14%;
    width: 300px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__thought
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__thought {
  background: #fff9f5;
  margin-top: 0;
  padding: 80px 20px;
}
.t__thought .box__img {
  position: relative;
  margin: 40px auto;
}
.t__thought .box__img .thought01 {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 80%;
  max-width: 530px;
  z-index: 2;
  transform: rotate(20deg);
}
.t__thought .box__img .thought02 {
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 80%;
  max-width: 530px;
  z-index: 2;
  transform: rotate(20deg);
}
.t__thought .box__img .title {
  position: absolute;
  max-width: 140px;
  width: 50%;
  top: -74px;
  right: 10px;
  z-index: 3;
}
.t__thought .btn__wrap {
  margin-top: 60px;
}

@media print, screen and (min-width: 1024px) {
  .t__thought {
    padding: 100px 0 160px;
  }
  .t__thought .box__img {
    margin: 0;
    width: 89%;
  }
  .t__thought .box__img .thought01 {
    top: 0px;
    right: 0;
    left: 23.62%;
    width: 59.78%;
  }
  .t__thought .box__img .thought02 {
    bottom: 0;
    left: -13.48%;
    width: 59.78%;
  }
  .t__thought .box__img .title {
    max-width: 224px;
    width: 25.17%;
    top: 0;
    right: -11%;
  }
  .t__thought .btn__wrap {
    margin-top: 0;
  }
  .t__thought .btn__wrap .btn {
    margin: 0;
    margin-left: auto;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__service
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__service {
  padding: 0 20px 60px;
  background: #fff9f5;
  margin-top: 0;
}
.t__service .sec__titile {
  text-align: center;
}
.t__service .text__inr {
  margin-top: 30px;
}
.t__service .text__inr .border {
  font-size: 1.4rem;
  border-top: 1px dashed #59493f;
  border-bottom: 1px dashed #59493f;
  padding: 20px 0 20px 20px;
  list-style: disc;
  margin-top: 20px;
}
.t__service .box__img {
  margin-left: 20px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.t__service .box__img img {
  border-radius: 10px;
}
.t__service .box__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f19149;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  border-radius: 10px;
}

@media print, screen and (min-width: 576px) {
  .t__service .box__img {
    max-width: 80%;
    margin: 0 auto 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .t__service {
    padding: 0 0 140px;
    position: relative;
  }
  .t__service .sec__titile {
    text-align: left;
  }
  .t__service .text__inr {
    margin-top: 50px;
    max-width: 80%;
  }
  .t__service .text__inr .border {
    margin-top: 30px;
  }
  .t__service .box__img {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    width: 41.43%;
    max-height: 470px;
  }
  .t__service .box__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 470px;
    border-radius: 10px 0 0 10px;
  }
  .t__service .box__img::after {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #f19149;
    position: absolute;
    bottom: -20px;
    left: -20px;
    border-radius: 10px 10px 0 10px;
  }
  .t__service .f__box {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .t__service .f__box .box__text {
    margin-right: 41%;
    width: 41.29%;
    /*         padding-top: 2%; */
  }
  .t__service .f__box .btn__wrap .btn {
    margin: 0;
    margin-right: auto;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__infomation
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__infomation {
  padding: 60px 20px 0;
  position: relative;
}
.t__infomation .tinfo_kazari {
  position: absolute;
  left: -5.57%;
  max-width: 530px;
  width: 70%;
  top: 0px;
  transform: rotate(-10deg);
}
.t__infomation .sec__titile {
  text-align: center;
}
.t__infomation .read__text {
  padding: 30px 0;
}
.t__infomation .img__wrap {
  position: relative;
}
.t__infomation .img__wrap .annotation {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(241, 145, 73, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
.t__infomation .img__wrap .annotation p {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.t__infomation .img__wrap .annotation p span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  padding-top: 4px;
}
.t__infomation .link__wrap li {
  border-top: 1px solid #59493f;
  border-bottom: 1px solid #59493f;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 30px;
}
.t__infomation .link__wrap li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  color: #59493f;
}
.t__infomation .link__wrap li a:hover {
  color: #f19149;
}
.t__infomation .link__wrap li a:hover span {
  background: #f19149;
}
.t__infomation .link__wrap li span {
  background-color: #59493f;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.3s;
}
.t__infomation .link__wrap li span img {
  width: 6px;
}

@media print, screen and (min-width: 1024px) {
  .t__infomation {
    padding: 0 20px 0;
  }
  .t__infomation .read__text {
    padding: 40px 0 50px;
    text-align: center;
  }
  .t__infomation .img__wrap .annotation {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 200px;
    height: 200px;
  }
  .t__infomation .img__wrap .annotation p {
    font-size: 2.6rem;
  }
  .t__infomation .img__wrap .annotation p span {
    font-size: 1.6rem;
  }
  .t__infomation .link__wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .t__infomation .link__wrap li {
    width: 28%;
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__recruit
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__recruit {
  /*   .box__item:first-child {
    background: url(../img/top_img04.jpg) no-repeat center/cover;
  } */
}
.t__recruit .box__item {
  background: url(../img/top_img05sp.jpg) no-repeat center/cover;
}
.t__recruit .box__item {
  display: block;
  padding: 60px 20px;
  transition: ease-in 0.3s;
}
.t__recruit .box__item .sec__titile {
  text-align: center;
  color: #fff;
}
.t__recruit .box__item .text__inr {
  text-align: center;
  color: #fff;
}
.t__recruit .box__item .text__inr p {
  display: inline-block;
  max-width: 90.67%;
  margin: 30px auto 0;
}
.t__recruit .box__item .btn__wrap .btn {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.t__recruit .box__item:hover .btn {
  background-color: #fff;
  color: #59493f;
}

@media print, screen and (min-width: 1024px) {
  .t__recruit .f__box {
    display: block;
  }
  .t__recruit .box__item {
    background: url(../img/top_img05.jpg) no-repeat center/cover;
    padding: 8% 20px 6%;
  }
  .t__recruit .box__item .text__inr p {
    margin: 50px auto 0;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__company
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__company {
  padding: 0 20px;
}
.t__company .box__text {
  margin-top: 40px;
  text-align: center;
}
.t__company .box__text .text__inr {
  margin-top: 30px;
}

@media print, screen and (min-width: 1024px) {
  .t__company {
    padding: 40px 0 0;
    position: relative;
  }
  .t__company .box__text {
    margin-top: 40px;
    text-align: center;
  }
  .t__company .box__text .text__inr {
    margin-top: 30px;
  }
  .t__company .box__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 53.64%;
    max-height: 370px;
    margin-top: 40px;
  }
  .t__company .box__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 370px;
    border-radius: 0 10px 10px 0;
  }
  .t__company .f__box {
    flex-direction: row-reverse;
  }
  .t__company .f__box .box__text {
    margin-left: 53.64%;
    margin-right: 14.29%;
    width: 34.29%;
  }
  .t__company .f__box .btn__wrap .btn {
    margin: 0 auto;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
             和み庵の想い
++++++++++++++++++++++++++++++++++++++++++++++
*/
.thought .page__header {
  background: url(../img/thought_header.jpg) no-repeat 70%/cover;
}
.thought .page__header h1 {
  max-width: 280px;
}

.thought .t_sec01 {
  text-align: center;
  padding: 0 20px;
}
.thought .t_sec01 .sec__text p:last-child {
  padding-top: 20px;
}
.thought .t_sec01 .sec__img {
  position: relative;
  margin-top: 60px;
  padding: 10px 0;
}
.thought .t_sec01 .sec__img .t_sec01-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: 0;
  top: -50px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.thought .t_sec02 {
  text-align: center;
  padding: 0 20px;
}
.thought .t_sec02 .sec__img {
  position: relative;
  margin-top: 80px;
}
.thought .t_sec02 .sec__img .t_sec02-kazari {
  position: absolute;
  transform: rotate(14deg);
  left: 0;
  top: -40px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}

@media print, screen and (min-width: 576px) {
  .thought .t_sec01 .sec__img .t_sec01-kazari {
    width: 50%;
  }
  .thought .t_sec02 .sec__img .t_sec02-kazari {
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .thought .page__header {
    background-position: center;
  }
  .thought .page__header h1 {
    max-width: 400px;
    left: 14.29%;
  }
  .thought .t_sec01 {
    padding: 0;
    margin-top: 100px;
  }
  .thought .t_sec01 .sec__text {
    text-align: center;
  }
  .thought .t_sec01 .sec__text p:last-child {
    padding-top: 40px;
  }
  .thought .t_sec01 .sec__img {
    margin-top: 90px;
  }
  .thought .t_sec01 .sec__img .t_sec01-kazari {
    right: -10.71%;
    top: -80px;
    width: 100%;
  }
  .thought .t_sec02 .sec__text {
    text-align: center;
  }
  .thought .t_sec02 .sec__img .t_sec02-kazari {
    transform: rotate(20deg);
    left: -16.71%;
    top: -120px;
    width: 100%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  サービス案内
++++++++++++++++++++++++++++++++++++++++++++++
*/
.service .page__header {
  background: url(../img/service_header.jpg) no-repeat 60%/cover;
}

.service .page__header h1 {
  max-width: 330px;
  left: 0;
}
.service .s_sec01 {
  padding: 0 20px 60px;
  text-align: center;
}
.service .s_sec01 .sec__text {
  text-align: center;
}
.service .s_sec01 .sec__text p {
  text-align: left;
  display: inline-block;
}
.service .s_sec01 .border_p {
  border-top: 1px solid #59493f;
  border-bottom: 1px solid #59493f;
  padding: 20px 0;
  text-align: center;
  margin: 30px 0 0;
  font-size: 1.6rem;
  display: inline-block;
}
.service .s_sec01 .border_p p {
  font-size: 1.4rem;
}
.service .s_sec01 .maru_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.service .s_sec01 .maru_list li {
  width: calc(50% - 10px);
  max-width: 180px;
  height: 160px;
  background-color: #512707;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 20px 0 0;
}
.service .s_sec01 .maru_list li p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.service .s_sec01 .maru_list li:nth-child(even) {
  background-color: #f19149;
}
.service .s_sec02 {
  padding: 60px 20px;
  background-color: #fff9f5;
}
.service .s_sec02 .box__img {
  margin-bottom: 60px;
}
.service .s_sec02 .text__list {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.service .s_sec02 .s_list {
  font-size: 1.4rem;
  display: inline-block;
}
.service .s_sec02 .s_list:first-child {
  margin-right: 40px;
}
.service .s_sec02 .s_list:last-child {
  padding-top: 26px;
}
.service .s_sec03 {
  padding: 0 20px 60px;
  position: relative;
}
.service .s_sec03 .s_sec03-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  left: 0;
  top: -80px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.service .s_sec03 .sec__list {
  margin-top: 30px;
}
.service .s_sec03 .sec__list .bg_list:last-child {
  margin-top: 36px;
}
.service .s_sec04 {
  background-color: #fff9f5;
  padding: 60px 20px;
}
.service .s_sec04 .box__img {
  margin-bottom: 60px;
}
.service .s_sec04 .text__inr {
  padding-top: 30px;
}
.service .s_sec05 {
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.service .s_sec05 .s_sec05-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: 10px;
  top: -80px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.service .s_sec05 .table .t_flexul {
  display: flex;
}
.service .s_sec05 .table .t_flexul ul:first-child {
  text-align: center;
}
.service .s_sec05 .table .t_flexul ul:last-child {
  padding-left: 30px;
  text-align: right;
}
.service .s_sec05 .attention {
  padding: 20px 0 30px;
  text-align: left;
}
.service .s_sec05 .attention ul {
  display: inline-block;
  font-size: 1.4rem;
  padding-top: 20px;
  text-align: left;
}
.service .s_sec05 .attention ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 4px;
}
.service .s_sec05 .attention ul li::before {
  content: "●";
}

@media screen and (max-width: 1023px) {
  .s_sec05 .table__wrap {
    display: block;
    overflow: hidden;
  }
  .s_sec05 .table__wrap .tableshima th,
.s_sec05 .table__wrap .tableshima td {
    width: 33%;
    padding: 20px 0;
    vertical-align: middle;
  }
  .s_sec05 .table__wrap .tableshima th {
    font-size: 12px;
  }
  .s_sec05 .table__wrap .tableshima td {
    padding: 30px 0 0;
  }
}
@media print, screen and (min-width: 576px) {
  .service .s_sec01 .border_p {
    padding: 20px;
    margin: 40px 0 0;
  }
  .service .s_sec01 .border_p p {
    font-size: 1.8rem;
  }
  .service .s_sec01 .maru_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service .s_sec01 .maru_list li {
    border-radius: 50%;
    margin: 50px auto 0;
    width: calc(20% - 10px);
    height: 150px;
  }
  .service .s_sec01 .maru_list li p {
    font-size: 2rem;
  }
  .service .s_sec02 .box__img {
    max-width: 80%;
    margin: 0 auto 60px;
  }
  .service .s_sec03 {
    padding: 0 20px 100px;
  }
  .service .s_sec03 .s_sec03-kazari {
    top: -80px;
    width: 40%;
  }
  .service .s_sec04 .box__img {
    max-width: 80%;
    margin: 0 auto 60px;
  }
  .service .s_sec05 .s_sec05-kazari {
    top: -80px;
    width: 40%;
  }
}
/*スマホ・タブレットのみ*/
@media screen and (max-width: 1024px) {
  .service .s_sec05 .table td,
.service .s_sec05 .table th {
    display: table-row;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 20px;
  }
  .service .s_sec05 .table th {
    font-size: 1.4rem;
  }
  .service .s_sec05 .table td {
    padding: 20px;
  }
  .service .s_sec05 .table td:last-child {
    padding-top: 0;
  }
  .service .s_sec05 .table .sp_bold {
    font-weight: bold;
  }
  .service .s_sec05 .table .bottom0 {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .service .page__header {
    background-position: center center;
  }
  .service .page__header h1 {
    max-width: 420px;
    left: 14.29%;
  }
  .service .s_sec01 {
    max-width: 1000px;
    margin: 120px auto 0;
  }
  .service .s_sec01 .sec__text p {
    text-align: center;
  }
  .service .s_sec01 .maru_list li {
    width: 180px;
    height: 180px;
  }
  .service .s_sec01 .maru_list li p {
    font-size: 2.4rem;
  }
  .service .s_sec02 {
    padding: 120px 0;
    background-color: #fff9f5;
    position: relative;
  }
  .service .s_sec02 .box__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    width: 42.86%;
    max-height: 480px;
  }
  .service .s_sec02 .box__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 480px;
  }
  .service .s_sec02 .box__text {
    margin-right: 42%;
    margin-left: 14.29%;
    width: 42.29%;
  }
  .service .s_sec02 .text__list {
    display: flex;
    justify-content: flex-start;
    padding-top: 80px;
  }
  .service .s_sec02 .s_list {
    font-size: 1.6rem;
  }
  .service .s_sec02 .s_list:last-child {
    padding-top: 36px;
  }
  .service .s_sec03 {
    padding: 0 20px 100px;
  }
  .service .s_sec03 .s_sec03-kazari {
    top: -180px;
    width: 100%;
    left: 7.14%;
  }
  .service .s_sec03 .sec__list {
    margin-top: 70px;
    display: flex;
    justify-content: center;
  }
  .service .s_sec03 .sec__list .bg_list {
    width: 42%;
  }
  .service .s_sec03 .sec__list .bg_list:last-child {
    margin-top: 0;
  }
  .service .s_sec03 .sec__list .list02 {
    margin-left: 20px;
  }
  .service .s_sec03 .sec__list .list02:last-child {
    content: "";
    display: block;
    width: 42%;
    background-color: #f7f6f5;
  }
  .service .s_sec04 {
    padding: 120px 0;
    position: relative;
  }
  .service .s_sec04 .box__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    width: 42.86%;
    max-height: 480px;
  }
  .service .s_sec04 .box__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 480px;
  }
  .service .s_sec04 .box__text {
    margin-left: 49%;
    /*         margin-right: 14.29%; */
    width: 42.29%;
  }
  .service .s_sec04 .text__inr {
    padding-top: 80px;
  }
  .service .s_sec05 .s_sec05-kazari {
    top: -200px;
    width: 100%;
    right: 7.14%;
  }
  .service .s_sec05 .attention {
    padding: 20px 0 50px;
    text-align: center;
  }
  .service .s_sec05 .attention ul {
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
  }
  .service .s_sec05 .attention ul li {
    padding-top: 0;
    line-height: 1.8;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  施設案内
++++++++++++++++++++++++++++++++++++++++++++++
*/
.infomation .page__header {
  background: url(../img/infomation_header.jpg) no-repeat 10%/cover;
}

.infomation .i_sec01 {
  padding: 0 20px;
  text-align: center;
}
.infomation .i_sec01 .table__wrap {
  margin-top: 30px;
}
.infomation .i_sec01 .sec__text {
  text-align: left;
}
.infomation .i_sec01 .tableshima .mark_list {
  text-align: left;
}
.infomation .i_sec01 .tableshima .mark_list li {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 4px;
}
.infomation .i_sec01 .tableshima .mark_list li::before {
  content: "●";
}
.infomation .i_sec02 {
  padding: 0 20px 60px;
  margin-top: 80px;
  position: relative;
  text-align: center;
}
.infomation .i_sec02 .i_sec02-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: -10.57%;
  top: -75px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.infomation .i_sec02 .sec__text {
  text-align: center;
}
.infomation .i_sec02 .sec__text p {
  padding: 30px 0;
}
.infomation .i_sec02 .sec__text .table__wrap .sp_p {
  padding-top: 0;
  text-align: left;
}
.infomation .i_sec03 {
  padding: 0 20px;
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.infomation .i_sec03 .i_sec03-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  left: -13.57%;
  width: 70%;
  top: -60px;
  max-width: 530px;
}
.infomation .i_sec03 .sec__list p {
  text-align: left;
}
.infomation .i_sec03 .sec__listwrap {
  margin-top: 30px;
}
.infomation .i_sec03 .bg_list.list02 li {
  background-color: #fff;
}
.infomation .i_sec03 .bg_list.list02 li:nth-child(even) {
  background-color: #f7f6f5;
}
.infomation .i_sec03 .sec__img {
  margin: 40px 0 0;
}

@media print, screen and (min-width: 576px) {
  .infomation .i_sec02 {
    margin-top: 100px;
  }
  .infomation .i_sec02 .i_sec02-kazari {
    width: 40%;
    max-width: 430px;
  }
  .infomation .i_sec03 {
    margin-top: 100px;
  }
  .infomation .i_sec03 .i_sec03-kazari {
    width: 40%;
    max-width: 430px;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation .page__header {
    background-position: center center;
  }
  .infomation .i_sec01 .table__wrap {
    margin-top: 40px;
  }
  .infomation .i_sec01 .sec__text {
    text-align: center;
  }
  .infomation .i_sec01 .tableshima {
    /*         tr:nth-child(3) {
      td {
        height: 100px;
        &:first-child p {
          padding: 40px 0;
        }
      }
    } */
  }
  .infomation .i_sec01 .tableshima tr:nth-child(3) td {
    vertical-align: top;
    height: 100px;
  }
  .infomation .i_sec01 .tableshima tr:nth-child(3) td:nth-child(2) {
    width: 100%;
  }
  .infomation .i_sec01 .tableshima tr:nth-child(3) td:first-child p {
    padding: 40px 0;
  }
  .infomation .i_sec02 {
    margin-top: 100px;
  }
  .infomation .i_sec02 .i_sec02-kazari {
    right: -4.14%;
    width: 100%;
  }
  .infomation .i_sec02 .sec__text p {
    padding: 50px 0 40px;
  }
  .infomation .i_sec03 {
    margin-top: 100px;
  }
  .infomation .i_sec03 .sec__list p {
    text-align: center;
  }
  .infomation .i_sec03 .i_sec03-kazari {
    left: -5.87%;
    width: 100%;
    top: -20px;
  }
  .infomation .i_sec03 .sec__listwrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .infomation .i_sec03 .sec__listwrap .bg_list {
    display: inline-block;
    width: 42%;
  }
  .infomation .i_sec03 .bg_list.list02 {
    margin-left: 20px;
  }
  .infomation .i_sec03 .sec__img {
    max-width: 1000px;
    margin: 60px auto 0;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
             スタッフ紹介
++++++++++++++++++++++++++++++++++++++++++++++
*/
.staff .page__header {
  background: url(../img/staff_header.jpg) no-repeat center/cover;
}
.staff .page__header h1 {
  max-width: 300px;
}

.staff .st_sec01 {
  padding: 0 20px;
  text-align: center;
}
.staff .st_sec01 .sec__text {
  text-align: left;
}
.staff .st_sec01 .link_wrap li {
  width: 100%;
}
.staff .st_sec01 .sec__img {
  position: relative;
  margin: 60px auto 0;
  padding: 10px 0;
}
.staff .st_sec01 .sec__img .st_sec01-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: 0;
  top: -40px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.staff .st_sec02 {
  padding: 0 20px;
  text-align: center;
}
.staff .st_sec02 .staff01 {
  position: relative;
  margin-top: 80px;
}
.staff .st_sec02 .staff01 .st_sec02-kazari1 {
  position: absolute;
  transform: rotate(14deg);
  left: 0;
  top: -40px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.staff .st_sec02 .staff02 {
  position: relative;
  margin-top: 60px;
}
.staff .st_sec02 .staff02 .st_sec02-kazari2 {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: 0;
  top: -40px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.staff .st_sec02 .staff03 {
  position: relative;
  margin-top: 60px;
}
.staff .st_sec02 .staff03 .st_sec02-kazari3 {
  position: absolute;
  transform: rotate(14deg);
  left: 0;
  top: -40px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.staff .st_sec02 .staff04 {
  position: relative;
  margin-top: 60px;
}
.staff .st_sec02 .staff04 .st_sec02-kazari4 {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: 0;
  top: -40px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.staff .st_sec02 .staff__boxs .staff__title {
  margin: 40px 0 10px;
}
.staff .st_sec02 .staff__boxs .box {
  margin-top: 30px;
  margin-right: 20px;
}
.staff .st_sec02 .staff__boxs .box .box__img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  background-color: #ddd;
}
.staff .st_sec02 .staff__boxs .box .box__text {
  margin-top: 40px;
}
.staff .st_sec02 .staff__boxs .box .box__text .staff_name {
  font-size: 1.8rem;
  text-align: left;
}
.staff .st_sec02 .staff__boxs .box .box__text .staff_name span {
  font-size: 1.4rem;
  color: #f19149;
  letter-spacing: 0.2em;
  padding-left: 10px;
}
.staff .st_sec02 .staff__boxs .box .box__text .text__list {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 10px;
}
.staff .st_sec02 .staff__boxs .box .box__text .text__list li {
  border-bottom: 1px solid #dedbd9;
  padding: 14px 0;
}
.staff .st_sec02 .staff__boxs .box .box__text .text__list li:last-child {
  border: none;
  padding-bottom: 0;
}
.staff .img_bar {
  margin: 30px 0;
}
.staff .st_sec03 {
  padding: 0 20px;
  text-align: center;
}
.staff .st_sec03 .sec__text {
  text-align: left;
}
.staff .st_sec03 .sec__img {
  position: relative;
  margin: 60px 0 0;
  padding: 10px 0;
}
.staff .st_sec03 .sec__img .st_sec03-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: 0;
  top: -40px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.staff .st_sec04 {
  padding: 60px 20px;
  background: #fff9f5;
  text-align: center;
}
.staff .st_sec04 .sec__text {
  text-align: left;
}
.staff .st_sec04 .maru_list li {
  width: 180px;
  height: 180px;
  background-color: #f7bb8e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 20px auto 0;
}
.staff .st_sec04 .maru_list li p {
  font-size: 1.6rem;
}
.staff .st_sec05 {
  margin-top: 0;
  padding: 0 20px;
  text-align: center;
}
.staff .st_sec05 .bg_list li:nth-child(odd) {
  font-weight: 500;
}
.staff .st_sec05 .st04__box {
  margin-top: 30px;
  display: inline-block;
  border-top: 1px solid #59493f;
  border-bottom: 1px solid #59493f;
  padding: 20px 10px;
}
.staff .st_sec05 .st04__box p {
  text-align: left;
}
.staff .st_sec06 {
  padding: 0 20px;
  margin-top: 100px;
  text-align: center;
  position: relative;
}
.staff .st_sec06 .st_sec05-kazari {
  position: absolute;
  transform: rotate(14deg);
  left: 0;
  top: -80px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.staff .st_sec06 .st06__box .sec__text {
  padding: 30px 0;
}
.staff .st_sec06 .st06__box .sec__text p {
  text-align: left;
}
.staff .st_sec06 .st06__box .sec__text .staff__title {
  margin-bottom: 30px;
}
.staff .st_sec06 .st06__box .sec__text .title-mt {
  margin: 30px 0 0;
}
.staff .st_sec06 .st06__box .bg_list.list02 li {
  background-color: #fff;
}
.staff .st_sec06 .st06__box .bg_list.list02 li:nth-child(even) {
  background-color: #f7f6f5;
}
.staff .st_sec06 .st06__box .st06__list li {
  background-color: #f7f6f5;
  font-size: 1.8rem;
  max-width: 250px;
  margin: 0 auto 50px;
  text-align: center;
  border-radius: 10px;
  padding: 25px 0;
  position: relative;
}
.staff .st_sec06 .st06__box .st06__list li:last-child {
  background-color: #f19149;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.staff .st_sec06 .st06__box .st06__list li:last-child::after {
  display: none;
}
.staff .st_sec06 .st06__box .st06__list li::after {
  content: "";
  background: url(../img/arrow02.svg) no-repeat;
  display: block;
  display: block;
  width: 40px;
  height: 10px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

@media print, screen and (min-width: 576px) {
  .staff .st_sec01 .sec__img .st_sec01-kazari {
    max-width: 430px;
  }
  .staff .st_sec02 .staff01 {
    position: relative;
    margin-top: 100px;
  }
  .staff .st_sec02 .staff01 .st_sec02-kazari1 {
    max-width: 430px;
    width: 40%;
  }
  .staff .st_sec02 .staff02 {
    margin-top: 100px;
  }
  .staff .st_sec02 .staff02 .st_sec02-kazari2 {
    max-width: 430px;
    width: 40%;
  }
  .staff .st_sec02 .staff03 {
    margin-top: 100px;
  }
  .staff .st_sec02 .staff03 .st_sec02-kazari3 {
    max-width: 430px;
    width: 40%;
  }
  .staff .st_sec02 .staff04 {
    margin-top: 100px;
  }
  .staff .st_sec02 .staff04 .st_sec02-kazari4 {
    max-width: 430px;
    width: 40%;
  }
  .staff .st_sec03 .sec__img {
    position: relative;
    margin: 60px auto 0;
  }
  .staff .st_sec03 .sec__img .st_sec03-kazari {
    max-width: 430px;
  }
  .staff .st_sec04 .maru_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 860px;
    margin: 40px auto 0;
  }
  .staff .st_sec04 .maru_list li {
    margin: 0;
  }
  .staff .st_sec06 {
    margin-top: 140px;
  }
  .staff .st_sec06 .st_sec05-kazari {
    max-width: 430px;
    width: 40%;
  }
}
@media print, screen and (min-width: 1024px) {
  .staff .page__header h1 {
    max-width: 400px;
    left: 14.29%;
  }
  .staff .st_sec01 {
    padding: 0;
    margin: 100px auto 0;
  }
  .staff .st_sec01 .sec__text {
    text-align: center;
  }
  .staff .st_sec01 .link_wrap {
    max-width: 500px;
    margin: 40px auto 0;
  }
  .staff .st_sec01 .link_wrap li {
    width: 45%;
  }
  .staff .st_sec01 .sec__img {
    position: relative;
    margin: 90px auto 0;
  }
  .staff .st_sec01 .sec__img .st_sec01-kazari {
    right: -16.71%;
    top: -80px;
    width: 100%;
  }
  .staff .st_sec02 .staff01 {
    position: relative;
  }
  .staff .st_sec02 .staff01 .st_sec02-kazari1 {
    left: 3.57%;
    top: -80px;
    width: 100%;
    max-width: 430px;
  }
  .staff .st_sec02 .staff02 .st_sec02-kazari2 {
    right: 3.57%;
    top: -60px;
    width: 100%;
    max-width: 430px;
  }
  .staff .st_sec02 .staff03 .st_sec02-kazari3 {
    left: 3.57%;
    top: -80px;
    width: 100%;
    max-width: 430px;
  }
  .staff .st_sec02 .staff04 .st_sec02-kazari4 {
    right: 3.57%;
    top: -60px;
    width: 100%;
    max-width: 430px;
  }
  .staff .st_sec02 .staff__boxs .staff__title {
    margin: 40px 0 50px;
  }
  .staff .st_sec02 .staff__boxs .box {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
  }
  .staff .st_sec02 .staff__boxs .box .box__img {
    border-radius: 10px;
    width: 400px;
    height: 320px;
    background-color: #ddd;
  }
  .staff .st_sec02 .staff__boxs .box .box__text {
    margin: 0;
    width: 45%;
  }
  .staff .st_sec02 .staff__boxs .box:last-child {
    margin-bottom: 0;
  }
  .staff .img_bar {
    margin: 100px 0;
  }
  .staff .st_sec03 {
    padding: 0;
  }
  .staff .st_sec03 .sec__text {
    text-align: center;
  }
  .staff .st_sec03 .sec__img {
    position: relative;
    margin: 90px auto 0;
  }
  .staff .st_sec03 .sec__img .st_sec03-kazari {
    right: -16.71%;
    top: -80px;
    width: 100%;
  }
  .staff .st_sec04 {
    padding-bottom: 80px;
  }
  .staff .st_sec04 .sec__text {
    text-align: center;
  }
  .staff .st_sec05 {
    margin-top: 0;
    padding: 0 20px;
    text-align: center;
  }
  .staff .st_sec05 .bg_list {
    width: 42%;
  }
  .staff .st_sec05 .bg_list:last-child {
    margin-left: 20px;
  }
  .staff .st_sec05 .st04__box {
    margin-top: 50px;
    padding: 20px 60px;
  }
  .staff .st_sec05 .st04__box p {
    font-size: 1.8rem;
    text-align: center;
  }
  .staff .st_sec05 .sec__list {
    display: flex;
    justify-content: center;
  }
  .staff .st_sec06 {
    margin-top: 140px;
  }
  .staff .st_sec06 .st_sec05-kazari {
    left: 5.57%;
    top: -120px;
    width: 80%;
  }
  .staff .st_sec06 .st06__box .sec__text {
    padding: 80px 0 60px;
  }
  .staff .st_sec06 .st06__box .sec__text p {
    text-align: center;
  }
  .staff .st_sec06 .st06__box .sec__text .staff__title {
    margin-bottom: 40px;
  }
  .staff .st_sec06 .st06__box .sec__text .title-mt {
    margin: 40px 0 0;
  }
  .staff .st_sec06 .st06__box .sec__list {
    display: flex;
    justify-content: center;
  }
  .staff .st_sec06 .st06__box .sec__list .bg_list {
    width: 42%;
  }
  .staff .st_sec06 .st06__box .sec__list .bg_list li {
    font-size: 1.8rem;
  }
  .staff .st_sec06 .st06__box .sec__list .bg_list:nth-child(2) {
    margin-left: 20px;
  }
  .staff .st_sec06 .st06__box .bg_list.list02 {
    margin-left: 20px;
  }
  .staff .st_sec06 .st06__box .st06__list {
    display: flex;
    justify-content: center;
  }
  .staff .st_sec06 .st06__box .st06__list li {
    background-color: #f7f6f5;
    font-size: 1.8rem;
    width: 250px;
    margin: 0;
    margin-right: 50px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    padding: 30px 0;
  }
  .staff .st_sec06 .st06__box .st06__list li:last-child {
    margin: 0;
    padding: 25px 0;
  }
  .staff .st_sec06 .st06__box .st06__list li::after {
    content: "";
    background: url(../img/arrow02.svg) no-repeat;
    display: block;
    display: block;
    width: 40px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: initial;
    right: -50px;
    position: absolute;
    top: 50%;
    transform: initial;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  採用情報
++++++++++++++++++++++++++++++++++++++++++++++
*/
.recruit .page__header {
  background: url(../img/recruit_header.jpg) no-repeat 30%/cover;
}

.recruit .page__header h1 {
  max-width: 240px;
}
.recruit .r_sec01 {
  padding: 0 20px;
  text-align: center;
}
.recruit .r_sec01 .read__box p:first-child {
  text-align: center;
}
.recruit .r_sec01 .sec__text p {
  display: inline-block;
  text-align: left;
}
.recruit .r_sec01 .sec__img {
  position: relative;
  margin-top: 60px;
  padding: 10px 0;
}
.recruit .r_sec01 .sec__img .r_sec01-kazari {
  position: absolute;
  transform: scale(-1, 1) rotate(14deg);
  right: 0;
  top: -50px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.recruit .r_sec02 {
  padding: 60px 20px;
  text-align: center;
  background: #fff9f5;
}
.recruit .r_sec02 .sec__text {
  text-align: left;
}
.recruit .r_sec02 .maru_list {
  display: flex;
  flex-wrap: wrap;
}
.recruit .r_sec02 .maru_list li {
  width: calc(50% - 10px);
  height: 160px;
  max-width: 180px;
  background-color: #f7bb8e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 20px auto 0;
}
.recruit .r_sec02 .maru_list li p {
  text-align: center;
  padding-top: 6px;
  font-size: 1.4rem;
}
.recruit .r_sec03 {
  text-align: center;
  padding: 0 20px;
}
.recruit .img_bar {
  position: relative;
  margin: 60px 0 30px;
}
.recruit .img_bar .r_sec03-kazari {
  position: absolute;
  transform: rotate(14deg);
  left: 0;
  top: -50px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}
.recruit .r_sec04 {
  padding: 0 20px;
  text-align: center;
}
.recruit .r_sec04 .r_flow {
  margin: 30px auto 0;
  max-width: 860px;
}
.recruit .r_sec04 .r_flow dl {
  margin-top: 40px;
}
.recruit .r_sec04 .r_flow dl:first-child {
  margin-top: 0;
}
.recruit .r_sec04 .r_flow dt {
  background: #fff9f5;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.recruit .r_sec04 .r_flow dt p {
  font-size: 1.8rem;
  padding: 10px 0;
  margin-left: 20px;
}
.recruit .r_sec04 .r_flow dt span {
  padding: 10px 20px;
  background: #f19149;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 10px 0 0 10px;
}
.recruit .r_sec04 .r_flow dd {
  padding-top: 20px;
}
.recruit .r_sec04 .r_flow dd .dd_text {
  text-align: left;
}
.recruit .r_sec04 .r_flow dd .dd_text ul {
  font-size: 1.4rem;
  padding-top: 10px;
}
.recruit .r_sec04 .r_flow dd .dd_btn {
  padding: 30px 0 0;
}
.recruit .r_sec04 .r_flow dd .dd_btn .c__btn {
  border: 1px solid #59493f;
  border-radius: 40px;
  width: 380px;
  height: 86px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #59493f;
}
.recruit .r_sec04 .r_flow dd .dd_btn .c__btn img {
  margin-right: 20px;
  width: 32px;
}
.recruit .r_sec04 .r_flow dd .dd_btn .c__btn p {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6;
}
.recruit .r_sec04 .r_flow dd .dd_btn .c__btn p span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
.recruit .r_sec04 .r_flow dd .dd_btn .c__btn:last-child {
  margin-top: 40px;
}
.recruit .r_sec04 .r_flow dd .dd_btn .c__btn:last-child p {
  font-size: 1.4rem;
}
.recruit .r_sec04 .r_flow dd .dd_btn .c__btn:hover {
  background-color: #f19149;
  border-color: #f19149;
}

@media screen and (max-width: 1023px) {
  .r_sec03 .tableshima th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px;
  }
  .r_sec03 .tableshima td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto;
    padding: 10px 20px 20px;
  }
}
@media print, screen and (min-width: 576px) {
  .recruit .page__header {
    background-position: center;
  }
  .recruit .r_sec02 .sec__text {
    text-align: center;
  }
  .recruit .r_sec02 .maru_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 860px;
    margin: 40px auto 0;
  }
  .recruit .r_sec02 .maru_list li {
    margin: 0;
  }
  .recruit .r_sec02 .maru_list li p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit .page__header h1 {
    max-width: 320px;
    left: 14.29%;
  }
  .recruit .r_sec01 {
    padding: 0;
  }
  .recruit .r_sec01 .sec__text p {
    text-align: center;
  }
  .recruit .r_sec01 .sec__img {
    margin-top: 90px;
  }
  .recruit .r_sec01 .sec__img .r_sec01-kazari {
    right: -10.71%;
    top: -80px;
    width: 100%;
  }
  .recruit .r_sec02 {
    padding-bottom: 80px;
  }
  .recruit .r_sec02 .sec__text {
    text-align: center;
  }
  .recruit .r_sec02 .maru_list {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 40px auto 0;
  }
  .recruit .r_sec02 .maru_list li {
    margin: 0;
    width: 180px;
    height: 180px;
  }
  .recruit .r_sec03 {
    text-align: center;
    padding: 0 20px;
  }
  .recruit .r_sec03 .tableshima td {
    text-align: left;
  }
  .recruit .img_bar .r_sec03-kazari {
    left: 3.57%;
    width: 100%;
  }
  .recruit .r_sec04 .r_flow {
    margin-top: 70px;
  }
  .recruit .r_sec04 .r_flow dl {
    margin-top: 60px;
  }
  .recruit .r_sec04 .r_flow dl:first-child {
    margin-top: 0;
  }
  .recruit .r_sec04 .r_flow dt p {
    font-size: 2.4rem;
    margin-left: 30px;
  }
  .recruit .r_sec04 .r_flow dt span {
    font-size: 3rem;
  }
  .recruit .r_sec04 .r_flow dd {
    padding-top: 40px;
  }
  .recruit .r_sec04 .r_flow dd .dd_text {
    padding: 0 30px 0 100px;
  }
  .recruit .r_sec04 .r_flow dd .dd_text ul {
    font-size: 1.6rem;
    padding-top: 10px;
  }
  .recruit .r_sec04 .r_flow dd .dd_btn {
    padding: 40px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruit .r_sec04 .r_flow dd .dd_btn .c__btn {
    width: 420px;
    height: 94px;
    border-radius: 50px;
    margin: 0;
  }
  .recruit .r_sec04 .r_flow dd .dd_btn .c__btn p {
    font-size: 2.6rem;
  }
  .recruit .r_sec04 .r_flow dd .dd_btn .c__btn p span {
    font-size: 1.4rem;
  }
  .recruit .r_sec04 .r_flow dd .dd_btn .c__btn:last-child {
    margin-top: 0;
  }
  .recruit .r_sec04 .r_flow dd .dd_btn .c__btn:last-child p {
    font-size: 1.6rem;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  事業所案内
++++++++++++++++++++++++++++++++++++++++++++++
*/
.company .page__header {
  background: url(../img/company_header.jpg) no-repeat center/cover;
}
.company .page__header h1 {
  max-width: 280px;
}

.company .c_sec01 {
  padding: 0 20px;
}
.company .c_sec01 .sec__table {
  margin-top: 30px;
}
.company .c_sec02 {
  padding: 0 20px;
}
.company .c_sec02 .map_wrap {
  margin-top: 30px;
  width: 100%;
  height: 400px;
}
.company .c_sec02 .map_wrap iframe {
  width: 100%;
  height: 400px;
}
.company .img_bar {
  position: relative;
  margin: 100px auto 0;
  padding: 0 20px;
  text-align: center;
}
.company .img_bar .c_sec02-kazari {
  position: absolute;
  transform: rotate(14deg);
  left: 0;
  top: -50px;
  z-index: 2;
  max-width: 530px;
  width: 70%;
}

@media screen and (max-width: 1023px) {
  .c_sec01 .tableshima th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px;
  }
  .c_sec01 .tableshima td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto;
    padding: 10px 20px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .company .page__header h1 {
    max-width: 360px;
    left: 14.29%;
  }
  .company .c_sec01 .sec__table {
    margin-top: 60px;
  }
  .company .c_sec01 .sec__table .tableshima td {
    text-align: left;
  }
  .company .c_sec02 .map_wrap {
    margin-top: 60px;
    width: 100%;
    height: 400px;
  }
  .company .c_sec02 .map_wrap iframe {
    width: 100%;
    height: 400px;
  }
  .company .img_bar {
    margin: 140px auto 0;
    padding: 0;
  }
  .company .img_bar .c_sec02-kazari {
    left: 3.57%;
    width: 100%;
    top: -80px;
  }
  .company .img_bar .bgimg {
    margin: 0 auto;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  お問い合わせ
++++++++++++++++++++++++++++++++++++++++++++++
*/
.contact .page__header {
  background: url(../img/contact_header.jpg) no-repeat 30%/cover;
}
.contact .page__header h1 {
  max-width: 280px;
}

.co_sec01 {
  padding: 0 20px 60px;
}

.contact_page_txt {
  padding: 0 20px 40px;
}
.contact_page_txt p {
  display: inline-block;
}

.formtable {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

.formtable tr:first-child td {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.formtable th {
  padding: 20px;
  vertical-align: middle;
  font-weight: normal;
}

.formtable td {
  padding: 20px;
}

.red {
  font-size: 14px;
  color: #e51616;
  font-weight: normal;
}

.formtable .boxm,
.formtable textarea {
  width: 100%;
  padding: 10px 12.5px;
  transition: all 0.5s;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #f6f6f5;
  background-color: #f6f6f5;
}

.formtable .boxm:focus,
.formtable textarea:focus {
  border: 1px solid #4a698c;
  outline: 0;
}

.contact__policy {
  line-height: 2;
  padding: 0 20px;
}

.contact__policy h2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  font-weight: bold;
}

.policy__box {
  max-width: 740px;
  width: 100%;
  height: 200px;
  margin: 20px auto;
  padding: 20px;
  background: #f9f9f9;
  overflow: auto;
  box-sizing: border-box;
  text-align: left;
  border-radius: 10px;
}

.policy__box p {
  font-size: 13px;
  margin-bottom: 20px;
}

.contact__check {
  text-align: center;
  font-size: 14px;
}

.kojin__checkbox {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.kojin__checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kojin__checkbox label input {
  width: 20px;
}

.kojin__checkbox input {
  margin-right: 10px;
}

.kojin_checkbox:hover {
  cursor: pointer;
}

.submit-btn {
  width: 300px;
  margin: 20px auto;
}

.submit-btn input {
  width: 300px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  color: #59493f;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  border: 1px solid #59493f;
  border-radius: 30px;
  background-color: #fff;
}
.submit-btn input:hover {
  background-color: #4a698c;
  border-color: #4a698c;
  color: #fff;
}

* input[type=radio] {
  display: none;
}

/* Chrome */
::-webkit-input-placeholder {
  color: #ddd;
}

/* Firefox */
::-moz-placeholder {
  color: #ddd;
}

/* IE */
:-ms-input-placeholder {
  color: #ddd;
}

.thanks .contact {
  padding-top: 120px;
}

/*ラジオボタンの装飾*/
.contact01,
.contact02,
.contact03 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 26px;
  position: relative;
  width: 45%;
  font-size: 1.3rem;
}

.dd_flex {
  display: flex;
  flex-wrap: wrap;
}

.contact01::before,
.contact02::before,
.contact03::before {
  background: #f7f6f5;
  border: 1px solid #f7f6f5;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.contact01::after,
.contact02::after,
.contact03::after {
  background: #f7f6f5;
  border: 5px solid #59493f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 16px;
}

input[type=radio]:checked + .contact01::after,
input[type=radio]:checked + .contact02::after,
input[type=radio]:checked + .contact03::after {
  opacity: 1;
}

.radio__wrap {
  text-align: left;
}

/*1023px以下　テーブルの行*/
@media screen and (max-width: 1023px) {
  .formtable th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px;
  }
  .formtable td {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact .page__header {
    background-position: center center;
  }
  .contact .page__header h1 {
    max-width: 340px;
  }
  .co_sec01 {
    padding-bottom: 80px;
  }
  .contact_page_txt {
    padding-bottom: 80px;
    text-align: center;
  }
  .contact_page_txt p {
    text-align: center;
  }
  .formtable th {
    width: 30%;
  }
  .formtable td {
    width: 70%;
  }
  .thanks .contact {
    padding-top: 200px;
  }
  .formtable tr:first-child td {
    display: block;
    width: 100%;
  }
  .contact01,
.contact02,
.contact03 {
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */