/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, .5);
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -70px);
  margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 10px 1%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 15px 2%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 20px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 27px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 24px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

.m-header-001__btn-link {
  font-weight: 700;
  color: #08072c;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 600;
  color: #ddc000;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #08072c;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #f1f1e7;
  color: #08072c;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

.c-page-ttl-001 {
  padding: 180px 20px 120px 20px;
}

/* IE対応 */
_:-ms-fullscreen, :root .c-page-ttl-001 {
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding: 100px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen, :root .c-page-ttl-001 {
    padding: 80px 20px;
  }
}

.c-form__label-val.is-require {
  background: #dfc517;
}


/* __________________________________________________________________________________

大工
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px 20px 20px;
  /* background: #a69b86 !important; */
}

@media screen and (max-width: 1024px) {
  .m-jobs-002 {
    padding: 80px 20px 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px 30px 20px;
  }
}

.m-jobs-002 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-002 .c-headline-001__ja {
  /* color: #fff; */
}

@media screen and (max-width: 320px) {
  .m-jobs-002 .c-headline-001__ja {
    letter-spacing: .1rem;
  }
}

.m-jobs-002__content-desc {
  color: #08072c;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: justify;
  }
}

.m-jobs-002__list {
  padding: 0 0 20px 0;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list {
    padding: 0;
  }
}

.m-jobs-002__list-item-detail {
  margin-top: -45px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -36px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-002__list-item-detail {
    margin-top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail-job {
  font-size: 4.5rem;
  font-weight: 600;
  color: #08072c;
  line-height: 1.15;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 2.5rem;
  }
}

.m-jobs-002__list-item-detail-ttl {
  margin: 15px 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #08072c;
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail-ttl {
    margin: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    margin: 10px 0;
    font-size: 2rem;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
  color: #08072c;
  text-align: justify;
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  padding: 80px 0;
  background: #f8f8ec;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-about-003 {
    padding: 80px 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0 20px 0;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-about-003__inner {
    display: block;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-about-003__figure {
    width: 100%;
  }
}

.m-about-003__figure-img {
  vertical-align: middle;
}

.m-about-003__detail {
  padding: 20px 0 0px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-about-003__detail {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 0;
  }
}

.m-about-003__headline-txt {
  color: #08072c;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-about-003__headline-txt {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-about-003__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-about-003__headline-txt {
    font-size: 1.7rem;
  }
}

.m-about-003__desc-txt {
  padding: 15px 0 0 0;
  color: #08072c;
}

/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 {
  padding: 56px 0;
  /* background: #f7e5f2 !important; */
}

@media screen and (max-width: 1024px) {
  .m-culture-002 {
    padding: 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-002 {
    padding: 40px 20px 8px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-002 .c-headline-001__ja {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item {
    padding: 0px 0 12px 0;
  }
}

.m-culture-002__list-item-figure-img {
  width: 100%;
  vertical-align: middle;
}

.m-culture-002__list-item-detail-ttl {
  border: solid #08072c;
  border-width: 1px 0;
}

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: #08072c;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 1.7rem;
    letter-spacing: .1rem;
  }
}

.m-culture-002__list-item-detail-desc {
  padding: 0;
}

.m-culture-002__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #08072c;
  text-align: justify;
}

/* -------------------------------------------
動画 002
------------------------------------------- */
.m-movie-002 {
  padding: 80px 0;
  /* background: #f2f2f2; */
}

@media screen and (max-width: 1024px) {
  .m-movie-002 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-002 {
    padding: 40px 20px 40px 20px;
  }
}

@media screen and (max-width: 320px) {
  .m-movie-002 .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-movie-002__list-item-movie {
  position: relative;
}

.m-movie-002__list-item-movie:after {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.m-movie-002__list-item-movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
}

@media screen and (max-width: 1024px) {
  .m-movie-002__list-item-movie iframe {
    max-width: 100%;
  }
}

.m-movie-002__list-item-content {
  padding: 60px 40px 60px 40px;
  background: #f8f8ec;
}

@media screen and (max-width: 1200px) {
  .m-movie-002__list-item-content {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-002__list-item-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-002__list {
    padding: 0;
  }
}

.m-movie-002__list-item-ttl-txt {
  font-size: 2rem;
  color: #08072c;
}

@media screen and (max-width: 767px) {
  .m-movie-002__list-item-ttl-txt {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .m-movie-002__list-item-ttl-txt {
    font-size: 1.7rem;
    letter-spacing: .2rem;
  }
}

.m-movie-002__list-item-desc-txt {
  margin: 0;
  color: #08072c;
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  padding: 80px 0 74px 0;
  background: #f8f8ec !important;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 {
    padding: 40px 0 28px 0;
  }
}

.m-gallery-003 .c-headline-001 {
  margin: 0 0 14px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003 .c-headline-001 {
    margin: 0 0 6px;
  }
}

.m-gallery-003__inner {
  max-width: 1400px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list {
    padding: 0 8px;
  }
}

.m-gallery-003__list-item {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

.img-headline {
  height: 80px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 54px;
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .img-headline {
    height: 45px;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 40px 0;
  }
}

.m-require-003 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* color: #333; */
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
  /* color: #333; */
}

.m-require-003__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 1024px){
  .m-require-003__detail {
    padding: 20px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #08072c;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #08072c;
}

.m-require-003__detail-ttl {
  color: #08072c;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #08072c;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* ボタン背景なしの場合にコメントアウトを削除 */
.m-require-003__entry-btn {
  color: #08072c;
}

/* __________________________________________________________________________________

福祉用具専門相談員　
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: #f0f0f0 !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-001 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-001__content-desc {
  color: #08072c;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding-top: 0;
  padding-bottom: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail{
    padding: 0 0% 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width:100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0 40px 0 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 0 20px 0 0%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

/* 英語見出しがある場合コメントアウトを削除 */
/* .m-jobs-001__list-item-detail-job {
  padding: 5px 20px 0px 20px;
  background: #fff;
  color: #0c4eb1;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-job {
    padding: 5px 20px 2px 20px;
    font-size: 1.8rem;
    letter-spacing: 0rem;
  }
} */

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safari対応*/
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1rem;
  background: transparent;
  color: #08072c;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding-top:8px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #08072c;
  text-align: justify;
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 0;
  background: #f8f8ec !important;
}

@media screen and (max-width: 1024px) {
  .m-culture-003 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 20px;
  }
}

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003 .c-headline-001__en {
  /* color: #fff; */
}

.m-culture-003 .c-headline-001__ja {
  /* color: #fff; */
}

.m-culture-003__list {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list {
    padding: 0;
  }
}

.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding: 0;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 900;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-003__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.5rem;
  }
}
