/*---------------------------------------
setting
--------------------------------------- */
main {
  padding-top: 170px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 250px;
  }
}
@media screen and (min-width: 960px) {
  main {
    padding-top: 490px;
  }
}

.section_title {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section_title {
    top: -130px;
  }
}
@media screen and (min-width: 960px) {
  .section_title {
    top: -256px;
  }
}

/*---------------------------------------
menu
--------------------------------------- */
#subpage_menu .subpage_section:first-child {
  background: #fff;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section:first-child {
    padding-bottom: 90px;
    margin-bottom: 70px;
  }
}
#subpage_menu .subpage_section:first-child::before {
  content: "";
  background-image: url(../img/common/background_circle.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 120%;
  background-size: 100% 100%;
  left: -10%;
  background-position: bottom center;
  height: 53px;
  top: -50px;
}
@media screen and (min-width: 768px) {
  #subpage_menu .subpage_section:first-child::before {
    height: 103px;
    top: -95px;
  }
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section:first-child::before {
    height: 267px;
    top: -220px;
  }
}
#subpage_menu .subpage_section:first-child .section_inner {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  #subpage_menu .subpage_section:first-child .section_inner {
    padding-top: 150px;
  }
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section:first-child .section_inner {
    padding-top: 0;
  }
}
#subpage_menu .subpage_section .section_inner h3 {
  font-size: 1.555558em;
  color: #E53A28;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #subpage_menu .subpage_section .section_inner h3 {
    font-size: 1.125em;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 480px) {
  #subpage_menu .subpage_section .section_inner p {
    font-size: 0.875em;
    line-height: 1.5em;
  }
}
#subpage_menu .subpage_section .section_inner .subpage_main_menu_list {
  margin: 50px 0;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_main_menu_list {
    display: flex;
    margin: 50px 0 100px;
    justify-content: space-between;
    gap: 0 84px;
  }
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_main_menu_list li {
    width: 50%;
  }
}
#subpage_menu .subpage_section .section_inner .subpage_main_menu_list li img {
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_main_menu_list li img {
    margin-bottom: 30px;
  }
}
#subpage_menu .subpage_section .section_inner .subpage_main_menu_list li p {
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_main_menu_list li p {
    width: 84%;
  }
}
#subpage_menu .subpage_section .section_inner .subpage_main_menu_list li:first-child {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_main_menu_list li:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_sub_menu_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 84px;
  }
}
#subpage_menu .subpage_section .section_inner .subpage_sub_menu_list li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_sub_menu_list li:not(:last-child) {
    margin-bottom: 80px;
  }
}
#subpage_menu .subpage_section .section_inner .subpage_sub_menu_list h3 {
  font-size: 1.125em;
  margin-bottom: 10px;
  color: #E0A649;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_sub_menu_list h3 {
    font-size: 1.444444em;
  }
}
#subpage_menu .subpage_section .section_inner .subpage_sub_menu_list p {
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #subpage_menu .subpage_section .section_inner .subpage_sub_menu_list p {
    width: 84%;
  }
}

/*---------------------------------------
about
--------------------------------------- */
#subpage_about .section_inner {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #subpage_about .section_inner {
    width: 90%;
  }
}
#subpage_about .section_inner::before {
  content: "";
  background-image: url(../img/common/background_tori.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  width: 90px;
  height: 120px;
  right: 0;
}
@media screen and (min-width: 1360px) {
  #subpage_about .section_inner::before {
    width: 179px;
    height: 241px;
    right: 0;
  }
}
#subpage_about .section_inner::after {
  content: "";
  background-image: url(../img/common/background_konbu.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 96px;
  height: 139px;
  bottom: -70px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1360px) {
  #subpage_about .section_inner::after {
    width: 190px;
    height: 277px;
    bottom: -70px;
    left: 0;
  }
}
#subpage_about .section_title {
  top: -120px;
}
@media screen and (min-width: 768px) {
  #subpage_about .section_title {
    top: -180px;
  }
}
@media screen and (min-width: 960px) {
  #subpage_about .section_title {
    top: -306px;
  }
}
#subpage_about .subpage_about_list {
  margin: 50px 0;
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list {
    margin: 50px 0 100px;
  }
}
#subpage_about .subpage_about_list li {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li {
    margin-bottom: 80px;
  }
}
#subpage_about .subpage_about_list li:first-child {
  position: relative;
}
#subpage_about .subpage_about_list li:first-child::before {
  content: "";
  background-image: url(../img/common/background_sakana.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 135px;
  height: 135px;
  bottom: -90px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li:first-child::before {
    width: 272px;
    height: 270px;
    left: 0;
  }
}
#subpage_about .subpage_about_list li:first-child .about_contents::after {
  content: "1";
}
#subpage_about .subpage_about_list li:nth-child(2) {
  position: relative;
}
#subpage_about .subpage_about_list li:nth-child(2)::before {
  content: "";
  background-image: url(../img/common/background_kinoko.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 118px;
  height: 127px;
  bottom: -60px;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 1360px) {
  #subpage_about .subpage_about_list li:nth-child(2)::before {
    width: 236px;
    height: 254px;
    bottom: 0;
    right: 0;
  }
}
#subpage_about .subpage_about_list li:nth-child(2) .about_img {
  margin-left: 10%;
  border-radius: 40px 0 0 40px;
  width: 90%;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li:nth-child(2) .about_img {
    border-radius: 60px;
  }
}
#subpage_about .subpage_about_list li:nth-child(2) .about_contents {
  margin-left: 5%;
  margin-right: 40%;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li:nth-child(2) .about_contents {
    margin-left: 0;
  }
}
#subpage_about .subpage_about_list li:nth-child(2) .about_contents::after {
  content: "2";
  left: 0;
  right: auto;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li:nth-child(2) .about_contents::after {
    left: 40px;
  }
}
#subpage_about .subpage_about_list li:nth-child(3) .about_contents::after {
  content: "3";
}
#subpage_about .subpage_about_list li .about_img {
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  width: 85%;
  height: 300px;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li .about_img {
    border-radius: 60px;
    height: auto;
  }
}
#subpage_about .subpage_about_list li .about_img img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#subpage_about .subpage_about_list li .about_contents {
  background: #fff;
  border-radius: 40px;
  padding: 40px 10%;
  width: 90%;
  margin: -70px auto 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li .about_contents {
    padding: 60px 0;
    border-radius: 60px;
    width: 60%;
    margin-left: 40%;
  }
}
#subpage_about .subpage_about_list li .about_contents h3 {
  color: #E53A28;
  font-size: 1.25em;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li .about_contents h3 {
    font-size: 1.555556em;
    margin-bottom: 30px;
  }
}
#subpage_about .subpage_about_list li .about_contents p {
  line-height: 1.75em;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li .about_contents p {
    width: 80%;
  }
}
#subpage_about .subpage_about_list li .about_contents::after {
  display: block;
  font-family: "ImprintMTShadow";
  position: absolute;
  top: -20px;
  right: 0;
  color: #E0A649;
  font-size: 3.875em;
}
@media screen and (min-width: 960px) {
  #subpage_about .subpage_about_list li .about_contents::after {
    font-size: 6.8889em;
    right: 40px;
  }
}
/*# sourceMappingURL=sub.css.map */