@charset "UTF-8";
/* 日本語 */
body {
  padding: 140px 0 0;
  overflow-x: hidden; }

.no_single {
  padding: 15px !important;
  text-align: center !important;
  font: 2rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-weight: 500 !important;
  display: block;
  width: 100%  !important;
  max-width: inherit !important; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  body {
    padding: 115px 0 0;
    overflow-x: hidden; } }
/*max-width:768px*/
@media (max-width: 480px) {
  body {
    padding: 95px 0 0;
    overflow-x: hidden; } }
/*max-width:480px*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  transition: .3s;
  z-index: 8888;
  background-color: #fff;
  border-bottom: 1px #D0D0D0 solid; }
  header h1 {
    transition: .3s;
    font: 2.4rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.05em; }
    header h1 a {
      color: #034B37; }
    header h1 span {
      transition: .3s;
      font: 1.9rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      display: block;
      margin: 0 0 10px; }
    header h1 small {
      transition: .3s;
      font: 1.7rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700; }

@media (max-width: 1280px) {
  header {
    padding: 20px 30px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  header {
    padding: 15px 20px; }
    header h1 {
      font: 2.2rem/1.3em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.05em; }
      header h1 a {
        color: #034B37; }
      header h1 span {
        font: 1.7rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        display: block;
        margin: 0 0 5px; }
      header h1 small {
        font: 1.55rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700; }
      header h1 br {
        display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  header {
    padding: 10px 20px; }
    header h1 {
      font: 1.7rem/1.4em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.08em; }
      header h1 span {
        letter-spacing: 0.05em;
        font: 1.2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        display: block;
        margin: 0 0 8px; }
      header h1 small {
        letter-spacing: 0.05em;
        font: 1.3rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700; } }
/*max-width:480px*/
/*********************************************/
.header_box {
  transition: .3s;
  max-width: 870px;
  width: calc(100% - 520px);
  height: 130px; }
  .header_box nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .header_box .pc_none {
    display: none; }
  .header_box .gnav {
    transition: .3s;
    max-width: 600px;
    width: calc(100% - 260px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .header_box .gnav li {
      transition: .3s;
      position: relative;
      font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      color: #034B37;
      padding: 0 0 0 20px; }
      .header_box .gnav li a {
        color: #034B37; }
      .header_box .gnav li > span {
        padding: 0 25px 0 0; }
        .header_box .gnav li > span:before {
          transition: .3s;
          position: absolute;
          content: "";
          top: 4px;
          right: 5px;
          width: 8px;
          height: 8px;
          border-top: 2px solid #034B37;
          border-right: 2px solid #034B37;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        .header_box .gnav li > span.active:before {
          top: 8px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .header_box .gnav li:before {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #22BA8F;
        left: 0;
        top: 5px; }
  .header_box .subnav {
    position: absolute;
    background-color: #EDFDF8;
    border: 2px solid #AFE3D4;
    border-radius: 20px;
    width: 270px;
    top: 45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    padding: 25px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .header_box .subnav.active {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    .header_box .subnav:before {
      position: absolute;
      content: "";
      top: -22px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 11px solid transparent;
      border-left: 11px solid transparent;
      border-bottom: 24px solid #EDFDF8;
      border-top: 0;
      z-index: 1; }
    .header_box .subnav:after {
      position: absolute;
      content: "";
      top: -26px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 13px solid transparent;
      border-left: 13px solid transparent;
      border-bottom: 26px solid #AFE3D4;
      border-top: 0; }
    .header_box .subnav a {
      transition: .3s;
      font: 1.7rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      color: #034B37;
      position: relative;
      padding: 0 0 0 1.7rem;
      display: block;
      margin: 0 0 25px;
      letter-spacing: 0.05em; }
      .header_box .subnav a strong {
        font-weight: 700; }
      .header_box .subnav a span {
        display: none; }
      .header_box .subnav a:before {
        position: absolute;
        content: "・";
        left: 0; }
      .header_box .subnav a:last-of-type {
        margin: 0; }

@media (min-width: 1025px) and (hover: hover) {
  .header_box .gnav li a:hover {
    text-decoration: underline;
    text-underline-offset: 8px; }
  .header_box .gnav li > span:hover {
    cursor: pointer; }
    .header_box .gnav li > span:hover:before {
      top: 8px; }
  .header_box .subnav a:hover {
    text-decoration: underline;
    text-underline-offset: 8px; } }
@media (max-width: 1366px) {
  .header_box {
    max-width: 770px;
    width: calc(100% - 480px); }
    .header_box .gnav {
      max-width: 550px;
      width: calc(100% - 240px); }
      .header_box .gnav li {
        font: 1.7rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700;
        padding: 0 0 0 18px; }
        .header_box .gnav li a {
          color: #034B37; }
        .header_box .gnav li:before {
          width: 10px;
          height: 10px;
          left: 0;
          top: 5px; }
    .header_box .subnav a {
      font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500; } }
/*max-width:1280px*/
@media (max-width: 1280px) {
  .header_box::-webkit-scrollbar {
    background: #efefef;
    width: 5px; }

  .header_box::-webkit-scrollbar-thumb {
    background-color: white;
    border: 2px solid white; }

  .header_box::-webkit-scrollbar-thumb:hover {
    background-color: white; }

  .header_box {
    position: absolute;
    background: #fff;
    top: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 140px);
    overflow-y: auto;
    display: block;
    padding: 30px 0 0;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    .header_box.active {
      visibility: visible;
      opacity: 1;
      pointer-events: all; }
    .header_box nav {
      width: 100%;
      display: block;
      height: auto; }
    .header_box .pc_none {
      display: block; }
    .header_box .head_privacy {
      max-width: 900px;
      width: calc(100% - 80px);
      margin: 0 auto 60px; }
      .header_box .head_privacy a {
        transition: .3s;
        font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        color: #034B37;
        position: relative;
        padding: 0 0 0 25px;
        display: block;
        margin: 0 0 25px;
        letter-spacing: 0.05em; }
        .header_box .head_privacy a span {
          font-weight: 700; }
        .header_box .head_privacy a:before {
          position: absolute;
          content: "・";
          left: 0; }
    .header_box .head_bg {
      background: url("../images/common/menu.svg") center bottom no-repeat;
      background-size: contain;
      aspect-ratio: 1280/375;
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    .header_box .gnav {
      width: calc(100% - 80px);
      display: block;
      max-width: 900px;
      margin: 0 auto 40px; }
      .header_box .gnav li {
        padding: 0;
        border-bottom: #D3D3D3 1px solid; }
        .header_box .gnav li:before {
          display: none; }
        .header_box .gnav li > a,
        .header_box .gnav li > span {
          font: 2.2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
          font-weight: 700;
          padding: 25px 20px 25px 35px;
          display: block;
          width: 100%;
          position: relative; }
          .header_box .gnav li > a:after,
          .header_box .gnav li > span:after {
            background-color: #22BA8F;
            transition: .3s;
            position: absolute;
            border-radius: 50%;
            content: "";
            display: block;
            width: 11px;
            height: 11px;
            left: 10px;
            top: 32px; }
        .header_box .gnav li > span:before {
          top: 30px;
          right: 15px;
          width: 8px;
          height: 8px;
          border-top: 2px solid #034B37;
          border-right: 2px solid #034B37; }
        .header_box .gnav li > span.active {
          border-bottom: #D3D3D3 1px solid; }
          .header_box .gnav li > span.active:before {
            top: 28px; }
    .header_box .subnav {
      position: relative;
      background-color: inherit;
      border: none;
      border-radius: 0;
      width: 100%;
      top: auto;
      left: auto;
      margin: 0;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      transition: .3s;
      padding: 0;
      height: 0;
      opacity: 0;
      padding: 0; }
      .header_box .subnav.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        height: auto; }
      .header_box .subnav:before, .header_box .subnav:after {
        display: none; }
      .header_box .subnav a {
        font: 2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        padding: 25px 20px 25px 55px;
        display: block;
        letter-spacing: 0.05em;
        border-bottom: #D3D3D3 1px solid;
        margin: 0 !important; }
        .header_box .subnav a:before {
          left: 31px; }
        .header_box .subnav a span {
          display: inline-block; }
        .header_box .subnav a:last-of-type {
          border-bottom: none; } }
@media (max-width: 1280px) and (hover: hover) {
  .header_box .head_privacy a:hover {
    text-decoration: underline;
    text-underline-offset: 8px; }
  .header_box .gnav li a:hover {
    text-decoration: none;
    background-color: #EDFDF8; }
  .header_box .gnav li > span:hover {
    cursor: pointer;
    background-color: #EDFDF8; }
    .header_box .gnav li > span:hover:before {
      top: 35px; }
  .header_box .subnav a:hover {
    text-decoration: none;
    background-color: #EDFDF8; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_box {
    top: 114px;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 114px); }
    .header_box .gnav li > a,
    .header_box .gnav li > span {
      font: 2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700; }
      .header_box .gnav li > a:after,
      .header_box .gnav li > span:after {
        top: 30px; }
    .header_box .gnav li > span:before {
      top: 28px; }
    .header_box .gnav li > span.active:before {
      top: 32px; }
    .header_box .subnav a {
      font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500; }
      .header_box .subnav a:before {
        left: 31px; }
      .header_box .subnav a span {
        display: none; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .header_box {
    top: 94px;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 60px);
    padding: 16px 0 0; }
    .header_box .head_privacy {
      max-width: 305px;
      width: calc(100% - 40px);
      margin: 0 auto 60px; }
      .header_box .head_privacy a {
        transition: .3s;
        font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        color: #034B37;
        position: relative;
        padding: 0 0 0 25px;
        display: block;
        margin: 0 0 25px;
        letter-spacing: 0.05em; }
        .header_box .head_privacy a span {
          font-weight: 700; }
        .header_box .head_privacy a:before {
          position: absolute;
          content: "・";
          left: 0; }
    .header_box .gnav {
      max-width: 305px;
      width: calc(100% - 40px); }
      .header_box .gnav li > a,
      .header_box .gnav li > span {
        font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700; }
        .header_box .gnav li > a:after,
        .header_box .gnav li > span:after {
          top: 29px; }
      .header_box .gnav li > span:before {
        top: 28px; }
      .header_box .gnav li > span.active:before {
        top: 30px; }
    .header_box .head_bg {
      background: url("../images/common/menu_sp.svg") center bottom no-repeat;
      background-size: contain;
      aspect-ratio: 375/328;
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    .header_box .subnav a {
      font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500; }
      .header_box .subnav a:before {
        left: 29px; }
      .header_box .subnav a span {
        display: none; } }
/*max-width:480px*/
/*********************************************/
.head_contact {
  transition: .3s;
  display: block;
  width: 225px;
  height: 70px;
  background-color: #087657;
  border-radius: 50px;
  color: #fff;
  font: 2rem/68px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 70px; }
  .head_contact:before {
    transition: .3s;
    position: absolute;
    content: "";
    background: url("../images/common/mail.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 31/22;
    width: 100%;
    max-width: 31px;
    height: auto;
    left: 26px;
    top: 24px; }

@media (hover: hover) {
  .head_contact:hover {
    color: #fff;
    background-color: #17A87F; } }
@media (max-width: 1366px) {
  .head_contact {
    width: 200px;
    font: 1.8rem/68px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    padding: 0 0 0 60px; }
    .head_contact:before {
      max-width: 28px;
      left: 22px; } }
/*max-width:1280px*/
@media (max-width: 1280px) {
  .head_contact {
    display: none; } }
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/*********************************************/
/*********************************************/
.toggle {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #087657;
  border-radius: 100px;
  transition: .3s; }
  .toggle span {
    position: absolute;
    display: block;
    width: 36px;
    height: 2px;
    background-color: #fff;
    transition: .3s; }
    .toggle span:nth-of-type(1) {
      top: 30%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .toggle span:nth-of-type(2) {
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .toggle span:nth-of-type(3) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
  .toggle p {
    font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    display: block;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
  .toggle.active span {
    position: absolute;
    display: block;
    width: 36px;
    height: 2px;
    background-color: #fff; }
    .toggle.active span:nth-of-type(1) {
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .toggle.active span:nth-of-type(2) {
      opacity: 0; }
    .toggle.active span:nth-of-type(3) {
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 1280px) {
  .toggle {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: all;
    top: auto;
    right: auto;
    display: block;
    width: 100px;
    height: 100px; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .toggle {
    width: 85px;
    height: 85px; }
    .toggle span:nth-of-type(1) {
      top: 28%;
      left: 50%; }
    .toggle span:nth-of-type(2) {
      top: 39%;
      left: 50%; }
    .toggle span:nth-of-type(3) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .toggle p {
      font: 1.4rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      top: 68%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .toggle {
    width: 75px;
    height: 75px; }
    .toggle span {
      width: 32px; }
      .toggle span:nth-of-type(1) {
        top: 28%;
        left: 50%; }
      .toggle span:nth-of-type(2) {
        top: 39%;
        left: 50%; }
      .toggle span:nth-of-type(3) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .toggle p {
      font: 1.2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      top: 68%; } }
/*max-width:480px*/
/*************************************************/
.body_content .bg {
  background: linear-gradient(to bottom, #ffffff 50%, #22BA8F 50%);
  width: 100%;
  position: relative;
  aspect-ratio: 2504/580;
  width: 100%;
  max-width: 100%;
  height: auto; }
  .body_content .bg div img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.body_content .bg01 {
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  /* Safari用 */
  transform: translate(-50%, 0%);
  position: absolute;
  z-index: 3;
  aspect-ratio: 2412/445;
  width: calc(100% - 40px);
  max-width: 1592px; }
.body_content .bg02 {
  bottom: 0;
  position: absolute;
  z-index: 2;
  aspect-ratio: 2504/417;
  width: 100%;
  max-width: 100%;
  background: url("../images/index/bg02.webp") center bottom;
  background-size: auto 100%; }
.body_content .bg03 {
  top: 0;
  position: absolute;
  z-index: 1;
  aspect-ratio: 2504/520;
  width: 100%;
  max-width: 100%; }

.body_content.footer_bg .bg {
  background: linear-gradient(to bottom, #ffffff 50%, #22BA8F 50%);
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2504/480;
  overflow: hidden; }
.body_content.footer_bg .bg02 {
  aspect-ratio: 2504/259;
  background: url("../images/index/bg02_footer.png") center bottom no-repeat;
  background-size: auto 100%; }

@media (min-width: 1920px) {
  .body_content.footer_bg .bg {
    height: 480px; }
  .body_content.footer_bg .bg02 {
    background-size: 100% 259px; }

  .body_content .bg {
    width: 100%;
    max-width: 100%;
    height: 580px;
    overflow: hidden; }
  .body_content .bg01 {
    top: 12%;
    left: 50%;
    width: 100%; }
  .body_content .bg02 {
    height: 417px;
    background: url("../images/index/bg02.webp") center bottom;
    background-size: 100% 417px; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .body_content .bg01 {
    width: 100%;
    max-width: 1592px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .body_content .bg {
    aspect-ratio: 375/328;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }
  .body_content .bg02 {
    background: url("../images/common/menu_sp.svg") center bottom no-repeat;
    background-size: contain;
    aspect-ratio: 375/328;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }
  .body_content .bg01,
  .body_content .bg03 {
    display: none; }

  .body_content.footer_bg .bg {
    aspect-ratio: 375/138;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }
  .body_content.footer_bg .bg02 {
    background: url("../images/common/footer_sp.svg") center bottom no-repeat;
    background-size: contain;
    aspect-ratio: 375/138;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; } }
/*max-width:480px*/
/*************************************************/
.body_page_content {
  position: relative; }
  .body_page_content:before {
    transition: .3s;
    position: absolute;
    content: "";
    width: calc(100% - 120px);
    max-width: 1920px;
    height: 140px;
    background: url("../images/common/bg04.png") bottom right no-repeat;
    background-size: auto 100%;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    display: block;
    z-index: 5; }
  .body_page_content .bg {
    background: linear-gradient(to bottom, #ffffff 50%, #22BA8F 50%);
    width: 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%; }
    .body_page_content .bg div img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .body_page_content .bg06 {
    bottom: 0;
    position: absolute;
    z-index: 2;
    aspect-ratio: 1920/ 143;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: url("../images/common/bg06.png") center top;
    background-size: cover; }
  .body_page_content .bg05 {
    background: url("../images/common/bg05.png") center top;
    background-size: cover;
    aspect-ratio: 1920/288;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative; }

@media (max-width: 1024px) {
  .body_page_content {
    position: relative; }
    .body_page_content:before {
      height: 120px; } }
/*max-width:768px*/
@media (max-width: 768px) {
  .body_page_content {
    position: relative; }
    .body_page_content:before {
      bottom: 20px;
      height: 110px;
      width: calc(100% - 40px);
      background: url("../images/common/bg04.png") bottom center no-repeat;
      background-size: auto 100%; }
    .body_page_content .bg06 {
      aspect-ratio: 1920/ 143;
      width: auto;
      max-width: auto;
      height: 80px; }
    .body_page_content .bg05 {
      aspect-ratio: 1920/288;
      width: auto;
      max-width: 100%;
      height: 200px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .body_page_content {
    position: relative; }
    .body_page_content:before {
      height: 85px;
      width: calc(100% - 30px); }
    .body_page_content .bg06 {
      aspect-ratio: 1920/ 143;
      width: auto;
      max-width: auto;
      height: 70px; }
    .body_page_content .bg05 {
      aspect-ratio: 1920/288;
      width: auto;
      max-width: 100%;
      height: 180px; }

  /*    .body_content{
        .bg{
          aspect-ratio:375/328;
          width: 100%;
          max-width: 100%;
          height: auto;
          display: block;
        } 
        .bg02{
          background: url("../images/common/menu_sp.svg") center bottom no-repeat;
          background-size: contain;
          aspect-ratio:375/328;
          width: 100%;
          max-width: 100%;
          height: auto;
          display: block;
        }
        .bg01,
        .bg03{
          display: none
        }
      }
    
  
    .body_content.footer_bg{ 
      .bg{ 
        aspect-ratio:375/138;
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
      }
      .bg02{
        background: url("../images/common/footer_sp.svg") center bottom no-repeat;
        background-size: contain;
        aspect-ratio:375/138;
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
      }
    }
    */ }
/*max-width:480px*/
/*************************************************/
.scenery {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: -30px 0 0; }
  .scenery video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 768px) {
  .scenery {
    aspect-ratio: 4/3; } }
/*max-width:768px*/
/*max-width:480px*/
/*************************************************/
.contact {
  padding: 150px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1520px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .contact .txt {
    max-width: 607px;
    width: calc(100% - 700px); }
  .contact h2 {
    font: 7.2rem/1.4em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 30px; }
    .contact h2 small {
      color: #087657;
      position: relative;
      font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      display: block;
      border-left: 5px solid #087657;
      padding: 0 0 0 10px;
      margin: 0 0 15px; }
  .contact p {
    font: 2.4rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em; }
  .contact a {
    transition: .3s;
    width: 670px;
    display: block;
    background-color: #22BA8F;
    height: 160px;
    border-radius: 20px;
    position: relative;
    font: 4rem/158px "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 0 0 0 150px; }
    .contact a:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/common/mail.svg") center center no-repeat;
      background-size: contain;
      width: 57px;
      height: 37px;
      top: 62px;
      left: 70px; }
    .contact a:after {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/common/arrow_white.svg") center center no-repeat;
      background-size: contain;
      width: 36px;
      height: 36px;
      top: 63px;
      right: 30px; }

@media (hover: hover) {
  .contact a:hover {
    background-color: #087657; } }
@media (max-width: 1280px) {
  .contact .txt {
    max-width: 607px;
    width: calc(100% - 590px); }
  .contact h2 {
    font: 5.3rem/1.4em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; }
  .contact p {
    font: 1.9rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em; }
  .contact a {
    transition: .3s;
    width: 530px;
    height: 125px;
    font: 3rem/123px "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
    padding: 0 0 0 110px; }
    .contact a:before {
      width: 45px;
      height: 29px;
      top: 48px;
      left: 50px; }
    .contact a:after {
      width: 28px;
      height: 28px;
      top: 48px;
      right: 30px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .contact {
    padding: 100px 0 0;
    display: block;
    max-width: 768px;
    width: calc(100% - 100px);
    margin: 0 auto; }
    .contact .txt {
      max-width: 100%;
      width: 100%;
      margin: 0 0 50px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .contact {
    padding: 100px 0 0;
    display: block;
    max-width: 600px;
    width: calc(100% - 50px);
    margin: 0 auto; }
    .contact .txt {
      max-width: 100%;
      width: 100%;
      margin: 0 0 40px; }
    .contact a {
      transition: .3s;
      max-width: 100%;
      height: 100px;
      font: 2.5rem/98px "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 600;
      padding: 0 0 0 90px; }
      .contact a:before {
        width: 40px;
        height: 29px;
        top: 37px;
        left: 35px; }
      .contact a:after {
        top: 37px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .contact {
    padding: 60px 0 0;
    max-width: 315px;
    width: calc(100% - 20px);
    margin: 0 auto; }
    .contact h2 {
      font: 3.5rem/1.4em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
      .contact h2 small {
        font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500; }
    .contact p {
      font: 1.8em/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em; }
    .contact a {
      transition: .3s;
      max-width: 315px;
      width: 100%;
      height: 85px;
      font: 2rem/83px "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 600;
      letter-spacing: 0.04em;
      color: #fff;
      padding: 0 0 0 63px; }
      .contact a:before {
        width: 27px;
        height: 18px;
        top: 34px;
        left: 24px; }
      .contact a:after {
        width: 20px;
        height: 20px;
        top: 33px;
        right: 15px; } }
/*max-width:480px*/
/*************************************************/
.footer_link_bnr {
  padding: 80px 0 130px;
  max-width: 1520px;
  width: calc(100% - 80px);
  margin: 80px auto 0;
  border-top: #D3D3D3 1px solid; }
  .footer_link_bnr p {
    font: 3rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 25px; }
    .footer_link_bnr p small {
      font: 2rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
    .footer_link_bnr p br {
      display: none; }

.link_bnr {
  max-width: 1240px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .link_bnr li {
    width: calc((100% - 40px)/3);
    margin: 0 20px 20px 0; }
    .link_bnr li:nth-of-type(3n) {
      margin-right: 0; }
    .link_bnr li a, .link_bnr li span {
      display: block;
      aspect-ratio: 4/1;
      width: 100%;
      max-width: 400px;
      height: auto;
      overflow: hidden;
      position: relative;
      transition: .3s; }
      .link_bnr li a img, .link_bnr li span img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

@media (hover: hover) {
  .link_bnr li a:hover {
    transform: scale(1.05); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_link_bnr {
    padding: 80px 0 130px;
    max-width: 768px;
    width: calc(100% - 100px); }
    .footer_link_bnr p br {
      display: block; }

  .link_bnr {
    max-width: 768px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .link_bnr li {
      width: calc((100% - 20px)/2);
      margin: 0 0 20px 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_link_bnr {
    width: calc(100% - 50px); }
    .footer_link_bnr p {
      font: 2.5rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 0 25px; }
      .footer_link_bnr p small {
        font: 1.8rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }

  .link_bnr li {
    width: calc((100% - 15px)/2);
    margin: 0 0 15px 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_link_bnr {
    padding: 60px 0 70px;
    max-width: 315px;
    margin: 70px auto 0; }
    .footer_link_bnr p {
      font: 2.2rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 0 25px; }
      .footer_link_bnr p small {
        font: 1.6rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }

  .link_bnr li {
    width: 100%; } }
/*max-width:480px*/
/*************************************************/
footer {
  background-color: #22BA8F;
  padding: 50px 0;
  background: url("../images/index/bg02_footer_btm.png") center top no-repeat #22BA8F;
  background-size: contain; }

@media (min-width: 1920px) {
  footer {
    background-size: 100%; } }
@media (max-width: 480px) {
  footer {
    padding: 0 0 50px;
    background: url("../images/common/footer_sp02.svg") center top no-repeat #22BA8F;
    background-size: contain; } }
/*************************************************/
.footer_box {
  max-width: 1520px;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .footer_box .left {
    color: #000;
    width: 670px; }
    .footer_box .left .name {
      font: 3.4rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 0 30px; }
      .footer_box .left .name span {
        display: block;
        font: 2.4rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 400;
        letter-spacing: 0.05em;
        margin: 0 0 5px; }
      .footer_box .left .name small {
        font: 2.6rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500;
        letter-spacing: 0.05em; }
    .footer_box .left .add {
      font: 2.2rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      margin: 0 0 30px; }
    .footer_box .left .tel {
      font: 2.4rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
      .footer_box .left .tel a {
        color: #000;
        font: 3rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
  .footer_box .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 500px;
    width: calc(100% - 720px); }
    .footer_box .right ul {
      margin: 0 0 10px; }
    .footer_box .right li {
      padding: 0 0 0 30px;
      font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      position: relative; }
      .footer_box .right li:before {
        position: absolute;
        content: "";
        left: 3px;
        top: 8px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #087657;
        border-right: 3px solid #087657;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .footer_box .right a, .footer_box .right span {
      color: #000;
      display: block;
      width: fit-content;
      position: relative;
      margin: 0 0 30px; }
      .footer_box .right a.dot, .footer_box .right span.dot {
        padding: 0 0 0 1.7rem; }
        .footer_box .right a.dot:before, .footer_box .right span.dot:before {
          position: absolute;
          content: "・";
          left: 0;
          color: #087657; }
    .footer_box .right p {
      text-align: right;
      width: 100%; }
    .footer_box .right .privacy_link {
      display: inline-block;
      width: fit-content;
      padding: 0 0 0 1.7rem;
      position: relative;
      font: 1.7rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0; }
      .footer_box .right .privacy_link:before {
        position: absolute;
        content: "・";
        left: 0;
        color: #087657; }
  .footer_box .copy {
    color: #000;
    font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 100px 0 0;
    text-align: center;
    width: 100%;
    display: block; }

@media (hover: hover) {
  .footer_box .left .tel a:hover {
    text-decoration: underline;
    text-underline-offset: 8px; }
  .footer_box .right a:hover {
    text-underline-offset: 8px;
    text-decoration: underline; } }
@media (max-width: 1280px) {
  .footer_box {
    max-width: 1520px;
    width: calc(100% - 80px); }
    .footer_box .left {
      width: 515px; }
      .footer_box .left .name {
        font: 3.1rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
        .footer_box .left .name span {
          display: block;
          font: 2.1rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 400;
          margin: 0 0 10px; }
        .footer_box .left .name small {
          font: 2.3rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500; }
        .footer_box .left .name br {
          display: block; }
      .footer_box .left .add {
        font: 1.9rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 400;
        margin: 0 0 23px; }
      .footer_box .left .tel {
        font: 2rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
        .footer_box .left .tel a {
          font: 2.7rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500; }
    .footer_box .right {
      max-width: 430px;
      width: calc(100% - 515px); }
      .footer_box .right li {
        font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        padding: 0 0 0 25px; }
        .footer_box .right li:before {
          left: 3px;
          top: 6px;
          width: 7px;
          height: 7px; }
      .footer_box .right a, .footer_box .right span {
        margin-bottom: 25px; }
        .footer_box .right a.dot, .footer_box .right span.dot {
          padding: 0 0 0 1.6rem; }
      .footer_box .right .privacy_link {
        font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        padding: 0 0 0 1.5rem;
        font-weight: 500; }
    .footer_box .copy {
      padding: 80px 0 0;
      font: 1.3rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_box {
    max-width: 768px;
    width: calc(100% - 100px); }
    .footer_box .right {
      display: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_box {
    width: calc(100% - 50px); }
    .footer_box .left {
      margin: 0 auto;
      max-width: 600px; }
      .footer_box .left .name {
        font: 3.1rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
        .footer_box .left .name span {
          display: block;
          font: 2.1rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 400;
          margin: 0 0 10px; }
        .footer_box .left .name small {
          font: 2.3rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500; }
        .footer_box .left .name br {
          display: block; }
      .footer_box .left .add {
        font: 1.8rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 400;
        margin: 0 0 23px; }
      .footer_box .left .tel {
        font: 1.9rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
        .footer_box .left .tel a {
          display: block;
          width: fit-content;
          margin: 0 0 15px;
          font: 2.6rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500; }
    .footer_box .right {
      display: none; }
    .footer_box .copy {
      padding: 80px 0 0;
      font: 1.3rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_box {
    width: calc(100% - 50px); }
    .footer_box .left {
      margin: 0 auto;
      max-width: 320px; }
      .footer_box .left .name {
        font: 2.3rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
        .footer_box .left .name span {
          display: block;
          font: 1.6rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 400;
          margin: 0 0 10px; }
        .footer_box .left .name small {
          font: 1.7rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500; }
        .footer_box .left .name br {
          display: block; }
      .footer_box .left .add {
        font: 1.5rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 400;
        margin: 0 0 23px; }
        .footer_box .left .add span {
          display: block; }
      .footer_box .left .tel {
        font: 1.7rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
        .footer_box .left .tel a {
          display: block;
          width: fit-content;
          margin: 0 0 15px;
          font: 2.2rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500; }
    .footer_box .right {
      display: none; }
    .footer_box .copy {
      padding: 40px 0 0;
      font: 1.2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; } }
/*max-width:480px*/
/*********************************************/
.page_top {
  display: block;
  background-color: #087657;
  width: 80px;
  height: 80px;
  right: 20px;
  bottom: -100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: fixed;
  border-radius: 50%;
  transition: .3s;
  z-index: 1000; }
  .page_top.active {
    bottom: 20px; }
  .page_top p {
    transition: .3s;
    position: relative;
    padding: 15px 0 0;
    text-align: center;
    font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.05em; }
    .page_top p:before {
      position: absolute;
      content: "";
      top: 0%;
      left: 33%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(-45deg); }

@media (hover: hover) {
  .page_top:hover {
    cursor: pointer; }
    .page_top:hover p {
      margin: 0 0 10px; } }
@media (max-width: 480px) {
  .page_top {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
    z-index: 100; }
    .page_top p {
      font: 1.4rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em; }
      .page_top p:before {
        top: 0%;
        left: 30%; } }
/*max-width:480px*/
/*****************************************************/
.pankuzu {
  width: calc(100% - 80px);
  margin: 30px auto 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .pankuzu li {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    font: 1.4rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.02em;
    position: relative; }
    .pankuzu li:before {
      position: absolute;
      content: "";
      right: -3px;
      width: 4px;
      height: 4px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 5px; }
    .pankuzu li:last-of-type {
      margin: 0;
      padding: 0; }
      .pankuzu li:last-of-type:before {
        display: none; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .pankuzu {
    width: calc(100% - 60px);
    margin: 40px auto 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .pankuzu li {
      padding: 0 10px 0 0;
      margin: 0 10px 0 0;
      font: 1.4rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.02em;
      position: relative; }
      .pankuzu li:before {
        position: absolute;
        content: "";
        right: -3px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px; }
      .pankuzu li:last-of-type {
        margin: 0;
        padding: 0; }
        .pankuzu li:last-of-type:before {
          display: none; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .pankuzu {
    width: calc(100% - 40px);
    margin: 20px auto 40px; } }
/*max-width:480px*/
/*****************************************************/
.page_head {
  width: calc(100% - 80px);
  margin: 0 auto 50px;
  max-width: 1520px; }
  .page_head h1 {
    font: 7.2rem/1.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 0 35px; }
    .page_head h1 span {
      color: #087657;
      margin: 0 0 15px;
      border-left: 5px solid #087657;
      padding: 0 0 0 15px;
      display: block;
      font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.05em; }
    .page_head h1 br {
      display: none; }
  .page_head p {
    font: 2.2rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
    letter-spacing: .05em; }
    .page_head p strong {
      font-weight: 700; }

@media (max-width: 768px) {
  .page_head {
    margin: 0 auto 30px;
    width: calc(100% - 60px); }
    .page_head h1 {
      font: 5.3rem/1.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400; }
      .page_head h1 br {
        display: block; }
    .page_head p {
      font: 2rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: .05em; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_head {
    width: calc(100% - 40px); }
    .page_head h1 {
      font: 4.2rem/1.4em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      margin-bottom: 30px; }
      .page_head h1 br {
        display: block; }
    .page_head p {
      font: 1.8rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: .05em; } }
/*max-width:480px*/
/*****************************************************/
.page_404 {
  background-color: #22BA8F;
  padding: 0 0 50px;
  position: relative; }

.box_404 {
  background-color: #FFFBED;
  border-radius: 40px;
  max-width: 1920px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 100px 20px 100px; }
  .box_404 p {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto 40px;
    font: 1.8rem/2.4em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400; }
    .box_404 p:last-of-type {
      margin-bottom: 0; }
  .box_404 a {
    font-weight: 500;
    color: #034B37; }

@media (max-width: 768px) {
  .box_404 {
    width: calc(100% - 60px);
    padding: 50px 20px 100px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .box_404 {
    width: calc(100% - 40px);
    padding: 50px 20px 80px; }
    .box_404 p {
      margin: 0 auto 20px;
      font: 1.5rem/2.2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; } }
/*max-width:480px*/
