@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6;
}

.warp {
  position: fixed;
  width: 100%;
  padding: 0 1em;
  z-index: 999;
}
.warp header {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-gap: 4em;
  padding: 0.6em 3em;
  align-items: center;
  max-width: 1200px;
  margin: 1em auto;
  background-color: #ffffff;
}
.warp header h1 {
  line-height: 0;
}
@media (max-width: 700px) {
  .warp header {
    padding: 0.6em 1em;
  }
}
@media (max-width: 700px) {
  .warp header nav.pc_menu {
    display: none;
  }
}
.warp header nav.pc_menu ul {
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
}
.warp header nav.pc_menu ul li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #e15689;
  font-weight: bold;
}
@media (min-width: 700px) {
  .warp header .sp_nav {
    display: none;
  }
}
.warp header .sp_nav .inner {
  position: relative;
}
.warp header .sp_nav .inner .hamburger_btn {
  position: fixed;
  z-index: 999;
  right: 3em;
  top: 1.8em;
}
.warp header .sp_nav .inner .hamburger_btn img {
  width: 30px;
}
.warp header .sp_nav .inner .hamburger_btn img.open {
  width: 30px;
}
.warp header .sp_nav .inner nav {
  background-color: #e15689;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  width: 0; /* ←100%から 0 に変更 */
  transition: 0.5s;
  height: 100vh;
  text-align: left;
}
.warp header .sp_nav .inner nav > ul {
  margin-top: 4em;
  padding: 1em;
  width: 100vw;
}
.warp header .sp_nav .inner nav > ul > li {
  border-bottom: 1px #ffffff solid;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}
.warp header .sp_nav .inner nav > ul > li a {
  color: #ffffff;
}
.warp header .sp_nav .inner nav > ul > li a span {
  margin-left: 0.6em;
}
.warp header .sp_nav .inner nav > ul li.service span {
  margin-left: 0.6em;
}
.warp header .sp_nav .inner nav > ul li.service ul.service_list {
  margin-left: 0.6em;
  margin-top: 1em;
}
.warp header .sp_nav .inner nav > ul li.service ul.service_list li {
  line-height: 2;
}
.warp header .sp_nav .inner nav > ul li.service ul.service_list li::before {
  content: "-";
  margin-right: 0.4em;
}
.warp header .sp_nav .inner nav.sp_mewu_show {
  width: 100%;
}

section.hero {
  margin-bottom: 8em;
  background-image: url(../images/hero_back_l.svg), url(../images/hero_back_r.svg);
  background-position: left, right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  section.hero {
    background-position: top left, top right;
    background-image: url(../images/hero_back_l_sp.svg), url(../images/hero_back_r_sp.svg);
    background-size: 74px 600px;
  }
}
section.hero p.sub_txt {
  padding: 4em 0 0 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #e15689;
  font-weight: bold;
  font-size: 1.8em;
}
@media (max-width: 700px) {
  section.hero p.sub_txt {
    padding: 6em 0 0 0;
    font-size: 1.4em;
  }
}
section.hero p.sub_txt span.small_txt {
  font-size: 1.4rem;
}
@media (max-width: 700px) {
  section.hero p.sub_txt span.small_txt {
    font-size: 1rem;
  }
}
section.hero h1 {
  text-align: center;
  max-width: 350px;
  margin: 0 auto 2em auto;
}
@media (max-width: 700px) {
  section.hero h1 {
    width: 230px;
    margin: 0 auto 2em auto;
  }
}
section.hero p.yamanashi {
  text-align: center;
  margin-bottom: 6em;
}
@media (max-width: 700px) {
  section.hero p.yamanashi {
    margin-bottom: 4em;
  }
}
section.hero p.read_txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8;
  padding: 0 0.4em;
}
@media (max-width: 700px) {
  section.hero p.read_txt {
    font-size: 0.8em;
    letter-spacing: -0.4px;
  }
}

