@charset "UTF-8";
/** pxからvwへ変換関数 **/
html {
  font-size: 10px;
}

body {
  width: 100%;
  color: #202020;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", "メイリオ", sans-serif;
  background-color: #0C1030;
}

ul {
  list-style: none;
}

a {
  color: #202020;
  -webkit-transition: all .5s 0s ease;
  transition: all .5s 0s ease;
}

a:hover {
  color: #EA7E62;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h2 {
  font-size: 3rem;
  line-height: 1.5;
  background-color: #FFF;
  padding-left: 42px;
  transform: skew(-20deg);
  margin-bottom: 15px;
  width: 85%;
  letter-spacing: 1.25px;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.5;
}

h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}

table {
  width: 100%;
  text-align: left;
}

.img img {
  width: 100%;
}

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

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

.font-bold {
  font-weight: bold;
}

.mt-03 {
  margin-top: 3rem;
}

.mb-05 {
  margin-bottom: 5rem;
}

.mb-06 {
  margin-bottom: 6rem;
}

.mb-01 {
  margin-bottom: 1rem;
}


.mb-02 {
  margin-bottom: 2rem;
}

.pl-01 {
  padding-left: 1rem;
}

.bg-purple {
    background-color: rgba(78, 42, 135, 0.05);
}

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

.underline {
  border-bottom: 8px solid #56423D;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}

.font-lobster {
  color: #FFF;
  font-size: 6rem;
}

small {
  color: #fff;
}

/*===========
main contents
=============*/
.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.w800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  padding: 3rem;        
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col-01 {
  width: 100%;
}

.col-02 {
  width: 48%;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

.col-03 {
  width: 31%;
}

.w30 {
  width: 30%;
}

.w67 {
  width: 67%;
}

.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  width: 75%;
  padding: 4rem 2rem;
}

.header .logo {
  width: 100%;
}

.header .logo img {
  width: 120px;
}

.header .header__nav .nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header #js-hamburger {
  background: #fff;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px -5px #d6d6d6;
          box-shadow: 0px 0px 15px -5px #d6d6d6;
}

.mv {
  width: 100%;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2rem;
  overflow: hidden;
}

.mv #mv {
  max-width: 65%;
  position: absolute;
  right: -20px;
  bottom: 0;
}

.mv .title {
  width: 100%;
  position: relative;
  z-index: 99;
}

.mv .title span {
  font-size: 3rem;
  color: #fff;
  line-height: 1.4;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main section {
  padding: 3rem 2rem;
  margin: 0 2rem;
}
#about,#project,#company {
  padding: 0 2rem 4rem;
  margin: 0 2rem; 
}

#project {
  margin: 4rem 2rem;
}

#about.service,
#project.project,
#company.company {
  background-color: rgba(12, 16, 48, 0.5);
}

#about.service .text.w67 p {
  margin-bottom: 1.5em;
}

#about.service .text.w67 p:last-child {
  margin-bottom: 0;
}

.main .left-content {
  width: 75%;
  background-image: url('../img/common/bg-project.jpg');
  background-attachment: fixed; 
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: #0C1030;
}

.main .scroll-news {
  width: 25%;
  padding: 7rem 3rem 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #FFF;
}

.main .scroll-news .title {
  text-align: center;
}

.main .scroll-news .title .font-lobster {
  font-size: 4rem;
  color: #202020;
}

.main .scroll-news .news dl {
  margin-bottom: 2rem;
}

.main .scroll-news .news .date {
  font-size: 1.2rem;
  color: #C9C9C9;
}

.main .scroll-news .news .btn {
    border-top: 1px solid #C9C9C9;
    padding-top: 4rem;
    margin-top: 4rem;
    border-radius: 0;
    width: 100%;
}

.main .scroll-news .news .btn a {
  color: #fff;
  background-color: #4E2A87;
  text-align: center;
  display: block;
  padding: 1.3rem 0;
  border-radius: 10px;
}

.main .project {
  padding: 7rem 0 2rem;
  color: #fff;
}

.main .project .text {
  background-color: #fff;
  padding: 2rem 1.5rem;
}

.main .project .text h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.main .project .text p {
  color: #C9C9C9;
} 

#project .title span {
  color: #fff;
}

