@media screen and (min-width: 801px) {
  header .header_normal,
  .bnr_recruit_fixed {
    display: none;
  }
}
.page_title_recruit {
  position: relative;
}
.page_title_recruit .title {
  width: 100%;
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page_title_recruit .title span {
  text-align: center;
  width: 100%;
  max-width: 840px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
}
.page_title_recruit .title img {
  width: 600px;
}
.page_title_recruit .illust {
  width: 100%;
  height: 250px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page_title_recruit .illust01 {
  background-image: url(../img/recruit/illust01.png);
  -webkit-animation: tit_illust01 90s linear infinite;
          animation: tit_illust01 90s linear infinite;
}
.page_title_recruit .illust02 {
  height: 380px;
  background-image: url(../img/recruit/illust02.png);
  -webkit-animation: tit_illust02 90s linear infinite;
          animation: tit_illust02 90s linear infinite;
}
.page_title_recruit .illust03 {
  background-image: url(../img/recruit/illust03.png);
  -webkit-animation: tit_illust03 90s linear infinite;
          animation: tit_illust03 90s linear infinite;
}

@media screen and (max-width: 800px) {
  header .btn_nav {
    top: -120px;
  }
  header .header_normal {
    height: auto;
    padding-top: 0;
  }
  header .header_normal > .logo {
    display: none;
  }

  body.active .btn_nav {
    top: 0;
  }

  .page_title_recruit .title {
    top: 200px;
  }
  .page_title_recruit .title span {
    max-width: 320px;
  }
  .page_title_recruit .title img {
    width: 100%;
  }
  .page_title_recruit .illust {
    height: 200px;
  }
  .page_title_recruit .illust02 {
    height: 250px;
  }
}
@-webkit-keyframes tit_illust01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2299px 0;
  }
}
@-webkit-keyframes tit_illust02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3201px 0;
  }
}
@-webkit-keyframes tit_illust03 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2410px 0;
  }
}
/* ========================================

message

======================================== */
.message {
  min-height: 1040px;
  padding-top: 240px;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(130deg, #99d3df  30%, #88bbd6);
  background-size: auto 1040px;
}
.message_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.message .title {
  width: 12.742%;
  max-width: 158px;
  margin-left: 80px;
  margin-left: 6.4516%;
}
.message .box_text {
  color: #fff;
  font-size: 18px;
  font-size: clamp(15px, 1.285vw, 18px);
  line-height: 3;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message .box_text .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.message .box_text .txt:not(:last-child) {
  margin-left: clamp(28px, 3.857vw, 54px);
}

@media screen and (max-width: 800px) {
  .message {
    min-height: 0;
    margin-top: 0;
    padding: 100px 0 195px;
    background-color: #6ab8d6;
    background-image: none;
  }
  .message_inner {
    width: auto;
    display: block;
  }
  .message .title {
    width: 90%;
    max-width: 297px;
    margin: 0 auto;
    margin-bottom: 38px;
  }
  .message .box_text {
    font-size: 16px;
    line-height: 2;
    width: 80%;
    margin: 0 auto;
  }
  .message .box_text .txt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .message .box_text .txt:not(:last-child) {
    margin-left: 0;
    margin-bottom: 2em;
  }
}
/* ========================================

nav

======================================== */
.nav_recruit {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: -135px;
  position: relative;
  z-index: 3;
}
.nav_recruit ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_recruit ol li {
  width: 31.93549%;
  max-width: 396px;
  margin-bottom: 26px;
  border-radius: 5px;
  overflow: hidden;
}
.nav_recruit ol li a {
  display: block;
  position: relative;
}
.nav_recruit ol li a::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/recruit/nav_over.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.nav_recruit ol li a:hover::before {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .nav_recruit {
    width: 95%;
    margin-left: 5%;
    position: relative;
    overflow: scroll;
    margin-top: -100px;
  }
  .nav_recruit .ps__rail-x {
    height: 8px;
    background-color: #ebf5fa;
  }
  .nav_recruit .ps__thumb-x {
    height: 8px;
    bottom: 0;
    background-color: #6ab8d6;
    border-radius: 0;
  }
  .nav_recruit ol {
    width: calc(780px + 5vw);
    padding-right: 5vw;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav_recruit ol li {
    width: 250px;
    min-width: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .nav_recruit ol li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
/* ========================================

recruit

======================================== */
.recruit {
  height: auto;
  max-height: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 3;
}
.recruit:nth-child(odd) {
  background-color: #ebf6f9;
}
.recruit:nth-child(odd).inactive::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#ebf6f9), color-stop(20%, #ebf6f9), to(rgba(235, 246, 249, 0)));
  background: linear-gradient(0deg, #ebf6f9 0%, #ebf6f9 20%, rgba(235, 246, 249, 0) 100%);
}
.recruit.inactive {
  max-height: 800px !important;
  position: relative;
  overflow: hidden;
}
.recruit.inactive::before {
  width: 100%;
  height: 550px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
}
.recruit.inactive .btn_read {
  cursor: pointer;
  width: 88.71%;
  max-width: 1100px;
  height: 60px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 80px;
  background-color: #0098bc;
  background-image: url(../img/recruit/btn_read.png);
  background-size: auto 100%;
  background-position: center top;
  border-radius: 30px;
  z-index: 6;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.recruit.inactive .btn_read:hover {
  opacity: 0.5;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.recruit_inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_title {
  width: 120px;
}
.recruit_list {
  width: calc(100% - 150px);
  max-width: 920px;
}
.recruit_list_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_list_item:not(:last-child) {
  margin-bottom: 0;
}
.recruit_list_item .img {
  width: 43.479%;
  max-width: 400px;
}
.recruit_list_item .box_text {
  font-size: 16px;
  line-height: 2.5;
  width: 100%;
  max-width: 980px;
}
.recruit_list_item .box_text .txt:not(:last-of-type) {
  margin-bottom: 25px;
}
.recruit_list_item .box_text h3{
  color: #0098bc;
  font-size: 20px;
  margin: 24px 0 20px;
}
.recruit01 {
  overflow: visible;
  max-height: none !important;
  z-index: auto;
}
.recruit01 .recruit_list_bg {
  top: 80px;
}
.recruit01 .recruit_inner {
  padding-top: 174px;
  padding-bottom: 190px;
}

@media screen and (max-width: 800px) {
  .recruit {
    margin-top: 0;
    padding-top: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .recruit.inactive {
    max-height: 1472px !important;
  }
  .recruit.inactive::before {
    height: 350px;
  }
  .recruit.inactive .btn_read {
    width: 85%;
    height: 50px;
    bottom: 90px;
    border-radius: 25px;
  }
  .recruit_inner {
    width: 100%;
    display: block;
    padding-top: 5%;
    padding-bottom: 60px;
  }
  .recruit_title {
    width: 90%;
    margin: 0 auto;
  }
  .recruit_title_inner {
    height: 350px;
    background-color: #fff;
    border: 3px solid #ebf5fa;
    border-radius: 2.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit_title img {
    width: 280px;
  }
  .recruit_list {
    width: 100%;
    margin-bottom: 92px;
    padding-top: 75px;
  }
  .recruit_list_bg {
    background-image: url(../img/recruit/recruit_bg_sp.jpg);
    background-size: 100%;
  }
  .recruit_list_item {
    width: auto;
  }
  .recruit_list_item:not(:last-child) {
    margin-bottom: 60px;
  }
  .recruit_list_item .img {
    width: 68.5%;
    max-width: none;
    margin: 0 auto 40px;
  }
  .recruit_list_item .box_text {
    font-size: 16px;
    line-height: 2;
    width: 80%;
    max-width: none;
    margin: 0 auto;
  }
  .recruit_list_item .box_text .txt:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .recruit01 .recruit_inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
/* ========================================

author

======================================== */
.journal_main_author {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 140px;
}
.journal_main_author_title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.journal_main_author_title::after {
  width: calc(100% - 460px);
  height: 2px;
  content: '';
  display: inline-block;
  background-color: #09a6cb;
}
.journal_main_author_title .title {
  max-width: 393px;
}
.journal_main_author_contents {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.journal_main_author_contents .box_img .img {
  width: 180px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.journal_main_author_contents .box_img .img::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 100%;
}
.journal_main_author_contents .box_img .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.journal_main_author_contents .box_img .name {
  display: none;
}
.journal_main_author_contents .name {
  line-height: 1;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.journal_main_author_contents .name .jp {
  font-size: 28px;
  font-weight: 300;
  margin-right: 26px;
  margin-bottom: 12px;
}
.journal_main_author_contents .name .en {
  font-size: 16px;
  margin-right: 36px;
  margin-bottom: 8px;
}
.journal_main_author_contents .name .position {
  color: #fff;
  font-size: 15px;
  height: 34px;
  margin-bottom: 12px;
  padding: 8px 12px;
  background-color: #0098bc;
  border-radius: 17px;
}
.journal_main_author_contents .box_text {
  width: calc(95.239% - 180px);
}
.journal_main_author_contents .box_text .txt {
  font-size: 14px;
  line-height: 2;
}
.journal_main_author_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.journal_main_author_link .btn_border {
  width: calc(50% - 15px);
  max-width: none;
  height: 50px;
}
.journal_main_author_link .btn_border::after {
  left: 0;
}
.journal_main_author_link .btn_border a:hover {
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.journal_main_author_link .btn_profile .replace_img {
  width: 166px;
  background-image: url(../img/journal/author_btn_profile_txt.png);
}
.journal_main_author_link .btn_profile .replace_img::after {
  background-image: url(../img/journal/author_btn_profile_txt_on.png);
}
.journal_main_author_link .btn_entry .replace_img {
  width: 149px;
  background-image: url(../img/recruit/author_btn_entry_txt.png);
}
.journal_main_author_link .btn_entry .replace_img::after {
  background-image: url(../img/recruit/author_btn_entry_txt_on.png);
}

@media screen and (max-width: 800px) {
  .journal_main_author {
    width: 85%;
    margin: 0 auto;
  }
  .journal_main_author_title {
    margin-bottom: 28px;
  }
  .journal_main_author_title::after {
    display: none;
  }
  .journal_main_author_title .title {
    max-width: 339px;
  }
  .journal_main_author_contents {
    margin-bottom: 30px;
    display: block;
  }
  .journal_main_author_contents .name {
    line-height: 1;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .journal_main_author_contents .name .jp {
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .journal_main_author_contents .name .en {
    font-size: 14px;
    margin: 14px 0 18px;
  }
  .journal_main_author_contents .name .position {
    font-size: 15px;
    height: auto;
    margin-bottom: 0;
    padding: 9px 5px;
    border-radius: 9px;
  }
  .journal_main_author_contents .box_img {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .journal_main_author_contents .box_img .img {
    width: 50%;
    max-width: 170px;
    margin-right: 6%;
    border-radius: 2.5px;
  }
  .journal_main_author_contents .box_img .name {
    width: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .journal_main_author_contents .box_text {
    width: 100%;
  }
  .journal_main_author_contents .box_text .txt {
    font-size: 14px;
    line-height: 2;
  }
  .journal_main_author_contents .box_text .name {
    display: none;
  }
  .journal_main_author_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .journal_main_author_link .btn_border {
    width: 100%;
  }
  .journal_main_author_link .btn_border:first-of-type {
    margin-bottom: 10px;
  }
}
/* ========================================

visit

======================================== */
.visit {
  margin: 200px auto;
}
.visit .title {
  /* max-width: 150px; */
  margin: 0 auto;
}
.visit .en {
  color: #0098bc;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 32px 0 76px;
}
.visit_case {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.visit_case_item {
  width: 48.388%;
  position: relative;
}
.visit_case_item .img {
  overflow: hidden;
  border-radius: 10px;
}
.visit_case_item .no {
  color: #0098bc;
  font-size: 22px;
  font-size: clamp(18px, 1.571vw, 22px);
  width: 170px;
  width: clamp(127px, 12.142vw, 170px);
  height: 70px;
  height: clamp(52px, 5vw, 70px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.visit_case_item .no::before, .visit_case_item .no::after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/common/img_edge.svg);
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.visit_case_item .no::before {
  top: 0;
  right: -10px;
}
.visit_case_item .no::after {
  left: 0;
  bottom: -10px;
}
.visit_case_item .hl {
  color: #0098bc;
  font-size: 20px;
  margin: 38px 0 18px;
}
.visit_case_item .txt {
  font-size: 16px;
  line-height: 2.125;
}
.visit_list_item {
  margin: 40px 60px;
  padding: 15px 20px 15px 30px;
  background-color: #ebf6f9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.visit_list_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.visit_list_item .hl {
  color: #0098bc;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 14px;
}
.visit_list_item .box_text {
  font-size: 15px;
  line-height: 2;
  width: calc(100% - 200px);
  max-width: 960px;
  margin-left: auto;
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
}
.visit_list_item .box_text:last-of-type {
  margin: 0 0 0 auto;
}
.visit_list_item .box_text_step {
  padding: 20px 30px 30px;
}
.visit_list_item .box_text .hl {
  color: inherit;
  font-size: 18px;
  margin-bottom: 26px;
}
.visit_list_item .box_text .img_arrow {
  max-width: 274px;
  margin: 20px 0 18px 44px;
}
.visit_list_item_step {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.visit_list_item_step .img {
  width: 38.637%;
  max-width: 340px;
  overflow: hidden;
  border-radius: 10px;
}
.visit_list_item_step dl {
  width: 54.545%;
  margin-left: 3.4%;
  padding: 20px 0 10px;
}
.visit_list_item_step dl dt {
  color: #0098bc;
  font-size: 17px;
  margin-bottom: 14px;
}
.visit_list_item_step dl dt .step {
  font-size: 16px;
  line-height: 1.9;
  margin-right: 18px;
  vertical-align: top;
  border-bottom: 1px solid #0098bc;
}
.visit_list_item_step dl dd {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.visit_list_item_step dl dd:last-of-type {
  margin: 0;
}
.visit_list_item_step dl dd .no {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.visit_list_item_step dl dd ul {
  margin: 13px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.visit_list_item_step dl dd ul li {
  color: #fff;
  font-size: 15px;
  margin: 0 10px 10px 0;
  padding: 3px 10px 2px;
  background-color: #0098bc;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .visit_list_item_step .img {
    text-align: center;
    width: 100%;
    max-width: none;
    background-color: #fff;
    border-radius: 10px;
  }
  .visit_list_item_step dl {
    width: 94%;
  }
}
@media screen and (max-width: 800px) {
  .visit {
    margin-bottom: 60px;
  }
  .visit .title {
    /* max-width: 124px; */
  }
  .visit .en {
    font-size: 14px;
    margin: 20px 0 46px;
  }
  .visit_case {
    margin-bottom: 0;
  }
  .visit_case_item {
    width: 100%;
    margin-bottom: 38px;
  }
  .visit_case_item .img {
    overflow: hidden;
    border-radius: 5px;
  }
  .visit_case_item .no {
    font-size: 18px;
    width: 127px;
    height: 52px;
    border-radius: 0 0 5px 0;
  }
  .visit_case_item .no::before, .visit_case_item .no::after {
    width: 5px;
    height: 5px;
  }
  .visit_case_item .no::before {
    right: -5px;
  }
  .visit_case_item .no::after {
    bottom: -5px;
  }
  .visit_case_item .hl {
    text-align: center;
    font-size: 19px;
    margin: 22px 0 18px;
  }
  .visit_case_item .txt {
    font-size: 16px;
    line-height: 2;
  }
  .visit_list_item {
    margin: 20px;
    padding: 20px;
    background-color: #ebf6f9;
    border-radius: 2.5px;
    display: block;
  }
  .visit_list_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .visit_list_item .hl {
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin-bottom: 20px;
  }
  .visit_list_item .box_text {
    line-height: 1.8;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 2.5px;
  }
  .visit_list_item .box_text_step {
    padding: 30px 20px 20px;
  }
  .visit_list_item .box_text .hl {
    margin-bottom: 26px;
  }
  .visit_list_item .box_text .img_arrow {
    max-width: 238px;
    margin: 24px auto;
  }
  .visit_list_item_step {
    border-radius: 5px;
  }
  .visit_list_item_step .img {
    width: 100%;
    border-radius: 5px;
  }
  .visit_list_item_step dl {
    width: 100%;
    margin-left: 3.4%;
    padding: 15px 0 10px;
  }
  .visit_list_item_step dl dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .visit_list_item_step dl dt .step {
    font-size: 15px;
    margin-right: 18px;
    border-bottom: 1px solid #0098bc;
  }
  .visit_list_item_step dl dd {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .visit_list_item_step dl dd:last-of-type {
    margin: 0;
  }
  .visit_list_item_step dl dd .no {
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
  }
  .visit_list_item_step dl dd ul {
    margin: 12px 0 4px;
  }
  .visit_list_item_step dl dd ul li {
    padding-bottom: 6px;
    border-radius: 2.5px;
  }
}
/* ========================================

service

======================================== */
.service {
  position: relative;
  margin-top: 70px;
  padding: 80px 0 90px;
  background-color: #ebf6f9;
}
.service_inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.service .img {
  overflow: hidden;
  border-radius: 5px;
}
.service .service_title {
  color: #0098bc;
  width: 60%;
  max-width: 680px;
  position: relative;
  margin: -70px 0 36px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebf6f9;
  border-radius: 0 10px 0 0;
}
.service .service_title::before, .service .service_title::after {
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  background-color: #ebf6f9;
  mask-image: url(../img/common/img_edge.svg);
  -webkit-mask-image: url(../img/common/img_edge.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  -mask-size: 100%;
  -webkit-mask-size: 100%;
}
.service .service_title::before {
  top: -17px;
  left: 0;
}
.service .service_title::after {
  top: 53px;
  right: -17px;
}
.service .service_title .title {
  width: 80%;
  max-width: 252px;
  margin-left: 10px;
}
.service .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .box_text .txt {
  font-size: 17px;
  line-height: 2.35;
  width: 50%;
  padding-left: 10px;
}
.service .btn_border {
  width: 44%;
  max-width: 540px;
  margin-top: -42px;
}
.service .btn_border a .replace_img {
  width: 150px;
  background-image: url(../img/recruit/service_btn_txt.png);
}
.service .btn_border a .replace_img::after {
  background-image: url(../img/recruit/service_btn_txt_on.png);
}
.service_bnr {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service_bnr_item {
  position: relative;
  z-index: 10;
}
.service_bnr_item a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.service_bnr_item::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(56, 144, 144, 0.2);
  border-radius: 5px;
  z-index: -1;
}
.service_bnr .bnr_attend {
  width: 48.388%;
  max-width: 600px;
}
.service_bnr .bnr_recruit {
  width: 48.791%;
  max-width: 605px;
}

@media screen and (min-width: 801px) {
  .service_bnr a:hover {
    -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px);
  }
}
@media screen and (min-width: 1400px) {
  .service::before {
    background-position: calc(50% + 650px) 0;
  }
}
@media screen and (max-width: 800px) {
  .service {
    width: 100%;
    margin-top: 0;
    padding: 5% 0 46px;
    margin-bottom: 50px;
  }
  .service_inner {
    width: 100%;
  }
  .service .img {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .service .img::after {
    width: 86%;
    height: 25px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 7%;
    background-color: #ebf6f9;
    border-radius: 5px 5px 0 0;
  }
  .service .service_title {
    text-align: center;
    width: 90%;
    max-width: none;
    margin: 0 auto 20px;
    padding-top: 16px;
    display: block;
    border-radius: 10px 10px 0 0;
  }
  .service .service_title::before, .service .service_title::after {
    width: 9px;
    height: 9px;
  }
  .service .service_title::before {
    top: -9px;
    left: calc(7% - 9px);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .service .service_title::after {
    top: -9px;
    right: calc(7% - 9px);
  }
  .service .service_title .title {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  .service .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service .box_text .txt {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    padding-left: 0;
  }
  .service .box_text .btn_border {
    width: 100%;
    max-width: none;
    margin-top: 26px;
  }
  .service_bnr {
    width: 90%;
    display: block;
    margin: 46px auto 0;
  }
  .service_bnr_item {
    width: 100%;
  }
  .service_bnr_item::after {
    left: 0;
    top: 4px;
  }
  .service_bnr_item a {
    border-radius: 2.5px;
  }
  .service_bnr .bnr_attend {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }
  .service_bnr .bnr_recruit {
    width: 100%;
    max-width: none;
  }
}
/* ========================================

journal

======================================== */
.journal_title {
  color: #0098bc;
  text-align: center;
  line-height: 1;
  margin-bottom: 64px;
}
.journal_title .en {
  max-width: 472px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.journal_title .desc {
  font-size: 16px;
}
.journal_list_item {
  width: 23.065%;
  max-width: 286px;
}
.journal_list_item:not(:last-of-type) {
  margin-right: 2.58%;
}
.journal_list_item.new::before {
  width: 100px;
  height: 100px;
  width: clamp(80px, 7.2vw, 100px);
  height: clamp(80px, 7.2vw, 100px);
}
.journal_list_item .info .category {
  display: none;
}
.journal_list_item .info .author {
  width: 30%;
  max-width: 80px;
}
.journal .btn_list {
  top: 0;
}

@media screen and (min-width: 1400px) {
  .journal::before {
    background-position: calc(50% + 675px) 0;
  }
}
@media screen and (max-width: 800px) {
  .journal_title {
    margin-bottom: 50px;
  }
  .journal_title .en {
    max-width: 306px;
    margin-bottom: 20px;
  }
  .journal_list_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .journal_list_item {
    width: 47.917%;
    max-width: 345px;
    margin-bottom: 34px;
  }
  .journal_list_item:not(:last-of-type) {
    margin-right: 0;
  }
  .journal_list_item:last-child {
    margin-bottom: 0;
  }
  .journal_list_item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .journal_list_item.new::before {
    width: 60px;
    height: 60px;
  }
  .journal_list_item .info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .journal_list_item .info .date {
    margin-top: 10px;
  }
  .journal_list_item .box_text .title {
    font-size: 18px;
    max-width: none;
    margin: 18px 0 0;
  }
  .journal_list_item .box_text .txt {
    display: none;
  }
  .journal .btn_list {
    top: 0;
  }
}
/* ========================================

use

======================================== */
.use {
  position: relative;
  margin-bottom: 78px;
  padding-bottom: 80px;
  background-color: #0098bc;
}
.use::before {
  width: 90%;
  max-width: 1240px;
  height: 100px;
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  right: 50%;
  background-color: #0098bc;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  border-radius: 10px 10px 0 0;
}
.use_inner {
  position: relative;
}
.use_inner::before, .use_inner::after {
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  background-color: #0098bc;
  mask-image: url(../img/common/img_edge.svg);
  -webkit-mask-image: url(../img/common/img_edge.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  -mask-size: 100%;
  -webkit-mask-size: 100%;
}
.use_inner::before {
  top: -17px;
  left: -17px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.use_inner::after {
  top: -17px;
  right: -17px;
}
.use_title .title {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.use_title .en {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 36px 0 76px;
}
.use_intro {
  color: #fff;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.use_intro .img {
  width: 35.484%;
  max-width: 440px;
  overflow: hidden;
  position: relative;
  margin-right: 4%;
}
.use_intro .img::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 63.636%;
}
.use_intro .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}
.use_intro .box_text {
  width: 60%;
  max-width: 650px;
}
.use_intro .box_text .intro_title {
  font-size: 22px;
  line-height: 1.81;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use_intro .box_text .intro_title .title {
  width: 82%;
}
.use_intro .box_text .intro_title .title span {
  position: relative;
  padding-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: left bottom;
  background-size: 100% 1px;
}
.use_intro .box_text .intro_title .icon {
  width: 17%;
  max-width: 110px;
  overflow: hidden;
  border-radius: 50%;
}
.use_intro .box_text .txt {
  font-size: 16px;
  line-height: 2.125;
}
.use_insurance_nav {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use_insurance_nav_item {
  font-size: 18px;
  text-align: center;
  width: 48.2581%;
  height: 50px;
  background-color: #ebf6f9;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.use_insurance_nav_item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.use_insurance_nav_item.active {
  color: #0098bc;
  height: 100%;
  background-color: #fff;
}
.use_insurance_nav_item.active span {
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
  background-image: linear-gradient(90deg, #0098bc, #0098bc);
  background-position: left bottom;
  background-size: 100% 1px;
}
.use_insurance_tab {
  padding: 56px 0 50px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.use_insurance_tab_item {
  display: none;
}
.use_insurance_tab .title {
  color: #0098bc;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.use_insurance_tab .box_img {
  width: 92%;
  max-width: 1140px;
  margin: -10px auto 0;
  padding: 5% 0;
  background-image: url(../img/service/use_bg_ptn.gif);
  background-repeat: repeat;
  background-size: 4px;
  border-radius: 10px;
}
.use_insurance_tab .box_img .img {
  width: 90%;
  max-width: 884px;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .use_insurance_nav_item:hover {
    height: 60px;
  }
  .use_insurance_nav_item.active:hover {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .use_intro .box_text .intro_title {
    font-size: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .use {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .use::before {
    width: 85%;
    height: 50px;
    top: -50px;
    border-radius: 5px 5px 0 0;
  }
  .use_inner {
    width: 100%;
    position: relative;
  }
  .use_inner::before, .use_inner::after {
    width: 9px;
    height: 9px;
  }
  .use_inner::before {
    top: -9px;
    left: calc(7.5% - 9px);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .use_inner::after {
    top: -9px;
    right: calc(7.5% - 9px);
  }
  .use_title .title {
    max-width: 105px;
    margin: 0 auto;
  }
  .use_title .en {
    font-size: 14px;
    margin: 20px 0 36px;
  }
  .use_intro {
    width: 90%;
    margin: 0 auto 50px;
  }
  .use_intro .img {
    width: 100%;
    max-width: none;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  .use_intro .img::before {
    display: none;
  }
  .use_intro .img img {
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .use_intro .box_text {
    width: 100%;
    max-width: none;
  }
  .use_intro .box_text .intro_title {
    font-size: 19px;
    max-width: none;
    position: static;
    display: block;
    margin-bottom: 30px;
    padding: 0 2.778%;
  }
  .use_intro .box_text .intro_title .title {
    width: 98%;
  }
  .use_intro .box_text .intro_title .title span {
    padding-bottom: 4px;
  }
  .use_intro .box_text .intro_title .icon {
    width: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0;
  }
  .use_intro .box_text .txt {
    font-size: 16px;
    line-height: 2.125;
    padding: 0 2.778%;
  }
  .use_insurance_nav {
    width: 90%;
    height: 90px;
    margin: 0 auto;
  }
  .use_insurance_nav_item {
    font-size: 16px;
    height: 80px;
    border-radius: 5px 5px 0 0;
  }
  .use_insurance_nav_item.active {
    line-height: 2;
  }
  .use_insurance_nav_item.active span {
    padding-bottom: 5px;
  }
  .use_insurance_tab {
    padding: 36px 0 0;
    border-radius: 0;
  }
  .use_insurance_tab .title {
    font-size: 20px;
  }
  .use_insurance_tab .box_img {
    width: 90%;
    margin: -6px auto 0;
    padding: 30px 0 25px;
    background-image: url(../img/service/use_bg_ptn.gif);
    background-repeat: repeat;
    background-size: 4px;
    border-radius: 10px;
  }
  .use_insurance_tab .box_img .img {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
}
