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

　TOPページ のスタイル

/////////////////////////////////////////////// */
@media (max-width: 960px) {
  #contents {
    margin-top: 0px;
  }
}

.h2 {
  margin-bottom: 1em;
  font-size: 24rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .h2 {
    font-size: 18rem;
  }
}

/* main visual */
#mainimg {
  position: relative;
  padding-bottom: 80px;
  padding-top: 130px;
}

@media (max-width: 960px) {
  #mainimg {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

#mainimg .movie {
  text-align: center;
}

#mainimg .movie video {
  width: 100%;
  max-width: 1440px;
}

#mainimg #movie_wrap {
  position: relative;
  width: 100%;
}

#mainimg #movie_wrap.movie_pc {
  padding-top: 48.64%;
}

#mainimg #movie_wrap.movie_sp {
  padding-top: 135.4%;
}

#mainimg #movie_wrap iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

#mainimg .menu {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  width: 1000px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(246, 107, 45, 0.1);
}

#mainimg .menu li {
  width: 16.6666%;
}
#mainimg .menu li:hover {
  background-color:#fff0e9;
}
#mainimg .menu li:nth-child(1):hover {
  border-radius: 5px 0 0 5px;
}
#mainimg .menu li:nth-child(6):hover {
  border-radius: 0 5px 5px 0;
}

#mainimg .menu li + li {
  position: relative;
}

#mainimg .menu li + li::after {
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  border-left: 1px dotted #888;
  content: "";
}

#mainimg .menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  text-decoration: none;
  font-size: 13rem;
}

#mainimg .menu i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

@media (max-width: 960px) {
  #mainimg .menu {
    margin: -25px 20px 0;
    width: calc(100% - 40px);
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
    flex-wrap: wrap;
    padding: 7px 0;
  }
  #mainimg .menu li {
    width: 50%;
    /* margin: 15px 0; */
  }
  #mainimg .menu li + li::after {
    display: none;
  }
  #mainimg .menu li:nth-child(even) {
    border-left: 1px dotted #aaa;
  }
  #mainimg .menu li:nth-child(5) i img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #mainimg .menu a {
    margin: 15px 0;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0px 15px;
    height: 25px;
    font-size: 14rem;
    white-space: nowrap;
  }
  #mainimg .menu i {
    width: 45px;
    text-align: center;
  }
  #mainimg .menu i img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

/* 東京都指定 地域連携型 認知症疾患医療センター */
#introduction {
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  background: url(../../img/bg-intro.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1040px) {
  #introduction {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#introduction a {
  display: flex;
  align-items: center;
  padding: 40px 0;
  color: #005859;
  font-weight: 500;
}

#introduction a .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

#introduction a h2 {
  margin: 0 35px;
  font-size: 18rem;
  white-space: nowrap;
  line-height: 1.4;
}

#introduction a h2 small {
  font-size: 16rem;
}

#introduction a p {
  border-left: 1px solid #fff;
  padding-left: 35px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  #introduction {
    padding: 0;
  }
  #introduction a {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    padding: 15px 20px;
  }
  #introduction a .mark {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
  }
  #introduction a h2 {
    margin: 0;
  }
  #introduction a p {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-left: none;
    padding-left: 0;
  }
  #introduction a p::before {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
}

/* 鶴川サナトリウム病院に相談ください */
#consultation {
  margin-top: 80px;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
}

@media screen and (max-width: 1040px) {
  #consultation {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  #consultation {
    margin-top: 40px;
  }
}

#consultation .h2 {
  margin-bottom: .6em;
  color: #f66b2d;
  text-align: center;
}

#consultation .lead {
  margin-bottom: 1.5em;
  font-size: 16rem;
  text-align: center;
}

@media (max-width: 960px) {
  #consultation .lead {
    font-size: 15rem;
  }
}

#consultation .consultation_list {
  position: relative;
  padding-bottom: 50px;
}

#consultation .consultation_list::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -100px;
  right: -100px;
  height: 220px;
  background: #fff1e9;
  border-radius: 20px;
}

#consultation .consultation_list > div {
  display: flex;
}

#consultation .consultation_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  background-image: url(../img/mrk-right-o.png);
  background-size: 8px;
  background-repeat: no-repeat;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

#consultation .consultation_list a:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  #consultation .consultation_list {
    padding-bottom: 35px;
  }
  #consultation .consultation_list::before {
    top: 35px;
    height: auto;
  }
  #consultation .consultation_list > div {
    flex-direction: column;
  }
  #consultation .consultation_list a {
    margin: 0;
    align-items: flex-start;
  }
}

#consultation .main {
  margin: 0 -5px;
}