.main .project .projectSwiper .swiper-slide {
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

.main .project .projectSwiper .swiper-slide .img {
  background-color: #fff;
}

.main .project .projectSwiper .swiper-slide img {
  aspect-ratio: 16/11;
  object-fit: cover;
}

.main .project .swiper-pagination-bullet-active {
  background-color: #3C8B86;
}

.main .message {
  padding-bottom: 8rem;
}

.main .message .message-mv {
  background-image: url("../img/common/mv-message.jpg");
  height: 596px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}

.main .message .message-mv h3 {
  position: relative;
  right: 5%;
}

.main .message .message-mv h3 span {
  padding: 1rem 4rem;
}

.main .message h2 {
  text-align: center;
  margin-bottom: 5rem;
}

.main .message p {
  text-align: center;
}

.main .message .content {
  margin-bottom: 4rem;
}

.main .message .container {
  position: relative;
  padding-bottom: 10rem;
}

.main .message .container #chara01 {
  position: absolute;
  top: 8rem;
  left: 0;
}

.main .message .container #chara02 {
  position: absolute;
  right: 0;
  top: 40%;
}

.main .message .container #dots01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.main .message .container #dots02 {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -1;
}

.main .message .container #dots03 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.arrow {
  position: relative;
  color: #fff;
  background-color: #4E2A87;
  border: 1px solid #4E2A87;
  text-align: center;
  display: inline-block;
  padding: 1rem 4rem;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.arrow:hover {
  color: #4E2A87 !important;
  background-color: transparent !important;
}

.arrow:hover::after {
  border-top: solid 2px #4E2A87;
  border-right: solid 2px #4E2A87;
}

.arrow::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  /* 好みで色を変えてください */
  border-right: solid 2px #fff;
  /* 好みで色を変えてください */
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
}

.tabBlock .img {
  margin-bottom: 4rem;
}

.tabBlock .title {
  text-align: center;
}

.tabBlock .title span {
  color: #C9C9C9;
}

.tabBlock p {
  font-size: 1.4rem;
  color: #707070;
  margin-bottom: 2rem;
}

.business-content h3 {
  text-align: center;
  color: #3C8B86;
  margin: 4rem 0 4rem;
}

.business-content h3 span {
  border-bottom: 2px solid #3C8B86;
}

.business-content .area {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 13px -11px #393939;
          box-shadow: 0px 0px 13px -11px #393939;
  padding: 2rem;
  margin-bottom: 3rem;
}

.business-content .area .area01 {
  width: 40%;
}

.business-content .area .area02 {
  width: 60%;
  padding-left: 2.5rem;
}

.business-content .area .area02 h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.company .flex {
  background-color: #fff;
  padding: 3rem;
}
.company .box {
  width: 100%;
  margin-bottom: 3rem;
  align-items: center;
}

.company .table table td {
  padding: 1rem;
  border-bottom: 1px solid #C9C9C9;
  font-size: 2rem;
}

.company .table table td:first-child {
  width: 30%;
}

.company .table table td:last-child {
  font-weight: 400;
  width: 70%;
}

.news-detail .breadcrumb {
  font-size: 1.4rem;
}

.company .col-02 iframe {
  width: 100%;
}

.news-detail .content {
  background-color: #fff;
}

.news-detail .content table {
  width: 100%;
  margin-bottom: 4rem;
}

.news-detail .content table td {
  border: 1px solid #3C8B86;
  width: 70%;
  color: #202020;
  padding: 1rem
}
.news-detail .content table td:first-child {
  font-weight: bold;
  width: 30%;
}

.news-detail a {
  color: #FFF;
  text-decoration: underline;
}

.info .cat {
  color: #FFF;
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.4rem;
}

.info .time {
  display: block;
  color: #FFF;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.news-detail .inner h2 {
  color: #4E2A87;
  border-bottom: 2px solid #4E2A87;
  padding-bottom: .7rem;
  margin-bottom: 1.8rem;
}

.news-detail .inner p {
  margin-bottom: 2.5rem;
}

.news-detail .inner a {
  color: #4E2A87;
}

.news-detail .wp-block-button a {
  font-size: 1.8rem;
  margin: 2rem 0 4rem;
  padding: 1rem 5rem;
  color: #fff;
  background-color: #3c8b86;
  border:1px solid #3c8b86;
  text-decoration: none;
  transition: all .5s;
}
.news-detail .wp-block-button a:hover {
  color: #3c8b86;
  background-color: transparent;
}

.mv-single {
  margin-bottom: 4rem;
}

footer {
  padding: 6rem;
  background-color: rgba(12, 16, 48, 0.5);
}

footer a {
  color: #fff;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 3rem;
}

footer .contact-btn a {
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem 4rem;
  border-radius: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer .contact-btn a:hover {
  color: #4E2A87;
  background: #fff;
}

footer .logo img {
  width: 95px;
}

/*タブメニュー*/
#tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leftmenu {
  width: 100%;
}

.tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}

