@charset "utf-8";
/*ここに使用したいGoogleFontsコードを張り付け*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Kurenaido&display=swap");

html {
  /* 基本編となるフォントサイズの指定デフォルトの16pxまたは、ユーザーの設定しているサイズに準じるため*/
  font-size: 100%;
}

body {
  width: 980px;
  margin: auto;
  color: #2c2c2c;
  font-family: "Noto Sans JP", "Open Sans", "Kosugi Maru", Sans-Serif;
  /* 行間の基準を指定 */
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.header_inner {
  display: flex;
  align-items: center;
}

.header_inner h1 {
  padding-left: 70px;
}

.top_btn {
  margin-left: auto;
  padding-right: 90px;
}

.top_btn a {
  background-color: #ffaa44;
  border-radius: 30px;
  padding: 5px 30px;
  color: #fff;
  display: block;
  text-decoration: none;
}

.mv img {
  margin: auto;
  display: block;
  width: 800px;
  margin-top: 30px;
}

.feature {
  width: 980px;
  margin: auto;
  padding-top: 30px; /* */
  padding-bottom: 10px;
}

.ttl {
  font-family: "Kosugi Maru";
  letter-spacing: 0.07em;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 70px;
}

.feature_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.category {
  width: 315px;
  padding-bottom: 10px;
}

.category img {
  margin: auto;
  display: block;
}

.category h3 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

.category p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.ttl3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: normal;
}

.skill img {
  margin: auto;
  display: block;
}

.worries {
  background-color: #fce5cd;
  border-radius: 30px;
  width: 980px;
  margin: auto;
  margin-top: 70px;
  padding-bottom: 90px;
  padding-top: 10px;
}

.worries_box {
  text-align: center;
}

.check {
  background-color: #f5f5f5;
  border-radius: 30px;
  margin-bottom: 10px;
  width: 600px;
  height: 80px;
  display: inline-block;
  position: relative;
}

.check img {
  position: absolute;
  top: 24px;
  left: 70px;
}

.check2 {
  position: relative;
}

.check2 img {
  position: absolute;
  width: 150px;
  top: -200px;
  right: 20px;
}

.check h2 {
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 23px;
  left: 150px;
}

.worries_box p {
  font-size: 20px;
  padding-top: 40px;
}

.balance img {
  margin: auto;
  display: block;
  width: 500px;
}

.value img {
  margin: auto;
  display: block;
  width: 40%;
  margin-top: 30px;
}

.ttl2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 70px;
  position: relative;
}

.ttl2::before {
  background-color: #7ebfb9; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 90px; /* 線の長さ */
}
.comparison1 {
  background-color: #f5f5f5;
  margin: auto;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 800px;
  position: relative;
}

.comparison1 img {
  position: absolute;
  width: 170px;
  right: 40px;
  bottom: 60px;
}

.nayami {
  border-radius: 30px;
  border: 2px solid #7ebfb9;
  width: 450px;
  height: 150px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}

.nayami p {
  font-size: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f5f5f5;
  margin: auto;
}

.comparison2 {
  background-color: #f5f5f5;
  margin: auto;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 800px;
}

.compar {
  background-image: url(images/hikaku.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  margin-bottom: 50px;
  text-align: center; /*下の子要素pを中央寄せにした*/
}

.compar p {
  font-size: 24px;
  display: inline-block;
  position: relative; /*下の子要素pを縦中央にしたい*/
  top: 50%;
  transform: translateY(-50%);
  width: 150px; /*pの横位置を微調整*/
}

.sitter img {
  margin: auto;
  display: block;
  width: 900px;
  border-radius: 10px;
}

.service_wrap {
  margin: auto;
  width: 900px;
  padding-bottom: 80px; /* ボタン上余白 */
}

.service_box {
  position: relative;
  margin-bottom: 150px;
}

.service_box img {
  width: 900px;
  border-radius: 10px;
}

.box {
  background-color: #f5f5f5;
  position: absolute;
  top: 300px;
  right: 0px;
  padding: 30px;
}

.box h2 {
  font-size: 20px;
  padding-bottom: 10px;
}

.support_wrap1 {
  margin-bottom: 80px;
}

/* 自動再生カルーセル */
.ouyou_box1 {
  display: flex;
  width: 570px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
  padding-top: 30px;
}

.ouyou_box img {
  width: 570px;
  margin: 0;
  padding: 0;
  display: block;
}

.ouyou_box1 > :first-child {
  animation-name: slide-7; /* 作成したキーフレームを使う */
  animation-duration: 17s; /* アニメーション全体を20秒にする */
  animation-delay: 0s; /* 直ちにアニメーション開始する */
  animation-iteration-count: infinite; /* 永遠にアニメーションする*/
}

@keyframes slide-7 {
  0% {
    margin-left: 0;
  }
  16% {
    margin-left: -100%;
  }
  32% {
    margin-left: -200%;
  }
  48% {
    margin-left: -300%;
  }
  64% {
    margin-left: -400%;
  }
  80% {
    margin-left: -500%;
  }
  100% {
    margin-left: -600%;
  }
}

/* 自動再生カルーセルここまで */

.ouyou_box p {
  text-align: center;
  color: #7ebfb9;
  font-size: 24px;
  margin-bottom: 20px;
}

.ouyou_box2 p {
  text-align: center;
  font-size: 16px;
  color: #6c6c6c;
}

.support_wrap2 img {
  width: 900px;
  border-radius: 10px;
  display: block;
  margin: auto;
}

.content {
  padding-bottom: 50px;
}

.content_wrap1 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.content_wrap1 img {
  position: absolute;
  width: 170px;
  right: 40px;
  bottom: 0px;
}

.kouza {
  background-color: #f5f5f5;
  border-radius: 30px;
  margin-bottom: 10px;
  width: 600px;
  height: 80px;
  display: inline-block;
  position: relative;
}

.kouza h2 {
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 23px;
  left: 90px;
}

.content_wrap2 {
  text-align: center;
}

.customer {
  background-color: #f5f5f5;
  border-radius: 30px;
  width: 980px;
  margin: auto;
  padding-top: 5px;
  margin-top: 40px;
  padding-bottom: 30px;
}

.customer_wrapp1 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  position: relative;
}

