@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴシック", "Hiragino Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", verdana, "ＭＳ Ｐゴシック", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
  display: block;
}

.hover {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.hover:hover {
  opacity: 0.8;
}

/* PC */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  .hidden-sp {
    display: none !important;
  }
}
body {
  font-weight: 300;
  color: #333333;
}

.section-title {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.section-title.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-title.icon img {
  margin-right: 24px;
}
.section-title.icon .title-red {
  margin-bottom: 0;
}
.section-title img {
  display: inline-block;
}

.section-item {
  display: block;
  position: relative;
}

.hidden-h {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  display: block;
}

.title-red-wrapper {
  display: block;
  text-align: center;
}

.text-stroke-white {
  position: relative;
  z-index: 1;
}
.text-stroke-white:before {
  font-size: inherit;
  -webkit-text-stroke: 6px #fff;
  color: #fff;
  content: attr(data-text);
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.title-red {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #EB717A;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.title-red.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.title-red.icon .img-icon1 {
  position: absolute;
  left: -93px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.title-red.icon .img-icon2 {
  position: absolute;
  right: -93px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.title-red.icon .title-text {
  font-size: 36px;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.title-red.icon .title-text span {
  font-size: 30px;
}
.title-red.icon .title-text span.normal {
  display: inline-block;
  font-size: inherit;
}
.title-red.icon .title-text span.text-big {
  font-size: 47px;
}
.title-red span {
  display: block;
  font-size: 20px;
}
.title-red span.text-stroke-white {
  display: inline-block;
}

.group-text-link {
  display: block;
  text-align: center;
}

.text-link {
  display: inline-block;
  font-size: 14px;
  color: #EB717A;
  position: relative;
  margin: 0 21px;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
  color: #333333;
}
.text-link:before {
  content: '';
  position: absolute;
  right: -18px;
  top: 2px;
  width: 13px;
  height: 13px;
  background: url("../img/icon-link.svg") no-repeat;
  background-size: 100% 100%;
}

.text {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-top: 20px;
}

.text2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-top: 20px;
  text-align: center;
}

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

.group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.group-items.style2.group-3-items .item .img-contain .icon-img {
  width: 67px;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.group-items.style2.group-3-items .item .title {
  font-size: 22px;
  min-height: 70px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.group-items.style2.group-3-items .item .title2 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  color: #EB717A;
  margin-bottom: 15px;
}
.group-items.style2.group-3-items .item .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.group-items.group-3-items {
  margin-left: -16px;
  margin-right: -16px;
}
.group-items.group-3-items .item {
  display: block;
  padding: 0 16px;
  width: 33.333%;
}
.group-items.group-3-items .item .img-contain {
  position: relative;
  margin-bottom: 30px;
}
.group-items.group-3-items .item .img-contain .icon-img {
  position: absolute;
  width: 62px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}
.group-items.group-3-items .item .title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.group-items.group-3-items .item .desc {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.bt-circle-red {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background: rgba(235, 113, 122, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bt-circle-red:hover {
  background: #eb717a;
}

.bt-red {
  display: inline-block;
  width: 312px;
  height: 57px;
  text-align: center;
  cursor: pointer;
  line-height: 57px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: rgba(235, 113, 122, 0.9);
  border-radius: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bt-red.bt-red2 {
  width: 278px;
  height: auto;
  padding: 5.5px 0;
  line-height: 1.4;
}
.bt-red.bt-red2 span {
  font-size: 14px;
  display: block;
}
.bt-red.bt-red2 .icon {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 3px;
}
.bt-red:hover {
  background: #eb717a;
}

.bg-red {
  position: relative;
  display: block;
  padding: 25px 0;
  margin: 72px 0;
  background-color: #FFECEE;
}
.bg-red:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -18px;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../img/bg.png) repeat-x;
  background-size: 1277px 33px;
}
.bg-red:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../img/bg.png) repeat-x;
  background-size: 1277px 33px;
}

.box-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 32px;
  border: 2px solid #EB717A;
  overflow: hidden;
}
.box-img-text:hover .img-contain img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box-img-text:hover .info p {
  color: #EB717A;
}
.box-img-text:hover .info .service-text2 .icon-link {
  background-image: url("../img/icon-link2_hover.svg");
}
.box-img-text .img-contain {
  display: block;
  width: 310px;
  height: 150px;
  overflow: hidden;
}
.box-img-text .img-contain img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.box-img-text .info {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  padding-top: 22px;
}
.box-img-text .info .title {
  display: inline-block;
}
.box-img-text .info .title:hover p {
  color: #EB717A;
}
.box-img-text .info .title:hover .service-text2 .icon-link {
  background-image: url("../img/icon-link2_hover.svg");
}
.box-img-text .info .service-text1 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3px;
}
.box-img-text .info .service-text2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: block;
}
.box-img-text .info .service-text2 .icon-link {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/icon-link2.svg");
  margin-left: 4px;
  vertical-align: baseline;
}
.box-img-text .info .service-text2 .icon-link:before {
  content: '';
  opacity: 0;
  background-image: url("../img/icon-link2_hover.svg");
}
.box-img-text .info .desc {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.list-heart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-heart li {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: left;
}
.list-heart li:last-child {
  margin-bottom: 0;
}
.list-heart li:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 31px;
  background: url("../img/icon-heart.svg") no-repeat;
  background-size: 100% 100%;
}

#section-kv {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#section-kv .kv-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 468px;
  background-image: url("../img/kv-bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-kv .kv-bg:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../img/bg-white.png) repeat-x;
  background-size: 1277px 33px;
}
#section-kv .kv-img {
  position: absolute;
  top: 74px;
  left: 80px;
}

#section-manga {
  margin: 40px 0;
}
#section-manga .group-manga {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#section-manga .group-manga .group-items img {
  display: block;
}
#section-manga .group-manga .group-3-items {
  margin-left: -5px;
  margin-right: -5px;
}
#section-manga .group-manga .group-3-items .item {
  padding: 0 5px;
  margin-bottom: 16px;
}

