@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Montserrat:500,900&display=swap');

html, body {
  color: #4D4D4D;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.75em;
  text-decoration: none;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 4vw;
  }
  input, textarea, select {
    font-size: 16px ;
  }
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea, picture, figure, :before, :after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section, main, picture, figure { 
  display:block;
  box-sizing: border-box;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
/* iPhone reset 
input, textarea {
  -webkit-appearance: none;
  max-width: 100%;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
*/
input::placeholder,
textarea::placeholder {
  color: #B2B2B2;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B2B2B2;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #B2B2B2;
}

/*---------------------------------*/
p, a, span, b, strong, i, italic {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a {
  color: #2C3E50;
  text-decoration: none;
  cursor: pointer;
  transition: color .3s;
}

a:hover {
  color: #AF1E23;
}

input[type="submit"]:hover ,
label {
  cursor: pointer;
}

label input {
  vertical-align: middle;
}

h1 span, h2 span, h3 span {
  display: inline-block;
}


/*---------------------------------*/
body {
}

#wrap {
  width: 100%;
  overflow: hidden;
}

#main {
}

.common_section {
}

.common_section .section_header {
  display: inline-block;
  margin-bottom: 2rem;
  text-align: right;
}

.common_section .section_header h2 {
  margin-bottom: .3em;
  color: #AF1E23;
  font-size: 1.6rem;
  font-weight: 300;
}

.common_section .section_header .tail {
  color: #AF1E23;
  font-family: 'Montserrat', sans-serif;
  font-size: .93rem;
  font-weight: 900;
}

.common_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .common_section .section_header {
    display: block;
    text-align: center;
  }

  .common_inner {
    padding: 0 1.5vw;
  }
}

.search_keywd_form {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 400px;
}

.search_keywd_form input[type="search"],
.search_keywd_form input[type="submit"] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 2.8em;
  padding: 0 1em;
}

.search_keywd_form input[type="search"] {
  width: 100%;
  border: 1px solid #2B3D4E;
}

.search_keywd_form input[type="submit"] {
  background-color: #2B3D4E;
  color: #fff;
  padding: 0 1.5em;
  transition: opacity .3s;
}

.search_keywd_form input[type="submit"]:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .search_keywd_form {
    max-width: 100%;
  }

  .search_keywd_form input[type="search"],
  .search_keywd_form input[type="submit"] {
    font-size: 16px;
  }
}



/* common_header */
/*---------------------------------*/
.common_header {
}

.common_header .header_bar {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  background-color: #fff;
}

.common_header .header_bar .logo {
  width: 206px;
  margin: 0 20px;
}

.common_header .header_bar .tail {
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.2em;
}

.common_header .header_bar .tail .beta {
  background-color: #F3C224;
  margin-right: 10px;
  padding: 2px 8px;
  color: #000;
  font-size: .93rem;
  font-weight: 900;
}

.common_header .mv {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
  overflow: hidden;
  background-color: #AF1E23;
  padding: 1em;
  text-align: center;
}

.common_header .mv h1,
.common_header .mv .title {
  position: relative;
  z-index: 10;
  padding: .3em 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3em;
}

.common_header .mv h1 span,
.common_header .mv .title span {
  margin: 0 .3em;
}

.common_header .mv .tail {
  position: relative;
  z-index: 10;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: .93rem;
  font-weight: 900;
}

.common_header .mv .eye_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: .2;
}

@media screen and (max-width: 960px) {
  .common_header .header_bar .logo {
    width: 21.4vw;
    margin: 0 10px;
  }

  .common_header .header_bar .tail {
    font-size: .93rem;
  }

  .common_header .header_bar .tail .beta {
    margin-right: 5px;
    font-size: .8rem;
  }
}

@media screen and (max-width: 640px) {
  .common_header .header_bar {
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    padding: 2vw 0 12.8vw;
  }

  .common_header .header_bar .logo {
    width: 32vw;
    margin: 0 1.5vw 0 0;
  }

  .common_header .mv h1,
  .common_header .mv .title {
    font-size: 1.4rem;
  }
}


/* top_header */
/*---------------------------------*/
.top_header {
  background-color: #AF1E23;
}

.top_header .mv {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.top_header .mv:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  background: url(../img/video_filter.png) repeat center center;
  margin: auto;
  opacity: .8;
}

.top_header .mv .catch_copy {
  position: absolute;
  top: 45%;
  z-index: 30;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.top_header .mv .catch_copy h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

.top_header .mv .catch_copy .logo {
  max-width: 405px;
  margin: 40px auto 20px;
}

.top_header .mv .catch_copy .tail {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: .06em;
}

.top_header .mv .catch_copy .tail .beta {
  background-color: #F3C224;
  margin-right: 10px;
  padding: 2px 8px;
  color: #000;
  font-size: 15px;
  font-weight: 900;
}

#video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 177.7%;
  height: 640px;
}

.top_header .pickup {
  position: relative;
  z-index: 30;
  margin-top: -170px;
  padding-bottom: 20px;
}

.top_header .pickup .label_pickup {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 228px;
  height: 44px;
  background-color: #fff;
  margin: 0 auto 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.top_header .pickup .image {
  width: 300px;
  height: 175px;
  margin: 0 15px;
}

.top_header .pickup .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_header .pickup .image p {
  position:absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(44, 62, 80, .8);
  padding: .6em .5em;
  color: #fff;
  font-size: .93rem;
  line-height: 1.4em;
  transition: opacity .6s;
}

.top_header .pickup a:hover p {
  opacity: 0;
}


@media screen and (min-width: 1137px) {
  #video-player {
    width: 100%;
    height: 56.25vw;
  }
}

