@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.btn {
  border-radius: 30px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.btn-salmon {
  background: #EC8B85;
  color: #fff;
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .btn-salmon {
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
.btn-pink {
  color: #EC8B85;
  background: #FCF7F8;
  border: 2px solid #EC8B85;
}
.btn-wh {
  background: #fff;
  color: #EC8B85;
  border: 2px solid #EC8B85;
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .btn-wh {
    width: 280px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
}

html {
  color: #323232;
  background: #FCF7F8;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  min-width: 375px;
  overflow-x: hidden;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
._ios a:hover {
  opacity: 1;
}
a.-telink {
  cursor: default;
  opacity: 1 !important;
}

.container {
  margin: auto;
  box-sizing: content-box;
  padding: 0 20px;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .container {
    width: 87%;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1280px;
  }
}

.wrapper {
  margin: auto;
  width: 80%;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .wrapper {
    width: 87%;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper {
    max-width: 1020px;
  }
}

.corner {
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .corner {
    border-radius: 20px;
  }
}

.bg-pink {
  background: #FCF7F8;
}

.section-title p {
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .page-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title {
    padding-top: 110px;
    margin-bottom: 40px !important;
  }
}
.page-title .wrapper > img {
  margin-bottom: 10px !important;
}
.page-title .wrapper > .opt {
  margin-bottom: 4px !important;
}
@media screen and (min-width: 600px) {
  .page-title .wrapper h1 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 1025px) {
  .page-title .wrapper h1 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 599px) {
  .page-title .wrapper h1 {
    margin-bottom: 28px !important;
  }
}

.breadcrumbs_list {
  color: #777777;
  font-size: 14px;
  padding-top: 100px;
}
@media screen and (max-width: 599px) {
  .breadcrumbs_list {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbs_list {
    display: block;
    padding-top: 182px;
  }
}
.breadcrumbs_list .breadcrumbs > *:nth-child(even) {
  display: inline-block;
  margin: 0 20px;
}
.breadcrumbs_list .breadcrumbs > *:nth-child(even) > img {
  width: 5px;
  margin-top: -2px;
}
.breadcrumbs_list a {
  color: #777777;
}

@media screen and (max-width: 599px) {
  .br-pc {
    display: none;
  }
}
.br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br-sp {
    display: block;
  }
}

._disp-ib {
  display: inline-block !important;
}

@media screen and (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 13px;
  }
}

h1 {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 18px;
  }
}
h1 > img {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 600px) {
  h1 > img {
    max-height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  h1 > img {
    max-height: 38px;
  }
}
@media screen and (max-width: 599px) {
  h1 > img {
    max-height: 17px;
  }
}

@media screen and (min-width: 600px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 18px;
  }
}

.footer {
  background: #fff;
  margin-top: 60px;
  position: relative;
}
.footer:before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/wave-white.png) repeat top/contain;
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer:before {
    height: 6px;
    top: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .footer {
    margin-top: 120px;
  }
}
.footer-wave {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .footer-wave {
    position: initial;
  }
}
.footer-inner {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (min-width: 1025px) {
  .footer-inner {
    justify-content: space-between;
    padding: 74px 20px 64px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  .footer-inner {
    max-width: none;
    justify-content: space-around;
  }
}
.footer-inner-left-logo {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-logo {
    margin-bottom: 20px;
    text-align: left;
  }
}
.footer-inner-left-logo .opt {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-logo .opt {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.footer-inner-left-logo .name {
  color: #EC8B85;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-logo .name {
    font-size: 28px;
  }
}
.footer-inner-left-info {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-info {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.footer-inner-left-info .address {
  display: inline-block;
  margin-right: 5px;
}
.footer-inner-left-info img {
  width: 20px;
}
.footer-inner-left-info .phone {
  margin-bottom: 33px;
}
.footer-inner-left-info .btn {
  width: 240px;
  height: 40px;
  line-height: 40px;
}
.footer-inner-right {
  display: none;
  max-width: 720px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer-inner-right {
    display: block;
  }
}
@media (max-width: 1400px) {
  .footer-inner-right {
    max-width: none;
    width: auto;
  }
}
.footer-inner-right-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 41px;
  border-bottom: 1px dotted #EC8B85;
}
.footer-inner-right-top .list + .list {
  margin-left: 30px;
}
.footer-inner-right-top .list li {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 2;
}
.footer-inner-right-top .list li a {
  font-size: inherit;
  line-height: inherit;
}
.footer-inner-right-top .list .main {
  font-weight: bold;
}
.footer-inner-right-bottom {
  display: flex;
  padding-top: 26px;
}
.footer-inner-right-bottom a {
  position: relative;
  padding-right: 18px;
  font-size: 14px;
}
.footer-inner-right-bottom a + a {
  margin-left: 40px;
}
.footer-inner-right-bottom a::after {
  position: absolute;
  content: "";
  background: url(../img/ico_web.png) center no-repeat;
  width: 12px;
  height: 12px;
  right: 0;
  top: 8px;
}
.footer-kobushi {
  background: #EADCE1;
  display: flex;
  justify-content: center;
  height: 66px;
  align-items: center;
}
@media (min-width: 765px) {
  .footer-kobushi {
    height: 120px;
  }
}
.footer-kobushi .logo > * {
  display: none;
}
@media (min-width: 765px) {
  .footer-kobushi .logo > .pc {
    display: block;
  }
}
@media (max-width: 764px) {
  .footer-kobushi .logo > .sp {
    display: block;
    padding-right: 1.8em;
    position: relative;
  }
  .footer-kobushi .logo > .sp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 14px;
    height: 14px;
    background: url(../img/ico_arrow_kobushi.svg) no-repeat center/contain;
  }
}
.footer-kobushi .btn {
  display: none;
  margin-left: 60px;
}
@media (min-width: 765px) {
  .footer-kobushi .btn {
    display: block;
    background: #A7566E;
    color: #fff;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
  }
}
.footer-copyright {
  background: #A7566E;
  color: #fff;
  text-align: center;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .footer-copyright {
    font-size: 13px;
  }
}

.header {
  height: 75px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-top: 2px solid #EC8B85;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.header:before {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../img/header_wave.png) repeat top/contain;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .header:before {
    height: 6px;
    bottom: -5px;
    background: url(../img/wave-white.png) repeat bottom/contain;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1025px) {
  .header {
    height: 154px;
    border-top: 4px solid #EC8B85;
  }
}
.header-wave {
  position: absolute;
  bottom: -7px;
  z-index: -1;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header-inner-logo {
  line-height: 75px;
  max-width: 440px;
  width: 35%;
  min-width: 210px;
}
@media screen and (min-width: 1025px) {
  .header-inner-logo {
    line-height: 154px;
  }
}
.header-inner-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header-inner-menu {
    display: block;
    width: 54%;
  }
}
.header-inner-menu-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 62px;
  height: 100%;
}
.header-inner-menu-bottom-item {
  width: 100%;
  position: relative;
}
.header-inner-menu-bottom-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 58px;
  border-left: 1px dashed #65302c;
}
.header-inner-menu-bottom-item:nth-last-of-type(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 58px;
  border-right: 1px dashed #65302c;
}
.header-inner-menu-bottom-item > a {
  display: block;
  width: 100%;
  padding: 0 10%;
}
.header-inner-menu-bottom-item img {
  display: block;
  margin: auto;
}
.header-inner-menu-bottom-item p {
  text-align: center;
  font-size: 16px;
}
.header-inner-menu-bottom-item-hover {
  position: relative;
}
.header-inner-menu-bottom-item-hover .sub-menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  margin-bottom: 4px;
  border: 2px solid #EC8B85;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  width: 200px;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  padding: 10px 16px;
  display: none;
}
.header-inner-menu-bottom-item-hover .sub-menu:before {
  content: "";
  width: 23px;
  height: 18px;
  background: url(../img/submenu.png) no-repeat center/contain;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.header-inner-menu-bottom-item-hover .sub-menu > li {
  border-bottom: 1px dotted #EC8B85;
  padding: 10px 0;
}
.header-inner-menu-bottom-item-hover .sub-menu > li > a {
  display: block;
  width: 100%;
}
.header-inner-menu-bottom-item-hover .sub-menu li:last-of-type {
  border-bottom: none;
}
.header-inner-menu-bottom-item:hover .sub-menu {
  display: flex;
}
.header-inner-menu-top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 15px;
  right: 0;
}
.header-inner-menu-top > li + li {
  margin-left: 43px;
}
.header-inner-menu-top a {
  display: flex;
  align-items: center;
}
.header-inner-menu-top p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.header-inner-sp {
  position: fixed;
  z-index: 40;
  right: 20px;
  top: 0;
}
.header-inner-sp-menu {
  margin-top: 17px;
  cursor: pointer;
  height: 50px;
}
.header-inner-sp-menu p {
  color: #EC8B85;
  font-weight: bold;
  font-size: 12px;
}
.header-inner-sp-menu .close {
  display: none;
}
.header-inner-sp-menu span {
  display: block;
  width: 36px;
  height: 2px;
  background: #EC8B85;
  margin-right: auto;
  margin-left: auto;
  transition: 0.4s;
}
.header-inner-sp-menu span:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-inner-sp-menu.active .close {
  display: block;
  color: #fff;
}
.header-inner-sp-menu.active .open {
  display: none;
}
.header-inner-sp-menu.active span {
  background: #fff;
  transition: 0.4s;
}
.header-inner-sp-menu.active span:nth-of-type(1) {
  transform: rotate(45deg);
  margin: 15px auto -2px;
}
.header-inner-sp-menu.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .header-inner-sp {
    display: none;
  }
}
.header-inner-sp-open {
  position: fixed;
  top: 0;
  right: -120%;
  bottom: 0;
  background: #EC8B85;
  z-index: 30;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  transition: all 0.6s;
  overflow-y: auto;
  width: 100%;
}
.header-inner-sp-open.active {
  right: 0;
}
.header-inner-sp-open a {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .header-inner-sp-open {
    display: none;
  }
}
.header-inner-sp-open-menu {
  margin-bottom: 60px;
}
.header-inner-sp-open-menu > li:not(:nth-last-of-type(1)) {
  border-bottom: 1px dashed #fff;
}
.header-inner-sp-open-menu > li > a, .header-inner-sp-open-menu > li span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0 16px 20px;
}
.header-inner-sp-open-menu > li > span {
  opacity: 0.7;
}
.header-inner-sp-open-menu .sub {
  font-weight: normal;
  margin: 0 0 20px 35px;
}
.header-inner-sp-open-menu .sub li:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.header-inner-sp-open-menu .sub li > a {
  display: block;
}
.header-inner-sp-open-menu .sub-bottom {
  margin: 20px 0 20px 20px;
}
.header-inner-sp-open-menu .sub-bottom li a {
  position: relative;
}
.header-inner-sp-open-menu .sub-bottom li a:after {
  position: absolute;
  top: 8px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/ico_web_wh.svg);
  margin-left: 10px;
}
.header-inner-sp-open-contact > p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}
.header-inner-sp-open-contact > div {
  display: flex;
  justify-content: space-between;
}
.header-inner-sp-open-contact-item {
  background: #fff;
  width: 49%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-inner-sp-open-contact-item > a {
  width: 100%;
  padding: 12px 0;
}
.header-inner-sp-open-contact-item p {
  color: #323232;
  font-size: 13px;
  text-align: center;
}
.header-inner-sp-open-contact-item .ttl {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-bottom: 6px;
}
.header-inner-sp-open-contact-item .phone-num {
  color: #EC8B85;
  font-weight: bold;
  margin: 0 auto 6px;
  position: relative;
  width: fit-content;
  padding-left: 15px;
  font-size: 14px;
}
.header-inner-sp-open-contact-item .phone-num::before {
  background: url(../img/ico_phone.svg);
  background-size: contain;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
}
.header-inner-sp-open-contact-item.mail .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-inner-sp-open-contact-item.mail .bottom > p {
  margin-left: 8px;
}

.contact_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 15;
}
.contact_modal_inner {
  background: #FCF7F8;
  border: 1px solid #EC8B85;
  width: 70%;
  border-radius: 16px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 0;
  width: 740px;
}
.contact_modal_inner_btn {
  position: absolute;
  content: "";
  background: url("../img/ico_close.svg") no-repeat;
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
.contact_modal_inner > p {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 43px;
}
.contact_modal_inner > div {
  display: flex;
  justify-content: center;
}
.contact_modal .contact_inner {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EC8B85;
  width: 40%;
  width: 310px;
}
.contact_modal .contact_inner > a {
  padding: 20px 5px;
  display: block;
}
.contact_modal .contact_inner a.-telink {
  cursor: default;
  opacity: 1 !important;
  color: #000;
}
.contact_modal .contact_inner + .contact_inner {
  margin-left: 20px;
}
.contact_modal .ttl {
  font-weight: bold;
  font-size: 18px;
}
.contact_modal .ttl_modal {
  margin-bottom: 4px;
}
.contact_modal .tel {
  text-align: center;
}
.contact_modal .tel .phone_num {
  color: #EC8B85;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  font-size: 32px;
  margin: 0 auto;
  display: inline-block;
}
.contact_modal .tel .phone_num::before {
  content: "";
  background: url("../img/ico_phone.svg") no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  position: absolute;
  left: 2px;
  top: 14px;
}
.contact_modal .mail {
  text-align: center;
}
.contact_modal .mail p:nth-of-type(2) {
  text-align: right;
  position: relative;
  padding: 0 50px;
}
.contact_modal .mail .ttl_modal {
  margin-bottom: 12px;
}
.contact_modal .mail .bottom {
  display: flex;
  justify-content: center;
}
.contact_modal .mail .bottom img {
  width: 62px;
}
.contact_modal .mail .bottom p {
  margin-left: 30px;
}

.page-title {
  text-align: center;
}

.section-title {
  text-align: center;
}

.info-inner {
  margin-bottom: 60px;
}
.info-inner-list-item {
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 599px) {
  .info-inner-list-item {
    font-size: 13px;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.info-inner-list-item:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
.info-inner-list-item .ttl {
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .info-inner-list-item .ttl {
    width: 150px;
    min-width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .info-inner-list-item .ttl {
    width: 180px;
    min-width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .info-inner-list-item .ttl {
    font-size: 14px;
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
  }
}
.info-inner-list-item .ctt {
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .info-inner-list-item .ctt {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 599px) {
  .timeline-pc {
    display: none;
  }
}
.timeline-sp {
  position: relative;
}
@media screen and (min-width: 600px) {
  .timeline-sp {
    display: none;
  }
}
.timeline-sp-tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 62px;
  border-bottom: 2px solid #EC8B85;
  margin: 0 auto;
  padding: 10px 20px 0;
  list-style: none;
  width: 94%;
  font-weight: bold;
}
.timeline-sp-tab > li {
  background: #eee;
  border: 2px solid #EC8B85;
  border-radius: 8px 8px 0 0;
  float: left;
  padding: 10px 0 4px;
  color: #777;
  width: 46%;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  text-align: center;
  height: 52px;
  cursor: pointer;
}
.timeline-sp-tab > li p {
  display: inline-block;
}
.timeline-sp-tab > li.active {
  background: #FCF7F8;
  padding-bottom: 4px;
  color: #323232;
  border-bottom: none;
}
.timeline-sp-tab > li.active p {
  border-bottom: 1px dashed #EC8B85;
}
.timeline-sp-item {
  padding-top: 30px;
}
.timeline-sp-item > li {
  display: none;
}
.timeline-sp-item > li.active {
  display: block;
}

html {
  background: #FCF7F8;
}

.fv {
  padding-top: 75px;
  margin-right: auto;
  margin-left: auto;
  background: url(../../images/top/fv_pc2.png) no-repeat bottom/contain;
}
@media screen and (min-width: 1025px) {
  .fv {
    padding-top: 138px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .fv {
    margin-bottom: -10px;
  }
}
.fv picture {
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
.fv img {
  width: 100%;
}

.about {
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .about {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .about {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 599px) {
  .about {
    padding: 40px 0;
  }
}
.about-title {
  margin-bottom: 22px;
}
@media screen and (min-width: 1025px) {
  .about-title {
    margin-bottom: 64px;
  }
}
.about-title h1 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .about-title h1 {
    margin-bottom: 49px;
  }
}
.about-img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .about-img {
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 600px) {
  .about-img {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1025px) {
  .about-img {
    margin-bottom: 60px;
  }
}
.about-img .image {
  width: 47%;
}
.about .btn {
  margin: auto;
}

.life {
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .life {
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 600px) {
  .life {
    padding: 20px 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  .life {
    padding-bottom: 180px;
  }
}
.life-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .life-title {
    margin-bottom: 90px;
  }
}
.life-title h1 {
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .life-title h1 {
    margin-bottom: 40px;
  }
}
.life-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: -40px;
}
@media screen and (min-width: 1025px) {
  .life-list {
    flex-direction: row;
  }
}
.life-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .life-list li {
    width: calc(33.3333333333% - 30px);
    margin-left: 30px;
    justify-content: flex-end;
  }
}
.life-list img {
  margin-bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .life-list img {
    margin-bottom: 50px;
  }
}
.life-list .btn {
  width: 100%;
  max-width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .life-list .btn {
    max-width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.welfare {
  background: #FCF7F8;
  padding: 38px 0 43px;
  position: relative;
}
.welfare:before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/wave-salmon.png) repeat top/contain;
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  z-index: 1;
}
.welfare:after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/wave-salmon.png) repeat top/contain;
  position: absolute;
  bottom: -19px;
  right: 0;
  left: 0;
  z-index: 1;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .welfare:before {
    height: 6px;
    top: -5px;
  }
  .welfare:after {
    height: 6px;
    bottom: -5px;
  }
}
@media screen and (min-width: 600px) {
  .welfare {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .welfare {
    padding: 115px 0 118px;
  }
}
.welfare-wave {
  position: absolute;
}
.welfare-wave-top {
  top: -20px;
  z-index: -1;
}
.welfare-wave-bottom {
  bottom: -20px;
}
@media screen and (min-width: 1025px) {
  .welfare-inner {
    padding: 80px 70px;
    border-radius: 20px;
    background: #fff;
  }
}
.welfare-inner-top {
  flex-direction: column;
  display: flex;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .welfare-inner-top {
    margin-bottom: 90px;
    padding: 32px 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top {
    margin-bottom: 140px;
    flex-direction: row;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1201px) {
  .welfare-inner-top {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-inner-top {
    margin-bottom: 72px;
    padding: 32px 30px 0;
    margin-left: calc(8px - 10%);
    margin-right: 20px;
    border-radius: 0 10px 10px 0;
  }
}
.welfare-inner-top .text {
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top .text {
    width: 47%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .welfare-inner-top .text {
    text-align: left;
  }
}
.welfare-inner-top .text h2 {
  font-size: 16px;
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .welfare-inner-top .text h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top .text h2 {
    font-size: 34px;
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 600px) {
  .welfare-inner-top .text h2 img {
    max-height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top .text h2 img {
    max-height: 32px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-inner-top .text h2 img {
    max-height: 15px;
  }
}
.welfare-inner-top .text p {
  margin-bottom: 26px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top .text p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-inner-top .text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.welfare-inner-top .text .btn {
  margin: 0 auto;
  position: relative;
  width: 228px;
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top .text .btn {
    margin: initial;
    max-width: 400px;
    width: 100%;
  }
}
.welfare-inner-top .text .btn:after {
  position: absolute;
  content: "";
  background: url(../img/ico_web_wh.svg);
  background-size: contain;
  width: 9px;
  height: 9px;
  top: 12px;
  right: 20px;
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top .text .btn:after {
    width: 12px;
    height: 12px;
    top: 24px;
    right: 40px;
  }
}
.welfare-inner-top .img {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .welfare-inner-top .img {
    max-width: none;
    position: absolute;
    width: 43vw;
    top: 37%;
    right: 7%;
    transform: translateY(-78%);
  }
}
@media screen and (min-width: 600px) {
  .welfare-inner-top .img {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-inner-top .img {
    width: calc(100% + 60px);
    margin-bottom: -40px;
    margin-right: -60px;
  }
}
.welfare-inner-bottom h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .welfare-inner-bottom h3 {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-bottom h3 {
    margin-bottom: 100px;
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) {
  .welfare-inner-bottom h3 img {
    max-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-bottom h3 img {
    max-height: 27px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-inner-bottom h3 img {
    max-height: 17px;
  }
}
.welfare-inner-bottom-list {
  display: flex;
  justify-content: space-between;
}
.welfare-inner-bottom-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 31%;
}
.welfare-inner-bottom-list li img {
  aspect-ratio: 7/5;
  display: inline-block;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .welfare-inner-bottom-list li img {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) {
  .welfare-inner-bottom-list li img {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-bottom-list li img {
    margin-bottom: 24px;
  }
}
.welfare-inner-bottom-list .weblink {
  color: #323232;
  position: relative;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .welfare-inner-bottom-list .weblink {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-bottom-list .weblink {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .welfare-inner-bottom-list .weblink:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: url("../img/ico_web.png");
    background-size: contain;
    top: 0;
    right: 0;
    padding-left: 0.5em;
  }
}
.welfare-inner-bottom-list .weblink-current {
  color: #777;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .welfare-inner-bottom-list .weblink-current {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .welfare-inner-bottom-list .weblink-current {
    font-size: 18px;
  }
}

.support {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../../images/top/bg_support.jpg");
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  .support {
    padding: 124px 0;
  }
}
.support-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .support-title {
    margin-bottom: 84px;
  }
}
.support-title h1 {
  margin-bottom: 18px;
}
@media screen and (max-width: 599px) {
  .support-title h1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .support-title h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .support-title h1 {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
.support-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .support-inner {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .support-inner {
    align-items: center;
  }
}
.support-inner-item {
  border-radius: 10px;
  max-width: 480px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FCF7F8;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
  padding: 30px 20px;
}
@media screen and (min-width: 600px) {
  .support-inner-item + .support-inner-item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .support-inner-item {
    padding: 30px 55px;
    border-radius: 20px;
    border-radius: 20px;
    width: 49%;
  }
  .support-inner-item + .support-inner-item {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .support-inner-item + .support-inner-item {
    margin-top: 24px;
  }
  .support-inner-item h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .support-inner-item h3 img {
    max-height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .support-inner-item h3 img {
    max-height: 23px;
  }
}
@media screen and (max-width: 599px) {
  .support-inner-item h3 img {
    max-height: 15px;
  }
}
.support-inner-item p {
  line-height: 2;
  flex-grow: 1;
  margin-top: 14px;
}
.support-inner-item .btn {
  margin: 18px auto 0;
}

.link {
  padding: 66px 0 80px;
  background-color: #fff;
  position: relative;
}
.link:before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/wave-white.png) repeat top/contain;
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .link:before {
    height: 6px;
    top: -5px;
  }
}
@media screen and (max-width: 599px) {
  .link {
    padding: 80px 0 82px;
  }
}
@media screen and (min-width: 1025px) {
  .link {
    padding: 156px 0 120px;
  }
}
.link-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .link-inner {
    justify-content: center;
    flex-direction: row;
  }
}
.link-inner .btn {
  border: 2px solid #EC8B85;
  color: #EC8B85;
  background: #FCF7F8;
  position: relative;
  border-radius: 10px;
  width: 240px;
  height: 45px;
  line-height: 45px;
  margin: auto;
  font-size: 13px;
}
.link-inner .btn + .btn {
  margin-top: 52px;
}
@media screen and (min-width: 600px) {
  .link-inner .btn {
    width: 460px;
    height: 100px;
    line-height: 100px;
    border-radius: 2px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .link-inner .btn {
    margin: initial;
    font-size: 24px;
  }
  .link-inner .btn + .btn {
    margin-left: 100px;
    margin-top: 0;
  }
}
.link-inner .btn-faq::before {
  position: absolute;
  content: "";
  background: url("../../images/top/child1.png") no-repeat bottom center;
  width: 130px;
  height: 136px;
  background-size: contain;
  top: -20%;
  left: -10%;
}
@media screen and (max-width: 599px) {
  .link-inner .btn-faq::before {
    top: -180%;
    left: -20%;
    width: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .link-inner .btn-faq::before {
    max-width: 140px;
    width: 100%;
    height: 285px;
    top: -123%;
    left: -20%;
  }
}
.link-inner .btn-recruit::after {
  position: absolute;
  content: "";
  background: url("../../images/top/child2.png") no-repeat center;
  background-size: contain;
  width: 102px;
  height: 140px;
  top: -20%;
  right: -10%;
}
@media screen and (max-width: 599px) {
  .link-inner .btn-recruit::after {
    top: -100%;
    right: -20%;
  }
}
@media screen and (min-width: 1025px) {
  .link-inner .btn-recruit::after {
    max-width: 180px;
    width: 100%;
    height: 240px;
    top: -84%;
    right: -18%;
  }
}
.link-inner .btn-recruit .icon {
  margin-left: 0.3em;
  display: inline-block;
  width: 12px;
}
@media screen and (max-width: 599px) {
  .link-inner .btn-recruit .icon {
    width: 10px;
  }
}

.news {
  background: #FCF7F8;
  padding: 51px 0 80px;
}
@media screen and (min-width: 1025px) {
  .news {
    padding: 120px 0 160px;
  }
}
@media screen and (max-width: 599px) {
  .news .section-title {
    font-size: 23px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 600px) {
  .news .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .news .section-title {
    margin-bottom: 70px;
    font-size: 40px;
  }
}
.news-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .news-inner {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .news-inner {
    margin-bottom: 75px;
  }
}
.news-inner-item {
  background: #fff;
  width: 48%;
  border-radius: 10px;
}
.news-inner-item:nth-of-type(n+3) {
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .news-inner-item {
    width: 23%;
    border-radius: 20px;
  }
  .news-inner-item:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.news-inner-item:nth-of-type(1) {
  position: relative;
}
.news-inner-item:nth-of-type(1)::before {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  background: url("../img/ico_new.svg");
  width: 42px;
  height: 42px;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .news-inner-item:nth-of-type(1)::before {
    width: 64px;
    height: 64px;
  }
}
.news-inner-item > a {
  padding: 29px 16px 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .news-inner-item > a {
    padding: 40px 20px;
  }
}
.news-inner-item .date {
  color: #EC8B85;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 599px) {
  .news-inner-item .date {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .news-inner-item .date {
    margin-bottom: 30px;
  }
}
.news-inner-item .ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .news-inner-item .ttl {
    font-size: 14px;
  }
}
.news .btn {
  margin: auto;
  position: relative;
}
.news .btn:after {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/ico_web_wh.svg) no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .news .btn:after {
    width: 12px;
    height: 12px;
    right: 2.5em;
  }
}

.footer {
  margin-top: 0;
}

.f-title {
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .f-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .f-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .f-title {
    font-size: 18px;
  }
}
.f-title::before, .f-title::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 1025px) {
  .f-title::before, .f-title::after {
    width: 80px;
    height: 80px;
  }
}
.f-title::before {
  background: url("../img/heading_flower1.png") no-repeat center;
  background-size: contain;
  left: -40px;
  top: -5px;
}
@media screen and (min-width: 1025px) {
  .f-title::before {
    left: -77px;
    top: -13px;
  }
}
.f-title::after {
  background: url("../img/heading_flower2.png") no-repeat center;
  background-size: contain;
  right: -40px;
  top: -5px;
}
@media screen and (min-width: 1025px) {
  .f-title::after {
    right: -77px;
    top: -14px;
  }
}
/*# sourceMappingURL=top.css.map */