#section-cheer {
  position: relative;
  display: block;
}
#section-cheer > .container {
  max-width: 1030px;
}
#section-cheer .group-items {
  margin-top: 30px;
}

#section-heart {
  text-align: center;
}
#section-heart .list-heart {
  margin: 20px 0;
}
#section-heart .text2 {
  margin-top: 0;
}

#section-services {
  padding-top: 30px;
}
#section-services > .container {
  max-width: 1030px;
}
#section-services .box-img-text {
  margin: 58px auto;
}
#section-services .box-img-text .service-text2 {
  position: relative;
  margin-bottom: 5px;
}
#section-services .group-items {
  margin-bottom: 30px;
}
#section-services .group-items .item:hover .bt-red {
  background: #eb717a;
}

#section-about {
  padding-bottom: 50px;
}
#section-about .text2 {
  font-size: 18px;
}
#section-about .group-text-link {
  margin: 20px 0;
}

header {
  display: block;
  position: relative;
  height: 60px;
  background-color: #fff;
}
header .container {
  height: 100%;
  padding: 0;
}
header .logo {
  position: absolute;
  display: inline-block;
  left: 70px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

footer {
  display: block;
  height: 39px;
  background-color: #EB717A;
}
footer .copyright {
  font-size: 14px;
  line-height: 39px;
  color: #fff;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .main-container {
    overflow: hidden;
  }

  .title-red-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .title-red {
    font-size: 26px;
  }
  .title-red span {
    display: block;
    font-size: 20px;
  }
  .title-red.icon {
    display: inline-block;
  }
  .title-red.icon .img-icon1 {
    left: -85px;
  }
  .title-red.icon .img-icon2 {
    right: -85px;
  }
  .title-red.icon .title-text {
    display: inline-block;
    font-size: 26px;
    margin: 0;
  }
  .title-red.icon .title-text span {
    font-size: 20px;
    display: inline;
  }
  .title-red.icon .title-text span.text-big {
    font-size: 27px;
  }

  .group-text-link {
    display: block;
    text-align: left;
  }

  .text-link {
    font-size: 14px;
    margin: 0;
    margin-right: 40px;
  }

  .text2 {
    font-size: 16px;
  }

  .group-items {
    display: block;
  }
  .group-items.style2.group-3-items .item {
    margin-bottom: 64px;
  }
  .group-items.style2.group-3-items .item:last-child {
    margin-bottom: 0;
  }
  .group-items.style2.group-3-items .item .title {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 5px;
  }
  .group-items.style2.group-3-items .item .title2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .group-items.group-3-items {
    margin-left: 0;
    margin-right: 0;
  }
  .group-items.group-3-items .item {
    display: block;
    padding: 0;
    width: 100%;
  }
  .group-items.group-3-items .item:last-child {
    margin-bottom: 0;
  }
  .group-items.group-3-items .item .img-contain {
    position: relative;
    margin-bottom: 30px;
  }
  .group-items.group-3-items .item .img-contain .icon-img {
    width: 62px;
  }
  .group-items.group-3-items .item .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .group-items.group-3-items .item .desc {
    font-size: 16px;
  }

  .bt-circle-red {
    width: 83px;
    height: 83px;
    font-size: 14px;
  }

  .bt-red {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
  .bt-red.bt-red2 {
    width: 281px;
    padding: 7px 0;
  }
  .bt-red.bt-red2 span {
    font-size: 12px;
  }

  .bg-red {
    padding: 25px 0;
    margin: 36px 0;
    background-color: #FFECEE;
  }
  .bg-red:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 33px;
    background: url(../img/bg_sp.png) center top no-repeat;
    background-size: 100% 100%;
  }
  .bg-red:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    width: 100%;
    height: 33px;
    background: url(../img/bg_sp.png) center top no-repeat;
    background-size: 100% 100%;
  }

  .box-img-text {
    width: 100%;
    display: block;
    max-width: 100%;
    border-radius: 19px;
    border-width: 1px;
  }
  .box-img-text .img-contain {
    width: 100%;
    height: 114px;
  }
  .box-img-text .img-contain img {
    width: 100%;
  }
  .box-img-text .info {
    padding: 20px;
    text-align: center;
  }
  .box-img-text .info .service-text2 .bottom {
    opacity: 1;
  }
  .box-img-text .info .desc {
    font-size: 14px;
  }

  .list-heart {
    display: block;
  }
  .list-heart li {
    display: block;
    width: 100%;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }
  .list-heart li:last-child {
    margin-bottom: 0;
  }
  .list-heart li:before {
    top: 5px;
  }

  #section-manga {
    margin: 40px 0;
  }
  #section-manga .group-manga {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #section-manga .group-manga .group-3-items {
    margin-left: -5px;
    margin-right: -5px;
  }
  #section-manga .group-manga .group-3-items .item {
    padding: 0 5px;
    margin-bottom: 16px;
  }

  #section-kv {
    background-color: #FFECEE;
  }
  #section-kv .kv-bg {
    height: 186px;
    background-image: url("../img/kv-bg_sp.jpg");
    background-position: center top;
  }
  #section-kv .kv-bg:after {
    display: none;
  }
  #section-kv .kv-img {
    position: relative;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 0 16px;
    padding-bottom: 20px;
    background-color: #FFECEE;
  }
  #section-kv .kv-img img {
    width: 100%;
    margin-top: -40px;
  }
  #section-kv .kv-img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -18px;
    width: 100%;
    height: 33px;
    background: url(../img/bg_sp.png) center top no-repeat;
    background-size: 100% 100%;
  }
  #section-kv .kv-img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 33px;
    background: url(../img/bg_sp.png) center top no-repeat;
    background-size: 100% 100%;
  }

  #section-cheer {
    position: relative;
    display: block;
  }
  #section-cheer > .container {
    max-width: 1030px;
  }
  #section-cheer .group-items {
    margin-top: 35px;
  }
  #section-cheer .group-items .item {
    margin-bottom: 45px;
  }
  #section-cheer .group-items .item:last-child {
    margin-bottom: 0;
  }

  #section-heart {
    text-align: center;
    padding: 30px 0;
    padding-bottom: 10px;
  }
  #section-heart > .container {
    padding: 0 15px;
  }
  #section-heart .text2 {
    font-size: 15px;
    text-align: center;
  }
  #section-heart .list-heart {
    margin: 20px 0;
  }

  #section-services {
    padding-bottom: 5px;
  }
  #section-services .section-title {
    margin-left: -20px;
    margin-right: -20px;
  }
  #section-services > .container {
    max-width: 1030px;
  }
  #section-services .box-img-text {
    margin: 50px auto;
    margin-top: 40px;
  }
  #section-services .box-img-text .service-text1 {
    margin-bottom: 5px;
  }
  #section-services .box-img-text .service-text2 {
    position: relative;
    margin-bottom: 10px;
  }
  #section-services .group-items {
    margin-bottom: 30px;
  }

  #section-about {
    padding: 30px 0;
  }
  #section-about .text {
    text-align: left;
  }
  #section-about .text2 {
    font-size: 16px;
    text-align: left;
  }
  #section-about .group-text-link {
    margin: 20px 0;
  }

  header .logo {
    width: 272px;
    left: 16px;
  }
}
.list-faq .faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
.list-faq .faq-item:nth-child(even) img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
.list-faq .faq-item:nth-child(even) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url("../img/common/bg-quote2.png");
}
.list-faq .faq-item img {
  display: block;
  margin-top: 30px;
}
.list-faq .faq-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 30px;
  width: 521px;
  min-height: 76px;
  background-repeat: no-repeat;
  background-image: url("../img/common/bg-quote.png");
  background-size: 100% 100%;
}
.list-faq .faq-item .info.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-faq .faq-item .info.question {
  width: 371px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url("../img/common/bg-quote_small.png");
}
.list-faq .faq-item .info p {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
.list-faq .faq-item .info p .c-red {
  color: #EB717A;
}

.banner-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  text-align: center;
  padding: 11.5px 0;
  background: rgba(255, 255, 255, 0.8);
}

