@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}

/* zen-maru-gothic */

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* m-plus-rounded */

.m-plus-rounded-1c-thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}



* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0C3484;
  font-size: 1.8rem;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}


body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Hiragino maru Gothic ProN', 'Helvetica', 'Noto Sans JP', 'Yu Gothic', Verdana, "MS Ｐゴシック", sans-serif;

}

header .pc-menu {
  margin: 0 0 0 auto;
}

.header_content_other {
  padding-inline: 5rem;
  backdrop-filter: blur(6px);
  background-color: hsla(0, 0%, 100%, .6);
  box-shadow: rgba(33, 33, 36, 0.1) 0px 10px 10px -10px;
}

.pc-menu ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.pc-menu ul li a {
  font-size: 2rem;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c";
}

.pc-menu ul li a:hover {
  color: #37BEF0;
  transition: linear 0.2s;
}

li.li-01 a {
  padding: 10px 20px;
  background-color: #BB97C5;
  color: #fff;
  border-radius: 50vh;
  border: solid 1px #BB97C5;
}

li.li-01 a:hover {
  border: solid 1px #BB97C5;
  background-color: #fff;
  border-radius: 50vh;
}

.pc-menu ul .li-01 a:hover {
  color: #BB97C5;
  transition: linear 0.2s;
}

li.li-02 a {
  padding: 10px 38px;
  background-color: #FBDAC8;
  color: #333;
  border-radius: 50vh;
  border: solid 1px #FBDAC8;
}

li.li-02 a:hover {
  border: solid 1px #FBDAC8;
  background-color: #333;
  border-radius: 50vh;
}

.pc-menu ul .li-02 a:hover {
  color: #FBDAC8;
  transition: linear 0.2s;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

h1 {
  max-width: 250px;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.sp480 {
  display: none;
}

.hamburger-menu {
  display: none;
}

.blank_for_pc {
  display: block;
}

/* グロナビ */
header {
  position: relative;
}

.header_content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 110px;
  padding-inline: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: linear 0.3s;
  z-index: 3;
}

/* .header_content.scroll_nav {
  background-color: hsla(0, 0%, 100%, .8);
  background-color: #f00;
  backdrop-filter: blur(6);
  backdrop-filter: blur(6px);
  transition: color 0.4s ease-out;
} */
/* scroll, class name-scroll-nav */
.scroll-nav,
.header_content {
  padding-inline: 4.5rem;
  backdrop-filter: blur(6px);
  background-color: hsla(0, 0%, 100%, 1);
  box-shadow: rgba(33, 33, 36, 0.1) 0px 10px 10px -10px;
  transition: linear 0.3s;
}

/* .scroll-nav .btn-linetop, header .scroll-nav .btn-linemedium, header .scroll-nav .btn-linebottom {
  background-color: #E8382F;
} */
.sp-menu {
  display: none;
}

.header_logo {
  width: 200px;
}

.header_logo img {
  width: 200px;
  height: auto;
}

.header_logo img:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* ホームボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  background: #37BEF0;
  text-decoration: none;
  color: #fff;
  width: 75px;
  height: 75px;
  padding: 16px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  /* opacity: 0.9; */
  transition: all .3s ease;
}

#page-top a:hover {
  text-decoration: none;
  /* opacity: .5; */
}

#page-top a span {
  font-size: 4.5rem;
}


/* footer */

footer {
  width: 100%;
  /* height: 500px; */
  text-align: center;
  margin: 0 auto;
  position: relative;
}


footer p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 88%;
  left: 0;
}

/* background_color */
/* .background_green {
  position: relative;
  padding: 10rem 0 6rem;
} */

/* .background_green::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #eef4e1;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
} */

@media (max-width : 1530px) {
  .pc-menu ul li a {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "M PLUS Rounded 1c";
  }

  .scroll-nav,
  .header_content {
    padding-inline: 3rem;
    backdrop-filter: blur(6px);
    background-color: hsla(0, 0%, 100%, 1);
    box-shadow: rgba(33, 33, 36, 0.1) 0px 10px 10px -10px;
    transition:
      linear 0.3s;
  }
}

@media (max-width : 1440px) {
  header .pc-menu {
    margin: 0 0 0 auto;
  }

  .pc-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .pc-menu ul li a {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "M PLUS Rounded 1c";
  }

  li.li-01 a {
    padding: 8px 22px;
    background-color: #BB97C5;
    color: #fff;
    border-radius: 50vh;
    border: solid 1px #BB97C5;
  }

  li.li-02 a {
    padding: 8px 37px;
    background-color: #FBDAC8;
    color: #333;
    border-radius: 50vh;
    border: solid 1px #FBDAC8;
  }

}

@media (max-width : 1230px) {
  header .pc-menu {
    margin: 0 0 0 auto;
  }

  .pc-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .pc-menu ul li a {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "M PLUS Rounded 1c";
  }

  li.li-01 a {
    padding: 8px 22px;
    background-color: #BB97C5;
    color: #fff;
    border-radius: 50vh;
    border: solid 1px #BB97C5;
  }

  li.li-02 a {
    padding: 8px 37px;
    background-color: #FBDAC8;
    color: #333;
    border-radius: 50vh;
    border: solid 1px #FBDAC8;
  }

}



