@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  position: relative;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.025em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  text-autospace: normal;
}

/* メインカラー */
/* テキストカラー */
/* サブカラー */
/* ポイントカラー */
/* ロゴカラー */
/* フォントカラー */
.red {
  color: #c2191f;
}

.orange {
  color: #ef801c;
}

.bold {
  font-weight: 700;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.pointcolor {
  color: #e39716;
}

.subcolor {
  color: #5dbccd;
}

* {
  box-sizing: border-box;
}

/* -----------------------------------------------------------
mixin
----------------------------------------------------------- */
/* flexベンダープレフィックス */
/* プレフィックス */
@media print, screen and (min-width: 1000px) {
  .anchorPoint {
    margin-top: -152px !important;
    padding-top: 152px !important;
  }
  header {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    margin: 0 auto 100px;
    padding: 0 30px;
  }
  header .header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
    padding: 10px 50px 0;
    position: relative;
  }
}
@media print and (min-width: 1000px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
  header .header_area {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  header .header_area h1 {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
}
@media print and (min-width: 1000px) and (max-width: 1600px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1600px) {
  header .header_area h1 {
    width: 50vw;
  }
}
@media print, screen and (min-width: 1000px) {
  header .header_area h1 a {
    color: #154a6d;
  }
  header .header_area h1 a span {
    font-size: 16px;
  }
  header .header_area h1 img {
    width: 100%;
    height: auto;
  }
  header .header_area .header_access {
    margin: 0;
    padding: 20px 0 0 20px;
    display: flex;
    align-items: center;
  }
  header .header_area .header_access:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../images/header_access_.png);
    background-size: contain;
    margin-right: 15px;
    background-repeat: no-repeat;
  }
  header .header_area .header_access h2 {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #333;
    font-weight: 600;
  }
  header .header_area .header_access h2 span.mk {
    font-weight: 600;
    font-size: 22px;
    text-indent: -0.6em;
    display: block;
    color: #154a6d;
  }
}
@media print and (min-width: 1101px) and (max-width: 1200px), screen and (min-width: 1000px) and (min-width: 1101px) and (max-width: 1200px) {
  header .header_area .header_access h2 span.mk {
    font-size: 20px;
  }
}
@media print and (min-width: 1000px) and (max-width: 1100px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1100px) {
  header .header_area .header_access h2 span.mk {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1000px) {
  header .header_area .header_access h2 span.mk .indent {
    margin-left: -7px;
  }
  header .header_area .header_access h2 span.toho {
    font-weight: 600;
    display: block;
    font-size: 22px;
    margin: 0 0 2px;
    color: #154a6d;
  }
}
@media print and (min-width: 1000px) and (max-width: 1200px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1200px) {
  header .header_area .header_access h2 span.toho {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1000px) {
  header .header_area .header_access h2 span.kita {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 3px;
  }
  header .mv {
    background: url("../images/mv_.jpg") center left no-repeat;
    max-width: 1500px;
    width: 100%;
    height: 0;
    min-height: 650px;
    padding-top: 50%;
    background-size: cover;
    position: relative;
    /* eachが使える */
    border-radius: 20px;
  }
  header .mv .newOpen {
    position: absolute;
    bottom: 40px;
    left: -20px;
    font-weight: 350;
  }
  header .mv .newOpen dt {
    font-size: 70px;
    z-index: 2;
    display: inline-block;
    color: #154a6d;
    margin: 0 0 10px;
  }
  header .mv .newOpen dd {
    font-size: 40px;
    margin: 0 0 20px;
    padding: 7px 10px 9px 4px;
    letter-spacing: 0.05em;
    display: inline-block;
    background: #fff;
    line-height: 40px;
    font-weight: 500;
  }
  header .mv .newOpen dd span.nite {
    font-size: 60%;
    margin-left: 5px;
  }
  header .mv .newOpen dd span.when {
    font-size: 60%;
    color: #5dbccd;
  }
  header .mv .newOpen dd span.year {
    font-size: 60%;
    font-weight: 500;
    margin: 0 5px;
    color: #154a6d;
  }
  header .mv .newOpen dd span.number {
    font-size: 40px;
    font-weight: 500;
    margin: 0 5px;
    color: #154a6d;
  }
  header .mv .newOpen dd span.week {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background: #e39716;
    text-align: center;
    line-height: 40px;
    margin: 0 10px 0 5px;
    padding: 0 0 5px 2px;
    transform: translateY(-5px);
  }
  header .mv .newOpen dd span.small {
    font-size: 60%;
    margin-left: -10px;
  }
  header .mv .newOpen dd span.open {
    color: #154a6d;
    font-weight: 500;
  }
  header .mv .newOpen dd h2 {
    font-size: 40px;
    font-weight: 500;
  }
  header .mv .preOpen {
    background: #5dbccd;
    color: #fff;
    /* eachが使える */
    border-radius: 100%;
    width: 180px;
    height: 180px;
    text-align: center;
    padding: 30px 0 0;
    position: absolute;
    right: 20px;
    bottom: -30px;
  }
  header .mv .preOpen h3 {
    font-size: 22px;
    margin: 0 0 5px;
  }
  header .mv .preOpen span.lSize {
    font-size: 32px;
    margin: 0 5px;
  }
  header .mv .preOpen span.week {
    background: #fff;
    font-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 2px 0 0;
    margin: 0 0 0 5px;
    color: #5dbccd;
    /* eachが使える */
    border-radius: 100%;
    font-weight: bold;
    transform: translateY(-3px);
  }
  header .mv .preOpen .yotei {
    font-size: 14px;
  }
  section {
    height: auto;
    margin: 0 auto;
  }
  main {
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  main h3 {
    font-size: 34px;
  }
  main h4 {
    font-size: 26px;
    margin: 0 0 10px 0;
    font-weight: 500;
  }
  .doctor_box {
    padding: 0 0 80px;
    /* ごあいさつ */
  }
  .doctor_box .doctor_inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .doctor_box .doctor_inner h3 {
    font-weight: 400;
    position: relative;
    font-size: 70px;
    color: #154a6d;
    letter-spacing: 0.05em;
    margin: 0 auto 30px;
  }
  .doctor_box .doctor_inner h3 span {
    display: block;
    font-size: 24px;
    width: 140px;
    font-weight: 500;
    margin: 20px 0 0 10px;
    padding: 5px 0 7px;
    color: #154a6d;
  }
  .doctor_box .doctor_inner .greeting_box {
    width: 100%;
    margin: 0 0 50px;
  }
  .doctor_box .doctor_inner .greeting_box figure {
    float: right;
    margin-left: 30px;
  }
  .doctor_box .doctor_inner .greeting_box p {
    font-size: 17px;
    line-height: 180%;
    margin: 0 0 20px 0;
    text-indent: 1em;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName {
    text-align: right;
    margin: 40px 0 60px;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName rt {
    font-size: 12px;
    display: ruby-text;
    text-indent: 0px;
    line-height: normal;
    -webkit-text-emphasis: none;
            text-emphasis: none;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName rb {
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    font-weight: 500;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName ruby {
    font-size: 30px;
    margin: 10px 0 0;
  }
  .doctor_box .doctor_inner .greeting_box .doctor {
    text-align: right;
    margin: 0 0 40px 30px;
    font-size: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .doctor_box .doctor_inner .greeting_box .doctor figure {
    margin: 0 0 15px;
  }
  .doctor_box .doctor_inner .greeting_box .doctor figure img {
    width: 100%;
    height: auto;
  }
  .doctor_box .doctor_inner .historyFlex {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .doctor_box .doctor_inner .historyFlex div {
    border: dashed 1px #ccc;
    /* eachが使える */
    border-radius: 10px;
    padding: 30px;
  }
  .doctor_box .doctor_inner .historyFlex div h4 {
    font-size: 26px;
    font-weight: 500;
    padding: 0;
    color: #154a6d;
  }
  .doctor_box .doctor_inner .historyFlex .history {
    width: 55%;
  }
}
@media print and (min-width: 1000px) and (max-width: 1130px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1130px) {
  .doctor_box .doctor_inner .historyFlex .history {
    width: 62%;
  }
}
@media print, screen and (min-width: 1000px) {
  .doctor_box .doctor_inner .historyFlex .history dl {
    display: flex;
    margin: 0;
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .doctor_box .doctor_inner .historyFlex .history dl:last-of-type {
    margin: 0;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .doctor_box .doctor_inner .historyFlex .history dl dt {
    width: 120px;
  }
  .doctor_box .doctor_inner .historyFlex .history dl dd {
    width: calc(100% - 120px);
  }
  .doctor_box .doctor_inner .historyFlex .history dl dd span.indent {
    text-indent: 8.5em;
    display: block;
  }
  .doctor_box .doctor_inner .historyFlex .qualification {
    width: 42%;
  }
}
@media print and (min-width: 1000px) and (max-width: 1130px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1130px) {
  .doctor_box .doctor_inner .historyFlex .qualification {
    width: 35%;
  }
}
@media print, screen and (min-width: 1000px) {
  .doctor_box .doctor_inner .historyFlex .qualification ul:first-of-type {
    margin: 0 0 40px;
  }
  .doctor_box .doctor_inner .historyFlex .qualification ul li {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .feature {
    background-color: #e8eef4;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 100px;
    padding: 70px 0 80px;
    position: relative;
  }
  .feature .feature_head {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    text-align: left;
  }
  .feature .feature_head h3 {
    width: 360px;
    font-weight: 400;
    position: relative;
    font-size: 80px;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 0 20px -5px;
    color: #154a6d;
  }
  .feature .feature_head h3 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 5px 0 7px 5px;
    color: #154a6d;
  }
  .feature .feature_head p {
    margin: 0 0 60px;
  }
  .feature ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
  }
  .feature ul:first-of-type li:nth-of-type(2) {
    margin: 60px 0 0;
  }
  .feature ul li {
    width: calc((100% - 160px) / 3);
    position: relative;
  }
}
@media print and (min-width: 1000px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
  .feature ul li {
    width: calc((100% - 100px) / 3);
  }
}
@media print, screen and (min-width: 1000px) {
  .feature ul li img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 0 20px;
  }
  .feature ul li .number {
    position: absolute;
    top: -30px;
    right: 0;
    font-weight: bold;
    font-size: 60px;
    color: #154a6d;
    font-weight: 500;
    display: none;
  }
  .feature ul li .number span {
    font-size: 16px;
    display: block;
  }
  .feature ul li h4 {
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
  }
}
@media print and (min-width: 1000px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
  .feature ul li h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .feature ul li:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: -10px;
    color: #fff;
    background: #e39716;
    font-size: 36px;
    padding: 20px 0 0;
    box-sizing: border-box;
    font-weight: bold;
    /* eachが使える */
    border-radius: 100%;
  }
  .feature ul li:nth-of-type(1):before {
    content: "01";
  }
  .feature ul li:nth-of-type(2):before {
    content: "02";
  }
  .feature ul li:nth-of-type(3):before {
    content: "03";
  }
  footer {
    width: 100%;
    padding: 0 0 60px;
    /*最下部固定ボタン*/
  }
  footer .clinicSummary {
    margin: 0 auto 50px;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .clinicSummary .list_summary {
    width: calc((100% - 40px) / 2);
  }
  footer .clinicSummary .list_summary ul.list_access {
    margin: 0 0 30px;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(1) {
    margin: 0 0 8px;
  }
}
@media print and (min-width: 1081px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1081px) and (max-width: 1150px) {
  footer .clinicSummary .list_summary ul.list_access li:nth-child(1) {
    font-size: 16px;
  }
}
@media print and (min-width: 1000px) and (max-width: 1080px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1080px) {
  footer .clinicSummary .list_summary ul.list_access li:nth-child(1) {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .clinicSummary .list_summary ul.list_access li:nth-child(2) {
    margin: 0 0 20px;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(2) h2 {
    color: #333;
    font-size: 30px;
    line-height: 1.3;
  }
}
@media print and (min-width: 1000px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
  footer .clinicSummary .list_summary ul.list_access li:nth-child(2) h2 {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .clinicSummary .list_summary ul.list_access li:nth-child(2) span {
    font-size: 18px;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(3) {
    margin: 0 0 10px;
    line-height: 1.8;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(4) {
    margin: 0;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(5) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(5) span.bold {
    color: #154a6d;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(5):before {
    font-family: "Font Awesome 5 Free";
    content: "\f554";
    line-height: 1;
    margin: 0 7px 0 2px;
    font-size: 30px;
    font-weight: bold;
    color: #154a6d;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(6) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(6):before {
    font-family: "Font Awesome 5 Free";
    content: "\f238";
    line-height: 1;
    margin: 0 7px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #5dbccd;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(7) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .clinicSummary .list_summary ul.list_access li:nth-child(7):before {
    font-family: "Font Awesome 5 Free";
    content: "\f238";
    line-height: 1;
    margin: 0 7px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #5dbccd;
  }
  footer .clinicSummary .list_summary ul.list_access .mapBtn {
    background: #154a6d;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    margin: 0 0 20px;
    /* eachが使える */
    border-radius: 20px;
    display: inline-block;
    font-weight: 700;
  }
  footer .clinicSummary .list_summary ul.list_access .mapBtn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
  }
  footer .clinicSummary .list_summary ul.list_access .mapBtn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    line-height: 1;
    margin: 0 0 0 7px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
  }
  footer .clinicSummary .list_summary ul.list_access .mapBtn:hover {
    background: rgb(18.5284615385, 65.2907692308, 96.1715384615);
    color: #fff;
    transition: all 0.3s ease 0s;
  }
  footer .clinicSummary .timeTable {
    width: 100%;
    font-size: 17px;
  }
  footer .clinicSummary .timeTable table {
    width: 100%;
    margin: 20px 0 10px;
    text-align: center;
    border-collapse: collapse;
    /* eachが使える */
    border-radius: 10px;
  }
  footer .clinicSummary .timeTable table thead tr {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    font-weight: 600;
  }
  footer .clinicSummary .timeTable table thead th {
    padding: 10px;
    width: 170px;
  }
}
@media print and (min-width: 1000px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
  footer .clinicSummary .timeTable table thead th {
    width: 150px;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .clinicSummary .timeTable table tbody tr {
    border-bottom: solid 1px #333;
  }
  footer .clinicSummary .timeTable table tbody tr th {
    color: #333;
    font-weight: 400;
  }
}
@media print and (min-width: 1000px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
  footer .clinicSummary .timeTable table tbody tr th {
    width: 150px;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .clinicSummary .timeTable table tbody tr:nth-of-type(1) th {
    text-indent: 0.5em;
  }
  footer .clinicSummary .timeTable table tbody td {
    color: #154a6d;
  }
  footer .clinicSummary .timeTable table tbody td.close {
    color: #333;
  }
  footer .clinicSummary .timeTable table tbody td.sat {
    color: #5dbccd;
  }
  footer .clinicSummary .timeTable table th, footer .clinicSummary .timeTable table td {
    border-collapse: collapse;
    padding: 15px 10px;
  }
  footer .clinicSummary .suplimentFlex {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
  }
  footer .clinicSummary .suplimentFlex li {
    font-size: 17px;
  }
}
@media print and (min-width: 1000px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
  footer .clinicSummary .suplimentFlex li {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .clinicSummary .suplimentFlex .sat {
    color: #5dbccd;
    margin: 0 5px 0 0;
    font-size: 20px;
  }
  footer .googleMap {
    width: calc((100% - 40px) / 2);
    position: relative;
  }
}
@media print and (min-width: 1051px) and (max-width: 1150px), screen and (min-width: 1000px) and (min-width: 1051px) and (max-width: 1150px) {
  footer .googleMap {
    max-width: 560px;
  }
}
@media print and (min-width: 1000px) and (max-width: 1050px), screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1050px) {
  footer .googleMap {
    max-width: 500px;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .googleMap .parking_kanbi {
    margin: 0 0 30px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 20px;
    text-align: center;
    line-height: 1.2;
    /* eachが使える */
    border-radius: 10px;
    background: #6e81bf;
  }
  footer .googleMap iframe {
    width: 100%;
    height: 575px;
    /* eachが使える */
    border-radius: 10px;
  }
  footer .grandeur {
    text-align: center;
    margin: 0 auto 70px;
  }
  footer .grandeur dt {
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 5px;
  }
  footer .grandeur dd a {
    border: none;
    outline: none;
  }
  footer .grandeur dd a img {
    width: 160px;
    height: auto;
  }
  footer #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    z-index: 1;
  }
  footer #pagetop a:before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 50px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    background-image: url("../images/pagetop.png");
    background-size: contain;
    vertical-align: middle;
  }
  footer .footerFix_sp {
    display: none;
  }
  footer .footerFix_pc {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    width: 800px;
    height: 70px;
    display: flex;
    /* eachが使える */
    border-radius: 10px;
    z-index: 2;
  }
  footer .footerFix_pc li {
    display: table;
    line-height: 1;
    width: 25%;
  }
  footer .footerFix_pc li:nth-of-type(-n+3) a {
    border-right: rgb(204.4, 217.6, 230.8) 1px dashed;
  }
  footer .footerFix_pc li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    width: 100%;
    height: 100%;
    background: #e8eef4;
    color: #154a6d;
    box-sizing: border-box;
    border-top: #fff 4px solid;
  }
  footer .footerFix_pc li a:before {
    font-family: "Font Awesome 5 Free";
    margin: 0 10px 0 0;
    font-size: 24px;
    font-weight: bold;
  }
  footer .footerFix_pc li a:hover {
    background: rgb(235.45, 240.55, 245.65);
  }
  footer .footerFix_pc li:nth-of-type(1) a {
    padding: 0;
    border-radius: 10px 0 0 0;
    border-left: #fff 4px solid;
  }
  footer .footerFix_pc li:nth-of-type(1) a:before {
    content: "\f0f0";
  }
  footer .footerFix_pc li:nth-of-type(2) a:before {
    content: "\f0f8";
  }
  footer .footerFix_pc li:nth-of-type(3) a:before {
    content: "\f481";
  }
  footer .footerFix_pc li:nth-of-type(4) a {
    border-radius: 0 10px 0 0;
    border-right: #fff 4px solid;
    background: #154a6d;
    color: #fff;
  }
  footer .footerFix_pc li:nth-of-type(4) a:before {
    content: "\f062";
  }
  .copyright {
    color: #333;
    text-align: center;
    padding: 50px 0;
    font-weight: 500;
  }
  .copyright a {
    color: #333;
  }
  iframe {
    width: 100%;
    height: 500px;
    margin: 0;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 999px) {
  .anchorPoint {
    margin-top: -100px !important;
    padding-top: 100px !important;
  }
  header {
    margin: 0 0 20px;
    padding: 10px 0 0;
    position: relative;
  }
  header .header_area h1 {
    margin: 0 auto 10px;
    width: 90vw;
  }
  header .header_area h1 img {
    width: 100%;
    height: auto;
  }
  header .header_area .header_access {
    margin: 0 -20px 0 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    text-align: center;
    z-index: 2;
  }
  header .header_area .header_access h2 {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #333;
    font-weight: normal;
    margin: 0 auto;
    padding: 0 10px;
    /* eachが使える */
    border-radius: 10px;
    padding: 10px;
  }
  header .header_area .header_access h2 span.mk {
    font-size: 18px;
    margin: 0 0 2px 0;
    font-weight: bold;
    color: #154a6d;
  }
  header .header_area .header_access h2 span.toho {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 2px;
    color: #154a6d;
  }
  header .header_area .header_access h2 span.kita {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 3px;
  }
  header .mv {
    background: url("../images/mv_.jpg") center left -150px no-repeat;
    width: 92%;
    height: 0;
    margin: 0 4% 30px;
    min-height: 400px;
    padding-top: 50%;
    background-size: cover;
    position: relative;
    /* eachが使える */
    border-radius: 10px;
  }
  header .mv .newOpen {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
  }
  header .mv .newOpen dt {
    font-size: 36px;
    z-index: 2;
    font-weight: 400;
    display: inline-block;
    color: #154a6d;
    margin: 0 0 0 3px;
  }
  header .mv .newOpen dd {
    font-size: 18px;
    margin: 0 0 5px;
    padding: 7px 10px 9px 4px;
    display: inline-block;
    background: #fff;
    font-weight: 500;
  }
  header .mv .newOpen dd:nth-of-type(2) {
    padding: 3px 0 0;
  }
  header .mv .newOpen dd:nth-of-type(3) {
    line-height: 1;
  }
  header .mv .newOpen dd h2 {
    font-size: 14px;
    font-weight: 500;
  }
  header .mv .newOpen dd span.when {
    font-size: 14px;
    color: #5dbccd;
  }
  header .mv .newOpen dd span.number {
    font-size: 24px;
    margin: 0 5px;
    color: #154a6d;
    line-height: 1;
  }
  header .mv .newOpen dd span.week {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    background: #e39716;
    text-align: center;
    margin: 0 10px 0 5px;
    padding: 0 0 5px;
    transform: translateY(-2px);
  }
  header .mv .newOpen dd span.small {
    font-size: 60%;
    margin-left: -10px;
  }
  header .mv .newOpen dd span.open {
    color: #154a6d;
  }
  header .mv .preOpen {
    background: #5dbccd;
    color: #fff;
    /* eachが使える */
    border-radius: 100%;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 12px 0 0;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 0;
  }
  header .mv .preOpen h3 {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 1.2;
    letter-spacing: -0.1em;
  }
  header .mv .preOpen p {
    line-height: 1.3;
    font-size: 13px;
  }
  header .mv .preOpen span.year {
    line-height: 1;
  }
  header .mv .preOpen span.lSize {
    font-size: 20px;
    margin: 0 1px;
    font-weight: bold;
  }
  header .mv .preOpen span.week {
    background: #fff;
    font-size: 14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 2px 0 0;
    margin: 0 0 0 5px;
    color: #5dbccd;
    /* eachが使える */
    border-radius: 100%;
    font-weight: bold;
    transform: translateY(-3px);
  }
  header .mv .preOpen span.time {
    line-height: 1;
  }
  header .mv .preOpen .yotei {
    font-size: 13px;
  }
  header .mv .feature {
    margin: 220px auto 0;
    justify-content: space-between;
    display: block;
  }
  header .mv .feature li {
    background: #fff;
    display: block;
    padding: 20px 0 0;
    font-size: 19px;
    font-weight: 600;
    color: #154a6d;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
    text-align: left;
  }
  header .mv .feature li span {
    font-size: 14px;
  }
  main {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  main h3 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 700;
    color: #154a6d;
    letter-spacing: 0.2em;
  }
  main h3 span {
    font-size: 16px;
    letter-spacing: 0;
  }
  main h4 {
    font-size: 26px;
    margin: 0 0 10px 0;
    font-weight: 500;
  }
  section {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .doctor_box {
    padding: 0;
    margin: 80px 0 40px;
    /* ごあいさつ */
  }
  .doctor_box .doctor_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .doctor_box .doctor_inner h3 {
    font-weight: 400;
    position: relative;
    font-size: 40px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #154a6d;
    text-align: center;
    margin: 0 auto 20px;
  }
  .doctor_box .doctor_inner h3 span {
    display: block;
    font-size: 18px;
    width: 110px;
    font-weight: 500;
    margin: 10px auto 0;
    color: #154a6d;
    background: #fcfcfc;
  }
  .doctor_box .doctor_inner .greeting_box {
    width: 100%;
  }
  .doctor_box .doctor_inner .greeting_box p {
    font-size: 17px;
    line-height: 150%;
    margin: 0 0 20px 0;
    text-indent: 1em;
  }
  .doctor_box .doctor_inner .greeting_box figure {
    margin: 0 auto;
    width: 90%;
  }
  .doctor_box .doctor_inner .greeting_box figure img {
    width: 100%;
    height: auto;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName {
    text-align: right;
    margin: 20px 0 30px;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName rt {
    font-size: 12px;
    display: ruby-text;
    text-indent: 0px;
    line-height: normal;
    -webkit-text-emphasis: none;
            text-emphasis: none;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName rb {
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    font-weight: 500;
  }
  .doctor_box .doctor_inner .greeting_box .doctorName ruby {
    font-size: 22px;
    margin: 10px 0 0;
  }
  .doctor_box .doctor_inner .greeting_box .doctor {
    text-align: right;
    margin: 0 0 40px 30px;
    font-size: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .doctor_box .doctor_inner .historyFlex {
    margin: 0;
  }
  .doctor_box .doctor_inner .historyFlex div {
    width: 100%;
    border: dashed 1px #999;
    /* eachが使える */
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 25px 15px 15px;
  }
  .doctor_box .doctor_inner .historyFlex div h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #154a6d;
  }
  .doctor_box .doctor_inner .historyFlex .history dl {
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
  }
  .doctor_box .doctor_inner .historyFlex .history dl:last-of-type {
    margin: 0;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .doctor_box .doctor_inner .historyFlex .history dl dt {
    width: 100%;
    color: #999;
    line-height: 1;
    margin: 0 0 5px;
  }
  .doctor_box .doctor_inner .historyFlex .history dl dd {
    width: 100%;
  }
  .doctor_box .doctor_inner .historyFlex .history dl dt, .doctor_box .doctor_inner .historyFlex .history dl dd {
    font-size: 17px;
  }
  .doctor_box .doctor_inner .historyFlex .qualification ul li {
    font-size: 17px;
    color: #333;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .doctor_box .doctor_inner .historyFlex .qualification ul li:last-of-type {
    border-bottom: none;
  }
  .feature {
    margin: 0;
    padding: 30px 0 40px;
    position: relative;
    background: #e8eef4;
    /*ul {
    	margin: 0 auto;
    	padding: 0 20px;

    	li {
    		@include flex;

    		img {
    			width: 90px;
    			height: 90px;
    			margin: 0 15px 20px 0;
    		}

    		h4 {
    			font-size: 18px;
    			line-height: 1.5;
    			color: #fff;

    			span {
    				font-size: 16px;
    				font-weight: 400;
    				display: block;
    				margin: 5px 0 0;
    				font-weight: bold;
    			}
    		}

    		&:before {
    			content: '';
    			display: inline-block;
    			width: 40px;
    			height: 40px;
    			background-image:url("../images/feature_number.png");
    			background-size: contain;
    			vertical-align: middle;
    			position: absolute;
    			top: -10px;
    			left: -10px;
    			color: $logoBlue;
    			font-size: 24px;
    			padding: 7px 0 0 15px;
    			@include border-box;
    			font-weight: bold;
    		}

    		&:nth-of-type(1):before { content: "1"; }
    		&:nth-of-type(2):before { content: "2"; }
    		&:nth-of-type(3):before { content: "3"; }
    	}
    }*/
  }
  .feature h3 {
    font-weight: 400;
    position: relative;
    font-size: 40px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #154a6d;
    text-align: center;
    margin: 0 auto 20px;
  }
  .feature h3 span {
    display: block;
    font-size: 18px;
    width: 110px;
    font-weight: 500;
    margin: 10px auto 0;
    color: #154a6d;
  }
  .feature p {
    margin: 0 15px 40px;
    text-align: left;
  }
  .feature ul {
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
  }
  .feature ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  .feature ul li:last-of-type {
    margin: 0;
  }
  .feature ul li:last-of-type h4 {
    margin: 0;
  }
  .feature ul li img {
    width: 200px;
    height: 200px;
    margin: 0 0 10px;
  }
  .feature ul li .number {
    position: absolute;
    top: -30px;
    right: 0;
    font-weight: bold;
    font-size: 60px;
    color: #154a6d;
    font-weight: 500;
    display: none;
  }
  .feature ul li .number span {
    font-size: 16px;
    display: block;
  }
  .feature ul li h4 {
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
    margin: 0 0 40px;
  }
  .feature ul li h4 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
  }
  .feature ul li:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 40px;
    color: #fff;
    background: #e39716;
    font-size: 30px;
    padding: 10px 0 0;
    box-sizing: border-box;
    font-weight: bold;
    /* eachが使える */
    border-radius: 100%;
  }
  .feature ul li:nth-of-type(1):before {
    content: "01";
  }
  .feature ul li:nth-of-type(2):before {
    content: "02";
  }
  .feature ul li:nth-of-type(3):before {
    content: "03";
  }
  footer {
    padding: 30px 20px 70px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*最下部固定ボタン*/
  }
  footer .clinicSummary {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  footer .clinicSummary .list_summary {
    width: 100%;
  }
  footer .clinicSummary .list_summary ul {
    margin: 0 0 30px;
  }
  footer .clinicSummary .list_summary li:nth-child(1) {
    margin: 0 0 5px;
  }
  footer .clinicSummary .list_summary li:nth-child(2) {
    margin: 0 0 20px;
  }
  footer .clinicSummary .list_summary li:nth-child(2) h2 {
    color: #333;
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) and (max-width: 1150px) {
  footer .clinicSummary .list_summary li:nth-child(2) h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 999px) {
  footer .clinicSummary .list_summary li:nth-child(2) span {
    font-size: 18px;
  }
  footer .clinicSummary .list_summary li:nth-child(3) {
    margin: 0 0 10px;
    line-height: 1.5;
  }
  footer .clinicSummary .list_summary li:nth-child(4) {
    margin: 0;
  }
  footer .clinicSummary .list_summary li:nth-child(5) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px;
  }
  footer .clinicSummary .list_summary li:nth-child(5) span.bold {
    color: #154a6d;
  }
  footer .clinicSummary .list_summary li:nth-child(5):before {
    font-family: "Font Awesome 5 Free";
    content: "\f554";
    line-height: 1;
    margin: 2px 7px 0 2px;
    font-size: 30px;
    font-weight: bold;
    color: #154a6d;
  }
  footer .clinicSummary .list_summary li:nth-child(6) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px;
    line-height: 1.5;
  }
  footer .clinicSummary .list_summary li:nth-child(6):before {
    font-family: "Font Awesome 5 Free";
    content: "\f238";
    line-height: 1;
    margin: 2px 7px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #5dbccd;
  }
  footer .clinicSummary .list_summary li:nth-child(7) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5;
  }
  footer .clinicSummary .list_summary li:nth-child(7):before {
    font-family: "Font Awesome 5 Free";
    content: "\f238";
    line-height: 1;
    margin: 0 7px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #5dbccd;
  }
  footer .clinicSummary .list_summary .mapBtn {
    background: #154a6d;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    margin: 0 0 20px;
    /* eachが使える */
    border-radius: 20px;
    display: inline-block;
    font-weight: 700;
  }
  footer .clinicSummary .list_summary .mapBtn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
  }
  footer .clinicSummary .list_summary .mapBtn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    line-height: 1;
    margin: 0 0 0 7px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
  }
  footer .clinicSummary .list_summary .mapBtn:hover {
    background: rgb(18.5284615385, 65.2907692308, 96.1715384615);
    color: #fff;
    transition: all 0.3s ease 0s;
  }
  footer .clinicSummary .timeTable {
    width: 100%;
    font-size: 17px;
    margin: 0 0 30px;
  }
  footer .clinicSummary .timeTable table {
    width: 100%;
    margin: 20px 0 10px;
    text-align: center;
    border-collapse: collapse;
    /* eachが使える */
    border-radius: 10px;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) and (max-width: 1150px) {
  footer .clinicSummary .timeTable table {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  footer .clinicSummary .timeTable table thead tr {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    font-weight: 600;
  }
  footer .clinicSummary .timeTable table thead th {
    padding: 10px 0;
    width: 90px;
    line-height: 1.5;
  }
  footer .clinicSummary .timeTable table tbody tr {
    border-bottom: solid 1px #333;
  }
  footer .clinicSummary .timeTable table tbody tr th {
    color: #333;
    font-weight: 400;
    line-height: 1.3;
  }
  footer .clinicSummary .timeTable table tbody tr:nth-of-type(1) th {
    text-indent: 0.5em;
  }
  footer .clinicSummary .timeTable table tbody td {
    color: #154a6d;
  }
  footer .clinicSummary .timeTable table tbody td.close {
    color: #333;
  }
  footer .clinicSummary .timeTable table tbody td.sat {
    color: #5dbccd;
  }
  footer .clinicSummary .timeTable table tbody td.sun {
    width: 80px;
    background: red;
  }
  footer .clinicSummary .timeTable table th, footer .clinicSummary .timeTable table td {
    border-collapse: collapse;
    padding: 15px 0;
    vertical-align: middle;
  }
  footer .clinicSummary .suplimentFlex {
    margin: 0 !important;
  }
  footer .clinicSummary .suplimentFlex li {
    font-size: 17px;
  }
  footer .clinicSummary .suplimentFlex .sat {
    color: #5dbccd;
    margin: 0 5px 0 0;
    font-size: 20px;
  }
  footer .googleMap {
    width: 100%;
    position: relative;
  }
  footer .googleMap .parking_kanbi {
    margin: 0 0 30px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 1.2;
    /* eachが使える */
    border-radius: 10px;
    background: #6e81bf;
  }
  footer .googleMap iframe {
    width: 100%;
    height: 400px;
    /* eachが使える */
    border-radius: 10px;
  }
  footer .grandeur {
    text-align: center;
    margin: 0 auto 30px;
  }
  footer .grandeur dt {
    font-weight: 500;
    font-size: 11px;
    color: #656464;
    margin: 0 0 5px;
  }
  footer .grandeur dd a {
    border: none;
    outline: none;
  }
  footer .grandeur dd a img {
    width: 160px;
    height: auto;
  }
  footer .footerFix_pc {
    display: none !important;
  }
  footer .footerFix_sp {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    /* eachが使える */
    border-radius: 10px;
    z-index: 2;
  }
  footer .footerFix_sp li {
    display: table;
    line-height: 1;
    width: 28%;
  }
  footer .footerFix_sp li:nth-of-type(-n+2) a {
    border-right: rgb(204.4, 217.6, 230.8) 1px dashed;
  }
  footer .footerFix_sp li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    width: 100%;
    height: 100%;
    background: #e8eef4;
    color: #154a6d;
    box-sizing: border-box;
    font-size: 14px;
  }
  footer .footerFix_sp li a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
  }
  footer .footerFix_sp li a:hover {
    background: rgb(235.45, 240.55, 245.65);
  }
  footer .footerFix_sp li:nth-of-type(1) {
    width: 25%;
  }
  footer .footerFix_sp li:nth-of-type(1) a {
    padding: 0;
  }
  footer .footerFix_sp li:nth-of-type(1) a:before {
    content: "\f0f0";
  }
  footer .footerFix_sp li:nth-of-type(2) {
    width: 25%;
  }
  footer .footerFix_sp li:nth-of-type(2) a:before {
    content: "\f0f8";
  }
  footer .footerFix_sp li:nth-of-type(3) {
    width: 30%;
  }
  footer .footerFix_sp li:nth-of-type(3) a {
    letter-spacing: -0.1em;
  }
  footer .footerFix_sp li:nth-of-type(3) a:before {
    content: "\f481";
  }
  footer .footerFix_sp li:nth-of-type(4) {
    width: 20%;
  }
  footer .footerFix_sp li:nth-of-type(4) a {
    background: #154a6d;
    color: #fff;
  }
  footer .footerFix_sp li:nth-of-type(4) a span {
    display: none;
  }
  footer .footerFix_sp li:nth-of-type(4) a:before {
    content: "\f062";
  }
  footer #pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    text-align: center;
  }
  footer #pagetop a span {
    display: block;
    color: #a5acbf;
    font-size: 10px;
    padding-top: 5px;
    font-weight: 700;
  }
  footer #pagetop a:before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 50px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    background-image: url("../images/pagetop.png");
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    vertical-align: middle;
    /* eachが使える */
    border-radius: 100%;
  }
  .copyright {
    color: #333;
    text-align: center;
    padding: 40px 0 40px;
    font-weight: 500;
    font-size: 14px;
  }
  .copyright a {
    color: #333;
  }
  .copyright a span {
    display: block;
  }
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fade {
  animation-name: fadeUp;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.fadeUp:nth-child(1) {
  animation-delay: 0.2s;
}

.fadeUp:nth-child(2) {
  animation-delay: 0.4s;
}

.fadeUp:nth-child(3) {
  animation-delay: 0.6s;
}

.fadeUp:nth-child(4) {
  animation-delay: 0.8s;
}

.fadeUp:nth-child(5) {
  animation-delay: 1s;
}

.fadeUp:nth-child(6) {
  animation-delay: 1.2s;
}

.fadeUp:nth-child(7) {
  animation-delay: 1.4s;
}

.fadeUp:nth-child(8) {
  animation-delay: 1.6s;
}

.fadeUp:nth-child(9) {
  animation-delay: 1.8s;
}

.fadeUp:nth-child(10) {
  animation-delay: 2s;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* PC表示で非表示 */
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
/* SP表示で非表示 */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
/* PC表示で非表示 */
@media print, screen and (min-width: 768px) {
  .recruitBnr {
    margin: 0 auto 100px;
    max-width: 800px;
    width: 100%;
  }
  .recruitBnr a:hover {
    opacity: 0.9;
  }
  .recruitBnr a:hover img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruitBnr {
    margin: 40px auto 20px;
    width: 100%;
  }
  .recruitBnr img {
    width: 100%;
    height: auto;
  }
}
/*========= スクロールダウンのためのCSS ===============*/
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 2;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 0%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #fff;
}/*# sourceMappingURL=style.css.map */