@charset "utf-8";

/* 「AI chat」ボタン
---------------------------------------------------*/
.ricoh-smartchat-app {
  z-index: 100000!important;
}

.ricoh-smartchat-app .rcs-bg-green {
  background-image: none !important;
  background-color: #00aaaa !important;
}

/* サイドメニュー「各種ご案内」
---------------------------------------------------*/
.sidebar-wrap {
  position: relative;
}

.sidebar-wrap>.sidebar {
  background-color: #fff;
  width: 435px;
  height: 250px;
  box-sizing: border-box;
  top: 171px;
  right: -435px;
  position: fixed;
  z-index: 3;
  transition: all .5s;
}

.sidebar-wrap>.sidebar.open {
  height: 354px;
  right: 0;
}

.sidebar_inner {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  padding: 25px 0 25px;
}

.sidebar_inner_inner {
  position: relative;
  z-index: 2;
}

.sidebar-wrap>.sidebar button.menu {
  background-color: #fff;
  color: #00aaaa;
  border-top: 1px solid rgba(0, 170, 170, .16);
  border-left: 1px solid rgba(0, 170, 170, .16);
  border-bottom: 1px solid rgba(0, 170, 170, .16);
  border-right: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 435px;
  width: 102px;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all .5s;
  writing-mode: vertical-rl;
  border-radius: 30px 0 0 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.sidebar-wrap>.sidebar button.menu:hover {
  background-color: #00aaaa;
  color: #fff;
  /* outline: none; */
}

.sidebar-wrap>.sidebar button.menu:focus {
  /* outline: none; */
}

.sidebar-wrap>.sidebar.open button.menu:focus {
  /* outline: none; */
}

.sidebar-wrap>.sidebar button.menu::after {
  content: '';
  position: absolute;
  top: -1px;
  right: -11px;
  bottom: 0;
  width: 10px;
  height: calc(100% + 2px);
  box-sizing: border-box;
  background: #fff;
  z-index: 0;
  transition: all .5s;
  border-top: 1px solid rgba(0, 170, 170, .16);
  border-bottom: 1px solid rgba(0, 170, 170, .16);
}

.sidebar-wrap>.sidebar.open button.menu::after {
  right: -10px;
}

.sidebar-wrap>.sidebar.open button.menu {
  width: 50px;
  box-sizing: border-box;
}

.sidebar-wrap>.sidebar .button_inner {
  padding-top: 52px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  display: inline-block;
  position: relative;
  top: -11px;
  left: 4px;
}

.sidebar-wrap>.sidebar.open .button_inner {
  padding-top: 0;
  top: -5px;
  left: 3px;
}

.sidebar-wrap>.sidebar .button_inner::before {
  content: '';
  display: block;
  width: 31.04px;
  height: 33.84px;
  background: url(../img/common/icn_hospital_green.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sidebar-wrap>.sidebar.open .button_inner::before {
  display: none;
}

.sidebar-wrap>.sidebar button.menu:hover .button_inner::before {
  background: url(../img/common/icn_hospital_white.svg) no-repeat center/contain;
}

.sidebar-wrap>.sidebar .button_inner::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-right: 9px solid #00aaaa;
  border-left: 0;
  position: absolute;
  top: 89px;
  left: -28px;
}

.sidebar-wrap>.sidebar.open .button_inner::after {
  content: '';
  top: auto;
  bottom: -18px;
  left: 5px;
  transform: rotate(180deg);
}

.sidebar-wrap>.sidebar button.menu:hover .button_inner::after {
  border-right: 9px solid #fff;
}

.sidebar-wrap>.sidebar .button_close_wrap {
  position: absolute;
  right: min(2.1vw, 21px);
  top: min(1.6vw, 16px);
}

.sidebar-wrap>.sidebar button.close {
  width: min(4vw, 40px);
  height: min(4vw, 40px);
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* outline: none; */
  position: relative;
  transition: all .5s;
  border-radius: 50%;
  display: block;
}

.sidebar-wrap>.sidebar button.close:hover {
  background-color: white;
}

.sidebar-wrap>.sidebar button.close:before,
.sidebar-wrap>.sidebar button.close:after {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: 2px;
  background-color: white;
  top: 50%;
  left: min(.5vw, 5px);
  transform: translateY(-50%);
}

.sidebar-wrap>.sidebar button.close:before {
  transform: rotate(45deg);
}

.sidebar-wrap>.sidebar button.close:after {
  transform: rotate(-45deg);
}

.sidebar-wrap>.sidebar button.close:hover:before,
.sidebar-wrap>.sidebar button.close:hover:after {
  background-color: #00aaaa;
}

.slidebar_icon-ul {
  display: flex;
  justify-content: center;
}

.slidebar_icon-ul li+li {
  margin-left: 20px;
}

.sidebar_inner {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  padding: 31px 25px 25px 10px;
  border-top: 1px solid rgba(0, 170, 170, .16);
  border-bottom: 1px solid rgba(0, 170, 170, .16);
}

.slidebar_imgwrap {
  text-align: center;
  margin: 0 auto;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slidebar_icon-ul li:nth-child(1) .slidebar_imgwrap {
  width: 32.6px;
}

.slidebar_icon-ul li:nth-child(2) .slidebar_imgwrap {
  width: 36.7px;
}

.slidebar_icon-ul li:nth-child(3) .slidebar_imgwrap {
  width: 30px;
}

.slidebar_icon-ul li:nth-child(4) .slidebar_imgwrap {
  width: 32.2px;
}

.slidebar_icon-ul li a {
  display: block;
  transition: all .5s;
}

.slidebar_icon-ul li a:hover {
  opacity: 0.6;
  transform: scale(1.1);
}

.slidebar_icn-tit {
  color: #2e2e2e;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .12em;
  margin-top: 6px;
}

.slidebar_button-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.slidebar_button-ul li {
  width: 48%;
  box-sizing: border-box;
}

.slidebar_button-ul li:nth-child(n+3) {
  margin-top: 14px;
}

.slidebar_button-ul li a {
  border-radius: 8px;
  transition: all .5s;
  line-height: 84px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slidebar_button-ul li:nth-child(1) a {
  background-color: #00aaaa;
}

.slidebar_button-ul li:nth-child(2) a {
  background-color: #3bb1be;
}

.slidebar_button-ul li:nth-child(3) a {
  background-color: #80d2cc;
}

.slidebar_button-ul li:nth-child(4) a {
  background-color: #769fbc;
}

.slidebar_button-ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 9px solid rgba(255, 255, 255, .5);
  border-right: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  transition: all .5s;
}

.slidebar_button-ul li a:hover::after {
  right: 5px;
}

.slidebar_button-tit {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .15em;
  color: #fff;
  text-align: center;
}

/* スクロールバー */
.sidebar .scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.sidebar .scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 20px;
  cursor: pointer;
}

.sidebar .scrollbar-thumb-black::-webkit-scrollbar-thumb {
  background-color: #008E83;
  cursor: pointer;
}

/* /スクロールバー */


@media screen and (max-width: 767px) {

  .sidebar-wrap>.sidebar {
    width: 100%;
    height: 56px;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    position: fixed;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(100%);
    opacity: 0;
  }

  .sidebar-wrap>.sidebar.open {
    height: auto;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  }

  .sidebar-wrap>.sidebar.opened {
    transform: translateY(0);
    opacity: 1;
  }

  .sidebar-wrap>.sidebar button.menu:focus {
    /* outline: none; */
  }

  .sidebar_inner {
    overflow-y: hidden;
    padding: 0;
    border-top: none;
    border-bottom: none;
    position: relative;
  }

  .slidebar_imgwrap {
    height: 30.5px;
  }

  .slidebar_icon-ul {
    margin-top: 8px;
  }

  .slidebar_icon-ul li+li {
    margin-left: 13px;
  }

  .slidebar_icon-ul li a:hover {
    opacity: 1;
    transform: scale(1);
  }

  .slidebar_icon-ul li:nth-child(1) .slidebar_imgwrap {
    width: 27.3px;
  }

  .slidebar_icon-ul li:nth-child(2) .slidebar_imgwrap {
    width: 30.5px;
  }

  .slidebar_icon-ul li:nth-child(3) .slidebar_imgwrap {
    width: 26px;
  }

  .slidebar_icon-ul li:nth-child(4) .slidebar_imgwrap {
    width: 26.5px;
  }

  .slidebar_button-ul {
    margin: 16px auto 15px;
    padding: 0 18px;
  }

  .slidebar_button-ul li {
    width: calc((100% - 11px) / 2);
  }

  .slidebar_button-ul li:nth-child(n+3) {
    margin-top: 11px;
  }

  .slidebar_button-ul li a {
    height: 60px;
    line-height: 60px;
  }

  .slidebar_button-ul li a:hover::after {
    right: 10px;
  }

  .slidebar_icn-tit {
    font-size: 1.4rem;
    margin-top: 5px;
    white-space: nowrap;
  }

  .slidebar_button-tit {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }

  .sidebar-wrap>.sidebar button.menu {
    border: none;
    font-size: 1.55rem;
    letter-spacing: .2em;
    position: static;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 76px;
    transition: none;
    writing-mode: inherit;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  }

  .sidebar-wrap>.sidebar button.menu:hover {
    background-color: #ffff;
    color: #00aaaa;
  }

  .sidebar-wrap>.sidebar.open button.menu {
    width: 100%;
    box-shadow: none;
    height: 64px;
  }

  .sidebar-wrap>.sidebar button.menu::after {
    display: none;
  }

  .sidebar-wrap>.sidebar .button_inner {
    padding: 0 0 0 46px;
    white-space: inherit;
    writing-mode: inherit;
    top: -9px;
    left: 20px;
  }

  .sidebar-wrap>.sidebar.open .button_inner {
    top: -5px;
    left: 7px;
    margin-top: 12px;
  }

  .sidebar-wrap>.sidebar .button_inner::before,
  .sidebar-wrap>.sidebar button.menu:hover .button_inner::before {
    width: 25.5px;
    height: 28px;
    top: calc(50% - 16px);
    left: 0;
    right: auto;
    margin: auto;
    background: url(../img/common/icn_hospital_green.svg) no-repeat center / contain !important;
  }

  .sidebar-wrap>.sidebar.open .button_inner::before {
    display: block;
  }

  .sidebar-wrap>.sidebar .button_inner::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid rgba(0, 170, 170, .8);
    border-top: 0;
    position: relative;
    top: -2px;
    left: auto;
    right: auto;
    transition: none;
    opacity: .8;
    transform-style: preserve-3d;
    perspective: 100px;
    margin-left: 45px;
  }

  .sidebar-wrap>.sidebar.open .button_inner::after {
    bottom: 0;
    left: auto;
  }

  .sidebar-wrap>.sidebar button.menu:hover .button_inner::after {
    border-right: 5px solid transparent;
  }

}


@media screen and (max-width: 499px) {
  .slidebar_button-ul li:nth-child(odd) a::after {
    right: 8px;
  }

}


@media screen and (max-width: 350px) {
  .slidebar_icn-tit {
    font-size: 1.3rem;
  }

}


/* PCの時にサイドバーを常に表示 */
@media screen and (min-width: 768px) {
  .sidebar-wrap>.sidebar {
    transform: translateY(0) !important;
    /* 常に表示 */
    opacity: 1 !important;
    /* 常に表示 */
  }
}



/* Google Fonts「Outfit」
---------------------------------------------------*/
/* フォーカス時 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* slick */
.slick-autoplay-toggle-button {
  display: none;
}

/* フォーカス時 */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid #00aaaa;
}

