@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  overflow-x: hidden; }
  @media screen and (min-width: 1920px) {
    html {
      font-size: calc( 10 * 100vw / 1920); } }

body {
  position: relative;
  background-color: #fafafa;
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "liga", "dlig";
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #111;
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: normal !important;
  word-break: normal !important;
  -ms-overflow-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  @media screen and (min-width: 600px) {
    body {
      font-size: 1.4rem; } }

.body--inner {
  position: relative; }

*, *:before, *:after {
  box-sizing: border-box; }

a {
  color: inherit; }

@media screen and (max-width: 600px) {
  .spOnly {
    display: block; } }
@media screen and (min-width: 600px) {
  .spOnly {
    display: none; } }

@media screen and (max-width: 600px) {
  .pcOnly {
    display: none; } }
@media screen and (min-width: 600px) {
  .pcOnly {
    display: block; } }
@media screen and (min-width: 600px) {
  .pcOnly.pcOnly_S {
    display: none; } }
@media screen and (min-width: 600px) and (max-width: 1163px) {
  .pcOnly.pcOnly_S {
    display: block; } }
@media screen and (min-width: 600px) and (max-width: 1163px) {
  .pcOnly.pcOnly_M {
    display: none; } }

.area-base {
  /*
  <div class="area-base">
      <div class="area-base--inner">
      </div>
  </div>
  */
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .area-base--inner {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .area-base--fixedWidth {
      left: 50%;
      transform: translateX(-50%);
      width: 192rem;
      margin: 0; }
      .area-base--fixedWidth--inner {
        width: 100%; } }

.area-container {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .area-container {
      width: 116.3rem;
      max-width: calc( 100% - (2rem*2) ); } }

.area-container--wide {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .area-container--wide {
      width: 146.2rem;
      max-width: calc( 100% - (2rem*2) ); } }

.bl-block {
  padding: 0rem 0; }
  .bl-block:not(:last-child) {
    margin-bottom: 12rem; }
  @media screen and (min-width: 600px) {
    .bl-block {
      padding: 0rem 0; }
      .bl-block:not(:last-child) {
        margin-bottom: 16rem; } }

.bl-group {
  padding: 0rem 0; }
  .bl-group:not(:last-child) {
    margin-bottom: 2rem; }
  @media screen and (min-width: 600px) {
    .bl-group {
      padding: 0rem 0; }
      .bl-group:not(:last-child) {
        margin-bottom: 4rem; } }

.bl-item {
  padding: 0rem 0; }
  .bl-item:not(:last-child) {
    margin-bottom: 2rem; }
  @media screen and (min-width: 600px) {
    .bl-item {
      padding: 0rem 0; }
      .bl-item:not(:last-child) {
        margin-bottom: 2rem; } }

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

.img-cover {
  background-image: url(../img/dummy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 10rem; }

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

.img-radius5 {
  border-radius: 0.5rem;
  overflow: hidden; }

.img-radius10 {
  border-radius: 1rem;
  overflow: hidden; }

.ly-full {
  width: 100%;
  height: 100vh; }

.ly-p--central {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch; }

.ly-p--centralchild {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  transform: translate(-50%, -50%); }

.ly-flex {
  display: flex;
  justify-content: space-between; }
  .ly-flex.ly-flex_wrap {
    flex-wrap: wrap; }
  .ly-flex.ly-flex_1 {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .ly-flex.ly-flex_1 > * {
      flex-basis: 100%; }
  .ly-flex.ly-flex_2 {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .ly-flex.ly-flex_2 > * {
      flex-basis: calc( (100% - ( 3rem * 1)) / 2 );
      margin-right: 3rem; }
      .ly-flex.ly-flex_2 > *:nth-of-type(2n) {
        margin-right: 0; }
  .ly-flex.ly-flex_3 {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .ly-flex.ly-flex_3 > * {
      flex-basis: calc( (100% - ( 3rem * 2)) / 3 );
      margin-right: 3rem; }
      .ly-flex.ly-flex_3 > *:nth-of-type(3n) {
        margin-right: 0; }
  .ly-flex.ly-flex_4 {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .ly-flex.ly-flex_4 > * {
      flex-basis: calc( (100% - ( 3rem * 3)) / 4 );
      margin-right: 3rem; }
      .ly-flex.ly-flex_4 > *:nth-of-type(4n) {
        margin-right: 0; }
  @media screen and (min-width: 600px) {
    .ly-flex.ly-flex_pc-1 {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .ly-flex.ly-flex_pc-1 > * {
        flex-basis: 100%; }
        .ly-flex.ly-flex_pc-1 > *:nth-of-type(n) {
          margin-right: 0; }
    .ly-flex.ly-flex_pc-2 {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .ly-flex.ly-flex_pc-2 > * {
        flex-basis: calc( (100% - ( 3rem * 1)) / 2 ); }
        .ly-flex.ly-flex_pc-2 > *:nth-of-type(n) {
          margin-right: 3rem; }
        .ly-flex.ly-flex_pc-2 > *:nth-of-type(2n) {
          margin-right: 0; }
    .ly-flex.ly-flex_pc-3 {
      flex-wrap: wrap; }
      .ly-flex.ly-flex_pc-3 > * {
        flex-basis: calc( (100% - ( 3rem * 2)) / 3 ); }
        .ly-flex.ly-flex_pc-3 > *:nth-of-type(n) {
          margin-right: 3rem; }
        .ly-flex.ly-flex_pc-3 > *:nth-of-type(3n) {
          margin-right: 0; }
    .ly-flex.ly-flex_pc-4 {
      flex-wrap: wrap; }
      .ly-flex.ly-flex_pc-4 > * {
        flex-basis: calc( (100% - ( 3rem * 3)) / 4 ); }
        .ly-flex.ly-flex_pc-4 > *:nth-of-type(n) {
          margin-right: 3rem; }
        .ly-flex.ly-flex_pc-4 > *:nth-of-type(4n) {
          margin-right: 0; }
    .ly-flex.ly-flex_pc-5 {
      flex-wrap: wrap; }
      .ly-flex.ly-flex_pc-5 > * {
        flex-basis: calc( (100% - ( 3rem * 4)) / 5 ); }
        .ly-flex.ly-flex_pc-5 > *:nth-of-type(n) {
          margin-right: 3rem; }
        .ly-flex.ly-flex_pc-5 > *:nth-of-type(5n) {
          margin-right: 0; } }

@media screen and (max-width: 600px) {
  .ly-spArea {
    width: calc( 100% - (5% * 2) );
    margin: 0 auto; } }

.header-logo {
  text-align: center;
  width: 70%;
  max-width: 17.1rem;
  margin: 0 auto; }

.md-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  z-index: 999;
  padding: 0.5rem;
  background-color: initial;
  transition: all 0.4s ease-in-out; }
  .md-header--logo {
    position: relative; }
  .md-header.md-header--fixed {
    position: fixed !important;
    top: 0; }
  @media screen and (min-width: 850px) {
    .md-header {
      position: relative;
      justify-content: center;
      top: initial;
      left: initial;
      background-color: #565656; }
      .md-header.md-header--fixed {
        position: fixed !important;
        top: 0;
        left: 0 !important; }
        .md-header.md-header--fixed li {
          margin: 0; }
      .md-header .md-humberger {
        display: none; } }

.md-humberger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  width: 4.0rem;
  height: 4.0rem;
  background-color: #565656;
  border-radius: 50%;
  margin: 0.6rem; }
  .md-humberger span, .md-humberger span:before, .md-humberger span:after {
    content: '';
    display: block;
    position: absolute;
    width: 2rem;
    height: 2px;
    border-radius: 2px;
    background-color: #fafafa;
    transition: all 0.2s ease-in-out; }
  .md-humberger span:before {
    bottom: 6px; }
  .md-humberger span:after {
    top: 6px; }
  .md-humberger--check {
    display: none; }
  .md-humberger.checked {
    background-color: #565656; }
    .md-humberger.checked span {
      background-color: rgba(255, 255, 255, 0);
      transition: all 0.2s ease-in-out; }
    .md-humberger.checked span::before {
      bottom: 0;
      transform: rotate(45deg);
      transition: all 0.2s ease-in; }
    .md-humberger.checked span::after {
      top: 0;
      transform: rotate(-45deg);
      transition: all 0.2s ease-in; }

.md-navigation {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 998;
  width: 60%;
  height: 100%;
  background: #888;
  transition: all 0.4s; }
  .md-navigation ul {
    padding: 0 5% 0; }
    .md-navigation ul li {
      list-style: none;
      text-align: center;
      margin: 1em 0; }
      .md-navigation ul li a {
        position: relative;
        display: block;
        width: 100%;
        box-sizing: border-box;
        color: #fafafa;
        text-decoration: none;
        padding: 1em;
        font-size: 1.5rem;
        letter-spacing: 0.2em; }
        .md-navigation ul li a:hover {
          color: #999;
          transition: all 0.2s ease-in; }
          .md-navigation ul li a:hover * {
            color: #999;
            transition: all 0.2s ease-in; }
  .md-navigation.checked {
    right: 0; }
    .md-navigation.checked ul li.oyalink a {
      color: #fdb064; }
      .md-navigation.checked ul li.oyalink a::before {
        content: "["; }
      .md-navigation.checked ul li.oyalink a::after {
        content: "]"; }
  @media screen and (min-width: 600px) {
    .md-navigation {
      padding: 0.8rem 0; } }
  @media screen and (min-width: 850px) {
    .md-navigation {
      position: relative;
      width: 100%;
      height: inherit;
      right: inherit;
      background: transparent;
      transition: all 0s;
      /*アニメーション設定*/ }
      .md-navigation ul {
        display: flex;
        justify-content: center;
        padding: 0; }
        .md-navigation ul li {
          border-bottom: none;
          margin: 0; }
          .md-navigation ul li a {
            padding: 0.8rem 2rem;
            margin: 0;
            font-size: 1.4rem; }
          .md-navigation ul li.oyalink {
            position: relative;
            padding-left: 2rem;
            margin-left: 2rem; }
            .md-navigation ul li.oyalink a {
              color: #bea082; }
            .md-navigation ul li.oyalink::before {
              content: "";
              color: #fafafa;
              position: absolute;
              width: 1px;
              height: 1.4rem;
              background-color: #999;
              top: 50%;
              left: -1px;
              transform: translateY(-50%); }
          .md-navigation ul li.navi-child a {
            position: relative;
            color: #fafafa; }
            .md-navigation ul li.navi-child a:hover {
              color: #999; }
          .md-navigation ul li.navi-child--last {
            position: relative;
            padding-right: 2rem;
            margin-right: 2rem; }
            .md-navigation ul li.navi-child--last::after {
              content: "";
              position: absolute;
              width: 1px;
              height: 1.4rem;
              background-color: #999;
              top: 50%;
              right: -1px;
              transform: translateY(-50%); } }

.md-topbtn {
  position: fixed;
  right: 5%;
  bottom: 6rem;
  z-index: 990;
  display: none; }
  .md-topbtn a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #111;
    text-align: center;
    line-height: 3.8rem;
    color: #fafafa; }
    .md-topbtn a:hover {
      background-color: #999; }
  @media screen and (min-width: 600px) {
    .md-topbtn {
      transform: translateX(50%); } }

.md-footer {
  background-color: #fff;
  padding: 0; }
  .md-footer-02 {
    padding: 12rem 0; }
  .md-footer-logo {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2rem; }
    .md-footer-logo img {
      width: 70%;
      max-width: 22rem; }
  .md-footer-Annotation-ly {
    justify-content: flex-start;
    align-items: center; }
  .md-footer-Annotation dl {
    margin-bottom: 1rem; }
    .md-footer-Annotation dl dt {
      display: inline-block;
      font-size: 1.2rem;
      background-color: #b4ab97;
      padding: 0.6rem;
      min-width: 8.4rem;
      color: #fafafa;
      text-align: center;
      border-radius: 0.5rem;
      line-height: 1;
      margin-right: 2rem; }
  .md-footer-area02-info {
    margin-bottom: 8rem; }
  .md-footer-map {
    width: 100%;
    height: 30rem; }
    .md-footer-map iframe {
      width: 100%;
      height: 100%; }
  .md-footer-adress {
    font-size: 1.2rem; }
  .md-footer-time {
    max-width: 55rem; }
  .md-footer .copyright {
    margin-top: 8rem;
    text-align: center; }
    .md-footer .copyright small {
      color: #111;
      text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    .md-footer-area01 {
      width: 50%; }
    .md-footer-logo {
      width: 70%; }
      .md-footer-logo img {
        width: 70%;
        min-width: 22rem; }
    .md-footer-area02-info {
      margin-bottom: 4rem; }
    .md-footer-map {
      width: 80%;
      height: 17rem; }
    .md-footer .copyright {
      text-align: left; } }

.title--a {
  /*
  <div class="title--a">
      <div class="title--a-main">main</div>
      <div class="title--a-sub">sub</div>
  </div>
  */
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  padding-bottom: 1rem; }
  .title--a::after {
    content: "";
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    width: .3rem;
    height: 4rem;
    background-color: #4c97be; }
  .title--a-main {
    font-size: 2.4rem;
    color: #594838;
    letter-spacing: 0.4em;
    line-height: 1;
    font-weight: 700;
    color: #4c97be;
    margin-bottom: 0.4em; }
  .title--a-sub {
    font-size: 1.2rem;
    color: #fdb064;
    letter-spacing: 0.2em;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.6rem; }
  @media screen and (min-width: 600px) {
    .title--a::after {
      height: 6rem; }
    .title--a-main {
      font-size: 3.2rem; }
    .title--a-sub {
      font-size: 1.3rem;
      margin-bottom: 2rem; } }
.title--b {
  font-size: 1.6rem; }
  @media screen and (min-width: 600px) {
    .title--b {
      font-size: 1.8rem; } }
.title--c {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.2em 0 0.2em 1em; }
  .title--c:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.6rem;
    height: 100%;
    background-color: #391E88;
    border-radius: 100rem; }
  @media screen and (min-width: 600px) {
    .title--c {
      font-size: 2.4rem; } }
.title--balloon {
  font-size: 2rem;
  color: #4c97be;
  border-bottom: 1px solid #4c97be;
  padding-bottom: 1.6rem;
  position: relative;
  margin-bottom: 3rem; }
  .title--balloon:before {
    content: '';
    position: absolute;
    display: block;
    left: 2rem;
    bottom: -1.4rem;
    background-color: #fafafa;
    width: 2rem;
    height: 1.4rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: 10; }
  .title--balloon:after {
    content: '';
    position: absolute;
    display: block;
    left: 1.9rem;
    bottom: -1.5rem;
    background-color: #4c97be;
    width: 2.2rem;
    height: 1.5rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: 9; }
.title--obi-sub {
  font-size: 1rem;
  color: #4c97be;
  letter-spacing: 0.1em;
  padding-bottom: 1rem; }
.title--obi-main {
  display: inline-block;
  background-color: #68bde9;
  color: #fafafa;
  font-size: 2rem;
  padding: 0.6rem 6rem 0.6rem 1rem;
  border-radius: 0 2rem 2rem 0;
  line-height: 1.3; }

.text--left {
  text-align: left;
  text-align: justify; }
@media screen and (min-width: 600px) {
  .text--pc-left {
    text-align: left;
    text-align: justify; } }
.text--center {
  text-align: center; }
@media screen and (min-width: 600px) {
  .text--pc-center {
    text-align: center; } }
.text--LL {
  font-size: 2.2em;
  letter-spacing: 0.4em;
  line-height: 1.5;
  font-weight: 700; }
.text--L {
  font-size: 1.2em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 700; }
.text--M {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 2.5;
  font-weight: 400; }
.text--S {
  font-size: 0.8em;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-weight: 400; }
.text--english {
  font-family: "Roboto", sans-serif; }
.text--category {
  display: inline-block;
  background-color: #999;
  border-radius: 10000em;
  text-align: center;
  padding: 0.2em 1em; }
.text--underline {
  background-color: #bae3f8;
  padding: 0.2em 0.5em; }
.text--weight-m {
  font-weight: 500; }
.text--weight-b {
  font-weight: 700; }
.text--color-sub {
  color: #4c97be; }
.text--ls0 {
  letter-spacing: 0em !important; }
.text--ls50 {
  letter-spacing: 0.05em !important; }
.text--ls100 {
  letter-spacing: 0.1em !important; }
.text--ls200 {
  letter-spacing: 0.2em !important; }
.text--ls400 {
  letter-spacing: 0.4em !important; }
.text--uppercase {
  text-transform: uppercase !important; }
.text--list {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem 1rem 5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  background-color: #d6e9f2;
  margin-bottom: 1rem; }
  .text--list::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2rem;
    height: 1.4rem;
    top: 1rem;
    left: 1.2rem; }

.btn--solid {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: dotted 2px #333;
  border-radius: 1rem;
  padding: 2rem 0;
  width: 100%;
  text-align: center;
  transition: all 0.1s ease-in;
  color: #594838;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.4em; }
  .btn--solid::after {
    position: absolute;
    content: url(../img/btn_solid_mark.png);
    transform: scale(0.5);
    right: 0.2rem;
    bottom: 0.2rem; }
  @media screen and (min-width: 600px) {
    .btn--solid::before {
      position: absolute;
      content: url(../img/btn_solid_hover.png);
      transform: scale(0.5);
      transform-origin: left top;
      left: 0.2rem;
      top: -4rem;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .btn--solid:hover::before {
      opacity: 1; } }
  .btn--solid.btn--solid_01 {
    background-image: linear-gradient(to right, #7633a4 0%, #250d65 51%, #7633a4 100%);
    background-size: 200% auto;
    background-position: left top;
    color: #fff; }
    .btn--solid.btn--solid_01:hover {
      background-position: right top; }
  .btn--solid.btn--solid_02 {
    padding-bottom: 6rem; }
    .btn--solid.btn--solid_02::after {
      position: absolute;
      content: url(../img/icon_arrow.png);
      right: 50%;
      bottom: 3rem;
      transform: translateX(50%) scale(0.5);
      transition: all 0.3s ease-in-out; }
    .btn--solid.btn--solid_02:hover::after {
      bottom: 2rem; }
    @media screen and (min-width: 600px) {
      .btn--solid.btn--solid_02::before {
        position: absolute;
        content: ""; } }

.tableArea {
  border-top: solid 1px #111;
  border-bottom: solid 1px #111; }
  .tableArea tr {
    border-bottom: 1px dotted #999; }
  .tableArea th, .tableArea td {
    padding: 1em 1em;
    vertical-align: middle;
    line-height: 2; }
  .tableArea th {
    text-align: center;
    color: #4c97be;
    font-size: 1.6rem; }

.deco_test {
  width: 200px;
  min-height: 100px;
  background-color: #eee;
  margin: 20px; }

.deco_solid_08 {
  background-image: url(../img/dummy/dummy_lefttop.png), url(../img/dummy/dummy_righttop.png), url(../img/dummy/dummy_leftbottom.png), url(../img/dummy/dummy_rightbottom.png), url(../img/dummy/dummy_top.png), url(../img/dummy/dummy_bottom.png), url(../img/dummy/dummy_left.png), url(../img/dummy/dummy_right.png);
  background-repeat: no-repeat, no-repeat,  no-repeat,  no-repeat,  repeat-x,  repeat-x,  repeat-y,  repeat-y;
  background-position: left top, right top,  left bottom,  right bottom,  top,  bottom,  left,  right;
  padding: 4rem; }

.deco_solid_08C {
  display: flex;
  flex-direction: column; }
  .deco_solid_08C-top {
    height: 1.8rem;
    display: flex; }
    .deco_solid_08C-top-left {
      background: url(../img/dummy/dummy_lefttop.png) no-repeat left top;
      width: 1.8rem;
      height: 100%; }
    .deco_solid_08C-top-center {
      background: url(../img/dummy/dummy_top.png) repeat-x top;
      flex: 1; }
    .deco_solid_08C-top-right {
      background: url(../img/dummy/dummy_righttop02.png) no-repeat right top;
      width: 1.8rem;
      height: 100%; }
  .deco_solid_08C-middle {
    display: flex;
    flex: 1; }
    .deco_solid_08C-middle-left {
      background: url(../img/dummy/dummy_left.png) repeat-y left;
      width: 1.8rem; }
    .deco_solid_08C-middle-center {
      flex: 1;
      padding: 1rem; }
    .deco_solid_08C-middle-right {
      background: url(../img/dummy/dummy_right.png) repeat-y right;
      width: 1.8rem; }
  .deco_solid_08C-bottom {
    height: 1.8rem;
    display: flex; }
    .deco_solid_08C-bottom-left {
      background: url(../img/dummy/dummy_leftbottom02.png) no-repeat left top;
      width: 1.8rem;
      height: 100%; }
    .deco_solid_08C-bottom-center {
      background: url(../img/dummy/dummy_bottom.png) repeat-x bottom;
      flex: 1; }
    .deco_solid_08C-bottom-right {
      background: url(../img/dummy/dummy_rightbottom02.png) no-repeat right top;
      width: 1.8rem;
      height: 100%; }

.deco_solid_04 {
  background-image: url(../img/dummy/line_yoko.png), url(../img/dummy/line_yoko.png), url(../img/dummy/line_tate.png), url(../img/dummy/line_tate.png);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: top, bottom,  left,  right;
  padding: 4rem; }

.bl-test {
  background-color: red;
  width: 100%;
  height: 100px; }

.jsef-scroll {
  position: relative; }
  .jsef-scroll.jsef-scroll_start {
    opacity: 0;
    transition: all 0s ease !important; }
  .jsef-scroll.jsef-scroll_efstart {
    transition: all 0s ease !important; }
  .jsef-scroll.jsef-scroll_fade {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_fade.jsef-scroll_efstart {
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeUp {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeUp.jsef-scroll_efstart {
      transform: translateY(3rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeDown {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeDown.jsef-scroll_efstart {
      transform: translateY(-3rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeLeft {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeLeft.jsef-scroll_efstart {
      transform: translateX(-3rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeRight {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeRight.jsef-scroll_efstart {
      transform: translateX(3rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_SlideUp {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideUp.jsef-scroll_efstart {
      transform: translateY(100vh);
      opacity: 1; }
  .jsef-scroll.jsef-scroll_SlideDown {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideDown.jsef-scroll_efstart {
      transform: translateY(-100vh);
      opacity: 1; }
  .jsef-scroll.jsef-scroll_SlideLeft {
    transition: all 1s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideLeft.jsef-scroll_efstart {
      transform: translateX(-100vw);
      opacity: 1; }
  .jsef-scroll.jsef-scroll_SlideRight {
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideRight.jsef-scroll_efstart {
      transform: translateX(100vw);
      opacity: 1; }
  .jsef-scroll.jsef-scroll_ZoomUp {
    transition: all 0.4s cubic-bezier(0, 0.79, 1, 1.22);
    opacity: 1; }
    .jsef-scroll.jsef-scroll_ZoomUp.jsef-scroll_efstart {
      transform: translateY(3rem) scale(0.8);
      opacity: 0; }
  .jsef-scroll.jsef-scroll-2dankai .motion-in {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0; }
    .jsef-scroll.jsef-scroll-2dankai .motion-in:after {
      content: '';
      position: absolute;
      opacity: 1;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background-color: #fff;
      /*出てくる色*/
      transform: translate3d(-101%, 0, 0); }
    .jsef-scroll.jsef-scroll-2dankai .motion-in .motion-inner {
      display: inline-block;
      opacity: 0; }
  .jsef-scroll.jsef-scroll-2dankai.show .motion-in:after {
    transition-property: transform, opacity;
    transition-duration: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0); }
  .jsef-scroll.jsef-scroll-2dankai.done .motion-in:after {
    transition-property: transform;
    transition-duration: 1.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(103%, 0, 0); }
  .jsef-scroll.jsef-scroll-2dankai.done .motion-in .motion-inner {
    opacity: 1; }
  .jsef-scroll.jsef-scroll-2dankai-right .motion-in:after {
    transform: translate3d(101%, 0, 0); }
  .jsef-scroll.jsef-scroll-2dankai-right.done .motion-in:after {
    transform: translate3d(-103%, 0, 0); }

.nolink {
  pointer-events: none; }

.fixed_btn {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  display: none; }
  .fixed_btn-inner {
    display: flex; }
  .fixed_btn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdb064;
    color: #fafafa;
    padding: 1.6rem 0.5rem;
    gap: 1rem;
    width: 100%;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out; }
    .fixed_btn-btn img {
      width: 1.6rem; }
    .fixed_btn-btn-tel {
      letter-spacing: 0em; }
      .fixed_btn-btn-tel:hover {
        background-color: #df954b; }
    .fixed_btn-btn-time {
      background-color: #586868;
      letter-spacing: 0.2em; }
      .fixed_btn-btn-time:hover {
        background-color: #405858; }
  @media screen and (min-width: 600px) {
    .fixed_btn {
      background-image: url(../img/fixed_btn_bg.jpg);
      background-repeat: repeat-x;
      background-position: center bottom; }
      .fixed_btn-inner {
        max-width: 116.3rem;
        margin: 0 auto;
        justify-content: flex-end; }
      .fixed_btn-btn {
        border-radius: 1rem 1rem 0 0;
        margin-left: 1rem;
        width: inherit;
        padding: 1.6rem 4rem; } }

.com-contact-title {
  position: relative;
  width: 100%;
  height: 25rem;
  background-color: #ededed;
  text-align: center; }
  .com-contact-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 3rem;
    background-color: #000; }
  .com-contact-title-main {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.4em;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .com-contact-title-sub {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5; }
.com-contact-link {
  width: 100%;
  height: 25rem;
  display: flex; }
  .com-contact-link-btn {
    width: 50%; }
    .com-contact-link-btn-tel {
      background-color: #586868;
      font-size: 1.2rem;
      font-weight: 400;
      color: #fafafa;
      text-align: center;
      line-height: 1.5;
      letter-spacing: 0.05em;
      transition: all 0.4s ease-in-out; }
      .com-contact-link-btn-tel-num {
        display: block;
        font-size: 1.8rem;
        letter-spacing: 0.2em;
        transition: all 0.4s ease-in-out;
        font-weight: 700; }
      .com-contact-link-btn-tel:hover {
        background-color: #425e5e; }
        .com-contact-link-btn-tel:hover .com-contact-link-btn-tel-num {
          letter-spacing: 0.25em;
          transition: all 0.2s ease-in-out; }
    .com-contact-link-btn-line {
      background-color: #a4dcdc;
      transition: all 0.4s ease-in-out;
      text-align: center; }
      .com-contact-link-btn-line img {
        width: 70%;
        transition: all 0.4s ease-in-out; }
      .com-contact-link-btn-line:hover {
        background-color: #c2f5f5; }
        .com-contact-link-btn-line:hover img {
          transform: scale(1.05); }
@media screen and (min-width: 600px) {
  .com-contact-title-sub {
    font-size: 1.6rem; }
  .com-contact-link-btn-tel {
    font-size: 1.4rem; }
    .com-contact-link-btn-tel-num {
      font-size: 2.6rem; }
  .com-contact-link-btn-line img {
    width: 80%;
    max-width: 28rem; } }

.nakapage-header .header-logo {
  padding: 6rem 0;
  width: 40%; }

.page-title {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-top: solid 2px #eeeeee; }
  .page-title--inner {
    display: inline-block;
    position: relative; }
    .page-title--inner::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 0.4rem;
      background-color: #d8d8d8;
      transform: translateX(-50%); }
    .page-title--inner::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 6rem;
      height: 0.4rem;
      background-color: #cbbaaa;
      transform: translateX(-50%); }
  .page-title--main {
    font-size: 2.4rem;
    color: #565656;
    letter-spacing: 0.4em;
    padding-bottom: 1rem; }
  .page-title--sub {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    color: #cbbaaa;
    position: relative;
    display: inline-block;
    padding-bottom: 2.5rem;
    text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    .page-title {
      margin-top: 6rem;
      margin-bottom: 6rem;
      border-top: none; }
      .page-title--main {
        font-size: 4rem;
        padding-bottom: 2rem; }
      .page-title--sub {
        font-size: 1.2rem;
        padding-bottom: 3rem; } }

.flow-block li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
  position: relative; }
.flow-block-num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background-color: #fdb064;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  color: #fafafa;
  position: relative; }
.flow-block li:not(:last-child) .flow-block-num::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2rem;
  background-color: #fdb064;
  left: calc(50% - 1px);
  bottom: -2rem; }
.flow-block-text {
  display: block;
  padding-left: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700; }

.card_block {
  border: 1px solid #bdc7cc;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  margin-bottom: 2rem; }
  .card_block--title {
    background-color: #68bde9;
    text-align: center;
    color: #fafafa;
    line-height: 1.5;
    padding: 3rem 1rem; }
    .card_block--title-sub {
      font-size: 1rem; }
    .card_block--title-main {
      font-size: 1.6rem; }
  .card_block--content {
    padding: 3rem; }

main {
  margin-bottom: 12rem; }
  @media screen and (min-width: 600px) {
    main {
      margin-bottom: 16rem; } }
  main.main_bottomMargin0 {
    margin-bottom: 0; }

.toppage-header {
  margin-bottom: 16rem; }
  .toppage-header-nav .header-logo {
    margin: 8rem auto 6rem; }
  .toppage-header-visual {
    position: relative;
    width: 80%;
    margin: 0 auto; }
    .toppage-header-visual--img {
      height: 30rem;
      margin: 0 auto;
      border-radius: 1rem;
      overflow: hidden; }
    .toppage-header-visual--catch {
      position: relative; }
  @media screen and (min-width: 600px) {
    .toppage-header .area-base {
      display: flex;
      height: calc( 100vh - 7rem);
      min-height: 45rem; }
    .toppage-header-nav {
      flex-basis: 27.5vw;
      /* flexアイテムの幅を数値で指定 */
      min-width: 24rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .toppage-header-nav--inner {
        width: 20rem;
        align-items: center; }
      .toppage-header-nav .header-logo {
        margin-top: 0;
        margin-bottom: 5rem; } }
  @media screen and (min-width: 600px) and (min-width: 850px) {
    .toppage-header-nav .md-header:not(.md-header--fixed) {
      background-color: inherit; }
      .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul {
        flex-direction: column; }
        .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li {
          display: block; }
          .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li a {
            display: block;
            background-color: #484d4d;
            width: 18rem;
            margin-bottom: 1rem;
            padding: 0.45em 0; }
            .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li a:hover {
              background-color: #7e7974;
              color: #fafafa; }
          .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.oyalink {
            padding-left: 0;
            margin-left: 0; }
            .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.oyalink a {
              background-color: inherit;
              color: #7e7974;
              position: relative; }
              .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.oyalink a::before {
                content: "―"; }
              .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.oyalink a::after {
                content: "―"; }
            .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.oyalink::before {
              display: none; }
          .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.navi-child a {
            background-color: initial;
            color: #7e7974;
            border: solid 1px #7e7974; }
            .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.navi-child a:hover {
              background-color: #7e7974;
              color: #fafafa; }
            .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.navi-child a::before {
              display: none; }
            .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.navi-child a::after {
              display: none; }
          .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.navi-child--last {
            padding-right: 0;
            margin-right: 0; }
            .toppage-header-nav .md-header:not(.md-header--fixed) .md-navigation ul li.navi-child--last::after {
              display: none; } }
  @media screen and (min-width: 600px) {
    .toppage-header-visual {
      background-color: #333;
      height: 100%;
      flex: 1;
      border-radius: 0 0 1rem 1rem;
      overflow: hidden; }
      .toppage-header-visual--img {
        height: 100%;
        border-radius: 0 0 1rem 1rem; }
      .toppage-header-visual--catch {
        position: absolute;
        bottom: -0.1rem;
        left: -0.1rem;
        max-width: 50rem; }
    .toppage-header-sub {
      flex-basis: 7rem;
      /* flexアイテムの幅を数値で指定 */
      position: relative; }
      .toppage-header-sub--01 {
        position: absolute;
        top: 6rem;
        right: 0;
        width: 17rem; } }

.top-news {
  position: relative; }
  .top-news--decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background-color: #eeeeee; }
  .top-news--contents {
    padding: 0rem 0 4rem;
    position: relative; }
    .top-news--contents-title {
      display: inline-block;
      font-size: 2.4rem;
      letter-spacing: 0.4em;
      transform: rotate(90deg); }
    .top-news--contents-article {
      background-color: #fafafa;
      margin-left: 10rem;
      margin-top: 4rem;
      margin-bottom: 3rem;
      padding: 2rem; }
      .top-news--contents-article li {
        padding-bottom: 3rem; }
      .top-news--contents-article li:not(:last-of-type) {
        margin-bottom: 3rem !important;
        border-bottom: 1px solid #999; }
      .top-news--contents-article-text {
        font-size: 1.2rem;
        line-height: 1.5; }
      .top-news--contents-article a {
        border-bottom: dotted 2px #4c97be; }
        .top-news--contents-article a:hover {
          color: #4c97be; }
  @media screen and (min-width: 600px) {
    .top-news--contents {
      padding: 12rem 0; }
      .top-news--contents-title {
        font-size: 3.2rem; }
      .top-news--contents-article {
        margin-left: 0;
        margin-top: -3rem;
        padding: 6rem 15rem 4rem; }
        .top-news--contents-article-text {
          font-size: 1.4rem;
          line-height: 2; } }

.top-okomari {
  padding-bottom: 16rem; }
  .top-okomari-img {
    height: 40rem;
    background-image: url(../img/innai.jpg); }
  .top-okomari-contents {
    margin-top: -6rem;
    border-radius: 20px;
    background-color: #f6f6f5;
    box-shadow: 0px 10px 10px 0px rgba(132, 123, 103, 0.05), 0px 30px 30px 0px rgba(132, 123, 103, 0.03);
    padding: 4rem 10%;
    padding-bottom: 8rem; }
    .top-okomari-contents::before {
      display: block;
      content: "";
      position: absolute;
      top: 0.8rem;
      left: 0.8rem;
      width: calc(100% - 1.6rem);
      height: calc(100% - 1.6rem);
      border: solid 1px #ddd;
      border-radius: 20px; }
    .top-okomari-contents::after {
      content: url(../img/brashi.png);
      display: block;
      transform: scale(0.4);
      position: absolute;
      left: -30rem;
      bottom: -20rem; }
    .top-okomari-contents-title {
      position: relative; }
      .top-okomari-contents-title-main {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 1rem; }
      .top-okomari-contents-title-sub {
        text-align: center; }
        .top-okomari-contents-title-sub-text {
          font-size: 1.2rem;
          text-align: center; }
        .top-okomari-contents-title-sub-icon {
          padding-top: 1rem;
          width: 6rem; }
      .top-okomari-contents-title-img {
        width: 14rem;
        display: block;
        margin: 4rem auto; }
    .top-okomari-contents-naiyou-okomari ul {
      display: flex;
      flex-wrap: wrap; }
      .top-okomari-contents-naiyou-okomari ul li {
        display: block;
        background-color: #ded9d4;
        border-radius: 1rem;
        margin: 0 1rem 1rem 0;
        padding: 0.8rem 2rem;
        width: 100%;
        text-align: center;
        line-height: 1.2;
        font-size: 1.2rem; }
  @media screen and (min-width: 600px) {
    .top-okomari {
      padding-bottom: 0rem; }
      .top-okomari-img {
        height: 80rem;
        background-attachment: fixed;
        background-size: cover; }
      .top-okomari-contents {
        margin-top: -40rem;
        padding: 16rem 12%;
        position: relative;
        background-image: url(../img/top-oshirase_decoration01.png);
        background-size: cover; }
        .top-okomari-contents::after {
          transform: scale(0.5);
          left: -34rem;
          bottom: -7rem; }
        .top-okomari-contents-title {
          display: flex; }
          .top-okomari-contents-title-main {
            font-size: 2.4rem;
            text-align: left;
            padding-right: 2rem; }
          .top-okomari-contents-title-sub {
            border-bottom: 1px solid #4c97be;
            margin-bottom: 1.6rem;
            flex: 1;
            display: flex;
            align-items: flex-end; }
            .top-okomari-contents-title-sub-text {
              padding: 0 4rem 1rem 4rem; }
          .top-okomari-contents-title-img {
            position: absolute;
            right: -3rem;
            bottom: -6rem; }
        .top-okomari-contents-naiyou-okomari ul li {
          width: inherit;
          font-size: 1.4rem; } }
  @media screen and (min-width: 600px) and (max-width: 1370px) {
    .top-okomari-img {
      height: 60vw;
      background-attachment: inherit;
      background-size: cover;
      background-position: center center; }
    .top-okomari-contents {
      margin-top: -10rem; } }

.top-menu {
  padding-bottom: 14rem; }
  @media screen and (max-width: 600px) {
    .top-menu .area-container {
      width: calc( 100% - 6rem); } }
  .top-menu--contents-link-item {
    text-align: center;
    margin-top: 1rem; }
    .top-menu--contents-link-item .btn--solid {
      font-size: 1.4rem;
      line-height: 1.5;
      letter-spacing: 0.2em;
      padding-bottom: 3rem;
      height: 100%; }
    .top-menu--contents-link-item a {
      padding-bottom: 6rem; }
      .top-menu--contents-link-item a img {
        display: block;
        width: 50%;
        margin: 0 auto; }
  .top-menu--contents-link::before {
    position: absolute;
    content: "";
    background-image: url(../img/top-menu_decoration01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.1rem;
    height: 2.7rem;
    bottom: calc(0rem - 16rem);
    left: calc(50% - 10rem); }
  .top-menu--contents-link::after {
    position: absolute;
    content: "";
    background-image: url(../img/top-menu_decoration02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13.05rem;
    height: 10.55rem;
    bottom: calc( -1.2rem - 16rem);
    right: calc(50% - 10rem); }
  .top-menu--contents-decoration {
    position: absolute;
    width: 100vw;
    height: 0.1rem;
    background-color: #000;
    left: calc( 50% - 50vw);
    bottom: -16rem;
    z-index: -1; }
  @media screen and (min-width: 600px) {
    .top-menu {
      padding-bottom: 0; }
      .top-menu--contents-link {
        position: relative; }
        .top-menu--contents-link-item {
          margin-top: 0; }
          .top-menu--contents-link-item .btn--solid {
            height: 100%; }
          .top-menu--contents-link-item a {
            padding-bottom: 3rem; }
            .top-menu--contents-link-item a img {
              display: block;
              max-width: 8rem;
              margin: 0 auto; }
        .top-menu--contents-link::before {
          width: 8.2rem;
          height: 5.4rem;
          bottom: calc(0rem + 10rem);
          left: -25rem; }
        .top-menu--contents-link::after {
          width: 26.1rem;
          height: 21.1rem;
          bottom: calc( -2.2rem + 10rem);
          right: -31rem; }
      .top-menu--contents-decoration {
        height: 0.2rem;
        bottom: 10rem; } }

.top-feature--title {
  background-color: #eee;
  padding-top: 16rem;
  padding-bottom: 16rem; }
.top-feature--contents {
  margin-top: -12rem; }
  .top-feature--contents-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 6rem;
    margin-bottom: 8rem !important; }
    .top-feature--contents-item-img {
      border-radius: 1rem;
      overflow: hidden; }
@media screen and (min-width: 600px) {
  .top-feature {
    background-color: #eee;
    margin-bottom: 0 !important;
    padding-bottom: 16rem; }
    .top-feature--contents {
      margin-top: -10rem; }
      .top-feature--contents .area-container {
        width: 86.6rem; }
      .top-feature--contents-item {
        margin-bottom: 10rem !important;
        flex-direction: row; }
        .top-feature--contents-item--rev {
          flex-direction: row-reverse; }
        .top-feature--contents-item-text {
          width: 66%;
          position: relative; }
          .top-feature--contents-item-text-title {
            position: relative;
            max-width: 30rem;
            z-index: 10; }
          .top-feature--contents-item-text p {
            position: relative;
            z-index: 10; }
          .top-feature--contents-item-text::before, .top-feature--contents-item-text::after {
            content: "";
            position: absolute;
            width: 25.3rem;
            height: 25.3rem;
            background-color: #f8f8f8;
            top: 5rem;
            left: 5rem;
            border-radius: 1rem;
            z-index: 1; }
          .top-feature--contents-item-text::after {
            width: 20rem;
            height: 20rem;
            top: 20rem;
            left: 16rem; }
        .top-feature--contents-item-img {
          width: 33%;
          height: 100%; }
        .top-feature--contents-item--01 .top-feature--contents-item-text-title {
          max-width: 24.5rem; }
        .top-feature--contents-item--02 .top-feature--contents-item-text-title {
          max-width: 37.6rem; }
        .top-feature--contents-item--03 .top-feature--contents-item-text-title {
          max-width: 32.1rem; }
        .top-feature--contents-item--04 .top-feature--contents-item-text-title {
          max-width: 39.0rem; }
        .top-feature--contents-item--05 .top-feature--contents-item-text-title {
          max-width: 37.7rem; } }

.top-about {
  padding-top: 16rem;
  padding-bottom: 6rem;
  border-top: solid 1px #cbcbcb;
  background-color: #fff;
  background-image: url(../img/top-about_decoration03.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 70%; }
  .top-about-contents-01 {
    margin-bottom: 8rem; }
  .top-about-contents--title-sub {
    letter-spacing: 0.4em;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.8rem !important; }
    .top-about-contents--title-sub .motion-in:after {
      background-color: #111 !important;
      /*出てくる色*/ }
  .top-about-contents--title-main {
    color: #4c97be;
    font-size: 2.2rem; }
    .top-about-contents--title-main .motion-in:after {
      background-color: #4c97be !important;
      /*出てくる色*/ }
  .top-about-contents--cap {
    position: relative;
    display: inline-block; }
    .top-about-contents--cap-text {
      font-weight: 700;
      letter-spacing: 0.4em;
      color: #fafafa;
      display: inline-block;
      background-color: #4c97be;
      margin-bottom: 0.8rem;
      padding: 0.8rem 1.4em;
      font-size: 1.6rem;
      border-radius: 1rem; }
    .top-about-contents--cap::after {
      position: absolute;
      content: url(../img/top-about_decoration01.png);
      top: 0;
      right: -15rem;
      transform: scale(0.5);
      transform-origin: left top; }
  .top-about-contents--text {
    margin-bottom: 6rem !important; }
  .top-about-contents--btn .btn--solid {
    font-size: 1.4rem; }
  .top-about-contents-02 {
    margin-bottom: 4rem; }
    .top-about-contents-02-img01 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 1rem; }
      .top-about-contents-02-img01 img {
        border-radius: 1rem; }
      .top-about-contents-02-img01-01 {
        grid-column: 1 / 2;
        grid-row: 1 / 2; }
      .top-about-contents-02-img01-02 {
        grid-column: 2 / 3;
        grid-row: 1 / 2; }
      .top-about-contents-02-img01-03 {
        grid-column: 1 / 3;
        grid-row: 2 / 3; }
    .top-about-contents-02-img02 {
      width: 70%;
      margin-top: 2rem; }
  @media screen and (min-width: 600px) {
    .top-about {
      padding-top: 16rem;
      padding-bottom: 16rem;
      background-size: auto;
      background-position: left bottom; }
      .top-about-contents {
        flex-direction: row-reverse; }
        .top-about-contents-01 {
          margin-bottom: 0; }
        .top-about-contents--title-main {
          font-size: 2.8rem; }
        .top-about-contents--btn .btn--solid {
          font-size: 1.6rem; }
        .top-about-contents-02 {
          padding-right: 6rem;
          text-align: right;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-bottom: 0; }
          .top-about-contents-02-img02 {
            width: 60%;
            max-width: 27rem;
            margin-left: auto; } }

.dental-menu-content li a {
  font-size: 1.5rem;
  line-height: 1.5; }
  .dental-menu-content li a img {
    display: block;
    width: 30%;
    margin: 0 auto;
    padding-top: 1.5rem;
    padding-bottom: 1rem; }
  .dental-menu-content li a span {
    display: flex;
    min-height: 4.4rem;
    justify-content: center;
    align-items: center; }
@media screen and (min-width: 600px) {
  .dental-menu-content {
    margin: 0 auto;
    width: 90%; } }

.dental-treatment--MV {
  border-radius: 1rem;
  overflow: hidden; }
  .dental-treatment--MV img {
    height: 70vw;
    object-fit: cover; }
.dental-treatment--area {
  position: relative; }
.dental-treatment--title {
  width: 65%;
  margin: -4rem auto 0; }
.dental-treatment--contents {
  width: 100%;
  margin-left: auto;
  padding-top: 6rem; }
  .dental-treatment--contents-item:not(:last-child) {
    margin-bottom: 6rem; }
.dental-treatment--inimg-item {
  text-align: center; }
  .dental-treatment--inimg-item img {
    max-width: 23rem; }
.dental-treatment-01-table th {
  width: 10rem; }
@media screen and (min-width: 600px) {
  .dental-treatment--MV img {
    height: initial; }
  .dental-treatment--title {
    position: sticky;
    top: 12rem;
    margin: -8rem auto 0 7%;
    width: 28rem; }
  .dental-treatment--contents {
    margin-top: -16rem;
    width: calc( 100% - 28rem - 15%); }
  .dental-treatment--inimg {
    display: flex; } }

.pediatric-kids--title-icon {
  max-width: 6rem;
  margin: 0 auto 4rem; }
.pediatric-kids--catch-text {
  display: inline-block;
  position: relative;
  margin-top: 10rem;
  width: 85%;
  line-height: 2; }
  .pediatric-kids--catch-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 2rem;
    height: 1.8rem;
    background-image: url(../img/pediatric_catch_decoration01.png);
    background-size: cover;
    left: 4rem;
    bottom: -4rem; }
  .pediatric-kids--catch-text::after {
    content: "";
    position: absolute;
    display: block;
    width: 6.3rem;
    height: 6.8rem;
    background-image: url(../img/pediatric_catch_decoration02.png);
    background-size: cover;
    right: 12rem;
    top: -8rem; }
  .pediatric-kids--catch-text .motion-in::after {
    background-color: #111 !important; }
.pediatric-kids--menu {
  margin-top: 6rem;
  position: relative; }
  .pediatric-kids--menu::before {
    content: "";
    position: absolute;
    background-image: url(../img/pediatric_menuh_decoration01.png);
    background-size: cover;
    width: 13rem;
    height: 10.2rem;
    top: -4rem;
    left: 0rem; }
  .pediatric-kids--menu::after {
    content: "";
    position: absolute;
    background-image: url(../img/pediatric_menuh_decoration02.png);
    background-size: cover;
    width: 16.3rem;
    height: 12.7rem;
    bottom: -4rem;
    right: 4rem; }
  .pediatric-kids--menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative; }
    .pediatric-kids--menu-container-item {
      position: relative;
      margin: 2rem;
      margin-top: 0;
      width: 60%; }
      .pediatric-kids--menu-container-item-inner {
        padding: 5rem 3rem; }
      .pediatric-kids--menu-container-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fdb064;
        border-radius: 12rem;
        z-index: -1; }
      .pediatric-kids--menu-container-item-title {
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 3rem; }
      .pediatric-kids--menu-container-item-img {
        padding-bottom: 2rem; }
      .pediatric-kids--menu-container-item-subtext {
        font-size: 1.2rem;
        line-height: 1.5; }
      .pediatric-kids--menu-container-item--check::before {
        background-color: #fdb064; }
      .pediatric-kids--menu-container-item--brash::before {
        background-color: #fdb29b; }
      .pediatric-kids--menu-container-item--decay::before {
        background-color: #e2f1a6; }
      .pediatric-kids--menu-container-item--sealant::before {
        background-color: #ffe576; }
      .pediatric-kids--menu-container-item--fusso::before {
        background-color: #abeaeb; }
@media screen and (min-width: 600px) {
  .pediatric-kids--title-icon {
    max-width: 7rem;
    margin: 0 auto 6rem; }
  .pediatric-kids--catch {
    margin-top: 8rem; }
    .pediatric-kids--catch-text {
      width: initial;
      margin-top: 4rem; }
      .pediatric-kids--catch-text::before {
        width: 2rem;
        height: 1.8rem;
        left: -4rem;
        bottom: -4rem; }
      .pediatric-kids--catch-text::after {
        width: 9rem;
        height: 9.8rem;
        right: -10rem;
        top: -6rem; }
  .pediatric-kids--menu::before {
    width: 21rem;
    height: 16.4rem;
    top: -4rem;
    left: 0rem; }
  .pediatric-kids--menu::after {
    width: 16.3rem;
    height: 12.7rem;
    top: 4rem;
    right: 8rem; }
  .pediatric-kids--menu-container-item {
    max-width: 24rem;
    margin: 0 2rem 2rem; }
    .pediatric-kids--menu-container-item-title {
      font-size: 1.8rem; } }

.pediatric-message--title {
  line-height: 2;
  text-align: center;
  color: #4c97be;
  font-size: 1.4rem;
  position: relative; }
  .pediatric-message--title::before {
    content: "";
    position: absolute;
    background-image: url(../img/pediatric_message-decoration.png);
    background-size: cover;
    width: 12.3rem;
    height: 9.8rem;
    top: -12rem;
    left: 0rem;
    z-index: -1; }
  .pediatric-message--title-s {
    font-size: 2rem;
    color: #111;
    line-height: 1.7; }
  .pediatric-message--title-color {
    color: #fa8e23; }
.pediatric-message--text {
  text-align: center; }
  .pediatric-message--text p {
    text-align: center;
    display: inline-block;
    background-color: #4c97be;
    color: #fafafa;
    padding: 1rem 2rem;
    border-radius: 1rem;
    line-height: 1.7; }
.pediatric-message--icon {
  text-align: center;
  background-image: url(../img/wave_line.png);
  background-repeat: repeat-x;
  background-position: center center;
  margin-top: 4rem; }
  .pediatric-message--icon img {
    width: 15rem; }
@media screen and (min-width: 600px) {
  .pediatric-message--title {
    font-size: 2rem; }
    .pediatric-message--title::before {
      width: 24.6rem;
      height: 19.7rem;
      top: -4rem;
      left: -10rem; }
    .pediatric-message--title-s {
      font-size: 2.6rem; }
  .pediatric-message--text p {
    padding: 1rem 5rem; } }

.pediatric-fight--title {
  position: relative; }
  .pediatric-fight--title::before {
    content: "";
    position: absolute;
    background-image: url(../img/pediatric_fight-decoration01.png);
    background-size: cover;
    width: 33rem;
    height: 12.7rem;
    top: -12rem;
    right: -20rem;
    z-index: -1; }
  .pediatric-fight--title::after {
    content: "";
    position: absolute;
    background-image: url(../img/pediatric_fight-decoration02.png);
    background-size: cover;
    width: 33rem;
    height: 12.7rem;
    bottom: -20rem;
    left: -20rem;
    z-index: -1; }
  .pediatric-fight--title-icon {
    width: 7.8rem;
    margin: 0 auto; }
  .pediatric-fight--title-text {
    text-align: center;
    line-height: 2;
    color: #fa8e23; }
    .pediatric-fight--title-text-s {
      font-size: 2rem; }
  .pediatric-fight--title-img {
    margin-top: 0;
    width: 80%;
    margin: 0 auto; }
.pediatric-fight--img {
  max-width: 86.5rem; }
@media screen and (min-width: 600px) {
  .pediatric-fight--title-img {
    margin-top: -7%; } }

.greeting-message--contents-img {
  position: relative; }
  .greeting-message--contents-img-catch {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
    padding-top: 6rem; }
    .greeting-message--contents-img-catch .motion-in::after {
      background-color: #111 !important; }
.greeting-message--contents-message {
  padding-top: 6rem; }
  .greeting-message--contents-message-name {
    line-height: 1.3;
    padding-right: 2rem; }
    .greeting-message--contents-message-name-yakusyoku {
      display: block;
      font-size: 1.4rem; }
    .greeting-message--contents-message-name-simei {
      display: block;
      font-size: 2.6rem;
      color: #4c97be;
      margin-top: 0.6rem; }
    .greeting-message--contents-message-name-eigo {
      font-size: 1.2rem;
      color: #aaaaaa;
      margin-top: 0.4em; }
  .greeting-message--contents-message-text-prof {
    border-top: 0.1rem solid #a1a1a1;
    border-bottom: 0.1rem solid #a1a1a1;
    line-height: 2;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .greeting-message--contents-message-text-prof ul {
      padding-left: 3rem; }
    .greeting-message--contents-message-text-prof li {
      list-style: square; }
@media screen and (min-width: 600px) {
  .greeting-message--contents-img-catch {
    font-size: 1.8rem;
    line-height: 2;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%); }
  .greeting-message--contents-message {
    display: flex;
    padding-top: 2rem; }
    .greeting-message--contents-message-name {
      width: 30rem; }
      .greeting-message--contents-message-name-yakusyoku {
        font-size: 1.8rem; }
      .greeting-message--contents-message-name-simei {
        font-size: 3.2rem; }
    .greeting-message--contents-message-text {
      flex: 1; }
      .greeting-message--contents-message-text-prof {
        line-height: 2;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 6rem; }
        .greeting-message--contents-message-text-prof ul {
          padding-left: 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          gap: 4rem;
          margin-bottom: 1rem; }
        .greeting-message--contents-message-text-prof li {
          list-style: none; }
          .greeting-message--contents-message-text-prof li:not(:last-of-type) {
            position: relative; }
            .greeting-message--contents-message-text-prof li:not(:last-of-type)::after {
              content: "";
              width: 1px;
              height: 60%;
              background-color: #111;
              right: -2rem;
              top: 20%;
              position: absolute; }
  .greeting-message .greeting-message-02 .greeting-message--contents-img-catch {
    left: inherit;
    right: 15%; } }

.about-about-contents {
  margin-bottom: 2rem; }
  .about-about-contents-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem; }
    .about-about-contents-img img {
      border-radius: 1rem; }
.about-about-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1rem; }
  .about-about-img img {
    border-radius: 1rem; }
  .about-about-img01 {
    grid-column: 1 / 2;
    grid-row: 1 / 2; }
  .about-about-img02 {
    grid-column: 2 / 3;
    grid-row: 1 / 2; }
  .about-about-img03 {
    grid-column: 3 / 4;
    grid-row: 1 / 3; }
  .about-about-img04 {
    grid-column: 4 / 6;
    grid-row: 1 / 2; }
  .about-about-img05 {
    grid-column: 1 / 3;
    grid-row: 2 / 4; }
  .about-about-img06 {
    grid-column: 3 / 5;
    grid-row: 3 / 4; }
  .about-about-img07 {
    grid-column: 4 / 5;
    grid-row: 2 / 3; }
  .about-about-img08 {
    grid-column: 5 / 6;
    grid-row: 2 / 4; }
@media screen and (min-width: 600px) {
  .about-about-contents {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 1rem !important;
    gap: 1rem; }
    .about-about-contents-img {
      flex: 1;
      margin-bottom: 0 !important; }
    .about-about-contents-text {
      width: calc((100% - 4rem) * 2/5 + 1rem);
      padding-right: 3rem; } }

.about-img-area-img {
  width: 70%; }
  .about-img-area-img-01 {
    margin-right: auto; }
  .about-img-area-img-02 {
    margin-left: auto; }
@media screen and (min-width: 600px) {
  .about-img-area-img {
    width: 55%; }
    .about-img-area-img-02 {
      margin-top: -15vw; } }

.access-map-google iframe {
  width: 100%;
  height: 40rem; }
.access-map-adress {
  text-align: center; }
.access-map-how-img {
  text-align: center; }
  .access-map-how-img img {
    width: 80%;
    max-width: 37rem; }
@media screen and (min-width: 600px) {
  .access-map-areaS {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .access-map-how-img-01 {
    border-right: 2px dotted #4c97be; } }
