@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-size: 18px;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4445;
  letter-spacing: 0.72px;
  background: url(../img/bg/bg.png) center center;
}

img {
  width: 100%;
}

.container {
  max-width: 1650px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 1649px) {
  .container {
    padding: 0 15px;
  }
}

a {
  color: #fff;
}

/*===============================================
# mv
=================================================*/
.mv {
  background: url(../img/mv/mv-bg.png) center center/cover no-repeat;
  padding-bottom: 70px;
}

.mv-title {
  padding: 30px 0;
}

.mv-title br {
  display: none;
}

@media screen and (max-width: 550px) {
  .mv-title br {
    display: block;
  }
}

.mv-title h1 {
  font-size: 28px;
  line-height: 1.428;
  letter-spacing: 1.12px;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .mv-title h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1279px) {
  .mv-title h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mv-title h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 550px) {
  .mv-title h1 {
    font-size: 16px;
  }
}

/* mv-top
================================*/
.mv-top {
  position: relative;
}

.mv-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

.mv-img img {
  width: 330px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media screen and (max-width: 1649px) {
  .mv-img img {
    width: 250px;
  }
}

@media screen and (max-width: 1279px) {
  .mv-img img {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mv-img img {
    width: 20%;
  }
}

@media screen and (max-width: 550px) {
  .mv-img img {
    width: 33%;
  }
}

.mv-thanks {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1279px) {
  .mv-thanks {
    width: 300px;
    height: 220px;
  }
}

@media screen and (max-width: 550px) {
  .mv-thanks {
    top: 40%;
  }
}

/* mv-middle
================================*/
.mv-middle {
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .mv-middle {
    padding: 40px 0;
  }
}

.mv-numbers {
  font-size: 110px;
  font-weight: bold;
  line-height: 0.85454545;
  letter-spacing: 4.4px;
}

@media screen and (max-width: 1649px) {
  .mv-numbers {
    font-size: 90px;
  }
}

@media screen and (max-width: 1279px) {
  .mv-numbers {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mv-numbers {
    font-size: 50px;
  }
}

@media screen and (max-width: 550px) {
  .mv-numbers {
    font-size: 42px;
  }
}

.mv-numbers span {
  font-size: 65px;
  line-height: 1.44615;
  letter-spacing: 2.6px;
}

@media screen and (max-width: 1649px) {
  .mv-numbers span {
    font-size: 55px;
  }
}

@media screen and (max-width: 1279px) {
  .mv-numbers span {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .mv-numbers span {
    font-size: 34px;
  }
}

@media screen and (max-width: 550px) {
  .mv-numbers span {
    font-size: 28px;
  }
}

.mv-middle-text {
  font-size: 66px;
  line-height: 1.45454545;
  letter-spacing: 2.64px;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (max-width: 1649px) {
  .mv-middle-text {
    font-size: 52px;
  }
}

@media screen and (max-width: 1279px) {
  .mv-middle-text {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .mv-middle-text {
    font-size: 36px;
  }
}

@media screen and (max-width: 550px) {
  .mv-middle-text {
    font-size: 30px;
  }
}

.mv-middle-text span {
  color: #FFFF43;
}

/* swiper
================================*/
.swiper-slide {
  width: 350px;
}

@media screen and (max-width: 1279px) {
  .swiper-slide {
    width: 280px;
  }
}

/* mv-bottom
================================*/
.mv-bottom {
  border: 2px solid #FFFF43;
  background-color: #fff;
  text-align: center;
  padding: 40px 10px 50px 10px;
  margin-top: 90px;
}

@media screen and (max-width: 1649px) {
  .mv-bottom {
    padding: 40px 30px 50px 30px;
  }
}

@media screen and (max-width: 550px) {
  .mv-bottom {
    padding: 40px 10px 50px 10px;
  }
}

.mv-bottom-title {
  font-size: 35px;
  line-height: 1.45714;
  letter-spacing: 1.4px;
  font-weight: bold;
}

@media screen and (max-width: 1649px) {
  .mv-bottom-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 550px) {
  .mv-bottom-title {
    font-size: 22px;
  }
}

.mv-bottom-text {
  color: #4A4A4A;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.53333;
  letter-spacing: 0.6px;
  margin-top: 35px;
}

@media screen and (max-width: 1649px) {
  .mv-bottom-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  .mv-bottom-text {
    font-size: 12px;
  }
}

/*===============================================
# util
=================================================*/
.title-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-top-left {
  width: 120px;
  height: 147px;
}

@media screen and (max-width: 1649px) {
  .title-top-left {
    width: 80px;
    height: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .title-top-left {
    width: 60px;
    height: 70px;
  }
}

@media screen and (max-width: 550px) {
  .title-top-left {
    width: 40px;
    height: 55px;
  }
}

.title-top-right {
  margin-left: 35px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .title-top-right {
    margin-left: 25px;
  }
}

@media screen and (max-width: 550px) {
  .title-top-right {
    margin-left: 10px;
  }
}

.title-top-right-head {
  font-size: 66px;
  line-height: 1.45454545;
  letter-spacing: 2.64px;
}

@media screen and (max-width: 1649px) {
  .title-top-right-head {
    font-size: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .title-top-right-head {
    font-size: 42px;
  }
}

@media screen and (max-width: 550px) {
  .title-top-right-head {
    font-size: 28px;
  }
}

.title-top-right-foot {
  font-size: 35px;
  line-height: 1.45714;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 1649px) {
  .title-top-right-foot {
    font-size: 28px;
  }
}

@media screen and (max-width: 1023px) {
  .title-top-right-foot {
    font-size: 22px;
  }
}

@media screen and (max-width: 550px) {
  .title-top-right-foot {
    font-size: 16px;
  }
}

.title-bottom {
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .title-bottom {
    font-size: 14px;
  }
}

.title-bottom-foot {
  margin-top: 35px;
}

/*===============================================
# impressions
=================================================*/
.imp {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .imp {
    padding-top: 60px;
  }
}

.imp-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 80px;
}

@media screen and (max-width: 1279px) {
  .imp-body {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .imp-body {
    padding: 0 5px;
  }
}

.imp-item {
  width: 32.1212%;
  text-align: center;
  margin-bottom: 130px;
}

@media screen and (max-width: 1023px) {
  .imp-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .imp-item {
    margin-bottom: 50px;
  }
}

.imp-item p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4583333;
}

@media screen and (max-width: 1279px) {
  .imp-item p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .imp-item p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .imp-item p br {
    display: none;
  }
}

/*===============================================
# voice
=================================================*/
.voice-left {
  width: 110px;
  height: 105px;
}

@media screen and (max-width: 1649px) {
  .voice-left {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .voice-left {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 550px) {
  .voice-left {
    width: 40px;
    height: 40px;
  }
}

.voice-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .voice-body {
    padding: 0 10px;
    margin-top: 40px;
  }
}

.voice-item {
  width: 30%;
  -webkit-box-shadow: 0 0 31px #0000001C;
          box-shadow: 0 0 31px #0000001C;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .voice-item {
    width: 48%;
  }
}

/*===============================================
# gallery
=================================================*/
.gallery {
  padding-top: 90px;
}

.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

.gallery-list img {
  width: 200px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media screen and (max-width: 1649px) {
  .gallery-list img {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-list img {
    width: 25%;
  }
}

/*===============================================
# support
=================================================*/
.support {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .support {
    padding: 50px 10px;
  }
}

.support-wrapper {
  position: relative;
}

.support-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1023px) {
  .support-top {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .support-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.support-top-left {
  width: 18.7878%;
}

@media screen and (max-width: 767px) {
  .support-top-left {
    width: 20%;
  }
}

.support-top-right {
  width: 55.7575%;
  margin-left: 115px;
  margin-top: 80px;
}

@media screen and (max-width: 1649px) {
  .support-top-right {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1279px) {
  .support-top-right {
    margin-left: 60px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .support-top-right {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .support-top-right {
    margin-left: 20px;
    width: 80%;
  }
}

.support-top-right img {
  width: 80.78%;
}

@media screen and (max-width: 767px) {
  .support-top-right img {
    width: 100%;
  }
}

.support-top-title {
  width: 55.6%;
  position: absolute;
  right: 145px;
  top: 21%;
}

@media screen and (max-width: 1649px) {
  .support-top-title {
    right: 8%;
    top: 150px;
  }
}

@media screen and (max-width: 1279px) {
  .support-top-title {
    right: 9%;
    top: 110px;
  }
}

@media screen and (max-width: 1023px) {
  .support-top-title {
    width: 70%;
    right: 0%;
    top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .support-top-title {
    position: static;
    width: 100%;
    margin-top: 50px;
  }
}

.support-top-title h3 {
  background-color: #FA6868;
  display: inline-block;
  color: #fff;
  padding: 10px 90px;
}

@media screen and (max-width: 1023px) {
  .support-top-title h3 {
    padding: 7px 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .support-top-title h3 {
    width: 100%;
    padding: 7px 0;
    text-align: center;
  }
}

.support-top-title p {
  margin-top: 50px;
  font-size: 15px;
  color: #4A4A4A;
  line-height: 2.533333;
  letter-spacing: 0.6px;
  text-align: left;
}

@media screen and (max-width: 1649px) {
  .support-top-title p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .support-top-title p {
    font-size: 12px;
    margin-top: 30px;
  }
}

.support-text {
  font-size: 15px;
  color: #4A4A4A;
  line-height: 2.533333;
  letter-spacing: 0.6px;
  text-align: center;
  margin-top: 75px;
}

/* support-bottom
================================*/
.support-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .support-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.support-item {
  border: 1px solid #f16901;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .support-item {
    width: 33%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .support-item {
    width: 100%;
  }
}

.support-item-title {
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  height: 55px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1649px) {
  .support-item-title {
    font-size: 16px;
    padding-top: 15px;
  }
}

.support-item-title h3 {
  text-align: left;
}

.support-item-title::before {
  position: absolute;
  font-size: 2.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1649px) {
  .support-item-title::before {
    left: 10px;
  }
}

.support-item-title.-first {
  background-color: #F29E11;
}

.support-item-title.-first::before {
  content: "1";
}

.support-item-title.-second {
  background-color: #F5962D;
  padding: 0px 0;
}

@media screen and (max-width: 1649px) {
  .support-item-title.-second {
    padding-top: 5px;
  }
}

.support-item-title.-second::before {
  content: "2";
}

.support-item-title.-third {
  background-color: #F59238;
}

.support-item-title.-third::before {
  content: "3";
}

.support-item-title.-fourth {
  background-color: #F58651;
}

.support-item-title.-fourth::before {
  content: "4";
}

.support-item-title.-fifth {
  background-color: #F57F57;
  padding: 0px 0;
}

@media screen and (max-width: 1649px) {
  .support-item-title.-fifth {
    padding-top: 5px;
  }
}

.support-item-title.-fifth::before {
  content: "5";
}

.support-item-title.-sixth {
  background-color: #F46561;
  padding: 0px 0;
}

@media screen and (max-width: 1649px) {
  .support-item-title.-sixth {
    padding-top: 5px;
  }
}

.support-item-title.-sixth::before {
  content: "6";
}

.support-item-body {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .support-item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 550px) {
  .support-item-body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .support-item-body-text {
    margin-left: 10px;
  }
}

@media screen and (max-width: 550px) {
  .support-item-body-text {
    margin-left: 0;
  }
}

.support-item-body-text p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 30px;
}

@media screen and (max-width: 1279px) {
  .support-item-body-text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 550px) {
  .support-item-body-text p {
    font-size: 14px;
  }
}

.support-item-body-text a {
  display: block;
  background-color: #F86060;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 5px 0;
}

@media screen and (max-width: 1649px) {
  .support-item-body-text a {
    font-size: 14px;
  }
}

.support-item-body-text a:hover {
  opacity: .6;
}

/*===============================================
# links
=================================================*/
.links {
  padding: 130px 20px;
}

@media screen and (max-width: 1279px) {
  .links {
    padding: 60px 10px;
  }
}

.links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .links-list {
    display: block;
  }
}

.links-list a {
  display: block;
  width: 49%;
  margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
  .links-list a {
    margin-bottom: 20px;
    width: 100%;
  }
}

.links-list a:hover {
  opacity: .6;
}

/*===============================================
# footer
=================================================*/
.footer {
  background: -webkit-linear-gradient(355deg, #FCC4D2 0%, #E0C5D5 18%, #D2C5D8 40%, #BEC5DA 58%, #ABC5DC 78%, #8DC6E0 100%);
  background: linear-gradient(95deg, #FCC4D2 0%, #E0C5D5 18%, #D2C5D8 40%, #BEC5DA 58%, #ABC5DC 78%, #8DC6E0 100%);
  text-align: center;
  padding: 53px 0 80px 0;
}

.footer-link {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .footer-link {
    font-size: 18px;
  }
}

.footer-link:hover {
  opacity: .6;
}
/*# sourceMappingURL=style.css.map */