@charset "UTF-8";

/*読み込み時*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: var(--color_4);
  z-index: 100000;
}
.loader img {
    display: block;
    width: 13%;
    height: auto;
    display: none;
}

@media screen and (max-width: 896px) {
  .loader img {
      width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .loader img {
      width: 50%;
  }
}

/*FV 
=======================================================*/
#fv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 100vw;
  height: auto;
  aspect-ratio: 2 / 1;
  background-image: url(../img/fv-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fv__wrap {
  position: relative;
  width: 100%;
  width: 100vw;
  height: 100%;
  padding: 100px 8% 70px;
}

/*slickスライダー*/
.slider__wrap {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 60%;
  height: auto;
  height: 37.5vw;
  aspect-ratio: 1.6 / 1;
  border-radius: 5vw;
  overflow: hidden;
  z-index: 1;
}

.slider-item {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.slider img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

/*キャッチ*/
.titleImg__wrap {
  position: relative;
  top: 50%;
  width: 35%;
  height: auto;
  transform: translateY(-50%);
  aspect-ratio: 1 / 1.2;
  z-index: 2;
}

.titleImg__wrap img {
  position: absolute;
  width: 13%;
  height: auto;
  filter: drop-shadow(#efefef 0 0 10px);
}

.titleImg__wrap img.big {
  width: 28%;
}
.titleImg__wrap img.e {
  top: 0;
  left: 0;
}
.titleImg__wrap img.gao {
  top: 5%;
  left: 25%;
}
.titleImg__wrap img.to {
  top: 13%;
  left: 55%;
}
.titleImg__wrap img.ai {
  top: 30%;
  left: 0;
}
.titleImg__wrap img.ga1 {
  width: 16.5%;
  top: 40%;
  left: 26%;
}
.titleImg__wrap img.hiro {
  width: 16.7%;
  top: 39%;
  left: 43%;
}
.titleImg__wrap img.ga2 {
  width: 16.5%;
  top: 41%;
  left: 61%;
}
.titleImg__wrap img.ru {
  width: 15.5%;
  top: 40%;
  left: 78%;
}
.titleImg__wrap img.ichigo {
  width: 30%;
  top: 61%;
  left: 0;
}
.titleImg__wrap img.du {
  width: 17.74%;
  top: 71%;
  left: 29%;
}
.titleImg__wrap img.ku {
  width: 10.6%;
  top: 73%;
  left: 48%;
}
.titleImg__wrap img.ri {
  width: 11.9%;
  top: 72%;
  left: 61%;
}

/*BORDERロゴ*/
.fv__wrap h1 {
  position: absolute;
  bottom: 7%;
  right: 5%;
  width: 20%;
  z-index: 2;
}
.fv__wrap h1 img.base {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.fv__wrap h1 img.truck {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate(-80vw, 0);
  animation: fvTruckAnime 15s linear 1s infinite;
}

@keyframes fvTruckAnime {
  0% {
    transform: translate(-80vw, 0);
  }
  4.5% {
    transform: translate(-80vw, 0);
  }
  5% {
    transform: translate(-80vw, -5px);
  }
  5.5% {
    transform: translate(-80vw, 0.5px);
  }
  6% {
    transform: translate(-80vw, -5px);
  }
  6.5% {
    transform: translate(-80vw, 0.5px);
  }
  7% {
    transform: translate(-80vw, -3px);
  }
  7.5% {
    transform: translate(-80vw, 0);
  }
  30.3% {
    transform: translate(0, 0);
  }
  30.5% {
    transform: translate(0, -3px);
  }
  31% {
    transform: translate(0, 0.5px);
  }
  31.5% {
    transform: translate(0, -3px);
  }
  32% {
    transform: translate(0, 0);
  }
  66.5% {
    transform: translate(0, -3px);
  }
  67% {
    transform: translate(0, 0.5px);
  }
  67.5% {
    transform: translate(0, -3px);
  }
  68% {
    transform: translate(0, 0.5px);
  }
  68.5% {
    transform: translate(0, -3px);
  }
  69% {
    transform: translate(0, 0.5px);
  }
  69.5% {
    transform: translate(0, -3px);
  }
  70% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100vw, 0);
  }
}

@media screen and (max-width: 896px) {
  #fv {
    aspect-ratio: 1 / 1.1;
  }

  .fv__wrap {
    padding: 14% 8% 4%;
  }
  /*slickスライダー*/
  .slider__wrap {
    top: auto;
    bottom: 16%;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    height: 52vw;
    overflow: hidden;
  }
  /*キャッチ*/
  .titleImg__wrap {
    top: 0;
    width: 100%;
    transform: translateY(0);
    aspect-ratio: 2.6 / 1;
  }
  .titleImg__wrap img {
    width: 7%;
  }
  .titleImg__wrap img.big {
    width: 15%;
  }
  .titleImg__wrap img.e {
    top: 0;
    left: 0;
  }
  .titleImg__wrap img.gao {
    top: 5%;
    left: 16%;
  }
  .titleImg__wrap img.to {
    top: 16%;
    left: 32%;
  }
  .titleImg__wrap img.ai {
    top: 2%;
    left: 40%;
  }
  .titleImg__wrap img.ga1 {
    width: 10%;
    top: 14%;
    left: 55%;
  }
  .titleImg__wrap img.hiro {
    width: 11%;
    top: 12%;
    left: 65%;
  }
  .titleImg__wrap img.ga2 {
    width: 10%;
    top: 15%;
    left: 76%;
  }
  .titleImg__wrap img.ru {
    width: 9.5%;
    top: 13%;
    left: 86%;
  }
  .titleImg__wrap img.ichigo {
    width: 20%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 33%;
  }
  .titleImg__wrap img.du {
    width: 14%;
    top: auto;
    bottom: 1%;
    left: auto;
    right: 20%;
  }
  .titleImg__wrap img.ku {
    width: 8%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 11%;
  }
  .titleImg__wrap img.ri {
    width: 9%;
    top: auto;
    bottom: 2%;
    left: auto;
    right: 0;
  }
  /*BORDERロゴ*/
  .fv__wrap h1 {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  #fv {
    aspect-ratio: 1 / 1.3;
  }
  /*slickスライダー*/
  .slider__wrap {
    bottom: 18%;
  }
  /*キャッチ*/
  .titleImg__wrap {
    top: 5%;
    aspect-ratio: 2.4 / 1;
  }
  /*BORDERロゴ*/
  .fv__wrap h1 {
    width: 40%;
    bottom: 3%;
    right: 3%;
  }
}

/* meeting
=======================================================*/
#meeting {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  width: 100%;
  padding: 10% 15%;
  height: auto;
}

