@charset "UTF-8";
#privacy h2, #contact h2, #company h2, #case h2, #qanda h2, #voice h2, #product h2, #features h2, .contactbnr h2, #worries h2, #movie h2 {
  font-size: 34px;
  color: #101010;
  letter-spacing: 0.08em;
  font-weight: bold;
  position: relative;
  padding-top: 25px;
  line-height: 1.8;
}
#privacy h2::before, #contact h2::before, #company h2::before, #case h2::before, #qanda h2::before, #voice h2::before, #product h2::before, #features h2::before, .contactbnr h2::before, #worries h2::before, #movie h2::before {
  content: "";
  width: 120px;
  height: 6px;
  background: linear-gradient(90deg, #e8892e 0px, #e8892e 50%, #304399 50%, #304399 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#privacy h2 small, #contact h2 small, #company h2 small, #case h2 small, #qanda h2 small, #voice h2 small, #product h2 small, #features h2 small, .contactbnr h2 small, #worries h2 small, #movie h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #304399;
}
@media (max-width: 1199px) {
  #privacy h2, #contact h2, #company h2, #case h2, #qanda h2, #voice h2, #product h2, #features h2, .contactbnr h2, #worries h2, #movie h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #privacy h2, #contact h2, #company h2, #case h2, #qanda h2, #voice h2, #product h2, #features h2, .contactbnr h2, #worries h2, #movie h2 {
    font-size: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  #privacy h2::before, #contact h2::before, #company h2::before, #case h2::before, #qanda h2::before, #voice h2::before, #product h2::before, #features h2::before, .contactbnr h2::before, #worries h2::before, #movie h2::before {
    width: 80px;
    height: 4px;
  }
  #privacy h2 small, #contact h2 small, #company h2 small, #case h2 small, #qanda h2 small, #voice h2 small, #product h2 small, #features h2 small, .contactbnr h2 small, #worries h2 small, #movie h2 small {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