#consultation .main a {
  width: calc(25% - 10px);
  padding: 25px;
  padding-bottom: 50px;
  background-position: center bottom 20px;
  border-color: #f66b2d;
}

@media (min-width: 961px) {
  #consultation .main a:hover {
    box-shadow: inset 0 0 0 1px #f66b2d;
  }
}

#consultation .main a strong {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 18rem;
  white-space: nowrap;
}

#consultation .main a span {
  border-top: 1px dotted #888;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-top: 15px;
  margin-top: 15px;
  flex-direction: column;
  color: #f66b2d;
  font-size: 15rem;
}

#consultation .main a span small {
  font-size: 12rem;
}

@media (max-width: 960px) {
  #consultation .main {
    margin: 0;
  }
  #consultation .main a {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 25px;
    padding-right: 40px;
    background-position: right 25px center;
    border-color: #ffdbc6;
  }
  #consultation .main a strong {
    justify-content: flex-start;
    height: inherit;
    font-size: 15rem;
  }
  #consultation .main a span {
    border-top: none;
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
    margin-top: 5px;
    flex-direction: row;
  }
  #consultation .main a span small {
    font-size: 13rem;
  }
  #consultation .main a span::before {
    margin-right: 5px;
    content: "…";
  }
}

#consultation .sub {
  margin: 30px -5px 0;
  justify-content: center;
}

#consultation .sub a {
  min-height: 40px;
  padding: 5px 15px 5px 30px;
  background-position: 12px center;
  border-color: #f66b2d;
}

@media (min-width: 961px) {
  #consultation .sub a:hover {
    box-shadow: inset 0 0 0 1px #f66b2d;
  }
}

@media (max-width: 960px) {
  #consultation .sub {
    margin: 0 20px;
    padding: 0 20px;
    border: 1px solid #ffdbc6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  #consultation .sub a {
    min-height: 55px;
    padding: 5px 15px 5px 0px;
    border: none;
    border-radius: 0;
    background-position: right center;
    font-size: 15rem;
  }
  #consultation .sub a + a {
    border-top: 1px solid #ffdbc6;
  }
}

#consultation .btn {
  margin-top: 30px;
}

#consultation .btn:hover {
  opacity: 1;
}

@media (min-width: 961px) {
  #consultation .btn:hover {
    box-shadow: inset 0 0 0 1px #f66b2d;
  }
}

@media (max-width: 960px) {
  #consultation .btn {
    margin-top: 20px;
  }
}

/* お知らせ */
#information {
  margin-top: 80px;
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

@media screen and (max-width: 1240px) {
  #information {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  #information {
    margin-top: 40px;
    padding: 0;
  }
}

#information .body {
  padding-top: 60px;
  background: #f8f6f6;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

@media (max-width: 960px) {
  #information .body {
    padding: 30px 20px 0;
    border-radius: 0;
    flex-direction: column;
  }
}

#information .header {
  width: 35%;
  padding: 0 40px 0 100px;
}

#information .header .tab li {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 10px 20px;
  border-top: 1px solid #d3d1d1;
  cursor: pointer;
  color: #878787;
  font-weight: 700;
}

#information .header .tab li.active {
  position: relative;
  background: #fff;
  border-right: 2px solid #f66b2d;
  color: #f66b2d;
}

#information .header .tab li.active::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: url(../img/mrk-right-o.png);
  -webkit-transform: scale(0.7) translate(100%, -70%);
          transform: scale(0.7) translate(100%, -70%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

@media (max-width: 960px) {
  #information .header {
    width: 100%;
    padding: 0;
  }
  #information .header h2 {
    text-align: center;
  }
  #information .header .tab {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d3d1d1;
    border-right: 1px solid #d3d1d1;
  }
  #information .header .tab li {
    font-size: 14rem;
    justify-content: center;
    width: 50%;
    padding: 10px 20px;
    border-left: 1px solid #d3d1d1;
    text-align: center;
  }
  #information .header .tab li.active {
    border-right: none;
    border-top: 3px solid #f66b2d;
  }
  #information .header .tab li.active::after {
    top: 0;
    right: 50%;
    -webkit-transform: scale(0.5) translate(90%, -70%) rotate(90deg);
            transform: scale(0.5) translate(90%, -70%) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
#information .white ul {
  min-height: 250px;
}
@media (max-width: 960px) {
  #information .white ul {
    min-height: unset;
  }
}

#information .content {
  width: 65%;
}

@media (max-width: 960px) {
  #information .content {
    width: 100%;
    margin-top: 40px;
  }
}

#information .content > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#information .content > div > div {
  padding: 40px 100px 40px 40px;
}

