@charset "UTF-8";
li {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

.more-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #4A90E2;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 45px;
}
.more-button:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}
.more-button:hover {
  background-color: #fff;
  transform: translateY(-3px);
}

.wrapper {
  padding: 0 4%;
}

.subtitle {
  font-size: 25px;
}

#header menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}
#header .g-nav-box {
  display: none;
}
#header .g-nav-box li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
#header .g-nav-box .current a::after, #header .g-nav-box li a:hover::after {
  transform: scale(1, 1);
}
#header .rogo img {
  width: 73px;
}
#header .menu-list {
  display: flex;
  justify-content: space-between;
}
#header .menu-list li {
  margin-left: 40px;
}
#header .menu-list li:hover a {
  color: #3D7EC8;
}
#header .menu-list li:hover a li {
  margin-left: 26px;
}
#header .menu-list li:hover a li:first-child {
  margin-left: 0;
}
#header .swiper {
  width: 100%; /* スライダーの幅 */
  max-width: 100%; /* 最大幅 */
  height: auto; /* スライダーの高さ */
  margin: 0 auto;
  overflow: hidden; /* はみ出した部分を隠す */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#header .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#header .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-left: 20px;
}
#header .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.service {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 50px 0;
  flex-wrap: wrap;
}
.service .text {
  border-radius: 10px;
  margin-right: -60px;
  z-index: 1;
  max-width: 450px;
}
.service .text .title {
  color: #fff;
  padding: 30px 100px 30px 30px;
  border-radius: 10px;
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 1.3;
  background-color: #61A8DD;
  text-align: left;
}
.service .text p {
  width: 80%;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.service .text img {
  order: 2;
}
.service .text .more-button {
  order: 1;
}
.service .text .more-button a {
  color: #3D7EC8;
}
.service .img {
  position: relative;
  z-index: 0;
}
.service .img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.service .slick-prev, .service .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.service .slick-prev:before, .service .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.service .slick-prev {
  left: -40px;
}
.service .slick-prev:before {
  content: "←";
}
.service .slick-next {
  right: -40px;
}
.service .slick-next:before {
  content: "→";
}
.service .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.service .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.service .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.service .slick-dots li button:before {
  content: "";
}
.service .slick-dots li.slick-active button {
  opacity: 1;
}

.voices {
  text-align: center;
}
.voices .voices-items {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
.voices .voices-item {
  width: 30%;
  position: relative;
}
.voices .voices-item img {
  width: 80%;
  border-radius: 10%;
}
.voices .text {
  width: 60%;
  color: #fff;
  background-color: #61A8DD;
  padding: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.environment .slider-environment {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.environment img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.cultures {
  text-align: center;
}
.cultures .text {
  margin-top: 46px;
  margin-bottom: 46px;
}
.cultures .more-button a {
  color: #3D7EC8;
}

.question {
  margin: 100px auto 0 auto;
}
.question .section-title {
  text-align: center;
}
.question .q {
  color: #3D7EC8;
  font-size: 2rem;
}
.question .title {
  font-size: 1.5rem;
  width: 60%;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid black;
  padding-bottom: 27px;
  position: relative;
  cursor: pointer;
  /* アイコンの＋と× の共通スタイル */
  /* アイコンの＋ の縦線部分 */
  /* アイコンの＋ の横線部分 */
}
.question .title.close {
  border-bottom: none;
}
.question .title::before, .question .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.question .title::before {
  top: 37%;
  right: 15px;
  transform: rotate(0deg);
}
.question .title::after {
  top: 37%;
  right: 15px;
  transform: rotate(90deg);
}
.question .title.close {
  background-color: #f0f0f0;
}
.question .title.close::before {
  transform: translateY(-50%) rotate(45deg);
}
.question .title.close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.question .text {
  width: 60%;
  margin: 0 auto;
  display: none;
  padding: 20px;
  line-height: 1.6;
}
.question .text.active {
  display: block;
}

footer .footer-menu {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 146px;
  margin-bottom: 116px;
}
footer li {
  position: relative;
}
footer .title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
}
footer .footer-box {
  padding: 2%;
  display: flex;
  align-items: center;
  background-color: #3D7EC8;
}
footer .footer-box .rogo {
  width: 73px;
}
footer .footer-box .cpy {
  color: white;
  margin: 0 auto;
}

.company-main-visual img {
  width: 100%;
  border-radius: 20px;
}

.company {
  margin-top: 90px;
  margin-bottom: 90px;
}
.company .section-title {
  text-align: center;
}
.company .company-items {
  padding-top: 85px;
  padding-bottom: 85px;
  background: linear-gradient(45deg, #ADD8E6, #6495ED);
  border-radius: 20px;
}
.company .company-item {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
.company .text {
  width: 50%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
.company .title {
  font-size: 32px;
  color: #fff;
  writing-mode: vertical-rl;
}
.company .title .left {
  margin-left: 0;
}
.company .title .right {
  margin-right: 0;
}

.voice .voice-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice .voice-item {
  width: 45%;
  border: solid 1px black;
  border-radius: 20px;
  padding: 41px 20px;
  margin-top: 50px;
}
.voice .voice-item img {
  width: 100%;
  border-radius: 20px;
}

.environment {
  text-align: center;
  padding-left: 4%;
  margin-top: 100px;
}
.environment .environment-items {
  display: flex;
  justify-content: flex-end;
}
.environment .environment-items .text {
  width: 40%;
  text-align: left;
  position: absolute;
  left: 80px;
  z-index: 1;
}
.environment .environment-items p {
  width: 77%;
}
.environment .title {
  font-size: 32px;
  color: #fff;
  background-color: #50BAEB;
  border-radius: 20px;
  padding: 20px 30px;
  text-align: left;
}
.environment .environment-img {
  width: 60%;
  z-index: 0;
  position: relative;
}
.environment .environment-img img {
  height: 386px;
  border-radius: 20px;
}
.environment .place {
  padding-right: 4%;
}
.environment .place .place-items {
  display: flex;
  justify-content: center;
  margin-top: 200px;
}
.environment .place .place-items .text {
  margin-left: 100px;
}
.environment .place .place-items .title {
  text-align: center;
}
.environment .place .place-img {
  width: 80%;
}
.environment .place .place-img img {
  height: 386px;
  border-radius: 85px;
  padding-left: 0;
}
.environment .culture {
  text-align: center;
}
.environment .culture .title {
  display: inline-block;
  margin-top: 200px;
}
.environment .culture .culturebox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.environment .culture .culturebox .culture-img {
  width: 40%;
}
.environment .culture .culturebox .culture-items {
  align-items: center;
}
.environment .culture .culturebox .culture-item {
  padding: 16px 60px;
  margin-top: 23px;
  border: 1px solid black;
  border-radius: 20px;
}
.environment .culture .culturebox .culture-item:first-child {
  margin-top: 0;
}

@media (max-width: 1050px) {
  #header menu {
    justify-content: space-between;
  }
  #header .swiper {
    height: 300px;
  }
  #header .g-nav-box {
    display: block;
  }
  #header .g-nav-box .g-nav {
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    position: fixed;
    top: -1200px;
    z-index: 998;
    background-color: #666;
    transition: 0.3s;
  }
  #header .g-nav-box .g-nav ul {
    padding: 0;
  }
  #header .g-nav-box .g-nav li {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
  }
  #header .g-nav-box .g-nav a {
    color: #FBFBFB;
    position: relative;
  }
  #header .g-nav-box .g-nav.active {
    top: 0;
  }
  #header .openbtn {
    position: absolute;
    z-index: 999;
    top: 34px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #header .openbtn span {
    display: inline-block;
    z-index: 999;
    position: absolute;
    left: 14px;
    transition: all 0.4s;
    border-radius: 2px;
    background: #666;
    width: 60%;
    height: 2px;
  }
  #header .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #header .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  #header .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  #header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }
  #header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }
  #header .openbtn.active span {
    background-color: #F4F4F4;
  }
  #header .menu-list li {
    display: none;
    margin-left: 40px;
  }
  .service {
    margin-top: 80px;
    padding: 0;
  }
  .service .text {
    max-width: 480px;
    order: 1;
  }
  .service .text .title {
    font-size: 28px;
    padding: 30px;
  }
  .service .text p {
    text-align: left;
  }
  .service .text {
    margin-right: 0;
    max-width: 90%;
    padding: 30px;
    order: 2;
    text-align: center;
  }
  .img {
    max-width: 90%;
    order: 1;
  }
  .voices {
    padding: 0 15px;
  }
  .voices .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .voices .voices-items {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .voices .voices-item {
    width: 100%;
    margin-top: 35px;
  }
  .voices .voices-item:last-child {
    margin-top: 0;
  }
  .voices .text {
    width: 200px;
    padding: 10px 6px;
  }
  .question {
    margin-top: 50px;
  }
  .question .q {
    font-size: 1.5rem;
  }
  .question .title {
    font-size: 0.9rem;
    width: 100%;
  }
  .question .text {
    width: 90%;
  }
  footer .footer-menu {
    margin-top: 60px;
    text-align: center;
  }
  footer .footer-menu img {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer-menu li .title {
    bottom: -4px;
  }
  footer .footer-menu li:first-child {
    margin-top: 0;
  }
  .company .title {
    font-size: 25px;
  }
  .company .title .left {
    margin-right: 15px;
  }
  .company .title .right {
    margin-right: 15px;
  }
  .company .text {
    padding: 20px;
  }
  .company .text .subtitle {
    font-size: 15px;
  }
  .company .text p {
    font-size: 13px;
  }
  .voice .voice-items {
    padding-left: 0;
  }
  .voice .voice-item {
    width: 40%;
  }
  .environment {
    text-align: center;
    padding-right: 4%;
    margin-top: 50px;
  }
  .environment .environment-items {
    flex-direction: column;
  }
  .environment .environment-items .text {
    width: 100%;
    position: static;
    order: 1;
    text-align: left;
  }
  .environment .environment-items .text p {
    width: 100%;
  }
  .environment .environment-items .environment-img {
    width: 100%;
    height: auto;
    order: 2;
  }
  .environment .environment-items img {
    width: 100%;
    margin-left: 0;
  }
  .environment .place .place-items {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .environment .place .place-items .text {
    margin-left: 0;
    text-align: left;
  }
  .environment .place .place-items img {
    margin-left: 0;
    border-radius: 20px;
  }
  .environment .place .place-img {
    width: 100%;
  }
  .environment .culture {
    padding-right: 4%;
  }
  .environment .culture .title {
    margin-top: 62px;
  }
  .environment .culture .culturebox {
    flex-direction: column;
  }
  .environment .culture .culturebox .culture-img {
    width: 100%;
  }
  .environment .culture .culturebox .culture-img img {
    width: 100%;
    margin-left: 0;
  }
  .environment .culture .culturebox .culture-items {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .voices .section-title {
    font-size: 1.5em;
    padding: 8px 15px;
  }
  .voices .voice-slider .slick-slide {
    transform: scale(0.9);
  }
  .voices .voice-slider .slick-slide:not(.slick-center) .content-card {
    transform: rotateZ(0deg);
  }
  .voices .voice-slider .slick-prev, .voices .voice-slider .slick-next {
    display: none !important;
  }
  .voices .voice-slider .slick-dots {
    bottom: -20px;
  }
  .voices .content-card {
    max-width: 250px;
  }
  .voices .more-button {
    font-size: 0.9em;
    padding: 10px 25px;
    padding-right: 40px;
  }
  footer .footer-menu {
    flex-direction: column;
  }
  footer .footer-menu li {
    margin-top: 20px;
  }
  footer .footer-menu li .title {
    bottom: -6px;
  }
  .voice .voice-item {
    width: 100%;
  }
  .company {
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */