@charset "utf-8";

/*================================

　ここから全サイズ適用

================================*/
/*--------------------------------
共通
--------------------------------*/
html {
  font-size: 10px;
  font-size: 62.5%;
}
body {
  font-family: 'Zen Maru Gothic', "ヒラギノ角ゴ Pro", "メイリオ",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6em;
  text-align: justify;
  line-height: 1.6;
  color: #666666;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#all {
  scroll-behavior: smooth;
}
.inner {
  margin: 0 auto;
  text-align: center;
}
.cont::after {
  content: "";
  clear: both;
  display: block;
}

/*背景装飾*/
.bg01 {
  background: url(./recruit_img/sec03_bg.png) repeat center top;
}
.bg02 {
  background-color: #f2eeef;
}
.bg03 {
  background: url(./recruit_img/bg03.png) repeat center top;
}

/*画像*/
img {
  max-width: 100%;
  height: auto;
}
.pic {
  text-align: center;
}
.pic > img {
  margin: 0 auto;
  border-radius: 10px;
}

/*リンク装飾*/
a {
  color: #666464;
}
a:link {
  color: #666464;
  text-decoration: none;
}
a:visited {
  color: #666464;
  text-decoration: none;
}
a:hover {
  color: #9a9b9b;
}
a:active {
  color: #9a9b9b;
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}

/*リンクボタン装飾*/
a.linkbtn01 {
  position: relative;
  display: inline-block;
  padding: 4px 45px 8px 0;
  color: #5b8ec2;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
a.linkbtn01::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 70px;
  width: calc(100% - 70px);
  height: 1px;
  background-color: #5b8ec2;
}
a.linkbtn01::after {
  /* content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  margin: auto 0; */
  /* background: url(./recruit_img/arrow01.png) no-repeat left top/contain; */
}

a.linkbtn01:hover {
  color: #a38b78;
}
a.linkbtn01:hover::before {
  background-color: #a38b78;
}

/*メール
a.mail {
  display: block;
  padding-left: 20px;
  background: url(./recruit_img/mail_bg01.png) no-repeat left top 5px/16px;
}
a.mail img {
  display: inline-block;
}*/

/*電話*/
a.tel {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
}
a.tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: url(./recruit_img/tel_bg01.png) no-repeat left top/16px;
}
#gheader a.tel::before {
  width: 32px;
  height: 32px;
  background-size: cover;
  left: -36px;
  bottom: 12px;
}
/*タイトル装飾*/
.ttl02 {
  text-align: center;
}
#sec01 .ttl02 > span.jp::first-letter {
  color: #5b8ec2;
}
.ttl02 > span.jp {
  display: inline-block;
  color: #83651d;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
}
#sec03 .ttl02 > span.jp::after {
  content: "";
  position: absolute;
  background: url(./recruit_img/ttl_border.png) center bottom no-repeat;
  width: 118px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.ttl02 > span.en {
  display: inline-block;
  color: #5b8ec2;
  font-size: 16px;
  font-weight: normal;
  /* font-family: 'Raleway', sans-serif; */
}
.ttl03 {
  color: #83651d;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.ttl03::first-letter {
  color: #5b8ec2;
}
.ttl04 {
  position: relative;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.ttl04::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #a38b78;
}
.ttl04::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  height: 2px;
  border-radius: 1px;
  background-color: #5b8ec2;
}
.ttl05 {
  padding: 14px 0 14px 80px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60px;
  font-weight: bold;
  text-align: left;
}
.ttl05.no01 {
  background-image: url(./recruit_img/no01.png);
}
.ttl05.no02 {
  background-image: url(./recruit_img/no02.png);
}
.ttl05.no03 {
  background-image: url(./recruit_img/no03.png);
}
.ttl05.no04 {
  background-image: url(./recruit_img/no04.png);
}
.ttl05.no05 {
  background-image: url(./recruit_img/no05.png);
}

/*テキスト*/
p.txt {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}
dl.txt::after {
  content: "";
  clear: both;
  display: block;
}
dl.txt dt {
  float: left;
}
/* 【注意】ddのpadding-leftなどの調整は各secで行ってください */

/*文字装飾*/
.txt_type01 {
  font-weight: bold;
}
.txt_type02 {
  color: #5b8ec2;
}
.txt_type03 {
  color: #83651d;
}
.txt_type04 {
  display: inline-block;
  padding: 0 6px;
  background-color: #5b8ec2;
  border-radius: 6px;
  color: #fff;
  line-height: 1.5;
}
.txt_type05 {
  display: inline-block;
  padding: 0 6px;
  background-color: #83651d;
  border-radius: 6px;
  color: #fff;
  line-height: 1.5;
}
.txt_type06 {
  display: inline-block;
  padding: 0 6px;
  background-color: #5b8ec2;
  border-radius: 3px;
  color: #fff;
}
/*
.txt_type05 {
  background: linear-gradient(transparent 60%, #fff8be 60%);
  font-weight: bold;
}
*/

/*リスト装飾*/
.list01 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
  text-align: left;
}
table .list01 li::before {
  top: 13px;
}
.list01 li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #83651d;
  border-radius: 50%;
}
.list01 li:last-child {
  margin-bottom: 0;
}

/*ボックス装飾*/
.box01 {
  padding: 20px 3%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.3);
}
.box02 {
  padding: 10px;
  border-radius: 30px;
}
.box02.type01 {
  background-color: #fff;
  box-shadow: -14px 14px 0 0 #aac9eb;
}
.box02.type02 {
  background-color: #fff;
  box-shadow: -14px 14px 0 0 #dccfb9;
}
.box02 > .inner {
  padding: 50px 3%;
  border-radius: 30px;
}
.box02.type01 > .inner {
  border: 1px solid #5b8ec2;
}
.box02.type02 > .inner {
  border: 1px solid #7e6b5a;
}

/*線装飾*/
.line01 {
  padding-bottom: 20px;
  border-bottom: 2px dotted #917b5a;
}

/*テーブル*/
.table01 table {
  width: 100%;
}
.table01 tbody th,
.table01 tbody td {
  padding: 25px 3%;
  vertical-align: middle;
  background-color: #ffffff;
}
.table01 tbody th {
  font-weight: bold;
  text-align: center;
}
.table01 tbody td {
  text-align: left;
  line-height: 2;
}

/*フレックスボックス - 親要素*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; /*アイテムを上から下に折り返しする*/
}
.flexbox.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; /*水平方向：両端のアイテムを余白を空けずに配置し、その他は均等配置*/
}
.flexbox.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; /*アイテムを中央に寄せる*/
}
.flexbox.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*行揃え*/
.align_right {
  text-align: right !important;
}
.align_left {
  text-align: left !important;
}
.align_center {
  text-align: center !important;
}

/*余白調整*/
.mt10 {
  margin-top: 10px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.line-height2 {
  line-height: 2;
}

/*--------------------------------
header
--------------------------------*/
#gheader {
  background-color: rgb(255 255 255 / 90%);
  padding: 10px 0;
}
#gheader > .inner {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/*お問い合わせ*/
#gheader .contact > dl.txt {
  line-height: 1;
}
#gheader .contact > dl.txt dt {
  float: none;
  font-size: 18px;
}

/*電話*/
#gheader a.tel {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  color: #83651d;
  display: block;
  /* text-align: right; */
  letter-spacing: 2px;
}

/*--------------------------------
main_visual
--------------------------------*/
#main_visual {
  position: relative;
  background: url(./recruit_img/mv_bg04.png) no-repeat,url(./recruit_img/mv_bg06.png);
  background-position: center top;
}
#main_visual::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 200px;
}
/* #main_visual::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url(./recruit_img/mv_bg02.png), url(./recruit_img/mv_bg03.png);
  background-repeat: no-repeat, no-repeat;
} */
#main_visual > .inner {
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}