#meeting .copy {
  position: relative;
  height: fit-content;
  color: var(--color_3);
  writing-mode: vertical-rl;
}
#meeting .copy::before {
  content: "";
  position: absolute;
  top: 0;
  right: -24%;
  width: 11vw;
  height: 11vw;
  max-width: 220px;
  max-height: 220px;
  background-color: var(--color_4);
  border-radius: 50%;
  z-index: -1;
}

#meeting .copy h2 {
  display: inline;
  font-size: clamp(30px, 4.86vw, 100px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.5em;
}
#meeting .copy p {
  display: inline;
  margin-top: 50px;
  font-weight: bold;
}

#meeting article {
  margin-top: 4%;
  letter-spacing: 0.24em;
  line-height: 3em;
  font-size: 120%;
  writing-mode: vertical-rl;
}
#meeting article p {
  margin-left: 15%;
}
#meeting article p:last-of-type {
  margin-left: 0;
}

#meeting article p span {
  color: var(--color_3);
}

#meeting .strawberry__img {
  display: inline-block;
  width: 25%;
  margin: auto -5% -7% 0;
}

@media screen and (max-width: 1024px) {
  #meeting {
    padding: 10% 10%;
  }
}

@media screen and (max-width: 896px) {
  #meeting {
    display: block;
    padding: 15% 10% 20%;
  }
  #meeting article {
    margin-right: 5%;
  }
  #meeting .copy {
    display: flex;
    flex-direction: column;
    margin: 0 auto 15%;
  }
  #meeting .copy p {
    margin-top: 0;
  }
  #meeting article {
    width: 100%;
    margin: 0 auto;
    align-content: center;
  }
  #meeting .strawberry__img {
    width: 35%;
  }
}

