@charset "UTF-8";
/* 下層ページ共通記述 */
.page_template_wrap {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.page_template_wrap .page_head {
  position: relative;
  width: 100%;
  padding: 125px 0 60px 0;
}

@media screen and (max-width: 820px) {
  .page_template_wrap .page_head {
    height: initial;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page_head {
    margin-top: 0;
    padding: 60px 0 50px 0;
  }
}

.page_template_wrap .page_head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-image: url(img/page_head-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page_head .section_inner {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 820px) {
  .page_template_wrap .page_head .section_inner .page_head__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page_head .section_inner .page_head__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 820px) {
  .page_template_wrap .page_head .section_inner .page_head__lead {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page_head .section_inner .page_head__lead {
    font-size: 20px;
    margin-left: 0;
  }
}

.page_template_wrap .container_index {
  padding-bottom: 300px;
}

@media screen and (max-width: 820px) {
  .page_template_wrap .container_index {
    padding-bottom: 150px;
  }
}

.page_template_wrap .container_index .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_template_wrap .container_index .menu-list .menu-list-item {
  width: 48.8%;
}

@media screen and (max-width: 820px) {
  .page_template_wrap .container_index .menu-list .menu-list-item {
    width: 100%;
  }
}

.page_template_wrap .container_index .menu-list .menu-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  background-color: #fff;
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item
  a
  .menu-list-item-img {
  width: 30%;
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item
  a
  .menu-list-item-img
  img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item
  a
  .menu-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  width: 70%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .container_index
    .menu-list
    .menu-list-item
    a
    .menu-list-item-label {
    padding: 40px 20px;
  }
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item
  a
  .menu-list-item-label::before {
  content: "";
  position: absolute;
  background-image: url(img/link-btn-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .container_index
    .menu-list
    .menu-list-item
    a
    .menu-list-item-label::before {
    width: 22px;
    right: 30px;
  }
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item
  a
  .menu-list-item-label
  span {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #212121;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .container_index
    .menu-list
    .menu-list-item
    a
    .menu-list-item-label
    span {
    font-size: 14px;
  }
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item
  a:hover
  .menu-list-item-label:before {
  right: 34px;
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item:nth-of-type(odd) {
  margin: 0 2.4% 20px 0;
}

@media screen and (max-width: 820px) {
  .page_template_wrap
    .container_index
    .menu-list
    .menu-list-item:nth-of-type(odd) {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .container_index
    .menu-list
    .menu-list-item:nth-of-type(odd) {
    margin: 0 0 13px 0;
  }
}

.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item:nth-of-type(even) {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .container_index
    .menu-list
    .menu-list-item:nth-of-type(even) {
    margin: 0 0 13px 0;
  }
}

.page_template_wrap .txt-ul {
  text-decoration: underline;
}

.page_template_wrap .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .interview-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page_template_wrap .interview-list .interview-list-item {
  width: 31.5%;
  margin: 0 2.75% 30px 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .interview-list .interview-list-item {
    width: 48.5%;
    margin: 20px 0 0 0;
  }
}

.page_template_wrap .interview-list .interview-list-item a {
  display: block;
}

.page_template_wrap
  .interview-list
  .interview-list-item
  a
  .interview-list-item-img {
  position: relative;
  width: 100%;
}

.page_template_wrap
  .interview-list
  .interview-list-item
  a
  .interview-list-item-img
  .interview-list-item-img-label {
  position: absolute;
  top: 7px;
  left: 5px;
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #fff;
  /* border-radius: 2px; */
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* padding: 4px 9px; */
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .interview-list
    .interview-list-item
    a
    .interview-list-item-img
    .interview-list-item-img-label {
    font-size: 11px;
    padding: 4px 7px;
  }
}

.page_template_wrap
  .interview-list
  .interview-list-item
  a
  .interview-list-item-label {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .interview-list
    .interview-list-item
    a
    .interview-list-item-label {
    margin-top: 15px;
    font-size: 14px;
  }
}

.page_template_wrap
  .interview-list
  .interview-list-item
  a
  .interview-list-item-label
  .txt-sm {
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .interview-list
    .interview-list-item
    a
    .interview-list-item-label
    .txt-sm {
    font-size: 12px;
  }
}

.page_template_wrap .interview-list .interview-list-item:nth-of-type(3n) {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .interview-list .interview-list-item:nth-of-type(3n) {
    margin: 20px 0 0 0;
  }
}

.page_template_wrap .interview-list .interview-list-item:first-child {
  margin-top: 0;
}

.page_template_wrap .interview-list .interview-list-item:nth-of-type(2) {
  margin-top: 0;
}

.page_template_wrap .contact-contents {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_template_wrap .contact-contents a {
  display: block;
  position: relative;
  border-radius: 7px;
}

.page_template_wrap .contact-contents a:hover span:before {
  right: -6px;
}

.page_template_wrap .contact-contents .btn-yellow {
  width: 100%;
  padding: 45px 50px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffd957;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .contact-contents .btn-yellow {
    padding: 20px;
  }
}

.page_template_wrap .contact-contents .btn-yellow span {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .contact-contents .btn-yellow span {
    font-size: 16px;
    line-height: 1.19;
  }
}

.page_template_wrap .contact-contents .btn-yellow span:before {
  content: "";
  position: absolute;
  background-image: url(img/link-btn-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .page_template_wrap .contact-contents .btn-yellow span:before {
    width: 22px;
  }
}

.page_template_wrap .contact-contents .btn-green {
  margin-top: 33px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #25aa81;
  background-color: #fff;
  width: 48.5%;
  padding: 27px 40px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .contact-contents .btn-green {
    margin-top: 10px;
    width: 100%;
    padding: 15px 20px;
  }
}

.page_template_wrap .contact-contents .btn-green span {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #25aa81;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .contact-contents .btn-green span {
    font-size: 16px;
    line-height: 1.19;
  }
}

.page_template_wrap .contact-contents .btn-green span:before {
  content: "";
  position: absolute;
  background-image: url(img/link-btn-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .page_template_wrap .contact-contents .btn-green span:before {
    width: 22px;
  }
}

.page_template_wrap .related-contents {
  margin-top: 90px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .related-contents {
    margin-top: 40px;
  }
}

.page_template_wrap .related-contents h3 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .related-contents h3 {
    font-size: 18px;
  }
}

.page_template_wrap .related-contents .related-contents-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 90px;
  border-bottom: solid 1px #bebebe;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .related-contents .related-contents-list {
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item {
  width: 23.5%;
  margin: 0 2% 0 0;
  border-radius: 7px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .related-contents
    .related-contents-list
    .related-contents-list-item {
    width: 48.5%;
    margin: 0;
  }
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item
  a {
  border-radius: 7px;
  display: block;
  overflow: hidden;
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-img {
  width: 100%;
  position: relative;
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-img
  .related-contents-list-item-img-label {
  position: absolute;
  display: flex;
  gap: 5px;
  /* padding: 5px 9px; */
  top: 5px;
  left: 5px;
  color: #fff;
  /* border-radius: 2px; */
  /* background-color: rgba(0, 0, 0, 0.5); */
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .related-contents
    .related-contents-list
    .related-contents-list-item
    a
    .related-contents-list-item-img
    .related-contents-list-item-img-label {
    font-size: 11px;
    padding: 4px 7px;
  }
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-label {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .related-contents
    .related-contents-list
    .related-contents-list-item
    a
    .related-contents-list-item-label {
    margin-top: 15px;
  }
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-label
  span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .related-contents
    .related-contents-list
    .related-contents-list-item
    a
    .related-contents-list-item-label
    span {
    font-size: 14px;
  }
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-label
  span
  .txt-sm {
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .related-contents
    .related-contents-list
    .related-contents-list-item
    a
    .related-contents-list-item-label
    span
    .txt-sm {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .related-contents
    .related-contents-list
    .related-contents-list-item:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .related-contents
    .related-contents-list
    .related-contents-list-item:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

.page_template_wrap
  .related-contents
  .related-contents-list
  .related-contents-list-item:nth-of-type(4) {
  margin: 0;
}

.page_template_wrap .related-contents .btn-back {
  margin: 60px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .related-contents .btn-back {
    margin: 35px auto 0 auto;
  }
}

.page_template_wrap .related-contents .btn-back a {
  display: inline-block;
}

.page_template_wrap .related-contents .btn-back a .btn-label {
  position: relative;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .related-contents .btn-back a .btn-label {
    font-size: 14px;
  }
}

.page_template_wrap .related-contents .btn-back a .btn-label:before {
  content: "";
  position: absolute;
  background-image: url(img/link-btn-blk-lft.svg);
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .related-contents .btn-back a .btn-label:before {
    width: 17px;
    left: -25px;
  }
}

.page_template_wrap .related-contents .btn-back a:hover .btn-label:before {
  left: -29px;
}

@media screen and (max-width: 820px) {
  .page_template_wrap .breadcrumbs.header_bread {
    display: none;
  }
}

.page_template_wrap .mt0 {
  margin-top: 0 !important;
}

.page_template_wrap.bg-white {
  position: relative;
  margin-top: 130px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 95px 50px;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .page_template_wrap.bg-white {
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white {
    margin-top: 30px;
    padding: 35px 15px;
  }
}

.page_template_wrap.bg-white:before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#25aa81),
    to(#ffda58)
  );
  background-image: linear-gradient(to right, #25aa81, #ffda58);
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white:before {
    height: 3px;
  }
}

.page_template_wrap.bg-white .page_head {
  padding: initial;
  padding-bottom: 50px;
  border-bottom: solid 1px #bebebe;
}

@media screen and (max-width: 820px) {
  .page_template_wrap.bg-white .page_head {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .page_head {
    padding-bottom: 20px;
  }
}

.page_template_wrap.bg-white .page_head .section_inner .page_head__title {
  font-size: 43px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .page_head .section_inner .page_head__title {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .page_head .section_inner .page_head__lead {
    font-size: 13px;
    line-height: 1.3;
  }
}

.page_template_wrap.bg-white .a-link {
  margin: 20px auto 0 auto;
}

.page_template_wrap.bg-white .a-link .a-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_template_wrap.bg-white .a-link .a-link-list .a-link-list-item {
  margin-right: 55px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .a-link .a-link-list .a-link-list-item {
    margin-right: 45px;
  }
}

.page_template_wrap.bg-white .a-link .a-link-list .a-link-list-item a {
  display: inline-block;
  position: relative;
}

.page_template_wrap.bg-white .a-link .a-link-list .a-link-list-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(img/icon-a-link.svg);
  width: 16px;
  height: 16px;
}

.page_template_wrap.bg-white .a-link .a-link-list .a-link-list-item a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #212121;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .a-link .a-link-list .a-link-list-item a span {
    font-size: 13px;
  }
}

.page_template_wrap.bg-white .wrap-main {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main {
    margin-top: 45px;
  }
}

.page_template_wrap.bg-white .wrap-main section {
  margin-top: 0;
  padding-top: 90px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main section {
    padding-top: 40px;
  }
}

.page_template_wrap.bg-white .wrap-main .sec-top {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .sec-top {
    margin-top: -40px;
    padding-top: 40px;
  }
}

.page_template_wrap.bg-white .wrap-main .sec-last .l-2col_main {
  padding-bottom: 0 !important;
  border-bottom: initial !important;
}

.page_template_wrap.bg-white .wrap-main .l-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_head {
  width: 32%;
  padding-right: 50px;
}

@media screen and (max-width: 820px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_head {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_head {
    padding-right: 0;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_head h2 {
  position: relative;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_head h2 {
    font-size: 21px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_head h2::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #25aa81;
  top: 0;
  left: -50px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_head h2::before {
    left: -15px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main {
  width: 68%;
  padding-bottom: 90px;
  border-bottom: solid 1px #bebebe;
}

@media screen and (max-width: 820px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main {
    margin-top: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main {
    margin-top: 25px;
    padding-bottom: 40px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head.top {
  margin-top: initial;
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head.cc {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head.cc {
    margin-top: 20px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .sub-head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .sub-head {
    font-size: 17px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-read {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-read {
    margin-top: 30px;
    font-size: 14px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-list {
  margin-top: 20px;
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-list li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  padding-left: 20px;
}

.page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-list
  li:before {
  content: "・";
  display: block;
  position: absolute;
  font-size: 16px;
  top: 1px;
  left: 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white
    .wrap-main
    .l-2col
    .l-2col_main
    .main-list
    li:before {
    top: -1px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-list li {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-orderlist {
  margin-top: 20px;
}

.page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-orderlist
  li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white
    .wrap-main
    .l-2col
    .l-2col_main
    .main-orderlist
    li {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-orderlist.top {
  margin-top: initial;
}

.page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-img-content
  img {
  max-width: 100%;
}

.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-imgtxt {
    margin-top: 30px;
  }
}

.page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-imgtxt
  .main-imgtxt-img {
  width: 33%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white
    .wrap-main
    .l-2col
    .l-2col_main
    .main-imgtxt
    .main-imgtxt-img {
    width: 100%;
  }
}

.page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-imgtxt
  .main-imgtxt-txt {
  width: 60%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white
    .wrap-main
    .l-2col
    .l-2col_main
    .main-imgtxt
    .main-imgtxt-txt {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white
    .wrap-main
    .l-2col
    .l-2col_main
    .main-imgtxt
    .main-imgtxt-txt
    .main-head.top {
    margin-top: 20px;
  }
}

.page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-imgtxt
  .main-imgtxt-txt
  .main-read {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white
    .wrap-main
    .l-2col
    .l-2col_main
    .main-imgtxt
    .main-imgtxt-txt
    .main-read {
    margin-top: 15px;
  }
}

main .page_template_wrap ul li:before {
  display: none;
}

.item-shadow {
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.04);
}

.page_template_wrap.bg-white.page-single:before {
  content: none;
}

.page_template_wrap.bg-white.page-single:before .page_head:after {
  content: none;
}

.page_template_wrap .page_head:after {
  display: none;
}

.page_template_wrap.bg-white.page-single {
  padding: 50px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single {
    padding: 30px 15px;
  }
}

.page_template_wrap.bg-white.page-single .page_head {
  padding-bottom: 0;
  border-bottom: initial;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single .page_head {
    margin-top: 0;
  }
}

.page_template_wrap.bg-white.page-single .page_head .breadcrumbs.header_bread {
  position: relative;
  right: initial;
  bottom: initial;
}

.page_template_wrap.bg-white.page-single .wrap-main {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single .wrap-main {
    margin-top: 0;
  }
}

.page_template_wrap.bg-white.page-single .wrap-main .single-main {
  margin-top: initial;
  padding-bottom: 80px;
  border-bottom: solid 1px #bebebe;
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single .wrap-main .single-main {
    padding-bottom: 40px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-eyecatch {
  width: 37.5%;
}

@media screen and (max-width: 820px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-eyecatch {
    display: none;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main {
  width: 56%;
}

@media screen and (max-width: 820px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main {
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-head {
  padding-bottom: 30px;
  border-bottom: solid 1px #bebebe;
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-head
  h1 {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-head
    h1 {
    font-size: 24px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-head
  .profile {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-head
    .profile {
    margin-top: 20px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-head
  .profile
  span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-head
    .profile
    span {
    font-size: 12px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-head
  .profile
  .txt-lg {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-head
    .profile
    .txt-lg {
    font-size: 13px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-head
  .date {
  margin-top: 35px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-head
    .date {
    margin-top: 20px;
    font-size: 12px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .sp-single-main-eyecatch {
  display: none;
}

@media screen and (max-width: 820px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .sp-single-main-eyecatch {
    display: block;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content {
  padding-bottom: 90px;
  border-bottom: solid 1px #bebebe;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content {
    padding-bottom: 40px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  border-bottom: dotted 2px #bebebe;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content
    h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.22;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 11px;
  height: 11px;
  background-image: url(img/single-head-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content
    h2:before {
    width: 9px;
    height: 9px;
    top: 8px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content
    p {
    font-size: 14px;
    line-height: 1.93;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  .table-of-contents {
  margin: 30px 0 60px 0;
  padding: 25px 30px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content
    .table-of-contents {
    margin: 30px 0 40px 0;
    padding: 20px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  .table-of-contents
  h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #888;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content
    .table-of-contents
    h3 {
    font-size: 16px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  .table-of-contents
  ul {
  margin-top: 15px;
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  .table-of-contents
  ul
  li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  padding-left: 15px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content
    .table-of-contents
    ul
    li {
    font-size: 13px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content
  .table-of-contents
  ul
  li:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(img/table-of-content-list-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-recruit {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-recruit {
    margin-top: 40px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-recruit
  h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  border-bottom: dotted 2px #bebebe;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-recruit
    h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.22;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-recruit
  h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 11px;
  height: 11px;
  background-image: url(img/single-head-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-recruit
    h2:before {
    width: 9px;
    height: 9px;
    top: 8px;
  }
}

.page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-recruit
  p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-recruit
    p {
    font-size: 14px;
    line-height: 1.93;
  }
}

.single_interview
  .page_template_wrap.bg-white.page-single
  .wrap-main
  .single-main
  .single-container
  .single-container-main
  .single-main-content {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 480px) {
  .single_interview
    .page_template_wrap.bg-white.page-single
    .wrap-main
    .single-main
    .single-container
    .single-container-main
    .single-main-content {
    padding-bottom: 0;
  }
}

.next-contents {
  margin-top: 70px;
}

.next-contents .next-contents-head {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  font-family: "Instrument Serif", serif;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #393939;
}

@media screen and (max-width: 480px) {
  .next-contents .next-contents-head {
    font-size: 46px;
  }
}

.next-contents .next-contents-container {
  position: relative;
  margin: 80px auto 0 auto;
  max-width: 1410px;
  border-radius: 7px;
}

@media screen and (max-width: 480px) {
  .next-contents .next-contents-container {
    margin-top: 20px;
    padding-top: 50px;
    overflow-x: scroll;
  }
}

.next-contents .next-contents-container:before {
  content: "";
  position: absolute;
  background-color: #f1efee;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .next-contents .next-contents-container:before {
    top: 75px;
  }
}

@media screen and (max-width: 480px) {
  .next-contents .next-contents-container .next-contents-container-inner {
    margin-left: 15px;
  }
}

.next-contents .next-contents-container .next-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 0 auto;
  width: 91.5%;
  max-width: 1300px;
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .next-contents .next-contents-container .next-contents-list {
    width: 900px;
  }
}

.next-contents .next-contents-container li {
  width: 14.5%;
  margin-left: 1.5%;
  margin-top: -60px;
  border-radius: 7px;
  overflow: hidden;
}

.next-contents .next-contents-container li a {
  display: block;
  border-radius: 7px;
}

.next-contents .next-contents-container li a .next-contents-list-item-label {
  background-color: #fff;
  padding: 30px 20px;
}

@media screen and (max-width: 480px) {
  .next-contents .next-contents-container li a .next-contents-list-item-label {
    padding: 15px 12px;
  }
}

.next-contents
  .next-contents-container
  li
  a
  .next-contents-list-item-label
  span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .next-contents
    .next-contents-container
    li
    a
    .next-contents-list-item-label
    span {
    font-size: 13px;
  }
}

.next-contents .next-contents-container li:first-child {
  width: 20%;
  margin-left: 0;
}

.next-contents
  .next-contents-container
  li:first-child
  a
  .next-contents-list-item-label {
  padding: 40px 20px 60px 20px;
}

@media screen and (max-width: 480px) {
  .next-contents
    .next-contents-container
    li:first-child
    a
    .next-contents-list-item-label {
    padding: 20px 15px;
  }
}

.next-contents
  .next-contents-container
  li:first-child
  a
  .next-contents-list-item-label
  span {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .next-contents
    .next-contents-container
    li:first-child
    a
    .next-contents-list-item-label
    span {
    font-size: 14px;
  }
}

.page_about .page_head::before {
  content: "";
  position: absolute;
  width: 455px;
  height: 250px;
  background-image: url(img/about-head-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 210px;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .page_about .page_head::before {
    width: 300px;
    height: 150px;
    left: 30px;
  }
}

.page_about .menu-list-item .menu-list-item-label .item-wp:before {
  content: "";
  position: absolute;
  background-image: url(img/icon-menu-wp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-greeting .wrap-main .l-2col .l-2col_main .signature {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .page-greeting .wrap-main .l-2col .l-2col_main .signature {
    margin-top: 30px;
  }
}

.page-greeting .wrap-main .l-2col .l-2col_main .signature img {
  max-width: 135px;
}

@media screen and (max-width: 480px) {
  .page-greeting .wrap-main .l-2col .l-2col_main .signature img {
    max-width: 90px;
  }
}

.page-clinics .wrap-main .l-2col .l-2col_main .clinic-list .clinic-list-item {
  border-radius: 7px;
  margin-bottom: 15px;
  background-color: #fff;
}

.page-clinics .wrap-main .l-2col .l-2col_main .clinic-list .clinic-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 7px;
}

.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-img {
  width: 23.7%;
}

@media screen and (max-width: 480px) {
  .page-clinics
    .wrap-main
    .l-2col
    .l-2col_main
    .clinic-list
    .clinic-list-item
    a
    .clinic-list-item-img {
    width: 31.5%;
  }
}

.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-img
  img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label {
  position: relative;
  width: 76.3%;
  padding: 50px 40px;
}

@media screen and (max-width: 480px) {
  .page-clinics
    .wrap-main
    .l-2col
    .l-2col_main
    .clinic-list
    .clinic-list-item
    a
    .clinic-list-item-label {
    width: 68.5%;
    padding: 35px 15px;
  }
}

.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label::before {
  content: "";
  position: absolute;
  background-image: url(img/link-btn-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 5px;
}

@media screen and (max-width: 480px) {
  .page-clinics
    .wrap-main
    .l-2col
    .l-2col_main
    .clinic-list
    .clinic-list-item
    a
    .clinic-list-item-label::before {
    width: 20px;
    right: 20px;
  }
}

.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label
  .clinic-list-item-label-txt {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page-clinics
    .wrap-main
    .l-2col
    .l-2col_main
    .clinic-list
    .clinic-list-item
    a
    .clinic-list-item-label
    .clinic-list-item-label-txt {
    font-size: 14px;
  }
}

.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a:hover
  .clinic-list-item-label::before {
  right: 24px;
}

.page_template_wrap.bg-white.page-clinic-detail {
  padding-top: 50px;
}

.page_template_wrap.bg-white.page-clinic-detail:before {
  display: none;
}

.page_template_wrap.bg-white.page-clinic-detail .breadcrumbs.header_bread {
  position: relative;
  bottom: initial;
}

.page_template_wrap.bg-white.page-clinic-detail .page_head-txt {
  margin-top: 60px;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail .page_head-txt {
    margin-top: 0;
    font-size: 24px;
    text-align: left;
  }
}

.page_template_wrap.bg-white.page-clinic-detail .page_head-txt span {
  margin-top: 20px;
  display: block;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail .page_head-txt span {
    margin-top: 8px;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail .wrap-main {
    margin-top: 40px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container {
  padding-bottom: 90px;
  border-bottom: solid 1px #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container {
    padding-bottom: 40px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-eyecatch {
  width: 37.5%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-eyecatch {
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-eyecatch
  img {
  border-radius: 7px;
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main {
  width: 56%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main {
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  section {
  margin-top: 10px;
  padding-top: 70px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    section {
    padding-top: 40px;
    margin-top: 0;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-detail-sec-head {
  padding-left: 30px;
  position: relative;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  padding-bottom: 10px;
  border-bottom: dotted 2px #bebebe;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-detail-sec-head {
    font-size: 18px;
    padding-left: 20px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-detail-sec-head:after {
  content: "";
  position: absolute;
  background-image: url(img/single-head-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  top: 9px;
  left: 4px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-detail-sec-head:after {
    width: 9px;
    height: 9px;
    top: 7px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-detail-summary {
  margin-top: -70px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-detail-summary {
    margin-top: 0;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-detail-summary
  .clinic-detail-summary-read {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-detail-summary
    .clinic-detail-summary-read {
    margin-top: 20px;
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-menu
  .clinic-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-menu
    .clinic-menu-list {
    margin-top: 20px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-menu
  .clinic-menu-list
  .clinic-menu-list-item {
  width: 23%;
  margin: 0 2.5% 20px 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-menu
    .clinic-menu-list
    .clinic-menu-list-item {
    width: 47%;
    margin: 0 6% 20px 0;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-menu
  .clinic-menu-list
  .clinic-menu-list-item
  .clinic-menu-list-item-label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-menu
    .clinic-menu-list
    .clinic-menu-list-item
    .clinic-menu-list-item-label {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-menu
  .clinic-menu-list
  .clinic-menu-list-item:nth-of-type(4n) {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-menu
    .clinic-menu-list
    .clinic-menu-list-item:nth-of-type(4n) {
    margin: initial;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-menu
    .clinic-menu-list
    .clinic-menu-list-item:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-doctor
  .clinic-doctor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-doctor
    .clinic-doctor-list {
    margin-top: 20px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-doctor
  .clinic-doctor-list
  .clinic-doctor-list-item {
  width: 23%;
  margin: 0 2.5% 20px 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-doctor
    .clinic-doctor-list
    .clinic-doctor-list-item {
    width: 47%;
    margin: 0 6% 20px 0;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-doctor
  .clinic-doctor-list
  .clinic-doctor-list-item
  .clinic-doctor-list-item-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-doctor
    .clinic-doctor-list
    .clinic-doctor-list-item
    .clinic-doctor-list-item-name {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-doctor
  .clinic-doctor-list
  .clinic-doctor-list-item
  .clinic-doctor-list-item-name
  span {
  font-size: 13px;
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-doctor
  .clinic-doctor-list
  .clinic-doctor-list-item
  .clinic-doctor-list-item-label {
  margin-top: 7px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: center;
  color: #888;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-doctor
    .clinic-doctor-list
    .clinic-doctor-list-item
    .clinic-doctor-list-item-label {
    font-size: 12px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-doctor
  .clinic-doctor-list
  .clinic-doctor-list-item:nth-of-type(4n) {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-doctor
    .clinic-doctor-list
    .clinic-doctor-list-item:nth-of-type(4n) {
    margin: initial;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-doctor
    .clinic-doctor-list
    .clinic-doctor-list-item:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-info
  .clinic-info-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-info
  .clinic-info-list
  .clinic-info-list-item {
  width: 48.5%;
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-info
    .clinic-info-list
    .clinic-info-list-item {
    width: 100%;
    padding: 12px 0;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-info
  .clinic-info-list
  .clinic-info-list-item
  .clinic-info-list-item-head {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #888;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-info
    .clinic-info-list
    .clinic-info-list-item
    .clinic-info-list-item-head {
    font-size: 12px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-info
  .clinic-info-list
  .clinic-info-list-item
  .clinic-info-list-item-detail {
  margin-top: 5px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-info
    .clinic-info-list
    .clinic-info-list-item
    .clinic-info-list-item-detail {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-info
  .clinic-info-list
  .clinic-info-list-item
  .clinic-info-list-item-detail.clinic-area {
  margin-top: 5px;
  font-size: 13px;
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .clinic-info
  .clinic-info-map {
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .clinic-info
    .clinic-info-map
    iframe {
    height: 170px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-container
  .clinic-detail-container-main
  .single-main-recruit
  .contact-contents {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-container
    .clinic-detail-container-main
    .single-main-recruit
    .contact-contents {
    margin-top: 40px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-btn-list {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-btn-list {
    padding-top: 30px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-btn-list
  a
  span {
  position: relative;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-clinic-detail
    .wrap-main
    .clinic-detail-btn-list
    a
    span {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-btn-list
  a
  span:before {
  content: "";
  position: absolute;
  background-image: url(img/link-btn-blk-lft.svg);
  top: 7px;
  left: -30px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 6px;
}

.page_template_wrap.bg-white.page-clinic-detail
  .wrap-main
  .clinic-detail-btn-list
  a:hover
  .clinic-detail-btn-list-label:before {
  left: -36px;
}

.page-results .wrap-main .l-2col_main {
  padding-bottom: 0 !important;
  border-bottom: initial !important;
}

.page-results .wrap-main .l-2col_main .main-img-content {
  margin-top: 25px;
}

.page_template_wrap.bg-white.page-organization
  .wrap-main
  .l-2col
  .l-2col_main
  .main-read {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-organization
    .wrap-main
    .l-2col
    .l-2col_main
    .main-read {
    margin-top: 15px;
  }
}

.page_workstyle .page_head::before {
  content: "";
  position: absolute;
  width: 485px;
  height: 240px;
  background-image: url(img/workstyle-head-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 180px;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .page_workstyle .page_head::before {
    width: 300px;
    height: 150px;
    left: 30px;
  }
}

.page_workstyle .menu-list-item .menu-list-item-label .item-wp:before {
  content: "";
  position: absolute;
  background-image: url(img/icon-menu-wp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_template_wrap.bg-white.page-education
  .wrap-main
  .l-2col
  .l-2col_main
  .main-head {
  margin-bottom: 20px;
}

.page_template_wrap.bg-white.page-education
  .wrap-main
  .l-2col
  .l-2col_main
  .main-read {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-education
    .wrap-main
    .l-2col
    .l-2col_main
    .main-read {
    margin-top: 15px;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .careerup-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #f7f7f7;
  width: 100%;
  padding: 50px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .careerup-illustration {
    padding: 20px;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .careerup-illustration
  img {
  max-width: 450px;
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .careerup-program-details {
  margin-top: 40px;
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .careerup-program-details
  .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .careerup-program-details
    .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .careerup-program-details
  .content
  .content-head {
  width: 12%;
  min-width: 90px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .careerup-program-details
    .content
    .content-head {
    font-size: 15px;
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .careerup-program-details
  .content
  .content-inner {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .careerup-program-details
    .content
    .content-inner {
    font-size: 15px;
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .user-voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .user-voice-content
  .user-voice-icon {
  width: 11.5%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .user-voice-content
    .user-voice-icon {
    width: 100%;
    text-align: center;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .user-voice-content
  .user-voice-icon
  img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .user-voice-content
    .user-voice-icon
    img {
    max-width: 50%;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .user-voice-content
  .user-voice-txt {
  width: 82%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .user-voice-content
    .user-voice-txt {
    width: 100%;
    margin-top: 20px;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .user-voice-content
  .user-voice-txt
  .user-voice-txt-head {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .user-voice-content
    .user-voice-txt
    .user-voice-txt-head {
    font-size: 18px;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .user-voice-content
  .user-voice-txt
  .user-voice-txt-name {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .user-voice-content
    .user-voice-txt
    .user-voice-txt-name {
    font-size: 13px;
    margin-top: 5px;
  }
}

.page_template_wrap.bg-white.page-career
  .wrap-main
  .l-2col_main
  .user-voice-content
  .user-voice-txt
  .user-voice-txt-read {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-career
    .wrap-main
    .l-2col_main
    .user-voice-content
    .user-voice-txt
    .user-voice-txt-read {
    margin-top: 15px;
    font-size: 14px;
  }
}

.page_template_wrap.page_occupation .page_head::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 300px;
  background-image: url(img/occupation-head-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 170px;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation .page_head::before {
    width: 270px;
    height: 140px;
    left: 40px;
  }
}

.page_template_wrap.page_occupation .occupation_index {
  padding-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation .occupation_index {
    padding-bottom: 50px;
  }
}

.page_template_wrap.page_occupation .occupation_index .occupation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list
  .occupation-list-item {
  border-radius: 7px;
  background-color: #fff;
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list
  .occupation-list-item
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  padding: 7px;
  width: 100%;
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.main
  .occupation-list-item {
  width: 49%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.main
    .occupation-list-item {
    width: 100%;
    margin-top: 15px;
  }
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.main
  .occupation-list-item
  a
  .occupation-list-item-img {
  width: 19%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.main
    .occupation-list-item
    a
    .occupation-list-item-img {
    width: 30%;
  }
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.main
  .occupation-list-item
  a
  .occupation-list-item-label {
  width: 81%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.main
    .occupation-list-item
    a
    .occupation-list-item-label {
    width: 70%;
  }
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.main
  .occupation-list-item
  a
  .occupation-list-item-label
  .occupation-list-item-label-txt {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  padding: 20px 40px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.main
    .occupation-list-item
    a
    .occupation-list-item-label
    .occupation-list-item-label-txt {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.other
  .occupation-list-item {
  width: 32%;
  margin-top: 26px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.other
    .occupation-list-item {
    width: 100%;
    margin-top: 15px;
  }
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.other
  .occupation-list-item
  a
  .occupation-list-item-img {
  width: 24%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.other
    .occupation-list-item
    a
    .occupation-list-item-img {
    width: 30%;
  }
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.other
  .occupation-list-item
  a
  .occupation-list-item-label {
  width: 76%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.other
    .occupation-list-item
    a
    .occupation-list-item-label {
    width: 70%;
  }
}

.page_template_wrap.page_occupation
  .occupation_index
  .occupation-list.other
  .occupation-list-item
  a
  .occupation-list-item-label
  .occupation-list-item-label-txt {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  padding: 10px 25px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.page_occupation
    .occupation_index
    .occupation-list.other
    .occupation-list-item
    a
    .occupation-list-item-label
    .occupation-list-item-label-txt {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .l-2col_main
  .main-head.cc {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .l-2col_main
    .main-head.cc {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .l-2col_main
    .main-head {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .l-2col_main
    .main-read {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .youtube {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .youtube
    iframe {
    height: 200px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .schedule {
    margin-top: 40px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .schedule-content
  .schedule-content-time {
  width: 23%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .schedule
    .schedule-content
    .schedule-content-time {
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .schedule-content
  .schedule-content-time
  span {
  display: inline-block;
  border-radius: 7px;
  background-color: #f7f7f7;
  padding: 20px 0;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  width: 100%;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .schedule
    .schedule-content
    .schedule-content-time
    span {
    padding: 15px 0;
    font-size: 16px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .schedule-content
  .schedule-content-txt {
  width: 73%;
  margin-top: 18px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .schedule
    .schedule-content
    .schedule-content-txt {
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .schedule-content
  .schedule-content-txt
  .schedule-content-txt-head {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .schedule
    .schedule-content
    .schedule-content-txt
    .schedule-content-txt-head {
    font-size: 16px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .schedule-content
  .schedule-content-txt
  .schedule-content-txt-read {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .day-flow
    .schedule
    .schedule-content
    .schedule-content-txt
    .schedule-content-txt-read {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .no-head
  .schedule-content-txt {
  margin-top: 14px;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .day-flow
  .schedule
  .no-head
  .schedule-content-txt
  .schedule-content-txt-read {
  margin-top: 0;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .staff-voice
  .l-2col_main
  .main-imgtxt
  .main-imgtxt-txt
  .main-head {
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .staff-voice
    .l-2col_main
    .main-imgtxt
    .main-imgtxt-txt
    .main-head {
    font-size: 18px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .staff-voice
  .l-2col_main
  .main-imgtxt
  .main-imgtxt-txt
  .main-read {
  font-size: 14px;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .faq
  .l-2col_main
  .faq-container
  .faq-content {
  margin-top: 20px;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .faq
  .l-2col_main
  .faq-container
  .faq-content
  .faq-content-question {
  border-radius: 7px;
  background-color: #f7f7f7;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .faq
  .l-2col_main
  .faq-container
  .faq-content
  .faq-content-question
  span {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  padding: 20px 30px 20px 75px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .faq
    .l-2col_main
    .faq-container
    .faq-content
    .faq-content-question
    span {
    font-size: 16px;
    padding: 15px 25px 15px 40px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .faq
  .l-2col_main
  .faq-container
  .faq-content
  .faq-content-question
  span:before {
  content: "Q.";
  position: absolute;
  display: block;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  top: 20px;
  left: 45px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .faq
    .l-2col_main
    .faq-container
    .faq-content
    .faq-content-question
    span:before {
    font-size: 16px;
    left: 15px;
    top: 15px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .faq
  .l-2col_main
  .faq-container
  .faq-content
  .faq-content-answer {
  padding: 20px 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 90px;
  border-bottom: solid 1px #bebebe;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .clinic-list
    .clinic-list {
    padding-bottom: 50px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item {
  width: 32%;
  border-radius: 7px;
  background-color: #fff;
  margin: 0 2% 0 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .clinic-list
    .clinic-list
    .clinic-list-item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item
  a {
  border-radius: 7px;
  display: block;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-img {
  width: 100%;
  position: relative;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-img
  .clinic-list-item-img-label {
  position: absolute;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding: 5px 8px;
  top: 5px;
  left: 4px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.19;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .clinic-list
    .clinic-list
    .clinic-list-item
    a
    .clinic-list-item-img
    .clinic-list-item-img-label {
    font-size: 11px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label {
  padding: 14px 25px 20px 25px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .clinic-list
    .clinic-list
    .clinic-list-item
    a
    .clinic-list-item-label {
    padding: 15px 10px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label
  span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .clinic-list
    .clinic-list
    .clinic-list-item
    a
    .clinic-list-item-label
    span {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label
  .label-clinic {
  margin-top: 10px;
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item:nth-of-type(3) {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-occupation-detail
    .wrap-main
    .clinic-list
    .clinic-list
    .clinic-list-item:nth-of-type(3) {
    margin: 20px 0 0 0;
  }
}

.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .contact-contents {
  margin-top: 60px;
}

.page_casual {
  padding-top: 50px;
}

.page_casual .s-inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}

.page_casual .bg-gr {
  background-color: #f1efee;
}

.page_casual .sec-head {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_casual .sec-head {
    font-size: 24px;
    line-height: 1.58;
  }
}

.page_casual .mt0 {
  margin-top: 0 !important;
}

.page_casual .btn-yellow {
  width: 670px;
  display: block;
  margin: 0 auto;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffd957;
  padding: 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 820px) {
  .page_casual .btn-yellow {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .page_casual .btn-yellow {
    width: 100%;
    padding: 18px 20px;
  }
}

.page_casual .btn-yellow:before {
  content: "";
  position: absolute;
  background-image: url(img/btn-yellow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .page_casual .btn-yellow:before {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.page_casual .btn-yellow span {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_casual .btn-yellow span {
    font-size: 16px;
  }
}

.page_casual .c-fv {
  padding-bottom: 140px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-fv {
    padding-bottom: 100px;
  }
}

.page_casual .c-fv .s-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_casual .c-fv .s-inner .c-fv-main {
  width: 45.5%;
}

@media screen and (max-width: 820px) {
  .page_casual .c-fv .s-inner .c-fv-main {
    width: 100%;
  }
}

.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-title {
  font-size: 43px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
}
/* 
@media screen and (max-width: 820px) {
  .page_casual .c-fv .s-inner .c-fv-main .c-fv-main-title {
    display: none;
  }
} */

.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head {
  margin-top: 95px;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head {
    margin-top: 0;
    font-size: 24px;
    white-space: nowrap;
    line-height: 1.6;
  }
}

.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head span {
  display: inline-block;
  position: relative;
}

.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: 10px;
  left: 0;
  background-color: #f5dcad;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head span:before {
    height: 6px;
  }
}

.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-read {
  font-size: 16px;
  margin-top: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_casual .c-fv .s-inner .c-fv-main .c-fv-main-read {
    font-size: 14px;
    margin-top: 30px;
  }
}

.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-img {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .page_casual .c-fv .s-inner .c-fv-main .c-fv-main-img {
    margin-top: 30px;
  }
}

.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-img img {
  width: 100%;
}

.page_casual .c-fv .s-inner .c-fv-form {
  width: 46.5%;
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 820px) {
  .page_casual .c-fv .s-inner .c-fv-form {
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .page_casual .c-fv .s-inner .c-fv-form {
    display: none;
  }
}

.page_casual .c-fv .s-inner .c-fv-btn {
  display: none;
}

@media screen and (max-width: 480px) {
  .page_casual .c-fv .s-inner .c-fv-btn {
    display: block;
    margin-top: 30px;
    width: 100%;
  }
}

.page_casual .c-about {
  padding: 100px 0;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about {
    padding: 70px 0;
  }
}

.page_casual .c-about .c-about-2col {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about .c-about-2col {
    margin-top: 35px;
  }
}

.page_casual .c-about .c-about-2col .c-about-2col-img {
  width: 45%;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about .c-about-2col .c-about-2col-img {
    width: 100%;
  }
}

.page_casual .c-about .c-about-2col .c-about-2col-img img {
  width: 100%;
}

.page_casual .c-about .c-about-2col .c-about-2col-txt {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about .c-about-2col .c-about-2col-txt {
    width: 100%;
    margin-top: 30px;
  }
}

.page_casual .c-about .c-about-2col .c-about-2col-txt .c-about-2col-txt-read {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about .c-about-2col .c-about-2col-txt .c-about-2col-txt-read {
    font-size: 14px;
    line-height: 1.86;
    margin-top: 15px;
  }
}

.page_casual .c-about .c-about-2col .c-about-2col-txt .c-about-2col-txt-label {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px 20px 10px 55px;
}

.page_casual
  .c-about
  .c-about-2col
  .c-about-2col-txt
  .c-about-2col-txt-label
  span {
  display: inline-block;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about
    .c-about-2col
    .c-about-2col-txt
    .c-about-2col-txt-label
    span {
    font-size: 14px;
  }
}

.page_casual
  .c-about
  .c-about-2col
  .c-about-2col-txt
  .c-about-2col-txt-label.label-a {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about
    .c-about-2col
    .c-about-2col-txt
    .c-about-2col-txt-label.label-a {
    margin-top: 20px;
  }
}

.page_casual
  .c-about
  .c-about-2col
  .c-about-2col-txt
  .c-about-2col-txt-label.label-a
  span {
  color: #8e8e8e;
}

.page_casual
  .c-about
  .c-about-2col
  .c-about-2col-txt
  .c-about-2col-txt-label.label-a
  span:before {
  content: "";
  position: absolute;
  background-image: url(img/c-label-a.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 7px;
  left: -30px;
}

.page_casual
  .c-about
  .c-about-2col
  .c-about-2col-txt
  .c-about-2col-txt-label.label-b {
  margin-top: 5px;
}

.page_casual
  .c-about
  .c-about-2col
  .c-about-2col-txt
  .c-about-2col-txt-label.label-b
  span {
  font-weight: 500;
}

.page_casual
  .c-about
  .c-about-2col
  .c-about-2col-txt
  .c-about-2col-txt-label.label-b
  span:before {
  content: "";
  position: absolute;
  background-image: url(img/c-label-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 7px;
  left: -30px;
}

.page_casual .c-about .c-about-2col-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about .c-about-2col-txtbox {
    margin-top: 50px;
  }
}

.page_casual .c-about .c-about-2col-txtbox .c-about-2col-txtbox-item {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 60px;
}

@media screen and (max-width: 820px) {
  .page_casual .c-about .c-about-2col-txtbox .c-about-2col-txtbox-item {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.page_casual
  .c-about
  .c-about-2col-txtbox
  .c-about-2col-txtbox-item
  .c-about-2col-txtbox-item-head {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about
    .c-about-2col-txtbox
    .c-about-2col-txtbox-item
    .c-about-2col-txtbox-item-head {
    font-size: 18px;
  }
}

.page_casual
  .c-about
  .c-about-2col-txtbox
  .c-about-2col-txtbox-item
  .c-about-2col-txtbox-item-read {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about
    .c-about-2col-txtbox
    .c-about-2col-txtbox-item
    .c-about-2col-txtbox-item-read {
    margin-top: 15px;
    font-size: 14px;
  }
}

.page_casual
  .c-about
  .c-about-2col-txtbox
  .c-about-2col-txtbox-item:first-child {
  border-right: solid 1px #bebebe;
  padding-left: 0;
  padding-right: 60px;
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about
    .c-about-2col-txtbox
    .c-about-2col-txtbox-item:first-child {
    padding-right: 0;
    border-right: initial;
    padding-bottom: 30px;
    border-bottom: solid 1px #bebebe;
  }
}

.page_casual .c-about .c-about-btn {
  margin-top: 90px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about .c-about-btn {
    margin-top: 40px;
  }
}

.page_casual .c-about-cta {
  padding: 110px 0;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-cta {
    padding: 70px 0;
  }
}

.page_casual .c-about-cta .c-about-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-cta .c-about-cta-container {
    margin-top: 40px;
  }
}

.page_casual .c-about-cta .c-about-cta-container .c-about-cta-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media screen and (max-width: 820px) {
  .page_casual .c-about-cta .c-about-cta-container .c-about-cta-container-item {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
  }
}

.page_casual
  .c-about-cta
  .c-about-cta-container
  .c-about-cta-container-item
  .c-about-cta-container-item-img {
  width: 33%;
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about-cta
    .c-about-cta-container
    .c-about-cta-container-item
    .c-about-cta-container-item-img {
    width: 33%;
  }
}

.page_casual
  .c-about-cta
  .c-about-cta-container
  .c-about-cta-container-item
  .c-about-cta-container-item-txt {
  width: 52%;
  padding-left: 40px;
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about-cta
    .c-about-cta-container
    .c-about-cta-container-item
    .c-about-cta-container-item-txt {
    width: 61%;
    padding-left: initial;
  }
}

.page_casual
  .c-about-cta
  .c-about-cta-container
  .c-about-cta-container-item
  .c-about-cta-container-item-txt
  .c-about-cta-container-item-txt-head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-cta
    .c-about-cta-container
    .c-about-cta-container-item
    .c-about-cta-container-item-txt
    .c-about-cta-container-item-txt-head {
    font-size: 17px;
  }
}

.page_casual
  .c-about-cta
  .c-about-cta-container
  .c-about-cta-container-item
  .c-about-cta-container-item-txt
  .c-about-cta-container-item-txt-read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-cta
    .c-about-cta-container
    .c-about-cta-container-item
    .c-about-cta-container-item-txt
    .c-about-cta-container-item-txt-read {
    font-size: 14px;
    line-height: 1.86;
    margin-top: 15px;
  }
}

.page_casual
  .c-about-cta
  .c-about-cta-container
  .c-about-cta-container-item
  .c-about-cta-container-item-txt
  .c-about-cta-container-item-txt-btn {
  margin-top: 30px;
  padding: 11px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #25aa81;
  background-color: #fff;
  color: #25aa81;
  text-align: center;
  border-radius: 3px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-cta
    .c-about-cta-container
    .c-about-cta-container-item
    .c-about-cta-container-item-txt
    .c-about-cta-container-item-txt-btn {
    margin-top: 20px;
    font-size: 15px;
    padding: 10px;
  }
}

.page_casual
  .c-about-cta
  .c-about-cta-container
  .c-about-cta-container-item:nth-of-type(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about-cta
    .c-about-cta-container
    .c-about-cta-container-item:nth-of-type(2) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 0 0;
    border-top: solid 1px #bebebe;
  }
}

.page_casual
  .c-about-cta
  .c-about-cta-container
  .c-about-cta-container-item:nth-of-type(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  background-color: #ddd;
  top: 0;
  left: 0;
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about-cta
    .c-about-cta-container
    .c-about-cta-container-item:nth-of-type(2):before {
    display: none;
  }
}

.page_casual .c-about-flow {
  padding: 100px 0 90px 0;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-flow {
    padding: 50px 0 70px 0;
  }
}

.page_casual .c-about-flow .c-about-flow-container {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-flow .c-about-flow-container {
    margin-top: 40px;
  }
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item {
  width: 33.3%;
  padding: 0 40px;
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item {
    padding: 0 0 20px 0;
  }
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item
  .c-about-flow-container-item-head {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item
    .c-about-flow-container-item-head {
    font-size: 18px;
    padding-left: 30px;
  }
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item
  .c-about-flow-container-item-head:before {
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item
    .c-about-flow-container-item-head:before {
    font-size: 18px;
  }
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item
  .c-about-flow-container-item-read {
  margin-top: 25px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item
    .c-about-flow-container-item-read {
    font-size: 14px;
    margin-top: 20px;
  }
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item
  .c-about-flow-container-item-read
  .txt-ul {
  text-decoration: underline;
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item
  .c-about-flow-container-item-read
  .txt-ul:hover {
  text-decoration: none;
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item.item01
  .c-about-flow-container-item-head:before {
  content: "1.";
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item.item02 {
  border-left: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item.item02 {
    padding: 30px 0;
    border-left: initial;
    border-right: initial;
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
  }
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item.item02 {
    padding: 20px 0;
  }
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item.item02
  .c-about-flow-container-item-head:before {
  content: "2.";
}

@media screen and (max-width: 820px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item.item03 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-flow
    .c-about-flow-container
    .c-about-flow-container-item.item03 {
    padding-top: 20px;
  }
}

.page_casual
  .c-about-flow
  .c-about-flow-container
  .c-about-flow-container-item.item03
  .c-about-flow-container-item-head:before {
  content: "3.";
}

.page_casual .c-about-flow .c-about-flow-entry {
  margin-top: 60px;
  border-radius: 7px;
  background-color: #fff;
  padding: 40px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-flow .c-about-flow-entry {
    margin-top: 20px;
    padding: 40px 20px;
  }
}

.page_casual .c-about-flow .c-about-flow-entry .c-about-flow-entry-head {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-flow .c-about-flow-entry .c-about-flow-entry-head {
    font-size: 18px;
  }
}

.page_casual .c-about-flow .c-about-flow-entry .c-about-flow-entry-head span {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.page_casual
  .c-about-flow
  .c-about-flow-entry
  .c-about-flow-entry-head
  span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #f5dcac;
  z-index: -1;
}

.page_casual .c-about-flow .c-about-flow-entry .c-about-flow-entry-read {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-flow .c-about-flow-entry .c-about-flow-entry-read {
    margin-top: 25px;
    font-size: 14px;
  }
}

.page_casual .c-about-flow .c-about-flow-entry .c-about-flow-entry-btn {
  margin-top: 30px;
  text-align: center;
}

.page_casual
  .c-about-flow
  .c-about-flow-entry
  .c-about-flow-entry-btn
  .btn-green {
  width: 265px;
  display: inline-block;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #25aa81;
  background-color: #fff;
  padding: 13px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #25aa81;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-flow
    .c-about-flow-entry
    .c-about-flow-entry-btn
    .btn-green {
    width: 220px;
    padding: 11px;
    font-size: 15px;
  }
}

.page_casual .c-about-flow .c-about-flow-btn {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-flow .c-about-flow-btn {
    margin-top: 30px;
  }
}

.page_casual .c-about-member {
  padding: 90px 0 110px 0;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member {
    padding: 70px 0;
  }
}

.page_casual .c-about-member .s-inner {
  max-width: 940px;
}

.page_casual .c-about-member .c-about-member-list {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member .c-about-member-list {
    margin-top: 40px;
  }
}

.page_casual .c-about-member .c-about-member-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page_casual .c-about-member .c-about-member-list .slick-track .draggable {
  height: 100%;
}

.page_casual
  .c-about-member
  .c-about-member-list
  .slick-track
  .draggable
  > div {
  height: 100%;
}

.page_casual
  .c-about-member
  .c-about-member-list
  .slick-prev.slick-arrow:before {
  content: "";
  display: block;
  background-image: url(img/c-slider-prev.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 20px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member .c-about-member-list .slick-prev.slick-arrow {
    left: -8px;
  }
}

.page_casual
  .c-about-member
  .c-about-member-list
  .slick-next.slick-arrow:before {
  content: "";
  display: block;
  background-image: url(img/c-slider-next.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 20px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member .c-about-member-list .slick-next.slick-arrow {
    right: -15px;
  }
}

.page_casual .c-about-member .c-about-member-list .slick-dots {
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member .c-about-member-list .slick-dots {
    margin-top: 0;
  }
}

.page_casual .c-about-member .c-about-member-list .slick-dots li button:before {
  font-size: 10px;
  color: #888;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-member
    .c-about-member-list
    .slick-dots
    li
    button:before {
    font-size: 8px;
  }
}

.page_casual .c-about-member .c-about-member-list .c-about-member-list-item {
  background-color: #fff;
  padding: 40px;
  margin: 0 20px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member .c-about-member-list .c-about-member-list-item {
    padding: 20px;
  }
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-img {
  position: relative;
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-img
  .c-about-member-list-item-img-label {
  position: absolute;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  color: #fff;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 5px;
  left: 5px;
  padding: 5px 9px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-member
    .c-about-member-list
    .c-about-member-list-item
    .c-about-member-list-item-img
    .c-about-member-list-item-img-label {
    font-size: 13px;
  }
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-txt {
  margin-top: 20px;
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-txt
  .c-about-member-list-item-txt-head {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-member
    .c-about-member-list
    .c-about-member-list-item
    .c-about-member-list-item-txt
    .c-about-member-list-item-txt-head {
    font-size: 17px;
  }
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-txt
  .c-about-member-list-item-txt-head
  span {
  display: inline-block;
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-txt
  .c-about-member-list-item-txt-head
  .txt-sm {
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-member
    .c-about-member-list
    .c-about-member-list-item
    .c-about-member-list-item-txt
    .c-about-member-list-item-txt-head
    .txt-sm {
    font-size: 13px;
  }
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-txt
  .c-about-member-list-item-txt-head
  .txt-clinic {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #888;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-member
    .c-about-member-list
    .c-about-member-list-item
    .c-about-member-list-item-txt
    .c-about-member-list-item-txt-head
    .txt-clinic {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.page_casual
  .c-about-member
  .c-about-member-list
  .c-about-member-list-item
  .c-about-member-list-item-txt
  .c-about-member-list-item-txt-read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-member
    .c-about-member-list
    .c-about-member-list-item
    .c-about-member-list-item-txt
    .c-about-member-list-item-txt-read {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member .pc-c-about-member-list {
    display: none;
  }
}

.page_casual .c-about-member .sp-c-about-member-list {
  display: none;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-member .sp-c-about-member-list {
    display: block;
  }
}

.page_casual .c-about-faq {
  padding: 100px 0;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-faq {
    padding: 70px 0;
  }
}

.page_casual .c-about-faq .s-inner {
  max-width: 940px;
}

.page_casual .c-about-faq .c-about-faq-list {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .page_casual .c-about-faq .c-about-faq-list {
    margin-top: 55px;
  }
}

.page_casual .c-about-faq .c-about-faq-list .c-about-faq-list-item {
  background-color: #f7f7f7;
  margin-top: 10px;
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-question {
  padding: 25px 30px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-faq
    .c-about-faq-list
    .c-about-faq-list-item
    .c-about-faq-list-item-question {
    padding: 20px 40px 20px 20px;
  }
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-question
  span {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-faq
    .c-about-faq-list
    .c-about-faq-list-item
    .c-about-faq-list-item-question
    span {
    font-size: 16px;
    padding-left: 30px;
  }
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-question
  span:before {
  content: "Q.";
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-faq
    .c-about-faq-list
    .c-about-faq-list-item
    .c-about-faq-list-item-question
    span:before {
    font-size: 16px;
  }
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-question
  span:after {
  content: "";
  position: absolute;
  background-image: url(img/c-accordion-open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 2px;
  right: 0;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-faq
    .c-about-faq-list
    .c-about-faq-list-item
    .c-about-faq-list-item-question
    span:after {
    right: -20px;
    top: 6px;
    width: 11px;
    height: 11px;
  }
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-question.arrow
  span:after {
  background-image: url(img/c-accordion-close.svg);
  top: 10px;
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-answer {
  display: none;
  padding: 0 30px 30px 70px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-faq
    .c-about-faq-list
    .c-about-faq-list-item
    .c-about-faq-list-item-answer {
    padding: 0 15px 20px 50px;
  }
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-answer
  span {
  position: relative;
  display: block;
  padding-top: 30px;
  border-top: solid 1px #ddd;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-faq
    .c-about-faq-list
    .c-about-faq-list-item
    .c-about-faq-list-item-answer
    span {
    font-size: 13px;
    padding-top: 20px;
  }
}

.page_casual
  .c-about-faq
  .c-about-faq-list
  .c-about-faq-list-item
  .c-about-faq-list-item-answer
  span:before {
  content: "A.";
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  top: 3px;
  left: 0;
  color: #888;
  left: -40px;
  top: 33px;
}

@media screen and (max-width: 480px) {
  .page_casual
    .c-about-faq
    .c-about-faq-list
    .c-about-faq-list-item
    .c-about-faq-list-item-answer
    span:before {
    font-size: 16px;
    left: -30px;
    top: 23px;
  }
}

.page_casual .c-about-form {
  padding: 50px 0;
}

.page_casual .c-about-form .s-inner {
  max-width: 940px;
}

.page_director .s-inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}

.page_director .sec-head {
  font-size: 43px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_director .sec-head {
    font-size: 24px;
  }
}

.page_director .bg-gr {
  background-color: #f1efee;
}

.page_director .mt0 {
  margin-top: 0 !important;
}

.page_director .btn-yellow {
  width: 380px;
  display: block;
  margin: 0 auto;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffd957;
  padding: 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 820px) {
  .page_director .btn-yellow {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .page_director .btn-yellow {
    width: 100%;
    padding: 18px 20px;
  }
}

.page_director .btn-yellow:before {
  content: "";
  position: absolute;
  background-image: url(img/btn-yellow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .page_director .btn-yellow:before {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.page_director .btn-yellow span {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_director .btn-yellow span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .page_director .pc-br {
    display: none;
  }
}

.page_director .sp-br {
  display: none;
}

@media screen and (max-width: 480px) {
  .page_director .sp-br {
    display: block;
  }
}

.page_director .d-about {
  padding: 20px 0 120px 0;
}

@media screen and (max-width: 480px) {
  .page_director .d-about {
    padding: 20px 0 60px 0;
  }
}

.page_director .d-about .d-about-read {
  margin-top: 80px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.59;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_director .d-about .d-about-read {
    margin-top: 40px;
    font-size: 17px;
    line-height: 2;
  }
}

.page_director .d-about .d-about-logo {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_director .d-about .d-about-logo {
    margin-top: 40px;
  }
}

.page_director .d-about .d-about-logo img {
  max-width: 230px;
}

@media screen and (max-width: 480px) {
  .page_director .d-about .d-about-logo img {
    max-width: 180px;
  }
}

.page_director .d-message {
  padding: 100px 0;
}

@media screen and (max-width: 480px) {
  .page_director .d-message {
    padding: 50px 0;
  }
}

.page_director .d-message .d-message-container,
.page_system .d-message .d-message-container {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .page_director .d-message .d-message-container,
  .page_system .d-message .d-message-container {
    margin-top: 40px;
  }
}

.page_director .d-message .d-message-container .d-message-container-img,
.page_system .d-message .d-message-container .d-message-container-img {
  width: 30%;
}

@media screen and (max-width: 480px) {
  .page_director .d-message .d-message-container .d-message-container-img,
  .page_system .d-message .d-message-container .d-message-container-img {
    width: 100%;
  }
}

.page_director .d-message .d-message-container .d-message-container-txt,
.page_system .d-message .d-message-container .d-message-container-txt {
  width: 66%;
}

@media screen and (max-width: 480px) {
  .page_director .d-message .d-message-container .d-message-container-txt,
  .page_system .d-message .d-message-container .d-message-container-txt {
    width: 100%;
    margin-top: 20px;
  }
}

.page_director
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-head,
.page_system
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-head {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-container-txt-head,
  .page_system
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-container-txt-head {
    font-size: 20px;
  }
}

.page_director
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-head
  span,
.page_system
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-head
  span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.page_director
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-head
  span:before,
.page_system
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-head
  span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: 10px;
  left: 0;
  background-color: #f5dcad;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-container-txt-head
    span:before,
  .page_system
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-container-txt-head
    span:before {
    height: 6px;
  }
}

.page_director
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-read,
.page_system
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-container-txt-read {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-container-txt-read,
  .page_system
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-container-txt-read {
    font-size: 14px;
    margin-top: 15px;
  }
}

.page_director
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-btn,
.page_system
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-btn {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-btn,
  .page_system
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-btn {
    margin-top: 30px;
  }
}

.page_director
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-btn
  .btn-yellow,
.page_system
  .d-message
  .d-message-container
  .d-message-container-txt
  .d-message-btn
  .btn-yellow {
  margin: 0;
  padding: 25px;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-btn
    .btn-yellow,
  .page_system
    .d-message
    .d-message-container
    .d-message-container-txt
    .d-message-btn
    .btn-yellow {
    padding: 18px 20px;
  }
}

.page_director .d-step {
  padding: 95px 0 60px 0;
}

@media screen and (max-width: 480px) {
  .page_director .d-step {
    padding: 40px 0 20px 0;
  }
}

.page_director .d-step .d-step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_director .d-step .d-step-container .d-step-container-txt {
  width: 45%;
}

@media screen and (max-width: 480px) {
  .page_director .d-step .d-step-container .d-step-container-txt {
    width: 100%;
  }
}

.page_director
  .d-step
  .d-step-container
  .d-step-container-txt
  .d-step-container-txt-head {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-step
    .d-step-container
    .d-step-container-txt
    .d-step-container-txt-head {
    margin-top: 0;
    font-size: 20px;
    text-align: center;
  }
}

.page_director
  .d-step
  .d-step-container
  .d-step-container-txt
  .d-step-container-txt-read {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 50px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-step
    .d-step-container
    .d-step-container-txt
    .d-step-container-txt-read {
    margin-top: 20px;
    font-size: 14px;
  }
}

.page_director .d-step .d-step-container .d-step-container-img {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .page_director .d-step .d-step-container .d-step-container-img {
    width: 100%;
    margin-top: 40px;
  }
}

.page_director .d-entry {
  padding: 120px 0;
}

@media screen and (max-width: 480px) {
  .page_director .d-entry {
    padding: 40px 0;
  }
}

.page_director .d-entry .form-container {
  margin: 50px auto 0 auto;
  max-width: 940px;
}

@media screen and (max-width: 480px) {
  .page_director .d-entry .form-container {
    margin-top: 30px;
  }
}

.page_director .d-comment {
  padding: 85px 0 100px 0;
}

@media screen and (max-width: 480px) {
  .page_director .d-comment {
    padding: 40px 0;
  }
}

.page_director .d-comment .d-comment-head {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_director .d-comment .d-comment-head {
    font-size: 20px;
  }
}

.page_director .d-comment .d-comment-container {
  margin-top: 50px;
  padding: 50px 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .page_director .d-comment .d-comment-container {
    margin-top: 30px;
    padding: 25px 15px;
  }
}

.page_director .d-comment .d-comment-container .d-comment-container-img {
  width: 52%;
}

@media screen and (max-width: 480px) {
  .page_director .d-comment .d-comment-container .d-comment-container-img {
    width: 100%;
  }
}

.page_director .d-comment .d-comment-container .d-comment-container-txt {
  width: 44%;
}

@media screen and (max-width: 480px) {
  .page_director .d-comment .d-comment-container .d-comment-container-txt {
    width: 100%;
    margin-top: 20px;
  }
}

.page_director
  .d-comment
  .d-comment-container
  .d-comment-container-txt
  .d-comment-container-txt-head {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-comment
    .d-comment-container
    .d-comment-container-txt
    .d-comment-container-txt-head {
    font-size: 16px;
  }
}

.page_director
  .d-comment
  .d-comment-container
  .d-comment-container-txt
  .d-comment-container-txt-head
  span {
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-comment
    .d-comment-container
    .d-comment-container-txt
    .d-comment-container-txt-head
    span {
    font-size: 13px;
  }
}

.page_director
  .d-comment
  .d-comment-container
  .d-comment-container-txt
  .d-comment-container-txt-clinic {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #888;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-comment
    .d-comment-container
    .d-comment-container-txt
    .d-comment-container-txt-clinic {
    font-size: 11px;
  }
}

.page_director
  .d-comment
  .d-comment-container
  .d-comment-container-txt
  .d-comment-container-txt-read {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_director
    .d-comment
    .d-comment-container
    .d-comment-container-txt
    .d-comment-container-txt-read {
    font-size: 13px;
    margin-top: 15px;
  }
}

.page_template_wrap.bg-white.page-recruitment .page_head .page_head__title {
  font-size: 34px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment .page_head .page_head__title {
    font-size: 20px;
  }
}

.page_template_wrap.bg-white.page-recruitment .wrap-main .recruitment-sec-head {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .recruitment-sec-head {
    font-size: 21px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .requrements
  .requrements-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .requrements
    .requrements-details {
    margin-top: 30px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .requrements
  .requrements-details
  .requrements-details-content {
  width: 48%;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .requrements
    .requrements-details
    .requrements-details-content {
    width: 100%;
    padding: 15px 0;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .requrements
  .requrements-details
  .requrements-details-content
  .requrements-details-content-head {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #888;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .requrements
    .requrements-details
    .requrements-details-content
    .requrements-details-content-head {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .requrements
  .requrements-details
  .requrements-details-content
  .requrements-details-content-read {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  margin-top: 7px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .requrements
    .requrements-details
    .requrements-details-content
    .requrements-details-content-read {
    font-size: 15px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .requrements
  .requrements-details
  .requrements-details-content:first-child {
  border-top: solid 1px #ddd;
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .requrements
  .requrements-details
  .requrements-details-content:nth-of-type(2) {
  border-top: solid 1px #ddd;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .requrements
    .requrements-details
    .requrements-details-content:nth-of-type(2) {
    border-top: initial;
  }
}

.page_template_wrap.bg-white.page-recruitment .wrap-main .flow {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: solid 1px #bebebe;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment .wrap-main .flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page_template_wrap.bg-white.page-recruitment .wrap-main .flow .flow-container {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .flow
  .flow-container
  .flow-container-item {
  width: 18.75%;
  border-radius: 7px;
  background-color: #f1efee;
  padding: 40px 30px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .flow
    .flow-container
    .flow-container-item {
    width: 100%;
    margin-top: 15px;
    padding: 30px 20px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .flow
  .flow-container
  .flow-container-item
  .flow-container-item-head {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .flow
    .flow-container
    .flow-container-item
    .flow-container-item-head {
    font-size: 18px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .flow
  .flow-container
  .flow-container-item
  .num {
  display: inline-block;
  margin-right: 10px;
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .flow
  .flow-container
  .flow-container-item
  .flow-container-item-read {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .flow
    .flow-container
    .flow-container-item
    .flow-container-item-read {
    margin-top: 15px;
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .flow
  .flow-container
  .flow-container-item:nth-of-type(3) {
  background-color: #f7f7f7;
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .flow
  .flow-container
  .flow-container-item:nth-of-type(5) {
  background-color: #f7f7f7;
}

.page_template_wrap.bg-white.page-recruitment .wrap-main .contact-contents {
  margin: 70px auto 0 auto;
  width: 70%;
  max-width: 830px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment .wrap-main .contact-contents {
    margin: 50px auto 0 auto;
    width: 100%;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .contact-contents
  a
  span {
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .contact-contents
    a
    span {
    font-size: 18px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .contact-contents
  a
  span:before {
  bottom: -20px;
  top: initial;
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .contact-contents
  a
  .en {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  font-family: "Instrument Serif", serif;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .contact-contents
    a
    .en {
    font-size: 16px;
  }
}

.page_template_wrap.bg-white.page-recruitment
  .wrap-main
  .contact-contents
  a
  .en:before {
  display: none;
}

.btn-back.search {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .btn-back.search {
    margin-top: 40px;
  }
}

.btn-back.search a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .btn-back.search a {
    font-size: 16px;
  }
}

.btn-back.search a::before {
  content: "";
  position: absolute;
  background-image: url(img/icon-search.svg);
  width: 20px;
  height: 20px;
  top: 3px;
  left: -25px;
}

@media screen and (max-width: 480px) {
  .btn-back.search a::before {
    top: 0;
  }
}

.btn-back.search a:hover {
  text-decoration: none;
}

.archive-contents .page_head::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 230px;
  background-image: url(img/contents-head-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 30px;
  left: 210px;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .archive-contents .page_head::before {
    width: 300px;
    height: 150px;
    left: 0;
    bottom: 0;
  }
}

.archive-contents .container_index .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-contents .container_index .article-list .article-list-item {
  width: 23.5%;
  margin: 0 2% 50px 0;
  border-radius: 7px;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .archive-contents .container_index .article-list .article-list-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.archive-contents .container_index .article-list .article-list-item a {
  display: block;
}

.archive-contents
  .container_index
  .article-list
  .article-list-item
  a
  .article-list-item-img {
  width: 100%;
}

.archive-contents
  .container_index
  .article-list
  .article-list-item
  a
  .article-list-item-txt {
  padding: 20px 30px;
}

@media screen and (max-width: 480px) {
  .archive-contents
    .container_index
    .article-list
    .article-list-item
    a
    .article-list-item-txt {
    padding: 20px 15px;
  }
}

.archive-contents
  .container_index
  .article-list
  .article-list-item
  a
  .article-list-item-txt
  .article-list-item-txt-title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .archive-contents
    .container_index
    .article-list
    .article-list-item
    a
    .article-list-item-txt
    .article-list-item-txt-title {
    font-size: 15px;
  }
}

.archive-contents
  .container_index
  .article-list
  .article-list-item
  a
  .article-list-item-txt
  .article-list-item-txt-date {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .archive-contents
    .container_index
    .article-list
    .article-list-item
    a
    .article-list-item-txt
    .article-list-item-txt-date {
    margin-top: 10px;
    font-size: 12px;
  }
}

.archive-contents
  .container_index
  .article-list
  .article-list-item:nth-of-type(4n) {
  margin: 0 0 50px 0;
}

.archive-contents .container_index .contents-pagination {
  margin: 70px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .archive-contents .container_index .contents-pagination {
    margin: 40px auto 0 auto;
  }
}

.archive-contents .container_index .contents-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.archive-contents .container_index .contents-pagination ul li {
  margin: 0 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .archive-contents .container_index .contents-pagination ul li {
    font-size: 14px;
  }
}

.archive-contents .container_index .contents-pagination ul li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .archive-contents .container_index .contents-pagination ul li a {
    font-size: 14px;
  }
}

.page_template_wrap.bg-white.page-single.single-content {
  padding-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-single.single-content {
    padding-bottom: 40px;
  }
}

.page_template_wrap.bg-white.page-single.single-content
  .wrap-main
  .single-main {
  padding-bottom: initial;
  border-bottom: initial;
}

.related-contents.related-articles {
  margin: 80px auto 0 auto;
  max-width: 1300px;
  width: 90%;
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles {
    margin: 40px auto 0 auto;
  }
}

.related-contents.related-articles h3 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles h3 {
    font-size: 18px;
  }
}

.related-contents.related-articles .related-contents-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 90px;
  border-bottom: solid 1px #bebebe;
  align-items: stretch;
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles .related-contents-list {
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.related-contents.related-articles
  .related-contents-list
  .related-contents-list-item {
  width: 23.5%;
  margin: 0 2% 0 0;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles
    .related-contents-list
    .related-contents-list-item {
    width: 48.5%;
    margin: 0;
  }
}

.related-contents.related-articles
  .related-contents-list
  .related-contents-list-item
  a {
  border-radius: 7px;
  display: block;
  overflow: hidden;
}

.related-contents.related-articles
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-img {
  width: 100%;
  position: relative;
}

.related-contents.related-articles
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-txt {
  padding: 20px 30px;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles
    .related-contents-list
    .related-contents-list-item
    a
    .related-contents-list-item-txt {
    padding: 15px 10px;
  }
}

.related-contents.related-articles
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-txt
  .related-contents-list-item-txt-title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles
    .related-contents-list
    .related-contents-list-item
    a
    .related-contents-list-item-txt
    .related-contents-list-item-txt-title {
    font-size: 14px;
    line-height: 1.35;
  }
}

.related-contents.related-articles
  .related-contents-list
  .related-contents-list-item
  a
  .related-contents-list-item-txt
  .related-contents-list-item-txt-date {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles
    .related-contents-list
    .related-contents-list-item
    a
    .related-contents-list-item-txt
    .related-contents-list-item-txt-date {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles
    .related-contents-list
    .related-contents-list-item:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .related-contents.related-articles
    .related-contents-list
    .related-contents-list-item:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

.related-contents.related-articles
  .related-contents-list
  .related-contents-list-item:nth-of-type(4) {
  margin: 0;
}
/*# sourceMappingURL=style_original2.css.map */
