@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

body {
  background: #F4F9FC;
}

.main {
  text-align: left;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.main img {
  width: 100%;
}

.contents_title {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contents_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .contents_title {
    font-size: 3.4rem;
  }
}
.contents_title:before {
  display: none;
}

@media screen and (min-width: 769px) {
  .contents_title {
    position: relative;
  }
  .contents_title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
  }
}
.copy_box .copy_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .copy_box .copy_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 2.3148148148);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy_title {
    font-size: 2.8rem;
  }
}
.copy_box .copy {
  font-size: 1.2rem;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .copy_box .copy {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.6944444444);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy {
    font-size: 1.5rem;
  }
}

.w900 {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1000px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#hero {
  margin: 0 auto 50px;
}

a {
  display: block;
}

.box {
  margin-bottom: 21.3333333333%;
}

@media screen and (min-width: 769px) {
  .box {
    margin-bottom: 8.3333333333%;
  }
}
.btn {
  margin-bottom: 5%;
}
.btn a, .btn button {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin: auto;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  background: #0091DA;
  border: 1px solid #0091DA;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn a, .btn button {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .btn a, .btn button {
    font-size: 1.6rem;
  }
}
.btn a span, .btn button span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-color: #fff;
  right: 20px;
  font-size: 1.4rem;
  transition: 0.3s;
}
.btn a .v_shaped, .btn button .v_shaped {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  border-color: #fff;
  transition: 0.3s;
}
.btn a .arrow:before, .btn a .arrow:after, .btn button .arrow:before, .btn button .arrow:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  transition: 0.3s;
}
.btn a .arrow:before, .btn button .arrow:before {
  width: 25px;
  right: 14px;
  top: 70%;
  transform: translate(0, -50%);
}
.btn a .arrow:after, .btn button .arrow:after {
  width: 7px;
  right: 14px;
  top: calc(70% - 2px);
  transform: rotate(35deg) translate(0, -50%);
}
.btn a:hover, .btn button:hover {
  background: #C1AE8A;
  opacity: 1;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn, .btn button.gl_btn {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn:hover, .btn button.gl_btn:hover {
  color: #C1AE8A;
  background: #fff;
}
.btn a.gl_btn:hover .v_shaped, .btn button.gl_btn:hover .v_shaped {
  border-color: #C1AE8A;
}
.btn a.gl_btn:hover .arrow:before, .btn a.gl_btn:hover .arrow:after, .btn button.gl_btn:hover .arrow:before, .btn button.gl_btn:hover .arrow:after {
  background: #C1AE8A;
}
.btn a.or_btn, .btn button.or_btn {
  background: #EB702F;
  border: 1px solid #EB702F;
}
.btn a.or_btn:hover, .btn button.or_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gr_btn, .btn button.gr_btn {
  background: #678E38;
  border: 1px solid #678E38;
}
.btn a.gr_btn:hover, .btn button.gr_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn.back a, .btn.back button {
  background: #000;
  border: 1px solid #000;
}
.btn.back a:hover, .btn.back button:hover {
  color: #000;
  background: #fff;
}
.btn.back a:hover:after, .btn.back button:hover:after {
  border-color: #000;
}

.sub_title {
  color: #0091DA;
  text-align: center;
  margin-bottom: 40px;
}
.sub_title .main_txt {
  font-weight: normal;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sub_title .main_txt {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .sub_title .main_txt {
    font-size: 3.4rem;
  }
}
.sub_title .sab_title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .sub_title .sab_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_title {
    font-size: 2.4rem;
  }
}
.sub_title .sab_txt {
  text-align: justify;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 20px;
  color: #333;
}
@media (min-width: 768px) {
  .sub_title .sab_txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .sub_title .main_txt {
    margin-bottom: 80px;
    position: relative;
  }
  .sub_title .main_txt:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 90px;
    height: 1px;
    margin: auto;
    background: #0091DA;
  }
  .sub_title .sab_txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .sp_only {
    display: none;
  }
}
i {
  margin-right: 5px;
}

.message_contents {
  margin-bottom: 70px;
}
.message_contents .message_contents_wrap {
  padding: 80px 0px 40px 0px;
}
.message_contents .message_contents_wrap .contents_title {
  margin-bottom: 40px;
}
.message_contents .message_contents_wrap ul li {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
.message_contents .message_contents_wrap ul li .txt_title {
  font-size: 1.6rem;
  text-align: center;
  color: #0091DA;
  background: #fff;
  padding: 5px 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.8518518519);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: 2.4rem;
  }
}
.message_contents .message_contents_wrap ul li .txt {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 30px 0px 40px 0px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .message_contents {
    margin-bottom: 120px;
  }
  .message_contents .message_contents_wrap {
    padding: 60px 0px 50px 0px;
  }
  .message_contents .message_contents_wrap .contents_title {
    margin-bottom: 12%;
  }
  .message_contents .message_contents_wrap ul li {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
  .message_contents .message_contents_wrap ul li .txt {
    text-align: left;
    padding: 10px 25px;
    line-height: 2.5;
  }
}
#hero {
  background: url(./img/main.jpg) no-repeat center;
  height: 400px;
}
#hero img {
  display: none;
}

