@charset "UTF-8";
/*
=====================================================================
*
*    Setting
*
* ===================================================================
*/
/*
=====================================================================
*
*    reset
*
* ===================================================================
*/
*:not(.m3_wrapper, .atlas-side-menu-opinion-box, .atlas-nav, .atlas-side-menu-nav__item) {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  min-height: 100px;
}

h1,
h2,
h3,
h4 {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
}

a img,
a:focus img,
a img:focus {
  border: 0;
}

table {
  border-collapse: collapse;
}

/*
=====================================================================
*
*    Common
*
* ===================================================================
*/
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

main {
  width: 1160px;
  margin: 20px auto 0;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}
main a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
main a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.navigation__items {
  display: flex;
  background-color: #EEEEEE;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media only screen and (max-width: 768px) {
  .navigation__items {
    flex-direction: column;
    display: none;
  }
}
.navigation__items li {
  width: 25%;
  text-align: center;
  height: 110px;
}
@media only screen and (max-width: 768px) {
  .navigation__items li {
    width: 100%;
    text-align: left;
    height: 70px;
    line-height: 70px;
  }
}
.navigation__items a {
  color: rgba(17, 84, 33, 0.86);
  background-color: #F6FDF5;
  display: block;
  padding-top: 24px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .navigation__items a {
    display: flex;
    border: 1px solid rgba(17, 84, 33, 0.86);
    padding: 0px 20px;
    background-color: #FFF;
  }
}
.navigation__items a:hover {
  text-decoration: none;
}
.navigation__items .active a,
.navigation__items a:hover {
  color: #FFF;
  background-color: rgba(17, 84, 33, 0.86);
}
@media only screen and (max-width: 768px) {
  .navigation__items .active a,
  .navigation__items a:hover {
    color: rgba(17, 84, 33, 0.86);
    background-color: rgba(17, 84, 33, 0.2);
  }
}
.navigation__items span {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .navigation__items span {
    font-size: 18px;
    margin-right: 20px;
  }
}
.navigation__items p {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .navigation__items p {
    font-size: 14px;
  }
}

.mv img {
  width: 100%;
  height: auto;
}

.float-entry-button {
  position: sticky;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
}
.float-entry-button a {
  display: block;
  height: 64px;
  line-height: 64px;
  background-color: #DF9855;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/*-------------------------------
  MENU
-------------------------------*/
.menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu {
    display: block;
    background-color: rgba(17, 84, 33, 0.86);
    color: #fff;
    height: 72px;
    line-height: 72px;
    position: relative;
    text-align: center;
  }
}

.menu__title {
  font-size: 24px;
}

