@charset "utf-8";
/* CSS Document */
.wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 1140px) {
  .wrapper {
    padding-top: 80px;
  }
}
/*-------------------
top
--------------------
/*-------------------
slider
--------------------*/
.section-top__small-image {
    display: none;
}
/* 全体設定 */
.css-carousel-slider3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.css-carousel-slider3 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
/* スライド設定 */
.css-carousel-slider3 .slide-wrap {
  width: 300%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: css-carousel-slider3 15s infinite;
  animation-delay: 2s;
}
.css-carousel-slider3 .slide-wrap-main {
  width: 100%;
  z-index: 1;
  animation: css-carousel-slider-main3 15s infinite;
  animation-delay: 2s;
}
.css-carousel-slider3 .slide {
  width: 100%;
}
  .css-carousel-slider3-small {
    display: none;
  }
/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider3 {
  0% {
    transform: translateX(0);
  }
  27.3% {
    transform: translateX(calc(1 / 3 * -100%));
  }
  33.3% {
    transform: translateX(calc(1 / 3 * -100%));
  }
  60.6% {
    transform: translateX(calc(2 / 3 * -100%));
  }
  66.6% {
    transform: translateX(calc(2 / 3 * -100%));
  }
  94% {
    transform: translateX(calc(3 / 3 * -100%));
  }
  100% {
    transform: translateX(calc(3 / 3 * -100%));
  }
}
@keyframes css-carousel-slider-main3 {
  0% {
    transform: translateX(100%);
  }
  66.6% {
    transform: translateX(100%);
  }
  94% {
    transform: translateX(0%);
  }
}
/*-------------------
end slider
--------------------*/
.section-top {
  padding-bottom: 80px;
}
.section-top p {
  padding: 60px 24px 0;
  font-size: 2.4rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 960px) {
  .section-top {
    padding-bottom: 50px;
  }
  .section-top p {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .section-top br {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .section-top__small-image {
    display: block;
      width: 100%;
     height: 400px;
    object-fit: cover;
  }  
  .css-carousel-slider3 {
    display: none;
  }
}

/*-------------------
3reasons
---------------------*/
.section-3reasons {
  padding: 0 24px 80px;
}
.section-3reasons h2 {
  font-size: 2.8rem;
  line-height: 4.2rem;
  padding-bottom: 30px;
}
.section-3reasons ul li {
  width: 960px;
  height: 171px;
  background-color: #FFF1FB;
  list-style: none;
  margin: 0 auto 20px;
  display: flex;
  position: relative;
}
.section-3reasons ul li img {
  width: 85px;
  height: 85px;
}
.section-3reasons__circle {
  height: 135px;
  width: 135px;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 6px 6px 6px #DBDBDB;
  position: absolute;
  top: 15px;
  left: 60px;
  box-sizing: border-box;
  padding: 25px;
}
.section-3reasons__text {
  text-align: left;
  position: absolute;
  top: 30px;
  left: 240px;
}
.section-3reasons__text h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding-bottom: 10px;
}
.section-3reasons__text p {
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.section-3reasons__text h3 .pink-character {
  font-size: 3.0rem;
}
@media screen and (max-width: 960px) {
  .section-3reasons {
    padding-bottom: 50px;
  }
  .section-3reasons h2 {
  font-size: 2.4rem;
}
  .section-3reasons ul li {
    width: 100%;
    max-width: 500px;
    display: block;
    height: auto;
  }
  .section-3reasons__circle {
    display: inline-block;
    position: static;
    margin: 20px 0;
  }
  .section-3reasons__text {
    text-align: center;
    position: static;
    padding: 0 24px 20px;
  }
  .section-3reasons__text br {
    display: none;
  }
}
/*-------------------
merits
---------------------*/
.section-merits {
  width: 100%;
  max-width: 1380px;
  height: 520px;
  padding-bottom: 80px;
  position: relative;
  margin: 0 auto;
}
.section-merits img {
  width: 700px;
  height: auto;
  position: absolute;
  left: 0;
}
.section-merits__text-area {
  width: 800px;
  height: 400px;
  background-color: rgba(243, 243, 243, 0.5);
  position: absolute;
  top: 120px;
  left: 580px;
  text-align: left;
  box-sizing: border-box;
  padding: 85px 0 0 200px;
}
.section-merits__text-area h3 {
  font-size: 2.2rem;
  padding-bottom: 40px;
}
.section-merits__text-area p {
  font-size: 2.0rem;
  padding: 0 0 40px 30px;
}
.section-merits__text-area p .pink-character {
  font-size: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .section-merits {
    display: none;
  }
  .section-merits-forSP {
    display: block;
    padding: 0 24px 30px;
  }
  .section-merits-forSP img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 10px 10px 0px #F3F3F3;
  }
  .section-merits-forSP__text-area {
    padding-top: 30px;
  }
  .section-merits-forSP__text-area h3 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .section-merits-forSP__text-area br {
    display: none;
  }
  .section-merits-forSP__text-area p {
    font-size: 1.8rem;
    padding-bottom: 15px;
    line-height: 3.6rem;
  }
  .section-merits-forSP__text-area p .pink-character {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
   .section-merits-forSP__text-area br {
    display: block;
  }
}
/*-------------------
menu
---------------------*/
.section-menu {
  padding-bottom: 100px;
  margin-bottom: 50px;
  background: linear-gradient(180deg, #FFF 0%, #FFF 40%, #FFF1FB 40%, #FFF1FB 100%)
}
.section-menu__wrapper {
  max-width: 1150px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 24px;
}
.section-menu__title {
  width: 100%;
  max-width: 1400px;
  height: 260px;
  position: relative;
  margin: 0 auto;
}
  html body .section-menu__title h2 {
  all: unset;
　font-family: "Great Vibes", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22rem;
  color: #FFF1FB;
  transform: rotate(-8deg);
  position: absolute;
  top: 100px;
  left: 50px;
}
.section-menu__title span {
  font-size: 2.8rem;
  position: absolute;
  top: 130px;
  left: 350px;
}
.section-menu ul li {
  width: 350px;
  text-align: left;
  list-style: none;
  margin-right: 50px;
}
.section-menu ul li:last-child {
  margin-right: 0;
}
.section-menu ul li img {
  width: 100%;
  margin-bottom: 30px
}
.section-menu ul li h4 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
}
.section-menu ul li p {
  font-size: 2.0rem;
  line-height: 3.0rem;
  padding-top: 30px;
}
.section-menu__detail {
  display: block;
  text-align: right;
  font-size: 1.8rem;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .section-menu__title {
    height: 110px;
    padding-bottom: 30px;
  }
  .section-menu__title h2 {
    font-size: 10rem;
    top: 65px;
    left: 24px;
  }
  .section-menu__title span {
    font-size: 2.4rem;
    top: 75px;
    left: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .section-menu__wrapper {
    display: block;
  }
  .section-menu {
    background: linear-gradient(180deg, #FFF 0%, #FFF 40%, #FFF 40%, #FFF 100%);
    padding-bottom: 0;
  }
  .section-menu ul li, .section-menu ul li:last-child {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px;
  }
  .section-menu ul li img {
    height: 270px;
    object-fit: cover;
    object-position: center;
  }
}
/*-------------------
personal-color button
---------------------*/
.btn-whats-pc {
  width: 100%;
  height: 150px;
  background-image: url("../images/image-consulting/personal-color button.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  position: relative;
}
.btn-whats-pc a {
  padding-top: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.btn-whats-pc a:hover { /* マウスオーバー時に色変更*/
  background-color: rgba(255, 255, 255, 0.50);
}
.btn-whats-pc__text-area {
  width: 95%;
  height: 110px;
  border: solid 1px #FFF;
  padding-top: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
.btn-whats-pc h2 {
  font-size: 3.0rem;
  font-weight: 700;
  padding-bottom: 15px;
}
.btn-whats-pc h2 br {
  display: none;
}
.btn-whats-pc p {
  font-size: 2.0rem;
}
@media screen and (max-width: 960px) {
  .btn-whats-pc h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .btn-whats-pc h2 br {
    display: block;
  }
  .btn-whats-pc p {
    display: none;
  }
  .btn-whats-pc__text-area {
    padding-top: 20px;
  }
}
/*-------------------
news
---------------------*/
.section-news {
  padding: 0 24px;
  margin-bottom: 80px;
}
.section-news__title {
  width: 100%;
  max-width: 1400px;
  height: 260px;
  position: relative;
  margin: 0 auto;
}
.section-news__title h2 {
  font-family: "Great Vibes", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  color: #F3F3F3;
  transform: rotate(-8deg);
  position: absolute;
  top: 100px;
  left: 50px;
}
.section-news__title span {
  font-size: 2.8rem;
  position: absolute;
  top: 130px;
  left: 350px;
}
.section-news__text {
  width: 100%;
  max-width: 500px;
  text-align: left;
  padding-left: 50px;
  border-left: solid 5px #F3F3F3;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-news__text ol li {
  list-style: none;
  padding-bottom: 30px;
}
.section-news__news-title {
  font-size: 2.2rem;
  font-weight: 600;
}
.section-news__text ol li p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-top: 10px;
  font-weight: 400;
}
.section-news__text ol li time {
  font-size: 1.8rem;
  padding-top: 10px;
  font-weight: 400;
  display: block;
}
.section-news__more {
  text-align: right;
}
.section-news__news-title.new::after {
  content: "NEW";
  font-size: 1.8rem;
  color: #D9009F;
}
@media screen and (max-width: 960px) {
  .section-news__title {
    height: 110px;
    padding-bottom: 20px;
  }
  .section-news__title h2 {
    font-size: 10rem;
    top: 25px;
    left: 0;
  }
  .section-news__title span {
    font-size: 2.4rem;
    top: 35px;
    left: 130px;
  }
  .section-news__text {
    padding-left: 20px;
  }
}
/*-------------------
contact button
---------------------*/
#btn-contact {
  width: 90%;
  max-width: 1100px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
  border: 1px solid #333;
}
.btn-contact__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.btn-contact__link:hover { /* マウスオーバー時に色変更*/
  background-color: rgba(217, 0, 159, 0.1)
}
.btn-contact__link h2 {
  position: absolute;
  top: 80px;
  left: 50px;
  font-size: 3.2rem;
  color: #D9D9D9;
  display: block;
}
.btn-contact__link p {
  font-size: 2.0rem;
  color: #333;
  position: absolute;
  top: 77px;
  left: 250px;
}
.btn-contact__link img {
  width: 20%;
  position: absolute;
  top: 85px;
  right: 50px;
}
@media screen and (max-width: 740px) {
  #btn-contact {
    height: 130px;
  }
  .btn-contact__link img {
    display: none;
  }
  .btn-contact__link h2 {
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
  }
  .btn-contact__link p {
    left: 0;
    right: 0;
    top: 75px;
    margin: auto;
  }
}
/*-------------------
access
---------------------*/
.section-access {
  width: 100%;
  height: 300px;
  display: flex;
}
.section-access__text-area {
  flex: 1;
  background-color: #F3F3F3;
  text-align: center;
  box-sizing: border-box;
}
.section-access iframe {
  flex: 1;
}
.section-access__text-wrapper {
  display: inline-block;
  text-align: left;
  padding: 70px 24px 0;
}
.section-access__text-area h3 {
  font-size: 2.8rem;
  padding-bottom: 30px;
}
.section-access__text-area p {
  font-size: 1.8rem;
  line-height: 3.3rem;
}
@media screen and (max-width: 960px) {
  .section-access {
    display: block;
    height: 400px;
  }
  .section-access iframe {
    width: 100%;
    height: 60%;
  }
  .section-access__text-wrapper {
    padding: 30px 24px;
  }
  .section-access__text-area {
    height: 40%;
  }
  .section-access__text-area h3 {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .section-access__text-area p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
}