/*キャッチ*/
#main_visual .catch {
  margin: 0 auto;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  border-radius: 10px;
}
#main_visual .catch .ttl {
  font-weight: bold;
}
#main_visual .catch .ttl > .txt_type02 em {
  color: #5b8ec2;
}
#main_visual .catch .ttl > .txt_type02 {
  font-size: 35px;
  line-height: 1.286;
  color: #83651d;
}

/*キャッチ - 開院*/
#main_visual .catch .ttl > .open {
  font-size: 24px;
  line-height: 1;
  max-width: 650px;
  margin: 0 auto;
  border-bottom: solid 1px #a5967d;
  padding-bottom: 10px;
  color: #5b8ec2;
}

/*キャッチ - テキスト*/
#main_visual .catch .txt {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}

/*内覧会*/
#main_visual .box01 .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
#main_visual .box01 .free {
  display: inline-block;
  padding: 5px;
  background-color: #b39c7e;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#main_visual .box01 .free > span {
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
}
#main_visual .box01 .flexbox + .txt {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#main_visual .box01 .flexbox + .txt .txt_type02 {
  font-size: 40px;
}

/*--------------------------------
sec01
--------------------------------*/
#sec01 {
  padding-top: 70px;
  padding-bottom: 50px;
}
#sec01 > .inner {
  padding-left: 3%;
  padding-right: 3%;
}

/*--------------------------------
sec02
--------------------------------*/
#sec02 {
  padding-top: 36px;
  padding-bottom: 36px;
}
#sec02 > .inner {
  padding-left: 3%;
  padding-right: 3%;
}

#sec02 .cont:first-child {
  background-image: url(./recruit_img/sec02_bg01.png);
  background-repeat: no-repeat;
}

/*--------------------------------
sec03
--------------------------------*/
#sec03 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*背景装飾(つなぎ目を隠すため)*/
#sec03.bg01 {
  background-position: center bottom;
}
#sec03 > .inner {
  padding-left: 3%;
  padding-right: 3%;
}

/*タイトル装飾*/
#sec03 .flexbox .col .ttl03 {
  clear: both;
  /* float: left; */
  min-width: 50px;
}
#sec03 .flexbox .col .ttl03.name {
  /* padding-top: 10px; */
}
.ttl03_wrap {
  display: flex;
  margin: 20px 0;
}

/*テキストとリスト装飾*/
#sec03 .flexbox .col .ttl03 + .txt.name,
#sec03 .flexbox .col .ttl03 + .list01 {
  padding-left: 90px;
}
#sec03 .flexbox .col .ttl03 + .txt.name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  /* margin-top: 20px; */

}
#sec03 .flexbox .col .ttl03 + .txt.name ruby {
  position: relative;
}
#sec03 .flexbox .col .ttl03 + .txt.name rt {
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: -16px;
  left: -5px;
  letter-spacing: -2px;
  white-space: nowrap;

}

/*--------------------------------
sec04
--------------------------------*/
#sec04 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec04 > .inner {
  padding-left: 3%;
  padding-right: 3%;
}

/*テーブル装飾*/
#sec04 .table01 tbody tr {
  border-bottom: 1px solid #666464;
}
#sec04 .table01 tbody tr:first-child {
  border-top: 2px solid #666464;
}
#sec04 .table01 tbody tr:last-child {
  border-bottom: 2px solid #666464;
}
#sec04 .table01 tbody th {
  background-color: #5b8ec2;
  color: #fff;
  font-size: 20px;
}

#sec04 .table01 tbody tr .tbl_tel {
  font-weight: bold;
}

/*文字装飾*/
#sec04 .txt_type04 {
  font-weight: normal;
}
#sec04 .table01 tbody tr:first-child td .txt_type01 {
  margin-right: 10px;
}

/*テキスト*/
/* #sec04 .table01 tbody dl.txt dt {
  font-weight: bold;
} */
#sec04 .table01 tbody dl.txt dd {
  padding-left: 2.5em;
}
#sec04 .table01 tbody dl.txt.salary dd {
  padding-left: 4.5em;
}
#sec04 .table01 tbody dl.txt.hours dd {
  padding-left: 2.8em;
}
#sec04 .table01 tbody dl.txt.training dd {
  padding-left: 9.5em;
}