#privacy h2, #contact h2, #company h2, #case h2, #qanda h2, #voice h2, #product h2, #features h2, .contactbnr h2, #worries h2, #movie h2 {
  margin-bottom: 50px;
  text-align: center;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  background-color: #f0f7fc;
  position: relative;
}
#mainimg::before {
  content: "";
  width: 75px;
  height: 99px;
  position: absolute;
  background-image: url(../images/main-shape1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 44%;
  top: 15%;
  background-size: contain;
  z-index: 1;
}
#mainimg::after {
  content: "";
  width: 184px;
  height: 177px;
  position: absolute;
  background-image: url(../images/main-shape2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 5%;
  bottom: -10px;
  background-size: contain;
  z-index: 1;
}
#mainimg #mainslider {
  width: 50%;
  margin-left: auto;
  z-index: 2;
}
#mainimg #mainslider img {
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.08em;
  z-index: 3;
}
#mainimg .catch .small1 {
  color: #e8892e;
  font-size: 26px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#mainimg .catch .small1::before, #mainimg .catch .small1::after {
  content: "";
  width: 25px;
  height: 29px;
  display: block;
}
#mainimg .catch .small1::before {
  background: url(../images/maincatch-shape.png);
  margin-bottom: 5px;
  margin-right: 12px;
}
#mainimg .catch .small1::after {
  background: url(../images/maincatch-shape2.png);
  margin-bottom: 5px;
  margin-left: 12px;
}
#mainimg .catch .small2 {
  color: #304399;
  letter-spacing: 0.08em;
  font-size: 30px;
  border-bottom: #304399 solid 2px;
  padding: 0 15px;
  padding-bottom: 10px;
  margin-left: -15px;
  margin-top: 60px;
  display: block;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
}
#mainimg .catch p {
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  line-height: 1.53;
  padding: 0 25px;
  margin-left: -25px;
}
#mainimg .catch p:nth-child(n+2) {
  margin-top: 20px;
}
#mainimg .catch .blue {
  color: #304399;
}
#mainimg .catch .orange {
  color: #e8892e;
}
#mainimg .catch .italic {
  font-style: italic;
}
@media (max-width: 1199px) {
  #mainimg::before {
    width: 60px;
    left: 40%;
    top: 5%;
  }
  #mainimg::after {
    width: 140px;
    left: 2%;
    bottom: -30px;
    background-position: bottom;
  }
  #mainimg #mainslider img {
    height: auto;
    min-height: 450px;
  }
  #mainimg .catch {
    font-size: 37px;
  }
  #mainimg .catch .small1 {
    font-size: 20px;
  }
  #mainimg .catch .small1::before {
    margin-bottom: 5px;
    margin-right: 12px;
  }
  #mainimg .catch .small1::after {
    background: url(../images/maincatch-shape2.png);
    margin-bottom: 5px;
    margin-left: 12px;
  }
  #mainimg .catch .small2 {
    margin-top: 25px;
    font-size: 22px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    display: block;
  }
  #mainimg::before {
    width: 45px;
    left: 80%;
    top: unset;
    bottom: 30%;
  }
  #mainimg::after {
    width: 90px;
    left: 2%;
    bottom: -15px;
    background-position: bottom;
  }
  #mainimg #mainslider {
    width: 100%;
    position: relative;
  }
  #mainimg #mainslider img {
    height: auto;
    max-height: 230px;
    min-height: 230px;
  }
  #mainimg .catch {
    width: 100%;
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    font-size: 19px;
    padding: 35px 0;
    padding-bottom: 80px;
  }
  #mainimg .catch .text-box {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  #mainimg .catch p {
    margin-left: unset;
    padding: 2px 10px;
    border-radius: 8px;
  }
  #mainimg .catch p:nth-child(n+2) {
    margin-top: 10px;
  }
  #mainimg .catch .small1 {
    font-size: 14px;
  }
  #mainimg .catch .small1::before, #mainimg .catch .small1::after {
    width: 16px;
    height: 19px;
    background-size: 100%;
    display: block;
  }
  #mainimg .catch .small1::before {
    margin-bottom: 5px;
    margin-right: 8px;
  }
  #mainimg .catch .small1::after {
    margin-bottom: 5px;
    margin-left: 8px;
  }
  #mainimg .catch .small2 {
    margin-top: 20px;
    font-size: 15px;
    padding: 0 7px 5px 7px;
    margin-left: unset;
  }
}

/* ----------------------------------------------
movie
------------------------------------------------- */
#movie {
  margin-top: 90px;
  z-index: 2;
}
#movie .movie-box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 800px;
}
#movie .movie {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 56.25%;
}
#movie .movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  #movie {
    margin-top: 70px;
  }
  #movie h2 {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
worries
------------------------------------------------- */
#worries {
  background: url(../images/dot-bg.jpg);
  animation: moveBackground 100s linear infinite;
  padding-top: 250px;
  margin-top: -160px;
  z-index: 1;
}
@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}
#worries .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#worries h2 {
  font-size: 34px;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 30px;
}
#worries h2 .orange {
  color: #e8892e;
  font-size: 50px;
  letter-spacing: 0.08em;
}
#worries .contents {
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}
#worries .contents::before {
  content: "";
  width: 239px;
  height: 132px;
  background-image: url(../images/worries-shape.webp);
  position: absolute;
  z-index: -1;
  top: -100px;
  right: 30px;
}
#worries ul {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
#worries ul li {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
}
#worries ul li + li {
  margin-top: 20px;
}
#worries ul li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0;
  background: url(../images/worries-icon.webp);
}
#worries .bottom {
  position: relative;
}
#worries .bottom::before {
  content: "";
  width: 243px;
  height: 194px;
  background-image: url(../images/worries-shape2.webp);
  position: absolute;
  top: -13%;
  right: 6%;
}
#worries .bottom .bg {
  width: 100%;
}
#worries .bottom .bg img {
  width: 100%;
}
#worries .bottom .bottom-contents {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
#worries .bottom .bottom-contents .text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: unset;
  max-width: 1100px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