@media screen and (max-width: 600px) {
  #meeting {
    padding: 15% 5% 25%;
  }
  #meeting .copy {
    margin: 10% auto 20%;
  }
  #meeting .copy::before {
    top: -15%;
    right: -40%;
    width: 20vw;
    height: 20vw;
  }
  #meeting article {
    writing-mode: vertical-rl;
    writing-mode: horizontal-tb;
    line-height: 2.4em;
  }
  #meeting article p {
    margin-left: 0;
  }
  #meeting article p:last-of-type {
    margin-top: 2em;
  }
  #meeting .strawberry__img {
    width: 60%;
  }
}


/* 境農園のこと
=======================================================*/
.aboutFarm {
  padding: 5% 0 0;
}

.aboutFarm .contents {
  width: 100%;
  margin-top: -15%;
  padding: 0 14%;
}

.aboutFarm .contents h2 {
  margin-top: 5%;
}

.aboutFarm__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 7% 0 10%;
}
.aboutFarm__item:last-of-type {
  margin-bottom: 0;
}

.aboutFarm__item > p,
.aboutFarm__item .item__last {
  width: 45%;
  line-height: 2.8em;
}

.aboutFarm__item .item__last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutFarm__item .imgWrap {
  width: 45%;
  height: auto;
  border-radius: 3.47vw;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.aboutFarm__item .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutFarm__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

/*もっと詳しく*/
.aboutFarm__item .item__last button {
  display: inline-block;
  width: 45%;
  margin: 10% 0 0 auto;
  background-color: var(--color_3);
  border-radius: 0.8vw;
  color: var(--color_1);
  font-weight: bold;
  letter-spacing: 0.12em;
  transition: 0.2s;
}
.aboutFarm__item .item__last button:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.aboutFarm__item .item__last button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8% 0;
  text-align: center;
}

/* 農園風景ループ部分 */
.farmImg {
  position: relative;
  margin: 15% 0 0;
  padding-bottom: 5%;
  background-image: url(../img/bg-img-dots.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 4vw;
}

.farmImg p {
  display: inline;
  position: absolute;
  left: 2%;
  bottom: 15%;
  color: var(--color_1);
  font-family: "Leckerli One", cursive;
  font-size: clamp(30px, 4.86vw, 100px);
  line-height: 1em;
  transform: rotate(-5.86deg);
  z-index: 1;
}

/*スライダー*/
.slider-farmImg {
  margin: 0 -0.4vw;
  height: 13vw;
  overflow: hidden;
}
.slider-item {
  margin: 0 0.4vw;
}
.slider-farmImg img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .aboutFarm .contents {
    padding: 0 10%;
  }
  .aboutFarm__item {
    margin: 12% 0 10%;
  }
  .aboutFarm__item > p,
  .aboutFarm__item .item__last {
    width: 50%;
  }
  .aboutFarm__item .imgWrap {
    width: 40%;
  }
}

@media screen and (max-width: 896px) {
  .aboutFarm__item {
    display: block;
  }
  .aboutFarm__item > p,
  .aboutFarm__item .item__last {
    width: 80%;
    margin: 0 auto;
  }
  .aboutFarm__item .imgWrap {
    width: 70%;
    margin: 10% auto;
  }
  /*もっと詳しく*/
  .aboutFarm__item .item__last button {
    border-radius: 1.6vw;
  }
  /*スライダー*/
  .slider-farmImg {
    height: 22vw;
  }
}

