/*------------------------------------
私たちについてページ用CSS
------------------------------------*/

.inner {
  padding: 50px 0 70px;
}

.inner-top {
  padding: 50px 0 70px;
}

.column-section > div{
  display: flex;
}

.column-inner{
  display: block;
}

img{
  border-radius: 30px;
}
.header-logo img,
.footer-menu-area .nemu-wrap .sns-link img{
  border-radius: 0px;
}

p {
  margin-bottom: 0;
}

/*あしらい*/
.image-dots{
  position: relative;
}
.image-dots::after{
  content: "";
  position: absolute;
  width: 99px;
  height: 99px;
  bottom: 0;
  left: 0;
  transform: translate(-50%, -17px);
  background: url(http://japan-mc.com/hitotohito/wp-content/themes/hitotohito/assets/img/dots-2.svg) no-repeat bottom;
}

.section-1 {
  position: relative;
}

.bg-cercle-dots {
  width: 33vw;
  height: 33vw;
  background-image: url(../img/bg-cercle-dots.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2vw;
  left: -18vw;
  z-index: 0;
}

/* ヘッダー部分 */
.top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.top a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

/* セクション共通設定 */
/* .bg-white {
  background-color: #fff;
}

.corner-no-top {
  position: relative;
  margin-top: -50px;
  border-radius: 50px 50px 0 0;
} */

/* About Us セクション */
.small-title {
  color: #2b6de5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.big-title {
  line-height: 1.3;
}

.page-main h3:after {
  border: unset;
}

.section-1 h3 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.6;
  border-bottom: unset;
  font-weight: 600;
}

.section-1 p {
  font-size: 18px;
  margin-bottom: 120px;
  line-height: 1.8;
}
.section-1 p,
.section-2 p {
  font-size: 1.15rem;
}
.default-btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 64px;
}

/* History セクション */
.section-2 h2, .section-3 h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
  border: unset;
  border-left: 8px solid  var(--color-blue);
  padding: 0 0 0 25px;
}

.section-2 h3, .section-3 h3 {
  font-size: 36px;
  margin-top: 25px;
  margin-bottom: 41px;
  border: unset;
  padding-bottom: 0;
  font-weight: 600;
}

/* ポイント表示部分 */
.point {
  flex: 1;
  padding: 20px;
  text-align: center;
  margin: 0px;
  background: #f9f9f9;
  border-radius: 10px;
}

.point img {
  width: 30px;
}

.point span {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 6px solid  var(--color-blue);
  width: fit-content;
  margin: 13px auto;
  padding-left: 10px;
  line-height: 1;
  font-size: 22px;
}

.point span span {
  border: unset;
  margin: 0;
  color:  var(--color-blue);
}

.point p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.section-2 > .inner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
  gap: 15px;
}

/* サービス部分 */
.service-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.service {
  flex: 0 0 calc(50% - 40px);
  margin: 15px;
  min-width: 300px;
}

.service > div {
  background: var(--color-lightgray);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.service p {
  font-weight: bold;
  margin: 20px 0 16px;
  font-size: 14px;
  line-height: 1.25;
  color: var(--color-blue);
}

.service p.service-title{
  font-weight: normal;
  margin-top: 0;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 600;
  border-left: 7px solid var(--color-blue);
  color: var(--color-black);
}
/* ボタン設定 */
.default-btn-center {
  text-align: center;
}

.page-main .default-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  min-width: 240px;
}

.btn-gray {
  background: #f0f0f0;
  color: #333;
}

.arrow-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background:  var(--color-blue);
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}

/* サービス紹介ボタン */
.service-nav {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.service-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.service-nav .arrow-circle {
  margin-left: 10px;
}

/* 実績表示部分 */
.achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}

.a  {
  flex: 1 0 calc(20% - 20px);
  min-width: 200px;
  background: var(--color-lightgray);
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 10px;
}

.achievement-item p {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.service-box {
  display: flex;
  justify-content: space-between;
}

.service-box img {
  width: 40%;
  object-fit: cover;
  border-radius: 10px;
}

.service-text {
  text-align: left;
  width: 56%;
}
@media screen and (min-width: 769px) and (max-width: 1080px){
  .service{
    flex: auto;
  }
} 

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .inner {
    padding: 30px 0px;
  }
  .inner-top {
    padding: 20px 0 30px;
  }
  .section-3 .inner {
    padding: 30px 0 60px;
  }
  img{
    border-radius: 15px;
  }
  
  .big-title {
    font-size: 24px;
  }

  .section-1 h3, .section-2 h3, .section-3 h3 {
    margin: 20px 0;
    font-size: 18px;
  }

  .section-2 > .inner > div {
    flex-direction: column;
  }

  .point {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
  }

  .service {
    flex: 1 0 100%;
    margin: 10px 0;
  }

  .service-nav {
    flex-direction: column;
  }

  .service-nav a {
    margin-bottom: 10px;
  }

  .achievements {
    flex-direction: column;
  }

  .achievement-item {
    width: 100%;
    margin: 10px 0;
  }
  .section-1 p{
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .section-1 p.sp-small,
  .section-2 p.sp-small{
    font-size: 0.9rem;
  }
  .default-btn-flex{
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  .service-area {
    gap: 30px;
  }
  .service {
    flex: auto;
    margin: 0;
  }
  .service > div {
    padding: 20px;
    flex-direction: column;
  }
  .service-area{
    margin: 0;
  }
  .service-box{
    flex-direction: column;
  }
  .service-box img {
    width: 100%;
    border-radius: 10px;
  }
  .service-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .service p{
    font-size: 1.1rem;
    margin: 10px 0 15px;
  }
  .service p.service-title{
    font-size: 1.2rem;
    margin: 25px 0 5px;
  }
  .page-main .default-btn{
    width: max-content;
    margin: 10px auto 0;
  }
  .point p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 769px){
  .section-2 > .inner {
    padding-top: 0;
  }
  .service:nth-of-type(3) .service p.service-sub-title{
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px){
  .service-area{
    margin: 0;
    gap: 20px;
  }
  .default-btn-flex{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .big-title {
    font-size: 20px;
  }

  .default-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}