/*======================================================================
# mixin
======================================================================*/
/*======================================================================
# color
======================================================================*/
/*======================================================================
# font
======================================================================*/
/*======================================================================
# common
======================================================================*/
@media screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
  .is-tab {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

body {
  font-size: 16px;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

.inner {
  max-width: 1150px;
  width: 93%;
  margin: 0 auto;
}

img {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .section-inner {
    width: 100%;
  }
}

.section-head-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .section-head-title {
    width: 100%;
    text-align: center;
  }
}

.section-sub-title {
  font-size: 35px;
  margin: 60px 0;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  color: #afb80b;
}

@media screen and (max-width: 520px) {
  .section-sub-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    margin-top: 20px;
    text-align: left;
  }
}

.section-text {
  font-size: 14px;
  line-height: 2.4;
  margin-top: 45px;
  margin-bottom: 40px;
  font-weight: bold;
}

/* header
----------------------------------------------------------------------*/
.header {
  height: 120px;
  width: 100%;
  z-index: 100;
}

.header.is-js {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(99, 87, 78, 0.8);
  height: 70px;
}

@media screen and (max-width: 520px) {
  .header {
    height: 60px;
  }
  .header.is-js {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(99, 87, 78, 0.8);
    height: 60px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {
  width: 400px;
  margin-top: 20px;
}

.header-logo.is-js {
  width: 300px;
  height: 50px;
  margin-top: 10px;
  margin-right: auto;
}

@media screen and (max-width: 520px) {
  .header-logo {
    width: 195px;
    margin-top: 10px;
  }
  .header-logo.is-js {
    width: 200px;
    height: 60px;
    margin-top: 15px;
    margin-right: auto;
  }
}

.header-nav {
  margin-left: auto;
}

@media screen and (max-width: 520px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-item-link {
  margin-left: 30px;
  color: #666666;
  font-size: 12px;
  line-height: 120px;
  font-weight: bold;
}

.header-nav-item-link.is-js {
  color: #fff;
  line-height: 70px;
}

.drawer-icon {
  width: 24px;
  height: 20px;
  z-index: 300;
  margin-top: 20px;
  margin-left: auto;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

@media screen and (max-width: 520px) {
  .drawer-icon.is-js {
    position: fixed;
    top: 30px;
    right: 25px;
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-bar1 {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-icon.is-active .drawer-bar2 {
  display: none;
}

.drawer-icon.is-active .drawer-bar3 {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-bars {
  width: 20px;
  height: 20px;
  position: relative;
}

.drawer-bar1, .drawer-bar2, .drawer-bar3 {
  width: 15px;
  height: 3px;
  background: #000;
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
}

.drawer-bar1.is-js, .drawer-bar2.is-js, .drawer-bar3.is-js {
  background: #fff;
}

.drawer-bar1 {
  top: 0;
}

.drawer-bar2 {
  top: 6px;
}

.drawer-bar3 {
  top: 12px;
}

.drawer-content {
  position: fixed;
  top: 60px;
  left: 0;
  background-color: #665D58;
  z-index: 299;
  width: 100%;
  display: none;
}

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

.drawer-nav-item-link {
  color: #fff;
  display: block;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding-left: 14px;
}

/* top
----------------------------------------------------------------------*/
.top-inner {
  position: relative;
}

@media screen and (max-width: 520px) {
  .top-inner {
    width: 100%;
  }
}

.slideArea {
  height: 500px;
}

@media screen and (max-width: 520px) {
  .slideArea {
    height: 240px;
  }
}

.slider {
  height: 500px;
}

@media screen and (max-width: 520px) {
  .slider {
    height: 240px;
  }
}

.slide1 {
  height: 500px;
  background: url("../img/AdobeStock_64034685.jpeg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 520px) {
  .slide1 {
    height: 240px;
  }
}

.slide2 {
  height: 500px;
  background: url("../img/AdobeStock_124931099.jpeg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 520px) {
  .slide2 {
    height: 240px;
  }
}

.slide3 {
  height: 500px;
  background: url("../img/AdobeStock_385460133.jpeg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 520px) {
  .slide3 {
    height: 240px;
  }
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 520px) {
  .slide-content {
    top: 35%;
  }
}

.slide-content-top {
  width: 900px;
  margin: 0 auto;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  text-shadow: 0px 0px 4px #ffffff;
  color: #FFFFFF;
}

@media screen and (max-width: 520px) {
  .slide-content-top {
    width: 375px;
    font-size: 28px;
  }
}

.slick-active .slide-content-top {
  -webkit-animation: slideIn 1s ease-in 1 forwards;
          animation: slideIn 1s ease-in 1 forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.slick-active .slide-content-bottom {
  -webkit-animation: slideIn 1s ease-in 1 forwards;
          animation: slideIn 1s ease-in 1 forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    display: none;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    display: none;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

.slide-content-bottom {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  text-shadow: 0px 0px 4px #ffffff;
  color: #FFFFFF;
}

@media screen and (max-width: 520px) {
  .slide-content-bottom {
    font-size: 20px;
  }
}

.slick-dots {
  bottom: 70px;
}

.slick-dots li {
  width: 8px;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  opacity: .6;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #665D58;
}

.slick-next {
  right: 40px;
  z-index: 100;
}

.slick-prev {
  left: 0;
  z-index: 100;
}

.slick-prev, .slick-next {
  width: 0;
  height: 0;
}

@media screen and (max-width: 520px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

.slick-prev::before,
.slick-next::before {
  color: #666;
}

.slick-prev::before {
  position: relative;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  opacity: .4;
  font-weight: 900;
}

.slick-next::before {
  position: relative;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  opacity: .4;
  font-weight: 900;
}

.slick-prev:focus,
.slick-next:focus {
  background: rgba(255, 255, 255, 0.9);
  opacity: .4;
}

.topics-top {
  position: absolute;
  top: 440px;
  left: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #665D58;
}

@media screen and (max-width: 520px) {
  .topics-top {
    top: 180px;
  }
}

.topics-top-title {
  font-size: 26px;
  padding: 0 22px;
  position: relative;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 0px 0px 4px #ffffff;
}

@media screen and (max-width: 520px) {
  .topics-top-title {
    display: none;
  }
}

.topics-top-title::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 26px;
  background: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topics-top-text {
  display: block;
  margin-left: 22px;
  font-size: 20px;
  line-height: 1.5;
  padding-top: 5px;
  color: #fff;
  text-shadow: 0px 0px 4px #ffffff;
}

@media screen and (max-width: 520px) {
  .topics-top-text {
    line-height: 1.3;
    font-size: 13px;
    padding-top: 0;
    margin: 10px 30px;
  }
}

.swiper-container {
  text-align: left;
  margin-left: 0;
}

.top-title {
  font-size: 42px;
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .top-title {
    font-size: 20px;
  }
}

.top-sub-title {
  display: table;
  font-size: 21px;
  margin: 50px auto 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #665D58;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .top-sub-title {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
}

.top-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .top-text {
    font-size: 14px;
    text-align: center;
    line-height: 2.4;
  }
}

.top-content-item {
  width: 685px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 65px;
}

@media screen and (max-width: 520px) {
  .top-content-item {
    display: block;
    width: 100%;
  }
}

.top-content-item-img {
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 520px) {
  .top-content-item-img {
    margin: 0 auto 30px;
  }
}

.top-content-item-img img {
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 520px) {
  .top-content-item-img img {
    height: 130px;
  }
}

.top-content-item-content {
  margin-left: 145px;
}

@media screen and (max-width: 520px) {
  .top-content-item-content {
    margin-left: 0;
  }
}

.top-content-item-title {
  font-size: 25px;
  color: #B8860B;
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .top-content-item-title {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
  }
}

.top-content-item-text {
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .top-content-item-text {
    line-height: 1.4;
  }
}

/* topics
----------------------------------------------------------------------*/
.topics {
  margin-bottom: 50px;
}

.topics-head {
  width: 100%;
  height: 55px;
  background: #665D58;
}

.topics-head-title {
  line-height: 55px;
  color: #fff;
  padding-left: 25px;
  font-size: 26px;
  font-weight: bold;
}

.topics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 520px) {
  .topics-content {
    display: block;
  }
}

.topics-content-item {
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .topics-content-item {
    padding: 25px;
    border: 1px solid #ddd;
  }
  .topics-content-item:nth-child(2) {
    border-left: none;
  }
  .topics-content-item:nth-child(3) {
    border-top: none;
  }
}

@media screen and (max-width: 520px) {
  .topics-content-item {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 520px) and (max-width: 520px) {
  .topics-content-item {
    width: 100%;
  }
  .topics-content-item + .topics-content-item {
    border-top: none;
  }
}

.topics-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topics-content-item-picture {
  margin-right: 25px;
}

.topics-content-item-picture img {
  width: 100px;
  height: 100px;
}

.topics-content-name {
  font-size: 14px;
  color: #665D58;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .topics-content-name {
    line-height: 2;
    margin-top: 20px;
  }
}

.topics-content-text-pc {
  line-height: 2;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .topics-content-text-pc {
    display: none;
  }
}

.topics-content-text-sp {
  line-height: 2;
  font-size: 14px;
  color: #666;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .topics-content-text-sp {
    display: none;
  }
}

/* voice
----------------------------------------------------------------------*/
.voice {
  margin-bottom: 50px;
}

.voice-head {
  width: 100%;
  height: 55px;
  background: #665D58;
  font-weight: bold;
}

.voice-head-title {
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
  font-size: 26px;
}

.voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 520px) {
  .voice-content {
    display: block;
  }
}

.voice-content-item {
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .voice-content-item {
    padding: 25px;
    border: 1px solid #ddd;
  }
  .voice-content-item:nth-child(2) {
    border-left: none;
  }
  .voice-content-item:nth-child(3) {
    border-top: none;
  }
}

@media screen and (max-width: 520px) {
  .voice-content-item {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 520px) and (max-width: 520px) {
  .voice-content-item {
    width: 100%;
  }
  .voice-content-item + .voice-content-item {
    border-top: none;
  }
}

.voice-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-content-item-picture {
  margin-right: 25px;
}

.voice-content-item-picture img {
  width: 100px;
  height: 100px;
}

.voice-content-name {
  font-size: 14px;
  color: #665D58;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .voice-content-name {
    line-height: 2;
    margin-top: 20px;
  }
}

.voice-content-text-pc {
  line-height: 2;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .voice-content-text-pc {
    display: none;
  }
}

.voice-content-text-sp {
  line-height: 2;
  font-size: 14px;
  color: #666;
  width: 100%;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .voice-content-text-sp {
    display: none;
  }
}

/* machine
----------------------------------------------------------------------*/
.machine-section-head {
  position: relative;
  width: 100%;
  height: 385px;
  background: url("../img/AdobeStock_64034685.jpeg") no-repeat center center/cover;
}

@media screen and (max-width: 520px) {
  .machine-section-head {
    height: 150px;
  }
}

.machine-picture {
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 520px) {
  .machine-picture {
    width: 100%;
    height: 250px;
  }
}

.machine-picture img {
  width: 100%;
}

.machine-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.machine-item {
  width: calc(100% / 2 - 50px / 2);
  margin-bottom: 50px;
}

@media screen and (max-width: 520px) {
  .machine-item {
    width: 100%;
  }
}

.machine-item:not(:nth-child(2n + 1)) {
  margin-left: 50px;
}

@media screen and (max-width: 520px) {
  .machine-item:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
}

.machine-item-picture {
  width: 100%;
  margin-bottom: 30px;
}

.machine-item-picture img {
  width: 100%;
}

.machine-item-title {
  font-size: 22px;
  color: #5b4100;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .machine-item-title {
    font-size: 20px;
  }
}

.machine-item-text {
  line-height: 2.4;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .machine-item-text {
    line-height: 2;
  }
}

/* video
----------------------------------------------------------------------*/
.video {
  width: 800px;
  margin: 40px auto;
}

@media screen and (max-width: 520px) {
  .video {
    width: 100%;
  }
}

.video-item {
  width: 800px;
  height: 400px;
  margin: 30px auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 520px) {
  .video-item {
    width: 100%;
    height: 200px;
  }
}

/* menu
----------------------------------------------------------------------*/
.menu {
  padding-bottom: 50px;
}

.menu-section-head {
  position: relative;
  width: 100%;
  height: 385px;
  background: url("../img/AdobeStock_64034685.jpeg") no-repeat center center/cover;
}

@media screen and (max-width: 520px) {
  .menu-section-head {
    height: 150px;
  }
}

.table-head {
  width: 100%;
  margin: 0 auto;
  background: #665D58;
  color: #fff;
  line-height: 60px;
  text-align: left;
  padding: 0px 15px;
  font-size: 22px;
  height: 60px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .table-head {
    width: 100%;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
  }
}

.body-menu {
  padding: 0;
  font-size: 0;
}

.table {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  border-collapse: collapse;
}

@media screen and (max-width: 520px) {
  .table {
    width: 100%;
  }
}

.table tr {
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  height: 50px;
}

@media screen and (min-width: 1025px) {
  .table tr {
    line-height: 50px;
  }
}

@media screen and (max-width: 520px) {
  .table tr {
    height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
  }
}

.table th, .table td {
  font-size: 14px;
  font-weight: bold;
}

.table th {
  text-align: left;
  padding: 10px 15px;
}

@media screen and (max-width: 520px) {
  .table th {
    width: 155px;
    display: block;
    height: 40px;
    padding: 10px 0 10px 10px;
    line-height: 1.3;
  }
}

.table td {
  text-align: right;
  padding: 10px 15px;
}

@media screen and (max-width: 520px) {
  .table td {
    width: 190px;
    height: 65px;
    word-wrap: break-word;
    text-align: right;
    line-height: 2;
    padding: 10px 15px 10px 0;
    margin-left: auto;
  }
}

/* home-care
----------------------------------------------------------------------*/
.home-care {
  padding-bottom: 50px;
}

.home-care-section-head {
  position: relative;
  width: 100%;
  height: 385px;
  background: url("../img/AdobeStock_295396796.jpeg") no-repeat center center/cover;
}

@media screen and (max-width: 520px) {
  .home-care-section-head {
    height: 150px;
  }
}

.home-care-picture-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 520px) {
  .home-care-picture-content {
    display: block;
  }
}

.home-care-picture {
  width: calc(100% / 2 - 50px /2);
  height: 440px;
}

@media screen and (max-width: 520px) {
  .home-care-picture {
    width: 100%;
    height: 300px;
  }
}

.home-care-picture + .home-care-picture {
  margin-left: 50px;
}

@media screen and (max-width: 520px) {
  .home-care-picture + .home-care-picture {
    margin-left: 0;
    margin-top: 30px;
  }
}

.home-care-picture img {
  width: 100%;
  height: 100%;
}

.home-care-details-item-title {
  height: 37px;
  line-height: 37px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  color: #000;
  font-size: 21px;
  font-weight: bold;
}

.home-care-details-item-text {
  font-size: 18px;
  color: #6e3519;
  line-height: 1.3;
  font-weight: bold;
  margin: 30px 0;
}

/* staff
----------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .staff {
    padding: 0 0 100px 0;
  }
}

.staff-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 520px) {
  .staff-content-wrap {
    display: block;
  }
}

.staff-content {
  width: 620px;
}

@media screen and (max-width: 520px) {
  .staff-content {
    width: 100%;
  }
}

.staff-content-head {
  width: 100%;
  height: 55px;
  background: #665D58;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-content-head {
    margin-bottom: 0;
    height: 40px;
    margin-top: 20px;
  }
}

.staff-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-content-meta {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 0;
  }
}

.staff-content-img {
  width: 175px;
  margin-right: 20px;
}

@media screen and (max-width: 520px) {
  .staff-content-img {
    width: 180px;
    height: 180px;
  }
}

.staff-content-img img {
  width: 100%;
}

.staff-content-details {
  width: 440px;
}

@media screen and (max-width: 520px) {
  .staff-content-details {
    width: 100px;
  }
}

.staff-name {
  font-size: 21px;
  color: #665D58;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-name {
    font-size: 16px;
  }
}

.staff-sns {
  display: inline-block;
  margin-left: 10px;
  color: #665D58;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-sns {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
}

.staff-position-is-pc {
  padding: 10px 20px;
  line-height: 2;
  background: transparent;
  border: 1px solid #ddd;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-position-is-pc {
    display: none;
  }
}

.staff-position-is-sp {
  padding: 10px 20px;
  line-height: 2;
  background: transparent;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: none;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-position-is-sp {
    display: block;
  }
}

.staff-content-sub-title {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #665D58;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-content-sub-title {
    font-size: 20px;
  }
}

.staff-content-text {
  font-size: 14px;
  color: #666;
  line-height: 2.4;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .staff-content-text {
    line-height: 2;
  }
}

.staff-content-bottom-img {
  width: 150px;
  margin: 40px auto 30px;
}

.staff-content-bottom-title {
  color: #c1be00;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .staff-content-bottom-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.staff-content-sns {
  width: 300px;
  margin-left: auto;
}

@media screen and (max-width: 520px) {
  .staff-content-sns {
    width: 100%;
    margin-left: 0;
  }
}

.staff-content-sns-title {
  height: 50px;
  font-weight: bold;
  background: #665D58;
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
}

@media screen and (max-width: 520px) {
  .staff-content-sns-title {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.staff-content-sns-img {
  margin: 20px 0 60px 10px;
  width: 85px;
  height: 85px;
  display: block;
}

@media screen and (max-width: 520px) {
  .staff-content-sns-img {
    width: 50px;
    height: 50px;
  }
}

/* access
----------------------------------------------------------------------*/
.access-section-head {
  background: url("../img/AdobeStock_301163892.jpeg") no-repeat center center/cover;
  position: relative;
  width: 100%;
  font-weight: bold;
  height: 385px;
}

@media screen and (max-width: 520px) {
  .access-section-head {
    height: 150px;
  }
}

.access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 100px;
}

@media screen and (max-width: 520px) {
  .access-content {
    display: block;
  }
}

.access-content-item {
  width: calc(100% / 2 - 50px / 2);
}

.access-content-item + .access-content-item {
  margin-left: 50px;
}

@media screen and (max-width: 520px) {
  .access-content-item + .access-content-item {
    margin-left: 0;
  }
}

@media screen and (max-width: 520px) {
  .access-content-item {
    width: 100%;
  }
}

.access-content-item-img {
  width: 100%;
  height: 410px;
}

@media screen and (max-width: 520px) {
  .access-content-item-img {
    height: 300px;
  }
}

.access-content-item-img img {
  width: 100%;
  height: 100%;
}

.access-content-item-text {
  font-size: 14px;
  margin-top: 30px;
  line-height: 2.4;
  font-weight: bold;
}

.access-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 520px) {
  .access-content-wrap {
    display: block;
  }
}

.access-map {
  width: calc(100% / 2 - 50px / 2);
}

@media screen and (max-width: 520px) {
  .access-map {
    width: 100%;
  }
}

.access-img {
  width: calc(100% / 2 - 50px / 2);
  margin-left: 50px;
  height: 480px;
  margin-top: 30px;
}

.access-img img {
  height: 450px;
}

@media screen and (max-width: 520px) {
  .access-img {
    width: 100%;
    margin-left: 0;
  }
}

.access-map-title {
  font-size: 20px;
  color: #000;
  text-align: left;
  margin: 0 auto 10px;
  font-weight: bold;
}

.access-map-google {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .access-map-google {
    width: 100%;
  }
}

.access-map-google iframe {
  width: 100%;
}

.access-details {
  display: table;
  margin: 20px auto;
}

.access-details-logo {
  margin: 20px 0;
}

.access-details-logo img {
  width: 350px;
  height: 80px;
}

@media screen and (max-width: 520px) {
  .access-details-logo img {
    width: 100%;
  }
}

.access-details-text {
  color: #666;
  font-size: 14px;
  margin: 0 auto 30px;
  line-height: 2.4;
  font-weight: bold;
}

.access-details-text a {
  color: #0000ff;
}

.access-table-title {
  width: 630px;
  height: 55px;
  line-height: 55px;
  background: #665D58;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}

@media screen and (max-width: 520px) {
  .access-table-title {
    width: 100%;
  }
}

.access-table-is-pc {
  width: 630px;
  border-collapse: collapse;
  margin: 0 auto 210px;
}

@media screen and (max-width: 520px) {
  .access-table-is-pc {
    display: none;
  }
}

.access-table-is-pc th {
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 13px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: bold;
}

.access-table-is-pc th span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.access-table-is-sp {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}

@media screen and (min-width: 1025px) {
  .access-table-is-sp {
    display: none;
  }
}

.access-table-is-sp th {
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 13px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: bold;
}

/* totop
----------------------------------------------------------------------*/
.totop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

@media screen and (max-width: 520px) {
  .totop {
    width: 45px;
    height: 45px;
    right: 0;
  }
}

.to-top-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* sub-footer
----------------------------------------------------------------------*/
.sub-footer {
  background: #D3D3D3;
  height: 50px;
}

@media screen and (max-width: 520px) {
  .sub-footer {
    height: 380px;
    padding-top: 20px;
  }
}

.sub-footer-nav {
  display: table;
  margin: 20px auto;
}

@media screen and (max-width: 520px) {
  .sub-footer-nav {
    margin: 20px auto 20px 0;
  }
}

.sub-footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 520px) {
  .sub-footer-nav-list {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .sub-footer-nav-item + .sub-footer-nav-item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 520px) {
  .sub-footer-nav-item {
    margin-left: 0;
    text-align: left;
  }
}

.sub-footer-nav-link {
  color: #666666;
  line-height: 50px;
}

.sub-footer-nav-link strong {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .sub-footer-nav-link {
    line-height: 40px;
    text-align: left;
  }
}

/* footer
----------------------------------------------------------------------*/
.footer {
  width: 100%;
  height: 200px;
  padding: 30px 0 16px;
  background: #665D58;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .footer {
    position: relative;
  }
}

@media screen and (max-width: 520px) {
  .footer {
    height: 300px;
  }
}

.footer-title {
  font-size: 24px;
}

.footer-text {
  font-size: 14px;
  margin: 30px 0 20px;
  line-height: 1.7;
}

.footer-text img {
  width: 150px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 520px) {
  .footer-text {
    font-size: 12px;
    margin: 25px 0;
  }
}

@media screen and (min-width: 1025px) {
  .footer-sns {
    position: absolute;
    bottom: 20px;
    left: 40px;
  }
}

.footer-sns-text {
  margin-bottom: 10px;
}

.footer-sns-link {
  color: #fff;
  font-size: 30px;
}

.footer-sns-link + .footer-sns-link {
  margin-left: 20px;
}

.footer-tel {
  margin-top: 10px;
}

.copy-right {
  font-size: 12px;
  margin-top: 0;
}

@media screen and (max-width: 520px) {
  .copy-right {
    margin-top: 20px;
    font-size: 10px;
  }
}