@media screen and (max-width: 640px) {
  .top_header .mv {
    height: 100vw;
  }

  .top_header .mv .catch_copy h1 {
    font-size: 1rem;
  }

  .top_header .mv .catch_copy .logo {
    max-width: 64vw;
    margin: 6.25vw auto 3.125vw;
  }

  .top_header .mv .catch_copy .tail {
    font-size: 1rem;
  }

  .top_header .mv .catch_copy .tail .beta {
    margin-right: 1.5vw;
    padding: .1em .5em;
    font-size: .8rem;
  }

  #video-player {
    height: 100vw;
  }

  #video-player .sp_movie {
    width: auto;
    height: 100%;
  }

  .top_header .pickup {
    margin-top: -26.25vw;
    padding-bottom: 3vw;
  }

  .top_header .pickup .label_pickup {
    width: 35.6vw;
    height: 6.8vw;
    margin-bottom: 3vw;
    font-size: 1rem;
  }

  .top_header .pickup .image {
    width: 46.25vw;
    height: 26.96vw;
    margin: 0 1.5vw;
  }

  .top_header .pickup .image p {
    font-size: .8rem;
  }
}


/* p_navi */
/*---------------------------------*/
#p_navi {
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 100;
}

#p_navi .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 330px;
}

#p_navi .menu .btn a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 160px;
  height: 34px;
  border-radius: 17px;
  color: #fff;
  font-size: 1.06rem;
  font-weight: 700;
  transition: background .3s;
}

#p_navi .menu .btn.entry a {
  background-color: #A68844;
}
#p_navi .menu .btn.entry a:hover{
  background-color: #BDA266;
}

#p_navi .menu .btn.login a {
  background-color: #2C3E50;
}
#p_navi .menu .btn.login a:hover{
  background-color: #415161;
}

#p_navi .menu .btn.logout a {
  background-color: #2C3E50;
}
#p_navi .menu .btn.logout a:hover{
  background-color: #415161;
}

#p_navi .menu .btn.mypage a {
  background-color: #C0392B;
}
#p_navi .menu .btn.mypage a:hover{
  background-color: #D86C61;
}

#p_navi .menu .btn.edit {
  margin-left: auto;
}

#p_navi .menu .btn.edit a {
  width: auto;
  background-color: #1869BA;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  #p_navi {
    top: 3vw;
    right: 0;
    left: 0;
  }

  #p_navi.common_navi {
    top: 10.8vw;
  }

  #p_navi .menu {
    width: 80vw;
    margin: 0 auto;
  }

  #p_navi .menu .btn a {
    width: 37.5vw;
    height: 7.8vw;
    border-radius: 3.9vw;
  }

  #p_navi .menu .btn.edit {
    margin-right: auto;
  }
}


/* top_area_search */
/*---------------------------------*/
.common_section.area_search {
  padding: 90px 0;
}

.common_section.area_search .common_inner {
  position: relative;
}

.common_section.area_search .section_body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.area_search .section_body .box {
  width: 110px;
  padding: 10px 0;
  border: 1px solid #A67C52;
}

.common_section.area_search .section_body .area dt {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.common_section.area_search .section_body .area dt:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.common_section.area_search .section_body .area a {
  display: block;
  padding: 5px 10px;
  color: inherit;
  line-height: 1em;
  transition: background .3s, color .3s;
}

.common_section.area_search .section_body .area a:hover {
  background-color: #A67C52;
  color: #fff;
}

.common_section.area_search .banner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto 0;
}

.common_section.area_search .banner a {
  display: block;
  width: 20%;
  margin-top: auto;
  transition: opacity .3s;
}

.common_section.area_search .banner a:first-child {
  width: 56%;
}

.common_section.area_search .banner a:hover {
  opacity: .7;
}

.common_section.area_search .advertise {
  position: absolute;
  top: 0;
  right: 10px;
}

.common_section.area_search .advertise a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: 60px;
  background-color: #25B3B0;
  border: 5px solid #94DAD9;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: opacity .3s;
}

.common_section.area_search .advertise a:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .common_section.area_search {
    padding: 14vw 0;
  }

  .common_section.area_search .section_body .box {
    width: 100%;
    padding: 0;
  }

  .common_section.area_search .section_body .box:not(:last-child) {
    border-bottom: 0;
  }

  .common_section.area_search .section_body .area dt {
    position: relative;
    margin-bottom: 0;
    padding: .5em 1em;
    cursor: pointer;
  }

  .common_section.area_search .section_body .area dt:after {
    top: 0;
    right: 4vw;
    left: auto;
    border-top: 1.8vw solid #AF1E23;
    border-right-width: 1.25vw;
    border-left-width: 1.25vw;
    transition: border .3s;
  }

  .common_section.area_search .section_body .area dt.open:after {
    border-top: 0;
    border-bottom: 1.8vw solid #AF1E23;
  }

  .common_section.area_search .section_body .area dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    padding: 0 .2em;
    transition: height .3s;
  }

  .common_section.area_search .section_body .area dt.open + dd {
    height: 6rem;
  }

  .common_section.area_search .section_body .area a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 5.5rem;
    margin: 0 .2em .4em;
    border: 1px solid #A67C52;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .common_section.area_search .banner {
    width: 90%;
    margin: 7.8vw auto;
  }

  .common_section.area_search .banner a {
    width: 48%;
    margin-top: 2.8vw;
  }

  .common_section.area_search .banner a:first-child {
    width: 100%;
  }

  .common_section.area_search .advertise {
    position: static;
  }

  .common_section.area_search .advertise a {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: .5em;
    font-size: 1rem;
  }
}


