/*
Theme Name: KNOCK ON THE DOOR Inc.
Theme URL: nanacara.jp
Description: nanacara専用テーマ
Author: KNOCK ON THE DOOR Inc.
Version: 1.0
Tags: blog
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@charset "UTF-8";
@import url('assets/css/contents.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%; /* 10px */
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  color: #404040;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  line-height: 1.2rem;
  background: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #fd89c0;
  text-decoration: underline;
}

a:hover {
  color: #fd89c0;
  text-decoration: none;
}

/****** header ******/
header {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  box-sizing: border-box;
}
header .header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
header .header-inner .header-main {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
header .header-inner .header-main h1 {
  height: 40px;
  box-sizing: border-box;
}
header .header-inner .header-main h1 img {
  height: 40px;
  width: auto;
}
header .header-inner .navi-area {
  box-sizing: border-box;
}
header .header-inner .navi-list {
  display: flex;
  list-style: none;
  align-items: center;
  box-sizing: border-box;
}
header .header-inner .navi-list li {
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  box-sizing: border-box;
}
header .header-inner .navi-list li:last-child {
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
header .header-inner .navi-list li a {
  color: #000000;
  text-decoration: none;
}
header .header-inner .navi-list li a:hover {
  color: #666666;
  text-decoration: none;
}
header .header-inner .navi-list li.navi-sep {
  box-sizing: border-box;
  color: #e4e4e4;
}
header .header-inner .navi-list .navi-active {
  color: #000000;
  text-decoration: none;
}
header .header-inner .navi-list .navi-active a {
  color: #666666;
  text-decoration: none;
}
header .header-inner .navi-list .navi-active a:hover {
  color: #666666;
  text-decoration: none;
}
header .header-inner .navi-list li .btn-t-contact {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  background: #fd89c0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
}
header .header-inner .navi-list li .btn-t-contact:hover {
  opacity: 0.8;
  color: #ffffff;
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
}
.hamburger .bar {
  width: 2rem;
  height: 0.25rem;
  background-color: #ffa5a5;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.hamburger .bar:nth-child(1) {
  top: 0.375rem;
}
.hamburger .bar:nth-child(2) {
  top: 0.875rem;
}
.hamburger .bar:nth-child(3) {
  top: 1.375rem;
}
.header-white-background {
  background-color: #ffffff;
}

/****** main-visual ******/
.main-visual {
  margin-top: 80px;
  width: 100%;
  background: #fd89c0;
  box-sizing: border-box;
  height: 500px;
  background-image: url(./assets/images/pic_top_main.png);
  background-size: cover;
  background-position: center;
}
.main-visual .visual-inner {
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-visual .visual-inner .main-visual-ttl {
  padding-bottom: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 3.8rem;
  line-height: 4.8rem;
  display: inline-block;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/****** lead ******/
.lead-area {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lead-area .lead-l-pos {
  box-sizing: border-box;
}
.lead-area .lead-m-pos {
  width: 700px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.lead-area .lead-m-pos .lead-ttl {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.lead-area .lead-m-pos .lead-txt {
  padding-bottom: 30px;
}
.lead-area .lead-m-pos .lead-ttl span {
  color: #fd89c0;
}
.lead-area .lead-r-pos{
  box-sizing: border-box;
}
/****** lead sp ******/
.lead-sp-area {
  display: none;
}
/****** thought ******/
.thought-area {
  width: 1000px;
  box-sizing: border-box;
  padding-bottom: 80px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.thought-area .thought-main-visual {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  background-image: url(./assets/images/pic_top_thought.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.thought-area .thought-main-visual .thought-ttl {
  background: linear-gradient(to right, #fd89c0 0%, rgba(253,137,192,0) 100%);
  color: #ffffff;
  width: 500px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  padding: 30px 0 30px 30px;
  box-sizing: border-box;
}
.thought-area .thought-inner {
  box-sizing: border-box;
}
.thought-area .thought-sub-ttl {
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #fd89c0;
  font-weight: bold;
  padding-bottom: 30px;
}
.thought-area .thought-txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-bottom: 30px;
}
.thought-area .thought-bold-txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-bottom: 30px;
  font-weight: bold;
}
.thought-area .thought-en-txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-bottom: 50px;
}
.thought-area .marker-underline{
  --mk-color: #ffb1d8;
  --mk-height: .55em;
  background:
    linear-gradient(
      to top,
      var(--mk-color) 0 var(--mk-height),
      transparent var(--mk-height) 100%
    );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: .05em;
  box-decoration-break: clone;
}

/****** top-title ******/
.top-title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 4.2rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.top-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 6px;

  background: linear-gradient(
    to right,
    #FD89C0 0 10px,
    #FFC727 10px 20px,
    #FFF100 20px 30px,
    #97C66B 30px 40px,
    #61CFE9 40px 50px,
    #036EB8 50px 60px,
    #AC85D4 60px 70px
  );
  background-repeat: no-repeat;
  background-size: 70px 100%;
}
/****** service ******/
.service-area {
  width: 1000px;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin: 0 auto;
}
.service-area .service-ttl {
  background-image: url(./assets/images/icon_top_service.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
.service-area .service-list {
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0;
  padding: 0 0 50px 0;
}
.service-area .service-list li {
  box-sizing: border-box;
  width: calc((100% - 60px) / 2);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 20px 20px 20px 10px;
}
.service-area .service-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: opacity .2s ease, transform .06s ease;
}
.service-area .service-list li a:hover {
  opacity: 0.8;
}
.service-area .service-list li .service-pic-pos {
  width: 140px;
  flex-shrink: 0;
}
.service-area .service-list li .service-pic-pos img {
  width: 100%;
  height: auto;
}
.service-area .service-list li .service-txt-pos {
  flex: 1;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.service-area .service-list li .service-txt-pos .service-txt-sub-ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.service-area .service-list li .service-txt-pos .logo-l-pos {
  width: 295px;
  height: auto;
}
.service-area .service-list li .service-txt-pos .logo-h-pos {
  width: auto;
  height: 50px;
}

/****** feature ******/
.feature-area {
  width: 1000px;
  box-sizing: border-box;
  padding-bottom: 80px;
  margin: 0 auto;
}
.feature-area .feature-list {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 50px 0;
}
.feature-area .feature-list li {
  list-style: none;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 30px 0;;
  padding: 0 0 30px 0;
}
.feature-area .feature-list li:last-child {
  list-style: none;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0 0 30px 0;
}
.feature-area .feature-list li .feature-pic-pos {
  box-sizing: border-box;
  width: 300px;
}
.feature-area .feature-list li .feature-pic-pos .feature-pic {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  width: 300px;
  height: 178px;
  overflow: hidden;
}
.feature-area .feature-list li .feature-pic-pos .feature-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.feature-area .feature-list li .feature-txt-pos {
  box-sizing: border-box;
  flex: 1;
  padding-left: 30px;
}
.feature-area .feature-list li .feature-txt-pos .feature-ttl {
  font-size: 2.0rem;
  line-height: 3.0rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.feature-area .feature-list li .feature-txt-pos .feature-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos {
  box-sizing: border-box;
  text-align: right;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos a.feature-btn {
  box-sizing: border-box;
  padding: 10px 50px 10px 20px;
  background: #ffffff;
  border: 2px solid #fd89c0;
  border-radius: 30px;
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  transition: opacity .2s ease, transform .06s ease;
  position: relative;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos a.feature-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url("./assets/images/arrow_link.png") no-repeat center/contain;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos a.feature-btn:hover {
  opacity: 0.8;
}

.feature-area .feature-btn-area {
  box-sizing: border-box;
  text-align: center;
}

.feature-area .feature-btn-area a.feature-detail-btn {
  box-sizing: border-box;
  width: 250px;
  padding: 17px 50px 17px 20px;
  background: #ffffff;
  border: 2px solid #fd89c0;
  border-radius: 50px;
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  position: relative;
  transition: opacity .2s ease, transform .06s ease;
  vertical-align: middle;
}

.feature-area .feature-btn-area a.feature-detail-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background: url("./assets/images/arrow_link.png") no-repeat center / contain;
}

.feature-area .feature-btn-area a.feature-detail-btn:hover {
  opacity: 0.8;
}
.feature-area .feature-btn-area a.feature-detail-btn:active {
  transform: translateY(1px);
}
.feature-area .feature-btn-area a.feature-detail-btn:focus-visible {
  outline: 2px solid #fd89c0;
  outline-offset: 2px;
  border-radius: 52px;
}

/****** news ******/
.news-area {
  width: 1000px;
  box-sizing: border-box;
  padding-bottom: 80px;
  margin: 0 auto;
}
.news-area .news-list {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 50px 0;
}
.news-area .news-list li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.news-area .news-list li:last-child {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0 0 30px 0;
}
.news-area .news-list li .news-info-list {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.news-area .news-list li .news-info-list .news-date {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-right: 20px;
}
.news-area .news-list li .news-info-list .news-cate {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 5px 10px;
  border: 1px solid #fd89c0;
  border-radius: 20px;
}
.news-area .news-list .news-ttl {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.news-area .news-list .news-ttl a {
  color: #404040;
  text-decoration: none;
}
.news-area .news-list .news-ttl a:hover {
  color: #404040;
  text-decoration: underline;
}
.news-area .news-btn-area {
  box-sizing: border-box;
  text-align: center;
}

.news-area .news-btn-area a.news-detail-btn {
  box-sizing: border-box;
  width: 250px;
  padding: 17px 50px 17px 20px;
  background: #ffffff;
  border: 2px solid #fd89c0;
  border-radius: 50px;
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  position: relative;
  transition: opacity .2s ease, transform .06s ease;
  vertical-align: middle;
}

.news-area .news-btn-area a.news-detail-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background: url("./assets/images/arrow_link.png") no-repeat center / contain;
}

.news-area .news-btn-area a.news-detail-btn:hover {
  opacity: 0.8;
}
.news-area .news-btn-area a.news-detail-btn:active {
  transform: translateY(1px);
}
.news-area .news-btn-area a.news-detail-btn:focus-visible {
  outline: 2px solid #fd89c0;
  outline-offset: 2px;
  border-radius: 52px;
}


/******************************************************
footer
******************************************************/
footer {
  width: 100%;
  background: #ffffff;
  padding: 0;
  font-size: 1.4rem;
}
footer .footer-menu-area {
  width: 100%;
  background: #fd89c0;
  padding: 30px 0;
}
footer .footer-menu-area .inner-footer-menu {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px 0;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list li {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-menu-ttl {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list {
  list-style: none;
  color: #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav:last-child {
  color: #ffffff;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-ttl {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-pic {
  width: 80px;
  box-sizing: border-box;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-pic img {
  width: 80px;
  height: auto
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-pic a:hover {
  opacity: 0.8;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-isms {
  width: 140px;
  box-sizing: border-box;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-isms img {
  width: 140px;
  height: auto
}
footer .footer-menu-area .footer-sns-list {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  list-style: none;
}
footer .footer-menu-area .footer-sns-list a:hover {
  opacity: 0.8;
}
footer .footer-bottom-area {
  width: 100%;
  background: #ffffff;
}
footer .footer-bottom-area .inner-bottom-footer {
  width: 1000px;
  box-sizing: border-box;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 2.2rem;;
}
footer .footer-bottom-area .inner-bottom-footer .footer-logo {
  text-align: center;
  padding-bottom: 20px;
}
footer .footer-bottom-area .inner-bottom-footer .footer-logo img {
  height: 40px;
  width: auto;
}
footer .footer-bottom-area .inner-bottom-footer .copyright {
  text-align: center;
}



/******************************************************
smartphone
******************************************************/
@media screen and (max-width: 768px) {
/****** header ******/
header {
  width: 100%;
  padding: 20px 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
}
header .header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
header .header-inner .header-main {
  display: block;
  box-sizing: border-box;
}
header .header-inner .header-main h1 {
  height: 30px;
  box-sizing: border-box;
}
header .header-inner .header-main h1 img {
  height: 30px;
  width: auto;
}
.hamburger {
  display: flex;
}
.hamburger.open .bar:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.hamburger.open .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.open .bar:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}
header .header-inner .navi-area {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  box-sizing: border-box;
}
header .header-inner .navi-area.show {
  display: block;
  opacity: 1;
}
header .header-inner .navi-list {
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
header .header-inner .navi-list li {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-top: 1px solid #e4e4e4;
  box-sizing: border-box;
  width: 100%;
}
header .header-inner .navi-list li:last-child {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}
header .header-inner .navi-list li.navi-sep {
  box-sizing: border-box;
  display: none;
}
.hamburger.open + .navi-list {
  display: flex;
  box-sizing: border-box;
}
header .header-inner .navi-list li .btn-t-contact {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  background: #fd89c0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}

/****** main-visual ******/
.main-visual {
  margin-top: 70px;
  width: 100%;
  height: 250px;
  background-image: url(./assets/images/pic_top_main.png);
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.main-visual .visual-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  box-sizing: border-box;
}
.main-visual .visual-inner .main-visual-ttl {
  padding-bottom: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 3.8rem;
}

/****** lead ******/
.lead-area {
  display: none;
}
.lead-area .lead-l-pos {
  box-sizing: border-box;
}
.lead-area .lead-m-pos {
  width: 700px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.lead-area .lead-m-pos .lead-ttl {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.lead-area .lead-m-pos .lead-txt {
  padding-bottom: 30px;
}
.lead-area .lead-m-pos .lead-ttl span {
  color: #fd89c0;
}
.lead-area .lead-r-pos{
  box-sizing: border-box;
}
/****** lead sp ******/
.lead-sp-area {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 50px 20px;
}
.lead-sp-area .lead-sp-ttl {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.lead-sp-area .lead-sp-ttl span {
  color: #fd89c0;
}
.lead-sp-area .lead-sp-inner {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.lead-sp-area .lead-sp-inner .lead-sp-txt {
  padding-bottom: 30px;
}

/****** thought ******/
.thought-area {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.thought-area .thought-main-visual {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  background-image: url(./assets/images/pic_top_thought.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.thought-area .thought-main-visual .thought-ttl {
  background: linear-gradient(to right, #fd89c0 0%, rgba(253,137,192,0) 100%);
  color: #ffffff;
  width: 340px;
  font-size: 3.0rem;
  line-height: 4.0rem;
  padding: 30px 0 30px 30px;
  box-sizing: border-box;
}
.thought-area .thought-inner {
  box-sizing: border-box;
  padding: 0 20px;
}
.thought-area .thought-sub-ttl {
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #fd89c0;
  font-weight: bold;
  padding-bottom: 30px;
}
.thought-area .thought-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 30px;
}
.thought-area .thought-en-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 50px;
}

/****** service ******/
.service-area {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 30px 20px;
  margin: 0 auto;
}
.service-area .service-list {
  list-style: none;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0 0 50px 0;
}
.service-area .service-list li {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.service-area .service-list li:last-child {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 0;
}
.service-area .service-list li a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: opacity .2s ease, transform .06s ease;
}
.service-area .service-list li .service-pic-pos {
  width: 120px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.service-area .service-list li .service-pic-pos img {
  width: 120px;
  height: auto;
}
.service-area .service-list li .service-txt-pos {
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.service-area .service-list li .service-txt-pos .service-txt-sub-ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.service-area .service-list li .service-txt-pos .logo-l-pos {
  width: 280px;
  height: auto;
  padding-bottom: 10px;
}
.service-area .service-list li .service-txt-pos .logo-h-pos {
  width: auto;
  height: 50px;
  padding-bottom: 10px;
}

/****** feature ******/
.feature-area {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 50px 20px;
  margin: 0 auto;
}
.feature-area .feature-list {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 50px 0;
}
.feature-area .feature-list li {
  list-style: none;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 30px 0;;
  padding: 0 0 30px 0;
}
.feature-area .feature-list li:last-child {
  list-style: none;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0 0 30px 0;
}
.feature-area .feature-list li .feature-pic-pos {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
.feature-area .feature-list li .feature-pic-pos .feature-pic {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  overflow: hidden;
}
.feature-area .feature-list li .feature-pic-pos .feature-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.feature-area .feature-list li .feature-txt-pos {
  box-sizing: border-box;
  padding-left: 0;
}
.feature-area .feature-list li .feature-txt-pos .feature-ttl {
  font-size: 2.0rem;
  line-height: 3.0rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.feature-area .feature-list li .feature-txt-pos .feature-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos {
  box-sizing: border-box;
  text-align: right;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos a.feature-btn {
  box-sizing: border-box;
  padding: 10px 50px 10px 20px;
  background: #ffffff;
  border: 2px solid #fd89c0;
  border-radius: 30px;
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  transition: opacity .2s ease, transform .06s ease;
  position: relative;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos a.feature-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url("./assets/images/arrow_link.png") no-repeat center/contain;
}
.feature-area .feature-list li .feature-txt-pos .feature-btn-pos a.feature-btn:hover {
  opacity: 0.8;
}

.feature-area .feature-btn-area {
  box-sizing: border-box;
  text-align: center;
}

.feature-area .feature-btn-area a.feature-detail-btn {
  box-sizing: border-box;
  width: 250px;
  padding: 17px 50px 17px 20px;
  background: #ffffff;
  border: 2px solid #fd89c0;
  border-radius: 50px;
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  position: relative;
  transition: opacity .2s ease, transform .06s ease;
  vertical-align: middle;
}

.feature-area .feature-btn-area a.feature-detail-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background: url("./assets/images/arrow_link.png") no-repeat center / contain;
}

.feature-area .feature-btn-area a.feature-detail-btn:hover {
  opacity: 0.8;
}
.feature-area .feature-btn-area a.feature-detail-btn:active {
  transform: translateY(1px);
}
.feature-area .feature-btn-area a.feature-detail-btn:focus-visible {
  outline: 2px solid #fd89c0;
  outline-offset: 2px;
  border-radius: 52px;
}

/****** news ******/
.news-area {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 50px 20px;
  margin: 0 auto;
}
.news-area .news-list {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 50px 0;
}
.news-area .news-list li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.news-area .news-list li:last-child {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0 0 30px 0;
}
.news-area .news-list li .news-info-list {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.news-area .news-list li .news-info-list .news-date {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-right: 20px;
}
.news-area .news-list li .news-info-list .news-cate {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 5px 10px;
  border: 1px solid #fd89c0;
  border-radius: 20px;
}
.news-area .news-list .news-ttl {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.news-area .news-list .news-ttl a {
  color: #404040;
  text-decoration: none;
}
.news-area .news-list .news-ttl a:hover {
  color: #404040;
  text-decoration: underline;
}
.news-area .news-btn-area {
  box-sizing: border-box;
  text-align: center;
}
.news-area .news-btn-area a.news-detail-btn {
  box-sizing: border-box;
  width: 250px;
  padding: 17px 50px 17px 20px;
  background: #ffffff;
  border: 2px solid #fd89c0;
  border-radius: 50px;
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  position: relative;
  transition: opacity .2s ease, transform .06s ease;
  vertical-align: middle;
}
.news-area .news-btn-area a.news-detail-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background: url("./assets/images/arrow_link.png") no-repeat center / contain;
}
.news-area .news-btn-area a.news-detail-btn:hover {
  opacity: 0.8;
}
.news-area .news-btn-area a.news-detail-btn:active {
  transform: translateY(1px);
}
.news-area .news-btn-area a.news-detail-btn:focus-visible {
  outline: 2px solid #fd89c0;
  outline-offset: 2px;
  border-radius: 52px;
}


/******************************************************
footer
******************************************************/
footer {
  width: 100%;
  background: #ffffff;
  padding: 0;
  font-size: 1.4rem;
}
footer .footer-menu-area {
  width: 100%;
  background: #fd89c0;
  box-sizing: border-box;
  padding: 30px 20px;
}
footer .footer-menu-area .inner-footer-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px 0;
}
footer .footer-menu-area .inner-footer-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px 0;
}

footer .footer-menu-area .inner-footer-menu .footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}

footer .footer-menu-area .inner-footer-menu .footer-menu-list li {
  flex: 1 1 calc(50% - 50px);
  box-sizing: border-box;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-menu-ttl {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list {
  list-style: none;
  color: #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav:last-child {
  color: #ffffff;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-inner-list li.footer-list-nav a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-ttl {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-pic {
  width: 80px;
  box-sizing: border-box;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-pic img {
  width: 80px;
  height: auto
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-pic a:hover {
  opacity: 0.8;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-isms {
  width: 140px;
  box-sizing: border-box;
}
footer .footer-menu-area .inner-footer-menu .footer-menu-list .footer-info-isms img {
  width: 140px;
  height: auto
}
footer .footer-menu-area .footer-sns-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
}
footer .footer-menu-area .footer-sns-list a:hover {
  opacity: 0.8;
}
footer .footer-bottom-area {
  width: 100%;
  background: #ffffff;
}
footer .footer-bottom-area .inner-bottom-footer {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 2.2rem;;
}
footer .footer-bottom-area .inner-bottom-footer .footer-logo {
  text-align: center;
  padding-bottom: 20px;
}
footer .footer-bottom-area .inner-bottom-footer .footer-logo img {
  height: 30px;
  width: auto;
}
footer .footer-bottom-area .inner-bottom-footer .copyright {
  text-align: center;
}

}

/****** common style ******/
.center { text-align: center; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb80 { margin-bottom: 80px; }