.contents_warp {
  padding: 1em;
}

section:not(.hero) {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  max-width: 1000px;
  margin: 0 auto 6em auto;
  border-radius: 10px;
  padding: 4em;
}
@media (max-width: 700px) {
  section:not(.hero) {
    margin: 0 auto 4em auto;
    padding: 1em;
  }
}
section:not(.hero) h2, section:not(.hero) h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #e15689;
}
section:not(.hero) h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 700px) {
  section:not(.hero) h2 {
    font-size: 1.8em;
  }
}
section:not(.hero) h2::after {
  content: " ";
  display: block;
  background-image: url(../images/h2_tite_under.svg);
  width: 89px;
  height: 14px;
  margin: 0.2em auto;
  background-size: cover;
}
section:not(.hero) ul.news_list li {
  margin-bottom: 1em;
  border-bottom: 5px dotted #e15689;
  border-radius: 1px;
  padding: 0 1em 1.4em 1em;
  display: flex;
  gap: 1.4em;
}
section:not(.hero) ul.news_list li:last-child {
  border: none;
}
section:not(.hero) ul.news_list li span.day {
  margin-right: 1em;
}
section:not(.hero) ul.news_list li a {
  color: #e15689;
  text-decoration: underline;
}
section:not(.hero) ul.news_list li a:hover {
  text-decoration: none;
}
section:not(.hero) ul.news_list li p {
  margin-bottom: 0;
}
section:not(.hero) h3 {
  font-size: 1.6em;
  margin-bottom: 1em;
}
@media (max-width: 700px) {
  section:not(.hero) h3 {
    font-size: 1.4em;
  }
}
section:not(.hero) h3::before {
  content: " ";
  display: inline-block;
  background-image: url(../images/h3_titel_icon.svg);
  width: 50px;
  height: 50px;
  margin-right: 0.4em;
  background-size: cover;
  vertical-align: middle;
}
@media (max-width: 700px) {
  section:not(.hero) h3::before {
    width: 30px;
    height: 30px;
    margin-right: 0.2em;
  }
}
section:not(.hero) h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #DE2D59;
  border-radius: 10px;
}
section:not(.hero) > p:not(.not_m) {
  margin-bottom: 3em;
}
section:not(.hero) ul.back_pink_list {
  max-width: 700px;
  margin: 0 auto 3em auto;
}
section:not(.hero) ul.back_pink_list li {
  background-color: #e15689;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
  padding: 0.6em 1em;
  border-radius: 20px;
}
@media (max-width: 700px) {
  section:not(.hero) ul.back_pink_list li {
    font-size: 1.2em;
  }
}
@media (max-width: 700px) {
  section:not(.hero) ul.back_pink_list li span.sp {
    display: block;
  }
}
section:not(.hero) ul.pink_circle_list {
  margin-bottom: 2em;
}
section:not(.hero) ul.pink_circle_list li {
  margin-bottom: 1em;
  display: flex;
  align-items: baseline;
}
section:not(.hero) ul.pink_circle_list li p {
  flex: 1;
}
section:not(.hero) ul.pink_circle_list li p span.pink_txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #e15689;
}
section:not(.hero) ul.pink_circle_list li::before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px #e15689;
  border-radius: 10px;
  margin-right: 0.5em;
}
section:not(.hero) .back_green_area {
  background-color: #dde9c0;
  padding: 2em;
  border-radius: 10px;
  margin-bottom: 3em;
  margin-top: 1em;
}
@media (max-width: 700px) {
  section:not(.hero) .back_green_area {
    padding: 2em 1em;
  }
}
@media (min-width: 700px) {
  section:not(.hero) .back_green_area .sp_txt {
    display: none;
  }
}
@media (max-width: 700px) {
  section:not(.hero) .back_green_area .sp_txt {
    display: block;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 0.6em;
  }
}
@media (max-width: 700px) {
  section:not(.hero) .back_green_area .table_wrap {
    overflow-x: scroll;
  }
}
section:not(.hero) .back_green_area .table_wrap table {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 700px) {
  section:not(.hero) .back_green_area .table_wrap table {
    width: 700px;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
section:not(.hero) .back_green_area .table_wrap table tr th {
  background-color: #e15689;
  padding: 0.6em;
  color: #ffffff;
}
section:not(.hero) .back_green_area .table_wrap table tr th:first-child {
  border-right: 3px dotted #ffffff;
  border-radius: 1px;
}
section:not(.hero) .back_green_area .table_wrap table tr td.titel {
  padding: 0.6em;
  border-bottom: solid 5px #dde9c0;
  border-right: 3px dotted #dde9c0;
  border-radius: 1px;
  max-width: 250px;
}
@media (max-width: 700px) {
  section:not(.hero) .back_green_area .table_wrap table tr td.titel {
    max-width: 130px;
  }
}
section:not(.hero) .back_green_area .table_wrap table tr td.titel p {
  color: #e15689;
  display: flex;
  align-items: top;
}
section:not(.hero) .back_green_area .table_wrap table tr td.titel p span.nam {
  font-size: 2em;
  font-weight: bold;
  margin-right: 0.4em;
}
section:not(.hero) .back_green_area .table_wrap table tr td:not(.titel) {
  padding: 0.6em;
  border-bottom: solid 2px #dde9c0;
  vertical-align: top;
}
section:not(.hero) .back_green_area .table_wrap table tr td.nam_cell {
  border-right: 3px dotted #dde9c0;
  border-radius: 1px;
}
section:not(.hero) .back_green_area .table_wrap table tr.last_cell {
  border-bottom: solid 5px #dde9c0;
}
section:not(.hero) .back_green_area ul.nagare {
  max-width: 400px;
  margin: 0 auto;
}
section:not(.hero) .back_green_area ul.nagare li {
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  background: #ffffff;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 3em;
}
section:not(.hero) .back_green_area ul.nagare li::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 29px;
  border-bottom-width: 29px;
  border-left-width: 34px;
  border-right-width: 34px;
  margin-left: -34px;
  border-top-color: #ffffff;
  top: 100%;
  left: 50%;
}
section:not(.hero) .back_green_area ul.nagare li:last-child::after {
  content: none;
}
section:not(.hero) .back_green_area ul.nagare li h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #e15689;
  font-size: 1.6em;
}
section:not(.hero) .back_green_area ul.nagare li dl {
  margin: 0.6em 0;
}
section:not(.hero) .back_green_area ul.nagare li dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.4em;
  font-weight: 600;
}
section:not(.hero) .back_green_area ul.nagare li dl dd {
  margin-bottom: 1em;
}
section:not(.hero) .message_area {
  display: grid;
  grid-template-columns: minmax(0, 300px) 1fr;
  column-gap: 2em;
  align-items: end;
  margin-bottom: 3em;
}
@media (max-width: 1024px) {
  section:not(.hero) .message_area {
    grid-template-columns: 1fr;
    row-gap: 2em;
    align-items: stretch;
  }
}
section:not(.hero) .message_area .l_area {
  max-width: 300px;
}
@media (max-width: 1024px) {
  section:not(.hero) .message_area .l_area {
    max-width: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
section:not(.hero) .message_area .l_area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  max-width: 200px;
}
@media (max-width: 1024px) {
  section:not(.hero) .message_area .l_area p {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
section:not(.hero) .message_area .l_area p span.small_txt {
  font-size: 0.8em;
  display: block;
}
section:not(.hero) .message_area .r_area {
  min-width: 0;
}
@media (max-width: 1024px) {
  section:not(.hero) .message_area .r_area {
    width: 100%;
  }
  section:not(.hero) .message_area .r_area p {
    text-align: left;
  }
}
section:not(.hero) .clm3_area {
  display: flex;
  max-width: 900px;
}
@media (max-width: 700px) {
  section:not(.hero) .clm3_area {
    flex-wrap: wrap;
  }
}
section:not(.hero) .clm3_area dl {
  width: 33.3333333333%;
  border-right: 5px dotted #e15689;
  border-radius: 1px;
  padding: 0 1em;
}
@media (max-width: 700px) {
  section:not(.hero) .clm3_area dl {
    width: 100%;
    border-right: none;
    border-bottom: 5px dotted #e15689;
    margin-bottom: 2em;
  }
}
section:not(.hero) .clm3_area dl:last-child {
  border-right: none;
}
@media (max-width: 700px) {
  section:not(.hero) .clm3_area dl:last-child {
    border-bottom: none;
  }
}
section:not(.hero) .clm3_area dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #e15689;
  font-size: 1.4em;
  margin-bottom: 1em;
}
section:not(.hero) .clm3_area dl dd img {
  display: block;
  margin: 0 auto 1em auto;
}
section:not(.hero) .clm3_area dl dd p {
  margin-bottom: 1em;
}
section:not(.hero) dl.q_a_list dt, section:not(.hero) dl.q_a_list dd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
section:not(.hero) dl.q_a_list dt span, section:not(.hero) dl.q_a_list dd span {
  margin-right: 0.4em;
}
section:not(.hero) dl.q_a_list dt {
  font-size: 1.2em;
  margin-bottom: 1em;
}
section:not(.hero) dl.q_a_list dt span {
  font-size: 1.6rem;
}
section:not(.hero) dl.q_a_list dd {
  color: #e15689;
  font-size: 1.2em;
  margin-bottom: 1em;
  border-bottom: 5px dotted #e15689;
  border-radius: 1px;
  padding-bottom: 1em;
}
section:not(.hero) dl.q_a_list dd span {
  font-size: 1.6rem;
}
section:not(.hero) dl.q_a_list dd:last-child {
  border-bottom: none;
}
section:not(.hero) p.name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 5px dotted #e15689;
  border-radius: 1px;
  padding-bottom: 1em;
  font-size: 1.4em;
}
@media (max-width: 700px) {
  section:not(.hero) p.name {
    font-size: 1.2em;
  }
}
section:not(.hero) p {
  margin-bottom: 1em;
}
section:not(.hero) p img {
  max-width: 15px;
  vertical-align: middle;
}
section:not(.hero) p a {
  color: #e15689;
  text-decoration: underline;
  word-break: break-all;
}
section:not(.hero) p a:hover {
  text-decoration: none;
}

section#download p {
  margin-bottom: 1em;
  text-align: center;
}

section .inner {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 4em;
}
section .inner h4 {
  text-align: center;
  margin-bottom: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
section .inner h4.download_titel {
  border-bottom: 5px dotted #e15689;
  line-height: 2.6;
  margin-top: 4em;
  font-size: 1.2em;
}
section .inner p {
  margin-bottom: 1em;
  text-align: center;
}
section .inner p.top_txt {
  margin-bottom: 2em;
}
section .inner p.txt_center {
  text-align: center;
}
section .inner .button_group {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  section .inner .button_group {
    flex-direction: column;
    align-items: center;
  }
}
section .inner .button_group a.btn_pink {
  display: inline-block;
  background-color: #e15689;
  color: #ffffff;
  padding: 0.8em 2em;
  border-radius: 30px;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  transition: all 0.3s;
  text-align: center;
  min-width: 180px;
}
section .inner .button_group a.btn_pink i {
  margin-right: 0.5em;
}
section .inner .button_group a.btn_pink:hover {
  background-color: #d92b6b;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

footer {
  background-color: #dde9c0;
  text-align: center;
  padding: 0.6em;
}
footer small {
  font-size: 0.8em;
}/*# sourceMappingURL=home.css.map */