#worries .bottom h3 {
  font-size: 40px;
  color: #304399;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#worries .bottom h3 .italic {
  font-style: italic;
  margin-left: -0.3em;
}
#worries .bottom h3 .textborder {
  font-size: 50px;
  color: #ffffff;
  text-shadow: #304399 3px 0px 0px, #304399 2.83487px 0.981584px 0px, #304399 2.35766px 1.85511px 0px, #304399 1.62091px 2.52441px 0px, #304399 0.705713px 2.91581px 0px, #304399 -0.287171px 2.98622px 0px, #304399 -1.24844px 2.72789px 0px, #304399 -2.07227px 2.16926px 0px, #304399 -2.66798px 1.37182px 0px, #304399 -2.96998px 0.42336px 0px, #304399 -2.94502px -0.571704px 0px, #304399 -2.59586px -1.50383px 0px, #304399 -1.96093px -2.27041px 0px, #304399 -1.11013px -2.78704px 0px, #304399 -0.137119px -2.99686px 0px, #304399 0.850987px -2.87677px 0px, #304399 1.74541px -2.43999px 0px, #304399 2.44769px -1.73459px 0px, #304399 2.88051px -0.838247px 0px;
}
@media (max-width: 1199px) {
  #worries h2 {
    font-size: 30px;
    margin-bottom: 53px;
  }
  #worries h2 .orange {
    font-size: 45px;
  }
  #worries .contents::before {
    width: 185px;
    background-size: 100%;
    top: -72px;
  }
  #worries .bottom h3 {
    font-size: 32px;
  }
  #worries .bottom h3 .textborder {
    font-size: 40px;
  }
  #worries .bottom::before {
    width: 210px;
    height: 168px;
    background-size: 100%;
    top: -17%;
    right: 6%;
  }
}
@media (max-width: 767px) {
  #worries {
    margin-top: -70px;
    padding-top: 150px;
    background-size: 160px;
  }
  #worries h2 {
    font-size: 18px;
    margin-bottom: 45px;
  }
  #worries h2 .orange {
    font-size: 24px;
  }
  #worries .contents::before {
    content: "";
    width: 135px;
    top: -55px;
    right: 20px;
  }
  #worries .contents ul {
    padding: 20px 15px;
  }
  #worries .contents ul li {
    font-size: 15px;
    padding-left: 30px;
  }
  #worries .contents ul li::before {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
  #worries .bottom {
    padding-top: 30px;
  }
  #worries .bottom::before {
    width: 170px;
    height: 136px;
    background-size: 100%;
    top: -17%;
    right: 6%;
  }
  #worries .bottom .bottom-contents {
    padding-bottom: 40px;
  }
  #worries .bottom .bottom-contents .text {
    font-size: 14px;
  }
  #worries .bottom h3 {
    font-size: 19px;
  }
  #worries .bottom h3 .textborder {
    font-size: 23px;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  background-image: url(../images/contactbnr-bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 110px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr h2 {
  margin-bottom: 40px;
}
.contactbnr .contents {
  display: flex;
}
.contactbnr .line,
.contactbnr .contact {
  width: 50%;
}
.contactbnr .line a,
.contactbnr .contact a {
  transition: all 0.5s ease-out;
  height: 100px;
  text-decoration: none;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/contactbnr-arrow.webp);
  background-repeat: no-repeat;
  background-position: center right 30px;
  letter-spacing: 0.08em;
}
.contactbnr .line a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}
.contactbnr .line a img,
.contactbnr .contact a img {
  margin-right: 5px;
}
.contactbnr .line a {
  background-color: #06c755;
}
.contactbnr .contact a {
  background-color: #304399;
}
.contactbnr .contact a img {
  margin-right: 0.7em;
}
@media (max-width: 1199px) {
  .contactbnr .line a,
  .contactbnr .contact a {
    font-size: 20px;
    background-position: center right 15px;
  }
}
@media (max-width: 767px) {
  .contactbnr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contactbnr h2 {
    margin-bottom: 25px;
  }
  .contactbnr .contents {
    display: block;
  }
  .contactbnr .line,
  .contactbnr .contact {
    width: 100%;
  }
  .contactbnr .line a,
  .contactbnr .contact a {
    font-size: 15px;
    height: 60px;
    max-width: 300px;
  }
  .contactbnr .line a img {
    width: 40px;
  }
  .contactbnr .contact {
    margin-top: 15px;
  }
  .contactbnr .contact a img {
    width: 22px;
  }
}