/* top_column */
/*---------------------------------*/
.common_section.column {
  background-color: #EFEADD;
  padding: 60px 0 50px;
}

.common_section.column .section_body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.column .section_body .box {
  width: 23%;
  margin-bottom: 30px;
}

.common_section.column .section_body .box:not(:nth-child(4n+4)) {
  margin-right: 2.6%;
}

.common_section.column .section_body .box .image {
  position: relative;
  overflow: hidden;
  padding-top: 64%;
}

.common_section.column .section_body .box .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: transform .3s;
}

.common_section.column .section_body .box a:hover .image img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.common_section.column .section_body .box .category {
  padding: .2em .5em;
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4em;
}

/* commmon label-color */
.category.user-dr {
  background-color: #2980B9;
}
.category.user-dh {
  background-color: #FF747D;
}
.category.interview-dr {
  background-color: #2C3E50;
}
.category.interview-dh {
  background-color: #E8427E;
}
.category.clinic-interview {
  background-color: #2DA991;
}
.category.column, .category.column-dr, .category.column-dh {
  background-color: #F7931E;
}
.category.sp-interview {
  background-color: #AF9456;
}

.common_section.column .section_body .box h3 {
  margin: .5em 0 .3em;
  font-weight: 700;
  line-height: 1.3em;
}

.common_section.column .section_body .box .text p {
  color: #4D4D4D;
  font-size: .93rem;
  line-height: 1.45em;
}

@media screen and (max-width: 640px) {
  .common_section.column {
    padding: 9.375vw 0;
  }

  .common_section.column .section_body .box {
    width: 48%;
    margin-bottom: 4.68vw;
  }

  .common_section.column .section_body .box:not(:nth-child(4n+4)) {
    margin-right: 0;
  }

  .common_section.column .section_body .box:not(:nth-child(2n+2)) {
    margin-right: 4%;
  }
}


/* top_new_job */
/*---------------------------------*/
.common_section.new_job {
  padding: 70px 0 100px;
}

.common_section.new_job .section_body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.new_job .section_body .box {
  position: relative;
  width: 47%;
  padding-bottom: 3em;
}

.common_section.new_job .section_body .box .style {
  display: inline-block;
  background-color: #AF1E23;
  margin-bottom: 1em;
  padding: .2em 1em;
  color: #fff;
  font-size: 1.33rem;
  font-weight: 300;
}

.common_section.new_job .section_body .box .list li {
  margin-bottom: 1em;
}

.common_section.new_job .section_body .box .list .clinic {
  margin-bottom: .4em;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.3em;
}

.common_section.new_job .section_body .box .list .address,
.common_section.new_job .section_body .box .list .access {
  font-size: .8rem;
  line-height: 1.6em;
}

.common_section.new_job .section_body .box .more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.common_section.new_job .section_body .box .more a {
  display: inline-block;
  padding: .4em 3em;
  border: 1px solid #AF1E23;
  color: #AF1E23;
  font-family: 'Montserrat', sans-serif;
  font-size: .93rem;
  font-weight: 900;
  transition: background .3s, color .3s;
}

.common_section.new_job .section_body .box .more a:hover {
  background-color: #AF1E23;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .common_section.new_job {
    padding: 10vw 0;
  }

  .common_section.new_job .section_body .box {
    width: 100%;
    margin-bottom: 7.8vw;
  }

  .common_section.new_job .section_body .box .style {
    display: block;
    text-align: center;
  }

  .common_section.new_job .section_body .box .more {
    text-align: center;
  }
}


/* top_column2 */
/*---------------------------------*/
#top_column2.common_section.column {
  background-color: #fff;
  padding: 60px 0 40px;
  border-bottom: 1px dashed #666;
}

#top_column2.common_section.column .section_body .box h3 {
  font-size: 1.06rem;
}


/* top_about */
/*---------------------------------*/
.common_section.about {
  background-color: #F2F2F2;
  padding: 60px 0;
}

.common_section.about .section_body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.about .section_body .box {
  width: 47%;
}

.common_section.about .section_body .box .text {
  margin-bottom: 20px;
  line-height: 1.6em;
}

.common_section.about .section_body .box .banner {
  width: 300px;
}

.common_section.about .section_body .box .banner li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .common_section.about {
    padding: 9.375vw 0;
  }

  .common_section.about .section_body {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .common_section.about .section_body .box {
    width: 100%;
  }

  .common_section.about .section_body .box .text {
    margin-bottom: 3vw;
    font-size: .8rem;
  }

  .common_section.about .section_body .box .banner {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .common_section.about .section_body .box.fb {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 4.68vw;
  }
}



/* breadcrumbs */
/*---------------------------------*/
.breadcrumbs {
  position: relative;
  background-color: #F2F2F2;
  margin-bottom: 2em;
  padding: .6em 0;
}

.breadcrumbs ol {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 200px 0 10px;
}

.breadcrumbs li {
  display: inline-block;
  font-size: .93rem;
}

.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 22px;
  margin-right: 16px;
}

.breadcrumbs li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #AF1E23;
  border-right: 1px solid #AF1E23;
  transform: rotate(45deg);
}

.breadcrumbs li a {
  color: inherit;
  transition: color .3s;
}

