@charset "UTF-8";

/*---------------------------------------------

	全ページ共通

---------------------------------------------*/
/* ↓ 色とテキストの定義 ------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 3.5vw;
    /*文字量L-3.3vw/文字量M-3.5vw  */
  }
}

body {
  color: #4d555b;
  letter-spacing: 0.12rem;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /*bold700 Medium 500 regular400 light 300*/
  position: relative;
  background: white;
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.page_wrapper {
  flex: 1;
}
.delayed-element {
  display: none;
}

.mincho {
  font-family: "Shippori Mincho B1", serif;
}
header {
  width: 100%;
}

footer {
  margin-top: auto;
  width: 100%;
}

html {
  height: 100%;
}

/* ↓ 共通アニメーション------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ↓ 共通コンテンツ横幅とマージン ------------------------*/
.pcWidth-xl {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.pcWidth-l {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.pcWidth-m {
  max-width: 1024px;
  width: 85%;
  margin: 0 auto;
}

.pcWidth-s {
  max-width: 760px;
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 1450px) {
  .pcWidth-xl {
    max-width: 1600px;
  }

  .pcWidth-l {
    max-width: 1400px;
  }

  .pcWidth-m {
    max-width: 1200px;
  }

  .pcWidth-s {
    max-width: 960px;
  }
}

/* ↓ リンクと共通パーツ ------------------------*/
.textalign-center {
  text-align: center;
}

.textalign-left {
  text-align: left;
}

.textalign-right {
  text-align: right;
}

a {
  color: #4d555b;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.flex {
  display: flex;
}

@media screen and (max-width: 540px) {
  .flex {
    display: block;
  }
}

img {
  width: 100%;
}

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

.btn {
  display: flex;
  align-items: center;
  padding: 1rem 5.5rem 1rem 1.5rem;
  margin: auto;
  border: 2px solid #1e8ddd;
  border-image: linear-gradient(to right, #1e8ddd, #45c5d7) 1;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.025rem;
  transition: 0.3s ease;
  background: #fff;
}

.btn_back_area {
  text-align: center;
  margin-top: 6rem;
}

.btn_back {
  display: flex;
  align-items: center;
  padding: 1rem 5.5rem 1rem 5.5rem;
  border: 2px solid #1e8ddd;
  border-image: linear-gradient(to right, #1e8ddd, #45c5d7) 1;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.025rem;
  transition: 0.3s ease;
  background: #fff;
}

.btn_center {
  margin: auto;
}

.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: block;
  width: 3rem;
  /*幅*/
  height: 1rem;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  transition: 0.3s ease;
}

.btn_back::after {
  background-image: none;
}

.btn:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.btn:hover::after {
  right: 0.2rem;
  transition: 0.3s ease;
}

.btn p {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(90deg, #1e8ddd, #45c5d7 30%);
  background: -webkit-linear-gradient(0deg, #1e8ddd, #45c5d7 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ↓ ナビゲーションバー ------------------------*/
.globalmenu {
  padding: 0.8rem 1rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 0.9rem;
  z-index: 10000;
  background-color: #fff;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1200px) {
  .globalmenu {
    font-size: 0.85rem;
  }
}
/*↑背景固定の場合はabsolute、追従の場合はfixedに変更*/
.bgTopmost {
  background: none;
  box-shadow: none;
  transition: all 0.5s ease;
}

.globalmenu-center ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: 0.01rem;
}

.globalmenu-center ul li {
  position: relative;
  margin-right: 1.4rem;
  font-size: 0.8rem;
}

.globalmenu-center ul li.has-dropdown .dropdown-menu {
  display: none; /* デフォルトは非表示 */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 10;
}

.globalmenu-center ul li.has-dropdown:hover .dropdown-menu {
  display: block; /* ホバー時に表示 */
}

.globalmenu-center ul li.has-dropdown .dropdown-menu li {
  margin: 0;
}

.globalmenu-center ul li.has-dropdown .dropdown-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  width: 10rem;
  color: #333;
  text-decoration: none;
}

.globalmenu-center ul li.has-dropdown .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .globalmenu-center ul li {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .globalmenu-center ul li {
    margin-right: 1.1rem;
  }
}

.globalmenu-center ul li:last-child {
  margin-right: 0rem;
}

.globalmenu-left {
  width: 14rem;
}
@media screen and (max-width: 1200px) {
  .globalmenu-left {
    width: 12rem;
  }
}

.globalmenu-left img,
.globalmenu-right img,
.globalmenu-center img {
  height: 1.5rem;
}

.header_contact {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.8rem;
  background: linear-gradient(90deg, #1e8ddd 2.31%, #45c5d7 99.73%);
}

.header_contact a {
  color: #fff;
  display: block;
}

@media screen and (max-width: 980px) {
  .globalmenu-center {
    display: none;
  }

  .header_contact {
    display: none;
  }
}

.header_contact img {
  width: 1.25rem;
  margin-right: 0.5rem;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: none;
  position: relative;
  z-index: 3;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  transform: scale(0.8, 0.8);
}

@media screen and (max-width: 980px) {
  .hamburger {
    display: block;
    transform: scale(0.6, 0.6);
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0.5rem;
}

.hamburger span:nth-child(1) {
  top: 5px;
}

.hamburger span:nth-child(2) {
  top: 15px;
}

.hamburger span:nth-child(3) {
  top: 25px;
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  /*    left: 6px;*/
  background: #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ↓ スマホメニュー ------------------------*/
nav.globalmenu-sp {
  position: fixed;
  z-index: 999; /* z-indexもここで統一でOK */
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow-y: auto; /* 追加: スクロール可能にする */
  -webkit-overflow-scrolling: touch; /* iOS対策 */
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.globalmenuSp-inner {
  position: relative; /* absolute を relative に */
  top: 0; /* 12% は不要または padding に */
  padding-top: 12%; /* 必要ならこちらに */
  width: 100%;
}

.globalmenuSp-inner ul {
  border-top: 1px solid #dfe5e6;
}

.globalmenuSp-inner li {
  font-size: 0.9rem;
  text-align: left;
  border-bottom: 1px solid #dfe5e6;
}
.globalmenuSp-inner li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.8rem 2rem;
}

nav.globalmenu-sp.active {
  display: block;
  opacity: 1; /* opacity: 10 は無効。最大は 1 */
}
.globalmenuSp-inner li.has-children .arrow {
  float: right;
  transition: transform 0.3s ease;
}

.globalmenuSp-inner li.has-children.open .arrow {
  transform: rotate(180deg); /* ▼→▲ */
}

.globalmenuSp-inner .submenu {
  display: none;
  background-color: #f9f9f9;
}

.globalmenuSp-inner li.has-children.open .submenu {
  display: block;
}
.globalmenuSp-inner li.has-children.open .submenu li:last-child {
  border-bottom: none;
}
/*---------------------------------------------

	共通スタイル

---------------------------------------------*/
.sec_head {
  height: 5rem;
  margin-bottom: 3.5rem;
}

.sec_head2 {
  height: 6.2rem;
}

.sec_head img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 540px) {
  .sec_head {
    height: 2.5rem;
    margin-bottom: 2rem;
  }

  .sec_head2 {
    height: 4rem;
  }
}

.sec_head_s {
  margin-bottom: 2.5rem;
}

.sec_head_s .eng {
  display: flex;
  align-items: center;
}

.sec_head_s .eng {
  position: relative;
  color: #617cc0;
}

.sec_head_s .eng::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1px;
  background-color: #617cc0;
  position: relative;
  margin-left: 1.5rem;
}

.sec_head_s .jpn {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.sec_head_s .eng {
  font-size: 1.1rem;
}

@media screen and (max-width: 540px) {
  .sec_head_s .jpn {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .sec_head_s .eng {
    font-size: 0.9rem;
  }
}

.sec_disc {
  margin-bottom: 2rem;
}

.img_kado {
  position: relative;
  z-index: 1;
}

.img_kado:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0.25rem;
  left: 0.25rem;
  background-color: #1e8ddd;
  z-index: -1;
  border-radius: 0.5rem;
  background: linear-gradient(
    135deg,
    rgba(250, 245, 234, 0) -11.23%,
    #d2faff 97.49%
  );
}

.left.img_kado:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0.25rem;
  right: 0.25rem;
  background-color: #1e8ddd;
  z-index: -1;
  border-radius: 0.5rem;
  background: linear-gradient(
    135deg,
    rgba(250, 245, 234, 0) -11.23%,
    #d2faff 97.49%
  );
}
.img_kado img {
  border-radius: 0.5rem;
}

/*---------------------------------------------

	FV

---------------------------------------------*/

.fv {
  height: 100vh;
  margin: auto;
  z-index: -2;
}

@media screen and (max-width: 540px) {
  .fv {
    height: auto;
    max-height: initial;
    z-index: -2;
    margin-bottom: 4rem;
  }
}

.fv {
  position: relative;
}

.circle1 {
  max-width: 1200px;
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fv span {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 10px);
  margin-bottom: -2rem;
}

.fv .flex {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
}

.fv .left {
  width: 46%;
  max-width: 880px;
  margin-right: -5rem;
  z-index: 2;
  position: relative;
}

.fv .right {
  width: 40%;
  max-width: 690px;
  position: relative;
}

/*---------------------------------------------

	ちゃちゃまるグループ事業目的

---------------------------------------------*/
.top_philosophy {
  background: linear-gradient(180deg, rgba(250, 245, 234, 0) 0%, #ecf6f8 100%);
  padding-bottom: 8rem;
  position: relative;
}

@media screen and (max-width: 540px) {
  .top_philosophy {
    background: linear-gradient(
      180deg,
      rgba(250, 245, 234, 0) 0%,
      #ecf6f8 100%
    );
    padding-bottom: 4rem;
    position: relative;
  }
}

.top_philosophy .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top_philosophy .message {
  margin-bottom: 6rem;
}

.top_philosophy .flex {
  justify-content: space-between;
}

.top_philosophy .left {
  width: 50%;
}

.top_philosophy .right {
  width: 40%;
}

.top_philosophy .left .read {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.top_philosophy .left .sentence {
  line-height: 2.2;
}
@media screen and (max-width: 540px) {
  .top_philosophy .left .read {
    font-size: 1.3rem;
  }

  .top_philosophy .left {
    width: 100%;
    margin-bottom: 3rem;
  }

  .top_philosophy .right {
    width: 80%;
    margin: auto;
  }
}

.top_philosophy .right img {
  height: 100%;
  object-fit: cover;
}

.top_philosophy .ceo_message .left {
  width: 40%;
}

@media screen and (max-width: 540px) {
  .top_philosophy .ceo_message .left {
    width: 80%;
    margin: auto;
  }
}

.ceo_message .namearea {
  display: flex;
  justify-content: right;
  margin-top: -2rem;
  margin-right: -1rem;
}

.ceo_message .name {
  padding: 1rem;
  background-color: #fff;
  display: inline-block;
  text-align: right;
  line-height: 1.5;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
}

.ceo_message .name div:first-child {
  font-size: 0.8rem;
}

.top_philosophy .ceo_message .right {
  width: 50%;
}

@media screen and (max-width: 540px) {
  .top_philosophy .ceo_message .right {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.top_philosophy .right .sentence {
  font-size: 0.9rem;
}

@media screen and (max-width: 540px) {
  .top_philosophy .ceo_message .flex {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*---------------------------------------------

	top_business

---------------------------------------------*/
.top_business {
  padding: 5rem 0 8rem;
}

@media screen and (max-width: 540px) {
  .top_business {
    padding: 4rem 0 3rem;
  }
}

.top_business .flex {
  justify-content: space-between;
}

.top_business .left {
  width: 50%;
}

@media screen and (max-width: 540px) {
  .top_business .left {
    width: 100%;
  }
}

.top_business .left .sentence {
  margin-bottom: 2rem;
}

.top_business .right {
  width: 40%;
}

@media screen and (max-width: 540px) {
  .top_business .right {
    width: 80%;
    margin: auto;
  }
}

.top_business .btnarea a:first-child {
  margin-right: 1.5rem;
}

.btnarea .arrow {
  width: 2rem;
}

.top_business .btnarea a {
  white-space: nowrap;
}

@media screen and (max-width: 540px) {
  .top_business .btnarea {
    display: block;
    margin-bottom: 3rem;
  }

  .top_business .btnarea a:first-child {
    margin-right: initial;
    margin: auto;
    margin-bottom: 2rem;
  }

  .top_business .btnarea a {
    display: block;
    width: 80%;
    margin: auto;
  }
}

/*---------------------------------------------

	feature

---------------------------------------------*/

@media screen and (max-width: 540px) {
  .top_feture {
    padding: 5rem 0 6rem;
  }

  .top_feture .sec_head {
    height: 3.3rem;
  }
}

.top_feture .sec_head {
  text-align: center;
}

.feature_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media screen and (max-width: 540px) {
  .feature_flex {
    display: block;
    margin-bottom: 5rem;
  }
}

.feature_flex .item {
  width: 30%;
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 540px) {
  .feature_flex .item {
    width: 30%;
    margin: auto;
    margin-bottom: 7rem;
  }

  .feature_flex .item:first-child {
    margin-top: 4rem;
  }

  .feature_flex .item:last-child {
    margin-bottom: 0rem;
  }
}

.feature_flex .read p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #4c66bd, #5198c0 60%);
  background: -webkit-linear-gradient(0deg, #4c66bd, #5198c0 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.feature_flex .read.last p {
  line-height: 2.5;
}

.feature_flex .sentence {
  font-size: 0.8rem;
}

.feature_circle {
  position: relative;
  min-width: 270px;
  /* 円のサイズ（高さにもなる） */
  border-radius: 100%;
  padding: 16px;
  /* 以下のFlexboxで文字を中央寄せ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature_circle .inner {
  margin-top: -1.5rem;
}

.feature_circle::before {
  /* 擬似要素で正円を作る */
  display: block;
  content: "";
  padding-top: 100%;
}

.feature_flex .feature_circle .image {
  width: 8rem;
  position: absolute;
  left: 50%;
  margin-top: 0.5rem;
  transform: translateX(-50%);
}

.feature_flex .feature_circle .number {
  width: 5rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  margin-top: 0.75rem;
  transform: translateX(-50%);
}

@media screen and (max-width: 540px) {
  .feature_flex .read.last {
    margin-top: -2rem;
  }

  .feature_flex .feature_circle .image3 {
    margin-top: 2rem;
  }
}

/*---------------------------------------------

	top_youtube

---------------------------------------------*/

.top_youtube {
  padding: 5rem 0 6rem;
  background-color: #fff;
}
.topslider .item {
  padding: 0.75rem;
  overflow: auto;
}

@media screen and (min-width: 1400px) {
  .topslider .item {
    padding: 0.75rem;
  }
}

@media screen and (max-width: 540px) {
  .topslider .item {
    padding: 1rem;
    width: auto;
  }
}

.topslider .item img {
  border-radius: 0.5rem;
}

/*---------------------------------------------

	top_ploperty

---------------------------------------------*/
.top_ploperty {
  padding: 5rem 0 6rem;
  background: #fff;
}
.top_news {
  padding: 5rem 0 6rem;
  background: #f9f9f9;
}

.top_news .btnarea {
  margin-top: 3rem;
}

.card_flex {
  flex-wrap: wrap;
}

.card_flex .item {
  width: 32%;
  height: auto;
  border: 3px solid;
  border-image: linear-gradient(to right, #1e8ddd, #45c5d7) 1;
  border-image-slice: 1;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 2rem;
}

.card_flex .item .image {
  width: 100%;
  height: 13rem;
}

@media screen and (max-width: 540px) {
  .card_flex .item .image {
    width: 100%;
    height: 11.5rem;
  }

  .card_flex {
    margin-bottom: 0rem;
  }
}

.card_flex .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_flex .item:nth-child(3n-1) {
  margin: 0 2%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .card_flex .item:nth-child(3n-1) {
    margin: initial;
    margin: auto;
    margin-bottom: 3rem;
  }

  .card_flex .item {
    width: 80%;
    margin: auto;
    margin-bottom: 3rem;
    height: auto;
    display: block;
    flex-wrap: wrap;
    background-color: #fff;
  }

  .card_flex .item:last-child {
    margin-bottom: 0rem;
  }
}

.card_flex .item .info {
  background-color: #fff;
  padding: 0.5rem 1rem;
  height: auto;
}

.card_flex .item .info .name {
  font-size: 1.05rem;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card_flex .item .info .address {
  font-size: 0.8rem;
}

.top_ploperty .top_ploperty_link {
  margin-bottom: 1rem;
  font-weight: 500;
}

.top_ploperty_link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top_ploperty_link a p {
  background: linear-gradient(90deg, #1e8ddd, #45c5d7 30%);
  background: -webkit-linear-gradient(0deg, #1e8ddd, #45c5d7 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_ploperty_link span {
  width: 3rem;
  margin-left: 1rem;
  display: flex;
}

/*---------------------------------------------

	our_link

---------------------------------------------*/
.our_link {
  padding: 5rem 0;
  background-color: #fff;
}

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

@media screen and (max-width: 540px) {
  .bannerarea {
    display: block;
    justify-content: space-between;
  }
}

.bannerarea a {
  display: block;
  width: 48%;
  height: 48%;
  border: 3px solid;
  border-image: linear-gradient(to right, #1e8ddd, #45c5d7) 1;
  border-image-slice: 1;
  position: relative;
}

@media screen and (max-width: 540px) {
  .bannerarea a {
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
    position: relative;
  }
}

.bannerarea a:last-child {
  margin-top: 3rem;
}

.bannerarea a .banner_name {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #fff;
  font-weight: bolder;
  line-height: 1;
}

.bannerarea .head_s {
  position: absolute;
  font-weight: bold;
  top: 2rem;
  left: -1rem;
  padding: 1rem 3rem;
  background: linear-gradient(90deg, #1e8ddd 2.31%, #45c5d7 99.73%);
  color: #fff;
}

/*---------------------------------------------

case

---------------------------------------------*/
.sec_case {
  padding: 5rem 0 6rem;
  background-color: #e9f4f5;
}

.sec_case .case_item {
  margin-bottom: 7rem;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .sec_case .case_item {
    margin-bottom: 5rem;
    margin-top: 3rem;
  }
}
.sec_case .case_item:last-child {
  margin-bottom: 0rem;
}

.sec_case .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .sec_case .flex {
    display: block;
    margin-bottom: 0rem;
  }
}
.sec_case .flex .left {
  width: 40%;
  font-weight: 500;
}
.sec_case .flex .right {
  width: 55%;
}
@media screen and (max-width: 960px) {
  .sec_case .flex .left {
    width: 100%;
  }
  .sec_case .flex .right {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.sec_case .flex .head_ss {
  background: linear-gradient(90deg, #1e8ddd 2.31%, #45c5d7 99.73%);

  display: inline-block;
  padding: 0.25rem 2rem;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .sec_case .flex .head_ss {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
.sec_case .flex .head_ss img {
  width: 1rem;
  margin-right: 0.5rem;
}
.sec_case .flex .head_ss .inner {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

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

.sec_case .comment .left {
  text-align: center;
  width: 17%;
  max-width: 10rem;
}
@media screen and (max-width: 960px) {
  .sec_case .comment .left {
    width: 20%;
  }
}
.sec_case .comment .left img {
  margin-bottom: 0.5rem;
}

.sec_case .comment .right {
  width: 75%;
  background-color: #fff;
  padding: 1.5rem 3rem;
  line-height: 2.2;
  box-shadow: -1rem 0 4.5rem 0px rgba(141, 134, 170, 0.15);
  position: relative;
  font-weight: 500;
}

.sechead_s_case {
  padding-left: 1rem;
  border-left: 7px solid #1e8ddd;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .sec_case .comment .right {
    width: 70%;
    background-color: #fff;
    padding: 1rem 1.5rem;
    line-height: 2;
    box-shadow: -1rem 0 4.5rem 0px rgba(141, 134, 170, 0.15);
    position: relative;
    font-weight: 500;
    font-size: 0.9rem;
  }
}
.sec_case .comment .right .fukidashi {
  left: 0;
  top: 3rem;
  transform: translateX(-100%);
  position: absolute;
  width: 2rem;
}
@media screen and (max-width: 960px) {
  .sec_case .comment .right .fukidashi {
    width: 1.3rem;
    top: 1.5rem;
  }
}
.sec_case .img_case2 .head_ss {
  background: linear-gradient(90deg, #1e8ddd 2.31%, #45c5d7 99.73%);
  display: inline-block;
  padding: 0.25rem 2rem;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1.1rem;
}
.sec_case .img_case2 .head_ss img {
  width: 1rem;
  margin-right: 0.5rem;
}
.sec_case .img_case2 .head_ss .inner {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

.sec_case .img_case2 {
  position: relative;
  margin-bottom: 3rem;
}
.sec_case .img_case2 .head_ss {
  position: absolute;
  left: 0;
  top: 0;
  margin: initial;
}
@media screen and (max-width: 1100px) {
  .sec_case .img_case2 .head_ss {
    display: none;
  }
}

.sec_case .case_head_ss {
  background: linear-gradient(90deg, #1e8ddd 2.31%, #45c5d7 99.73%);

  display: inline-block;
  padding: 0.25rem 2rem;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1.1rem;
}
.sec_case .case_head_ss img {
  width: 1rem;
  margin-right: 0.5rem;
}
.sec_case .case_head_ss .inner {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 1101px) {
  .sec_case .case_head_ss {
    display: none;
  }
}

/*---------------------------------------------

	フッター

---------------------------------------------*/

.footer_contact {
  background-image: url(../img/back_footercontact.png);
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.footer_contact a {
  border: 2px solid #fff;
  color: #fff;
  padding: 2rem 3rem 2rem 7rem;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .footer_contact a {
    padding: 2rem;
    font-size: 1rem;
  }
}

.footer_contact a div {
  display: flex;
  align-items: center;
}

.footer_contact a img {
  width: 3rem;
  margin-left: 4rem;
}

@media screen and (max-width: 540px) {
  .footer_contact a img {
    width: 2rem;
    margin-left: 2rem;
  }
}

.footer-menu {
  background: #363a49;
  text-align: center;
  padding: 4rem 0rem 2rem;
}

.footer-menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 540px) {
  .footer-menu ul {
    display: block;
  }
}

.footer-menu ul li {
  margin: 0 1.5rem;
}

@media screen and (max-width: 540px) {
  .footer-menu ul li {
    margin-bottom: 1.2rem;
  }
}

.footer-menu ul li a {
  color: #fff;
  font-size: 0.9rem;
}

@media screen and (max-width: 540px) {
  .footer-menu ul li a {
    color: #fff;
    font-size: 1.2rem;
  }
}

.footerMenu-logo {
  margin-bottom: 1rem;
  display: block;
}

@media screen and (max-width: 540px) {
  .footerMenu-logo {
    margin-bottom: 2rem;
  }
}

.footerMenu-logo img {
  width: 20rem;
}

.footerMenu-menus {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}

.footerMenu-menus a {
  color: white;
}

.sns_icon {
  justify-content: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 540px) {
  .sns_icon {
    display: flex;
  }
}

.sns_icon a {
  margin: 0 0.5rem;
  width: 2rem;
}

@media screen and (max-width: 540px) {
  .sns_icon a {
    margin: 0 0.5rem;
    width: 2rem;
  }
}

.footerMenu-copy {
  font-size: 0.8rem;
  letter-spacing: normal;
  color: white;
}

/* ↓ トップへ戻る ------------------------*/

.to-top {
  position: fixed;
  z-index: 1000;
  width: 11rem;
  height: auto;
  right: 0rem;
  bottom: 0rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-align: center;
  transform: scale(0.8);
}

@media screen and (max-width: 540px) {
  .to-top {
    width: 10rem;
  }
}

.to-top img {
  width: 100%;
}
.sales-trends {
  margin-top: 5rem;
  background-color: #f9f9f9;
  width: 100%;
  padding: 4rem 0;
}
.sales-trends .head {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .sales-trends {
    margin-top: 4rem;
    background-color: #f9f9f9;
    width: 100%;
    padding: 3rem 0;
  }
  .sales-trends .head {
    font-size: 1.5rem;
  }
}

/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
  display: block;
}

.spArea {
  display: none;
}

@media screen and (max-width: 540px) {
  .pcArea {
    display: none;
  }

  .spArea {
    display: block;
  }
}