@media only screen and (max-width: 768px) {
  #hero {
    background: none;
    height: auto;
  }
  #hero img {
    width: 100%;
    display: block;
  }
}
.hero_txt {
  margin-bottom: 2em !important;
  font-size: clamp(15px, 2vw, 20px);
  text-align: center;
}

#nursing .nursing_wrap .copy_box {
  margin-bottom: 45px;
}
#nursing .nursing_wrap .copy_box .copy_title {
  color: #EB702F;
}
#nursing .img_wrap {
  margin-bottom: 60px;
}
#nursing .img_wrap .img {
  flex: 0 1 48%;
  width: 48%;
  max-width: 48%;
}
#nursing .message_contents {
  background: url(./img/contents_img.jpg) bottom center/cover no-repeat;
}
#nursing .message_contents .message_contents_wrap ul li .txt_title {
  color: #EB702F;
  line-height: 1.4;
}
#nursing .message_contents .message_contents_wrap ul li .txt_title .num {
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  #nursing .message_contents .message_contents_wrap ul li .txt_title .num {
    font-size: calc(2.4rem + (1vw - 7.68px) * 0.9259259259);
  }
}
@media (min-width: 1200px) {
  #nursing .message_contents .message_contents_wrap ul li .txt_title .num {
    font-size: 2.8rem;
  }
}
#nursing .recruit_wrap {
  text-align: center;
  color: #EB702F;
}
#nursing .recruit_wrap .main {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #nursing .recruit_wrap .main {
    font-size: calc(1.8rem + (1vw - 7.68px) * 2.3148148148);
  }
}
@media (min-width: 1200px) {
  #nursing .recruit_wrap .main {
    font-size: 2.8rem;
  }
}
#nursing .recruit_wrap .copy {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #nursing .recruit_wrap .copy {
    font-size: calc(1.6rem + (1vw - 7.68px) * 0.9259259259);
  }
}
@media (min-width: 1200px) {
  #nursing .recruit_wrap .copy {
    font-size: 2rem;
  }
}
#nursing .recruit_wrap .copy_txt {
  font-size: 1.2rem;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  #nursing .recruit_wrap .copy_txt {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.6944444444);
  }
}
@media (min-width: 1200px) {
  #nursing .recruit_wrap .copy_txt {
    font-size: 1.5rem;
  }
}

.btn_box .btn {
  flex: 0 1 49%;
  width: 49%;
  max-width: 49%;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #nursing .message_contents {
    margin-bottom: 130px;
  }
  .btn_box {
    max-width: 600px;
    margin: auto;
  }
  .btn_box .btn {
    flex: 0 1 47%;
    width: 47%;
    max-width: 47%;
  }
}