.tabItem {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #C9C9C9;
  border-radius: 10px 10px 0 0;
  color: #3C8B86;
  padding: 1.5rem 1rem;
  margin-bottom: 2.5rem;
}

.tabItem.tabItem-current {
  background-color: #3C8B86;
  color: #fff;
}

.tabContent {
  position: relative;
  width: 67%;
}

.tabBlock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.tabBlock.tabBlock-show {
  position: static;
  opacity: 1;
  z-index: 10;
}

@media screen and (min-width: 761px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (min-width:1080px) and ( max-width: 1400px) {
  .container {
    padding-left: 3rem;
  }
}

@media screen and (min-width:760px) and ( max-width:1080px) {
  .scroll-news {
    display: none;
  }
  .main .left-content {
    width: 100%;
  }
  .container {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 760px) {
  .sp-none {
    display: none !important;
  }
  body {
    font-size: 4vw;
  }
  h2 {
    font-size: 5vw;
    width: 100%;
  }
  h3 {
    font-size: 4.8vw;
  }
  h4 {
    font-size: 4.26667vw;
  }
  main section {
    padding: 0 2rem;
  }
  .col-03 {
    width: 100%;
  }
  .col-02 {
    width: 100%;
    justify-content: center;
  }
  .main section {
    padding: 6rem 2rem;
  }
  .leftmenu {
    width: 100%;
  }
  .w30 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .w67 {
    width: 100%
  }
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #f7feff;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.header-second .header-container {
  margin: 0 auto;
}

@media screen and (min-width: 761px) {
  .header__nav {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    background-color: inherit;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: auto;
  }
  .header .header__nav .nav__items{
    gap: 40px;
  }
  }
  .header-second .header__nav {
    width: 70%;
  }

@media screen and (min-width: 761px) {
  .nav__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}

@media screen and (min-width:760px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/* ナビのリンク */
.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  color: #fff;
  text-shadow: 0 0 8px rgb(0, 0, 0, 1);
}

.nav-items__item a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #C9C9C9;
  /* 好みで色を変えてください */
  border-right: solid 2px #C9C9C9;
  /* 好みで色を変えてください */
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 760px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 760px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 70%;
  height: 1px;
  background-color: #000;
  position: relative;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  display: block;
  margin: 0 auto;
}

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

.hamburger span:nth-child(2) {
  margin: 6px auto;
}

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

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-second {
  display: block;
  margin-top: 10rem;
  background-image: url('../img/common/bg-project.jpg');
  background-attachment: fixed; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-second .mv {
  height: auto;
  justify-content: center;
  padding: 0 2rem !important;
  background-color: rgba(12, 16, 48, 0.5);
  margin: 0;
}

.mv h1 {
  margin: 5rem 0;
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 8px rgb(0, 0, 0, 1);
}

.mv .title span {
  font-size: 5rem;
}
.main-second .news-detail {
  padding: 0 0 6rem;
  background-color: rgba(12, 16, 48, 0.5);
}

.main-second .news-detail .inner {
  padding: 3rem;
}
.main-second #project {
  margin: 0;
}

.news-detail .breadcrumb li {
  display:inline-block;
  color: #FFF;
}
.news-detail .breadcrumb li::after {
  content: ">";
  padding: 0 .5rem;
}

.news-detail .breadcrumb li:last-child::after {
  content: none;
}

.icatch {
  text-align: center;
}

.wp-block-embed-youtube {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 761px) {
  .nav-items__item a::after {
    content: none !important;
  }
}

@media screen and (max-width: 760px) {
  .header {
    position: fixed;
  }
  .header .logo {
    width: 70px;
    z-index: 9999;
  }
  .header .header__nav {
    width: 100%;
  }
  .header .header__nav .nav__items {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .header__nav .nav__items a {
    text-align: left;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
  }
  .header .contact-btn .arrow {
    font-size: 5.33333vw;
    margin-top: 2rem;
  }
  .main .left-content {
    width: 100%;
  }
  .nav-items__item a {
    color: #202020;
  }
  .main .left-content .scroll-news {
    position: static;
    width: 92%;
    background-color: #fff;
    padding: 3rem 2rem;
    margin: 0 auto;
  }
  .mv {
    padding: 6rem 2rem 0 !important;
    height: 63vh;
  }
  .mv h1 {
    margin: 5rem 0;
  }
  .mv .container .title h1 {
    font-size: 4.36667vw;
  }
  .mv #mv {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
            width: 100%;
            max-width: 100%;
  }
  .business-content .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2rem;
  }
  .business-content .area .area01 {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
  }
  
  .business-content .area .area01 img {
    display: block;
    margin: 0 auto;
  }
  
  .business-content .area .area02 {
    width: 100%;
  }
  .business-content .area .area02 h4 {
    margin-bottom: 1.5rem;
  }
  .business-content .area .area02 p {
    margin-bottom: 3rem;
  }
  .arrow {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    display: block;
  }
  .main .project {
    padding: 6rem 2rem 4rem;
  }
  .main .message .message-mv {
    height: 260px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main .message .message-mv h3 {
    font-size: 10.66667vw;
    right: 0;
  }
  .main .message .message-mv h3 span {
    padding: 1rem 2rem;
  }
  .main .message .container {
    padding: 0 2rem;
  }
  .main .message .content {
    padding: 0 4rem;
  }
  .main .message .content p {
    margin-bottom: 2rem;
    text-align: left;
  }
  #chara02 {
    max-width: 60px;
  }
  .main .message .container #dots01 {
    max-width: 100px;
    right: auto;
    left: 0;
  }
  .main .message .container #dots02 {
    max-width: 120px;
  }
  .main .message .container #dots03 {
    max-width: 70px;
  }
  .main .message .container #chara01 {
    max-width: 60px;
    top: 30%;
  }
  .main .message {
    padding: 0;
  }
  .company .table table td {
    display: block;
    width: 100% !important;
  }
  .company .table table td:first-child {
    border-bottom: 0px;
    padding: 0;
  }
  .company .table table td:last-child {
    padding: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .company .arrow {
    margin-top: 1rem;
    width: 100%;
  }
  footer {
    padding: 6rem 2rem 2rem;
  }
  footer ul {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .map {
    margin: 0 0 3rem;
  }
  .main .project .projectSwiper .swiper-slide img {
    height: 160px;
    object-fit: cover;
  }
  .main .project .swiper-wrapper {
    justify-content: center;
  }
  .main .scroll-news .news .btn {
    width: 100%;
    border-radius: 0;
  }
}

.qa__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}