#information .content > div i {
  position: absolute;
  left: 0;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 20px;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 960px) {
  #information .content > div > div {
    padding: 25px 20px;
  }
  #information .content > div i {
    position: static;
    width: 40px;
    margin: 0 0 0 10px;
  }
}

#information .content ul li {
  line-height: 1.8;
}

#information .content ul li a {
  display: flex;
  text-decoration: none;
}

#information .content ul li a .date {
  position: relative;
  width: 100px;
  padding: 10px 0;
  color: #7c7c7c;
}

#information .content ul li a .date i {
  display: none;
}

#information .content ul li a .title {
  position: relative;
  width: calc(100% - 100px);
  padding: 10px 0;
  /* border-bottom: 1px dotted #888; */
}
#information .content ul li+li a .title {
  border-top: 1px dotted #888;
}

#information .content ul li.new .title {
  padding-left: 70px;
}

@media (max-width: 960px) {
  #information .content ul li a {
    flex-direction: column;
  }
  #information .content ul li a .date {
    width: 100%;
    padding: 10px 0 0;
  }
  #information .content ul li a .date i {
    display: inline-flex;
  }
  #information .content ul li a .title {
    width: 100%;
    padding: 5px 0 10px;
  }
  #information .content ul li a .title i {
    display: none;
  }
  #information .content ul li.new .title {
    padding-left: 0;
  }
}

#information .content .pink {
  background: #fce3e3;
  border-radius: 10px 0 0 0;
}

#information .content .pink i {
  background: #f66b2d;
  color: #fff;
}

@media (max-width: 960px) {
  #information .content .pink {
    border-radius: 10px 10px 0 0;
  }
}

#information .content .white {
  flex-grow: 2;
  background: #fff;
}

#information .content .white i {
  border: 1px solid #f66b2d;
  color: #f66b2d;
}

#information .content .button {
  margin-top: 30px;
}

@media (max-width: 960px) {
  #information .content .button {
    margin-top: 20px;
  }
}

/* お見舞いのお手伝い */
#condolences {
  margin-top: 70px;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
}

@media screen and (max-width: 1040px) {
  #condolences {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  #condolences {
    position: relative;
    margin-top: 40px;
    padding-bottom: 35px;
  }
}

#condolences .body {
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 960px) {
  #condolences .body {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}

#condolences .text {
  width: 40%;
}

#condolences .text p {
  margin: 1.8em 0;
}

@media (max-width: 960px) {
  #condolences .text {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  #condolences .text p {
    margin: 0;
  }
  #condolences .text a {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}

#condolences .btn {
  width: calc(30% - 20px);
  margin-left: 20px;
  border: 1px solid #f66b2d;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}

#condolences .btn span {
  margin-left: 20px;
  font-weight: 500;
}

@media (max-width: 960px) {
  #condolences .btn {
    width: calc(50% - 5px);
    flex-direction: column;
    height: 100px;
  }
  #condolences .btn:nth-of-type(1) {
    margin: 0 5px 0 0;
  }
  #condolences .btn:nth-of-type(2) {
    margin: 0 0 0 5px;
  }
  #condolences .btn span {
    margin: 15px 0 0;
  }
}

/* スライダー */
#slider {
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

#slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 330px;
  background-image: linear-gradient(to bottom, #fffaf7, #fff1e9);
}

@media (max-width: 960px) {
  #slider {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #slider::before {
    height: 100px;
  }
}

#slider .slick-slide {
  padding: 0 10px;
}

#slider .slick-slide img {
  border-radius: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

#slider .slick-slide.slick-current img {
  padding: 4px;
filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.2));
          transform: scale(1);
}

@media (max-width: 960px) {
  #slider .slick-slide {
    padding: 0 20px;
  }
  #slider .slick-slide img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#slider .slick-dots {
  bottom: -60px;
  text-align: center;
}

#slider .slick-dots li {
  display: inline-block;
  line-height: 1;
}

#slider .slick-dots li button {
  margin: 0 2px;
  width: 30px;
  height: 3px;
  border-radius: 0%;
  background: #d5d5d5;
}

#slider .slick-dots li.slick-active button {
  background: #ee5a01;
}

@media (max-width: 960px) {
  #slider .slick-dots {
    bottom: -33px;
  }
  #slider .slick-dots li button {
    width: 15px;
  }
}

#slider .slick-arrow {
  top: 100%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 74px;
  height: 74px;
  background: no-repeat center / 100%;
}

#slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: calc(-18% - 15px);
  background-image: url(../img/btn-prev.png);
}

#slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: calc(-18% - 15px);
  background-image: url(../img/btn-next.png);
}

@media (max-width: 960px) {
  #slider .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }
  #slider .slick-arrow.slick-prev {
    left: 0;
    margin-left: 0;
  }
  #slider .slick-arrow.slick-next {
    right: 0;
    margin-right: 0;
  }
}

