/*@include layout-SP {
}
*/
@font-face {
  font-family: 'MPLUSRound-Regular';
  src: url("../../common/font/MPLUSRounded1c-Medium.woff2") format("woff2"), url("../../common/font/MPLUSRounded1c-Medium.woff") format("woff");
}

@font-face {
  font-family: 'MPLUSRound-Bold';
  src: url("../../common/font/MPLUSRounded1c-Bold.woff2") format("woff2"), url("../../common/font/MPLUSRounded1c-Bold.woff") format("woff");
}

@font-face {
  font-family: 'MPLUSRound-Black';
  src: url("../../common/font/MPLUSRounded1c-Black.woff2") format("woff2"), url("../../common/font/MPLUSRounded1c-Black.woff") format("woff");
}

.st-AboutModal {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 10;
  background-color: #FFF;
  top: 0;
  left: 0;
}

.st-AboutModal_Inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .st-AboutModal_Inner {
    width: 100%;
    height: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
  }
}

.st-AboutModal_Heads {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .st-AboutModal_Heads {
    width: 100%;
  }
}

.st-AboutLogo {
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin-top: 20px;
  margin-left: -9px;
}

.st-AboutLogo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .st-AboutLogo {
    width: 40vw;
    margin-top: 4vw;
    margin-left: 4.66667vw;
  }
}

.st-AboutMoal_Close {
  display: block;
  margin-top: 25px;
  margin-right: 10px;
}

.is-modal-open .st-AboutMoal_Close {
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .st-AboutMoal_Close {
    margin-top: 4.53333vw;
    margin-right: 4.53333vw;
  }

  .is-modal-open .st-AboutMoal_Close {
    margin-right: 4.53333vw;
  }
}

.st-AboutMoal_Line {
  position: relative;
  display: block;
  width: 44px;
  height: 5px;
  margin: 8px;
  border-radius: 6px;
  background-color: #0599d9;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .st-AboutMoal_Line {
    width: 8vw;
    height: 0.8vw;
    margin: 1.6vw;
    border-radius: 1.33333vw;
  }
}

.st-AboutMoal_Line-a {
  transform: translateY(7px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .st-AboutMoal_Line-a {
    transform: translateY(1.2vw) rotate(45deg);
  }
}

.st-AboutMoal_Line-b {
  display: none;
}

.st-AboutMoal_Line-c {
  transform: translateY(-7px) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .st-AboutMoal_Line-c {
    transform: translateY(-1.2vw) rotate(-45deg);
  }
}

.st-About {
  display: flex;
  justify-content: center;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .st-About {
    margin-top: 9.33333vw;
    width: 100%;
  }
}

.st-About_Box {
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .st-About_Box {
    flex-direction: column;
  }
}

.st-About_Container {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .st-About_Container {
    margin-left: 0;
  }
}

.st-About_Kitty {
  flex-shrink: 0;
  margin-top: 5px;
  width: 190px;
}

.st-About_Kitty img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .st-About_Kitty {
    margin-top: 4vw;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .st-About_Kitty img {
    width: 100%;
    height: auto;
  }
}

.st-About_Title {
  transform: rotate(0.001deg);
  font-size: 3.8rem;
  letter-spacing: -1px;
  color: #0599d9;
  font-family: 'MPLUSRound-Black';
  text-align: left;
}

@media screen and (max-width: 768px) {
  .st-About_Title {
    letter-spacing: -0.13333vw;
    font-size: 10vw;
    text-align: center;
  }
}

.st-About_Text {
  transform: rotate(0.001deg);
  font-size: 1.8rem;
  letter-spacing: -1px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .st-About_Text {
    font-size: 4.8vw;
    text-align: center;
    line-height: 1.75;
    margin-top: 4vw;
  }
}

.st-Goal {
  background-color: #FFF;
  padding-bottom: 30px;
  justify-content: center;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .st-Goal {
    padding-bottom: 5.33333vw;
    margin-top: 9.33333vw;
    width: 100%;
  }
}

.st-Goal_Title {
  opacity: 0;
  width: 498px;
  margin-left: auto;
  margin-right: auto;
}

.st-Goal_Title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .st-Goal_Title {
    width: 55%;
  }
}

.st-Goal_List {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: flex-start;
  width: 880px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .st-Goal_List {
    margin-top: 4vw;
    padding-bottom: 8vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
}

.st-Goal_Item {
  width: 134px;
  margin: 6px;
  margin-bottom: 4px;
}

.st-Goal_Item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .st-Goal_Item {
    width: 14.8%;
    margin: 0.8vw;
    margin-bottom: 0.53333vw;
  }
}

body {
  background-color: #fff;
  background-image: url("../../top/img/bg-pc.png"), url("../../common/img/bg-loop-pc.png");
  background-repeat: no-repeat, repeat;
  background-position: top center, top left;
  background-size: 2500px 677px, 523px 393px;
}

@media screen and (max-width: 768px) {
  body {
    background-image: url("../../top/img/bg-sp.png"), url("../../common/img/bg-loop-sp.png");
    background-repeat: no-repeat, repeat;
    background-position: top center, top left;
    background-size: 100vw 292.4vw, 139.73333vw 104.66667vw;
  }
}

.Mv {
  display: block;
  width: 100%;
  height: 470px;
}

@media screen and (max-width: 768px) {
  .Mv {
    height: 195.86667vw;
  }
}

.Mv_Inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Mv_Inner {
    height: 195.86667vw;
  }
}

.Mv_Content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Mv_Content {
    width: 100%;
  }
}