/* ----------------------------------------------
features
------------------------------------------------- */
#features {
  background-color: #f7f6f2;
  padding-top: 110px;
}
#features .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#features .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#features .block {
  background-color: #ffffff;
  border-radius: 20px;
  width: 47.6%;
  padding: 20px 30px 40px 30px;
}
#features .block:nth-child(n+3) {
  margin-top: 40px;
}
#features .title {
  color: #e8892e;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.625;
}
#features .text {
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 0.3em;
}
#features .bottom .bg {
  width: 100%;
  position: relative;
}
#features .bottom .bg .shape {
  width: 170px;
  position: absolute;
  bottom: 0;
  left: 4%;
}
#features .bottom .bg img {
  width: 100%;
}
#features .bottom .bottom-contents {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 90px;
}
#features .bottom h3 {
  padding-top: 0;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #e8892e;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}
#features .bottom h3 .italic {
  font-style: italic;
  margin-left: -0.3em;
}
@media (max-width: 1199px) {
  #features .bottom h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #features {
    padding-top: 60px;
  }
  #features h2 {
    margin-bottom: 30px;
  }
  #features .block {
    width: 100%;
    padding: 15px 15px 20px 15px;
  }
  #features .block:nth-child(n+2) {
    margin-top: 20px;
  }
  #features .title {
    font-size: 16px;
  }
  #features .bottom .bg .shape {
    width: 110px;
  }
  #features .bottom .bottom-contents {
    padding-bottom: 40px;
  }
  #features .bottom h3 {
    font-size: 19px;
  }
}