@media (max-width : 1130px) {
  .pc-menu {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  /* ハンバーガーボタン */
  .menu-btn {
    position: fixed;
    top: 35px;
    right: 20px;
    display: flex;
    height: 50px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
    border: #BB97C5 solid 2px;
    border-radius: 5px;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #DA5272;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
  }

  .menu-content ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li {
    border-bottom: solid 2px #BB97C5;
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    box-sizing: border-box;
    color: #0C3484;
    text-decoration: none;
    padding: 20px 0 20px 25px;
    position: relative;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c";
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  .menu-content ul li a:hover {
    color: #DA5272;
    transition: 0.2s;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked~.menu-content {
    left: 400px;
    /*メニューを画面内へ*/
  }

}


@media (max-width : 1050px) {

  body {
    margin: 0;
    overflow-x: hidden;
  }

  /* グロナビ */

  .header_content{
    height: 80px;
  }

  .header_logo img {
    width: 175px;
    height: auto;
  }

  .pc-menu {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .wrapper {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .scroll-nav,
  .header_content {
    padding-inline: 2.5rem;
  }

  h1 {
    max-width: 195px;
    margin-left: 25px;
  }

  /* ハンバーガーボタン */
  .menu-btn {
    position: fixed;
    top: 17px;
    right: 20px;
    display: flex;
    height: 50px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
    border: #BB97C5 solid 2px;
    border-radius: 5px;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #DA5272;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
  }

  .menu-content ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li {
    border-bottom: solid 2px #BB97C5;
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    box-sizing: border-box;
    color: #0C3484;
    text-decoration: none;
    padding: 20px 0 20px 25px;
    position: relative;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c";
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  .menu-content ul li a:hover {
    color: #DA5272;
    transition: 0.2s;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }


  }



  /* スマホメインビジュアル */
  /* .section-mv {
    display: none;
  } */

  footer p {
    top: 86%;
    font-size: 1rem;
  }

  /*-------------------------
sp menu
-------------------------*/


  .sp-nav {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 20;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #FFF;
    transform: translateX(100%);
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5rem;
    margin-bottom: 50px;
  }

  .sp-nav__list {
    width: 100%;
    padding: 5rem 2rem 0 2rem;
  }

  .sp-nav__list-item {
    border-bottom: 1px solid #808080;
    width: 100%;
    padding: 2rem 0 2rem 3rem;
    font-weight: 600;
  }

  .NavIsOpen {
    transform: translateX(0);
  }

  .sp-menu__btn {
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 30;
    height: 50px;
    padding: 0 1.5rem 0 1rem;
  }

  .btn-linetop {
    position: absolute;
    top: 15px;
    width: 25px;
    height: 2px;
    background-color: #FFF;
    transition: all 0.3s;
  }

  .ButtonIsOpen .btn-linetop {
    transform: translateX(0px) translateY(6px) rotate(45deg);
    background-color: #fff;
  }

  .btn-linemedium {
    width: 25px;
    height: 2px;
    background-color: #FFF;
    transition: all 0.3s;
  }

  .ButtonIsOpen .btn-linemedium {
    opacity: 0;
  }

  .btn-linebottom {
    position: absolute;
    bottom: 15px;
    width: 25px;
    height: 2px;
    background-color: #FFF;
    transition: all 0.3s;
  }

  .ButtonIsOpen .btn-linebottom {
    transform: translateX(0px) translateY(-6px) rotate(-45deg);
    background-color: #fff;
  }

  .sp-nav {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 20;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #FFF;
    transform: translateX(100%);
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5rem;
    margin-bottom: 50px;
  }

  .sp-nav__list {
    width: 100%;
    padding: 5rem 2rem 0 2rem;
  }

  .sp-nav__list-item {
    border-bottom: 2px dotted #808080;
    width: 100%;
    padding: 2rem 0 2rem 3rem;
    font-weight: 600;
  }

  .NavIsOpen {
    transform: translateX(0);
  }

  .sp-menu__btn {
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 30;
    height: 50px;
    padding: 0 1.5rem 0 1rem;
    background-color: #b9d6a1;
    width: 50px;
    border: #b9d6a1 3px solid;
    border-radius: 50px;
  }

  .btn-linetop {
    background-color: #fff;
    height: 2px;
  }

  #sp_overflow {
    overflow: hidden;
  }

  .overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(33, 33, 36, 0.6);
    opacity: 0;
    transition: all 0.3s;
  }

  .OverlayIsOpen {
    visibility: visible;
    opacity: 1;
  }

  .IsScrollAllowed {
    overflow: hidden;
  }

  .wrapper {
    background-size: contain;
  }

  main {
    margin-bottom: 0;
  }

  /* ボタン */
  .link_button {
    font-size: 2.8rem;
    height: 110px;
  }

  .link_button:hover {
    font-size: 2.8rem;
    height: 110px;
  }

  .link_button {
    box-shadow: 0 10px 20px 0 rgba(224, 119, 068, 0.3);
  }

  /* .pc-menu {
    display: none;
  } */

  #page-top a {
    background: #37BEF0;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 0.5rem 0.1rem;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
  }

  #page-top a span {
    font-size: 3.5rem;
  }

  .blank_for_pc {
    display: none;
  }



@media (max-width : 640px) {

  .wrapper {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }

  /* グロナビ */

  .scroll-nav,
  .header_content {
    padding-inline: 0.5rem;
  }

  .menu-content ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  #menu-btn-check:checked~.menu-content {
    left: 155px;
  }

}

@media (max-width: 768px) {
    #menu-btn-check:checked~.menu-content {
        left: 165px;
    }
}

@media (max-width: 500px) {
    #menu-btn-check:checked~.menu-content {
        left: 95px;
    }
}


@media (max-width: 360px) {
    #menu-btn-check:checked~.menu-content {
        left: 45px;
    }
}