.Mv_Titles {
  position: absolute;
  width: 467px;
  height: 80px;
  left: 285px;
  right: 0;
  top: 80px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}

.Mv_Titles img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .Mv_Titles {
    width: 85%;
    height: auto;
    top: 17.33333vw;
    left: 0;
  }

  .Mv_Titles img {
    width: 100%;
    height: auto;
  }
}

.Mv_Text {
  transform: rotate(0.001deg);
  flex-shrink: 0;
  position: absolute;
  top: 185px;
  left: 310px;
  line-height: 1.65;
  font-size: 2.1rem;
  letter-spacing: -0.3px;
  color: #333333;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .Mv_Text {
    letter-spacing: -0.04vw;
    text-align: center;
    top: 104vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.66667vw;
    line-height: 1.7;
  }
}

.Mv_Kitty {
  position: absolute;
  top: 80px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 264px;
}

.Mv_Kitty img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .Mv_Kitty {
    top: 37.33333vw;
    width: 62%;
    left: 0;
    right: 0;
  }
}

.Mv_Btn {
  transform: rotate(0.001deg);
  background-color: #0599d9;
  width: 295px;
  height: 46px;
  border-radius: 22px;
  color: #FFF;
  font-size: 2.0rem;
  font-family: 'MPLUSRound-Bold';
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 300px;
  top: 280px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../../top/img/btn-maru.png");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center right 11px;
}

@media screen and (min-width: 769px) {
  .Mv_Btn {
    transition: background-color 200ms 0s ease-out;
  }

  .Mv_Btn:hover {
    background-color: #05a2e5;
  }
}

@media screen and (max-width: 768px) {
  .Mv_Btn {
    width: 74.66667vw;
    height: 10.66667vw;
    border-radius: 6vw;
    top: 139.33333vw;
    font-weight: normal;
    background-size: 6.66667vw 6.66667vw;
    font-size: 5.06667vw;
    left: 0;
    right: 0;
  }
}

.Tpic_Inner {
  display: flex;
  justify-content: center;
}

.Tpic_Content {
  background: #fff;
  width: 414px;
  height: 180px;
  border: solid 5px #0599d9;
  border-radius: 10px;
}

.Tpic_Content:first-of-type {
  margin-right: 20px;
}

.Tpic_Content:last-of-type {
  padding: 26px 40px 30px;
}

.Tpic_Content>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 26px 40px 30px;
}

.Tpic_Content a:hover {
  opacity: 0.6;
  transition: opacity 200ms 0s ease-out;
}

.Tpic_Titles {
  font-size: 2.4rem;
  margin-bottom: 8px;
  font-family: 'MPLUSRound-Bold';
  color: #0599d9;
  position: relative;
}

.Tpic_Titles a {
  color: #0599d9;
}

.Tpic_Titles h2 {
  display: inline-block;
}

.Tpic_Titles h2:after {
  content: '';
  background-image: url(../../common/img/menu-icon-ya.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
  transition: transform 100ms 0s ease-out;
  transform: translateX(10px);
  display: inline-block;
  padding-bottom: 3px;
}

.Tpic_Text {
  font-size: 1.3rem;
  font-family: 'MPLUSRound-Bold';
  line-height: 1.7;
}

.Tpic_Text:not(:first-of-type) {
  padding-top: 15px;
}

.Tpic_Text>a {
  border-bottom: solid 1px #333333;
}

.Tpic_Text>a span {
  content: '';
  background-image: url(../../common/img/menu-icon-ya02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  transition: transform 100ms 0s ease-out;
  transform: translateX(10px);
  display: inline-block;
  padding-bottom: 3px;
}





@media screen and (max-width: 768px) {
  .Tpic {
    margin-top: -13.33vw;
  }

  .Tpic_Inner {
    display: block;
  }

  .Tpic_Content {
    width: 89.73vw;
    height: auto;
    border: solid 1.06vw #0599d9;
    border-radius: 2.66vw;
    margin: 0 auto;
  }

  .Tpic_Content:first-of-type {
    margin-right: auto;
    margin-bottom: 4vw;
  }

  .Tpic_Content:last-of-type {
    padding: 6vw 5.66vw 7vw;
  }

  .Tpic_Content>a {
    padding: 6vw 5.66vw 7vw;
  }

  .Tpic_Titles {
    font-size: 5.6vw;
    margin-bottom: 1.8vw;
  }

  .Tpic_Titles h2:after {
    width: 2.4vw;
    height: 3.86vw;
    transform: translateX(2.2vw);
    padding-bottom: 0.2vw;
  }

  .Tpic_Text {
    font-size: 4.266vw;
  }

  .Tpic_Text:not(:first-of-type) {
    padding-top: 4vw;
  }

  .Tpic_Text>a span {
    width: 2.4vw;
    height: 3.8666vw;
    transform: translateX(2.2vw);
    padding-bottom: 0.2vw;
  }

}

.News {
  display: block;
  margin-top: 45px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .News {
    margin-top: 16vw;
    padding-bottom: 10.66667vw;
  }
}

.News_Inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .News_Inner {
    width: 100%;
  }
}

.News_Title {
  transform: rotate(0.001deg);
  opacity: 0;
  font-size: 3.8rem;
  color: #0084d0;
  font-family: 'MPLUSRound-Bold';
  text-align: center;
}

@media screen and (max-width: 768px) {
  .News_Title {
    font-size: 6.93333vw;
    letter-spacing: -0.3px;
    line-height: 1.4;
  }
}

.News_List {
  margin-top: 55px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .News_List {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
}