@charset "UTF-8";
/*!
Theme Name: 佐々木整形外科
Theme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: 佐々木整形外科
*/
/*Color Management*/
/*Basic Color*/
/*Couplate Color*/
/*Border Color*/
/*Footer*/
/*ASIDE*/
/*!color*/
/*!レスポンシブ*/
/*!normalize.css*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /*cursor:pointer*/ }

button[disabled], html input[disabled] {
  /*cursor:default*/ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*!//normalize.css*/
/*!basic css*/
html {
  height: 100%;
  font-size: 1.2vw; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3.5vw; } }
  @media screen and (min-width: 1367px) {
    html {
      font-size: 16.4px; } }

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  /*font-family: 'Montserrat',Avenir Next,Verdana,游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;*/
  font-weight: 500;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f7f7f7;
  color: #0c1e29;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  body.onFooter {
    background: #414846;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt"; }

h1, h2, h3, h4, h5, p, ul, dl, ol, table {
  color: #0b1c27; }

::selection {
  background-color: rgba(0, 0, 0, 0.15);
  color: #252525; }

/*マウスストーカー*/
.mouse {
  background: #38a1db;
  opacity: .5;
  border-radius: 50%;
  position: fixed;
  z-index: 10010;
  pointer-events: none;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out; }
  @media screen and (max-width: 768px) {
    .mouse {
      display: none; } }

.cursor, .follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none; }

.cursor {
  width: 12px;
  height: 12px;
  background-color: #38a1db;
  z-index: 10001;
  opacity: .5; }

.follower {
  width: 40px;
  height: 40px;
  background-color: #38a1db;
  opacity: .2;
  z-index: 10000;
  transition: transform ease .1s; }

.follower.is-active {
  transform: scale(2);
  transition: transform ease .1s; }

/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #siteContent {
      overflow: hidden; } }

/*!TEXT*/
p, h1, h2, h3, h4, h5 {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  font-size: 1em;
  line-height: 1.8; }

h1, h2, h3, h4, h5 {
  position: relative;
  z-index: 15; }

p {
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.8; }

.sans {
  font-family: 'Montserrat',Avenir Next,Verdana,'Noto Sans JP',游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif; }

