@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.mv {
  position: relative;
  height: 715px;
  margin-top: 170px;
}
.mv .mv_txt {
  position: absolute;
  bottom: 40px;
  right: 8.3%;
  color: #FFF;
  font-size: 60px;
  font-weight: 300;
  text-align: right;
  line-height: 1.3;
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  max-width: 1160px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 50px;
  margin-top: -50px;
}

.inner_box {
  padding: 0 50px;
}

article img {
  width: 100%;
  height: auto;
}

section.about {
  background: #FEF9F6;
  padding: 80px 0;
  line-height: 2.5;
  text-align: center;
}
section.about .img01 {
  width: 43.1%;
  margin: 20px auto;
}

section.introduction {
  padding: 130px 0;
}

.contents_list01 dt {
  display: block;
  line-height: 1.5;
  color: #1E3B9B;
  font-size: 26px;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
}
.contents_list01 dt::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #1E3B9B;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.contents_list01 dd {
  margin-bottom: 40px;
}
.contents_list01 dd.bottom {
  margin-bottom: 0;
}

.color01 {
  color: #F08455;
}

.team_box {
  background: #FEF9F6;
  border-radius: 10px;
  padding: 50px;
  margin-top: 15px;
}
.team_box ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team_box ul li .txt01 {
  font-weight: 600;
  width: 28.8%;
  padding-right: 20px;
  box-sizing: border-box;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  padding-top: 5px;
}
.team_box ul li .txt02 {
  font-size: 16px;
  width: 71.2%;
}
.team_box ul li.li01 {
  border-bottom: none;
}
.team_box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.greeting_box {
  display: flex;
  justify-content: flex-start;
  padding-left: 26px;
  gap: 0 4.2%;
  margin-top: 15px;
  margin-bottom: 135px;
}
.greeting_box .box_l {
  width: 39%;
  position: relative;
}
.greeting_box .box_l .name {
  width: 74.3%;
  color: #FFF;
  background: rgba(240, 132, 85, 0.8);
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  position: absolute;
  bottom: -35px;
  left: -26px;
  font-size: 20px;
}
.greeting_box .box_l .name span {
  font-size: 16px;
}
.greeting_box .box_r {
  width: 56.8%;
}

section.recruit {
  margin: 0 0 185px;
}

.recruit_box {
  background: #FBE3D3;
  border-radius: 10px;
  padding: 50px 50px 90px;
  font-size: 16px;
  position: relative;
}
.recruit_box h3 {
  background: #FFF;
  text-align: center;
  color: #F08455;
  border-radius: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 0;
  margin-bottom: 20px;
}
.recruit_box .text_wrap {
  padding: 0 50px;
}
.recruit_box .txt01 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.recruit_box .btn01 {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
}
.recruit_box .btn01 a {
  display: block;
  background: linear-gradient(90deg, #F08455 0%, #F29A6C 100%);
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  padding: 25px 0;
  width: 77.7%;
  margin: 0 auto;
  position: relative;
}
.recruit_box .btn01 a::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(/img/icon_arrow.svg) no-repeat center center/100% auto;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21.5px;
}
.recruit_box .btn01 a span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 100px;
}
.recruit_box .btn01 a span::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/img/icon_mail02.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: -5px;
}
.recruit_box .btn01 a small {
  font-size: 26px;
}
.recruit_box .btn01 a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

section.news {
  background: #E8EBF5;
  padding: 65px 0 70px;
}
section.news .h2 {
  color: #1E3B9B;
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 50px;
}

.news_list {
  background: #FFF;
  border-radius: 10px;
  font-size: 16px;
  border: solid 1px #E8EBF5;
}
.news_list dt {
  display: flex;
  justify-content: flex-start;
  gap: 0 10px;
  padding: 16px 30px;
  position: relative;
  cursor: pointer;
}
.news_list dt .date {
  width: 100px;
  color: #000;
  font-weight: 500;
}
.news_list dt .discription {
  width: calc(100% - 110px);
  box-sizing: border-box;
  padding-right: 50px;
  font-weight: 500;
  color: #1E3B9B;
}
.news_list dt::before, .news_list dt::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #1E3B9B;
}
.news_list dt::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.news_list dt.active::after {
  transform: rotate(0deg);
}
.news_list dt:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.news_list dd {
  background: #F8F8F8;
  padding: 20px 50px;
  border-radius: 0 0 10px 10px;
  display: none;
}
.news_list dd p.img01 {
  margin-top: 30px;
  text-align: center;
}
.news_list dd p.img01 img {
  width: auto;
}
.news_list dd p a {
  text-decoration: underline;
}