a:focus:not(.focus-visible),
/* button:focus:not(.focus-visible), */
input:focus:not(.focus-visible),
textarea:focus:not(.focus-visible) {
  outline: none;
}


iframe {
  vertical-align: bottom;
}

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  position: relative;
  overflow: hidden;
  display: flex
    /*フッターを下部固定*/
  ;
  flex-flow: column
    /*フッターを下部固定*/
  ;
  min-height: 100vh
    /*フッターを下部固定*/
  ;
}

body.notPC {
  min-width: inherit;
}

/* html.noScroll,
body.noScroll {
  overflow: hidden;
} */

.main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  flex: 1
    /*フッターを下部固定*/
  ;
}

.ff_robot {
  font-family: "Roboto Condensed";
}

.ff_yu-mincho {
  font-family: yu-mincho-pr6n, sans-serif;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-round-shadow {
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

sup {
  font-size:60%;
  vertical-align: super;
}

.pc {
  display: block;
}

.pc_d_inlineB {
  display: inline-block;
}

.tel-link {
  display: inline-block;
  text-decoration: none;
}

.tel-link.txt-link {
  text-decoration: none;
}

.mail-link,
.mail-link:link,
.mail-link:visited {
  color: #3fa3d4;
  font-weight: bold;
  text-decoration: underline;
  transition: all .5s ease-in-out;
}

.mail-link:hover {
  text-decoration: none;
  opacity: .7;
}

.mail-link::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 11.5px;
  background: url(/common/img/common/icn_mail_lightblue.svg) no-repeat center / contain;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .5s ease-in-out;
}

.sp {
  display: none !important;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mv-img-pc {
  display: none;
}

.mv-img-sp {
  display: none;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.italic {
  font-style: italic;
}

.font_s {
  font-size: 80%;
}

.fwB {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fwN {
  font-weight: normal;
}

.ws-nw {
  white-space: nowrap;
}

.marker {
  background: linear-gradient(transparent 60%, rgba(211, 255, 255, 1) 0%);
}

.indent_1 {
  text-indent: -1em;
}

.indent_1-3 {
  text-indent: -1.3em;
}

.indent_1-5 {
  text-indent: -1.5em;
}

.pl_1 {
  padding-left: 1em;
}

.pl_1-3 {
  padding-left: 1.3em;
}

.pl_1-5 {
  padding-left: 1.5em;
}

a {
  /* outline: none; */
  transition: all 0.5s;
}

a:link {
  color: #323232;
  text-decoration: none;
}

a:visited {
  color: #323232;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
  /* outline: none; */
  box-shadow: none;
}

a:active {
  color: #323232;
  text-decoration: none;
}

a.anchor {
  display: inline-block;
  margin-top: -70px;
  padding-top: 70px;
  outline: none;
}

.sec_imgwrap {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

.txt-green {
  color: #00aaaa;
}

.txt-link,
.txt-link:link,
.txt-link:visited {
  text-decoration: underline;
  font-size: 1.5rem;
}

.txt-link:hover {
  text-decoration: none;
}

.txt-link[target="_blank"].pdf::after,
.txt-link.pdf::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(../img/common/icn_download_green.svg) no-repeat center / contain;
  position: relative;
  right: -10px;
  top: 2px;
}

.txt-link.mail::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url(../img/common/icn_mail_green.svg) no-repeat center / contain;
  position: relative;
  right: -10px;
  top: 2px;
}

.txt-link[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9.6px;
  background: url(/common/img/common/icn_window_green.svg) no-repeat center / contain;
  margin-left: -1px;
  padding-right: 7px;
  position: relative;
  top: 0px;
  right: -1px;
  transition: all .5s ease-in-out;
}

.txt-link.arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 9px solid #00aaaa;
  border-right: 0;
  margin: 0 7px 0 0;
  position: relative;
  top: -1px;
  left: 0;
}

.txt-link_ul {
  margin-top: 15px;
}

.txt-link_ul li {
  padding: 15px 10px;
  position: relative;
}

.txt-link_ul li::after {
  content: '';
  display: block;
  width: 119%;
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 176, 176, 1) 0%, rgba(219, 218, 218, 1) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.txt-link_ul li:last-child::after {
  display: none;
}

.txt-link_ul li .txt-link.pdf.arrow,
.txt-link_ul li .txt_mail,
.txt-link_ul li .txt-link.mail.arrow {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .15em;
  display: inline-block;
  word-break: break-all;
  text-indent: -16px;
  padding-left: 16px;
}

.txt-link_ul li .txt_mail {
  margin-right: 1em;
}

.d_inlineB {
  display: inline-block;
}

.inner567 {
  max-width: 567px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner634 {
  max-width: 634px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner654 {
  max-width: 654px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner760 {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner770 {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner775 {
  max-width: 775px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner790 {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner804 {
  max-width: 804px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner814 {
  max-width: 814px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner830 {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner840 {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner860 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner870 {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner880 {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner895 {
  max-width: 895px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner900 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner906 {
  max-width: 906px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner922 {
  max-width: 922px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner930 {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner960 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner965 {
  max-width: 965px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner968 {
  max-width: 968px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner970 {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner976 {
  max-width: 976px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner980 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner988 {
  max-width: 988px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner995 {
  max-width: 995px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1018 {
  max-width: 1018px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1025 {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1038 {
  max-width: 1038px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1040 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1060 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1158 {
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1176 {
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1324 {
  max-width: 1324px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1330 {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1360 {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1680 {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1780 {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.second-tit {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.second-tit.txt-green {
  font-family: "source-sans-3-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #00aaaa;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.second-tit.line-green_no-icon {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.second-tit.no-icon_align-left {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: left;
}


.second-tit.no-icon_align-center {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.second-tit.no-icon_align-center .second-tit_s {
  font-size: 3rem;
}

.second-tit.no-icon_align-center .second-tit_s-2 {
  font-size: 2.5rem;
  letter-spacing: .1em;
}

.second-tit.icn-left {
  font-size: 2.5rem;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7px;
}

.second-tit.icn-left::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
}

.second-tit.icn-left.icn-num {
  padding-left: 1.3em;
}

.second-tit::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

.second-tit.icn-left.icn-num::before {
  color: #00aaaa;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}

.second-tit.icn-left.icn-num.icn-num_1::before {
  content: '❶';
}

.second-tit.icn-left.icn-num.icn-num_2::before {
  content: '❷';
}

.second-tit.icn-left.icn-num.icn-num_3::before {
  content: '❸';
}

.second-tit.icn-left.icn-num.icn-num_4::before {
  content: '❹';
}

.second-tit.icn-left.icn-num.icn-num_5::before {
  content: '❺';
}

.second-tit.icn-left.icn-num.icn-num_6::before {
  content: '❻';
}

.second-tit.icn-left.icn-num.icn-num_7::before {
  content: '❼';
}

.second-tit.icn-left.icn-num.icn-num_8::before {
  content: '❽';
}

.second-tit.icn-left.icn-num.icn-num_9::before {
  content: '❾';
}


.second-tit_en {
  font-family: "source-sans-3-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #00aaaa;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
  left: -23px;
  padding-left: 32px;
  margin-bottom: 23px;
}

.second-tit_en::before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #00aaaa;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.second-tit_en::after {
  content: '';
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: calc(50% - 1px);
}

.second-tit_cate_txt {
  font-family: "source-sans-3-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #00aaaa;
  display: block;
}

.second-tit-supple {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 24px;
}

.line_gray {
  margin-top: 25px;
  margin-left: -45px;
  width: 105%;
  box-sizing: border-box;
}

.curve-white .inner860+.line_gray {
  margin-top: -40px;
}

.line_gray img {
  display: block;
}

.tit-green {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .11em;
  position: relative;
  color: #00aaaa;
  line-height: 1.5;
}

.tit-green::before {
  content: '●';
  display: inline-block;
}

.third-tit {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  display: table;
  margin: 0 auto;
}

.third-tit::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: -65px;
  top: 16px;
}

.third-tit::after {
  content: '';
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -58px;
  top: 16px;
}

.third-tit-left {
  margin: 0;
  text-align: left;
}

.third-tit-line-bottom::before,
.third-tit-line-bottom::after {
  right: 0;
  top: -6px;
  margin: auto;
}

.third-tit-line-bottom::before {
  left: 0;
}

.third-tit-line-bottom::after {
  left: -39px;
}

.grade-tit {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 90px;
}

.txt-normal-m+.grade-tit {
  margin-top: 89px;
}

.accordion_dl+.grade-tit {
  margin-top: 100px;
}

.grade-tit::before {
  content: '';
  display: inline-block;
  width: 2.75em;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 170, 170, 0.1) 0%, rgba(0, 170, 170, 1) 100%);
  position: absolute;
  left: 0;
  top: 0.05em;
}

.bothsidesline-tit {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.02em;
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 0 36px;
}

.bothsidesline-tit::before,
.bothsidesline-tit::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #00aaaa;
  position: absolute;
  top: 8px;
}

.bothsidesline-tit::before {
  left: 0;
  transform: rotate(-30deg);
}

.bothsidesline-tit::after {
  right: 0;
  transform: rotate(30deg);
}


.tit-l {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.tit-green+.tit-l {
  margin-top: 38px;
}

.txt-normal-l {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.26;
  letter-spacing: 0;
}

.tit-l+.txt-normal-l {
  margin-top: 40px;
}

.line_gray+.inner930>.txt-normal-l {
  margin-top: 49px;
}

.subtit+.txt-normal-l {
  margin-top: 29px;
}

.subtit {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.tit-l+.subtit {
  margin-top: 8px;
}

.title-circle {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
}

.title-circle::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #00aaaa;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}

.txt-normal-l+.txt-normal-l {
  margin-top: 33px;
}

.txt-normal-m {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.93;
  letter-spacing: .08em;
}

.txt-normal-m.ls0 {
  letter-spacing: 0;
}

.line_gray+.inner900 .txt-normal-m {
  margin-top: 38px;
}

.subtit+.txt-normal-m {
  margin-top: 38px;
}

.num-ol+.txt-normal-m {
  margin-top: 12px;
}

.txt-normal-s {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .06em;
}

.btn-txtlink,
.btn-txtlink:link,
.btn-txtlink:visited,
.btn-txtlink:active {
  display: table;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #00aaaa;
  position: relative;
  padding: 0 18px 7px 2px;
  border-bottom: 1px solid #00aaaa;
  margin: 0 0 0 auto;
}

.btn-txtlink:hover,
.btn-txtlink:link:hover,
.btn-txtlink:visited:hover,
.btn-txtlink:active:hover {
  opacity: 0.6;
}

.btn-txtlink.btn-center {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0 27px 13px 25px;
  margin: 0 auto;
}

.btn-txtlink.btn-center.btn-back {
  padding: 0 15px 12px 28px;
}

.btn-txtlink.btn-right {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0 27px 13px 25px;
  margin: 0 0 0 auto;
}

.btn-txtlink::before {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background: rgba(208, 236, 236, 1);
  position: absolute;
  bottom: -1px;
  left: 6px;
  transition: all .5s;
}

@-moz-document url-prefix() {

  /* Firefoxのみ */
  .btn-txtlink.btn-center::before {
    bottom: 0px;
  }
}

.btn-txtlink:hover::before {
  width: 0;
}

.btn-txtlink::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 7px solid #00aaaa;
  border-right: 0;
  position: absolute;
  top: 7.5px;
  right: 4px;
  transition: all .5s;
}

.btn-txtlink.btn-center.btn-back::after {
  transform: rotate(-180deg);
  right: auto;
  left: 10px;
}

.btn-txtlink:hover::after {
  transform: translate(5px);
}

.btn-txtlink.btn-center.btn-back:hover::after {
  left: 0;
}

.btn-lightgreen,
.btn-lightgreen:link,
.btn-lightgreen:visited {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  width: fit-content;
  padding: 1.2em 4.6em 1.24em 2.1em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  color: #fff;
  background: #00aaaa;
  position: relative;
  /* outline: none; */
  margin: 0 auto;
}

.txt-normal-l+.btn-lightgreen {
  margin: 58px 0 0 0;
}

.btn-lightgreen:hover,
.btn-lightgreen:active {
  /* outline: none; */
}

.btn-lightgreen::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  top: calc(50% - 5.5px);
  right: 27px;
  transition: all .5s;
  opacity: .7;
}

.btn-lightgreen:hover::before {
  right: 15px;
}

.full-imgwrap {
  width: 100%;
  box-sizing: border-box;
}

.curve-white {
  position: relative;
}

.curve-white::before,
.curve-white::after {
  display: none;
  content: '';
  position: absolute;
  width: calc((100% - 1780px) / 2);
  height: 100vh;
  background: #fff;
}

.curve-white::before {
  left: 0;
  top: -66px;
}

.curve-white::after {
  right: 0;
  top: 0;
  border-radius: 0 50px 0 0;
}

.curve-white_inner1780 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.curve-white .second-tit-wrap {
  padding-top: 55px;
  margin-left: -21px;
  position: relative;
  top: -70px;
}

.curve-white .second-tit-wrap::before {
  content: '';
  display: block;
  background: url(../img/common/bg_tit_white.png) no-repeat right top / contain;
  width: calc(100% + 70px);
  height: 70px;
  position: absolute;
  top: 4px;
  left: calc(-50% + -185px);
  z-index: -1;
}


@media screen and (min-width: 1881px) {

  .curve-white::before,
  .curve-white::after {
    display: block;
  }
}


@media screen and (max-width: 999px) {
  .curve-white .second-tit-wrap::before {
    background-size: 100% 96%;
    left: calc(-50% + -100px);
  }
}


@media screen and (max-width: 767px) {

  html.noScroll,
  body.noScroll {
    overflow: hidden;
  }

  a:focus {
    /* outline: none; */
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .mail-link:hover {
    text-decoration: underline;
    opacity: 1;
  }

  a:hover {
    opacity: 1;
    color: inherit;
  }

  a.anchor {
    margin-top: -30px;
    padding-top: 30px;
  }

  .txt-link,
  .txt-link:link,
  .txt-link:visited,
  .txt-link_ul li .txt-link.pdf.arrow,
  .txt-link_ul li .txt_mail,
  .txt-link_ul li .txt-link.mail.arrow {
    font-size: 1.2rem;
  }

  .txt-link:hover {
    text-decoration: underline;
  }

  .irbBl .txt-link_ul {
    margin-top: 5px;
  }

  .txt-link_ul li {
    padding: 10px 10px;
  }

  .txt-link[target="_blank"].pdf::after,
  .txt-link.pdf::after {
    width: 6px;
    height: 15px;
  }

  .second-tit {
    font-size: 17px;
    letter-spacing: 0.2em;
  }

  .second-tit.txt-green {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
  }

  .second-tit.no-icon_align-left {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .second-tit_cate_txt {
    font-size: 11px;
    font-variation-settings: "wght" 500;
    margin-top: 3px;
  }

  .second-tit.line-green_no-icon {
    font-size: 1.8rem;
    /* font-size: 2.1rem; */
  }

  .second-tit_en {
    font-size: 1.0rem;
    padding-left: 27px;
    margin-bottom: 5px;
  }

  .second-tit_en::before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #00aaaa;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
  }

  .second-tit_en::after {
    left: 5px;
  }

  .second-tit.no-icon_align-center {
    font-size: 2.2rem;
  }

  .second-tit.no-icon_align-center .second-tit_s {
    font-size: 1.8rem;
  }

  .second-tit.no-icon_align-center .second-tit_s-2 {
    font-size: 1.8rem;
  }

  .second-tit.icn-left {
    font-size: 2.0rem;
    padding-bottom: 7px;
  }

  .second-tit-supple {
    font-size: 1.4rem;
    margin-top: 18px;
  }

  .line_gray {
    width: 97.4%;
    margin: 13px -17px 0;
  }

  .txt-normal-m {
    font-size: 1.25rem;
    line-height: 1.72;
    letter-spacing: .08em;
  }

  .subtit+.txt-normal-m {
    margin-top: 26px;
  }

  .line_gray+.inner900 .txt-normal-m {
    margin-top: 13px;
  }

  .num-ol+.txt-normal-m {
    margin-top: 6px;
  }

  .grade-tit {
    font-size: 2.3rem;
    padding-left: 70px;
  }

  .txt-normal-m+.grade-tit {
    margin-top: 50px;
  }

  .accordion_dl+.grade-tit {
    margin-top: 50px;
  }

  .grade-tit::before {
    width: 2em;
  }

  .bothsidesline-tit {
    font-size: 1.7rem;
    padding: 0 25px;
  }

  .bothsidesline-tit::before,
  .bothsidesline-tit::after {
    height: 40px;
    top: 0.7em;
  }

  .txt-normal-s {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .tit-green {
    font-size: 1.2rem;
  }

  .tit-l {
    font-size: 2.3rem;
  }

  .tit-green+.tit-l {
    margin-top: 20px;
  }

  .txt-normal-l {
    font-size: 1.4rem;
    line-height: 1.75;
  }

  .tit-l+.txt-normal-l {
    margin-top: 30px;
  }

  .txt-normal-l+.txt-normal-l {
    margin-top: 20px;
  }

  .line_gray+.inner930>.txt-normal-l {
    margin-top: 16px;
  }

  .subtit+.txt-normal-l {
    margin-top: 30px;
  }

  .third-tit {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-left: 2em;
  }

  .third-tit-line-bottom {
    padding-left: 0;
  }

  .third-tit::before {
    width: 27px;
    left: 0px;
    top: 12px;
  }

  .third-tit::after {
    width: 4px;
    left: 6px;
    top: 12px;
  }

  .third-tit-line-bottom::before,
  .third-tit-line-bottom::after {
    top: -5px;
  }

  .third-tit-line-bottom::after {
    left: -11px;
  }

  .subtit {
    font-size: 1.5rem;
    line-height: 1.65;
    text-align: center;
  }

  .tit-l+.subtit {
    margin-top: 6px;
  }

  .title-circle {
    font-size: 1.6rem;
    padding-left: 18px;
  }

  .title-circle::before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }

  .btn-txtlink,
  .btn-txtlink:link,
  .btn-txtlink:visited,
  .btn-txtlink:active {
    font-size: 1.25rem;
    letter-spacing: .05em;
    padding: 0 11px 4px 11px;
    margin: 12px 16px 0 auto;
  }

  .btn-txtlink:hover,
  .btn-txtlink:link:hover,
  .btn-txtlink:visited:hover,
  .btn-txtlink:active:hover {
    opacity: 1;
  }

  .btn-txtlink:hover::before {
    width: 8px;
  }

  .btn-txtlink.btn-center.btn-back:hover::after {
    left: 10px;
  }

  .btn-txtlink::after {
    border-top: 2.5px solid transparent;
    border-bottom: 2.5px solid transparent;
    border-left: 5px solid #00aaaa;
    top: 7.5px;
    right: 0;
  }

  .btn-txtlink:hover::after {
    transform: translate(0);
  }

  .btn-lightgreen,
  .btn-lightgreen:link,
  .btn-lightgreen:visited {
    font-size: 1.4rem;
    padding: .85em 1.9em 0.9em 1.4em;
    border-radius: 100px;
  }

  .btn-lightgreen::before {
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    top: calc(50% - 5px);
    right: 14px;
  }

  .txt-normal-l+.btn-lightgreen {
    margin: 40px auto 0;
  }

  .curve-white .inner840 {
    padding: 0;
  }

  .curve-white .second-tit-wrap {
    padding-top: 32px;
    margin-left: -15px;
  }

  .curve-white .second-tit-wrap::before {
    top: 3px;
    left: -5px;
    height: 68px;
    background: url(../img/common/bg_tit_white_sp.png) no-repeat right top / cover;
    width: calc(100% + 25px);
    box-sizing: border-box;
  }

  .curve-white .second-tit {
    margin-left: 0;
  }

  .curve-white .second-tit::before {
    width: calc(100% + 200px);
  }

  .curve-white .line_gray {
    margin: -19px -17px 0;
  }

  .curve-white .inner860+.line_gray {
    margin-top: -58px;
  }

}


/* ページ内リンクエリア commonInPageLinksBl
-------------------------------------------*/
.commonInPageLinksBl {
  padding: 14px 0 0;
  margin-bottom: 39px;
}

.commonInPageLinks__ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.commonInPageLinks__ul__li+.commonInPageLinks__ul__li {
  margin-left: 4.2em;
}

.commonInPageLinks__ul__li__a,
.commonInPageLinks__ul__li__a:link,
.commonInPageLinks__ul__li__a:visited {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  position: relative;
  border-bottom: 1px solid transparent;
}

.commonInPageLinks__ul__li__a:hover {
  border-bottom: 1px solid #004da0;
  color: #004da0;
}

.commonInPageLinks__ul__li__a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  position: absolute;
  top: 2px;
  right: -23px;
}

.commonInPageLinks__ul__li__a:hover::after {
  border-top: 2px solid #004da0;
  border-right: 2px solid #004da0;
}


@media screen and (max-width: 999px) {
  .commonInPageLinks__ul__li+.commonInPageLinks__ul__li {
    margin-left: 3.2em;
  }
}

@media screen and (max-width: 767px) {
  .commonInPageLinksBl {
    padding: 14px 0 0;
    margin-bottom: 0px;
  }

  .commonInPageLinks__ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 25px;
  }

  .commonInPageLinks__ul__li {
    text-align: center;
    width: 50%;
    box-sizing: border-box;
  }

  .commonInPageLinks__ul__li+.commonInPageLinks__ul__li {
    margin-left: 0;
    margin-top: 0;
  }

  .commonInPageLinks__ul__li:nth-child(n+3) {
    margin-top: 15px;
  }

  .commonInPageLinks__ul__li__a,
  .commonInPageLinks__ul__li__a:link,
  .commonInPageLinks__ul__li__a:visited {
    display: table;
    text-align: center;
    margin: 0 auto;
  }

  .commonInPageLinks__ul__li__a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #000;
  }

  .commonInPageLinks__ul__li__a:hover::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .scroll-box {
    padding-bottom: 23px;
  }

}


/* 白ボタン
---------------------------------------------------*/
.whiteButton,
.whiteButton:link,
.whiteButton:visited,
.whiteButton:active {
  display: block;
  border: 1px solid #231815;
  background-color: #fff;
  border-radius: 50px;
  color: #231815;
  width: 169px;
  box-sizing: border-box;
  padding: 8px;
  transition: all ease-in-out .5s;
}

.whiteButton:hover {
  opacity: 1;
  background-color: #004da0;
  border: 1px solid #004da0;
}

.whiteButton__txt {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #231815;
  font-weight: 600;

  position: relative;
  padding-right: 27px;
}

.whiteButton__txt::after {
  content: "";
  background: url(../img/common/arrow_right_black.svg) no-repeat center / contain;
  width: 11px;
  height: 12.8px;
  position: absolute;
  top: 4px;
  right: 18px;
}

.whiteButton:hover .whiteButton__txt::after {
  background: url(../img/common/arrow_right_white.svg) no-repeat center / contain;
}

.whiteButton:hover .whiteButton__txt {
  color: #fff;
}


@media screen and (max-width: 767px) {

  .whiteButton:hover {
    background-color: #fff;
    border: 1px solid #231815;
  }

  .whiteButton:hover .whiteButton__txt {
    color: #231815;
  }

  .whiteButton:hover .whiteButton__txt::after {
    background: url(../img/common/arrow_right_black.svg) no-repeat center / contain;
  }

}

/* btn-white
------------------------------------------------*/
.btn-white {
  display: block;
  margin: auto;
  width: 209px;
  height: fit-content;
  padding: 8.5px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .85);
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.btn-white__txt {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
  position: relative;
  padding-right: 28px;
  color: #000;
  display: table;
  margin: 0 auto;
}

.btn-white__txt::after {
  content: "";
  background: url(../img/common/arrow_right_black.svg) no-repeat center / contain;
  width: 11px;
  height: 12.8px;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all .5s ease-in-out;
}

.buttonArea__ul__li__a:hover .btn-white__txt::after {
  right: -8px;
}


/* 順番にフェードイン
---------------------------------------------------*/
.js_o_effect {
  opacity: 0;
}

/* --- */

.js_o_effect.js_o_effect_1.fadein,
.js_o_effect.js_o_effect_1_pc.fadein {
  opacity: 0;
  animation-name: js_o_effect_1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes js_o_effect_1 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .js_o_effect.js_o_effect_1_pc.fadein {
    animation: none;
    opacity: 1;
  }
}

/* --- */

.js_o_effect.js_o_effect_2.fadein,
.js_o_effect.js_o_effect_2_pc.fadein {
  opacity: 0;
  animation-name: js_o_effect_2;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes js_o_effect_2 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .js_o_effect.js_o_effect_2_pc.fadein {
    animation: none;
    opacity: 1;
  }
}

/* --- */

.js_o_effect.js_o_effect_3.fadein,
.js_o_effect.js_o_effect_3_pc.fadein {
  opacity: 0;
  animation-name: js_o_effect_3;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes js_o_effect_3 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .js_o_effect.js_o_effect_3_pc.fadein {
    animation: none;
    opacity: 1;
  }
}

/* --- */

.js_o_effect.js_o_effect_4.fadein,
.js_o_effect.js_o_effect_4_pc.fadein {
  opacity: 0;
  animation-name: js_o_effect_4;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes js_o_effect_4 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .js_o_effect.js_o_effect_4_pc.fadein {
    animation: none;
    opacity: 1;
  }
}

/* --- */

.js_o_effect.js_o_effect_5.fadein,
.js_o_effect.js_o_effect_5_pc.fadein {
  opacity: 0;
  animation-name: js_o_effect_5;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes js_o_effect_5 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .js_o_effect.js_o_effect_5_pc.fadein {
    animation: none;
    opacity: 1;
  }
}

/* --- */

.js_o_effect.js_o_effect_6.fadein,
.js_o_effect.js_o_effect_6_pc.fadein {
  opacity: 0;
  animation-name: js_o_effect_6;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes js_o_effect_6 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .js_o_effect.js_o_effect_6_pc.fadein {
    animation: none;
    opacity: 1;
  }
}


/* 順番にアイコンが跳ねるアニメーション
---------------------------------------------------*/
.js_o_effect_bounce {
  opacity: 0;
}

.js_o_effect_bounce.fadein {
  transform: translateY(0) scale(0);
  opacity: 0;
  animation-name: js_o_effect_bounce;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

@keyframes js_o_effect_bounce {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* フェード表示
---------------------------------------------------*/
.fadein2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all ease 0.5s;
}

.fadein3 {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all ease 0.5s;
}

.fadein.scrollin,
.fadein1.scrollin,
.fadein2.scrollin,
.fadein3.scrollin,
.fadein4.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ------- 上からフェード表示 ------- */
.js_effectT {
  opacity: 0;
  transition: ease 0.5s;
  transform: translateY(-70px);
}

.js_effectT.fadein {
  opacity: 1;
  transform: translateY(0px);
}

/* ------- 左からフェード表示 ------- */
.js_effectL {
  opacity: 0;
  transition: ease 0.5s;
  transform: translateX(-70px);
}

.js_effectL.fadein {
  opacity: 1;
  transform: translateY(0px);
}

/* ------- 右からフェード表示 ------- */
.js_effectR {
  opacity: 0;
  transition: ease 0.5s;
  transform: translateX(70px);
}

.js_effectR.fadein {
  opacity: 1;
  transform: translateY(0px);
}

/* ------- 下からフェード表示 ------- */
.js_effectD {
  opacity: 0;
  transition: ease 0.5s;
  transform: translateY(70px);
}

.js_effectD.fadein {
  opacity: 1;
  transform: translateY(0px);
}


/* ページ読み込み時フェードイン【MV】
-------------------------------------------*/
.js-load-fadein {
  opacity: 0;
  animation: js-load-fadein 1s ease forwards 0.5s;
}

@keyframes js-load-fadein {
  100% {
    opacity: 1;
  }
}


/* ページ読み込み時フェードイン【MV下の要素1 】
-------------------------------------------*/
.load_fadein_d {
  opacity: 0;
  animation: load_fadein_d 1s ease forwards 2.5s;
  transform: translateY(70px);
  filter: blur(20px);
}

@keyframes load_fadein_d {
  100% {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}


/* ページ読み込み時フェードイン【MV下の要素2 】
-------------------------------------------*/
.load_fadein_d_2 {
  opacity: 0;
  animation: load_fadein_d_2 1s ease forwards 1.5s;
  transform: translateY(70px);
  filter: blur(20px);
}

@keyframes load_fadein_d_2 {
  100% {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}


/* 見出しのアイコンアニメーション（MV以外）
-------------------------------------------*/
.js-load-fadein .second-tit::before,
.second-tit.js_effectD::before,
.load_fadein_d_2 .second-tit_cate_txt::before,
.load_fadein_d_2 .second-tit::before,
.load_fadein_d_2 .topImporNew_tit_jp::before,
.second-tit_cate_txt::before,
.topPickUpBl .second-tit.txt-green::before,
.second-tit.icn-left::before,
.num-ol_li_left,
.dockEtc_ticket_tit_cate::before,
.dockEtc_pickup_tit_inner::before,
.num-ol_li.load_fadein_d_2 .num-ol_li_left,
.dockLunchBl .third-tit::before,
.reservation_point_tit::before,
.reservation_point_tit::after {
  transform: translateY(0) scale(0);
  opacity: 0;
}

.load_fadein_d_2.fadein .topImporNew_tit_jp::before,
.js-load-fadein.fadein .second-tit::before,
.second-tit.js_effectD.fadein::before,
.second-tit.js_effectD.fadein .second-tit_cate_txt::before,
.topPickUpBl .second-tit.txt-green.js_effectD.fadein::before,
.second-tit.js_effectD.fadein.icn-left::before,
.num-ol_li.js_effectD.fadein .num-ol_li_left,
.dockEtc_ticket_tit.js_effectD.fadein .dockEtc_ticket_tit_cate::before,
.dockEtc_pickup_tit.js_effectD.fadein .dockEtc_pickup_tit_inner::before,
.num-ol_li.load_fadein_d_2.fadein .num-ol_li_left,
.reservation_point_tit.js_effectD.fadein::before,
.reservation_point_tit.js_effectD.fadein::after {
  animation: icn_bounce .3s ease forwards 0.5s;
}

/* MVのすぐ下にある場合 */
.load_fadein_d_2.fadein .second-tit_cate_txt::before,
.load_fadein_d_2.fadein .second-tit::before,
.num-ol_li.load_fadein_d_2.fadein .num-ol_li_left {
  animation: icn_bounce .5s ease forwards 2s;
}

/* /MVのすぐ下にある場合 */
@keyframes icn_bounce {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* スライダープラグイン splide
-------------------------------------------*/
.splide__pagination {
  text-align: center;
  bottom: -39px;
}

.splide__pagination li {
  display: inline-block;
  /* 横並びにする */
  margin: 0 2.2px;
  /* ドットの間隔 */
}

.splide__pagination li:focus {
  outline: none;
}

.splide__pagination__page:focus {
/* outline  : 2px solid #00aaaa; */
border-radius: 50%;
outline: none;
}

.splide__pagination li.is-active {
  background-color: #ff0000;
  /* アクティブなドットの色 */
}

.splide__pagination__page {
  background: #c9c9c9;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 4px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
}

.splide__pagination__page.is-active {
  background: #00aaaa;
  transform: scale(1);
  z-index: 1;
}


@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -33px;
  }
}


/* .tab_area タブエリア
  -------------------------------------------*/
.tab_area {
  margin: 20px auto 0;
}

.tab_area li a {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .1em;
  width: 148px;
  padding: .9em .5em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #00aaaa;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  background: #fff;
  position: relative;
  /* outline: none; */
}

.tab_area li a:hover,
.tab_area li a:active {
  /* outline: none; */
}

.tab_area li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #00aaaa;
  border-right: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  transition: all .5s;
}

.tab_area li.select a::after {
  border-left: 7px solid rgba(255, 255, 255, .7);
}

.tab_area li a:hover::after {
  transform: translateX(5px);
}

.tab_area li+li {
  margin-top: 24px;
}

.tab_area li.select a {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 128, 128, 1) 0%, rgba(0, 170, 170, 1) 100%);
}

.tab_area li:not(.select) a {
  border: 1px solid #00aaaa;
  opacity: 0.8;
}

.tab_area li:not(.select) a:hover {
  opacity: .6;
}

.content_area-wrap {
  width: calc(100% - 188px);
  box-sizing: border-box;
}

.content_area {
  text-align: left;
}

.tab_area li:not(.select) a::before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  right: 19px;
  transition: all .5s;
}

.tab_area li:not(.select) a:hover::before {
  width: 0;
}

.hide {
  display: none;
}

.tab-horizontalBl .content_area-wrap {
  width: auto;
}

.tab-horizontalBl .tab_area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}

.tab-horizontalBl .tab_area li {
  margin: 16px 16px 0 0;
}

.tab-horizontalBl .tab_area li a {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: auto;
  height: 48px;
  border-radius: 60px;
  padding: .7em 2.03em .7em 1.63em;
  color: #8f8f8f;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.tab-horizontalBl .tab_area li.select a {
  color: #fff;
}

.tab-horizontalBl .tab_area li:not(.select) a {
  border: 1px solid #dadada;
  opacity: 1;
}

.tab-horizontalBl .tab_area li:not(.select) a:hover {
  opacity: 0.7;
}

.tab-horizontalBl .tab_area li:not(.select) a::before {
  display: none;
}

.tab-horizontalBl .tab_area li a::after {
  border-left: 6px solid #8f8f8f;
  transform: rotate(90deg);
}

.tab-horizontalBl .tab_area li.no-tab a::after {
  transform: rotate(0);
}

.tab-horizontalBl .tab_area li.select a::after {
  border-left: 6px solid #fff;
}


@media screen and (max-width: 767px) {
  .tab_area {
    margin: 24px 0 22px;
    display: flex;
    flex-wrap: wrap;
  }

  .tab_area li,
  .tab_area li+li {
    box-sizing: border-box;
    margin: 2.1% 0.9%;
  }

  .tab_area li a {
    font-size: 1.2rem;
    width: auto;
    padding: .52em 2em .52em 1.6em;
  }

  .tab_area li:not(.select) a:hover {
    opacity: 0.8;
  }

  .tab_area li a::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #00aaaa;
    top: calc(50% - 3px);
    right: 9px;
    transform: rotate(90deg);
  }

  .tab_area li a:hover::after {
    transform: rotate(90deg);
  }

  .tab_area li:not(.select) a:hover::before {
    width: 8px;
  }

  .content_area-wrap {
    width: auto;
  }

  .content_area {
    padding: 0 8px;
  }

  .tab-horizontalBl .content_area-wrap {
    margin: 0 -9px;
  }

  .tab-horizontalBl .content_area {
    padding: 0;
  }

  .tab-horizontalBl .tab_area {
    display: block;
    margin: 26px 0 28px 0;
  }

  .tab-horizontalBl .tab_area li {
    margin: 15px auto 0;
    width: calc((360 / 750) * 100vw);
  }

  .tab-horizontalBl .tab_area li a {
    font-size: 1.5rem;
    letter-spacing: .18em;
    height: 46px;
    padding: .7em 1.3em;
  }

  .tab-horizontalBl .tab_area li:not(.select) a:hover {
    opacity: 1;
  }

  .tab-horizontalBl .tab_area li a::after {
    top: calc(50% - 3px);
    right: 12px;
  }

}


@media screen and (max-width: 350px) {
  .tab-horizontalBl .tab_area li {
    width: calc((564 / 750)* 100vw);
  }

}


/* 「お知らせ」
---------------------------------------------------*/
.news_ul-wrap {
  border-top: 1px solid rgb(251, 251, 251);
  border-left: 1px solid rgb(251, 251, 251);
  border-right: 1px solid rgb(251, 251, 251);
  padding: 0 4%;
}

.news_ul_li {
  border-bottom: 1px solid rgb(232, 232, 232);
}

.news_ul_li+.news_ul_li {
  margin-top: 5%;
}

.news_ul_li:last-child {
  border: none;
}

.news_ul_li_a {
  display: flex;
  padding: 7% 4%;
}

.news_ul_li_a_date {
  display: inline-block;
  width: 40px;
  box-sizing: border-box;
  margin-right: 25px;
}

.news_ul_li_a_date_year {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .09em;
  display: block;
  margin: 0 auto;
}

.news_ul_li_a_date_month-day {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .09em;
  border-top: 1px solid rgb(204, 204, 204);
  display: block;
  padding-top: 1px;
  margin: 3px auto 0;
}

.news_ul_li_a_desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .12em;
  display: inline-block;
  width: calc(100% - 90px);
  box-sizing: border-box;
}

.news_dl {
  position: relative;
  padding: 0 0 30px;
  margin-top: 20px;
}

.content_area .news_dl:last-child {
  padding-bottom: 3px;
}

.news_dl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(232, 232, 232);
  position: absolute;
  bottom: 0;
  left: 0;
}

.content_area .news_dl:last-child::after {
  display: none;
}

.news_dl dt {
  display: flex;
  padding-left: 30px;
}

.news_dl dt time {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.09em;
  position: relative;
  top: -1px;
}

.news_dl dt .news_cate {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #00aaaa;
  border-radius: 40px;
  background-color: rgba(0, 170, 170, .2);
  padding: 0 1.36em 0.1em 1.36em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 13px;
  min-width: 90px;
  box-sizing: border-box;
}

.news_dl dt .news_cate.important {
  display: none;
  color: #fff;
  background-color: #00aaaa;
  min-width: 60px;
}

.news_dl dd {
  margin-top: 5px;
  padding-left: 30px;
}

.news_dl dd p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .12em;
}

.news_dl dd p a:hover {
  text-decoration: underline;
}

.news_dl dd .news_cate.important {
  display: none !important;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  background-color: #00aaaa;
  padding: .24em 1.0em .24em 1.36em;
  display: inline-block;
  margin: 0 2px 0px 0;
  min-width: 60px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
}


@media screen and (max-width: 767px) {

  .news_ul_li+.news_ul_li {
    margin-top: 0;
  }

  .news_ul_li_a {
    padding: 12px 12px 7px;
  }

  .news_ul_li_a_date {
    width: 47px;
    margin-right: 17px;
  }

  .news_ul_li_a_date_year {
    font-size: 1.2rem;
  }

  .news_ul_li_a_date_month-day {
    font-size: 1.6rem;
    margin: 3px auto 0;
  }

  .news_ul_li_a_desc {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.64;
    width: calc(100% - 64px);
  }

  .news_dl {
    padding: 0 0 14px;
    margin-top: 17px;
  }

  .news_dl dt {
    padding-left: 10px;
  }

  .news_dl dt time {
    font-size: 1.1rem;
    margin: 0 0.5em 0 0;
  }

  .news_dl dt .news_cate {
    font-size: 1.1rem;
    margin: 0 0 0 1em;
  }

  .news_dl dd {
    margin-top: 7px;
    padding-left: 10px;
  }

  .news_dl dd p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .1em;
  }

  .news_dl dd p a:hover {
    text-decoration: none;
  }

  .news_dl dd .news_cate.important {
    font-size: 1.3rem;
    height: inherit;
    padding: 0 1.36em 0.1em;
    margin: 0 0 0 9px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    color: #00aaaa;
    border-radius: 40px;
    background-color: rgba(0, 170, 170, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
  }

}

/* clearfix
---------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}


/* 「受付時間」内のテーブル
---------------------------------------------------*/
.receptTime_table-wrap {
  border: 1px solid #dadada;
  border-radius: 5px;
  margin-top: 28px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  width: 100%;
  box-sizing: border-box;
  padding: 22px 1.2em;
}

.receptTime_table-wrap + .txt-normal-s,
.receptTime_table-wrap + .txt-normal-n {
  margin-top: 15px;
}

.receptTime_table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}

.receptTime_table tr:nth-child(n+2) {
  border-bottom: 1px solid #bfbfbf;
}

.receptTime_table tr:last-child {
  border-bottom: none;
}

.receptTime_table th,
.receptTime_table td {
  border-right: 1px solid #bfbfbf;
  text-align: center;
  font-weight: 500;
}

.receptTime_table th:last-child,
.receptTime_table td:last-child {
  border-right: none;
}

.receptTime_table th {
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 10px 0;
}

.receptTime_table td {
  font-size: 1.6rem;
  padding: 1.7em 1.55em 2.2em;
}

.receptTime_table tr:nth-child(n+3) td {
  padding-top: 2.2em;
}

.receptTime_table td:nth-child(1) {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: .1em;
  position: relative;
  top: -.15em;
}

.receptTime_table .available {
  color: #00aaaa;
}

.receptTime_table .unavailable {
  color: #323232;
}

.tab-wrap+.txt-normal-s {
  margin: 17px 0 0 0;
}


@media screen and (max-width: 999px) {
  .receptTime_table td {
    padding: 0.8em 0.5em 1.2em;
  }
}


@media screen and (max-width: 767px) {
  .receptTime_table-wrap {
    margin-top: 30px;
    padding: 23px 12px 19px;
  }

  .receptTime_table tr:nth-child(1) th:nth-child(1) {
    width: 80px;
    min-width: 80px;
    box-sizing: border-box;
  }

  .receptTime_table th {
    font-size: 1.55rem;
    padding: 5px 0 10px;
    border-bottom: 1px solid #bfbfbf;
  }

  .receptTime_table td {
    font-size: 1.7rem;
    padding: 0.8em 0.4em;
    vertical-align: middle;
  }

  .receptTime_table td:nth-child(1) {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 0;
  }

  .receptTime_table tr:nth-child(n+3) td {
    padding-top: 0.9em;
    padding-bottom: 1.3em;
  }

  .receptTime_table td .txt-green {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.2em;
    display: block;
  }

  .tab-wrap+.txt-normal-s {
    margin: 20px 10px 0;
  }

}


@media screen and (max-width: 499px) {
  .receptTime_table tr:nth-child(1) th:nth-child(1) {
    width: 45px;
    min-width: 45px;
  }
}


/* 「404」ページ
---------------------------------------------------*/
.notFoundBl {
  padding: 200px 0;
}

.notFound_tit {
  font-size: 5.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #00aaaa;
}

.notFound_txt-l {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-top: 10px;
}

.notFound_txt-m {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-top: 40px;
}


@media screen and (max-width: 767px) {
  .notFoundBl {
    padding: 100px 0;
  }

  .notFound_tit {
    font-size: calc((70 / 750)* 100vw);
    letter-spacing: 0.1em;
    text-align: center;
  }

  .notFound_txt-l {
    font-size: calc((42 / 750)* 100vw);
    line-height: 1.5;
    margin-top: calc((32 / 750)* 100vw);
    text-align: center;
  }

  .notFound_txt-m {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: calc((80 / 750)* 100vw);
  }

}