.breadcrumbs li a:hover {
  color: #AF1E23;
  text-decoration: underline;
}

.breadcrumbs li:last-child a {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .breadcrumbs {
    margin-bottom: 6.25vw;
  }

  .breadcrumbs ol {
    padding: 0 21.5vw 0 1.5vw;
  }

  .breadcrumbs li:not(:last-child) {
    padding-right: 1.375em;
    margin-right: 1em;
  }

  .breadcrumbs li:not(:last-child):after {
    width: 1.5vw;
    height: 1.5vw;
  }
}


/* job_search */
/*---------------------------------*/
.common_section.job_search {
}

.common_section.job_search .box {
  margin-bottom: 60px;
}

.common_section.job_search .job_search_header {
  display: -webkit-flex;
  display: flex;
  background-color: #AF1E23;
  margin-bottom: 1rem;
}

.common_section.job_search .job_search_header h2 {
  padding: .5em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.common_section.job_search .job_search_header h2 a {
  color: inherit;
  line-height: 1.3em;
}

.common_section.job_search .job_search_header h2 span {
  margin: 0 .3em
}

.common_section.job_search .job_search_header .style {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 130px;
  margin-left: auto;
  background-color: #2B3D4E;
  color: #fff;
  font-weight: 500;
}

.common_section.job_search .job_search_header .style li:not(:first-child):before {
  content: "\FF5C";
}

.common_section.job_search .job_search_body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.job_search .job_search_body .message {
  width: 100%;
  margin-bottom: 1.5rem;
  line-height: 1.6em;
}

.common_section.job_search .job_search_body .message h3 {
  display: inline-block;
  margin-bottom: .5em;
  padding-bottom: .3em;
  border-bottom: 3px solid #AF1E23;
  font-size: 1.17rem;
}

.common_section.job_search .job_search_body .image {
  width: 300px;
}

.common_section.job_search .job_search_body .image .thumb {
  position: relative;
  height: 175px;
}

.common_section.job_search .job_search_body .image .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common_section.job_search .job_search_body .image .thumb.movie {
  height: auto;
}

.common_section.job_search .job_search_body .image .thumb.movie:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: url(../img/video_filter.png) repeat center center;
  margin: auto;
  opacity: .4;
}

.common_section.job_search .job_search_body .image .thumb.movie:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 84px;
  height: 84px;
  background: url(../img/btn_movie.svg) no-repeat center center / contain;
  margin: auto;
  cursor: pointer;
  transition: .3s;
}

.common_section.job_search .job_search_body .image .thumb.movie .player_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.common_section.job_search .job_search_body .image .thumb.movie .player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.common_section.job_search .job_search_body .image .thumb.movie.overlay:before {
  position: fixed;
  z-index: 300;
  opacity: .8;
}

.common_section.job_search .job_search_body .image .thumb.movie.overlay:after {
  position: fixed;
  top: auto;
  bottom: 20px;
  z-index: 310;
  background-image: url(../img/btn_close.svg);
}

.common_section.job_search .job_search_body .image .thumb.movie.overlay .player {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 320;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: calc(100% - 3vw);
}

.common_section.job_search .job_search_body .image .link {
  margin-top: .5em;
  text-align: center;
}

.common_section.job_search .job_search_body .spec {
  width: calc(48% - 150px);
}

.common_section.job_search .job_search_body .spec dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.job_search .job_search_body .spec dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5rem;
  background-color: #78848F;
  margin-bottom: .5rem;
  padding: .5em;
  color: #fff;
  font-size: .93rem;
  text-align: center;
  line-height: 1.3em;
}

.common_section.job_search .job_search_body .spec dd {
  width: calc(100% - 5rem);
  margin-bottom: .5rem;
  padding: 0 .5em;
  font-size: .8rem;
  line-height: 1.6em;
}

.common_section.job_search .job_search_body .point {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(48% - 150px);
}

.common_section.job_search .job_search_body .point ul {
  margin-bottom: 1em;
}

.common_section.job_search .job_search_body .point li {
  display: inline-block;
  background-color: #EB984E;
  margin: 0 .5em .5em 0;
  padding: .3em .6em;
  color: #fff;
  font-size: .8rem;
  line-height: 1.6em;
}

.common_section.job_search .job_search_body .point .btn {
  display: block;
  height: 60px;
  background-color: #25B3B0;
  margin-top: auto;
  padding: .5em;
  border: 5px solid #94DAD9;
  color: #fff;
  font-size: 1.33rem;
  font-weight: 500;
  text-align: center;
  transition: opacity .3s;
}

.common_section.job_search .job_search_body .point .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 960px) {
  .common_section.job_search .job_search_body .spec {
    width: calc(100% - 330px);
  }

  .common_section.job_search .job_search_body .point {
    width: 100%;
    margin-top: 1em;
  }
}

.common_section.job_search .information_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #F0F0F0;
  margin-bottom: 1rem;
  padding: 20px 40px;
  border: 3px solid #78848F;
}

.common_section.job_search .information_box p {
  line-height: 1.4em;
}

.common_section.job_search .information_box .search_result {
  margin: .5rem 2rem .5rem 0;
}