.menu__trigger {
  height: 35px;
  width: 44px;
  position: absolute;
  right: 10px;
  top: 36px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.menu__trigger span {
  background-color: #fff;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.menu__trigger span:nth-of-type(1) {
  top: 0;
}
.menu__trigger span:nth-of-type(2) {
  top: 15px;
}
.menu__trigger span:nth-of-type(3) {
  bottom: 0;
}

.content {
  background: url("https://career-review.s3.amazonaws.com/images/official/sowa/bg.jpg") no-repeat center top/cover;
}

/*-------------------------------
  病院見学随時受付中
-------------------------------*/
.section__cta {
  text-align: center;
  padding: 80px 0 100px;
  color: #FFF;
  background: url("https://career-review.s3.amazonaws.com/images/official/sowa/cta_bg.jpg") no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  .section__cta {
    padding: 20px 20px;
    background: url("https://career-review.s3.amazonaws.com/images/official/sowa/cta_bg_sp.jpg") no-repeat left top/cover;
  }
}

.heading__cta {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .heading__cta {
    margin-bottom: 10px;
  }
}

.cta__items {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media only screen and (max-width: 768px) {
  .cta__items {
    flex-direction: column;
    row-gap: 10px;
    margin: 30px auto 0;
  }
}
.cta__items li {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .cta__items li {
    width: 80%;
    margin: 0 auto;
  }
}
.cta__items a {
  display: block;
  padding: 14px 0;
  border-radius: 999px;
  border: 1px solid #707070;
}
.cta__items a::after {
  content: ">";
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s;
}
.cta__items a:hover::after {
  transform: translateX(10px);
}
.cta__items li:nth-of-type(1) a {
  background-color: #FFF;
  color: #000;
}
.cta__items li:nth-of-type(2) a {
  background-color: #DF9855;
  color: #FFF;
  text-decoration: underline;
}

/*-------------------------------
  グループ病院・施設一覧
-------------------------------*/
.section__hospitals {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 768px) {
  .section__hospitals {
    padding: 40px 20px 40px;
  }
}

.hospitals {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 7%;
       column-gap: 7%;
  row-gap: 80px;
}
@media only screen and (max-width: 768px) {
  .hospitals {
    flex-direction: column;
    row-gap: 40px;
  }
}

.hospital__column {
  flex-basis: 46.5%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .hospital__column img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hospital__name {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .hospital__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.hospital__name::before {
  content: "●";
  margin-right: 4px;
}

.hospital__info {
  color: #FFF;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .hospital__info {
    font-size: 14px;
  }
}
.hospital__info dt {
  flex-basis: 16%;
  border-right: 1px solid #707070;
}
.hospital__info dd {
  flex-basis: 70%;
  margin-left: 24px;
}
.hospital__info dd:nth-of-type(1) {
  padding-bottom: 18px;
}
.hospital__info dd:nth-of-type(2) {
  border-top: #707070 dashed 1px;
}
.hospital__info dt:nth-of-type(2),
.hospital__info dd:nth-of-type(2) {
  padding-top: 18px;
}

.hospital__buttons {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .hospital__buttons {
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.hospital__buttons li {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .hospital__buttons li {
    width: 44%;
  }
}
.hospital__buttons a {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  background-color: #FFF;
  display: block;
}
@media only screen and (max-width: 768px) {
  .hospital__buttons a {
    font-size: 14px;
  }
}
.hospital__buttons a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.hospital__column:nth-child(1) .hospital__name::before {
  color: #EB6112;
}
.hospital__column:nth-child(1) .hospital__info {
  background-color: #EB6112;
}
.hospital__column:nth-child(1) .hospital__buttons a {
  border-color: #EB6112;
  color: #EB6112;
}

.hospital__column:nth-child(2) .hospital__name::before {
  color: #15B29A;
}
.hospital__column:nth-child(2) .hospital__info {
  background-color: #15B29A;
}
.hospital__column:nth-child(2) .hospital__buttons a {
  border-color: #15B29A;
  color: #15B29A;
}

.hospital__column:nth-child(3) .hospital__name::before {
  color: #4E8BDE;
}
.hospital__column:nth-child(3) .hospital__info {
  background-color: #4E8BDE;
}
.hospital__column:nth-child(3) .hospital__buttons a {
  border-color: #4E8BDE;
  color: #4E8BDE;
}

.hospital__column:nth-child(4) .hospital__name::before {
  color: #B9D08B;
}
.hospital__column:nth-child(4) .hospital__info {
  background-color: #B9D08B;
}
.hospital__column:nth-child(4) .hospital__buttons a {
  border-color: #B9D08B;
  color: #B9D08B;
}

/*
=====================================================================
*
*    top
*
* ===================================================================
*/
/*-------------------------------
  創和会について
-------------------------------*/
.section__phirosophy {
  background: url("https://career-review.s3.amazonaws.com/images/official/sowa/top/philosophy_about_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 60px 40px 140px;
}
@media only screen and (max-width: 768px) {
  .section__phirosophy {
    padding: 30px 20px 70px;
  }
}

.section__phirosophy--inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 60px 60px;
}
@media only screen and (max-width: 768px) {
  .section__phirosophy--inner {
    padding: 20px 30px 30px;
  }
}

.heading {
  width: 424px;
  color: rgba(17, 84, 33, 0.86);
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 84, 33, 0.86);
  margin: 0 auto 40px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .heading {
    width: 300px;
    margin-bottom: 20px;
  }
}
.heading .heading__en,
.heading .heading__ja {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.heading .heading__en {
  font-size: 24px;
  margin-bottom: 16px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .heading .heading__en {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.heading .heading__ja {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .heading .heading__ja {
    font-size: 22px;
  }
}

.section__body {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .section__body {
    margin-top: 20px;
  }
}

.sub-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .sub-heading {
    font-size: 20px;
    line-height: 1.6;
  }
}

.section__text {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .section__text {
    margin-top: 16px;
  }
}
.section__text p {
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 768px) {
  .section__text p {
    font-weight: normal;
    font-size: 14px;
  }
}

/*-------------------------------
    法人理念
-------------------------------*/
.section__corprate-phirosophy {
  background-size: cover;
  padding: 60px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section__corprate-phirosophy {
    padding-top: 30px;
  }
}
.section__corprate-phirosophy .section__text {
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .section__corprate-phirosophy .section__text {
    padding-bottom: 210px;
  }
}
.section__corprate-phirosophy .section__text p {
  line-height: 3;
}
@media only screen and (max-width: 768px) {
  .section__corprate-phirosophy .section__text p {
    font-size: 14px;
    line-height: 2;
  }
}

.section__corprate-phirosophy--inner {
  padding: 0px 40px;
}

.corprate-phirosophy__bird {
  position: absolute;
  top: 50px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .corprate-phirosophy__bird {
    top: 34px;
  }
}

.block__corprate-phirosophy-intro {
  margin-left: 90px;
  width: 800px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block__corprate-phirosophy-intro {
    margin-left: 0px;
    width: 100%;
  }
}
.block__corprate-phirosophy-intro p + p {
  margin-top: 30px;
}

.block__corprate-phirosophy-goal {
  position: relative;
  height: 400px;
  background: url("https://career-review.s3.amazonaws.com/images/official/sowa/top/philosophy_goal.jpg") no-repeat center top/cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .block__corprate-phirosophy-goal {
    height: 148px;
  }
}

.block__corprate-phirosophy-goal--inner {
  width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -120px;
  right: 46px;
  padding: 60px 45px;
}
@media only screen and (max-width: 768px) {
  .block__corprate-phirosophy-goal--inner {
    width: 90%;
    position: relative;
    top: -180px;
    left: 5%;
    padding: 30px;
  }
}

.sub-heading__alt {
  color: rgba(17, 84, 33, 0.86);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .sub-heading__alt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.corprate-phirosophy-goal__items {
  display: flex;
  flex-wrap: wrap;
}
.corprate-phirosophy-goal__items dt, .corprate-phirosophy-goal__items dd {
  color: rgba(17, 84, 33, 0.86);
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .corprate-phirosophy-goal__items dt, .corprate-phirosophy-goal__items dd {
    font-size: 10px;
    padding-bottom: 10px;
  }
}
.corprate-phirosophy-goal__items dt {
  flex-basis: 25%;
}
.corprate-phirosophy-goal__items dd {
  flex-basis: 75%;
}

/*-------------------------------
  創和会SDGsへの取り組み
-------------------------------*/
.section__initiative {
  padding-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section__initiative {
    padding: 40px 50px 0;
  }
}

/*-------------------------------
  グループメリット
-------------------------------*/
.section__merit {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .section__merit {
    padding: 40px 50px 0;
  }
}
.section__merit .section__text {
  padding: 0 90px;
}
@media only screen and (max-width: 768px) {
  .section__merit .section__text {
    padding: 0;
  }
}

.merit__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .merit__items {
    flex-direction: column;
    padding: 0;
    row-gap: 30px;
  }
}
.merit__items li {
  flex-basis: 32.4%;
  background-color: rgba(244, 245, 247, 0.86);
  padding: 40px 30px;
  color: rgba(17, 84, 33, 0.86);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .merit__items li {
    padding: 0;
    background-color: transparent;
  }
}

.merit__items--label {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .merit__items--label {
    height: 46px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(17, 84, 33, 0.86);
    color: #FFF;
    font-size: 14px;
    height: 84px;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .merit__items--label::after {
    content: "";
    height: 20px;
    width: 20px;
    background: url("https://career-review.s3.amazonaws.com/images/official/sowa/icon_plus.svg") no-repeat center top/cover;
    position: absolute;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  li.active .merit__items--label::after {
    background-image: url("https://career-review.s3.amazonaws.com/images/official/sowa/icon_minus.svg");
  }
}

@media only screen and (max-width: 768px) {
  .merit__items--body {
    padding: 16px 24px 24px;
    border: 3px solid rgba(17, 84, 33, 0.86);
    background-color: #FFF;
  }
}
.merit__items--body p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .merit__items--body p {
    font-size: 14px;
    font-weight: normal;
  }
}

.block__merit .section__text p + p {
  margin-top: 20px;
}

/*-------------------------------
  インタビュー
-------------------------------*/
.section__top-interview {
  padding-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section__top-interview {
    padding: 40px 40px 0px;
  }
}

/*
=====================================================================
*
*    introduction
*
* ===================================================================
*/
/*-------------------------------
  冒頭の紹介部分
-------------------------------*/
.introduction__inner {
  padding: 120px 130px;
  background: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_introduction.jpg") no-repeat center top/cover;
  text-align: center;
  position: relative;
  padding-bottom: 450px;
}
@media only screen and (max-width: 768px) {
  .introduction__inner {
    padding: 60px 0;
  }
}

.heading__introduction {
  font-size: 34px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .heading__introduction {
    font-size: 18px;
  }
}

.introduction__text {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .introduction__text {
    margin-top: 30px;
  }
}

.introduction__text--inner {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 60px 0;
  width: 780px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .introduction__text--inner {
    width: 90%;
    padding: 30px 10px;
  }
}
.introduction__text--inner p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .introduction__text--inner p {
    font-size: 10px;
  }
}
.introduction__text--inner p + p {
  margin-top: 20px;
}

.introduction-hospital__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__nav {
    display: none;
  }
}
.introduction-hospital__nav a {
  display: block;
  height: 340px;
  display: flex;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.introduction-hospital__nav li {
  flex-basis: 548px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction-hospital__nav li:nth-child(1) {
  background-image: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital01.jpg");
}
.introduction-hospital__nav li:nth-child(1) a {
  background-color: rgba(235, 97, 18, 0.5);
}
.introduction-hospital__nav li:nth-child(2) {
  background-image: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital02.jpg");
}
.introduction-hospital__nav li:nth-child(2) a {
  background-color: rgba(21, 178, 154, 0.5);
}
.introduction-hospital__nav li:nth-child(3) {
  background-image: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital03.jpg");
}
.introduction-hospital__nav li:nth-child(3) a {
  background-color: rgba(78, 139, 222, 0.5);
}
.introduction-hospital__nav li:nth-child(4) {
  background-image: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital04.jpg");
}
.introduction-hospital__nav li:nth-child(4) a {
  background-color: rgba(185, 208, 139, 0.5);
}

.introduction-hospital {
  display: flex;
  row-gap: 20px;
  margin-top: 50px;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital {
    padding-top: 250px;
  }
}

.introduction-hospital__column {
  border-width: 7px;
  border-style: solid;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column {
    border: none;
  }
}
.introduction-hospital__column:nth-child(1) {
  border-color: #EB6112;
}
.introduction-hospital__column:nth-child(1) .introduction-hospital__name {
  background-color: #EB6112;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(1) .introduction-hospital__name {
    background: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital01.jpg") no-repeat center center/130% auto;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(1) .introduction-hospital__name a {
    background-color: rgba(235, 97, 18, 0.5);
  }
}
.introduction-hospital__column:nth-child(2) {
  border-color: #15B29A;
}
.introduction-hospital__column:nth-child(2) .introduction-hospital__name {
  background-color: #15B29A;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(2) .introduction-hospital__name {
    background: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital02.jpg") no-repeat center center/130% auto;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(2) .introduction-hospital__name a {
    background-color: rgba(21, 178, 154, 0.5);
  }
}
.introduction-hospital__column:nth-child(3) {
  border-color: #4E8BDE;
}
.introduction-hospital__column:nth-child(3) .introduction-hospital__name {
  background-color: #4E8BDE;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(3) .introduction-hospital__name {
    background: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital03.jpg") no-repeat center -170px/100% auto;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(3) .introduction-hospital__name a {
    background-color: rgba(78, 139, 222, 0.5);
  }
}
.introduction-hospital__column:nth-child(4) {
  border-color: #B9D08B;
}
.introduction-hospital__column:nth-child(4) .introduction-hospital__name {
  background-color: #B9D08B;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(4) .introduction-hospital__name {
    background: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/bg_hospital04.jpg") no-repeat center -230px/130% auto;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__column:nth-child(4) .introduction-hospital__name a {
    background-color: rgba(185, 208, 139, 0.5);
  }
}

.introduction-hospital__column--inner {
  padding: 20px;
  background-color: #FFF;
}

.introduction-hospital__name a {
  display: block;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  height: 76px;
  line-height: 76px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__name a {
    font-size: 20px;
    height: 56px;
    line-height: 56px;
  }
}
.introduction-hospital__name a:hover {
  text-decoration: none;
}
.introduction-hospital__name a::after {
  content: "";
  display: block;
  height: 34px;
  width: 56px;
  position: absolute;
  top: 20px;
  right: 30px;
  background: url("https://career-review.s3.amazonaws.com/images/official/sowa/introduction/icon_arrow.png") no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__name a::after {
    height: 16px;
    width: 26px;
  }
}
.introduction-hospital__name a.active::after {
  transform: rotate(180deg);
}

.introduction-hospital__description {
  font-size: 14px;
  line-height: 2;
}
.introduction-hospital__description p + p {
  margin-top: 30px;
}

.introduction-hospital__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__wrap:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

.introduction-hospital__photo {
  flex-basis: 536px;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__photo {
    flex-basis: auto;
    padding-top: 10px;
  }
}
.introduction-hospital__photo img {
  width: 100%;
}

.introduction-hospital__basic-info {
  flex-basis: 536px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__basic-info {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__basic-info .introduction-hospital__title {
    display: none;
  }
}

.introduction-hospital__title {
  text-align: center;
  margin-bottom: 24px;
}
.introduction-hospital__title span {
  font-size: 20px;
  border-bottom: 1px solid #333;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .introduction-hospital__table {
    width: 100%;
  }
}
.introduction-hospital__table th, .introduction-hospital__table td {
  border: 1px solid #707070;
  padding: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__table th, .introduction-hospital__table td {
    padding: 10px;
  }
}
.introduction-hospital__table th {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__table tr:nth-of-type(3) td {
    font-size: 10px;
  }
}

.introduction-hospital__access {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__access {
    padding-top: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__access iframe {
    width: 100%;
  }
}

.introduction-hospital__more-detail {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .introduction-hospital__more-detail {
    display: none;
  }
}
.introduction-hospital__more-detail a {
  font-size: 16px;
  border: 2px solid #707070;
  border-radius: 4px;
  padding: 10px 40px;
  color: #707070;
}

/*
=====================================================================
*
*    recruitment
*
* ===================================================================
*/
/*-------------------------------
    募集科目一覧
-------------------------------*/
.section__recruitment-list {
  padding: 60px 40px 60px;
}
@media only screen and (max-width: 768px) {
  .section__recruitment-list {
    padding: 20px 20px 40px;
  }
}

.recruitment-list__items {
  display: flex;
  row-gap: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .recruitment-list__items {
    row-gap: 40px;
  }
}
.recruitment-list__items > li {
  width: 100%;
}

.recruitment-title {
  font-size: 22px;
  color: #EB6112;
  border-left: 10px solid #EB6112;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .recruitment-title {
    font-size: 18px;
    padding: 4px 0 4px 10px;
    border-left: 6px solid #EB6112;
    margin-bottom: 20px;
  }
}

.recruitment-list__items--child {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .recruitment-list__items--child {
    row-gap: 14px;
    margin-left: 0px;
  }
}
.recruitment-list__items--child li {
  flex-basis: 350px;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  .recruitment-list__items--child li {
    flex-basis: 100%;
  }
}
.recruitment-list__items--child li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  background-color: #EB6112;
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruitment-list__items--child li a {
    font-size: 14px;
  }
}

/*-------------------------------
    各病院の情報
-------------------------------*/
.section__recruitment-hospital-detail {
  padding: 60px 140px;
}
@media only screen and (max-width: 768px) {
  .section__recruitment-hospital-detail {
    padding: 20px 20px 40px;
  }
}

.recruitment-hospital-detail__content {
  display: flex;
  row-gap: 60px;
  flex-wrap: wrap;
  flex-direction: row;
}

.recruitment-hospital-detail__column {
  flex-basis: 100%;
}
.recruitment-hospital-detail__column .recruitment-hospital-detail__work-style-table {
  width: 100%;
  margin-bottom: 14px;
}
.recruitment-hospital-detail__column .recruitment-hospital-detail__work-style-table th, .recruitment-hospital-detail__column .recruitment-hospital-detail__work-style-table td {
  border: 1px solid #707070;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  color: #707070;
}
.recruitment-hospital-detail__column .recruitment-hospital-detail__work-style-table th {
  background-color: #D4D2D2;
}
.recruitment-hospital-detail__column .recruitment-hospital-detail__work-style-table td {
  background-color: #FFF;
}

.itment-hospital-detail__notice {
  font-size: 14px;
}

.recruitment-hospital-detail__text p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__text p {
    font-size: 14px;
  }
}

.recruitment-hospital-detail__system-definition {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 150px 1fr;
  row-gap: 4px;
}
.recruitment-hospital-detail__system-definition dt, .recruitment-hospital-detail__system-definition dd {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.4px;
}

.recruitment-hospital-detail__outline-definition {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 1fr;
  row-gap: 4px;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__outline-definition {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    row-gap: 0px;
  }
}
.recruitment-hospital-detail__outline-definition dt,
.recruitment-hospital-detail__outline-definition dd {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.4px;
}
@media only screen and (min-width: 769px) {
  .recruitment-hospital-detail__outline-definition dt,
  .recruitment-hospital-detail__outline-definition dd {
    border-bottom: 1px solid #EB6112;
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__outline-definition dt,
  .recruitment-hospital-detail__outline-definition dd {
    font-size: 12px;
    display: block;
  }
}
.recruitment-hospital-detail__outline-definition dt {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__outline-definition dt {
    padding: 10px 20px 0px;
  }
}
.recruitment-hospital-detail__outline-definition dt::before {
  content: "●";
  font-size: 8px;
  color: #EB6112;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__outline-definition dd {
    border-bottom: 1px solid #EB6112;
    padding: 0px 20px 12px 50px;
  }
}

.recruitment-hospital-detail__equipment p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__equipment p {
    font-size: 14px;
  }
}

