@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    padding: 5vw 0;
  }
  #about01 {
    width: 100%;
    margin-top: 10vw;
  }
  #about01 .about_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .about_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .about_txt_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .about_txt_wrapper p {
    line-height: 1.6em;
    margin-top: 2.0vw;
  }
  .about_txt_wrapper p:first-of-type {
    margin-top: 0;
  }
  .about_img_wrapper {
    width: 100%;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  #about02, #about03, #about04, #about05, #about06 {
    width: 100%;
    margin-top: 20vw;
  }
  .about_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
  }
  .about_ttl span {
    font-size: 2.0rem;
    display: block;
    padding: 2.0vw 0;
  }
  #about02 .about_wrapper, #about03 .about_wrapper, #about04 .about_wrapper, #about05 .about_wrapper, #about06 .about_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 10vw auto 0;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .about_subttl {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10vw;
  }
  .about_subttl:first-of-type {
    margin-top: 0;
  }
  #about02 .about_inner ul {
    display: flex;
    flex-wrap: wrap;
  }
  #about02 .about_inner li {
    color: #FFF;
    background: #CB4063;
    border-radius: 40px;
    margin: 5vw 5% 0 0;
    padding: 3vw 5%;
  }
  #about02 .about_inner li:nth-last-of-type(2) {
    margin-right: 2.5%;
  }
  .nodecoration {
    color: #CB4063 !important;
    background: transparent !important;
    margin-right: 0 !important;
    padding: 5vw 0 0 !important;
  }
  .about_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  #about03 .about_wrapper {
    padding-bottom: 10vw;
  }
  #slider05 div, #slider06 div {
    min-width: 220px;
    height: 150px;
  }
  #slider05 img, #slider06 img {
    width: 100% !important;
    height: auto;
  }
  #link {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .linkbtn_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
  }
  .linkbtn_inner {
    width: 100%;
    margin: 0;
  }
  .linkbtn {
    width: 100%;
    margin: 0 auto;
  }
  .linkbtn img {}
  .linkbtn a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  .linkbtn a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    padding: 5vw 0;
  }
  #about01 {
    width: 100%;
    margin-top: 10vw;
  }
  #about01 .about_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .about_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .about_txt_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .about_txt_wrapper p {
    line-height: 1.6em;
    margin-top: 2.0vw;
  }
  .about_txt_wrapper p:first-of-type {
    margin-top: 0;
  }
  .about_img_wrapper {
    width: 100%;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  #about02, #about03, #about04, #about05, #about06 {
    width: 100%;
    margin-top: 20vw;
  }
  .about_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
  }
  .about_ttl span {
    font-size: 2.0rem;
    display: block;
    padding: 2.0vw 0;
  }
  #about02 .about_wrapper, #about03 .about_wrapper, #about04 .about_wrapper, #about05 .about_wrapper, #about06 .about_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 10vw auto 0;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .about_subttl {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10vw;
  }
  .about_subttl:first-of-type {
    margin-top: 0;
  }
  #about02 .about_inner ul {
    display: flex;
    flex-wrap: wrap;
  }
  #about02 .about_inner li {
    color: #FFF;
    background: #CB4063;
    border-radius: 40px;
    margin: 5vw 5% 0 0;
    padding: 3vw 5%;
  }
  #about02 .about_inner li:nth-last-of-type(2) {
    margin-right: 2.5%;
  }
  .nodecoration {
    color: #CB4063 !important;
    background: transparent !important;
    margin-right: 0 !important;
    padding: 5vw 0 0 !important;
  }
  .about_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  #about03 .about_wrapper {
    padding-bottom: 10vw;
  }
  #slider05 div, #slider06 div {
    min-width: 220px;
    height: 150px;
  }
  #slider05 img, #slider06 img {
    width: 100% !important;
    height: auto;
  }
  #link {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .linkbtn_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
  }
  .linkbtn_inner {
    width: 100%;
    margin: 0;
  }
  .linkbtn {
    width: 57%;
    margin: 0 auto;
  }
  .linkbtn img {}
  .linkbtn a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  .linkbtn a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 2.5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 10vw;
  }
  .ttl_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 2.5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 2.5vw 0;
  }
  #about01 {
    width: 100%;
    margin-top: 5vw;
  }
  .about_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 0 auto;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .about_content_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about_txt_wrapper {
    width: 57%;
    margin-left: 5%;
  }
  .about_txt_wrapper p {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .about_txt_wrapper p:first-of-type {
    margin-top: 0;
  }
  .about_img_wrapper {
    width: calc(43% - 5%);
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 40px;
  }
  #about02, #about03, #about04, #about05, #about06 {
    width: 100%;
    margin-top: 10vw;
  }
  .about_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .about_ttl span {
    font-size: 2.4rem;
    display: block;
    padding: 1.0vw 0;
  }
  .about_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 5vw auto 0;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .about_subttl {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 5vw;
  }
  .about_subttl:first-of-type {
    margin-top: 0;
  }
  #about02 .about_inner ul {
    display: flex;
    flex-wrap: wrap;
  }
  #about02 .about_inner li {
    color: #FFF;
    background: #CB4063;
    border-radius: 40px;
    margin: 2.5vw 5% 0 0;
    padding: 1.5vw 5%;
  }
  #about02 .about_inner li:nth-last-of-type(2) {
    margin-right: 2.5%;
  }
  .nodecoration {
    color: #CB4063 !important;
    background: transparent !important;
    margin-right: 0 !important;
    padding: 2.5vw 0 0 !important;
  }
  .about_txt {
    line-height: 1.6em;
    margin-top: 2.5vw;
  }
  #about03 .about_wrapper {
    padding-bottom: 5vw;
  }
  #slider05 img, #slider06 img {
    width: 100%;
    height: auto;
  }
  #link {
    width: 100%;
    margin: 5vw 0 10vw;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .linkbtn_wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  .linkbtn_inner {
    width: 90%;
    margin: 0 auto;
  }
  .linkbtn {
    width: 37.08%;
    margin: 0 auto;
  }
  .linkbtn img {}
  .linkbtn a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  .linkbtn a img {
    width: 100%;
    height: auto;
  }
}