.group-kv {
  display: block;
  width: 100%;
  height: 363px;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.group-kv img {
  width: 1280px;
  max-width: none;
}

.group-video-youtube {
  display: block;
  width: 100%;
  max-width: 482px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}
.group-video-youtube .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.group-video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-group-img-text {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.list-group-img-text.style2 {
  max-width: 650px;
  margin-top: 10px;
}
.list-group-img-text.style2 .group-img-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.list-group-img-text.style2 .group-img-text:last-child {
  margin-bottom: 0;
}
.list-group-img-text.style2 .group-img-text .img-contain {
  width: 140px;
  margin-right: 32px;
}
.list-group-img-text.style2 .group-img-text .info .title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.list-group-img-text.style2 .group-img-text .info .desc {
  font-size: 14px;
  color: #747474;
}

.group-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
}
.group-img-text.right:nth-child(even) .img-contain {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.group-img-text.right:nth-child(even) .img-contain img {
  margin-left: 48px;
  margin-right: 0;
}
.group-img-text.right:nth-child(even) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.group-img-text:last-child {
  margin-bottom: 0;
}
.group-img-text .img-contain {
  position: relative;
  width: 484px;
  margin-right: 48px;
}
.group-img-text .img-contain img {
  width: 100%;
}
.group-img-text .img-contain .icon-img {
  position: absolute;
  width: 62px;
  top: 0;
  left: 0;
}
.group-img-text .info {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.group-img-text .info .title {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 15px;
}
.group-img-text .info .desc {
  font-size: 16px;
  line-height: 1.5;
}
.group-img-text .info .note {
  font-size: 14px;
  margin-top: 6px;
}

#section-quote {
  margin-top: 40px;
}
#section-quote .list-faq {
  margin-top: 30px;
}

#section-nosh {
  padding: 40px 0;
  padding-bottom: 50px;
}