.recruitment-hospital-detail__benefits {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 1fr;
  row-gap: 2px;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__benefits {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    row-gap: 0px;
  }
}
.recruitment-hospital-detail__benefits dt,
.recruitment-hospital-detail__benefits dd {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.4px;
  border: 1px solid #EB6112;
  padding: 14px 20px;
}
.recruitment-hospital-detail__benefits dt {
  font-weight: bold;
  background-color: #EB6112;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__benefits dt {
    font-size: 12px;
  }
}
.recruitment-hospital-detail__benefits dd {
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__benefits dd {
    font-size: 9px;
  }
}

.recruitment-hospital-detail__certified-facility {
  background-color: #FFF;
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__certified-facility {
    padding: 16px 20px;
  }
}
.recruitment-hospital-detail__certified-facility p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .recruitment-hospital-detail__certified-facility p {
    font-size: 14px;
  }
}

/*
=====================================================================
*
*    interview
*
* ===================================================================
*/
.interview__intro {
  background-color: #FFF;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .interview__intro {
    background-color: transparent;
    padding: 20px 0 30px;
  }
}

.heading__interview {
  font-size: 32px;
  width: 540px;
  height: 62px;
  line-height: 62px;
  border-top: 1px solid #115421;
  border-bottom: 1px solid #115421;
  color: #115421;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .heading__interview {
    padding: 0 20px;
    width: 260px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.interview__description {
  font-size: 14px;
  font-weight: bold;
  color: #115421;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .interview__description {
    font-weight: normal;
    padding: 0 20px;
  }
}

.interview__mv img {
  margin: 0 auto;
}

.interview__column {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .interview__column {
    padding: 30px 20px 0;
  }
}

.interview__column--heading {
  background-color: #95C531;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  width: 774px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .interview__column--heading {
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding-left: 10px;
    width: 100%;
  }
}

.interview__column--text {
  padding: 30px 60px 30px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .interview__column--text {
    padding: 10px 0px 20px;
  }
}
.interview__column--text p {
  text-align: left;
  font-size: 18px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .interview__column--text p {
    font-size: 14px;
  }
}