/* ----------------------------------------------
product
------------------------------------------------- */
#product {
  background: url(../images/dot-bg.jpg);
  animation: moveBackground 100s linear infinite;
  padding-top: 110px;
  padding-bottom: 160px;
  overflow: hidden;
}
#product h2 {
  margin-bottom: 40px;
}
#product .contents {
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: calc((100% - 1180px) / 2);
}
#product .left {
  max-width: 560px;
}
#product .text-box {
  width: 87%;
}
#product .product-name {
  font-size: 40px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #304399;
  border-bottom: #101010 solid 2px;
  line-height: 1.6;
  margin-bottom: 35px;
}
#product .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  margin-bottom: 25px;
}
#product .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
}
#product .bnr {
  margin-top: 30px;
}
#product .image {
  width: calc((100vw - 1200px) / 2 + 600px);
  margin-left: 30px;
}
#product .image img {
  width: 100%;
  border-radius: 30px 0 0 30px;
}
#product .image2 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media (max-width: 1210px) {
  #product {
    padding-bottom: 100px;
  }
  #product .left {
    width: 48%;
  }
  #product .contents {
    margin-left: 10px;
  }
  #product .image {
    width: 50%;
    margin-left: 20px;
  }
  #product .product-name {
    font-size: 27px;
  }
  #product .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #product {
    padding-top: 60px;
    padding-bottom: 50px;
    background-size: 160px;
  }
  #product h2 {
    margin-bottom: 30px;
  }
  #product .contents {
    flex-direction: column-reverse;
    padding: 0 10px;
    margin-left: unset;
  }
  #product .image {
    width: 100%;
    margin-left: unset;
    margin-bottom: 25px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #product .image img {
    border-radius: unset;
  }
  #product .left {
    width: 100%;
  }
  #product .text-box {
    width: 100%;
  }
  #product .product-name {
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  #product .title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #product .text {
    font-size: 14px;
  }
  #product .image2 {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  padding-top: 110px;
  margin-bottom: 110px;
}
#voice .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#voice h2 {
  margin-bottom: 40px;
}
#voice .contents {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#voice .contents::before {
  content: "";
  max-width: 20%;
  width: 225px;
  height: 151px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/voice-shape.png);
  position: absolute;
  right: 20px;
  top: -15.5%;
  z-index: -1;
}
#voice .shape {
  position: absolute;
  z-index: -1;
  right: 0;
}
#voice .block {
  width: 31.3559322034%;
  background-color: #f7f6f2;
  border-radius: 20px;
  min-height: 330px;
  padding: 15px 20px;
}
#voice .block:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
#voice .block:nth-child(n+4) {
  margin-top: 35px;
}
#voice .number {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #304399;
  margin-bottom: 5px;
}
#voice .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
#voice .text {
  letter-spacing: 0.08em;
  line-height: 1.625;
}
#voice .more-btn {
  display: none;
}
@media (max-width: 767px) {
  #voice {
    padding-top: 70px;
    margin-bottom: 60px;
  }
  #voice .contents::before {
    background-position: top;
    top: -60px;
    max-width: unset;
    width: 130px;
    right: 10px;
  }
  #voice h2 {
    margin-bottom: 50px;
  }
  #voice .block {
    width: 48%;
    padding: 15px 12px;
    min-height: unset;
    border-radius: 10px;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    transition: max-height 1s, padding 0.5s;
  }
  #voice .block.tall {
    max-height: 290px;
    overflow: hidden;
  }
  #voice .block.tall .text {
    padding-bottom: 15px;
    overflow: hidden;
  }
  #voice .block.tall .more-btn {
    display: flex;
    position: absolute;
    bottom: 0;
  }
  #voice .block.open {
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    max-height: 100vh;
  }
  #voice .block.open .more-btn::before {
    content: "閉じる";
  }
  #voice .block.tall.open {
    padding-bottom: 30px;
  }
  #voice .block:not(:nth-child(3n+1)) {
    margin-left: unset;
  }
  #voice .block:not(:nth-child(2n+1)) {
    margin-left: 2.9661016949%;
  }
  #voice .block:nth-child(n+3) {
    margin-top: 25px;
  }
  #voice .number {
    font-size: 15px;
  }
  #voice .title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #voice .text.long-text .more-btn {
    display: block;
  }
  #voice .more-btn {
    width: 100%;
    margin-top: 8px;
    padding: 6px 12px;
    background: linear-gradient(180deg, rgba(247, 246, 242, 0.288) 1%, #f7f6f2 70%);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    left: 0;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
  #voice .more-btn::before {
    height: 25px;
    width: 80%;
    border-radius: 8px;
    display: block;
    background-color: #304399;
    content: "続きを見る";
  }
}

/* ----------------------------------------------
qanda
------------------------------------------------- */
#qanda {
  background-color: #f7f6f2;
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}
#qanda .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#qanda .shape {
  position: absolute;
  bottom: -10px;
  left: 5%;
}
#qanda .block {
  background-color: #ffffff;
  border-radius: 20px;
}
#qanda .block .q, #qanda .block .a {
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 20px 37px;
  padding-left: 80px;
  padding-right: 140px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#qanda .block .q::before, #qanda .block .a::before {
  content: "";
  font-size: 24px;
  color: #304399;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 17px;
  line-height: 1.5;
  position: absolute;
  left: 40px;
  transform: translateY(-6%);
}
#qanda .block .q {
  line-height: 1.6;
  cursor: pointer;
  z-index: 0;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}
