.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.fnt-noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0px auto;
  max-width: 1200px; }
  @media screen and (max-width: 1260px) {
    .wrap {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word; }
  .txt-vertical .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right; }

.object-fit-cover {
  position: relative; }
  .object-fit-cover img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important; }

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative; }
    .object-fit-cover-pc img {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100% !important;
      width: 100% !important; } }
.box-parallax {
  position: relative;
  z-index: 1; }
  .box-parallax .img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .box-parallax .img-parallax img {
    width: 100% !important;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important; }

.bnr-shared a {
  display: inline-block;
  background-color: #FAC577;
  color: #fff;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.08em;
  border-radius: 25px;
  position: relative;
  padding: 10px 60px 4px 25px; }
  .bnr-shared a:before {
    content: '';
    background: url("../img/top/arow.svg") no-repeat center/100%;
    width: 12px;
    z-index: 1;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0; }
  .bnr-shared a:hover {
    opacity: 0.8; }
  .bnr-shared a.ext {
    background-color: #E48CB3; }
@media screen and (max-width: 767px) {
  .bnr-shared {
    text-align: center; } }

body.home {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.08em;
  background-color: #F9F9F9;
  color: #707070; }
  @media screen and (max-width: 767px) {
    body.home {
      font-size: 14px;
      line-height: 28px; }
      body.home #wrapper {
        padding-top: 60px; } }

#wrapper {
  padding-top: 90px; }
  @media screen and (max-width: 767px) {
    #wrapper {
      padding-top: 80px; } }

.hd_logo {
  background-color: #fff;
  width: 220px;
  height: 196px;
  padding: 20px 30px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  border-bottom-right-radius: 15px; }
  @media screen and (max-width: 1130px) {
    .hd_logo {
      width: 180px;
      height: 156px; } }
  @media screen and (max-width: 767px) {
    .hd_logo {
      width: 132px;
      height: 118px;
      padding: 11px 17px 0; } }

