@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

header .notice {
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 1000;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  background: #5cb026;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 532px) {
  header .notice {
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding: 3px 5px;
  }
}

header .header-onImg {
  background: url(../images/top_bg.jpg) no-repeat center top;
  background-size: cover;
  position: fixed;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 532px) {
  header .header-onImg {
    height: 75%;
  }
}

header .header-onImg .header_center {
  background: rgba(0, 0, 0, 0.38);
  text-align: center;
  position: absolute;
  color: #F5F7FA;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

header .header-onImg .header_center .header_middle {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 19%;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center .header_middle {
    top: 18%;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center .header_middle {
    top: 18%;
  }
}

header .header-onImg .header_center h1 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center h1 {
    font-size: .9rem;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center h1 {
    font-size: .8rem;
  }
}

header .header-onImg .header_center h1 span {
  display: block;
  font-size: 5.44rem;
  font-weight: 800;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center h1 span {
    font-size: 4rem;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center h1 span {
    font-size: 3rem;
  }
}

header .header-onImg .header_center .namFacility {
  font-size: 5.44rem;
  margin-top: -30px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center .namFacility {
    font-size: 4rem;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center .namFacility {
    font-size: 3rem;
  }
}

header .header-onImg .header_center .rub {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 5px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center .rub {
    font-size: .8rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center .rub {
    font-size: .7rem;
    margin-bottom: 15px;
  }
}

header .header-onImg .header_center .rub .rub_seiran {
  display: inline-block;
  margin-right: 150px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center .rub .rub_seiran {
    padding-right: 40px;
    margin-right: 70px;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center .rub .rub_seiran {
    padding-right: 5px;
    margin-right: 68px;
    margin-left: -10px;
  }
}

header .header-onImg .header_center .plan {
  width: 320px;
  height: 45px;
  line-height: 43px;
  font-size: 1.78rem;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  margin: 0 auto;
  margin-top: -5px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center .plan {
    width: 230px;
    height: 32px;
    line-height: 31px;
    font-size: 1.2rem;
    margin-top: -10px;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center .plan {
    width: 180px;
    height: 26px;
    line-height: 25px;
    font-size: 1rem;
    margin-top: -10px;
  }
}

header .header-onImg .header_center .sub {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: .3rem;
  padding-top: 10px;
  margin-bottom: 50px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  header .header-onImg .header_center .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .15rem;
    padding-top: 8px;
  }
}

@media (max-width: 532px) {
  header .header-onImg .header_center .sub {
    font-size: 1rem;
    line-height: 1.2rem;
    padding-top: 5px;
    letter-spacing: .2rem;
  }
}

.overlay {
  background: #fff;
  position: relative;
  height: 100%;
  top: 100%;
  z-index: 100;
}

@media (max-width: 532px) {
  .overlay {
    top: 75%;
  }
}

.overlay2 {
  background: #fff;
  position: relative;
  height: auto;
  top: -54px;
  z-index: 200;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .overlay2 {
    top: -54px;
  }
}

@media (max-width: 532px) {
  .overlay2 {
    top: -50px;
  }
}

.g-nav {
  position: relative;
  width: 100%;
  height: 54px;
  top: -54px;
  background: #fff;
  border-top: 3px solid #050000;
  border-bottom: 3px solid #050000;
}

@media (max-width: 532px) {
  .g-nav {
    height: 120px;
    border-bottom: none;
  }
}

.g-nav nav {
  height: 100%;
}

.g-nav ul {
  display: table;
  height: 100%;
  table-layout: fixed;
  margin: 0 auto;
}

@media (max-width: 532px) {
  .g-nav ul {
    width: 100%;
    height: 40px;
  }
}

.g-nav ul .nav_item {
  height: 40px;
  overflow: hidden;
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .g-nav ul .nav_item {
    padding: 0 7px;
  }
}

@media (max-width: 532px) {
  .g-nav ul .nav_item {
    padding: 0;
  }
}

@media (max-width: 532px) {
  .g-nav ul .nav_item {
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ebebeb), color-stop(0.5, #dbdbdb), to(#b5b5b5));
    border-radius: 2px;
    border: 1px solid #949494;
  }
}

.g-nav ul .nav_item a {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-family: Arial, Roboto, “Droid Sans”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
}

.g-nav ul .nav_item a:hover {
  color: #E29C00;
  text-decoration: underline;
}

@media (min-width: 769px) and (max-width: 990px) {
  .g-nav ul .nav_item a {
    font-size: 1rem;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .g-nav ul .nav_item a {
    font-size: .9rem;
  }
}

@media (max-width: 532px) {
  .g-nav ul .nav_item a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
  }
}

@media (max-width: 532px) {
  .g-nav .last-ul {
    border-bottom: 3px solid #050000;
  }
}

@media (max-width: 533px) {
  .g-nav .lg-md {
    display: none;
  }
}

@media (min-width: 532px) {
  .g-nav .sm {
    display: none;
  }
}

main {
  overflow: hidden;
}

.sec-request {
  max-width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

@media (max-width: 532px) {
  .sec-request {
    margin-bottom: 50px;
  }
}

.sec-request h2 {
  position: relative;
  width: 100%;
  height: 64.5px;
  line-height: 64.5px;
  font-size: 1.56rem;
  font-weight: 400;
  background-color: #d9bd7f;
  color: #fff;
  text-align: center;
}

.sec-request h2:before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 47%;
  border: 30px solid transparent;
  border-top: 30px solid #d9bd7f;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request h2 {
    font-size: 1.3rem;
    height: 50px;
    line-height: 50px;
  }
  .sec-request h2:before {
    right: 42%;
  }
}

@media (max-width: 532px) {
  .sec-request h2 {
    font-size: .95rem;
    height: 40px;
    line-height: 40px;
  }
  .sec-request h2:before {
    bottom: -30px;
    right: 44%;
    border: 15px solid transparent;
    border-top: 15px solid #d9bd7f;
  }
}

@media (max-width: 350px) {
  .sec-request h2 {
    font-size: .75rem;
    white-space: nowrap;
  }
}

.sec-request .request_bg {
  background: url(../images/request_bg-min.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 487px;
  overflow: hidden;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_bg {
    height: 435px;
  }
}

@media (max-width: 532px) {
  .sec-request .request_bg {
    height: 390px;
  }
}

@media (max-width: 415px) {
  .sec-request .request_bg {
    height: 360px;
  }
}

@media (max-width: 340px) {
  .sec-request .request_bg {
    height: 390px;
  }
}

.sec-request .request_bg .request_desc {
  width: 500px;
  margin: 50px auto;
  border: 2px solid #fff;
  border-radius: 8px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_bg .request_desc {
    width: 450px;
  }
}

@media (max-width: 532px) {
  .sec-request .request_bg .request_desc {
    max-width: 380px;
  }
}

@media (max-width: 415px) {
  .sec-request .request_bg .request_desc {
    max-width: 315px;
  }
}

@media (max-width: 350px) {
  .sec-request .request_bg .request_desc {
    max-width: 280px;
    margin-top: 20px;
    padding-left: 15px;
  }
}

.sec-request .request_bg .request_desc ul {
  width: 480px;
  margin: 10px auto 10px;
  padding-left: 35px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_bg .request_desc ul {
    max-width: 400px;
    padding-left: 25px;
  }
}

@media (max-width: 532px) {
  .sec-request .request_bg .request_desc ul {
    max-width: 380px;
  }
}

@media (max-width: 415px) {
  .sec-request .request_bg .request_desc ul {
    max-width: 315px;
    padding-left: 25px;
  }
}

@media (max-width: 350px) {
  .sec-request .request_bg .request_desc ul {
    max-width: 250px;
    padding-left: 1px;
  }
}

.sec-request .request_bg .request_desc ul li {
  font-size: 1.25rem;
  color: #241d1b;
  white-space: nowrap;
  margin-bottom: 8px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_bg .request_desc ul li {
    font-size: 1.1rem;
  }
}

@media (max-width: 532px) {
  .sec-request .request_bg .request_desc ul li {
    font-size: .95rem;
  }
}

@media (max-width: 415px) {
  .sec-request .request_bg .request_desc ul li {
    font-size: .8rem;
  }
}

@media (max-width: 350px) {
  .sec-request .request_bg .request_desc ul li {
    font-size: .75rem;
    white-space: normal;
  }
}

.sec-request .request_concept {
  background: #d9bd7f;
  padding-bottom: 40px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_concept {
    padding-bottom: 30px;
  }
}

@media (max-width: 532px) {
  .sec-request .request_concept {
    padding-bottom: 25px;
  }
}

@media (max-width: 440px) {
  .sec-request .request_concept {
    padding-bottom: 20px;
  }
}

@media (max-width: 360px) {
  .sec-request .request_concept {
    padding-bottom: 15px;
  }
}

.sec-request .request_concept p {
  font-size: 1.25rem;
  line-height: 2.4rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding-top: 35px;
}

@media (max-width: 910px) {
  .sec-request .request_concept p {
    font-size: 1rem;
  }
}

@media (max-width: 770px) {
  .sec-request .request_concept p {
    display: none;
  }
}

.sec-request .request_concept p .txt-strong {
  font-size: 1.43rem;
}

@media (max-width: 910px) {
  .sec-request .request_concept p .txt-strong {
    font-size: 1.2rem;
  }
}

@media (max-width: 532px) {
  .sec-request .request_concept p .txt-strong {
    font-size: 1rem;
  }
}

.sec-request .request_concept p rp {
  font-size: .7rem;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_concept p rp {
    font-size: .6rem;
  }
}

.sec-request .request_concept p rt {
  font-size: .7rem;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_concept p rt {
    font-size: .6rem;
  }
}

.sec-request .request_concept .md {
  display: none;
  white-space: normal;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_concept .md {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 28px;
  }
}

@media (max-width: 532px) {
  .sec-request .request_concept .md {
    display: block;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 20px 8px;
  }
}

@media (max-width: 440px) {
  .sec-request .request_concept .md {
    padding-bottom: 10px;
  }
}

@media (max-width: 310px) {
  .sec-request .request_concept .md {
    padding-bottom: 3px;
  }
}

.sec-request .request_concept ul {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_concept ul {
    padding-top: 20px;
  }
}

@media (max-width: 532px) {
  .sec-request .request_concept ul {
    max-width: 400px;
    padding-top: 0;
  }
}

.sec-request .request_concept ul li {
  display: inline-block;
  width: 137px;
  height: 137px;
  line-height: 137px;
  font-size: 4.5rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-request .request_concept ul li {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 4rem;
  }
}

@media (max-width: 532px) {
  .sec-request .request_concept ul li {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 3rem;
  }
}

@media (max-width: 320px) {
  .sec-request .request_concept ul li {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 2.5rem;
  }
}

.sec-request .request_concept ul li:nth-of-type(1) {
  color: #36519b;
  margin-right: 24.5px;
}

@media (max-width: 440px) {
  .sec-request .request_concept ul li:nth-of-type(1) {
    margin-right: 5px;
  }
}

.sec-request .request_concept ul li:nth-of-type(2) {
  color: #c4241e;
  margin-right: 24.5px;
}

@media (max-width: 440px) {
  .sec-request .request_concept ul li:nth-of-type(2) {
    margin-right: 5px;
  }
}

.sec-request .request_concept ul li:nth-of-type(3) {
  color: #599644;
}

.sec-service {
  margin-bottom: 100px;
}

@media (max-width: 532px) {
  .sec-service {
    margin-bottom: 50px;
  }
}

.sec-service p {
  max-width: 772px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 0 auto 30px;
  color: #767676;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-service p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding: 0 8px;
  }
}

@media (max-width: 532px) {
  .sec-service p {
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 0 8px;
  }
}

.sec-service p rp {
  font-size: .7rem;
}

.sec-service p rt {
  font-size: .7rem;
}

.sec-service p .txt-bold {
  color: #000000;
}

.sec-service p .txt-blue {
  color: #36519b;
}

.sec-service p .txt-red {
  color: #c4241e;
}

.sec-service p .txt-green {
  color: #599644;
}

.sec-service p .between {
  letter-spacing: -15px;
}

.sec-service dl {
  max-width: 770px;
  font-size: 1.125rem;
  margin: 0 auto 30px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-service dl {
    font-size: 1rem;
    padding: 0 8px;
  }
}

@media (max-width: 532px) {
  .sec-service dl {
    font-size: .9rem;
    padding: 0 8px;
  }
}

.sec-service dl dt {
  color: #000000;
}

.sec-service dl dd {
  color: #666666;
}

.sec-service .service-ditail img {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.sec-service .service-ditail img:nth-of-type(3) {
  margin-bottom: 0;
}

.sec-requirement {
  max-width: 470px;
  margin: 0 auto 100px;
}

.sec-requirement ul li {
  font-size: 1.5rem;
  color: #848484;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-requirement ul li {
    font-size: 1.2rem;
  }
}

@media (max-width: 532px) {
  .sec-requirement ul li {
    font-size: 1rem;
    margin-left: 25px;
  }
}

.sec-facilityInfo {
  text-align: center;
  margin-bottom: 100px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-facilityInfo {
    padding: 0 8px;
  }
}

@media (max-width: 532px) {
  .sec-facilityInfo {
    padding: 0 8px;
  }
}

.sec-facilityInfo .firstFloor {
  width: 67.5px;
  height: 34px;
  line-height: 34px;
  font-size: 1.5rem;
  background: #878787;
  border-radius: 5px;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-facilityInfo .firstFloor {
    width: 50px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
  }
}

@media (max-width: 532px) {
  .sec-facilityInfo .firstFloor {
    width: 50px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
  }
}

.sec-facilityInfo .secondFloor {
  width: 126px;
  height: 34px;
  line-height: 34px;
  font-size: 1.5rem;
  background: #878787;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-facilityInfo .secondFloor {
    width: 95px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
  }
}

@media (max-width: 532px) {
  .sec-facilityInfo .secondFloor {
    width: 95px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
  }
}

.sec-facilityInfo img {
  width: 100%;
  max-width: 960px;
}

.sec-facilityInfo .img-first {
  margin-bottom: 50px;
}

.sec-access {
  margin-bottom: 100px;
}

@media (max-width: 532px) {
  .sec-access {
    margin-bottom: 50px;
  }
}

.sec-access .access_map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-access .access_map {
    height: 300px;
    margin-bottom: 25px;
  }
}

@media (max-width: 532px) {
  .sec-access .access_map {
    height: 200px;
    margin-bottom: 20px;
  }
}

.sec-access .access_desc {
  max-width: 660px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.125rem;
  color: #666666;
}

.sec-access .access_desc ul {
  float: left;
  width: 328px;
  padding-left: 30px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-access .access_desc ul {
    float: none;
    margin: 0 auto;
    padding-left: 30px;
  }
}

@media (max-width: 532px) {
  .sec-access .access_desc ul {
    float: none;
    margin: 0 auto;
    padding-left: 20px;
  }
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-access .access_desc ul:nth-of-type(1) {
    margin-bottom: 25px;
  }
}

@media (max-width: 532px) {
  .sec-access .access_desc ul:nth-of-type(1) {
    margin-bottom: 25px;
  }
}

.sec-access .access_desc ul li {
  margin-left: 25px;
}

.sec-access .access_desc ul li:nth-of-type(1) {
  list-style-type: none;
  margin-left: 0px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-access .access_desc ul li {
    font-size: 1rem;
    padding: 0 8px;
  }
}

@media (max-width: 532px) {
  .sec-access .access_desc ul li {
    font-size: .9rem;
    padding: 0 8px;
  }
}

.sec-contact {
  margin-bottom: 100px;
}

@media (max-width: 532px) {
  .sec-contact {
    margin-bottom: 50px;
  }
}

.sec-contact p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #848484;
  max-width: 530px;
  margin: 0 auto;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-contact p {
    max-width: 445px;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 8px;
  }
}

@media (max-width: 532px) {
  .sec-contact p {
    max-width: 370px;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 0 8px;
  }
}

.sec-recruit {
  margin-bottom: 0 auto;
}

.sec-recruit .recruit_head {
  max-width: 570px;
  font-size: 1.5rem;
  margin: 0 auto 15px;
  color: #666666;
}

@media (max-width: 532px) {
  .sec-recruit .recruit_head {
    font-size: 1.2rem;
  }
}

.sec-recruit .recruit-wrap {
  max-width: 580px;
  margin: 0 auto 100px;
  padding: 0 5px;
}

@media (max-width: 532px) {
  .sec-recruit .recruit-wrap {
    margin-bottom: 50px;
  }
}

.sec-recruit table {
  max-width: 570px;
  font-size: 1.125rem;
  margin: 0 auto;
  color: #666666;
}

@media (max-width: 532px) {
  .sec-recruit table {
    font-size: 1rem;
  }
}

.sec-recruit table caption {
  text-align: left;
}

.sec-recruit table tr {
  max-width: 570px;
  border: 1px solid #878787;
}

.sec-recruit table tr th {
  width: 120px;
  background: #fcf0d9;
  padding: 5px 0;
  border-right: 1px solid #878787;
  color: #666666;
  font-weight: normal;
}

@media (max-width: 532px) {
  .sec-recruit table tr th {
    font-size: .8rem;
  }
}

.sec-recruit table tr td {
  width: 450px;
  padding: 5px;
  color: #878787;
}

@media (max-width: 532px) {
  .sec-recruit table tr td {
    font-size: .8rem;
  }
}

.sec-recruit .table-bottom {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.sec-recruit .table-bottom a {
  color: #666666;
  padding-right: 10px;
  font-size: 1rem;
  text-decoration: underline;
}

.sec-recruit .table-bottom a:hover {
  color: #003AE2;
}

@media (max-width: 532px) {
  .sec-recruit .table-bottom a {
    font-size: .85rem;
  }
}

.sec-recruit .recruit_contact {
  max-width: 580px;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #878787;
  text-align: center;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-recruit .recruit_contact {
    max-width: 580px;
    font-size: 1.1rem;
    white-space: nowrap;
  }
}

@media (max-width: 532px) {
  .sec-recruit .recruit_contact {
    font-size: 1rem;
  }
}

.sec-relatedFacility {
  max-width: 645px;
  margin: 0 auto 100px;
}

@media (max-width: 532px) {
  .sec-relatedFacility {
    margin-bottom: 50px;
  }
}

.sec-relatedFacility img {
  float: left;
  width: 100%;
  max-width: 350px;
  margin-right: 34px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-relatedFacility img {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 532px) {
  .sec-relatedFacility img {
    float: none;
    margin: 0 auto;
  }
}

.sec-relatedFacility .facility-info {
  float: left;
  width: 260px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-relatedFacility .facility-info {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 532px) {
  .sec-relatedFacility .facility-info {
    float: none;
    margin: 0 auto;
  }
}

.sec-relatedFacility p {
  font-size: .8rem;
  color: #666666;
}

.sec-relatedFacility a {
  color: #666666;
  text-decoration: underline;
}

.sec-relatedFacility a:hover {
  color: #0641FF;
}

.sec-relatedFacility .seiran-hospital {
  overflow: hidden;
  margin-bottom: 50px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-relatedFacility .seiran-hospital {
    text-align: center;
  }
}

@media (max-width: 532px) {
  .sec-relatedFacility .seiran-hospital {
    text-align: center;
  }
}

.sec-relatedFacility .seiran-hospital .info_nam-sm {
  font-size: .75rem;
  margin-bottom: -5px;
  color: #355090;
}

.sec-relatedFacility .seiran-hospital .info_nam {
  font-size: 1.625rem;
  color: #355090;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-relatedFacility .seiran-hospital .info_nam {
    text-align: center;
  }
}

.sec-relatedFacility .seiran-hospital .between {
  margin-bottom: 10px;
}

.sec-relatedFacility .pureness-ai {
  overflow: hidden;
  margin-bottom: 50px;
}

@media (min-width: 533px) and (max-width: 1000px) {
  .sec-relatedFacility .pureness-ai {
    text-align: center;
  }
}

@media (max-width: 532px) {
  .sec-relatedFacility .pureness-ai {
    text-align: center;
  }
}

.sec-relatedFacility .pureness-ai .info_nam-sm {
  font-size: .75rem;
  margin-bottom: -2px;
  color: #ad2d74;
}

.sec-relatedFacility .pureness-ai .info_nam {
  font-size: 1.625rem;
  color: #ad2d74;
}

.sec-relatedFacility .partner {
  font-size: 1.5rem;
  text-align: center;
}

.heading1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #d9bd7f;
  text-align: center;
}

@media (max-width: 532px) {
  .heading1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

footer {
  width: 100%;
  height: 100%;
  background: #d9bd7f;
  text-align: center;
}

footer .footermenu {
  padding-top: 30px;
}

footer .footermenu li {
  line-height: 25px;
}

footer .footermenu li a {
  font-family: Arial, Roboto, “Droid Sans”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: underline;
}

footer .footermenu li a:hover {
  color: #FA3333;
}

@media (min-width: 640px) {
  footer .footermenu ul {
    display: inline-block;
    text-align: center;
    overflow: hidden;
  }
  footer .footermenu ul li {
    display: block;
    float: left;
    margin-right: 20px;
  }
  footer .footermenu ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 639px) {
  footer .footermenu li {
    padding-bottom: 10px;
  }
}

footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

footer .copyright small {
  font-size: 1rem;
}

/* go to top */
#gototop {
  z-index: 20000;
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#gototop a {
  display: block;
  width: 4rem;
  height: 3rem;
  line-height: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #FFD57C;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 15px;
}

#gototop a:hover {
  background-color: #FFE1A2;
}