/* 鶴川サナトリウム病院は ... 取り組んでいます。 */
#support {
  margin-top: 70px;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
}

@media screen and (max-width: 1040px) {
  #support {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  #support {
    margin-top: 40px;
  }
}

#support h2 {
  text-align: center;
}

@media (max-width: 960px) {
  #support h2 {
    margin-bottom: 1.4em;
  }
}

#support .suport_list {
  display: flex;
  flex-wrap: wrap;
}

#support .suport_list a {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  margin: 25px 0;
  padding: 0 30px;
}

#support .suport_list a:not(:nth-child(3n+1)) {
  border-left: 1px solid #d9d9d9;
}

@media (max-width: 960px) {
  #support .suport_list a {
    position: relative;
    width: 100%;
    padding: 15px 0;
    padding-right: 30px;
    margin: 0;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
  }
  #support .suport_list a:not(:nth-child(3n+1)) {
    border-left: none;
  }
  #support .suport_list a:first-child {
    border-top: 1px solid #d9d9d9;
  }
}

#support .suport_list .image {
  position: relative;
  margin: 0 20px;
  flex-shrink: 0;
}

@media (max-width: 960px) {
  #support .suport_list .image {
    position: static;
    width: 100px;
    margin: 0;
  }
}

#support .suport_list .text {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

#support .suport_list .text strong {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  height: 65px;
  font-size: 16rem;
  font-weight: 500;
}

@media (max-width: 960px) {
  #support .suport_list .text {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  #support .suport_list .text strong {
    justify-content: flex-start;
    margin: 0 0 10px;
    height: inherit;
    font-size: 14rem;
  }
  #support .suport_list .text span {
    font-size: 13rem;
  }
}

#support .suport_list .mark {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 23px;
}

@media (max-width: 960px) {
  #support .suport_list .mark {
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%) scale(0.75);
            transform: translateY(50%) scale(0.75);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

/* 医療関係の方へ */
#for_medical {
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  margin-top: 60px;
}

@media screen and (max-width: 1040px) {
  #for_medical {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  #for_medical {
    margin-top: 40px;
  }
}

#for_medical .body {
  position: relative;
  padding-top: 60px;
}

#for_medical .body::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100px;
  right: -100px;
  height: 300px;
  border-radius: 20px;
  content: "";
  background: #fff1e9;
}

@media (max-width: 960px) {
  #for_medical .body {
    padding-top: 20px;
  }
  #for_medical .body::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: inherit;
  }
}

#for_medical h2 {
  text-align: center;
}

#for_medical .medical_list {
  display: flex;
  margin: 35px -15px 0;
}

#for_medical .medical_list a {
  position: relative;
  display: flex;
  width: calc(33.333% - 30px);
  margin: 0 15px;
}

#for_medical .medical_list a .image {
  border-radius: 15px;
  overflow: hidden;
}

#for_medical .medical_list a .text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 30px;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 20px;
  background: #fff url(../img/mrk-right-o.png) no-repeat right 6px center/8px;
  border-top: 3px solid #f66b2d;
  border-radius: 4px 0 0 0;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.6;
}

#for_medical .medical_list a .text::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 1px;
  content: "";
  background: #f66b2d;
}

@media (max-width: 960px) {
  #for_medical .medical_list {
    flex-direction: column;
    margin: 0 20px;
  }
  #for_medical .medical_list a {
    display: flex;
    width: 100%;
    margin: 0 0 25px;
    border-radius: 10px;
  }
  #for_medical .medical_list a .image {
    width: 110px;
    border-radius: 6px 0 0 6px;
  }
  #for_medical .medical_list a .text {
    width: calc(100% - 110px);
    position: static;
    height: inherit;
    padding-right: 40px;
    background-position: right 15px center;
    border-radius: 0 6px 6px 0;
    font-size: 15rem;
  }
  #for_medical .medical_list a .text::after {
    right: 10px;
  }
}

/* 採用情報 */
#recruit {
  margin-top: 90px;
  margin-bottom: 60px;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
}

@media screen and (max-width: 1040px) {
  #recruit {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  #recruit {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

#recruit h2 {
  margin-bottom: 1.3em;
  text-align: center;
}

#recruit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#recruit ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  #recruit ul li {
    margin-bottom: 15px;
  }
}

#recruit .main {
  margin: 0 -20px;
}

#recruit .main li {
  padding: 0 20px;
}

#recruit .main li img {
  height: 100px;
}

#recruit .sub {
  margin: 0 -10px;
}

#recruit .sub li {
  padding: 0 10px;
}

#recruit .sub li img {
  height: 60px;
}
