@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pagetop {
  position: fixed;
  z-index: 10;
  right: 5%;
  bottom: 4%;
  width: 8%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, bottom 0.1s linear;
}
.pagetop.is-shown {
  opacity: 1;
  pointer-events: auto;
}
.pagetop img {
  width: 100%;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
h1 {
  margin-bottom: 60px;
}
h1 img {
  width: 100%;
  max-width: 1500px;
}
h2 img {
  max-width: 500px;
  width: 40%;
  display: block;
  margin: 0 auto;
}
.main-kv,
.sub-kv {
  position: relative;
}
.main-kv .kv,
.sub-kv .kv {
  width: 100%;
}
.main-kv .main-kintaro {
  position: absolute;
  top: 27%;
  right: 12%;
  width: 30%;
}
.sub-kv .main-kintaro {
  position: absolute;
  top: 19%;
  right: 17%;
  width: 20%;
}
.navi {
  background-color: #009854;
  padding: 10px 0;
}
.navi ul {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}
.navi ul li {
  width: auto;
  padding: 0 30px;
}
.navi ul li img {
  width: 100%;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
.navi ul li img:hover {
  transform: scale(1.1); /* 拡大 */
}
.kintaro-profile {
  padding: 60px 0;
}
.profile-area {
  position: relative;
}
.profile-contents {
  background-color: #fffabc;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
}
.profile-contents table {
  width: 90%;
  margin: 0 auto;
}
.profile-contents table tr td {
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
}
.profile-contents table tr .theme {
  color: #009854;
}
.profile-contents table tr .answer {
  color: #4b2d16;
}
.profile-image {
  width: 45%;
  max-width: 1000px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 10;
}
.p-contents01 {
  width: 25%;
  top: 0%;
  left: 0%;
  padding: 10px;
}
.p-contents02 {
  width: 40%;
  top: 0%;
  right: 0%;
  padding: 10px;
}
.p-contents03 {
  width: 26%;
  top: 40%;
  left: 0%;
  padding: 10px;
}
.p-contents04 {
  width: 17%;
  top: 40%;
  right: 0%;
  padding: 20px;
}
.p-contents05 {
  width: 29%;
  top: 80%;
  left: 0%;
  padding: 20px;
}
.p-contents06 {
  width: 37%;
  top: 80%;
  right: 0%;
  padding: 10px;
}
.p-contents04 .theme,
.p-contents05 .theme {
  color: #009854;
  font-size: 24px;
  font-weight: 700;
}
.p-contents04 .answer,
.p-contents05 .answer {
  color: #4b2d16;
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1.5;
}
.mission {
  padding: 80px 0;
  margin-top: 80px;
}
.mission .container {
  background-color: #fff;
  border: 8px dotted #009854;
  padding: 60px 0;
}

.mission-text-area {
  width: 75%;
  margin: 0 auto;
  margin-top: 60px;
}

.mission-text-area p {
  color: #4b2d16;
  font-size: 26px;
  line-height: 1.8;
}

.mission-img {
  float: right;
  width: 26%;
  margin: 0 0 1rem 1rem;
  display: block;
}

.mission-text-area::after {
  content: "";
  display: block;
  clear: both;
}

.infomation {
  text-align: center;
  padding-bottom: 80px;
}

.infomation h2 {
  font-size: 46px;
  color: #4b2d16;
  font-weight: 700;
  letter-spacing: 5px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 8px solid #009854;
}

.info-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
}

.info-img {
  width: 25%;
}

.info-text {
  width: 60%;
  position: relative;
}

.info-text .fukidashi {
  width: 60%;
  position: absolute;
  top: 30%;
  left: 25%;
  font-size: 24px;
  line-height: 1.5;
  color: #4b2d16;
}

.info-img img,
.info-text img {
  width: 100%;
  max-width: 500px;
}

.illust {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
}

.illust .container {
  background-color: #fff;
  border: 6px solid #009854;
  border-radius: 20px;
  padding: 60px 0;
}

.illust h2 {
  font-size: 46px;
  color: #4b2d16;
  font-weight: 700;
  letter-spacing: 5px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 8px solid #fff33f;
}

.illust p {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
  color: #4b2d16;
}

.illust a {
  color: #009854;
  font-weight: 700;
  text-decoration: underline;
}
.illust a:hover {
  opacity: 0.8;
}
.illust-sample {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.illust-sample img {
  width: 30%;
}
.rental {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  margin-top: 60px;
}
.rental .container {
  background-color: #fff;
  border: 6px solid #009854;
  border-radius: 20px;
  padding: 60px 0;
}
.rental h2 {
  font-size: 46px;
  color: #4b2d16;
  font-weight: 700;
  letter-spacing: 5px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 8px solid #fff33f;
}
.rental-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
}
.rental-text {
  width: 70%;
  text-align: left !important;
  color: #4b2d16;
}
.rental-text p:last-child {
  margin-top: 60px;
}
.rental-img {
  width: 30%;
}
.rental-img img {
  width: 100%;
}
.rental a {
  color: #009854;
  font-weight: 700;
  text-decoration: underline;
}
.rental a:hover {
  opacity: 0.8;
}
.sns {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  margin-top: 60px;
}
.sns .container {
  background-color: #fff;
  border: 6px solid #009854;
  border-radius: 20px;
  padding: 60px 0;
}
.sns h2 {
  font-size: 46px;
  color: #4b2d16;
  font-weight: 700;
  letter-spacing: 5px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 8px solid #fff33f;
}
.sns-area {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}
.sns-box {
  width: 32%;
  font-size: 20px;
}
.sns-box p {
  color: #4b2d16;
  min-height: 65px;
}
.sns-box img {
  width: 100%;
}
.movie-link {
  display: block;
  margin-top: 60px;
}
.movie-link img {
  width: 75%;
  max-width: 1200px;
}
.mv-kintaro {
  width: 25%;
  max-width: 500px;
}
footer {
  position: relative;
  font-size: 20px;
}
.footer-back img {
  width: 100%;
}
.footer-in {
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.footer-in a {
  color: #4b2d16;
}
.footer-in p {
  text-align: center;
  color: #4b2d16;
  padding: 10px 0;
}
.kintaro-rule {
  padding: 60px 0;
}
.rule {
  padding-bottom: 60px;
}
.rule .container {
  display: flex;
  justify-content: center;
  color: #4b2d16;
  font-size: 26px;
  line-height: 1.5;
}
.rule-left {
  width: 40%;
}
.rule-right {
  width: 40%;
  position: relative;
}
.rule-left p {
  text-align: center;
}
.rule-right p {
  width: 55%;
  position: absolute;
  top: 20%;
  left: 32%;
}
.rule-left img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.rule-right img {
  width: 100%;
}
.outline-link img {
  width: 80%;
  margin: 10px 0;
  transition: transform 0.6s ease;
}
.outline-link img:hover {
  transform: scale(1.1);
}
.g-area {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  margin: 60px 0;
}

.g-area .container {
  background-color: #fff;
  border: 6px solid #009854;
  border-radius: 20px;
  padding: 60px 0;
}

.g-area h2 {
  font-size: 46px;
  color: #4b2d16;
  font-weight: 700;
  letter-spacing: 5px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 8px solid #fff33f;
  line-height: 1;
}
.g-area h2 span {
  font-size: 24px;
  font-weight: lighter;
}
.g-area p {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
  color: #4b2d16;
}
.case-box img {
  width: 80%;
}
.photo {
  padding: 5px 0 !important;
  text-align: right !important;
  width: 80% !important;
}
.case-box h3 {
  padding-top: 30px;
  color: #4b2d16;
}
.exsample2 {
  width: 50% !important;
  max-width: 600px;
}
.dot-line {
  width: 70%;
  margin: 0 auto;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 8px dotted #009854;
}
.kintaro-rental {
  padding: 60px 0;
}
.chara-box {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}
.chara-img {
  width: 30%;
}
.chara-fukidashi {
  width: 55%;
  position: relative;
}
.c-fukidashi {
  position: absolute;
  width: 55%;
  top: 30%;
  left: 31%;
  color: #4b2d16;
  font-size: 26px;
  line-height: 1.5;
}
.chara-img img {
  width: 100%;
}
.chara-fukidashi img {
  width: 100%;
}
.reverse {
  flex-direction: row-reverse;
}
.reverse .c-fukidashi {
  left: 18%;
}
/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width: 479px) and (max-width: 840px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pagetop {
    width: 13%;
  }
  .profile-image {
    width: 52%;
    max-width: 840px;
  }
  .profile-contents table tr td {
    font-size: 16px;
  }
  .p-contents01 {
    width: 35%;
    top: 0%;
    left: 0%;
    padding: 10px;
  }
  .p-contents02 {
    width: 38%;
    top: 0%;
    right: 0%;
    padding: 10px;
  }
  .p-contents03 {
    width: 35%;
    top: 40%;
    left: 0%;
    padding: 10px;
  }
  .p-contents04 {
    width: 20%;
    top: 40%;
    right: 0%;
    padding: 20px;
  }
  .p-contents05 {
    width: 29%;
    top: 80%;
    left: 0%;
    padding: 20px;
  }
  .p-contents06 {
    width: 37%;
    top: 80%;
    right: 0%;
    padding: 10px;
  }
  .p-contents04 .theme,
  .p-contents05 .theme {
    font-size: 18px;
  }
  .p-contents04 .answer,
  .p-contents05 .answer {
    font-size: 18px;
  }
  .info-text .fukidashi {
    top: 20%;
  }
  .rule .container {
    font-size: 18px;
  }
  .chara-box {
    width: 90%;
  }
  .c-fukidashi {
    font-size: 18px;
  }
  .sns-box {
    width: 33%;
    font-size: 16px;
  }
  .footer-in {
    top: 58%;
  }
  .footer-in p {
    font-size: 18px;
    padding: 5px;
  }
}
/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pagetop {
    right: 2%;
    bottom: 4%;
    width: 15%;
  }
  h2 img {
    width: 55%;
  }
  .navi ul {
    width: 100%;
  }
  .navi ul li {
    padding: 0 10px;
  }
  .kintaro-profile {
    padding: 30px 0;
  }
  .profile-area {
    padding-top: 60px;
  }
  .profile-contents table tr td {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .profile-image {
    width: 41%;
  }
  .p-contents01 {
    width: 41%;
    top: -15%;
    left: 0%;
    padding: 5px;
  }
  .p-contents02 {
    width: 45%;
    top: -15%;
    right: 0%;
    padding: 5px;
  }
  .p-contents03 {
    width: 40%;
    top: 42%;
    left: 0%;
    padding: 5px;
  }
  .p-contents04 {
    width: 24%;
    top: 49%;
    right: 0%;
    padding: 20px;
  }
  .p-contents05 {
    width: 35%;
    top: 100%;
    left: 0%;
    padding: 20px;
  }
  .p-contents06 {
    width: 43%;
    top: 100%;
    right: 0%;
    padding: 5px;
  }
  .p-contents04 .theme,
  .p-contents05 .theme {
    font-size: 12px;
  }
  .p-contents04 .answer,
  .p-contents05 .answer {
    font-size: 12px;
  }
  .mission {
    padding: 60px 0;
    margin-top: 120px;
  }
  .mission-img {
    width: 40%;
    margin: 0 0 0.1rem 0.1rem;
    display: block;
  }
  .mission-text-area p {
    font-size: 16px;
  }
  .mission-text-area {
    width: 80%;
    margin-top: 30px;
  }
  .infomation {
    padding-bottom: 30px;
  }

  .infomation h2 {
    font-size: 26px;
    letter-spacing: 3px;
    border-bottom: 4px solid #009854;
  }
  .info-area {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }

  .info-img {
    width: 25%;
  }

  .info-text .fukidashi {
    width: 60%;
    top: 20%;
    left: 25%;
    font-size: 14px;
    line-height: 1.5;
  }
  .illust {
    font-size: 16px;
  }
  .illust .container,
  .rental .container,
  .sns .container {
    border: 3px solid #009854;
    padding: 30px 0;
  }
  .illust h2,
  .rental h2,
  .sns h2 {
    font-size: 26px;
    letter-spacing: 0px;
    border-bottom: 4px solid #fff33f;
  }
  .illust p {
    width: 80%;
    margin: 0 auto;
  }
  .rental-area {
    padding-top: 30px;
  }
  .rental-text {
    width: 60%;
    font-size: 16px;
  }
  .rental-text p:last-child {
    margin-top: 10px;
  }
  .rental-img {
    width: 40%;
  }
  .sns-area {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .sns-box {
    width: 50%;
    font-size: 12px;
  }
  .sns-box:last-child {
    margin-top: 30px;
  }
  .sns-box p {
    color: #4b2d16;
    min-height: auto;
  }
  .sns-box img {
    width: 100%;
  }
  .movie-link {
    margin-top: 30px;
  }
  .movie-link img {
    width: 80%;
  }
  footer {
    font-size: 10px;
  }
  .footer-in {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .footer-in p {
    padding: 5px 0;
  }
  .g-area .container {
    border: 3px solid #009854;
    padding: 30px 0;
  }
  .g-area h2 {
    font-size: 26px;
    letter-spacing: 0px;
    border-bottom: 4px solid #fff33f;
  }
  .g-area p {
    font-size: 16px;
  }
  .g-area h2 span {
    font-size: 12px;
  }
  .rule {
    padding-bottom: 0px;
  }
  .rule .container {
    font-size: 10px;
  }
  .rule-left {
    width: 50%;
  }
  .rule-right {
    width: 50%;
  }
  .rule-right p {
    top: 25%;
  }
  .rule-left img {
    width: 80%;
  }
  .outline-link img {
    margin: 0;
  }
  .all img {
    margin-top: 30px;
  }
  .case-box h3 {
    font-size: 14px;
  }
  .kintaro-rental {
    padding: 30px 0;
  }
  .chara-box {
    width: 100%;
  }
  .chara-img {
    width: 30%;
  }
  .c-fukidashi {
    font-size: 12px;
  }
  .dot-line {
    padding: 30px 0;
    margin-top: 30px;
  }
}
/* ボクのミッション内の動画ブロック */
.mission-movie {
  margin: 40px auto 0;
  max-width: 800px;
  text-align: center;
}

/* ミッション動画タイトル（大見出し＋中見出し） */
.mission-movie-main {
  font-size: 2.2rem;        /* 「ボクのミッション」に近い大きさイメージ */
  font-weight: 700;
  margin-bottom: 4px;
  color: #009944;
}

.mission-movie-sub {
  font-size: 1.6rem;        /* 中見出しくらい */
  font-weight: 700;
  margin-bottom: 16px;
  color: #333333;
}

/* 外側の枠（赤い手書き枠イメージ→ここでは淡い枠＆角丸） */
.mission-movie-frame {
  padding: 10px;
  border-radius: 18px;
  background: #ffffff;
  border: 3px solid #009944; /* お好みで色は調整 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

/* 中の動画を16:9でレスポンシブに */
.mission-movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
  overflow: hidden;
  border-radius: 12px;
}

.mission-movie-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.mission-movie-caption {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}

/* スマホで余白を少し詰める */
@media screen and (max-width: 767px) {
  .mission-movie {
    margin-top: 24px;
    padding: 0 10px;
  }

  .mission-movie-main {
    font-size: 1.8rem;
  }

  .mission-movie-sub {
    font-size: 1.4rem;
  }

  .mission-movie-caption {
    font-size: 0.5rem;
  }
	
  .mission-movie-caption {
    font-size: 1.0rem; /* キャプションだけ少し小さく */
  }
}

.mission .container { box-sizing: border-box; }


.after-space {
  margin-right: 1em; /* 好きな幅に */
}