/*--------------------------------
footer
--------------------------------*/
#gfooter {
  padding-top: 50px;
}
#gfooter > .inner {
  padding: 0 3%;
}
#gfooter .ttl02 {

}

.gfooter_logo {
  margin: 0 auto;
}

/*ページトップへ*/
#gfooter #pagetop {
  position: fixed;
  opacity: 0;
  z-index: 9000;
}
#gfooter #pagetop a {
  /* display: block;
  width: 60px;
  height: 60px;
  background: url(./recruit_img/arrow02.png) #fff no-repeat center center;
  border-radius: 50%;
  text-align: center; */
}
#gfooter #pagetop.fade-in {
  opacity: 1;
  transition: opacity 1s;
}

/*電話*/
#gfooter .tel > a {
  font-size: 30px;
  font-weight: bold;
}

/*診療時間*/
#gfooter .timetable > table {
  width: 100%;
}
#gfooter .timetable > table thead {
  border-bottom: 1px solid #666464;
}
#gfooter .timetable > table thead th {
  padding: 4px 1%;
  vertical-align: middle;
  font-size: 18px;
}
#gfooter .timetable > table tbody tr {
  border-bottom: 1px solid #666464;
}
#gfooter .timetable > table tbody th,
#gfooter .timetable > table tbody td {
  padding: 8px 1%;
  vertical-align: middle;
}
#gfooter .timetable > table tbody th {
  text-align: center;
  font-size: 18px;
}
#gfooter .timetable > table tbody td {
  text-align: center;
}
#gfooter .timetable::after {
  content: "";
  clear: both;
  display: block;
}
#gfooter .timetable p.txt:first-of-type {
  float: right;
}
#gfooter .timetable p.txt:last-of-type {
  float: left;
}
#gfooter .timetable .txt_type06 {
  margin-right: 10px;
  line-height: 1.3333333;
}
#gfooter .timetable .pic img {
  border-radius: 0;
  width: 16px;
  height: 16px;
}
#gfooter .timetable .icon_triangle_txt{
  display: inline-block;
  margin-right: 5px;
}

/*Googleマップ*/
.gmap iframe {
  overflow: hidden;
  width: 100%;
  height: 270px;
  border: none;
}

/*コピーライト*/
#gfooter .copyright {
  background-color: #a6937c;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