.serif {
  font-family: "Sorts Mill Goudy", YuMincho, "游明朝", "Times New Roman", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HGS明朝B", "ＭＳ Ｐ明朝", serif, "Meiryo", "Sawarabi Mincho", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

i {
  font-style: normal; }

.emphasis {
  background: linear-gradient(rgba(230, 0, 17, 0.25), rgba(230, 0, 17, 0.25)) no-repeat;
  background-size: 100% 8px;
  background-position: 0 0.9em; }

.posCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

img {
  max-width: 100%;
  height: auto; }

img.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

video.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*!LINK*/
a {
  color: #151515;
  text-decoration: none; }
  a.not {
    cursor: not-allowed; }
  a.inline {
    text-decoration: underline; }
  a[target='_blank'] p::after {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 1em;
    height: 1em;
    background: url(images/iconLinkout.svg);
    background-size: cover;
    margin-left: 1em; }
  a.linkFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
  a.btn {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 14em;
    background: #38a1db;
    padding: .615em 2.05em;
    border-radius: 3.075em;
    border: solid 1px #38a1db;
    overflow: hidden;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a.btn > span {
      display: block; }
      a.btn > span.txt {
        font-weight: normal;
        font-size: .9em;
        color: #ffffff;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn > span.icon {
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon_arrow-wh.svg) center no-repeat;
        background-size: 75%;
        margin-left: .615em;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn > span.out {
        background: url(images/icon_links-blk.svg) center no-repeat !important;
        background-size: 75%; }
    a.btn.fill {
      border: solid 1px #38a1db; }
      a.btn.fill::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #38a1db;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn.fill * {
        position: relative;
        color: #ffffff; }
    a.btn.line {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(5.5px);
      -webkit-backdrop-filter: blur(5.5px);
      border: solid 1px #ffffff; }
      a.btn.line::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff14;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn.line * {
        position: relative;
        color: #ffffff; }
  a:hover.btn {
    background: #256c92;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a:hover.btn.fill::before {
      filter: brightness(0.9);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a:hover.btn.line::before {
      filter: brightness(0.5);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a:hover.btn > span.txt {
      transform: translateX(0);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      transition-duration: .205s; }
    a:hover.btn > span.icon {
      transform: translateX(0.41em);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      transition-duration: .205s;
      transition-delay: .1025s; }

/*!ul/dl*/
ul, dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  -ms-margin-before: 0;
  -ms-margin-after: 0;
  -ms-margin-start: 0;
  -ms-margin-end: 0;
  -ms-padding-start: 0;
  -o-margin-before: 0;
  -o-margin-after: 0;
  -o-margin-start: 0;
  -o-margin-end: 0;
  -o-padding-start: 0;
  margin-before: 0;
  margin-after: 0;
  margin-start: 0;
  margin-end: 0;
  padding-start: 0;
  -webkit-padding-left: 0;
  -moz-padding-left: 0;
  -ms-padding-left: 0;
  -o-padding-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul li {
  list-style-type: none; }

dl dd {
  margin-left: 0; }

.clear::after {
  content: '';
  display: block;
  clear: both; }

/*!ASPECT*/
.aspect {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .aspect.aspect35 {
    padding-top: 35%; }
  .aspect.aspect41 {
    padding-top: 41.4%; }
  .aspect.aspect50 {
    padding-top: 50%; }
  .aspect.aspect56 {
    padding-top: 56.25%; }
  .aspect.aspect61 {
    padding-top: 61.8%; }
  .aspect.aspect75 {
    padding-top: 75%; }
  .aspect.aspect100 {
    padding-top: 100%; }
  .aspect.aspect120 {
    padding-top: 120%; }
  .aspect.aspect141 {
    padding-top: 141.4%; }
  .aspect.aspect178 {
    padding-top: 178%; }
  .aspect.aspect200 {
    padding-top: 200%; }
  .aspect.sample {
    border: solid 1px #e5ebf1;
    background: #f7f7f7; }
  .aspect .aspectBlock {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .aspect .aspectBlock .aspectInner {
      height: calc(100% + 10rem);
      transform: translateY(-5rem); }
    .aspect .aspectBlock img {
      width: 100%;
      height: auto; }
      .aspect .aspectBlock img.objf {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .aspect .aspectBlock iframe {
      width: 100%;
      height: 100%; }
    .aspect .aspectBlock video {
      width: 100%;
      height: auto; }

/*!fugure*/
figure {
  position: relative;
  z-index: 15;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 2.05em;
  overflow: hidden; }
  figure.asp61 {
    padding-top: 61.8%; }
  figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  figure figcaption {
    display: block;
    position: absolute;
    left: 1.64em;
    bottom: 1.23em;
    z-index: 20;
    font-size: .85em; }

/*!shadow*/
.sdw {
  box-shadfigureow: 0 1rem 3rem rgba(0, 0, 0, 0.05); }

.shadow {
  box-shadow: 0 2.5rem 2rem -2rem #193b4d66; }

/*!Resposive*/
.hidden-xs {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .hidden-xs {
      display: none !important; } }

.visible-xs {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-xs {
      display: block !important; } }

/*!.sticky*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8999; }

/*!page loading*/
#main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #F0F4F8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle farthest-side, #19080826, #280b0b26);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  #main .img {
    display: block;
    overflow: hidden;
    height: 3.075em; }
    #main .img img {
      width: auto;
      height: 3.075em;
      transform: translateY(3.075em); }
      @media screen and (max-width: 768px) {
        #main .img img {
          height: 2.05em; } }
      #main .img img.gone {
        transform: translateY(0);
        transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s; }

.loading {
  height: 2.1em;
  width: 2.1em;
  border-radius: 100%;
  border-top: 1px solid #f7f7f7;
  margin-top: 2.1em;
  animation: move 1s infinite; }
  @media screen and (max-width: 768px) {
    .loading {
      height: 1.64em;
      width: 1.64em; } }

@keyframes move {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*ロード終了*/
[data-loading="true"] #main.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!.inview*/
.inview {
  opacity: 0; }
  .inview.action {
    opacity: 1;
    transition: ease-in-out 1s; }
  .inview.action[data-delay="1"] {
    transition-delay: 0.05s; }
  .inview.action[data-delay="2"] {
    transition-delay: 0.1s; }
  .inview.action[data-delay="3"] {
    transition-delay: 0.15s; }
  .inview.action[data-delay="4"] {
    transition-delay: 0.2s; }
  .inview.action[data-delay="5"] {
    transition-delay: 0.25s; }
  .inview.action[data-delay="6"] {
    transition-delay: 0.3s; }
  .inview.action[data-delay="7"] {
    transition-delay: 0.35s; }
  .inview.action[data-delay="8"] {
    transition-delay: 0.4s; }
  .inview.action[data-delay="9"] {
    transition-delay: 0.45s; }
  .inview.action[data-delay="10"] {
    transition-delay: 0.5s; }

.animated {
  transform: translateY(2em); }
  .animated.move {
    transform: translateY(0);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

.animate {
  transform: translateY(-2rem); }
  .animate.move {
    transform: translateY(0);
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.blur {
  filter: blur(10px);
  transform: translate3d(0, 0, 0) perspective(0);
  backface-visibility: hidden;
  will-change: contents; }
  .blur.action {
    filter: blur(0);
    transition: ease .5s; }

.animeBox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .animeBox::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 100%;
    background: #38a1db; }
  .animeBox img {
    opacity: 0; }
  .animeBox.gone::after {
    animation: animeCover 1.25s forwards;
    animation-delay: .5s; }
  .animeBox.gone img {
    animation: animeImg 1.25s forwards;
    animation-delay: .5s; }

@keyframes animeCover {
  0% {
    width: 0;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  51% {
    width: 100%;
    left: initial;
    right: 0; }
  100% {
    width: 0;
    left: initial;
    right: 0; } }
@keyframes animeImg {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/*ベンダープレフィックス登録*/
.animation {
  animation: humbNav 1.5s linear 0s infinite;
  -o-animation: humbNav 1.5s linear 0s infinite;
  -moz-animation: humbNav 1.5s linear 0s infinite;
  -webkit-animation: humbNav 1.5s linear 0s infinite; }

@keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-webkit-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-o-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
.anime_fade {
  display: flex; }

.anime_fade:hover span {
  animation: anime_fade 1s linear 0s 1;
  -o-animation: anime_fade 1s linear 0s 1;
  -moz-animation: anime_fade 1s linear 0s 1;
  -webkit-animation: anime_fade 1s linear 0s 1; }

@keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.transition {
  transition: ease 0.3s;
  transition: -o-ease 0.3s;
  transition: -moz-ease 0.3s;
  transition: -webkit-ease 0.3s; }

/*!input*/
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #f8f8f8;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  width: 100%;
  height: 60px;
  font-size: 1.5rem; }
  select option {
    background-color: #fff;
    color: #333; }

/*!------------------------------------
css_assets(パーツ)
-------------------------------------*/
.clr_lime {
  color: #30C39E; }

/*!button*/
.humbBtn {
  width: 4.1em;
  height: 4.1em;
  position: relative; }
  @media screen and (max-width: 768px) {
    .humbBtn {
      display: block;
      width: 15vw;
      height: 15vw; } }
  .humbBtn span.dots {
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #151515;
    position: absolute;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn span.dots:nth-child(1) {
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(2) {
      top: calc(50% - 5px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(3) {
      top: calc(50% - 5px);
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(5) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(6) {
      top: 50%;
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(7) {
      top: calc(50% + 5px);
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(8) {
      top: calc(50% + 5px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(9) {
      top: calc(50% + 5px);
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
  .humbBtn span.border {
    display: block;
    width: 20%;
    height: 2px;
    border-radius: 2px;
    background: #151515;
    position: absolute;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn span.border:nth-child(1) {
      top: 42.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(3) {
      top: 57.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn:hover span.dots {
    background: #fff;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn:hover span.dots:nth-child(1) {
      top: calc(50% - 6px);
      left: calc(50% - 6px); }
    .humbBtn:hover span.dots:nth-child(2) {
      top: calc(50% - 6px);
      left: 50%; }
    .humbBtn:hover span.dots:nth-child(3) {
      top: calc(50% - 6px);
      left: calc(50% + 6px); }
    .humbBtn:hover span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 6px); }
    .humbBtn:hover span.dots:nth-child(5) {
      top: 50%;
      left: 50%; }
    .humbBtn:hover span.dots:nth-child(6) {
      top: 50%;
      left: calc(50% + 6px); }
    .humbBtn:hover span.dots:nth-child(7) {
      top: calc(50% + 6px);
      left: calc(50% - 6px); }
    .humbBtn:hover span.dots:nth-child(8) {
      top: calc(50% + 6px);
      left: 50%; }
    .humbBtn:hover span.dots:nth-child(9) {
      top: calc(50% + 6px);
      left: calc(50% + 6px); }
  .humbBtn.active span.dots {
    background: #fff;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn.active span.dots:nth-child(1) {
      top: 50%;
      left: calc(50% - 5px); }
    .humbBtn.active span.dots:nth-child(2) {
      top: 50%;
      left: 50%; }
    .humbBtn.active span.dots:nth-child(3) {
      top: 50%;
      left: calc(50% + 5px); }
    .humbBtn.active span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 5px); }
    .humbBtn.active span.dots:nth-child(5) {
      top: 50%;
      left: 50%; }
    .humbBtn.active span.dots:nth-child(6) {
      top: 50%;
      left: calc(50% + 5px); }
    .humbBtn.active span.dots:nth-child(7) {
      top: 50%;
      left: calc(50% - 5px); }
    .humbBtn.active span.dots:nth-child(8) {
      top: 50%;
      left: 50%; }
    .humbBtn.active span.dots:nth-child(9) {
      top: 50%;
      left: calc(50% + 5px); }
  .humbBtn.active span.border {
    background: #151515;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn.active span.border:nth-child(1) {
      top: 50%; }
    .humbBtn.active span.border:nth-child(3) {
      top: 50%; }
  .humbBtn.scroll span {
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!------------------------------------
css_template(レイアウト)
-------------------------------------*/
.innerWrap {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .innerWrap {
      width: 85%; } }

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/**/
#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: auto;
  background: #ffffff;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
  @media screen and (max-width: 768px) {
    #siteHeader {
      padding-top: 1.25vw; } }
  #siteHeader .wrapper {
    width: 90%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #siteHeader .wrapper {
        width: 95%;
        margin-right: 0; } }
    #siteHeader .wrapper.announce {
      display: flex;
      align-items: center;
      max-width: 1440px;
      height: 3.28em;
      padding: 0 2.05em 0 0; }
      @media screen and (max-width: 768px) {
        #siteHeader .wrapper.announce {
          display: none; } }
      #siteHeader .wrapper.announce > .f_wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        #siteHeader .wrapper.announce > .f_wrapper .news_block {
          display: flex;
          align-items: center;
          width: calc(100% - (180px * 3) - (4px * 2)); }
          #siteHeader .wrapper.announce > .f_wrapper .news_block::before {
            content: '';
            display: block;
            width: 2.05em;
            height: 2.05em;
            background: url(images/icon_megaphone.svg) center;
            background-size: cover; }
  #siteHeader .flexWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .41em 0; }
    @media screen and (max-width: 768px) {
      #siteHeader .flexWrap {
        padding: 0; } }
    #siteHeader .flexWrap > .flexRight {
      display: flex;
      align-items: center;
      justify-content: fhlex-end; }
  #siteHeader.move {
    transform: translateY(-3.28em);
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
    @media screen and (max-width: 768px) {
      #siteHeader.move {
        transform: translateY(0); } }
    #siteHeader.move dl.listGlobal {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(-1.23em);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

.scroll #siteHeader {
  transform: translateY(-3.28em);
  box-shadow: 0 10px 15px -20px #353c43;
  transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
  @media screen and (max-width: 768px) {
    .scroll #siteHeader {
      transform: translateY(0); } }
.scroll.scrollUp #siteHeader {
  transform: translateY(0);
  transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }

.headLogo {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .headLogo {
      height: 15vw; } }
  .headLogo a {
    display: flex;
    align-items: center;
    line-height: 0; }
  .headLogo img {
    width: auto;
    height: 1.435em; }
    @media screen and (max-width: 768px) {
      .headLogo img {
        height: 1.23em; } }
  .headLogo p {
    font-size: .8em;
    font-weight: 600;
    color: #38a1db;
    margin-left: .615em;
    padding-top: 0.205em; }

nav.globalNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    nav.globalNav {
      display: none;
      padding: 0;
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  nav.globalNav dl.listGlobal {
    display: flex;
    align-items: baseline;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    nav.globalNav dl.listGlobal dt {
      display: block;
      margin-right: 1.64em; }
      nav.globalNav dl.listGlobal dt a span {
        font-size: 1.125em;
        font-weight: bold; }
    nav.globalNav dl.listGlobal dd {
      display: block;
      margin-right: 1.23em; }
      nav.globalNav dl.listGlobal dd a span {
        font-weight: bold; }

ul.listContact {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    ul.listContact {
      margin-left: 0; } }
  ul.listContact li a {
    width: 4.1em;
    height: 4.1em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      ul.listContact li a {
        width: 10.8vw;
        height: 15vw; } }
  ul.listContact li img {
    width: 1em;
    height: 1em; }

ul.headline {
  width: calc(100% - 2.05em);
  display: block;
  padding-left: 1.23em; }
  ul.headline li a {
    display: flex;
    align-items: baseline; }
    ul.headline li a time {
      font-size: .85em;
      font-weight: bold;
      color: #256c92; }
    ul.headline li a p {
      padding: 0 2.05em;
      white-space: nowrap; }

ul.listTouch {
  display: flex;
  align-items: center; }
  ul.listTouch li {
    position: relative;
    z-index: 15; }
    ul.listTouch li ~ li {
      display: flex;
      align-items: center; }
      ul.listTouch li ~ li::before {
        content: '|';
        display: block;
        margin: 0 .41em;
        color: #e5ebf1; }
    ul.listTouch li.hasChild:hover ._comment {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
    ul.listTouch li ._comment {
      position: absolute;
      top: 2.46em;
      left: calc(50% + 1em);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateX(-50%);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      ul.listTouch li ._comment p {
        font-size: .8em;
        white-space: nowrap;
        color: #e10110; }
  ul.listTouch a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .41em 1em .41em .82em;
    background: #e3edf2;
    border-radius: 4.1em;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
    ul.listTouch a::before {
      content: '';
      display: block;
      width: 1em;
      height: 1em;
      background: #38a1db; }
    ul.listTouch a.access::before {
      background: url(images/icon_pin.svg);
      background-size: cover; }
    ul.listTouch a.mail::before {
      background: url(images/icon_booking.svg);
      background-size: cover; }
    ul.listTouch a.tel::before {
      background: url(images/icon_phone.svg);
      background-size: cover; }
    ul.listTouch a span {
      display: block;
      font-size: .9em;
      font-weight: bold;
      padding-left: .82em; }
    ul.listTouch a:hover {
      background: #ffffff;
      box-shadow: 0 0 10px -6px;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }

/*!#aside*/
aside .innerWrap {
  height: 100%;
  position: relative;
  z-index: 15; }
aside#aside {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  transition-delay: .205s; }
  @media screen and (max-width: 768px) {
    aside#aside {
      width: 100%;
      overflow: scroll; } }
  aside#aside * {
    color: #353c43; }
  aside#aside .bgWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    aside#aside .bgWrap .belt {
      position: relative;
      z-index: 15;
      width: calc(100% / 7);
      height: 0;
      background: #38a1db;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#aside .bgWrap .belt::before {
        content: '';
        display: block;
        width: 1px;
        height: 0;
        background: #e5ebf1;
        position: absolute;
        left: 0;
        top: 0;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#aside .bgWrap .belt:nth-child(1) {
        transition-delay: .1s; }
      aside#aside .bgWrap .belt:nth-child(2) {
        transition-delay: .15s; }
      aside#aside .bgWrap .belt:nth-child(3) {
        transition-delay: .2s; }
      aside#aside .bgWrap .belt:nth-child(4) {
        transition-delay: .25s; }
      aside#aside .bgWrap .belt:nth-child(5) {
        transition-delay: .3s; }
      aside#aside .bgWrap .belt:nth-child(6) {
        transition-delay: .35s; }
      aside#aside .bgWrap .belt:nth-child(7) {
        transition-delay: .4s; }
  aside#aside .innerWrap {
    width: calc((100% / 7) * 5);
    padding: calc(8.2em + 6.15em) 0 6.15em;
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    @media screen and (max-width: 768px) {
      aside#aside .innerWrap {
        padding: calc(17.5vw + 3.075em) 0 3.075em; } }
  aside#aside.move {
    opacity: 1;
    pointer-events: auto;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    aside#aside.move .bgWrap .belt {
      height: 100%;
      background: #f7f7f7;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#aside.move .bgWrap .belt::before {
        height: 100%;
        bottom: 0;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#aside.move .bgWrap .belt:nth-child(6) {
        transition-delay: .1s; }
        aside#aside.move .bgWrap .belt:nth-child(6)::before {
          transition-delay: .4s; }
      aside#aside.move .bgWrap .belt:nth-child(5) {
        transition-delay: .2s; }
        aside#aside.move .bgWrap .belt:nth-child(5)::before {
          transition-delay: .5s; }
      aside#aside.move .bgWrap .belt:nth-child(4) {
        transition-delay: .3s; }
        aside#aside.move .bgWrap .belt:nth-child(4)::before {
          transition-delay: .6s; }
      aside#aside.move .bgWrap .belt:nth-child(3) {
        transition-delay: .4s; }
        aside#aside.move .bgWrap .belt:nth-child(3)::before {
          transition-delay: .7s; }
      aside#aside.move .bgWrap .belt:nth-child(2) {
        transition-delay: .5s; }
        aside#aside.move .bgWrap .belt:nth-child(2)::before {
          transition-delay: .8s; }
      aside#aside.move .bgWrap .belt:nth-child(1) {
        transition-delay: .6s; }
        aside#aside.move .bgWrap .belt:nth-child(1)::before {
          transition-delay: .9s; }
    aside#aside.move .innerWrap {
      opacity: 1;
      pointer-events: auto;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      transition-delay: 1s; }
    aside#aside.move dl.listHumbNav dt {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transform: translateX(0);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#aside.move dl.listHumbNav dt:nth-child(1) {
        transition-delay: .7s; }
      aside#aside.move dl.listHumbNav dt:nth-child(2) {
        transition-delay: .8s; }
      aside#aside.move dl.listHumbNav dt:nth-child(3) {
        transition-delay: .9s; }
      aside#aside.move dl.listHumbNav dt:nth-child(4) {
        transition-delay: 1s; }
      aside#aside.move dl.listHumbNav dt:nth-child(5) {
        transition-delay: 1.1s; }
      aside#aside.move dl.listHumbNav dt:nth-child(6) {
        transition-delay: 1.2s; }
      aside#aside.move dl.listHumbNav dt:nth-child(7) {
        transition-delay: 1.3s; }
      aside#aside.move dl.listHumbNav dt:nth-child(8) {
        transition-delay: 1.4s; }
      aside#aside.move dl.listHumbNav dt:nth-child(9) {
        transition-delay: 1.5s; }
      aside#aside.move dl.listHumbNav dt:nth-child(10) {
        transition-delay: 1.6s; }
    aside#aside.move dl.listHumbNav dd {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transform: translateY(0);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      transition-delay: 1.2s; }
    aside#aside.move .aisde_footer {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
      -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
      -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
      -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s; }
  aside#aside .wrapper {
    position: relative;
    z-index: 15;
    width: 100%;
    height: 100%; }
  aside#aside .f_wrapper {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    transition-delay: 0; }
    @media screen and (max-width: 768px) {
      aside#aside .f_wrapper {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        align-items: flex-end; } }
    aside#aside .f_wrapper > ._left {
      width: 50%;
      padding: 10.8em 0 5vw;
      padding-left: 5%;
      max-height: 100vh;
      overflow: scroll; }
      @media screen and (max-width: 768px) {
        aside#aside .f_wrapper > ._left {
          order: 1;
          width: 100%;
          padding: 0 10% 8.2em; } }
      aside#aside .f_wrapper > ._left ._address {
        margin-top: 5.125em; }
        @media screen and (max-width: 768px) {
          aside#aside .f_wrapper > ._left ._address {
            margin-top: 2.87em; } }
        aside#aside .f_wrapper > ._left ._address > span {
          display: block;
          opacity: .41; }
        aside#aside .f_wrapper > ._left ._address p {
          margin-top: .615em; }
      aside#aside .f_wrapper > ._left ._email {
        margin-top: 5.125em; }
        @media screen and (max-width: 768px) {
          aside#aside .f_wrapper > ._left ._email {
            margin-top: 2.87em; } }
        aside#aside .f_wrapper > ._left ._email > span {
          display: block;
          opacity: .41; }
        aside#aside .f_wrapper > ._left ._email > ul {
          margin-top: .615em;
          font-size: 1.23em; }
          aside#aside .f_wrapper > ._left ._email > ul li > a {
            display: flex;
            align-items: center; }
            aside#aside .f_wrapper > ._left ._email > ul li > a span {
              display: block; }
              aside#aside .f_wrapper > ._left ._email > ul li > a span._icon {
                width: 1em;
                height: 1em;
                margin-right: .615em; }
          aside#aside .f_wrapper > ._left ._email > ul li ~ li {
            margin-top: 6px; }
        aside#aside .f_wrapper > ._left ._email a.roll {
          position: relative;
          z-index: 15;
          display: flex;
          flex-wrap: wrap;
          height: 3.69rem;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            aside#aside .f_wrapper > ._left ._email a.roll {
              height: 3.96rem; } }
          aside#aside .f_wrapper > ._left ._email a.roll::before {
            content: '';
            position: absolute;
            top: calc(3.69rem - 1px);
            right: 0;
            display: block;
            width: 0;
            height: 1px;
            background: #fff;
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
            @media screen and (max-width: 768px) {
              aside#aside .f_wrapper > ._left ._email a.roll::before {
                top: calc(3.96rem - 1px); } }
          aside#aside .f_wrapper > ._left ._email a.roll span {
            display: block;
            font-weight: lighter;
            font-size: 2.46em;
            line-height: 1.5;
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
            @media screen and (max-width: 768px) {
              aside#aside .f_wrapper > ._left ._email a.roll span {
                font-size: 2.64em; } }
          aside#aside .f_wrapper > ._left ._email a.roll:hover::before {
            left: 0;
            width: 100%;
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
          aside#aside .f_wrapper > ._left ._email a.roll:hover span {
            transform: translateY(-3.69rem);
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
            @media screen and (max-width: 768px) {
              aside#aside .f_wrapper > ._left ._email a.roll:hover span {
                transform: translateY(-3.96rem); } }
      aside#aside .f_wrapper > ._left ._social {
        margin-top: 5.125em; }
        @media screen and (max-width: 768px) {
          aside#aside .f_wrapper > ._left ._social {
            margin-top: 2.87em; } }
        aside#aside .f_wrapper > ._left ._social > span {
          display: block;
          opacity: .41; }
        aside#aside .f_wrapper > ._left ._social ul._sns {
          display: flex;
          align-items: center;
          margin-top: .82em; }
          aside#aside .f_wrapper > ._left ._social ul._sns li ~ li {
            margin: 0;
            margin-left: 1em; }
    aside#aside .f_wrapper > ._right {
      position: relative;
      z-index: 15;
      width: 50%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      padding: 14.35em 0 8.2em;
      overflow: scroll; }
      @media screen and (max-width: 768px) {
        aside#aside .f_wrapper > ._right {
          width: 100%;
          height: auto;
          padding: calc(15vw + 3.28em) 10% 15vw; } }
      aside#aside .f_wrapper > ._right ul._list li {
        opacity: 0;
        transform-origin: top left;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        aside#aside .f_wrapper > ._right ul._list li a {
          display: table; }
        aside#aside .f_wrapper > ._right ul._list li span {
          line-height: 2.255;
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        aside#aside .f_wrapper > ._right ul._list li:hover span {
          opacity: .6;
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        aside#aside .f_wrapper > ._right ul._list li ~ li {
          margin-top: 1.845em; }
      aside#aside .f_wrapper > ._right dl._list {
        display: flex;
        flex-wrap: wrap; }
        aside#aside .f_wrapper > ._right dl._list dt {
          width: 100%;
          font-weight: bold;
          font-size: 1.3375em; }
          @media screen and (max-width: 768px) {
            aside#aside .f_wrapper > ._right dl._list dt {
              font-size: 1.23em; } }
        aside#aside .f_wrapper > ._right dl._list dd {
          width: 50%;
          opacity: .82; }
          aside#aside .f_wrapper > ._right dl._list dd span {
            font-size: 1em;
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
          aside#aside .f_wrapper > ._right dl._list dd:hover span {
            opacity: 1;
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      aside#aside .f_wrapper > ._right ul._regulation {
        margin-top: 4.1em;
        display: flex;
        align-items: baseline; }
        aside#aside .f_wrapper > ._right ul._regulation li {
          margin-right: 2.05em;
          font-size: .8em; }
          aside#aside .f_wrapper > ._right ul._regulation li a {
            position: relative;
            z-index: 15;
            display: table; }
            aside#aside .f_wrapper > ._right ul._regulation li a::before {
              content: '';
              display: block;
              width: 0;
              height: 1px;
              background: #ffffff;
              position: absolute;
              bottom: 0;
              left: 0;
              transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
            aside#aside .f_wrapper > ._right ul._regulation li a::after {
              content: '';
              display: block;
              width: 100%;
              height: 1px;
              background: #ffffff;
              position: absolute;
              bottom: 0;
              right: 0;
              transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              transition-delay: .246s; }
            aside#aside .f_wrapper > ._right ul._regulation li a:hover::before {
              width: 100%;
              transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              transition-delay: .246s; }
            aside#aside .f_wrapper > ._right ul._regulation li a:hover::after {
              width: 0;
              transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
              -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
          aside#aside .f_wrapper > ._right ul._regulation li span {
            line-height: 2; }
          aside#aside .f_wrapper > ._right ul._regulation li:last-child {
            margin-right: 0; }
  aside#aside.move {
    opacity: 1;
    pointer-events: auto;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    transition-delay: .41s; }
    aside#aside.move .f_wrapper {
      opacity: 1;
      pointer-events: auto;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      transition-delay: .615s; }
      aside#aside.move .f_wrapper > ._right ul._list li {
        opacity: 1;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(0) {
          transition-delay: calc((0 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(1) {
          transition-delay: calc((1 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(2) {
          transition-delay: calc((2 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(3) {
          transition-delay: calc((3 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(4) {
          transition-delay: calc((4 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(5) {
          transition-delay: calc((5 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(6) {
          transition-delay: calc((6 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(7) {
          transition-delay: calc((7 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(8) {
          transition-delay: calc((8 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(9) {
          transition-delay: calc((9 * 0.041s) + 0.205s); }
        aside#aside.move .f_wrapper > ._right ul._list li:nth-child(10) {
          transition-delay: calc((10 * 0.041s) + 0.205s); }
aside#bside {
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  bottom: calc(2.05em + (1.23em * 3) + 1.435em);
  right: calc(1.23em * 3.8);
  z-index: 10011;
  padding: 1.075em 3.075em 2.075em 0;
  border-radius: 2em 0 0 2em;
  box-shadow: 0 10px 15px -20px;
  background: #ffffff;
  border: solid 1px #eeeeee;
  border-right: 0;
  transform: translate(100%, 0);
  transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
  @media screen and (max-width: 768px) {
    aside#bside {
      display: none; } }
  aside#bside .float_flex {
    display: flex;
    align-items: center; }
    aside#bside .float_flex ._title {
      -moz-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl; }
      aside#bside .float_flex ._title p {
        color: #38a1db;
        font-weight: bold;
        font-size: 1.23em;
        padding: 0 1.23em; }
  aside#bside:hover {
    transform: translate(0, 0);
    right: 0;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
aside#cside {
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  right: 0;
  bottom: 2.05em;
  z-index: 10011;
  transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
  -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
  @media screen and (max-width: 768px) {
    aside#cside {
      width: 100%;
      bottom: 0; } }
  aside#cside ul {
    display: flex;
    align-items: center; }
    aside#cside ul li a._card {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: auto;
      min-width: 180px;
      height: calc(1.23em * 3);
      background: #e3edf2;
      border: solid 1px #353c43;
      box-shadow: 0 10px 15px -20px;
      text-align: center;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      @media screen and (max-width: 768px) {
        aside#cside ul li a._card {
          width: calc(50vw - (1.23em * 2.05));
          min-width: calc(50vw - (1.23em * 2.05)); } }
      aside#cside ul li a._card > span {
        display: block; }
        aside#cside ul li a._card > span.icon {
          width: 1em;
          height: 1em;
          margin-right: .615em;
          line-height: 1; }
        aside#cside ul li a._card > span.txt {
          font-weight: bold; }
    aside#cside ul li a._arrow {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: calc(1.23em * 4.1);
      height: calc(1.23em * 3);
      background: #38a1db;
      border: solid 1px #353c43;
      box-shadow: 0 10px 15px -20px; }
      aside#cside ul li a._arrow > span {
        display: block; }
        aside#cside ul li a._arrow > span.txt {
          font-weight: bold;
          font-size: .6em; }
    aside#cside ul li:nth-child(1) a._card {
      border-radius: 2em 0 0 2em;
      border-right: none; }
      @media screen and (max-width: 768px) {
        aside#cside ul li:nth-child(1) a._card {
          border-radius: 0; } }
    aside#cside ul li:nth-child(2) a._card {
      border-right: none; }
    aside#cside ul li:hover a._card {
      background: #ffffff;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }

ul.listHumbNav {
  width: 100%; }
  ul.listHumbNav li {
    width: 100%; }
    @media screen and (max-width: 768px) {
      ul.listHumbNav li {
        width: 100%; } }
    ul.listHumbNav li ~ li {
      margin-top: 1.64em; }
      @media screen and (max-width: 768px) {
        ul.listHumbNav li ~ li {
          margin-top: .82em; } }

dl.listHumbNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  dl.listHumbNav dt {
    position: relative;
    z-index: 15;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-2.05em);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    dl.listHumbNav dt::before {
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-radius: 1em;
      position: absolute;
      right: 100%;
      bottom: 100%;
      opacity: 0;
      background: #38a1db; }
    dl.listHumbNav dt span {
      font-size: 1.1175em;
      font-weight: bold;
      text-decoration: underline; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dt span {
          font-size: 1.23em;
          letter-spacing: 0; } }
    dl.listHumbNav dt + * {
      margin-top: 1.64em !important; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dt + * {
          margin-top: 0.82em !important; } }
    dl.listHumbNav dt ~ dt {
      margin-top: 1.64em !important; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dt ~ dt {
          margin-top: .82em; } }
    dl.listHumbNav dt.active::before {
      opacity: 1; }
    dl.listHumbNav dt.active span {
      color: #38a1db; }
  dl.listHumbNav dd {
    width: 100%;
    margin-top: .82em;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(1.23em);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    @media screen and (max-width: 768px) {
      dl.listHumbNav dd {
        width: 100%;
        margin-top: 1.23em !important; } }
    dl.listHumbNav dd span {
      font-size: .9225em;
      opacity: .5;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dd span {
          font-size: 1em; } }
    dl.listHumbNav dd:hover {
      opacity: 1;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

.aisde_footer {
  position: relative;
  z-index: 15;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.05em);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
  @media screen and (max-width: 768px) {
    .aisde_footer {
      margin-top: 5.33em;
      padding: 4.1em 0 6.15em; } }
  @media screen and (max-width: 768px) {
    .aisde_footer::before {
      content: '';
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: calc(-1 * (100vw / 7));
      z-index: -5;
      background: #ffffff; } }
  .aisde_footer dl.listHeadoffice {
    display: block; }
    @media screen and (max-width: 768px) {
      .aisde_footer dl.listHeadoffice {
        width: 100%; } }
    .aisde_footer dl.listHeadoffice dt {
      margin-bottom: .41em; }
      @media screen and (max-width: 768px) {
        .aisde_footer dl.listHeadoffice dt {
          margin-bottom: .82em; } }
      .aisde_footer dl.listHeadoffice dt img {
        width: auto;
        height: 1.435em; }
    .aisde_footer dl.listHeadoffice dd {
      font-size: .9em;
      opacity: .5; }
      .aisde_footer dl.listHeadoffice dd ~ dd {
        margin-top: .41em; }
  .aisde_footer .cr {
    font-size: .8em;
    opacity: .5; }
    @media screen and (max-width: 768px) {
      .aisde_footer .cr {
        width: 100%;
        margin-top: 2.05em; } }

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteContent------------------------------------------------------------------------------------------------*/
#siteContent {
  position: relative;
  z-index: 15; }

h2.secTtl span {
  display: block;
  line-height: 1.65; }
  h2.secTtl span.en {
    font-size: .95em;
    letter-spacing: .0205em;
    color: #38a1db; }
  h2.secTtl span.jp {
    font-size: 1.64em;
    letter-spacing: .041em; }
h2.secTtl + .box {
  margin-top: .82em; }
  @media screen and (max-width: 768px) {
    h2.secTtl + .box {
      margin-top: 1.23em; } }

h3.secTtl {
  line-height: 1.65; }
  h3.secTtl span {
    display: block; }
    h3.secTtl span.en {
      opacity: .3075;
      font-size: .9em;
      letter-spacing: .0205em; }
    h3.secTtl span.jp {
      font-size: 1.23em;
      letter-spacing: .041em; }
  h3.secTtl + .box {
    margin-top: 1.025em; }
    @media screen and (max-width: 768px) {
      h3.secTtl + .box {
        margin-top: .82em; } }
    h3.secTtl + .box > p {
      line-height: 1.65; }

/*!//#siteContent------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
.secPage.guideline {
  position: relative;
  z-index: 15; }
  .secPage.guideline .wrapper {
    display: block;
    width: 85%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 6.15em 0; }
    @media screen and (max-width: 768px) {
      .secPage.guideline .wrapper {
        padding: 5.125em 0 4.1em; } }
  .secPage.guideline .f_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .secPage.guideline .f_wrapper > .f_left {
      width: calc(45% - 3.28em); }
      @media screen and (max-width: 768px) {
        .secPage.guideline .f_wrapper > .f_left {
          order: 1;
          width: 100%;
          margin-top: 4.1em; } }
      .secPage.guideline .f_wrapper > .f_left .__item ~ .__item {
        margin-top: 2.05em; }
      .secPage.guideline .f_wrapper > .f_left .__item ul.__list li {
        display: flex;
        align-items: center; }
        .secPage.guideline .f_wrapper > .f_left .__item ul.__list li ~ li {
          margin-top: .82em; }
        .secPage.guideline .f_wrapper > .f_left .__item ul.__list li::before {
          content: '';
          display: block;
          width: 1.46em;
          height: 1.46em; }
        .secPage.guideline .f_wrapper > .f_left .__item ul.__list li.access::before {
          background: url(images/icon_pin.svg);
          background-size: cover; }
        .secPage.guideline .f_wrapper > .f_left .__item ul.__list li.booking::before {
          background: url(images/icon_booking.svg);
          background-size: cover; }
        .secPage.guideline .f_wrapper > .f_left .__item ul.__list li.call::before {
          background: url(images/icon_phone.svg);
          background-size: cover; }
        .secPage.guideline .f_wrapper > .f_left .__item ul.__list li a {
          display: block;
          padding-left: 1.23em; }
          .secPage.guideline .f_wrapper > .f_left .__item ul.__list li a span {
            display: block;
            background: #f7f7f7;
            padding: .41em 1.64em;
            border-radius: 3.075em;
            border: solid 1px #eeeeee; }
    .secPage.guideline .f_wrapper > .f_right {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .secPage.guideline .f_wrapper > .f_right {
          width: 100%; } }

table.opentime {
  width: 100%; }
  table.opentime tr {
    border-bottom: solid 1px #e5ebf1; }
  table.opentime th {
    font-size: 1.125em;
    text-align: left;
    padding: 1.125em 0; }
    table.opentime th.pram {
      text-align: center; }
    table.opentime th.time {
      font-weight: normal; }
  table.opentime td {
    width: 10%;
    padding: 1.125em 0;
    white-space: nowrap; }
    table.opentime td::before {
      content: '';
      display: block;
      margin: 0 auto; }
    table.opentime td.open::before {
      width: .82em;
      height: .82em;
      background: #38a1db;
      border-radius: .82em; }
    table.opentime td.close::before {
      width: .82em;
      height: .205em;
      background: #38a1db;
      border-radius: .82em; }
  table.opentime ~ p.caption {
    margin-top: 8px;
    color: #8f95a1;
    text-align: right;
    font-size: .85em; }
  table.opentime ~ .access {
    display: flex;
    align-items: center;
    margin-top: 1.125em; }
    table.opentime ~ .access .address {
      display: flex;
      align-items: center;
      margin-right: 1.23em; }
      table.opentime ~ .access .address::before {
        content: '';
        display: block;
        width: 1.23em;
        height: 1.23em;
        background: url(images/icon_pin.svg);
        background-size: cover; }
      table.opentime ~ .access .address span {
        display: block;
        padding-left: .615em; }
    table.opentime ~ .access a {
      display: table;
      padding: .205em 1.125em;
      border-radius: 3.075em;
      color: #ffffff;
      background: #38a1db;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      table.opentime ~ .access a:hover {
        background: #256c92;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }

#siteFooter {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: auto;
  padding: 7.175em 0 8.2em;
  background: #353c43;
  /*
  .__logo {
   @include mq(md) {
    display: flex;
    justify-content: center;
   }
   a {}
   img {}
   p {
    text-indent: -9999px;
    height: 1px;
   }
  }
  */ }
  @media screen and (max-width: 768px) {
    #siteFooter {
      padding: 4.1em 0; } }
  #siteFooter::before {
    /*
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 15;
    background: url(images/bg_arch_r.svg) repeat;
    background-size: 128px 32px;
    */ }
  #siteFooter * {
    color: #fff; }
  #siteFooter .wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #siteFooter .wrapper {
        width: 85%; } }
    @media screen and (min-width: 1367px) {
      #siteFooter .wrapper {
        max-width: 1440px; } }
  #siteFooter .__address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6.15em; }
    @media screen and (max-width: 768px) {
      #siteFooter .__address {
        justify-content: center; } }
  #siteFooter .__copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4.1em; }
    @media screen and (max-width: 768px) {
      #siteFooter .__copyright {
        justify-content: center; } }
    #siteFooter .__copyright p {
      opacity: .82;
      font-size: .82em; }
      @media screen and (max-width: 768px) {
        #siteFooter .__copyright p {
          font-size: .8em;
          text-align: center; } }
    #siteFooter .__copyright ._upper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3.075em;
      height: 3.075em;
      border: solid 1px rgba(255, 255, 255, 0.25);
      border-radius: 3.075em;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      @media screen and (max-width: 768px) {
        #siteFooter .__copyright ._upper {
          margin-top: 2.05em; } }
      #siteFooter .__copyright ._upper .arrow {
        display: block;
        width: .82em;
        height: .82em;
        background: url(images/iconArrow.svg);
        background-size: cover;
        transform: rotate(-90deg); }
      #siteFooter .__copyright ._upper:hover {
        background: rgba(255, 255, 255, 0.1);
        border: solid 1px white;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }

ul.listFootnav {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    ul.listFootnav {
      border-top: solid 1px #353535; } }
  ul.listFootnav li {
    margin-right: 4.1em; }
    @media screen and (max-width: 768px) {
      ul.listFootnav li {
        width: 100%;
        margin-right: 0; } }
    ul.listFootnav li:last-child {
      margin-right: 0; }

dl.listFootnav dt {
  display: block;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    dl.listFootnav dt {
      display: flex;
      align-items: center;
      border-bottom: solid 1px #353535; } }
  dl.listFootnav dt span.parent {
    display: none;
    width: 15vw;
    height: 15vw;
    background: url(images/iconArrow.svg) center no-repeat;
    background-size: 25%;
    transform: rotate(90deg); }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt span.parent {
        display: block; } }
  dl.listFootnav dt a {
    position: relative;
    z-index: 15;
    display: table;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt a {
        width: calc(100% - 15vw);
        padding-right: .615em; } }
    dl.listFootnav dt a::before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: -100%;
      bottom: 0;
      opacity: .5; }
      @media screen and (max-width: 768px) {
        dl.listFootnav dt a::before {
          background: #38a1db; } }
    dl.listFootnav dt a::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: .5; }
      @media screen and (max-width: 768px) {
        dl.listFootnav dt a::after {
          background: #dddddd; } }
    dl.listFootnav dt a span {
      display: table;
      font-size: 1.1275em; }
      @media screen and (max-width: 768px) {
        dl.listFootnav dt a span {
          line-height: 15vw; } }
  dl.listFootnav dt + dt {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt + dt {
        margin-top: 0; } }
  dl.listFootnav dt + dd {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt + dd {
        margin-top: 0; } }
  dl.listFootnav dt:hover a::before {
    left: 0;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    transition-delay: .615s; }
  dl.listFootnav dt:hover a::after {
    left: 100%;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
dl.listFootnav dd {
  margin-top: .615em; }
  @media screen and (max-width: 768px) {
    dl.listFootnav dd {
      display: none;
      margin-top: 0;
      padding: 1.23em 1.64em;
      border-bottom: solid 1px #303030; } }
  dl.listFootnav dd span {
    font-size: .9em; }
  dl.listFootnav dd + dt {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dd + dt {
        margin-top: 0; } }

dl.listLocation {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    dl.listLocation {
      width: 100%; } }
  dl.listLocation dt {
    margin-right: 3.075em; }
    @media screen and (max-width: 768px) {
      dl.listLocation dt {
        width: 100%;
        margin-right: 0; } }
    dl.listLocation dt img {
      display: block;
      width: auto;
      height: 1.23em; }
      @media screen and (max-width: 768px) {
        dl.listLocation dt img {
          display: block;
          margin: 0 auto; } }
  dl.listLocation dd {
    font-size: .82em; }
    @media screen and (max-width: 768px) {
      dl.listLocation dd {
        width: 100%;
        margin-top: .82em;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      dl.listLocation dd span {
        font-size: .8em; } }

ul.listSocial {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    ul.listSocial {
      margin-top: 2.05em; } }
  ul.listSocial li {
    display: block; }
    ul.listSocial li img {
      display: block;
      width: 1.23em;
      height: 1.23em; }
    ul.listSocial li ~ li {
      margin-left: 1.64em; }

ul.listCopy {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    ul.listCopy {
      justify-content: center; } }
  ul.listCopy li {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      ul.listCopy li {
        width: 100%;
        display: block; } }
    @media screen and (max-width: 768px) {
      ul.listCopy li ~ li {
        margin-top: .615em; } }
    ul.listCopy li ~ li::before {
      content: '|';
      display: block;
      margin: 0 .82em;
      opacity: .41; }
      @media screen and (max-width: 768px) {
        ul.listCopy li ~ li::before {
          display: none; } }

.secInduction {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 15; }
  .secInduction * {
    color: #fff; }
  .secInduction .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secInduction .wrapper {
        width: 85%; } }
    @media screen and (min-width: 1367px) {
      .secInduction .wrapper {
        max-width: 1440px; } }
  .secInduction .f__wrapper {
    display: flex;
    flex-wrap: wrap; }
    .secInduction .f__wrapper > div {
      position: relative;
      z-index: 15;
      width: 50%;
      padding: 6.15em 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .secInduction .f__wrapper > div {
          width: 100%;
          padding: 3.075em 0; } }
      .secInduction .f__wrapper > div::before {
        content: '';
        display: block;
        width: 50vw;
        height: 100%;
        background: #38a1db;
        position: absolute;
        top: 0;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .secInduction .f__wrapper > div::before {
            width: 100vw; } }
      .secInduction .f__wrapper > div a.btn {
        margin: 0 auto;
        margin-top: 2.05em; }
    .secInduction .f__wrapper > .__left::before {
      right: 0; }
      @media screen and (max-width: 768px) {
        .secInduction .f__wrapper > .__left::before {
          right: -7.5vw; } }
    .secInduction .f__wrapper > .__right::before {
      filter: brightness(0.9);
      left: 0; }
      @media screen and (max-width: 768px) {
        .secInduction .f__wrapper > .__right::before {
          left: -7.5vw; } }

.secGuide {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: auto;
  padding: 8.2em 0 calc(8.2em + 33px);
  background: url(images/index_1_1.jpeg) center;
  background-size: cover;
  border-top: solid 1px #e5ebf1;
  border-bottom: solid 1px #e5ebf1; }
  @media screen and (max-width: 768px) {
    .secGuide {
      padding: 5.125em 0 3.28em; } }
  .secGuide.center {
    text-align: center; }
  .secGuide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #38a1db, #256c92);
    opacity: .9; }
  .secGuide::after {
    /*
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 32px;
    background: url(images/bg_arch.svg) repeat;
    background-size: 128px 32px;
    @include mq(md){
    	height: 16px;
    	background-size: 64px 16px;
    }
    */ }
  .secGuide .wrapper {
    position: relative;
    z-index: 20;
    width: 80%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secGuide .wrapper {
        width: 85%; } }
  .secGuide h2.itemTtl span {
    color: #ffffff; }
  .secGuide h2.itemTtl::after {
    background: #ffffff; }
  .secGuide p {
    color: #ffffff; }

ul.listBooking {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.075em; }
  ul.listBooking li {
    margin: 0 1.23em;
    width: 18em; }
    @media screen and (max-width: 768px) {
      ul.listBooking li ~ li {
        margin-top: .82em; } }
  ul.listBooking a {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border-radius: 4.1em;
    border: solid 2px rgba(255, 255, 255, 0.25);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    ul.listBooking a:hover {
      background: #256c92;
      border: solid 2px #256c92;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
  ul.listBooking span {
    display: block;
    padding: 1.025em 1.23em;
    text-align: center;
    color: #ffffff;
    font-size: 1.125em; }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/*!#index----------------------------------------------------------------------------------------------*/
h1.indexTtl {
  position: relative;
  z-index: 15; }
  @media screen and (max-width: 768px) {
    h1.indexTtl {
      margin-top: 15vw; } }
  h1.indexTtl span {
    display: block;
    font-weight: normal;
    font-size: 1.435em;
    line-height: 1.5;
    color: #ffffff;
    		/*
      background-color: $ff;
      background-image: -webkit-linear-gradient(left,$ff 0,$eye 55%,$ff 60%,$ff 60%);
      background-position: 0 0;
      background-size: 200% 200%;
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      animation: headingAnimation 3s ease-in-out 0s infinite normal;
    		*/ }
    @media screen and (max-width: 768px) {
      h1.indexTtl span {
        /*text-align: center;*/ } }
    h1.indexTtl span.en {
      font-size: 2.05em;
      font-weight: 900;
      line-height: .82; }
      @media screen and (max-width: 768px) {
        h1.indexTtl span.en {
          font-size: 2.05em; } }
    h1.indexTtl span.jp {
      font-size: 1.435em;
      font-weight: normal;
      line-height: 1;
      margin-top: .82em; }
      @media screen and (max-width: 768px) {
        h1.indexTtl span.jp {
          font-size: 1.23em; } }
    h1.indexTtl span em {
      font-style: normal;
      color: #ffffff;
      display: block;
      line-height: 2;
      text-shadow: 0 2px 10px #3300005c; }
      h1.indexTtl span em:nth-child(1) {
        transition-delay: .25s; }
      h1.indexTtl span em:nth-child(2) {
        transition-delay: .5s; }
      h1.indexTtl span em:nth-child(3) {
        transition-delay: .75s; }
      h1.indexTtl span em:nth-child(4) {
        transition-delay: 1s; }
      h1.indexTtl span em:nth-child(5) {
        transition-delay: 1.25s; }
    h1.indexTtl span img {
      width: auto;
      height: 2.05rem; }
    h1.indexTtl span.action em {
      transition-delay: 0 !important; }
  h1.indexTtl + .box {
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      h1.indexTtl + .box {
        margin-top: 2.4em; } }

h2.indexTtl {
  position: relative;
  z-index: 15; }
  h2.indexTtl span {
    display: block;
    font-weight: bold;
    font-size: 1.435em;
    line-height: 1.5;
    background-color: #000a05;
    background-image: -webkit-linear-gradient(left, #000a05 0, #ffffff 55%, #000a05 60%, #000a05 60%);
    background-position: 0 0;
    background-size: 200% 200%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: headingAnimation 2s ease-in-out 0s infinite normal; }
    @media screen and (max-width: 768px) {
      h2.indexTtl span {
        text-align: center; } }
    h2.indexTtl span.en {
      font-size: 1em;
      font-weight: normal;
      margin-bottom: .41em;
      color: #38a1db; }
      @media screen and (max-width: 768px) {
        h2.indexTtl span.en {
          margin-bottom: .41em; } }
    h2.indexTtl span.jp {
      font-size: 1.435em;
      font-weight: 600; }
  h2.indexTtl + .box {
    margin-top: 2.1em; }
    @media screen and (max-width: 768px) {
      h2.indexTtl + .box {
        margin-top: 1.64em; } }

@keyframes headingAnimation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% -200%; } }
h3.indexTtl {
  position: relative;
  z-index: 15;
  margin-bottom: .41em; }
  h3.indexTtl span {
    display: table;
    line-height: 1.5;
    border-bottom: solid 1px #353535; }

.secIndex {
  background: #ffffff;
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .secIndex .wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secIndex .wrapper {
        width: 85%; } }
    @media screen and (min-width: 1367px) {
      .secIndex .wrapper {
        max-width: 1440px; } }

.sepWrapper {
  width: 100%; }

/*!#index_sec1*/
.secIndex.sec1 {
  width: 100%;
  height: auto;
  z-index: 20;
  background: #ffffff;
  padding-top: calc(7.38em + 4.1em + 1.23em); }
  @media screen and (max-width: 768px) {
    .secIndex.sec1 {
      padding-top: 17.5vw; } }
  .secIndex.sec1 .main_wrapper {
    position: relative;
    z-index: 15;
    width: 90%;
    max-width: 1440px;
    height: auto;
    min-height: 34.85em;
    margin: 0 auto;
    border-radius: 2.05em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .secIndex.sec1 .main_wrapper {
        border-radius: 1.025em; } }
  .secIndex.sec1 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden; }
    .secIndex.sec1 .background::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(circle farthest-side, rgba(10, 25, 8, 0), rgba(25, 40, 11, 0.2));
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .secIndex.sec1 .background .first-container {
      width: 100%;
      height: 100%; }
      .secIndex.sec1 .background .first-container .swiper-wrapper .swiper-slide img {
        transform: scale(1.1);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s; }
      .secIndex.sec1 .background .first-container .swiper-wrapper .swiper-slide.swiper-slide-prev img {
        transform: scale(1);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s; }
      .secIndex.sec1 .background .first-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
        transform: scale(1);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s; }
  .secIndex.sec1 .kv_leadcopy {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%; }
    .secIndex.sec1 .kv_leadcopy .kv_leadcopy_inner {
      width: 90%;
      height: 100%;
      margin: 0 auto;
      padding: 4.1em 6.15em;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 768px) {
        .secIndex.sec1 .kv_leadcopy .kv_leadcopy_inner {
          justify-content: center;
          padding: 2.05em 2.87em; } }
  .secIndex.sec1 .kv_scroll {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 6.15em;
    height: 100%;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; }
    .secIndex.sec1 .kv_scroll .kv_scroll_inner {
      display: flex;
      align-items: center; }
      .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_label {
        margin-bottom: 1.23em; }
        .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_label .kv_scroll_text {
          color: #ffffff;
          font-size: .8em; }
      .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_border {
        display: block;
        width: 1px;
        height: 6.15em; }
        .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_border::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: #ffffff;
          animation: scroll 1s linear infinite;
          transform: scaleY(0);
          transform-origin: top; }
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  30% {
    transform: scaleY(1);
    transform-origin: top; }
  35% {
    transform: scaleY(1);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }
  .secIndex.sec1 .kv_copyright {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 5%;
    height: 100%;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; }
    @media screen and (max-width: 768px) {
      .secIndex.sec1 .kv_copyright {
        display: none; } }
    .secIndex.sec1 .kv_copyright .kv_copyright_text {
      margin-bottom: -2.1em;
      color: #256c92;
      font-size: .8em; }

.loopSlider {
  position: relative;
  z-index: 15; }
  .loopSlider .loopSliderWrap {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center; }

ul.listLoopImages {
  display: block; }
  ul.listLoopImages::after {
    content: '';
    display: block;
    clear: both; }
  ul.listLoopImages li {
    float: left;
    width: 426px;
    height: 512px;
    padding: 9px; }
    @media screen and (max-width: 768px) {
      ul.listLoopImages li {
        width: 250px;
        height: 300px; } }

/*! #index[当院について] */
.secIndex.sec2::before {
  content: '';
  display: block;
  width: 50%;
  height: 92.5%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: url(images/index_2_1.jpeg);
  background-size: cover;
  background-position: left bottom; }
.secIndex.sec2::after {
  content: '';
  display: block;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 15;
  background: url(images/bg_arch_2.svg) repeat center;
  background-size: 1280px 32px; }
.secIndex.sec2 .wrapper {
  border-bottom: solid 1px #eee;
  padding: 8.2em 0; }
  @media screen and (max-width: 768px) {
    .secIndex.sec2 .wrapper {
      padding: 4.1em 0 6.15em; } }
.secIndex.sec2 .inner {
  width: 100%;
  max-width: 680px; }
  .secIndex.sec2 .inner h3 {
    font-size: 3.075em;
    line-height: 1.65;
    margin-bottom: 1.125em; }
    @media screen and (max-width: 768px) {
      .secIndex.sec2 .inner h3 {
        font-size: 1.845em; } }
  .secIndex.sec2 .inner p {
    font-size: 1.125em; }
.secIndex.sec2 a.btn {
  margin-top: 3.075em; }
  @media screen and (max-width: 768px) {
    .secIndex.sec2 a.btn {
      margin-top: 2.05em; } }

/*! #index[診療のご案内] */
.secIndex.specialty {
  overflow: initial; }
  @media screen and (max-width: 768px) {
    .secIndex.specialty .wrapper {
      padding-top: 4.1em !important;
      padding-bottom: 3.28em !important; } }
  .secIndex.specialty .f_wrapper {
    display: flex;
    flex-wrap: wrap; }
    .secIndex.specialty .f_wrapper > ._left {
      width: 240px; }
      @media screen and (max-width: 768px) {
        .secIndex.specialty .f_wrapper > ._left {
          width: 100%; } }
      .secIndex.specialty .f_wrapper > ._left .sticky {
        top: 14.35em; }
      .secIndex.specialty .f_wrapper > ._left a.btn {
        margin-top: 3.075em; }
        @media screen and (max-width: 768px) {
          .secIndex.specialty .f_wrapper > ._left a.btn {
            display: none; } }
    .secIndex.specialty .f_wrapper > ._right {
      width: calc(100% - 240px);
      padding-left: 6.15em; }
      @media screen and (max-width: 768px) {
        .secIndex.specialty .f_wrapper > ._right {
          width: 100%;
          padding-left: 0;
          margin-top: 2.05em; } }
      .secIndex.specialty .f_wrapper > ._right > ._block ~ ._block {
        margin-top: 3.28em; }
        @media screen and (max-width: 768px) {
          .secIndex.specialty .f_wrapper > ._right > ._block ~ ._block {
            margin-top: 1em; } }
      .secIndex.specialty .f_wrapper > ._right > ._block._search {
        position: relative;
        z-index: 15;
        border: solid 4px #ffffff;
        border-radius: 12px;
        overflow: hidden;
        line-height: 0; }
        .secIndex.specialty .f_wrapper > ._right > ._block._search > a {
          position: absolute;
          z-index: 20;
          display: block; }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a.sm {
            width: 3.9em;
            height: 1.58em; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a.sm {
                width: 3em;
                height: 1.28em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a.md {
            width: 5.1em;
            height: 2.6em; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a.md {
                width: 4.1em;
                height: 2.1em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a.lg {
            width: 10.4em;
            height: 2.6em; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a.lg {
                display: none; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#hiji {
            top: 39%;
            left: 4.5%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#hiji {
                top: 22.5%;
                left: 9.5%; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#matashita {
            top: 61%;
            left: 3%;
            width: 4.5em; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#matashita {
                top: 33%;
                left: 7%;
                width: 3.55em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#ashikubi {
            top: 86%;
            left: 10.1%;
            width: 5.6em; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#ashikubi {
                top: 45.3%;
                left: 16.5%;
                width: 4.3em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#te {
            top: 56.5%;
            left: 86.1%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#te {
                top: 81.2%;
                left: 76.5%; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#daitai {
            top: 67%;
            left: 87.2%;
            width: 4.5em; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#daitai {
                top: 86.3%;
                left: 78.2%;
                width: 3.55em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#kashi {
            top: 77%;
            left: 53.2%;
            width: 4.5em; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#kashi {
                top: 92.1%;
                left: 25.8%;
                width: 3.55em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#kata {
            top: 24.5%;
            left: 6.5%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#kata {
                top: 15.5%;
                left: 12.5%; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#hiza {
            top: 71.5%;
            left: 6.5%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#hiza {
                top: 38.5%;
                left: 12.5%; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#udenosibire {
            top: 60.7%;
            left: 37%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#udenosibire {
                top: 20.8%;
                left: 70.7%;
                width: 4.65em;
                height: 2.35em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#ashinosibure {
            top: 79.3%;
            left: 37%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#ashinosibure {
                top: 39.3%;
                left: 66.3%;
                width: 4.65em;
                height: 2.35em; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#kubi {
            top: 21%;
            left: 76.7%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#kubi {
                top: 64.2%;
                left: 61.7%; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#koshi {
            top: 38.5%;
            left: 82.2%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#koshi {
                top: 72.7%;
                left: 70.2%; } }
          .secIndex.specialty .f_wrapper > ._right > ._block._search > a#other {
            top: 86.5%;
            left: 75.5%; }
            @media screen and (max-width: 768px) {
              .secIndex.specialty .f_wrapper > ._right > ._block._search > a#other {
                top: 86.5%;
                left: 75.5%; } }
      .secIndex.specialty .f_wrapper > ._right ul.list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -.82em; }
        .secIndex.specialty .f_wrapper > ._right ul.list li {
          width: calc((100% / 4) - (.82em*3/4));
          margin-bottom: .82em;
          background: #ffffff;
          border-radius: 8px;
          border: solid 3px #ffffff;
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
          @media screen and (max-width: 768px) {
            .secIndex.specialty .f_wrapper > ._right ul.list li {
              width: calc((100% / 2) - (.82em*1/2)); } }
          .secIndex.specialty .f_wrapper > ._right ul.list li a {
            display: block; }
            .secIndex.specialty .f_wrapper > ._right ul.list li a ._head {
              padding: 1.435em 2.255em 1em; }
              @media screen and (max-width: 768px) {
                .secIndex.specialty .f_wrapper > ._right ul.list li a ._head {
                  padding: 1.435em 3.69em .82em; } }
            .secIndex.specialty .f_wrapper > ._right ul.list li a ._body {
              padding-bottom: 2.05em; }
              @media screen and (max-width: 768px) {
                .secIndex.specialty .f_wrapper > ._right ul.list li a ._body {
                  padding-bottom: 1.64em; } }
              .secIndex.specialty .f_wrapper > ._right ul.list li a ._body p {
                position: relative;
                z-index: 15;
                display: table;
                margin: 0 auto;
                transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
                -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
                -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
                -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
                .secIndex.specialty .f_wrapper > ._right ul.list li a ._body p::before {
                  content: '';
                  display: block;
                  width: 0%;
                  height: 1px;
                  background: #38a1db;
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
                  -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
                  -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
                  -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
                .secIndex.specialty .f_wrapper > ._right ul.list li a ._body p::after {
                  content: '';
                  display: block;
                  width: 100%;
                  height: 1px;
                  background: #000a05;
                  position: absolute;
                  right: 0;
                  bottom: 0;
                  transition-delay: .205s;
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
          .secIndex.specialty .f_wrapper > ._right ul.list li:hover {
            border: solid 3px #38a1db;
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
            .secIndex.specialty .f_wrapper > ._right ul.list li:hover a ._body p {
              color: #38a1db;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
              .secIndex.specialty .f_wrapper > ._right ul.list li:hover a ._body p::before {
                width: 100%;
                transition-delay: .205s;
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
              .secIndex.specialty .f_wrapper > ._right ul.list li:hover a ._body p::after {
                width: 0%;
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

/*! #index[注目記事] */
.secIndex.sec3::before {
  content: '';
  display: block;
  width: 100%;
  height: 32px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 15;
  background: url(images/bg_arch_2_r.svg) repeat center;
  background-size: 1280px 32px; }
.secIndex.sec3 .wrapper {
  padding: 8.2em 0; }
  @media screen and (max-width: 768px) {
    .secIndex.sec3 .wrapper {
      width: 85%;
      padding: 5.125em 0 3.075em; } }
.secIndex.sec3 .indexService {
  margin-top: 3.075em;
  position: relative; }
  @media screen and (max-width: 768px) {
    .secIndex.sec3 .indexService {
      margin-top: 2.05em;
      z-index: 20; } }
  .secIndex.sec3 .indexService .swiper-slide {
    position: relative;
    z-index: 15;
    border-right: solid 1px #ffffff; }
    .secIndex.sec3 .indexService .swiper-slide a {
      display: block; }
    .secIndex.sec3 .indexService .swiper-slide .itemImage {
      overflow: hidden; }
      .secIndex.sec3 .indexService .swiper-slide .itemImage img {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secIndex.sec3 .indexService .swiper-slide:hover .itemImage img {
      transform: scale(1.05);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secIndex.sec3 .indexService .swiper-slide:hover .itemTxt p.ttl::before {
      width: 100%;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      transition-delay: .205s; }
    .secIndex.sec3 .indexService .swiper-slide:hover .itemTxt p.ttl::after {
      width: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
  .secIndex.sec3 .indexService .itemImage {
    display: block;
    position: relative;
    z-index: 15; }
    .secIndex.sec3 .indexService .itemImage::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.3));
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      @media screen and (max-width: 768px) {
        .secIndex.sec3 .indexService .itemImage::after {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); } }
  .secIndex.sec3 .indexService .itemTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 1.64em;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secIndex.sec3 .indexService .itemTxt * {
      color: #ffffff; }
    .secIndex.sec3 .indexService .itemTxt p.ttl {
      position: relative;
      z-index: 15;
      display: table; }
      .secIndex.sec3 .indexService .itemTxt p.ttl::before {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.sec3 .indexService .itemTxt p.ttl::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.sec3 .indexService .itemTxt p.ttl span {
        font-size: 1.23em;
        font-weight: bold; }
  .secIndex.sec3 .indexService .swiper-button-prev {
    position: absolute;
    top: -7.175em;
    bottom: initial;
    right: 4.92em;
    left: initial;
    width: 4.1em;
    height: 4.1em;
    background: #ffffff;
    border: solid 1px #0000001a;
    border-radius: 5em;
    box-shadow: 0 8px 24px -16px #00000059;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .secIndex.sec3 .indexService .swiper-button-prev {
        top: -10.25em;
        right: 4.305em;
        width: 3.485em;
        height: 3.485em;
        display: none; } }
    .secIndex.sec3 .indexService .swiper-button-prev::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/iconArrowBlk.svg) center no-repeat;
      background-position: center;
      background-size: 25%;
      transform: rotate(180deg); }
    .secIndex.sec3 .indexService .swiper-button-prev:hover {
      box-shadow: none;
      transform: translateY(4px);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  .secIndex.sec3 .indexService .swiper-button-next {
    position: absolute;
    top: -7.175em;
    bottom: initial;
    right: 0;
    left: initial;
    width: 4.1em;
    height: 4.1em;
    background: #ffffff;
    border: solid 1px #0000001a;
    border-radius: 5em;
    box-shadow: 0 8px 24px -16px #00000059;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .secIndex.sec3 .indexService .swiper-button-next {
        top: -10.25em;
        width: 3.485em;
        height: 3.485em;
        display: none; } }
    .secIndex.sec3 .indexService .swiper-button-next::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/iconArrowBlk.svg) center no-repeat;
      background-position: center;
      background-size: 25%;
      transform: rotate(0); }
    .secIndex.sec3 .indexService .swiper-button-next:hover {
      box-shadow: none;
      transform: translateY(4px);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

/*! #index[新着情報] */
.secIndex.secNews {
  overflow: initial; }
  .secIndex.secNews .wrapper {
    padding-bottom: 10.8em; }
    @media screen and (max-width: 768px) {
      .secIndex.secNews .wrapper {
        padding-bottom: 5.125em; } }
  .secIndex.secNews .f_wrapper {
    display: flex;
    flex-wrap: wrap; }
    .secIndex.secNews .f_wrapper > ._left {
      width: calc(100% - 210px);
      padding-right: 10.8em; }
      @media screen and (max-width: 768px) {
        .secIndex.secNews .f_wrapper > ._left {
          width: 100%;
          padding-right: 0; } }
      .secIndex.secNews .f_wrapper > ._left ul.list li {
        position: relative;
        z-index: 15;
        padding: 1.64em 0;
        border-bottom: solid 1px #e5ebf1; }
        @media screen and (max-width: 768px) {
          .secIndex.secNews .f_wrapper > ._left ul.list li {
            padding: 1.23em 0; } }
        .secIndex.secNews .f_wrapper > ._left ul.list li::after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          position: absolute;
          bottom: -1px;
          right: 0;
          background: #000a05;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        .secIndex.secNews .f_wrapper > ._left ul.list li a {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .secIndex.secNews .f_wrapper > ._left ul.list li a span._cat {
            display: block;
            width: 6.15em;
            padding: .205em .82em;
            font-size: .85em;
            text-align: center;
            border: solid 1px #38a1db;
            border-radius: 2.05em;
            color: #38a1db;
            margin-right: 1.64em; }
          .secIndex.secNews .f_wrapper > ._left ul.list li a time {
            width: auto;
            min-width: 8.2em;
            font-size: .8em; }
          .secIndex.secNews .f_wrapper > ._left ul.list li a p {
            width: calc(100% - (.8em * 8.2) - (.85em * 8.2)); }
            @media screen and (max-width: 768px) {
              .secIndex.secNews .f_wrapper > ._left ul.list li a p {
                width: 100%;
                margin-top: .615em; } }
        .secIndex.secNews .f_wrapper > ._left ul.list li:hover::after {
          width: 100%;
          left: 0;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.secNews .f_wrapper > ._left a.btn {
        margin-top: 3.075em; }
        @media screen and (max-width: 768px) {
          .secIndex.secNews .f_wrapper > ._left a.btn {
            margin-top: 2.05em; } }
    .secIndex.secNews .f_wrapper > ._right {
      width: 210px; }
      @media screen and (max-width: 768px) {
        .secIndex.secNews .f_wrapper > ._right {
          width: 100%; } }
      .secIndex.secNews .f_wrapper > ._right .sticky {
        top: 14.35em; }
      @media screen and (max-width: 768px) {
        .secIndex.secNews .f_wrapper > ._right ul.list {
          display: none; } }
      .secIndex.secNews .f_wrapper > ._right ul.list li a {
        display: table; }
      .secIndex.secNews .f_wrapper > ._right ul.list li span {
        display: block;
        padding: .41em 2.05em;
        font-size: .9em;
        background: #f7f7f7;
        border: solid 1px #eeeeee;
        border-radius: 3.075em;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.secNews .f_wrapper > ._right ul.list li:hover span {
        background: #ffffff;
        box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.2);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.secNews .f_wrapper > ._right ul.list li.active span {
        color: #ffffff;
        background: #38a1db; }
      .secIndex.secNews .f_wrapper > ._right ul.list li ~ li {
        margin-top: 1em; }
      .secIndex.secNews .f_wrapper > ._right .bnr_wrapper {
        border-top: solid 1px #e5ebf1;
        margin-top: 3.075em;
        padding-top: 3.075em; }

/*! #index[よくあるご質問] */
.secIndex.sec7 .wrapper {
  width: 80%;
  border-top: solid 1px #eee;
  padding: 6.15em 0 8.2em; }
  @media screen and (max-width: 768px) {
    .secIndex.sec7 .wrapper {
      width: 85%;
      padding: 0 0 3.075em; } }
  .secIndex.sec7 .wrapper .f_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .secIndex.sec7 .wrapper .f_wrapper > .f_item {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .secIndex.sec7 .wrapper .f_wrapper > .f_item {
          width: 100%;
          padding: 3.075em 0; } }
      .secIndex.sec7 .wrapper .f_wrapper > .f_item ~ .f_item {
        border-left: solid 1px #e5ebf1; }
        @media screen and (max-width: 768px) {
          .secIndex.sec7 .wrapper .f_wrapper > .f_item ~ .f_item {
            border-left: none;
            border-top: solid 1px #e5ebf1; } }
      .secIndex.sec7 .wrapper .f_wrapper > .f_item:nth-child(2n-1) {
        padding-right: 6.15em; }
        @media screen and (max-width: 768px) {
          .secIndex.sec7 .wrapper .f_wrapper > .f_item:nth-child(2n-1) {
            padding-right: 0; } }
      .secIndex.sec7 .wrapper .f_wrapper > .f_item:nth-child(2n) {
        padding-left: 6.15em; }
        @media screen and (max-width: 768px) {
          .secIndex.sec7 .wrapper .f_wrapper > .f_item:nth-child(2n) {
            padding-left: 0; } }
      .secIndex.sec7 .wrapper .f_wrapper > .f_item a.btn {
        margin-top: 3.075em; }
        @media screen and (max-width: 768px) {
          .secIndex.sec7 .wrapper .f_wrapper > .f_item a.btn {
            margin-top: 2.05em; } }

/*! #index[ボタン要素] */
.sectionFoot {
  margin-top: 3.075em; }
  @media screen and (max-width: 768px) {
    .sectionFoot {
      margin-top: 2.05em; } }
  .sectionFoot a {
    display: block;
    background: #38a1db;
    border: solid 2px #ffffff;
    padding: 2.1em 0;
    text-align: center;
    border-radius: 2.05em;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    @media screen and (max-width: 768px) {
      .sectionFoot a {
        padding: 1.64em 0;
        border-radius: 1.025em; } }
    .sectionFoot a:hover {
      background: #256c92;
      border: solid 2px #256c92;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .sectionFoot a span {
      color: #ffffff;
      font-weight: bold;
      font-size: 1.125em; }

/*! #index[キーワード文章] */
.keydescription {
  background: #f5f5f5;
  overflow: initial; }
  .keydescription .wrapper {
    padding: 6.15em 0; }
    @media screen and (max-width: 768px) {
      .keydescription .wrapper {
        padding: 3.69em 0; } }

.anker_wrap {
  display: flex;
  flex-wrap: wrap; }
  .anker_wrap > ._anker {
    width: 250px; }
    @media screen and (max-width: 768px) {
      .anker_wrap > ._anker {
        display: none; } }
    .anker_wrap > ._anker ul._list {
      top: 150px; }
      .anker_wrap > ._anker ul._list li > a {
        position: relative;
        display: flex;
        align-items: center; }
        .anker_wrap > ._anker ul._list li > a::before {
          content: '';
          display: block;
          width: 1em;
          height: 1em;
          border-radius: 1em;
          background: #38a1db;
          transform: scale(0);
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        .anker_wrap > ._anker ul._list li > a span {
          width: calc(100% - 1em); }
      .anker_wrap > ._anker ul._list li ~ li {
        margin-top: 4px; }
      .anker_wrap > ._anker ul._list li:hover > a::before {
        transform: scale(0.5125);
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      .anker_wrap > ._anker ul._list li.active > a::before {
        transform: scale(0.41);
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
  .anker_wrap > ._main {
    width: calc(100% - 250px); }
    @media screen and (max-width: 768px) {
      .anker_wrap > ._main {
        width: 100%;
        font-size: .85em; } }
    .anker_wrap > ._main > ._card ~ ._card {
      margin-top: 5.125em; }
      @media screen and (max-width: 768px) {
        .anker_wrap > ._main > ._card ~ ._card {
          margin-top: 3.28em; } }
    .anker_wrap > ._main > ._card > h3 {
      display: flex;
      align-items: center;
      font-size: 1.1275em; }
      .anker_wrap > ._main > ._card > h3::before {
        content: '';
        display: block;
        width: .8em;
        height: .8em;
        background: #38a1db;
        border-radius: 2px;
        margin-right: .8em; }
      .anker_wrap > ._main > ._card > h3 span {
        width: calc(100% - 1.6em); }
      .anker_wrap > ._main > ._card > h3 + .box {
        margin-top: 1.025em;
        line-height: 1.8; }

/*//!#index----------------------------------------------------------------------------------------------*/
/* ------------------
   #Page [共通要素]
------------------ */
h1.pageTtl span {
  display: block;
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2;
  background-image: -webkit-linear-gradient(left, #ffffff 0, #ffffff 55%, #38a1db 60%, #ffffff 60%);
  background-position: 0 0;
  background-size: 200% 200%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: headingAnimation 2s ease-in-out 0s infinite normal; }
  @media screen and (max-width: 768px) {
    h1.pageTtl span {
      text-align: center; } }
  h1.pageTtl span.jp {
    font-size: 1.64em;
    font-weight: bold; }
  h1.pageTtl span.en {
    font-size: .85em; }
h1.pageTtl + .box {
  margin-top: .82em; }

h2.pageTtl {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center; }
  h2.pageTtl::before {
    content: '';
    display: block;
    width: 0.205em;
    height: 1.5em;
    background: linear-gradient(180deg, #f7320e 50%, #ff8501); }
  h2.pageTtl span {
    padding-left: .82em;
    display: block;
    font-weight: bold;
    font-size: 1.845em;
    line-height: 1.2;
    color: #0c1e29; }
    @media screen and (max-width: 768px) {
      h2.pageTtl span {
        font-size: 1.64em; } }
  h2.pageTtl + .box {
    margin-top: 2.46em; }
    @media screen and (max-width: 768px) {
      h2.pageTtl + .box {
        margin-top: 2.46em; } }
    h2.pageTtl + .box h3.pageTtl {
      margin-top: 3.075em; }
    h2.pageTtl + .box > * ~ * {
      margin-top: 1.64em; }
  h2.pageTtl ~ h2.pageTtl {
    margin-top: 6.15em;
    padding-top: 4.1em;
    border-top: solid 1px #dddddd; }
    @media screen and (max-width: 768px) {
      h2.pageTtl ~ h2.pageTtl {
        margin-top: 4.1em;
        padding-top: 3.075em; } }

h3.pageTtl {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  background: #f3f3f3;
  padding: .615em .82em; }
  h3.pageTtl::before {
    content: '';
    display: block;
    width: 0.205em;
    height: 1.5em;
    background: linear-gradient(180deg, #f89a92 50%, #38a1db); }
  h3.pageTtl span {
    padding-left: .615em;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    color: #0c1e29; }
    h3.pageTtl span > span {
      display: inline;
      font-size: .8em;
      opacity: .5; }
  h3.pageTtl + .box {
    margin-top: 1.64em; }
    h3.pageTtl + .box > * ~ * {
      margin-top: 1.23em; }
  h3.pageTtl ~ h3.pageTtl {
    margin-top: 3.075em; }

h4.pageTtl {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center; }
  h4.pageTtl::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #f89a92; }
  h4.pageTtl span {
    display: block;
    width: calc(100% - 1em);
    padding-left: .615em;
    color: #f89a92; }
  h4.pageTtl + .box {
    margin-top: .82em;
    padding-left: 1.615em; }
    @media screen and (max-width: 768px) {
      h4.pageTtl + .box {
        margin-top: .82em;
        padding-left: 0; } }
  h4.pageTtl ~ h4.pageTtl {
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      h4.pageTtl ~ h4.pageTtl {
        margin-top: 1.64em; } }

h5.pageTtl {
  position: relative;
  z-index: 15;
  margin-top: 3em; }
  h5.pageTtl span {
    display: block;
    font-size: 1.4em;
    font-weight: lighter;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      h5.pageTtl span {
        font-size: 1.26667em; } }
  h5.pageTtl + .box {
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      h5.pageTtl + .box {
        margin-top: .82em; } }

.focusTxt {
  text-align: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 4.1em 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .focusTxt {
      padding: 3.075em 0; } }
  .focusTxt p {
    font-size: 1.435em;
    font-weight: bold; }
    .focusTxt p.sm {
      font-size: 1em; }
  .focusTxt + * {
    margin-top: 2.05em; }

header.pageHeader {
  position: relative;
  z-index: 15;
  background: #ffffff;
  min-height: 31.5em;
  padding-top: calc(7.38em + 4.1em + 1.23em); }
  @media screen and (max-width: 768px) {
    header.pageHeader {
      padding: 0;
      min-height: 20em;
      padding-top: 17.5vw; } }
  header.pageHeader .main_wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    width: 95%;
    max-width: 1440px;
    height: auto;
    min-height: 31.5em;
    margin: 0 auto;
    border-radius: 4.1em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      header.pageHeader .main_wrapper {
        border-radius: 8px;
        min-height: 24.6em; } }
  header.pageHeader * {
    color: #ffffff; }
  header.pageHeader .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    header.pageHeader .bgWrap::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #151515;
      opacity: .2;
      z-index: -1; }
    header.pageHeader .bgWrap::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
      opacity: .35; }
  header.pageHeader .wrapper {
    display: block;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      header.pageHeader .wrapper {
        width: 85%; } }
    @media screen and (max-width: 1024px) {
      header.pageHeader .wrapper {
        max-width: 1440px; } }
    header.pageHeader .wrapper .p_ttl_en {
      position: relative;
      z-index: 15;
      font-weight: 700;
      font-size: 1.23em;
      letter-spacing: .0205em;
      color: #38a1db; }
      @media screen and (max-width: 768px) {
        header.pageHeader .wrapper .p_ttl_en {
          font-size: 1em; } }
    header.pageHeader .wrapper .p_ttl_jp {
      position: relative;
      z-index: 15;
      font-size: 3.485em;
      line-height: 1.35; }
      @media screen and (max-width: 768px) {
        header.pageHeader .wrapper .p_ttl_jp {
          font-size: 1.845em; } }
      header.pageHeader .wrapper .p_ttl_jp + .box {
        margin-top: 2.05em; }
  header.pageHeader.simple {
    padding: 14.35em 0 6.15em;
    min-height: initial;
    margin-bottom: 0;
    border-bottom: solid 1px #eee;
    background: #fff; }
    @media screen and (max-width: 768px) {
      header.pageHeader.simple {
        padding: calc(17.5vw + 2.46em) 0 2.46em;
        margin-bottom: 0; } }
    header.pageHeader.simple * {
      color: #000a05; }
    header.pageHeader.simple .wrapper {
      max-width: 48em; }
  header.pageHeader.root {
    padding: 14.35em 0 6.15em;
    min-height: initial;
    margin-bottom: 0;
    border-bottom: solid 1px #eee;
    background: #fff; }
    @media screen and (max-width: 768px) {
      header.pageHeader.root {
        padding: calc(15vw + 2.05em) 0 2.05em;
        margin-bottom: 0; } }
    header.pageHeader.root * {
      color: #000a05; }
  header.pageHeader.lp {
    height: 100vh; }
    header.pageHeader.lp .txtWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      header.pageHeader.lp .txtWrap p {
        font-size: 1.435em; }

.mainContent {
  position: relative;
  z-index: 15;
  background: #ffffff;
  /*min-height: 100vh;*/
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s; }
  .mainContent.nul {
    margin-top: 4.1em; }
    @media screen and (max-width: 768px) {
      .mainContent.nul {
        margin-top: 0; } }
  .mainContent.lp .secPage.lp.movie {
    padding: 12.3em 0 10.8em; }
  .mainContent .ankerWrap {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 1367px) {
      .mainContent .ankerWrap {
        max-width: 1440px; } }
    .mainContent .ankerWrap .__main {
      width: 75%;
      padding: 6.15em 0 8.2em; }
      @media screen and (max-width: 768px) {
        .mainContent .ankerWrap .__main {
          width: 100%;
          padding: 3.075em 0 4.1em; } }
      .mainContent .ankerWrap .__main span.hrer {
        position: relative;
        z-index: -1; }
        .mainContent .ankerWrap .__main span.hrer > span {
          position: absolute;
          top: 15vh; }
    .mainContent .ankerWrap .__anker {
      width: 25%;
      padding-top: 6.15em;
      border-left: solid 1px #eee;
      background: #ffffff; }
      @media screen and (max-width: 768px) {
        .mainContent .ankerWrap .__anker {
          display: none; } }
      .mainContent .ankerWrap .__anker .inner {
        padding: 0 2.05em 6.15em; }
        .mainContent .ankerWrap .__anker .inner .__item ~ .__item {
          margin-top: 3.075em; }
        .mainContent .ankerWrap .__anker .inner .__item .sidebanar img.posCenter {
          width: 35%;
          height: auto; }
      .mainContent .ankerWrap .__anker .sticky {
        top: 8.2em; }

.secPage {
  position: relative;
  z-index: 15;
  background: #ffffff; }
  .secPage.basic {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .secPage.basic {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    .secPage.basic .wrapper {
      position: relative;
      z-index: 15;
      width: 90%;
      border-top: solid 1px #eee;
      padding: 3.075em 0 4.1em; }
      @media screen and (max-width: 768px) {
        .secPage.basic .wrapper {
          width: 100%;
          padding: 2.05em 0 3.075em; } }
    .secPage.basic p > a {
      color: #f89a92;
      text-decoration: underline; }
  .secPage.lp.summary {
    padding: 8.2em 0 0; }
    @media screen and (max-width: 768px) {
      .secPage.lp.summary {
        padding: 6.15em 0 0; } }
  .secPage.lp.movie {
    border-top: solid 1px #eeeeee;
    margin-top: 0;
    padding: 6.15em 0 8.2em; }
    @media screen and (max-width: 768px) {
      .secPage.lp.movie {
        padding: 6.15em 0; } }
    .secPage.lp.movie .wrapper {
      position: relative;
      z-index: 15;
      max-width: 60em; }
      @media screen and (max-width: 768px) {
        .secPage.lp.movie .wrapper {
          width: 85%; } }
      .secPage.lp.movie .wrapper .swiper-pagination {
        bottom: -2.05em; }
        @media screen and (max-width: 768px) {
          .secPage.lp.movie .wrapper .swiper-pagination {
            bottom: -2.05em; } }
        .secPage.lp.movie .wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #38a1db; }
  .secPage.lp.message {
    background: #f7f7f7;
    padding-top: 8.2em;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .secPage.lp.message {
        padding-top: 6.15em; } }
  .secPage.lp .wrapper {
    display: block;
    width: 75%;
    max-width: 48em;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secPage.lp .wrapper {
        width: 85%; } }
    @media screen and (max-width: 1024px) {
      .secPage.lp .wrapper {
        max-width: 1440px; } }
  .secPage ~ .secPage {
    border-top: solid 1px #F0F4F8; }
    @media screen and (max-width: 768px) {
      .secPage ~ .secPage {
        margin-top: 0; } }

ul.listAnker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -.82em; }
  @media screen and (max-width: 768px) {
    ul.listAnker {
      justify-content: flex-start;
      margin-bottom: 0;
      border-top: solid 1px #e5ebf1;
      border-left: solid 1px #e5ebf1; } }
  ul.listAnker li {
    display: block;
    margin-bottom: .82em; }
    @media screen and (max-width: 768px) {
      ul.listAnker li {
        width: 50%;
        padding: 1.23em 0;
        margin-bottom: 0;
        border-right: solid 1px #e5ebf1;
        border-bottom: solid 1px #e5ebf1;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      ul.listAnker li a {
        display: table;
        margin: 0 auto; } }
    ul.listAnker li span {
      position: relative;
      z-index: 15;
      display: block;
      padding: 0 .41em;
      font-size: 1.125em;
      font-weight: bold; }
      ul.listAnker li span::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #353c43;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    ul.listAnker li:hover span::after {
      width: 0;
      right: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    ul.listAnker li ~ li {
      display: flex;
      align-items: center; }
      ul.listAnker li ~ li::before {
        content: '/';
        display: block;
        margin: 1.23em; }
        @media screen and (max-width: 768px) {
          ul.listAnker li ~ li::before {
            display: none; } }

.btn_wrapper {
  background: #f89a92;
  margin-top: 2.05em;
  padding: 3.075em; }
  .btn_wrapper * {
    text-align: center; }
  .btn_wrapper > p {
    color: #fff;
    margin-bottom: .82em; }

/* ------------------
   #Page [親要素]
------------------ */
.lower_wrapper {
  background: #ffffff; }
  .lower_wrapper h2.clmTtl {
    display: flex;
    align-items: center; }
    .lower_wrapper h2.clmTtl::before {
      content: '';
      display: block;
      width: 1em;
      height: 1em;
      margin-right: 1em;
      background: #38a1db;
      border-radius: 2px; }
    .lower_wrapper h2.clmTtl span {
      display: block;
      font-size: 1.845em; }
      @media screen and (max-width: 768px) {
        .lower_wrapper h2.clmTtl span {
          font-size: 1.64em; } }
    .lower_wrapper h2.clmTtl + .box {
      margin-top: 1.435em; }
  .lower_wrapper h3.clmTtl span {
    display: block;
    font-size: 1.435em; }
    @media screen and (max-width: 768px) {
      .lower_wrapper h3.clmTtl span {
        font-size: 1.23em; } }
  .lower_wrapper h3.clmTtl + .box {
    margin-top: .82em; }
  .lower_wrapper h4.clmTtl span {
    display: block;
    font-size: 1.23em; }
    @media screen and (max-width: 768px) {
      .lower_wrapper h4.clmTtl span {
        font-size: 1.125em; } }

.anker_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  max-width: 1440px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .anker_wrapper {
      width: 100%; } }
  .anker_wrapper > ._anker {
    position: relative;
    z-index: 20;
    width: 240px;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .anker_wrapper > ._anker {
        width: 100%;
        background: #fafafa;
        white-space: nowrap;
        overflow: scroll;
        border-bottom: solid 1px #eeeeee;
        padding-left: 1.23em; } }
    .anker_wrapper > ._anker .inner {
      padding: 6.15em 0 8.2em; }
      @media screen and (max-width: 768px) {
        .anker_wrapper > ._anker .inner {
          padding: 1em 0; } }
    .anker_wrapper > ._anker .sticky {
      top: 10.25em; }
  .anker_wrapper > ._sepalate {
    position: relative;
    z-index: 15;
    width: 10px;
    background: #f5f5f5;
    border-right: solid 1px #e5ebf1;
    border-left: solid 1px #e5ebf1; }
    @media screen and (max-width: 768px) {
      .anker_wrapper > ._sepalate {
        display: none; } }
  .anker_wrapper > ._content {
    position: relative;
    z-index: 10;
    width: calc(100% - 250px);
    padding: 6.15em 0 8.2em;
    padding-left: 6.15em; }
    @media screen and (max-width: 768px) {
      .anker_wrapper > ._content {
        width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding: 5.125em 0 6.15em; } }
  .anker_wrapper ul._anker {
    margin-bottom: -8px; }
    .anker_wrapper ul._anker li {
      display: block;
      margin-bottom: 8px; }
      @media screen and (max-width: 768px) {
        .anker_wrapper ul._anker li {
          display: inline-block; } }
      .anker_wrapper ul._anker li a {
        display: block; }
      .anker_wrapper ul._anker li span {
        display: table;
        padding: .615em 1.64em;
        background: #f7f7f7;
        border: solid 1px #eeeeee;
        border-radius: 4.1em;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        @media screen and (max-width: 768px) {
          .anker_wrapper ul._anker li span {
            background: #ffffff; } }
      .anker_wrapper ul._anker li:hover span {
        background: #ffffff;
        box-shadow: 0 10px 15px -20px #0c1e29;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      .anker_wrapper ul._anker li.active span {
        color: #ffffff;
        background: #38a1db;
        border: solid 1px #256c92;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
  .anker_wrapper section.column {
    display: block; }
    .anker_wrapper section.column::before {
      /*
      content: '';
      display: block;
      width: 1em;
      height: 1px;
      background: $txt;
      margin-bottom: 4.1em;
      @include mq(md){
      	margin-bottom: 3.075em;
      }
      */ }
    .anker_wrapper section.column ~ section.column {
      margin-top: 8.2em; }
      @media screen and (max-width: 768px) {
        .anker_wrapper section.column ~ section.column {
          margin-top: 6.15em; } }

.secPage.root {
  position: relative;
  z-index: 15; }
  .secPage.root .header {
    position: relative;
    z-index: 15;
    height: 41.4vw;
    max-height: 640px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .secPage.root .header {
        height: initial; } }
    .secPage.root .header .__bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -5;
      display: block;
      width: 100%;
      height: 100%; }
      .secPage.root .header .__bg::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #151515;
        opacity: .2;
        z-index: 2; }
      .secPage.root .header .__bg::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: .75;
        z-index: 3; }
      .secPage.root .header .__bg .image {
        width: 100%;
        height: calc(100% + 8.2em); }
        @media screen and (max-width: 768px) {
          .secPage.root .header .__bg .image {
            height: calc(100% + 4.1em); } }
    .secPage.root .header .__txt {
      display: block;
      width: 75%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 8.2em 0; }
      @media screen and (max-width: 768px) {
        .secPage.root .header .__txt {
          width: 85%;
          padding: 5.125em 0; } }
      .secPage.root .header .__txt p {
        max-width: 21em;
        font-size: 1.175em;
        color: #ffffff;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .secPage.root .header .__txt p {
            font-size: 1em; } }
  .secPage.root .wrapper {
    width: 85%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 6.15em 0 8.2em; }
    @media screen and (max-width: 768px) {
      .secPage.root .wrapper {
        padding: 3.075em 0 4.1em; } }
  .secPage.root .flexWrap {
    display: flex;
    flex-wrap: wrap; }
    .secPage.root .flexWrap > .flexItem {
      position: relative;
      z-index: 15;
      width: calc(100% / 3);
      height: auto;
      padding: 3.075em 2.05em 0;
      margin-bottom: 6.15em;
      border-right: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem {
          width: calc(100% / 2);
          padding: .82em .82em 0;
          margin-bottom: 2.05em; } }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem:nth-child(2n-1) {
          border-right: solid 1px #eee !important; } }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem:nth-child(2n) {
          border-right: none !important; } }
      .secPage.root .flexWrap > .flexItem:nth-child(3n) {
        border-right: none; }
        @media screen and (max-width: 768px) {
          .secPage.root .flexWrap > .flexItem:nth-child(3n) {
            border-right: initial; } }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem:nth-of-type(2) ~ .flexItem {
          border-top: solid 1px #eee; } }
      .secPage.root .flexWrap > .flexItem:nth-of-type(3) ~ .flexItem {
        border-top: solid 1px #eee; }
      .secPage.root .flexWrap > .flexItem::before {
        content: '';
        display: block;
        width: 100%;
        height: calc(100% + 6.15em);
        position: absolute;
        top: 0;
        left: 0;
        background: #f7f7f7;
        opacity: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secPage.root .flexWrap > .flexItem .__head img {
        transform: scale(1.05);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secPage.root .flexWrap > .flexItem .__body {
        position: relative;
        margin-top: 2.05em; }
        @media screen and (max-width: 768px) {
          .secPage.root .flexWrap > .flexItem .__body {
            margin-top: 1.23em; } }
        .secPage.root .flexWrap > .flexItem .__body h3.indexTtl {
          margin-bottom: .82em; }
          .secPage.root .flexWrap > .flexItem .__body h3.indexTtl span {
            font-size: 1.23em; }
            @media screen and (max-width: 768px) {
              .secPage.root .flexWrap > .flexItem .__body h3.indexTtl span {
                font-size: 1.025em; } }
          @media screen and (max-width: 768px) {
            .secPage.root .flexWrap > .flexItem .__body h3.indexTtl + p {
              font-size: .9em;
              line-height: 1.6; } }
      .secPage.root .flexWrap > .flexItem.gone .__head img {
        transform: scale(1);
        transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s; }
      .secPage.root .flexWrap > .flexItem:hover::before {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

/* ------------------
   #Page [シンプル型]
------------------ */
.secPage.lower .wrapper {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 6.15em 0 10.8em; }
  @media screen and (max-width: 768px) {
    .secPage.lower .wrapper {
      width: 85%;
      padding: 3.075em 0 4.1em; } }
  @media screen and (min-width: 1367px) {
    .secPage.lower .wrapper {
      max-width: 1440px; } }

.flexLower {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .flexLower > .flexCenter {
    width: 48em;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .flexLower > .flexCenter {
        width: 100%; } }
    .flexLower > .flexCenter > .__head {
      display: block; }
      .flexLower > .flexCenter > .__head + .__body {
        margin-top: 4.1em; }
        @media screen and (max-width: 768px) {
          .flexLower > .flexCenter > .__head + .__body {
            margin-top: 2.05em; } }

/* ------------------
   #Page クリニックについて
------------------ */
/* #Page クリニックについて - [当院の特徴] */
.clinic_wrapper {
  display: flex;
  flex-wrap: wrap; }
  .clinic_wrapper > ._img {
    order: 1;
    width: 250px; }
    @media screen and (max-width: 768px) {
      .clinic_wrapper > ._img {
        display: table;
        order: initial;
        margin: 0 auto;
        margin-bottom: 2.46em; } }
    .clinic_wrapper > ._img + ._txt {
      width: calc(100% - 250px);
      padding-right: 2.46em; }
      @media screen and (max-width: 768px) {
        .clinic_wrapper > ._img + ._txt {
          width: 100%;
          padding: 0; } }
  .clinic_wrapper > ._txt {
    width: 100%; }

/* #Page クリニックについて - [医師からの挨拶] */
.greeting_wrapper ._main > img {
  display: block;
  width: auto;
  max-width: 77.9%;
  height: auto;
  float: right;
  padding: 0 0 1em 1em; }
  @media screen and (max-width: 768px) {
    .greeting_wrapper ._main > img {
      display: table;
      margin: 0 auto;
      margin-bottom: 1.845em;
      padding: 0;
      float: initial; } }
.greeting_wrapper ._main::after {
  content: '';
  display: block;
  clear: both; }
.greeting_wrapper .hr_dot {
  margin-top: 3.28em;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #8f95a1, #8f95a1 2px, transparent 2px, transparent 5px); }
.greeting_wrapper dl {
  margin-top: 2.05em;
  padding: 2.05em;
  background: #f5f5f5;
  border-radius: 8px; }
  @media screen and (max-width: 768px) {
    .greeting_wrapper dl {
      padding: 1.23em 1.435em;
      border-radius: 6px; } }
  .greeting_wrapper dl > dt {
    display: flex;
    align-items: center;
    font-size: 1.23em;
    margin-bottom: .82em; }
    .greeting_wrapper dl > dt::before {
      content: '';
      display: block;
      width: .8em;
      height: .8em;
      background: #38a1db;
      margin-right: 8px;
      border-radius: 2px; }
  .greeting_wrapper dl > dd {
    padding-left: 1em;
    font-size: .9em; }
.greeting_wrapper ul > li ~ li {
  margin-top: 4px; }

/* #Page クリニックについて - [診療時間・アクセス] */
/* #Page クリニックについて - [院内ツアー] */
/* #Page クリニックについて - [院内設備] */
.facility_wrapper ul._list {
  margin-top: 3.075em; }
  .facility_wrapper ul._list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.64em 0 3.075em;
    border-top: solid 1px #e5ebf1; }
    .facility_wrapper ul._list li::before {
      content: attr(data-number) "";
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.435em;
      width: 4.1em;
      height: 4.1em; }
      @media screen and (max-width: 768px) {
        .facility_wrapper ul._list li::before {
          font-size: 1.23em;
          width: 3.075em;
          height: 3.075em; } }
    .facility_wrapper ul._list li h3 span {
      padding-left: 1.435rem;
      border-left: solid 1px #e5ebf1; }
    .facility_wrapper ul._list li .__item {
      padding-left: calc((1.435 * 4.1em) + 1.435rem); }
      @media screen and (max-width: 768px) {
        .facility_wrapper ul._list li .__item {
          width: 100%;
          padding-left: 0; } }
      .facility_wrapper ul._list li .__item figure {
        margin-bottom: 1.845em; }

/* ------------------
   #Page ドクター紹介
------------------ */
.lead_wrapper {
  margin-bottom: 6.15em; }
  .lead_wrapper p {
    font-size: 2.665em;
    font-weight: bold;
    line-height: 1.65; }
    @media screen and (max-width: 768px) {
      .lead_wrapper p {
        font-size: 1.845em; } }
    .lead_wrapper p strong {
      color: #38a1db; }
  @media screen and (max-width: 768px) {
    .lead_wrapper {
      margin-bottom: 4.1em; } }

/* #Page ドクター紹介 - [ドクター紹介] */
.message_wrapper .f_message {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 3.075em; }
  .message_wrapper .f_message .f_left {
    width: calc(100% - 10.25em);
    padding-left: 4.1em;
    order: 1; }
    @media screen and (max-width: 768px) {
      .message_wrapper .f_message .f_left {
        width: calc(100% - 6.15em);
        padding-left: 2.46em; } }
    .message_wrapper .f_message .f_left .inner {
      display: flex;
      flex-wrap: wrap; }
      .message_wrapper .f_message .f_left .inner > div {
        width: 100%; }
  .message_wrapper .f_message .f_right {
    width: 10.25em;
    padding-bottom: 4.1em; }
    @media screen and (max-width: 768px) {
      .message_wrapper .f_message .f_right {
        width: 6.15em;
        padding-bottom: 4.1em; } }
    .message_wrapper .f_message .f_right .inner {
      border-radius: 1.125em;
      overflow: hidden;
      box-shadow: 0 10px 20px -10px #eeeeee; }
      @media screen and (max-width: 768px) {
        .message_wrapper .f_message .f_right .inner {
          border-radius: .615em; } }
    .message_wrapper .f_message .f_right .sticky {
      top: 6.15em; }
  .message_wrapper .f_message ~ .f_message {
    margin-top: 6.15em; }
.message_wrapper .name_wrapper {
  display: block;
  margin-bottom: 2.05em; }
  .message_wrapper .name_wrapper span {
    color: #256c92; }
  .message_wrapper .name_wrapper h3 {
    font-size: 1.435em; }
  .message_wrapper .name_wrapper p {
    font-size: .85em;
    opacity: .5; }
.message_wrapper .pram_wrapper {
  display: none;
  margin-top: 2.05em; }
.message_wrapper .readmore {
  display: block;
  width: 18em;
  order: 1;
  margin: 0 auto;
  margin-top: 2.05em;
  background: #f7f7f7;
  border-radius: 4.1em;
  border: solid 2px #eeeeee;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
  .message_wrapper .readmore:hover {
    background: #256c92;
    border: solid 2px #256c92;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .message_wrapper .readmore:hover span {
      color: #ffffff; }
  .message_wrapper .readmore > span {
    display: block;
    padding: .615em 1.23em;
    text-align: center;
    font-size: 1.125em; }
    .message_wrapper .readmore > span > span.on {
      display: block; }
    .message_wrapper .readmore > span > span.off {
      display: none; }
  .message_wrapper .readmore.open {
    background: #38a1db;
    border: solid 2px #38a1db; }
    .message_wrapper .readmore.open > span > span.on {
      display: none; }
    .message_wrapper .readmore.open > span > span.off {
      display: block; }

.doctor_profile .hr_dot {
  margin-bottom: 1.845em;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #8f95a1, #8f95a1 2px, transparent 2px, transparent 5px); }
.doctor_profile h4 + .box {
  margin-top: 6px; }
  .doctor_profile h4 + .box > * ~ * {
    margin-top: 8px; }
.doctor_profile h4 ~ h4 {
  margin-top: 1em; }
.doctor_profile ul._list {
  font-size: .9em; }
  .doctor_profile ul._list li {
    display: flex;
    align-items: center;
    align-items: flex-start; }
    .doctor_profile ul._list li > span.time {
      min-width: 8.2em; }
    .doctor_profile ul._list li ~ li {
      margin-top: 3px; }
.doctor_profile p {
  font-size: .9em; }

/* #Page ドクター紹介 - [スタッフ紹介] */
.gallery-container .swiper-wrapper .swiper-slide {
  border-radius: 12px;
  box-shadow: 0 10px 20px -10px #eeeeee;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .gallery-container .swiper-wrapper .swiper-slide {
      border-radius: 8px; } }

/* ------------------
   #Page 診療のご案内
------------------ */
/* #Page 診療のご案内 - [初めての方へ] */
.beginner_wrapper ul._list {
  margin-top: 3.075em; }
  .beginner_wrapper ul._list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.64em 0 3.075em;
    border-top: solid 1px #e5ebf1; }
    @media screen and (max-width: 768px) {
      .beginner_wrapper ul._list li {
        padding: 1em 0 2.05em; } }
    .beginner_wrapper ul._list li::before {
      content: attr(data-number) "";
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.435em;
      width: 4.1em;
      height: 4.1em; }
      @media screen and (max-width: 768px) {
        .beginner_wrapper ul._list li::before {
          font-size: 1.23em;
          width: 3.075em;
          height: 2.46em; } }
    .beginner_wrapper ul._list li h3 {
      display: block;
      width: calc(100% - (1.435em * 4.1)); }
      @media screen and (max-width: 768px) {
        .beginner_wrapper ul._list li h3 {
          width: calc(100% - (1.23em * 3.075)); } }
      .beginner_wrapper ul._list li h3 span {
        padding-left: 1.435rem;
        border-left: solid 1px #e5ebf1;
        line-height: 1.5; }
    .beginner_wrapper ul._list li .__item {
      padding-left: calc((1.435 * 4.1em) + 1.435rem); }
      @media screen and (max-width: 768px) {
        .beginner_wrapper ul._list li .__item {
          width: 100%;
          padding-left: 0;
          margin-top: 0.615em; } }
      .beginner_wrapper ul._list li .__item figure {
        margin-bottom: 1.845em; }
.beginner_wrapper .focus {
  padding: 1.845em 2.46em;
  background: #f7f7f7;
  border: solid 1px #eeeeee;
  border-radius: .615em; }

/* #Page 診療のご案内 - [診療科目] */
.specialty_wrapper ul._list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.075em; }
  @media screen and (max-width: 768px) {
    .specialty_wrapper ul._list {
      border-bottom: solid 1px #e5ebf1;
      padding-bottom: .82em; } }
  .specialty_wrapper ul._list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc((100%/3) - (.82em * 2 / 3));
    margin-bottom: 2.05em;
    padding: 1.23em 0;
    border-top: solid 1px #e5ebf1; }
    @media screen and (max-width: 768px) {
      .specialty_wrapper ul._list li {
        width: calc((100%/2) - (.82em * 1 / 2));
        margin-bottom: 0;
        padding: 1em 0; } }
    .specialty_wrapper ul._list li a {
      display: block;
      width: 100%; }
    .specialty_wrapper ul._list li .__head {
      width: 100%;
      padding: 1.845em 4.1em 1em;
      margin: 0 auto;
      border-right: solid 1px #e5ebf1; }
      @media screen and (max-width: 768px) {
        .specialty_wrapper ul._list li .__head {
          padding: 1em 3.28em .615em; } }
    .specialty_wrapper ul._list li .__body {
      width: 100%;
      padding-bottom: 1.23em;
      border-right: solid 1px #e5ebf1; }
      @media screen and (max-width: 768px) {
        .specialty_wrapper ul._list li .__body {
          padding-bottom: 1em; } }
    .specialty_wrapper ul._list li h4 span {
      position: relative;
      z-index: 15;
      display: table;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .specialty_wrapper ul._list li h4 span {
          font-size: 1em; } }
      .specialty_wrapper ul._list li h4 span::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #38a1db;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      .specialty_wrapper ul._list li h4 span::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #0c1e29;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
    .specialty_wrapper ul._list li:nth-child(3n) > .__head {
      border-right: none; }
      @media screen and (max-width: 768px) {
        .specialty_wrapper ul._list li:nth-child(3n) > .__head {
          border-right: solid 1px #e5ebf1; } }
    .specialty_wrapper ul._list li:nth-child(3n) > .__body {
      border-right: none; }
      @media screen and (max-width: 768px) {
        .specialty_wrapper ul._list li:nth-child(3n) > .__body {
          border-right: solid 1px #e5ebf1; } }
    @media screen and (max-width: 768px) {
      .specialty_wrapper ul._list li:nth-child(2n) > .__head {
        border-right: none !important; } }
    @media screen and (max-width: 768px) {
      .specialty_wrapper ul._list li:nth-child(2n) > .__body {
        border-right: none !important; } }
    .specialty_wrapper ul._list li:hover h4 {
      color: #38a1db; }
      .specialty_wrapper ul._list li:hover h4 span {
        color: #38a1db;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        .specialty_wrapper ul._list li:hover h4 span::before {
          width: 100%;
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        .specialty_wrapper ul._list li:hover h4 span::after {
          width: 0;
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }

/* ------------------
   #Page 新着情報
------------------ */
.news_wrapper {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 8.2em 0 10.25em; }
  @media screen and (max-width: 768px) {
    .news_wrapper {
      padding: 4.1em 0 5.125em; } }
  .news_wrapper.nul {
    padding: 0; }
    @media screen and (max-width: 768px) {
      .news_wrapper.nul {
        width: 100%; } }
    .news_wrapper.nul .f_wrapper > ._left {
      width: 100%;
      padding-right: 0; }
      @media screen and (max-width: 768px) {
        .news_wrapper.nul .f_wrapper > ._left {
          margin-top: 0; } }
  .news_wrapper .f_wrapper {
    display: flex;
    flex-wrap: wrap; }
    .news_wrapper .f_wrapper > ._left {
      width: calc(100% - 210px);
      padding-right: 10.8em; }
      @media screen and (max-width: 768px) {
        .news_wrapper .f_wrapper > ._left {
          width: 100%;
          padding-right: 0;
          order: 1;
          margin-top: 2.05em; } }
      .news_wrapper .f_wrapper > ._left ul.list li {
        position: relative;
        z-index: 15;
        padding: 1.64em 2.05em;
        border-bottom: solid 1px #e5ebf1; }
        @media screen and (max-width: 768px) {
          .news_wrapper .f_wrapper > ._left ul.list li {
            padding: 1.23em 0; } }
        .news_wrapper .f_wrapper > ._left ul.list li::after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          position: absolute;
          bottom: -1px;
          right: 0;
          background: #000a05;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        .news_wrapper .f_wrapper > ._left ul.list li a {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .news_wrapper .f_wrapper > ._left ul.list li a span._cat {
            display: block;
            width: 6.15em;
            padding: .205em .82em;
            font-size: .85em;
            text-align: center;
            border: solid 1px #38a1db;
            border-radius: 2.05em;
            color: #38a1db;
            margin-right: 1.64em; }
          .news_wrapper .f_wrapper > ._left ul.list li a time {
            font-size: .8em; }
          .news_wrapper .f_wrapper > ._left ul.list li a p {
            width: 100%;
            margin-top: .82em; }
        .news_wrapper .f_wrapper > ._left ul.list li:hover::after {
          width: 100%;
          left: 0;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .news_wrapper .f_wrapper > ._left a.btn {
        margin-top: 3.075em; }
        @media screen and (max-width: 768px) {
          .news_wrapper .f_wrapper > ._left a.btn {
            margin-top: 2.05em; } }
    .news_wrapper .f_wrapper > ._right {
      width: 210px; }
      @media screen and (max-width: 768px) {
        .news_wrapper .f_wrapper > ._right {
          width: 100%; } }
      .news_wrapper .f_wrapper > ._right .sticky {
        top: 14.35em; }
      @media screen and (max-width: 768px) {
        .news_wrapper .f_wrapper > ._right ul.list {
          white-space: nowrap;
          overflow: scroll; } }
      @media screen and (max-width: 768px) {
        .news_wrapper .f_wrapper > ._right ul.list li {
          display: inline-block; } }
      .news_wrapper .f_wrapper > ._right ul.list li a {
        display: table; }
      .news_wrapper .f_wrapper > ._right ul.list li span {
        display: block;
        padding: .41em 2.05em;
        font-size: .9em;
        background: #f7f7f7;
        border: solid 1px #eeeeee;
        border-radius: 3.075em;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .news_wrapper .f_wrapper > ._right ul.list li:hover span {
        background: #ffffff;
        box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.2);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .news_wrapper .f_wrapper > ._right ul.list li.active span {
        color: #ffffff;
        background: #38a1db; }
      .news_wrapper .f_wrapper > ._right ul.list li ~ li {
        margin-top: 1em; }
      .news_wrapper .f_wrapper > ._right .bnr_wrapper {
        border-top: solid 1px #e5ebf1;
        margin-top: 3.075em;
        padding-top: 3.075em; }

/* ------------------
   #Page 新着情報[個別]
------------------ */
h1.newsTtl {
  position: relative;
  z-index: 15;
  font-size: 2.05em;
  line-height: 1.5;
  margin-bottom: .1025em; }
  @media screen and (max-width: 768px) {
    h1.newsTtl {
      font-size: 1.5375em; } }

h4.newsTtl {
  position: relative;
  z-index: 15; }
  h4.newsTtl::before {
    content: '';
    display: block;
    width: 5px;
    height: 2em;
    background: #38a1db;
    position: absolute;
    left: -2.87em; }
    @media screen and (max-width: 768px) {
      h4.newsTtl::before {
        left: -7.5vw; } }
  h4.newsTtl span {
    font-size: 1.23em; }
  h4.newsTtl + p + .box {
    margin-top: 1.23em; }

.news_content {
  background: #ffffff;
  border-top: solid 1px #e5ebf1; }

.news_flex {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .news_flex {
      width: 90%; } }
  .news_flex ._main {
    width: calc(100% - 320px);
    padding: 6.15em 0 8.2em;
    padding-right: 4.1em; }
    @media screen and (max-width: 768px) {
      .news_flex ._main {
        width: 100%;
        padding: 3.28em 0 2.05em;
        padding-right: 0; } }
  .news_flex ._sepalate {
    width: 10px;
    background: #f5f5f5;
    border-left: solid 1px #e5ebf1;
    border-right: solid 1px #e5ebf1; }
    @media screen and (max-width: 768px) {
      .news_flex ._sepalate {
        display: none; } }
  .news_flex ._anker {
    width: 310px; }
    @media screen and (max-width: 768px) {
      .news_flex ._anker {
        width: 100vw;
        margin-left: -5vw;
        margin-right: -5vw;
        background: #f5f5f5;
        border-left: none; } }
    .news_flex ._anker .inner {
      padding-left: 2.87em;
      padding-bottom: 6.15em; }
      @media screen and (max-width: 768px) {
        .news_flex ._anker .inner {
          padding: 10% 8px 16px; } }
      .news_flex ._anker .inner > h4 {
        width: 90vw;
        margin: 0 auto; }
        .news_flex ._anker .inner > h4 + p {
          width: 90vw;
          margin: 0 auto; }
    .news_flex ._anker .sticky {
      top: calc(6.15em + 8.2em); }
    .news_flex ._anker h4.deseaseTtl {
      display: flex;
      align-items: center;
      margin-bottom: .82em; }
      .news_flex ._anker h4.deseaseTtl::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        margin-right: .615em;
        background: url(images/icon_search.svg);
        background-size: cover; }
      .news_flex ._anker h4.deseaseTtl span {
        display: block;
        color: #38a1db; }
    .news_flex ._anker ul.deseaseCat {
      background: #f5f5f5; }
      .news_flex ._anker ul.deseaseCat li ~ li {
        border-top: solid 1px #e5ebf1; }
    .news_flex ._anker dl._list dt {
      display: flex;
      align-items: center;
      padding: .615em 1em; }
      .news_flex ._anker dl._list dt span {
        position: relative;
        z-index: 15;
        display: block;
        width: .82em;
        height: .82em; }
        .news_flex ._anker dl._list dt span::before {
          content: '';
          display: block;
          width: .82em;
          height: 2px;
          border-radius: 2px;
          background: #0c1e29;
          position: absolute;
          top: calc(50% - (2px / 2));
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
        .news_flex ._anker dl._list dt span::after {
          content: '';
          display: block;
          width: .82em;
          height: 2px;
          border-radius: 2px;
          background: #0c1e29;
          position: absolute;
          top: calc(50% - (2px / 2));
          transform: rotate(90deg);
          transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
          -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      .news_flex ._anker dl._list dt p {
        width: calc(100% - 1em);
        padding-left: .615em;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      .news_flex ._anker dl._list dt.open span::before {
        background: #38a1db;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      .news_flex ._anker dl._list dt.open span::after {
        background: #38a1db;
        transform: rotate(0);
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      .news_flex ._anker dl._list dt.open p {
        color: #38a1db;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
    .news_flex ._anker dl._list dd {
      display: none;
      padding: .41em 1em .41em 1.64em;
      border-top: solid 1px #e5ebf1; }
      .news_flex ._anker dl._list dd p {
        font-size: .85em; }
  .news_flex ul._side {
    border-top: solid 1px #e5ebf1; }
    @media screen and (max-width: 768px) {
      .news_flex ul._side {
        background: #ffffff; } }
    .news_flex ul._side li {
      padding: 1em 0;
      border-bottom: solid 1px #e5ebf1; }
      @media screen and (max-width: 768px) {
        .news_flex ul._side li {
          padding: 1em; } }
      .news_flex ul._side li a {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .news_flex ul._side li a time {
          display: table;
          margin-right: .615em; }
        .news_flex ul._side li a span.cat {
          background: #38a1db;
          color: #ffffff;
          border-radius: 3.075em;
          padding: 3px 1.025em;
          font-size: .8em; }
        .news_flex ul._side li a p {
          width: 100%;
          margin-top: .41em;
          line-height: 1.65; }

.news_head {
  display: block; }
  .news_head .news_tagline {
    display: flex;
    align-items: center;
    margin-bottom: .82em; }
    .news_head .news_tagline time {
      display: block;
      font-weight: bold;
      color: #256c92;
      margin-right: 1.125em; }
    .news_head .news_tagline .cat {
      display: table;
      background: #38a1db;
      color: #ffffff;
      padding: .205em 1.435em;
      border-radius: 3.075em; }
      @media screen and (max-width: 768px) {
        .news_head .news_tagline .cat {
          font-size: .8em;
          padding: 3px 1.025em; } }

.news_body {
  display: block;
  font-size: 1.125em;
  margin-top: 2.87em; }
  @media screen and (max-width: 768px) {
    .news_body {
      margin-top: 2.05em; } }
  .news_body > .__body > * {
    line-height: 1.8; }
    .news_body > .__body > * b, .news_body > .__body > * strong {
      font-size: 1em; }
      @media screen and (max-width: 768px) {
        .news_body > .__body > * b, .news_body > .__body > * strong {
          font-size: 1em; } }
    .news_body > .__body > * strong {
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .news_body > .__body > * strong {
          padding: 3px 10px; } }
    .news_body > .__body > * ~ * {
      margin-top: .82em; }
    .news_body > .__body > * ~ h3 {
      margin-top: 1.845em; }
    .news_body > .__body > * ~ h4 {
      margin-top: 1.845em; }
  .news_body > .__body a {
    text-decoration: underline;
    color: #38a1db; }
  .news_body > .__body h2 {
    padding-left: .82em;
    font-size: 1.5525em;
    background: #e6eff5;
    border-left: solid 5px #38a1db; }
    @media screen and (max-width: 768px) {
      .news_body > .__body h2 {
        font-size: 1.435em; } }
  .news_body > .__body h3 {
    padding-left: .82em;
    font-size: 1.435em;
    border-left: solid 5px #38a1db; }
    @media screen and (max-width: 768px) {
      .news_body > .__body h3 {
        font-size: 1.3325em; } }
  .news_body > .__body h4 {
    padding: 0.41em 1em;
    background: #e6eff5; }
  .news_body > .__body > ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px; }
    .news_body > .__body > ul li {
      list-style-type: disc; }
  .news_body > .__body figure img {
    position: relative;
    z-index: 15; }
  .news_body > .__body .alignright {
    float: right; }
  .news_body > .__body .alignleft {
    float: left; }
  .news_body > .__newsbody figure {
    width: auto;
    border-radius: 0; }
    .news_body > .__newsbody figure img {
      position: relative;
      z-index: 15; }
  .news_body > .__newsbody .wp-block-group .wp-block-group__inner-container .wp-block-image {
    float: left; }
  .news_body > .__newsbody .wp-block-group .wp-block-group__inner-container::after {
    content: '';
    display: block;
    clear: both; }
  .news_body > .__newsbody .has-text-align-center {
    text-align: center; }
  .news_body > .__newsbody .has-text-align-right {
    text-align: right; }
  .news_body > .__newsbody .wp-block-quote {
    border-left: solid 4px #ddd;
    padding-left: 1.64em;
    margin-left: 0;
    margin-right: 0; }
  .news_body > .__newsbody > * {
    line-height: 1.8; }
    .news_body > .__newsbody > * b, .news_body > .__newsbody > * strong {
      font-size: 1em; }
    .news_body > .__newsbody > * strong {
      color: #38a1db;
      background: #2c95d330; }
    .news_body > .__newsbody > * ~ * {
      margin-top: .82em; }
    .news_body > .__newsbody > * ~ h3 {
      margin-top: 1.845em; }
    .news_body > .__newsbody > * ~ h4 {
      margin-top: 1.845em; }
  .news_body > .__newsbody a {
    text-decoration: underline;
    color: #38a1db; }
  .news_body > .__newsbody h3 {
    padding-left: .82em;
    font-size: 1.435em;
    border-left: solid 5px #38a1db; }
    @media screen and (max-width: 768px) {
      .news_body > .__newsbody h3 {
        font-size: 1.3325em; } }
  .news_body > .__newsbody h4 {
    padding: 0.41em 1em;
    background: #e6eff5; }
    .news_body > .__newsbody h4 strong {
      color: #38a1db;
      background: #2c95d330; }
  .news_body > .__newsbody > ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px; }
    .news_body > .__newsbody > ul li {
      list-style-type: disc; }
  .news_body > ._footer {
    margin-top: 3.69em;
    padding-top: 2.46em;
    border-top: solid 1px #e5ebf1; }
    .news_body > ._footer > h4 {
      font-size: .9em;
      color: #8f95a1; }
      .news_body > ._footer > h4 ~ h4 {
        margin-top: 2.05em; }
    .news_body > ._footer ._tags {
      margin-top: 8px; }
      .news_body > ._footer ._tags ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -6px; }
        .news_body > ._footer ._tags ul li {
          margin: 0;
          margin-right: 6px;
          margin-bottom: 6px; }
          .news_body > ._footer ._tags ul li a {
            display: block;
            padding: 4px 12px;
            background: #f5f5f5;
            border: solid 1px #e5ebf1;
            border-radius: 4.1em;
            font-size: .85em;
            line-height: 1.5; }
    .news_body > ._footer ._social {
      margin-top: 8px;
      display: flex;
      align-items: center; }
      .news_body > ._footer ._social a._icon {
        display: block;
        width: 1.64em;
        height: 1.64em;
        margin: 0;
        margin-right: .615em; }
        .news_body > ._footer ._social a._icon:last-child {
          margin-right: 0; }
    .news_body > ._footer ._pager {
      margin-top: 8px;
      display: flex;
      width: 100%;
      border-left: solid 1px #e5ebf1; }
      .news_body > ._footer ._pager > a {
        display: block;
        width: 50%;
        margin: 0;
        padding: 1em;
        border: solid 1px #e5ebf1;
        border-left: none; }

/* ------------------
   #Page グループ情報[会社概要]
------------------ */
.outline-wrapper {
  border-top: solid 1px #eee; }
  .outline-wrapper dl.list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #eee;
    padding: 1.23em 0; }
    .outline-wrapper dl.list dt {
      display: block;
      width: 25%; }
      .outline-wrapper dl.list dt span {
        font-weight: bold;
        opacity: .65; }
    .outline-wrapper dl.list dd {
      display: block;
      width: 75%; }

.access-wrapper .focusTxt {
  padding: 2.05em 0; }
  @media screen and (max-width: 768px) {
    .access-wrapper .focusTxt {
      padding: 1.23em 0; } }
  .access-wrapper .focusTxt + * {
    background: #f7f7f7;
    border: solid 1px #eeeeee;
    padding: 1.23em 1.64em; }
    @media screen and (max-width: 768px) {
      .access-wrapper .focusTxt + * {
        margin-top: 1.23em; } }

@media screen and (max-width: 768px) {
  .group_wrapper {
    width: calc(100% + 7.5vw);
    margin-left: -3.75vw; } }
.group_wrapper .swiper-pagination {
  position: absolute;
  right: 1.64em;
  bottom: 1.64em; }
  .group_wrapper .swiper-pagination > span.swiper-pagination-bullet-active {
    background: #38a1db; }
  .group_wrapper .swiper-pagination > span ~ span {
    margin-left: .41em; }

.lesson_wrapper {
  background: #f7f7f7;
  padding: 3.075em;
  border: solid 1px #eeeeee;
  border-radius: 4px; }
  @media screen and (max-width: 768px) {
    .lesson_wrapper {
      width: calc(100% + 7.5vw);
      margin-left: -3.75vw;
      padding: 2.05em 1.64em; } }
  .lesson_wrapper ul.list {
    display: block; }
    .lesson_wrapper ul.list li {
      display: block;
      border: solid 1px #eeeeee;
      border-radius: 4px;
      background: #ffffff;
      padding: .82em 1.23em; }
      .lesson_wrapper ul.list li ~ li {
        margin-top: .205em; }
      .lesson_wrapper ul.list li p span {
        display: inline-block;
        font-weight: bold;
        padding: .205em .82em;
        font-size: .7em;
        border-radius: 3em;
        background: #f89a92;
        color: #ffffff; }

/* ------------------
   #Page グループ情報[理念]
------------------ */
ul.listMulti {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6.15em; }
  ul.listMulti li {
    display: flex;
    align-items: center;
    width: 25%;
    padding: 1.64em; }
    @media screen and (max-width: 768px) {
      ul.listMulti li {
        width: 50%; } }

dl.listMulti {
  position: relative;
  z-index: 15; }
  dl.listMulti dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    font-size: .85em;
    opacity: .41; }

ul.listPhilosophy {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start; }
  ul.listPhilosophy::after {
    display: none; }

dl.listPhilosophy {
  display: flex;
  flex-flow: row-reverse; }
  dl.listPhilosophy dd {
    margin: 0; }
    dl.listPhilosophy dd span {
      font-weight: bold;
      font-size: .9em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
  dl.listPhilosophy dt span {
    font-size: 1.435em;
    margin-top: 1.23em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }

.philosophy-wrapper .__pram {
  opacity: .65;
  display: flex;
  margin: 4.1em 0 2.05em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper .__pram {
      margin: 2.05em 0 0; } }
  .philosophy-wrapper .__pram * {
    font-size: .85em; }
  .philosophy-wrapper .__pram .number {
    width: 15%; }
    @media screen and (max-width: 768px) {
      .philosophy-wrapper .__pram .number {
        display: none; } }
  .philosophy-wrapper .__pram .element {
    width: 85%; }
    @media screen and (max-width: 768px) {
      .philosophy-wrapper .__pram .element {
        display: none; } }
.philosophy-wrapper .__item {
  display: flex;
  border-bottom: solid 1px #eee;
  padding-bottom: 2.05em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper .__item {
      padding-bottom: 1.64em; } }
  .philosophy-wrapper .__item .number {
    width: 15%; }
    .philosophy-wrapper .__item .number span {
      width: 3em;
      height: 3em;
      background: #f7f7f7;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3em;
      font-size: .85em;
      border: solid 1px #ddd; }
  .philosophy-wrapper .__item .element {
    width: 85%; }
  .philosophy-wrapper .__item ~ .__item {
    margin-top: 3.075em; }
    @media screen and (max-width: 768px) {
      .philosophy-wrapper .__item ~ .__item {
        margin-top: 2.46em; } }
.philosophy-wrapper dl.list dt {
  font-weight: bold;
  font-size: 1.23em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper dl.list dt {
      font-size: 1.1275em; } }
.philosophy-wrapper dl.list dd {
  margin-top: .82em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper dl.list dd {
      margin-top: .41em; } }

/* ------------------
   #Page 事業紹介[詳細]
------------------ */
.f_outline {
  display: flex;
  flex-wrap: wrap; }
  .f_outline > h3 {
    font-size: 1.23em;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 768px) {
      .f_outline > h3 {
        font-size: .82em;
        font-weight: 500; } }
  .f_outline > dl {
    width: calc(100% - 12.3rem);
    margin-left: auto;
    padding-bottom: 10.8em;
    padding-left: 8.2rem;
    border-left: solid 1px #eeeeee; }
    @media screen and (max-width: 768px) {
      .f_outline > dl {
        width: calc(100% - 2.46rem);
        padding-left: 2.46rem;
        padding-bottom: 6.15em; } }
  .f_outline > div {
    width: calc(100% - 12.3rem);
    margin-left: auto;
    padding-bottom: 10.8em;
    padding-left: 8.2rem;
    border-left: solid 1px #dddddd; }
    @media screen and (max-width: 768px) {
      .f_outline > div {
        width: calc(100% - 2.46rem);
        padding-left: 2.46rem;
        padding-bottom: 6.15em; } }

dl.listBusiness dt {
  opacity: .41;
  font-size: .9em; }
  dl.listBusiness dt ~ dt {
    margin-top: 2.05em; }
dl.listBusiness dd {
  margin-top: .615em; }
  dl.listBusiness dd p {
    font-weight: 500; }

ul.listBusiness {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -.41em; }
  ul.listBusiness li {
    margin: 0 0 .41em .41em; }
    ul.listBusiness li a.btn {
      padding: .615em 1.64em; }

.business_message .__body {
  margin-top: 3.075em; }
  @media screen and (max-width: 768px) {
    .business_message .__body {
      margin-top: 2.05em; } }
  .business_message .__body .focusTxt {
    padding: 2.05em 0;
    border-color: #dddddd; }
    @media screen and (max-width: 768px) {
      .business_message .__body .focusTxt {
        padding: 1.64em 0; } }
    .business_message .__body .focusTxt p {
      font-size: 1.23em; }

.gallery-container .swiper-button-prev {
  width: 4.1em;
  height: 4.1em;
  border-radius: 6.15em;
  background: #ffffff;
  opacity: 0;
  transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  transition-duration: .375s;
  transition-delay: 0s; }
  @media screen and (max-width: 768px) {
    .gallery-container .swiper-button-prev {
      width: 3.075em;
      height: 3.075em; } }
  .gallery-container .swiper-button-prev::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/icon_arrow-blk.svg) center no-repeat;
    background-size: 30%;
    transform: rotate(180deg); }
.gallery-container .swiper-button-next {
  width: 4.1em;
  height: 4.1em;
  border-radius: 6.15em;
  background: #ffffff;
  opacity: 0;
  transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  transition-duration: .375s;
  transition-delay: 0s; }
  @media screen and (max-width: 768px) {
    .gallery-container .swiper-button-next {
      width: 3.075em;
      height: 3.075em; } }
  .gallery-container .swiper-button-next::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/icon_arrow-blk.svg) center no-repeat;
    background-size: 30%; }
.gallery-container:hover .swiper-button-prev {
  opacity: 1;
  transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  transition-duration: .375s;
  transition-delay: 0s; }
.gallery-container:hover .swiper-button-next {
  opacity: 1;
  transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  transition-duration: .375s;
  transition-delay: 0s; }
.gallery-container:hover .swiper-button-disabled {
  opacity: .35;
  transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
  transition-duration: .375s;
  transition-delay: 0s; }

/* ------------------
   #Page 事業内容[学校給食事業]
------------------ */
.panel_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .panel_wrapper .__item {
    width: 47.5%; }

.card_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .card_wrapper .__img {
    width: 42.5%; }
    @media screen and (max-width: 768px) {
      .card_wrapper .__img {
        width: 100%; } }
  .card_wrapper .__txt {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .card_wrapper .__txt {
        width: 100%;
        margin-top: 1.23em; } }

/* ------------------
   #Page 企業文化
------------------ */
/* ------------------
   #Page 企業文化[キャリアステップ]
------------------ */
ul.listCareer {
  border-top: solid 1px #eeeeee; }
  ul.listCareer li ~ li dl.listCareer dt::after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: -.5em;
    left: calc(50% - .5em);
    background: url(images/icon_arrow-blk.svg);
    background-size: cover;
    transform: rotate(90deg); }
  ul.listCareer li ~ li dl.listCareer dd {
    border-top: solid 1px #eeeeee; }

dl.listCareer {
  display: flex;
  flex-wrap: wrap; }
  dl.listCareer dt {
    position: relative;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.35em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      dl.listCareer dt {
        width: 4.1em;
        padding: 1.64em 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; } }
    dl.listCareer dt span {
      display: block;
      font-size: 1.1175em;
      font-weight: bold; }
  dl.listCareer dd {
    width: calc(100% - 14.35em);
    padding: 3.075em 0 3.075em 4.56em; }
    @media screen and (max-width: 768px) {
      dl.listCareer dd {
        width: calc(100% - 4.1em);
        padding: 3.075em 0 3.075em 1.23em; } }

/* ------------------
   #Page 企業文化[社内の取り組み]
------------------ */
/* ------------------
   #Page 企業文化[外部表彰実績]
------------------ */
ul.listAward {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -3.075em; }
  @media screen and (max-width: 768px) {
    ul.listAward {
      margin-bottom: -4.1em; } }
  ul.listAward li {
    width: 47.5%;
    margin-bottom: 3.075em; }
    @media screen and (max-width: 768px) {
      ul.listAward li {
        width: 100%;
        margin-bottom: 4.1em; } }
  ul.listAward::after {
    display: none; }
  ul.listAward .__head {
    border: solid 1px #eee;
    border-radius: 6px;
    overflow: hidden; }
  ul.listAward .__body {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      ul.listAward .__body {
        margin-top: 1.23em; } }

dl.listAward dt {
  display: block; }
  dl.listAward dt span {
    font-weight: 600;
    font-size: 1.175em; }
dl.listAward dd {
  margin-top: .41em;
  margin-bottom: .41em; }
  @media screen and (max-width: 768px) {
    dl.listAward dd {
      margin-bottom: 0; } }
dl.listAward + .box {
  margin-top: 1.23em; }

/* ------------------
   #Page 企業文化[社会貢献活動]
------------------ */
@media screen and (max-width: 768px) {
  .csr_wrapper .card_text {
    width: calc(100% + 7.5vw);
    margin-left: -3.75vw; } }

.card_text {
  margin-top: 2.05em; }
  .card_text ._head {
    position: relative;
    z-index: 15; }
    .card_text ._head p {
      display: table;
      padding: .205em 1.23em;
      border: solid 1px #dddddd;
      background: #ffffff;
      margin-bottom: -.9em;
      border-radius: 3em;
      margin-left: 1.64em; }
  .card_text ._body {
    position: relative;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 2.05em 1.64em 1.64em;
    border: solid 1px #dddddd; }
    .card_text ._body p {
      line-height: 1.65; }

ul.listCheck {
  padding: .82em 1.64em 0; }
  @media screen and (max-width: 768px) {
    ul.listCheck {
      padding: .82em 0 0; } }
  ul.listCheck li {
    display: flex;
    align-items: baseline; }
    ul.listCheck li::before {
      content: '';
      display: block;
      width: 1em;
      height: 1em;
      background: url("images/icon_check.svg");
      background-size: cover; }
    ul.listCheck li span {
      display: block;
      width: calc(100% - 1em);
      margin-left: .615em; }
    ul.listCheck li ~ li {
      margin-top: .615em; }

dl.listSDGs {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #eeeeee; }
  dl.listSDGs dt {
    position: relative;
    z-index: 15;
    width: 18em;
    padding: 2.05em 0 3.075em;
    display: flex; }
    @media screen and (max-width: 768px) {
      dl.listSDGs dt {
        width: 100%;
        padding: 1.23em 0; } }
    dl.listSDGs dt::before {
      content: '';
      display: block;
      width: 4px;
      background: linear-gradient(180deg, #f7320e 50%, #ff8501); }
      @media screen and (max-width: 768px) {
        dl.listSDGs dt::before {
          width: 3px; } }
    dl.listSDGs dt > span {
      display: block;
      width: calc(100% - 4px);
      font-size: 1.1175em;
      font-weight: bold;
      padding-left: 1.23em; }
      @media screen and (max-width: 768px) {
        dl.listSDGs dt > span {
          width: calc(100% - 3px);
          padding-left: .82em; } }
      dl.listSDGs dt > span span {
        display: block; }
        dl.listSDGs dt > span span + span {
          margin-top: .41em; }
    @media screen and (max-width: 768px) {
      dl.listSDGs dt br {
        display: none; } }
  dl.listSDGs dd {
    width: calc(100% - 18em);
    padding: 2.05em 0 3.075em;
    padding-left: 4.1em;
    border-left: solid 1px #eeeeee; }
    @media screen and (max-width: 768px) {
      dl.listSDGs dd {
        width: 100%;
        padding: 1.23em 0;
        padding-left: calc(3px + .82em);
        border-top: solid 1px #eeeeee;
        border-left: none; } }

ul.listSDGs li {
  display: flex;
  align-items: baseline; }
  ul.listSDGs li::before {
    content: '';
    display: block;
    width: .41em;
    height: .41em;
    border-radius: 1em;
    background: #38a1db; }
  ul.listSDGs li span {
    width: calc(100% - .615em);
    padding-left: .82em; }
  ul.listSDGs li ~ li {
    margin-top: .41em; }

/* ------------------
   #Page イベント情報
------------------ */
.event_wrapper .__head {
  border-bottom: solid 1px #eeeeee; }
  @media screen and (max-width: 768px) {
    .event_wrapper .__head {
      padding-bottom: 1.23em; } }
.event_wrapper .__body {
  margin-top: 4.1em; }
  @media screen and (max-width: 768px) {
    .event_wrapper .__body {
      margin-top: 2.05em; } }
.event_wrapper .f_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .event_wrapper .f_wrapper > .f_right {
      display: none; } }
  .event_wrapper .f_wrapper h2.eventTtl {
    font-weight: normal;
    font-size: 1.1275em;
    padding: 1.23rem 1.1275rem; }

ul.listEvent_cat {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    ul.listEvent_cat {
      margin-bottom: -.41em; } }
  ul.listEvent_cat li {
    width: auto;
    position: relative;
    opacity: .41;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    @media screen and (max-width: 768px) {
      ul.listEvent_cat li {
        margin-right: .41em;
        margin-bottom: .41em; } }
    ul.listEvent_cat li span {
      display: block;
      padding: 1.23em 1.1275em;
      font-weight: normal; }
      @media screen and (max-width: 768px) {
        ul.listEvent_cat li span {
          padding: .205em 1.1275em;
          border: solid 1px #dddddd;
          border-radius: 3.075em; } }
    ul.listEvent_cat li.active {
      opacity: 1; }
      ul.listEvent_cat li.active span {
        color: #38a1db;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          ul.listEvent_cat li.active span {
            background: #f7f7f7; } }
    ul.listEvent_cat li:hover {
      opacity: 1;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

ul.listEvents {
  margin-bottom: -6.15em; }
  @media screen and (max-width: 768px) {
    ul.listEvents {
      margin-bottom: -3.075em; } }
  ul.listEvents li {
    margin-bottom: 6.15em; }
    @media screen and (max-width: 768px) {
      ul.listEvents li {
        margin-bottom: 3.075em; } }
    ul.listEvents li .__img {
      position: relative; }
      ul.listEvents li .__img img {
        transform: scale(1.05);
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    ul.listEvents li .__txt {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 2.05em; }
      ul.listEvents li .__txt time {
        font-size: .8em; }
      ul.listEvents li .__txt .cat {
        display: table;
        padding: .205em 1.23em;
        border: solid 1px #dddddd;
        border-radius: 3.075em;
        font-size: .85em;
        margin-left: 2.46em; }
        @media screen and (max-width: 768px) {
          ul.listEvents li .__txt .cat {
            margin-left: 1.23em; } }
      ul.listEvents li .__txt h2 {
        display: block;
        width: 100%;
        margin-top: .205em;
        font-size: 1.845em; }
        @media screen and (max-width: 768px) {
          ul.listEvents li .__txt h2 {
            font-size: 1.435em; } }
    ul.listEvents li:hover .__img img {
      transform: scale(1);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

/* ------------------
   #Page 会社情報[拠点網]
------------------ */
.network-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .network-wrapper .__item {
    width: calc(50% - (7.5% / 2));
    border-top: solid 1px #eeeeee;
    margin-bottom: 2.05em;
    padding: 1.23em 1.23em 0; }
    @media screen and (max-width: 768px) {
      .network-wrapper .__item {
        width: 100%;
        margin-bottom: 1.64em;
        padding: 1.23em 0 0; } }
    .network-wrapper .__item h3.indexTtl {
      margin-bottom: .82em; }
      .network-wrapper .__item h3.indexTtl + p {
        font-weight: 500; }
    .network-wrapper .__item.lg {
      width: 100%;
      font-size: 1.125em; }
      @media screen and (max-width: 768px) {
        .network-wrapper .__item.lg {
          font-size: 1em; } }
    .network-wrapper .__item ul.list {
      display: flex;
      align-items: center;
      margin-top: .41em; }
      .network-wrapper .__item ul.list li {
        margin-right: 1.23em; }
        .network-wrapper .__item ul.list li ~ li {
          margin-left: 0; }
    .network-wrapper .__item p.phone {
      display: flex;
      align-items: center;
      font-weight: 500; }
      .network-wrapper .__item p.phone::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon_phone.svg);
        background-size: cover; }
      .network-wrapper .__item p.phone span {
        margin-left: .615em; }
    .network-wrapper .__item a span {
      display: table;
      font-size: .8em;
      border: solid 1px #ddd;
      padding: .41em 1.23em;
      border-radius: 3em; }

/* ------------------
   #Page お問い合わせ
------------------ */
.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .itemHead {
    border-bottom: solid 1px #eee;
    padding-bottom: 3.075em;
    margin-bottom: 2.05em; }
    .formWrap .itemHead .announce p.must {
      display: flex;
      align-items: center;
      margin-top: .82em; }
      .formWrap .itemHead .announce p.must::before {
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        border-radius: 1em;
        background: #e41f1f;
        margin-right: .205em; }
  .formWrap .itemBody .must::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-radius: 1em;
    background: #e41f1f;
    vertical-align: super;
    margin-left: .41em; }

ul.listDocForm li {
  margin-bottom: 2.5em; }
  @media screen and (max-width: 768px) {
    ul.listDocForm li {
      margin-bottom: 1.75em; } }
  ul.listDocForm li:last-child {
    margin-bottom: 0; }

dl.listDocForm {
  display: flex;
  flex-wrap: wrap; }
  dl.listDocForm dt {
    width: 100%; }
    dl.listDocForm dt p {
      font-size: .85em;
      font-weight: bold; }
      dl.listDocForm dt p.must {
        position: relative;
        z-index: 15;
        display: table; }
        dl.listDocForm dt p.must::after {
          content: '';
          display: block;
          width: .75em;
          height: .75em;
          border-radius: 1em;
          background: #ff0404;
          position: absolute;
          left: 100%;
          top: 0; }
  dl.listDocForm dd {
    width: 100%;
    margin-top: .41em; }

.mw_wp_form form > p {
  display: none; }
.mw_wp_form input::placeholder {
  color: #aaa; }
.mw_wp_form input:focus::-webkit-input-placeholder {
  color: transparent; }
.mw_wp_form input:focus::-moz-placeholder {
  color: transparent; }
.mw_wp_form input:focus::-ms-input-placeholder {
  color: transparent; }
.mw_wp_form input:focus::placeholder {
  color: transparent; }
.mw_wp_form input[type="text"], .mw_wp_form textarea, .mw_wp_form select {
  width: 100%;
  height: auto;
  border: solid 1px #eee;
  background: #f7f7f7;
  border-radius: 0;
  line-height: 1.5;
  color: #252525;
  font-size: 16px; }
.mw_wp_form input[type="text"], .mw_wp_form textarea {
  padding: .82em; }
.mw_wp_form select {
  padding: 0 .82em; }
.mw_wp_form input[type="radio"] + span {
  color: #252525; }
.mw_wp_form input[type="text"]#old {
  width: 10em;
  margin-right: 1em; }
.mw_wp_form input[type="text"]#date2, .mw_wp_form input[type="text"]#date3 {
  margin-top: 1em; }
.mw_wp_form select {
  height: 4em; }
.mw_wp_form label {
  /*line-height: 4em;*/ }
.mw_wp_form input[type="text"]:focus, .mw_wp_form textarea:focus, .mw_wp_form select:focus {
  outline: none;
  border: solid 1px #a0a0a0; }
.mw_wp_form input[type="submit"] {
  width: 100%;
  max-width: 18rem;
  height: 4em;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 4em;
  font-size: 1em;
  background: #38a1db;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    .mw_wp_form input[type="submit"] {
      height: 4em;
      line-height: 4em; } }
  .mw_wp_form input[type="submit"]:hover {
    background: #f89a92;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
.mw_wp_form.mw_wp_form_input input::placeholder {
  color: transparent; }
.mw_wp_form.mw_wp_form_input dl.listDocForm dd {
  position: relative;
  z-index: 15; }
  .mw_wp_form.mw_wp_form_input dl.listDocForm dd span.error {
    position: absolute;
    top: 0;
    left: .82em;
    font-weight: bold;
    font-size: .85em; }
.mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap {
  display: flex; }
  .mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap input[type="submit"].back {
    order: 1;
    background: #252525; }
.mw_wp_form.mw_wp_form_confirm dl.listDocForm dd {
  background: #f7f7f7;
  padding: 1.23em 2.46em;
  border-radius: 4px;
  border: solid 1px #eee;
  color: #777; }
.mw_wp_form.mw_wp_form_confirm dl.listDocForm dl.listComplete {
  font-weight: 500; }
.mw_wp_form.mw_wp_form_complete .completeWrap > * ~ * {
  margin-top: .82em; }
.mw_wp_form.mw_wp_form_complete .completeWrap dl.listComplete dt p {
  font-weight: 500;
  font-size: 1.41em;
  margin-top: .82em; }

/* ------------------
   #Page クリニックについて
------------------ */
/* ------------------
   #Page クリニックについて[院内設備]
------------------ */
.f2_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -5.125em; }
  @media screen and (max-width: 768px) {
    .f2_wrapper {
      border-top: solid 2px #e5ebf1;
      margin-bottom: -0; } }
  .f2_wrapper > .f2_item {
    width: calc(50% - 2.05em);
    margin-bottom: 5.125em; }
    @media screen and (max-width: 768px) {
      .f2_wrapper > .f2_item {
        width: 100%;
        border-bottom: solid 2px #e5ebf1;
        padding: 3.075em 0;
        margin-bottom: 0; } }
    .f2_wrapper > .f2_item .__head {
      margin-bottom: 3.075em;
      box-shadow: 0 10px 20px -10px #eeeeee;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .f2_wrapper > .f2_item .__head {
          margin-bottom: 2.46em; } }

/* ------------------
   #Page 診療のご案内
------------------ */
.secPage.beginner1 ul.list {
  border-radius: 2.05em;
  background: #ffffff;
  box-shadow: 20px 20px 60px #cccfd3, -20px -20px 60px #ffffff;
  padding: 1.025em 0; }
  .secPage.beginner1 ul.list li {
    padding: 3.075em 0; }
    .secPage.beginner1 ul.list li ~ li {
      border-top: solid 1px #e5ebf1; }
.secPage.beginner1 .f_step {
  width: 80%;
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .secPage.beginner1 .f_step .__head {
    width: 35%; }
  .secPage.beginner1 .f_step .__body {
    width: 65%; }
.secPage.beginner1 .banar_block {
  border-radius: 2.05em;
  background: #e5ebf1;
  box-shadow: 20px 20px 60px #cccfd3, -20px -20px 60px #ffffff;
  padding: 1.025em 0;
  margin-top: 4.1em; }
  .secPage.beginner1 .banar_block .inner {
    width: 80%;
    max-width: 860px;
    margin: 0 auto;
    padding: 3.075em 0; }

/* ------------------
   #Page 診療のご案内
------------------ */
/*  #Page 症状別で探す[受診について] */
/*  #Page 症状別で探す[診療科目] */
.secPage.specialty {
  background: #F0F4F8; }
  .secPage.specialty .wrapper {
    padding: 8.2em 0 12.3em; }
    @media screen and (max-width: 768px) {
      .secPage.specialty .wrapper {
        width: 85%;
        padding: 4.1em 0 8.2em; } }
  .secPage.specialty .f_wrapper {
    position: relative;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -2.46em; }
    @media screen and (max-width: 768px) {
      .secPage.specialty .f_wrapper {
        margin-bottom: -2.5vw; } }
    .secPage.specialty .f_wrapper > .f_item {
      width: calc(25% - 1.23em);
      padding: 2.46em 2.05em 2.05em;
      margin-bottom: 2.46em;
      border-radius: 2.05em;
      background: #ffffff;
      box-shadow: 10px 10px 30px #cccfd3, -10px -10px 30px #ffffff;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      @media screen and (max-width: 768px) {
        .secPage.specialty .f_wrapper > .f_item {
          width: calc(50% - 1.25vw);
          margin-bottom: 2.5vw;
          padding: 2.46em 0 1.64em;
          border-radius: 1.025em; } }
      .secPage.specialty .f_wrapper > .f_item img.icon {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 1.23em; }
      .secPage.specialty .f_wrapper > .f_item p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.125em; }
        @media screen and (max-width: 768px) {
          .secPage.specialty .f_wrapper > .f_item p {
            justify-content: center; } }
        .secPage.specialty .f_wrapper > .f_item p span {
          display: block;
          width: calc(100% - 2em);
          text-align: center; }
        .secPage.specialty .f_wrapper > .f_item p::before {
          content: '';
          display: block;
          width: 1em;
          height: 1em; }
          @media screen and (max-width: 768px) {
            .secPage.specialty .f_wrapper > .f_item p::before {
              display: none; } }
        .secPage.specialty .f_wrapper > .f_item p::after {
          content: '';
          display: block;
          width: 1em;
          height: 1em;
          background: url(images/icon_arrow.svg);
          background-size: cover; }
          @media screen and (max-width: 768px) {
            .secPage.specialty .f_wrapper > .f_item p::after {
              display: none; } }
      .secPage.specialty .f_wrapper > .f_item:hover {
        background: #F0F4F8;
        box-shadow: none;
        transform: translateY(2px);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

/* ------------------
   #Page 症状別で探す
------------------ */
.anker_disease {
  margin-bottom: 8.2em; }
  @media screen and (max-width: 768px) {
    .anker_disease {
      margin-bottom: 3.69em; } }
  .anker_disease ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .anker_disease ul li {
      width: calc((100% / 6) - (40px / 6));
      margin-bottom: calc(40px / 5);
      background: #f5f5f5;
      text-align: center;
      border-radius: 8px;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
      @media screen and (max-width: 768px) {
        .anker_disease ul li {
          width: calc((100% / 2) - (8px / 2));
          margin-bottom: calc(8px / 1); } }
      .anker_disease ul li a {
        display: block;
        padding: 1em 0 .615em; }
        @media screen and (max-width: 768px) {
          .anker_disease ul li a {
            padding: 1.435em 0 1em; } }
        .anker_disease ul li a > ._head {
          padding: 0 20% .615em; }
          @media screen and (max-width: 768px) {
            .anker_disease ul li a > ._head {
              padding: 0 30% .615em; } }
        .anker_disease ul li a > ._body p span {
          font-weight: bold; }
      .anker_disease ul li:hover {
        background: #e5e5e5;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }

.secPage.symptom {
  overflow: initial; }
  .secPage.symptom .wrapper {
    position: relative;
    z-index: 15;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 8.2em 0 10.8em; }
    @media screen and (max-width: 768px) {
      .secPage.symptom .wrapper {
        width: 90%;
        padding: 4.1em 0 6.15em; } }
  @media screen and (max-width: 768px) {
    .secPage.symptom .disease_wrapper > ._item h3.itemTtl span {
      font-size: 1.435em; } }
  .secPage.symptom .disease_wrapper > ._item h3.itemTtl strong {
    color: #38a1db; }
  .secPage.symptom .disease_wrapper > ._item ~ ._item {
    margin-top: 6.15em; }
    @media screen and (max-width: 768px) {
      .secPage.symptom .disease_wrapper > ._item ~ ._item {
        margin-top: 3.28em; } }
  .secPage.symptom .disease_wrapper .ttl_wrapper + .box {
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      .secPage.symptom .disease_wrapper .ttl_wrapper + .box {
        margin-top: 1.435em; } }
  .secPage.symptom .f_wrapper {
    display: flex;
    flex-wrap: wrap; }
    .secPage.symptom .f_wrapper > ._left {
      width: calc(100% - 210px);
      padding-right: 10.8em; }
      @media screen and (max-width: 768px) {
        .secPage.symptom .f_wrapper > ._left {
          width: 100%;
          margin-top: 4.1em;
          padding-right: 0;
          order: 1; } }
      .secPage.symptom .f_wrapper > ._left ._item::before {
        content: '';
        display: block;
        width: 1em;
        height: 1px;
        background: #256c92;
        margin-bottom: 6.15em; }
        @media screen and (max-width: 768px) {
          .secPage.symptom .f_wrapper > ._left ._item::before {
            margin-bottom: 3.075em; } }
      .secPage.symptom .f_wrapper > ._left ._item ~ ._item {
        margin-top: 8.2em; }
        @media screen and (max-width: 768px) {
          .secPage.symptom .f_wrapper > ._left ._item ~ ._item {
            margin-top: 6.15em; } }
      .secPage.symptom .f_wrapper > ._left ._item .ttl_wrapper strong {
        color: #38a1db; }
    .secPage.symptom .f_wrapper > ._sepalate {
      width: 10px;
      background: #f5f5f5;
      border-left: solid 1px #e5ebf1;
      border-right: solid 1px #e5ebf1; }
      @media screen and (max-width: 768px) {
        .secPage.symptom .f_wrapper > ._sepalate {
          display: none; } }
    .secPage.symptom .f_wrapper > ._right {
      width: 200px; }
      @media screen and (max-width: 768px) {
        .secPage.symptom .f_wrapper > ._right {
          width: 100%; } }
      .secPage.symptom .f_wrapper > ._right .sticky {
        top: 14.35em; }
      @media screen and (max-width: 768px) {
        .secPage.symptom .f_wrapper > ._right ul.list {
          overflow: scroll;
          white-space: nowrap; } }
      @media screen and (max-width: 768px) {
        .secPage.symptom .f_wrapper > ._right ul.list li {
          display: inline-block; } }
      .secPage.symptom .f_wrapper > ._right ul.list li a {
        display: table; }
      .secPage.symptom .f_wrapper > ._right ul.list li span {
        display: block;
        padding: .205em 1.025em;
        font-size: .9em;
        background: #f7f7f7;
        border: solid 1px #eeeeee;
        border-radius: 3.075em;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        @media screen and (max-width: 768px) {
          .secPage.symptom .f_wrapper > ._right ul.list li span {
            padding: .41em 2.05em;
            font-size: 1em; } }
      .secPage.symptom .f_wrapper > ._right ul.list li ~ li {
        margin-top: 5px; }
      .secPage.symptom .f_wrapper > ._right ul.list li.active span {
        color: #ffffff;
        background: #38a1db;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secPage.symptom .f_wrapper > ._right ul.list li:hover span {
        background: #ffffff;
        box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.2);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

dl._disease {
  margin-top: 1.435em; }
  dl._disease dt {
    font-size: 1.23em; }
    dl._disease dt + dd {
      margin-top: 1em; }
  dl._disease.box {
    margin-top: 2.05em; }

ul._disease {
  display: flex;
  flex-wrap: wrap;
  padding: 1.435em 2.05em;
  background: #f5f5f5;
  border-radius: 8px; }
  @media screen and (max-width: 768px) {
    ul._disease {
      padding: 1em 1.435em; } }
  ul._disease li {
    position: relative;
    z-index: 15;
    width: auto;
    min-width: 50%;
    padding: .615em 2.05em .615em 0; }
    @media screen and (max-width: 768px) {
      ul._disease li {
        width: 100%;
        padding: .41em 0; } }
    ul._disease li a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      ul._disease li a::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background: #38a1db;
        margin-right: 14px;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
    ul._disease li p {
      width: calc(100% - 14px);
      line-height: 1.5; }
    ul._disease li span.more {
      position: relative;
      z-index: 15;
      display: block;
      width: 1em;
      height: 1em; }
      ul._disease li span.more::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #38a1db;
        border-radius: 7.2em;
        transform: scale(2.46);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      ul._disease li span.more::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background: url(images/icon_arrow_wh.svg) center no-repeat;
        background-size: 80%;
        transform: rotate(-45deg); }
    ul._disease li:hover a::before {
      transform: scale(1.5);
      background: #256c92;
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.3075s; }
    ul._disease li:hover span.more::before {
      transform: scale(3.075);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

/* ------------------
   #Page よくあるご質問
------------------ */
.sectionTtl_wrapper {
  display: flex;
  margin-bottom: 4.1em; }
  @media screen and (max-width: 768px) {
    .sectionTtl_wrapper > .num {
      width: 4.1em; } }
  .sectionTtl_wrapper > .num span {
    font-size: 10.8em;
    font-weight: bold;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #ffffff;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .sectionTtl_wrapper > .num span {
        font-size: 3.075em; } }
  .sectionTtl_wrapper > .txt {
    padding-left: 3.075em; }
    @media screen and (max-width: 768px) {
      .sectionTtl_wrapper > .txt {
        padding-left: 1.64em; } }
    .sectionTtl_wrapper > .txt h2 span {
      display: block;
      font-size: 1.64em; }
    .sectionTtl_wrapper > .txt h2 + .box {
      margin-top: 3.075em; }
      @media screen and (max-width: 768px) {
        .sectionTtl_wrapper > .txt h2 + .box {
          width: 85vw;
          margin-left: calc(-1 * (1.64em + 4.1em)); } }

h2.itemTtl {
  text-align: center; }
  h2.itemTtl::after {
    content: '';
    display: block;
    margin: 1.23em auto 3.075em;
    width: 2.46em;
    height: 5px;
    border-radius: 5px;
    background: #38a1db; }
    @media screen and (max-width: 768px) {
      h2.itemTtl::after {
        width: 1.645em;
        height: 3px;
        margin: 1.125em auto 1.845em; } }
  h2.itemTtl span {
    font-size: 2.05em;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      h2.itemTtl span {
        font-size: 1.5375em; } }

h3.itemTtl span {
  font-size: 1.64em;
  line-height: 1.5; }
h3.itemTtl + .box {
  margin-top: 1.64em; }

h4.itemTtl span {
  font-size: 1.435em;
  line-height: 1.5; }
h4.itemTtl + .box {
  margin-top: 1.64em; }

.ttl_wrapper._horizal {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }
  .ttl_wrapper._horizal .boundary {
    display: block;
    margin: 0 .82em;
    color: #e5ebf1; }
    @media screen and (max-width: 768px) {
      .ttl_wrapper._horizal .boundary {
        display: none; } }
    @media screen and (max-width: 768px) {
      .ttl_wrapper._horizal .boundary + p {
        display: block;
        width: 100%;
        margin-top: .41em; } }

h3.leadTxt {
  display: table;
  margin: 0 auto;
  font-size: 3.075em;
  margin-bottom: 3.075em; }

p.leadTxt {
  text-align: center;
  font-size: 1.64em;
  color: #38a1db;
  font-weight: bold; }

.secPage.pageHead {
  position: relative;
  z-index: 15;
  padding: 6.15em 0; }
  @media screen and (max-width: 768px) {
    .secPage.pageHead {
      padding: 3.075em 0; } }
  .secPage.pageHead .wrapper {
    width: 85%;
    max-width: 1440px;
    margin: 0 auto; }
    .secPage.pageHead .wrapper > p {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .secPage.pageHead .wrapper > p {
          text-align: left; } }
      .secPage.pageHead .wrapper > p + ul {
        margin-top: 3.075em; }
        @media screen and (max-width: 768px) {
          .secPage.pageHead .wrapper > p + ul {
            margin-top: 1.64em; } }

.secPage.faq {
  padding: 6.15em 0 8.2em;
  background: #F0F4F8; }
  @media screen and (max-width: 768px) {
    .secPage.faq {
      padding: 2.5vw 0; } }
  .secPage.faq .wrapper {
    padding: 0; }
    @media screen and (max-width: 768px) {
      .secPage.faq .wrapper {
        width: 95%; } }

.faq_wrapper {
  background: #ffffff;
  border-radius: 2.05em; }
  @media screen and (max-width: 768px) {
    .faq_wrapper {
      border-radius: 1.025em; } }
  .faq_wrapper .__item {
    padding: 6.15em 0; }
    @media screen and (max-width: 768px) {
      .faq_wrapper .__item {
        padding: 3.075em 0 0; } }
    .faq_wrapper .__item ~ .__item {
      border-top: solid 1px #e5ebf1; }
    .faq_wrapper .__item:last-child {
      border-top: none; }

ul.listFAQ {
  display: block;
  max-width: 50em;
  margin: 0 auto;
  border-top: solid 1px #e5ebf1; }
  ul.listFAQ > li {
    padding: 2.46em 0;
    border-bottom: solid 1px #e5ebf1; }
    @media screen and (max-width: 768px) {
      ul.listFAQ > li {
        padding: 2.46em 5vw; } }

dl.listFAQ > dt {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 768px) {
    dl.listFAQ > dt {
      font-size: 1em; } }
  dl.listFAQ > dt::before {
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.075em;
    height: 3.075em;
    border-radius: 14px;
    background: #38a1db;
    color: #ffffff;
    font-weight: bold; }
  dl.listFAQ > dt span {
    display: block;
    width: calc(100% - 3.075em);
    padding-left: 1.23em;
    color: #38a1db;
    font-weight: bold; }
dl.listFAQ > dd {
  display: flex;
  align-items: baseline;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    dl.listFAQ > dd {
      line-height: 1.8; } }
  dl.listFAQ > dd::before {
    content: 'A';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.075em;
    height: 3.075em;
    border-radius: 14px;
    background: #353c43;
    color: #ffffff;
    font-weight: bold; }
  dl.listFAQ > dd > div {
    width: calc(100% - 3.075em);
    padding-left: 1.23em; }
    dl.listFAQ > dd > div > * + * {
      margin-top: 8px; }
  dl.listFAQ > dd p {
    font-weight: normal; }
  dl.listFAQ > dd ul > li {
    display: flex;
    align-items: center; }
    dl.listFAQ > dd ul > li::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background: #38a1db;
      margin-right: .615em; }
    dl.listFAQ > dd ul > li ~ li {
      margin-top: 4px; }

/* ------------------
   #Page プライバシーポリシー
------------------ */
dl.listPrivacy {
  margin-top: 3em; }
  @media screen and (max-width: 768px) {
    dl.listPrivacy {
      margin-top: 2.5em; } }
  dl.listPrivacy dt {
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      dl.listPrivacy dt {
        font-size: 1.2em; } }
    dl.listPrivacy dt::before {
      content: '';
      display: block;
      width: 0.205em;
      height: 1.5em;
      background: linear-gradient(180deg, #38a1db 50%, #256c92); }
    dl.listPrivacy dt span {
      width: calc(100% - .205em);
      padding-left: .82em;
      display: block;
      font-weight: bold;
      line-height: 1.2;
      color: #18270b; }
  dl.listPrivacy dd {
    margin-top: 1em;
    font-size: .9em;
    line-height: 2.1; }
    @media screen and (max-width: 768px) {
      dl.listPrivacy dd {
        line-height: 1.8; } }
  dl.listPrivacy ~ dl.listPrivacy {
    margin-top: 4em; }

/* ie hack */
@media all and (-ms-high-contrast: none) {
  .headerLogo img {
    width: 100%;
    height: 4.5vw; }

  a.btn > span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  ul.listFooterNav > li span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  .careerstepWrap .flexWrap > .flexCenter .inner {
    border: solid 2px rgba(240, 95, 64, 0.8); }

  .secIndex.sec1 .kv_leadcopy .kv_leadcopy_inner {
    width: 100%; }

  .secIndex.sec3 .indexService .swiper-button-prev {
    left: auto;
    bottom: auto; }

  dl.listFootnav dt a {
    display: inline-block; }

  .secPage.root .flexWrap > .flexItem {
    width: calc((100% / 3) - 0.01px); }

  ul.listPhilosophy {
    justify-content: space-around; }

  .member_wrapper .f_wrapper .__left {
    position: relative; }

  header.pageHeader {
    height: 31.5em; }

  ul.listLGBtn a.btn {
    width: 100%; }

  ul.listLogos li img {
    width: 8em; }

  ul.listLogos {
    justify-content: space-between; } }
/*ヘッダー調整*/
nav.globalNav ul.listGlobal li span.en {
  white-space: nowrap; }

/*page_csr*/
.card_text ._body > img {
  margin-bottom: 0.82em; }

/*page_career*/
.careerImg {
  margin-bottom: 2.05em; }

/*page_csr*/
dl.listSDGs dt > span {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin: 0 1.23em; }

dl.listSDGs dt > span img {
  width: calc(50% - 2px); }

dl.listSDGs dt > span img:nth-child(n+3) {
  margin-top: 4px; }

/*page_business/~*/
p.writer {
  text-align: right;
  font-size: 1em;
  margin-top: 0.82em; }
  p.writer > span {
    display: block;
    font-size: .8em;
    margin-bottom: .205em; }

/*page_movie*/
.secPage.lp.movie h2.pageTtl {
  background: #fff; }

/*single-events*/
body.single-events .flexLower {
  margin-bottom: 6.15em; }

.secPage.basic.eventForm .wrapper {
  padding-bottom: 0; }