@media screen and (max-width: 640px) {
  .common_section.job_search .box {
    margin-bottom: 15.625vw;
  }

  .common_section.job_search .job_search_header {
    display: block;
  }

  .common_section.job_search .job_search_header h2 {
    font-size: 1.4rem;
  }

  .common_section.job_search .job_search_header .style {
    width: 100%;
    height: 2em;
  }

  .common_section.job_search .job_search_body .image {
    width: 100%;
    margin-bottom: 1em;
  }

  .common_section.job_search .job_search_body .image .thumb {
    height: 55vw;
  }

  .common_section.job_search .job_search_body .image .thumb.movie:after {
    width: 25vw;
    height: 25vw;
  }

  .common_section.job_search .job_search_body .spec {
    width: 100%;
  }

  .common_section.job_search .job_search_body .point ul {
    margin-bottom: .5em;
  }

  .common_section.job_search .job_search_body .point .btn {
    height: auto;
    font-size: 1rem;
  }

  .common_section.job_search .information_box {
    padding: 1rem;
  }
}


/* pagination */
/*---------------------------------*/
.pagination {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F2F2F2;
  height: 100px;
  margin-top: 70px;
}

.pagination .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 300px;
  height: 60px;
  margin: auto;
}

.pagination .btn li.next {
  margin-left:auto;
}

.pagination .btn a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #3080A1;
  margin: 0 5px;
  transition: margin .3s;
}

.pagination .btn .prev a:hover {
  margin-left: 0;
}

.pagination .btn .next a:hover {
  margin-right: 0;
}

.pagination .btn img {
  width: 18px;
}

.pagination .info {
  padding-left: .5em;
  color: #3080A1;
  font-size: 16px;
  font-weight: 500;
}



/* job_page */
/*---------------------------------*/
.common_section.job_page {
}

.common_section.job_page .common_inner {
  overflow: hidden;
}

.common_section.job_page .main_box {
  float: left;
  width: 600px;
}

.common_section.job_page .main_box .movie  {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.common_section.job_page .main_box .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.common_section.job_page .main_box .gallery {
  margin-bottom: 30px;
}

.common_section.job_page .main_box .gallery .main_photo .slick-prev,
.common_section.job_page .main_box .gallery .main_photo .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}

.common_section.job_page .main_box .gallery .main_photo .slick-prev {
  left: 1% ;
}

.common_section.job_page .main_box .gallery .main_photo .slick-next {
  right: 1%;
}

.common_section.job_page .main_box .gallery .main_photo .slick-prev:before,
.common_section.job_page .main_box .gallery .main_photo .slick-next:before {
  font-size: 2rem;
}

.common_section.job_page .main_box .gallery .thumb_photo .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

.common_section.job_page .main_box .point {
  margin-bottom: 20px;
}

.common_section.job_page .main_box .point li {
  display: inline-block;
  background-color: #EB984E;
  margin: 0 .5em .5em 0;
  padding: .3em .6em;
  color: #fff;
  font-size: .8rem;
  line-height: 1.6em;
}

.common_section.job_page .main_box .job_data {
  margin-bottom: 10px;
}