/*================================

　ここからPC・TABLET適用

================================*/
@media (min-width: 897px) {
  /*--------------------------------
  共通
  --------------------------------*/
  .pc-none {
    display: none !important;
  }
  .pcTab-none {
    display: none !important;
  }

  /*タイトル装飾*/
  .ttl05 {
    font-size: 22px;
  }

  /*フレックスボックス - 子要素*/
  .flexbox .col {
    width: 49%;
  }

  /*左右カラム*/
  .left {
    float: left;
    width: 50%;
  }
  .right {
    float: right;
    width: 50%;
  }

  /*--------------------------------
  header
  --------------------------------*/
  #gheader {
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  /*タイトル*/
  #gheader .ttl01 img {
    max-width: 510px;
  }

  /*テキスト*/
  #gheader p.txt {
    text-align: right;
    font-size: 16px;
  }
  #gheader h1.txt {
    text-align: right;
    font-size: 16px;
    letter-spacing: -1px;
    margin-top: -6px;
    margin-right: -6px;
  }

  /*お問い合わせ*/
  #gheader .contact {
    margin-top: 10px;
    margin-left: auto;
    width: fit-content;
  }
  #gheader .contact dl.txt {
    text-align: center;
  }

  /*フレックスボックス - 子要素*/
  #gheader .flexbox .col:first-child {
    width: 15%;
    margin-top: 0;
    margin-left: 0;
  }
  #gheader .flexbox .col:last-child {
    width: 80%;
  }

  /*--------------------------------
  main_visual
  --------------------------------*/
  #main_visual {
    padding-top: 515px;
    padding-bottom: 70px;
  }
  #main_visual::before {
    background: url(./recruit_img/mv_bg01.png?01) no-repeat center bottom/contain;
  }
  #main_visual::after {
    top: 40%;
    height: 452px;
    background-position: left -130px bottom, right -130px bottom;
  }
  #main_visual > .inner {
    position: relative;
  }

  /*キャッチ*/
  #main_visual .catch {
    max-width: 700px;
  }
  #main_visual .catch::before {
    bottom: -44px;
    right: 70px;
    border: 20px solid transparent;
    border-top: 40px solid #fff;
    transform: rotatez(-30deg);
  }

  /*内覧会*/
  #main_visual .box01 .flexbox .col:first-child {
    width: 70%;
  }
  #main_visual .box01 .flexbox .col:last-child {
    width: 30%;
  }

  /*バナー*/
  #main_visual .bnr01 {
    position: absolute;
    bottom: 0;
    right: 480px;
  }
  #main_visual .bnr02 {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 450px;
  }

  /*--------------------------------
  sec01
  --------------------------------*/
  /*テキスト*/
  #sec01 .cont .box02 p.txt {
    line-height: 2;
  }

  /*--------------------------------
  sec02
  --------------------------------*/
  #sec02 .cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #sec02 .cont:first-child {
    background-position: right center;
  }
  #sec02 .cont:first-child .box01 {
    margin-right: auto;
  }


  /*ボックス*/
  #sec02 .cont .box01 {
    width: 60%;
    /* height: 300px; */
  }

  /*テキスト*/
  #sec02 .cont .box01 p.txt {
    line-height: 2;
  }

  /*--------------------------------
  sec04
  --------------------------------*/
  /*テーブル*/
  #sec04 .table01 tbody th {
    width: 30%;
  }
  #sec04 .table01 tbody tr:nth-of-type(8) .list01 li {
    display: inline-block;
    margin-right: 10px;
  }

  /*--------------------------------
  footer
  --------------------------------*/
  /*ページトップへ*/
  #gfooter #pagetop {
    right: 10px;
    bottom: 20px;
  }

  /*診療時間*/
  #gfooter .timetable > table thead th:first-child {
    width: 125px;
  }

  /*コピーライト*/
  #gfooter .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*================================

　ここからPC適用

================================*/

@media (min-width: 1367px) {
  /*--------------------------------
  共通
  --------------------------------*/
  /*タイトル装飾*/
  .ttl05 {
    font-size: 24px;
  }

  /*--------------------------------
  header
  --------------------------------*/
  #gheader > .inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  /*--------------------------------
  main_visual
  --------------------------------*/
  /*
  #main_visual {
    background-position: right 63% top;
  }
  */
  #main_visual::after {
    background-position: left bottom, right bottom;
  }
  #main_visual > .inner {
    max-width: 1280px;
    /*height: 560px;*/
  }

  /*バナー*/
  #main_visual .bnr01 {
    top: 0;
    bottom: auto;
    right: 10px;
  }
  #main_visual .bnr02 {
    top: 280px;
    bottom: auto;
    right: 10px;
  }

  /*--------------------------------
  sec01
  --------------------------------*/
  #sec01 > .inner {
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*--------------------------------
  sec02
  --------------------------------*/
  #sec02 > .inner {
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*--------------------------------
  sec03
  --------------------------------*/
  #sec03 > .inner {
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*--------------------------------
  sec04
  --------------------------------*/
  #sec04 > .inner {
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*--------------------------------
  footer
  --------------------------------*/
  #gfooter > .inner {
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
  }
}