@media screen and (max-width: 600px) {
  .aboutFarm__item > p,
  .aboutFarm__item .item__last {
    width: 90%;
  }
  .aboutFarm__item .imgWrap {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .aboutFarm .contents {
    margin-top: -40%;
    padding: 0 5%;
  }
  .aboutFarm .contents h2 {
    margin-top: 10%;
  }
  .aboutFarm__item > p,
  .aboutFarm__item .item__last {
    width: 100%;
  }
  .aboutFarm__item .imgWrap {
    width: 100%;
  }
  /*もっと詳しく*/
  .aboutFarm__item .item__last button {
    border-radius: 3vw;
  }
}

/* 境農園のこだわり
=======================================================*/
.aboutKodawari.contents {
  margin-top: 0;
  padding: 10%;
  background-color: var(--color_4);
}

.aboutKodawari__inner {
  display: flex;
  justify-content: space-around;
  margin: 8% 0 0;
}

.kodawari__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}

.kodawari__item .img__wrap {
  position: relative;
  width: 13.88vw;
  height: 13.88vw;
}

.kodawari__item .img__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.img__wrap img.icon-bg {
  z-index: 1;
  animation: rotateAnime 20s linear infinite;
}
@keyframes rotateAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.kodawari__item .text__wrap {
  width: calc(95% - 13.88vw);
}

.kodawari__item .text__wrap h4 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.kodawari__item .text__wrap p {
  line-height: 1.6em;
}

@media screen and (max-width: 1024px) {
  .aboutKodawari__inner {
    justify-content: space-between;
    margin: 5% 0 0;
  }
  .kodawari__item {
    width: 46%;
  }
}

@media screen and (max-width: 896px) {
  .aboutKodawari.contents {
    padding: 12% 10%;
  }
  .aboutKodawari__inner {
    display: block;
    margin: 0;
  }
  .kodawari__item {
    width: 100%;
    margin: 8% auto;
  }
  .kodawari__item:last-of-type {
    margin: 0 auto;
  }
  .kodawari__item .img__wrap {
    width: 20vw;
    height: 20vw;
  }
  .kodawari__item .text__wrap {
    width: calc(90% - 20vw);
  }
}

@media screen and (max-width: 480px) {
  .aboutKodawari.contents {
    padding: 20% 5%;
  }
  .kodawari__item {
    margin: 10% auto;
  }
  .kodawari__item .img__wrap {
    width: 25vw;
    height: 25vw;
  }
  .kodawari__item .text__wrap {
    width: calc(95% - 25vw);
  }
}

/* 境農園の苺たち
=======================================================*/
.strawberries {
  padding: 5% 0 10%;
  background-color: var(--color_4);
  background-image: url(../img/strawberry-frame-w.svg);
  background-repeat: no-repeat;
  background-position: left 30% top 40%;
  background-size: 160% 100%;
}

.strawberries .contents {
  position: relative;
  width: 100%;
  margin-top: -20%;
  padding: 0 14%;
  text-align: right;
}

.strawberries .contents h2 {
  margin-top: 10%;
  margin-bottom: 0.5em;
}

.strawberries .contents > p {
  text-align: right;
  font-weight: bold;
  font-weight: inherit;
}

.strawberries__inner {
  max-width: 1600px;
  margin: 12% auto 0;
  padding-right: 5%;
}

.strawberries__item {
  position: relative;
  width: 56%;
  margin: 0 auto 12% 0;
  padding: 3% 5%;
  color: var(--color_3);
  border: var(--color_3) 0.1388vw solid;
}
.strawberries__item:nth-of-type(2n) {
  margin: 0 0 12% auto;
}
.strawberries__item:last-of-type {
  margin-bottom: 6%;
}

