@charset "UTF-8";
/***あとで消す***/
.subContents {
  width: 500px;
  background-color: #000;
  height: 1500px;
}

.page-contents {
  display: flex;
}

body {
  background-color: #F8F6F2;
  line-height: 1.8;
}

.subTitle {
  font-size: 32px;
}
.subTitle span {
  color: #4CBFBD;
  font-size: 42px;
}

.mainVisual {
  display: flex;
  position: relative;
}
.mainVisual h4 {
  writing-mode: vertical-rl; /* 右から左へ（日本語の縦書きに適している） */
  text-orientation: upright; /* 文字を直立させる（アルファベットなど） */
  letter-spacing: 0.5em;
  color: #4CBFBD;
}

.mainSection {
  padding: 3em;
}

.slide img {
  width: 1000px;
  border-radius: 25px;
}

.mainVtxt {
  position: absolute;
  text-align: center;
  width: 500px;
  top: 630px;
  left: 100px;
  z-index: 99999;
}
.mainVtxt .mainVtxtBox {
  background-color: #fff;
  padding: 1em 3em;
  border-radius: 15px;
}
.mainVtxt .mainVtxtBox h3 span {
  color: #4CBFBD;
}
.mainVtxt .mainVtxtBox h3 .tel {
  font-size: 32px;
}

.mainVtxtChild {
  text-align: center;
  display: flex;
}
.mainVtxtChild .txt {
  text-align: left;
  display: inline-block;
  background-color: #F8F6F2;
  padding: 0.8em;
}
.mainVtxtChild .sumpleBox {
  background-color: #000;
  width: 70px;
  height: 86px;
  background-color: #000;
  margin-right: 0.8em;
}

.f-about {
  margin-left: 3em;
}
.f-about .aboutBox {
  border: dotted 3px #4CBFBD;
  width: 990px;
  padding: 2em;
  border-radius: 25px;
}
.f-about .aboutBox h3 {
  color: #4CBFBD;
  padding-bottom: 0.8em;
}

.circle-top {
  width: 90%;
  margin: 2em auto;
}
.circle-top h2 {
  text-align: center;
}
.circle-top a {
  display: block;
  background-color: #4CBFBD;
  color: #fff;
  border-radius: 100px 100px 100px 100px;
  margin: 0 auto;
  width: 100px;
}
.circle-top .circle-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-top .circle-child {
  width: 165px;
  height: 165px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8em;
  border: #4CBFBD;
}
.circle-top .circle-child h4 {
  text-align: center;
  display: inline-block;
}
.circle-top .circle-child h4 span {
  color: #4CBFBD;
}
.circle-top .main-circle {
  width: 180px;
  height: 180px;
}

.aboutUs {
  width: 80%;
  margin: 3em auto;
}
.aboutUs h2 {
  text-align: center;
}
.aboutUs h3 {
  font-size: 24px;
  padding: 0.8em 0;
  color: #4CBFBD;
}
.aboutUs img {
  border-radius: 30px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}
.aboutUs .aboutUs-Box {
  display: flex;
  justify-content: space-between;
}
.aboutUs .aboutUs-mainImg {
  margin-right: 3em;
}
.aboutUs .aboutUs-mainImg img {
  width: 500px;
}
.aboutUs .aboutUs-subImg img {
  width: 400px;
}
.aboutUs .aboutUs-subImg p {
  margin: 0.8em 0;
}

/* 必須 */
.accordion-content {
  display: none;
}

/* 装飾用 */
.accordion {
  width: 70%;
  margin: 0 auto;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: -5px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  top: -4px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}

/* ボタンのスタイル */
.btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #4CBFBD;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.swiper {
  width: 1080px;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

.f-blog {
  margin-right: 0.8em;
}

.f-section_blog_company_child {
  display: flex;
  justify-content: center;
}

.blog_data {
  display: flex;
}

.uncategorized p {
  display: none;
}

.blog_data h2 {
  font-size: 20px;
}
.blog_data p {
  background-color: #4CBFBD;
  color: #fff;
  margin-left: 0.8em;
  padding: 0 0.5em;
  border-radius: 30px;
}

.sumpleBox {
  width: 500px;
  height: 300px;
  background-color: #000;
}

.f-company {
  margin: 0 1em;
}

.f-q-a {
  margin: 2em 0;
}

.map iframe {
  width: 1080px;
  height: 400px;
}

.access {
  text-align: center;
}
.access h3 {
  text-align: left;
  margin: 1em;
  display: inline-block;
}

.footerContents {
  width: 100%;
  height: 450px;
  background-color: #4CBFBD;
}/*# sourceMappingURL=style.css.map */