#qanda .block .q::before {
  content: "Q";
  color: #304399;
  top: 27px;
}
#qanda .block .q::after {
  content: "";
  background-image: url("../images/qanda-btn.webp");
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  transition: 0.4s;
}
#qanda .block .q.open::after {
  transform: rotate(-180deg);
}
#qanda .block .a {
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  display: none;
  padding-top: 0;
}
#qanda .block .a::before {
  content: "A";
  color: #e8892e;
}
#qanda .block:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #qanda {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #qanda .shape {
    width: 85px;
  }
  #qanda h2 {
    margin-bottom: 30px;
  }
  #qanda .block {
    border-radius: 15px;
  }
  #qanda .block:nth-child(n+2) {
    margin-top: 20px;
  }
  #qanda .block .q, #qanda .block .a {
    padding: 15px 60px 15px 35px;
    font-size: 16px;
    min-height: unset;
  }
  #qanda .block .q::before, #qanda .block .a::before {
    font-size: 19px;
    left: 10px;
    top: 13px;
  }
  #qanda .block .q::after {
    background-size: 100%;
    width: 38px;
    height: 38px;
    right: 15px;
  }
  #qanda .block .a {
    padding-top: unset;
    font-size: 14px;
  }
  #qanda .block .a::before {
    top: 0px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  padding-top: 110px;
  margin-bottom: 100px;
}
#case h2 {
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
#case h2::before {
  left: 10px;
  transform: unset;
}
#case .thumbset .main {
  width: 100%;
  display: flex;
  /* prev next arrows */
}
#case .thumbset .main .slick-list {
  padding: 0 calc((100% - 1220px) / 2) !important;
}
#case .thumbset .main .slick-list li a {
  transition: all 0.5s ease-out;
}
#case .thumbset .main .slick-list li a:hover {
  opacity: 0.6;
}
#case .thumbset .main .slick-list li .image {
  margin: 0 18px;
  position: relative;
  padding-top: 59%;
}
#case .thumbset .main .slick-list li .image::before {
  content: "";
  width: 90px;
  height: 26px;
  position: absolute;
  background-image: url(../images/works-btn.png);
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 1;
}
#case .thumbset .main .slick-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  border-radius: 10px;
}
#case .thumbset .main .slick-list .slick-slide {
  position: relative;
}
#case .thumbset .main .slick-list .slick-slide .image {
  position: relative;
  opacity: 0.5;
  transition: all 10s ease;
  left: -100%;
}
#case .thumbset .main .slick-list .slick-slide.slick-active .image {
  opacity: unset;
}
#case .thumbset .main .slick-prev,
#case .thumbset .main .slick-next {
  position: absolute;
  right: 0;
  top: -110px;
  z-index: 1;
}
#case .thumbset .main .slick-prev {
  background: url("../images/slide-prev.webp") no-repeat left center/cover;
  right: calc((100% - 1180px) / 2 + 90px);
}
#case .thumbset .main .slick-next {
  background: url("../images/slide-next.webp") no-repeat right center/cover;
  right: calc((100% - 1180px) / 2);
}
#case .thumbset .main .slick-arrow {
  transition: all 0.5s ease-out;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  cursor: pointer;
}
#case .thumbset .main .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
@media (max-width: 1199px) {
  #case .thumbset .main .slick-list {
    padding: 0 10% !important;
  }
  #case .thumbset .main .slick-list li .image {
    margin: 0 13px;
  }
  #case .thumbset .main .slick-list .slick-track {
    left: 30%;
    padding: 0 30px;
  }
  #case .thumbset .main .slick-prev,
  #case .thumbset .main .slick-next {
    top: -90px;
  }
  #case .thumbset .main .slick-arrow {
    width: 45px;
    height: 45px;
  }
  #case .thumbset .main .slick-prev {
    right: 100px;
  }
  #case .thumbset .main .slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  #case {
    padding-top: 70px;
    margin-bottom: 60px;
  }
  #case .thumbset .main .slick-next, #case .thumbset .main .slick-prev {
    width: 35px;
    height: 35px;
    top: -60px;
  }
  #case .thumbset .main .slick-prev {
    right: 70px;
  }
  #case .thumbset .main .slick-list {
    padding: 0 9% !important;
  }
  #case .thumbset .main .slick-list .slick-track {
    left: -10%;
  }
  #case .thumbset .main .slick-list li .image {
    margin: 0 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  height: 840px;
  background: url(../images/company-bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#company .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 100px 10px;
  padding-bottom: 80px;
  position: relative;
}
#company .shape {
  position: absolute;
  right: 7%;
  top: -10%;
}
#company h2 {
  margin-bottom: 30px;
}
#company .contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
#company .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.8888888889;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  #company {
    height: 700px;
  }
}
@media (max-width: 767px) {
  #company {
    height: unset;
    padding: 60px 10px;
  }
  #company .shape {
    width: 90px;
    right: 4%;
    top: -7%;
  }
  #company .contents {
    display: block;
  }
  #company h2 {
    margin-bottom: 25px;
  }
  #company .inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #company .logo {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #company .text {
    margin-left: unset;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  background: url(../images/dot-bg.jpg);
  animation: moveBackground 100s linear infinite;
  padding-top: 110px;
  padding-bottom: 110px;
}
#contact .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
#contact .contents {
  background-color: #ffffff;
  border-radius: 30px;
  padding-top: 120px;
  padding-bottom: 40px;
}
#contact h2 {
  margin-bottom: unset;
  margin-bottom: -32px;
}
#contact .miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 820px;
}
#contact .miniSurveyView table.formBlockSurveyTable {
  width: 100%;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea, #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 20px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-wrap: nowrap;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
  color: #ffffff;
  font-weight: 500;
  background-color: #e8892e;
  border-radius: 100px;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 1px 20px;
  line-height: 1.4;
  margin-left: 10px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question label {
  display: flex;
  align-items: center;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: 10px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) .form-check {
  display: flex;
  align-items: center;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) td {
  display: block;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) td.question {
  margin-bottom: 10px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) td:not(.question) {
  margin-bottom: 30px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) input, #contact .miniSurveyView table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) textarea {
  border: unset;
  background-color: #f7f6f2;
  border-radius: 8px;
  min-height: 80px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:first-child {
  display: flex;
  align-items: center;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:first-child td {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-bottom: 35px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:first-child td:not(.question) {
  margin-left: auto;
  gap: 10px 50px;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:first-child td input {
  width: 20px;
  height: 20px;
  accent-color: #304399;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  margin: 0 auto;
  min-height: unset;
  width: 270px;
  height: 70px;
  border-radius: 100px;
  background-color: #304399;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  background-image: url(../images/contact-arrow.webp);
  background-repeat: no-repeat;
  background-position: center right 30px;
  cursor: pointer;
}
#contact .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
#contact .miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
#contact .miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
#contact .miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact .miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
#contact .miniSurveyView .alert {
  margin-top: 20px;
  text-align: center;
}
#contact .miniSurveyView .alert.alert-danger strong {
  color: red;
}
@media (max-width: 767px) {
  #contact {
    padding-top: 70px;
    padding-bottom: 60px;
    background-size: 160px;
  }
  #contact h2 {
    margin-bottom: -18px;
  }
  #contact .contents {
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 15px;
  }
  #contact .contents table.formBlockSurveyTable {
    border-spacing: 0;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea, #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
    font-size: 15px;
  }
  #contact .contents table.formBlockSurveyTable td {
    display: block;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
    font-size: 14px;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question label {
    font-size: 16px;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
    justify-content: left;
    margin-left: unset;
    flex-wrap: wrap;
    font-size: 15px;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) label {
    font-size: 15px;
  }
  #contact .contents table.formBlockSurveyTable tr:first-child {
    display: block;
  }
  #contact .contents table.formBlockSurveyTable tr:first-child td {
    width: 100%;
    text-wrap: unset;
  }
  #contact .contents table.formBlockSurveyTable tr:first-child td input {
    width: 17px;
    height: 17px;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) td.question {
    border-top: 0;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) td:not(.question) {
    margin-bottom: 25px;
  }
  #contact .contents table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) td input, #contact .contents table.formBlockSurveyTable tr:not(:first-child):not(.captchatr) td textarea {
    min-height: 50px;
  }
  #contact .contents table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 260px;
    height: 60px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
privacy
------------------------------------------------- */
#privacy {
  padding-top: 110px;
  margin-bottom: 130px;
}
#privacy .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#privacy .contents {
  border: 1px solid #f7f6f2;
  max-height: 480px;
  overflow-y: auto;
  padding: 60px 50px;
}
#privacy .text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 800px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.8;
}
#privacy p {
  margin-bottom: 15px;
}
#privacy h3 {
  font-weight: 700;
}
@media (max-width: 767px) {
  #privacy {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  #privacy h2 {
    margin-bottom: 30px;
  }
  #privacy .contents {
    max-height: 300px;
    padding: 30px 10px;
  }
}/*# sourceMappingURL=index.css.map */