@charset "UTF-8";
/* 日本語 */
/***************************************/
.mv {
  width: calc(100% - 30px);
  max-width: 1980px;
  margin: 0 auto 15px;
  aspect-ratio: 1880/857;
  height: auto; }

.ura .mv {
  background: url("../img/ura/mv.png") center center no-repeat;
  background-size: contain; }

/***************************************/
@media (max-width: 768px) {
  .mv {
    max-width: 768px;
    aspect-ratio: 768/650; }

  .ura .mv {
    background: url("../img/ura/sp_mv.png") center center no-repeat;
    background-size: contain; } }
/*max-width:768px*/
/*max-width:480px*/
/***************************************/
.about {
  background-color: #fff !important;
  width: 100%;
  padding: 120px 0; }
  .about h1 {
    color: #035631 !important;
    font: 8.0rem/1.0em "Cormorant Garamond", serif;
    font-weight: 400;
    position: relative;
    padding: 30px 0 0;
    margin: 0 0 65px; }
    .about h1:before {
      display: block;
      content: "";
      position: absolute;
      width: 50px;
      height: 5px;
      left: 0;
      top: 0; }
    .about h1 small {
      margin: 10px 0 0 0;
      letter-spacing: 0.05em;
      font: 1.6rem/1.0em "Noto Serif JP", serif;
      font-weight: 500;
      display: block; }