.qa__item {
  display: inline-block;
}

.qa__head {
  position: relative;
  text-align: left;
  padding: 2rem;
  border-radius: 8px 8px 0 0;
  border: 1px solid #C9C9C9;
  color: #3C8B86;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  font-size: 4.8vw;
}

.qa__head.is-open {
  color: #fff;
  background-color: #3C8B86;
}

.qa__head:after, .qa__head:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #3C8B86;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.qa__head:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.qa__head.is-open::before {
  opacity: 0;
}

.qa__head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-color: #fff;
}

.qa__body {
  position: relative;
  border-radius: 0 0 8px 8px;
  background: #fff;
  border: transparent;
  line-height: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}

.qa__body .title {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.qa__body .title h3 {
  font-size: 6.66667vw;
}

.qa__body .title span {
  color: #c9c9c9;
  display: block;
  text-align: center;
}

.qa__body .content p {
  margin-bottom: 2rem;
}

.qa__body.is-open {
  line-height: 1.5;
  opacity: 1;
  height: auto;
}

.qa__item:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 760px) {
  .bread-content {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 540px) {
  .header .header-container {
    width: 100%;
  }
  .font-lobster {
    font-size: 10vw;
  }
  .qa__body .title h3 {
    font-size: 6.66667vw;
  }
  .business-content h3 {
    font-size: 6.66667vw;
  }
  .business-content .area .area02 h4 {
    font-size: 4.8vw;
    text-align: center;
  }
  .main .project .text h3 {
    font-size: 3.8vw;
  }
  .main .project .text p {
    font-size: 3.2vw;
  }
  .main .message h2 {
    font-size: 6.4vw;
  }
  .main .message p {
    font-size: 3.73333vw;
  }
}
/*# sourceMappingURL=style.css.map */


/* フォーム全体のスタイル */
.form_table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* 各フォームフィールドのタイトルのスタイル */
.form_table dl {
  margin-bottom: 20px;
}

.form_table dt {
  font-weight: bold;
  margin-bottom: 5px;
}

/* 必須項目を強調 */
.form_table dt.required::after {
  content: " *";
  color: red;
}

/* 各フォームフィールドの入力エリアのスタイル */
.form_table dd {
  margin: 0;
}

.form_table input[type="text"],
.form_table textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form_table textarea {
  resize: vertical;
}

/* 確認メッセージのスタイル */
.check {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  color: #fff;
}

/* ボタンエリアのスタイル */
.btnWrap {
  text-align: center;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.btn.back {
  background-color: #ccc;
  margin-right: 10px;
}

.btn.send {
  background-color: #007bff;
  transition: all .3s;
}

.btn.send:hover {
  background-color: #0056b3;
}

.btn.back:hover {
  background-color: #999;
}