/*================================

　ここからTABLET適用

================================*/
@media (max-width: 1367px) {
  #sec02 .cont .box01 {
    width: 50%;
}
}
/*================================

　ここからTABLET・SP適用

================================*/
@media (max-width: 896px) {
  /*--------------------------------
  共通
  --------------------------------*/
  .tabSp-none {
    display: none !important;
  }

  /*タイトル装飾*/
  .ttl05 {
    font-size: 26px;
  }
  #sec02 .cont .box01 {
    width: 100%;
  }
  /*テーブル*/
  .table01 tbody td {
    font-size: 15px;
  }
  .table01 tbody th,
  .table01 tbody td {
    display: block;
  }

  /*フレックスボックス - 子要素*/
  .flexbox .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .flexbox .col:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------
  header
  --------------------------------*/
  #gheader {
    padding: 0;
    /* position: absolute; */
    width: 100%;
    z-index: 1;
    background-image: url(./recruit_img/mv_bg05.png);
  }
  #gheader > .inner {
    padding: 10px;
    background-color: rgba(255 255 255 / 90%);
  }
  #gheader .flexbox.between{
    flex-direction: column-reverse;
  }

  #gheader .flexbox .col {
    margin-bottom: 0px;
  }
  /*タイトル*/
  #gheader .ttl01 img {
    margin: 0 auto;
    max-width: 430px;
    width: 95%;
  }

  /*テキスト*/
  #gheader .txt {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0;
  }
  #main_visual > .inner {
    margin-bottom: 400px;
  }

  /*お問い合わせ*/
  #gheader .contact {
    display: none;
  }

  /*--------------------------------
  main_visual
  --------------------------------*/
  #main_visual {
    padding-top: 20px;
    padding-bottom: 130px;
    background-image: url(./recruit_img/mv_bg04_tb.png),url(./recruit_img/mv_bg05.png);
    background-position: center bottom;
    background-color: #5b8ec2;
    background-size: contain, cover;

  }
  #main_visual::before {
    background: url(./recruit_img/mv_bg01_tb.png?01) no-repeat center bottom/contain;
  }
  #main_visual::after {
    bottom: -15px;
    height: 360px;
    background-position: left -60px bottom, right -60px bottom;
    background-size: 300px;
  }

  /*キャッチ*/
  #main_visual .catch {
    max-width: 100%;
    padding-inline: 10px;
  }

  /*内覧会*/
  #main_visual .box01 {
    max-width: 450px;
    margin: 0 auto;
  }
  #main_visual .box01 .flexbox .col:first-child {
    width: 70%;
  }
  #main_visual .box01 .flexbox .col:last-child {
    width: 30%;
  }

  /*バナー*/
  #main_visual .bnr01 {
    margin-bottom: 20px;
  }

  /*--------------------------------
  sec02
  --------------------------------*/
  #sec02 .cont {
    padding-top: 370px;
    padding-bottom: 30px;
  }
  #sec02 .cont:first-child{
    background-position: center top;
  }

  /*--------------------------------
  sec03
  --------------------------------*/
  /*ボックス装飾*/
  #sec03 .box04 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  /*--------------------------------
  sec04
  --------------------------------*/
  #sec04 .table01 tbody th {
    padding: 10px 3%;
  }

  /*--------------------------------
  footer
  --------------------------------*/
  /*ページトップへ*/
  #gfooter #pagetop {
    right: 10px;
    bottom: 60px;
  }

  /*診療時間*/
  #gfooter .timetable > table thead th:first-child {
    width: 20%;
  }

  /*固定表示*/
  #gfooter .ft_fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    z-index: 100;
  }
  #gfooter .ft_fixed li {
    display: table-cell;
    vertical-align: middle;
  }
  #gfooter .ft_fixed li a {
    display: block;
    height: 50px;
    border-top: 1px solid #555555;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
  }
  #gfooter .ft_fixed li a > span {
    font-size: 16px;
  }
  #gfooter .ft_fixed li.first_btn {
    width: 52%;
  }
  #gfooter .ft_fixed li.first_btn a {
    padding-top: 8px;
    background-color: #5b8ec2;
    border-right: 1px dashed #fff;
  }
  #gfooter .ft_fixed li.second_btn {
    width: 24%;
  }
  #gfooter .ft_fixed li.second_btn a {
    padding-top: 28px;
    background: url(./recruit_img/job_bg01.png) #5b8ec2 no-repeat center top 8px/16px;
    border-right: 1px dashed #fff;
  }
  #gfooter .ft_fixed li.third_btn {
    width: 24%;
  }
  #gfooter .ft_fixed li.third_btn a {
    padding-top: 28px;
    background: url(./recruit_img/map_bg01.png) #5b8ec2 no-repeat center top 8px/11px;
  }

  /*コピーライト*/
  #gfooter .copyright {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  p.txt {
    font-size: 16px;
  }
}