.about_box {
  max-width: 1360px;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start; }
  .about_box .left {
    width: 610px; }
    .about_box .left p {
      display: block;
      background: url("../img/ura/about_2025.png") center center no-repeat;
      background-size: contain;
      width: 100%;
      height: auto;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      aspect-ratio: 609/591; }
  .about_box .right {
    padding: 30px 0 0 0;
    width: calc(100% - 640px);
    max-width: 675px; }
    .about_box .right h2 {
      font: 2.8rem/2.2em "Noto Serif JP", serif;
      font-weight: 600;
      letter-spacing: 0.2em;
      margin: 0 0 35px; }
    .about_box .right p {
      font: 2.0rem/2.4em "Noto Serif JP", serif;
      font-weight: 500;
      letter-spacing: 0.025em;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0 0 80px; }
    .about_box .right h3 {
      font: 2.0rem/1.0em "Noto Serif JP", serif;
      font-weight: 500;
      padding: 0 0 22px;
      letter-spacing: 0.05em;
      border-bottom: 1px solid #D3D8D8; }
    .about_box .right dl {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; }
    .about_box .right dt {
      border-bottom: 1px solid #D3D8D8;
      font: 1.8rem/1.0em "Noto Serif JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      width: 130px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 20px; }
    .about_box .right dd {
      border-bottom: 1px solid #D3D8D8;
      width: calc(100% - 130px);
      font: 1.8rem/1.0em "Noto Serif JP", serif;
      font-weight: 500;
      padding: 22px 15px; }
    .about_box .right div {
      margin: 70px auto 0;
      border: 1px solid #D3D8D8;
      position: relative;
      padding: 35px; }
      .about_box .right div:before {
        position: absolute;
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background-color: #51EAC8;
        left: 0;
        top: 0; }
      .about_box .right div h3 {
        font: 2.0rem/1.0em "Noto Serif JP", serif;
        font-weight: 600;
        margin: 0 0 20px;
        border-bottom: none;
        padding: 0; }
      .about_box .right div p {
        font: 1.7rem/2.0em "Noto Serif JP", serif;
        font-weight: 500;
        padding: 0;
        margin: 0; }

@media (max-width: 1280px) {
  .about_box .left {
    width: 500px; }
  .about_box .right {
    width: calc(100% - 530px);
    max-width: 675px; }
    .about_box .right dd span {
      padding: 0 0 15px;
      width: 140px;
      display: block; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .about {
    width: 100%;
    padding: 120px 0; }
    .about h1 {
      font: 8.0rem/1.0em "Cormorant Garamond", serif;
      font-weight: 400;
      position: relative;
      padding: 30px 0 0;
      margin: 0 0 65px; }
      .about h1:before {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        left: 0;
        top: 0; }
      .about h1 small {
        margin: 10px 0 0 0;
        letter-spacing: 0.05em;
        font: 1.6rem/1.0em "Noto Serif JP", serif;
        font-weight: 500;
        display: block; }

  .about_box {
    max-width: 768px;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: block; }
    .about_box .left {
      margin: 0 auto 40px;
      max-width: 610px;
      width: 100%; }
      .about_box .left p {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        aspect-ratio: 609/591; }
    .about_box .right {
      padding: 0;
      width: 100%;
      max-width: 768px; }
      .about_box .right h2 {
        font: 2.8rem/1.8em "Noto Serif JP", serif;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin: 0 0 35px; }
      .about_box .right p {
        font: 2.0rem/2.0em "Noto Serif JP", serif;
        font-weight: 500;
        letter-spacing: 0.025em;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0 0 80px; }
      .about_box .right dd {
        font: 1.8rem/1.0em "Noto Serif JP", serif;
        font-weight: 500; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .about {
    width: 100%;
    padding: 120px 0; }
    .about h1 {
      font: 6em/1.0em "Cormorant Garamond", serif;
      font-weight: 400;
      padding: 20px 0 0; }
      .about h1:before {
        width: 40px;
        height: 4px; }
      .about h1 small {
        font: 1.5rem/1.0em "Noto Serif JP", serif;
        font-weight: 500; }

  .about_box .left {
    margin: 0 auto 40px;
    max-width: 610px;
    width: 100%; }
    .about_box .left p {
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
      height: auto;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      aspect-ratio: 480/519; }
  .about_box .right dd span {
    padding: 0 0 15px;
    width: 140px;
    display: block; }
  .about_box .right h2 {
    font: 2.4rem/1.8em "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 0 35px; }
  .about_box .right p {
    font: 1.8rem/2.0em "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 80px; }
  .about_box .right div {
    margin: 60px auto 0;
    padding: 35px 25px; }
    .about_box .right div h3 {
      font: 1.6rem/1.0em "Noto Serif JP", serif;
      font-weight: 600;
      margin: 0 0 20px; }
    .about_box .right div p {
      font: 1.5rem/2.0em "Noto Serif JP", serif;
      font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .about_box {
    width: 100%; }

  .about {
    width: 100%;
    padding: 80px 0; }
    .about h1 {
      font: 4.2em/1.0em "Cormorant Garamond", serif;
      font-weight: 400;
      margin: 0 auto 30px;
      max-width: 318px;
      width: calc(100% - 60px); }

  .about_box .left {
    margin: 0 auto 20px; }
    .about_box .left p {
      width: 100%;
      max-width: 480px; }
  .about_box .right {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 318px; }
    .about_box .right h3 {
      font: 1.8rem/1.0em "Noto Serif JP", serif;
      font-weight: 600;
      margin: 0 0 20px;
      border-bottom: none;
      padding: 0; }
    .about_box .right h2 {
      font: 2.1rem/1.8em "Noto Serif JP", serif;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin: 0 0 20px; }
    .about_box .right p {
      font: 1.6rem/2.0em "Noto Serif JP", serif;
      font-weight: 500;
      letter-spacing: 0.025em;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0 0 40px; }
    .about_box .right dt {
      width: 115px;
      font: 1.6rem/1.0em "Noto Serif JP", serif;
      font-weight: 500; }
    .about_box .right dd {
      width: calc(100% - 115px);
      font: 1.6rem/1.0em "Noto Serif JP", serif;
      font-weight: 500; } }
/*max-width:480px*/
/************************************/
.contact_box {
  max-width: 1640px;
  width: calc(100% - 100px);
  margin: 80px auto 80px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  position: relative; }
  .contact_box .img {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 60px;
    max-width: 705px;
    width: calc(100% - 800px);
    overflow: hidden;
    height: 290px; }
    .contact_box .img img {
      position: absolute;
      top: 50%;
      left: auto;
      right: 0;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      object-fit: cover; }
  .contact_box > div {
    margin: 0 auto;
    width: calc(100% - 100px);
    max-width: 1360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
  .contact_box h1 {
    width: 400px;
    font: 80px/1.0em "Cormorant Garamond", serif;
    font-weight: 400;
    position: relative;
    padding: 30px 0 0; }
    .contact_box h1:before {
      display: block;
      content: "";
      position: absolute;
      width: 50px;
      height: 5px;
      left: 0;
      top: 0; }
    .contact_box h1 small {
      margin: 5px 0 0 0;
      letter-spacing: 0.05em;
      font: 1.6rem/1.0em "Noto Serif JP", serif;
      font-weight: 500;
      display: block; }
  .contact_box .right {
    max-width: 720px;
    width: calc(100% - 420px);
    padding: 45px 0 0;
    margin-bottom: 15px; }
  .contact_box a {
    box-shadow: 5px 5px 5px #ccc;
    background-color: #fff;
    padding: 0 30px 0 0;
    font: 3.2rem/158px "Noto Serif JP", serif;
    font-weight: 500;
    display: block;
    letter-spacing: 0.05em;
    width: 100%;
    height: 160px;
    border: 1px solid #ccc;
    margin: 0 0 40px;
    position: relative;
    text-align: center; }
    .contact_box a span {
      padding: 0 20px 0 23px;
      margin: 0 20px 0 0;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    .contact_box a:before {
      position: absolute;
      width: 20px;
      content: "";
      height: 100%;
      background-color: #58FFDA;
      display: block;
      left: 0;
      top: 0; }
    .contact_box a:after {
      position: absolute;
      display: block;
      content: "";
      background: url("../img/ura/arrow.svg") center center no-repeat;
      background-size: contain;
      width: 24px;
      height: 20px;
      top: 50%;
      left: auto;
      right: 30px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }

@media (hover: hover) {
  .contact_box a:hover {
    background-color: #EDFDF9;
    color: #000; } }
@media (max-width: 1280px) {
  .contact_box .img {
    width: 100%;
    max-width: 415px; }
  .contact_box .right {
    max-width: 720px;
    width: calc(100% - 420px);
    padding: 45px 0 0;
    margin-bottom: 15px; }
  .contact_box a {
    font: 3.0rem/158px "Noto Serif JP", serif;
    font-weight: 500;
    width: 100%;
    height: 160px; }
    .contact_box a span {
      padding: 0 15px 0 18px;
      margin: 0 15px 0 0; }
    .contact_box a:after {
      right: 20px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .contact_box .img {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 276px; }
    .contact_box .img img {
      height: 100%;
      width: 100%; }
  .contact_box > div {
    margin: 0 auto;
    width: 100%;
    max-width: 1360px;
    display: block; }
  .contact_box h1 {
    width: calc(100% - 80px);
    max-width: 100%;
    margin: 0 auto 30px; }
  .contact_box .right {
    max-width: 100%;
    margin: 0 auto;
    width: calc(100% - 80px);
    padding: 40px 0 0 0; }
  .contact_box a {
    max-width: 640px;
    margin: 0 auto 20px; }
    .contact_box a:nth-of-type(2) {
      margin-bottom: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .contact_box {
    max-width: 1640px;
    width: calc(100% - 60px);
    padding: 60px 0; }
    .contact_box .img {
      height: 200px; }
    .contact_box h1 {
      width: calc(100% - 60px);
      font: 6.0rem/1.0em "Cormorant Garamond", serif;
      font-weight: 400;
      padding: 20px 0 0;
      margin: 0 auto 30px; }
      .contact_box h1:before {
        width: 40px;
        height: 4px; }
      .contact_box h1 small {
        margin: 5px 0 0 0; }
    .contact_box .right {
      max-width: 100%;
      margin: 0 auto;
      width: calc(100% - 60px);
      padding: 30px 0 0 0; }
      .contact_box .right a {
        max-width: 480px;
        font: 2.2rem/118px "Noto Serif JP", serif;
        font-weight: 500;
        width: 100%;
        height: 120px; }
        .contact_box .right a span {
          padding: 0 15px 0 18px;
          margin: 0 15px 0 0; }
        .contact_box .right a:before {
          width: 15px; }
        .contact_box .right a:after {
          right: 20px;
          width: 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .contact_box {
    max-width: 1640px;
    width: calc(100% - 40px);
    padding: 40px 0;
    margin: 50px auto;
    max-width: 318px; }
    .contact_box .img {
      height: 130px; }
    .contact_box h1 {
      width: calc(100% - 40px);
      font: 4.2rem/1.0em "Cormorant Garamond", serif;
      font-weight: 400;
      padding: 20px 0 0;
      margin: 0 auto 30px; }
      .contact_box h1:before {
        width: 40px;
        height: 4px; }
      .contact_box h1 small {
        margin: 10px 0 0 0;
        font: 1.5rem/1.0em "Noto Serif JP", serif;
        font-weight: 500; }
    .contact_box .right {
      max-width: 100%;
      margin: 0 auto;
      width: calc(100% - 60px);
      padding: 30px 0 0 0; }
      .contact_box .right a {
        max-width: 480px;
        font: 1.6rem/78px "Noto Serif JP", serif;
        font-weight: 500;
        width: 100%;
        height: 80px; }
        .contact_box .right a span {
          padding: 0 10px 0 12px;
          margin: 0 10px 0 0; }
        .contact_box .right a:before {
          width: 10px; }
        .contact_box .right a:after {
          right: 15px;
          width: 15px; } }
/*max-width:480px*/
/*****************************/
.access {
  max-width: 1360px;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 100px 0; }
  .access h1 {
    font: 8.0rem/1.0em "Cormorant Garamond", serif;
    font-weight: 400;
    position: relative;
    padding: 30px 0 0;
    width: 320px; }
    .access h1:before {
      display: block;
      content: "";
      position: absolute;
      width: 50px;
      height: 5px;
      left: 0;
      top: 0; }
    .access h1 small {
      margin: 10px 0 0 0;
      letter-spacing: 0.05em;
      font: 1.6rem/1.0em "Noto Serif JP", serif;
      font-weight: 500;
      display: block; }
  .access div {
    width: calc(100% - 320px);
    max-width: 675px;
    padding: 35px 0 0; }
  .access ul {
    border-top: 1px solid #ccc; }
  .access li {
    padding: 29px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc; }
    .access li p {
      padding: 0 0 3px 30px;
      font: 1.9rem/1.0em "Noto Serif JP", serif;
      font-weight: 600;
      position: relative; }
      .access li p:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        border-radius: 50%;
        top: 50%;
        left: 13px;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%); }
  .access dt {
    font: 2.4rem/1.0em "Noto Serif JP", serif;
    font-weight: 600;
    margin: 0 0 20px; }
    .access dt br {
      display: none; }
  .access dd {
    font: 1.7rem/1.0em "Noto Serif JP", serif;
    font-weight: 600;
    margin: 0 0 45px; }
  .access a {
    position: relative;
    color: #fff;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 160px;
    display: block;
    border-radius: 50px;
    text-align: center; }
    .access a span {
      border-radius: 50px;
      transition: .3s;
      display: block;
      width: 100%;
      height: 100%;
      font: 1.6rem/40px "Cormorant Garamond", serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 0 30px 0 0;
      position: relative; }
    .access a:before {
      transition: .3s;
      display: block;
      position: absolute;
      content: "";
      height: 2px;
      width: 20px;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      z-index: 5; }
    .access a:after {
      transition: .3s;
      position: absolute;
      content: "";
      right: 20px;
      top: 50%;
      width: 6px;
      height: 6px;
      -webkit-transform: translate(0%, -50%) rotate(45deg);
      transform: translate(0%, -50%) rotate(45deg);
      z-index: 5; }

@media (max-width: 1024px) {
  .access {
    max-width: 768px;
    width: calc(100% - 60px); }
    .access h1 {
      margin: 0 0 50px; }
    .access div {
      width: 100%;
      max-width: 100%;
      color: #047690;
      padding: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .access {
    max-width: 1360px;
    padding: 50px 0 60px; }
    .access h1 {
      font: 6.0rem/1.0em "Cormorant Garamond", serif;
      font-weight: 400;
      padding: 20px 0 0;
      max-width: 320px;
      width: 100%; }
      .access h1:before {
        width: 40px;
        height: 4px; }
      .access h1 small {
        font: 1.5rem/1.0em "Noto Serif JP", serif;
        font-weight: 500; }
    .access ul {
      border-top: 1px solid #ccc; }
    .access li {
      display: block;
      border-bottom: 1px solid #ccc; }
      .access li p {
        padding: 0 0 3px 30px;
        font: 1.9rem/1.0em "Noto Serif JP", serif;
        font-weight: 600;
        position: relative; }
        .access li p:before {
          position: absolute;
          content: "";
          width: 6px;
          height: 6px;
          display: block;
          border-radius: 50%;
          background-color: #047690;
          top: 50%;
          left: 13px;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
    .access dt {
      font: 2.2rem/1.8em "Noto Serif JP", serif;
      font-weight: 600;
      margin: 0 0 20px; }
      .access dt br {
        display: block; }
    .access dd {
      font: 1.7rem/1.6em "Noto Serif JP", serif;
      font-weight: 600;
      margin: 0 0 45px; }
      .access dd span {
        padding: 0 0 0 0;
        display: block; }
    .access a {
      margin: 20px 0 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .access {
    padding: 50px 0 60px;
    width: calc(100% - 60px); }
    .access h1 {
      font: 4.2rem/1.0em "Cormorant Garamond", serif;
      font-weight: 400;
      padding: 20px 0 0;
      max-width: 100%;
      width: 100%;
      margin: 0 0 40px; }
    .access ul {
      border-top: 1px solid #ccc; }
    .access li {
      padding: 20px 0 20px 0;
      display: block;
      border-bottom: 1px solid #ccc; }
      .access li p {
        padding: 0 0 3px 30px;
        font: 1.7rem/1.0em "Noto Serif JP", serif;
        font-weight: 600;
        position: relative; }
        .access li p:before {
          position: absolute;
          content: "";
          width: 6px;
          height: 6px;
          display: block;
          border-radius: 50%;
          background-color: #047690;
          top: 50%;
          left: 13px;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
    .access dd {
      margin: 0 0 30px;
      font: 1.5rem / 1.8em "Noto Serif JP", serif;
      font-weight: 600; }
    .access dt {
      font: 2.0rem/1.8em "Noto Serif JP", serif;
      font-weight: 600;
      margin: 0 0 20px; }
      .access dt br {
        display: block; } }
/*max-width:480px*/