header {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: fixed;
  top: 0px !important;
  right: 0px;
  z-index: 999;
  padding-left: 20px; }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 80px;
    border-bottom-left-radius: 15px; }
    @media screen and (max-width: 767px) {
      header:before {
        height: 60px; } }
  header .hd-container .group {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  header .g_nav > ul {
    display: flex;
    justify-content: flex-end;
    gap: 49px; }
    header .g_nav > ul li {
      position: relative;
      padding-top: 19px;
      white-space: nowrap; }
      header .g_nav > ul li a, header .g_nav > ul li .link-item {
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.08em;
        line-height: 28px;
        color: #707070;
        display: block;
        position: relative;
        text-align: left; }
        @media screen and (min-width: 768px) {
          header .g_nav > ul li a:hover, header .g_nav > ul li .link-item:hover {
            opacity: 0.8; } }
      header .g_nav > ul li .eng {
        font-family: "Kaisei Decol", serif;
        font-weight: 400;
        font-style: normal;
        cursor: pointer;
        letter-spacing: 0.08em;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        color: #E48CB3;
        display: block;
        position: relative; }
    header .g_nav > ul li.parent .dropdown {
      background-color: #DEECF1;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 99%;
      left: 50%;
      transform: translateX(-50%);
      width: 260px;
      padding: 7px;
      box-sizing: border-box; }
      header .g_nav > ul li.parent .dropdown::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid #DEECF1; }
      header .g_nav > ul li.parent .dropdown li a {
        font-size: 15px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: 0.04em;
        padding: 10px 10px;
        text-align: left;
        position: relative; }
        header .g_nav > ul li.parent .dropdown li a::before {
          display: inline-block;
          margin-right: 5px;
          position: absolute;
          right: 12px;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          width: 0;
          height: 0;
          border-top: 3px solid transparent;
          border-left: 7px solid #1A4364;
          border-bottom: 3px solid transparent; }
        header .g_nav > ul li.parent .dropdown li a:hover {
          opacity: 0.8; }
      header .g_nav > ul li.parent .dropdown li:not(:last-child) {
        border-bottom: 1px solid #C3D7E2; }
    header .g_nav > ul .contact {
      padding: 0;
      width: 280px; }
      header .g_nav > ul .contact a, header .g_nav > ul .contact i {
        display: block;
        padding: 0; }
    @media screen and (max-width: 1320px) {
      header .g_nav > ul {
        gap: 30px; } }
    @media screen and (max-width: 1220px) {
      header .g_nav > ul {
        gap: 25px; }
        header .g_nav > ul .contact {
          width: 225px; } }
    @media screen and (max-width: 999px) {
      header .g_nav > ul {
        gap: 10px; } }
  @media screen and (max-width: 1080px) {
    header {
      padding-right: 20px; }
      header .g_nav > ul .contact {
        position: absolute;
        top: 80px;
        right: 0; } }
  @media screen and (max-width: 767px) {
    header {
      position: absolute;
      width: 100%; }
      header .hd-container .group {
        display: block; }
      header .g_nav > ul {
        display: block; }
        header .g_nav > ul li {
          padding: 0px 0 40px;
          text-align: center; }
          header .g_nav > ul li a, header .g_nav > ul li .link-item {
            padding: 0;
            text-align: center; }
          header .g_nav > ul li:last-child {
            margin-bottom: 0; }
        header .g_nav > ul .parent.active .dropdown {
          background-color: #F0F7FA;
          display: block !important;
          overflow: unset !important;
          position: relative;
          width: 100%;
          inset: 0;
          opacity: 1;
          transform: none;
          visibility: visible; }
          header .g_nav > ul .parent.active .dropdown::before {
            display: none; }
        header .g_nav > ul .parent.active::after {
          transform: rotate(90deg); }
        header .g_nav > ul li.parent::before {
          content: '';
          position: absolute;
          top: 26px;
          right: 20px;
          width: 14px;
          height: 2px;
          background-color: #1A4364;
          transition: all .3s; }
        header .g_nav > ul li.parent::after {
          content: '';
          position: absolute;
          top: 20px;
          right: 26px;
          height: 14px;
          width: 2px;
          background-color: #1A4364;
          transition: all .3s; }
        header .g_nav > ul li.parent .dropdown {
          padding: 25px 15px; }
          header .g_nav > ul li.parent .dropdown li {
            border: none !important;
            background-color: transparent; }
            header .g_nav > ul li.parent .dropdown li a {
              padding-top: 0;
              padding-bottom: 0; }
              header .g_nav > ul li.parent .dropdown li a:before {
                position: static; }
      header .g_nav .contact {
        background: url("../img/hd_contact.jpg") no-repeat center/cover;
        color: #fff;
        padding: 20px 20px 20px;
        margin: 30px -30px 0;
        text-align: center;
        letter-spacing: 0.1em; }
        header .g_nav .contact h2 {
          font-size: 25px;
          line-height: 36px; }
        header .g_nav .contact p {
          padding: 13px 0 22px; }
        header .g_nav .contact .contact-link {
          max-width: 334px;
          margin: 0 auto; }
          header .g_nav .contact .contact-link a {
            padding: 0;
            margin: 0;
            margin-bottom: 5px;
            border-radius: 10px;
            display: block;
            overflow: hidden; } }

body .has_nav header {
  position: fixed; }

#footer {
  background: #fff;
  padding: 53px 0px 100px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em; }
  #footer .logo {
    width: 160px;
    margin-right: 200px; }
    @media screen and (max-width: 999px) {
      #footer .logo {
        margin-right: 10%; } }
    @media screen and (max-width: 767px) {
      #footer .logo {
        margin: 0 auto 95px; } }
  #footer .footer-menu .footer-menu__block {
    width: 252px;
    margin: 0; }
    #footer .footer-menu .footer-menu__block .footer-menu__navi li {
      line-height: 32px;
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 4px;
      left: 0; }
      #footer .footer-menu .footer-menu__block .footer-menu__navi li a {
        color: #707070;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0; }
    #footer .footer-menu .footer-menu__block .footer-menu__title {
      font-family: "Kaisei Decol", serif;
      font-weight: 400;
      font-style: normal;
      color: #E48CB3;
      font-size: 18px;
      letter-spacing: 0.24em;
      border: none;
      margin: 0;
      padding-bottom: 30px; }
  #footer .copyright {
    text-align: right;
    margin: 50px 0 0;
    color: #707070;
    font-size: 14px;
    letter-spacing: 0.04em; }
  #footer .sitemap:hover {
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 37px 0 100px; }
      #footer .logo {
        margin-bottom: 100px; }
      #footer .footer-menu .footer-menu__block {
        width: auto;
        padding-bottom: 55px; }
        #footer .footer-menu .footer-menu__block .footer-menu__title {
          padding-bottom: 17px; }
      #footer .copyright {
        text-align: center;
        margin-top: 8px; } }

