@charset "utf-8";
/* ユーティリティー */
/******
フォント

DNP ShueiMGoStd L
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400; L
font-weight: 600; B

*******/

body {
  color: #222;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.75;
  font-size: 13px;
  letter-spacing: 0.1em;
}
body p {
  font-weight: 400;
}

.bodyWrap {
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.fgo {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
/*regular400,medium500,bold700*/

a {
  display: block;
}
a.nolink {
  pointer-events: none;
}
.sptel {
  pointer-events: none;
}
img[src*="_sp"] {
  display: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-990 {
  max-width: 100%;
  margin-left: 4%;
  margin-right: 4%;
}
.inner-930 {
  width: calc(100% - 40px);
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.inner-910 {
  width: 92%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.line--bottom {
  border-bottom: 5px solid #e6e6e6;
}
.line--bottom3 {
  border-bottom: 3px solid #e6e6e6;
}
.line--dotted {
  height: 2px;
  background: linear-gradient(to left, #fff 0%, #fff 63%, #e6e6e6 60%, #e6e6e6 100%) repeat-x left bottom;
  background-size: 6px 2px;
}

.clr--orange {
  color: #f5b63f;
}

.gr {
  color: #00baa6;
}
.pk {
  color: #cf6d96;
}
.bl {
  color: #478ed7;
}

/*==================
真ん中の領域
==================*/
.contentsWrap__cover {
  width: 69.79%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.contentsWrap__cover::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.contentsWrap {
  width: 100%;
  border-right: 5px solid #e6e6e6;
  border-left: 5px solid #e6e6e6;
}
main {
  border-top: 5px solid #b3bde0;
}
/*==================
左側の領域
==================*/
.contents__leftCover {
  width: 21.74%;
}
.contents__left {
  height: 100%;
  padding: 27px 20px 20px;
  /* position: fixed;
  top: 0;
  left: 0; */
}
.hokkaido__logo {
  width: 113px;
  height: 46px;
  margin-bottom: 32.2vh;
}
.logo__wrap {
  width: 100%;
  max-width: 184px;
  margin: 0 auto;
}
.logo {
  width: 100%;
  max-width: 197px;
  margin-bottom: 36px;
}
.logo a {
  display: block;
}
.logo__mascot {
  width: 100%;
  max-width: 190px;
}

/*==================
真ん中の領域で更に分かれてる領域
==================*/
.flex-box {
  display: flex;
}
.subContents__left {
  width: 27%;
  max-width: 272px;
  padding-top: 38px;
  padding-left: 4%;
  padding-right: 2%;
  border-right: 3px solid #e6e6e6;
}
.heading2 {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.heading2__ja {
  font-size: 30px;
  display: block;
}
.heading2__en {
  font-size: 13px;
  display: block;
}
.subContents__right {
  width: 73%;
  min-width: calc(100% - 272px);
}
.list-btn__wrap {
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-btn__btn {
  font-size: 24px;
  font-weight: 400;
  display: inline;
  padding-right: 150px;
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.list-btn__btn::after {
  content: "";
  width: 138px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/common/arrow_long.svg") center center / contain no-repeat;
}

/*==================
common
==================*/

/* 下層タイトル */
.bk-head {
  padding-top: 30px;
  height: 56.56vw;
  max-height: 362px;
  position: relative;
}

.bk-head::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #222222;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* パンくず */
.bk-pankuzu__list {
  display: flex;
  flex-wrap: wrap;
}

.bk-pankuzu__list-item {
  color: #cccccc;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.bk-pankuzu__list-item:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 7.6px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(../imgs/common/pankuzu_arrow.png);
  background-size: 100% 100%;
}
.bk-pankuzu__list-item a {
  display: inline-block;
}
.bk-pankuzu__list-item.current {
  color: #222222;
}

.bk-head__title {
  font-size: min(5.63vw, 36px);
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* bk-ttl */
.bk-ttl__heading {
  font-size: clamp(21px, 4.53vw, 29px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.bk-ttl__heading span {
  display: inline-block;
}
.bk-ttl__intro {
  max-width: 894px;
  padding: 30px 0 42px;
  margin: 0 auto;
}

.bk-ttl__intro p {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.56;
}
.bk-ttl__intro p span {
  display: inline-block;
}
/* contact_blk */
.contact_blk {
  padding: 50px 0 47px;
}
.contact_blk .contact__ttl {
  font-size: clamp(18px, 4.84vw, 31px);
  font-weight: 600;
  text-align: center;
  color: #00a5c4;
  margin-bottom: 20px;
}
.contact_blk .contact__ttl span {
  display: inline-block;
}
.contact_blk p {
  line-height: 1.56;
  text-align: center;
}
.contact_blk p span {
  display: inline-block;
}
.contact_blk a {
  display: inline;
}
/* --------------------
バナー
----------------------- */
.bnr-btn {
  width: 100%;
  height: 20.83vw;
  min-height: 100px;
  max-height: 160px;
  padding: 0 4.2% 0 7.3%;
  display: flex;
  align-items: center;
}

.bnr-btn .bnr_in {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 894px;
  margin: 0 auto;
  padding-right: 66px;
  position: relative;
}
.bnr-btn .bnr_in:after {
  content: "";
  display: block;
  width: 7.29vw;
  max-width: 56px;
  height: 56px;
  background: no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.bnr-ttl {
  line-height: 1.88;
}
.bnr-btn .txt--lrg {
  font-size: clamp(16px, 3.39vw, 26px);
  font-weight: 600;
  display: block;
}
.bnr-btn .txt--sml {
  font-size: clamp(12px, 2.08vw, 16px);
  font-weight: 400;
}
.bnr-btn .txt--lrg span {
  display: inline-block;
}

.bnr-btn .bnr_in:after {
  background-image: url(../imgs/common/bnr_btn_pink.svg);
}
/* type1 アイコンなし */
/* type2 movie アンケート */
.bnr-type2 .bnr-btn {
  display: flex;
}
.bnr-type2 .bnr-movie {
  background: #73d8cd;
}
.bnr-type2 .bnr-movie .bnr_in:after {
  background-image: url(../imgs/common/bnr_btn_bl.svg);
}
.bnr-type2 .bnr-question {
  background: #fabdc3;
}
.bnr-type2 .bnr-btn .bnr-ttl {
  padding-left: 4%;
}
.bnr-type2 .bnr-btn img {
  width: 9%;
  max-width: 60px;
  min-width: 30px;
}
/* type3 3色バナー ・動画*/
.bnr-type3 .bnr-btn {
  border-top: 3px solid #e6e6e6;
}
.bnr-type3 .bnr-btn {
  color: #fff;
}
.bnr-type3 .bnr-btn .bnr_in:after {
  background-image: url(../imgs/common/introBnr_arrow.svg);
}
.bnr-type3 .bnr-gr {
  background: #3ec659;
}
.bnr-type3 .bnr-bl {
  background: #00bad1;
}
.bnr-type3 .bnr-pl {
  background: #c18bd5;
}
.bnr-type3 .bnr-ttl {
  padding-left: 4%;
  width: calc(100% - 13.2%);
}
.bnr-type3 .txt--sml {
  font-size: clamp(12px, 2.08vw, 15px);
  font-weight: 400;
}
.bnr-type3 img {
  width: 11%;
  max-width: 82px;
  min-width: 30px;
}
.bnr-type3 .bnr-gr_ussan {
  color: #222222;
  text-align: center;
  padding-left: 25px;
  background: #1ebfa0;
}
.bnr-type3 .bnr-gr_ussan .bnr_in {
  max-width: 917px;
}
.bnr-type3 .bnr-gr_ussan img {
  width: 15%;
  max-width: 122px;
}
.bnr-type3 .bnr-gr_ussan .bnr-ttl {
  padding-left: 0;
  width: 85%;
}
@media screen and (min-width: 1100px) {
  .bnr-type3 .txt--lrg {
    font-size: clamp(16px, 2.21vw, 31px);
  }
}

/* --------------------
主な支援事業
----------------------- */
#bk-business {
  padding: 92px 0 31px;
}
.bk-business__heading {
  color: #478ed7;
}

.bk-business__heading--mb1 {
  margin-bottom: 36px;
}
.bk-business .bk-ttl {
  margin-bottom: 42px;
}
.bk-business__intro {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.bk-business__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bk-business__list-item {
  width: 49%;
  max-width: 435px;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.5%;
}

.bk-business__list-cat {
  color: #fff;
  font-size: clamp(16px, 2.47vw, 19px);
  font-weight: 600;
}

.bk-business__list-head {
  padding: 16px 5.6%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.bk-business__list-item--color1 .bk-business__list-head {
  background-color: #81a2ac;
}

.bk-business__list-item--color1 .bk-business__list-content {
  border-left: #acc1c8 solid 3px;
  border-right: #acc1c8 solid 3px;
  border-bottom: #acc1c8 solid 3px;
}

.bk-business__list-item--color2 .bk-business__list-head {
  background-color: #84b250;
}

.bk-business__list-item--color2 .bk-business__list-content {
  border-left: #84b250 solid 3px;
  border-right: #84b250 solid 3px;
  border-bottom: #84b250 solid 3px;
}

.bk-business__list-item--color3 .bk-business__list-head {
  background-color: #3ec659;
}

.bk-business__list-item--color3 .bk-business__list-content {
  border-left: #3ec659 solid 3px;
  border-right: #3ec659 solid 3px;
  border-bottom: #3ec659 solid 3px;
}
.bk-business__list-item--color4 .bk-business__list-head {
  background-color: #ff6366;
}

.bk-business__list-item--color4 .bk-business__list-content {
  border-left: #ff6366 solid 3px;
  border-right: #ff6366 solid 3px;
  border-bottom: #ff6366 solid 3px;
}
.bk-business__list-item--color5 .bk-business__list-head {
  background-color: #478ed7;
}

.bk-business__list-item--color5 .bk-business__list-content {
  border-left: #478ed7 solid 3px;
  border-right: #478ed7 solid 3px;
  border-bottom: #478ed7 solid 3px;
}

.bk-business__list-content {
  flex-grow: 1;
  padding: 22px 5.9% 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 128px;
}

.bk-business__list-title {
  font-size: clamp(16px, 2.47vw, 19px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  line-height: 1.6;
}

.bk-business__list-intro {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.666;
  margin-bottom: 8px;
}

.bk-business__list-detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}

.bk-business__list-detail--txt {
  font-size: 12px;
  font-weight: 600;
  color: #478ed7;
  letter-spacing: 0.1em;
  margin-right: 9px;
}

.bk-business__list-detail--arrow {
  width: 67px;
  height: auto;
  max-width: calc(100% - 104px);
}

/* --------------------
介護のしごとをもっと知ろう！
----------------------- */
#more_job {
  padding: 86px 0 62px;
}
.more_job__ttl {
  font-size: clamp(18px, 4.84vw, 31px);
  font-weight: 600;
  text-align: center;
  color: #00a5c4;
  margin-bottom: 20px;
}
.more_job__ttl + p {
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}
.more_job__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.more_job__list li {
  width: 49%;
  max-width: 435px;
  margin-bottom: 5%;
}
.more_job__list a {
  color: #fff;
  display: flex;
  height: 17.97vw;
  max-height: 138px;
  min-height: 85px;
  border-radius: 10px;
  overflow: hidden;
}
.more_job__list a .txtblk {
  color: #fff;
  display: flex;
  align-items: center;
  width: 90.8%;
  padding: 0 8%;
  background: #51c4d8;
}
.more_job__list a .txtblk img {
  width: 22%;
  max-width: 71px;
  margin-right: 5%;
}
.more_job__list a .txtblk p {
  font-size: clamp(14px, 2.65vw, 22px);
  font-weight: 600;
}
.more_job__list a .txtblk p span {
  display: inline-block;
}
.more_job__list a .arrowblk {
  width: 9.2%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a5c4;
}
.more_job__list a .arrowblk img {
  width: 92%;
  max-width: 18px;
}

@media screen and (max-width: 1340px) {
  .subContents__left {
    padding-left: 2.5%;
    padding-right: 2%;
  }
  .heading2__ja {
    font-size: clamp(20px, 2.23vw, 30px);
  }
}

@media screen and (max-width: 1215px) {
}

@media screen and (max-width: 1100px) {
  /* メインコンテンツの幅が768pxになる */
  .contents__leftCover {
    display: none;
  }
  .bodyWrap .contentsWrap__cover {
    width: 100%;
    overflow: visible;
  }
  .contentsWrap {
    border: none;
  }
  .bnr-btn {
    padding: 10px 0 !important;
  }
  .bnr-btn .bnr_in {
    width: 90% !important;
  }

  /*==================
真ん中の領域で更に分かれてる領域
==================*/
  .list-btn__btn {
    font-size: clamp(20px, 2.18vw, 24px);
  }
}

@media screen and (max-width: 1030px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 768px) {
  .sptel {
    pointer-events: all;
  }
  .bnr-btn {
    height: auto !important;
    padding: 20px 0;
  }
  .bnr-btn .bnr_in {
    padding-right: calc(7.29vw + 10px);
  }
  .bnr-ttl {
    line-height: 1.2;
  }
  .bnr-btn .txt--lrg {
    line-height: 1.365;
  }

  /*==================
真ん中の領域で更に分かれてる領域
==================*/
  .list-btn__btn {
    padding-right: 120px;
  }
  .list-btn__btn::after {
    width: 108px;
  }
}
@media screen and (max-width: 640px) {
  .bk-ttl__intro {
    padding: 5% 0 7%;
  }
  /* --------------------
	主な支援事業
	----------------------- */
  #bk-business {
    padding: 14% 0 31px;
  }
  /* --------------------
	介護のしごとをもっと知ろう！
	----------------------- */
  #more_job {
    padding: 13% 0 9%;
  }

  /*==================
真ん中の領域で更に分かれてる領域
==================*/
  .flex-box {
    flex-wrap: wrap;
  }
  .subContents__left {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 2.5%;
    border-right: none;
    border-bottom: 2px solid #e6e6e6;
  }
  .subContents__right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .bk-business__list {
    flex-direction: column;
    align-items: center;
  }
  .bk-business__list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  /* --------------------
	contact_blk
	----------------------- */
  .contact_blk .contact__ttl br {
    display: none;
  }
  /* --------------------
	介護のしごとをもっと知ろう！
	----------------------- */
  .more_job__list {
    flex-direction: column;
    align-items: center;
  }
  .more_job__list li {
    width: 100%;
  }
  .more_job__list a .txtblk img {
    max-width: 50px;
  }
  .more_job__list a .txtblk p {
    font-size: clamp(14px, 3.74vw, 18px);
  }
}
@media screen and (max-width: 374px) {
  .bnr-btn .bnr_in {
    padding-right: 30px;
  }

  .heading2__ja {
    font-size: 18px;
  }
}