#section-news .group-slider {
  display: block;
  max-width: 879px;
  margin: 30px auto;
  margin-bottom: 60px;
}
#section-news .group-slider.no-text .slick-prev {
  top: 50%;
}
#section-news .group-slider.no-text .slick-next {
  top: 50%;
}
#section-news .group-slider .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(235, 113, 122, 0.9);
  left: -60px;
  top: calc(50% - 26px);
}
#section-news .group-slider .slick-prev:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  background: url("../img/common/slide-prev.svg") no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#section-news .group-slider .slick-prev:hover {
  background: #eb717a;
}
#section-news .group-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(235, 113, 122, 0.9);
  right: -60px;
  top: calc(50% - 26px);
}
#section-news .group-slider .slick-next:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  background: url("../img/common/slide-next.svg") no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#section-news .group-slider .slick-next:hover {
  background: #eb717a;
}
#section-news .group-slider .slide-item {
  padding: 0 16px;
}
#section-news .group-slider .slide-item .img-contain {
  display: block;
  margin-bottom: 10px;
}
#section-news .group-slider .slide-item .img-contain img {
  width: 100%;
}
#section-news .group-slider .slide-item .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
}
#section-news .group-slider .slide-item .desc {
  font-size: 12px;
  line-height: 1.5;
  display: block;
}
#section-news .group-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section-news .group-logo .logo2 {
  margin-left: 36px;
  margin-right: 29px;
}