.strawberries__item h3 {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.7em;
}

.strawberries__item img {
  position: absolute;
  top: -30%;
  right: -8%;
  width: 28%;
}

.strawberries .contents .characterComment {
  display: flex;
  width: 30%;
  margin-top: -15%;
  color: var(--color_3);
}

.strawberries .contents .characterComment p {
  font-size: 85%;
  font-weight: bold;
  line-height: 1.6em;
  margin-top: -2%;
  margin-right: -5%;
  transform: rotate(-5deg);
  transform-origin: center bottom;
}

.strawberries .contents .characterComment img {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .strawberries {
    background-position: right 60% top;
    background-size: 220% 100%;
  }
  .strawberries .contents {
    padding: 0 10%;
  }
  .strawberries__item {
    width: 72%;
  }
  .strawberries__item img {
    width: 24%;
  }
  .strawberries .contents .characterComment {
    margin-top: 0;
  }
}

@media screen and (max-width: 896px) {
  .strawberries {
    background-position: center top;
    background-size: 250% 100%;
  }
  .strawberries .contents {
    margin-top: -30%;
  }
  .strawberries__item {
    width: 85%;
  }
  .strawberries__item img {
    top: -16%;
    right: -8%;
    width: 22%;
  }
  .strawberries .contents .characterComment {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .strawberries {
    background-position: right 55% top;
    background-size: 300% 100%;
  }
  .strawberries__inner {
    margin: 15% auto 0;
    padding-right: 0;
  }
  .strawberries__item {
    width: 100%;
    margin-bottom: 12%;
  }
  .strawberries__item:last-of-type {
    margin-bottom: 10%;
  }
  .strawberries .contents .characterComment {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .strawberries {
    background-size: 400% 100%;
  }
  .strawberries .contents {
    margin-top: -45%;
    padding: 0 8% 0 5%;
  }
  .strawberries .contents .characterComment {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .strawberries {
    background-size: 500% 100%;
  }
}

/* 私たちの取り組み
=======================================================*/
.service {
  padding: 5% 0 10%;
  background-color: var(--color_4);
}

.service h2 {
  width: 50%;
  max-width: 1200px;
  margin: 5% auto;
  font-weight: bold;
  text-align: center;
  background-color: var(--color_1);
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}

.service h2 span {
  color: var(--color_3);
}

.service__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10%;
}

.service__item {
  margin-bottom: 8%;
}

.service__item-btob,
.service__item-btoc {
  width: 46%;
}

.service__item-btob .br__1300,
.service__item-btoc .br__1300 {
  display: none;
}

.service__item-ice,
.service__item-export {
  width: 100%;
}
.service__item:last-of-type {
  margin-bottom: 0;
}

.service__item h3 {
  position: relative;
  width: 20vw;
  width: fit-content;
  padding: 0 20px;
  font-size: clamp(18px, 1.6vw, 40px);
  font-weight: bold;
  color: var(--color_1);
  background-color: var(--color_3);
  border-radius: 1.5vw 1.5vw 0 1.5vw;
  z-index: 1;
}
.service__item h3::first-letter {
  font-size: 150%;
}

.serviceItem__inner {
  margin-top: -3vw;
  margin-left: 2vw;
  padding: 4vw 5% 2vw;
  background-color: var(--color_1);
  line-height: 2em;
}

.serviceItem__inner p button {
  display: inline-block;
  margin: 0 0 0 1.5vw;
  padding: 1.5% 2%;
  color: var(--color_1);
  background-color: var(--color_5);
  border-radius: 50px;
}
.serviceItem__inner p button:hover {
  opacity: 0.5;
}

.serviceItem__inner p button a {
  display: block;
  width: 100%;
  height: 100%;
}

.service__item-ice .serviceItem__inner,
.service__item-export .serviceItem__inner {
  display: flex;
  justify-content: space-between;
}

.service__item-ice .serviceItem__inner p,
.service__item-export .serviceItem__inner p {
  width: 50%;
}

.service__item-ice .serviceItem__inner .img__wrap {
  position: relative;
  width: 44%;
  z-index: 0;
}

.service__item-ice .serviceItem__inner .img__wrap img.mark {
  position: absolute;
  top: -22%;
  right: 15%;
  width: 36%;
  z-index: -1;
}

.service__item-ice .serviceItem__inner .img__wrap img.soft {
  width: 30%;
  margin: -5% auto 0 25%;
}

.service__item-export .serviceItem__inner .img__wrap {
  display: flex;
  justify-content: space-between;
  width: 44%;
}
.service__item-export .serviceItem__inner .img__wrap div {
  width: 46%;
  height: auto;
  aspect-ratio: 7 / 5;
}
.service__item-export .serviceItem__inner .img__wrap div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1300px) {
  .service__item-btob,
  .service__item-btoc {
    width: 48%;
  }
  .service__item-btob .br__1300,
  .service__item-btoc .br__1300 {
    display: block;
  }
  .serviceItem__inner p button:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .service__item-btob,
  .service__item-btoc {
    width: 48%;
  }
  .service__item-export .serviceItem__inner {
    display: block;
  }

  .service__item-export .serviceItem__inner p {
    width: 100%;
    margin-bottom: 3%;
  }

  .service__item-export .serviceItem__inner .img__wrap {
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .service h2 {
    margin-top: -12%;
  }
  .service__inner {
    display: block;
  }
  .service__item-btob,
  .service__item-btoc {
    width: 100%;
  }
  .service__item .br__sp-none {
    display: none;
  }
  .serviceItem__inner {
    margin-top: -4.5vw;
    margin-left: 2.5vw;
    padding: 6.5vw 5% 3vw;
    line-height: 1.8em;
  }
  .serviceItem__inner p button:first-of-type {
    margin-left: 1.5vw;
  }
  .service__item-ice .serviceItem__inner p {
    width: 65%;
  }
  .service__item-ice .serviceItem__inner .img__wrap {
    width: 30%;
  }
  .service__item-ice .serviceItem__inner .img__wrap img.mark {
    position: absolute;
    top: -10%;
    right: 0;
    width: 60%;
  }
  .service__item-ice .serviceItem__inner .img__wrap img.soft {
    width: 50%;
    margin: 0 auto 0 0;
  }
  .service__item-export .serviceItem__inner .img__wrap div {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .service__item h3 {
    border-radius: 1.5vw 1.5vw 0 1.5vw;
    border-radius: 3vw 3vw 0 3vw;
  }
  .service__item .br__sp-none {
    display: block;
  }
  .serviceItem__inner {
    padding: 6.5vw 5% 5vw;
  }
  .serviceItem__inner p button {
    margin-top: 0.5em;
    padding: 3% 2.5%;
  }
  .serviceItem__inner p button:first-of-type {
    margin-left: 0;
  }
  .service__item-ice .serviceItem__inner {
    display: block;
  }
  .service__item-ice .serviceItem__inner p {
    width: 100%;
    margin-bottom: 5%;
  }
  .service__item-ice .serviceItem__inner .img__wrap {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .service {
    padding: 5% 0 20%;
  }
  .service h2 {
    width: 80%;
    margin: 10% auto;
  }
  .service__inner {
    padding: 0 5%;
  }
  .serviceItem__inner p button {
    margin-left: 0;
    width: 100%;
  }
  .serviceItem__inner p button a {
    text-align: center;
  }
  .service__item-export .serviceItem__inner .img__wrap {
    display: block;
  }
  .service__item-export .serviceItem__inner .img__wrap div {
    width: 100%;
    margin-bottom: 5%;
  }
}

/* CTA→style.css*/

/* よくある質問
=======================================================*/
.faq {
  width: 100%;
  padding-top: 5%;
  text-align: center;
}

.faq .contents {
  width: 100%;
  margin-top: -5%;
  padding: 0 14% 10%;
  text-align: center;
}

.faq__list {
  width: fit-content;
  margin: 8% auto 0;
  text-align: left;
  line-height: 1.8em;
}

.faq__list dt {
  position: relative;
  margin: 4em 0 1em;
  padding-left: 3em;
  color: var(--color_3);
  font-weight: 600;
}
.faq__list dt::before {
  content: "Ｑ.";
  position: absolute;
  top: 0;
  left: 0;
}
.faq__list dt::after {
  content: "・・・";
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(-50%);
}
.faq__list dt:first-of-type::after {
  display: none;
}

.faq__list dd {
  position: relative;
  padding-left: 3em;
}
.faq__list dd::before {
  content: "Ａ.";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color_5);
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
  .faq .contents {
    margin-top: -20%;
    padding: 5% 10% 12%;
  }
}

@media screen and (max-width: 480px) {
  .faq .contents {
    padding: 5% 5% 20%;
  }
  .faq__list {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8em;
  }
  .faq__list dt {
    padding-left: 2em;
  }
  .faq__list dd {
    padding-left: 2em;
  }
}

/* お問い合わせ
=======================================================*/

.contact {
  position: relative;
  background-image: url(../img/contact-bg.png);
  background-repeat: no-repeat;
  background-position: left 26% top;
  background-size: 120% auto;
}
.contact::before {
  content: url(../img/character.svg);
  position: absolute;
  width: 5%;
  transform: rotate(-28deg) translate(20%, 90%);
  text-align: right bottom;
  z-index: -1;
  animation: contactCharacterAnime 5s ease-in forwards;
}
@keyframes contactCharacterAnime {
  0% {
    transform: rotate(-28deg) translate(20%, 90%);
  }
  49% {
    transform: rotate(-28deg) translate(20%, 90%);
  }
  55% {
    transform: rotate(-28deg) translate(-1%, -5%);
  }
  60% {
    transform: rotate(-28deg) translate(0, 0);
  }
  100% {
    transform: rotate(-28deg) translate(0, 0);
  }
}

.contact .contents {
  width: 100%;
  padding: 8% 14% 5%;
}

.contact .contents h2 {
  margin-bottom: 5%;
}

.contact .contents p {
  line-height: 1.8em;
}

/*form部分*/
.contact .contents .form {
  width: 80%;
  margin: 5% 0 0 auto;
}

.contact .contents .form dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}

.contact .contents .form dl dt {
  width: 30%;
  height: 3.5em;
  margin-bottom: 5%;
  padding: 1% 2%;
  color: var(--color_1);
  background-color: var(--color_3);
}
.contact .contents .form dl dt.contents__title {
  height: 11.71875vw;
  min-height: 200px;
  padding: 1.5% 2%;
  line-height: 1.6em;
}
.contact .contents .form dl dt.douikakunin__title {
  height: 11.71875vw;
  min-height: 200px;
  padding: 2% 2%;
  line-height: 1.6em;
}

.contact .contents .form dl dd {
  width: 70%;
}

.contact .contents .form dl dd input {
  width: 100%;
  height: 3.5em;
  padding: 1% 2%;
  align-items: center;
  font-weight: normal;
  border-radius: 0;
}

.contact .contents .form dl dd textarea {
  width: 100%;
  height: 250px;
  height: 11.71875vw;
  min-height: 200px;
  resize: none;
  padding: 1.5% 2%;
  line-height: 1.6em;
  overflow-y: scroll;
  font-weight: normal;
  border-radius: 0;
}

.contact .contents .form dl dd input::placeholder,
.contact .contents .form dl dd textarea::placeholder {
  color: #99999980;
}

.contact .contents .form dl dd.privacypolicy {
  height: 11.71875vw;
  min-height: 200px;
  padding: 1.5% 2%;
  line-height: 1.8em;
  background-color: var(--color_1);
  overflow-y: scroll;
  border: var(--color_3) 0.3vw solid;
}

.contact .contents .form dl dd.privacypolicy span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 110%;
}

/*同意確認チェックボックス部分*/
.wpcf7-list-item {
  display: block;
  margin-left: 0;
  line-height: 1;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  height: 1em;
  line-height: 1em;
  padding-left: 1.8em;
  display: inline-block;
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border-top: 3px solid var(--color_3);
  border-right: 3px solid var(--color_3);
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 4px;
}
/*チェックここまで*/

/*送信ボタン*/
.submit {
  display: block;
  margin: 0 0 0 auto;
  padding: 1% 3%;
  color: var(--color_1);
  background-color: var(--color_5);
  font-weight: bold;
  border-radius: 2vw;
  transition: 0.3s;
  cursor: pointer;
}
.submit:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/*「Simple Cloudflare Turnstile」を右揃えにする*/
div.cf-turnstile {
  display: flex !important;
  justify-content: right !important;
}

@media screen and (max-width: 2560px) {
  .contact::before {
    top: 30%;
    left: 8%;
  }
}
@media screen and (max-width: 2200px) {
  .contact::before {
    top: 31%;
    left: 8%;
  }
}
@media screen and (max-width: 1900px) {
  .contact::before {
    top: 29%;
    left: 9%;
  }
}
@media screen and (max-width: 1600px) {
  .contact::before {
    top: 27%;
    left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .contact::before {
    top: 28.5%;
    left: 8%;
  }
}
@media screen and (max-width: 1300px) {
  .contact::before {
    top: 27%;
    left: 7.5%;
  }
}
@media screen and (max-width: 1200px) {
  .contact::before {
    top: 26%;
    left: 6.5%;
  }
}
@media screen and (max-width: 1100px) {
  .contact::before {
    top: 26%;
    left: 5%;
  }
}

@media screen and (max-width: 1024px) {
  /*form部分*/
  .contact .contents .form {
    width: 100%;
  }
  .contact::before {
    top: 36vw;
    left: 4%;
  }
}

@media screen and (max-width: 896px) {
  .contact {
    background-position: left 45% top;
    background-size: 150% auto;
  }
  .contact::before {
    top: 2.5%;
    left: 45%;
  }
  .contact .contents {
    padding: 8% 10% 5%;
  }
  .contact .contents .form {
    margin: 10% 0 0;
  }
}

@media screen and (max-width: 600px) {
  .contact {
    background-position: left 45% top;
    background-size: 200% auto;
  }
  .contact::before {
    width: 8%;
    top: 0;
    left: 54%;
  }
  .contact .contents {
    padding: 8% 10% 5%;
  }
  .contact .contents .form dl {
    display: block;
  }
  .contact .contents .form dl dt {
    width: 100%;
    height: 2.8em;
    margin-bottom: 0;
  }
  .contact .contents .form dl dt.contents__title {
    height: 2.8em;
    min-height: 2.8em;
    padding: 1% 2%;
    line-height: 2em;
  }
  .contact .contents .form dl dt.douikakunin__title {
    height: fit-content;
    min-height: 2.8em;
  }
  .contact .contents .form dl dd {
    width: 100%;
    margin-bottom: 5%;
  }
  .contact .contents .form dl dd textarea {
    height: 120px;
  }
  .contact .contents .form dl dd.privacypolicy {
    height: 150px;
    font-size: 85%;
  }
  .submit {
    margin: 2% auto 0;
  }
}

@media screen and (max-width: 480px) {
  .contact {
    background-position: left 35% top;
    background-size: 250% auto;
  }
  .contact::before {
    width: 10%;
    top: 0;
    left: 70%;
  }
  .contact .contents {
    padding: 8% 5% 5%;
  }
  div.cf-turnstile {
    justify-content: center !important;
  }
  .submit {
    padding: 3% 5%;
  }
}

/*****/