.common_section.job_page .main_box .job_data h2 {
  background-color: #808B96;
  margin-bottom: 1em;
  padding: .5em 1em;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.common_section.job_page .main_box .job_data .text {
}

.common_section.job_page .main_box .job_data .text h3 {
  margin-bottom: .5em;
  color: #A68844;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.3em;
}

.common_section.job_page .main_box .job_data .text p {
  margin-bottom: 1em;
}

.common_section.job_page .main_box .job_data  table {
  width: 100%;
  border-collapse: separate;
}

.common_section.job_page .main_box .job_data  th ,
.common_section.job_page .main_box .job_data  td {
  padding: .8em;
  font-weight: 400;
  text-align: left;
  line-height: 1.4em;
  vertical-align: top;
}

.common_section.job_page .main_box .job_data  th {
  background-color: #D2C3A1;
  width: 7em;
}

.common_section.job_page .main_box .job_data  td {
  background-color: #E4DBC7;
}

.common_section.job_page .main_box .job_data  table p {
  margin-top: .5em;
}

.common_section.job_page .main_box .job_data  table .mark {
  margin-right: .5em;
  color: #A68844;
  font-size: .8rem;
}

.common_section.job_page .main_box .selection_data {
  margin-bottom: 50px;
}

.common_section.job_page .main_box .selection_data table {
  width: 100%;
  border-collapse: separate;
}

.common_section.job_page .main_box .selection_data th ,
.common_section.job_page .main_box .selection_data td {
  padding: .8em;
}

.common_section.job_page .main_box .selection_data th {
  background-color: #94BFDC;
  width: 7em;
}

.common_section.job_page .main_box .selection_data td {
  background-color: #BED9EA;
}

@media screen and (max-width: 960px) {
  .common_section.job_page .main_box {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .common_section.job_page .main_box .gallery {
    margin-bottom: 4.68vw;
  }

  .common_section.job_page .main_box .point {
    margin-bottom: 2.7vw;
  }

  .common_section.job_page .main_box .job_data {
    margin-bottom: 2.34vw;
  }

  .common_section.job_page .main_box .job_data  th ,
  .common_section.job_page .main_box .job_data  td {
    font-size: .8rem;
  }

  .common_section.job_page .main_box .selection_data {
    margin-bottom: 7.8vw;
  }

  .common_section.job_page .main_box .selection_data th ,
  .common_section.job_page .main_box .selection_data td {
    font-size: .8rem;
  }
}


.common_section.job_page .side_box {
  float: right;
  clear: right;
  width: calc(100% - 640px);
  margin-bottom: 50px;
}

.common_section.job_page .side_box .message {
}

.common_section.job_page .side_box .message h2 {
  margin-bottom: .5em;
  font-size: 1.33rem;
  font-weight: 700;
}

.common_section.job_page .side_box .clinic_data {
  margin-bottom: 30px;
}

.common_section.job_page .side_box .clinic_data h2 {
  background-color: #808B96;
  margin-bottom: 1em;
  padding: .5em 1em;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.common_section.job_page .side_box .clinic_data .policy {
}

.common_section.job_page .side_box .clinic_data .policy h3 {
  margin-bottom: .5em;
  color: #A68844;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.3em;
}

.common_section.job_page .side_box .clinic_data .policy p {
  margin-bottom: 1em;
}

.common_section.job_page .side_box .clinic_data table {
  width: 100%;
  border-collapse: separate;
}

.common_section.job_page .side_box .clinic_data  th ,
.common_section.job_page .side_box .clinic_data  td {
  padding: .8em;
  font-size: .8rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4em;
  vertical-align: top;
}

.common_section.job_page .side_box .clinic_data  th {
  background-color: #8ACFC2;
  width: 9em;
}

.common_section.job_page .side_box .clinic_data  td {
  background-color: #B9E2DA;
}

.common_section.job_page .side_box .clinic_data .map {
  margin-top: 15px;
  border: 1px solid #D6D0C6;
}

.common_section.job_page .side_box .clinic_data .map iframe {
  border: 0;
}

.common_section.job_page .side_box .related_article h3 {
  background-color: #808B96;
  margin-bottom: 1em;
  padding: .5em 1em;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.common_section.job_page .side_box .related_article .box:not(:last-child) {
  margin-bottom: 15px;
}

.common_section.job_page .side_box .related_article .box a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.common_section.job_page .side_box .related_article .box .image {
  position: relative;
  width: 42.8%;
}

.common_section.job_page .side_box .related_article .box .image .category {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .2em .5em;
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4em;
}


.common_section.job_page .side_box .related_article .box .text {
  width: calc(57.2% - 10px);
}

.common_section.job_page .side_box .related_article .box .text h4 {
  margin-bottom: .5em;
  color: #4D4D4D;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.3em;
  transition: color .3s;
}

.common_section.job_page .side_box .related_article .box a:hover .text h4 {
  color: #AF1E23;
}

.common_section.job_page .side_box .related_article .box .text p {
  color: #4D4D4D;
  font-size: .8rem;
  line-height: 1.4em;
}

@media screen and (max-width: 960px) {
  .common_section.job_page .side_box {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .common_section.job_page .side_box {
    margin-bottom: 7.8vw;
  }

  .common_section.job_page .side_box .message h2 {
    background-color: #AF1E23;
    padding: .3em .5em;
    color: #fff;
  }

  .common_section.job_page .side_box .clinic_data {
    margin-bottom: 6.25vw;
  }

  .common_section.job_page .side_box .clinic_data .map {
    margin-top: 2.34vw;
  }

  .common_section.job_page .side_box .clinic_data .map iframe {
    height: 60vw;
  }

  .common_section.job_page .side_box .related_article .box:not(:last-child) {
    margin-bottom: 2.34vw;
  }
}


.common_section.job_page .message_box {
  margin-bottom: 30px;
}

.common_section.job_page .message_box.notfound {
  background-color: #808B96;
  padding: 1rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.common_section.job_page .information_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #F2F2F2;
  margin-bottom: 100px;
  padding: 40px 60px 50px;
}

.common_section.job_page .information_box .clinic_data {
  width: 50%;
  padding: 0 15px;
}

.common_section.job_page .information_box .clinic_data .box_header .title {
  margin-bottom: .5em;
  font-size: 1.2rem;
  font-weight: 500;
}

.common_section.job_page .information_box .clinic_data .box_body dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.job_page .information_box .clinic_data .box_body dt {
  width: 5em;
}

.common_section.job_page .information_box .clinic_data .box_body dd {
  width: calc(100% - 5em);
}

.common_section.job_page .information_box .map {
  width: 50%;
  padding: 0 15px;
}

.common_section.job_page .information_box .map iframe {
  border: 0;
}

@media screen and (max-width: 640px) {
  .common_section.job_page .message_box {
    margin-bottom: 6.25vw;
  }

  .common_section.job_page .information_box {
    padding: 5vw 3vw;
  }

  .common_section.job_page .information_box .clinic_data {
    width: 100%;
    padding: 0 0 5vw;
  }

  .common_section.job_page .information_box .map {
    width: 100%;
    padding: 0;
  }
}


/* entry_btn_bar */
/*---------------------------------*/
#entry_btn_bar {
  position: fixed;
  bottom: -200px;
  z-index: 40;
  width: 100%;
  background-color: rgba(32,32,32,0.8);
  padding: 20px 0;
  transition: .6s linear;
}

#entry_btn_bar.visible {
  transform: translate3d(0, -200px, 0);
}

#entry_btn_bar ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 620px;
  margin: 0 auto;
}

#entry_btn_bar li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: 70px;
  background: url(../img/pagination_next.svg) no-repeat right 15px center / auto 50%;
  border: 4px solid rgba(255, 255, 255, .4);
  border-radius: 5px;
  color: #fff;
  font-size: 1.73rem;
  font-weight: 300;
  line-height: 1.3em;
  text-align: center;
  transition: background .3s;
}

#entry_btn_bar li.entry a {
  background-color: #2DA064;
}

#entry_btn_bar li.tour a {
  background-color: #EC8A33;
}

#entry_btn_bar li a:hover {
  background-position: right 10px center;
}