/*================================

　ここからTABLETのみ適用
　※この中には基本的に書き込まないでください

================================*/
@media (max-width: 896px) and (min-width: 481px) {
  /*--------------------------------
  共通
  --------------------------------*/
  .pcTab-none {
    display: none !important;
  }
  .tab-none {
    display: none !important;
  }

  #main_visual .catch .ttl > .txt_type02 {
    font-size: 28px;

  }
}

/*================================

　ここからSP適用

================================*/
@media (max-width: 480px) {
  /*--------------------------------
  共通
  --------------------------------*/
  .tabSp-none {
    display: none !important;
  }
  .sp-none {
    display: none !important;
  }

  /*リンクボタン装飾*/
  a.linkbtn01 {
    /* display: block; */
  }

  /*タイトル装飾*/
  .ttl02 > span.jp {
    font-size: 27px;
  }
  .ttl05 {
    font-size: 22px;
  }

  /*ボックス装飾*/
  .box02.type01 {
    box-shadow: -4px 8px 0 0 #aac9eb;
  }
  .box02.type02 {
    box-shadow: -4px 8px 0 0 #dccfb9;;
  }

  /*--------------------------------
  main_visual
  --------------------------------*/
  #main_visual {
    padding-top: 20px;
    padding-bottom: 80vw;
    background-position: center bottom;
    background-size: contain;
  }
  #main_visual::after {
    bottom: -15px;
    height: 240px;
    background-position: left -40px bottom, right -40px bottom;
    background-size: 200px;
  }

  /*キャッチ*/
  #main_visual .catch {
    max-width: 100%;
  }
  #main_visual .catch .ttl > .txt_type02 {
    font-size: 21px;
  }
  #main_visual .catch .txt {
    font-size: 19px;
    text-align: center;
}
  /*内覧会*/
  #main_visual .box01 .ttl,
  #main_visual .box01 .txt {
    text-align: center;
  }
  #main_visual .box01 .flexbox .col:first-child,
  #main_visual .box01 .flexbox .col:last-child {
    width: 100%;
  }

  #main_visual > .inner {
    margin-bottom: 0px;
  }

  /*--------------------------------
  sec01
  --------------------------------*/
  /*タイトル装飾
  #sec01 .ttl03 {
    float: none;
  }
  */
  /*テキストとリスト装飾
  #sec01 .ttl03 + .txt.name,
  #sec01 .ttl03 + .list01 {
    padding-left: 0;
  }
  */

  /*--------------------------------
  sec02
  --------------------------------*/
  #sec02 .cont {
    padding-top: 65%;
  }
  #sec02 .cont:first-child{
    background-size: contain;
  }

  /*--------------------------------
  gfooter
  --------------------------------*/
  /*ページトップへ*/
  #gfooter #pagetop a {
    width: 40px;
    height: 40px;
    background-size: 28px;
  }

  #all #gfooter .timetable > table th, #all #gfooter .timetable > table td {
    padding-inline: 0;
    font-size: 16px;
    width: 39px;

  }
  #all #gfooter .timetable > table tbody th {
    text-align: left;
    width: 90px;
  }
  #sec03 .flexbox .col .ttl03 + .txt.name, #sec03 .flexbox .col .ttl03 + .list01 {
    padding-left: 20px;
  }
}
@media (max-width: 360px) {

#gfooter .ft_fixed li a {
  font-size: 3.2vw;
}
}