@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #333;
}
body a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*==================================

$key_color 設定

==================================*/
/*==================================

kidsapproach

==================================*/
.kidsapproach_ttl {
  background-image: url(/img/kidsapproach/ttl_sp_kidsapproach.png);
}
@media screen and (min-width: 768px) {
  .kidsapproach_ttl {
    background-image: url(/img/kidsapproach/ttl_pc_kidsapproach.png);
  }
}

.kidsapproach01,
.kidsapproach02 {
  position: relative;
  height: auto;
  padding-top: 65%;
}
@media screen and (min-width: 1200px) {
  .kidsapproach01,
  .kidsapproach02 {
    padding-top: 0;
  }
}

/*==================================

kidsapproach  //kidsapproachページの共通項目

==================================*/
.kidsapproach h2,
.detail_chara h2,
.select_childcare h2 {
  font-weight: 700;
  padding-left: 2rem;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  letter-spacing: 5px;
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 576px) {
  .kidsapproach h2,
  .detail_chara h2,
  .select_childcare h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .kidsapproach h2,
  .detail_chara h2,
  .select_childcare h2 {
    font-size: 2rem;
    line-height: 1.4;
    width: 100%;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .kidsapproach h2,
  .detail_chara h2,
  .select_childcare h2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .kidsapproach h2,
  .detail_chara h2,
  .select_childcare h2 {
    max-width: 1200px;
  }
}
.kidsapproach h2 span,
.detail_chara h2 span,
.select_childcare h2 span {
  font-size: 1.1rem;
  display: block;
}

.kidsapproach01 {
  background-image: url(/img/kidsapproach/kidsapproach01_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 96% auto;
}
@media screen and (min-width: 1200px) {
  .kidsapproach01 {
    background-size: 44% auto;
  }
}
.kidsapproach01 p {
  padding: 0 4% 2rem 4%;
}
@media screen and (min-width: 1200px) {
  .kidsapproach01 p {
    padding: 0 50% 2rem 1rem;
  }
}

.kidsapproach02 {
  background-image: url(/img/kidsapproach/kidsapproach02_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 96% auto;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .kidsapproach02 {
    background-size: 44% auto;
  }
}
.kidsapproach02 p {
  padding: 0 4% 2rem 4%;
}
@media screen and (min-width: 1200px) {
  .kidsapproach02 p {
    padding: 0 0 2rem 50%;
  }
}

.kidsapproach h2.sec1 {
  border-left: 10px solid #ea5504;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  .kidsapproach h2.sec1 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.kidsapproach h2.sec2 {
  border-left: 10px solid #fdd000;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  .kidsapproach h2.sec2 {
    margin-left: 50%;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.select_childcare h2.sec3 {
  border-left: 10px solid #0b318f;
  letter-spacing: 1px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .select_childcare h2.sec3 {
    margin-top: 7rem;
    margin-bottom: 4rem;
    width: 100%;
  }
}

.detail_chara h2 {
  border-left: 10px solid #ea5504;
  letter-spacing: 1px;
  margin-top: 4rem;
  width: 100%;
}

.kidsapproach {
  background-image: url("/img/common/para_item_01.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
}
.kidsapproach .lay_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.select_childcare {
  position: relative;
}
@media screen and (min-width: 768px) {
  .select_childcare:before {
    content: "CHILDCARE";
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: rgba(229, 229, 229, 0.2);
    z-index: -1;
    letter-spacing: 10px;
    position: absolute;
    top: -3rem;
    right: 0;
    font-size: 4rem;
  }
}
@media screen and (min-width: 576px) {
  .select_childcare:before {
    top: -3rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .select_childcare:before {
    top: -3rem;
    font-size: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .select_childcare:before {
    top: -8rem;
    font-size: 10rem;
  }
}
.select_childcare .lay_wrap {
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .select_childcare .lay_wrap {
    max-width: 1200px;
  }
}
.select_childcare li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .select_childcare li {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .select_childcare li:nth-child(odd) {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .select_childcare li {
    margin-bottom: 0;
  }
}
.select_childcare li a {
  display: block;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  max-width: 354px;
  margin: 0 auto;
  background-color: white;
  border: 3px solid white;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .select_childcare li a {
    max-width: auto;
  }
}
.select_childcare li a:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border: 3px solid #ea5504;
}
.select_childcare li div {
  padding: 1rem 1rem 1.5rem 1.5rem;
}
@media screen and (min-width: 1200px) {
  .select_childcare li div {
    padding: 1.2rem 2rem 2rem 2rem;
  }
}
.select_childcare li h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.select_childcare li p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.select_childcare li span {
  display: block;
  text-align: right;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-right: 0.8rem;
}
@media screen and (min-width: 576px) {
  .select_childcare li span {
    font-size: 0.8rem;
  }
}
.select_childcare li span:after {
  position: absolute;
  right: 0;
  display: inline-block;
  content: "";
  background-image: url("../img/common/icon_right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  width: 6px;
  height: 17px;
}
.select_childcare .select_childcare_gray_bg {
  left: 0;
  width: 100%;
  background: #F6F6F6;
  position: absolute;
  z-index: -1;
  top: 10%;
  height: 80%;
}
.select_childcare .sub_text {
  margin-bottom: 20px;
}

.g_bc_h2_normal.icon_sell {
  background-image: url("../img/kidsapproach/ranking.png");
  background-position: top center;
  background-size: 200px;
  background-repeat: no-repeat;
  padding-top: 60px;
}
@media screen and (min-width: 576px) {
  .g_bc_h2_normal.icon_sell {
    background-position: left center;
    padding-left: 220px;
    padding-top: 0;
    height: 56px;
  }
}

.detail_chara ul.chara li {
  margin-bottom: 20px;
}

.detail_chara .g_modal_link {
  position: relative;
  width: 100%;
  min-height: auto;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail_chara .g_modal_link {
    min-height: 210px;
  }
}
@media screen and (min-width: 992px) {
  .detail_chara .g_modal_link {
    height: 175px;
    min-height: auto;
  }
}
.detail_chara .g_modal_link:after {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.chara img.pic {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .chara img.pic {
    width: 40px;
  }
}
.chara img.pic2 {
  width: 40px;
}
@media screen and (min-width: 992px) {
  .chara img.pic2 {
    width: 30px;
  }
}
.chara a.g_modal_link {
  text-decoration: none;
  padding: 1rem;
  border-radius: 1rem;
  background: #F6F6F6;
}

ul.chara li:last-child a .chara_Introduction {
  padding-top: 0;
}
ul.chara li:last-child a .chara_Introduction .chara_name {
  font-size: 1rem;
  font-weight: bold;
}
ul.chara li:last-child a .chara_Introduction p {
  font-size: 0.7rem;
}

ul.chara li:last-child a.js-modal-close {
  min-height: auto;
}

.chara_Introduction {
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .chara_Introduction {
    padding-top: 10px;
  }
}
.chara_Introduction p.text {
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .chara_Introduction p.text {
    font-size: 0.7rem;
  }
}
.chara_Introduction .chara_name {
  margin: 5px auto 0;
  width: 80%;
}

.chara01 .chara_Introduction,
.chara02 .chara_Introduction,
.chara03 .chara_Introduction {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .chara01 .chara_Introduction,
  .chara02 .chara_Introduction,
  .chara03 .chara_Introduction {
    padding-top: 10px;
  }
}

.chara07 .chara_Introduction {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .chara07 .chara_Introduction {
    padding-top: 0;
  }
}

.childcare_txt {
  margin-top: 15px;
}
.childcare_txt .goal {
  display: block;
}
.childcare_txt p, .childcare_txt span {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .childcare_txt p, .childcare_txt span {
    font-size: 0.7rem;
  }
}
.childcare_txt p {
  padding: 1px 15px;
  color: #fff;
  border-radius: 18px;
  margin-right: 5px;
}

.chara01 .childcare_txt p {
  background: #251A18;
}

.chara02 .childcare_txt p {
  background: #E07F00;
}

.chara03 .childcare_txt p {
  background: #E46C9A;
}

.chara04 .childcare_txt p {
  background: #1F286F;
}

.chara05 .childcare_txt p {
  background: #fdd003;
}

.chara06 .childcare_txt p {
  background: #198B86;
}

.chara07 .childcare_txt p {
  background: #D80C24;
}

@media screen and (min-width: 768px) {
  .chara06 .childcare_txt {
    margin-top: 30px;
  }
}

.wrap_chara.chara06,
.wrap_chara.chara04 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .wrap_chara.chara06,
  .wrap_chara.chara04 {
    margin-top: 10px;
  }
}

.ttl_wrap {
  position: relative;
}