#entry_btn_bar li.entry a:hover {
  background-color: #53B984;
}

#entry_btn_bar li.tour a:hover {
  background-color: #F0A562;
}

#entry_btn_bar li.entry br,
#entry_btn_bar li.tour br {
  display: none;
}

#entry_btn_bar li.unpublic {
  margin: 0 auto;
}

#entry_btn_bar li.unpublic a {
  width: 380px;
  background-color: #2DA064;
  font-size: 1.2rem;
}

#entry_btn_bar li.unpublic a:hover {
  background-color: #53B984;
}

@media screen and (max-width: 640px) {
  #entry_btn_bar {
    padding: 3vw 1.5vw;
  }

  #entry_btn_bar ul {
    width: 100%;
  }

  #entry_btn_bar li {
    width: 49%;
  }

  #entry_btn_bar li a {
    width: 100%;
    height: 3em;
    background-position: right 2.34vw center;
    background-size: auto 40%;
    border: 0;
    font-size: 1.6rem;
  }

  #entry_btn_bar li a:hover {
    background-position: right 1.56vw center;
  }

  #entry_btn_bar li.entry br,
  #entry_btn_bar li.tour br {
    display: inline;
  }

  #entry_btn_bar li.unpublic {
    width: 92%;
  }

  #entry_btn_bar li.unpublic a {
    width: 100%;
    height: 4em;
    font-size: 1.2rem;
  }
}


/* recommend_job */
/*---------------------------------*/
.common_section.recommend_job {
  background-color: #F2F2F2;
  padding: 30px 0 20px;
}

.common_section.recommend_job .section_body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_section.recommend_job .section_body .box {
  width: 23%;
  margin-bottom: 30px
}

.common_section.recommend_job .section_body .box:nth-child(4n+2):last-child,
.common_section.recommend_job .section_body .box:nth-child(4n+3):last-child {
  margin-right: auto;
  margin-left: 2.66%;
}

.common_section.recommend_job .section_body .box .image {
  margin-bottom: 15px;
}

.common_section.recommend_job .section_body .box .text dt {
  margin-bottom: .4em;
  color: #4D4D4D;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.3em;
  transition: color .3s;
}

.common_section.recommend_job .section_body .box a:hover .text dt {
  color: #AF1E23;
}

.common_section.recommend_job .section_body .box .text dd {
  color: #4D4D4D;
  font-size: .8rem;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  .common_section.recommend_job {
    background-color: #F2F2F2;
    padding: 7.8vw 0;
  }

  .common_section.recommend_job .section_body .box {
    width: 48%;
    margin-bottom: 4.68vw
  }

  .common_section.recommend_job .section_body .box:nth-child(4n+2):last-child,
  .common_section.recommend_job .section_body .box:nth-child(4n+3):last-child {
    margin-right: 0;
    margin-left: 0;
  }

  .common_section.recommend_job .section_body .box .image {
    margin-bottom: 2.34vw;
  }
}



/* footer */
/*---------------------------------*/
#footer {
  background-color: #AE4C4C;
  padding-bottom: 20px;
}

#footer .contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 30px auto 40px;
  padding: 0 10px;
  color: #fff;
}

#footer .contents .logo {
  max-width: 205px;
  margin-bottom: 10px;
}

#footer .contents .note {
  font-size: .8rem;
  font-weight: 300;
}

#footer .contents .company dt a {
  color: #fff;
}

#footer .contents .company dd {
  font-size: .93rem;
  font-weight: 300;
}

#footer .coptright {
  text-align: center;
}

#footer .coptright small {
  color: #fff;
  font-size: .8rem;
  font-weight: 300;
}

#f_navi {
  background-color: #444;
}

#f_navi .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}

#f_navi .menu a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 55px;
  padding: 0 10px;
  color: #fff;
  font-size: .93rem;
  transition: background .3s;
}

#f_navi .menu a:hover {
  background-color: #666;
}

@media screen and (max-width: 640px) {
  #footer {
    padding-bottom: 3vw;
  }

  #footer .contents {
    margin: 6.25vw auto;
    padding: 0 1.5vw;
  }

  #footer .contents .brand {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  #footer .contents .logo {
    width: 60%;
    margin: 0 auto 1.5vw;
  }

  #footer .contents .note {
    text-align: center;
  }

  #footer .contents .company {
    width: 100%;
  }

  #footer .contents .company dl {
    display: table;
    margin: 0 auto;
  }

  #footer .contents .company dd {
    font-size: .8rem;
    line-height: 1.4em;
  }

  #f_navi {
    padding: 1vw;
  }

  #f_navi .menu {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  #f_navi .menu li {
    width: 48%;
    margin: 1vw 0;
  }

  #f_navi .menu li:nth-child(n+1):last-child {
    width: 98%;
  }

  #f_navi .menu a {
    display: block;
    height: auto;
    padding: .3em;
    border: 1px solid rgba(255, 255, 255, .6);
    text-align: center;
  }
}


/* search_box */
/*---------------------------------*/
#search_open {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #F3C224;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25em;
  cursor: pointer;
}

#search_open.fixed {
  position: fixed;
  z-index: 200;
}

#search_open br {
  display: none;
}

#search_box {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 300;
  width: 300px;
  height: 100%;
  background: #AF1E23 url(../img/note_api.svg) no-repeat right 10px bottom 10px / 147px auto;
  overflow: hidden;
  color: #fff;
  transition: transform .35s ease-in-out;
}

#search_box .search_close {
  width: 25px;
  margin: 10px;
  cursor: pointer;
}