#fix-btn {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 80px;
  width: 68px;
  height: 200px; }
  #fix-btn li {
    position: absolute;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease; }
    #fix-btn li:before {
      content: '';
      background-image: url("../img/ico_tel.svg");
      background-size: 100% auto;
      background-position: center;
      background-repeat: no-repeat;
      width: 20px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 23px;
      transform: translateY(-50%);
      z-index: 2; }
    #fix-btn li img {
      height: 68px;
      width: auto;
      max-width: max-content;
      opacity: 0; }
    #fix-btn li:nth-child(1) {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    #fix-btn li:nth-child(2) {
      background-color: #E48CB3;
      top: 96px; }
      #fix-btn li:nth-child(2):before {
        content: '';
        background-image: url("../img/ico_mail.svg");
        width: 29px;
        height: 24px;
        top: 50%;
        left: 20px; }
    #fix-btn li:nth-child(3) {
      cursor: pointer;
      top: 182px;
      background: #BFD1D9 !important; }
      #fix-btn li:nth-child(3):after {
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 13px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #fix-btn li:nth-child(3):before {
        display: none; }
    @media screen and (min-width: 768px) {
      #fix-btn li:hover {
        width: 299px; }
        #fix-btn li:hover img {
          opacity: 1; }
        #fix-btn li:hover:nth-child(1):before {
          left: 27px; }
        #fix-btn li:hover:nth-child(2):before {
          left: 22px; }
        #fix-btn li:hover:nth-child(3):hover {
          width: 68px;
          opacity: 0.8; } }
  @media screen and (max-width: 767px) {
    #fix-btn {
      right: 0;
      left: 0;
      bottom: 0;
      justify-content: space-between;
      display: flex;
      width: auto;
      height: auto; }
      #fix-btn li {
        width: calc((100% - 73px)/2);
        position: relative;
        border-radius: 0;
        top: auto !important;
        right: auto !important;
        background: #0b2736;
        background: linear-gradient(0deg, #0b2736 0%, #114e6e 100%);
        height: auto; }
        #fix-btn li:before {
          display: none; }
        #fix-btn li img {
          height: 27px;
          opacity: 1; }
        #fix-btn li:nth-child(1):after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          border-left: 1px solid rgba(255, 255, 255, 0.6); }
        #fix-btn li:nth-child(3) {
          width: 73px;
          height: 73px; }
        #fix-btn li a {
          height: 100%;
          justify-content: center;
          align-items: center;
          display: flex; } }

@media screen and (min-width: 768px) {
  header .g_nav > ul li.parent:hover .dropdown {
    opacity: 1;
    visibility: visible; } }
.btn-shared {
  max-width: 313px; }
  .btn-shared a {
    display: block;
    background-color: #1A4364;
    color: #fff;
    border-radius: 29px;
    line-height: 58px;
    letter-spacing: 0.1em;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
    text-decoration: none !important;
    text-align: center; }
    .btn-shared a:hover {
      opacity: 0.8; }
    .btn-shared a:before {
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-left: 8px solid #fff;
      border-bottom: 4px solid transparent;
      content: '';
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
  .btn-shared.style a {
    background-color: #fff;
    color: #E48CB3; }
    .btn-shared.style a:before {
      border-left: 8px solid #E48CB3; }
  .btn-shared.style1 a {
    border: 1px solid #E48CB3;
    color: #E48CB3;
    background-color: transparent;
    line-height: 56px; }
    .btn-shared.style1 a:before {
      border-left: 8px solid #E48CB3; }

.time_c {
  background-color: #F4F3F0;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
  table-layout: fixed; }
  .time_c .radio {
    color: #1A4364; }
  .time_c th, .time_c td {
    font-weight: 600; }
  .time_c thead {
    background-color: #E48CB3;
    color: #fff; }
    .time_c thead th {
      font-size: 18px;
      font-weight: 700;
      padding: 9px 20px;
      width: 10%;
      text-align: center; }
      .time_c thead th:first-child {
        width: 30%;
        text-align: left; }
  .time_c tbody tr th {
    padding: 15px 20px 5px;
    text-align: left; }
  .time_c tbody tr:last-child th {
    padding: 5px 20px 15px; }
  @media screen and (max-width: 767px) {
    .time_c thead th {
      font-size: 14px;
      width: auto;
      white-space: nowrap;
      padding: 5px 0px; }
      .time_c thead th:first-child {
        width: 110px; }
      .time_c thead th:last-child {
        width: 55px; }
    .time_c tbody tr th {
      padding: 10px 5px 5px;
      text-align: left; }
    .time_c tbody tr:last-child th {
      padding: 5px 5px 10px; } }

.contact_shared {
  padding: 70px 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em; }
  .contact_shared h2 {
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 1.44; }
    .contact_shared h2 span {
      display: inline-block;
      letter-spacing: 0.1em; }
  .contact_shared .txt {
    padding: 7px 0 27px; }
  .contact_shared .link {
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
    gap: 16px; }
    .contact_shared .link li {
      border-radius: 10px;
      overflow: hidden; }
  @media screen and (max-width: 767px) {
    .contact_shared {
      font-size: 16px;
      padding: 23px 0 26px; }
      .contact_shared h2 {
        font-size: 25px; }
      .contact_shared .txt {
        padding: 12px 0 22px; }
      .contact_shared .link {
        max-width: 334px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 5px 0; }
        .contact_shared .link li {
          width: 100%; } }

@media screen and (min-width: 768px) {
  header .logo {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease; }

  .has_logo header .logo {
    opacity: 0;
    pointer-events: none; } }
@media screen and (max-width: 999px) {
  .has_nav #header {
    padding-left: 0;
    width: 100%; }
    .has_nav #header .g_nav > ul {
      gap: 35px; } }