#section-faq {
  padding: 40px 0;
}
#section-faq .list-faq .faq-item {
  max-width: 625px;
}

#section-childcare {
  padding-bottom: 80px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-toysub #section-news .group-logo .logo3 {
    width: 154px;
  }
  #page-toysub #section-nosh .title-red.icon .img-icon1 {
    width: 64px;
    left: -68px;
  }
  #page-toysub #section-nosh .title-red.icon .img-icon2 {
    width: 64px;
    right: -68px;
  }
  #page-toysub .list-faq .faq-item img.img-quote1 {
    margin-top: 110px;
  }
  #page-toysub .list-faq .faq-item img.img-quote3 {
    margin-top: 100px;
  }
  #page-toysub .list-faq .faq-item img.img-quote4 {
    margin-top: 35px;
  }
  #page-toysub .list-faq .faq-item img.img-quote4_2 {
    margin-top: 45px;
  }

  .page-nosh .list-faq .faq-item img.img-quote4 {
    margin-top: 35px;
  }
  .page-nosh .list-faq .faq-item img.img-quote4_2 {
    margin-top: 45px;
  }

  #page-fastdoctor #section-news .group-logo .logo3 {
    width: 287px;
  }
  #page-fastdoctor .list-faq .faq-item img.img-quote1 {
    margin-top: 80px;
  }
  #page-fastdoctor .list-faq .faq-item img.img-quote3 {
    margin-top: 100px;
  }

  .list-faq {
    width: 100%;
    overflow: hidden;
  }
  .list-faq .faq-item {
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list-faq .faq-item:nth-child(even) img {
    margin-top: 60px;
  }
  .list-faq .faq-item:nth-child(even) .info {
    background-image: url("../img/common/bg-quote2_sp.png");
    padding-left: 20px;
    padding-right: 30px;
  }
  .list-faq .faq-item img {
    display: block;
    margin-top: 55px;
  }
  .list-faq .faq-item img.img-quote1 {
    width: 36px;
  }
  .list-faq .faq-item img.img-quote2 {
    width: 46px;
  }
  .list-faq .faq-item img.img-quote3 {
    width: 39px;
  }
  .list-faq .faq-item .info {
    width: 291px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-height: 76px;
    background-image: url("../img/common/bg-quote_sp.png");
    padding: 20px 25px;
    padding-top: 25px;
    padding-left: 30px;
  }
  .list-faq .faq-item .info.info3 {
    background-image: url("../img/common/bg-quote3_sp.png");
  }
  .list-faq .faq-item .info.info4 {
    background-image: url("../img/common/bg-quote4_sp.png");
  }
  .list-faq .faq-item .info.info5 {
    background-image: url("../img/common/bg-quote5_sp.png");
  }
  .list-faq .faq-item .info.info6 {
    background-image: url("../img/common/bg-quote6_sp.png");
  }
  .list-faq .faq-item .info.question {
    width: 291px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background-image: url("../img/common/bg-quote_small.png");
  }
  .list-faq .faq-item .info p {
    font-size: 16px;
    line-height: 1.5;
    display: block;
  }
  .list-faq .faq-item .info p .c-red {
    color: #EB717A;
  }

  .group-kv {
    height: auto;
  }
  .group-kv img {
    max-width: 100%;
    width: 100%;
  }

  .list-group-img-text {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .list-group-img-text.style2 {
    max-width: 100%;
  }
  .list-group-img-text.style2 .group-img-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-group-img-text.style2 .group-img-text:last-child {
    margin-bottom: 0;
  }
  .list-group-img-text.style2 .group-img-text .img-contain {
    width: 100px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .list-group-img-text.style2 .group-img-text .info .title {
    text-align: left;
    margin-bottom: 5px;
  }

  .group-video-youtube {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }

  .group-img-text {
    display: block;
  }
  .group-img-text.right:nth-child(even) .img-contain img {
    margin-left: 0;
    margin-right: 0;
  }
  .group-img-text:last-child {
    margin-bottom: 0;
  }
  .group-img-text .img-contain {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .group-img-text .img-contain img {
    width: 100%;
  }
  .group-img-text .img-contain .icon-img {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 40%);
            transform: translate(-50%, 40%);
  }
  .group-img-text .info {
    display: block;
  }
  .group-img-text .info .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
  }

  #section-quote {
    padding-bottom: 10px;
  }
  #section-quote .container {
    padding: 0 6px;
  }
  #section-quote .container .title-red-wrapper {
    margin-left: -6px;
    margin-right: -6px;
  }
  #section-quote .list-faq {
    margin-top: 20px;
  }

  #section-nosh {
    padding: 40px 0;
    padding-bottom: 50px;
  }
  #section-nosh .section-title {
    margin-left: -15px;
    margin-right: -15px;
  }

  #section-news {
    overflow: hidden;
    padding-top: 20px;
  }
  #section-news .group-slider {
    max-width: 317px;
    margin: 0 auto;
  }
  #section-news .group-slider .slick-prev {
    z-index: 10;
    left: -8px;
  }
  #section-news .group-slider .slick-next {
    right: -8px;
  }
  #section-news .group-slider .slide-item .img-contain {
    display: block;
    margin-bottom: 10px;
  }
  #section-news .group-slider .slide-item .img-contain img {
    width: 100%;
  }
  #section-news .group-slider .slide-item .desc {
    font-size: 14px;
  }
  #section-news .group-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0;
  }
  #section-news .group-logo .logo2 {
    width: 24px;
    margin: 12px 0;
    margin-bottom: 16px;
  }
  #section-news .group-logo .logo3 {
    width: 122px;
  }

  #section-faq {
    padding: 40px 0;
  }
  #section-faq > .container {
    padding: 0 10px;
  }
  #section-faq > .container .title-red-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  #section-faq .list-faq .faq-item {
    max-width: 625px;
  }
  #section-faq .list-faq .faq-item.faq-item2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #section-faq .list-faq .faq-item.faq-item2 img {
    margin: 0;
    margin-bottom: 40px;
  }
  #section-faq .list-faq .faq-item.faq-item2 .info {
    padding: 30px 25px;
  }

  #section-childcare {
    padding: 40px 0;
    padding-bottom: 80px;
  }
  #section-childcare .title-red.icon .img-icon1 {
    left: -75px;
  }
}