#search_box form {
  height: calc(100% - 86px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #333;
  padding: 20px 0;
  box-sizing: border-box;
}

#search_box select {
  height: 30px;
  padding: 0 .5em;
  border: 1px solid #999;
  border-radius: 3px;
}

#search_box dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 10px;
}

#search_box dt {
  width: 70px;
}

#search_box dd {
  width: calc(100% - 70px);
}

#search_box .state {
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

#search_box .state dt {
  width: 115px;
}

#search_box .state dd {
  width: calc(100% - 115px);
}

#search_box .point dt,
#search_box .point dd {
  width: 100%;
}

#search_box .point dt {
  margin-bottom: 5px;
}

#search_box .point dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search_box .point label {
  width: 32%;
}

#search_box .point label:nth-child(3n+2):last-child {
  margin-right: auto;
  margin-left: 2%;
}

#search_box .point label input,
#search_station label input {
  -webkit-appearance: none;
  display: none;
}

#search_box .point label,
#search_station label span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4em;
  background-color: #78848F;
  margin-bottom: 3px;
  padding: 0 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 11px;
  text-align: center;
  line-height: 1.3em;
  transition: background .3s, color .3s;
}

#search_box .point label.on,
#search_station label input:checked + span {
  background-color: #fff;
  color: #ff8eaa;
}

#search_station {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

#search_station label {
  width: 49%;
}

#search_station label:last-child span {
  margin-bottom: 10px;
}

#search_box .submit {
  padding: 0 10px;
}

#search_box .submit input[type=submit] {
  width: 100%;
  background-color: #25B3B0;
  padding: .5em;
  border: 3px solid #66CAC8;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

#search_box .submit .tail {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

/* nav open */
body.open #search_box  {
  transform: translate3d(-300px,0,0);
}

@media screen and (max-width: 640px) {
  #search_open {
    right: 1.5vw;
    bottom: 0;
    width: 18.75vw;
    height: 18.75vw;
    margin: auto;
    font-size: .8rem;
    transition: .5s ease-in-out;
  }

  #search_open.fixed {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 14vw;
    font-size: .93rem;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, .5);
  }

  #search_open br {
    display: inline;
  }
}



/* overlay */
/*---------------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: .35s ease-in-out;
}

/* nav open */
body.open {
  overflow: hidden;
}

body.open #overlay {
  z-index: 200;
  opacity: .6;
}



/* page_top */
/*---------------------------------*/
#page_top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 90;
}

#page_top a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #333;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  text-indent: -200px;
  transition: .3s;
}

#page_top a:hover {
  background: #BA9F7D;
}

#page_top a:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-left: 1px solid rgba(255, 255, 255, .8);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* login */
/*---------------------------------*/
#login_screen {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10rem;
}

#login_screen .message {
  margin: 1rem 0;
  text-align: center;
}

#login_screen .message .btn {
  display: inline-block;
  background-color: #A68844;
  margin-bottom: .5rem;
  padding: .7rem 2rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.2em;
  white-space: nowrap;
  transition: opacity .2s;
}

#login_screen .message .btn:hover {
  opacity: .8;
}

#login_screen form {
  width: 90%;
  max-width: 400px;
}

#login_form {
  display: block;
  background-color: #F2F2F2;
  margin: 1rem 0;
  padding: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

#login_form dl {
  margin-bottom: 1.5rem;
}

#login_form dt {
  margin-bottom: .2rem;
  font-size: 1.06rem;
}

#login_form .btn_area {
  text-align: center;
}

#login_form .btn {
  display: inline-block;
  background-color: #25B3B0;
  padding: .7rem 2rem;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.2em;
  white-space: nowrap;
  transition: background .3s;
}

#login_form .btn:hover {
  background-color: #F3C224;
}

#login_form .pw_retake {
  margin-top: 1rem;
  font-size: .93rem;
  line-height: 1.45em;
  text-align: center;
}

#login_form .pw_retake p {
  margin-bottom: .5rem;
  text-align: left;
}

#login_form .error {
  color: #AE4C4C;
}

#login_form input[type="text"],
#login_form input[type="password"] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3em;
  padding: .5em;
  border: 1px solid #4D4D4D;
}

/*--------------*/
.common_section.apply_section .section_body .term_box {
  background-color: #F2F2F2;
  margin: 2rem 0;
  padding: 1.5rem;
  border: 4px solid #AE4C4C;
}

.common_section.apply_section .section_body .term_box.message {
  border-color: #2C3E50;
}

.common_section.apply_section .section_body .term_box .text .list {
  margin-top: 1rem;
  font-weight: 700;
}

.common_section.apply_section .section_body .term_box .text .center {
  text-align: center;
}





/* 臨時 */
@media screen and (max-width: 640px) {

  /*汎用*/
  /*---------------------------------*/
  #basic_center {
    margin: 10px 10px 0 !important;
  }


  /*---------------------------------*/
  p.message {
    width: 100% !important;
  }

  /*---------------------------------*/
  /*box*/
  .box_style,
  .box_style0,
  .box_style1,
  .box_style2,
  .box_style3,
  .box_style4,
  .box_style5 {
    padding: 10px !important;
  }

  .box_w700,
  .box_w600,
  .box_w400 {
    width: 100% !important;
  }

  /*---------------------------------*/
  /*form*/
  form.basic_style dt {
    width: 40% !important;
    font-size: .93rem !important;
  }

  form.basic_style dd {
    padding-left: 43% !important;
  }
}