section.link_bnr {
  padding: 135px 0 195px;
}
section.link_bnr .btn01 {
  margin-top: 50px;
}

.bnr_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 2.3%;
}
.bnr_list li {
  width: 31.8%;
}
.bnr_list li.li01 {
  width: 48.6%;
}

section.diary {
  padding: 65px 0 100px;
  background: #FEF9F6;
  position: relative;
}
section.diary::before {
  content: "";
  display: block;
  width: 450px;
  height: 225px;
  background: url(/img/bg_diary.png) no-repeat center center/100% auto;
  position: absolute;
  top: -116px;
  left: 50%;
  margin-left: -225px;
  z-index: -1;
}
section.diary .h2 {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 25px;
}
section.diary .title01 {
  width: 63%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-bottom: 25px;
}
section.diary .title01::before {
  content: "";
  display: block;
  width: 630px;
  height: 8px;
  background: url(/img/bg_title01.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
section.diary .title01::after {
  content: "";
  display: block;
  width: 630px;
  height: 8px;
  background: url(/img/bg_title01.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.diary .text01 {
  text-align: center;
  font-weight: 500;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.diary .note {
  font-size: 16px;
  padding: 0 50px;
  margin-bottom: 50px;
}
section.diary .download_list {
  display: flex;
  justify-content: flex-start;
  gap: 0 2%;
  margin-bottom: 94px;
}
section.diary .download_list li {
  width: 32%;
  position: relative;
}
section.diary .download_list li .btn01 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -44px;
  text-align: center;
}
section.diary .download_list li .btn01 img {
  width: 93.75%;
}
section.diary .for_medical {
  border: solid 2px #F08455;
  background: #FFF;
  border-radius: 10px;
  padding: 35px 50px;
  font-size: 16px;
}
section.diary .for_medical .tit01 {
  color: #F08455;
  font-size: 20px;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}
section.diary .for_medical .tit01::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/icon_for.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
section.diary .for_medical .txt01 span {
  font-weight: 600;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .mv {
    position: relative;
    height: 440px;
    margin-top: 55px;
  }
  .mv .mv_txt {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #FFF;
    font-size: 28px;
    font-weight: 300;
    text-align: right;
    line-height: 1.3;
  }
  .mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner {
    max-width: inherit;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 25px;
    margin-top: -25px;
  }
  .inner_box {
    padding: 0 10px;
  }
  article img {
    width: 100%;
    height: auto;
  }
  section.about {
    background: #FEF9F6;
    padding: 40px 0;
    line-height: 2.5;
    text-align: center;
    font-size: 16px;
  }
  section.about .img01 {
    width: 82.8%;
    margin: 20px auto;
  }
  section.about .txt01 {
    padding: 0 10px;
  }
  section.introduction {
    padding: 40px 0;
  }
  .contents_list01 dt {
    font-size: 22px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .contents_list01 dt::before {
    width: 20px;
    height: 3px;
  }
  .contents_list01 dd {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .contents_list01 dd .list01 li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .color01 {
    color: #F08455;
  }
  .team_box {
    background: #FEF9F6;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
  }
  .team_box ul li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-indent: 0;
    margin-left: 0;
  }
  .team_box ul li .txt01 {
    font-weight: 600;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .team_box ul li .txt02 {
    font-size: 14px;
    width: 100%;
  }
  .team_box ul li.li01 {
    border-bottom: none;
  }
  .team_box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .greeting_box {
    flex-wrap: wrap;
    padding-left: 0;
    gap: 30px 0;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .greeting_box .box_l {
    width: 100%;
    position: relative;
  }
  .greeting_box .box_l .name {
    width: 71.4%;
    padding: 10px 0;
    position: absolute;
    bottom: -20px;
    left: 14.3%;
    font-size: 18px;
  }
  .greeting_box .box_l .name span {
    font-size: 14px;
  }
  .greeting_box .box_r {
    width: 100%;
    font-size: 16px;
  }
  section.recruit {
    margin: 0 0 100px;
  }
  .recruit_box {
    background: #FBE3D3;
    border-radius: 10px;
    padding: 40px 10px 70px;
    font-size: 16px;
    position: relative;
  }
  .recruit_box h3 {
    font-size: 24px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
  .recruit_box .text_wrap {
    padding: 0 10px;
  }
  .recruit_box .txt01 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 20px;
  }
  .recruit_box .btn01 {
    position: absolute;
    left: 0;
    bottom: -46px;
    width: 100%;
  }
  .recruit_box .btn01 a {
    font-size: 22px;
    border-radius: 10px;
    text-align: left;
    padding: 25px 0 15px 30px;
    width: 76.9%;
    margin: 0 auto;
    position: relative;
  }
  .recruit_box .btn01 a::before {
    width: 43px;
    height: 43px;
    background: url(/img/icon_arrow.svg) no-repeat center center/100% auto;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -21.5px;
  }
  .recruit_box .btn01 a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 60px;
    line-height: 1;
  }
  .recruit_box .btn01 a span::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: url(/img/icon_mail02.svg) no-repeat center center/100% auto;
    position: absolute;
    left: 0;
    top: -2px;
  }
  .recruit_box .btn01 a small {
    font-size: 18px;
  }
  section.news {
    padding: 45px 0;
  }
  section.news .h2 {
    margin-bottom: 25px;
  }
  section.news .inner_box {
    padding: 0;
  }
  .news_list {
    background: #FFF;
    border-radius: 10px;
    font-size: 16px;
    border: solid 1px #E8EBF5;
  }
  .news_list dt {
    display: block;
    padding: 16px 30px 16px 16px;
    position: relative;
  }
  .news_list dt .date {
    width: 100%;
    display: block;
  }
  .news_list dt .discription {
    display: block;
    width: 100%;
    padding-right: 25px;
  }
  .news_list dd {
    padding: 20px;
  }
  section.link_bnr {
    padding: 50px 0 110px;
  }
  section.link_bnr .btn01 {
    display: none;
  }
  .bnr_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 0 10px;
  }
  .bnr_list li {
    width: 100%;
  }
  .bnr_list li.li01 {
    width: 100%;
  }
  section.diary {
    padding: 30px 0 50px;
    background: #FEF9F6;
    position: relative;
  }
  section.diary .h2 {
    margin-bottom: 20px;
  }
  section.diary::before {
    content: "";
    display: block;
    width: 225px;
    height: 112px;
    background: url(/img/bg_diary.png) no-repeat center center/100% auto;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -113px;
    z-index: -1;
  }
  section.diary .title01 {
    width: 100%;
    margin: 0;
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  section.diary .title01::before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(/img/bg_title01.svg) no-repeat center center/100% auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.diary .title01::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(/img/bg_title01.svg) no-repeat center center/100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  section.diary .text01 {
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section.diary .note {
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
  }
  section.diary .download_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 74px 0;
    margin-bottom: 94px;
    padding: 0 15px;
  }
  section.diary .download_list li {
    width: 100%;
    position: relative;
  }
  section.diary .download_list li .btn01 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
  }
  section.diary .for_medical {
    padding: 20px;
    font-size: 14px;
  }
  section.diary .for_medical .inner_box {
    padding: 0;
  }
  section.diary .for_medical .tit01 {
    font-size: 17px;
    font-weight: 600;
    padding-left: 0;
    padding-top: 40px;
    margin-bottom: 15px;
    text-align: center;
  }
  section.diary .for_medical .tit01::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/img/icon_for.svg) no-repeat center center/100% auto;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 0px;
  }
  section.diary .for_medical .txt01 span {
    font-weight: 600;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=top.css.map */