.customer_box img {
  width: 300px;
}

.font_test {
  font-size: 40px;
  padding-top: 10px;
  color: #ffaa44;
}

.customer_box h4 {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.manzoku {
  font-size: 32px;
  color: #f89a97;
}

.customer_wrapp2 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.customer_box2 {
  width: 280px;
}

.customer_box2 img {
  width: 200px;
  margin: auto;
  display: block;
}

.voice {
  padding-bottom: 70px;
}

.voice_wrap {
  display: flex;
  justify-content: space-between;
}

.voice_box {
  width: 300px;
}

.voice_box img {
  margin: auto;
  display: block;
}

.voice_box h3 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.voice_box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.schedule {
  padding-top: 10px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
  border-radius: 30px;
}

.schedule h3 {
  margin: auto;
  width: 600px;
}

.jyukouryou img {
  width: 600px;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}

.position {
  padding-bottom: 50px;
}

.position img {
  width: 600px;
  margin: auto;
  display: block;
}

/* -------------------- btn JQuery準備 -- */
.qa {
  padding-top: 10px;
  padding-bottom: 70px;
}

dl {
  border-bottom: 1px solid #b5b3b3;
  padding: 15px 0px;
  margin-left: 40px;
  margin-right: 40px;
}

dt {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
}

/* 開いたときの表示（最初は閉じておく） */
dd {
  padding: 20px;
  background-color: #f5f5f5;
  display: none;
}

/* <span>はインライン扱いの要素、高さと幅を有効にするためにdisplay:block; */
.button {
  width: 15px;
  height: 20px;
  display: block;
  transition: 0.5s;
  position: relative;
}

/*　最初の下向き矢印 */
.under {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid #333;
  border-left: 0;
  border-bottom: 0;
  position: absolute; /*　.onで矢印の位置を調整するため */
  top: 7px;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* 矢印を上向きに変える 位置を中央からズレて見えないように調整 */
.on {
  top: 7px;
  transform: rotate(180deg);
}

.counseling {
  background-color: #fce5cd;
  border-radius: 30px;
  padding-top: 2px;
  padding-bottom: 70px;
}

.counseling h3 {
  padding-bottom: 50px;
  width: 630px;
  margin: auto;
}

.counseling img {
  vertical-align: top;
}

.counseling_wrap {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
/* 「無料説明会申込」のボタン */
.moushikomi {
  text-align: center;
  margin-bottom: 50px;
}

.moushikomi a {
  background-color: #ffaa44;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 24px;
  padding: 11px 30px;
}

.moushikomi img {
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-top: 12px;
  margin-left: 30px;
}
/* 「無料説明会申込」のボタンここまで */

.radius_wrap {
  display: flex;
  justify-content: space-evenly;
}

.radius {
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 50%;
}

.radius p {
  font-size: 20px;
  text-align: center;
  padding-top: 55px;
  color: #f89a97;
}

.others_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.others_box {
  width: 30%;
  margin-bottom: 30px;
}

.item4 {
  padding-top: 50px;
}

.others_box img {
  width: 220px;
  margin: auto;
  display: block;
}

.others_box h3 {
  text-align: center;
}

.others_box p {
  text-align: center;
}

.about img {
  width: 600px;
  margin: auto;
  display: block;
}

.about h3 {
  padding: 60px;
  width: 840px;
  margin: auto;
}

footer {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}

.to_top img {
  width: 70px;
}

.to_top a {
  display: inline-block;
  text-decoration: none;
}

.footer_nav {
  margin-bottom: 30px;
}

.footer_nav li {
  display: inline-block;
  padding: 30px;
}

.footer_nav a {
  text-decoration: none;
  color: #ffaa44;
}
